html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    background: #ff9a00;
    color: #414042;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    margin-top: 81px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

#header {
    background: #222222;
    padding: 12px 0;
}

    #header ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        padding: 10px 15px;
        display: block;
    }

    #header .headerLeft {
        text-align: center;
    }

    #header .headerCenter {
        text-align: left;
    }

    #header .headerRight {
        text-align: right;
    }

        #header .headerRight .btn {
            color: #fff;
            border-radius: 30px;
            font-size: 14px;
            border: 2px solid #fff;
            padding: 10px 5px;
        }

        #header .headerRight span {
            background-image: url('../images/l-sourcd.png');
            background-repeat: no-repeat;
            background-position: left center;
            display: block;
            padding-left: 35px;
            min-height: 44px;
            line-height:44px;
        }

#animation:after {
    content: "";
    background: url('../images/arrow-grey.png') no-repeat center bottom;
    display: block;
    padding-bottom: 4.92%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#animation .item .animationText {
    text-align: center;
    padding: 20px;
    padding-bottom: 60px;
}

#animation .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    #animation .item .heading {
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 30px;
        margin-bottom: 30px;
    }

    #animation .item .animationText .col img {
        display: inline-block;
    }

    #animation .item .animationText .itemText {
        color: #fff;
        font-weight: 900;
        text-align: center;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }

    #animation .item .animationText .btn {
        margin-top: 80px;
        background: #fff;
        color: #c06000;
        font-size: 16px;
        padding: 5px;
        border-radius: 50px;
        min-width: 210px;
    }

        #animation .item .animationText .btn span {
            display: block;
            border: 1px solid #ff9a00;
            border-radius: 25px;
            padding: 12px;
            line-height: 16px;
            -webkit-transition: .5s all ease-in-out;
            -o-transition: .5s all ease-in-out;
            transition: .5s all ease-in-out;
        }

        #animation .item .animationText .btn:hover span {
            background: #ff9a00;
            color: #414042;
        }

#theme {
    background-image: url('../images/theme1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 90px 0;
}

    #theme:after {
        content: "";
        background: url('../images/theme-arrow.png') no-repeat center bottom;
        display: block;
        padding-bottom: 4.92%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #theme h1, #theme h2 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 36px;
    }

#homeArea {
    background: #f1f1f1;
    padding: 50px 20px 0 20px;
}

#contentArea .main {
    padding: 20px 0 100px 0;
}

#contentArea .contentLeft {
    padding-bottom: 30px;
}

    #contentArea .contentLeft .ratio {
        border: 2px solid #ff9a00;
    }

#contentArea .contentRight h1.title,
#contentArea .contentRight h2.title {
    text-transform: uppercase;
    color: #e5971d;
    font-size: 36px;
    margin-bottom: 30px;
}

#contentArea .contentRight h1 {
    font-size: 26px;
}

#contentArea .contentRight h2 {
    font-size: 24px;
}

#contentArea .contentRight .introduction {
    font-weight: 900;
    color: #414042;
    margin-bottom: 30px;
}

.whatwedoList {
    margin-left: -30px;
    margin-right: -70px;
    padding-top: 80px;
    margin-bottom: -50px;
}

    .whatwedoList .item {
        padding: 0 70px 100px 30px;
    }

        .whatwedoList .item .text-center {
            min-height: 90px;
        }

        .whatwedoList .item:after {
            content: "";
            background: url('../images/i-divider.png') no-repeat;
            position: absolute;
            bottom: 50px;
            left: 45%;
            -webkit-transform: translate(-45%, 0);
            -ms-transform: translate(-45%, 0);
            transform: translate(-45%, 0);
            display: block;
            width: 55px;
            height: 13px;
        }

        .whatwedoList .item:last-child:after {
            display: none;
        }

        .whatwedoList .item h3 {
            font-weight: 900;
            font-size: 14px;
            color: #414042;
            margin: 15px 0;
            -webkit-transition: color .3s ease-in-out;
            -o-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
        }

        .whatwedoList .item:hover h3 {
            color: #e5971d;
        }

        .whatwedoList .item .itemIntroduction {
            color: #414042;
        }

