﻿.gtco-cover {
    height: 1024px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .gtco-cover a {
        color: #BE2D2D;
    }

        .gtco-cover a:hover {
            color: white;
        }

    .gtco-cover .overlay {
        z-index: 1;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(35, 35, 35, 0.5);
    }

    .gtco-cover > .container {
        position: relative;
        z-index: 10;
    }

@media screen and (max-width: 768px) {
    .gtco-cover {
        height: 600px;
    }
}

.gtco-cover .display-t,
.gtco-cover .display-tc {
    height: 900px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-cover .display-t,
    .gtco-cover .display-tc {
        height: 600px;
    }
}

.gtco-cover.gtco-cover-sm {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-sm {
        height: 400px;
    }
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-sm .display-t,
    .gtco-cover.gtco-cover-sm .display-tc {
        height: 400px;
    }
}

.gtco-cover.gtco-cover-xs {
    height: 500px;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-xs {
        height: inherit !important;
        padding: 3em 0;
    }
}

.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-xs .display-t,
    .gtco-cover.gtco-cover-xs .display-tc {
        padding: 3em 0;
        height: inherit !important;
    }
}

.gtco-cover.gtco-cover-xxs {
    padding: 3em 0;
}

.gtco-cover .btn-primary {
    color: #fff !important;
}

#gtco-about,
#gtco-services,
#gtco-our-team,
#gtco-contact {
    padding: 7em 0;
    clear: both;
}

    #gtco-about .img-shadow {
        background: #354B5F;
    }

        #gtco-about .img-shadow img {
            position: relative;
            top: -20px;
            left: -20px;
        }

    #gtco-about .heading {
        position: relative;
    }

        #gtco-about .heading .subtle-text {
            position: absolute;
            bottom: -1.6em;
            left: 0;
            text-transform: uppercase;
            font-size: 208px;
            color: #F8F8F8;
            font-weight: 900;
            z-index: -1;
        }

    #gtco-services .heading {
        position: relative;
    }

        #gtco-services .heading .subtle-text {
            position: absolute;
            bottom: -1.6em;
            left: 0;
            text-transform: uppercase;
            font-size: 208px;
            color: #F8F8F8;
            font-weight: 900;
            z-index: -1;
            line-height: 1;
        }

            #gtco-services .heading .subtle-text span {
                display: block;
            }

    #gtco-services .gtco-services-item {
        margin-bottom: 30px;
    }

    #gtco-about .img-shadow img {
        position: relative;
        top: -5px;
        left: -5px;
    }


.gtco-icon,
.gtco-services-item .gtco-copy {
    display: table-cell;
    vertical-align: top;
}

.gtco-icon {
    width: 48px;
    float: left;
}

    .gtco-icon img {
        margin-left: -10px;
        padding-right: 15px;
    }

.team-item img {
    margin-left: -10px;
}

.gtco-services-item h3 {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .gtco-icon {
        width: 48px;
    }
}

#gtco-services .gtco-services-item .gtco-copy h3 {
    margin-bottom: 15px;
    font-size: 24px;
}


#gtco-contact .heading {
    position: relative;
}

    #gtco-contact .heading .subtle-text {
        position: absolute;
        bottom: -1em;
        left: 0;
        text-transform: uppercase;
        font-size: 208px;
        color: #F8F8F8;
        font-weight: 900;
        z-index: -1;
        line-height: 1;
    }

        #gtco-contact .heading .subtle-text span {
            display: block;
        }

#gtco-contact .form-group {
    margin-bottom: 30px;
}

#gtco-contact .form-control {
    height: 70px;
    font-size: 18px;
    box-shadow: none !important;
    border: 1px solid #cccccc;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}

#gtco-contact textarea {
    height: inherit !important;
    resize: vertical;
}

.gtco-social-icons {
    margin: 0;
    padding: 0;
}

    .gtco-social-icons li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .gtco-social-icons li a {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            color: #BE2D2D;
            padding-left: 10px;
            padding-right: 10px;
        }

            .gtco-social-icons li a i {
                font-size: 20px;
            }

