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

.breakout h1, .breakout h2 {
	margin-top: .5em;
}

.fs-2 {
	font-size: 2em;
}

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

/* Breakout Background Colors */
.bg-color-1 {
  background: #225175;
}
.bg-color-2 {
  background-color: #e7e7e7;
}

.breakout > .row {
    margin: 0;
}

/* Service Page Top Banner */
.top-banner-1 {
  background-image: linear-gradient(0deg, #00000000, #00000000), url(/wp-content/uploads/home-outside-at-night.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1em;
}

.bgheight {
  min-height: 350px;
}

@media only screen and (max-width: 768px) {
  .bgheight {
    min-height: 250px;
  }
}

/* ------------ 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;
}
ul.marker {
  margin-top: 0;
}
#footer ul li,
ul.checked li,
ul.fancylist li,
ul.marker li,
ul.cert li {
  line-height: 1.5em;
  margin-bottom: 10px;
  text-indent: -20px;
}


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: #285f88 !important;
  font-size: 0.95em;
}

#footer ul li:before
 {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  margin-right: 5px;
  color: #285f88 !important;
  font-size: 1em;
}

ul.marker li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f32b";
  margin-right: 5px;
  color: #33449d !important;
  font-size: 1em;
}

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

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

/* feedback */

.socialicons {
    text-align: left;
}

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

/* Thumbs */

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

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

/* 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;

}

/* Button bg color */
#content .bg-color-1 .btn{
    background: #ffffff !important;
    color: #000 !important;
}

#content .bg-color-1 .btn:hover{
    background: #191919 !important;
 color: #fff !important;
}


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

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



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

ul.col-count-3 {
    column-count: 3;
  }
}

.header-icons {
	border: solid 2px #fff;
	padding: 7px;
	border-radius: 50%;
	max-width: 40px;
	margin-right: 3px;
	margin-left: 3px;
}

.header-icons:hover {
	border: solid 2px #000;
	background-color: #000;
    padding: 7px;
    border-radius: 50%;
    max-width: 40px;
	filter: invert(1);
}