@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sen:wght@400..800&display=swap');

:root {
    --base-color: #4f3208;
    --white-color: #ffffff;
	--secondary-color: #d3ac2c;
	--dark-color: #0d2252;
	--body-fonts: "Jost", sans-serif;
}

body{
	font-family: var(--body-fonts);
}

.rl-header-top {
    background: #d3ac2c;
}

.rl-content {
    margin: 0 15px;
    list-style: none;
    padding: 15px 0;
    flex-grow: 1;
	display: flex;
}

.rl-content li{
	margin-right: 30px;
    position: relative;
    color: var(--white-color);
    font-size: 15px;
}

.rl-content li a{
	color: #4f3208;
    font-weight: 500;
}

.rl-content li a:hover{
	text-decoration: none;
}

.rl-content .fa{
	margin-right: 10px;
	font-size: 0.875rem;
}

.rl-content .fa-clock-o {
    font-size: 16px;
}

.rl-content .fa-map-marker {
    font-size: 16px;
}

.rl-header-top .rl-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-color: var(--secondary-color);
	padding: 0 40px;
    border-radius: 0;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
}

.rl-header-top .rl-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-color: var(--secondary-color);
    padding: 0 40px;
    border-radius: 0;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
}

.rl-header-top .rl-btn:hover{
	text-decoration: none;
}

.rl-btn .fa {
    margin-left: 8px;
}

.rl-nav-social a {
    color: #4f3208;
    margin-left: 10px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #4f3208;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
}

.rl-nav-social a:hover{
	text-decoration: none;
}

#rl-nav {
    background: #eceae9;
}

#rl-nav .container {
    padding: 0px;
}

.rl-btn {
    background-color: #d3ac2c;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.rl-btn:hover{
	color: var(--white-color);
}

.carousel-inner .rl-banner {
    width: 100%;
    height: 100vh;
}

.carousel-caption {
    text-align: center;
    width: 55%;
    left: 0%;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
	margin: 0 auto;
}

.rl-banner-main-title {
    font-size: 3.5rem;
    line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}


.rl-banner-main-title span {
    color: #d3ac2c;
}

.rl-banner-sub-title {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    /* margin-left: 400px;
    margin-right: 400px; */
}

.rl-banner-button {
    background-color: #d3ac2c;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.rl-banner-button:hover {
	color: var(--white-color);
}

.rl-banner-button .fa {
    margin-left: 8px;
}

.v-center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.rl-our-purpose {
    padding: 50px 0px;
}

.rl-sub-title{
	padding-right: 44px;
    position: relative;
    color: var(--base-color);
    font-weight: 600;
    margin-bottom: 6px;
	display: inline-block;
}

.rl-sub-title .icon {
    width: 31px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.rl-sub-title .icon:before{
	content: '';
    background-color: var(--secondary-color);
    position: absolute;
    height: 2px;
    left: 0;
	width: 100%;
    top: 0;
}

.rl-sub-title .icon:after{
	width: 17px;
    bottom: 0;
	content: '';
    background-color: var(--secondary-color);
    position: absolute;
    height: 2px;
    left: 0;
}

.rl-title {
    color: #0D2252;
    font-size: 36px;
    line-height: 1.33333;
    margin: 0 0 15px;
    font-weight: 800;
}

.rl-list {
    padding-inline-start: 22px;
}

.rl-list li {
    font-size: 16px;
    line-height: 28px;
	margin-bottom: 15px;
}

.rl-list li:last-child {
	margin-bottom: 0px;
}

.rl-list li::marker {
	color: var(--base-color);
}

.rl-our-vision-and-mission{
	padding: 50px 0px;
	background: #eff1ff;
}

#rl-footer {
    background: #a16207;
	color: var(--white-color);
    padding-top: 80px;
}

#rl-footer .widget h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

#rl-footer .widget h3 b {
    font-weight: 600;
    color: var(--secondary-color);
}

#rl-footer .widget h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
}

#rl-footer .widget p {
    margin-bottom: 0rem;
    font-size: 16px;
    line-height: 25px;
}

#rl-footer .widget form {
    margin-top: 20px;
}

#rl-footer .widget form .form-control{
	border: none;
    color: #fff;
	border-radius: 5px;
	height: calc(1.5em + .75rem + 5px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

#rl-footer .widget form .form-control::placeholder {
    color: var(--secondary-color);
    font-weight: 500;
}

