/** GLOBAL CSS **/
:root {
    --color-primary: #deb407;
    --color-secondary: #000000;
    --color-tertiary: ;
	--background-transparent: transparent;
    --filter-color-primary: brightness(0) invert(20%) sepia(4%) saturate(3511%) hue-rotate(181deg) brightness(89%) contrast(79%);
    --filter-color-secondary: brightness(0) invert(77%) sepia(52%) saturate(282%) hue-rotate(162deg) brightness(96%) contrast(90%);
	
	--color-text-white: #fff;
	--color-text-dark: #000;
}

*:not(.carousel *):not(.ry-accordion *):not(#accordion *):not([data-aos-duration]):not(.slick-track):not(#ry-section-header *):not(.fancybox-slide *),
::before,
::after {
    transition: 0.3s ease-in-out all;
}
html, body {
	overflow-x: hidden !important;
}
html {
    scroll-behavior: smooth;
}

/* //Removed excess margin on bottom on forms alert */
.alert li:last-child {
    margin-bottom: 0 !important;
}

/* //Add Underline on all hyperlink */
body.default #ry-pg-body a:not(.ry-btn):not(.fa):hover {
    text-decoration: underline !important;
}
.ry-btn-wrap {
    margin-top: 1.5rem;
    display: flex;
	gap: 10px;
}
.ry-section-background, .ry-section-background img {
	position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	object-fit: cover;
}
body .ry-headline h2 {
	font-size: clamp(1.875rem, 1.2855rem + 2.4183vw, 4.1875rem);
	letter-spacing: -1px;
	line-height: 1.1;
	text-transform: initial;
	color: var(--color-secondary);
}
body .ry-headline h4 {
	font-size: 17px;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 500;
	width: max-content;
	margin: 0 auto 30px;
	position: relative;
	color: var(--color-secondary);
}
body .ry-headline h4:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
}
.ry-headline {
    margin-bottom: 1.5vw;
}
.ry-section-padding {
	padding: 6rem 0;	
}
@media (max-width: 1080px) {
	.ry-btn-wrap {
		justify-content: center;
	}
}
/** END GLOBAL CSS **/
	
/** HEADER **/
#locations-dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 0;
}
#locations-dropdown .dropdown-menu li a {
    padding: 10px;
    text-align: center;
}
#locations-dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #96999a;
}
div#locations-dropdown.pay-bill .dropdown-menu {min-width: auto;}
	
@media (max-width: 1080px) {
    .module-43 {
        display: none;
    }
    div#theme2-smHeader {
        display: block !important;
        visibility: visible !important;
    }
}
.mobile-container {
    background: #000;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
    background: #deb407;
    color: #000;
}
/** END HEADER **/

/** HP HERO **/
.ry-hp-hero-custom {
    position: relative;
    height: 100vh;
	margin-top: -1px;
    display: grid;
    & > * {
        grid-area: 1/1;
    }
}
.ry-hp-hero-custom .ry-container {
    max-width: 1788px;
	width: 98%;
}
.ry-hero-content {
    place-content: center;
}
.ry-hero-title h1 {
    font-size: clamp(1.875rem, 1.2855rem + 2.4183vw, 4.1875rem);
    letter-spacing: -1px;
    line-height: 75px;
    color: #ffffff;
	font-weight: bold;
}
.ry-hero-title h1 span {
	color: var(--color-primary);
}
.ry-select-text p {
    opacity: 0.400;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}