.gtco-contact-info {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

    .gtco-contact-info ul {
        padding: 0;
        margin: 0;
        clear: both;
    }

        .gtco-contact-info ul li {
            padding: 0 0 0 50px;
            margin: 0 0 20px 0;
            list-style: none;
            position: relative;
        }

    .gtco-contact-info a {
        color: #354B5F;
    }

    .gtco-contact-info ul li:before {
        color: #354B5F;
        position: absolute;
        left: 0;
        top: .05em;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .gtco-contact-info ul li.address:before {
        font-size: 30px;
        content: "\e9d1";
    }

    .gtco-contact-info ul li.phone:before {
        font-size: 23px;
        content: "\e9f4";
    }

    .gtco-contact-info ul li.email:before {
        font-size: 23px;
        content: "\e9da";
    }

    .gtco-contact-info ul li.url:before {
        font-size: 23px;
        content: "\e9af";
    }

form label {
    font-weight: normal !important;
}

#gtco-header .display-tc,
.gtco-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

    #gtco-header .display-tc h1, #gtco-header .display-tc h2,
    .gtco-cover .display-tc h1,
    .gtco-cover .display-tc h2 {
        margin: 0;
        padding: 0;
        color: white;
    }

    #gtco-header .display-tc h1,
    .gtco-cover .display-tc h1 {
        margin-bottom: 30px;
        font-size: 59px;
        line-height: 1.5;
        font-weight: 100;
    }

@media screen and (max-width: 768px) {
    #gtco-header .display-tc h1,
    .gtco-cover .display-tc h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

#gtco-header .display-tc h2,
.gtco-cover .display-tc h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#gtco-footer {
    padding-top: 30px;
    background: #fafafa;
}

    #gtco-footer .gtco-footer-links {
        padding: 0;
        margin: 0 0 20px 0;
        float: left;
        width: 100%;
    }

        #gtco-footer .gtco-footer-links li {
            padding: 0;
            margin: 0 0 15px 0;
            list-style: none;
            line-height: 1;
        }

            #gtco-footer .gtco-footer-links li a {
                text-decoration: none;
            }

                #gtco-footer .gtco-footer-links li a:hover {
                    text-decoration: underline;
                }

    #gtco-footer .gtco-widget {
        margin-bottom: 30px;
    }

        #gtco-footer .gtco-widget h3 {
            margin-bottom: 15px;
            font-weight: bold;
            font-size: 15px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        #gtco-footer .gtco-widget .gtco-quick-contact {
            padding: 0;
            margin: 0;
        }

            #gtco-footer .gtco-widget .gtco-quick-contact li {
                padding: 0;
                margin: 0 0 10px 0;
                list-style: none;
            }

                #gtco-footer .gtco-widget .gtco-quick-contact li i {
                    width: 30px;
                    float: left;
                    font-size: 18px;
                    position: relative;
                    margin-top: 4px;
                    display: -moz-inline-stack;
                    display: inline-block;
                    zoom: 1;
                    *display: inline;
                }

@media screen and (max-width: 768px) {
    #gtco-footer .copyright .pull-left,
    #gtco-footer .copyright .pull-right {
        float: none !important;
        text-align: center;
    }
}

#gtco-footer .copyright .block {
    display: block;
}

#gtco-offcanvas {
    position: absolute;
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #gtco-offcanvas {
        display: block;
    }
}

.offcanvas #gtco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#gtco-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

    #gtco-offcanvas a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

#gtco-offcanvas ul {
    padding: 0;
    margin: 0;
}

    #gtco-offcanvas ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #gtco-offcanvas ul li > ul {
            padding-left: 20px;
            display: none;
        }

        #gtco-offcanvas ul li.offcanvas-has-dropdown > a {
            display: block;
            position: relative;
        }

            #gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
                position: absolute;
                right: 0px;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e921";
                font-size: 20px;
                color: rgba(255, 255, 255, 0.2);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

        #gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.js .animate-box {
    opacity: 0;
}

.pre-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.header {
    background: none;
    position: fixed;
    top: 30px;
    width: 100%;
    box-shadow: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .header.scrolled {
        background: #fff;
        -webkit-transition: 0.5s;
        position: fixed;
        width: 100%;
        -o-transition: 0.5s;
        transition: 0.5s;
    }


img.logo-img-dark {
    display: block!important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    img.logo-img-dark.scrolled {
        display: none!important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

img.logo-img-light {
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    img.logo-img-light.scrolled {
        display: block;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

.front-steps-wrapper .front-step1 {
    background: #BF2E2E;
}

.front-steps-wrapper .front-step:after {
    top: 50%;
    width: 0;
    height: 0;
    left: 100%;
    z-index: 2;
    content: " ";
    display: block;
    margin-top: -1em;
    position: absolute;
    border-left: 15px solid #BF2E2E;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
#gtco-services .gtco-services-item {
    margin-bottom: 30px;
}

.gtco-icon,
.gtco-services-item .gtco-copy {
    display: table-cell;
    vertical-align: top;
}

.gtco-icon {
    width: 48px;
    float: left;
}

    .gtco-icon img {
        margin-left: -10px;
        padding-right: 15px;
    }


.gtco-services-items i, .gtco-services-items li {
    font-size: 20px;
    font-weight: 300;
}

.gtco-services-items p {
    font-size: 14px;
}


.gtco-product-logo {
   height: 30px;
}