/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.kl-navbar__description p {
    color: #ffffff !important;
}
.div.room120_psec__desc > p {    color: #ffffff !important;
}

/* Mobile sub header size */
.kl-navbar__description h3 {
    font-size: 1rem !important;
    font-weight: bold;
    margin: 0 0 .5rem;
}

/* Remove focus outlines globally */
*:focus {
  outline: none;
}
/* Card Styling - blog and case study */
.blog-index__post-content h3 a {
  color: #073048;
  font-weight:700 !important;
}
.kl-card-grid__content p {
  color: #444444 !important;
}
.kl-card-grid__content h3 {
  font-size:20px !important;
  color:#073048 !important;
  font-weight:700 !important;
}


.room120_stack__loop1 > .room120_stack__overlay {
  background: #000000 !important;
  opacity: 0.6 !important;
} 


/* Mega Menu*/
@media (min-width: 921px) {
.kl-navbar__menu > li:nth-child(4) .kl-navbar__categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
/* Center 2 items in Contact Us mega menu */
.kl-navbar__menu > li:nth-child(5) .kl-navbar__categories {
  display: flex;
  justify-content: center;
  gap: 40px;
}

/* Make Solutions unclickable by overlaying a transparent element */
.kl-navbar__menu > li:nth-child(3) > a {
  position: relative;
}
.kl-navbar__menu > li:nth-child(3) > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: default;
}
.kl-navbar__menu > li:nth-child(2) > a {
  position: relative;
}
.kl-navbar__menu > li:nth-child(2) > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: default;
}
}

/** FF buttons **/
 .ff-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top:15px;
  }

  .ff-button {
    display: inline-block;
    background-color: rgba(42, 147, 213, 1.0);
    color: #FFFFFF;
    font-size: 16px;
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none !important;
    padding: 15px 25px;
    border-radius: 3px;
  }

  @media (max-width: 600px) {
    .ff-button-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-items: center;
    }
  }
/*
.kl-navbar__description h3 img{
    display:none;
}
*/

/* Mobile mega menu stack */
@media screen and (max-width: 768px) {
   #hs_cos_wrapper_Navbar_with_Menu .kl-navbar__content .kl-navbar__categories .kl-navbar__description {
        flex-basis: 100% !important;
        margin: 0px;
    }