@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');

/* ===== THEMEING ===== */

/* ===TYPOGRAPHY === */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.logo-alt {
    margin: 0px auto;
    max-height: 250px;
}

p, a, li, ul {
    font-family: 'Fira Sans', sans-serif;
}

ol, ul {
    list-style: disc;
    line-height: 1.4;
}

h1 {
    font-size: 36px;
    padding-bottom: 10px;
}

#content p {
    line-height: 22px;
}

a {
    color: #0f75bd;
}

a:focus, a:hover {
    color: #DEC25F;
}

/* === COLORS === */
/* #606C38 #283618 #DEC25F #0f75bd */

/* ===== HOME PAGE ===== */

/* === NAV === */
.navbar-nav > li > a {
    border-left: 0px solid #898989;
    font-family: 'Fira Sans', sans-serif;
}

.navbar-nav>li:last-child {
    border-right: 0px solid #898989;
}

.navbar-inverse {
    background-color: #000;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #184e9c;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
}

.dropdown-menu > li > a:hover {
    background: #0f75bd;
}

/* === CAROUSEL === */
.carousel-wrapper {
    width: 100%;
    margin: 0px auto 0px;
    max-width: 100%; 
}

.carousel-inner > .item > img {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

a.carousel-button {
    background: #0f75bd;
    font-family: 'Fira Sans', sans-serif;
}

a.carousel-button:hover {
    background: #DEC25F;
    color: #fff;
}

h3.carousel-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: none;
    font-size: 90px;
    line-height: 115px;
    width: 75%;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 3px 3px 7px #000000;
    margin-left: 375px;
    text-align: center;
}

/* === SERVICES === */
.services-holder {
    background: url(/site_images/background1_2.jpg);
}

.service-column h2 {
    color: #fff;
    margin-top: 40px;
}

.service-column p {
    color: #b1b1b1;
}

.service-column:hover {
    border-top: 10px solid #DEC25F;
    background: #283618;
}

.service-column .service-button {
    background: #0f75bd;
    color: #fff;
}

.service-column img {
    margin: 55px auto 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - 
HOME - SERVICE BOXES
- - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - -  */ 
#topbox {
   margin: 60px 0px 60px;
}

.service_title h2 {
text-align: center;
text-transform: uppercase;
font-weight: 400;
padding: 0px 0px 10px;
color: #221c36;
font-size: 28px;
letter-spacing: 1px;
 font-family:  'Lato', sans-serif;
}

.service_heading {
  background: #000;
  padding-bottom: .2rem;
  margin-top: -36px;
  margin-bottom: 0;
  text-align:center;
  color: #FFF;
  opacity: 1;
  position: relative;
  z-index: 500;
  -webkit-transition: margin 0.3s linear, background 0.3s linear;
  -moz-transition: margin 0.3s linear, background 0.3s linear;
  -ms-transition: margin 0.3s linear, background 0.3s linear;
  -o-transition: margin 0.3s linear, background 0.3s linear;
  transition: margin 0.3s linear, background 0.3s linear;
}

.service_heading h3 {
  padding-top: 1.2rem;
  margin: 35px 0px 17px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
 font-family:  'Lato', sans-serif;
  -webkit-transition: font-size 0.3s linear;
  -moz-transition: font-size 0.3s linear;
  -ms-transition: font-size 0.3s linear;
  -o-transition: font-size 0.3s linear;
  transition: font-size 0.3s linear;
}

.service_text p {
    padding: 10px 8px 15px;
    text-align: center;
    line-height: 1.4;
}
.inner-holder {
  position:relative;
}

.hover-icon {
  position: absolute;
  opacity:0;
  top:45%;
  left: 50%;
  z-index: 700;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.hover-icon i {
  font-size:40px;
  color: #FFF;
}

.hover-overlay {
  background: #107dca;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  z-index: 400;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.outer-holder {
   padding:10px;
  -webkit-transition: padding 0.3s linear;
  -moz-transition: padding 0.3s linear;
  -ms-transition: padding 0.3s linear;
  -o-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
}

.outer-holder:hover { padding: 0px; }
.outer-holder:hover .hover-overlay { opacity: .5; }
.outer-holder:hover .hover-icon { opacity: 1; }
.outer-holder:hover .service_heading { margin-top: -4rem; background: #107dca; 
}

.outer-holder:hover .service_heading h3 { 
font-size: 24px; 
color: #fff;
}

.panel-body {
    padding: 1px;
}
.panel {
    box-shadow: none;
}

/* === CONSULTATION === */

#consultation_index {
    background: #ffffff;
}

#consultation_index h2, #consultation_index p {
    color: #000;
}

