/* [removed] html 全域規則 */

:where(#ftco-navbar, .ftco-footer, #nw-home, #nw-page) {
  font-family: "Nunito Sans", "Noto Sans TC", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #a0a0b4; }
body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

.container {
  max-width: 1000px; }

:where(#ftco-navbar, .ftco-footer, #nw-home, #nw-page) a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #9dcc17; }
:where(#ftco-navbar, .ftco-footer, #nw-home, #nw-page) a:hover,
:where(#ftco-navbar, .ftco-footer, #nw-home, #nw-page) a:focus {
    text-decoration: none;
    color: #9dcc17;
    outline: none !important; }

:where(#ftco-navbar, .ftco-footer, #nw-home, #nw-page) h1,
:where(#ftco-navbar, .ftco-footer, #nw-home, #nw-page) h2,
:where(#ftco-navbar, .ftco-footer, #nw-home, #nw-page) h3,
:where(#ftco-navbar, .ftco-footer, #nw-home, #nw-page) h4,
:where(#ftco-navbar, .ftco-footer, #nw-home, #nw-page) h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400; }

.text-primary {
  color: #9dcc17 !important; }

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3; }
  @media (max-width: 991.98px) {
.ftco-navbar-light {
      background: #000000 !important;
      position: relative;
      top: 0; } }
.ftco-navbar-light .navbar-brand {
    color: #fff; }
.ftco-navbar-light .navbar-brand span {
      color: #9dcc17; }
    @media (max-width: 991.98px) {
.ftco-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 13px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1 !important; }
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #9dcc17; }
    @media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        color: #fff; } }
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    border: 1px solid #9dcc17;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 4px;
    background: #9dcc17;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #fff; }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
      background: #9dcc17;
      border: 1px solid #9dcc17; }
.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
    border: 1px solid #fff5ed;
    background: #fff5ed !important; }
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #9dcc17; }
  @media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
      color: #9dcc17; } }
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
      text-decoration: none;
      color: #9dcc17;
      outline: none !important; }
.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 991.98px) {
.ftco-navbar-light.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important; } }
.ftco-navbar-light.scrolled .nav-item.active > a {
      color: #9dcc17 !important; }
.ftco-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #9dcc17;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-top: 6px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
.ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #9dcc17; }
    @media (max-width: 991.98px) {
.ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
.ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
.ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000000 !important; }
.ftco-navbar-light.scrolled .nav-link.active {
        color: #9dcc17 !important; }
.ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
.ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
.ftco-navbar-light.scrolled .navbar-brand {
      color: #000000; }

.navbar-brand {
  font-weight: 700;
  font-size: 24px; }

.hero-wrap {
  width: 100%;
  height: 850px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0; }
  @media (max-width: 991.98px) {
.hero-wrap {
      background-position: top center !important; } }
.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .1;
    background: #0f0f13;
    background: black;
    background: -moz-linear-gradient(45deg, black 0%, white 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, black), color-stop(100%, white));
    background: -webkit-linear-gradient(45deg, black 0%, white 100%);
    background: -o-linear-gradient(45deg, black 0%, white 100%);
    background: -ms-linear-gradient(45deg, black 0%, white 100%);
    background: linear-gradient(45deg, black 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
    height: 850px; }
.hero-wrap.hero-wrap-2 {
    height: 600px !important;
    position: relative; }
.hero-wrap.hero-wrap-2 .overlay {
      width: 100%;
      opacity: .1;
      height: 600px; }
.hero-wrap.hero-wrap-2 .slider-text {
      height: 600px !important; }
.hero-wrap.hero-wrap-2 .slider-text h1:after {
        display: none; }

.slider-text {
  height: 850px; }
.slider-text p {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px; }
.slider-text .breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500; }
.slider-text .breadcrumbs span {
      color: rgba(255, 255, 255, 0.7); }
.slider-text .breadcrumbs span i {
        color: #9dcc17;
        font-size: 13px; }
.slider-text .breadcrumbs span a {
        color: rgba(255, 255, 255, 0.7); }
.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
          color: #9dcc17; }
.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
            color: #9dcc17; }
.slider-text .bread {
    font-weight: 900;
    position: relative;
    color: #fff;
    text-transform: uppercase; }

.owl-carousel {
  position: relative; }
.owl-carousel .owl-item {
    opacity: 1; }
.owl-carousel .owl-item.active {
      opacity: 1; }
.owl-carousel .owl-dots {
    text-align: center; }
.owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
.owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid #4d4d4d;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
.owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
.owl-carousel .owl-dots .owl-dot.active:after {
          border-color: #fff; }
.owl-carousel.home-slider {
    position: relative;
    height: 700px;
    z-index: 0; }
.owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 700px;
      position: relative;
      z-index: 0;
      overflow: hidden; }
.owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        opacity: .2;
        z-index: 0;
        background: #000000; }
      @media (max-width: 1199.98px) {
.owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
.owl-carousel.home-slider .slider-item .slider-text {
        height: 700px;
        position: relative; }
.owl-carousel.home-slider .slider-item .slider-text .text {
          width: 40%;
          z-index: 0;
          color: rgba(255, 255, 255, 0.9); }
          @media (max-width: 991.98px) {
.owl-carousel.home-slider .slider-item .slider-text .text {
              width: 60%; }
.owl-carousel.home-slider .slider-item .slider-text .text h1 {
                font-size: 30px; } }
          @media (max-width: 767.98px) {
.owl-carousel.home-slider .slider-item .slider-text .text {
              width: 80%;
              margin-bottom: 4em; }
.owl-carousel.home-slider .slider-item .slider-text .text h1 {
                font-size: 22px;
                text-transform: capitalize; } }
.owl-carousel.home-slider .slider-item .slider-text .absolute {
          position: absolute;
          top: 0;
          right: 0;
          width: 15%;
          text-align: right; }
.owl-carousel.home-slider .slider-item .slider-text .absolute:after {
            position: absolute;
            top: 15px;
            right: 0;
            width: 5px;
            height: 30px;
            content: '';
            background: #9dcc17; }
.owl-carousel.home-slider .slider-item .slider-text .absolute h4.number {
            font-size: 40px;
            font-weight: 800;
            color: #fff;
            margin-bottom: 0;
            padding-right: 15px; }
.owl-carousel.home-slider .slider-item .slider-text .absolute p {
            color: rgba(255, 255, 255, 0.4); }
          @media (max-width: 767.98px) {
.owl-carousel.home-slider .slider-item .slider-text .absolute {
              position: relative;
              width: 50%;
              text-align: left;
              font-size: 14px; }
.owl-carousel.home-slider .slider-item .slider-text .absolute:after {
                left: 0;
                top: 5px; }
.owl-carousel.home-slider .slider-item .slider-text .absolute h4.number {
                padding-left: 15px;
                padding-right: 0;
                font-size: 26px; } }
.owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 40px;
          text-transform: uppercase;
          color: #fff;
          line-height: 1.1;
          font-weight: 900;
          position: relative; }
.owl-carousel.home-slider .slider-item .slider-text h1 span {
            color: #000000;
            display: block; }
.owl-carousel.home-slider .slider-item .slider-text h2 {
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Nunito Sans", "Noto Sans TC", Arial, sans-serif;
          font-weight: 700;
          color: #fff;
          display: inline-block;
          position: relative;
          letter-spacing: 4px; }
.owl-carousel.home-slider .slider-item .slider-text .button-link .button-video {
          width: 54px;
          height: 54px;
          border-radius: 50%;
          background: #9dcc17;
          margin-right: 10px;
          margin-left: 20px; }
.owl-carousel.home-slider .slider-item .slider-text .button-link .button-video span {
            color: #fff; }
.owl-carousel.home-slider .slider-item .slider-text .button-link span {
          color: #fff; }
.owl-carousel.home-slider .slider-item .slider-text .img-video {
          display: block;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background: #9dcc17;
          -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
          position: absolute;
          bottom: 10%;
          right: 35%;
          margin-right: -30px; }
          @media (max-width: 767.98px) {
.owl-carousel.home-slider .slider-item .slider-text .img-video {
              bottom: 10%; } }
.owl-carousel.home-slider .slider-item .slider-text .img-video span {
            color: #000000;
            font-size: 20px; }
.owl-carousel.home-slider .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%; }
.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none !important;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 30px;
          color: rgba(255, 255, 255, 0.5);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
          color: #fff; }
.owl-carousel.home-slider .owl-nav .owl-prev {
        left: 0;
        margin-left: 0; }
.owl-carousel.home-slider .owl-nav .owl-next {
        right: 0;
        margin-right: 0; }
.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
      opacity: 1; }
.owl-carousel.home-slider:hover .owl-nav .owl-prev {
      margin-left: 50px; }
.owl-carousel.home-slider:hover .owl-nav .owl-next {
      margin-right: 50px; }
.owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 40px;
      width: 100%;
      text-align: center; }
      @media (max-width: 767.98px) {
.owl-carousel.home-slider .owl-dots {
          bottom: 12%;
          text-align: left;
          padding-left: 10px; } }
.owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4); }
.owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #fff; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.request-quote {
  margin: 0 auto; }
.request-quote .subheading {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9); }
.request-quote .bg-primary {
    padding: 2em; }
.request-quote h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700; }

.request-form {
  width: 100%;
  display: block; }
.request-form .form-group {
    position: relative;
    width: 100%;
    display: block; }
.request-form .form-group .icon-arr {
      position: absolute;
      top: 50% !important;
      right: 0;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
.request-form .form-group .icon-arr span {
        color: white !important; }
.request-form .form-group .select-wrap,
.request-form .form-group .input-wrap {
      position: relative; }
.request-form .form-group .select-wrap select,
.request-form .form-group .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
.request-form .form-group .nwbtn {
      width: 100%;
      display: block !important;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
.request-form .form-control {
    border: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    height: 52px !important;
    padding-left: 0;
    padding-right: 0;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.request-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.9); }
.request-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.9); }
.request-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.9); }
.request-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.9); }
.request-form .form-control:focus,
.request-form .form-control:active {
      border-color: #fff; }
.request-form textarea.form-control {
    height: inherit !important; }

.bg-primary {
  background: #9dcc17 !important; }

.bg-darken {
  background: black; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.ftco-section {
  padding: 12em 0;
  position: relative;
  z-index: 0; }
  @media (max-width: 767.98px) {
.ftco-section {
      padding: 6em 0; } }
.ftco-section .degree-left {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px; }
.ftco-section .degree-left:after,
.ftco-section .degree-left:before {
      position: absolute;
      content: '';
      height: 50px;
      background: #fff !important;
      z-index: 2;
      bottom: -25px; }
.ftco-section .degree-left:before {
      width: 65%;
      left: 0;
      -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
      /* IE 9 */
      -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
      transform: matrix(1, 0.102, 0, 2, 0, 0);
      /* Standard syntax */ }
.ftco-section .degree-left:after {
      width: 35%;
      right: 0;
      -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
      /* IE 9 */
      -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
      transform: matrix(1, -0.19, 0, 2, 0, 0);
      /* Standard syntax */ }
.ftco-section .degree-left-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px; }
.ftco-section .degree-left-footer:after,
.ftco-section .degree-left-footer:before {
      position: absolute;
      content: '';
      height: 50px;
      background: black;
      z-index: 2;
      bottom: -25px; }
.ftco-section .degree-left-footer:before {
      width: 65%;
      left: 0;
      -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
      /* IE 9 */
      -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
      transform: matrix(1, 0.102, 0, 2, 0, 0);
      /* Standard syntax */ }
.ftco-section .degree-left-footer:after {
      width: 35%;
      right: 0;
      -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
      /* IE 9 */
      -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
      transform: matrix(1, -0.19, 0, 2, 0, 0);
      /* Standard syntax */ }

.bg-light {
  background: #f3f3f3 !important;
  position: relative;
  padding-bottom: 15em;
  z-index: 0;
  width: 100%; }
.bg-light:after,
.bg-light:before {
    position: absolute;
    content: '';
    height: 50px;
    background: #fff !important;
    z-index: 2;
    top: -25px; }
.bg-light:before {
    width: 35%;
    left: 0;
    -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
    /* IE 9 */
    -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
    transform: matrix(1, -0.19, 0, 2, 0, 0);
    /* Standard syntax */ }
.bg-light:after {
    width: 65%;
    right: 0;
    -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
    /* IE 9 */
    -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
    transform: matrix(1, 0.102, 0, 2, 0, 0);
    /* Standard syntax */ }

.degree-right {
  position: relative;
  z-index: 0; }
.degree-right:after,
.degree-right:before {
    position: absolute;
    content: '';
    height: 50px;
    background: #fff !important;
    z-index: 2;
    bottom: -25px; }
.degree-right:before {
    width: 65%;
    left: 0;
    -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
    /* IE 9 */
    -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
    transform: matrix(1, 0.102, 0, 2, 0, 0);
    /* Standard syntax */ }
.degree-right:after {
    width: 35%;
    right: 0;
    -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
    /* IE 9 */
    -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
    transform: matrix(1, -0.19, 0, 2, 0, 0);
    /* Standard syntax */ }

.degree-footer-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100px; }
.degree-footer-top:after,
.degree-footer-top:before {
    position: absolute;
    content: '';
    height: 50px;
    background: black;
    z-index: 2;
    top: -25px; }
.degree-footer-top:before {
    width: 35%;
    left: 0;
    -ms-transform: matrix(1, -0.19, 0, 2, 0, 0);
    /* IE 9 */
    -webkit-transform: matrix(1, -0.19, 0, 2, 0, 0);
    transform: matrix(1, -0.19, 0, 2, 0, 0);
    /* Standard syntax */ }
.degree-footer-top:after {
    width: 65%;
    right: 0;
    -ms-transform: matrix(1, 0.102, 0, 2, 0, 0);
    /* IE 9 */
    -webkit-transform: matrix(1, 0.102, 0, 2, 0, 0);
    transform: matrix(1, 0.102, 0, 2, 0, 0);
    /* Standard syntax */ }

.nwbtn {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px; }
.nwbtn:hover,
.nwbtn:active,
.nwbtn:focus {
    outline: none; }
.nwbtn.btn-primary {
    background: #9dcc17 !important;
    border: 1px solid #9dcc17 !important;
    color: #fff !important; }
.nwbtn.btn-primary:hover {
      border: 1px solid #9dcc17;
      background: transparent;
      color: #9dcc17; }
.nwbtn.btn-primary.btn-outline-primary {
      border: 1px solid #9dcc17;
      background: transparent;
      color: #9dcc17; }
.nwbtn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #9dcc17;
        color: #fff; }
.nwbtn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    color: #fff; }
.nwbtn.btn-outline-white:hover,
.nwbtn.btn-outline-white:focus,
.nwbtn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #9dcc17; }
.nwbtn.btn-black {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important; }
.nwbtn.btn-black:hover {
      border: 1px solid #9dcc17;
      background: transparent;
      color: #9dcc17; }
.nwbtn.btn-black.btn-outline-black {
      border: 1px solid #ebebeb !important;
      background: transparent !important;
      color: #000000 !important; }
.nwbtn.btn-black.btn-outline-black:hover {
        border: 1px solid #9dcc17 !important;
        background: #9dcc17 !important;
        color: #fff !important; }

.wrap-about h3 {
  font-size: 30px;
  font-weight: 700; }

@media (max-width: 767.98px) {
.wrap-about .img {
    margin-bottom: 30px; } }

.services {
  padding: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 767.98px) {
.services {
      margin-bottom: 40px; } }
.services .icon {
    line-height: 1.3;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100px; }
.services .icon span {
      font-size: 60px;
      color: #000000; }
.services .media-body {
    width: 100%;
    color: rgba(0, 0, 0, 0.8); }
.services .media-body h3 {
      font-size: 16px;
      font-weight: 600;
      color: #000000;
      letter-spacing: 2px; }
.services .media-body p {
      margin-bottom: 0; }
.services.services-bg {
    background: #9dcc17; }
.services.services-bg.services-darken {
      background: #c20029; }
      @media (max-width: 991.98px) {
.services.services-bg.services-darken {
          background: transparent; } }
.services.services-bg.services-lighten {
      background: #c7002a; }
      @media (max-width: 991.98px) {
.services.services-bg.services-lighten {
          background: transparent; } }
.services.services-bg .icon {
      line-height: 1.3;
      position: relative;
      z-index: 0;
      margin: 0 auto;
      width: 100px; }
.services.services-bg .icon span {
        font-size: 60px;
        color: #fff; }
.services.services-bg .media-body {
      width: 100%;
      color: rgba(255, 255, 255, 0.8); }
.services.services-bg .media-body h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fff; }
.services.services-bg .media-body p {
        margin-bottom: 0; }

.services-2 span {
  position: relative;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  color: #9dcc17; }
.services-2 span:after {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    height: 1px;
    content: '';
    width: 100%;
    background: #d9d9e1; }

.services-2 h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.3; }

.services-2 .text {
  padding-left: 10px; }

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
.form-control:focus,
.form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
.ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.media-custom {
  background: #fff; }
.media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #9dcc17; }
.media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9; }

.about-author {
  background: #f3f3f3; }
.about-author .desc h3 {
    font-size: 24px; }

.ftco-footer {
  font-size: 16px;
  padding: 7em 0;
  background: black;
  position: relative; }
.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700; }
.ftco-footer .ftco-footer-widget ul li {
    color: rgba(255, 255, 255, 0.5); }
.ftco-footer .ftco-footer-widget ul li a {
      color: rgba(255, 255, 255, 0.5); }
.ftco-footer .ftco-footer-widget ul li a span {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px; }
.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
.ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
.ftco-footer p {
    color: rgba(255, 255, 255, 0.7); }
.ftco-footer a {
    color: #9dcc17; }
.ftco-footer a:hover {
      color: #9dcc17; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative; }
.ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
.ftco-footer-social li a:hover {
      color: #fff; }

#map {
  height: 500px;
  width: 100%; }
  @media (max-width: 991.98px) {
#map {
      height: 300px; } }

@-webkit-keyframes pulse {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(209, 0, 44, 0.4); }
70% {
    -webkit-box-shadow: 0 0 0 30px rgba(209, 0, 44, 0); }
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(209, 0, 44, 0); } }

@keyframes pulse {
0% {
    -moz-box-shadow: 0 0 0 0 rgba(209, 0, 44, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(209, 0, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(209, 0, 44, 0.4); }
70% {
    -moz-box-shadow: 0 0 0 30px rgba(209, 0, 44, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(209, 0, 44, 0);
    box-shadow: 0 0 0 30px rgba(209, 0, 44, 0); }
100% {
    -moz-box-shadow: 0 0 0 0 rgba(209, 0, 44, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(209, 0, 44, 0);
    box-shadow: 0 0 0 0 rgba(209, 0, 44, 0); } }

.heading-section .subheading {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  color: #9dcc17;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative; }

.heading-section h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
.heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.portfolio-wrap {
  display: block;
  width: 100%;
  height: auto; }
  @media (max-width: 767.98px) {
.portfolio-wrap {
      height: auto;
      margin-bottom: 40px; } }
.portfolio-wrap .img {
    height: auto;
    padding-bottom:50%;
    background-repeat:no-repeat;
    background-size:100% auto;
  }
.portfolio-wrap .text {
    position: relative; }
.portfolio-wrap .text .subheading {
      display: block;
      font-size: 12px;
      letter-spacing: 3px;
      color: #000000;
      font-weight: 600; }
.portfolio-wrap .text h2 {
      font-size: 40px;
      display: inline-block;
      line-height: 1.3;
      letter-spacing: 2px; }
      @media (max-width: 767.98px) {
.portfolio-wrap .text h2 {
          font-size: 9vw; } }
.portfolio-wrap .text h2 a {
        color: #000000;
        padding-bottom: 5px; }
.portfolio-wrap .text .desc {
      position: relative;
      width: 100%; }
.portfolio-wrap .text .desc .custom-btn {
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 3px;
        color: #000000;
        font-weight: 700;
        border: 1px solid #d9d9e1;
        padding: 7px 10px;
        border-radius: 5px; }
.portfolio-wrap .text .desc p {
        margin-bottom: 30px; }
.portfolio-wrap .text .desc .top {
        position: relative; }
        @media (max-width: 767.98px) {
.portfolio-wrap .text .desc .top:after {
            display: none; } }
.portfolio-wrap .text .icon .img {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
.portfolio-wrap .text .icon .position h4 {
      font-size: 16px;
      color: black; }
.portfolio-wrap .text .icon .position span {
      font-size: 12px;
      letter-spacing: 3px;
      font-size: 600; }

.intro span {
  color: #9dcc17; }

.intro h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1.2; }

.testimony-section {
  position: relative; }
.testimony-section .owl-carousel {
    margin: 0; }
.testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 2em 0;
    position: relative; }
.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
        color: #fff; }
.testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
.testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
.testimony-section .owl-dots {
    text-align: center; }
.testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1); }
.testimony-section .owl-dots .owl-dot:after {
        border: 1px solid rgba(0, 0, 0, 0.1); }
.testimony-section .owl-dots .owl-dot.active {
        background: #9dcc17; }
.testimony-section .owl-dots .owl-dot.active:after {
          border: 1px solid #9dcc17; }

.testimony-wrap {
  display: block;
  position: relative;
  background: #f3f3f3;
  padding: 0 20px;
  border-radius: 5px; }
.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.testimony-wrap .fa {
    color: #9dcc17;
    font-size: 30px;
    position: absolute;
    top: -15px;
    left: 20px; }
.testimony-wrap .name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
    letter-spacing: 2px; }
.testimony-wrap .position {
    font-size: 16px;
    color: #b3b3b3; }

.testimony-section.bg-light .testimony-wrap {
  background: #fff; }

.staff {
  width: 100%;
  margin-bottom: 40px;
  z-index: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.staff .img-wrap {
    position: relative;
    z-index: 0; }
.staff .img {
    width: 100%;
    height: 330px;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 0; }
.staff .img:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: black;
      background: -moz-linear-gradient(45deg, black 0%, white 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, black), color-stop(100%, white));
      background: -webkit-linear-gradient(45deg, black 0%, white 100%);
      background: -o-linear-gradient(45deg, black 0%, white 100%);
      background: -ms-linear-gradient(45deg, black 0%, white 100%);
      background: linear-gradient(45deg, black 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
      opacity: .2;
      z-index: -1; }
.staff .img .ftco-social {
      opacity: 0;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
.staff .img .ftco-social li {
        margin-bottom: 4px; }
.staff .img .ftco-social li a {
          width: 34px;
          height: 34px;
          border-radius: 50%;
          color: #9dcc17;
          background: #fff; }
.staff .img .ftco-social li a:hover {
            background: #9dcc17;
            color: #fff; }
.staff .text {
    width: 100%;
    opacity: 1;
    color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.staff .text > div.desc {
      width: 100%;
      padding: 0 1em;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
.staff .text h3 {
      font-size: 18px;
      font-weight: 900;
      margin-bottom: 0;
      line-height: 1.1;
      letter-spacing: 2px;
      color: #000000;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-transform: uppercase; }
.staff .text .position {
      font-size: 14px;
      color: #9dcc17;
      display: block;
      font-weight: 600;
      letter-spacing: 2px; }
.staff:hover .ftco-social {
    opacity: 1; }
.staff:hover .text h3 {
    color: #9dcc17; }

.ftco-social {
  padding: 0; }
.ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: block; }

@media (max-width: 767.98px) {
.about-image {
    height: 400px;
    margin-bottom: 30px; } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-counter {
  position: relative;
  z-index: 0; }
#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }

@media (max-width: 1199.98px) {
.ftco-counter {
    background-position: center center !important; } }

.ftco-counter .img {
  display: block;
  width: 100%; }
  @media (max-width: 991.98px) {
.ftco-counter .img {
      height: 400px;
      background-position: top center !important; } }

@media (min-width: 768px) {
.ftco-counter .text.text-border {
    border-right: 1px solid rgba(0, 0, 0, 0.07); } }

.ftco-counter .text strong.number {
  font-weight: 600;
  font-size: 50px;
  color: #9dcc17; }

.ftco-counter .text span {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  line-height: 1.4;
  padding-left: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }

@media (max-width: 767.98px) {
.ftco-counter .counter-wrap {
    margin-bottom: 20px; } }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom:100%;
  margin-bottom: 20px; }

.blog-entry {
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
.blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
.blog-entry {
      margin-bottom: 30px; } }
.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto; }
.blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 0;
      font-weight: 400; }
.blog-entry .text .heading a {
        color: #000000; }
.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
          color: #9dcc17; }
.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px; }
.blog-entry .meta > div a {
      color: #000000; }
.blog-entry .meta > div a:hover {
        color: #000000; }
.blog-entry .btn-custom {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px; }

.block-23 ul {
  padding: 0; }
.block-23 ul li {
    color: rgba(255, 255, 255, 0.5); }
.block-23 ul li,
.block-23 ul li > a {
      display: table;
      line-height: 1.5;
      margin-bottom: 15px; }
.block-23 ul li span {
      color: rgba(255, 255, 255, 0.5); }
.block-23 ul li .icon,
.block-23 ul li .text {
      display: table-cell;
      vertical-align: top; }
.block-23 ul li .icon {
      width: 40px;
      padding-top: 2px; }

.block-6 .media-body p {
  font-size: 16px; }

.block-27 ul {
  padding: 0;
  margin: 0; }
.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
.block-27 ul li a,
.block-27 ul li span {
      color: #000000;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #e6e6e6; }
.block-27 ul li:hover a,
.block-27 ul li:hover span,
.block-27 ul li.active a,
.block-27 ul li.active span {
      background: #9dcc17;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .img {
  width: 100%;
  background-position: top center; }

.contact-section .contact-info p a {
  color: #fff; }

.contact-section .contact-form {
  width: 100%;
  border-radius: 5px;
  background: #f3f3f3; }
  @media (max-width: 767.98px) {
.contact-section .contact-form .btn-primary {
      display: block;
      width: 100%; } }
.contact-section .contact-form .form-control {
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px; }
.contact-section .contact-form .form-control {
    height: 36px;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none; }
.contact-section .contact-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.8) !important; }
.contact-section .contact-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.8) !important; }
.contact-section .contact-form .form-control:-ms-input-placeholder {
      /* IE 0+ */
      color: rgba(0, 0, 0, 0.8) !important; }
.contact-section .contact-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.8) !important; }
.contact-section .contact-form .form-control:focus,
.contact-section .contact-form .form-control:active {
      border-color: #9dcc17 !important; }
.contact-section .contact-form textarea.form-control {
    height: inherit !important; }

.dbox {
  width: 100%;
  margin-bottom: 0px; }
  @media (max-width: 767.98px) {
.dbox {
      margin-bottom: 25px !important;
      padding: 0 20px; } }
.dbox p {
    margin-bottom: 0; }
.dbox p span {
      font-weight: 500;
      color: #000000; }
.dbox p a {
      color: #9dcc17; }
.dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9dcc17;
    margin: 0 auto;
    margin-bottom: 20px; }
.dbox .icon span {
      font-size: 20px;
      color: #fff; }
.dbox .text {
    width: calc(100% - 50px);
    padding-left: 15px; }
.dbox .text span {
      display: block;
      line-height: 1.2; }

#map {
  width: 100%; }
  @media (max-width: 767.98px) {
#map {
      height: 300px; } }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300; }
.block-21 .text .heading a {
      color: #000000; }
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
        color: #9dcc17; }
.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
.block-21 .text .meta > div a {
      color: gray; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
.post-info > div {
    display: inline-block; }
.post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px; }
.tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap form {
  background: #f3f3f3; }

.comment-list {
  padding: 0;
  margin: 0; }
.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
.comment-list li .vcard {
      width: 80px;
      float: left; }
.comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
.comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
.comment-list li .comment-body h3 {
        font-size: 20px;
        font-weight: 600; }
.comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #9dcc17; }
.comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
.comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 5px; }
.search-form .form-group {
    position: relative; }
.search-form .form-group input {
      padding-right: 50px;
      font-size: 14px;
      border: 1px solid #e6e6e6; }
.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 0 0 20px 20px;
  font-size: 15px;
  width: 100%;
  background: #fff; }
.sidebar-box *:last-child {
    margin-bottom: 0; }
.sidebar-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600; }
  @media (max-width: 991.98px) {
.sidebar-box {
      padding: 0 0 0 0; } }

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none; }
.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
.categories li a,
.sidelink li a {
    display: block;
    color: #1a1a1a; }
.categories li a span,
.sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
.categories li.active a,
.sidelink li.active a {
    color: #000000;
    font-style: italic; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

.carousel-container {
    position: relative;
}
.owl-nav {
    position: absolute;
    top: 10%;
    width: 100%;
}
.owl-img {
    overflow:hidden;
}
.ion-ios-arrow-back {
    position: absolute;
    left: -10%;
    display: block;
    width: 10%;
    padding-top: 15%;
    background: url(../images/nextIcon.png) no-repeat;
    background-size: 100% auto;
}

.ion-ios-arrow-forward {
    position: absolute;
    right: -10%;
    display: block;
    width: 10%;
    padding-top: 15%;
    background: url(../images/prveIcon.png) no-repeat;
    background-size: 100% auto;
}

.fixdLink {
    position: fixed;
    right: 0px;
    bottom: 20px;
}

.fixdLink .lineIcon {
        background: url(../images/line_icon.png) no-repeat;
        background-size: 60px;
        width: 60px;
        height: 60px;
        display: block;
        text-indent: -1000px;
        overflow: hidden;
        margin: 0px 0px 4px 0px;
    }

.fixdLink .telIcon {
        background: url(../images/tel_icon.png) no-repeat;
        background-size: 60px;
        width: 60px;
        height: 60px;
        display: block;
        text-indent: -1000px;
        overflow: hidden;
        margin: 0px 0px 4px 0px;
    }
@media (max-width: 1000px) {
.carousel-container {
        position: relative;
        margin: 0px 10%;
        width: 80%;
    }
.ion-ios-arrow-back {
        left: -10%;
    }

.ion-ios-arrow-forward {
        right: -10%;
    }
}

@media (max-width: 600px) {

.owl-nav {
        top: 15%;
    }
}
   