#contentArea {
    position: relative;
    background: #fff;
    padding: 50px 0 0 0;
}

.section::before, .section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.bigTriangleColor:before {
    content: "";
    background: #fff;
    display: block;
    width: 100%;
    height: 10px;
}

.bigTriangleColor {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: -2px 0;
}

    .bigTriangleColor.grey {
        background: #fff;
    }

        .bigTriangleColor.grey path {
            fill: #f1f1f1;
            stroke: #f1f1f1;
            stroke-width: 2;
        }

    .bigTriangleColor.white {
        background: #e5971d;
    }

        .bigTriangleColor.white path {
            fill: #fff;
            stroke: #fff;
            stroke-width: 2;
        }

    .bigTriangleColor.orange {
        background: #fff;
    }

        .bigTriangleColor.orange path {
            fill: #e5971d;
            stroke: #e5971d;
            stroke-width: 2;
        }

    .bigTriangleColor.whiteGrey {
        background: #414042;
    }

        .bigTriangleColor.whiteGrey path {
            fill: #fff;
            stroke: #fff;
            stroke-width: 2;
        }

.productList {
    margin-left: -50px;
    margin-right: -50px;
    padding-bottom: 0;
    margin-top: 60px;
}

    .productList .item {
        padding: 0 50px 25px 50px;
    }

        .productList .item .iImage {
            padding: 2px;
            position: relative;
        }

            .productList .item .iImage:before {
                background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #222222), to(#222222)), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #222222), to(#222222)), -webkit-gradient(linear, left top, right top, color-stop(100%, #222222), to(#222222)), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #222222), to(#222222));
                background-image: -webkit-linear-gradient(left, #222222 100%, #222222 100%), -webkit-linear-gradient(top, #222222 100%, #222222 100%), -webkit-linear-gradient(left, #222222 100%, #222222 100%), -webkit-linear-gradient(top, #222222 100%, #222222 100%);
                background-image: -o-linear-gradient(left, #222222 100%, #222222 100%), -o-linear-gradient(top, #222222 100%, #222222 100%), -o-linear-gradient(left, #222222 100%, #222222 100%), -o-linear-gradient(top, #222222 100%, #222222 100%);
                background-image: linear-gradient(to right, #222222 100%, #222222 100%), linear-gradient(to bottom, #222222 100%, #222222 100%), linear-gradient(to right, #222222 100%, #222222 100%), linear-gradient(to bottom, #222222 100%, #222222 100%);
                background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
                background-position: 0 0, 100% 0, 100% 100%, 0 100%;
                background-repeat: no-repeat;
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 0;
            }

        .productList .item:hover .iImage:after {
            background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ff9a00), to(#ff9a00)), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #ff9a00), to(#ff9a00)), -webkit-gradient(linear, left top, right top, color-stop(100%, #ff9a00), to(#ff9a00)), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #ff9a00), to(#ff9a00));
            background-image: -webkit-linear-gradient(left, #ff9a00 100%, #ff9a00 100%), -webkit-linear-gradient(top, #ff9a00 100%, #ff9a00 100%), -webkit-linear-gradient(left, #ff9a00 100%, #ff9a00 100%), -webkit-linear-gradient(top, #ff9a00 100%, #ff9a00 100%);
            background-image: -o-linear-gradient(left, #ff9a00 100%, #ff9a00 100%), -o-linear-gradient(top, #ff9a00 100%, #ff9a00 100%), -o-linear-gradient(left, #ff9a00 100%, #ff9a00 100%), -o-linear-gradient(top, #ff9a00 100%, #ff9a00 100%);
            background-image: linear-gradient(to right, #ff9a00 100%, #ff9a00 100%), linear-gradient(to bottom, #ff9a00 100%, #ff9a00 100%), linear-gradient(to right, #ff9a00 100%, #ff9a00 100%), linear-gradient(to bottom, #ff9a00 100%, #ff9a00 100%);
            background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
            background-position: 0 0, 100% 0, 100% 100%, 0 100%;
            background-repeat: no-repeat;
            -webkit-animation: itemBorder .8s cubic-bezier(0.19, 1, 0.22, 1) 1;
            animation: itemBorder .8s cubic-bezier(0.19, 1, 0.22, 1) 1;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-play-state: running;
            animation-play-state: running;
            z-index: 1;
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 0;
        }

        .productList .item .ratio {
            z-index: 2;
        }

        .productList .item h2 {
            margin: 10px 0 0 0;
            font-size: 14px;
            text-transform: uppercase;
        }

            .productList .item h2 a {
                color: #414042;
            }

            .productList .item h2 span {
                display: block;
                line-height: 18px;
                overflow: hidden;
                height: 36px;
            }

.sectionTitle {
    font-size: 36px;
    color: #e5971d;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

    .sectionTitle a {
        font-size: 12px;
        color: #e5971d;
        display: block;
    }

#newsSection .sectionTitle a {
    color: #fff;
}

@-webkit-keyframes itemBorder {
    0% {
        background-size: 0 2px, 2px 0, 0 2px, 2px 0;
    }

    25% {
        background-size: 100% 2px, 2px 0, 0 2px, 2px 0;
    }

    50% {
        background-size: 100% 2px, 2px 100%, 0 2px, 2px 0;
    }

    75% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 0;
    }

    100% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    }
}

@keyframes itemBorder {
    0% {
        background-size: 0 2px, 2px 0, 0 2px, 2px 0;
    }

    25% {
        background-size: 100% 2px, 2px 0, 0 2px, 2px 0;
    }

    50% {
        background-size: 100% 2px, 2px 100%, 0 2px, 2px 0;
    }

    75% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 0;
    }

    100% {
        background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    }
}

#quoteSection {
    position: relative;
}

.quoteInfo {
    padding-top: 70px;
}

.bg-orange {
    background: #e5971d;
}

.bg-darkGrey {
    background: #414042;
}

#quoteSection .sectionTitle,
#newsSection .sectionTitle,
#contactSection .sectionTitle {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
}

.quoteLeft,
.quoteRight {
    padding: 0 20px;
}

    .quoteLeft .box,
    .quoteRight .box {
        background: #fff;
        padding: 55px 30px 30px 30px;
        border-radius: 4px;
    }

        .quoteLeft .box h4,
        .quoteRight .box h4 {
            color: #e5971d;
            margin-bottom: 30px;
            font-size: 24px;
            font-weight: 900;
        }

        .quoteLeft .box img {
            margin-top: 20px;
        }

        .quoteLeft .box .btn,
        .quoteRight .box .btn {
            margin-top: 40px;
        }

        .quoteRight .box .form-horizontal {
            margin-top: 43px;
        }

            .quoteRight .box .form-horizontal .form-group {
                margin-bottom: 25px;
            }

            .quoteRight .box .form-horizontal .form-control {
                border-radius: 50px;
                border: 2px solid #d1d1d1;
                color: #414042;
                height: 42px;
            }

            .quoteRight .box .form-horizontal textarea.form-control {
                height: 120px;
                resize: vertical;
                border-radius: 15px;
            }

#quoteSection .lgText, #quoteSection .lgText a {
    color: #fff;
}

