* {
    font-family: 'Roboto Condensed';
}

h1 {
    font-family: 'Anton';
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 1px;
}

h2 {
    font-family: 'Anton';
    font-size: 46px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 2px;
}

h3 {
    font-family: 'Anton';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 15.4px;
}

h4 {
    font-family: 'Anton';
    font-size: 1.25em;
    text-transform: none;
    font-weight: 400;
    padding-bottom: 1rem;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: 400;
}

.card-section h5>a {
    text-transform: uppercase;
    color: #68d;
    text-decoration: none;
}

.header-background {
    height: 300px;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
}

.te a:hover,
.te a:active {
    color: #E8A941;
}

.te .clearall {
    clear: both;
}

body {
    background-color: #242336;
}

body.te.background {
    background-color: #242336;
    margin: 0;
    padding: 0;
    color: #242336;
}

.dark h4 {
    color: white;
    letter-spacing: 2px;
}

.services {
    display: flex;
    flex-wrap: wrap;
}

.services .card {
    width: 30%;
    min-width: 230px;
    margin: 0 3% 3% 0;
}

.te .balanced {
    margin-top: -3rem;
}

.te .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.te .introduction {
    position: relative;
    text-align: center;
    color: white;
}

.te .dark.padding {
    padding: 3rem;
}

.te .middle-section {
    width: 100%;
    padding: 10%;
}

.te .middle-section h4 {
    color: #242336;
}

.middle-section-img {
    margin: auto auto auto -3%;
    display: block;
}

.middle-section-img img {
    width: 100%;
}

.align-left h5,
.align-left p {
    text-align: left;
}

.align-left h5 {
    padding: 1rem 0.75rem 1rem 0;
    border-bottom: 3px solid #E8A941;
}

.align-left p {
    font-size: 0.75rem;
    padding: 0 1rem 0 0;
}

.secondary-layout {
    display: flex;
}

.te .container-fluid {
    margin: 0;
    padding: 20px 0 0 0;
    background-color: #242336;
}

.te .container.top-banner {
    margin-top: 0px;
}

.te .container {
    margin-top: 5%;
}

.te .sec-brand-colour {
    background-color: #EDEDED;
}

.te .dark,
.stretched-w100 {
    background-color: #242336;

}

.te.transparency {
    opacity: 0.2;
}

.te .btn-close_window {
    display: none;
}

button.navbar-toggler {
    display: none;
}

.te .desktop-menu {
    margin: 0 5%;
    padding: 1rem 0;
}

.te .display-flex.left {
    display: flex;
    float: left;
    margin: 0.8rem 0;
}

.te .display-flex.right {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    margin: 0.8rem 0;
}

.te .web-top-menu {

    display: flex;
    color: #E6E6E6;
}

.te .top-menu {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.te .display-flex {
    display: flex;
}

.te .navbar-nav {
    display: flex;
    flex-direction: row;
}

.te .navbar-nav .nav-item>a:active,
.te .navbar-nav .nav-item>a:hover,
.te .navbar-nav .nav-item.active>a {
    text-decoration: underline;
    font-weight: 600;
}

.te .top-menu-location {
    margin: 0 0 0 1.5rem;
}

.te .top-menu-contact {
    margin: 0 0 0 1rem;
}

.te .top-menu-contact i,
.te .top-menu-location i {
    margin: 0 0.5rem 0 0;
}

.te .nav-item-active {
    background: #000;
    opacity: 1;
    display: block;
}

.te .nav-item.divider {
    border-right: 2px solid #3D3E45;
    margin: 0.8rem 0rem;
}

.te .divider {
    border-bottom: 0.5px solid #a7a8aa;
    margin: 8rem 0rem 3rem 0rem;
}

.te .mobile-topmenu .navbar-nav {
    margin: 0;
    padding: 0;
}

.te .mobile-topmenu .navbar-nav .nav-item>a {
    color: #ECECEC;
    align-self: left;
    text-align: left;
}

.te .mobile-topmenu .navbar-nav .nav-item>a:hover,
.te .mobile-topmenu .navbar-nav .nav-item.active>a:active {
    color: #E8A941;
}

.te .navbar-nav .nav-item.active a {
    color: #E8A941;
}

.te .mobile-topmenu {
    background-color: #242336;
    z-index: 1;
    width: 100%;
}

.te .btn.primary-yellow {

    background-color: #E8A941;
    color: #fff;
    padding: 1rem 3rem;
    margin-top: 2rem;
}

.te .mobile-topmenu a>button.btn {
    display: inline;
    background: #242336;
    padding: 10px 2rem;
    margin: 0.5rem 0 0 0;
    text-transform: uppercase;
    color: #ECECEC;
    font-weight: 300;
    letter-spacing: 0.5px;
    border: 3px solid #E8A941;
}

.te .mobile-topmenu a>button.btn:hover {
    color: #fff;
    background-color: #E8A941;
}

.te .general-menu {
    margin: 0.8rem 0rem 0.8rem auto;
}

.te .nav-item.divider.last {
    margin-right: 2rem;
}

.te .mobile-topmenu .navbar-nav li.nav-item {
    margin-left: 1rem;
    margin-right: 3rem;
    display: flex;
}

.te .logo .logo-lg {
    display: block;
    margin: 0;
}

.te .logo .logo-sm {
    display: none;
}

.te #navbarScroll {
    /* display: none; */
}

