/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

.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 {
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 0;
    visibility: hidden; }

.offcanvas-menu {
  position: relative; }
  .offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2); }

.btn {
  border-width: 2px;
  border-radius: 30px; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #000 !important;
      color: #fff !important;
      background-color: #000 !important; }
  .btn.btn-md {
    padding: 14px 30px; }

.form-control {
  height: 47px;
  background: #f6f6f6;
  border-radius: 0;
  border: 1px solid #f6f6f6; }
  .form-control:active, .form-control:focus {
    border-color: #007bff; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 4.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 7em 0; } }

.site-footer {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background: #0e141e !important; }
  .site-footer p {
    color: #FFF; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #FFF; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 20px;
    color: #fff; }

/* Navbar */
.site-navbar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}
  .site-navbar-wrap a {
    color: #000; }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  /* padding: 15px 0; */
 }
  .site-navbar .site-logo {
    /* font-weight: 200;
    line-height: 0;
    position: relative; */
    line-height: 1;
  margin: 0;
  padding: 0;
   }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #000;
      font-size: 2rem;
      font-weight: bold; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 10px;
        color: black;
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .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: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .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:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            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 {
            background: #ebeef0;
            color: #212529; }
      .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: #fff; }
      .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: #dee2e6; }
  .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: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #007bff; }
    .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: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        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;  */
              }

.sticky-wrapper {
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 140px; }
  .sticky-wrapper .site-navbar {
    /* background-color: #fff; */
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar a.active {
      color: #fff; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    /* min-height: 600px; */
    height: calc(100vh); }
  .site-blocks-cover h1 {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 4rem; } }
  .site-blocks-cover .sub-text {
    font-size: 1.4rem;
    color: gray;
    font-weight: 300; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .sub-text {
        color: #000; } }
  .site-blocks-cover .img-wrap {
    position: absolute;
  inset: 0;
  z-index: 1;
    width: calc(100%);
    top: 0;
    height: 100%;
    z-index: 2;
    right: 0;
    /* min-height: 600px; */
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        top: 0; }
        .site-blocks-cover .img-wrap .hero-slider:before {
          /*position: absolute;*/
          content: "";
          background: #fff;
          opacity: .5;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .site-blocks-cover .img-wrap .slide {
      height: 100vh;
      position: relative; }
      .site-blocks-cover .img-wrap .slide.overlay {
        position: relative; }
        /* .site-blocks-cover .img-wrap .slide.overlay:before {
          position: absolute;
          content: "";
          left: 0;
          z-index: 1;
          bottom: 0;
          right: 0;
          top: 0;
          background: rgba(0, 0, 0, 0.4); } */

          .site-blocks-cover .img-wrap .slide.overlay:before {
  display: none !important;
}

      .site-blocks-cover .img-wrap .slide img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .site-blocks-cover .intro {
    z-index: 3;
    position: relative; }
    .site-blocks-cover .intro .heading h1 {
      color: #fff; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .intro .heading {
        margin-left: 0; } }
    .site-blocks-cover .intro .text p {
      color: #fff; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .intro .text {
        padding-left: 0; } }

.site-menu-toggle .menu-text {
  position: relative;
  top: -6px;
  text-transform: uppercase; }

.hero-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 100; }
  .hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.3rem; }

.section-title .sub-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-weight: 400;
  color: #b3b3b3; }

.section-title .title {
  font-size: 2.2rem; 
  color:  #007bff !important;
}

.service {
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 2px solid #007bff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: relative;
  top: 0; }
  .service:hover, .service:focus {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
    border-top: 2px solid #007bff;
    top: -2px; }
  .service *:last-child {
    margin-bottom: 0; }
  .service h3 {
    font-size: 1.1rem;
    color: #000; }
  .service p {
    color: #999999;
    font-size: 1rem; }

.readmore {
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .1rem;
  font-weight: 900;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .readmore:after {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
    content: "\e5c8";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
    right: 0;
    opacity: 0;
    visibility: hidden; }
  .readmore:hover {
    padding-right: 30px; }
    .readmore:hover:after {
      opacity: 1;
      visibility: visible; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #28a745; }
  .ul-check.primary li:before {
    color: #007bff; }

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px; }
  .item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px; }
    .item a img {
      position: relative;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.contact-form {
  padding: 40px;
  position: relative;
  background: #f6c744ff;
  border-radius: 22px;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: -15em; }

.jm-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 7em; }

.person h3 {
  font-size: 1.2rem; }

.blockquote {
  margin-bottom: 30px; }
  .blockquote p {
    font-size: 1.15rem; }
  .blockquote p:first-child {
    border-left: 10px #eee solid;
    margin-bottom: 20px; }
  .blockquote p {
    padding-left: 20px;
    color: #000;
    font-style: italic; }

.form-subscribe .form-control {
  border-color: #333333 !important;
  background: #4d4d4d !important; }
  .form-subscribe .form-control:active, .form-subscribe .form-control:focus {
    border-color: gray !important; }
  .form-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
    font-style: italic; }
  .form-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    font-style: italic; }
  .form-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
    font-style: italic; }
  .form-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    font-style: italic; }

.blockquote img {
  width: 40px;
  border-radius: 50%; }

  .site-navbar a,
.site-navbar .site-logo a {
  color: #fff !important;
}

.site-menu-toggle span {
  color: #fff;
}

.site-blocks-cover .container {
  position: relative;
  z-index: 3;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 0 !important;
}

.site-blocks-cover,
.site-blocks-cover > .container > .row {
  min-height: 100vh;
  height: 100vh;
}

/* .site-blocks-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.55),
    rgba(0,0,0,.2)
  );
  z-index: 2;
} */

.site-blocks-cover::before {
  display: none !important;
}


.site-navbar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

/* ===== HEADER: LOGO LEFT, MENU RIGHT (100% WIDTH) ===== */

/* Make navbar container full width */
.site-navbar-wrap .container {
  max-width: 100%;
  /* padding-left: 40px; */
  /* padding-right: 40px; */
}

/* Force row to stretch full width */
.site-navbar .row {
  width: 100%;
  margin: 0;
}

/* Logo fully left */
.site-navbar .site-logo {
  width: auto;
  margin: 0;
}

.site-navbar .site-logo a {
  display: inline-block;
  white-space: nowrap;
}

/* Menu icon fully right */
.site-navigation {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* Menu toggle icon alignment */
.site-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}

/* Icon size & visibility */
.site-menu-toggle .icon-menu {
  font-size: 28px;
  line-height: 1;
  color: #fff;
}

/* Mobile padding fix */
@media (max-width: 768px) {
  .site-navbar-wrap .container {
    /* padding-left: 20px;
    padding-right: 20px; */
  }
}

/* ================================
   RIGHT SIDE MENU (DESKTOP + MOBILE)
================================ */

/* Side menu container */
.site-mobile-menu {
  width: 380px;
  max-width: 90%;
  background: #ffffff;
  padding-top: 40px;
}

/* Close icon */
.site-mobile-menu-close span {
  font-size: 28px;
  color: #000;
}

/* Menu list */
.site-mobile-menu .site-menu {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}

/* Main menu items */
.site-mobile-menu .site-menu > li {
  padding: 12px 0;
}

/* Menu links */
.site-mobile-menu .site-menu a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Hover */
.site-mobile-menu .site-menu a:hover {
  color: #007bff;
}

/* BUSINESS UNITS toggle */
.site-mobile-menu .has-submenu > a {
  cursor: pointer;
}

/* Submenu */
.site-mobile-menu .submenu {
  display: none;
  margin-top: 10px;
  padding-left: 15px;
}

/* Submenu links */
.site-mobile-menu .submenu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding: 6px 0;
}

/* Sub-submenu */
.site-mobile-menu .sub_submenu {
  display: none;
  padding-left: 15px;
}

/* Separator line */
.mobile_menu_separator {
  border-top: 1px solid #ddd;
  margin: 25px 0;
}

/* Social links */
.site-mobile-menu .site-menu li a[style] {
  font-size: 14px !important;
  letter-spacing: .08em;
  color: #444;
}

/* Push content nicely */
.site-mobile-menu-body {
  padding-bottom: 120px;
}

/* ================================
   SIDE MENU WIDTH CONTROL
================================ */

.site-mobile-menu {
  width: 30%;          /* 30% of viewport width */
  /*max-width: 420px; */    /* safety cap for large screens */
  min-width: 280px;     /* usability on small screens */
  background: #ffffff;
}

/* Mobile fallback */
@media (max-width: 768px) {
  .site-mobile-menu {
    width: 85vw;        /* better UX on mobile */
  }
}


/* ================================
   CENTER SIDE MENU CONTENT
================================ */

/* Make menu body a flex container */
.site-mobile-menu-body {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertical center */
  align-items: center;       /* horizontal center */
  text-align: center;
}

/* Main UL */
.site-mobile-menu .site-menu {
  width: 100%;
  text-align: center;
}

/* Main menu items */
.site-mobile-menu .site-menu > li {
  width: 100%;
}

/* Anchor center */
.site-mobile-menu .site-menu a {
  justify-content: center;   /* center text + icon */
  gap: 10px;
}

/* Submenu container */
.site-mobile-menu .submenu {
  padding-left: 0;
  text-align: center;
}

/* Submenu items */
.site-mobile-menu .submenu li a {
  justify-content: center;
}

/* Sub-submenu */
.site-mobile-menu .sub_submenu {
  padding-left: 0;
  text-align: center;
}

/* Separator center */
.mobile_menu_separator {
  width: 60%;
  margin: 30px auto;
}

/* Social links center */
.site-mobile-menu .site-menu li a[style] {
  justify-content: center;
}


/* ================================
   REMOVE SCROLLBAR FROM SIDE MENU
================================ */

/* Hide scrollbar but allow scrolling */
.site-mobile-menu {
  overflow-y: auto;
  scrollbar-width: none;          /* Firefox */
  -ms-overflow-style: none;       /* IE & Edge */
}

.site-mobile-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;                  /* Chrome, Safari */
}

