@font-face {
    font-family: 'vazir-regular-fd';
    src: url('../fonts/vazir/vazir-regular-fd.eot') format('embedded-opentype'), url('../fonts/vazir/vazir-regular-fd.ttf') format('truetype'), url('../fonts/vazir/vazir-regular-fd.woff') format('woff'), url('../fonts/vazir/vazir-regular-fd.woff2') format('woff2');
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


    body.rtl {
        font-family: 'vazir-regular-fd','Open Sans', sans-serif;
    }


.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
    font-family: 'vazir-regular-fd','Tinos', serif;
}

.rtl .theme-title-one .title:before {
    left: unset;
    right: 0;
}

.rtl .service-style-one .main-container .single-service .icon {
    right: 0 !important;
    left: unset !important;
}

.rtl .service-style-one .main-container .single-service .srvc-name {
    margin-right: 60px;
    padding-right: 20px;
    border-right: 1px solid #e3e3e3;
    margin-left: unset;
    padding-left: unset;
    border-left: unset;
}

.rtl .call-back-form-one form input, .call-back-form-one form .form-control {
    font-family: 'vazir-regular-fd','Tinos', serif;
}
.rtl .call-back-form-one form textarea {
    font-family: 'vazir-regular-fd','Tinos', serif;
}

#contact-us{
    margin-top:50px;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
}
