/* ==== utility ==== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1280px;
  padding: 0 1.5rem;
  margin: auto;
  overflow: hidden;
}

body {
  color: #333;
  background: #f3f3f3;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}
a a:visited {
  color: #878787;
}

.main-color {
  color: #100dcd;
}

.main-color-lighten {
  color: #607dfd;
}

.btn {
  display: inline-block;
  border: none;
  background: #100dcd;
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background: #0c0a9d;
}
.btn:visited {
  color: #fff;
}

.nav-btn {
  display: inline-block;
  border: none;
  background: transparent;
  color: #7f7f7f;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}
.nav-btn:hover {
  color: #545454;
}

.nav-btn-secondary {
  cursor: pointer;
  display: inline-block;
  border: none;
  background: transparent;
  color: #e6e6e6;
  padding: 0rem 0.25rem;
  text-decoration: none;
  font-size: 14px;
  /*
  &:visited {
    color: darken($color: $primary-color, $amount: 2%);
  }
  */
}
.nav-btn-secondary:hover {
  background: #595959;
  color: gray;
}

.bold {
  font-weight: bold;
}

/* === main === */
header {
  background: #fff;
  height: 70px;
  background-color: #fff;
  width: 100vw;
  position: fixed;
  top: 0px;
  z-index: 10;
  transition: 0.5s;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  color: #767676;
}
.logo-image {
  display: flex;
  width: 42px;
  height: 42px;
}
.logo-text {
  margin-left: 0.3rem;
  font-size: 26px;
  font-weight: 900;
}

.img-service {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  list-style: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.navbar ul {
  display: flex;
}
.navbar ul li {
  padding: 1rem 0.3rem;
  margin-top: 0.75rem;
  font-size: 14px;
  font-weight: 500;
  color: #878787;
  cursor: pointer;
  /*
  a {
    text-decoration: none;
    &:hover {
      color: darken($text-color, 20%);
    }
    &:visited {
      color: $text-color;
    }
  }
  */
}
.navbar ul li:last-child {
  margin-right: 1rem;
}

#home {
  position: relative;
  margin-top: 70px;
}

.small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.smaller {
  font-size: 10px;
}

#showcase {
  display: flex;
  position: relative;
  color: #fff;
  background: #2517c0;
  align-items: center;
  justify-content: center;
}
#showcase-title {
  z-index: 4;
}
#showcase-content {
  padding-top: 2.5rem;
  z-index: 4;
  text-align: center;
}
#showcase h1 {
  font-size: 33px;
  font-weight: 900;
  margin-bottom: 0.6rem;
  line-height: 3rem;
  z-index: 5;
}

#content {
  color: #ececec;
  line-height: 1rem;
  margin-bottom: 3rem;
  font-size: 18px;
  font-weight: 400;
}

#showcase-btn {
  width: 60%;
  margin-bottom: 3rem;
}

