

.pg-title-center {
  text-align: center;
}

.pg-title::after {
  content: "";
  display: block;
  height: 4px;
  width: 80px;
  margin: 10px 0 15px 0;
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
}

.pg-title-center::after {
  margin-left: auto;
  margin-right: auto;
}

.larger-text {
  font-size: 1.1em;
  line-height: 1.7em;
}


/* Btns */
.btn {
  padding: .7em 1.6em;
}

button#contact-sendForm {
  padding: .7em 1.6em;
  font-size: 1rem;
  margin-bottom: 1.2em;
}



/* Links */
.ahi-btn-link,
.employees a {
  position: relative;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: opacity .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
  -o-transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
  transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
  transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

.ahi-btn-link {
  padding: 5px 0;
}

.ahi-btn-link,
.employees a {
  color: var(--color-theme-secondary);
}
.ahi-btn-link-rev {
   color: var(--color-theme-text-btn);
   padding: 5px 0;
}
.ahi-btn-link:hover,
.employees a:hover {
   color: var(--color-theme-highlight);
}
.ahi-btn-link-rev:hover {
  color: var(--color-theme-border);
}

.ahi-btn-link::after,
.employees a::after {
    border-color: var(--color-theme-highlight);
    content: '';
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.ahi-btn-link-rev:hover::after {
  border-color: var(--color-theme-hghlht);
}

.ahi-btn-link:hover::after,
.employees a:hover::after {
  opacity: 1;
  left: 0;
  right: 0;
}

.employees a {
  font-size: 1.1em;
}


/*-- Header --*/

.header .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: normal;
}

.header .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff;
}

nav.navbar.affix {
    -webkit-box-shadow: 0px 0px 15px -10px black;
    box-shadow: 0px 0px 15px -10px black;
}

@media(max-width: 991px) and (min-width: 768px){
    .header-info .row {
        -ms-flex-pack: center;
        justify-content: center;
    }
}


@media(min-width: 992px) {

    .header .header-info-logo-img {
        position: fixed;
        top: 40px;
        z-index: 1049;
    }

    nav.navbar .container {
        position: relative;
        height: 121px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 33px;
    }

.header .header-info-logo-img img {
max-width: 65%!important;
}
}


/*===================================================================================================
    Module Padding
===================================================================================================*/

.modpad {
  padding-left: 0;
  padding-right: 0;
}
@media(min-width: 992px){
  .modpad {
   padding-left: 20px;
   padding-right: 20px;
  }
  .detailedlist {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media(min-width: 769px){
  .modpad {
   padding-left: 25px;
   padding-right: 25px;
  }
  .detailedlist {
    margin-left: 25px;
    margin-right: 25px;
  }
}

/* Ahi List */
.modpad.ahi-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -12px;
  margin-right: -12px;
}
.modpad.ahi-list + .modpad.ahi-list {
  padding-top: 5px;
}
.modpad .ahi-list-wrapper {
  margin-right: 12px;
  margin-left: 12px;
}
@media(max-width: 991px){
  .modpad .ahi-list-wrapper {
      margin-right: 0;
      margin-left: 0;
  }
  .modpad.ahi-list {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .modpad.ahi-list + .modpad.ahi-list {
    padding-top: 0;
    margin-top: -20px;
  }

}


/*===================================================================================================
    Home - Hero & Phone Callout
===================================================================================================*/
/* Hero */
.hero {
  position: relative;
  overflow: hidden;
}
.hero-content-container {
  position: relative;
  z-index: 2;
}

.hero-content {
  position: relative;
  padding: 2em 20px;
  background: rgba(255,255,255,0.95);
}

  .hero .display-4 {
    font-size: 4rem;
    line-height: .8em;
  }


/* Hide bg image on mobile */
@media(min-width: 768px){
  .hero-img {
    min-height: 700px;
    background: url('https://apihoard.webit.com/api/v1/Image/E7BD367098BC30B7457C9269F687083C/E7BD367098BC30B7457C9269F687083C.jpg?size=1920x1440') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: -1px;
  }
  .hero {
    position: relative;
    overflow: hidden;
  }
  .hero-content {
    position: absolute;
    bottom: 3em;
    padding: 2.5em 2em;
  }

}
@media(max-width: 992px) and (min-width: 768px){
  .hero-content {
    bottom: 2em;
    padding: 2em;
  }
  .hero-img {
    min-height: 600px;
    background: url('https://apihoard.webit.com/api/v1/Image/E7BD367098BC30B7457C9269F687083C/E7BD367098BC30B7457C9269F687083C.jpg?size=1280x960') no-repeat center center;
  }
}


.hero-content {
    font-size: 1.2em;
}

.ahi-callout {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  margin-bottom: -1px;
}
.ahi-callout .container {
  position: relative;
  z-index: 2;
}

.ahi-callout h5 {
  font-size: 1.2em;
  line-height: 1.3em;
}

.ahi-callout a {
  font-size: 2em;
}

.ahi-callout .ahi-bg {
  position: absolute;
  z-index: 1;
  top: -71%;
  left: -8%;
  opacity: .2;
}

.ahi-callout .ahi-bg img {
  max-width: 300px;
}

/*===================================================================================================
    Home - Services Image List
===================================================================================================*/

/* Ahi List */
.ahi-list-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.ahi-list-image {
  display: block;
  position: relative;
  height: 400px;
}

  .ahi-list-image img{
    width: 100%;
    min-height: 400px;
    object-fit: cover;
  }

.ahi-list-image::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, .65)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, .65) 100%);
    -webkit-transition: opacity .3s cubic-bezier(.35, .8, .35, .8);
    -o-transition: opacity .3s cubic-bezier(.35, .8, .35, .8);
    transition: opacity .3s cubic-bezier(.35, .8, .35, .8);
    z-index: 1;
}
.ahi-list-wrapper:hover .ahi-list-image::before {
    opacity: 1;
}

