@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
button:focus,
button:active,
button,
.btn,
.btn:focus {
  box-shadow: none !important;
  outline: none;
  border: none;
}

.btn {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  padding: 1.2rem 2rem;
  color: #ffffff;
  border-radius: 0.8rem;
  display: inline-block;
  transition: 0.3s;
}
.btn.btn-default {
  background-color: #EC3135;
}
.btn.btn-default:hover {
  background-color: #871C1E;
  color: #ffffff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media (max-width: 1400px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: #17477B;
}

html,
body {
  overflow-x: hidden;
}

p,
a,
ul > li,
span,
th,
td {
  font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 3.4rem;
}

p,
span,
li,
a {
  line-height: 2.4rem;
  font-weight: 400;
}

a,
a:hover,
a:active,
a:focus,
.btn:focus,
.btn:hover,
button:focus,
button:active,
button,
select:focus {
  outline: none;
  text-decoration: none;
}

a {
  transition: 0.3s;
}

a:hover {
  color: #EC3135;
}

strong {
  font-weight: 600;
}

.section-padding {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 5rem 0;
  }
}

.section-title {
  color: #EC3135;
  text-align: center;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-title {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
}

.section-title-secondary {
  color: #17477B;
  text-align: center;
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-title-secondary {
    font-size: 2.4rem;
    line-height: 150%;
    margin-bottom: 4rem;
  }
}

.highlight {
  color: #EC3135;
  font-weight: 600;
}

.vertical-separater {
  flex-direction: column;
  flex-wrap: wrap;
}

.horizontal-separater {
  width: 100%;
  height: 1px;
  opacity: 0.3000000119;
  background: linear-gradient(90deg, rgba(236, 49, 53, 0) 0%, #EC3135 48.44%, rgba(236, 49, 53, 0) 100%);
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .horizontal-separater {
    margin: 4rem 0;
  }
}

.horizontal-separater-grey {
  width: 100%;
  height: 2px;
  opacity: 0.3000000119;
  background: linear-gradient(90deg, rgba(146, 173, 202, 0) 0%, #92ADCA 48.44%, rgba(146, 173, 202, 0) 100%);
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .horizontal-separater-grey {
    margin: 4rem 0;
  }
}

.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  background-color: #EC3135;
  border: 0;
  border-radius: 2px;
  padding: 1rem 1.5rem;
  line-height: 1;
  display: none;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .scroll-top {
    bottom: 12rem;
  }
}
.scroll-top:hover {
  background-color: #871C1E;
}
.scroll-top .fa {
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 1;
}

.border {
  border-top: 2px solid #92ADCA !important;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal.fade.show {
  padding-right: 0 !important;
}
@media (max-width: 992px) {
  .modal.fade.show .modal-dialog {
    margin: 4rem;
  }
}
.modal.fade.show .modal-dialog .modal-content {
  border-radius: 1rem;
  border: 0.2rem solid #E3E6EB;
  background: #FFF;
  box-shadow: 0px 1rem 1rem 0px rgba(0, 0, 0, 0.08);
}
.modal.fade.show .modal-dialog .modal-content .modal-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border: 0.2rem solid #E3E6EB;
  background: #EEF8FD;
  padding: 1.5rem 2rem;
}
.modal.fade.show .modal-dialog .modal-content .modal-header h2 {
  font-weight: 700;
  line-height: 136.364%;
}
.modal.fade.show .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  transition: 0.3s;
}
.modal.fade.show .modal-dialog .modal-content .modal-header .close span {
  font-size: 3.5rem;
  color: #6B6B6B;
}
.modal.fade.show .modal-dialog .modal-content .modal-body {
  padding: 2rem 4rem;
}
@media (min-width: 992px) {
  .modal.fade.show .modal-dialog .modal-content .modal-body {
    padding: 3.5rem 6rem;
  }
}
.modal.fade.show .modal-dialog .modal-content .modal-body p {
  color: #AFB4B5;
  font-weight: 500;
  line-height: 125%;
}
.modal.fade.show .modal-dialog .modal-content .modal-body form .form-group {
  margin-bottom: 1.5rem;
}
.modal.fade.show .modal-dialog .modal-content .modal-body form .form-group .form-control {
  height: 4.2rem;
  padding-left: 1.5rem;
  border-radius: 5px;
  border: 1px solid #B5B5B5;
  background: #ffffff;
  font-size: 1.6rem;
  color: #5D5D5D;
  line-height: 87.5%;
}
.modal.fade.show .modal-dialog .modal-content .modal-body form .form-group .form-control:focus {
  box-shadow: none;
}
.modal.fade.show .modal-dialog .modal-content .modal-body form .form-group .invalid-feedback {
  font-size: 1.4rem;
}
.modal.fade.show .modal-dialog .modal-content .modal-body form .form-group.comment-box .form-control {
  height: 8.4rem;
  padding-top: 1.2rem;
}
.modal.fade.show .modal-dialog .modal-content .modal-body form .form-group.buttons {
  gap: 1.5rem;
}
.modal.fade.show .modal-dialog .modal-content .modal-body form .form-group.buttons button {
  flex: 1;
}
.modal.fade.show .modal-dialog .modal-content .modal-body form ::-moz-placeholder {
  color: #5D5D5D;
  opacity: 1;
}
.modal.fade.show .modal-dialog .modal-content .modal-body form ::placeholder {
  color: #5D5D5D;
}

