/*
Master Stylesheet for Layout 490
Steve @ Build Your Firm
5/24/2019
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OVERRIDES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.container,
.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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

h1, h2, h3, h4, h5, h6,
h2 > a, h3 > a, h4 > a {
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 .5rem;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h1 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

#index-section h1 {
  text-transform: capitalize;
}

#index-section h1 > span {
  text-transform: none;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1.0625rem;
}

p, a, ul, li {
  color: #595959;
  font-size: .875rem;
  line-height: 1.75;
}

p {
  margin-bottom: 1rem;
}

p + h1, p + h2, p + h3,
p + h4, p + h5, p + h6 {
  margin-top: 1.25rem;
}

h2 > a, h2 > a:active, h2 > a:focus,
h3 > a, h3 > a:active, h3 > a:focus,
h4 > a, h4 > a:active, h4 > a:focus {
  font-size: inherit;
}

a, a:active,
a:focus, a:visited,
h2>a, h3>a, h4>a, h5>a, h6>a {
  color: #2DA2D4;
  outline: 0;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

a:hover {
  color: #73B80B;
}

* a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 10px;
}

h2 + ul,
p + ul {
  margin-top: 10px;
}

h2 + ul,
h3 + ul {
  margin-top: -5px;
}

ul+ h1, ul + h2, ul + h3,
ul + h4, ul + h5, ul + h6 {
  margin-top: 1.25rem;
}

strong {
  font-weight: 600;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SOCIAL MEDIA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.social-media,
.social-media *,
.social-media::before,
.social-media::after {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.social-media a {
  font-size: 0 !important;
  padding: 0 !important;
}

.social-media i {
  background: transparent;
  color: rgba(255,255,255,.85);
  font-size: 14px;
  height: 30px;
  margin: 0 !important;
  padding-left: 5px;
  text-align: center;
  width: 32px;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.social-media a:first-of-type i {
  margin-left: 0 !important;
}

.social-media a:hover i {
  background: #00B3D0;
}

.fa-facebook-f {
  padding: 8px 5px 8px 7px;
}

.fa-google-plus-g {
  padding: 8px 4px 8px 8px;
}

.fa-linkedin-in {
  padding: 8px 5px 8px 6px;
}

.fa-pinterest-p {
  padding: 8px 5px 8px 6px;
}

.fa-twitter {
  padding: 8px 5px 8px 6px;
}

.fa-yelp {
  padding: 8px 4px 8px 8px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:active:focus,
.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus,
a.btn-secondary, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary: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,
.btn-default:not(:disabled):not(.disabled):active:focus {
  background: #74B80B;
  border: 2px solid transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  min-width: 112px;
  outline: 0;
  padding: .5rem 2.5rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn:hover,
.btn-primary:hover,
.btn-default:hover,
a.btn:hover,
a.btn-primary:hover,
a.btn-default:hover {
  background: #2DA2D4;
  border: 2px solid transparent;
}

a.btn-secondary, .btn-secondary,
a.btn-secondary:active, .btn-secondary:active,
a.btn-secondary:focus, .btn-secondary:focus {
  background: transparent;
  border: 2px solid #292929;
  color: #292929;
}

a.btn-secondary:hover, .btn-secondary:hover {
  background: #FFF;
  border-color: #2DA2D4;
  color: #2DA2D4;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HEADER - TOOLBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#toolbar {
  background: #363636;
  overflow: hidden;
  padding: .5rem 1rem;
  position: relative;
  z-index: 99;
}

#toolbar a {
  color: #FFF;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 2rem;
  padding: .125rem .25rem;
  position: relative;
}

#toolbar .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 auto;
}

#toolbar .row a:not(:last-of-type) {
  margin: 0 2rem 0 0;
}

#toolbar .row #toolbar-social a:not(:last-of-type) {
  margin: 0 .5rem 0 0;
}

#toolbar a>i {
  color: #00C5FD;
  font-size: .9375rem;
  margin-right: .5rem;
  position: relative;
  top: -.125rem;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

#toolbar #toolbar-social {
  margin-left: 1rem;
}

#toolbar #toolbar-social a>i {
  margin: 0;
  top: 0;
}

#toolbar a:hover {
  color: #00B3D0;
}

#toolbar #toolbar-social a:hover i {
  color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LOGO SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header-logo {
  background: #FFF;
  padding: 1.75rem 1rem;
  -webkit-box-shadow: 0 6px 4px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px 2px rgba(0,0,0,.15);
  -webkit-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
  z-index: 10;
}

#header-logo.fixed-top {
  padding: .5rem 1rem;
  z-index: 75;
}

#header-logo img {
  float: right;
  max-width: 100%;
  -webkit-transition: max-width .4s ease-in-out;
  -o-transition: max-width .4s ease-in-out;
  transition: max-width .4s ease-in-out;
}

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

.navbar-button {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fixed-top .menu {
  display: none;
}

.fixed-top .navbar-button {
  top: 5px;
}

.fixed-top #toggle-open i {
  top: 50%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NAVBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.navbar {
  padding: 0;
  width: 100%;
}

.navbar-nav {
  width: 100%;
}

.navbar-logo {
  font-size: 0;
}

.navbar-brand {
  border-right: .09375rem solid #EBEBEB;
  margin: 0 1rem 0 0;
  padding: 0 2rem 0 0;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link:focus {
  color: #A2A2A2;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: .675rem 1.25rem;
  text-align: center;
}

.navbar .navbar-nav .nav-item:last-child {
  margin-left: auto;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  background: #74B80B;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: .75px;
  margin-left: 12px;
  padding: .5rem 1.25rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 99;
}

.navbar .navbar-nav .nav-item:last-of-type:hover .nav-link {
  background: #00B3D0;
}

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

.navbar .navbar-nav .dropdown-toggle::after {
  left: 1px;
  position: relative;
  top: 1px;
}

.navbar .dropdown-item,
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus {
  background: transparent;
  color: #333;
  padding: .25rem 1rem;
}

.navbar .dropdown-item:hover {
  background: #EAEAEA;
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:active {
  border: 0;
  height: 100%;
  outline: 0;
  padding: 0;
}

.navbar-nav .dropdown-menu {
  margin: 0;
  padding: 5px 0;
}

.navbar-toggler i,
.navbar-toggler i:active,
.navbar-toggler i:focus {
  color: #1EBCBD;
  font-size: 30px;
  position: relative;
  top: 6px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.navbar-toggler i:hover {
  color: #4E7B88;
}

.navbar-collapse {
  position: relative;
}

#navbar-track {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

#navbar-spy {
  position: absolute;
  bottom: -6px;
  height: 6px;
  background: #73B80B;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CAROUSEL SLIDER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#myCarousel {
  background: #333;
  overflow-x: hidden;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
  width: 100px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#myCarousel .carousel-control-prev {
  left: -75px;
}

#myCarousel .carousel-control-next {
  right: -75px;
}

#myCarousel:hover .carousel-control-prev {
  left: -15px;
}

#myCarousel:hover .carousel-control-next {
  right: -15px;
}

#myCarousel img {
  width: 100%;
}

#myCarousel .carousel-indicators li:hover {
  cursor: pointer;
}

#myCarousel .wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#myCarousel .carousel-item {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 700px;
}

#myCarousel .carousel-caption {
  bottom: auto;
  left:  0;
  padding: 2rem 2rem 2rem 5rem;
  text-align: left;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#myCarousel .carousel-caption-right {
  left: auto;
  right: 15%;
  text-align: right;
}

#myCarousel .carousel-caption h2 {
  color: #FFF;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 2rem;
}

#myCarousel .carousel-caption h2::before {
  height: 3px;
  width: 15rem;
  background: #2DA2D4;
  display: block;
  content: '';
  margin: 0 0 1.25rem;
}

#myCarousel .carousel-caption p {
  color: #FFF;
  font-size: 1.875rem;
}

#myCarousel .slider-overlay {
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(1) {
  background-image: url('http://placehold.it/1920x750');
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(2) {
  background-image: url('http://placehold.it/1920x750');
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(3) {
  background-image: url('http://placehold.it/1920x750');
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.byfFadeIn p,
.byfFadeIn h2 {
  -webkit-animation-name: byfFadeH2;
  -webkit-animation: byfFadeH2;
  animation: byfFadeH2;
  -webkit-animation-duration: 10s !important;
  animation-duration: 10s !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.byfFadeIn p {
  -webkit-animation-name: byfFadeP;
  -webkit-animation: byfFadeP;
  animation: byfFadeP;
  -webkit-animation-duration: 12s !important;
  animation-duration: 12s !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes byfFadeH2 {
  0%
  {
    -webkit-transform: translateY(8rem) scale(.9,.9);
    transform: translateY(8rem) scale(.9,.9);
    opacity: 0;
  }
  18% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes byfFadeH2 {
  0%
  {
    -webkit-transform: translateY(8rem) scale(.9,.9);
    transform: translateY(8rem) scale(.9,.9);
    opacity: 0;
  }
  18% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes byfFadeP {
  0%  {
    opacity: 0;
  }
  4%  {
    opacity: 0;
    -webkit-transform: translateY(8rem) scale(.9,.9);
    transform: translateY(8rem) scale(.9,.9);
  }
  26% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

}

@keyframes byfFadeP {
  0%  {
    opacity: 0;
  }
  4%  {
    opacity: 0;
    -webkit-transform: translateY(8rem) scale(.9,.9);
    transform: translateY(8rem) scale(.9,.9);
  }
  26% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CALL TO ACTION SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#call-to-action {
  padding: 4rem 0;
  position: relative;
}

#call-to-action .container-fluid {
  max-width: 1400px;
}

#call-to-action h2 {
  color: #2CA3D4;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

#call-to-action p {
  margin: 0 0 .125rem;
}

#call-to-action img {
  max-width: 100%;
}

#call-to-action p.freebook {
  font-size: .8125rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

#call-to-action p>span {
  font-style: italic;
}

#call-to-action #consultation-form input {
  margin: 0 0 .75rem;
}

#call-to-action #consultation-form input:last-of-type {
  margin: .0625rem 0 0;
}

#call-to-action #consultation-form span {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  font-size: .8125rem;
  font-style: italic;
  margin: 0 .8125rem .8125rem 0;
  position: relative;
  top: -.125rem;
}

#call-to-action .btn-primary {
  margin-top: 1rem;
}

#call-to-action .text-column {
  padding: 0 6rem 0 2rem;
}

#call-to-action .form-column {
  margin: 1rem 0 0;
  padding: 0 2rem 0 6rem;
  text-align: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INDEX COPY SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#index {
  background: #F2F2F2;
  position: relative;
}

#index>i {
  color: rgba(41, 41, 41, .1);
  font-size: 25vw;
  position: absolute;
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index .split-bg {
  background-image: url("http://placehold.it/1920x1500");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#index .text {
  padding: 5rem 2rem 6rem 6rem;
}

#index .text h1 {
  color: #2DA2D4;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
}

#index .text>span:first-of-type {
  color: #595959;
  display: inline-block;
  font-size: 1.3125rem;
  margin: 0 0 .25rem;
  text-transform: uppercase;
}

#index .buttons {
  margin-top: 3rem;
}

.buttons a + a {
  margin: 0 0 0 2rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CONSULTATION & TEAM SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#team,
#consultation {
  position: relative;
}

#team > i,
#consultation > i {
  color: rgba(162, 162, 162, .1);
  font-size: 18vw;
  position: absolute;
  left: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#team .split-bg,
#consultation .split-bg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#team .split-bg {
  background-image: url("http://placehold.it/2250x1500");
}

#consultation .split-bg {
  background-image: url("http://placehold.it/1920x1500");
}

#team .text {
  padding: 4rem 4rem 4rem 0rem;
}
#consultation .text {
  padding: 4rem 6rem 4rem 2rem;
}

#team .team {
  overflow: hidden;
  position: relative;
}

#team h2,
#consultation h2 {
  color: #2CA3D4;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
}

#team p {
  color: #595959;
}

#team span {
  text-transform: uppercase;
}

#team .buttons,
#consultation .buttons {
  margin-top: 3rem;
}

#team .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.35);
  -webkit-transform: translateY(-2.5rem);
  -ms-transform: translateY(-2.5rem);
  transform: translateY(-2.5rem);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#team .overlay h2 {
  color: #FFF;
  font-size: .9375rem;
  margin-bottom: 1rem;
  text-align: center;
}

#team .pics {
  padding: 6rem 3rem 6rem 0;
}

#team .team {
  width: -webkit-calc(50% - 1rem);
  width: calc(50% - 1rem);
}

#team .team:nth-child(even) {
  margin-left: 1rem;
}

#team .team:nth-child(odd) {
  margin-right: 1rem;
}

#team .team img {
  height: auto;
  width: 100%;
}

#team .bio {
  padding: .5625rem 1rem;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#team .bio p {
  color: #FFF;
  margin: 0;
}

#team a:hover .overlay {
  background: rgba(9, 32, 42, .75);
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#team a:hover .bio {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SERVICES SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#services {
  background: #F2F2F2;
  padding: 4rem 0 5rem;
}

#services .container-fluid {
  max-width: 1400px;
}

#services .service {
  padding: 2rem 4rem;
  position: relative;
  text-align: center;
  -webkit-transition: al .3s ease-in-out;
  -o-transition: al .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#services .service img {
  height: auto;
  margin: 0 0 .625rem;
  width: 40px;
}

#services i {
  color: #2CA3D4;
  font-size: 6.25rem;
  margin: 0 0 1rem;
}

#services h2.heading {
  color: #292929;
  font-size: 1.875rem;
  margin: 0 0 3rem;
}

#services h2 {
  color: #3C3C3C;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 .625rem;
}

#services p {
  color: #A2A2A2;

}

#services a:hover p {
  color: #595959;
}

#services .service span {
  color: #74B80B;
  border-bottom: 2px solid #74B80B;
  padding: 0 .125rem;
}

#services a:hover i {
  color: #74B80B;
}

#services a:hover .service span {
  padding: 0 1rem;
}

#services p,
#services i,
#services span {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

#service-track {
  bottom: 0;
  left: 15px;
  position: absolute;
  right: 15px;
  top:0;
}

#service-spy {
  background: rgba(136, 136, 136, .1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#services .row {
  margin: 0;
  position: relative;
}

#services .row div[class*="col-"] {
  padding: 0;
}

#services .row div[class*="col-"]:nth-of-type(even) a {
  display: inline-block;
  margin-left: 1rem;
}

#services .row div[class*="col-"]:nth-of-type(odd) a {
  display: inline-block;
  margin-right: 1rem;
}

#services .row div[class*="col-"]:nth-of-type(even) {
  border-right: .09375rem solid;
}

#services .row div[class*="col-"]:nth-of-type(odd) {
  border-left: .09375rem solid;
}

#services .row div[class*="col-"]:nth-child(2),
#services .row div[class*="col-"]:nth-child(3) {
  border-bottom: .09375rem solid;
  padding-top: 1rem;
}

#services .row div[class*="col-"]:nth-child(4),
#services .row div[class*="col-"]:nth-child(5) {
  border-top: .09375rem solid;
  padding-bottom: 1rem;
}

#services .row div[class*="col-"]:nth-child(2),
#services .row div[class*="col-"]:nth-child(3),
#services .row div[class*="col-"]:nth-child(4),
#services .row div[class*="col-"]:nth-child(5) {
  border-color: #D9D9D9;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TESTIMONIALS SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#testimonials {
  position: relative;
}

#testimonials>i {
  color: rgba(41, 41, 41, .1);
  font-size: 25vw;
  position: absolute;
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#testimonials .testimonials-bg {
  background-image: url("http://placehold.it/1920x1500");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

#testimonials .testimonial-column {
  padding: 7rem 2rem 10.5em 6rem;
}

#testimonials h2 {
  color: #2DA2D4;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
}

#myTestimonials {
  margin: 0 0 0 auto;
}

#myTestimonials>span:first-of-type {
  color: #595959;
  display: inline-block;
  font-size: 1.3125rem;
  margin: 0 0 .25rem;
  text-transform: uppercase;
}

#myTestimonials .carousel-indicators li {
  background-color: #95d1e9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  height: 1rem;
  margin: 0 4px;
  position: relative;
  width: 1rem;
}

#myTestimonials .carousel-indicators li.active {
  background-color: #2DA2D4;
}

#myTestimonials .carousel-indicators {
  bottom: -3.5rem;
  left: 0;
  margin: 0 -4px;
  right: auto;
}

#myTestimonials p.testimonial {
  color: #595959;
  font-size: .875rem;
}

#myTestimonials p.name {
  color: #555;
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  margin: 1rem 0 0;
}

#myTestimonials p.name::before {
  content: '- ';
}

#myTestimonials p.company {
  font-size: .875rem;
  font-style: italic;
}

#service-track {
  bottom: 0;
  left: 15px;
  position: absolute;
  right: 15px;
  top:0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INDUSTRIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#industries {
  background: #F2F2F2;
  padding: 5rem;
}

#industries-track {
  bottom: 0;
  left: 15px;
  position: absolute;
  right: 15px;
  top:0;
}

#industries-spy {
  background: rgba(136, 136, 136, .1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#industries .row {
  margin: 0;
  position: relative;
}

#industries a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#industries .industry {
  padding: 2rem;
  position: relative;
  height: 100%;
}

#industries i {
  color: #2DA1D4;
  font-size: 3.125rem;
  margin: 0 0 1.5rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

#industries h2 {
  color: #3C3C3C;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

#industries h3 {
  color: #292929;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1.75rem;
}

#industries p {
  color: #A2A2A2;
  font-size: .875rem;
}

#industries span:not(.btn-primary) {
  color: #74B80B;
  padding: 0 .125rem;
  border-bottom: 2px solid #74B80B;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

#industries a:hover span:not(.btn-primary) {
  padding: 0 1rem;
}

#industries a:hover i {
  color: #74B80B;
}

#industries a:hover span.btn-primary {
  background: #2DA1D4;
}

#industries span.btn-primary {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}


#industries .row div[class*="col-"]:nth-child(3),
#industries .row div[class*="col-"]:nth-child(6) {
  border-left: .25rem solid;
  border-right: .25rem solid;
}

#industries .row div[class*="col-"]:nth-child(2),
#industries .row div[class*="col-"]:nth-child(3),
#industries .row div[class*="col-"]:nth-child(4) {
  border-bottom: .09375rem solid;
  padding-top: 1rem;
}

#industries .row div[class*="col-"]:nth-child(5),
#industries .row div[class*="col-"]:nth-child(6),
#industries .row div[class*="col-"]:nth-child(7) {
  border-top: .09375rem solid;
  padding-bottom: 1rem;
}

#industries .row div[class*="col-"]:nth-child(2),
#industries .row div[class*="col-"]:nth-child(3),
#industries .row div[class*="col-"]:nth-child(4),
#industries .row div[class*="col-"]:nth-child(5),
#industries .row div[class*="col-"]:nth-child(6),
#industries .row div[class*="col-"]:nth-child(7) {
  border-color: #D9D9D9;
  padding-left: 0;
  padding-right: 0;
}

#industries .row div[class*="col-"]:nth-child(2),
#industries .row div[class*="col-"]:nth-child(5) {
  padding-left: 1rem;
}

#industries .row div[class*="col-"]:nth-child(4),
#industries .row div[class*="col-"]:nth-child(7) {
  padding-right: 1rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CALLOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#callout {
  background-image: url("http://placehold.it/1920x1280");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 30rem;
}

#callout .text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 75%;
}

#callout .overlay {
  background: rgba(44, 163, 212, .8);
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

#callout h2 {
  color: #FFF;
  font-size: 3.4375rem;
  line-height: 1.25;
  margin: 0 0 2rem;
  position: relative;
  z-index: 1;
}

#callout h2::before {
  background: #FFF;
  content: '';
  display: block;
  height: .25rem;
  margin: 0 auto 1.5rem;
  position: relative;
  width: 14.0625rem;
  z-index: 1;
}

#callout .btn-secondary {
  background: #ffffff;
  border-color: #2CA3D4;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  color: #2CA3D4;
  padding: 1.3125rem 3rem;
  position: relative;
  z-index: 1;
}

#callout .btn-secondary:hover {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AFFILIATES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#affiliates {
  background: #F8F8F8;
  border-top: 1px solid #EEE;
  padding: 2rem 1.5rem;
}

#affiliates .container-fluid {
  text-align: center;
}

#affiliates .container-fluid img {
  display: inline-block;
  margin: 1.5rem 2rem;
  max-width: 200px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INNER PAGES - CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#inner {
  padding: 0 .5rem;
}

#inner .container-fluid {
  max-width: 1400px;
}

#inner-content *:last-child {
  margin-bottom: 0;
}

#inner form p:last-of-type {
  margin-bottom: 10px;
}

#headline {
  background: #2DA1D4;
}

#headline > .container-fluid {
  max-width: 1400px;
}

#headline h1 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  padding: 35px 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INNER PAGES - SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#inner-content {
  padding: 4.5rem 1rem 8rem;
}

#sidebar {
  padding: 4.5rem 1rem 8rem;
}

.sidebar {
  background: #FAFAFA;
  border: 2px solid #DDD;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  margin: 0 auto;
  max-width: 26.5625rem;
  padding: 0 2rem;
}

#sidebar .top {
  padding: 4rem 0 2.25rem;
  position: relative;
}

#sidebar .top span {
  color: #595959;
  display: inline-block;
  font-size: 1.3125rem;
  margin: 0 0 .25rem;
  text-transform: uppercase;
}

#sidebar .top h2 {
  color: #2DA2D4;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 2.5rem;
}

#sidebar .top p,
#sidebar .top p>span {
  font-size: .875rem;
  line-height: 1.75;
  margin: 0 0 .25rem;
  text-transform: none;
}

#sidebar .top p>span {
  font-style: italic;
}

#sidebar .top .freebook {
  font-size: .8125rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
}

.sidebar .top img {
  margin: 0 auto 2rem;
  max-width: 100%;
}

.sidebar .buttons {
  margin: 1.5rem 0 0;
  text-align: center;
}

.sidebar .section.bottom {
  border-top: 1px solid #EEE;
  padding: 2rem 0 5rem;
}

#sidebar .sidebar .section.bottom p {
  margin-bottom: 1.75rem;
}

#sidebar .sidebar + .sidebar {
  margin-top: 1rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

footer {
  background: #363636;
}

footer .container-fluid {
  max-width: 1400px;
}

#footer-top {
  font-size: 0;
  overflow: hidden;
  padding: 5rem .5rem 3rem;
}

#footer-top .row div[class*='col-'] {
  padding: 0 4rem 0 1rem;
}

#footer-top h2 {
  color: #2DA2D4;
  font-size: 1.675rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  position: relative;
}

#footer-top h2::after {
  background: #2DA2D4;
  bottom: 0;
  content: '';
  display: block;
  height: .25rem;
  margin: .75rem 0 0;
  width: 115px;
}

#footer-top i {
  color: #2DA1D4;
  margin-right: .25rem;
  text-align: center;
  width: 1rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#footer-top p {
  color: #FFF;
  margin: 0;
}

#footer-top a,
#footer-top a:active,
#footer-top a:focus {
  color: #FFF;
  display: inline-block;
}

#footer-top a {
  margin: 0 auto;
  text-align: center;
}

#footer-top a,
#footer-top p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 0 0 6px;
}

#footer-top h2 + p {
  margin: 0 0 1.25rem;
}

#footer-top address a,
#footer-top address p {
  font-size: .9rem;
}

#footer-top a:hover {
  color: #FFF;
}

#footer-top form {
  margin: 1.6525rem 0 0;
}

#footer-top .form-control {
  background: #FBFBFB;
  border: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  height: 3.75rem;
  padding: 0 1.75rem;
}

#footer-top .form-control:focus {
  background: #FFF;
}

#footer-top .btn-secondary {
  border-color: #FFF;
  color: #FFF;
  margin: 2rem 0 0;
  padding: .875rem 2rem;
}

#footer-top .btn-secondary:hover {
  background: transparent;
  border-color: #2DA1D3;
  color: #2DA1D3;
}

#footer-bottom a:hover,
#footer-menu a:hover,
#footer-top address a:hover {
  color: #73B80B;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FOOTER MIDDLE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer-middle .row {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  margin: 0;
  padding: 1rem 0;
}

#footer-middle .logo {
  padding: 0 1rem 0;
}

#footer-middle img {
  max-width: 100%;
}

#footer-menu {
  position: relative;
  padding: 0 0 0 2rem;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer-menu a {
  color: #FFF;
  font-size: 1rem;
  position: relative;
}

#footer-menu a:not(:last-of-type) {
  margin-right: 1rem;
  padding: 0 .9375rem 0 0;
}

#footer-menu a:not(:last-of-type)::after {
  border-right: 2px solid #FFF;
  bottom: .0625rem;
  content: '';
  display: block;
  position: absolute;
  right: -.125rem;
  top: .1875rem;
}

#footer-menu a:last-of-type {
  padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FOOTER BOTTOM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer-bottom {
  overflow: hidden;
  padding: 1.25rem 1rem 2rem;
}

#footer-bottom a,
#footer-bottom p {
  color: #FFF;
  display: inline-block;
  font-weight: 400;
  font-size: .8rem;
  line-height: 1rem;
  margin: 0 0 .5rem;
}

#footer-bottom .byf-link p {
  margin: 0;
}

#footer-social {
  font-size: 0;
  margin: 1.5rem 0 0;
  text-align: right;
}

#footer-social a {
  display: inline-block;
}

#footer-social i {
  color: #2DA1D4;
  font-size: 1.25rem;
  margin: 0 .25rem;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#footer-social a:hover i {
  color: #73B80B;
}

#footer-social a:not(:first-of-type) {
  margin-left: 1rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SCROLL TO TOP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#scroll-icon {
  bottom: 5.75rem;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  right: 1rem;
  text-align: center;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

#scroll-icon .fa,
#scroll-icon .fa:active,
#scroll-icon .fa:focus {
  background: rgba(0, 179, 208, .4);
  border: 1px solid rgba(0, 179, 208, .8);
  -webkit-border-radius: 2px;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 25px;
  padding: 10px 15px;
  pointer-events: none;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#scroll-icon:hover .fa,
#scroll-icon.footer:hover .fa {
  background: #00B3D0;
  border-color: #00B3D0;
}

#scroll-icon.footer .fa {
  background: #73B80B;
  border: 1px solid #73B80B;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MISCELLANEOUS FIXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  height: 100%;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
  -ms-overflow-style: scrollbar;
}

textarea {
  resize: vertical;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

.error,
.errors {
  background-color: #FFF !important;
  border: 1px solid #FF0000 !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FF0000 !important;
  font-size: 14px;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  padding: 13px 10px 12px !important;
}

.error p,
.errors p {
  font-size: 14px;
  padding-bottom: 0;
}

.error ul,
.errors ul {
  font-weight: 400 !important;
  list-style-position: inside;
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 30px;
}

.resourcestrick > h1,
.resourcestrick > h3 {
  padding-bottom: 0 !important;
}

.resourcestrick > h1 + br,
.resourcestrick > h3 + br {
  display: none;
}

.resourcestrick > .resourcefix:first-of-type {
  margin-top: 0;
}

.resourcefix {
  font-size: 20px;
  margin: 20px 0 2px;
}

.resourcefix + br {
  display: none;
}

table td {
  font-size: 14px;
  line-height: 1.5;
}

.resourcestrick .resourcefix:first-of-type {
  margin-top: 0;
}

.resourcestrick br:first-of-type {
  display: none;
}

label,
.form-control {
  font-size: 14px;
}

label {
  font-size: 14px;
  font-weight: 400;
}
.verify {
  display: none;
}

.consultation_form .verification .col-xs-12 {
  padding: 5px 15px !important;
}

#consultation label {
  margin-bottom: 5px;
}

#consultation .form-group:not(:nth-of-type(8)):not(:nth-of-type(9)) label {
  display: none;
}

#consultation textarea.form-control {
  height: 115px;
}

.newsletter_form > form {
  font-size: 14px;
}

#contactForm a,
#inner #consultation a,
.newsletter_form a {
  font-size: 12px;
}

.consultation_form .col-xs-12.col-sm-4.text-center {
  text-align: left;
  width: 25%;
}

.newsletter_form label {
  font-weight: 400;
  text-align: right;
}

.newsletter_form .fsd + .form-group > label {
  margin-top: -5px;
}

#captcha {
  border: none !important;
}

.divider {
  background: #CCC;
  display: block;
  height: 1px;
  margin: 24px 0 10px;
  max-width: 100%;
  width: 210px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1500 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width: 1500px) {
  #team .pics .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #team .pics .team:first-of-type {
    margin: 0 auto 2rem;
    width: 60%;
  }

  #team .pics .team:last-of-type {
    margin: 0 auto;
    width: 60%;
  }

  #team .text {
    padding: 4rem 0;
  }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1199 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width: 1199px) {

  .navbar .navbar-nav .nav-link,
  .navbar .navbar-nav .nav-link:active,
  .navbar .navbar-nav .nav-link:focus {
    font-size: .9375rem;
    padding: .675rem .75rem;
  }

  #myCarousel .carousel-item {
    height: 600px;
  }

  #index .text {
    padding: 5rem 2rem 6rem 3rem;
  }

  #call-to-action .text-column {
    padding: 0 2rem 0 2rem;
  }

  #team .pics {
    padding: 6rem 1rem 6rem;
  }

  #team .bio p {
    font-size: .75rem;
  }

  #industries .industry {
    padding: 2rem 1rem;
  }

  #testimonials .testimonial-column {
    padding: 5rem 2rem 9rem 3rem;
  }

  #industries {
    padding: 5rem 0em;
  }

  #affiliates .container-fluid img {
    margin: 1.5rem 1rem;
    max-width: 165px;
  }

  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, a.btn-primary:active, a.btn-primary:focus,
  a.btn-primary:active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus,
  a.btn-secondary, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary: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, .btn-default:not(:disabled):not(.disabled):active:focus {
    padding: .5rem 1.5rem;
  }

  .buttons a + a {
    margin: 0 0 0 1rem;
  }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
991 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width: 991px) {

  #toolbar {
    padding: .25rem 0 .1875rem;
  }

  #toolbar a {
    font-size: .93758rem;
  }

  #toolbar .row #toolbar-social {
    margin-left: .5rem;
  }

  #toolbar .row #toolbar-social a:not(:last-of-type) {
    margin: 0 .25rem 0 0;
  }

  #toolbar .row a:not(:last-of-type) {
    margin: 0 1rem 0 0;
  }

  #header-logo {
    padding: 1rem 1rem;
  }

  #header-logo img {
    float: left;
  }

  .navbar .navbar-nav .nav-link,
  .navbar .navbar-nav .nav-link:active,
  .navbar .navbar-nav .nav-link:focus {
    font-size: 1.125rem;
  }

  #navbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .navbar-brand {
    border: 0;
  }

  .navbar .navbar-nav .nav-link,
  .navbar .dropdown-item {
    text-align: center;
  }

  .navbar .dropdown-item {
    font-size: 1rem;
  }

  .navbar .navbar-nav .nav-item:last-child {
    margin: .5rem auto 0;
  }

  #navbar-spy {
    display: none;
  }

  .dropdown-menu {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }

  #myCarousel .carousel-item {
    height: 500px;
  }

  #myCarousel .carousel-caption {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  #myCarousel .carousel-caption h2::before {
    margin: 0 auto 1.25rem;
  }

  #myCarousel .carousel-caption h2 {
    font-size: 3.25rem;
    margin: 0 0 1rem;
  }

  #myCarousel .carousel-caption p {
    font-size: 1.5rem;
  }

  #call-to-action .text-column {
    padding: 0 2rem 0 2rem;
  }

  #index .row .split-bg {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #index .split-bg {
    min-height: 20rem;
  }

  #index .index-content {
    padding: 6rem 5rem;
  }

  #testimonials .testimonial-column {
    padding: 3rem 1.5rem 6rem;
  }

  #index .text h1,
  #team h2,
  #consultation h2,
  #testimonials h2 {
    font-size: 1.75rem;
    margin: 0 0 1.25rem;
  }

  #index .text {
    padding: 5rem 1.5rem 6rem 1.5rem;
  }

  #industries {
    padding: 5rem 0;
  }

  #team .text {
    padding: 6rem 1.5rem;
    min-height: 0
  }

  #team .pics {
    padding: 0 1rem 6rem;
  }

  #consultation .text {
    padding: 6rem 1.5em;
    min-height: 0;
  }

  #team > i,
  #consultation > i,
  #index>i,
  #testimonials i {
    font-size: 30vw;
    top: 30%
  }

  #consultation > i {
    top: 22%;
  }

  #team .pics .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #team .pics {
    padding: 0 2rem 6rem;
  }

  #testimonials .testimonial-column {
    padding: 5rem 2rem 8rem 2rem;
  }

  #team .pics .team:first-of-type,
  #team .pics .team:last-of-type {
    margin: 0 auto;
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }

  #team .bio p {
    font-size: .9751rem;
  }

  #team .overlay h2 {
    font-size: 1.125rem;
  }

  #services h2 {
    font-size: 1.5rem;
  }

  #industries {
    padding: 5rem 0;
  }

  #industries h3 {
    font-size: 2rem;
  }

  #industries span.btn-primary {
    font-size: 1rem;
  }

  #industries .row div[class*="col-"]:nth-child(2),
  #industries .row div[class*="col-"]:nth-child(5) {
    padding-left: 0;
  }

  #industries .row div[class*="col-"]:nth-child(4),
  #industries .row div[class*="col-"]:nth-child(7) {
    padding-right: 0;
  }

  #industries .industry {
    padding: 2rem 1.5rem;
  }

  #services .container-fluid,
  #industries .container-fluid {
    padding: 0;
  }

  #callout h2 {
    font-size: 6vw;
  }

  #callout .btn-secondary {
    padding: .75rem 2rem;
  }

  .sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  #sidebar .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  #sidebar .top .text,
  #sidebar .top .book {
    width: 50%;
  }

  #sidebar .bottom {
    width: 100%;
  }

  .sidebar .buttons {
    width: 100%;
  }

  #footer-top .row div[class*='col-'] {
    padding: 0 1rem;
  }

  #footer-menu {
    padding: 1.5rem 0 0;
    text-align: left;
  }

  #footer-menu a {
    font-size: .875rem;
  }

  .newsletter_form label {
    margin-bottom: 4px;
    text-align: left !important;
  }

  .newsletter_form a {
    display: inline-block;
    margin-bottom: 10px;
  }

  * .parallax-bg {
    background-position: center center !important;
  }


}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
767 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width: 767px) {

  #scroll-icon {
    display: none;
  }

  #myCarousel .carousel-item {
    height: 400px;
  }

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

  #header-logo,
  #header-logo.fixed-top {
    padding: 1.75rem 0;
  }

  #myCarousel .carousel-item {
    max-height: 400px;
    min-height: 400px;
  }

  #myCarousel .wrapper {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #call-to-action img {
    margin: 0 auto;
    display: block;
  }

  #index .index-content {
    padding: 4rem 1.5rem 5rem;
  }

  #services .service {
    padding: 2rem 1.5rem;
  }

  #team .bio p {
    font-size: .8751rem;
  }

  #myCarousel .carousel-caption {
    display: block;
    padding: 35px 30px 40px;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  #myCarousel .carousel-caption h2 {
    font-size: 2.5rem;
  }

  #myCarousel .carousel-caption p {
    font-size: 1.25rem;
  }

  #team > i,
  #consultation > i,
  #index>i,
  #testimonials i {
    top: 30%;
  }

  #index i,
  #testimonials i {
    right: 1rem;
  }

  #team .split-bg,
  #consultation .split-bg {
    min-height: 20rem;
  }

  #call-to-action .text-column {
    padding: 0 1.5rem 4rem;
  }

  #industries {
    padding: 3rem 0;
  }

  #industries h3 br {
    display: none;
  }

  #industries .row .all-link {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  #testimonials .testimonial-column {
    padding: 5rem 1.5rem 8rem;
  }

  #callout {
    height: 25rem
  }

  #inner-content {
    padding: 4rem 1rem;
  }

  #sidebar .top .text,
  #sidebar .top .book {
    width: 100%;
  }

  #sidebar .top .book {
    text-align: center;
  }

  .sidebar {
    padding: 0 1rem;
  }

  #industries .row div[class*="col-"]:nth-child(2),
  #industries .row div[class*="col-"]:nth-child(3),
  #industries .row div[class*="col-"]:nth-child(4),
  #industries .row div[class*="col-"]:nth-child(5),
  #industries .row div[class*="col-"]:nth-child(6),
  #industries .row div[class*="col-"]:nth-child(7),
  #industries .row div[class*="col-"] {
    border: 0;
    border-bottom: 2px solid #CCC;
    padding-bottom: 0;
    padding-top: 0;
  }

  #industries .row {
    border-bottom: 0;
  }

  #footer-menu {
    margin: .1875rem 0 .5rem;
    text-align: left;
  }

  .consultation_form .col-xs-12.col-sm-4.text-center {
    width: 100%;
  }

  #footer-social {
    font-size: 0;
    margin: 1rem 0 0;
    text-align: left;
  }

  #footer-social a:not(:first-of-type),
  #footer-social a {
    margin: 0 1rem 0 0;
  }

  #footer-top a,
  #footer-top p {
    font-size: .9375rem;
  }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
575 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (max-width: 575px) {

  #toolbar {
    text-align: center;
  }

  #toolbar .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #toolbar .row > a:first-of-type{
    display: none;
  }

  .container {
    max-width: 100%;
  }

  #header-logo {
    padding: 1.75rem 0;
  }

  #services .row div[class*="col-"]:nth-child(2),
  #services .row div[class*="col-"]:nth-child(3),
  #services .row div[class*="col-"]:nth-child(4),
  #services .row div[class*="col-"]:nth-child(5) {
    border: 0;
  }

  #services .row div[class*="col-"]:nth-of-type(even) a,
  #services .row div[class*="col-"]:nth-of-type(odd) a {
    margin-left: 0;
    margin-right: 0;
  }

  #testimonials .testimonial-column {
    padding: 5rem 1.5rem 8rem;
  }


  #index .buttons a + a,
  #team .buttons a + a,
  #consultation .buttons a + a  {
    display: table;
    margin: 2rem 0 0;
  }

  #team .pics .team:first-of-type,
  #team .pics .team:last-of-type {
    margin: 0 auto 2rem;
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }

  #industries .row div[class*="col-"].all-link {
    border: 0;
  }

  #callout {
    background-position: center 28%;
  }

  #headline h1,
  #index-content h1,
  h1 {
    font-size: 1.625rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: .9375rem;
  }

  #myCarousel .carousel-item {
    max-height: 300px;
    min-height: 300px;
  }

  #myCarousel .carousel-caption h2 {
    font-size: 2rem;
  }

  #myCarousel .carousel-caption p {
    font-size: 1rem;
  }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
480 MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width: 480px) {

  #toolbar .row #toolbar-social a:not(:last-of-type) {
    margin: 0 .125rem 0 0;
  }

  #toolbar .fa-phone {
    display: none;
  }

  #inner-content h1 {
    text-align: center;
  }

  #inner-content img:not(#captcha) {
    display: block;
    float: none !important;
    margin: 0 auto 20px !important;
  }

  #myCarousel .carousel-caption {
    padding: 25px 1.25rem 30px;
  }

  #index .index-content {
    padding: 4rem 1.25rem 5rem;
  }

  #affiliates .container,
  #footer-bottom .container {
    padding: 0 1.25rem;
  }

  #footer-top .row div[class*='col-'] {
    padding: 0 1.25rem;
  }

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BOOTSTRAP OVERRIDES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 830px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

/* = = = = = = = = = = MAIN490.CSS = = = = = = = = = = */
