@import url('https://fonts.googleapis.com/css?family=Open+Sans:600,700');
.entry-title{
 display: none; 
}
.home .carousel {
  display: none;
}
.center {
  text-align: center;
}

.click-to-call h3 {
    margin: 0;
    font-size: 21px;
    margin-bottom: 10px;
  color: #000000;
}

.navbar-default{
 display: none; 
}

.click-to-call a{
 color: #ffffff; 
}

.click-to-call a:hover{
 color: #000000; 
}

.header-area{
background-color: #00add5; 
}

.btn-primary, a.btn-primary{
 background-color: #000000;
}

.btn-primary:hover{
 background-color: #007a97; 
}

.btn-secondary, a.btn-secondary{
 background-color: #00add5;
  width:100%;
  padding: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.btn-secondary:hover{
 background-color: #007a97; 
}

.footerWidgets a{
 color: #ffffff; 
}

.site-footer .footerWidgets a:hover{
 color: #ffffff; 
}

.video-photo:hover{
border-bottom: 5px solid #00add5;  
}

.site-info{
 color: #ffffff; 
}

.site-footer a:link, .site-footer a:visited{
 color: #00add5; 
}


iframe {
  height: 500px;
  width: 100%;
}
.question img {
  border: solid 2px #ccc;
}
.numberCircle {
    border-radius: 50%;
    width: 50px; 
    font-size: 24px;
    border: 2px solid #ccc;
    display: inline-block;
    background: #eee;
}
.numberCircle span {
    text-align: center;
    line-height: 50px;
    display: block;
    color: #00add5;
}
.sub-heading {
  display: inline-block;
  padding-left: 10px;
}
.option-heading {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.question-heading h2 {
  background: #00add5;
  color: #fff;
  padding: 20px;
  margin: 20px 0px;
}
.question a {
  color: #000;
  font-weight: bold;
}
.question a:hover {
  color: #00add5;
}
.question-btn {
margin: 15px 0px;
}
.question-btn:hover {
 cursor: pointer; 
}
.question-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px){
.question-buttons {
  justify-content: center;
}
.question-btn {
  margin: 15px;
}
}

.question-btn a {
    border: solid 2px #ccc;
    padding: 15px 30px;
    background: #eee;
    color: #00add5;
    margin-bottom: 20px;
}
.question-btn a:hover {
  background: #ccc;
  color: #000;
}

.carousel-example {
    border: solid 2px #ccc;
}
.carousel-example img {
  border: none;
}
.carousel {
  margin-bottom: 0px;
}
.parallax-bg {
  background: url(/wp-content/uploads/parallax2-img.jpg);
  min-height: 400px;
  background-attachment: fixed;
  margin-top: -10px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box {
  background: rgba(33, 33, 33, .95);
  padding: 25px;
}
.box h3 {
  font-family: 'Montserrat';
  font-size: 24px;
  color: white;
}
.box h2 {
  font-family: 'Architects Daughter', 'Montserrat', sans-serif;
  color: white;
  font-size: 38px; 
}
.box h4 {
background: #00580b;
  color: #ffffff;
  font-family: 'montserrat';
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
  font-weight: 500; 
}



.two-ac {
  margin: 0px;
}
.two-ac .col-xs-6 {
  padding: 0px;
}
.carousel-control {
  display: none;
}

.fbx-caption-title {
  display: none;
}
.show {
  display: block;
}
.hidden {
  display: none;
}

#to_top_scrollup {
  border: solid 2px #d2d2d2;
}

.header-text {
  background: #000;
  position: relative;
  top: -200px;
  left: 25px;
  padding: 15px;
  width: 400px;
}
.header-text p {
  font-size: 35px;
  color: #fff;
}
.lead {
  margin-top: -100px;
}
@media (max-width:991px) {
  .header-text {top: -115px;}
  .header-text p {font-size: 21px;}
  .lead {margin-top: 0px;}
}
@media (max-width:550px) {
  .header-text {top: -59px; width: 300px;}
}