﻿html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #121212;
}

h1, .h1, h2, h3, h4, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.ratio {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.ratio43 {
    padding: 75% 0 0 0;
}

.ratio169 {
    padding: 56.25% 0 0 0;
}

.ratioS {
    padding: 100% 0 0 0;
}

.ratioL {
    padding: 48% 0 0 0;
}

.ratioC {
    padding: 65.54% 0 0 0;
}

.ratioH {
    padding: 92.28% 0 0 0;
}

.ratioB {
    padding: 96.76% 0 0 0;
}

.ratio img, .ratio div {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btns {
    margin-left: -10px;
    margin-right: -10px;
}

    .btns .btn {
        margin: 0 10px 10px 10px;
    }

.btn-standard {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
    min-width: 180px;
    padding: 15px;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.btn-bg-gold {
    background-color: #b1965f;
    color: #fff;
}

    .btn-bg-gold:hover {
        background-color: #121212;
        color: #fff;
    }

.text-gold {
    color: #b1965f;
}

.text-grey {
    color: #6c6c6c;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-dark {
    background-color: #121212;
}

.section-light {
    background-color: #f7f7f7;
}

.sectionTitle {
    font-size: 42px;
}

.sectionTagline {
    font-size: 17px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
}

#breadcrumb {
    background:none;
    padding: 6px 0;
}

    #breadcrumb .breadcrumb {
        background: none;
        margin-bottom: 0;
    }

        #breadcrumb .breadcrumb li {
            color: #424242;
        }

        #breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
            padding-left: 10px;
        }

            #breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: ">";
                padding-right: 10px;
                color: #424242;
            }

            #breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:last-child:before {
                color: #424242;
            }

        #breadcrumb .breadcrumb li a {
            color: #b1965f;
        }


#header {
    padding: 35px 0;
}

    #header ul.navbar-nav {
        margin-left: -15px;
        margin-right: -15px;
    }

        #header ul.navbar-nav > li{
            position:relative;
        }

        #header ul.navbar-nav > li > a {
            font-family: 'Raleway', sans-serif;
            color: #1d1c1c;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 15px;
        }

        #header ul.navbar-nav li .sub-menu{
            display:none;
        }

#hero {
    background-image: url('/images/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    #hero #header ul.navbar-nav > li > a {
        color: #faf9f6;
    }
    /*#hero .heroText {
        position:absolute;
        top:30%;
        transform: translate(0, -30%);
        padding-bottom:100px;
        position:relative;
    }*/
    #hero .heroText {
        margin-bottom: 7.81%;
        position: relative;
        padding-top: 10.42%;
        padding-bottom: 120px;
    }

        #hero .heroText:after {
            content: "";
            background-image: url('/images/arrow-down.png');
            background-repeat: no-repeat;
            background-position: bottom center;
            display: block;
            height: 14px;
            width: 27px;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

        #hero .heroText h1 {
            color: #fff;
            font-size: 42px;
        }

        #hero .heroText .link {
            font-family: 'Raleway', sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            font-size: 14px;
            letter-spacing: 1px;
            padding-bottom: 10px;
            position: relative;
            display: inline-block;
        }

            #hero .heroText .link:after {
                content: "";
                height: 1px;
                width: 65px;
                background-color: #b1965f;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                margin: 0 auto;
            }

#title {
    background-color: #b1965f;
    padding: 60px 0;
    text-align: center;
}

    #title h1, #title .h1 {
        color: #fff;
        font-size: 42px;
        margin: 0;
        line-height: normal;
    }

.iconList .item {
    text-align: center;
}

    .iconList .item h4 {
        font-size: 16px;
        color: #424242;
        margin: 30px 0 0 0;
    }

.textList .item {
    font-size: 14px;
    line-height: 24px;
    color: #6c6c6c;
}

.listList .item {
    padding-top: 30px;
    padding-bottom: 10px;
}

    .listList .item h4 {
        font-size: 16px;
    }

    .listList .item .itemIntroduction {
        font-size: 14px;
        line-height: 24px;
        color: #6c6c6c;
        /*    height: 48px;
    overflow: hidden;*/
    }

    .listList .item img {
        max-width: none;
        margin-top: -10px;
    }

    .listList .item .flex-row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .listList .item .column {
        padding-left: 12px;
        padding-right: 12px;
    }

