:root{
    --byf-primary: #315788;
    
    --byf-pop: #78AFD2;
    
    --byf-gray: #323946;
    
    --byf-font1: 'Montserrat', sans-serif;
    --byf-font2: 'Lato', sans-serif;

    --byf-body-font-size: 16px;
    --byf-body-font-weight: 400;
    }
    
p, ul li {
    color: #212529;
    font-family: 'Lato', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.65;
    padding-bottom: 1.8rem;
    text-align: left;
}

#index-section h1 {
    margin-top: 0;
    font-size: 0.001rem;
}

    body {
      background: #FFF;
      overflow-x: hidden;
      -ms-overflow-style: scrollbar;
    }
    
    textarea {
      resize: vertical;
    }
    
    .divider {
      background: #CCC;
      display: block;
      height: 1px;
      margin: 24px 0 10px;
      width: 25%;
    }
    
    .no-pad {
      padding-left: 0;
      padding-right: 0;
    }
    
    .no-left-pad {
      padding-left: 0;
    }
    
    .no-right-pad {
      padding-right: 0;
    }

.img-fluid {
   max-width: 100%;
}

  .float-left {
    float: left;
     margin-right: 15px;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.75rem;
}

.mb-3 {
   margin-bottom: 1rem;
}

.mb-4 {
   margin-bottom: 1.5rem;
}

.mb-5 {
   margin-bottom: 2rem;
}


    
    .btn-primary,
    .btn-default,
    .dropdown-menu > li > a,
    .carousel-indicators li,
    .carousel-indicators li.active {
      -webkit-transition: background .25s linear;
      -moz-transition: background .25s linear;
      -ms-transition: background .25s linear;
      -o-transition: background .25s linear;
      transition: background .25s linear;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1.15rem;
    font-size: 1.55rem;
    border-radius: 4px;
    margin-right: 10px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-facebook {
    color: #FFF;
    background-color: #4267B2;
}

.btn-facebook:hover {
    color: #FFF;
    background-color: #34518d;
}

.btn-instagram {
    color: #FFF;
    background-color: #F56040;
}

.btn-instagram:hover {
    color: #FFF;
    background-color: #f23810;
}

.btn-linkedin {
    color: #FFF;
    background-color: #2867B2;
}

.btn-linkedin:hover {
    color: #FFF;
    background-color: #1f4f88;
}

.btn-twitter {
    color: #FFF;
    background-color: #1DA1F2;
}

.btn-twitter:hover {
    color: #FFF;
    background-color: #0c85d0;
}
    
    /* - - - - - TYPOGRAPHY - - - - - */
    
    .bold {
      font-weight: bold;
    }
    
    strong {
      font-weight: bold !important;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-family: var(--byf-font1);
      margin-top: 10px;
    }
    
    h1 {
      color: #212529;
      font-size: 40px;
      font-weight: 400;
      line-height: 1.1;
      margin-bottom: 3.25rem;
    }
    
    h2 {
      font-size: 24px;
      margin: 10px 0 6px;
    }
    
    h3 {
      font-size: 18px;
      margin: 10px 0 4px
    }
    
    p,
    ul li {
      color: #212529;
      font-family: var(--byf-font2);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.55;
      text-align: left;
    }
    
    ul li {
      padding-bottom: 2px;
    }
    


a {
    color: #315788;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
    -ms-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
    
    a:focus,
    a:hover {
      color: var(--byf-pop);
      text-decoration: underline;
    }


.carousel-inner>.item {
    height: 350px;
}
    
    /* - - - - INNER PAGE TYPOGRAPHY - - - - */
    
    #content > #inner-copy h2 + h3 {
      margin-top: 0;
    }
    
    #inner-copy img + p {
      padding-top: 15px;
    }
    
    #inner-copy h2 > a,
    #inner-copy h3 > a {
      font-weight: 400;
    }
    
    /* - - - - - START HEADER CSS - - - - - */
    
    header {
      background: #FFF;
      position: relative;
      z-index: 100;
    }
    
    .left-shape {
      align-items: center;
      background-color: #404856;
      color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 55px;
      line-height: 55px;
      padding: 0 20px;
      position: relative;
    }
    
    .left-shape:before {
      border-left: 55px solid transparent;
      border-top: 55px solid #404856;
      content: "";
      height: 0;
      left: -55px;
      position: absolute;
      top: 0;
      width: 0;
    }
    
    .right-shape {
      align-items: center;
      background: var(--byf-gray);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: right;
      height: 55px;
      padding: 0 15px 0 10px;
      position: absolute;
      right: 0;
      top: 0;
    }
    
    .right-shape:before {
      border-bottom: 55px solid var(--byf-gray);
      border-left: 55px solid transparent;
      content: "";
      height: 0;
      left: -55px;
      position: absolute;
      top: 0;
      width: 0;
    }
    
    .right-shape:after {
      border-top: 55px solid var(--byf-gray);
      border-right: 55px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: -55px;
      top: 0;
      width: 0;
    }
    
    .left-shape p {
      color: #FFF;
      font-family: var(--byf-font2);
      font-size: 16px;
      font-weight: 400;
      margin: 0;
      padding: 0;
    }
    
    .right-shape img {
      margin-right: 10px;
    }
    
    .right-shape p {
      font-family: var(--byf-font1);
    }

  #topbar {
     background: var(--byf-primary);
  }

   #topbar p {
    text-align: right;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    padding: 8px 24px;
    letter-spacing: 0.35px;
}
    

    
    /* - - - - - NAVIGATION MENU CSS - - - - - */
    
    .menu-holder {
      padding-right: 0;
      margin-bottom: 1rem;
    }

