/* Fonts
-------------------------*/

@font-face {
    font-family: 'FrutigerLT-45Lt';
    src: url('../../assets/fonts/FrutigerLT-45Lt.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/FrutigerLT-45Lt.woff') format('woff'), url('../../assets/fonts/FrutigerLT-45Lt.ttf') format('truetype'), url('../../assets/fonts/FrutigerLT-45Lt.svg#FrutigerLT-45Lt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLT-56It';
    src: url('../../assets/fonts/FrutigerLT-56It.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/FrutigerLT-56It.woff') format('woff'), url('../../assets/fonts/FrutigerLT-56It.ttf') format('truetype'), url('../../assets/fonts/FrutigerLT-56It.svg#FrutigerLT-56It') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLT-65Bd';
    src: url('../../assets/fonts/FrutigerLT-65Bd.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/FrutigerLT-65Bd.woff') format('woff'), url('../../assets/fonts/FrutigerLT-65Bd.ttf') format('truetype'), url('../../assets/fonts/FrutigerLT-65Bd.svg#FrutigerLT-65Bd') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General Styles
-------------------------*/

#header {
    border: none;
    height: 0px;
}

body {
    height: 100%;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #434341;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #FFF;
}

a {
    color: #434341;
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus, a:active, a:visited {
        color: #434341;
        text-decoration: none;
        outline: none;
    }

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0;
    color: #434341;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'FrutigerLT-65Bd', sans-serif;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 64px;
    font-weight: 500;
    font-family: 'FrutigerLT-65Bd', sans-serif;
}

h2 {
    font-size: 42px;
    font-weight: 500;
}

h3 {
    font-size: 38px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-weight: 500;
}

p {
    margin: 0 0 1em;
    font-size: 17px;
}

ul, ol {
    @include line-height(28);
    list-style-type: none
}

#start .section {
    padding: 40px 0;
}

strong {
    font-weight: 600;
}

#body-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Header
-------------------------*/

.overlay.open {
    visibility: visible;
    height: 100%;
    opacity: .98;
}

.header-fixed .mobile-menu {
    z-index: 9999999;
}

.header-fixed #header, #header .navbar-section {
    height: 180px;
    border-bottom: none;
    z-index: 3000;
}

#header .logo img, #header .logo svg {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.header-fixed #body-wrapper {
    padding-top: 180px;
}

#header a {
    color: #434341;
    border-bottom: solid 3px transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#header .dropmenu ul li a.active, #header .dropmenu ul li a:focus, #header .dropmenu ul li a:hover {
    color: #434341 !important;
    border-bottom: solid 3px #a42649;
}

.dropmenu ul li a {
    display: block;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    margin: 0 10px;
}

.navbar .navbar-section {
    align-items: flex-end;
}

.navbar {
    top: -20px;
    position: relative;
}

.modular-hero #to-start {
    display: none;
}

body.header-fixed.header-animated #header.scrolled {
    padding: 40px 0 40px 20px;
    z-index: 10;
}

    body.header-fixed.header-animated #header.scrolled .logo img, body.header-fixed.header-animated #header.scrolled .logo svg {
        width: 100px;
        height: auto;
    }

.mobile-menu .button_container {
    height: 50px;
}

#social-wrapper {
    position: absolute;
    top: 80px;
    right: 280px;
}

.icon-social {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    display: inline-block;
    background-size: 28px;
    float: left;
    margin: 0 10px;
}

#icon-facebook {
    background-image: url(../../assets/images/icon-facebook.png);
}

#icon-twitter {
    background-image: url(../../assets/images/icon-twitter.png);
}

#icon-linkedin {
    background-image: url(../../assets/images/icon-linkedin.png);
}

#search-wrapper {
    position: absolute;
    top: 80px;
}

    #search-wrapper form {
        position: relative;
    }

    #search-wrapper .search-input {
        width: 100%;
        height: 28px;
        min-height: 28px;
    }

.search-submit img {
    display: none;
}

input.search-field, input.search-input {
    box-shadow: none;
    border: none;
    background: #d1cfcf;
    width: 250px !important;
    outline: none;
    padding: 0px 8px;
}

