@media screen and (max-width: 48.875em) and (min-width: 48em) {
    .admin-bar .site-navigation-fixed.navigation-top,
    .admin-bar .site-navigation-hidden.navigation-top {
        top: 46px;
    }
}

/* reset */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
a,
a:hover {
    text-decoration: none;
    color: #3b89be;
}
img {
    max-width: 100%;
    height: auto;
}
.galery_project {
    text-align: center;
}
.galery_project p {
    width: 300px;
    display: inline-block;
    margin-right: 15px;
}

/* custom */
html {
    margin: 0 !important;
    overflow-y: scroll;
}
#wpadminbar {
    display: none;
}
body {
    background-color: #212225;
    color: #fff;
    padding-top: 80px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
}
body > .container-fluid {
    padding: 0;
}
.header {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.5s ease-in all;
    height: 80px;
}
.header.compact .logo,
.header.compact .logo a,
.header.compact .top_menu,
.header.compact {
    height: 60px;
}
.header.compact {
    background-color: rgba(255, 255, 255, 0.97);
}
.header.compact .top_menu a {
    padding-top: 11px;
}
.header .logo {
    height: 80px;
    float: left;
}
.header .logo a {
    display: inline-block;
    height: 80px;
    padding: 15px 15px 15px 0;
    transition: all ease-in 0.5s;
}
.header .logo a img {
    height: 100%;
}
.header .top_menu {
    float: right;
    height: 80px;
}
.header .top_menu .mobile_btn {
    display: none;
}
.header .top_menu ul {
    margin: 0;
}
.header .top_menu ul li {
    display: inline-block;
}
.header .top_menu ul li.current_page_item a,
.header .top_menu ul li a:hover {
    color: #3b89be;
}
.header .top_menu ul li a {
    display: block;
    padding: 21px 0 20px 20px;
    line-height: 35px;
    text-decoration: none;
    color: #000;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    transition: all ease-in 0.5s;
    font-size: 13px;
}
.header .top_menu ul li:not(:last-child) a:after {
    position: relative;
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 6px;
    margin-left: 20px;
    margin-top: 0px;
    color: #3b89be;
    float: right;
    padding-top: 3px;
}
.header .top_menu .menu-toggle {
    display: none;
}
.header .menu-scroll-down {
    display: none;
}
.home_banner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background-image: url(../images/01.Reception-Table-1024x576.jpg);
    background-position: 70% fixed;
    background-size: 100% !important;
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.home_banner.home {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
    background-image: url(/images/02.FalseRoofing.jpg);
    background-position: 50% fixed;
}
.home_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.home_banner.home h1 {
    font-size: 60px;
    letter-spacing: 10px;
    margin-bottom: 40px;
}
.home_banner.home h3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 50px;
}
.home_banner.home a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 15px;
    color: #fff;
    background: rgba(0, 123, 255, 0.3);
    font-weight: bold;
}
.home_banner.home a:hover {
    background-color: #3b89be;
    color: #fff;
    border-color: #3b89be;
}
.home_banner.home a:after {
    font-family: FontAwesome;
    content: '\f054';
    margin-left: 10px;
}
.home_banner h1,
.home_banner h3,
.home_banner a {
    position: relative;
    z-index: 2;
}

.home_banner h1,
.home_banner h4 {
    font-family: Dosis, Arial, Helvetica, sans-serif;
}
.home_banner h4 {
    font-size: 32px;
    text-transform: uppercase;
}
.home_banner.inner .text {
    padding-top: 14px;
}
.inner_content {
    padding: 50px 15px;
}

.scrollme {
    perspective: 600px;
}

.animateme {
    transform-origin: center center center;
}

.entry-header,
.edit-link,
figure figcaption {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Dosis, Arial, Helvetica, sans-serif;
}
img {
    max-width: 100% !important;
    height: auto;
}

.home_highlights .pic {
    overflow: hidden;
    position: relative;
}
.home_highlights .pic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.home_highlights .pic figure {
    margin-bottom: 0;
}
.home_highlights .pic .inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 30px 30px 0 30px;
    width: 100%;
    height: 100%;
}
.home_highlights .pic h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 11px;
}