.logo-holder {
    text-align: center;
    padding: 1.75rem 0 2.25rem;
}
    
    .navbar {
      border: none;
      margin-bottom: 0;
      min-height: 20px;
      z-index: 50;
    }
    
    /* centers the navbar links */
    .navbar .navbar-nav {
      display: inline-block;
      float: none;
      vertical-align: top;
    }
    
    .navbar .navbar-collapse {
      text-align: center;
      padding: 0;
    }
    
    .navbar-nav li {
      padding-bottom: 0 !important;
    }
    
    .navbar-nav > li > a {
      color: var(--byf-primary);
      display: inline-block;
      font-family: var(--byf-font2);
      font-size: 16px;
      font-weight: 400;
      padding: 12px 20px 12px;
      -webkit-transition: border 0.25s linear;
      -moz-transition: border 0.25s linear;
      -ms-transition: border 0.25s linear;
      -o-transition: border 0.25s linear;
      transition: border 0.25s linear;
    }

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover {
    background: none;
    border-bottom: 3px solid var(--byf-primary);
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover {
    background: none;
    color: var(--byf-gray);
}

.navbar-nav > li:last-child > a {
    background: var(--byf-primary);
    border-radius: 4px;
    color: #fff;
}

 .navbar .navbar-nav > li:last-child > a:hover {
    background: var(--byf-gray);
    border-radius: 4px;
    color: #fff;
}

    
    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:active,
    .navbar .navbar-nav > .open > a,
    .navbar .navbar-nav > .open > a:hover {
      background: none;
      color: var(--byf-gray);
    }
    
    .navbar .navbar-nav > .open > a:focus,
    .navbar .navbar-nav > .open > a:active {
      border-bottom-color: transparent;
    }
    
    .dropdown-menu {
      border-top: none;
      width: auto;
    }
    
    .dropdown-menu > li > a {
      color: #555;
      font-family: var(--byf-font1);
      font-size: 15px;
      font-weight: 400;
    }
    
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
      background: var(--byf-primary);
      color: #FFF;
    }
    
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
      max-height: none;
    }
    
    .navbar-brand {
      color: #333;
      display: none;
      font-family: var(--byf-font1);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.75;
      padding: 15px 15px 0 15px;
    }
    
    /* hamburger bun color */
    .navbar-toggle {
      border: 1px solid var(--byf-primary);
      margin-right: 15px;
    }
    
    /* hamburger beef patty color */
    .navbar-toggle .icon-bar {
      background: var(--byf-primary);
    }
    
    /* - - - - - START IMAGE SECTION CSS - - - - - */
    
    #header-image img,
    #carousel-wrapper {
      min-width: 100%;
      z-index: 1;
    }
    
    .carousel img {
      max-width: none;
      min-width: 100%;
    }
    
    .carousel-indicators {
      bottom: -132px;
      background: #EEE;
      font-size: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      right: 0;
      width: 100%;
    }
    
    .carousel-indicators li,
    .carousel-indicators li.active {
      border: 0;
      border-radius: 0;
      color: #000;
      display: inline-block;
      height: auto;
      margin: unset;
      padding: 25px 20px;
      text-indent: 0;
      width: unset;
    }
    
    .carousel-indicators li:first-child,
    .carousel-indicators li:nth-child(2) {
      border-left: 1px solid #D4D6DA;
    }
    
    .carousel-indicators li:last-child,
    .carousel-indicators li:nth-child(2) {
      border-right: 1px solid #D4D6DA;
    }
    
    .carousel-indicators li > h2 {
      font-family: var(--byf-font1);
      color: var(--byf-primary);
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 12px;
    }
    
    .carousel-indicators li > p {
      font-family: var(--byf-font2);
      font-size: 16px;
      text-align: center;
      font-weight: 400;
      margin-bottom: 0;
    }
    
    .carousel-indicators li > h2,
    .carousel-indicators li > p {
      -webkit-transition: color 0s linear;
      -moz-transition: color 0s linear;
      -ms-transition: color 0s linear;
      -o-transition: color 0s linear;
      transition: color 0s linear;
    }
    
    .carousel-indicators li {
      background: #EEE;
      text-align: center;
    }
    
    .carousel-indicators li.active {
      background: var(--byf-primary);
      color: #FFF;
    }
    
    .carousel-indicators li:hover > :is(h2, p),
    .carousel-indicators li.active :is(h2, p) {
      color: #FFF;
    }
    
    .carousel-indicators li:hover {
      background: var(--byf-primary);
      color: #FFF;
      cursor: pointer;
    }
    
    #myCarousel .carousel-control {
      opacity: 1;
      width: 5%;
    }
    
    /* Size and color of slider arrows */
    #myCarousel .carousel-control .glyphicon-chevron-left,
    #myCarousel .carousel-control .glyphicon-chevron-right {
      color: #FFF;
      font-size: 25px;
      height: 25px;
      width: auto;
    }
    
    #carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
    #carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
      display: inline;
      z-index: 100;
    }
    
    .carousel-control.left,
    .carousel-control.right {
      background-image: none;
    }
    
    /* Slider arrow positioning */
    #myCarousel .carousel-control .glyphicon-chevron-left {
      left: 60px;
      position: absolute;
    }
    
    #myCarousel .carousel-control .glyphicon-chevron-right {
      position: absolute;
      right: 60px;
    }
    
    /* - - - - - - START INDEX SECTION - - - - - - - */
    



