strong {
  color: var(--color-black)!important;
  display: inline-block!important;
}
 
.xb-cta-list .list-group {
  border: 0!important;
  border-radius: 0;
  --bs-list-group-border-radius: 0;
}
.xb-cta-list .list-group .list-group-item {
  padding: 1rem 0!important;
  border: 0!important;
}

/**
Hero style
**/
.hero,
.page-herobanner {
  background: url(../img/common/bg-hero.png) center right no-repeat;
  background-size: cover;
}
.bg-footer {
  background: url(../img/common/bg-footer.png) center right no-repeat ;
  background-size: cover;
}
.bg-cta {
  background: url(../img/common/bg-cta.png) center center no-repeat ;
  background-size: cover;
  padding: 50px 0 50px;
}
.cta-padding {
  padding: 100px 0 97px 70px;
}
.hero-style-one {
  min-height: 600px; }
  @media (max-width: 1199px) {
    .hero-style-one {
      padding-bottom: 50px;
      min-height: 800px; } }
  @media (max-width: 991px) {
    .hero-style-one {
      padding-bottom: 0; } }
  @media (max-width: 1199px) {
    .hero-style-one .hero__content-wrap {
      padding-top: 50px; } }


/**
Footer style
**/
footer .main-menu ul li a{
    padding: 10px 0!important;
}
footer .main-menu ul li:not(:last-child) {
    margin-right: 15px;
}

footer .main-menu ul li a:hover{
  color: #ffffff3f!important;
}


/**
Bg Color
**/
.bg-blue-light {
  background-color: #F2F8FF;
}

.bg-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.text-blue {
  color: var(--color-blue);
}

.text-yellow {
  color: var(--color-yellow);
}

.text-aqua {
  color: #C3F1EF
}

.text-aqua:hover {
  color: var(--color-white);
}

.bg-none {
  background-color: transparent!important;
  box-shadow: none!important;
}

.bg-linear-lr {
  background: linear-gradient(to right, #F2F8FF, #C3F1EF, #FAF8E7);

}

.border-blue {
  border:1px solid var(--color-blue);
  padding:20px;

}
 
.cta-button .thm-btn {
  background-color: var(--color-white);
}

.cta-button .thm-btn:hover {
  background-color: var(--color-black);
}

/*contact form field */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%!important;
  max-width: 100% !important;
  margin-bottom: 20px;
}
