﻿body {
    font-family: Raleway;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #9e9e9e;
    font-size: 15px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    line-height: 1.1;
    font-weight: 700;
}
h3 {
    font-family: Montserrat;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    color: #2f2f2f;
    font-size: 25px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a, a:hover, a:focus, a:before, a:after {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/************ Navbar ***********/
.logo-main{
    line-height: 93px;
}
.navbar-transparent {
    background-color: transparent;
    border: none;
    z-index: 2;
}
    .navbar-transparent .logo-main img {
        height: 65px;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }
.navbar-default .navbar-nav > li > a {
    font-family: Raleway;
    color: black;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #8a6d3b;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #8a6d3b;
}
@media (min-width: 993px) {
    .navbar-default .navbar-nav > li > a:before {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #8a6d3b;
        width: 100%;
        bottom: 0;
        left: 0;
        width: 0;
    }

    .navbar-default .navbar-nav > li.current-menu-item > a:before,
    .navbar-default .navbar-nav > li.current-menu-ancestor > a:before,
    .navbar-default .navbar-nav > li:hover > a:before {
        background-color: #1e2d3b;
        width: 100%;
    }

    .navbar-fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 1001;
        width: 100%;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }
    .navbar-fixed .logo-main {
        line-height: 70px;
    }
        .navbar-fixed .logo-main img{
            height: 32px;
        }
        .navbar-fixed .navbar-nav > li > a,
        .navbar-fixed .navbar-nav > li.active > a,
        .navbar-fixed .navbar-nav > li > a:hover,
        .navbar-fixed .navbar-nav > li.active > a:hover
        {
            color: #313131;
        }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-default .navbar-nav > li > a {
        line-height: 93px;
    }
    .navbar-fixed .navbar-nav > li > a {
        line-height: 72px;
    }
    .navbar-fixed .navbar-transparent {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:767px) {
    .logo-main {
        line-height: 55px;
    }
    .navbar-transparent .navbar-toggle
    {
         background-color: black;
    }
    .navbar-collapse {
        background: rgba(34, 34, 34, 0.9);
        position: absolute;
        top: 93px;
        left: 30px;
        right: 30px;
        width: inherit;
    }
}
@media screen and (max-width: 993px) and (min-width: 768px) {
    .navbar-nav > li.testimonials-nav,
    .navbar-nav > li.clients-nav {
        display:none;
    }
}
/*********** ./Navbar **********/


/************ Slider ***********/

.swiper-container {
      width: 100%;
      height: 100vh;
      margin-top: -112px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-slide video{
        object-fit: initial;
    }
@media screen and (max-width: 768px) {
    .swiper-container {
        height: auto;
    }
}
@media screen and (min-width: 1024px) and (min-height:1366px) {
    .swiper-container {
        height: auto;
    }
}
/*********** ./Slider **********/



/******** Request Quote ********/
.request-form-container{
    margin-top: -107px;
    z-index: 2;
}
.request-form .request-form-header {
    background-color: #8a6d3b;
    color: black;
    padding: 26px 30px 30px;
    position: relative;
}
    .request-form .request-form-header .scroll-to-content {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .request-form .request-form-header .lnr {
        float: left;
        font-size: 40px;
        position: relative;
        top: 8px;
        width: 65px;
    }
    .request-form .request-form-header .request-form-inner {
        position: relative;
        padding-left: 65px;
    }
        .request-form .request-form-header .request-form-inner:before {
            background-color: #ff8600;
            content: "";
            height: 22px;
            left: 51px;
            position: absolute;
            top: 50%;
            transform: translate(0px, -50%);
            width: 2px;
        }
    .request-form .request-form-header h3 {
        color: #fff;
        font-size: 22px;
        line-height: 1;
        text-transform: uppercase;
        margin: 5px 0 0;
    }
.request-form .request-form-content {
    background-color: #f9f9f9;
    padding: 30px 50px 50px;
    -webkit-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    -moz-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    -ms-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    border: 1px solid #f7f7f7;
}
    .request-form .request-form-content div {
        margin-bottom: 19px;
    }
    .request-form .request-form-content .request-form-control {
        position: relative;
    }
        .request-form .request-form-content .request-form-control input[type='text'],
        .request-form .request-form-content .request-form-control textarea {
            padding-left: 0;
            background-color: transparent;
            color: #474747;
            font-size: 13px;
            padding: 5px 15px 5px 0;
            line-height: normal;
            width: 100%;
            -webkit-border-radius: 1px;
            -khtml-border-radius: 1px;
            -moz-border-radius: 1px;
            -ms-border-radius: 1px;
            -o-border-radius: 1px;
            border-radius: 1px;
            outline: none;
            border-width: 0 0 2px 0;
            border-style: solid;
            border-color: #e5e5e5;
            height: 50px;
        }
        .request-form .request-form-content .request-form-control textarea {
            margin-top: 11px;
            padding-left: 0;
            height: 90px;
            max-width: 100%;
        }
.request-form .btn-submit {
    width: 100%;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff;
    border: 2px solid #8a6d3b;
    border-radius: 0;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-family: Montserrat;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}


.lnr-apartment:before {
    content: "\e801";
}
@media screen and (max-width:1200px) {
    .request-form-inner span,
    .request-form-inner br {
        display: none;
    }
    .request-form .request-form-header h3 {
        margin-top: 7px;
    }
}
/********./Request Quote *******/

/******** Our Story *********/
.heading-default .subtitle {
    font-size: 14px;
    color: #5a5a5a;
    position: relative;
    z-index: 2;
}
.heading-default .title {
    font-size: 35px;
    line-height: 1;
    color: #2f2f2f;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 3px;
    position: relative;
    z-index: 1;
}
.text-wrapper p:last-child {
    margin-bottom: 0;
}
.fancybox-item {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-color: #f7f7f7;
    border-top: none;
    padding: 15px 19px 18px 19px;
    -webkit-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    -moz-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    -ms-box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    box-shadow: 0 2.3px 2px 0.1px #f1f1f1;

    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.fancy-box-icon i {
    font-size: 40px;
    color: #1e2d3b;
}
.fancybox-title {
    line-height: 1;
    margin: 5px 0 0;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Montserrat;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    color: #2f2f2f;
}
/**********./ Our Story *******/


/********** Footer ************/
footer .footer-feature-top {
    background-color: #8a6d3b;
    color: black;
}
    footer .footer-feature-top .footer-feature-inner {
        background-color: #573e13;
        padding: 36px 0;
    }
    footer .footer-feature-top .feature-top-item {
        width: 33.33%;
        float: left;
        padding: 0 40px;
        border-right: 2px solid #1f1f1f;
    }
        footer .footer-feature-top .feature-top-item .media .media-left {
            position: relative;
            padding-right: 42px;
        }
            footer .footer-feature-top .feature-top-item .media .media-left:before {
                background-color: #828282;
                content: "";
                height: 22px;
                position: absolute;
                right: 20px;
                top: 15px;
                width: 2px;
            }
            footer .footer-feature-top .feature-top-item .media .media-left span {
                color: white;
                font-size: 40px;
                position: relative;
                top: 4px;
            }
        footer .footer-feature-top .feature-top-item .media .media-body {
            color: white;
            width: inherit;
        }
            footer .footer-feature-top .feature-top-item .media .media-body span {
                color: white;
                font-size: 14px;
                display: block;
            }

footer .footer-top {
    padding: 70px 0 67px;
    position: relative;
    background-color: #1f1f1f;
    color: #807f7f;
    font-size: 14px;
}
    footer .footer-top .media {
        padding-bottom: 10px;
    }
footer .footer-top1 .media-body {
    padding-right: 35px;
}
footer .footer-top .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 13px;
}
footer .footer-bottom {
    background-color: #8a6d3b;
    color: white;
    font-size: 14px;
    line-height: 23px;
    padding: 30px 0;
}
    footer .footer-bottom .title-social {
        padding-right: 25px;
        display: inline-block;
    }
    footer .footer-bottom .cs-social {
        display: inline-block;
        vertical-align: top;
        padding-top: 2px;
    }
        footer .footer-bottom .cs-social li {
            padding: 0 4px;
            display: inline-block;
        }
        footer .footer-bottom .cs-social.text-left li:first-child {
            margin-left: 0;
        }
        footer .footer-bottom .cs-social li a {
            background-color: #161616;
            color: #828282;
            font-size: 15px;
            display: block;
            height: 42px;
            line-height: 42px;
            text-align: center;
            width: 42px;
        }

            footer .footer-bottom .cs-social li a span {
                display: none;
            }
    footer .footer-bottom .title-newsletter {
        left: 15px;
        padding: 0;
        position: absolute;
        top: 0;
    }
    footer .footer-bottom .tnp-widget {
        display: inline-block;
        margin: 0;
        padding-left: 125px;
        padding-top: 2px;
        vertical-align: top;
        width: 100%;
    }
    footer .footer-bottom .tnp-widget form {
        position: relative;
    }
        footer .footer-bottom .tnp-widget .tnp-field {
            margin-bottom: 10px;
            border: 0;
            padding: 0;
        }
            footer .footer-bottom .tnp-widget .tnp-field .tnp-email {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -ms-box-shadow: none;
                box-shadow: none;
                background-color: transparent;
                border: 2px solid #292929;
                box-shadow: none;
                height: 42px;
                -webkit-transition: all 300ms linear 0ms;
                -moz-transition: all 300ms linear 0ms;
                -ms-transition: all 300ms linear 0ms;
                transition: all 300ms linear 0ms;
                font-size: 13px;
                width: 100%;
                padding: 10px 10px 10px 15px;
                display: block;
                text-shadow: none;
                color: #444;
                line-height: normal;
                box-sizing: border-box;
                border-radius: 1px;
                outline: none;
            }
        footer .footer-bottom .tnp-widget .tnp-field-button {
            position: absolute;
            right: 0;
            top: 0;
        }
            footer .footer-bottom .tnp-widget .tnp-field-button .tnp-submit {
                height: 42px;
                padding: 0 15px;
                position: relative !important;
                background-color: #282828 !important;
                border: 2px solid #282828 !important;
                font-weight: 700;
                color: #fff;
                width: 100%;
                display: block;
                font-size: 14px;
                line-height: normal;
                box-sizing: border-box;
                border-radius: 0;
                margin: 0;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                font-family: Montserrat;
                -webkit-transition: all 300ms linear 0ms;
                -moz-transition: all 300ms linear 0ms;
                -ms-transition: all 300ms linear 0ms;
                transition: all 300ms linear 0ms;
            }
footer .cs-copyright {
    background-color: #8a6d3b;
    padding: 34px 0;
    font-size: 13px;
    color: white;
    font-weight: 400;
    font-family: 'Open Sans';
}
    footer .cs-copyright .developed-by {
        color: #a4cd39;
    }
@media screen and (max-width: 1200px) {
    footer .footer-bottom .title-social {
        display: block;
        margin-bottom: 12px;
    }

    footer-bottom .cs-social {
        margin-left: -2px;
    }

    footer .footer-bottom .title-newsletter {
        position: static;
        margin-bottom: 12px;
    }

    footer .footer-bottom .tnp-widget {
        padding-left: 0;
    }
}
@media screen and (max-width: 992px) {
    footer .container {
        width: 100%;
    }
    footer .footer-top .footer-top1,
    footer .footer-top .footer-top2,
    footer .footer-top .footer-top3 {
        width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }
    footer .footer-bottom .cs-social li {
        margin-bottom: 8px;
    }

}

.lnr-map:before {
    content: "\e834";
}

@media (max-width: 767px) {
    footer .footer-feature-top footer-feature-inner {
        margin-top: 15px;
    }

    footer .footer-feature-top .feature-top-item {
        margin-bottom: 20px;
        width: 100% !important;
        border-right: none;
    }
    footer .footer-bottom {
        text-align: center;
    }
}
/********* ./Footer ***********/


/********* Service **********/
.cms-heading-wrapper.heading-style1 {
    text-align: center;
}
/*.cms-heading-wrapper {
    padding-top: 10px;
}
.cms-heading-wrapper .subtitle {
    font-size: 14px;
    color: #5a5a5a;
    position: relative;
    z-index: 2;
}
.cms-heading-wrapper.heading-style1 .title {
        padding-bottom: 15px;
    }
.cms-heading-wrapper .title {
    font-size: 35px;
    line-height: 1;
    color: #2f2f2f;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 3px;
    position: relative;
    z-index: 1;
}
vc_empty_space {
    box-sizing: border-box;
}*/

.cms-heading-content {
    position: relative;
    text-align: center;

}


.cms-heading-content h3 {
    font-size: 35px;
    line-height: 1;
    color: #2f2f2f;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 3px;
    position: relative
}

.cms-heading-content h3:before {
    /*border: 2px solid #ffc527;*/
    content: "";
    height: 96px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -35px;
    width: 70px;
    z-index: -1;
}

    .cms-heading-content .description {
        font-size: 14px;
        line-height: 23px;
        font-style: italic;
        font-weight: 700;
    }


.cms-services-wraper .nav-tabs {
    border: none;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 26px;
}

.cms-services-wraper .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}

.cms-services-wraper .nav-tabs li a {
    color: #313131;
    background-color: transparent !important;
    border: none !important;
    margin: 0;
    cursor: pointer;
}

.cms-services-wraper .nav-tabs li a i {
    font-size: 40px;
}

.cms-services-wraper .nav-tabs li a span {
    display: block;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 21px;
}

.cms-services-wraper .nav-tabs li:hover a {
    color: #ffc527;
}




.post-thumbnail {
    background-image: url('../images/service/services6.jpg');
    background-position: center center;
    /*height: 50px;*/
    width: 684px;
    left: -90px;
    padding: 0;
    position: absolute;
    height: 616px;
}

.post-thumbnail1 {
    background-position: center center;
    width: 684px;
    left: -90px;
    padding: 0;
    position: absolute;
    height: 616px;
}


.cms-content-service {
    background-color: orange;
    padding: 0;


}

.cms-content-service .box {
        margin: 100px 90px;
    }

.cms-content-service .text {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 50px;
        color: #fff;
        font-family: Raleway;
        font-weight: 400;
    }
.cms-services-title {
    font-family: Raleway;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #9e9e9e;
    font-size: 15px;
    padding-bottom: 10px;

}
.cms-content-service .cms-services-title h3 {
    color: white;
}

a {
    color: #ffff;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn, button, .button, input[type="submit"] {
    border: 2px solid #2f2f2f;
    border-radius: 0;
    color: #2f2f2f;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    letter-spacing: 0.02em;
    font-family: Montserrat;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}


.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
    outline: medium none;
    text-decoration: none;
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.for_each_left_most_image {
    display: block;
    text-align: right;

}

.for_all__image {
    display: block;
    float: right;
}

body {
    font-family: Raleway;
    line-height: 29px;
    font-weight: 400;
    font-style: normal;
    color: #2f2f2f;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    line-height: 1.1;
    font-weight: 700;
}

h2 {
    font-family: Montserrat;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    color: #2f2f2f;
    font-size: 25px;
    text-transform: uppercase;
}

.image {

    background-size: contain;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: auto;
}


                                            /*Client*/
                                /******************************/
                                /*         Quate              */
                                /******************************/

/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: yellow;

    color: #fff;
    font-size: 16px;
    background-color: #ffc527;
    height: 30px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 30px;
}*/


.author {

    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 22px;
    margin: 0;
    color: #2f2f2f;
}
.position {
    font-size: 13px;
    font-weight: normal;
    color: #9e9e9e;
}

.client_content {
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    font-weight: normal;
    margin-right: 35px;

}
.client_footer {
    margin-top: 6px;
}
