@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
*,
*: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;
}

.main-wrap {
  background: linear-gradient(0deg, #EEF9FD 0%, #EEF9FD 100%), linear-gradient(180deg, #E0EBF8 0%, rgba(84, 147, 222, 0.47) 100%);
  box-shadow: inset 0 3rem 4rem 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 5rem;
}
.main-wrap .breadcrumb-wrap nav {
  padding: 0;
}
.main-wrap .breadcrumb-wrap nav .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 2rem 0;
}
.main-wrap .breadcrumb-wrap nav .breadcrumb li,
.main-wrap .breadcrumb-wrap nav .breadcrumb a {
  color: #17477B;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 992px) {
  .main-wrap .breadcrumb-wrap nav .breadcrumb li,
  .main-wrap .breadcrumb-wrap nav .breadcrumb a {
    letter-spacing: 1px;
  }
}
.main-wrap .breadcrumb-wrap nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 0.6rem;
  color: #17477B;
  content: ">";
}
.main-wrap .detail-wrap .title-red {
  color: #EC3135;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .main-wrap .detail-wrap .title-red {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.main-wrap .detail-wrap .page-title {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 117.647%;
  letter-spacing: 0.5px;
  margin: 2rem 0 2.4rem;
}
@media (max-width: 768px) {
  .main-wrap .detail-wrap .page-title {
    font-size: 3rem;
    margin: 1rem 0;
  }
}
.main-wrap .detail-wrap .product-images {
  display: flex;
  gap: 2rem;
}
.main-wrap .detail-wrap .product-images img {
  display: inline-block;
  border: 1px solid #d6d6d6;
  border-radius: 1rem;
}
.main-wrap .detail-wrap .product-top-features {
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .main-wrap .detail-wrap .product-top-features {
    flex-direction: row;
    align-items: center;
  }
}
.main-wrap .detail-wrap .product-top-features .feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.main-wrap .detail-wrap .product-top-features .feature h4 {
  color: #EC3135;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
}
.main-wrap .detail-wrap .product-info p {
  line-height: 170%;
}
.main-wrap .detail-wrap .product-info p:last-child {
  margin-bottom: 0;
}
.main-wrap .detail-wrap .product-features-list {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .main-wrap .detail-wrap .product-features-list {
    margin-top: 6rem;
  }
}
.main-wrap .detail-wrap .product-features-list li {
  border-radius: 9rem;
  background: linear-gradient(90deg, #BEECF6 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: #000 0 0, #bfecf7 0 1px;
  padding: 1.2rem 1.6rem 1.2rem 7rem;
  position: relative;
}
.main-wrap .detail-wrap .product-features-list li:not(:last-child) {
  margin-bottom: 2rem;
}
.main-wrap .detail-wrap .product-features-list li::before {
  content: url("../images/icon/icon-list.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
  height: 3rem;
}
.main-wrap .detail-wrap .download-brochure-box {
  border-radius: 1rem;
  border: 1px solid #F0A605;
  background: #FAECE0;
  padding: 1.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main-wrap .detail-wrap .download-brochure-box p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 146.667%;
}
.main-wrap .detail-wrap .btn-default {
  margin-bottom: 8px;
}
.main-wrap .detail-wrap #more {
  display: none;
}
@media (max-width: 992px) {
  .main-wrap .detail-wrap .border-right {
    border: none !important;
  }
}
.main-wrap .detail-wrap.about .our-story .facts .fact-wrap {
  margin: 0;
}
.main-wrap .detail-wrap.about .our-story .facts .fact-wrap .icon,
.main-wrap .detail-wrap.about .our-story .facts .fact-wrap .count {
  margin: 0;
  width: auto;
}
@media (min-width: 768px) {
  .main-wrap .detail-wrap.about .our-story .facts .fact-wrap .count {
    margin: 2rem 0 1rem;
  }
}
.main-wrap .our-story {
  background: transparent;
}

.facts-strip {
  background: #EC3135;
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .facts-strip {
    background-image: url("../images/bg-facts.svg");
    background-position: center center;
  }
}
.facts-strip h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.testimonials {
  background: linear-gradient(180deg, #EDF4FA 0%, #D4E4F0 100%);
  padding: 7.2rem 0 16rem;
}
@media (max-width: 992px) {
  .testimonials {
    padding-top: 4rem;
  }
}
.testimonials .quote-icon {
  display: inline-block;
  margin: 2.2rem 0 3rem;
}
.testimonials__slider .review {
  padding: 0 3vw;
  color: #17477B;
}
.testimonials__slider .review .reviewer-review {
  margin-bottom: 0;
}
.testimonials__slider .review .reviewer-name {
  font-weight: 700;
  margin-top: 1.4rem;
  margin-bottom: 0;
}
.testimonials__slider .review .reviewer-post {
  font-size: 1.6rem;
  font-weight: 500;
  color: #EC3135;
}
.testimonials__slider .carousel-control-next,
.testimonials__slider .carousel-control-prev {
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials__slider .carousel-control-next .fa,
.testimonials__slider .carousel-control-prev .fa {
  font-size: 3rem;
  color: #EC3135;
  transition: 0.3s;
}
.testimonials__slider .carousel-control-next:hover .fa,
.testimonials__slider .carousel-control-prev:hover .fa {
  font-weight: 800;
}

@media (min-width: 992px) {
  .our-products {
    padding: 10rem 0 5rem;
  }
}
.our-products .other-product-row .col-lg-4 {
  padding-right: 25px;
  padding-left: 25px;
}
.our-products .other-product-row .card {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .our-products .other-product-row .card {
    height: 88%;
  }
}
.our-products .section-title {
  margin-bottom: 3.5rem;
}

.banner p {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
  margin-top: 2rem;
  color: inherit;
}
@media (min-width: 768px) {
  .banner p {
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    position: absolute;
    bottom: 2.6rem;
    left: 5%;
    right: 5%;
  }
}

.why-us-about {
  border-bottom: 2px solid #92ADCA;
}
.why-us-about .horizontal-separater-grey:nth-child(1) {
  margin-top: 0;
}
.why-us-about .title {
  color: #00438B;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: normal;
  padding-top: 1rem;
  position: relative;
}
.why-us-about .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 0.3rem;
  border-radius: 0.7rem;
  background: #92ADCA;
}
.why-us-about .features-list li {
  font-weight: 500;
  line-height: 222.222%;
  padding-left: 2.6rem;
  position: relative;
}
.why-us-about .features-list li::before {
  content: url("../images/icon/list-icon-2.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.testimonials-about {
  background: linear-gradient(180deg, #EDF4FA 0%, #D4E4F0 100%);
  padding: 4rem 0 16rem;
}
@media (min-width: 992px) {
  .testimonials-about {
    padding: 7.2rem 0 16rem;
  }
}
@media (min-width: 992px) {
  .testimonials-about .reviews .col-lg-4:nth-child(odd) {
    margin-top: 3rem;
  }
}
.testimonials-about .test-box {
  border-radius: 1.4rem;
  border-top: 2px solid #C1D2EA;
  background: linear-gradient(180deg, #D1DEF1 0%, rgba(209, 222, 241, 0) 100%);
  padding: 3rem 2rem;
  gap: 2rem;
}
.testimonials-about .test-box .quote-icon {
  flex-shrink: 0;
}
.testimonials-about .test-box .review .reviewer-name {
  font-weight: 700;
  line-height: 115.556%;
}
.testimonials-about .test-box .review .review-content {
  line-height: 150%;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .contact .contact-detail-wrap__row {
    display: flex;
    gap: 2rem;
  }
}
.contact .contact-detail-wrap__row .detail-box {
  flex: 1;
  border-radius: 0.8rem;
  border: 1px solid #DADDE0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 44.27%);
  padding: 2rem;
}
@media (max-width: 992px) {
  .contact .contact-detail-wrap__row .detail-box:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.contact .contact-detail-wrap__row .detail-box .location {
  align-items: center;
  gap: 1.7rem;
}
.contact .contact-detail-wrap__row .detail-box .location h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 166.667%;
  margin-bottom: 0;
}
.contact .contact-detail-wrap__row .detail-box p {
  margin: 1rem 0;
  font-size: 1.7rem;
}
.contact .contact-detail-wrap__row .detail-box .direction-link {
  color: #EC3135;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 150%;
}
.contact .contact-detail-wrap__row .detail-box .contact-info {
  margin-top: 2.5rem;
}
.contact .contact-detail-wrap__row .detail-box .contact-info .email {
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.contact .contact-detail-wrap__row .detail-box .contact-info .email span {
  color: #555;
  font-weight: 700;
  line-height: 166.667%;
}
.contact .contact-detail-wrap__row .detail-box .contact-info a {
  color: #5D5D5D;
  line-height: 155.556%;
}
.contact .contact-detail-wrap__row .detail-box .contact-info a:hover {
  color: #EC3135;
}
.contact .inquiry-section {
  background-image: url("../images/bg-inquiry-form.svg");
  background-size: cover;
}
.contact .inquiry-section .inquiry-form-container {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .contact .inquiry-section .inquiry-form-container {
    padding: 7rem 0;
  }
}
@media (min-width: 992px) {
  .contact .inquiry-section .inquiry-form-container .get-in-touch-wrap {
    margin-right: 6rem;
  }
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form {
  margin-top: 2.2rem;
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form .form-group {
  position: relative;
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form .form-group:not(:last-child) {
  margin-bottom: 2rem;
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form .form-group img {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form .form-group .form-control {
  display: flex;
  height: 5rem;
  padding-left: 5rem;
  align-items: center;
  gap: 1.2rem;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid #B5B5B5;
  background: #FFF;
  font-size: 1.8rem;
  color: #9A9EA6;
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form .form-group.comment-box img {
  top: 2.5rem;
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form .form-group.comment-box .form-control {
  padding-top: 1rem;
  height: 8.2rem;
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form .form-group .btn-default {
  display: block;
  width: 100%;
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form .form-group .invalid-feedback {
  font-size: 1.2rem;
  color: #ff5a5a;
  position: absolute;
  top: 95%;
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form ::-moz-placeholder {
  color: #9A9EA6;
  opacity: 1;
}
.contact .inquiry-section .inquiry-form-container .get-in-touch-wrap form ::placeholder {
  color: #9A9EA6;
}
.contact footer {
  padding-top: 5.4rem;
}
.contact footer .cta {
  display: none;
}

.thank-you-container {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-you-container i {
  font-size: 10rem;
}
.thank-you-container h2 {
  font-size: 2.4rem;
  line-height: 150%;
  margin: 0;
}/*# sourceMappingURL=internal.css.map */