﻿body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-color: #2F3439;
    padding: 0px;
    margin: 0px;
}

footer, main {
    display:block;
    clear:both;
}

.container {
    clear: both;
    background-color: #343A40;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    padding-top: 2px;
    background: #444A4D;
    border: 5px solid #2F3439;
}

::-webkit-scrollbar-thumb {
    background-color: #545A5D;
    border: 3px solid #2F3439;
    border-radius: 8px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #EA9B01;
}

::-webkit-scrollbar-corner {
    background: #2F3439;
}

.content-section {
    height: 450px;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    background-color: #32383e !important;
    margin-left: -50px;
    margin-right: 25px;
    border: solid 20px #2F3439;
}

.content-section.section-right {
    margin-left: 25px;
    margin-right: -50px;
}

.content-section > .section-text {
    padding: 25px 30px 0px 40px;
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}

.content-section.section-right > .section-text {
    padding: 25px 40px 0px 30px;
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}

.content-section > .section-text > h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #F5F5F5;
}

.content-section > .section-text > span, .content-section > .section-text > div {
    display: block;
    text-align: center;
    font-size: 0.95rem;
    padding-top: 12px;
    color: #DDDDDD;
}

.content-section > .section-text > a {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #EA9B01;
}

.content-section > .section-image {
    position: relative;
    z-index: 1;
    float: left;
    background-position: center center;
    width: 50%;
    overflow: hidden;
    height: 100%;
    background-size: cover !important;
}

.content-section.services-section {
    height: auto !important;
}

.content-section.services-section::after {
    content: ' ';
    display:block;
    clear:both;
}

.content-section.services-section > .section-image {
    width: 100%;
    height: 60px !important;
    font-size: 1.5rem;
    background: url('/images/header-line.gif');
    background-repeat: no-repeat;
    background-position: left center !important;
    background-size: unset !important;
    background-color: #343A40;
    padding-left: 90px;
    padding-top: 8px;
    border-bottom: solid 2px #EA9B01;
    color: #EA9B01;
}

.content-section.services-section > .section-text {
    width: 100%;
    padding: 10px;
}

.content-section.services-section > .section-text > div {
    width: 33%;
    text-align: left;
    float: left;
    clear: none;
    padding: 20px;
}

.content-section.services-section > .section-text > div > h2 {
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
    color: #FAFAFA;
}

.main-container {
    padding: 40px 15px 1px 15px;
    margin-bottom: 2px;
}

.services-banner {
    height: 375px;
    background: url('/images/services-banner.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: solid 2px #EA9B01;
    padding-top: 50px;
}

.inline-link {
    color: #ea9b01;
}

@media (max-width: 1200px) {
    .content-section > .section-text > h1 {
        font-size: 1.3rem;
    }

    .content-section > .section-text > span {
        font-size: 0.90rem;
    }
}

@media (max-width: 991px) {
    .container {
        width:100% !important;
        max-width:100% !important;
    }

    .content-section {
        padding: 0px;
        height: 430px;
    }

    .content-section.services-section > .section-text {
        padding-left: 30px;
    }

    .content-section.section-right.services-section > .section-text {
        padding-left: 10px;
        padding-right:30px;
    }
}

@media (max-width: 820px) {
    .main-container {
        padding-top: 0px;
    }

    .content-section {
        height: auto;
        margin-left: -15px !important;
        margin-right: -15px !important;
        border-style: none;
        margin-bottom: 0px;
    }

    .content-section > div {
        height: auto !important;
        width: 100% !important;
        clear: both;
    }

    .content-section > .section-image {
        height: 300px !important;
    }

    .content-section > .section-text {
        padding-bottom: 80px !important;
    }

    .content-section > .section-text > a {
        bottom: 40px;
    }

    .content-section.services-section > .section-image {
        font-size:1.3rem;
        padding:11px 0px 0px 0px;
        text-align:center;
    }

    .content-section.services-section > .section-text > div {
        width: 100%;
    }

    .content-section.services-section > .section-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-section.section-right.services-section > .section-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-banner, .projects-banner {
        display:none !important;
    }
}