:root {
    color: #A65D44;
    color: #FAEFED;
    color: white;
    color: #1A1B1D;
    color: #DDB2A5;
}

body {
    margin: 0;
	padding: 0;
    color: #A65D44;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
}

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

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #A65D44;
}

h1, .h1 {
    font-size: 45px;
}

h2, .h2 {
    font-size: 40px;
}

h3, .h3 {
    font-size: 35px;
}

p, li, a {
	font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.8px;
    color: #A65D44;
    font-weight: 300;
}

b, strong {
    font-weight: 600;
}

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

a {
    color: inherit;
    text-decoration: none;
}

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

i {
	vertical-align: middle;
}

.red-txt {
    color: #A65D44!important;
}

.dark-txt {
    color: #1A1B1D;
    font-weight: 600;
}

.dark-txt a {
    border-bottom: 1px solid #1A1B1D;
}

.border-bottom-red {
    border-bottom: 1px solid #DDB2A5;
}

.border-red {
    border: 1px solid #DDB2A5!important;
}

.card {
    background-color: transparent;
    border: 0;
}

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

.rounded-10 {
    border-radius: 10px!important;
}

/* Buttons */
button:focus {
    outline: none;
}

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

.btn-primary {
    padding: 10px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    color: #fff;
    background-color:#A8CF45;
    border-color: #A8CF45;
    width: auto;
    min-width: 190px;
    border-radius: 10px;
}

.btn-primary.btn-sm a:hover {
    color:#88C5D7!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color:#A8CF45;
    border-color: #A8CF45;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    background-color:#A8CF45;
    border-color: #A8CF45;
}

.btn-secondary {
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid #FFF;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #0F3559;
    background-color:#FFF;
    border-color: #FFF;
    box-shadow: none;
}

/* Navbar */
.header {
    background: #FFF;
    position: relative;
    z-index: 9999;
    padding: 0;
}

.home-body .header {
    background: transparent;
}

.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: #A65D44;
    border-bottom: 0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #A65D44;
}

.navbar-light .navbar-nav .nav-link {
    color: #A65D44;
}

.navbar-nav {
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.header .nav-item {
    color: #A65D44;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 0;
    text-transform: uppercase;
}

.header .navbar-nav .nav-item .nav-link {
    padding: 0 0 0 60px;
    border-bottom:transparent;
}

.navbar-nav-header .nav-item {
    list-style: none;
}

.navbar-collapse .dropdown-toggle::after {
    display: none;
}

.mobi-header-icons {
    display: none;
}

.logo img {
    width: 80%;
    padding: 5px 0;
}

.mobi-logo img {
    width: 80%;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    /* min-width: 250px; */
    border-radius: 0;
    font-size: 15px;
}

.dropdown-item i {
    float: right;
    color: #1E1C1C;
    line-height: 23px;
    vertical-align: middle;
    align-self: center;
}

.dropdown-item.active, .dropdown-item:active {
    color: #A8CF45;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu[data-bs-popper] {
    top: 46px;
    left: auto;
    border: 0;
    box-shadow: 0px 5px 30px #0000001A;
}

/* Home */
.home-header {
    background-image: url('/images/sky.jpg');
    background-position: center;
    background-size: cover;
    text-align:center;
}

.home-header .row {
    height: 700px;
    align-items: center;
}

.home-header h1 {
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}

.home-intro {
    background-color: #FAEFED;
    padding: 5% 0;
}

.home-contact {
    background-color: #A65D44;
    padding: 5% 0;
    color: #FFF;
}

.home-contact p, .home-contact a {
    color: #FFF;
}

.home-contact a {
    border-bottom: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.divider-image {
    background-image: url('/images/sky.jpg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.how-we-work, .our-team, .contact, .dynamic-page {
    background-color: #FAEFED;
    padding: 5% 0;
}

.what-this-enables {
    background-color: #1A1B1D;
    padding: 5% 0;
    color: #fff;
}

.what-this-enables h3, .what-this-enables p {
    color: #fff;
}

.our-team i {
    font-size: 20px;
    border-radius: 100%;
    padding: 10px;
    background-color: #A65D44;
    color: #fff;
}

.error-page {
    padding: 10% 0;
}
.dynamic-page {
    text-align: center;
}

.dynamic-page img {
    margin-top: 30px;
}

.breadcrumb p, .breadcrumb a {
    text-align: center;
    font-weight: 300;
}

/* Contact */
.contact .h3, .contact .h3 a {
    font-size: 25px!important;
}

.contact i {
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.submit-btn {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #1A1B1D;
    padding-left: 0;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #323234;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #A65D44;
    border-radius: 0;
}

select.form-select, .form-select[multiple] {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('https://files.crtgroupstorage.com/angle-down-light.png') 96% / 15px 8px no-repeat;
    background-color: transparent   ;
}

.form-control:focus, .form-select[multiple]:focus {
    color: #1A1B1D;
    background-color: transparent;
    border-color: #1A1B1D;
    outline: 0;
    box-shadow: none;
}

select:not(:-internal-list-box)[multiple] option {
    line-height: 30px;
    vertical-align: middle;
    align-items: center;
}

option {
    line-height: 10px;
}

label {
    color: #1A1B1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

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

#email2, #email3 {
    display: none;
}

.form-group {
    margin-bottom: 20px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #A8CF45!important;
    color: #fff;
    font-size: 1em;
}

/*Placeholder text*/
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A65D44;
    opacity: 1; /* Firefox */
    vertical-align: middle;
    line-height: 20px;
    font-weight: 300;
    font-size: 15px;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A65D44;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 300;
    font-size: 15px;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #A65D44;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 300;
    font-size: 15px;
}

/* Footer */
.footer {
    text-align: center;
    background-color: #1A1B1D;
    padding: 5% 0;
}

.footer img {
    width: 30%;
    height: auto;
    margin-bottom: 20px;
}

.footer li {
    display: inline-flex;
    padding: 0 20px;
    color: #fff;
}

.footer a, .footer p {
    color: #fff;
}