#logo-display {
  width: 150px;
  height: 150px;
  z-index: 10;
}
#logo-display img {
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.short-desc {
  margin-top: 1rem;
  padding-top: 2 rem;
  padding-bottom: 2 rem;
}
.short-desc-item {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.short-desc-item-image {
  width: 250px;
  height: 200px;
  align-items: center;
  padding: 10px;
}
.short-desc-item-image img {
  width: 230px;
  height: 180px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.short-desc-item-content {
  padding: 1rem;
}
.short-desc-item-content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #100dcd;
  margin-bottom: 0.75rem;
}
.short-desc-item-content-text {
  font-size: 16px;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.desc {
  margin-top: 1rem;
  padding-top: 2 rem;
  padding-bottom: 2 rem;
}
.desc-item {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.desc-item-image {
  width: 200vw;
  align-items: center;
  padding: 10px;
}
.desc-item-image img {
  width: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.desc-item-content {
  padding: 1rem;
}
.desc-item-content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #100dcd;
  margin-bottom: 0.75rem;
}
.desc-item-content-text {
  font-size: 16px;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.service-desc {
  margin-top: 1rem;
  padding-top: 0.5 rem;
  padding-bottom: 0.5 rem;
}
.service-desc-item {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.service-desc-item-image {
  width: 250px;
  height: 200px;
  align-items: center;
  padding: 10px;
  flex-shrink: 0;
}
.service-desc-item-image img {
  width: 230px;
  height: 180px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-desc-item-content {
  padding: 1rem;
  flex-grow: 1;
  margin-right: 5rem;
}
.service-desc-item-content-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #100dcd;
  margin-bottom: 0.75rem;
}
.service-desc-item-content-text {
  font-size: 16px;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.service-desc-item-content-left {
  padding: 1rem;
  flex-grow: 1;
  margin-left: 5rem;
}
.service-desc-item-content-left-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #100dcd;
  margin-bottom: 0.75rem;
}
.service-desc-item-content-left-text {
  font-size: 16px;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.list {
  margin-top: 1rem;
}
.list-item {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.list-item-number {
  width: 70px;
  height: 70px;
  padding: 10px;
  flex-shrink: 0;
}
.list-item-number div {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 24px;
  font-weight: 900;
}
.list-item-content {
  padding: 0.25rem;
  flex-grow: 1;
}
.list-item-content-title {
  font-size: 1rem;
  font-weight: 700;
  color: #100dcd;
  margin-top: 1.7rem;
  margin-bottom: 0.15rem;
}
.list-item-content-text {
  font-size: 16px;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.dark-style {
  background-color: #000;
  color: #fff;
}

.grey-style {
  background-color: #dfdfdf;
}

.dark-grey-style {
  background-color: #8f8f8f;
}

.blue-style {
  background-color: #1B3E99;
}

.white {
  color: white;
}

.block-headline {
  font-size: 3.4rem;
  line-height: 1;
}

.title {
  word-break: break-word;
  text-align: center;
}

.subtitle {
  word-break: break-word;
  text-align: center;
}

.ptitle {
  padding: 1rem 1rem 0rem 1rem;
  margin-bottom: 0rem;
}

.ptop-1 {
  padding-top: 1rem;
}

.mr-1 {
  margin-right: 0.05rem;
}

.ml-1 {
  margin-left: 0.05rem;
}

.mt-1 {
  margin-top: 1rem;
}

.psub {
  margin-top: 0rem;
  padding: 1rem 1rem 1rem 1rem;
}

.has-text-white {
  color: #fff !important;
}

.greenHigh {
  color: #e0ff47;
}

.center {
  text-align: center;
}

#service-title {
  color: #6e6e6e;
  font-size: 1.3rem;
  display: block;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 100;
}
#service-border {
  height: 2px;
  width: 10rem;
  background: #fe7865;
  display: block;
  margin: 0 auto 2rem auto;
}

.lineatheader {
  height: 1px;
  width: 100%;
  background: #bbb;
  margin: 0 auto 1rem auto;
}

.fas,
.fab {
  font-size: 33px;
  color: #4f4cf4;
}

.service-title {
  font-size: 22px;
  line-height: 1.5rem;
  color: #3b3b3b;
  text-align: center;
  padding-top: 1rem;
}

.service-content {
  font-size: 16px;
  font-weight: 300;
  color: #474747;
  line-height: 1.2;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

#service-area {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: repeat(2, 1fr);
}

.service-block {
  background: #fff;
  display: grid;
  text-align: center;
  grid-template-rows: 3rem 1rem 4rem;
  grid-gap: 0.5rem;
  border: 1px solid white;
  border-radius: 3px;
  padding: 1rem;
}
.service-block:hover {
  cursor: pointer;
  border: 1px solid #ededed;
}
.service-block:hover .service-title {
  color: #2517c0;
}
.service-block:hover .fas,
.service-block:hover .fab {
  color: #100dcd;
}

.service-content-image {
  background: #fff;
  overflow: hidden;
}
.service-content-image img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-content-image:hover {
  cursor: pointer;
  border: 1px solid #ededed;
}
.service-content-image:hover .service-title {
  color: #100dcd;
}

.service-content-text {
  background: #fff;
  text-align: center;
}
.service-content-text:hover {
  cursor: pointer;
  border: 1px solid #ededed;
}
.service-content-text:hover .service-title {
  color: #100dcd;
}

#service-content {
  background: #fff;
  text-align: center;
  height: 100%;
}
#service-content:hover {
  cursor: pointer;
  border: 1px solid #ededed;
}
#service-content:hover .service-title {
  color: #100dcd;
}

#footer-wrapper {
  background: #fff;
  margin-top: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
#footer-wrapper #all-logo {
  height: 10rem;
}
#footer-wrapper #all-logo-1 {
  justify-content: left;
  align-items: left;
  margin-left: 0.7rem;
}

#contactus {
  margin-top: 1.1rem;
  margin-left: 1.5rem;
  height: 7rem;
}
#contactus h3 {
  font-size: 18px;
  font-weight: 700;
  color: #5c5c5c;
  margin-bottom: 1rem;
}
#contactus a {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  text-decoration: none;
}
#contactus a:hover {
  cursor: pointer;
  color: #100dcd;
}
#contactus a:hover .fa-instagram {
  color: #100dcd;
}
#contactus .fab {
  margin-top: 0.5rem;
  margin-right: 1.2rem;
  margin-left: 0.25rem;
  color: #878787;
  font-size: 20px;
}
#contactus .fas {
  margin-top: 0.5rem;
  padding-left: 0.25rem;
  margin-right: 1.6rem;
  color: #878787;
  font-size: 20px;
}
#contactus .far {
  margin-top: 0.5rem;
  margin-right: 1.2rem;
  margin-left: 0.25rem;
  color: #878787;
  font-size: 20px;
}
#contactus #cellphone {
  color: #878787;
}
#contactus #contact-email {
  color: #878787;
}

