/* 
 Theme Name:   boostify-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     boostify
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

ul li span {
  font-weight: bold;
}

h2,
.h2 {
  margin: 30px 0px 20px;
}

h3,
.h3 {
  margin: 10px 0px;
}

ul li {
  padding: 10px 0;
}

#contact-info-section {
  margin-top: 0px;
}

.contact-info span {
  font-weight: bold;
  font-size: 18px;
}

.icon-heading::before {
  content: "\F76F"; /* Unicode for the desired icon */
  font-family: "bootstrap-icons";
  margin-right: 10px;
}

.icon::before {
  content: "\F269"; /* Unicode for the desired icon */
  font-family: "bootstrap-icons";
  margin-right: 10px;
}

p {
  margin-bottom: 10px;
}

.text-primary {
  color: #d79f06 !important;
  font-weight: bolder;
}

.service-box {
  margin-bottom: 10px !important;
}

.service-box img,
.service-box i {
  color: var(--bs-primary);
  position: relative;
  top: 0px;
  left: 0px;
  max-height: 50px;
  font-size: 35px;
  line-height: 1.1;
}

.section-padding {
  padding: 30px 0;
}

#footer-widgets {
  margin-top: 0px;
}

.icon span {
  font-weight: bold;
}

.card2 {
  position: relative;
  display: flex;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 20px;
  box-shadow: 2px 2px 10px 2px #aaaaaa;
}

.card2 span {
  border-bottom: 2px solid #f8b703;
  margin-bottom: 15px;
}

.card2:hover {
  box-shadow: 2px 2px 10px 2px #ede8db;
}

.card2:hover span {
  border-bottom: 2px solid #efe465;
}

.bi-person-raised-hand::before {
  content: "\f8f7";
  font-size: 25px;
  background: #f8b703;
  padding: 10px;
  border-radius: 20px;
  color: #222424;
}

.bi-chat-left-dots::before {
  content: "\f24d";
  font-size: 25px;
  background: #222424;
  padding: 10px;
  border-radius: 20px;
}

.bi-cake2::before {
  content: "\f6ed";
  font-size: 25px;
  background: #222424;
  padding: 10px;
  border-radius: 20px;
}

.navbar-pc li ul {
  min-width: 200px;
  width: auto;
}

/* @media only screen and (max-width: 991px) {
  .contact-info {
    padding: 0px;
  }
  .header-info .widget:first-child,
  .cart-search li:first-child {
    top: 35px;
    position: absolute;
  }
}

@media (max-width: 768px) {
  .header-info .widget:first-child,
  .cart-search li:first-child {
    left: 120px;
    top: auto;
    position: absolute;
  }
}

@media (max-width: 550px) {
  .header-info .widget:first-child,
  .cart-search li:first-child {
    left: 90px;
    position: absolute;
    top: auto;
  }
}

@media (max-width: 450px) {
  .header-info .widget:first-child,
  .cart-search li:first-child {
    left: 20px;
    bottom: 2px;
    position: absolute;
    top: auto;
  }
} */

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 0.2em 1%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0em 3%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.navbar-pc li a:hover,
.navbar-pc li.focus > a,
.navbar-pc li.active > a {
  color: #181817;
  background-color: #ffc107;
  border-radius: 20px;
}

.inner-content {
  color: #282525;
  padding: 40px 22px;
  position: relative;
  background-color: #f8b7035c;
}

.contact-info h3 {
  font-weight: bold;
  text-align: center;
  color: #4c504fed;
}

.card2 h3 {
  background: #f8b7039e;
  border-radius: 10px;
  padding: 10px;
}

.card2:hover h3 {
  background: black;
  color: #fbd263;
  border-radius: 10px;
  padding: 10px;
}

.inner-content .widget-contact:after,
.inner-content .widget-contact:before,
.inner-content:before,
.inner-content:after {
  border-color: #ffc107;
}

.fs-3 {
  font-size: 30px;
  color: #f8b703;
}

.card2 span {
  font-weight: bold;
}

ol li span {
  font-weight: bold;
  color: #d79f06;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(227 173 24);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 2px solid rgb(185 185 184);
}

.btn-link {
  font-weight: 400;
  color: #000000;
  background-color: transparent;
}

.btn-link:hover {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.space {
  white-space: normal;
}

.service-box img,
.service-box i {
  color: var(--bs-primary);
  position: relative;
  top: 0px;
  left: 0px;
  max-height: 250px;
  line-height: 1.1;
}

#footer-widgets {
  padding-top: 1px;
}

#footer-widgets:before {
  background: #f8b703a3 !important;
  opacity: 0 !important;
	display:none !important
}

.copy-text {
  color: #000000;
}

.copy-text a {
  color: #dc3545;
}

.copy-text a:hover {
  color: white;
}

.fw-bold {
  font-weight: bold;
}
.forminator-ui#forminator-module-227.forminator-design--default
  .forminator-button-submit {
  background-color: #f8b703 !important;
  color: #ffffff;
}

.bi-clock-history::before {
  content: "\f292";
  font-size: 25px;
  background: #222424;
  padding: 10px;
  border-radius: 20px;
}

.bi-camera::before {
  content: "\f220";
  font-size: 25px;
  background: #f8b703;
  color: #000000;
  padding: 10px;
  border-radius: 20px;
}

.bi-cash-coin::before {
  content: "\f632";
  font-size: 25px;
  background: #222424;
  padding: 10px;
  border-radius: 20px;
}

.bg-dark {
  background-color: #18191b !important;
  border-radius: 2%;
  padding: 30px 0px;
  text-align: center;
}

.bg-dark ul {
  padding: 0px !important;
  list-style: none;
}

.text-white {
  color: black !important;
  z-index: 11000;
  position: relative;
}

.service-box a {
  color: #dc3545 !important;
}

.text-white a {
  color: #dc3545 !important;
}

.text-white a:hover {
  color: white !important;
}

h3 {
  font-size: 20px;
  line-height: 35px;
}

.red {
  color: #dc3545 !important;
}

.contact-area {
  top: 0px !important;
  left: 20px !important;
}
.header-info .widget {
  margin-left: 0!important;
  right: 3.5em;
  position: relative;
}

.contact-icon a {color: #fff!important; font-size: 16px!important; margin-left: 10px; text-decoration: none!important;}
.navbar-pc li a {padding: 10px 7px!important; font-size: 15px!important;}