.header-info {
    display: none
}

nav.navbar a.navbar-brand {
    display: block!important;
    background: url(https://apihoard.webit.com/api/v1/Image/3CD630717915D433A9A3C4E59D61970E/3CD630717915D433A9A3C4E59D61970E.png?size=1920x1440) no-repeat!important;
    background-size: cover!important;
    width: 236px!important;
    height: 100px;
    max-width: none;
    color: transparent!important
}

.header .header-container .navbar .container {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.header .navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400
}

.header .navbar .navbar-nav .nav-link {
    text-transform: uppercase
}

.page-home .header-info {
    display: none
}
   


.hero {
    position: relative;
    overflow: hidden
}

.hero-content-container {
    position: relative;
    z-index: 2
}

.hero-content {
    position: relative;
    padding: 2em 20px;
    background: rgba(0,0,0,.75)
}

.hero .display-4 {
    font-size: 4rem;
    line-height: 1em
}

@media(max-width: 400px) {
    .hero .display-4 {
        font-size:3.5rem;
        line-height: .8em
    }
}

@media(min-width: 768px) {
    .hero-img {
        min-height:700px;
        background: url(https://apihoard.webit.com/api/v1/Image/7C575A1F6C3F28F5E153F04EC3993904/7C575A1F6C3F28F5E153F04EC3993904.jpg?size=1920x1440) no-repeat bottom center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-bottom: -1px;
        background-attachment: fixed;
    }

    .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/7C575A1F6C3F28F5E153F04EC3993904/7C575A1F6C3F28F5E153F04EC3993904.jpg?size=1280x960) no-repeat center center
    }
}

.hero-content {
    font-size: 1.2em
}

.pg-title::after {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    margin: 10px 0 15px;
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn)
}
  
   
   
   
   .title {
    padding-top: 3em;
    padding-bottom: 3.15em;
    text-align: center;
    background-image: linear-gradient(45deg,#000,transparent),url('https://s3.amazonaws.com/fcwebmanager/Trades & Construction/SmartSites/HeroImages/0/trades_14.jpg');
    color: #fff;
    text-shadow: 1px 2px 2px var(--color-theme-highlight);
    font-size: 1.15em;
    margin-bottom: 1em;
    border-bottom: 6px solid var(--color-theme-primary);
    background-attachment: fixed;
    background-position: top;
    
}



.modpad {
    padding-left: 0;
    padding-right: 0
}

@media(min-width: 992px) {
    .modpad {
        padding-left:20px;
        padding-right: 20px
    }
}

@media(min-width: 769px) {
    .modpad {
        padding-left:25px;
        padding-right: 25px
    }
}

.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
    }
}

.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;
    color: #fff;
    z-index: 2
}

.ahi-list-title {
    font-size: 3em;
    margin-bottom: 0;
    line-height: .8em;
    -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
    }
}


.cw-testimonialsbg {
    background-image: url(https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_05.jpg);
    background-size: cover;
    background-attachment: fixed;
}



.card {
    box-shadow: 0 4px 8px 0 #000;
      background: #181B1F;
      color: #fff;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: var(--color-theme-highlight)!important;
    border: none;
    padding: 5px 20px!important;
    font: inherit;
    font-size: 50px!important
}

.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--color-theme-secondary)!important;
    background-color: transparent!important
}

.owl-carousel .card {
    margin: 5px
}

.owl-dots {
    display: none
}

button:focus {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline-width: 0
}

.item {
    display: none
}

.next {
    display: block!important;
    position: relative;
    transform: scale(.8);
    transition-duration: .3s;
    opacity: .6
}

.prev {
    display: block!important;
    position: relative;
    transform: scale(.8);
    transition-duration: .3s;
    opacity: .6
}

.item.show {
    display: block;
    transition-duration: .4s
}

.owl-carousel .fa-star {
    color: var(--color-theme-highlight)
}

.owl-carousel h6 {
    color: var(--color-theme-primary);
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    .next,.prev {
        transform:scale(1);
        opacity: 1
    }

    .item {
        display: block!important
    }
}


.cw-cascade {
    margin: 0 auto;
    padding: 5em 0
}

.cw-cascade:before {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.74)
}

.cw-cascadeText {
    z-index: 20
}

.cw-cascadeText h3 {
    font-size: 2.5rem
}

.cw-cascade .cw-checklist li {
    font-size: 1.5rem;
    font-weight: 700
}

@media(min-width: 768px) {
    .page-home .cw-cascade {
        padding:8em 0
    }

    .cw-cascade .cw-checklist li {
        font-size: 1.25rem
    }

    .page-home .title .title-heading {
        font-size: 2.25rem
    }
}

.cw-checklist li {
    display: inline-block;
    padding: .5em .75em
}

.cw-checklist li:before {
    content: "\2713";
    margin-right: .5em;
    color: var(--color-theme-primary)
}



.textwithimage img {
    border-radius: 35px;
    border: 10px double var(--color-theme-primary);
}

.detailedlist-img img {
    border-radius: 35px;
    border: 10px double var(--color-theme-primary);
}