.ry-text-banner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ry-hero-loc-flex .ry-each {
    max-width: 378px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 25px 15px 18px;
    border: 1px solid #424242;
    border-radius: 11px;
    gap: 24px;
}
.ry-hero-loc-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-top: 20px;
}
.ry-hero-loc-flex .ry-each .ry-hero-loc-img {
    flex: unset;
    display: inline-block;
    width: 71px;
	height: 61px;
    max-width: 100% !important;
    border-radius: 11px;
    overflow: hidden;
}
.ry-loc-name {
    flex: unset;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ry-hero-loc-flex .ry-each .ry-hero-loc p {
    font-size: 20px;
    line-height: 1;
    color: #fff;
	text-align: left;
}
.ry-hero-loc-flex .ry-each .ry-hero-loc p span {
    font-size: 12px;
    text-transform: uppercase;
    color: #b2b2b2;
}
.ry-hero-loc-flex .ry-each .ry-hero-loc-img img {
    object-fit: cover;
	height: 100%;
}
.ry-hero-loc-flex .ry-each .ry-hero-loc p strong {
    font-weight: 800;
}
.ry-circle-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #262626;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ry-hero-loc-flex .ry-each:hover {
    border: 1px solid var(--color-primary);
}
.ry-hero-loc-flex .ry-each:hover .ry-circle-arrow {
    background: var(--color-primary);
}
.ry-hero-loc-flex .ry-each:hover .ry-circle-arrow svg {
    fill: #21201f
}
.ry-hero-loc-flex .ry-each:hover .ry-hero-loc p strong {
    color: var(--color-primary);
}
@media (min-width: 2100px) {
	.ry-hp-hero-custom {
		height: auto;
	}
}
@media (max-width: 1600px) {
	.ry-hp-hero-custom .ry-container {
		width: 90%;
	}
}
@media (max-width: 1480px) {
	.ry-hp-hero-custom .ry-hero-image-section img {
		height: 100%;
		object-fit: cover;
	}
}
@media (max-width: 1080px) {
	.ry-hp-hero-custom {
		height: auto;
		padding-top: 70px;
	}
	.ry-hp-hero-custom {
		& > * {
			grid-area: unset;
		}
	}
	.ry-hero-content {
		padding: 2rem;
		background: #000;
		margin-top: -3px;
	}
	.ry-hero-title h1 {
		text-align: center;
		line-height: 1.1;
	}
	.ry-select-text p {
		text-align: center;
	}
	.ry-hero-loc-flex {
		justify-content: center;
		align-items: center;
	}
}
/** END HP HERO **/

/** HP SERVICES **/
.ry-hp-services-custom {
    position: relative;
    background-color: #f9f6ec;
}
.ry-services-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 25px;
}
.ry-services-grid .ry-each {
    position: relative;
    width: 100%;
    border-radius: 16px;
    display: grid;
    & > * {
        grid-area: 1/1;
    }
}
.ry-services-grid .ry-each .ry-services-title p {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 600 !important;
    padding: 35px 10px;
}
.ry-services-grid .ry-each .ry-services-title {
    position: relative;
    place-content: flex-end;
    z-index: 2;
}
.ry-services-grid .ry-each:hover {
    transform: scale(0.99);
}
.ry-services-grid .ry-each:hover:before {
    opacity: 1;
}
.ry-services-grid .ry-each:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #deb407;
    border-radius: 16px;
    opacity: 0;
}
.ry-services-grid .ry-each:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #deb407, transparent);
    bottom: 0;
    border-radius: 0 0 16px 16px;
    z-index: 1;
    opacity: 0;
}
.ry-services-grid .ry-each:hover:after {
    opacity: 1;
}
@media (max-width: 1080px) {
	.ry-services-grid {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 500px) {
	.ry-services-grid {        
		grid-template-columns: repeat(1, 1fr);
	}
}
/** END HP SERVICES **/

/** HP TEAM **/
.ry-hp-team-custom {
    position: relative;
    min-height: 1138px;
}
.ry-hp-team-custom .ry-headline * {
    color: #fff;
}
.ry-hp-team-custom .ry-text p {
    color: #a9a9a9;
}
.ry-hp-team-custom .ry-btn-wrap {
    justify-content: center;
}
.ry-hp-team-name-section {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 45px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.ry-hp-team-name-section a {
    width: 306px;
    height: 71px;
    border-radius: 35px;
    background-color: #0d0906d1;
    font-size: 17px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1600px) {
	.ry-hp-team-custom {
		min-height: 1000px;
	}
}
@media (max-width: 1480px) {
	.ry-hp-team-name-section a {
		font-size: 15px;
		height: 60px;
	}
	.ry-hp-team-custom {
		min-height: 960px;
	}
}
@media (max-width: 1080px) {
	.ry-hp-team-custom {
		min-height: 780px;
		background-color: #0d0906;
	}
	.ry-hp-team-custom .ry-section-background, .ry-hp-team-custom .ry-section-background img {
		object-fit: contain;
		object-position: bottom;
		z-index: 1;
	}
	.ry-hp-team-name-section {
		z-index: 2;
	}
	.ry-hp-team-custom .ry-content {
		position: relative;
		z-index: 3;
	}
	.ry-hp-team-name-section a {
		padding: 10px 20px;
	}
}
@media (max-width: 768px) {
	.ry-hp-team-name-section {
		padding: 0 20px;
		gap: 10px;
	}
	.ry-hp-team-name-section a {
		width: max-content;
		height: auto;
		padding: 8px 8px;
		border-radius: 10px;
	}	
}
@media (max-width: 500px) {
	.ry-hp-team-name-section {
		display: none;
	}
	.ry-hp-team-custom {
		min-height: 600px;
	}
}
/** END HP TEAM **/

/** HP BLOGS **/
.ry-hp-blog-custom {
    position: relative;
    background: #000;
}
.ry-hp-blog-custom .ry-headline * {
    text-align: left;
    margin-left: 0;
    color: #fff;
}
.ry-blog-post-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
	margin-top: 4rem;
}
.ry-blog-post-wrap .ry-each {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
	padding-bottom: 40px;
}
.ry-blog-post-wrap .ry-each:not(:last-child) {
    border-bottom: 2px solid #ffffff10;
}
.ry-blog-post-wrap .ry-each .ry-blog-img-wrap {
    max-width: 115px;
    border-radius: 12px;
    overflow: hidden;
}
.ry-blog-post-wrap .ry-each .ry-circle-arrow {
    justify-self: flex-end;
}
.ry-blog-post-wrap .ry-each .ry-circle-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #625f5c;
    width: 64px;
    height: 64px;
}
.ry-hp-blog-custom .ry-container {
    max-width: 1280px;
    width: 90%;
}
.ry-blog-post-wrap .ry-each .ry-blog-content h4 {
    font-size: clamp(1.375rem, 1.3113rem + 0.2614vw, 1.625rem);
    letter-spacing: -1px;
    line-height: 1.1;
    font-weight: 600;
}
.ry-blog-post-wrap .ry-each .ry-blog-content p {
    font-size: 18px !important;
}
.ry-blog-post-wrap .ry-each:hover .ry-blog-content h4 {
    color: #fff;
}
.ry-blog-post-wrap .ry-each:hover .ry-circle-arrow {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}
@media (max-width: 1080px) {
	.ry-hp-blog-custom .ry-headline * {
		text-align: center;
		margin: 0 auto 20px;
	}
	.ry-blog-post-wrap .ry-each {
		flex-direction: column;
		gap: 15px;
	}
	.ry-blog-content * {
		text-align: center;
	}
	.ry-blog-post-wrap .ry-each .ry-circle-arrow {
		position: relative;
		inset: unset;
		transform: unset;
	}
}
/** END HP BLOGS **/

