/* 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;
}

/* Banner  */
.iq-breadcrumb text-center jarallax{
    
    background-image: url(../images/logo/banner.jpg);
}
.iq-breadcrumb:before {
    content: "";
    height: 600px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: -webkit-linear-gradient(45deg, #39b99a, #098798);
    opacity: 0.9;
    background-image: url(../images/logo/banner.jpg);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Heading   */
.iq-breadcrumb .iq-breadcrumb-title .page-title, .iq-breadcrumb .iq-breadcrumb-title .title {
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
    margin-right: 478px;
}



/* --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);
  }
/* footer  */

.iq-icon h5{
  color: white !important;
}
/* .iq-footer-box .iq-icon i {
    font-size: 26px;
    float: left;
    margin-right: 15px;
    height: 50px;
    width: 50px;
    background: #f4f4f4;
    text-align: center;
    line-height: 52px;
    border-radius: 90px;
} */


@media only screen and (min-width: 320px) and (max-width: 775px) {
  .iq-breadcrumb .iq-breadcrumb-title .page-title, .iq-breadcrumb .iq-breadcrumb-title .title h2 {
      font-size: 34px;
      line-height: 44px;
      padding: 17px 90px;
      margin: 0px -20px -90px -91px;
  }
}