#search-wrapper form:after {
    content: ' ';
    background-image: url(../../images/icon-search.png);
    background-color: transparent;
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: block;
    position: absolute;
    right: 6px;
    top: 4px;
    border: none;
    font-size: 0;
}

button.search-submit {
    display: none;
}

section.search-row {
    margin: 40px 0;
}

::-webkit-input-placeholder {
    font-style: italic;
    font-size: 18px;
    color: #000 !important;
}

::-moz-placeholder {
    font-style: italic;
    font-size: 18px;
    color: #000 !important;
}

:-ms-input-placeholder {
    font-style: italic;
    font-size: 18px;
    color: #000 !important;
}

:-moz-placeholder {
    font-style: italic;
    font-size: 18px;
    color: #000 !important;
}

.scrolled #social-wrapper, .scrolled #search-wrapper {
    display: none;
}

.dropmenu ul li a:only-child:last-child {
    padding-right: 10px;
}

div#social-wrapper-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.treemenu .toggler {
    font-size: 2rem;
    line-height: 2rem;
    float: right;
    cursor: pointer;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 10px;
}

/* Home
-------------------------*/

#home-carousel {
    margin-top: 180px;
}

    #home-carousel img {
        position: relative;
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

    #home-carousel .hero-content-wrapper {
        position: absolute;
        top: 20%;
        max-width: 1296px;
    }

        #home-carousel .hero-content-wrapper h1 {
            color: #FFF;
            text-align: left;
            z-index: 1;
            position: relative;
        }

        #home-carousel .hero-content-wrapper .btn {
            background: #90a33a;
            padding: 5px 20px;
            border-radius: 0;
            color: #FFF;
            outline: none;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            border: none;
            height: auto;
            margin-top: 20px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
            z-index: 1;
            position: relative;
        }

.btn:visited {
    color: #fff;
}



.btn:focus, .btn:hover, .button:focus, .button:hover {
    /* border: none; */
    /* transform: scale(1.1); */
    /* background: #8a2440; */
    /* color: #fff; */
}

#intro-banner {
    background: rgba(67,67,65,0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.carousel-indicators {
    bottom: 50px;
    display: none;
}

#txt-intro {
    color: #FFF;
    font-size: 22px;
    font-style: italic;
    margin: 0;
    padding: 10px 0;
}

.about-bg {
    width: 100%;
    height: 765px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.row.no-gutter .col-md-4 {
    padding: 0;
}

.about-overlay {
    position: absolute;
    top: 0;
    background: rgba(67,67,65,0.6);
    width: 100%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 100%;
    z-index: 0;
}

.about-content-wrapper {
    padding: 30px;
    height: 100%;
}

    .about-content-wrapper p {
        position: relative;
        color: #FFF;
        z-index: 1;
        font-weight: 600;
    }

#about-2 .about-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-3 .about-content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about-content-wrapper p:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFF;
}

.about-content-wrapper p:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFF;
    position: absolute;
    left: -30px;
    margin-top: -5px;
}

.grey-bg {
    background: #eae9e8;
}


.claret-bg {
    background: #A42549;
}

.title-border {
    padding-bottom: 20px;
    border-bottom: solid 2px #a42649;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url(../../images/bc/icon-arrow-left.png);
}

.carousel-control-next-icon {
    background-image: url(../../images/bc/icon-arrow-right.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 24px;
    height: 28px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

    .carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
        transform: scale(1.3);
    }

.carousel-control-next, .carousel-control-prev {
    width: 80px;
}

.carousel-indicators li.green {
    background-color: #90a33b;
}

#support-carousel .carousel-indicators {
    bottom: 0;
}

#support-carousel .carousel-inner {
    overflow: initial;
}

#support-carousel a.carousel-control-next {
    right: -70px;
}

#support-carousel a.carousel-control-prev {
    left: -70px;
}

#area-search, #area-search input.search-field, #area-search label {
    width: 100%;
}

    #area-search input.search-field {
        padding: 10px;
    }