/** ALTERNATE FLEX **/
.ry-alternate-flex {
    display: flex;
    flex-direction: column;
	margin-top: 2rem;
    gap: 40px;
}
.ry-alternate-flex .ry-flex {
    align-items: center;
    gap: 4rem;
}
.ry-alternate-flex .ry-flex:nth-child(even) {
    flex-direction: row-reverse;
}
@media (max-width: 1080px) {
	.ry-alternate-flex .ry-flex {
		flex-direction: column !important;
		gap: 2rem;
	}
	.ry-alternate-flex .ry-flex .ry-each {
		width: 100%;
	}
	.ry-alternate-flex {
		gap: 20px;
	}
	.ry-alternate-flex .ry-flex .ry-each.ry-text-wrap * {
		text-align: center;
	}
}

/** INSIDE PAGES **/
.ry-order-contact-links {
    margin-top: 15px;
    padding: 10px 45px 10px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: flex;
    gap: 20px;
    align-items: center;
	background: #f7f7f7;
}
.ry-order-contact-links::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
    content: "";
    width: 23px;
    height: 23px;
    right: 0px;
    display: block;
    filter: brightness(0.5);
    background-size: contain;
    background-repeat: no-repeat;
    top: 1px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.ry-order-contact-links:hover::after {
    filter: brightness(0) invert(1);
}
div.ry-order-contact-links > br {
    display: none;
}
.ry-order-contact-links:hover {
    background: #2a2a2a;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ry-order-contact-links:hover .ry-text * {
    color: #fff;
}	

#calendar-btn {
    width:40px;
    height:40px;
    background:#deb407;
    border-radius:50%;
    color:#000
}

.mobile-info.dropdown-menu {
    right:10px;
    width:fit-content;
    left:auto;
    padding:0
}

.mobile-info.dropdown-menu  a {
    width:100% !important;
    border-radius:0 !important;
    background:#000 !important;
    border-bottom:1px solid #fff 
}
.mobile-info.dropdown-menu li:last-child a{
    border-bottom:none  
}

	
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 768px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}
	
	