#rl-footer .widget form .btn {
    margin-top: 20px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
	padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
}

.rl-footer-info {
    display: flex;
	margin-bottom: 10px;
}

.rl-footer-icon {
    display: inline-block;
    margin-right: 10px;
    color: var(--secondary-color);
    line-height: 27px;
}

.rl-footer-content {
    font-size: 16px;
    line-height: 25px;
}

.rl-footer-content a{
	color: var(--white-color);
}

.rl-footer-social{
	margin-top: 25px;
}

.rl-footer-social a {
    color: #ffffff;
    margin-right: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    background: var(--secondary-color);
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50px;
}

.copy-rights {
    text-align: center;
    padding: 30px 0px;
    background: #a16207;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    border-top: 1px solid #d3ac2c1f;
    margin-top: 50px;
}

.copy-rights b{
	color: var(--secondary-color);
}

.rl-services {
    background-image: url(bg-section-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.rl-center {
    text-align: center;
}

.rl-center .rl-title {
    color: #ffffff;
	margin-bottom: 60px;
}

.rl-center .rl-sub-title{
	padding-left: 44px;
}

.rl-sub-title .icon.left {
    left: 0;
}

.rl-sub-title .icon.left:after{
	right: 0;
	left: initial;
}

.service-box {
    background-color: rgba(255, 255, 255, .11);
    margin-bottom: 35px;
    border-radius: 8px;
    padding: 30px 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.service-box.ptb {
    padding-top: 45px;
    padding-bottom: 45px;
}

.carousel-caption.inner-page {
    right: 0%;
    text-align: center;
    width: initial;
    left: 0%;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-caption.inner-page .rl-banner-main-title{
	font-size: 40px;
    color: var(--white-color);
}

.carousel-caption.inner-page .rl-banner-sub-title{
	font-size: 16px;
    color: var(--white-color);
	margin-top: 0px;
}

.rl-contact{
	background-color: #EFF1FF;
	padding-top: 75px;
    padding-bottom: 75px;
}

.rl-contact-sub-title{
	font-weight: 600;
    display: inline-block;
    color: var(--base-color);
	padding-left: 75px;
    position: relative;
	margin-bottom: 10px;
}

.rl-contact-sub-title:before{
	content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: var(--secondary-color);
    box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
}

.rl-contact h3{
	font-size: 48px;
    line-height: 58px;
    margin-bottom: 50px;
	color: #0e0e0e;
	font-weight: 700;
}

.rl-contact h3 b {
    color: var(--base-color);
}

.rl-contact-info {
    display: flex;
    margin: 0px 0px 40px 0px;
    padding: 0% 34% 0% 0%;
}

.rl-contact-icon {
    font-size: 25px;
    color: #fff;
    height: 65px;
    width: 65px;
    min-width: 65px;
    line-height: 65px;
    background-color: var(--base-color);
    text-align: center;
    border-radius: 65px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}

.rl-contact-content .title {
    //margin-top: 4px;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.rl-contact-content .desc {
	font-size: 16px;
    line-height: 1.625;
	display: block;
}

.rl-contact-content .desc a{
	display: block;
	color: #000;
}

.rl-form-title{
	font-size: 14px;
    line-height: 24px;
	margin: 20px 0px 25px  0px;
}

.rl-contact form .form-control{
    color: #656565;
    border-color: #fff;
	background-color: #fff;
    padding: 6px 22px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
	border-radius: 0;
	margin-bottom: 25px;
}

.rl-contact form input{
	height: 50px;
}

.rl-contact form textarea{
	padding: 22px !important;
}

.rl-contact form label{
	font-size: 17px;
    color: #000;
    margin-bottom: 10px;
}

.rl-contact form .btn{
	background-color: var(--base-color);
	height: 50px;
	padding: 6px 42px;
	font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.rl-inner-section{
	background-color: #EFF1FF;
	padding-top: 75px;
    padding-bottom: 75px;
}

.rl-inner-section .sub-title{
	font-weight: 600;
    display: inline-block;
    color: var(--base-color);
	padding-left: 75px;
    position: relative;
	margin-bottom: 10px;
}

.rl-inner-section .sub-title:before{
	content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: var(--secondary-color);
    box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
}

.rl-inner-section h3{
	font-size: 36px;
    line-height: 1.33333;
    margin: 0 0 15px;
    font-weight: 800;
}

.rl-inner-section p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.managing-director-frame {
    padding-left: 142px;
    position: relative;
    z-index: 1;
}

.managing-director-frame:before {
    content: '';
    width: 280px;
    height: 135px;
    background-image: url(dots.png);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: -1;
}

.managing-director-frame .managing-director-title {
    position: absolute;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 22px 55px;
    background: var(--base-color);
    color: #fff;
    transform-origin: 0 50%;
    transform: translateX(45px) rotate(-90deg);
    bottom: 34px;
    left: -70px;
}

.managing-director-frame .managing-director-image {
    margin-right: -18px;
    position: relative;
}

.ritzline-section {
    padding-top: 5rem;
	padding-bottom: 5rem;
	//text-align: center;
}

.ritzline-section.active {
    background: #eceae9;
}

.ritzline-section h2 {
    font-family: 'Playfair Display', serif;
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
    text-shadow: none;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
	text-align:center;
	margin-bottom: 1rem;
}

/* .ritzline-section span { */
    /* color: #4f3208; */
/* } */

.ritzline-section p {
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.product-offerings-box {
    box-shadow: 1px 1px 2px 1px rgb(153 153 153 / 50%);
    background: #fff;
    border-radius: 0.5rem;
	margin-top: 50px;
	text-align: center;
}

.product-offerings-box img {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.product-offerings-box .content {
    padding: 1.2rem;
    text-align: left;
}

.product-offerings-box .content h3 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: 'Playfair Display', serif;
	justify-content: flex-start;
    align-items: center;
    display: flex;
}

.product-offerings-box .content .desc {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    font-size: 1.1em;
    line-height: 1.5rem;
}

.product-offerings-box .content h3 svg {
    margin-right: 0.5rem !important;
    width: 2rem;
    height: 2rem;
}

#why-choose-us .product-offerings-box .content{
	text-align: center;
}

#why-choose-us .product-offerings-box img {
    margin-top: 20px;
    width: 70px;
}

.review-box {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: #fff;
    border-radius: 0.5rem;
	margin-top: 50px;
	border: 1px solid #d3ac2c1f;
	padding: 1.5rem;
	text-align: left;
}

.user {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}

.user img {
    margin-right: 1rem;
    width: 3.5rem;
    border-radius: 50%;
}

.user h4 {
    font-size: 1.2rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 0px;
    color: #4f3208;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.user span {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #d3ac2c;
    font-weight: 500;
}

.rating {
    color: rgb(249 203 19);
    font-size: 18px;
    margin-bottom: 1rem;
}

.message {
    font-size: 15px;
	font-weight: 500;
}

.ritzline-form label {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
    margin-bottom: .3rem;
}

.ritzline-form .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: .875rem;
}

.ritzline-form .btn {
    background: #a16207;
    color: #fff;
    font-size: 0.875rem;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
}

.contact-box {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: #a16207;
    border-radius: 0.5rem;
	border: 1px solid #d3ac2c1f;
	padding: 3rem 2rem 2rem;
}

#get-in-touch p {
    margin-bottom: 50px;
}

.contact-box .title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.contact-info-box {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.contact-info-box i.fa {
    color: #4f3208;
    background: #d3ac2c;
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 15px;
}

.contact-info-box h4 {
    font-weight: 600;
    margin-bottom: 0rem;
    font-size: 15px;
    color: #fff;
}

.contact-info-box a {
    color: rgb(211 172 44);
    font-size: 15px;
    font-weight: 500;
}

.ritzline-form .form-group {
    margin-bottom: 0.5rem;
}

/* #about-us img {
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px rgb(153 153 153 / 50%);
} */

#about-us h2 {
    text-align: left;
}

#about-us p {
    text-align: left;
	line-height: 1.6;
	margin-bottom: 0rem;
}

.our-vision-box {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 15px;
    margin-top: 50px;
    padding: 1.5rem;
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.our-vision-frame {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.our-vision-box h3 {
    font-size: 1.25rem;
    line-height: 15px;
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}

.our-vision-box i {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
    border-radius: 50%;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
    width: 4rem;
    height: 4rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    font-size: 25px;
	margin-bottom: 1.5rem;
}

.our-vision-box p {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    line-height: 25px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

#offer .image-frame{
	text-align: center;
}

#offer .image-frame img {
    max-width: 45%;
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
}

#offer h2 {
    text-align: left;
}

#offer p {
    text-align: left;
	line-height: 1.625;
}