#area-search {
    position: relative;
}

    #area-search input.search-submit {
        right: 10px;
        top: 12px;
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .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 {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

section#blog-hero {
    margin-top: 180px;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-footer {
    display: none;
}

.page-news section#blog-hero {
    display: none;
}

.card-title h5.p-name.mt-1 {
    min-height: 104px;
}

.card-header {
    background-color: transparent;
    border-bottom: none;
}

.blog-listing .card {
    box-shadow: none;
    background: transparent;
}

.card-body p:last-of-type {
    padding-bottom: 10px;
}

.card-body p {
    margin: 0;
}

time.dt-published {
    color: #424240;
    font-weight: 600;
}

#blog-title {
    position: relative;
    z-index: 2;
}

.news-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    top: 0;
    z-index: 0;
}

.sidebar-content {
    margin-top: 40px;
}

h6#blog-single-date {
    text-align: left;
}

    h6#blog-single-date time.dt-published {
        color: #000;
    }

.label.label-secondary, .label.label-primary {
    color: #000;
    background: #d1cfcf;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    margin: 5px 7px;
}

.col-blog {
    margin-top: 120px;
}

#all-news {
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
}

div#category-filter {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    font-weight: 600;
}

@media screen and (min-width: 980px) {
    .bricklayer-column-sizer {
        width: 33.3%;
    }
}




/* Team
-------------------------*/


.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

    .team-member, .team-member .team-img {
        position: relative;
    }

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

    .team-hover .desk p {
        margin: 0 0 0em;
        font-size: 17px;
        padding-top: 30px;
    }

.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

    .desk, .desk h4, .team-hover .s-link a {
        text-align: center;
        color: #222;
    }

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-title {
    position: static;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .team-title h5 {
        margin-bottom: 0px;
        display: block;
        margin-top: 15px;
    }

    .team-title span {
        font-size: 11px;
        text-transform: uppercase;
        color: #a5a5a5;
    }

/* Projects
-------------------------*/

#project-hero .hero-content-wrapper {
    position: absolute;
    top: 25%;
    max-width: 1296px;
}

#project-hero h1 {
    font-size: 70px;
    line-height: 80px;
    position: relative;
    z-index: 1;
}

#project-hero h6 {
    z-index: 1;
    font-size: 30px;
    font-family: FrutigerLT-45Lt;
    font-weight: 300;
    position: Relative;
    max-width: 80%;
}

#project-featured h4 {
    text-align: center;
}

#individual-project .btn {
    background: #90a33b;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    margin-top: 20px;
    padding: 5px 15px 5px 15px;
}


/* Careers
-------------------------*/

video#hero-video {
    width: 100%;
    margin-top: 180px;
}

#careers-hero-title {
    position: absolute;
    top: 25%;
    color: #FFF;
}

#careers-image {
    background-size: cover;
    min-height: 300px;
}

#careers-wrapper .btn {
    background: #90a33b;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 5px 15px 5px 15px;
}

#careers-featured.section-top {
    padding-top: 0;
}

.border-bottom-green {
    border-bottom: solid 3px #a42649;
    width: 100%;
    padding-bottom: 5px;
}

.job-title {
    margin-bottom: 0;
}

.col {
    float: left;
    display: inline-block;
    position: relative;
}

#details-container > div {
    position: absolute;
    display: none;
}

.clickable:hover {
    cursor: pointer;
}

#map-container path {
    stroke: #000000;
    stroke-width: 2;
    fill: #00517a;
}

#map-container .rest-of path {
    fill: #0088cc;
    stroke: #ffffff;
}

#map-container #map-border path {
    stroke: #ffffff;
    stroke-width: 12
}

#map-container .clickable:hover path {
    fill: #ffffff;
}

.skills-container {
    position: relative;
}

    .skills-container > div {
        position: absolute;
    }

.hidden {
    display: none;
}

body {
    background: #ffffff;
}

.col {
    float: left;
    display: inline-block;
    position: relative;
}

#details-container > div {
    position: absolute;
    display: none;
}

.clickable:hover {
    cursor: pointer;
}

