@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  background: #F4F4F4;
  font-family: "Roboto", sans-serif; }

.w-80 {
  width: 80%; }

.mt-10 {
  margin-top: 100px; }

.font-14 {
  font-size: 14px !important; }

.font-16 {
  font-size: 16px !important; }

a {
  text-decoration: none;
  color: #1665AC; }

.sh-section {
  margin-top: 100px; }
  .sh-section h2 {
    font-size: 100px;
    color: #D9D9D9;
    margin-bottom: 100px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 80%; }
  .sh-section .sh-subheading {
    font-size: 50px;
    text-transform: uppercase;
    color: #20A149;
    margin-bottom: 50px;
    text-align: left;
    line-height: 100%; }
  .sh-section p {
    font-size: 18px;
    letter-spacing: 1;
    line-height: 21px; }
    .sh-section p .fa-circle-check {
      margin-right: 10px;
      color: #1665AC; }

.sh-call-action, .sh-call-action-fill {
  border: 1px solid #1665AC;
  border-radius: 100%;
  height: 47px;
  width: 47px;
  line-height: 0;
  padding: 0;
  font-size: 24px;
  padding: 10px;
  margin-left: 20px;
  color: #1665AC; }
  .sh-call-action:hover, .sh-call-action-fill:hover {
    background: #1665AC;
    color: #ffffff; }

.sh-call-action-fill {
  background: #1665AC;
  color: #ffffff;
  height: 80px;
  width: 80px;
  font-size: 36px;
  padding: 20px; }
  .sh-call-action-fill:hover {
    background: #ffffff;
    color: #1665AC;
    border-color: #1665AC; }

.owl-carousel .item {
  width: 300px;
  height: 300px;
  display: block;
  background: #ccc; }
  .owl-carousel .item h4 {
    padding: 30px;
    color: #151515; }

.sh-header {
  background: #ffffff;
  padding: 10px 30px;
  margin-top: 30px;
  border-radius: 8px;
  height: auto;
  top: 20px;
  width: 80%;
  margin: auto;
  box-shadow: 2px 3px 6px rgba(21, 21, 21, 0.3); }
  .sh-header header .brand-logo {
    height: 65px; }
  .sh-header .navbar .navbar-nav .nav-item {
    padding: 0 15px; }
    .sh-header .navbar .navbar-nav .nav-item .nav-link {
      font-size: 18px;
      color: #20A149;
      padding: 0;
      line-height: 18px;
      display: block; }
      .sh-header .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #1665AC; }

.sh-carousel-container .carousel-inner .carousel-caption {
  bottom: 0;
  top: calc(920px - 65%); }
  .sh-carousel-container .carousel-inner .carousel-caption h5 {
    font-size: 80px;
    line-height: 1;
    text-shadow: -4px 4px 7px rgba(0, 0, 0, 0.8); }
    .sh-carousel-container .carousel-inner .carousel-caption h5.sh-slide-text1 {
      margin-left: -25%; }
    .sh-carousel-container .carousel-inner .carousel-caption h5.sh-slide-text2 {
      margin-right: -25%; }
.sh-carousel-container .carousel .carousel-indicators {
  margin-bottom: 2rem; }
  .sh-carousel-container .carousel .carousel-indicators [data-bs-target] {
    text-indent: 0;
    border: 0;
    padding: 0;
    opacity: 1;
    color: #151515;
    box-sizing: border-box;
    height: 30px;
    border-radius: 100%;
    margin: 0 8px;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out; }
    .sh-carousel-container .carousel .carousel-indicators [data-bs-target].active {
      background: #1665AC;
      color: #ffffff;
      transform: scale(1.2); }

.sh-section .sh-about-section .sh-about-left {
  background-color: #ffffff;
  height: 450px;
  border-radius: 100px 0px;
  position: relative;
  border: 2px solid #ffffff;
  background-size: 100% 100%;
  transition: all 0.5s ease-in-out; }
  .sh-section .sh-about-section .sh-about-left:hover {
    background-size: 110% 110%;
    background-position-x: -30px;
    background-position-y: -30px; }
  .sh-section .sh-about-section .sh-about-left::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -150px;
    height: 200px;
    width: 250px;
    z-index: -1;
    background-size: cover;
    transform: rotate(-5deg);
    background-image: url(../img/brand-leaf.png); }
.sh-section .sh-catalogue .sh-catalogue-content .sh-catalogue-block {
  text-align: center;
  margin: 10px 0; }
  .sh-section .sh-catalogue .sh-catalogue-content .sh-catalogue-block a {
    color: #151515; }
  .sh-section .sh-catalogue .sh-catalogue-content .sh-catalogue-block .sh-catalogue-img {
    border-radius: 4px;
    height: 450px;
    background-size: cover;
    transition: all 0.5s ease-in-out; }
  .sh-section .sh-catalogue .sh-catalogue-content .sh-catalogue-block .sh-catalogue-desc {
    width: 90%;
    margin: -30px auto 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px 10px;
    display: inline-block;
    box-shadow: 2px 3px 6px rgba(21, 21, 21, 0.3);
    transition: all 0.5s ease-in-out; }
    .sh-section .sh-catalogue .sh-catalogue-content .sh-catalogue-block .sh-catalogue-desc p {
      font-size: 16px; }
    .sh-section .sh-catalogue .sh-catalogue-content .sh-catalogue-block .sh-catalogue-desc h4 {
      margin-bottom: 0; }
  .sh-section .sh-catalogue .sh-catalogue-content .sh-catalogue-block:hover .sh-catalogue-desc {
    margin-top: -150px;
    background: #20A149;
    color: #ffffff; }
.sh-section .sh-cta-block {
  display: flex;
  background: #ffffff;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-radius: 100px;
  margin-bottom: 100px;
  padding: 10px 30px; }
  .sh-section .sh-cta-block .sh-cta-detail h2 {
    margin-left: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: normal; }
.sh-section .sh-video-section {
  height: 674px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center; }
  .sh-section .sh-video-section .video-link {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 24px;
    color: #1665AC;
    box-shadow: 2px 3px 6px rgba(21, 21, 21, 0.3);
    transition: all 0.2s ease-in-out;
    border: none; }
    .sh-section .sh-video-section .video-link:hover {
      font-size: 36px;
      transform: rotate(45deg); }
      .sh-section .sh-video-section .video-link:hover .fa-play {
        transform: rotate(-45deg); }
.sh-section .sh-testimonial-section {
  margin-bottom: 100px; }
  .sh-section .sh-testimonial-section .sh-testimonial {
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
    padding: 25px 15px;
    border-radius: 4px; }
    .sh-section .sh-testimonial-section .sh-testimonial .sh-testimonial-right img {
      height: auto;
      width: 100%;
      border-radius: 4px; }
    .sh-section .sh-testimonial-section .sh-testimonial .sh-testimonial-left {
      text-align: center;
      display: flex;
      padding: 40px;
      flex-wrap: wrap;
      align-content: flex-start;
      justify-content: center; }
      .sh-section .sh-testimonial-section .sh-testimonial .sh-testimonial-left .profile-pic {
        height: 130px;
        width: 130px;
        border-radius: 100%;
        overflow: hidden;
        margin-bottom: 30px; }
      .sh-section .sh-testimonial-section .sh-testimonial .sh-testimonial-left p .fa-quote-left {
        font-size: 50px;
        opacity: 0.3; }

.btn-close {
  position: absolute;
  margin-top: -30px;
  right: -15px;
  opacity: 1;
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
  box-shadow: 0px 0px 5px #5c5c5c; }
  .btn-close:hover {
    background-color: #d81b1b; }

.footer-section .footer-section-link h5 {
  color: #20A149;
  margin-bottom: 30px; }
.footer-section .footer-section-link .svg-inline--fa {
  color: #1665AC;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 1px solid #1665AC;
  padding: 5px;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 20px;
  margin-right: 10px; }
.footer-section .footer-section-link a {
  text-decoration: none;
  color: #151515; }
  .footer-section .footer-section-link a:hover {
    color: #1665AC; }
  .footer-section .footer-section-link a .svg-inline--fa {
    transition: all 0.5s ease-in-out; }
    .footer-section .footer-section-link a .svg-inline--fa:hover {
      background: #1665AC;
      color: #ffffff; }
.footer-section .address-block {
  width: 300px; }
.footer-section .footer-bottom a {
  color: #151515;
  transition: all 0.5s ease-in-out; }
  .footer-section .footer-bottom a:hover {
    color: #1665AC; }

.content-banner {
  padding: 150px 20px 80px;
  text-align: center;
  background-color: rgba(32, 161, 73, 0.95);
  height: 200px;
  background-image: url(../img/brand-leaf.png);
  background-repeat: repeat;
  background-size: 40px; }
  .content-banner .breadcrumb .breadcrumb-item {
    font-weight: bold; }
    .content-banner .breadcrumb .breadcrumb-item a {
      color: #ffffff;
      transition: all 0.3s ease-in-out; }
      .content-banner .breadcrumb .breadcrumb-item a:hover {
        text-decoration: underline;
        color: #dfbd57; }
  .content-banner.contact-us-banner {
    height: auto;
    padding: 150px 0 50px; }

.content-section .content-section-container {
  background: #ffffff;
  border-radius: 10px;
  margin: 50px auto;
  min-height: 500px;
  padding: 50px;
  width: 80%; }
  .content-section .content-section-container h1 {
    margin-bottom: 50px;
    color: #20A149; }
  .content-section .content-section-container .contact-left-section,
  .content-section .content-section-container .contact-right-section {
    min-height: 400px; }
    .content-section .content-section-container .contact-left-section .svg-inline--fa,
    .content-section .content-section-container .contact-right-section .svg-inline--fa {
      color: #1665AC;
      height: 20px;
      width: 20px;
      border-radius: 100%;
      border: 1px solid #1665AC;
      padding: 5px;
      display: block;
      flex-shrink: 0;
      flex-grow: 0;
      flex-basis: 20px;
      margin-right: 10px; }
.content-section.sh-product-section .content-section-container {
  padding: 0;
  background: transparent; }
  .content-section.sh-product-section .content-section-container .product-section-block {
    background: #ffffff;
    padding: 50px; }
  .content-section.sh-product-section .content-section-container .sh-feature {
    flex-wrap: wrap; }
    .content-section.sh-product-section .content-section-container .sh-feature .sh-feature-block {
      flex-basis: 250px;
      flex-grow: 0;
      flex-shrink: 0;
      padding: 10px;
      font-weight: bold;
      color: #151515;
      border-radius: 4px;
      margin-bottom: 20px; }
      .content-section.sh-product-section .content-section-container .sh-feature .sh-feature-block span {
        display: inline-block;
        width: 130px;
        height: 130px;
        line-height: 130px;
        border-radius: 100%;
        background-color: #20A149;
        padding: 5px;
        margin-bottom: 20px; }
        .content-section.sh-product-section .content-section-container .sh-feature .sh-feature-block span img {
          height: 80px; }
      .content-section.sh-product-section .content-section-container .sh-feature .sh-feature-block p {
        margin-bottom: 0; }
  .content-section.sh-product-section .content-section-container .sh-tabs-list {
    display: flex;
    justify-content: space-evenly;
    border: none;
    position: sticky;
    top: 100px;
    background-color: transparent; }
    .content-section.sh-product-section .content-section-container .sh-tabs-list .nav-item {
      flex-basis: 33.33%;
      flex-shrink: 0;
      flex-grow: 0;
      border-radius: 4px;
      border-right: 4px solid transparent;
      border-bottom: none;
      box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2); }
      .content-section.sh-product-section .content-section-container .sh-tabs-list .nav-item:last-child {
        border-right: none; }
      .content-section.sh-product-section .content-section-container .sh-tabs-list .nav-item button {
        border: none;
        text-align: center;
        width: 100%;
        height: 100%;
        color: #1665AC;
        background-color: #d0edd9;
        border-bottom: none;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px; }
        .content-section.sh-product-section .content-section-container .sh-tabs-list .nav-item button.active {
          background: #ffffff; }
    .content-section.sh-product-section .content-section-container .sh-tabs-list.tab-gallery {
      justify-content: center; }
      .content-section.sh-product-section .content-section-container .sh-tabs-list.tab-gallery button {
        font-size: 40px;
        font-weight: normal; }
        .content-section.sh-product-section .content-section-container .sh-tabs-list.tab-gallery button span {
          font-size: 16px !important;
          font-weight: bold; }
  .content-section.sh-product-section .content-section-container .tab-content .tab-pane {
    background-color: transparent;
    padding: 50px; }
    .content-section.sh-product-section .content-section-container .tab-content .tab-pane .gallery-img {
      height: 180px;
      overflow: hidden; }

/*!
 * Viewer.js v1.3.3
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-04-06T14:06:24.626Z
 */
.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 280px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px; }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In'; }

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out'; }

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One'; }

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset'; }

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous'; }

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play'; }

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next'; }

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left'; }

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right'; }

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal'; }

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical'; }

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen'; }

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen'; }

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close'; }

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent; }

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%; }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

.viewer-download,
.viewer-one-to-one {
  display: none; }

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto; }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center; }

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none; }

.viewer-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0; }

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 30px; }

.viewer-list > li:hover {
  opacity: 0.75; }

.viewer-list > li + li {
  margin-left: 1px; }

.viewer-list > .viewer-loading {
  position: relative; }

.viewer-list > .viewer-loading::after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px; }

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:hover {
  opacity: 1; }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0; }

.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 3px 0; }

.viewer-toolbar > ul > li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 24px; }

.viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.viewer-toolbar > ul > li::before {
  margin: 2px; }

.viewer-toolbar > ul > li + li {
  margin-left: 10px; }

.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px; }

.viewer-toolbar > ul > .viewer-small::before {
  margin: -1px; }

.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px; }

.viewer-toolbar > ul > .viewer-large::before {
  margin: 5px; }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px; }

.viewer-title {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap; }

.viewer-title:hover {
  opacity: 1; }

.viewer-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px; }

