.container {
    text-align: inherit;
}

.container p {
    color: #000;
}

h1 {
    line-height: normal;
    color: #000;
}

.btn {
    transition: all .35s ease-in;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    padding: 50px 0 10px;
}

.navbar ul>li>a {
    padding: 12px 20px;
}

.main-nav.navbar {
    padding: 20px 0 20px;
}

.header-wrapper {
    width: 100%;
}

.navbar .menu-items {
    background: transparent;
}

.menu-item a:hover,
.current-menu-item a {
    color: var(--primaryColor) !important;
}

.navbar .menu-items {
    padding: 0;
    justify-content: flex-start;
}

.menu-item a {
    color: #333 !important;
}

.navbar .sub-menu,
.menu-left {
    z-index: 9999;
}

.navbar .sub-menu {
    background: #efefef;
}

.navbar .logo {
    width: 200px;
}

@media (max-width:1199px) {
    .navbar .menu-items {
        padding: 0;
        justify-content: flex-start;
        z-index: 999;
        background: #fff;
        top: 0;
    }

}

.s-rp-banner-content-top h1 {
    color: #314e52;
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
}

.s-rp-banner-content-top * {
    margin: 0;
}

.s-rp-banner-content-top {
    margin-top: 50px;
    display: grid;
    gap: 20px;
}

.s-rp-banner-content-top p {
    font-size: 18px;
}

.btn-primary:hover,
.btn-primary {
    clip-path: none;
}

.btn-primary {
    box-shadow: 12px 12px 0 #000;
    color: #000;
    color: #fff;
}

.btn-primary i {
    color: #fff;
}

.btn-primary:hover {
    box-shadow: 0px 0px 0 #000;
}

section.s-rp-banner-section {
    position: relative;
}