#map-container path {
    stroke: #a9a6a5;
    stroke-width: 2;
    fill: #a9a6a5;
}

#map-container .rest-of path {
    fill: #d5d3d3;
    stroke: #ffffff;
}

#map-container #map-border path {
    stroke: #ffffff;
    stroke-width: 5
}

#map-container .clickable:hover path {
    fill: #a42649;
}

#map-container {
    transform: scale(0.8);
    transform-origin: left top;
}

.testimonial-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin: 30px auto 20px auto;
    background-position: center;
    background-size: cover;
}

.testimonial-title {
    margin-bottom: 0;
}

.testimonial-position {
    font-weight: 600;
}

.testimonial-text {
    max-width: 500px;
    margin: 10px auto 0 auto;
}

.featured-careers-img {
    width: 100%;
    height: auto;
}

.careers-icon {
    width: 100px;
    height: 100px;
    display: block;
    background-size: 100px;
    background-position: center;
}

.icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .icon-holder p {
        margin-top: 10px;
        max-width: 136px;
        font-weight: 600;
        text-align: center;
        line-height: 22px;
    }

h4#careers-all-vacancies {
    float: left;
    margin: 0;
}

#careers-location-sel {
    float: right;
}

#careers-title-wrap {
    width: 100%;
    border-bottom: solid 3px #a42649;
    width: 100%;
    padding-bottom: 5px;
}

    #careers-title-wrap:after {
        content: ' ';
        clear: both;
        display: table;
    }

select {
    /* position: relative; */
    /* display: inline-block; */
    /* font-size: 16px; */
    /* font-family: sans-serif; */
    /* font-weight: 700; */
    /* color: #444; */
    /* line-height: 1.3; */
    /* height: 28px; */
    /* max-width: 100%; */
    /* min-width: 200px; */
    /* box-sizing: border-box; */
    /* margin: 0; */
    /* border-radius: 0; */
    -moz-appearance: none;
    /* -webkit-appearance: none; */
    /* appearance: none; */
    /* background-color: #fff; */
    /* background-repeat: no-repeat, repeat; */
    /* background-position: right .7em top 50%, 0 0; */
    /* background-size: .65em auto, 100%; */
    /* box-shadow: none; */
    /* border: none; */
    /* background: #d1cfcf; */
    /* width: 250px !important; */
    /* outline: none; */
    /* padding: 0px 8px; */
    /* margin-top: 6px; */
    /* outline: none; */
}

.select-dropdown:after {
    content: ' ';
    position: absolute;
    right: 25px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #a42649;
}

div#careers-featured img {
    width: 100%;
    height: auto;
}

.col-map {
    max-height: 700px;
}

div#careers-stroma-benefits .col-md-5 {
    padding-left: 0;
}

div#careers-stroma-benefits .col-md-7 {
    padding-right: 0;
}

div#careers-featured .row .col-lg-6:first-of-type {
    padding-left: 0;
}

div#careers-featured .row .col-lg-6:last-of-type {
    padding-right: 0;
}

#careers-stroma-vacanies .row .col-lg-5 {
    padding-left: 0;
}

#careers-stroma-vacanies .row .col-lg-7 {
    padding-right: 0;
}

.sharer-buttons-toolbar {
    margin-top: 60px;
}

.page-news .sharer-buttons-toolbar {
    display: none;
}

#careers-hero-mobile {
    display: none;
}

#careers-featured .col-md-6:first-of-type {
    padding-left: 0;
}

#careers-featured .col-md-6:last-of-type {
    padding-right: 0;
}


/* Contractors
-------------------------*/


.service-icon {
    width: 200px;
    height: 150px;
    display: block;
    margin: 5px auto 5px auto;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.totaliser-icon {
    height: 130px;
    width: auto;
    display: block;
    margin: 20px auto 20px auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


#client-intro h3 {
    font-size: 30px;
    font-family: FrutigerLT-45Lt;
    font-weight: 300;
    padding-top: 30px;
}

    #client-intro h3 strong {
        font-weight: 700;
        font-family: FrutigerLT-65Bd;
    }