/* Also ensure inner body doesn't show scrollbar */
.site-mobile-menu-body {
  overflow-y: auto;
  scrollbar-width: none;
}

.site-mobile-menu-body::-webkit-scrollbar {
  display: none;
}

/* =====================================
   CENTER MAIN MENU / SUBMENU / SUB-SUBMENU
===================================== */

/* MAIN MENU */
.site-mobile-menu-body > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

/* MENU ITEMS */
.site-mobile-menu-body li {
  width: 100%;
  text-align: center;
}

/* LINKS */
.site-mobile-menu-body li a {
  display: block;
  width: 100%;
  padding: 12px 0;
}

/* SUB MENU */
.site-mobile-menu-body li ul {
  margin: 10px 0 15px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* SUB MENU ITEMS */
.site-mobile-menu-body li ul li {
  width: 100%;
  text-align: center;
}

/* SUB-SUB MENU */
.site-mobile-menu-body li ul li ul {
  margin-top: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* REMOVE LEFT INDENT (IMPORTANT) */
.site-mobile-menu-body ul ul {
  padding-left: 0 !important;
}

/* OPTIONAL: Slight visual hierarchy */
.site-mobile-menu-body ul ul a {
  font-size: 14px;
  opacity: 0.85;
}

.site-mobile-menu-body ul ul ul a {
  font-size: 13px;
  opacity: 0.7;
}

.site-blocks-cover .img-wrap {
  z-index: 1;
}

.site-blocks-cover .intro {
  z-index: 3;
}


/* ===============================
   HEADER RIGHT ALIGNMENT
=============================== */

.header-right-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* gap: 18px; */
  width: 100%;
  padding-right: 15px;
}

/* Second logo */
.second-logo img {
  height: 120px;
  width: auto;
  display: block;
}

/* Menu icon */
.site-menu-toggle {
  display: flex;
  align-items: center;
}

.site-menu-toggle .icon-menu {
  font-size: 26px;
  cursor: pointer;
}

/* Tablet */
@media (max-width: 991px) {
  .second-logo img {
    /* height: 34px; */
  }
}

/* Mobile */
@media (max-width: 576px) {
  .second-logo img {
    /* height: 30px; */
  }
}

.site-navbar .site-logo img {
  height: 78px;        /* adjust: 40â€“50px ideal */
  width: auto;
  display: block;
}

/* Tablet */
@media (max-width: 991px) {
  .site-navbar .site-logo img {
    height: 42px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .site-navbar .site-logo img {
    height: 36px;
  }
}

.site-navbar .site-logo a {
  font-size: 1.6rem;  /* was ~2rem */
  line-height: 1;
}

/* ===== MENU ICON TOP PADDING FIX ===== */
.site-menu-toggle {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}

/* Remove Bootstrap py-3 effect */
.site-menu-toggle.py-3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Icon alignment */
.site-menu-toggle .icon-menu {
  font-size: 26px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.site-navbar .site-logo a {
  font-size: 1.6rem;  /* was ~2rem */
  line-height: 1;
}

/* ===== MENU ICON TOP PADDING FIX ===== */
.site-menu-toggle {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}

/* Remove Bootstrap py-3 effect */
.site-menu-toggle.py-3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Icon alignment */
.site-menu-toggle .icon-menu {
  font-size: 26px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* ===== HEADER ALIGNMENT ===== */
.site-navbar .row {
  /* align-items: center; */
}

.header-right-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.container {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

/* ===== REMOVE TOP SPACE FROM MAIN LOGO ===== */

/* Logo wrapper */
.site-navbar .site-logo {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* Logo link */
.site-navbar .site-logo a {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  line-height: 1 !important;
}

/* Logo image */
.site-navbar .site-logo img {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  height: 80px;        /* adjust if needed */
  width: auto;
}

/* Navbar container padding fix */
.site-navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.site-navbar .container,
.site-navbar .row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

.site-navbar {
  display: flex;
  align-items: center;
}


/* ================================
   HERO / BANNER RESPONSIVE FIX
================================ */

/* Main hero container */
.site-blocks-cover {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

/* Image wrapper */
.site-blocks-cover .img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Owl carousel & slides */
.site-blocks-cover .owl-carousel,
.site-blocks-cover .slide {
  width: 100%;
  height: 100%;
}

/* Banner image */
.site-blocks-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ðŸ”¥ KEY */
  object-position: center;
}

/* --------------------------------
   MOBILE FIXES
--------------------------------- */
@media (max-width: 768px) {

  .site-blocks-cover {
    min-height: 85vh;   /* better for small screens */
  }

  .site-blocks-cover img {
    height: 100%;
    object-fit: cover;
  }

}

/* Extra small devices (iPhone SE) */
@media (max-width: 400px) {

  .site-blocks-cover {
    min-height: 80vh;
  }

}


/* =====================================
   MOBILE BANNER â€“ FINAL RESPONSIVE FIX
   (Matches screenshot exactly)
===================================== */

/* Hero wrapper */
.site-blocks-cover {
  width: 100%;
  height: auto;
  min-height: unset;
}

/* Image wrapper */
.site-blocks-cover .img-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

/* Owl + slides */
.site-blocks-cover .owl-carousel,
.site-blocks-cover .slide {
  width: 100%;
  height: auto;
}

/* Banner image */
.site-blocks-cover .slide img {
  position: relative;
  width: 100%;
  height: auto;
         /* ðŸ”¥ controls banner height */
  object-fit: cover;
  display: block;
}

/* Remove fixed height behavior */
.site-blocks-cover,
.site-blocks-cover > .container > .row {
  height: auto !important;
  min-height: unset !important;
}

/* -----------------------------
   MOBILE ONLY
------------------------------ */
@media (max-width: 768px) {

  .site-blocks-cover {
    margin-top: 0;
  }

  .site-blocks-cover .slide img {
    max-height: 260px;     /* iPhone / small screens */
  }

}

/* Extra small devices */
@media (max-width: 400px) {

  .site-blocks-cover .slide img {
    max-height: 230px;
  }

  #home-section {
    margin-bottom: -425px;
  }

}


/* REMOVE GAP BETWEEN HERO & ABOUT */
.sticky-wrapper + .site-blocks-cover {
  margin-top: 0 !important;
}

/* FIX BIG GAP BELOW HERO */
#about-section {
  padding-top: 30px !important;
}

@media (min-width: 768px) {
  #about-section {
    padding-top: 60px !important;
  }
}

.site-blocks-cover,
.site-blocks-cover > .container > .row {
  height: auto !important;
  min-height: unset !important;
}

@media (max-width: 576px) {
  #about-section {
    padding-top: 20px !important;
  }
}

/* CENTER TITLE INSIDE CONTACT SECTION */
/* CONTACT CTA LAYOUT */
#contact-section .contact-form {
  display: flex;
  align-items: center;        /* vertical center */
  justify-content: space-between;
  gap: 20px;
}

/* Title styling */
#contact-section .section-title {
  margin: 0;
}