section.s-rp-banner-section:before {
    content: "";
    width: 100%;
    height: 200px;
    background: var(--primaryColor);
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.s-rp-banner-content-bottom {
    margin-top: 200px;
}

.s-rp-banner-feature-item {
    display: flex;
    gap: 10px;
    width: 31%;
}

.s-rp-banner-feature-item h5 {
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.s-rp-banner-feature-icon .icon {
    background: #fff;
    width: 35px;
    height: 35px;
}

.s-rp-banner-feature-icon {
    width: 48px;
    height: 48px;
    background: #182f32;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-rp-banner-feature-content {
    width: calc(100% - 38px);
}

.s-rp-banner-img {
    text-align: center;
}

.icon-shippment {
    -webkit-mask-image: url(../img/Space-saving-Design.png);
}

.icon-automated {
    -webkit-mask-image: url(../img/Automated-operation.png);
}

.icon-robust {
    -webkit-mask-image: url(../img/Robust-and-durable.png);
}

.s-rp-banner-content-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

section.s-rp-banner-section .row {
    gap: 30px 0;
}

@media (max-width:1540px) {
    .s-rp-banner-feature-item h5 {
        font-size: 18px;
    }

    .menu-items li:not(:last-child) {
        border: 0;
    }
}

@media (max-width:1199px) {
    .s-rp-banner-feature-item h5 {
        font-size: 18px;
        color: #000;
    }

    .s-rp-banner-content-bottom {
        margin-top: 50px !important;
    }

    .header-wrapper {
        gap: 30px;
        padding: 10px;
        flex-direction: row-reverse;
    }

    .navbar .logo {
        width: 180px
    }

    .navbar .menu-items {
        padding-top: 20px;
    }

    .menu-btn.open {
        position: absolute;
        z-index: 9999;
        top: 5px;
        right: 13px;
    }
}

@media (max-width:991px) {
    .menu-items ul {
        gap: 10px 0;
    }


    .s-rp-banner-content-top {
        margin-top: 30px;
    }

    .s-rp-banner-content-top * {
        text-align: center;
    }

    .s-rp-banner-content-top h1 {
        font-size: 36px;
    }

    .s-rp-banner-content-bottom ul {
        justify-content: center;
    }
}

@media (max-width:576px) {
    header {
        padding: 30px 0 0;
    }

    .s-rp-banner-content-bottom ul {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .s-rp-banner-content-bottom ul li {
        align-items: center;
        max-width: 350px;
        justify-content: center;
        width: 100%;
    }

    .menu-items ul li a {
        font-size: 16px;
    }
}

section.s-rp-features-section {
    padding: 60px 0;
}

section.s-rp-features-section .section-title h6 {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #686868;
}

section.s-rp-features-section .section-title h2 {
    font-size: 36px;
    color: #344e52;
}

section.s-rp-features-section .section-title {
    margin-bottom: 40px;
}

.s-rp-features-item {
    display: flex;
    gap: 10px;
}

.s-rp-features-row {
    gap: 30px 0;
}

.s-rp-features-item {
    /* min-height: 130px; */
    height: 100%;
}

.s-rp-features-item .s-rp-features-icon i {
    font-size: 46px;
    color: var(--primaryColor);
}

.s-rp-features-content h4 {
    color: #344e52;
    margin-bottom: 18px;
}

.s-rp-features-wrapper ul {
    display: grid;
    gap: 24px;
}

@media (max-width:1199px) {
    .s-rp-features-item {
        min-height: auto;
    }

    .s-rp-features-wrapper ul {
        gap: 14px;
    }

    section.s-rp-features-section {
        padding: 30px 0;
    }

}

.s-rp-advantages-content * {
    margin-bottom: 0;
}

.s-rp-advantages-content {
    display: grid;
    gap: 24px;
}

.s-rp-advantages-content h2 {
    font-size: 36px;
    color: #344e52;
}

.s-rp-advantages-content>p {
    font-size: 20px;
}

.s-rp-advantages-content ul li p {
    font-size: 24px;
}

.s-rp-advantages-content ul li p i {
    font-size: 28px;
}

.s-rp-advantages-content ul {
    display: grid;
    gap: 14px;
}


.s-rp-advantages-section .row {
    gap: 50px 0;
}

.s-rp-installation-section {
    padding: 60px 0;
}

.s-rp-installation-img img {
    width: 100%;
}

.s-rp-installation-section .row {
    gap: 24px 0;
}

.s-rp-installation-content {
    text-align: center;
    margin-top: 30px;
}

.s-rp-installation-content p {
    margin: 0;
}

@media (max-width:767px) {
    .s-rp-advantages-content>p {
        font-size: 16px;
    }

    .s-rp-advantages-content ul li p {
        font-size: 18px;
    }
}

.s-rp-faq-img img {
    width: 100%;
    border-radius: 20px;
}

section.s-rp-faq-section .section-title {
    margin-bottom: 50px;
}

section.s-rp-faq-section .row {
    gap: 30px 0;
}

section.s-rp-faq-section .section-title h2 {
    font-size: 36px;
    color: var(--primaryColor);
}

.s-rp-faq-content * {
    margin: 0;
}

.s-rp-faq-content ul {
    display: grid;
    gap: 20px;
}

.s-rp-faq-content ul li h5 {
    margin-bottom: 5px;
    font-size: 22px;
}

.s-rp-faq-content ul li p {
    font-size: 18px;
}

@media (max-width:1199px) {
    section.s-rp-faq-section .section-title {
        margin-bottom: 0;
    }
}

.s-rp-client-section {
    padding: 60px 0;
}

.s-rp-client-section img {
    width: 100%;
}

.clients-img {
    text-align: center;
}

.s-rp-client-section .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.s-rp-testimonial-item {
    position: relative;
    text-align: center;
    background: #b9b9b9;
    padding: 30px;
    padding-top: 70px;
}

.s-rp-testimonial-img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

section.s-rp-testimonial-section .section-title {
    margin-bottom: 70px;
}

section.s-rp-testimonial-section .section-title h2 {
    font-size: 36px;
}

section.s-rp-testimonial-section {
    position: relative;
    padding-bottom: 90px;
}

section.s-rp-testimonial-section:before {
    content: "";
    width: 100%;
    height: 45%;
    background: var(--primaryColor);
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.s-rp-testimonial-content p {
    margin-bottom: 30px;
}

#home-testimonial-silder {
    padding-top: 50px;
}

.s-rp-cta-section {
    padding: 100px 0;
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.s-rp-cta-section .section-title h2 {
    margin-bottom: 50px;
    color: #fff;
    font-size: 36px;
}

.icon-mobile {
    -webkit-mask-image: url(../img/mobile-icon.png);
}

.icon-phone {
    -webkit-mask-image: url(../img/phone-icon.png);
}

.icon-email {
    -webkit-mask-image: url(../img/email-icon.png);
}


footer {
    background: #fff;
}

.footer-content h5 {
    margin-bottom: 25px;
}

.footer-content ul li {
    display: flex;
    gap: 10px;
    width: max-content;
}

.footer-content ul {
    display: grid;
    gap: 14px 0;
}

.footer-content ul li:not(:last-child) {
    border-bottom: 1px solid #c3bfbf;
    padding-bottom: 14px;
}

.footer-content ul li a {
    color: #000;
    font-size: 18px;
}

.footer-content ul li a:hover {
    color: var(--primaryColor);
}

.footer-content.s-rp-links ul li {
    border-bottom: 0;
    padding-bottom: 0;
}

.s-rp-footer .row {
    gap: 24px 0;
}

.footer-form form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-form form p {
    margin: 0;
}

.primary-btn {
    background: var(--primaryColor);
    padding: 12px;
}

.primary-btn:hover {
    background: #333;
    color: #fff;
}

section.copy-right-section {
    border-top: 1px solid #dbdbdb;
    padding: 20px 0;
}

.copy-right-wrapper ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.copy-right-wrapper ul p {
    margin: 0;
    font-size: 14px;
}

@media (max-width:576px) {
    .copy-right-wrapper ul {
        justify-content: center;
    }

    .copy-right-wrapper ul p {
        text-align: center;
    }
}

.s-rp-advantages-content ul li p i {
    color: var(--primaryColor);
}

section.s-rp-technical-data-section {
    padding: 60px 0;
}

section.s-rp-technical-data-section .row {
    gap: 30px 0;
}

.s-rp-technical-data-img img {
    width: 100%;
}

.footer-content.s-rp-links ul {
    display: flex;
    gap: 6px 16px;
}

.s-rp-cta-section .section-title p {
    display: flex;
    justify-content: center;
    gap: 30px 30px;
}

.s-rp-technical-data-title {
    text-align: center;
    margin-bottom: 40px;
}

section.s-rp-advantages-section {
    padding-bottom: 60px;
}

@media (max-width:1800px) {
    .s-rp-banner-content-bottom {
        margin-top: 100px;
    }
}

@media (max-width:1280px) {
    .s-rp-banner-content-top h1 {
        font-size: 36px;
    }
}

section.s-rp-faq-section {
    padding-bottom: 60px;
}

footer.s-rp-footer {
    padding: 60px 0;
}

.modal .modal-body .error {
    padding-top: 10px;
}

.modal .modal-body .error p {
    font-size: 14px;
    font-weight: 500;
    color: red;
}

.modal .modal-body {
    padding: 30px;
}

.msg-alert {
    color: #4CAF50;
    font-weight: 500;
    font-size: 24px;
    padding: 0;
    margin-bottom: 30px;
}

.contact-section-form.mailSending:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    opacity: .5;
    left: 0;
    border-radius: 5px;
}

.contact-section-form.mailSending:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 0;
    background: url(../img/loading.gif);
    background-size: contain;
    margin: auto;
}