@charset "UTF-8";
/* Base */
body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
  font-family: 'Roboto Mono', monospace; }

::selection {
  background: #000;
  color: #fff; }

h1, h2, h3, h5, .site-logo {
  font-family: 'Oswald', sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.text-black {
  color: #000 !important; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  position: relative;
  top: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    color: #fff; }

.form-control {
  height: 47px; }
  .form-control:active, .form-control:focus {
    border-color: #434ba4; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 3em 0; }

/* Navbar */
.site-navbar {
  border-bottom: none;
  position: relative;
  z-index: 99; }
  .site-navbar .site-logo {
    font-weight: 200; }
    .site-navbar .site-logo a {
      font-weight: 200;
      font-size: 25px;
      font-weight: 700;
      color: #000; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #000; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        letter-spacing: .05em;
        color: rgba(0, 0, 0, 0.6);
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #434ba4; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\f078"; /* Font Awesome 'caret-down' icon */
          font-family: "Font Awesome 6 Free"; /* Use Font Awesome */
          font-weight: 900; /* Solid style */
          font-size: 16px;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
       }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #434ba4; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #434ba4; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\f105"; /* Font Awesome 'chevron-right' icon */
    font-family: "Font Awesome 6 Free"; /* Use Font Awesome font */
    font-weight: 900; /* Solid style */
    font-size: 16px; /* Adjust as needed */
    position: absolute;
    right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #434ba4; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #434ba4; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #000; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #000; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #434ba4; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #fff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
      font-size: 12px;
      z-index: 20;
      font-family: "Font Awesome 6 Free";
      font-weight: 900; /* Solid style */
      content: "\f078"; /* Font Awesome 'caret-down' icon */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-180deg);
      transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

/* Blocks */
.site-hero {
  position: relative;
  margin-top: 10rem;
  padding-bottom: 10px; }
  .site-hero .container {
    position: relative; }
  .site-hero .bg-img {
    height: 500px;
    background-size: cover;
    background-position: center center; }
  .site-hero blockquote, .site-hero .page-heading {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 0;
    left: 8%;
    max-width: 500px;
    margin-top: -100px;
    line-height: 1.0;
    color: #000; }
    .site-hero blockquote:before, .site-hero .page-heading:before {
      content: "”";
      position: absolute;
      font-size: 4rem;
      left: -40px; }
    .site-hero blockquote > p, .site-hero .page-heading > p {
      font-size: 3rem; }
    .site-hero blockquote .author img, .site-hero .page-heading .author img {
      width: 50px;
      border-radius: 50%;
      margin-right: 10px; }
    .site-hero blockquote .author cite, .site-hero .page-heading .author cite {
      font-style: normal; }
  .site-hero .page-heading:before {
    display: none; }
  .site-hero .cta-box {
    position: absolute;
    right: 8%;
    max-width: 300px;
    margin-top: -100px;
    padding: 30px 30px 70px 30px;
    border: 2px solid #000;
    color: #000; }
    @media (max-width: 991.98px) {
      .site-hero .cta-box {
        margin-top: 0;
        bottom: 0;
        right: 15px;
        left: 15px;
        max-width: 100%; } }
    .site-hero .cta-box h2 {
      font-size: 26px;
      margin-bottom: 30px; }
    .site-hero .cta-box .contact-now {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 20px;
      color: #fff;
      background: #000;
      text-decoration: none; }

.footer {
  font-size: 14px;
  padding: 7rem 0; }

.widget h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px; }

.widget p {
  color: rgba(0, 0, 0, 0.5); }

.widget .links li {
  margin-bottom: 15px; }
  .widget .links li a {
    color: #000; }
    .widget .links li a span {
      color: #ccc;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase; }

.social li {
  margin-bottom: 10px; }
  .social li a {
    color: #000; }

.copyright {
  color: #000; }

.half {
  margin-bottom: 50px;
  min-height: 500px; }
  .half .img, .half .half-content {
    width: 50%; }
    @media (max-width: 991.98px) {
      .half .img, .half .half-content {
        width: 100%; } }
  .half .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 991.98px) {
      .half .img {
        height: 200px; } }
  .half .half-content {
    padding: 40px;
    height: auto; }
    .half .half-content h3 {
      font-size: 40px;
      color: #000;
      margin-bottom: 30px; }

.service {
  text-align: center;
  display: block;
  padding: 20px; }
  .service .services-list li {
    color: #000; }
  .service img {
    width: 60px !important;
    margin-bottom: 30px; }
  .service h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px; }

.testimonial img {
  width: 80px;
  border-radius: 50%;
  margin-bottom: 30px; }

.testimonial h3 {
  font-size: 20px;
  color: #000; }

.heading {
  margin: 2rem 0; }
  .heading h1 {
    font-size: 50px;
    color: #000; } 