#consultation_index input[type="text"], #consultation_index input[type="tel"], #consultation_index input[type="email"], #consultation_index textarea {
    font-family: 'Fira Sans', sans-serif;
    color: #FFF;
    background: #384f6c;
    border: 1px solid #283618;
}

#newsletter {
    background: #06296B;
    padding: 60px 0px 45px;
}

#newsletter input[type="email"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    background: #5883d387;
    border: none;
    border-radius: 0;
    margin: 14px auto;
    -webkit-transition: background 500ms 
linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms 
linear;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 150px 30px 150px;
    border-color: transparent transparent #06296B; transparent;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: none;
}

.glyph-append {
    color: #0f75bd;
    border-left: 1px solid #283618;
}

#consultation_index input[type="text"]:focus, #consultation_index input[type="tel"]:focus, #consultation_index input[type="email"]:focus, #consultation_index textarea:focus {
    border: 1px solid #283618;
    background: #606C38;
}

.consultation-submit {
    font-family: 'Fira Sans', sans-serif;
    color: #FFF;
    background: #0f75bd;
}

.consultation-submit:hover {
    background: #DEC25F;
}

#consultation_index label {
    font-family: 'Fira Sans', sans-serif;
}

/* === ABOUT TEAM === */
#about-our-team {
    width: 100%;
    background: url(/site_images/newbgh.jpg) no-repeat center center;
}

.red-top {
    color: #0f75bd;
    font-family: 'Montserrat', sans-serif;
}

.box-button {
    font-family: 'Fira Sans', sans-serif;
    color: #FFF;
    background: #0f75bd;
}

.box-button:hover {
    background: #DEC25F;
    color: #FFF;
}

.box h3 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff00
}

.box p {
    font-family: 'Fira Sans', sans-serif;
    color: #ffffff00;
}

.white-overlay {
    background: #38446c82;
}

.box {
    background-color: #ffffff00;
}

/* === FOOTER === */

footer {
    background: #FFF;
}

#footer-bottom {
    background: #06296B;
}

#copyright a {
    font-family: 'Fira Sans', sans-serif;
    color: #0f75bd;
}

#copyright p {
    font-family: 'Fira Sans', sans-serif;
}

#bottom-menu a {
    font-family: 'Fira Sans', sans-serif;
}

#footer-top p, #footer-top a {
    font-family: 'Fira Sans', sans-serif;
}

#footer-top h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

#footer-top a:hover {
    color: #0f75bd;
}

#footer-top a {
    color: #adadad;
}

#footer-top p.footer-site-name {
    font-size: 20px;
    font-weight: bold;
    color: #adadad;
    line-height: 30px;
}

#bottom-menu a:hover {
    color: #0f75bd;
}

#copyright a:hover {
    color: #dec25f;
}

.byf-logo {
    display: none;
}

/* === CONSULTATION FORM === */
label {
    font-family: 'Fira Sans', sans-serif;
}

#content p {
    font-family: 'Fira Sans', sans-serif;
}

.form-control {
    font-family: 'Fira Sans', sans-serif;
}

.verify {
    font-family: 'Fira Sans', sans-serif;
}

strong {
    font-family: 'Fira Sans', sans-serif;
}

.btn-default {
    font-family: 'Fira Sans', sans-serif;
}

/* ===== INNER ===== */
h1.Innerh1 {
    padding-bottom: 1rem;
}

#sidebar h3 {
    font-family: 'Montserrat', sans-serif;
}

a.sidebar-button {
    font-family: 'Fira Sans', sans-serif;
    background: #0f75bd;
}

a.sidebar-button:hover {
    background: #DEC25F;
    color: #FFF;
}

/* ===== MOBILE ===== */
.right-consultation-button, .left-consultation-button, .consultation-hidden {
    font-family: 'Fira Sans', sans-serif;
    background: #0f75bd;
}

.phone-link, .phone-link-alt, .phone-link-hidden {
    font-family: 'Montserrat', sans-serif;
    color: #0f75bd;
}

/* ===== MEDIA QUERIES ===== */
@media (max-width: 1225px) {
.navbar-nav>li>a {
    font-size: 14px;
    padding: 20px 10px;
}
h3.carousel-heading {
    font-size: 50px;
}
.carousel-caption {
    top: 50%;
    max-height: 400px;
    padding-top: 25px;
}
}

@media (max-width: 990px) {
.navbar-nav>li>a {
    font-size: 11px;
    padding: 20px 7px;
}
}

.covid-title {
    background: #DC3545;
    border-bottom: 1px solid #FFF;
    text-align: center;
}

.covid-title h2 {
    padding: 5px 0;
    margin-bottom: 0;
}

.covid-title h2 a {
    font-size: 16px;
    color: #FFF;
}