.viewer-button:focus,
.viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.viewer-button::before {
  bottom: 15px;
  left: 15px;
  position: absolute; }

.viewer-fixed {
  position: fixed; }

.viewer-open {
  overflow: hidden; }

.viewer-show {
  display: block; }

.viewer-hide {
  display: none; }

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5); }

.viewer-invisible {
  visibility: hidden; }

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.viewer-fade {
  opacity: 0; }

.viewer-in {
  opacity: 1; }

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.viewer-loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1; }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none; } }
@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none; } }
@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none; } }
@media (min-width: 320px) and (max-width: 912px) {
  body {
    font-size: 18px; }

  .sh-header {
    width: 94%; }
    .sh-header .navbar .navbar-nav {
      position: fixed;
      top: 120px;
      background: #fff;
      width: 50%;
      right: 25px;
      border-radius: 8px;
      height: calc(100vh - 130px);
      padding: 30px 10px; }
      .sh-header .navbar .navbar-nav .nav-item a.nav-link {
        padding: 20px 10px;
        font-size: 20px;
        background: #fbfbfb;
        margin-bottom: 2px; }

  .sh-section h2 {
    font-size: 50px; }
    .sh-section h2.sh-subheading {
      font-size: 34px; }
  .sh-section .sh-cta-block {
    display: none; } }
@media (min-width: 320px) and (max-width: 540px) {
  .sh-about-left::before {
    display: none; }

  .sh-header {
    padding: 10px; }
    .sh-header header .brand-logo {
      height: 50px; }
    .sh-header header .navbar {
      order: 2; }

  .sh-about-section .sh-about-left {
    max-width: 95%;
    margin: auto;
    margin-bottom: 30px;
    height: 300px; } }

/*# sourceMappingURL=style.css.map */