.itemItems .item {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -50px;
    margin-right: -50px;
}

    .itemItems .item h3 {
        margin-bottom: 35px;
    }

    .itemItems .item .itemIntroduction {
        font-size: 14px;
        line-height: 24px;
        color: #6c6c6c;
    }

        .itemItems .item .itemIntroduction p {
            margin-bottom: 20px;
        }

    .itemItems .item .link {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #424242;
        padding-bottom: 10px;
        position: relative;
        display: inline-block;
    }

        .itemItems .item .link:after {
            content: "";
            height: 1px;
            width: 65px;
            background-color: #b1965f;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .itemItems .item .column {
        padding-left: 50px;
        padding-right: 50px;
    }

.contactRow {
    margin-left: -30px;
    margin-right: -30px;
}

.contactLeft, .contactRight {
    padding-left: 30px;
    padding-right: 30px;
}

.contactSubTitle {
    font-size: 24px;
    color: #b1965f;
}

.contactLeft .content {
    font-size: 14px;
    line-height: 26px;
    color: #6c6c6c;
}

.contactLeft .deet {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    padding-left: 40px;
    position: relative;
}

    .contactLeft .deet a {
        color: #121212;
    }

    .contactLeft .deet i {
        color: #b1965f;
        font-size: 16px;
        position: absolute;
        top: 10px;
        left: 0;
    }

.contactLeft .address i {
    top: 5px;
}

.contactRight .form-group {
    margin-bottom: 35px;
}

    .contactRight .form-group .form-control {
        background-color: #f7f7f7;
        height: 40px;
        border: 0;
        color: #6c6c6c;
        font-size: 14px;
    }

    .contactRight .form-group textarea.form-control {
        height: 190px;
        resize: none;
    }