.home_highlights .pic p:nth-child(2) {
    overflow: hidden;
    height: 70px;
}

.home_highlights .pic > p {
    display: none;
}

.home_highlights .pic a {
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 6px 15px;
    line-height: 33px;
    position: absolute;
    right: 7px;
    bottom: 7px;
}
.home_highlights .pic a:hover {
    background-color: #3b89be;
    color: #fff;
    border-color: #3b89be;
}
.home_highlights .pic a:after {
    font-family: FontAwesome;
    content: '\f054';
    margin-left: 10px;
}

.container-fluid.dark {
    background-color: #18191b;
    padding: 70px 15px;
}

.container-fluid.light_dark {
    background-color: #212225;
    padding: 70px 15px;
}

.home_high_points h2 {
    color: #3b89be;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.home_high_points p {
    /*text-align: justify; */
}
.pic_frame {
    padding: 30px;
    height: 600px;
}
.pic_frame .inner {
    position: relative;
}

.pic_frame .inner > div {
    position: absolute;
    width: 25%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.pic_frame .inner > div:nth-child(1) {
    height: 200px;
    width: 25%;
}

.pic_frame .inner > div:nth-child(2) {
    height: 200px;
    width: 25%;
    left: 0;
    top: 200px;
}
.pic_frame .inner > div:nth-child(3) {
    height: 200px;
    width: 25%;
    left: 0;
    top: 400px;
}
.pic_frame .inner > div:nth-child(4) {
    height: 200px;
    width: 50%;
    left: 25%;
}
.pic_frame .inner > div:nth-child(5) {
    height: 400px;
    width: 25%;
    left: 25%;
    top: 200px;
}
.pic_frame .inner > div:nth-child(6) {
    height: 200px;
    width: 25%;
    left: 50%;
    top: 200px;
}
.pic_frame .inner > div:nth-child(7) {
    height: 200px;
    width: 50%;
    left: 50%;
    top: 400px;
}
.pic_frame .inner > div:nth-child(8) {
    height: 400px;
    width: 25%;
    left: 75%;
    top: 0;
}
.pic_frame .inner > div {
    padding: 12px;
    overflow: hidden;
}

.pic_frame .inner > div > div {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}
.pic_frame .inner > div > div > img {
    min-width: 100%;
    min-height: 100%;
    transition: 1s ease all;
    margin: auto;
}
.pic_frame .inner > div > div:hover > img {
    transform: scale(1.2);
    cursor: pointer;
}
.pic_frame .inner > div > div > span {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    font-family: Dosis, Arial, Helvetica, sans-serif;
    z-index: 3;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    transition: 0.6s all ease-in-out;
}
.pic_frame .inner > div > div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: 0.5 all ease-in;
}
.pic_frame .inner > div > div:hover:before {
    opacity: 1;
}
.pic_frame .inner > div > div:hover > span {
    opacity: 1;
}
.container-fluid.color {
    background-color: #3b89be;
    padding: 40px 0 25px 0;
}
.container-fluid.quote_box h2,
.container-fluid.quote_box .btn_quote {
    margin-bottom: 15px;
}
.container-fluid.quote_box h2 {
    font-size: 26px;
    line-height: 42px;
}
.container-fluid.quote_box .button {
    text-align: right;
}
.container-fluid.quote_box .btn_quote {
    border: 2px solid #fff;
    background: none;
    font-size: 18px;
    padding: 5px 30px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s all ease-in;
}
.container-fluid.quote_box .btn_quote:hover {
    background-color: #fff;
    color: #000;
}
.container-fluid.quote_box .btn_quote i:after {
    font-family: FontAwesome;
    content: '\f054';
    margin-left: 10px;
    font-style: normal;
}
.container-fluid.footer {
    background-color: #000;
    padding: 35px 0;
}
.footer .copy {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
}
.footer .logo img {
    height: 40px;
}
.footer .social_icons {
    padding-top: 10px;
    text-align: right;
}
.footer .social_icons a {
    padding: 0 10px;
    font-size: 15px;
}
.footer .social_icons a:last-child {
    padding-right: 0;
}
.footer .social_icons a i {
    transition: all ease-out 0.3s;
    line-height: 22px;
}
.footer .social_icons a:hover i {
    color: #fff;
    transform: scale(1.2);
}
.inner_page h1,
.inner_page h2,
.inner_page h3,
.inner_page h4,
.inner_page h5,
.inner_page h6,
.inner_page p {
    margin-bottom: 25px;
}
.about_us_content {
    background-color: #212225;
}
.about_us_content .img {
    overflow: hidden;
    padding: 10px;
}
.about_us_content .img img {
    min-width: 100%;
    margin: 0 0 10px 0;
}
.about_us_content .img img:last-child {
    margin-bottom: 0;
}