#newsSection {
    position: relative;
}

    #newsSection .bg-white {
        padding: 50px 30px;
    }

    #newsSection .sectionTitle {
        color: #fff;
    }

.newsItems {
    margin: 0 -20px;
}

    .newsItems .item {
        padding: 0 20px 20px 20px;
    }

        .newsItems .item .itemDate,
        .twitterTitle {
            font-size: 24px;
            color: #e5971d;
            font-weight: 900;
            margin-bottom: 5px;
        }

        .newsItems .item h2 {
            font-size: 24px;
            text-transform: uppercase;
            margin-bottom: 30px;
            font-weight: 900;
        }

            .newsItems .item h2 a {
                color: #414042;
            }

                .newsItems .item h2 a span {
                    display: block;
                    line-height: 30px;
                    overflow: hidden;
                    height: 60px;
                }

        .newsItems .item .itemIntroduction {
            line-height: 18px;
            height: 72px;
            overflow: hidden;
            margin-bottom: 30px;
        }

            .newsItems .item .itemIntroduction p {
                margin-bottom: 0;
            }

        .newsItems .item .btn.btn-rounded {
            min-width: 155px;
        }

#contactSection {
    position: relative;
}

    #contactSection .sectionTitle {
        color: #414042;
    }

.contactInfo {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .contactInfo .address {
        color: #fff;
        text-align: center;
        font-weight: 900;
        padding-top: 80px;
        background: url('../images/i-marker.png') no-repeat top center;
        margin-bottom: 60px;
    }

    .contactInfo a {
        color: #fff;
    }

    .contactInfo .telephone {
        background: url('../images/i-phone.png') no-repeat top center;
    }

    .contactInfo .fax {
        background: url('../images/i-fax.png') no-repeat top center;
    }

    .contactInfo .email {
        background: url('../images/i-mail.png') no-repeat top center;
    }

    .contactInfo .telephone,
    .contactInfo .fax,
    .contactInfo .email {
        font-size: 18px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        padding-top: 105px;
        margin-bottom: 20px;
    }

        .contactInfo .telephone span,
        .contactInfo .fax span,
        .contactInfo .email span {
            font-weight: 300;
            display: block;
        }

#footer {
    background-color: #2b2b2b;
    padding: 37px 0;
}

    #footer .navbar ul li a {
        display: block;
        color: #fff;
        padding: 10px 20px;
    }

    #footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        #footer img:first-child {
            margin-bottom: 15px;
        }

    #footer .divider {
        margin: -15px 30px;
        width: 1px;
        height: 76px;
        display: none;
        background-color: #fff;
        vertical-align: middle;
    }
