.bg-primary {
  background-color: #F09700 !important;
}

.bg-secondary {
  background-color: #009EE3;
}

.text-bg-primary {
  background-color: #F09700;
  color: #fff;
}

.text-bg-secondary {
  background-color: #009EE3 !important;
  color: #fff;
}

.btn svg {
  margin-right: 0.5rem;
}
.btn.btn-primary {
  background-color: #F09700;
  border-color: #F09700;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: #EB7F39 !important;
  border-color: #EB7F39 !important;
}
.btn.btn-outline-primary {
  color: #F09700;
  border-color: #F09700;
  display: flex;
  align-items: center;
}
.btn.btn-outline-primary img {
  margin-right: 0.5rem;
  filter: invert(14%) sepia(88%) saturate(3963%) hue-rotate(292deg) brightness(86%) contrast(79%);
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
  background-color: #F09700;
  border-color: #F09700;
  color: #fff;
}
.btn.btn-outline-primary:hover img, .btn.btn-outline-primary:active img {
  filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}
.btn.btn-open-menu {
  background-color: transparent;
  border: none;
}
.btn.btn-open-menu img {
  width: 20px;
  filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}
.btn.btn-action {
  background: transparent;
  padding: 0;
  margin-left: 0.5rem;
}
.btn.btn-action img {
  width: 100%;
  max-width: 15px;
}
.btn.btn-action img.eye-icon {
  max-width: 20px;
}
.btn.btn-action:hover {
  filter: invert(14%) sepia(88%) saturate(3963%) hue-rotate(292deg) brightness(86%) contrast(79%);
}

.btn-state {
  border: none;
  background-color: transparent;
  font-size: 0.7rem;
  border-radius: 3rem;
  padding: 0.2rem 0.5rem;
}
.btn-state.btn-state-danger {
  background-color: #f8d7da;
  color: #58151c;
}
.btn-state.btn-state-danger:hover {
  background-color: #fd9fa7;
}
.btn-state.btn-state-success {
  background-color: #d1e7dd;
  color: #0a3622;
}
.btn-state.btn-state-success:hover {
  background-color: #8be0ba;
}

/*----------------------------
---------TYPOGRAPHY-----------
----------------------------*/
/*---- Headings ----*/
h1, h2, h3, h4, h5, h6 {
  color: #1E130F;
}

.subtitle {
  font-weight: bold;
}
.subtitle::before {
  content: "";
  display: block;
  width: 65px;
  height: 10px;
}

.services-list {
  display: flex;
  justify-content: space-around;
  align-items: top;
}
.services-list .services-item {
  display: block;
  width: 100%;
  max-width: 170px;
  text-align: center;
}
.services-list .services-item img {
  width: 100%;
  height: 120px;
  margin-bottom: 1rem;
}
.services-list .services-item span {
  display: block;
  font-size: 1.2rem;
}

.carousel .carousel-inner .carousel-item img {
  height: 120px;
  margin-bottom: 1rem;
}
.carousel .carousel-inner .carousel-item span {
  display: block;
  font-size: 1.2rem;
}
.carousel button i {
  color: #000;
  font-size: 3rem;
}

/*---- Messages ----*/
.error-message {
  color: red;
  font-size: 0.8rem;
}

form {
  text-align: left;
  margin-bottom: 1rem;
}
form label.form-label {
  font-weight: 500;
}
form .form-control {
  border-radius: 50px;
}

/*---- Bg color ----*/
.bg-primary {
  background-color: #F09700 !important;
}

/*---- Text color ----*/
.text-primary {
  color: #F09700 !important;
}

