.header .logo h1 {
    letter-spacing: 0;
}

    .header .logo h1 span {
        font-size: 30px;
        margin: 0;
        font-weight: 500;
        color: var(--accent-color);
        letter-spacing: 0;
        text-transform: uppercase;
    }

.hero h1 {
    text-align: right;
}

.hero p {
    text-align: right;
}

.hero .btn-watch-video {
    margin-left: auto;
    margin-right: 25px;
}

    .hero .btn-watch-video i {
        margin-right: auto;
        margin-left: 8px;
    }

.hero {
    padding: 120px 0 60px 0;
}

.faq-2 .faq-container .faq-item .faq-icon {
    left: auto;
    right: 20px;
}

.faq-2 .faq-container .faq-item .faq-toggle {
    right: auto;
    left: 20px;
}

.footer .footer-links ul li {
    direction: rtl;
}

.contact .info-item i {
    margin-left: 15px;
    margin-right: auto;
}

.pricing-item {
    direction: rtl;
}

.call-to-action {
    direction: rtl;
}

.footer .social-links a {
    width: 30px;
    height: 30px;
    font-size: 18px;
    margin-right: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
    color: #013364;
}

.scroll-top:hover {
    color: #013364;
}

    .scroll-top:hover i {
        color: #013364;
    }

.footer .social-links a {
    border: 0px solid #000;
}

.hero h1 {
    line-height: 65px;
}

.faq-2 .faq-container .faq-item h3, .faq-2 .faq-container .faq-item p {
    direction: rtl;
}

.pricing h4 {
    font-size: 42px;
}

.faq-2 .faq-container .faq-active .faq-toggle {
    transform: rotate(-90deg);
}

@media (min-width: 1200px) {
    .navmenu ul {
        direction: rtl !important;
    }
}

@media (max-width: 1199px) {
    .navmenu a, .navmenu a:focus {
        direction: rtl !important;
    }
}

.footer .footer-top {
    padding-top: 10px;
}

.footer {
    padding-bottom: 20px;
}