#footerBottom {
    background-color: #121212;
    color: #FEFEF2;
    font-size: 12px;
    text-align: center;
    padding: 40px 0;
}
#footerBottom a{
    color: #FEFEF2;
    text-decoration:underline;
}

.btn-fill {
    border-radius: 50px;
    font-size: 16px;
    padding: 3px;
    min-width: 210px;
}

.btn-rounded {
    font-size: 16px;
    border-radius: 50px;
    padding: 7px 30px;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.themeOrange {
    background-color: #e5971d;
    color: #fff;
}

    .themeOrange:hover {
        background-color: #414042;
        color: #fff;
    }

    .themeOrange span {
        background-color: #e5971d;
        display: block;
        border: 2px solid #fff;
        border-radius: 25px;
        padding: 13px;
        line-height: 16px;
        -webkit-transition: .5s all ease-in-out;
        -o-transition: .5s all ease-in-out;
        transition: .5s all ease-in-out;
    }

    .themeOrange:hover span {
        background-color: #414042;
        color: #fff;
    }

.themeGrey {
    background-color: #d1d1d1;
    color: #c06000;
}

    .themeGrey span {
        background-color: #fff;
        display: block;
        border: 2px solid #ffb027;
        border-radius: 25px;
        padding: 13px;
        line-height: 16px;
        -webkit-transition: .5s all ease-in-out;
        -o-transition: .5s all ease-in-out;
        transition: .5s all ease-in-out;
    }

    .themeGrey:hover span {
        background-color: #414042;
        color: #fff;
    }

.lgText {
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 767px) {
}

@media (max-width:576px) {
    body {
        margin-top: 143px;
    }
}

@media(min-width: 576px) {
    #header .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    #footer {
        background-image: url('../images/iso-9001.jpg');
        background-repeat: no-repeat;
        background-position: right center;
    }
}

@media (min-width: 768px) {
    #footer img {
        display: inline-block;
    }

        #footer img:last-child {
            margin-bottom: -15px;
        }

        #footer img:first-child {
            margin-bottom: 0;
        }

    #footer .divider {
        display: inline-block;
    }
}

@media(max-width:991px) {
    #header .menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(42, 42, 42, 0.80);
        height: 100% !important;
        z-index: 9;
        max-height: none;
    }

    #header .navbar-nav {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
    }

    #header ul.navbar-nav li a {
        font-size: 16px;
        text-align: center;
    }

    #header .btn.close {
        color: #fff;
        font-size: 24px;
        padding: 6px 10px;
        border: 2px solid #fff;
        margin: 20px;
        z-index: 9;
        opacity: 1;
        border-radius: 2px;
    }
}