#index-section {
    background: #F3F5FA;
    margin-top: 5rem;
    padding: 9rem 0 7rem;
    margin-bottom: 13rem;
}
    

    
    /* - - - - - - START WHO-WE-ARE SECTION - - - - - - - */
    
#who-we-are {
    position: relative;
    text-align: center;
    z-index: 9999;
    background: transparent;
    margin-bottom: -33.8rem;
}
    
    #who-we-are img {
      display: inline-block;
    }
    
    #who-we-are .box {
      background: #FFF;
      border-top: 8px solid var(--byf-primary);
      padding: 40px 25px;
      -webkit-transition: border .25s linear;
      -moz-transition: border .25s linear;
      -ms-transition: border .25s linear;
      -o-transition: border .25s linear;
      transition: border .25s linear;
      z-index: 9999;
      position: relative;
    }


    


 #who-we-are .box:hover {
    border-color: var(--byf-gray);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: box-shadow 0.3s ease-in, background-color 0.3s ease-in;
    background-color: #f7f7f7;
   }
    
    #who-we-are h2 {
      color: var(--byf-primary);
      font-weight: 400;
      margin: 5px 0 20px;
    }
    
    #who-we-are p {
      text-align: center;
    }

   #who-we-are a:hover {
      text-decoration: none;
}
    
    /* - - - - -  TAGLINE SECTION  - - - - - */
    
    #tagline {
      background: url("/site_images/slider-02-1.webp") no-repeat center center;
      position: relative;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
    }
    