#about-us h2 {
	font-family: 'Playfair Display', serif;
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
    text-shadow: none;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
	margin-bottom: 20px;
}

#about-us p {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    line-height: 1.625;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 20px;
	margin-right: 20px;
}

.content a.btn {
    background-color: #a16207;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    margin-top: 1rem;
}

#about-us .btn {
    background-color: #a16207;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.parallax{
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&h=600);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 5rem;
    padding-bottom: 5rem;
	position: relative;
}

.parallax-box {
	text-align:center;
}

.parallax-box .title {
    color: #d3ac2c;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.parallax-box .desc {
	color: #fff;
	font-size: 1.125rem;
    line-height: 1.75rem;
}

.ritzline-form .form-control{
	border: 1px solid #eceae9;
}

.inner-page .carousel-inner .rl-banner {
    height: 100%;
}

.inner-page .rl-banner-main-title{
	font-size: 3rem;
}

.about-us-inner {
    align-items: flex-start;
    display: flex;
	margin-top: 30px;
}

.about-us-inner .icon{
	--tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.about-us-inner .icon svg{
	--tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.about-us-inner .title {
    font-size: 1.25rem;
    line-height: 15px;
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}

.about-us-inner .desc {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    line-height: 25px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
}

.about-us-inner .icon {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
    padding: 10px;
    border-radius: 50%;
    margin-right: 20px;
}

#about-us .image-frame {
    text-align: center;
}

#about-us .image-frame img {
    max-width: 45%;
    display: inline-block;
    margin: 8px 5px;
    border-radius: 5px;
}

