:root {
    color: #151519;
    color: #F6EEEA;
    color: #0000003D;
    color: #B38973;
    color: #00000029;
    color: #71796E;
    color: #404B3C;
    color: #53604E;
    color: #A7A898;
    color: #D0B4A6;
}

/* Fonts 
.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

*/

body {
    margin: 0;
	padding: 0;
    color: #71796E;
    font-weight: 400;
    font-style: normal;
    font-family: "Poppins", serif;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 800;
}

p, li, a, font {
	font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    vertical-align: middle;
}

b, strong {
    font-weight: 800;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.red-icon {
    color: #FF0000;
}

.green-txt {
    color: #71796E!important;
}

.brown-txt {
    color: #B38973!important;
    font-weight: 500;
}

.border-bottom-wht {
    border-bottom: 2px solid #fff;
}

.border-bottom-blk {
    border-bottom: 1px solid #202536;
}

.rounded {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.bold-txt {
    font-weight: 800;
}

.l-blue-bg {
    background-color: #F6F8FF;
    line-height: 25px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
}

.badge {
    padding: 10px 15px;
    text-transform: uppercase;
    width: auto;
    max-width: fit-content;
}

.text-bg-danger {
    background-color: #FFC4C4 !important;
    color: #FF0000 !important;
}

.text-bg-success {
    background-color: #D4F2D1 !important;
    color: #58C56E !important;
}

.btn-close {
    opacity: 1;
    position: absolute;
    right: 15px;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 10px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 300;
    border-radius: 5px;
    color: #fff;
    background-color: #B38973;
    border: 1px solid #B38973;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #B38973;
    background-color:transparent!important;
    border-color: #B38973!important;
    box-shadow: none;
}

.btn-primary.l-brown {
    color: #fff;
    background-color: #D0B4A6;
    border: 1px solid #D0B4A6;
}

.btn-primary.l-brown.focus, .btn-primary.l-brown:focus, .btn-primary.l-brown:hover {
    color: #D0B4A6;
    background-color:transparent!important;
    border-color: #D0B4A6!important;
    box-shadow: none;
}

.topbar {
    padding: 10px 0;
    position: relative;
    background-color: #F6EEEA;
}

.topbar a, .topbar p {
    color: #71796E;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
}

.topbar i {
    color: #71796E;
    font-size: 20px;
}

.topbar span {
    text-align: center;
    padding: 0 10px;
    font-weight: 400;
    color: #184274;
    line-height: 30px;
    vertical-align: sub;
}

.mobile-contact-details {
    display: none;
}

.logo-txt {
    font-size: 30px;
    color: #71796E;
    font-weight: 800;
    margin-bottom: 0;
}

.logo p>small {
    font-size: 15px;
    color: #71796E;
    margin-bottom: 0;
}

.logo img {
    width:65%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

.header {
    background-color: #fff;
}

.header .navbar-light .navbar-nav .active>.nav-link, .header .navbar-light .navbar-nav .nav-link.active, .header .navbar-light .navbar-nav .nav-link.show, .header .navbar-light .navbar-nav .show>.nav-link {
    color: #B38973;
    border-bottom:4px solid #B38973;
    padding-bottom: 11px;
    padding-top: 10px;
    
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #71796E;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    color: #71796E;
}
.navbar {
    padding-bottom: 0;
    padding-top: 0;
}
.header .nav-item {
    color: #B38973;
    font-weight: 600;
    list-style: none;
    padding-left: 80px;
    padding-right: 0;
}
.header .navbar-nav .nav-item .nav-link {
    padding-bottom: 0;
    border-bottom:transparent;
    line-height: 60px;
}
.mobile-only-items {
    display: none;
}
.navbar-nav-header .nav-item {
    list-style: none;
}
.navbar-collapse .dropdown-toggle::after {
    display: none;
}

.nav-item.active .nav-link {
    border-bottom: 3px solid #B38973!important;
    font-weight: 600;
    color: #B38973;
}

.navbar-nav {
    width: 90%;
}

/* Home */
.content {
	background-color: #f5f5f5!important;
}

#background-video {
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: -70px;
	bottom: 0;
	z-index: -1;
}

.home-header .row {
	height:96vh;
}

.home-header h1, .home-header .h1 {
	margin-top: 0;
	font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.intro {
    background-color: #F6EEEA;
    padding-bottom: 5%;
}

.intro .card {
    border: 0;
    margin-top: -10%;
    border-radius: 20px;
}

.intro .card p {
    color: #71796E;
}

.home-footer {
    background-color: #404B3C;
    background-image: url('/images/stripe-background.jpg');
    background-position: center;
    background-size: cover;
}

.home-footer .row {
    height: 300px;
}

/* about */
.about {
    background-color: #F6EEEA;
    padding: 5% 0 10% 0;
}

.about .card {
    border: 0;
    border-radius: 40px;
    background-color: #71796E;
    color: #fff;
}

.quotes {display: none;}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .8;
    transition: opacity .6s ease;
    border-radius: 100%;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #B38973;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0;
    margin-left: 15%;
    top: 100%;
}

/* Services */
.services {
    background-color: #F6EEEA;
    padding: 5% 0 10% 0;
}

.services .card {
    border-radius: 40px;
    padding: 30px;
    height: 100%;
    text-align: center;
}

.services .card h2 {
    color: #B38973;
    font-size: 20px;
}

.services .card p {
    color: #71796E;
}

.services .card img {
    border-radius: 10px;
}

/* contact */
.contact {
    background-color: #F6EEEA;
    padding: 5% 0 6% 0;
}

.contact i {
    font-size: 50px;
    color: #B38973;
}

.whatsapp-icon i {
    color: #25D366;
    font-size: 20px!important;
}

.contact a {
    color: #71796E;
}

.contact-form {
    background-color: #404B3C;
    color: #fff;
    padding: 5% 0;
    background-image: url('/images/stripe-background.jpg');
    background-position: center;
    background-size: cover;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #184274;
    color: #fff;
    font-size:15px;
    padding: 10px 15px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #323234;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #131010;
    background-color: #fff;
    border-color: #404627;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: 130px;
}

label {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
}

.faqs {
    background-color: #F6EEEA;
    padding: 5% 0;
}

.accordion-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #B38973;
    background-color: transparent;
    margin-bottom:0px;
    border: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
}

.accordion-body {
    padding: 20px 0 0 0;
}

.accordion-button {
    background-color: transparent;
    color: #B38973;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #B38973;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0;
}

.accordion-header {
    margin-bottom: 0;
    border-bottom: 2px solid #B38973;
    background-color: transparent;
    padding: 9px 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    content: "close";
    background-image: none;
    transform: none;
    font-weight: 100;
    color: #71796E;
}

.accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    content: "open";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 0;
    font-weight: 100;
    color: #71796E;
}

/* Footer */
.footer .card {
    background-color: #B38973;
    border-radius: 15px;
    border: 5px solid #fff!important;
    color: #fff;
    margin-top: -7%;
}

.footer .card a {
    color: #fff;
}

footer {
    background-color: #A7A898;
    padding: 0 0 3% 0;
}

.footer-lower {
    padding-top: 5%;
}

.footer-lower p, .footer-lower a {
    color: #404B3C;
}

.error-page {
    padding: 20vh 0 25vh 0;
}