#ops-hours {
  grid-area: ops-hours;
  height: 7rem;
  margin-top: 1.1rem;
  margin-left: 1.5rem;
}
#ops-hours h3 {
  font-size: 18px;
  font-weight: 700;
  color: #5c5c5c;
  margin-bottom: 1.5rem;
}
#ops-hours p {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  margin-bottom: 0.6rem;
}
#ops-hours #privacy-policy {
  margin-top: 1.2rem;
}
#ops-hours #privacy-policy a {
  font-size: 16px;
  font-weight: 400;
  color: #5c5c5c;
  text-decoration: none;
}
#ops-hours #privacy-policy a:hover {
  cursor: pointer;
  color: #100dcd;
}

.green-solid-background {
  background: #2f9080;
  background: radial-gradient(circle, #2f9080 0, #227265 50%, #144e44 100%);
}

.blue-solid-background {
  background: #267da0;
  background: radial-gradient(circle, #305a99 0, #2c3c68 50%, #242083 100%);
}

.blueHigh {
  color: #e6ef41;
}

.has-text-white {
  color: #fff !important;
}

#copyright {
  font-family: "Roboto", sans-serif;
  padding: 1rem;
  margin: 1rem 0;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.left-margin-1 {
  padding-left: 1rem;
}

.left-margin-2 {
  padding-left: 2rem;
}

.left-margin-3 {
  padding-left: 3rem;
}

.left-margin-4 {
  padding-left: 4rem;
}

.bottom-pad-1 {
  margin-bottom: 0.5rem;
}

.bottom-pad-2 {
  margin-bottom: 1rem;
}

.bottom-pad-3 {
  margin-bottom: 1.5rem;
}

.bottom-pad-4 {
  margin-bottom: 2rem;
}

.top-pad-2 {
  margin-top: 1rem;
}

.top-pad-4 {
  margin-top: 2rem;
}

.paper {
  background-color: #fff;
  margin-top: 1rem;
  padding: 2rem;
}

.paragraph {
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.color-light-grey {
  color: #909099;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.item-list-info {
  background-color: white;
  display: flex;
  flex-wrap: nowrap;
  margin: 1rem;
}
.item-list-info-picture {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  overflow: hidden;
  background-color: white;
}
.item-list-info-picture img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-list-info-content {
  flex-grow: 1;
  background-color: white;
  padding: 1rem;
  align-items: center;
  font-size: 22px;
  color: #100dcd;
}

/* === mobile media === */
@media (max-width: 800px) {
  .navbar ul li {
    display: none;
  }
  .navbar ul li:last-child {
    display: block;
  }
  .small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
  }
  .smaller {
    font-size: 8px;
  }
  #service-area {
    display: flex;
    flex-direction: column;
  }
  header {
    height: 80px;
  }
  .logo-text {
    font-size: 18px;
  }
  .block-headline {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 560px) {
  #showcase-logo {
    height: 200px;
  }
  .short-desc-item {
    flex-wrap: wrap;
  }
  .desc-item {
    flex-wrap: wrap;
  }
  .service-desc-item {
    flex-wrap: wrap;
  }
  .service-desc-content {
    margin-right: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-desc-content-left {
    margin-left: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
  }
  .smaller {
    font-size: 7px;
  }
}/*# sourceMappingURL=main-style.css.map */