.tagline-holder {
    height: 60rem;
    padding: 30rem 1.5rem 8rem;
}
    
    .tagline-text {
      left: 50%;
      position: absolute;
      text-align: center;
      width: 80%;
      z-index: 999;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    
    .tagline-text h3 {
      color: #FFF;
      font-size: 3.6rem;
      font-weight: normal;
      letter-spacing: 1px;
      margin: 0 auto 4rem;
      padding-bottom: 0;
    }

#tagline h4 {
    color: #efefef;
    font-size: 2.5rem;
}
    
    .tagline-text p {
      color: #FFF;
      font-family: var(--byf-font2);
      font-size: 18px;
      font-weight: 400;
      text-align: center;
    }

#tagline .btn-default {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 16px 43px;
    font-weight: 600;
}
    
    .overlay {
      background: rgba(49, 87, 136, 0.7);
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 99;
    }
    
    /* - - - - - - - - SERVICES SECTION - - - - - - - - */
    
    #services {
      background: #F3F5FA;
      padding: 9rem 0;
      text-align: center;
    }
    
    #services h2 {
      font-size: 3rem;
      font-weight: 400;
      margin: 10px 0 20px;
    }

#services p {
    text-align: center;
    font-weight: 300;
    font-size: 21px;
}
    
#services h3 {
    margin: 0;
    text-align: center;
    padding: .5rem 0;
    bottom: 0;
    left: 0;
    font-size: 25px;
    right: 0;
    position: absolute;
    background: rgba(107, 156, 231, 0.9);
    color: #FFF;
    font-weight: 400;
}
    
    #services img {
      margin-top: 10px;
    }

#services a h3 {
    background: #153b6dab;
}

   #services a {
    position: relative;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    flex-direction: column;
    display: flex;
}



#services a:hover h3 {
  background: rgba(255, 255, 255, 0.9);
  color: var(--byf-primary);
}
    
    /* - - - - - - - - WHY CHOOSE US SECTION - - - - - - - - */
    
    #why-choose-us {
      padding: 8rem 0 10rem;
    }
    
  #why-choose-us h2 {
    font-size: 34px;
    margin-bottom: 1.5rem;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
}

.m-2.px-2 .img-fluid {
    max-width: 80%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.d-flex.justify-content-center.flex-wrap.align-items-center.pb-4 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    background: #F3F5FA;
}

.m-2.px-2 {
    flex-basis: fit-content;
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
    
    #why-choose-us h3 {
      font-size: 21px;
      font-weight: 400;
      text-align: left;
      margin: 13px 0 0px;
    }
    
    #why-choose-us h2 + p {
    }
    
    .social-media {
      margin-bottom: 10px;
      display: flex;
    }

    .social-media.footer {
   float: right;
}

   .social-media.footer .btn {
  border-radius: 20px;
}
    
    /* - - - - - - - -  TESTIMONIALS SECTION - - - - - - - - */
    
.glyphicon-star:before {
    content: "\e006";
}
    
#testimonials {
    background: #e3e3e3;
    padding: 9rem 0 8rem;
}

    #testimonials .row {
      margin: 0;
    }
    
 

