/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ---------*/

/* utilities */

.bd {
	border: 1px solid #0277a5 !important;
}

.bg-blue {
	color: #0277a5 !important;
}

.bg-orange {
	background: #f6891f;
}

.img-plus {
  border: 4px solid #0277a5;
  /* padding: 0.5rem; */
  border-radius: 10px;
  box-shadow: 15px 15px 0 #eeeeee;
}

/* body */

body{
  font-weight:400;
  background:#FFF;
  font-size: 16px;
}




main .btn {
  box-shadow: 5px 5px 15px rgba(125, 125, 125, .5)
}

h1,
h2,
h3,
h4,
h5,
h6,
.billboard .slide-header {
  /* font-family: 'Merriweather', serif; */
  font-weight: 400;
 

}

main h1,
main h2,
main h3,
main h4,
main h5 {
  color: #0277a5;
}


/* if header d */

.nav-bar {
	background: #0277a5;
	color: #000;
	margin-top: .5rem;
}


.nav-bar ul a {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-size: 18px;
    transition: background .4s ease-in-out;
    text-transform: uppercase;
    font-size: .95em;
}

.nav-bar ul a:hover {
}

.nav-bar ul.sub-menu li a {
    padding: 0.8rem 1em;
    background: #005b7f;
    color: #fff;
}
.nav-bar ul.sub-menu li a:hover {
    padding: 0.8rem 1em;
    background: #c75600;
}


.passed-header .nav-bar ul {
  text-align: center;
  padding-bottom: 0;
} 

/* header */

header#header {
/* 	background: url('/wp-content/uploads/h-bg.jpg') no-repeat center center/cover; */
	/* background-attachment: fixed; */
}


.hidden-logo img {
  height: 50px;
}

.logo img {
  width: auto;
  /* max-height: 164px; */
}

#header {
  padding: 1em 0 0 0;
}


#content .btn:hover, #content .view-article:hover, #footer .btn:hover, .billboard .slider-content a:hover, .btn:hover, .link-button:hover, .rev-read-more:hover, button:hover, input[type="reset"]:hover, input[type="submit"]:hover {
}

html input[type="button"]:hover, .wpcf7-form input[type="submit"]:hover{
	background: #f6891f;
	color: #000;
}


/* .phone-number {
  background: none;
  color: #003263;
}

.phone-number:hover {
  color: #001122;
} */

ul.menu>li.current-page-ancestor>a:before,
ul.menu>li.current_page_parent>a:before,
ul.menu>li.current-menu-parent>a:before,
ul.menu>li.current-menu-item>a:before,
ul.menu>li>a:before {
  background: #003263;
  bottom: 8px;
  display: none;
}

/* billboard */

.billboard .slider-content .slider-cta-button,
.billboard .slider-content a,
#content .btn,
#respond #submit,
#slider .btn,
.biziq-button,.client-button,
.btn,
.link-button,
.rev-read-more,
.view-article,
.wpcf7-form input[type="submit"],
a.contact-btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #ff8e21;
  color: #000;
  border: 0px solid #f6891f;
}

.billboard .slider-content .slider-cta-button:hover,
.billboard .slider-content a:hover {
  background: #0277a5;
  color: #fff;
}

/* .billboard .slider-parallax .swiper-slide:after {
    background-color: rgba(0, 0, 0, 0.1);
} */

#footer ul li:before, ul.fancylist li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: '\f138';
    margin-right: 7px;
    color: #f6891f;
    font-size: .95em;
}


/* footer */
#footer {
  background: #0277a5;
  color: #fff;
}

.today {
}

/* .quick-links .fancylist li:hover {
  color: #;
} */

#footer ul.fancylist li:before {
  /* color: #fff; */
}

#copyright {
    /* background: #003263; */
}


/* review page */

.rev-wrap {
  border: 2px solid #f6891f;
  background: #fff;
  transition: transform .5s ease .25ms;
}


.rev-wrap:before {
  background-color: #f6891f;
  transition: transform .5s ease;
}

/* Feedback */

.fa-thumbs-up:before {
  content: "\f164";
  color: #f6891f;
}

.fa-thumbs-down:before {
  content: "\f165";
  color: #f6891f;
}


/* contact */

main form,
form {
  background: #c4c4c4;
  color: #000;
}

.breakout {
  background-color: #6a7d8c;
  /* 	margin-top: 0;
	margin-bottom: 0; */
  font-size: 1.3rem;
  line-height: 1.45;
}
.breakout2 {
  background-color: #0277a5;
  /* 	margin-top: 0;
	margin-bottom: 0; */
  font-size: 1.3rem;
  line-height: 1.45;
}
 .breakout2 {
    background-color: #0277a5;
    width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    left: 0 !important;
    margin-top: 2em;
    margin-bottom: 1.8em;
    padding: 2em 0;
    overflow: hidden;
	}
/* mobile */
#mobile-menu-container.left {
}

#mobile-menu-container .current_page_item a {
  background: #f6891f;
  color: #000;

}

#mobile-menu-container .menu-bar {
  background: #0277a5;
}

.hamburger {
  padding-top: 1px;
}

#mobile-menu-container ul {
}


.box-shadow-img{
	box-shadow: 15px 15px 0 #dcdcdc;
    border: 5px solid #121557 !important;
}


@media only screen and (min-width: 992px) {

  main h1 {
    font-size: 2.25rem;
  }
	
	main h2 {
    font-size: 2rem;
  }

  .slide-header {
    font-size: 3rem !important;
  }

} 
@media only screen and (min-width: 768px) {}


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
	    margin-top: 75px;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #ff8e21;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(255, 142, 33, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #ff8e21;
  color: #000;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #ff8e21;
	background: #0277a5;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}