/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    font-family: Calibri, Corbel, Helvetica, Roboto, Droid, sans-serif;
}

body {
    font-family: Calibri, Corbel, Helvetica, Roboto, Droid, sans-serif;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, Corbel, Helvetica, Roboto, Droid, sans-serif;
}

/* section{
min-height: calc(100vh - 70px);
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 25px 0;
    /* top: 40px; */
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /* height: 75vh; */
    height: 100vh;
    /* background: url("../img/hero-bg.jpg") top left; */
    /* background-size: cover; */
    position: relative;
}

    #hero:before {
        content: "";
        /* background: rgba(255, 255, 255, 0.6); */
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .container {
        position: relative;
        padding-top: 242px;
    }

@media (max-width: 992px) {
    #hero .container {
        padding-top: 58px;
    }
}

#hero canvas {
    position: absolute;
    z-index: -1000;
}

@media (max-width: 992px) {
    #hero canvas {
        display: none;
        visibility: hidden;
    }
}

#hero h1 {
    margin: 0;
    /* font-size: 48px;
    line-height: 56px; */
    font-size: 4.75rem;
    line-height: 5.75rem;
    font-weight: 500;
    color: #222222;
    /* font-family: "Poppins", sans-serif; */
    font-family: Bower, Georgia, Times New Roman, serif;
}

    #hero h1 span {
        color: #106eea;
    }

/* #hero h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
  } */

#hero .autotype {
    border-right: 0.1em solid black;
    width: 530px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 2s steps(34, end), blink-caret 0.5s step-end infinite alternate;
    -webkit-animation-delay: 0.5s;
    letter-spacing: 6px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    margin: 30px 0 37px 0;
    color: #f3a334;
}

@media (max-width: 425px) {
    #hero .autotype {
        width: 400px;
        white-space: nowrap;
    }
}

@-webkit-keyframes typing {
    from {
        width: 0;
    }
}

@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

#hero p.description {
    clear: left;
    margin-bottom: 0;
    line-height: 2rem;
    font-size: 1.125rem;
    max-width: 600px;
}

@media screen and (min-width: 48em) {
    #hero .description {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}

#header .logo img {
    max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu a {
    display: block;
    position: relative;
    color: #222222;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 400;
    padding: 0 3px;
    font-family: Calibri, Corbel, Helvetica, Roboto, Droid, sans-serif;
}

/*--------------------------------------------------------------
# Section General
--------------------------------------------------------------*/

.section-title h3 span {
    color: #f4a63b;
}


/*--------------------------------------------------------------
  # Featured Services
  --------------------------------------------------------------*/
.featured-services {
    position: relative;
    /* min-height: calc(100vh - 70px); */
}

    .featured-services .icon {
        /* margin-bottom: 15px; */
        margin-bottom: 0;
    }


/*--------------------------------------------------------------
  # Products Drop Down
  --------------------------------------------------------------*/

.lb-item-expander-cortex {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    border-top: 2px solid #e6e7e8;
}

    .lb-item-expander-cortex:after,
    .lb-item-expander-cortex:before {
        content: " ";
        display: table;
    }

    .lb-item-expander-cortex:after {
        clear: both;
    }

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex {
        padding: 0 10px;
        border-top: none;
    }
}

.lb-item-expander-cortex a {
    outline: none;
    -ms-touch-action: none !important;
}

    .lb-item-expander-cortex a:active,
    .lb-item-expander-cortex a:hover,
    .lb-item-expander-cortex a:visited {
        text-decoration: none;
    }

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex {
        display: block;
    }
}

.lb-item-expander-cortex .lb-triangle,
.lb-item-expander-cortex .lb-triangle-inner {
    position: absolute;
    top: 0;
    width: 0;
    height: 8px;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent;
    border-top-width: 0;
    z-index: 3;
}

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-triangle,
    .lb-item-expander-cortex .lb-triangle-inner {
        left: 0;
    }
}

