/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   THEME COLORS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
strong {
    font-weight: 500;
}

.no-overflow {
  overflow-x: hidden;
}

#scroll-icon .fa, #scroll-icon .fa:active, #scroll-icon .fa:focus {
    background: #BBC9D7;
    border: 4px solid #BCC9D7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 0.275rem 0.65rem;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all.2s ease;
    -o-transition: all.2s ease;
    transition: all.2s ease;
}

#scroll-icon:hover .fa {
   color: #fbab36;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a.btn, a.btn:active, a.btn:focus, a.btn:active:focus, 
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, 
a.btn-primary, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, 
.btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus, 
.btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
  background: #fbab36;
  border: 3px solid #fbab36;
  border-radius: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 1rem 2rem;
  font-feature-settings: 'lnum' 1
}

.btn-primary:hover, .btn-default:hover {
  background: #f3a32f;
  border-color: #f3a32f;
}

.btn-secondary, a.btn-secondary {
  border: 3px solid #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TYPOGRAPHY/LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4,
h2>a, h2>a:active, h2>a:focus, h2>a:visited, 
h3>a, h3>a:active, h3>a:focus, h3>a:visited, 
h4>a, h4>a:active, h4>a:focus, h4>a:visited {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

h1, h2, h3, h4 {
  color: #373944;
  font-weight: 600;
}

p, a, ul, li {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

a, a:active, a:focus, a:visited {
  font-weight: 500;
}

a, a:active, a:focus, a:visited {
  color: #fbab36;
  font-family: 'Poppins', sans-serif;
}

h2>a, h2>a:active, h2>a:focus, h2>a:visited, 
h3>a, h3>a:active, h3>a:focus, h3>a:visited {
  font-family: 'Raleway', sans-serif;
}

a:hover, h2>a:hover, h3>a:hover {
  color: #1C78D0;
}

#inner-content h2, 
#inner-content h2>a {
  font-size: 21px;
  margin-top: 1.3rem;
  font-weight: 600;
}

#inner-content h3, 
#inner-content h3>a {
  font-size: 19px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - TOPBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#topbar {
    background: #032748;
    text-align: right;
    padding: 0.5rem 6rem;
}

#topbar a {
    font-size: 15px;
    margin-left: 2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: rgb(255 255 255 / 75%);
}

#topbar .fas {
    color: #FFF;
    margin-right: 1rem;
    font-size: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header-logo {
  padding: 1rem 0;
}

#header-logo img {
  width: 225px;
}

#header-logo.fixed-top {
  padding: 15px 0;
}

#header-logo.fixed-top img {
  width: 275px;
  max-width: initial;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   NAV MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.navbar .navbar-nav .nav-link {
  color: #373944;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}

.navbar .navbar-nav .nav-link:hover, 
.navbar .navbar-nav .nav-item.show .nav-link {
  color: #434344;
}

.navbar .navbar-nav .nav-item .nav-link::before {
  background: #fbab36;
}

.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9999;
}

.navbar .dropdown-item, 
.navbar .dropdown-item:active, 
.navbar .dropdown-item:focus {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.navbar .dropdown-item:hover {
    background: #e9e9e9;
    color: #303030;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - SLIDES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#myCarousel .carousel-caption h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 2rem;
  text-shadow: 3px 0 7px rgba(0,0,0,.2);
  text-transform: none;
}

#myCarousel .carousel-caption h2 span {
    color: #084981;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    text-shadow: 3px 0 7px rgba(0,0,0,.2);
}

#myCarousel .overlay {
  background: rgb(30 58 111 / 17%);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(1) {
  background-image: url(site_images/slide1-v2.jpg);
  background-position: center;
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(2) {
  background-image: url(site_images/slide2-v2.jpg);
  background-position: center;
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(3) {
  background-image: url(site_images/slide3-v2.jpg);
  background-position: left;
}

#myCarousel a.btn-primary,
#myCarousel a.btn-secondary {
  color: #FFF;
  font-size: 16px;
}

#myCarousel .btn-secondary:hover {
  background: #fbab36;
  border-color: #fbab36;
}

#myCarousel a.btn-primary .fas {
    margin-right: 1rem;
    font-size: 19px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - INDEX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#index h1 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

#index h3 {
    color: #f39d20;
    text-transform: capitalize;
}

.index-content img {
  float: right;
  margin-left: 20px;
  width: 200px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);
}

#consultation-box {
  border-radius: 20px;
  background: #084981;
}