.about_us_content .text {
    padding: 80px;
}

.inner_page {
    background: url(/images/03.Bedroom.jpg) no-repeat 100% 100%;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.testimonial_wrapper {
    background: rgba(0, 0, 0, 0.5);
}
.testimonial_wrapper.contact_us {
    background: rgba(0, 0, 0, 0.8);
}
.testimonial {
    padding: 90px 0;
}
.testimonial .testi {
    position: relative;
    margin: 15px;
    padding: 35px 35px 35px 75px;
    background: rgba(0, 0, 0, 0.6);
}
.testimonial .testi span {
    display: block;
    color: #3b89be;
    padding-top: 15px;
    font-size: 12px;
}
.testimonial .testi:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 100%;
    color: #fff;
    padding: 10px 12px;
    background-color: #3b89be;
    position: absolute;
    left: 0;
    top: 0;
}

.gallery .gallery-item {
    float: left;
    width: 33.33%;
    padding: 10px;
    margin: 0;
}
.gallery .gallery-item img {
    width: 100%;
    height: auto;
    border: 2px solid #3b89be;
}

.contact_form
    div.wpforms-container-full
    .wpforms-form
    .wpforms-field
    .wpforms-field-medium {
    margin-right: 0;
    max-width: 100% !important;
}
.contact_form
    div.wpforms-container-full
    .wpforms-field-container
    .wpforms-field:nth-child(2),
.contact_form
    div.wpforms-container-full
    .wpforms-field-container
    .wpforms-field:nth-child(3) {
    width: 50%;
    padding-right: 15px;
    float: left;
    clear: none;
}
.contact_form
    div.wpforms-container-full
    .wpforms-field-container
    .wpforms-field:nth-child(3) {
    padding-left: 15px;
    padding-right: 0;
}
.contact_form {
    padding-right: 80px;
}
.contact_form input,
.contact_form textarea {
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    border: 2px solid #ffff;
}
.contact_form label {
    font-weight: normal !important;
}

#html5-watermark {
    display: none !important;
}

#bgOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);

    z-index: 10000;
}

#quoteBOX {
    position: fixed;
    left: 50%;
    top: 50px;
    width: 600px;
    margin-left: -300px;
    background-color: #fff;
    z-index: 10000;
    border-radius: 10px;
}

#quoteBOX input {
    border: 1px solid #ccc;
    height: 28px;
    width: 100%;
}

#quoteBOX .inner .close_btn_quote {
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    display: block;
    float: right;
    margin: -40px -40px 0 0;
    cursor: pointer;
}

#quoteBOX .inner {
    padding: 30px;
    color: #000;
    min-height: 300px;
}