.catList {
    margin-left: -25px;
    margin-right: -25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .catList li {
        padding: 10px 25px;
        border-bottom: 1px solid #eaeaea;
    }

        .catList li a {
            text-transform: uppercase;
            font-size: 12px;
            font-family: 'Raleway', sans-serif;
            font-weight: bold;
            color: #424242;
        }

.uList {
    list-style: none;
    padding: 0;
    margin-left: -25px;
    margin-right: -25px;
}

    .uList li {
        display: inline-block;
        position: relative;
        padding: 10px 25px;
        border-bottom: 1px solid #eaeaea;
    }

        .uList li:first-child {
            border-bottom: 0;
        }

        .uList li a {
            text-transform: uppercase;
            color: #424242;
            font-size: 12px;
            font-family: 'Raleway', sans-serif;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .uList li.active:after {
            content: "";
            height: 1px;
            width: 60px;
            background-color: #b1965f;
            display: block;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

.alphaList {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

    .alphaList li {
        padding: 5px 15px;
    }

        .alphaList li a {
            font-family: 'Raleway', sans-serif;
            font-weight: bold;
            color: #424242;
            font-size: 12px;
        }

.projectList {
    margin-left: -15px;
    margin-right: -15px;
}

    .projectList .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .projectList .item .ratio {
            background-color: #1d1c1c;
        }

            .projectList .item .ratio img {
                opacity: .3;
            }

        .projectList .item h3 {
            position: absolute;
            top: 50%;
            left: 15px;
            right: 15px;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            z-index: 1;
            color: #fff;
            font-size: 30px;
            line-height: 34px;
            text-align: center;
            margin: 0;
            padding: 0 17%;
        }

.imageGalleryList .item {
    padding-bottom: 30px;
}

    .imageGalleryList .item .ratio {
        cursor: pointer;
    }


.project .content {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 24px;
}

    .project .content p {
        margin-bottom: 20px;
    }

.projectRow {
    margin-left: -25px;
    margin-right: -25px;
}

    .projectRow .projectLeft,
    .projectRow .projectRight {
        padding-left: 25px;
        padding-right: 25px;
    }

        .projectRow .projectRight .content {
            font-size: 14px;
            color: #6c6c6c;
            line-height: 24px;
        }

            .projectRow .projectRight .content p {
                margin-bottom: 20px;
            }

.gallerySlider {
    margin-bottom: 0 !important;
}

    .gallerySlider .item {
        padding: 0 15px;
    }

    .gallerySlider .slick-dots {
        position: relative;
        margin-top: 50px;
        bottom: auto;
    }

        .gallerySlider .slick-dots li button::before {
            content: "";
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 2px solid #b1b1b1;
            opacity: 1;
        }

        .gallerySlider .slick-dots li.slick-active button::before {
            opacity: 1;
            background-color: #b1965f;
            border: 2px solid #b1965f;
        }

.service {
    margin-left: -50px;
    margin-right: -50px;
}

.serviceLeft,
.serviceRight {
    padding-left: 50px;
    padding-right: 50px;
}

    .serviceLeft .images .ratio {
        margin-bottom: 30px;
    }

    .serviceRight .content {
        font-size: 14px;
        color: #6c6c6c;
        line-height: 24px;
    }

        .serviceRight .content p {
            margin-bottom: 20px;
        }

    .serviceRight .btns .btn-link {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        color: #424242;
        padding: 0 0 10px 0;
        position: relative;
    }

        .serviceRight .btns .btn-link:first-child {
            font-weight: 800;
        }

            .serviceRight .btns .btn-link:first-child:after {
                content: "";
                height: 1px;
                width: 65px;
                background-color: #b1965f;
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .serviceRight .btns .btn-link:hover {
            text-decoration: none;
        }

.services .item .ratio {
    background-image: url('/images/dark-border.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

    .services .item .ratio img {
        opacity: .7;
    }

.services .item h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    text-align: center;
}

.services .item .overlay {
    background-color: rgba(29, 28, 28, .9);
    z-index: 1;
    opacity: 0;
    -webkit-transition: .4s opacity ease-in-out;
    -o-transition: .4s opacity ease-in-out;
    transition: .4s opacity ease-in-out;
}

.services .item:hover .overlay {
    opacity: 1;
}

#testimonials {
    background-color: #121212;
}

    #testimonials .testimonialSlider {
        margin-bottom: 0;
    }

        #testimonials .testimonialSlider .item {
            text-align: center;
            color: #fff;
            padding-top: 125px;
            background-image: url('/images/testimonial-icon.png');
            background-position: center top;
            background-repeat: no-repeat;
            border-radius: 0;
        }

            #testimonials .testimonialSlider .item .itemIntroduction {
                font-size: 25px;
                line-height: 40px;
            }

            #testimonials .testimonialSlider .item .itemAuthor {
                font-size: 12px;
            }

.testimonialList {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

    .testimonialList .item {
        padding-top: 35px;
        padding-bottom:35px;
        border: 0;
    }

        .testimonialList .item .box {
            background-color: #f7f7f7;
            color: #6c6c6c;
            padding: 75px 25px 25px 25px;
            border-radius: 6px;
            text-align: center;
            position: relative;
        }

            .testimonialList .item .box:before {
                content: "";
                background-image: url('/images/testimonial-gold-icon.png');
                background-repeat: no-repeat;
                background-position: top center;
                width: 70px;
                height: 70px;
                position: absolute;
                top: -35px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

            .testimonialList .item .box .itemIntroduction {
                font-size: 18px;
                line-height: 30px;
            }

            .testimonialList .item .box .itemAuthor {
                font-size: 12px;
            }

#footer {
    border-bottom: 65px solid #b1965f;
    font-family: 'Raleway', sans-serif;
}

    #footer .footerText {
        font-weight: bold;
        font-size: 18px;
    }

    #footer .socials {
        margin-left: -5px;
        margin-right: -5px;
    }

        #footer .socials a {
            color: #b1965f;
            display: inline-block;
            vertical-align: middle;
            padding: 5px;
            -webkit-transition: .4s opacity ease-in-out;
            -o-transition: .4s opacity ease-in-out;
            transition: .4s opacity ease-in-out;
        }

            #footer .socials a:hover {
                opacity: .8;
            }

    #footer .deet {
        font-size: 20px;
    }

        #footer .deet a {
            color: #121212;
        }

        #footer .deet i {
            color: #b1965f;
            font-size: 16px;
            vertical-align: middle;
            margin-right: 5px;
        }

    #footer .address {
        font-size: 18px;
    }

    #footer .footerMenu li a {
        color: #121212;
    }

    #footer .footerMenu.footerMenu1 li {
        margin-bottom: 5px;
    }

        #footer .footerMenu.footerMenu1 li:first-child {
            margin-bottom: 20px;
        }

            #footer .footerMenu.footerMenu1 li:first-child a {
                font-weight: bold;
                font-size: 18px;
            }

    #footer .footerMenu li a:hover {
        color: #b1965f;
    }

@media(max-width: 360px) {
    #header .menuText {
        display:none!important;
    }
}

@media(max-width: 480px) {
    #header .nav-brand img {
        max-width: 200px;
    }
}