#consultation-box h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 0.9;
}

#consultation-box h2 .highlight {
  color: #fbab36;
  display: inline-block;
  font-size: 27px;
  font-weight: 700;
}

#consultation-box h2 .big {
  display: inline-block;
  font-size: 35px;  
  font-weight: 700;
  line-height: 1.6;
}

#consultation-box p {
  color: rgba(255, 255, 255, 0.9) !important;
}

#consultation-box .disclaimer {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px;
}

#consultation-box .btn-secondary {
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 1rem 2rem;
}

#consultation-box .btn-secondary:hover {
  background: #fbab36;
  border-color: #fbab36;
}

#index p {
  color: #797979;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#services .service {
    border-radius: 10px;
}

#services .service img {
    border-radius: 10px 10px 0 0;
}

#services h2 {
  font-size: 25px;
  font-weight: 700;
}

#services .heading {
  background: #032748;
    border-radius: 0 0 10px 10px;
}

#services .heading h2 {
    font-size: 20px;
    font-weight: 400;
}

#services .text {
  background: rgb(9 77 134 / 88%);
}

.circle-icon {
    border: 4px solid #094d86;
    border-radius: 30px;
    color: #ffffff;
    background: #094d86;
}






/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - TOOLBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#toolbar {
  background: url(site_images/toolbar-bg.png) no-repeat center center;
}

#toolbar .overlay {
  background: rgb(1 58 112 / 63%);
}

#toolbar h2 {
  font-size: 16px;
}

#toolbar a:hover * {
  color: #fbab36;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - INDUSTRIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#industries h2 {
  font-size: 25px;
  font-weight: 700;
}

#industries .industry h2 {
  font-size: 19px;
  font-weight: 600;
}

#industries .row div[class*='col-']:nth-of-type(3),
#industries .row div[class*='col-']:last-of-type {
    border-right: 0;
}

#services a:hover .circle-icon,
#industries a:hover .circle-icon {
  border-color: #094d86;
  color: #fbab36;
}

#industries a:hover h2 {
  color: #282182;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - ABOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about {
  padding: 0;
}

#about .image {
  box-shadow: none;
  top: 0rem;
}

#about .image img {
  border-radius: 0;
}

#about .text {
  padding: 0 0 3rem 5.5rem;
}

#about a.btn-primary {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 1rem 2rem;
}

#about .lower-z a {
  color: #241E65;
}

#about .lower-z a:hover {
  color: #FDB747;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - AFFILIATIONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#affiliates {
    padding: 3rem;
}

#affiliates .affiliates {
  margin: 0 auto;
}

#affiliates .affiliates img {
  display: inline-block;
  margin: 1rem 1.5rem;
  max-height: 140px;
  max-width: initial;
}

#affiliates .affiliates .aicpa {
    position: relative;
    bottom: 12px;
}

#affiliates .affiliates .calcpa {
    max-height: 60px;
}

#affiliates div[class*='col-'] {
  display: inline-table;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TESTIMONIALS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#testimonials {
    padding: 0;
}

#testimonials h2 {
    font-size: 25px;
}

#myTestimonials .testimonial {
    background: #3c60a3;
}

#myTestimonials .testimonial::after {
  border-color: #3c60a3 transparent transparent transparent;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
  background: #051422;
}

#footer-top h2 {
  font-size: 21px;
  font-weight: 600;
}

#footer-top .disclaimer {
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
}

#footer-top a, 
#footer-top p {
  font-size: 0.9rem;
  font-weight: 300;
}

#footer-top .btn-secondary {
  border-color: #fbab36;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 0.6rem 1.6rem;
}

#footer-top .btn-secondary:hover {
  background: #fbab36;
  border-color: #fbab36;
}

#footer-top .form-control {
  border-radius: 30px;
}

#footer-middle .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#footer-bottom a, 
#footer-bottom p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 300;
}

#footer-social i {
  color: rgba(255, 255, 255, 0.45);
}

#footer-menu a:not(:last-of-type)::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#headline {
    background-image: url(site_images/inner-head-bg.jpg);
}

#headline > .container > h1 {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
  padding: 2.9rem 0;
}

#inner-content hr {
  margin: 1.5rem 0;
}

#inner-content .fas {
  color: #1989F1;
  font-size: 21px;
  margin-right: 0.5rem;
}

#inner-content img {
    border-radius: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebar aside {
  border-radius: 10px;
    background: #084981;
}

#sidebar aside h2:first-of-type span {
  color: #FFF;
}

