.why-choose-section .why-choose-text .accordions {
    max-width: 100%;
}

.navbar-area .main-nav .navbar img {
    width: 180px !important;
}

.navbar-area .main-nav {
    padding: 0px 0;
}

.page-title::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.top-btn i {
    background: #f7801a;
}

.top-btn i:hover {
    background: rgba(247, 129, 26, 0.6);
}