.te .web-bottom-menu {
    background: #242336;
    color: #fff;
    opacity: 0.9;
    z-index: 10;
    position: relative;
}

.te .web-bottom-menu .navbar-nav>* {
    flex: 1 100%;
}

.te .web-bottom-menu .navbar-nav {
    display: flex;
    text-align: center;
    align-items: stretch;
    align-content: stretch;
}

.te .web-bottom-menu .navbar-nav .nav-item>a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
}

.te .web-bottom-menu .navbar-nav li.nav-item:hover,
.te .web-bottom-menu .navbar-nav li.nav-item:active {
    background: #000;
    opacity: 1;
    display: block;
}

.te .web-bottom-menu ul.navbar-nav li.nav-item:hover ul.menu-dropdown {
    display: block;
    /* Display the dropdown */
}

.te .web-bottom-menu ul.navbar-nav li.nav-item ul.menu-dropdown li {
    display: block;
}

.te .web-bottom-menu .nav-item.center {
    padding-top: 10px;
}

.te ul.menu-dropdown {
    /* min-width: 100%;  */
    background: #242336;
    display: none;
    position: absolute;
    z-index: 999;
    text-align: left;
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
}

.te ul.menu-dropdown a {
    color: #fff;
    list-style-type: none;
    text-decoration: none;
    text-align: left;
}

.te ul.menu-dropdown li {
    padding: 1rem 1rem 1rem 2rem;
}

.te ul.menu-dropdown li:hover {
    text-decoration: underline;
    background: #000;
}

/*Cards*/
.te section.stretched-w100 {
    width: 100%;
}

.te .card {
    display: block;
    border: none;
    background: #242336;
    color: #fff;
}

.te .card-img-overlay {
    margin: 0;
    padding: 0;
    position: unset;
    font-size: 0.75rem;
}

.te .card-img-overlay div {
    height: 100%;
    margin: 0.8rem 0 2rem 0;
    line-height: 10px;
    text-align: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    color: #fff;
    background-color: #242336;
}

.te .card-img-overlay div:active,
.te .card-img-overlay div:hover {
    background: #68d;

}

.te .card-section {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1224px;
    margin: 0 auto;
}

.te .card-section .margin {
    margin-right: 1rem;
    margin-left: 1rem;
}

.te .card-section img {
    max-width: 100%;
    border: 1px solid #e1e1e1;
}

.te .text-bg-dark {
    background-color: white !important;
}

.te .card-section h5 {
    text-transform: uppercase;
}

.te .cs-descrption {
    font-size: 1em;
    margin: auto;
    line-height: 1.2em;
    max-width: 700px;
    display: block;
}

.te .card-section .project-description p {
    max-width: 700px;
    margin: 2.5rem auto;
}

.te .card-section .project-description p>a {
    font-family: 'Roboto Condensed';
    color: #68d;
}

.te .center {
    padding-left: 3rem;
    margin-bottom: 3rem;
}

.te .project-gallery {
    max-width: 700px;
    display: flex;
    justify-content: center;
}

.te .project-gallery-images {
    display: flex;
    justify-content: space-around;
    margin: 0 2rem;
}

.te .project-gallery-images a {
    margin-right: 2rem;
}

.te .project-gallery-images a:last-child {
    margin-right: 0rem;
}

.te .project-gallery-images img {
    max-width: 100%;
}

.te .card-section-profile-img {
    max-width: 300px;
    margin: 0 6% 0 0;
}

.te .card-section {
    display: flex;
    align-items: flex-start;
}

.te .card-section.profile .project-description p:first-child {
    margin-top: 0;
}