#testimonials h2 {
    font-size: 3rem;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--byf-primary);
    text-transform: uppercase;
}
    
    #testimonials h2 + p {
      margin-bottom: 40px;
    }
    
    #testimonials .quote-row {
      background: url('../images/new_layout_images/lay360/quote.png') no-repeat 4% 90% #FFF;
      border: 1px solid #E8E8E8;
      border-radius: 5px;
      padding: 5rem 5rem 8rem;
    }
    
    #testimonials .quote-inner p {
      color: #919191;
      line-height: 1.8;
      text-align: center;
    }
    
    #testimonials .quote-inner p:last-child {
      padding-bottom: 0;
    }
    
    .triangle-grey {
      border-color: #E8E8E8 transparent transparent transparent;
      border-style: solid;
      border-width: 21px 21px 0 21px;
      height: 0;
      left: 50px;
      position: relative;
      width: 0;
    }
    
    .triangle-white {
      border-color: #FFFFFF transparent transparent transparent;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      bottom: 22px;
      height: 0;
      left: 51px;
      margin-bottom: -38px;
      position: relative;
      width: 0;
    }
    
    #testimonials .stars {
      color: var(--byf-pop);
      float: right;
      font-size: 18px;
      margin: 30px 10px 0 0;
    }
    
    #testimonials p.name {
      color: #000;
      font-size: 16px;
      margin: 30px 0 4px 25px;
      padding-bottom: 0;
      text-align: left;
    }
    
    #testimonials p.detail {
      font-size: 13px;
      color: #000;
      margin-left: 25px;
      text-align: left;
    }
    
    #testimonials .btn-center {
      margin-top: 60px;
    }
    
    /* - - - - - - START INNER CONTENT - - - - - - - */
    
    #content {
      padding: 0 0 10rem;
    }
    
    #heading {
      background: var(--byf-primary);
      padding: 0;
      text-align: left;
    }
    
    #heading > .container > h1 {
      color: #FFF;
      font-size: 30px;
      font-weight: 400;
      margin: 0;
      padding: 25px 0;
    }
    
    #inner-copy {
      padding-top: 50px;
    }
    
    /* - - - - - - - -  SIDEBAR - - - - - - - - */
    
    #sidebar {
      margin-top: 50px;
    }
    
    #sidebar-links {
      margin: 0 0 50px;
    }
    
    #sidebar-links a {
      background: #FAFAFA;
      border-bottom: 1px solid #E7EAF2;
      border-left: 5px solid #FAFAFA;
      color: #000;
      display: block;
      font-family: var(--byf-font2);
      font-size: 15px;
      font-weight: 500;
      padding: 15px 20px;
      -webkit-transition: background .25s linear, border .25s linear, color 0s;
      -moz-transition: background .25s linear, border .25s linear, color 0s;
      -ms-transition: background .25s linear, border .25s linear, color 0s;
      -o-transition: background .25s linear, border .25s linear, color 0s;
      transition: background .25s linear, border .25s linear, color 0s;
    }
    
    #sidebar-links a.currentLink {
      background: #FFF;
      border-left: 5px solid var(--byf-pop);
      cursor: default;
      pointer-events: none;
    }
    
    #sidebar-links a:first-child {
      border-top: 1px solid #E7EAF2;
    }
    
    #sidebar-links a:after {
      color: #000;
      content: '\f054';
      font-family: FontAwesome;
      position: absolute;
      right: 35px;
    }
    
    #sidebar-links a.currentLink:after {
      color: var(--byf-pop);
    }
    
    #sidebar-links a:hover {
      background: #FFF;
      border-left: 5px solid var(--byf-primary);
    }
    
    #sidebar-links a:hover:after {
      color: var(--byf-primary);
    }
    
    #sidebar .consultation img {
      margin-top: 57px;
    }
    
    #sidebar .sidebar-consult {
      margin-bottom: 50px;
    }
    
    /* - - - - - - - -  FOOTER  - - - - - - - - */
    


footer {
    padding-top: 4rem;
    background-image: none;
}
    
    footer h2,
    footer p,
    footer a {
      color: #FFF;
    }
    
   footer h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
    
    footer a,
    footer p {
      font-family: var(--byf-font2);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.875;
      margin-bottom: 0.35rem;
      text-align: left;
    }
    
    footer a {
      color: #FAFAFA;
    }
    
    footer p {
      color: #FFF;
      padding-bottom: 3px;
    }
    
    footer .footer-site-name {
      font-size: 17px;
      font-weight: 700;
    }
    
    footer .fa {
      margin-right: 6px;
    }

  .footer-column {
    padding-bottom: 6rem;
}