#service-hero h1 {
    font-size: 70px;
    line-height: auto;
    font-family: FrutigerLT-45Lt;
    position: relative;
    z-index: 1;
}







#conversion-hero .hero-content-wrapper {
    position: absolute;
    top: 15%;
    max-width: 1296px;
}

.service-hero-overlay {
    background: rgb(144,162,59);
    background: linear-gradient(90deg, rgba(32,43,36,0.5536589635854341) 45%,rgba(144,162,59,0.55) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cert-hero-overlay {
    background: rgb(32,43,36);
    background: linear-gradient(90deg, rgba(32,43,36,0.7539390756302521) 46%, rgba(164,37,73,0.7875525210084033) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#service-hero .hero-content-wrapper {
    position: absolute;
    top: 15%;
    max-width: 1296px;
}

.hero-content-wrapper h4 {
    z-index: 2;
    color: #fff;
    text-decoration: underline;
    position: absolute;
}

#page-wrapper {
    overflow: hidden;
}

#service-text {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-body {
    padding-left: 30px;
    margin-bottom: 30px;
}

    .service-body p {
        margin-bottom: 10px;
    }


.service-bullet {
    background: #A42549;
    width: 100%;
}

    .service-bullet p {
        font-size: 17px;
        font-weight: 600;
        padding: 5px 15px 5px 30px;
        margin-bottom: 10px;
        color: #fff;
    }


.client-tab {
    background: #A42549;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: right;
    padding-right: 30px;
}

.client-tab-hero {
    background: #a62d4a;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    padding-right: 30px;
    z-index: 2;
    position: sticky;
    width: 100%;
    margin-left: -41%;
}


    .client-tab-hero h6 {
        color: #fff;
        margin: 0px 0;
        font-size: 34px;
        font-family: FrutigerLT-45Lt;
    }

.client-tab-bottom h2 {
    font-size: 35px;
    text-align: right;
    font-family: 'FrutigerLT-45Lt';
    padding-top: 10px;
    margin-top: 10px;
}



#quote-cta {
    padding: 0px;
    --contentWidth: 60%;
    padding-left: 2rem 1rem;
}

.quote-inside {
    max-width: var(--contentWidth);
    margin: 0 auto;
}


#services {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0px;
    --contentWidth: 700px;
    padding-left: 2rem 1rem;
}

.inside {
    max-width: var(--contentWidth);
    margin: 0 auto;
}


#home-area {
    margin-top: 0px;
    --contentWidth: 700px;
    padding-left: 2rem 1rem;
}

q {
    quotes: "“" "”" "‘" "’";
}

    q::before {
        content: open-quote;
    }

    q::after {
        content: close-quote;
    }

#body-text {
    margin-top: 100px;
    --contentWidth: 700px;
    padding-left: 2rem 1rem;
    padding-right: 15px;
    margin-bottom: 100px;
}

    #body-text li {
        color: #434341;
        font-size: 17px;
    }


#service-image {
    width: 100%;
    min-height: 400px;
    max-height: 900px;
    display: block;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 15px;
}

#body-image {
    width: 100%;
    height: 300px;
    display: block;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 15px;
}

#service-body {
    margin-top: 100px;
}

#client-body {
    margin-top: 100px;
}



#body-bottom {
    padding-top: 100px;
}


#energy {
    background-position: center;
    background-size: cover;
    min-height: 250px;
}

    #energy h4 {
        color: #fff;
        font-family: FrutigerLT-45Lt;
        font-size: 35px;
        line-height: 37px;
        font-weight: 400;
    }

#services h3 {
    color: #A42549;
    margin-bottom: 20px;
}


.body-bullet {
    font-size: 22px;
    color: #434341;
    border-bottom: 1px solid #a42649;
    font-weight: 400;
}

.cta-section h2 {
    color: #000000;
    font-family: 'FrutigerLT-45Lt';
    font-size: 35px;
    line-height: auto;
    padding-bottom: 10px;
    margin-top: 25px;
    text-align: right;
}

.cta-section h4 {
    color: #A42549;
    font-family: FrutigerLT-45Lt;
    font-size: 25px;
    line-height: auto;
    text-align: right;
    margin-top: 0px;
}



