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

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

p {
  padding: 0rem;
}

.theme-services .service-content {
  padding: 20px !important;
}

ul li span {
  font-weight: bold;
}

.card {
  padding: 20px;
  border-bottom: 3px solid #ff5d20;
}

.lead {
  color: #ff5d20;
  font-weight: bold;
}

.theme-services .service-title {
  font-weight: 600;
  font-size: 18px;
}

.card:hover {
  padding: 20px;
  transform: scale(1.05);
  border-bottom: 3px solid black;
}

ol li span {
  font-weight: bold;
}

.none {
  list-style: none !important;
}

.theme-block {
  position: relative;
  padding: 1rem 0 1.125rem;
}

.theme-page-header-area {
  padding: 9.5rem 0 6rem 0;
}

.header-fixed-top {
  background-color: #211e1d !important;
}

.theme-page-header-area .overlay {
  background-color: rgb(0 0 0 / 9%) !important;
}

.img-border {
  border-radius: 10px 10px 30px 30px;
  box-shadow: 0px 5px 0px 0px #ff5d20;
}

.icon {
  padding: 5px;
  background: #ff5d20;
  color: azure;
  border-radius: 10px;
  font-size: 20px;
}

.icon2 {
  font-size: 20px;
  color: #ff5d20;
}

.theme-services .service-content-thumbnail {
  position: relative;
  transition: all 0.15s ease;
  margin: 0 auto 10px !important;
}

.text-primary {
  color: #2c2c2c !important;
  font-weight: bold;
  font-size: 18px;
}

.theme-error-page .error-title {
  font-size: 10.625rem;
}

@media (max-width: 992px) {
  .theme-error-page .error-title {
    font-size: 5.625rem;
  }
}

@media (max-width: 600px) {
  .theme-error-page .error-title {
    font-size: 2.625rem;
  }
}

@media (max-width: 768px) {
  .theme-error-page {
    padding: 2rem 0 2.5rem;
  }
}

.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .nav-link,
.navbar.navbar-header-wrap.header-fixed-top .nav a.cart-icon,
.navbar.navbar-header-wrap.header-fixed-top .nav .theme-search-block a {
  color: #ff5d20 !important;
}

.title{
  font-size: 20px;
}

@media (min-width: 992px){.footer-sidebar .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 50%!important;
  max-width: 50%!important;
}}

@media (max-width: 600px){
.page-header-title h1 {
  font-size: 2.5rem!important;
  margin: 0;
}
h2 {
  font-size: 2.0rem!important;
  margin: 0;
}

.title {
  font-size: 20px!important;
  margin: 0;
}

h3 {
  font-size: 1.75rem!important;
  margin: 0;
}
}

.navbar.navbar-header-wrap.header-fixed-top .navbar-toggler {
  border-color: #fff;
}

.navbar.navbar-header-wrap.header-fixed-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1, 1, 47, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  filter: contrast(0.1);
}