.te .card-section-project img {
    vertical-align: middle;
    max-width: 700px;
    width: 100%;
    margin: auto;
    display: flex;
}

.te .flex {
    display: flex;
    flex-wrap: wrap;
}

.te .reference img {
    margin: 0 0 1rem 0;
}

.te .reference .bold {
    font-weight: 900;
}

.te .reference .small {
    font-size: 0.95em;
    line-height: 1.2em;
}

.te .reference {
    max-width: 40%;
    margin: 6% auto 0 auto;
}

.te .card-section.references {
    margin: 6% auto;
    max-width: 1200px;
    /* max-width: 80%; */
}

.te .border-grey {
    border: 1px solid #ebe2e2;
}

.te .card-section .card {
    background-color: white;
    display: flex;
    flex-direction: column;
    max-width: 258px;
    padding: 0;
    align-items: center;
    margin: 0.25rem;
}

.te .card-section .card:last-child {
    margin-right: 0px;
}

.te .card-body {
    font-size: 0.8em;
}

.te .section-header {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 180px 0 7rem 0;
}

.te .section-header h1 {
    font-size: 5em;
}

.te .section-header p {
    margin: 2rem 0 0 0;
}

.te .section-header p a {
    color: #343a40;
}

.te .section-header p span {
    color: #F45E59;
    font-weight: 600;
}

.te .card-section-profile-img ul.external-links li {
    list-style-type: none;
    margin: 0 1rem;
    padding-top: 1rem;
}

.te .card-section-profile-img ul.external-links li a {
    text-decoration: none;
    color: #0E120D;
}

.te .card-section-profile-img ul.external-links {
    /* display: flex;
    justify-content: center;
    align-items:baseline;
    margin: 2rem 0;
    flex-wrap: wrap; */
}

/*content*/
.te .contact-form {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 5%;
    background-color: #ebe2e2;
}

.te .form-h {
    display: block;
}

.te .form-h img {
    width: 100%;
}

