/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 26 2026 | 14:32:50 */
.social_home .elementor-social-icons-wrapper {
    display: flex;
}
.social_home span.elementor-grid-item {
    flex: 1;
}
.social_home span.elementor-grid-item .elementor-icon {
    width: 100%;
}
.footer-area .widget_media_image img {
    max-height: 90px;
    width: auto;
}
footer .rt-category .rt-item .rt-cat-count {
    display: none !important;
}
footer .rt-category .rt-item {
    width: unset !important;
    float: none !important;
}
.sidenav-address > .widget#rt-categories-2 {
    display: none;
}
.post-img:after {
    display: none !important;
}
.rt-image:after {
    display: none !important;
}
.subscribeform .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
}
.subscribeform .mc4wp-form-fields p {
    margin-bottom: 0px;
}
.subscribeform .mc4wp-form-fields p:first-child {
    flex: 1;
}
.subscribeform .mc4wp-form-fields p label {
    display: block;
    width: 100%;
}
.subscribeform .mc4wp-form-fields p label input {
    width: 100%;
    display: block;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 19px 20px 15px;
    color: #000;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}
.subscribeform .mc4wp-form-fields input[type="submit"] {
    display: block;
    height: 100%;
    background-color: #d61820;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 27px 4px;
    transition: all .5s ease;
}
.subscribeform .mc4wp-form-fields input[type="submit"]:hover {
    background-color: #9a0f12;
}
.subscribeform .mc4wp-response {
    margin-top: 12px;
}
.subscribeform .mc4wp-response .mc4wp-alert p {
    margin: 0;
}
.subscribeform .mc4wp-response .mc4wp-alert {
    line-height: 1.6;
    background-color: #eee;
    padding: 15px 15px 10px;
}
.subscribeform .mc4wp-response .mc4wp-alert.mc4wp-success {
    background-color: #1d661d;
    color: #fff;
}
.cusform .elementor-shortcode {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 7px;
}
.cusform form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.cusform form>* {
    width: 100%;
}
.cusform form p {
    margin-bottom: 12px;
	padding: 0 15px;
	box-sizing: border-box;
}
.cusform form p input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    cursor: pointer;
    padding: 15px 45px 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}
.cusform form p input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #d61820;
}
.cusform form .wpcf7-response-output {
    max-width: calc(100% - 30px);
    margin: 10px auto 0;
    line-height: 1.5;
    padding: 10px 15px 8px;
    border-radius: 7px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}
.cusform form p label .wpcf7-not-valid-tip {
    font-style: italic;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    padding-top: 6px;
}
.cusform form p label {
    display: block;
}
.cusform form p label .wpcf7-form-control-wrap {
    display: block;
}
.cusform form p label .wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
    padding: 17px 20px 12px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
    max-height: 130px;
}

.commonslider .slick-arrow {
    height: 40px;
    width: 40px;
	border-radius: 50%;
    background: #d3151d !important;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
    font-weight: var(--fa-style, 900);
    opacity: 1;
    line-height: normal !important;
	color: #fff !important;
	opacity: .4;
	transition: all .4s ease;
}
.commonslider:hover .slick-arrow{
	opacity: 1;
}
.commonslider .slick-arrow:before {
    font-size: 15px;
    color: inherit !important;
    opacity: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
}
.commonslider .slick-arrow.slick-prev {
    left: 15px;
}
.commonslider .slick-arrow.slick-next {
    right: 15px;
}
.commonslider .slick-arrow.slick-prev:before {
    content: "\f060";
}
.commonslider .slick-arrow.slick-next:before {
    content: "\f061";
}

.commonslider ul.slick-dots {
    bottom: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	padding: 0;
}
.commonslider ul.slick-dots li button {
    display: none;
}
.commonslider ul.slick-dots li {
    height: 13px;
    width: 13px;
    background-color: #d3151d;
    margin: 0;
    border-radius: 10px;
    opacity: .1;
    cursor: pointer;
}
.commonslider ul.slick-dots li.slick-active {
    opacity: 1;
}


.gallery_slider .slick-list {
    overflow: unset;
}
.gallery_slider .slick-list .slick-track {
    display: flex;
}
.gallery_slider .slick-slide {
    height: unset !important;
    padding: 12px;
}
.gallery_slider .slick-slide:not(.slick-active) {
    opacity: .1;
}
.gallery_slider {
    margin: 0 -12px;
}
.galleryBox {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
	transition: all .4s ease;
	cursor: pointer;
	border: 1px solid transparent;
}
.galleryBox:hover {
	box-shadow: 0px 3px 17px rgba(0, 0, 0, .08);
    border: 1px solid #eee;
}
.galleryBox .gallery_img {
    aspect-ratio: 16/10;
    display: block;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
	position: relative;
	z-index: 1;
}
.galleryBox .gallery_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: all .4s ease;
}
.galleryBox:hover .gallery_img img {
	transform: scale(1.14) rotateZ(-5deg);
}
.galleryBox .gallery_content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}
.gallery_slider ul.slick-dots {
    bottom: -30px;
}
.gallery_slider .slick-arrow{
	top: 45%;
}
.gallery_slider .slick-prev {
    left: -36px !important;
}
.gallery_slider .slick-next {
    right: -36px !important;
}