/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 09 2025 | 17:36:04 */
/**GLOBAL*/
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: unset;
    letter-spacing: unset;
}


body {
	background-image:url(http://new.riddochcommunications.com/wp-content/uploads/2025/10/bg-2.jpg);
	 background-position: 80% calc(100vh);
	background-repeat:no-repeat;
	background-color:#FFF;
}
#main,
#wrap_all,
.main_color {
	background-color:transparent!important;
}

/***SCROLLERS*/
/* .avia-section.av-mgjna8tv-117d630bebf2ee675d798fd7f011c5eb {
    background-repeat: no-repeat;
    background-image: url(http://new.riddochcommunications.com/wp-content/uploads/2025/10/bg-2.jpg);
    background-position: 70% 0%;
    background-attachment: scroll;
} */





/***CARD*/
.card {
	padding:15px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}





/**LAST SECTION*/
.section-last  .container .content {
    display: table-cell;
    vertical-align: bottom!important;
    height: 100%;
    float: none !important;
}