.te .form-h button {
    display: block;
    flex-grow: 1;
    width: 100%;
    text-align: center;
    background-color: #F45E59;
    margin-bottom: 5rem;
    padding: 1rem;
    font-size: 1.25em;
    transform: uppercase;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.te .form form {
    display: flex;
    flex-direction: column;
}

.te .form form .flex {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin: 1.5rem 0 0 0;
}

.te .form form .flex>div {
    flex-grow: 1;
    margin-right: 1rem;
}

.te .form form .flex>div:last-child {
    margin-right: 0;
}

.te .form-description {
    display: flex;
    margin: 0 5% 5% 5%;
    flex-direction: column;

}

.te .form-description h5 {
    font-size: 1em;
    margin: 0 0 2rem;
}

.te .form-description span {
    border-right: 4px solid #F45E59;
    margin: 0 0.5rem 0 0;
}

.te .form-description .contact-info {
    margin-top: 1rem;
}

.te .form-description .contact-info a {
    text-decoration: none;
    color: black;
    /* font-size: 1.25em; */
    font-weight: 700;
}

.te .form-description .contact-info a img {
    margin: 0 0.6rem 0.4rem 0;
}

.te .content-subheader {
    color: #242336;
}

.te section.section-bottom-alt {
    color: #fff;
    margin: 2rem 0;
}

.te section.section-bottom-alt ul.navbar-nav li {
    margin: 1rem
}

.te .content-bodytext {
    height: 177px;
    overflow: hidden;
    line-height: 18px;
}

.te .content-margin {
    margin: 0 3rem 0 1rem;
}

.te .paragraph-block {
    display: block;
    flex-direction: column;
    margin: 1rem 8% 1rem 0;
}

.te .paragraph-block-header {
    font-weight: 600;
}

.te .lg-6 {
    width: 60%;
}

.te .lg-3 {
    width: 30%;
}

.te .content-paragraph {
    margin: 1rem 0;
}

.te .content-paragraph-flex {
    display: flex;
}

.te button.btn.btn-return {
    display: block;
    float: left;
    padding: 10px 7px 10px 15px;
}

.te .bottom-line {
    height: 0.5rem;
    background-color: #E8A941;
}

.te .carousel {
    margin-top: 1.5rem;
}


@media (max-width: 800px) {
    .te .web-top-menu {
        display: none;
    }

    .te .balanced {
        margin-top: 0px;
    }

    .te .flex {
        display: block;
    }

    .te .reference {
        max-width: 80%;
        margin: 6% auto 0 auto;
    }

    .te .section-header h1 {
        font-size: 3em;
    }

    .te button.navbar-toggler {
        display: block;
        float: right;
    }

    .te .mobile-topmenu .hamburger-menu {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        padding: 1rem 0 1rem 1rem;
    }

    .te .desktop-menu,
    .te .web-bottom-menu {
        display: none;
    }

    .te .navbar-nav {
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
    }

    .services .card {
        width: 90%;
        min-width: 230px;
        margin: 0 0 10% 0;
    }

    .te .middle-section {
        width: 100%;
        padding: 10%;
        margin: 0 0 10% 0;
    }

    .middle-section-img {
        margin: auto;
        display: block;
    }

    .secondary-layout {
        flex-direction: column;
    }

    .te .nav-profile-item {
        display: none;
    }

    .te .navbar-nav .nav-item.divider {
        display: none;
    }

    .te .logo .logo-sm {
        display: inline;
    }

    .te .logo .logo-sm img {
        width: 100%;
    }

    .te .navbar-expand-lg {
        width: 100%;
        z-index: 16;
        /* position: fixed; */
        top: 89%;
        position: fixed;
        bottom: 0px;
        z-index: 20;
    }

    .te .navbar-toggler-icon {
        margin: 0 2rem 0 0;
        float: right;
        color: #FFFFFF;
        background-image: url("images/menu.png");
    }

    .te .navbar-toggler-icon i.fas {
        font-weight: 400;
        font-size: 1.6rem;
    }

    .te .bd-sidebar {
        display: none;
    }

    .te .bd-sidebar.show {
        position: absolute;
        z-index: 20;
        display: block;
        width: 100%;
        /* font-size: 1.2rem; */
    }

    .te .sidebar-profile-top {
        margin: 1rem;
        text-align: left;
    }

    .te .sidebar-divider {
        display: none;
    }

    .te .sidebar-awaiting>ul {
        display: none;
    }

    .te button.sidebar-button {
        display: none;
    }

    .te .mobile-topmenu {
        font-size: 1rem;
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        ;
    }

    .te section.carousel {
        margin: 4.3rem 0 2rem 0;
        z-index: 100;
    }

    .te section.section-bottom .content-news,
    .te section.section-bottom-alt .sponsors {
        display: block;
    }

    .te section.section-bottom-alt .logo .logo-lg {
        display: none;
    }

    .te .sidebar-mainmenu-item>a {
        color: #ffffff;
        font-size: 1.25rem;
        line-height: 16px;
        display: flex;
        padding: 3rem 1rem 1rem 3rem;
        text-decoration: none;
    }

    .te .sidebar-mainmenu-item {
        margin: 4rem 0 0 0;
    }

    .te .sidebar-mainmenu-item>a:active,
    .te .sidebar-mainmenu-item>a:hover {
        background-color: #3D3E45;
        text-decoration: underline;
        color: #E6E6E6;
    }

    .te .sidebar-mainmenu-item>a.active {
        background-color: #3D3E45;
    }

    .te .sidebar-menu-divider {
        border-bottom: 1px solid #abacb3;
        margin: 1.5rem;
    }

    .te .general-menu {
        margin: 0;
    }

    .te .card-section .card .card-icon img {
        display: none;
    }

    .te .card-section {
        margin: 2rem;
    }

    .te .card-section>img {
        width: 100%;
    }

    .te .card-section .card .card-headline {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
    }

    .te .content-margin {
        margin: 1.5rem 3rem 0 1rem;
    }

    .te .contact-form {
        display: flex;
        flex-direction: column;
    }

    .te .display-flex {
        flex-direction: column;
    }

    .te .project-gallery-images {
        flex-direction: column;
    }

    .te .project-gallery-images a {
        margin-bottom: 2rem;
        margin-right: 0;
    }

}

@media (max-width: 425px) {
    .te .spacing-10 {
        margin-top: 5%;
    }

    .te .spacing-20 {
        margin-top: 20%;
    }

    .te h2 {
        font-size: 1.5rem;
    }

    .te .btn.primary-yellow {
        padding: 4% 3rem;
    }
}


@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .te .balanced {
        margin-top: 0;
    }

    .te h2 {
        font-size: 2rem;
    }

    .te .introduction {
        margin-top: 10%;
    }

    .te h2 {
        font-size: 1.5rem;
        line-height: 2.3rem;
        letter-spacing: 1px;
    }

    .te .centered {
        width: 100%;
    }
}