/*  
	Theme Name: rrcprotection
    Template: hello-elementor
*/

#header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
body.sticky #header {
    background: #fff;
}
body.sticky #header ul li a {
    color: #000;
}
body.sticky #header ul li a:after {
    background-color: #E11D26;
}
body.sticky #header {
    box-shadow: 0px 0px 14px -10px #000;
}

a.elementor-button-link,
button[type="submit"] {
    background: transparent !important;
    position: relative;
    color: #000;
}

a.elementor-button-link:after, 
a.elementor-button-link:before,
button[type="submit"]:after,
button[type="submit"]:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 60%;
}
a.elementor-button-link:after,
button[type="submit"]:after {
    left:0;
    top:0;
    border-left:2px solid #E11D26;
    border-top:2px solid #E11D26;
}
 a.elementor-button-link:before,
 button[type="submit"]:before {
    right:0;
    bottom:0;
    border-right:2px solid #E11D26;
    border-bottom:2px solid #E11D26;
 }
 
.icon-box:hover {
    background: #E11D26;
}
.icon-box:hover h5, .icon-box:hover p {
    color: #fff;
}
.icon-box {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.3s;
}

.icon-box:hover svg {
    fill: #fff;
}
.image-box {
    position: relative;
}

.image-box:after {
    content: "";
    position: absolute;
    right: -5px;
    background: red;
    width: 200px;
    height: 200px;
    bottom: -5px;
    z-index: -1;
}
.testimonials .e-swiper-container {
    padding: 0 !important;
}
.testimonials .swiper-button-next,.testimonials .swiper-button-prev {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    width: 40px !important;
    background: #fff;
    height: 30px !important;
    font-size: 14px !important;
    opacity: 1 !important;
}
.testimonials .swiper-button-prev {
    right: 42px;
}
.testimonials .swiper-button-next[aria-disabled="true"], 
.testimonials .swiper-button-prev[aria-disabled="true"] {
    background: red;
    color: #fff;
}

.testimonials.style02 .testimonial-inline-style p.eael-testimonial-user,
.testimonials.style02 .testimonial-inline-style p.eael-testimonial-user-company {
    position: absolute;
    top: 70px;
}
.testimonials.style02 .testimonial-inline-style p.eael-testimonial-user-company {
    top: 95px;
}
.testimonials.style02 .swiper-button-next,.testimonials.style02 .swiper-button-prev {
    left: 0px;
    bottom: 0px;
    color: #E11D26;
}
.testimonials.style02 .swiper-button-next {
    left: 41px;
}
.testimonials.style02 .swiper-container {padding-bottom: 50px;}

.testimonials.style02 .swiper-button-next[aria-disabled="true"], .testimonials.style02 .swiper-button-prev[aria-disabled="true"] {
    color: #fff;
}
.accordions .eael-accordion-list {
    box-shadow: 0px 0px 13px -8px #000;
    position: relative;
    margin-bottom: 30px !important;
}
.accordions span.eael-advanced-accordion-icon-closed {
    position: absolute;
    right: -8px;
    top: 0;
    height: 100%;
    background: red;
    border-radius: 0 10px 10px 0px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
}

.accordions .eael-accordion-list .elementor-tab-title {
    overflow: hidden;
}

.accordions span.eael-advanced-accordion-icon-closed i {
    color: #fff !important;
}
.inline-list li.elementor-icon-list-item {
    align-items: baseline;
}

.inline-list li.elementor-icon-list-item span.elementor-icon-list-icon {
    margin-top: 5px;
}
nav.elementor-nav-menu--dropdown {
    position: fixed;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1200px) {
    #header .elementor-nav-menu a.elementor-item {
        margin: 0 16px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    #header {
        background: #fff;
        box-shadow: 0px 0px 14px -10px #000;
    }
    #header .elementor-nav-menu a.elementor-item {
        margin: 0;
    }
    div[data-elementor-type="footer"] .elementor-nav-menu li {
        justify-content: center;
        display: flex;
    }
}