.image1  {
    max-height: 400px !important;
}

.image1 > div  {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
   height: 400px !important;
    position: relative;
}

.rv-head,
.rv-shead {
    position: absolute;
    top: 140px;
}

.rv-shead {
    margin-top: 130px;
}

.top-slider {
    height: 400px;
    overflow: hidden;
}

.rv-shead h2 {
    color: white !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

body .rv-head,
body .rv-shead {
    background-color: transparent !important;
}

.rv-head h1 {
    font-size: 70px !important;
    line-height: 35px !important;
    font-weight: 900 !important;
    color: rgb(255,255,255) !important;
    text-decoration: underline !important;
    padding: 50px !important;
    text-shadow: none !important;
}

.rv-module,
.rv-widget {
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 360px) {

    body .rv-head, 
    body .rv-shead {
		margin-bottom: 15px;
    }

	.image1  {
		height: 200px !important;
	}

	.image1 > div  {
		height: 200px !important;
	}
	
}
@media (max-width: 1400px) {

    .rv-head h1 {
        font-size: 50px !important;
    }

}

@media (max-width: 1400px) {

    body .rv-head, 
    body .rv-shead {
        top: 50% !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
        text-align: center;
		margin-bottom: 15px;
    }

    .rv-shead {
        margin-top: 85px;
    }

}
@media (max-width: 1100px) {

    .mobile-menu .logo {
        padding: 0;
    }

    .slot.show-slot:nth-child(even) .rv-image > div {
        height: 400px;
        position: relative;
        animation: zoomz 10s ease;
    }

    .slot.show-slot:nth-child(odd) .rv-image > div {
        height: 400px;
        position: relative;
        animation: zoomzoutz 10s ease;
    }

    .slot .rv-image,
    .slot .rv-image > div {
        height: 400px !important;
    }

    .top-slider {
        height: 400px;
        text-align: center;
    }

    .rv-head h1 {
        font-size: 35px !important;
        line-height: 35px !important;
        padding: 0 !important;
    }

    html body div.rv-head > div, html body div.rv-shead > div {
        padding: 0 !important;
        text-align: center;
    }
    
    .rv-shead {
        margin-top: 25px;
    }

}

@media (max-width: 600px) {

    .rv-head h1 {
        font-size: 20px !important;
        line-height: 20px !important;
        padding: 0 !important;
    }

    .rv-shead {
        margin-top: 0;
    }

}