.floating-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .floating-buttons {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    left: auto;
    bottom: auto;
    width: auto;
    border: 3px solid #ffffff;
    border-radius: 30px;
  }
}
.floating-buttons a {
  padding: 1.5rem;
  text-align: center;
  flex: 1;
}
@media (min-width: 768px) {
  .floating-buttons a {
    flex: auto;
  }
}
.floating-buttons a:first-child {
  padding-left: 2rem;
}
.floating-buttons a:last-child {
  padding-right: 2rem;
}
.floating-buttons a.whatsapp {
  background-color: #25D366;
}
.floating-buttons a.call {
  background-color: #064D99;
}
.floating-buttons a.btn-default {
  border-radius: 0;
}

.top-menu {
  border-bottom: 1px solid #EAE5D8;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 48.44%, #FFF 100%), #E5F2F9;
  padding: 10px 0;
}
.top-menu .menu ul {
  gap: 4rem;
}
.top-menu .menu ul li {
  line-height: 1;
}
.top-menu .menu ul li a {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #17477B;
}
.top-menu .menu ul li a:hover {
  color: #EC3135;
}
.top-menu .menu ul li:last-child {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 992px) {
  .navbar {
    padding: 1rem 0 !important;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-brand img {
    width: 70%;
  }
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.navbar .navbar-nav {
  display: flex;
  margin-top: 1rem;
  gap: 6rem;
}
@media (max-width: 992px) {
  .navbar .navbar-nav {
    gap: 0;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item {
    border-top: 1px solid #c4ccd5;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding-top: 0;
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #17477B;
  padding: 1rem 0;
  margin-left: 2rem;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    margin: 0;
    padding: 1.5rem 1rem;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #c4ccd5;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: #EC3135;
  color: #ffffff;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #17477B;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 2rem 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: url("../images/icon/caret-down-fill.svg");
  border: none;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    float: right;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #EC3135;
}

footer .cta {
  background-image: url("../images/bg-cta.svg");
  background-size: cover;
  background-position: center center;
  margin-top: -12rem;
  margin-bottom: 5.8rem;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  footer .cta {
    padding: 5rem 0;
  }
}
footer .cta h1 {
  color: #ffffff;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 1px;
}
footer .cta p {
  color: #ffffff;
  font-size: 1.8rem;
  margin-top: 1rem;
}
footer p,
footer li,
footer a {
  font-size: 1.6rem;
  color: #9A9EA6;
}
footer .title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
footer .company-details {
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid rgba(236, 49, 53, 0.3);
}
@media (max-width: 992px) {
  footer .company-details .social-links {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  footer .company-details {
    height: 100%;
    text-align: left;
    border: none;
  }
}
footer .company-details .title {
  margin: 2.4rem 0 1.4rem;
}
footer .social-links ul {
  gap: 1.6rem;
}
footer .footer-links ul li:not(:last-child) {
  margin-bottom: 1rem;
}
footer .footer-links ul li a:hover {
  color: #EC3135;
}
footer .copyright {
  padding: 2rem 0;
  margin-top: 2rem;
  border-top: 1px solid rgba(236, 49, 53, 0.3);
}
footer .copyright p {
  font-size: 14px;
}
@media (max-width: 768px) {
  footer {
    margin-bottom: 5rem;
  }
}

.banner .carousel-indicators {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .banner .carousel-indicators {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .banner .carousel-indicators {
    margin-bottom: 3.5rem;
  }
}
.banner .carousel-indicators li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 1rem;
}
.banner .carousel-indicators li.active {
  background-color: #EC3135;
  margin: 0 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .banner .carousel-indicators li.active {
    margin: 0 2rem;
  }
  .banner .carousel-indicators li.active::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 50%;
    box-shadow: 0 0 0 3px #EC3135;
    pointer-events: none;
  }
}
.banner .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  text-align: left;
}
@media (max-width: 992px) {
  .banner .carousel-caption {
    right: auto;
    left: auto;
  }
}
@media (max-width: 992px) {
  .banner .carousel-caption {
    text-align: center;
    width: 100%;
  }
}
.banner .carousel-caption h1 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .banner .carousel-caption h1 {
    font-size: 6rem;
    line-height: 100%;
  }
}
.banner .carousel-caption h1::before {
  content: "";
  position: absolute;
  top: -25%;
  left: -10.5%;
  width: 14.2rem;
  height: 150%;
  width: 29%;
  background: #EC3135;
  z-index: -1;
}
@media (max-width: 992px) {
  .banner .carousel-caption h1::before {
    content: "";
    left: 0;
    width: 100%;
    background: #EC3135;
    z-index: -1;
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .banner .carousel-caption h1::before {
    height: 125%;
    top: -15%;
  }
}
.banner .carousel-caption p {
  line-height: 155.556%;
}
.banner .carousel-caption a {
  color: #ffffff;
}
.banner .carousel-caption a:hover {
  margin-left: 5px;
}

.our-story {
  background: linear-gradient(0deg, #EEF9FD 0%, #EEF9FD 100%), linear-gradient(180deg, #E0EBF8 0%, rgba(84, 147, 222, 0.47) 100%);
}
@media (max-width: 992px) {
  .our-story {
    text-align: justify;
  }
}
.our-story p {
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 992px) {
  .our-story .facts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .our-story .facts .fact-wrap {
    background: linear-gradient(0deg, #EEF9FD 0%, #ffffff 100%), linear-gradient(180deg, #E0EBF8 0%, rgba(84, 147, 222, 0.47) 100%);
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    flex: 1;
  }
}
@media (min-width: 992px) {
  .our-story .facts .fact-wrap:not(:last-child) {
    margin-bottom: 2.7rem;
  }
}
.our-story .facts .fact-wrap .icon {
  width: 7rem;
  margin-right: 3rem;
  text-align: center;
}
.our-story .facts .fact-wrap .icon img {
  height: 4.2rem;
}
@media (max-width: 992px) {
  .our-story .facts .fact-wrap .icon img {
    height: 4rem;
  }
}
@media (max-width: 992px) {
  .our-story .facts .fact-wrap .icon {
    width: auto;
    margin: 0 0 2rem;
  }
}
.our-story .facts .fact-wrap .count {
  color: #EC3135;
  font-size: 28px;
  font-weight: 700;
  line-height: 128.571%;
  width: 2.8rem;
  margin-right: 7rem;
}
@media (max-width: 992px) {
  .our-story .facts .fact-wrap .count {
    width: auto;
    margin: 0;
  }
}
.our-story .facts .fact-wrap .fact-name {
  color: #17477B;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 992px) {
  .our-story .facts .fact-wrap .fact-name {
    line-height: 200%;
  }
}
.our-story .story-features .feature {
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .our-story .story-features .feature {
    flex-direction: column;
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .our-story .story-features .feature img {
    height: 5rem;
  }
}
.our-story .story-features .feature h4 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: -webkit-linear-gradient(#EC3135, #242528);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .our-story .story-features .feature h4 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .our-products {
    position: relative;
    background-image: url("../images/triangular-shape.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.our-products .card {
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.1), 0px 48px 48px 0px rgba(0, 0, 0, 0.02);
  padding: 1rem;
  margin-bottom: 4rem;
  transition: transform 0.5s;
}
@media (min-width: 768px) {
  .our-products .card {
    height: 92%;
  }
}
.our-products .card img {
  border-radius: 4px;
}
.our-products .card .card-body {
  padding: 1.5rem 2.5rem;
}
.our-products .card .card-body .card-title {
  margin-bottom: 1.5rem;
  align-items: center;
}
.our-products .card .card-body .card-title span {
  color: #00438B;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.our-products .card .card-body .card-text {
  color: #17477B;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.our-products .card:hover {
  border: 1px solid #EC3135;
  box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.3), 0px 48px 48px 0px rgba(0, 0, 0, 0.05);
}
.our-products .card:hover .card-body .card-title span {
  color: #EC3135;
}

.why-us {
  background: linear-gradient(180deg, #EDF4FA 0%, #D4E4F0 100%);
  padding-bottom: 16rem;
}
.why-us .features .col:nth-child(even) .feature-box {
  justify-content: flex-end;
}
.why-us .features .col:nth-child(odd) .feature-box .feature-icon {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .why-us .features .col {
    max-width: 50%;
  }
}
.why-us .features .feature-box {
  text-align: center;
  background: linear-gradient(180deg, rgba(241, 241, 241, 0) 0%, #D1DEF1 51.04%, rgba(241, 241, 241, 0) 100%);
  height: 21.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .why-us .features .feature-box {
    height: 100%;
    padding: 2rem;
  }
}
.why-us .features .feature-box .feature-icon {
  width: 8.6rem;
  height: 8.6rem;
  border: 1px solid #EC3135;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 1.7rem;
}
.why-us .features .feature-box .feature-name {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-top: 1rem;
}
.why-us .horizonal-separater {
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .why-us .horizonal-separater {
    margin: 4.6rem 0 7rem;
  }
}
.why-us .goals__wrap {
  gap: 2rem;
}
.why-us .goals__wrap .icon {
  flex-shrink: 0;
}
.why-us .goals__wrap .icon img {
  height: 6rem;
}
.why-us .goals__wrap .info h3 {
  font-size: 14px;
  font-weight: 800;
  line-height: 257.143%;
  letter-spacing: 1.19px;
  color: #EC3135;
}
.why-us .goals__wrap .info h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .why-us .goals__wrap .info h4 {
    line-height: 125%;
  }
}/*# sourceMappingURL=style.css.map */