* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0;
}

button {
    font-size: 14px;
}

p {
    font-size: 12px;
}

.RV_slide {
    display: none;
}

.RV_slide:first-child {
    display: block;
}

.btn_RV_slide div a div span {
    font-size: 14px;
}

/* Show first image by default */
img {
    vertical-align: middle;
}

/* Slideshow container */
.RV_slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Fading animation */
.RV_fade {
    animation-name: RV_fade;
    animation-duration: 1.5s;
}

.readmore a {
    font-size: 16px;
    color: #2d3032;
}

.readmore a i {
    text-align: center;
    font-size: 12px;
    color: #2d3032;
    width: auto;
    height: auto;
    line-height: normal;
    background-color: transparent;
}

.ball {
    margin-top: 50px;
    max-width: 100%;
    height: auto;
    animation: bounce 1s infinite alternate ease-in-out;
}

.dev-list .widget {
    padding: 30px;
    border: 1px solid #ededed;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    background-color: #ffffff;
}

.widget-title h3 {
    font-size: 18px;
}

.RV_hosting_data_13 div .effect-1 {
    background-color: #2d3032;
    border-radius: 6px;
    font-size: 16px;
    color: white;
    padding: 10px 25px;
}

.RV_hosting_data_13 div .effect-1:hover {
    background-color: transparent;
    border-radius: 6px;
    font-size: 16px;
    color: #2d3032;
    border: 1px solid #2d3032;
    padding: 10px 25px;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.message-box h2 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.message-box .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: italic;
    color: #999;
    padding-bottom: 0;
}

.message-box p {
    margin-bottom: 20px;
}

.message-box .button_cl {
    color: #ffffff !important;
    background: #2d3032;
}

#media_views {
    padding: 20px 0px;
}

.slide-btn.btn-light {
    background-color: #2d3032 !important;
    color: #ffffff !important;
    border: 2px solid #2d3032 !important;
}

.btn_RV_slide {
    justify-content: center;
}

/* Carousel Button Animation */
div[class*=RV_box] {
    width: 100%;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_RV_slide_container {
    margin: 10px;
}

.RV_box-3 {
    background-color: #2d3032;
}

.RV_btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}

.RV_btn-three {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
}

.RV_btn-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 6px;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.RV_btn-three:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
    border-radius: 6px;
}

.RV_btn-three::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-radius: 6px;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1.2, 1.2);
}

.RV_btn-three:hover::after {
    opacity: 1;
    transform: scale(1, 1);
    border-radius: 6px;
}

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.icon-wrapper {
    text-align: left;
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0;
}

.nav-pills,
.effect-1:after,
.nav-pills>li>a,
.global-radius,
.btn-brd {
    border-radius: 4px;
}

.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px 0;
    border: 1px dashed #f2f3f5;
}

.icon-wrapper h3 {
    font-size: 21px;
    padding: 0 0 15px;
    margin: 0;
}

.icon-wrapper p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    padding-left: 95px;
    color: #2d3032;
}

.icon-wrapper p small {
    display: block;
    color: #999;
    margin-top: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
}

#newsletter {
    background-color: #173654;
}

.rv_testimonial_img {
    display: flex;
}

.testi_header_rv {
    display: inline-block;
    margin: auto;
}

.testi_header_rv h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0px;
}

.newsletter_RV_container {
    display: flex;
    margin: auto;
    width: 95%;
}

.newsletter_RV_container .col-6 h2 {
    font-size: 40px;
    color: white;
    font-style: italic;
    font-weight: 600;
}

.newsletter_RV_container .col-6 p {
    font-size: 24px;
    font-style: italic;
}

.newsletter_field_container {
    display: flex;
    gap: 10px;
    width: 100%;
}

#newsletter form {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-25 {
    width: 25%;
}

.in_rv_div input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: none;
    border-radius: 8px;
}

input {
    font-size: 16px;
}

.btn_rv_div button {
    width: 100%;
    padding: 12px;
    color: white;
    border: none;
    font-size: 14px;
    background-color: #2d3032;
    border-radius: 8px;
}

.btn_rv_div button i {
    margin-left: 5px;
}

.btn_rv_div button:hover {
    width: 100%;
    padding: 12px;
    color: white;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 8px;
    transform: .3s;
}


input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    font-size: 16px;
    color: gray;
    padding-left: 10px;
}

.main_conatainer_newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    /* Adjust if needed */
    width: 100%;
}

.RV_hosting_section_title h3 {
    border-bottom: 2px solid #173654;
    display: inline-block;
    width: auto;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
}

.RV_hosting_data_13 {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: fadeIn;
}

.RV_hosting_section_title h3 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.rv_wb {
    padding: 10px;
}

.lead {
    font-size: 21px;
    font-weight: 300;
    padding: 0 0 40px;
    margin: 0;
    line-height: inherit;
    color: #2d3032;
}

/* Carousel Button Animation End */

@keyframes RV_fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.rv_testimonial_main {
    width: 100%;
    background: linear-gradient(to bottom, black 50%, #d8ccbe 50%);
    padding: 25px 5px 60px 5px;
}

.rv_testimonial_container_header {
    padding: 20px;
    text-align: center;
}

.rv_testimonial_container_header h1 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    color: white;
    text-transform: none;
}

.rv_testimonial_container_header p {
    font-size: 16px;
    color: white;
    font-style: italic;
}

.testimonial_card_container {
    padding: 30px 25px;
    border-radius: 25px;
}

.rv_testimonial_img img {
    width: 70px;
}

.rv_testimonial_p .lead {
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 40px;
    margin: 0;
    line-height: inherit;
    color: #2d3032;
}

.rv_testimonial_user {
    display: flex;
    gap: 10px;
}

.section-title h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

.section-title p {
    color: #252525;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.cac {
    background-color: black;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cac:hover {
    background-color: #1f1f1f;
}

.cac h3 {
    padding: 60px 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: #999;
}

.rv_ft_header {
    color: white;
}

.icon-wrapper i img {
    width: 100%;
}

.css3gallery img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: 0px 0px 30px gray;
    -webkit-box-shadow: 0px 0px 30px gray;
    -moz-box-shadow: 0px 0px 30px gray;
    opacity: 1;
    transition: .3s all;
}

.RV_hosting_data_13 .widget-title {
    margin-top: 25px;
}

.RV_hosting_data_13 a:hover {
    border: 1px solid rgba(216, 217, 219, 0.5) !important;
}

@media (max-width:420px) {
    .newsletter_RV_container {
        padding: 20px 0px;
        display: block !important;
    }

    .newsletter_RV_container div img {
        width: 100%;
    }

    .newsletter_RV_container div {
        margin: auto;
    }

    .newsletter_RV_container div.col-6 {
        width: 100% !important;
        max-width: 100%;
    }

    .btn_rv_div button {
        padding: 6px;
    }

    .in_rv_div input {
        height: 30px;
    }

    .newsletter_RV_container .col-6 h2 {
        color: white;
        font-size: 24px;
    }

    .newsletter_RV_container .col-6 h2 {
        color: white;
        font-size: 16px;
    }

    div.btn_RV_slide {
        display: block !important;
    }

    .carousel-caption p {
        font-size: 12px !important;
        font-weight: 300;
        padding: 0 0 20px;
    }

    .carousel-caption h2 {
        font-size: 30px !important;
    }

    .carousel-inner .item img {
        height: 90vh;
    }

    .rv_main_header_container header .container {}

    #RV_slides {
        padding: 0px;
    }
}