/* Navnbar heading  */
header.white .navbar .menu .menu-item.active a {
    font-weight: 700;
    color: #0D4377;
}
header.white .navbar .menu .menu-item a, header.white .navbar .menu .menu-item i.toggledrop {
    color: #0D4377;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.25px;
}
header.white .navbar .menu .menu-item a:hover, header.white .navbar .menu .menu-item a:focus,
 header.white .navbar .menu .menu-item.current-menu-item a, header.white .navbar 
 .menu .menu-item.current-menu-item a:focus, header.white 
 .navbar .menu .menu-item.current-menu-item a:hover {
    color: #1D94D3;
}

header.white .navbar .navbar-nav .menu-item a::before, 
header.white .navbar .menu .menu-item a::before {
    background: darkblue;
}

/* --client feed back  */
.heading-title .title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    border-radius: 4px;
    left: 50%;
    margin-left: -40px;
    width: 60px;
    height: 3px;
    background: white !important;
}

/* back to top query hover button  */
:root {
    --size: 200px;
    --transition: all 200ms ease-in;
  }
  .button {
    z-index: 999 !important;
    position: fixed !important;
    position: fixed !important;
    bottom: 70px !important;
    right: 25px;
    z-index: 999;
    margin: -150px 0px 0px 0px !important;
    /* left: 1300px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    background: white;
    width: var(--size);
    height: calc(var(--size) / 3);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    position: relative;
    color: black;
    overflow: hidden;
    transition: var(--transition);
  }
  .button span {
    z-index: 2;
  }
  .button span:last-child {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
  }
  .button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: 0;
    transform: translate3d(-90%, 0, 0);
    background-color: rgb(88, 184, 222);
    z-index: 1;
    transition: var(--transition);
  }
  .button:hover {
    color: white;
  }
  .button:hover:before {
    transform: translate3d(0, 0, 0);
  }


  .iq-breadcrumb:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: -webkit-linear-gradient(45deg, #0D4377, #56c3d6);
    opacity: 0.9;
}