#footer-bottom {
   background: rgba(0,0,0,0.5);
}
    
    .divider-line {
      background: #FFF;
      display: block;
      height: 2px;
      margin: 12px 0 18px;
    }
    
    .divider-line span {
      background: var(--byf-primary);
      display: block;
      height: 2px;
      width: 50%;
      -webkit-transition: background .25s linear, width .25s linear;
      -moz-transition: background .25s linear, width .25s linear;
      -ms-transition: background .25s linear, width .25s linear;
      -o-transition: background .25s linear, width .25s linear;
      transition: background .25s linear, width .25s linear;
    }
    
    .divider-line span.fill {
      width: 100%;
      background: var(--byf-pop);
    }
    
    /* - - - - - - - START FOOTER NAV - - - - - - - */
    
    #footer-nav {
      margin: 30px auto;
      text-align: center;
    }
    
    #footer-nav a {
      font-size: 15px;
      line-height: 2;
      margin: 8px 24px;
      white-space: nowrap;
    }
    
    /* - - - - - START FOOTER COPYRIGHT - - - - - - */
    
   footer .copyright {
    padding: 15px 0 5px;
}
    


.copyright a {
    font-size: 16px;
    font-weight: 400;
}
    
    .copyright p {
      font-size: 16px;
      line-height: 1.7;
    }
    
    .footer-sm {
      bottom: -5px;
      float: right;
      position: relative;
    }
    
    .footer-sm a > img {
      display: inline-block;
      margin: 0 5px;
    }
    
    .footer-sm a:last-child > img {
      margin-right: 0;
    }
    
    /* - - - - - - - - START BUTTONS - - - - - - - - */
    
    .btn-primary,
    .btn-default {
      background-image: none;
      background: var(--byf-pop);
      border: 2px solid var(--byf-pop);
      border-radius: 0.5rem;
      box-shadow: none;
      color: #FFF;
      float: none;
      font-family: var(--byf-font2);
      font-size: 15px;
      font-weight: 400;
      letter-spacing: .25px;
      line-height: 1;
      padding: 9px 14px;
      text-shadow: none;
    }
    
    .btn-primary:hover {
      background: #FFF;
      border: 2px solid var(--byf-primary);
      color: var(--byf-primary);
    }
    