.ahi-list-content {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 95%;
    padding: 20px 20px 0 20px;
    color: #fff;
    z-index: 2;
}

.ahi-list-title {
  font-size: 3em;
  margin-bottom: 0;
  line-height: 1em;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
  -o-transition: transform .3s cubic-bezier(.35, .8, .35, .8);
  transition: transform .3s cubic-bezier(.35, .8, .35, .8);
  transition: transform .3s cubic-bezier(.35, .8, .35, .8) -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

.ahi-list-text {
  font-size: 1.2em;
}

.ahi-list-text,
.ahi-btn {
  opacity: 0;
  height: 0;
  padding: 0;
}
.ahi-list-text{
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: opacity .3s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8), height .3s cubic-bezier(.35, .8, .35, .8);
  -o-transition: transform .3s cubic-bezier(.35, .8, .35, .8), opacity .3s cubic-bezier(.35, .8, .35, .8), height .3s cubic-bezier(.35, .8, .35, .8);
  transition: transform .3s cubic-bezier(.35, .8, .35, .8), opacity .3s cubic-bezier(.35, .8, .35, .8), height .3s cubic-bezier(.35, .8, .35, .8);
  transition: transform .3s cubic-bezier(.35, .8, .35, .8), opacity .3s cubic-bezier(.35, .8, .35, .8), height .3s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

.ahi-btn{
  position: relative;
  font-weight: 800;
  padding: 5px 0;
  display: inline-block;
  -webkit-transition: opacity .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
  -o-transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
  transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
  transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

.ahi-btn::after {
    border-color: var(--color-theme-hghlht);
    content: '';
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    transition: left 250ms ease-in-out, right 250ms ease-in-out;
}


.ahi-list-wrapper:hover .ahi-list-title,
.ahi-list-wrapper:hover .ahi-list-text,
.ahi-list-wrapper:hover .ahi-btn {
  height: auto;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 1
}

.ahi-list-wrapper:hover .ahi-list-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

.ahi-list-wrapper:hover .ahi-btn::after {
  opacity: 1;
  left: 0;
  right: 0;
}

@media(max-width: 991px){
  .ahi-list-wrapper .ahi-list-title,
  .ahi-list-wrapper .ahi-list-text,
  .ahi-list-wrapper .ahi-btn {
    height: auto;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1
  }
  .ahi-list-wrapper .ahi-list-text {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .ahi-list-wrapper .ahi-list-image::before {
    opacity: .8;
  }
  .ahi-list-wrapper .ahi-btn::after {
    opacity: 1;
    left: 0;
    right: 0;
  }
  .ahi-list-wrapper {
    animation-duration: 100ms;
  }
}



/*===================================================================================================
    Services & About
===================================================================================================*/
.ahi-services {
  padding-left: 10px;
  padding-right: 10px;
}

.ahi-services-wrapper {
  max-width: 750px;
}

.ahi-services-wrapper p {
  font-size: 1.15em;
  line-height: 1.8em;
}

.ahi-services-list {
  margin-bottom: -9px;
}

.ahi-services-list li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 32px;
}

/* Checkmark */
.ahi-services-list li::before {
  float: left;
  overflow: hidden;
  width: 22px;
  height: 22px;
  content: "";
  margin-left: -30px;
  background-image: url('https://apihoard.webit.com/api/v1/Image/D78268E1ABA2BBCCEB1FA56D0204F213/D78268E1ABA2BBCCEB1FA56D0204F213.png?size=320x240');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media(min-width: 768px){
  .page-home .ahi-services .container {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .ahi-services .container,
  .employees-container {
    max-width: 100%;
  }
}
@media(min-width: 1350px){
  .ahi-services .container,
  .employees-container {
    max-width: 90%;
  }
}
@media(min-width: 1450px){
  .ahi-services .container,
  .employees-container {
    max-width: 80%;
  }
}
@media(min-width: 1730px){
  .ahi-services .container,
  .employees-container {
    max-width: 70%;
  }
}


/*===================================================================================================
    Internal Pages - Titles
===================================================================================================*/

.ahi-title {
    position: relative;
    padding: 2em 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center; center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ahi-title .pg-title {
    margin-top: 15px;
}
.ahi-title .pg-title::after {
    margin-bottom: 0;
}

@media(max-width: 767px){
  .ahi-title-about {
    background-image: url("https://apihoard.webit.com/api/v1/Image/700C70737EBD3F7A8DBAECB3C6A940DE/700C70737EBD3F7A8DBAECB3C6A940DE.jpg?size=800x600");
  }
  .ahi-title-services {
    background-image: url("https://apihoard.webit.com/api/v1/Image/700C70737EBD3F7A8DBAECB3C6A940DE/700C70737EBD3F7A8DBAECB3C6A940DE.jpg?size=800x600");
  }
  .ahi-title-contact {
    background-image: url("https://apihoard.webit.com/api/v1/Image/700C70737EBD3F7A8DBAECB3C6A940DE/700C70737EBD3F7A8DBAECB3C6A940DE.jpg?size=800x600");
  }


}

@media(min-width: 768px){
  .ahi-title-about {
    background-image: url("https://apihoard.webit.com/api/v1/Image/700C70737EBD3F7A8DBAECB3C6A940DE/700C70737EBD3F7A8DBAECB3C6A940DE.jpg?size=1920x1440");
  }
  .ahi-title-services {
    background-image: url("https://apihoard.webit.com/api/v1/Image/700C70737EBD3F7A8DBAECB3C6A940DE/700C70737EBD3F7A8DBAECB3C6A940DE.jpg?size=1920x1440");
  }
  .ahi-title-contact {
    background-image: url("https://apihoard.webit.com/api/v1/Image/700C70737EBD3F7A8DBAECB3C6A940DE/700C70737EBD3F7A8DBAECB3C6A940DE.jpg?size=1920x1440");
  }

}
.ahi-title::after {
  overflow: hidden;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.ahi-title .container {
  position: relative;
  z-index: 2;
}



/* CTA LET'S TALK WIDGET */


.cw-setup {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 50;
    border: 2px solid #222;
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0/44%);
    box-shadow: 2px 2px 2px rgb(0 0 0/44%)
}

.cw-setup:hover {
    cursor: pointer
}

.hidden {
    display: none
}

#cw-contactBtns {
    margin-top: 8px
}

#cw-contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 13px 10px 10px 10px;
    border-radius: 50%;
    background: #231f20
}

#cw-contactBtns a:before {
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff
}

.cw-Phone:before {
    content: "\f2a0"
}

.cw-Email:before {
    content: "\f0e0"
}

.cw-Text:before {
    content: "\f086 "
}
