@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Red Hat Display", sans-serif;
  background: #f7f7f7;
}

nav.nav-bar-custom {
  background: #ecececf2;
}

nav.nav-bar-custom .navbar-nav .nav-link:link, nav.nav-bar-custom .navbar-nav .nav-link:visited {
  color: #4fb9b9;
  font-size: 1.2rem;
  background: transparent;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

nav.nav-bar-custom .navbar-nav .nav-link:hover, nav.nav-bar-custom .navbar-nav .nav-link:active {
  background: #ff258a;
  color: #fff;
  border-radius: 5px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container img {
  height: 80%;
  width: 80%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
}

.swiper-title {
  text-align: center;
  color: #2f2f2f;
  font-size: 1.3rem;
  font-weight: 500;
}

/* mouse scroll */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  bottom: 0;
}

.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -20px;
  bottom: 5%;
  margin-top: -35px;
  -webkit-box-shadow: inset 0 0 0 1px #4fb9b9;
          box-shadow: inset 0 0 0 1px #4fb9b9;
  border-radius: 25px;
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #4fb9b9;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

hr.sep-3 {
  border: none;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(#2f2f2f), to(#f0f0f0));
  background-image: linear-gradient(to right, #f0f0f0, #2f2f2f, #f0f0f0);
  width: 50%;
}

hr.sep-3::after {
  content: "§";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
          transform: translate(-50%, -50%) rotate(60deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  padding: 0.5rem;
  background-color: #f7f7f7;
}

.validation-error {
  color: red;
  display: none;
}

.heading {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #2f2f2f;
}

.btn {
  letter-spacing: 2px;
}

a.btn {
  border: 1px solid #ff258a;
}

button .loading {
  display: none;
}

section button,
[type="submit"] {
  background: #ff258a !important;
  border-color: #ff258a !important;
  color: #fff !important;
}

.link {
  color: #ff258a;
}

button.navbar-toggler {
  outline: none;
}

button.navbar-toggler .navbar-toggler-icon svg {
  color: #ff258a;
  font-size: 28px;
}

.hvr-shutter-out-horizontal {
  background: #fff;
}

.hvr-shutter-out-horizontal:before {
  background: #ff258a;
}

#back-to-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 999;
  padding: 10px;
  background: #ff258a;
  border-radius: 10px;
  display: none;
}

#back-to-top svg {
  font-size: 1.8rem;
  color: #fff;
}

.home {
  height: 100vh;
}

.home .home-bg {
  background-image: url("../img/Landing.jpg");
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(194, 194, 194, 0.4);
}

@media (max-width: 576px) {
  .home .home-bg {
    background-position: top left;
  }
}

.home .home-container {
  color: #2f2f2f;
  position: relative;
  top: 25%;
  left: 10%;
  word-wrap: break-word;
}

@media (max-width: 576px) {
  .home .home-container {
    max-width: 80%;
    text-align: center;
    top: 18%;
  }
}

.home .home-container h1 {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.home .home-container p {
  max-width: 400px;
  line-height: 30px;
  font-size: 1.2rem;
}

.service {
  min-height: 80vh;
  padding-bottom: 2rem;
}

@media (max-width: 576px) {
  .service {
    padding: 0 15px;
  }
}

.service .container {
  overflow: hidden;
}

.service .container .box-part {
  color: #737373;
  background: #fff;
  border-radius: 10px;
  padding: 40px 10px;
  margin: 30px 0px;
}

.service .container .box-part .title {
  margin: 20px 10px 0;
  color: #2f2f2f;
  font-weight: bold;
}

.service .container .box-part svg {
  font-size: 3rem;
  color: #4fb9b9;
}

.service .container .box-part .text {
  margin: 10px 0 0 0;
  padding: 0.8rem;
}

.service .container .box-part a {
  color: #ff258a;
  font-size: 1.1rem;
}

.service .container .box-part li:not(:last-child) {
  margin-bottom: 0.9rem;
}

.contact {
  height: auto;
  padding-bottom: 2rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 97, 209, 0.568)), to(rgba(31, 188, 199, 0.651)));
  background-image: linear-gradient(to top, rgba(12, 97, 209, 0.568), rgba(31, 188, 199, 0.651));
  overflow: hidden;
}

@media (max-width: 576px) {
  .contact {
    padding: 0 15px;
  }
}

.contact hr.sep-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#76cbdb), color-stop(#2f2f2f), to(#76cbdb));
  background-image: linear-gradient(to right, #76cbdb, #2f2f2f, #76cbdb);
}

.contact hr.sep-3::after {
  background-color: #76cbdb;
}

.contact .contact-form {
  background: #fff;
  max-width: 70%;
  margin-top: 10%;
  margin-bottom: 5%;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .contact .contact-form {
    max-width: 90%;
  }
}

.contact .contact-form h1 {
  text-align: center;
  color: vcolor(primary-color);
  margin-bottom: 2rem;
}

.contact .contact-form .contact-image {
  text-align: center;
}

.contact .contact-form .contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}

@media (max-width: 576px) {
  .contact .contact-form .contact-image img {
    width: 20%;
  }
}

.contact form {
  padding: 5% 8% 8% 8%;
}

.contact form .form-control {
  border-radius: 10px;
}

.contact iframe {
  display: block;
  margin: 4% auto;
  min-height: 400px;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .contact iframe {
    margin: 5% auto;
    width: 90%;
  }
}
/*# sourceMappingURL=main.css.map */