/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 26 2025 | 13:17:11 */
.header__area-menu-bar-main-menu ul li.menu-item-has-children > a::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

@media only screen and (min-width: 2560px) and (min-height: 1440px) {
  
	.slide1, .slide2, .slide3, .slide4 {
		width: 1000px !important;
	}
	.slide1 sr7-img, .slide2 sr7-img, .slide3 sr7-img, .slide4 sr7-img {
		width: 900px !important;
	}
	
	.slide2 {
		left: 25% !important;
	}
	
	 .slide3 {
		left: 50% !important;
	}
	
	.slide4 {
		left: 75% !important;
	}	
}

@media only screen and (min-width: 3840px) and (min-height: 2160px) {
	.slide1, .slide2, .slide3, .slide4 {
		width: 1000px !important;
	}
	.slide1 sr7-img, .slide2 sr7-img, .slide3 sr7-img, .slide4 sr7-img {
		width: 1000px !important;
	}
}


@media only screen and (min-width: 1920px) {
	.slide1, .slide2, .slide3, .slide4 {
		width: 600px !important;
	}
	.slide1 sr7-img, .slide2 sr7-img, .slide3 sr7-img, .slide4 sr7-img {
		width: 600px !important;
	}
	
	.slide2 {
		left: 25% !important;
	}
	
	 .slide3 {
		left: 50% !important;
	}
	
	.slide4 {
		left: 75% !important;
	}	
}




.newsletter-subscribe {
    display: flex;
    align-items: center;
}

.newsletter-subscribe input[type="email"] {
    flex: 1;
    padding: 8px;
    font-size: 16px;
    margin-right: 0;
    border-radius: 0;
	height: 50px;
    width: 250px;
    border: 1px solid #A72726;
}

.newsletter-subscribe input[type="submit"] {
    
    float: left;
    font-size: 12px;
    padding: 16px;
    margin-left: 0 !important;
    margin-top: 0 !important;
    border: 0;
    border-radius: 0 !important;
    height: 50px;
    margin-left: -3px;	
	background-color: #A72726; /* Customize button color */
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-subscribe input[type="submit"]:hover {
    background-color: #005bb5; /* Customize hover color */
}