@media screen and (max-width: 990px) {
    .header.compact .top_menu a {
        padding-left: 8px;
    }
    .header .top_menu ul li:not(:last-child) a:after {
        margin-left: 10px;
    }
    .gallery .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .container-fluid.quote_box {
        text-align: center;
    }
    .container-fluid.quote_box .button button {
        margin-top: 20px;
    }
    .home_banner.home h1 {
        font-size: 30px;
    }
    .home_banner.inner {
        padding-top: 55px !important;
        padding-bottom: 45px !important;
    }
    .home_banner.inner .text {
        display: none;
    }
    body {
        padding-top: 0;
    }
    .header,
    .header.compact {
        display: block;
        position: static;
        height: auto;
    }
    .header .top_menu .mobile_btn {
        padding: 5px 5px 8px;
        float: right;
        display: block;
        width: 40px;
        position: relative;
        background: #d1d1d1;
        margin-top: -49px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 3px;
    }
    .header .top_menu .mobile_btn span {
        height: 3px;
        width: 100%;
        background-color: #333;
        margin-top: 6px;
        display: block;
        transition: 0.5s ease-in all;
    }
    .header .top_menu .mobile_btn span:nth-child(1) {
        margin-top: 3px;
    }
    .header .top_menu .mobile_btn span:nth-child(2) {
        top: 10px;
    }
    .header .top_menu .mobile_btn span:nth-child(3) {
        top: 20px;
    }
    .header .top_menu .mobile_btn:hover :nth-child(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    .header .top_menu .mobile_btn:hover :nth-child(2) {
        transform: translateX(35px);
        opacity: 0.7;
    }
    .header .top_menu .mobile_btn:hover :nth-child(3) {
        transform: translateY(-9px) rotate(45deg);
    }
    .header {
        height: auto;
    }
    .header .top_menu_wrapper {
        background-color: #212225;
    }
    .header .top_menu {
        float: none;
        width: auto;
        height: auto !important;
    }
    .header .top_menu ul {
        padding: 0 15px;
    }
    .header .top_menu ul li {
        display: block;
        padding: 0 20px;
    }
    .header .top_menu ul li:not(:last-child) {
        border-bottom: 1px solid #e1e1e1;
    }
    .header .top_menu ul li a {
        padding: 7px 10px;
        text-align: left;
        display: block;
        color: #fff;
    }
    .header .menu-top-container {
        display: none;
    }
    .container-fluid.quote_box .button {
        text-align: center;
    }
    .footer .logo {
        margin-bottom: 15px;
    }
    .footer .logo,
    .footer .copy,
    .footer .social_icons {
        text-align: center;
    }
    .pic_frame {
        height: auto;
    }
    .pic_frame .inner > div {
        width: 50% !important;
        padding: 10px;
        position: static;
        float: left;
    }
    .pic_frame .inner > div:nth-child(1) {
        width: 100% !important;
    }
    .pic_frame .inner > div:nth-child(3) {
        clear: left;
    }
    .pic_frame .inner > div:nth-child(4) {
        margin-top: -200px;
        height: 400px;
    }
    .pic_frame .inner > div:nth-child(8) {
        width: 100% !important;
        height: 200px;
    }
    .gallery .gallery-item {
        width: 50%;
    }
    .about_us_content .img {
        max-height: 220px;
        overflow: hidden;
    }
    .about_us_content .img img {
        display: none;
    }
    .about_us_content .img img:first-child {
        display: block;
    }
    .about_us_content .text {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact_form {
        padding-top: 20px;
        border-top: 1px solid #d1d1d1;
    }
}

@media screen and (max-width: 500px) {
    .container-fluid.quote_box,
    .container-fluid.quote_box .button {
        text-align: center !important;
    }
    .container-fluid.quote_box .button button {
        margin-top: 0;
    }
}

/* custom styles */
.tinted-bg {
    background-color: rgba(0, 0, 0, 0.6);
}
/*
       FILE ARCHIVED ON 02:16:26 Dec 02, 2021 AND RETRIEVED FROM THE
       INTERNET ARCHIVE ON 08:19:08 Nov 13, 2023.
       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
  
       ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
       SECTION 108(a)(3)).
  */
/*
  playback timings (ms):
    captures_list: 74.513
    exclusion.robots: 0.172
    exclusion.robots.policy: 0.162
    cdx.remote: 0.06
    esindex: 0.01
    LoadShardBlock: 41.037 (3)
    PetaboxLoader3.datanode: 77.667 (4)
    load_resource: 100.295
    PetaboxLoader3.resolve: 38.448
  */