#sidebar aside h2:first-of-type {
  font-size: 24px;
}

#sidebar .circle-icon {
    border: 0;
    color: rgb(255 255 255);
    font-size: 1rem;
    height: 2.7rem;
    margin: 0 1rem 0 0;
    width: 2.7rem;
    background: rgb(0 0 0 / 15%);
}

#sidebar img {
  float: left;
  margin-right: 15px;
  width: 93px;
}

#sidebar p {
  color: rgba(255, 255, 255, 0.81);
  margin: 0 0 2.5rem;
}

#sidebar a {
  font-size: 1.1rem;
  font-weight: 300;
}

#sidebar a:hover {
  color: #ffc46e;
  font-family: 'Poppins', sans-serif;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


@media all and (max-width: 1199px) {

}

@media all and (max-width: 1440px) {
.navbar .navbar-nav .nav-link {
    padding: .75rem 1.1rem;
  }
}

@media all and (max-width: 1024px) {
  .navbar .navbar-nav .nav-link {
    font-size: 0.8rem;
    padding: .75rem 0.5rem;
  }

  #header-logo.fixed-top img {
    max-width: initial;
  }

  #header-logo img,
  #header-logo.fixed-top img {
    width: 280px;
  }

  #services .heading h2 {
    font-size: 1.3rem;
  }

  .consultation img {
    display: none;
  }

#about h2 {
    font-size: 21px;
  }

  #sidebar img {
    float: none;
    margin: 0 auto 1rem;
    width: 130px;
  }
}

@media all and (max-width: 991px) {
  .btn-primary + .btn-secondary, 
  .btn-secondary + .btn-secondary {
    margin: 1rem 0 0;
  }
}

@media all and (max-width: 768px) {

  #header-logo img, #header-logo.fixed-top img {
    width: 190px;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 1.3rem;
  }

  .dropdown-menu {
    box-shadow: none;
  }

  .navbar .dropdown-item, 
  .navbar .dropdown-item:active, 
  .navbar .dropdown-item:focus {
    font-size: 16px;
  }

  #myCarousel .carousel-caption h2 {
    font-size: 50px;
 }

  .consultation img {
    display: none;
  }

  #consultation-box h2 {
    font-size: 24px;
    line-height: 1;
  }

  #consultation-box h2 .highlight {
    font-size: 27px;
    line-height: 1.4;
  }

  #consultation-box h2 .big {
    font-size: 35px;
    line-height: 1.1;
  }

  #consultation-box .btn-secondary {
    font-size: 14px;
    padding: 1rem 1.6rem;
  }

  #about .text {
    padding: 0 2rem 3rem;
  }

  #about a.btn-primary {
    display: none;
  }
}

@media all and (max-width: 425px) {
  #header-logo img, #header-logo.fixed-top img {
    width: 180px;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 1.2rem;
  }

  .navbar .dropdown-item, 
  .navbar .dropdown-item:active, 
  .navbar .dropdown-item:focus {
    font-size: 17px;
  }

  .dropdown-menu {
    box-shadow: none;
  }

  #myCarousel .overlay {
    background: rgb(30 58 111 / 75%);
  }

  #myCarousel .carousel-caption h2 {
    font-size: 2.3rem;
    line-height: 1.2;
  }

  #myCarousel a.btn-primary, 
  #myCarousel a.btn-secondary {
    font-size: 19px;
  }

  #consultation-box h2 {
    font-size: 2.1rem;
  }

  #consultation-box h2 .highlight {
    font-size: 2rem;
  }

  #consultation-box h2 .big {
    font-size: 2.4rem;
  }

  #index h1 {
    font-size: 1.9rem;
  }

  .index-content img {
    box-shadow: none;
    padding-right: 10px;
    width: 170px;
  }

  #services .heading h2 {
    font-size: 1.6rem;
  }

  #industries .industry h2 {
    font-size: 1.5rem;
  }

  #about .text {
    padding: 0 0.5rem 3rem;
  }

  #about .btn-primary {
    left: -4.9rem;
  }

  #affiliates .affiliates img {
    margin: 1rem;
  }

  #affiliates p {
    font-size: 15px;
  }

  #sidebar {
    padding: 0rem 1rem 2rem;
  }

  #sidebar aside h2:first-of-type {
    font-size: 1.9rem;
  }

  #sidebar aside h2:first-of-type span {
    display: inline-block;
  }

  #sidebar img {
    display: block;
  }

  #sidebar p {
    text-align: center;
  }
}
