:root {
    color: #F6F6F6;
    color: #00000029;
    color: #EFEFEF;
    color: #202536;
    color: #707070;
    color: #01CB37;
    color: #31AAC9;
    color: #00000082;
    color: #19202A;
    color: #061238;
    color: #323234;
}

body {
    margin: 0px;
	padding: 0px;
	color: #01121F;
    font-size: 16px;
    font-weight: 300!important;
    font-family: "Roboto", sans-serif;
}

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

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

h1, .h1 {
    font-size: 60px;
    font-weight:900;
}

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

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

.h4, h4 {
    font-size: 25px;
}

p, li, a {
	font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

b, strong {
    font-weight: 800;
}

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

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

i {
	vertical-align: middle;
}

button:focus {
    outline: none;
}

.btn-primary {
    border-radius: 5px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	width: auto;
    text-transform: uppercase;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #0069FF;
    background-color: transparent;
    border: 1px solid #0069FF;
}

.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn-primary:hover {
    color: #0069FF;
    background-color: transparent;
    border: 1px solid #0069FF;
}

.btn-primary.l-blue {
    color: #fff;
    background-color: #31AAC9;
    border: 1px solid #31AAC9;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #31AAC9;
    background-color: transparent;
    border: 1px solid #31AAC9;
}

.l-blue-txt {
    color: #31AAC9!important;
}
/* ============================================ */
.header {
    background-color: #202536;
    padding: 10px 0;
}

.logo img {
    width: 45%;
    height: auto;
}

.nav-link {
    color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link {
    display: block;
    padding: 0 0 0 3rem;
    color: #fff;
    line-height: 25px;
    vertical-align: middle;
}

.nav-item {
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-link.active .nav-item, .nav-link .nav-item:hover {
    font-weight: 700;
    color: #E53023;
}

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

.whatsapp-btn {
    border: 2px solid #01CB37;
    padding: 3px 10px;
    border-radius: 100px;
}

.whatsapp-btn a {
    color: #01CB37!important;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.whatsapp-btn i {
    color: #01CB37;
    padding-right: 10px;
    font-size: 20px;
}

/* Home */
.home-header {
    background-image: url('/images/header.jpg');
    height: 100%;
    padding-bottom: 20vh;
    background-position: center;
    background-size: cover;
}

.home-header .row {
    height: 50vh;
    align-items: center;
}

.home-header h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 90px;
}

.home-header p {
    font-size: 24px;
    font-weight: 500;
}

.home-intro {
    background-color: #202536;
    padding: 20px 0 0 0;
    align-items: center;
}

.home-intro img {
    margin-top:-180px;
}

.home-intro p {
    color: #fff;
}

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

.accordion-header {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
}

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

.accordion-button:not(.collapsed) {
    color: #202536;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    display: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 30px;
    color:#202536;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    padding-left: 30px;
}

.accordion-button i {
    background-color: #31AAC9;
    padding: 20px 10px;
    border-radius: 100%;
    color: #fff;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    margin-right: 20px;
    text-align: center;
}

.accordion-button img {
    width: 5%;
    height: auto;
    margin-right: 20px;
}

.accordion-body {
    padding: 0px 20px 40px 9%;
    border: 0;
}

.accordion-item {
    color: #202536;
    border: 0;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0px 3px 30px #00000029;
}

.accordion-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

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

.dark-card, .dark-card a {
    background-color: #202536;
    border: 0;
    color: #fff;
}

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

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

.form-control:focus {
    color: #19202A;
    background-color: #fff;
    border-color: #323234;
    outline: 0;
    box-shadow: none;
}

.form-select {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #19202A;
    background-color: #fff;
}

.form-select:focus {
    color: #19202A;
    background-color: #fff;
    border-color: #323234;
    outline: 0;
    box-shadow: none;
}

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

label {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #19202A;
    font-weight: 500;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 3px 10px!important;
    width: 100%;
    border-radius: 0!important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0!important;
    border: 1px solid #323234!important;
}

#map {
    height: 600px;
    width: 100%;
}

#map-content img {
    max-width: 60%;
    background-color: #202536;
}

.gm-style .gm-style-iw-c {
    max-width: 320px!important;
    text-align: center!important;
}

/* Footer */
footer {
    padding: 30px 0;
}

footer a {
    color: #01121F;
}

#back-to-top {
	background-color: transparent!important;
	text-align: center;
	float: left;
	vertical-align: middle;
	position: fixed;
	padding: 10px;
	bottom: 5px;
	right: 5px;
    left: auto;
	z-index: 999;
	border-radius: 5px;
    display: none;
}

#back-to-top i {
	font-size: 25px;
	vertical-align: middle;
	color: #31AAC9;
	margin-bottom: 0;
	padding-left: 0;
}

#back-to-top p {
	margin-bottom: 0;
}

#back-to-top p>span {
	color: #31AAC9;
}

#back-to-top a {
	vertical-align: middle;
	color: #31AAC9;
}