#body-text h3 {
    margin-top: 0px;
    color: #A42549;
}

#twocol-text h3 {
    font-size: 38px;
    font-family: FrutigerLT-45Lt;
}



#body-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.body-intro {
    font-size: 20px;
    line-height: 24px;
}

.body-outro {
    font-size: 20px;
    line-height: 24px;
}



ol, ul {
    margin-left: 0rem;
}



/* Converstion page
-------------------------*/



.darkgrey-bg {
    background: #d1d1d1;
}

#conversion-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

    #conversion-wrapper h3 {
        font-size: 22px;
        color: #000;
    }

    #conversion-wrapper h4 {
        font-family: 'FrutigerLT-45Lt';
        font-size: 22px;
        font-weight: 400;
        color: #000;
    }


#cb_bullets {
    padding-left: 15px;
}


#white-bg {
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
}

    #white-bg p {
        color: #000;
        font-weight: 300;
    }

#spacer {
    padding-top: 150px;
}

#conversion-testimonial h3 {
    text-align: center;
}

section .inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

section.testimonial .inner {
    text-align: left;
}


section.testimonial #quote-wrapper {
    position: relative;
    min-height: 358px;
    padding-top: 40px;
}

section.testimonial blockquote {
    font-family: "FrutigerLT-45Lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 23px;
    line-height: 1.3em;
    padding-top: 1em;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5em;
}

q, blockquote {
    quotes: none;
}

section.testimonial cite {
    font-size: 18px;
    color: #595756;
    font-weight: bold;
    margin: 1em 0;
    margin-left: 38px;
}

#quote-quote a {
    color: #020202;
    text-decoration: none;
}

    #quote-quote a:hover {
        color: #020202;
        text-decoration: underline;
    }

#quote-quote {
    border-left: 0px;
}


section.testimonial blockquote::before {
    content: "“";
    color: #b1be75;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 6em;
    position: absolute;
    left: -0.25em;
    top: 0.35em;
    z-index: -10;
}

.quote {
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
}


.cta-section blockquote::before {
    content: "“";
    color: #b1be75;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 3em;
    position: absolute;
    left: -0.1em;
    z-index: -10;
}

blockquote {
    border-left: 0px;
}





/* Contact
-------------------------*/

.page-hero {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: none;
}

.page-hero-title {
    position: absolute;
    top: 25%;
    color: #FFF;
    z-index: 2;
}

.page-hero-sub-title {
    position: absolute;
    top: 25%;
    color: #FFF;
    z-index: 2;
}



.hero-overlay {
    background: rgba(67,67,65,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.card {
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
}

h5.mb-0 {
    padding-bottom: 15px;
    border-bottom: solid 2px #a42649;
    font-size: 22px;
}

.icon-faq {
    position: absolute;
    right: 15px;
    font-weight: 600;
    font-size: 30px;
    top: 20px;
    color: #90a33b;
    pointer-events: none;
}

input.form-input, textarea.form-input {
    outline: none;
    background: transparent;
    border: none;
    border-bottom: solid 1px green;
    margin-bottom: 40px;
    border-radius: 0;
    padding-bottom: 17px;
}

.form-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px green;
}

button.btn, .btn {
    /* background: #a42649; */
    /* padding: 5px 20px; */
    /* border-radius: 0; */
    /* color: #FFF; */
    /* outline: none; */
    font-size: 14px;
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    /* border: none; */
    height: auto;
    /* margin-top: 20px; */
    /* -webkit-transition: all .3s linear; */
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    /* transition: all .3s linear; */
}

form .button-wrapper {
    margin-top: 0;
}

form button.btn {
    /* margin-top: -8px; */
}

button.btn:hover {
    /* background: #90a33a; */
    /* color: #FFF; */
}

.card-header {
    padding: 0 !important;
}

#accordion .col-lg-6:first-of-type {
    padding-left: 0;
}

#accordion .col-lg-6:nth-of-type(3) {
    padding-left: 0;
}


#accordion .col-lg-6:nth-of-type(5) {
    padding-left: 0;
}