#product p {
    text-align: left;
    font-size: 1rem;
    line-height: 25px;
}

.product-list-box ul {
    padding-inline-start: 20px;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
    font-size: 1rem;
    margin-bottom: 0rem;
	font-weight: 500;
}

.product-list-box ul li{
    padding-bottom:10px;
}

.new-box {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.new-box h2 {
    font-size: 2rem;
}

.navbar-brand .img-fluid{
	max-width: 220px;
}

#proud-affiliates, #our-brands {
    padding-bottom: 8rem;
}

#affiliatesCarousel, #brandsCarousel{
	margin-top: 30px;
}

#affiliatesCarousel .box, #brandsCarousel .box{
	border: 2px solid #eceae9;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}

#affiliatesCarousel img,  #brandsCarousel img{
    max-height: 90px;
	border-radius: 5px;
}

#affiliatesCarousel .carousel-indicators, #brandsCarousel .carousel-indicators{
	bottom: -60px;
}

#affiliatesCarousel .carousel-indicators li, #brandsCarousel .carousel-indicators li{
	background-color: #eceae9;
}

#rl-nav .nav-link {
	color: #4f3208;
	font-weight: 500;
}

.product-offerings-box .content h3 img{
	width: 2rem;
    height: 2rem;
	margin-right: 0.5rem ;
}

.carousel-item {
	transition: transform 2s ease; /* 1.5 seconds animation */
}

.map{
	padding-right: 0px;padding-left: 0px;
}

label.error {
    color: #f00 !important;
    font-weight: 400;
    margin-bottom: 0rem;
    margin-top: 5px;
    font-size: 14px;
}

#offer img {
	border-radius: 5px;
}

#success-message {
    margin-top: 15px;
    color: rgb(0 128 0);
    font-weight: 500;
	display:none;
}

.ritzline-video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.ritzline-video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.ritzline-video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}

.ritzline-video-banner .video-banner-caption {
    text-align: center;
    width: 55%;
    left: 0%;
    bottom: initial;
    top: 45%;
    transform: translateY(-50%);
    right: 0%;
    margin: 0 auto;
	position: absolute;
	z-index: 2;
}

#productCarousel .carousel-indicators li{
	background-color: #a16207;
}

#productCarousel {
    border-radius: 5px;
    border: 2px solid #eceae9;
	max-width: 95%;
}

#productCarousel img{
	border-radius: 5px;
}

#about-us img {
    border-radius: 5px;
}

.brand-carousel .item {
    border: 2px solid #eceae9;
    border-radius: 5px;
    padding: 5px;
}

.brand-carousel .item img {
    width: 90%;
    border-radius: 5px;
	margin: 0 auto;
}