header {
  background-repeat: no-repeat;
  background-size: cover;
}
header .header-mask {
  display: block;
  padding: 1rem;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
header .header-mask .header-top {
  display: flex;
  justify-content: end;
}
header .header-mask .header-top .rrss-top {
  margin: 0;
  padding: 0;
}
header .header-mask .header-top .rrss-top li {
  display: inline-block;
  margin-left: 0.5rem;
}
header .header-mask .header-top .rrss-top li a {
  display: block;
  color: #F09700;
  font-size: 1.5rem;
  border: 2px solid #F09700;
  border-radius: 50%;
  padding: 0.2rem 0.7rem;
}
header .header-mask .header-top .rrss-top li a:hover {
  color: #EB7F39;
  border: 2px solid #EB7F39;
}
header .header-mask .header-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 302px;
}
header .header-mask .header-bottom img {
  width: 100%;
  max-width: 400px;
}

footer {
  display: flex;
  background-color: #EDEEF0;
}
footer .footer-left {
  background-color: #F09700;
  display: flex;
  align-items: flex-end;
  padding: 8rem 0.5rem 0.4rem 0;
}
footer .footer-left .contact-icons li {
  list-style: none;
  margin-bottom: 0.6rem;
}
footer .footer-left .contact-icons li a {
  display: block;
  padding: 0.4rem 0.7rem;
  background-color: #fff;
  color: #F09700;
  border-radius: 100%;
}
footer .footer-right {
  width: 100%;
  padding: 1rem 1rem 1rem 0;
  display: flex;
  justify-content: space-between;
}
footer .footer-right .left-col .name {
  padding-left: 1rem;
  border-bottom: 1px solid #F09700;
  padding-bottom: 1rem;
}
footer .footer-right .left-col .name h4 {
  margin-bottom: 0;
}
footer .footer-right .left-col .contact-links {
  margin-top: 4rem;
  padding-left: 1rem;
}
footer .footer-right .left-col .contact-links li {
  list-style: none;
  margin-bottom: 1.3rem;
}
footer .footer-right .left-col .contact-links li a {
  display: block;
  color: #1E130F;
  font-size: 1.2rem;
  text-decoration: none;
}
footer .footer-right .right-col {
  display: flex;
  align-items: center;
}
footer .footer-right .right-col img {
  width: 100%;
  max-width: 200px;
}

:root {
  --font-size: 1;
}

body {
  background-color: #fff;
  font-size: calc(var(--font-size) * 1rem);
}

a, button, .btn {
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}

section {
  padding: 5rem 0;
}
section.services {
  text-align: center;
}
section.services h2 {
  margin-bottom: 4rem;
}
section.about-us {
  padding: 0;
  background-color: #EDEEF0;
}
section.about-us .left-col {
  background-size: cover;
  background-repeat: no-repeat;
}
section.about-us .right-col {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.about-us .right-col .content {
  padding: 0 2rem;
  text-align: justify;
}
section.about-us .right-col .content h2 {
  text-align: center;
  margin-bottom: 2rem;
}
section.certifications .left-col {
  padding-left: 2rem;
  padding-right: 4rem;
  border-right: 1px solid #1E130F;
}
section.certifications .left-col h3 {
  margin-bottom: 1rem;
}
section.certifications .left-col .certification-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.certifications .right-col {
  padding-left: 4rem;
}
section.certifications .right-col img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 1rem;
}
section.contact-us {
  background-size: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 5rem 1rem;
}
section.contact-us .content {
  width: 100%;
  max-width: 500px;
}
section.contact-us .content h2 {
  margin-bottom: 4rem;
}
section.contact-us .content .rrss-contact {
  margin: 0;
  padding: 0;
}
section.contact-us .content .rrss-contact li {
  display: inline-block;
  margin-left: 0.5rem;
}
section.contact-us .content .rrss-contact li a {
  display: block;
  color: #F09700;
  font-size: 1.5rem;
  border: 2px solid #F09700;
  border-radius: 50%;
  padding: 0.2rem 0.7rem;
}
section.contact-us .content .rrss-contact li a:hover {
  color: #EB7F39;
  border: 2px solid #EB7F39;
}

/*# sourceMappingURL=style.css.map */