#contact-section .section-title .title {
  margin: 0;
  line-height: 1.3;
}

/* Button alignment */
#contact-section .contact-btn {
  flex-shrink: 0;
}

.contact-btn .btn-primary {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.contact-btn  .btn.btn-primary {

	background: #ffffff;
	color: #000;
	padding: 12px 34px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
	white-space: nowrap;

}

/* Mobile responsive */
@media (max-width: 768px) {
  #contact-section .contact-form {
    flex-direction: column;
    text-align: center;
  }

  #contact-section .contact-btn {
    margin-top: 20px;
  }
}


/* ===============================
   FOOTER NEWSLETTER â€“ INLINE FIX
================================ */

.footer-newsletter {
  display: flex !important;
  align-items: center;
  width: 100%;
  max-width: 360px;
  background: #4d4d4d;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 8px;
}

/* Input */
.footer-newsletter input {
  flex: 1;
  height: 44px;
  background: transparent;
  border: none;
  padding: 0 14px;
  color: #fff;
  font-size: 0.85rem;
}

.footer-newsletter input::placeholder {
  color: #ccc;
  font-style: italic;
}

.footer-newsletter input:focus {
  outline: none;
}

/* Button INLINE */
.footer-newsletter button {
  height: 44px;
  width: 48px;
  min-width: 48px;
  background: #f6c744;
  border: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}

