:root {
  --color-primary: #008ce1;
  --color-primary-light: #008be1cb;
  --color-primary-dark: #0283d3;
  --color-primary-darker: #017ac5; }

body,
html {
  overflow-x: hidden;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif !important; }

body {
  position: relative; }

.navbar .container {
  max-width: 1350px !important; }

.navbar-brand {
  margin-right: 0px; }

.container {
  overflow: hidden; }

.navbar-logo {
  width: 50%; }

#header .container {
  overflow: unset; }

#dom-preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%); }

.top {
  background-color: #008ce1;
  color: #fff; }
  .top a {
    text-decoration: none;
    color: #fff; }

.nav-item {
  padding: 0 20px; }

.nav-item--active .nav-link {
  color: var(--color-primary); }

.nav-item--active .nav-link::before {
  width: 100%;
  background-color: #008ce1; }
  @media (max-width: 768px) {
    .nav-item--active .nav-link::before {
      width: unset;
      background-color: unset; } }

.nav-item {
  position: relative; }
  .nav-item--active .nav-link {
    color: var(--color-primary); }
  .nav-item:hover .nav-menu {
    max-height: 300px; }

.nav-menu {
  z-index: 9999;
  background-color: #fff;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s;
  position: absolute;
  top: 130%;
  left: 0%;
  min-width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .nav-menu-link {
    display: block;
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap; }
    .nav-menu-link:not(:last-child) {
      border-bottom: 1px solid #7e7e7e; }
    .nav-menu-link:hover {
      background-color: var(--color-primary-dark);
      color: #fff; }

.nav-link {
  color: #000;
  font-weight: bold;
  position: relative;
  white-space: nowrap; }
  .nav-link::before {
    position: absolute;
    content: "";
    top: 120%;
    left: 0%;
    height: 3px;
    width: 0%;
    background-color: transparent;
    transition: all 0.3s; }
  .nav-link:hover {
    color: var(--color-primary); }

.nav-link:hover::before {
  background-color: #008ce1;
  width: 100%; }

.heading-primary h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 3px; }

.heading-primary img {
  transform: rotateY(180deg); }

.py-section {
  padding: 70px 0; }

a {
  text-decoration: none; }

.end {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 13px; }

.footer {
  background-color: #222222;
  color: #fff; }
  .footer h2 {
    font-size: 17px; }
  .footer h5 {
    font-size: 14px;
    font-weight: lighter; }
  .footer .title {
    margin-bottom: 15px; }
    .footer .title span {
      padding-bottom: 10px;
      border-bottom: 1px solid #fff; }
  .footer ul {
    padding-left: 0px; }
    .footer ul li {
      list-style: none; }
      .footer ul li a {
        color: #f3f2f2;
        padding: 2px 0;
        display: block;
        text-decoration: none;
        font-size: 13px;
        font-weight: lighter; }
        .footer ul li a:hover {
          text-decoration: underline; }
  .footer .mail-2 {
    margin-left: 50px; }
  .footer .phone {
    font-size: 14px; }
    .footer .phone a {
      color: #f8f8f8;
      font-weight: lighter; }
  .footer .border-decoration {
    position: relative; }
    .footer .border-decoration::before, .footer .border-decoration::after {
      position: absolute;
      content: " ";
      z-index: 999;
      top: 0%;
      width: 1px;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.295); }
      @media (max-width: 768px) {
        .footer .border-decoration::before, .footer .border-decoration::after {
          width: 0px; } }
    .footer .border-decoration::before {
      left: 5%; }
    .footer .border-decoration::after {
      right: 14%; }
  .footer .email {
    font-size: 14px;
    margin-top: 5px; }
    .footer .email a {
      color: #f8f8f8;
      font-weight: lighter; }
      .footer .email a:hover {
        text-decoration: underline; }

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

.scroll-top a,
.scroll-top a:visited {
  font-size: 24px;
  color: #ffffff;
  background: var(--color-primary) !important;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0.25rem;
  -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  /* transition: all 0.3s ease-in-out; */ }

.banner {
  background-color: #fff;
  position: relative;
  color: #000;
  height: 220px;
  margin-top: 127px; }
  .banner__content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .banner__title {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 5px; }
  .banner__summary {
    font-size: 17px;
    font-weight: 300; }

a {
  color: #000; }

.bi-house-door-fill {
  color: #6c757d;
  padding-right: 3px; }

.breadcrumb-item--active {
  font-weight: 600; }

@media (max-width: 1200px) {
  .nav-link:hover::before {
    background-color: unset; }
  .navbar-logo {
    width: 60%; }
  .navbar-toggler-icon {
    font-size: 14px; } }

@media (max-width: 768px) {
  .py-section {
    padding: 20px 0; }
  .banner {
    margin-top: 110px;
    height: 150px; }
    .banner__title {
      font-size: 25px; }
  .footer img {
    display: block;
    margin: 0 auto; }
  .footer h2 {
    text-align: center; }
  .footer h5 {
    text-align: center;
    margin-bottom: 15px; }
  .footer .address {
    text-align: center; } }