.brand-carousel{
	margin-top: 30px;
}

.affiliates-carousel .item {
    border: 2px solid #eceae9;
    border-radius: 5px;
    padding: 5px;
}

.affiliates-carousel .item img {
    width: 90%;
    border-radius: 5px;
	margin: 0 auto;
}

.affiliates-carousel{
	margin-top: 30px;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 20%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.owl-carousel .owl-nav button {
    width: 25px;
    height: 25px;
    z-index: 999;
    background: #a16207 !important;
    color: #fff !important;
    border-radius: 25px !important;
	pointer-events: auto; /* Re-enable click on button */
}

.owl-carousel .owl-nav .owl-prev {
    position: relative;
    right: 35px;
}

.owl-carousel .owl-nav .owl-next {
    position: relative;
    right: -35px;
}

.owl-carousel .owl-nav button:hover {
  
}

@media (min-width: 768px) {
	
	#rl-nav .nav-link {
		padding: 0px 20px;
		font-size: 18px;
	}
	
	.rl-left {
		padding-left: 40px;
	}
	
	.rl-right {
		padding-right: 40px;
	}
	
	.contact-box.left {
		margin-left: 20px;
	}
	
	.contact-box.right {
		margin-right: 20px;
	}
	
	#offer img{
		max-width: 95%;
		border-radius: 5px;
	}
	.new-box p {
		font-size: 18px;
		line-height: 1.5rem;
		height: 255px;
	}
	
	#about-us img {
		max-width: 90%;
	}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 500px){
	.rl-header-top {
		display: none;
	}
	.rl-btn{
		display: none;
	}
	.navbar-light .navbar-toggler{
		padding: 6px 8px;
		border-radius: 0px;
		border: 1px solid #a16207;
	}
	.navbar-brand .img-fluid {
		max-width: 180px;
	}
	.carousel-caption{
		width: 100%;
	}
	.rl-banner-main-title {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	.rl-banner-sub-title{
		line-height: 24px;
		font-size: 18px;
	}
	#about-us {
		text-align: center;
	}
	#about-us h2{
		font-size: 2rem;
		text-align: center;
	}
	#about-us p{
		margin-right: 0px;
		font-size: 18px;
		text-align: center;
		line-height: 24px;
	}
	#about-us .btn{
		margin-bottom: 30px;
	}
	.ritzline-section h2{
		font-size: 2rem;
		text-align: center;
	}
	.ritzline-section p{
		margin-right: 0px;
		font-size: 18px;
		text-align: center;
		line-height: 24px;
	}
	.ritzline-form .btn{
		margin-bottom: 30px;
	}
	.contact-box{
		padding: 2.5rem 1.5rem 1.5rem;
	}
	#rl-footer{
		text-align: center;
	}
	#rl-footer .widget h3{
		margin-top: 15px;
	}
	.rl-footer-info {
		display: block;
	}
	.carousel-inner .rl-banner {
		height: 50vh;
	}
	.product-offerings-box .content h3{
		justify-content: center;
	}
	.product-offerings-box .content{
		text-align: center;
	}
	#affiliatesCarousel .box, #brandsCarousel .box{
		text-align: center;
		margin-bottom: 30px;
	}
	#affiliatesCarousel .col-md-2, #brandsCarousel .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	#affiliatesCarousel img, #brandsCarousel img {
		max-height: 75px;
	}
	.copy-rights{
		font-size: 14px;
	}
	.inner-page .rl-banner-main-title{
		font-size: 2rem;
		line-height: 1.1;
	}
	.inner-page .carousel-inner .rl-banner{
		height: 20vh;
	}
	.contact-us-page .ritzline-form .btn {
		margin-bottom: 0px;
	}
	.contact-us-page .contact-box{
		margin-bottom: 50px;
	}
	#offer img{
		margin-bottom: 25px;
	}
	#offer h2 {
		text-align: center;
	}
	#offer p {
		text-align: center;
		line-height: 24px;
		margin-bottom: 0rem;
	}
	.new-box{
		padding: 1rem;
	}
	.new-box.first {
		margin-bottom: 50px;
	}
	#productCarousel{
		max-width: 100%;
		margin-bottom: 25px;
	}
	.owl-carousel .owl-nav .owl-prev {
		position: relative;
		right: 15px;
	}
	.owl-carousel .owl-nav .owl-next {
		position: relative;
		right: -15px;
	}
}