/* Icon */
.footer-newsletter button i {
  color: #000;
  font-size: 14px;
}

/* Hover */
.footer-newsletter button:hover {
  background: #ffdd66;
}

/* Kill Bootstrap side-effects */
.footer-newsletter .form-group,
.footer-newsletter button.btn {
  margin: 0 !important;
  width: auto !important;
}

/* About section – text first on mobile */
@media (max-width: 768px) {
  
  #about-section{
      padding: 0 10px !important;
  }
  
  #what-we-do-section{
      padding-left: 10px !important;
      padding-right: 10px !important;
  }
  
  #site-section{
      padding-left: 10px !important;
      padding-right: 10px !important;
  }

  #about-section .row.align-items-center {
    display: flex;
    flex-direction: column;
  }

  /* 1️⃣ First: About Text */
  #about-section .section-title {
    order: 1;
  }

  /* 2️⃣ Second: Image */
  #about-section .col-lg-6 {
    order: 2;
  }

  /* 3️⃣ Third: Remaining Paragraphs */
  #about-section .col-lg-12 {
    order: 3;
  }
  
  /* Remove overlap from contact section */
  #contact-section .contact-form {
    margin-bottom: 0 !important;
  }

  /* Reduce excessive footer top spacing */
  .site-footer {
    padding-top: 3rem !important;
  }
  
    #contact-section {
    	padding: 0px;
    }
    
  .site-footer .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

/* ===================================================
   MOBILE CTA + FOOTER FINAL FIX
=================================================== */
@media (max-width: 768px) {

  /* Contact / Join CTA section */
  #contact-section {
    padding-bottom: 0 !important;
  }

  #contact-section .contact-form {
    margin-bottom: -25px !important;   /* reduce overlap */
    padding: 28px 18px !important;
    border-radius: 18px;
    flex-direction: column;
    text-align: center;
  }

  #contact-section .section-title .title {
    font-size: 21px !important;
    line-height: 1.3;
  }

  #contact-section .contact-btn {
    margin-top: 14px;
  }

  /* Footer spacing fix */
  .site-footer {
    padding-top: 65px !important;   /* was too large */
  }

  /* Ensure footer content is fully visible */
  .site-footer .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}