div#accordion-wrapper {
    margin: 30px 0;
}

#icon-linked-circle {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: 100px;
    float: left;
    margin: 0 10px;
    background-image: url(../../images/icon-linked-circle.png);
}

#icon-callback-circle {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: 100px;
    float: left;
    margin: 0 10px;
}

.linked-row {
    display: flex;
    align-items: center;
    justify-content: left;
}

.callback-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

h2#callback-title {
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    text-decoration: underline;
}

h2#linked-title {
    color: #FFF;
    padding-left: 20px;
}

div#callback-wrapper {
    margin-top: 50px;
    margin-bottom: 0px;
}

div#linkedin-wrapper:hover {
    filter: brightness(1.2);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

div#callback-wrapper:hover {
    filter: brightness(1.2);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

span.faq-title {
    padding-right: 50px;
}

.hero-rel {
    position: absolute;
    top: 20%;
}

    .hero-rel .page-hero-title, .hero-rel .page-hero-sub-title {
        position: relative;
        top: 0;
    }

        .hero-rel .page-hero-title:after {
            content: ' ';
            max-width: 80%;
            height: 6px;
            background: #90a33b;
            display: block;
            margin-top: 15px;
        }

/* Footer
-------------------------*/

#sub-footer {
    background: #f8f9fa;
    padding: 40px 0;
}

    #sub-footer p {
        font-size: 14px;
    }

#footer.bg-gray {
    background: #eff1f4 !important;
    color: #434341;
    padding: 1rem 0;
}

#footer a {
    color: #434341;
}

#footer p, #footer a {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

#footer-logo img {
    max-width: 120px;
    margin-bottom: 20px;
}

.footer-title {
    text-transform: uppercase;
    font-weight: 600;
}

.col-social {
    max-width: 180px;
}

#sub-footer ul {
    margin: 0;
}

    #sub-footer ul li {
        margin: 0;
    }

        #sub-footer ul li a {
            font-size: 14px;
        }


#social-wrapper-footer {
    position: relative;
}

.col-about {
    width: 300px;
}

#social-wrapper-footer #icon-facebook {
    background-image: url(../../assets/images/icon-facebook.png);
}

#social-wrapper-footer #icon-twitter {
    background-image: url(../../assets/images/icon-twitter.png);
}

#social-wrapper-footer #icon-linkedin {
    background-image: url(../../assets/images/icon-linkedin.png);
}

a#icon-facebook {
    margin-left: 0;
}

#dummyform {
    padding-bottom: 25px;
}

    #dummyform input[type="text"] {
        overflow: visible;
        width: 100%;
        background: #fff;
        color: #000;
        padding: 10px;
        border: 0px;
        margin-bottom: 10px;
    }


.card-subtitle {
    margin-top: 5px;
    margin-bottom: 0;
}

.more-less {
    float: right;
    color: #212121;
}

#coverimage {
    object-fit: cover;
    height: 500px;
    width: 100%;
}


/* Animation
-------------------------*/

:root {
    --delay: 0;
    --duration: 800ms;
    --iterations: 1;
}
/* •·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•· */




.reveal-text,
.reveal-text::after {
    animation-delay: var(--animation-delay, 2s);
    animation-iteration-count: var(--iterations, 1);
    animation-duration: var(--duration, 800ms);
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
    --animation-delay: var(--delay, 2);
    --animation-duration: var(--duration, 1000ms);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    font-size: 10vw;
    animation-name: clip-text;
    color: #000;
    white-space: initial;
    cursor: default;
    &::after

{
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
}

}


@keyframes clip-text {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}


@keyframes text-revealer {

    0%, 50% {
        transform-origin: 0 50%;
    }

    60%, 100% {
        transform-origin: 100% 50%;
    }


    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

#callback-intro h4 {
    font-family: FrutigerLT-45Lt;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #fff;
}

#service-hero .hero-content-wrapper .btn {
    background: #90a33a;
    padding: 5px 20px;
    margin: 0px 20px 20px 0px;
    border-radius: 0;
    color: #FFF;
    outline: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    height: auto;
    z-index: 1;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#client-home-icon {
    padding: 30px;
    line-height: 18px;
}

    #client-home-icon img {
        padding-bottom: 10px;
    }