.lb-item-expander-cortex .lb-triangle {
    right: 20px;
    top: 21px;
    border-bottom: 8px solid #e6e7e8;
    transition: left .18s ease-out, transform .2s ease-out;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-triangle {
        display: none;
        -ms-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {
    .lb-item-expander-cortex .lb-triangle {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .lb-item-expander-cortex .lb-active .lb-triangle {
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }

    .lb-item-expander-cortex .lb-has-url .lb-triangle,
    .lb-item-expander-cortex > .lb-triangle {
        display: none !important;
    }
}

.lb-item-expander-cortex .lb-triangle-inner {
    top: 3px;
    left: -8px;
    border-bottom: 8px solid #fff;
}

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-triangle-inner {
        border-bottom-color: #fafafa;
    }
}

.lb-item-expander-cortex .lb-trigger {
    position: relative;
    display: block;
    color: #414042;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    padding: 10px 20px 10px;
    margin-bottom: 0;
    border-bottom: 2px solid #e6e7e8;
}

    .lb-item-expander-cortex .lb-trigger:visited {
        color: #414042;
    }

    .lb-item-expander-cortex .lb-trigger.lb-active,
    .lb-item-expander-cortex .lb-trigger:active,
    .lb-item-expander-cortex .lb-trigger:hover {
        color: #f8991d;
    }
/* .lb-item-expander-cortex .lb-trigger:before {
    content: "";
    display: block;
    float: left;
    margin-left: 0;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    top: 0;
    left: 50%
  } */
/* @media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-trigger:before {
      position: absolute;
      margin-left: -30px;
      width: 60px;
      height: 60px
    }
  } */
@media only screen and (max-width: 768px) {
    .lb-item-expander-cortex .lb-trigger {
        height: auto !important;
    }
}

.lb-item-expander-cortex .lb-trigger span {
    display: block;
    padding-right: 26px;
    margin-left: 50px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-trigger span {
        position: absolute;
        top: 64px;
        width: 220px;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 15px;
        line-height: normal;
    }
}

@media only screen and (min-width: 1200px) {
    .lb-item-expander-cortex .lb-trigger span {
        width: 206px;
    }
}

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-trigger {
        float: left;
        width: 33.3333%;
        height: 101px;
        padding: 10px 15px 15px;
        margin-bottom: 8px;
        border-bottom: 0;
    }
    /* .lb-item-expander-cortex .lb-trigger:before {
      left: 48%
    } */
}

@media only screen and (min-width: 980px) {
    .lb-item-expander-cortex .lb-trigger {
        width: 25%;
    }
    /* .lb-item-expander-cortex .lb-trigger:before {
      left: 50%
    } */
}

@media only screen and (min-width: 1200px) {
    .lb-item-expander-cortex .lb-trigger {
        width: 20%;
    }
}

.lb-item-expander-cortex .lb-item-expander-accordion {
    position: relative;
    display: none;
    width: 100%;
    height: 0;
    border: 0 solid #e6e7e8;
    border-bottom-width: 2px;
    overflow: hidden;
    background-color: #fafafa;
    transition: height .24s ease-out;
}

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-item-expander-accordion {
        margin-bottom: 10px;
        border-top-width: 2px;
    }
}

.lb-item-expander-cortex .lb-item-expander-accordion:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
}

.lb-item-expander-cortex .lb-item-expander-content {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    padding: 16px 0 5px 70px;
    z-index: 1;
    transition: opacity .18s ease-out;
}

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-item-expander-content {
        position: absolute;
        text-align: center;
        padding: 16px 0 0 0;
    }
}

.lb-item-expander-cortex .lb-item-expander-content.lb-active {
    opacity: 1;
    z-index: 2;
}

.lb-item-expander-cortex .lb-content-item {
    -webkit-font-smoothing: antialiased;
    padding-right: 20px;
}

    .lb-item-expander-cortex .lb-content-item a {
        display: block;
        padding-bottom: 16px;
        font-size: 14px;
        color: #333;
        line-height: 1.5;
        text-shadow: #fff 0 1px 0;
        cursor: pointer;
    }

        .lb-item-expander-cortex .lb-content-item a:visited {
            color: #333;
        }

        .lb-item-expander-cortex .lb-content-item a:active,
        .lb-item-expander-cortex .lb-content-item a:hover {
            color: #f8991d;
        }

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-content-item a {
        font-size: 15px;
    }
}

.lb-item-expander-cortex .lb-content-item span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #828282;
    letter-spacing: .03em;
}

@media only screen and (min-width: 769px) {
    .lb-item-expander-cortex .lb-content-item {
        float: left;
        width: 50%;
        padding: 0 20px 24px 20px;
    }

        .lb-item-expander-cortex .lb-content-item:nth-child(2n+1) {
            clear: left;
        }
}

@media only screen and (min-width: 980px) {
    .lb-item-expander-cortex .lb-content-item {
        width: 33.3333%;
    }

        .lb-item-expander-cortex .lb-content-item:nth-child(2n+1) {
            clear: none;
        }

        .lb-item-expander-cortex .lb-content-item:nth-child(3n+1) {
            clear: left;
        }
}

.lb-icon-ps-60-pie-bar-charts:before {
    background-position: -660px -540px;
}

[class*=" lb-icon-ps-"]:before,
[class^=lb-icon-ps-]:before {
    background-image: url(../../images/generated/products_services_sprite_b37682ea138648cb66baa0700e454329.png);
}















.lb-triangle,
.lb-triangle-inner {
    position: absolute;
    top: 0;
    width: 0;
    height: 8px;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent;
    border-top-width: 0;
    z-index: 3;
}

@media only screen and (min-width: 769px) {
    .lb-triangle,
    .lb-triangle-inner {
        left: 0;
    }
}

.lb-triangle {
    right: 20px;
    top: 21px;
    border-bottom: 8px solid #e6e7e8;
    transition: left .18s ease-out, transform .2s ease-out;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-width: 769px) {
    .lb-triangle {
        display: none;
        -ms-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {
    .lb-triangle {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .B-active .lb-triangle {
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }

    .lb-triangle {
        display: none !important;
    }
}

.lb-triangle-inner {
    top: 3px;
    left: -8px;
    border-bottom: 8px solid #fff;
}

@media only screen and (min-width: 769px) {
    .lb-triangle-inner {
        border-bottom-color: #fafafa;
    }
}

#header .logo img {
    max-height: 60px;
}