@media (min-width: 768px) {
    .whatwedoList .item:after {
        top: 35px;
        right: 0;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .whatwedoList .item:nth-child(even):after {
        display: none;
    }

    .productList .item {
        padding: 0 50px 100px 50px;
    }
}

@media (min-width: 992px) {
    #header .headerLeft {
        text-align: left;
    }

    #header .headerRight .btn:hover {
        background-color: #00aeef;
    }

    #contentArea {
        padding: 80px 0 0 0;
    }

    #animation .item .animationText {
        padding-top: 40px;
    }

    #animation .item .heading {
        font-size: 36px;
        margin-bottom: 70px;
    }

    .whatwedoList .item:nth-child(even):after {
        display: block;
    }

    .whatwedoList .item:nth-child(3n):after,
    .whatwedoList .item:last-child:after {
        display: none;
    }

    #quoteSection .col {
        width: 87.57%;
        margin: 0 auto;
    }

    #newsSection .bg-white {
        padding: 100px 30px 50px 30px;
    }

    #contentArea .main {
        margin-left: -30px;
        margin-right: -30px;
    }

    #contentArea .main {
        padding: 50px 0 100px 0;
    }

    #contentArea .contentLeft,
    #contentArea .contentRight {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    body {
        margin-top: 84px;
    }
    #header ul li a {
        font-size: 16px;
    }
    #header .headerRight span {
        line-height:22px;
    }
    #animation .item .heading {
        font-size: 42px;
    }

    #animation .animationText .animationTextList {
        margin-left: -50px;
        margin-right: -50px;
    }

    #animation .item .animationText .col {
        padding-left: 50px;
        padding-right: 50px;
    }

    .whatwedoList .item:nth-child(3n):after {
        display: block;
    }

    .whatwedoList .item:nth-child(4n):after {
        display: none;
    }

    #quoteSection .sectionTitle,
    #newsSection .sectionTitle,
    #contactSection .sectionTitle {
        top: 0;
    }
}

@media(min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
    #header .headerRight span {
        line-height:44px;
    }
    #header .headerCentre {
        text-align: center;
    }

    #header .headerRight .btn {
        padding: 10px 20px;
        font-size: 16px;
    }

    #header .headerRight span {
        padding-left: 50px;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #animation .item .animationText {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #animation .item .heading {
        font-size: 60px;
    }
}

@media (min-width: 1920px) {
    #animation .item {
        height: 765px;
    }

        #animation .item .animationText {
            padding-top: 150px;
        }
}

.cookieLaw {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 500;
    color: White !important;
    font-size: 12px !important;
    background-color: rgba(112, 112, 112, 0.9);
    padding: 5px;
    text-align: center;
    border-top: 3px white solid;
    display: none;
}

    .cookieLaw p {
        margin: 0;
        padding: 5px 0;
    }

#cookieDialog {
    font-size: 14px;
    display: none;
}

#twitterWidget .user img {
    display: none;
}

#twitterWidget .user a {
    color: #fff;
    font-weight: bold;
}

#twitterWidget .user span {
    font-size: 24px;
    color: #414042;
    font-weight: 900;
    line-height: 24px;
}

#twitterWidget a[data-expanded-url] {
    width: 100%;
    display: inline-block;
    -ms-word-break: break-word;
    word-break: break-word;
    word-break: break-all;
}

#twitterWidget p {
    color: #414042;
    line-height: 18px;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 0;
}

#twitterWidget .timePosted {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 10px;
}

    #twitterWidget .timePosted a {
        color: #e5971d;
    }

#twitterWidget .tweet {
    height: 36px;
    overflow: hidden;
    clear: left;
    margin-top: 10px;
}

    #twitterWidget .tweet a {
        color: #e5971d;
    }

#twitterWidget ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    #twitterWidget ul li:first-child {
        padding-top: 0;
    }

    #twitterWidget ul li {
        padding: 0 0 30px 0;
    }

#twitterWidget .media img {
    max-width: 100%;
}

.twitterOuter a {
    color: #161259;
}