.btn-default {
    background: transparent;
    border: 2px solid var(--byf-primary);
    color: var(--byf-primary);
    padding: 16px 43px;
    font-weight: 600;
}
    
    .btn-default:hover {
      border-color: var(--byf-primary);
      background: var(--byf-primary);
      color: #FFF;
    }
    
    .btn-center {
      text-align: center;
    }
    
    /* - - - - - - - - - - DON'T TOUCH - - - - - - - - - - */
    
    .error {
      background-color: #FFFFFF !important;
      border: 1px solid #FF0000 !important;
      color: #FF0000 !important;
      font-family: var(--byf-font2) !important;
      font-size: 14px;
      font-weight: 600 !important;
      margin-bottom: 20px !important;
      margin-top: 0 !important;
      padding: 13px 10px 12px 10px !important;
    }
    
    .error p {
      font-size: 14px;
      padding-bottom: 0;
    }
    
    .error ul {
      font-weight: 400 !important;
      margin-bottom: 0;
      margin-top: 8px;
      padding-left: 10px;
    }
    
    /* - - - - - - - - - - TAX CENTER  - - - - - - - - - - */
    
    img[src="images/bullet_tax_center.jpg"],
    img[src="images/bullet_download_tax_forms.jpg"],
    img[src="images/bullet_record_retention.jpg"],
    img[src="images/bullet_tax_organizer.jpg"],
    img[src="images/bullet_tax_rates.jpg"],
    img[src="images/bullet_tax_tips.jpg"],
    img[src="images/bullet_tax_calculators.jpg"] {
      margin-top: 20px;
    }
    
    img[src="images/bullet_track_tax_refund.jpg"] {
      margin-top: -20px;
    }
    
    
    /* - - - - - - - - START MEDIA QUERIES - - - - - - - - */
    
    @media all and (max-width: 1200px) {
    
      .navbar-nav > li > a {
        padding: 30px 12px 25px;
      }
    
      .carousel-indicators li,
      .carousel-indicators li.active {
        width: 325px;
      }
    
      #testimonials .quote-row {
        background: url('../images/new_layout_images/lay360/quote.png') no-repeat 5% 91% #FFF;
        padding: 5rem 5rem 9rem;
      }
    
    }
    
    
    @media all and (max-width: 992px) {
    
      .logo-holder {
        text-align: center;
      }
    
      .logo-holder img {
       display: inline-block;
       margin-top: 2rem;
      }
    
      #logo-menu .container {
        padding: 0;
        display: block;
      }
    
      .menu-holder {
        padding: 0;
      }
    
      .navbar-nav > li > a {
        padding: 30px 16px;
      }
    
      .carousel-indicators {
        display: none;
      }
    
      #index-section {
        margin-top: 0;
        padding-top: 2.5rem;
      }
    
      .consultation {
        text-align: center;
      }
    
      .consultation img {
        display: inline-block;
      }
    
      #testimonials .quote-row {
        background: url('../images/new_layout_images/lay360/quote.png') no-repeat 8% 92% #FFF;
        padding: 5rem 5rem 9rem;
      }
    
      #sidebar img {
       display: block;
       margin: 0 auto;
      }
    
      #sidebar img.sidebar-consult {
       margin-bottom: 50px;
      }
    
    }   /* end 992px media query */
    
    
    @media all and (max-width:767px) {
    
      #carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
      #carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
        display: none;
      }
    
      #who-we-are {
       background: #F3F5FA;
      }
    
      #who-we-are .container div[class*="col-"] {
        margin-bottom: 25px;
      }
    
      #why-choose-us h2 + p,
      #why-choose-us .why-image {
        margin-bottom: 20px;
      }
    
      #testimonials .quote-row {
        background: url('../images/new_layout_images/lay360/quote.png') no-repeat 3.5% 87% #FFF;
      }
    
      footer {
        text-align: center;
      }
    
      footer h2 {
        margin-top: 30px;
      }
    
      .divider-line {
        margin: 12px auto 18px;
        width: 65%;
      }
    
      footer .container div:first-child > h2 {
        margin-top: 0;
      }
    
      footer p {
        text-align: center;
      }
    
      .footer-sm {
        display: block;
        float: none;
        margin-bottom: 12px;
        text-align: center;
      }
    
      #testimonials .quote-holder div:last-child > .quote-row {
        margin-top: 30px;
      }
    
      ul.navbar-nav li {
        text-align: center;
      }
    
      .navbar-nav > li > a {
        border: 0;
        padding-bottom: 10px;
        padding-top: 10px;
      }
    
      .navbar .navbar-nav > li > a:hover,
      .navbar .navbar-nav > li > a:active,
      .navbar .navbar-nav > .open > a,
      .navbar .navbar-nav > .open > a:hover,
      .navbar .navbar-nav > .open > a:focus {
        background: #FFF;
        border: 0;
        color: var(--byf-primary);
      }
    
      .navbar-nav .open .dropdown-menu .dropdown-header,
      .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px;
      }
    
      .navbar-nav .open .dropdown-menu {
        padding-top: 0;
      }
    
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
        text-align: center;
      }
    
      .navbar-collapse.in {
        overflow-y: initial;
      }
    
      .navbar-collapse {
        max-height: none;
      }
    
    } /* end 767px media query */
    
    
    @media all and (max-width: 480px) {
    
      #inner-copy img:first-child {
        margin-top: 30px;
       }
    
      #testimonials .quote-row {
        background: #FFF;
        padding: 4rem 5rem;
      }
    
    } /* end 480px media query */
    
    
    @media all and (max-width: 375px) {
    
      #testimonials .quote-holder > div > .row:first-child:after,
      #testimonials .quote-holder > div > .row:first-child:before {
        bottom: 89px;
      }
    
      #testimonials .quote-holder > div > .row:first-child:before {
        bottom: 87px;
      }
    
    } /* end 375px media query */