/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.section-1-bg {
	background-color: #062c6a;
}

.h-bg-color:hover {
	color: white !important;
	border: #caa360 1px solid;
}

.owl-carousel .owl-nav [class*=owl-] {
	background-color:#caa360 !important;
	color: #062c6a !important;
}

.alpha-list {
    list-style-type: lower-alpha;
	padding-left: 20px !important;
}

.btn-gold {
	background: linear-gradient(45deg, #caa360, #e6c77d, #b08b2e);
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, box-shadow 0.3s;
    background-size: 200% 200%;
    background-position: center;
}

.btn-gold:hover {
    background-position: right center;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    border: none;
}

.owl-carousel.owl-dots-pos-right .owl-dots, .owl-carousel.owl-nav-pos-right .owl-nav {
    justify-content: center !important;
}

.square {
    object-fit: cover !important;
    object-position: center !important;
}


/* Mobile */

@media (max-width: 767.98px) 
{
	
}