#about-stroma {
    margin-top: 100px;
    margin-bottom: 100px
}

    #about-stroma h3 {
        font-weight: 700;
        font-family: 'FrutigerLT-65Bd';
        margin-bottom: 5px;
    }

    #about-stroma p {
        font-size: 19px;
        padding-right: 30px;
    }

#totaliser p {
    font-size: 15px;
    padding-right: 0px;
    padding-top: 10px;
    line-height: 18px;
}

#totaliser {
    margin-top: 20px;
    margin-bottom: 50px;
}

.totaliser-icon h6 {
    font-size: 40px;
    padding-top: 40px;
    color: #8b8788;
}


.totaliser-icon h6 {
    font-size: 40px;
    padding-top: 40px;
    color: #8b8788;
}

.greenquote {
    background: #a42549;
    background-image: url(https://dev.stroma.com/user/pages/01.home/background.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    font-size: 25px;
}


#stroma-home-image {
    padding-top: 200px;
    padding-bottom: 200px;
}

}

#client-grid {
    padding-top: 50px;
    padding-bottom: 50px;
}

#career-panel {
    padding-top: 125px;
    padding-bottom: 125px;
}


.round-btn {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
}

#latest-news-wrapper {
    padding-bottom: 100px;
    padding-top: 100px;
}

#client-home-image {
    background-size: cover;
    background-position: center;
}

#careers-home-image {
    background-size: cover;
    background-position: center;
}




#cert-area {
    margin-top: 0px;
    --contentWidth: 700px;
    padding-left: 2rem 1rem;
}

    #cert-area h3 {
        margin-bottom: 20px;
    }

#cert-panel {
    padding-top: 125px;
    padding-bottom: 125px;
}

#cert-grid {
    padding-top: 0px;
    padding-bottom: 0px;
}

:root {
    --animate-duration: 2s;
}

.vp-animate__fadeIn,
.vp-animate__fadeInUp,
.vp-animate__fadeIn-off,
.vp-animate__fadeInLeft,
.vp-animate__fadeInDown,
.vp-animate__fadeInRight,
.vp-animate__bounceInDown {
    opacity: 0;
}

.animate__zoomIn,
.animate__slideInLeft,
.animate__slideInRight {
    visibility: hidden;
}

.full-visible {
    opacity: 1 !important;
}

.element-show {
    visibility: visible !important;
}

.opacity {
    opacity: 1 !important;
}

.tooltip {
    font-family: 'FrutigerLT-45Lt';
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    /* ... */
}

.tooltip-inner {
    max-width: 310px;
    padding: 20px;
    color: #000;
    text-align: center;
    background-color: #bababa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px font-size:10px;
}

#profile-text {
    margin-top: 100px;
    --contentWidth: 1000px;
    padding-left: 2rem 1rem;
    padding-right: 15px;
    margin-bottom: 100px;
}

#project-key {
    padding-top: 30px;
    padding-bottom: 30px;
}

#office-location {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #a5254a;
}

    #office-location:last-child {
        padding-bottom: 40px;
        padding-top: 20px;
        border-bottom: 0px;
    }

#map-canvas {
    height: 700px;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

#blog-content ul {
    list-style-type: disc;
    margin-left: 15px;
}

#blog-content a {
    color: #a5254a;
    font-weight: 700;
}

#blog-content blockquote {
    margin-left: 0;
    padding: .4rem .8rem;
    border-left: .1rem solid #a5254a;
}


@media (max-width: 840px) {
    .mobile-menu {
        display: none;
    }
}

@media (max-width: 420px) {
    h4 {
        font-size: 16px !important;
    }

    h5 {
        font-size: 14px !important;
    }
}

.table .thead-dark th {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
}


h4.panel-title {
    color: white;
    font-size: 16px;
    margin-left: 25px;
}

.panel.panel-default {
    border: none;
}

li.out-s3 p {
    font-size: 14px;
}
