/*headings*/
h1,
h2,
h3,
h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
font-style: italic;
}

.heading-box{
	background-color: #f93b09;
    padding: 0.5em;
    color: #fff;
}

.special-line:after {
 display: block;
 content: '';
 width: 60px;
 height: 3px;
 background: #F93B09;
 margin-bottom: 10px;
}

.bg-color-1 .special-line:after {
 display: block;
 content: '';
 width: 60px;
 height: 3px;
 background: #f93b09;
 margin-bottom: 10px;
}

.page-contact-us form.wpcf7-form h2 {
  color: #fff;
  /* text-shadow: 1px 1px 7px #000; */
}


/* Breakout Background Colors */
.bg-color-1 {
  background: #39265c;
}
.bg-color-2 {
  background-color: #DBDBDB;
}


.breakout.container-fluid.bg-color-3.p-0 {}
.breakout > .row {
    margin: 0;
}
/* Breakout Background Images */
.bg-image-1 {
  background: linear-gradient(0deg, #0000006b, #00000047),
    url(/wp-content/uploads/forrest.jpg);
  background-attachment: fixed;
  background-size: cover;
 text-shadow: 3px 3px 5px #000c;}

/* ------------ Footer ----------- */


/* --- Lists ---*/
/*styled listed fancylist*/
#footer ul,
#content ul.marker,
#content ul.cert,
#content ul.checked,
ul.fancylist,
ul.marker,
#content ul.fancylist {
  list-style: none;
  padding-left: 30px;
}
#footer ul.marker li {
  margin-bottom: 7px;
}
#footer ul li,
ul.checked li,
ul.fancylist li,
ul.marker li,
ul.cert li {
  line-height: 1.5em;
  margin-bottom: 3px;
  text-indent: -22px;
}



#footer ul li:before,
ul.fancylist li:before, .bg-color-2 ul.fancylist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f324";
  margin-right: 5px;
  color: #f93b09 !important;
  font-size: 0.95em;
}

.bg-color-1 .inverse ul.fancylist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f324";
  margin-right: 5px;
  color: #f93b09 !important;
  font-size: 0.95em;
}

#footer ul.marker li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  color: #f93b09 !important;
  font-size: 1.4em;
}

.inverse ul.fancylist li:before {
  color: #ffffff !important;
}

/* List Columns */
@media only screen and (min-width: 450px) {
 ul.col-count-2 {
    column-count: 2;
  }
ul.col-count-3 {
    column-count: 3;
  }
}

#footer .fa-map-marker:before, #footer .fa-phone:before{
  color: #f93b09 !important;
  margin-right: 5px;
}

/* feedback */

.socialicons {
    text-align: left;
}

/* Stars */
.final-star, .star {
    color: #f93b09 !important;
}

/* Thumbs */

i.fas.fa-thumbs-up,i.fas.fa-thumbs-down {
    color: #f93b09;
}

i.fas.fa-thumbs-up:hover, i.fas.fa-thumbs-down:hover {
    color: #d53b12;
}

/* Review Page Bottom Margin */

.review-nav-container {
    margin-bottom: 10px;
}

/* Button Icons */
.billboard .slider-content a:after, .video-container .slider-content a:after, .btn:after, button i, .rev-read-more:after, a.contact-btn:after, .biziq-button:after,.client-button:after, .btn:after, #slider .btn:after, .view-article:after {
    font-family: "Font Awesome 5 Pro";
    font-size: .9em;
    content: '\f138';
    font-weight: 600;
    margin-left: 10px;
}

.billboard .slider-content a.tel-btn:after, .btn.tel-btn:after {
  content: '\f095';
}

.billboard .slider-content a.mail-btn:after, .btn.mail-btn:after {
  content: '\f0e0';
}



#header .btn:after {
display: none;

}

/*-- Contact Page scrolling issue fix --*/

@media screen and (max-width: 1050px) and (min-width: 950px) {
.page-contact-us main#content {
    min-height: 850px;
  }
}

.billboard .slider-content .slider-cta-button:hover, .billboard .slider-content a:hover, .wpcf7-form input[type="submit"]:hover {
    background: #d53b12;
    color: #fff;
    text-decoration: none !important;
}

/*-- Cards -- */
.card{
	box-shadow: 3px 5px 6px #0000008a;
}
.card-body{
	background-color: #ffffff;
	padding: 0;
	
}

.card-title {
    margin-bottom: 0rem;
    background-color: #f93b09;
    padding: 0.5em;
    color: #fff;
    text-shadow: 2px 2px 0px #000;
}

.card-text{
	padding: 1em 1.1em;
    min-height: 150px;
padding-top: 1em;
}