@media(max-width: 991px) {
    #header .nav-scroller {
        position: absolute;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }

    #header ul.navbar-nav > li {
        margin: 5px 0;
    }

        #header ul.navbar-nav > li > a {
            padding: 5px 10px;
            text-align: left;
        }

        #header ul.navbar-nav > li a:after {
            content: ' \f078';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            font-size: 14px;
            padding-left: 5px;
        }

        #header ul.navbar-nav > li a:only-child:after {
            content: "";
        }

        #header ul.navbar-nav > li ul {
            list-style: none;
            margin: 0;
            padding-left: 20px;
            background-color: none;
        }

        #header ul.navbar-nav > li > a {
            color: #fff;
            text-align: left;
            display: block;
            padding: 5px;
            font-size: 16px;
        }

    #header ul.navbar-nav li {
        border: none;
    }

    #header .navbar-toggler {
        border-width: 0;
        outline: 0;
    }

    #header .menuText {
        color: #121212;
    }

    #hero #header .menuText {
        color: #fff;
    }

    #header .animated-icon {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #header .animated-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        #header .animated-icon span {
            background: #121212;
        }

    #hero #header .animated-icon span {
        background: #fff;
    }

    #header .animated-icon span:nth-child(1) {
        top: 0px;
    }

    #header .animated-icon span:nth-child(2),
    #header .animated-icon span:nth-child(3) {
        top: 10px;
    }

    #header .animated-icon span:nth-child(4) {
        top: 20px;
    }

    #header .animated-icon.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    #header .animated-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header .animated-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #header .animated-icon.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    #header .nav-wrapper {
        position: fixed;
        top: 0;
        left: 100%;
        padding: 0;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        height: 100%;
        z-index: 999;
    }

    #header .btn-close {
        position: absolute;
        left: 0;
        background: #121212;
        padding: 20px;
        border: 0;
        top: 0;
        border-radius: 0;
    }

        #header .btn-close .animated-icon span {
            background: #fff;
        }

    #header .navbar-collapse.collapsing .nav-wrapper {
        height: 100% !important;
        margin-left: 50%;
        left: 50%;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #header .navbar-collapse.show .nav-wrapper {
        left: 0;
    }

    #header .nav-group {
        margin-left: 70px;
        background: #121212;
        padding: 15px;
    }

        #header .nav-group::after {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 70px;
            right: 0;
            bottom: 0;
            background: #121212;
            z-index: -1;
        }

        #header ul.navbar-nav > li > a.expand::after {
            content: ' \f077';
        }

        #header .nav-group .callus {
            padding-left: 10px;
            margin-top: 10px;
        }

            #header .nav-group .callus i {
                color: #0086ac;
                margin-right: 5px;
            }

            #header .nav-group .callus a {
                color: #fff;
                font-weight: bold;
            }
}

@media(min-width: 768px) {
    #hero .heroText h1,
    #title h1, #title .h1 {
        font-size: 62px;
    }

    .services .item h3 {
        font-size: 36px;
    }
}

@media(min-width: 992px) {

    #header ul.navbar-nav > li .sub-menu {
        position: absolute;
        top: 100%;
        left: 15px;
        background-color: #1d1c1c;
        min-width: 240px;
        z-index: 1;
        border: 1px solid #1d1c1c;
    }

    #header ul.navbar-nav > li:hover .sub-menu {
        display: block;
    }

    #header ul.navbar-nav > li .sub-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #header ul.navbar-nav > li .sub-menu ul li a {
            color: #fff;
            padding: 5px 10px;
            -webkit-transition: .2s background-color linear;
            -o-transition: .2s background-color linear;
            transition: .2s background-color linear;
        }

        #header ul.navbar-nav > li .sub-menu ul li:hover a {
            background-color: #b1965f;
        }

    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #hero .heroText h1,
    #title h1, #title .h1 {
        font-size: 72px;
    }

    .testimonialList {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}


@media(min-width: 1400px){
    .container {
        max-width: 1250px;
    }

    #footer .deet {
        font-size: 24px;
    }
}

@media(min-width:1600px) {
    .container {
        max-width: 1400px;
    }
}
/*Cookie Policy*/
.cookieLaw {
    color: #fff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .8);
    padding: 5px;
    text-align: center;
    border-top: 3px white solid;
    display: none;
}

    .cookieLaw .btn {
        background-color: #000;
        color: #fff;
    }
