@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none !important;
}
.section-header {
  position: fixed;
  z-index: 444;
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.section-header .header-brand img {
  height: 30px;
}
.section-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header ul li a {
  color: #333;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.section-header ul li.active a {
  color: #008384;
}
.section-header ul li:not(:last-child) {
  margin-right: 30px;
}
.section-header:hover {
  opacity: 1;
}
.section .section-inner {
  width: 100%;
  height: 100%;
  padding: 30px;
}
.section .section-inner .inner-background {
  background: #f6f7f9;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.section .section-inner .inner-background .inner-heading {
  position: absolute;
  top: 0px;
  right: 15px;
  color: #e7e9ef;
  font-size: 50px;
  font-weight: 800;
}
.fp-controlArrow.fp-prev {
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/icons/double-left-chevron.svg) center;
  background-size: 60%;
  background-repeat: no-repeat;
  border: none;
}
.fp-controlArrow.fp-next {
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/icons/double-left-chevron.svg) center;
  background-size: 60%;
  background-repeat: no-repeat;
  border: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-heading {
  text-align: center;
}
.section-heading h1 {
  font-family: 'Montserrat', sans-serif;
  color: #2f386a;
}
.section-welcome {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-welcome .welcome-image {
  height: 270px;
  width: 270px;
  background: #fff;
}
.section-welcome .welcome-image img {
  width: 100%;
  -webkit-transform: translate(20px, 20px);
      -ms-transform: translate(20px, 20px);
          transform: translate(20px, 20px);
}
.section-welcome .welcome-description {
  margin-left: 70px;
}
.section-welcome .welcome-description h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #2f386a;
}
.section-welcome .welcome-description h2 strong {
  font-weight: 700;
}
.section-welcome .welcome-description h3 {
  font-size: 16px;
  color: #008384;
  font-weight: 700;
  margin-top: 15px;
}
.section-welcome .welcome-description ul {
  margin-top: 30px;
  padding-left: 17px;
}
.section-welcome .welcome-description ul li {
  margin-top: 5px;
  color: #2f386a;
}
.section-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-cards .card-service {
  padding: 50px;
  width: 400px;
  text-align: center;
}
.section-cards .card-service img {
  width: 60px;
}
.section-cards .card-service h2 {
  margin-top: 12px;
  color: #2f386a;
  font-size: 28px;
}
.section-cards .card-service p {
  margin-top: 10px;
  color: #2f386a;
  font-size: 14px;
  font-weight: 400;
}
.section-cards .breakpoint {
  width: 100%;
}
.quotation {
  margin-top: 50px;
  text-align: center;
}
.quotation h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 40px;
  font-style: italic;
  position: relative;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  nav.section-header .header-flexbox .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
}

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