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

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

.special-line:after {
 display: block;
 content: '';
 width: 60px;
 height: 3px;
 background: #710193;
 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: #710193;
}
.bg-color-2 {
  background-color: #eee;
}
.bg-color-3 {
  background-color: #101010;
}

.breakout > .row {
    margin: 0;
}

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

.inner ul.marker li {
 margin-bottom: 20px;
 text-indent: 0px;
}

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

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

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

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

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

/* feedback */

.socialicons {
    text-align: left;
}

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

/* Thumbs */

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

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

/* 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: #eee !important;
 color: #000 !important;
}


/*-- 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: #960cc0;
    color: #fff;
    text-decoration: none !important;
}

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

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

@media only screen and (max-width: 768px) and (min-width: 450px) {
ul.col-count-3 {
    column-count: 2;
  }
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	    color: #000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	    color: #000;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
	    color: #000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	    color: #000;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
color: #000;
}

/* Accordion */

.accordion .btn-link {
  color: #fff;
  display: block;
  cursor: pointer;
  background: #710193;
  padding: 0.35em 0.5em;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.6em;
}

h3.btn-link[aria-expanded="false"]:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  float: right;
  padding-right: 0;
  margin-bottom: 5px;
  color: #ffffff;
}

h3.btn-link[aria-expanded="true"]:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  float: right;
  padding-right: 0;
  content: "\f068";
  margin-bottom: 5px;
  color: #000000;
}
h3.btn-link[aria-expanded="true"] {
  background: #eeeeee;
  color: #000000;
  margin-bottom: 0;
}
h3.btn-link:hover {
  text-decoration: none;
}
h3.btn-link + div .inner {
  padding: 1em;
  /* box-shadow: 0px 0px 1px #333; */
  background-color: white;
  margin-bottom: 15px;
}

#content .btn-y {
    background: #e9da23;
    color: #000;
}

#content .btn-o {
    background: #ec9600;
    color: #000;
}