@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
html,
body {
    height: 100%;
    background: #d4cbc4;
    font-family: 'Montserrat', sans-serif !important;
    color: #2e2e2e;
    letter-spacing: 1px;
}

ul {
    text-align: initial;
}

ul li {
    font-weight: 300;
}

.affix {
    top: 0;
    width: 100%;
    position: fixed !important;
    z-index: 99999;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home_header.affix {
    background: url(../images/home_img1.jpg) no-repeat scroll center bottom / 100% auto;
}

.navbar-header.pull-right {
    position: fixed !important;
    float: none;
    right: 0px;
    top: 0px;
    z-index: 999999;
}


/*.slideInDown {*/


/*-webkit-animation-name: slideInDown;*/


/*animation-name: slideInDown;*/


/*-webkit-animation-duration: 1s;*/


/*animation-duration: 1s;*/


/*-webkit-animation-fill-mode: both;*/


/*animation-fill-mode: both;*/


/*}*/


/*@-webkit-keyframes slideInDown {*/


/*0% {*/


/*-webkit-transform: translateY(-100%);*/


/*transform: translateY(-100%);*/


/*visibility: visible;*/


/*}*/


/*100% {*/


/*-webkit-transform: translateY(0);*/


/*transform: translateY(0);*/


/*}*/


/*}*/


/*@keyframes slideInDown {*/


/*0% {*/


/*-webkit-transform: translateY(-100%);*/


/*transform: translateY(-100%);*/


/*visibility: visible;*/


/*}*/


/*100% {*/


/*-webkit-transform: translateY(0);*/


/*transform: translateY(0);*/


/*}*/


/*} */

.navbar-inverse.affix .navbar-brand {
    padding-top: 15px;
}

.site-wrapper.affix {
    top: -98%;
    z-index: 999;
    padding-bottom: 98%;
    display: inline-block;
}

.site-wrapper.affix img {}

.site-wrapper.affix .site-wrapper-inner {
    display: inherit;
}

.site-wrapper.affix .mastfoot {
    display: none;
}

.affix .navbar-brand {
    text-align: center;
}

.navbar-brand img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
}


/*.affix .navbar-brand img {  width: 80%; height: auto; display: inline-block;  transform: scale(0.8);  }*/


/*.navbar-brand img {  -webkit-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;  width: 80%; display: inline-block;  }*/

.affix+.container-fluid {
    padding-top: 70px;
}

.top_space {
    margin-top: 65%;
}

.top_space_new {
    /*padding-top: 20%;*/
    padding-top: 270px;
}

a.nav-expander {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: 300;
    height: 50px;
    margin-right: 0;
    padding: 36px 1.6em 2em;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: 130px;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
    cursor: pointer;
}

a.nav-expander.fixed {
    position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 20em;
}

nav {
    /*background: #2d2f33;*/
    background: rgba(45, 47, 51, 0.8);
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    /*right: -20em;*/
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 999999;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded nav {
    right: 0;
}

body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
    padding-right: 0px;
    padding-bottom: 50px;
    display: inline-block;
}

.nav-expanded #nav-expander img {
    visibility: hidden;
}

.main-menu {
    /*padding-right: 36px;*/
    padding-right: 46px;
    padding-top: 31px;
}


/*.space_top { padding-top: 80px; display: inline-block; }
.space_top2 { padding-top: 55px; display: inline-block; } */

.space_top {
    padding-top: 80px;
}

.space_top2 {
    padding-top: 55px;
}

.main-menu li {
    margin-left: 20px;
    font-size: 18px;
    /*padding:0px 12px;*/
    text-align: right;
    text-transform: uppercase;
    list-style: none;
}

.main-menu li.small_text a {
    font-size: 16px;
}

.main-menu li a {
    color: #FFF;
    text-decoration: none;
    font-weight: 300;
    font-size: 24px;
    cursor: pointer;
}

.main-menu li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.main-menu li .sub-nav {
    border-bottom: 0px;
    padding: 4px;
}

.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 16px;
}

.main-menu a:hover .caret {
    border-top-color: #4f5963;
}

.main-menu li.open>a>.caret {
    border-top: none;
    border-bottom: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.main-menu li.open>a:hover>.caret {
    border-bottom-color: #4f5963;
}

.navbar-inverse .navbar-brand {
    display: inline-block;
    float: none;
    height: auto;
    padding-top: 77px;
    position: relative;
    z-index: 99999;
    text-align: center;
}

.navbar-inverse {
    text-align: center;
    min-height: auto;
    background: none;
    border: 0px;
    width: 100%;
    position: fixed;
}

.affix2 {
    position: absolute;
}

.nav_box {
    position: fixed;
    z-index: 99999;
}

a,
a:focus,
a:hover {
    color: #fff;
}


/* Custom default button */

.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: 1px solid #fff;
}

a:hover {
    text-decoration: none;
}

.copyright a {
    color: #2c2c2c;
    font-weight: 300;
}

.section_box2_new strong a {
    color: #2c2c2c;
    text-decoration: underline;
}

.section_box2_new strong a:hover {
    color: #2c2c2c
}

.section_box2_new h5 a {
    color: #2c2c2c;
    text-decoration: underline;
}

.section_box2_new h5 a:hover {
    color: #2c2c2c
}

.section_box2_new p a {
    color: #2c2c2c;
    text-decoration: underline;
}

.section_box2_new p a:hover {
    color: #2c2c2c;
}


/*
 * Base structure
 */

.social a i {
    font-size: 16px;
    color: #2e2e2e;
    margin-right: 8px;
}

.copyright {
    padding: 40px 0;
    font-size: 10px;
    font-weight: 300;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
}

.site-wrapper-show-text {
    min-height: 50%;
    height: 50%;
}


/* @media (min-width: 768px) {
	
}
 */

.site-wrapper-inner {
    display: table-cell;
    vertical-align: bottom;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}


/* Padding for spacing */

.inner {}

.inner img {
    width: 100%;
    height: auto;
}


/*
 * Header
 */

.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }
    .masthead-nav {
        float: right;
    }
}

.site-wrapper {
    display: table;
    width: 100%;
    /* height: 90%;
  min-height: 90%; */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover!important;
    background-attachment: fixed !important;
}


/*
 * Cover
 */

.center-block {
    float: none;
}

.cover {}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

header {
    /*padding-bottom: 20px; */
    margin-bottom: 50px;
}

section {
    padding: 43px 0;
}

.section_box_main {
    position: relative;
    color: #FFF;
    margin-top: -232px;
}

.section_box_main img {
    width: 100%;
    height: auto;
}

.section_box_main .capction_box {
    position: absolute;
    width: 100%;
    position: absolute;
    /* 2 */
    top: 50%;
    /* 3 */
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section_box {
    position: relative;
    color: #FFF;
    background: #000;
    display: inline-block;
    width: 100%;
}

.section_box h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300 !important;
    text-align: center;
    letter-spacing: 1px;
    max-height: 0;
    overflow: hidden;
    text-indent: 1.9em;
    -webkit-transition: max-height 1.9s;
    -o-transition: max-height 1.9s;
    transition: max-height 1.9s;
}

.section_box:hover h4 {
    max-height: 1000px;
}

.section_box img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}

.section_box:hover img {
    opacity: 0.5;
}

.show-more a {
    cursor: pointer;
}

.section_box .capction_box {
    position: absolute;
    width: 100%;
    position: absolute;
    /* 2 */
    top: 50%;
    /* 3 */
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section_box .capction_box h2 a {
    background: none !important;
}

.section_box .capction_box h2 {
    font-size: 48px;
    margin-top: 0px;
    font-family: 'freighttext_prosemibold';
    text-align: center;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.section_box .capction_box h1 {
    font-size: 48px;
    margin-top: 0px;
    font-family: 'freighttext_prosemibold';
    text-align: center;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
	color: #fff;
}

.section_box .capction_box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 2px;
    text-align: justify;
    text-align-last: center;
    max-height: 0;
    overflow: hidden;
    text-indent: 1.9em;
    -webkit-transition: max-height 1.9s;
    -o-transition: max-height 1.9s;
    transition: max-height 1.9s;
}

.section_box:hover .capction_box p {
    max-height: 1000px;
}

.section_box:hover .capction_box h2 {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.section_box2 {
    padding: 2% 0;
}

.section_box2 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    text-align-last: center;
    letter-spacing: 2px;
}

.section_box2 h5 {
    font-size: 24px;
    font-family: 'freighttext_prosemibold';
}

.section_box2_new {
    padding: 10% 0;
}

.section_box2_new p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: 2px;
}

.single-project .section_box2_new p {
    text-align: center;
}

.section_box2_new h5 {
    font-size: 24px;
    font-family: 'freighttext_prosemibold';
    margin-bottom: 20px;
    line-height: 36px;
}

.section_box3_new {
    padding: 2% 0;
}

.section_box3_new p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: 2px;
}

.section_box3_new h5 {
    font-size: 24px;
    font-family: 'freighttext_prosemibold';
    margin-bottom: 20px;
    line-height: 36px;
}

.images_box {
    width: 100%;
    padding: 48px 0;
    text-align: center;
}

.about_logo {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.about_logo img {
    display: inline-block;
    margin: 10px;
}

.more_title {
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.more_title.no-background {
    position: relative;
    overflow: hidden;
}

.more_title.no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 20px;
}

.more_title.no-background span:before,
.more_title.no-background span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.73em;
    border-top: 1px solid #2c2c2c;
}

.more_title.no-background span:before {
    right: 100%;
}

.more_title.no-background span:after {
    left: 100%;
}

.more_title.no-span {
    display: table;
    white-space: nowrap;
}

.more_title.no-span:before,
.more_title.no-span:after {
    border-top: 1px solid green;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}

.more_title.no-span:before {
    right: 1.5%;
}

.more_title.no-span:after {
    left: 1.5%;
}


/*
 * Footer
 */

.mastfoot {
    color: #999;
    /* IE8 proofing */
    color: rgba(255, 255, 255, .5);
}


/*footer { padding: 80px 0 135px; }*/


/* footer { padding: 80px 0 60px; } */

footer .footer_box {
    color: #2e2e2e;
    letter-spacing: 2px;
    line-height: 30px;
}

footer .footer_box h3 {
    text-transform: uppercase;
    /*font-weight: 300;*/
    font-weight: bold;
    font-size: 16px;
}

footer .footer_box p {
    font-weight: 300;
    font-size: 13px;
}

footer .footer_box p a {
    color: #2e2e2e;
}

.footer_opening_hours p {
    line-height: 20px;
}

.email_button {
    font-size: 14px;
    color: #2e2e2e;
    padding: 10px 30px;
    font-weight: 300;
    border: 3px solid #2c2c2c;
    text-transform: uppercase;
    margin: 22px 10px;
    display: inline-block;
    border-radius: 0px;
}

.testimonial_box {
    padding: 1% 0 20%;
    width: 100%;
    display: inline-block;
}

.testimonial_box h5 {
    font-size: 24px;
    font-family: 'freighttext_proSBdIt';
    margin-top: 0px;
    line-height: 36px;
    color: #2c2c2c;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: -8px;
}

.testimonial_box a {
    font-size: 14px;
    float: right;
    color: #2c2c2c;
    font-weight: 300;
}

.testimonial_box .name {
    font-size: 18px;
    float: left;
    margin-top: 25px;
    letter-spacing: 1px;
    line-height: 36px;
}

.testimonial_box img {
    margin-bottom: 15px;
}

.box_right {
    float: right;
}

.pagination_new {
    display: inline-block;
    float: none;
    text-align: center;
}

.pnavigation {
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    font-weight: 400;
    background: none;
    border: 0px;
    font-size: 14px;
    color: #2c2c2c;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: none;
}

.detail_content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.detail_content h4 {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.detail_content ul {
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    font-weight: 300;
    margin: 0px 0px 30px;
    list-style: none;
}

.detail_content p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    font-weight: 300;
    margin: 0px 0px 30px;
    list-style: none;
}

.blog_details {
    text-align: center;
}

.blog_details p {
    text-align: left;
}

.blog_details h4 {
    font-weight: 500;
}

.blog_details .images_box {
    margin: 5px 0;
    padding: 0px;
    text-align: center;
}

.blog_details .images_box img {
    display: inline-block;
}

.contact-form .form-control {
    background: #f0f0f0;
    border: 0px;
    border-radius: 0px;
    resize: none;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 15px;
    height: auto;
}

.contact-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form .btn_all {
    float: right;
    font-size: 14px;
    color: #2c2c2c;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 300;
    border: 2px solid #000000;
    background: none;
    padding: 8px 30px;
}

.gform_footer .gform_button {
    float: right;
    font-size: 14px;
    color: #2c2c2c;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 300;
    border: 2px solid #000000;
    background: none;
    padding: 8px 30px;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin-bottom: 20px;
    width: 32px;
    height: 9px;
    background-image: url(../images/down_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999;
}

.bounce:hover {
    -webkit-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
}

.videogalley-box {
    min-height: 400px;
    max-height: 621px;
    width: 100%;
}

@media (max-width:992px) {
    .videogalley-box>div {
        height: 400px!important;
    }
}

@media (max-width:767px) {
    .videogalley-box>div {
        height: 350px!important;
    }
}

@media (max-width:580px) {
    .videogalley-box>div {
        height: 300px!important;
    }
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border: none;
}

.gform_wrapper textarea {
    border: none;
}


/*.section_box2 h1, h2 {font-size: 48px; font-family: 'freighttext_prosemibold'; }*/

.section_box2 h1 {
    font-size: 48px;
    font-family: 'freighttext_prosemibold';
}

.section_box2 h2 {
    font-size: 40px;
    font-family: 'freighttext_prosemibold';
}

.wpb_wrapper ul li a {
    color: #2c2c2c;
    text-decoration: underline;
}


/* Custom pagination style */

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 3px 2px 3px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    width: auto;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 16px;
}

.pagination a:hover {
    color: #fff;
    background: none;
}

.pagination .current span {
    background-color: #2e2e2e;
    border: solid 2px #2e2e2e;
    color: #d4cbc4;
}

.pagination span.pg_arrow {
    border: solid 2px #2e2e2e;
    font-weight: 800;
}

.pagination>li>a {
    padding: 0;
}

.wpb_wrapper p a {
    color: #2c2c2c;
    text-decoration: underline;
}

.menu-footer-menu-container ul {
    list-style: none;
    font-size: 12px;
    padding: 0;
}

.menu-footer-menu-container a {
    color: #2e2e2e!important;
    font-weight: 300;
    font-size: 13px;
}

a.nav-expander {
    z-index: 99999;
}

div.text-container {
    margin: 0 auto;
    width: 100%;
}

.text-content {
    line-height: 1em;
}

.short-text {
    overflow: hidden;
    /*     height: 10em; */
    -webkit-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
    transition: max-height 0.8s;
}

.full-text {
    display: none;
    height: auto;
    -webkit-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
    transition: max-height 0.8s;
}

.show-more {
    padding: 10px 0;
}

.images_box img {
    width: 100%;
    height: auto;
}

.section_box7_new {
    padding: 10% 0 0;
}

.virtualtour {
    height: 45em;
    position: relative;
    z-index: 1;
    width: 100%;
}


/*.wpb_wrapper div {  width:100% !important; }

.wpb_wrapper div canvas  {  width:100%  !important; } */


/* End */


/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .mastfoot {
        position: relative;
        margin-bottom: 2%;
        margin-top: -2%;
    }
    .mastfoot img {
        width: auto;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: bottom;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%;
        /* Must be percentage or pixels for horizontal alignment */
    }
    .virtualtour {
        height: 28em;
        min-height: 12em;
        position: relative;
        z-index: 1;
    }
}

@media ( max-width:767px) {
    .arrow {
        display: inline-block;
        position: relative;
    }
    .navbar-brand {
        /*padding-top: 30px !important;*/
        text-align: center;
    }
    /*.navbar-brand img  { width: 70%; display: inline-block;}*/
    .section_box {
        /* margin-left: 15px; margin-right: 15px; */
        width: auto;
    }
    .section_box .capction_box h2 {
        font-size: 30px;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .section_box .capction_box h1 {
        font-size: 34px;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .section_box .capction_box p {
        font-size: 12px;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0px;
        display: none !important;
    }
    header {
        padding-bottom: 0px;
    }
    .mastfoot {
        margin-top: -200px;
        position: relative;
        z-index: 999;
    }
    a.nav-expander {
        width: 90px;
    }
    .affix {
        background: none;
        position: absolute !important;
    }
    .affix .navbar-brand {
        padding-top: 30px;
    }
    /*.affix .navbar-brand img  { width: 50%;  }*/
    .section_box2 p {
        font-size: 13px;
        letter-spacing: 1px;
    }
    section {
        padding: 16px 0;
    }
    .section_box3_new h5 {
        font-size: 20px;
        letter-spacing: 0.5px;
        line-height: 32px;
    }
    .section_box2 h1 {
        font-size: 34px;
    }
    .section_box2 h2 {
        font-size: 22px;
    }
    .section_box3_new p {
        letter-spacing: 1px;
    }
    .images_box {
        padding: 23px 0;
    }
    .images_box img {
        width: 100%;
    }
    .blog_details p {
        text-align: justify;
        text-align-last: center;
    }
    .section_box h4 {
        font-size: 12px;
    }
    .navbar-inverse.affix {
        background-color: #ddd5c7 !important;
    }
    .top_space_new {
        padding-top: 45%;
    }
    .virtualtour {
        height: 28em;
        min-height: 12em;
        position: relative;
        z-index: 1;
    }
    .main-menu li a {
        font-size: 18px;
    }
    .main-menu li.small_text a {
        font-size: 12px;
    }
    .main-menu a .caret {
        margin-top: 10px;
    }
    .a_logo {
        text-align: center !important;
    }
    .site-wrapper {
        display: table;
        width: 100%;
        background-attachment: inherit !important;
    }
    .site-wrapper-show-text {
        min-height: 40%;
        height: 40%;
    }
    .site-wrapper-inner {
        vertical-align: bottom;
    }
    nav {
        width: 15em;
    }
    .section_box2_new h5 {
        font-size: 20px;
        line-height: 32px;
    }
    .section_box2_new h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width:768px) and (max-width:980px) {
    .section_box2 h2 {
        font-size: 30px;
    }
    .section_box2 p {
        font-size: 15px;
    }
    .site-wrapper {
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover!important;
        background-attachment: inherit !important;
    }
    .section_box2_new .col-sm-10 {
        width: 100%;
    }
    .section_box3_new .col-sm-10 {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width: 1024px) {
    .site-wrapper-show-text {
        min-height: 40%;
        height: 40%;
    }
}

@media only screen and (min-width:980px) and (max-width:1366px) {
    .site-wrapper {
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover!important;
        background-attachment: inherit !important;
    }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {}
}

@media only screen and (min-width:761px) and (max-width:3840px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 80%;
    }
    .section_box .capction_box h2 {
        font-size: 48px;
    }
    .section_box .capction_box p {
        font-size: 14px;
    }
}

@media only screen and (min-width:1920px) and (max-width:7680px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 80%;
    }
    .section_box .capction_box h2 {
        font-size: 40px;
    }
    .section_box .capction_box p {
        font-size: 14px;
    }
}

@font-face {
    font-family: 'freighttext_proSBdIt';
    src: url('../fonts/garagefonts_-_freighttext_pro_semibold_italic-webfont.woff2') format('woff2'), url('../fonts/garagefonts_-_freighttext_pro_semibold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freighttext_prosemibold';
    src: url('../fonts/garagefonts_-_freighttext_pro_semibold-webfont.woff2') format('woff2'), url('../fonts/garagefonts_-_freighttext_pro_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

._Homepage_Desktop h1 {
    width: 80%;
    font-family: FreightTextProSemibold;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #2e2e2e;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

._Homepage_Desktop h2 {
    width: 80%;
    font-family: FreightTextProSemibold;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #2e2e2e;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

._Homepage_Desktop p {
    width: 80%;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: justify;
    text-align-last: center;
    color: #2e2e2e;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:613px) {
    ._Homepage_Desktop {
        margin-top: 0;
        margin-bottom: 10px;
    }
    ._Homepage_Desktop h1 {
        font-size: 20px;
        margin-bottom: 10px;
        width: 100%;
    }
    ._Homepage_Desktop h2 {
        font-size: 20px;
    }
    ._Homepage_Desktop p {
        font-size: 14px;
        width: 100%;
    }
}

@media only screen and (min-width:614px) and (max-width: 979px) {
    ._Homepage_Desktop {
        margin-top: 0;
        margin-bottom: 10px;
    }
    ._Homepage_Desktop h1 {
        font-size: 30px;
        margin-bottom: 10px;
        width: 100%;
    }
    ._Homepage_Desktop h2 {
        font-size: 30px;
    }
    ._Homepage_Desktop p {
        font-size: 15px;
        width: 95%;
    }
}

.hg-copyright {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hg-footer-sidebar {
    background: #e0d5cf;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10%;
}

@media only screen and (max-width: 992px) {
    .hg-footer-sidebar {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }
    .hg-copyright {
        text-align: center;
    }
}

.name-category {
    font-family: FreightTextProSemibold;
    font-size: 80px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.63;
    letter-spacing: normal;
    text-align: center;
    color: #2e2e2e;
}

h1.name-category-bg {
    color: #ffffff;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .name-category {
        font-size: 48px;
    }
}

@media only screen and (max-width:767px) {
    .name-category {
        font-size: 28px;
    }
}

.cover-container-name-category-bg {
    height: 100vh;
}

.cover-name-category-bg {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.no-padding-header {
    padding-top: 0;
}

.wp-opacity-header {
/*     background-color: rgba(45, 47, 51, 0.35); */
}

.show-more a {
    float: left !important;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
}


/* START JJ Custom CSS */

.home .pnavigation {
    display: none;
}


/* END JJ Custom CSS */


/*CUSTOM CSS*/

.main-menu {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

nav {
    height: auto;
    width: 100%;
    overflow: hidden;
    background: rgba(45, 47, 51, 0.4);
}

.main-menu li {
    text-transform: none;
}

.main-menu li a {
    font-size: 16px;
}

.navbar-inverse.affix .navbar-brand {
    padding-top: 77px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    /*margin-bottom: 0;*/
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.sticky .navbar-brand img {
    max-width: 8rem;
}

@media all and (min-width: 1024px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-nav {
        align-items: center;
        margin: 0 -15px;
    }
    .navbar-nav .nav-item {
        padding: 0 10px;
    }
    .sticky .navbar-nav .nav-item>.nav-link {
        padding: 0;
        font-size: 1.25rem;
    }
    .navbar-nav .nav-item>.nav-link {
        padding: 0;
        font-size: 1.125rem;
    }
    .navbar-menu {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    /*.navbar-menu > .navbar-nav {*/
    /*min-width: 515px; }*/
    .navbar .container>.navbar-brand,
    .navbar .container-fluid>.navbar-brand {
        display: none;
    }
}

@media all and (min-width: 1440px) {
    .navbar-nav .nav-item>.nav-link {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 1023px) {
    .navbar-menu.menu-open {
        opacity: 1;
		z-index: 10;
    }
    .nav-item a {
        color: black;
    }
    .navbar-menu {
        position: absolute;
        top: 10%;
        flex-direction: column;
        right: 1em;
        left: 1em;
        background-color: white;
        border: 1px solid #eaeaea;
        padding: 5px 0;
        border-radius: 0.25rem;
        display: none;
        text-align: center;
        opacity: 0;
        transition: opacity .3s ease;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        text-align: left;
    }
    .navbar-expand-md .navbar-nav .nav-item>.nav-link {
        padding: 0.5rem 1rem;
        margin: 0 -1px;
        font-size: 0.875em;
        color: black;
        transition: all .2s ease;
    }
    .navbar-expand-md .navbar-nav .nav-item>.nav-link:hover {
        background-color: white;
        color: #404040;
    }
    .navbar-expand-md .navbar-nav .nav-item>.btn {
        display: block;
        margin-bottom: -6px;
        border-radius: 0 0 0.25rem 0.25rem;
    }
    .navbar-toggler {
        order: 1;
        margin-left: auto;
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    .navbar-toggler,
    .navbar-brand {
        z-index: 1061;
    }
    .navbar-toggler-icon {
        position: relative;
        border-radius: 0;
    }
    .navbar-toggler-icon:before {
        content: "\F0C9";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        color: #000000;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .navbar-invert .navbar-toggler-icon:before {
        color: white;
    }
    .navbar-menu .navbar-brand {
        display: none;
    }
}

.navbar-expand-md {
    overflow: visible;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item>.nav-link {
    color: #000000;
}

.navbar-nav .nav-item>.nav-link:hover {
    background-color: transparent;
    color: #000000;
}

.navbar-nav .nav-item>.nav-link:focus {
    background-color: transparent;
}

.navbar-invert .nav-item>.nav-link {
    font-weight: 400;
    color: white;
}

.navbar-invert .nav-item>.nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
}

.page-heading-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.page-heading-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*.navbar-brand img {*/


/*max-height: 5rem; }*/

@media all and (min-width: 768px) {
    .navbar-toggler {
        display: block;
    }
}

.navbar-brand {
    height: auto;
}

.container-fluid {
    width: 100%;
}

.navbar-brand img {
    max-width: 10rem;
}

.arrow {}

@media(max-width: 767px) {
    .navbar {
        position: absolute;
    }
}

@media(min-width: 768px) {
    .mastfoot {
        position: inherit;
    }
}

.sticky {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar-left,
.navbar-right {
    justify-content: center;
}

.custom-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 2.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 1rem;
    min-width: calc(100% - 2rem);
    width: 180px;
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    /*background-color: white;*/
    /*border: 1px solid #eaeaea;*/
    border-radius: 0 0 0.25rem 0.25rem;
    opacity: 0;
    display: none;
    transition: all .3s ease;
}

.custom-dropdown-open {
    opacity: 1;
}

.custom-dropdown-list {
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
    text-align: center;
    /*background-color: white;*/
    border-radius: inherit;
    position: relative;
    z-index: 2;
}

.custom-dropdown-list li a {
    color: #fff;
    padding: 0.35rem 0.75rem;
    display: block;
    font-size: 0.875em;
    font-weight: 400;
}

.custom-dropdown-list li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

@media all and (max-width: 1024px) {
    .custom-dropdown {
        background-color: white;
        position: relative;
        top: unset;
        left: unset;
        margin-top: 0;
        -webkit-transform: unset;
        transform: unset;
        box-shadow: unset;
        transition: unset;
        border: 0;
    }
    .custom-dropdown-list {
        background-color: white;
        padding: 0.25rem 0 0;
        text-align: left;
    }
    .custom-dropdown-list li a {
        color: #000;
    }
    .custom-dropdown-list li a:hover {
        color: #404040;
    }
}

.nav-dropdown {
    position: relative;
}

.nav-link i {
    margin-left: 5px;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    color: white;
}

.social-links {
    display: flex;
}

.fa-bars {
    font-size: 20px;
}

.center-cat {
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: -1;*/
}

.navbar-toggler {
	background-color: transparent !important;
}

/* added css 08-05-22 */

@media(max-width: 767px) {
    .hg-footer-sidebar {
        text-align: left!important;
    }

/*body nav.navbar {
    position: absolute!important;
}*/
}

@media screen and (max-width: 650px) {
.navbar-menu {
	top: 7%;
}
}

/* liezl edit */
.tab-title-holder ul{
	list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.tab-title-holder ul li{
    text-align: center;
    margin: 0 12px;
    padding-bottom: 7em;
    position: relative;
}
.tab-title-holder ul li.active-tab:before{
	content: '';
    position: absolute;
    width: 2px;
    height: 42%;
    bottom: -11px;
    left: .0;
    right: 0;
    margin: auto;
    border-left: 2px solid #9f9f9f;

}

.tab-title-holder ul li a {
	background-color: #9F8672;
    color: #Fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50%;
    width: 15em;
    height: 14em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 13px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
    position: relative;
}
.tab-title-holder ul li.active-tab a,.tab-title-holder ul li a:hover{
	color:#5D5D5D!important;
	background-color:#fff;
}
.tab-content-holder .item:not(:first-child){
	display:none;
}
.tab-content-holder{
    padding: 29px 15px;
    border-top: 2px solid #9f9f9f;
}

.designbtn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.designbtn a{
	color: #5D5D5D;
    border: 1px solid #707070;
    padding: 11px 22px;
    display: flex;
    font-weight: bold;
    width: 23%;
    margin: 0 5px;
    font-size: 13px;
    align-items: center;
    justify-content: center; cursor:pointer;
}

.designbtn a.active-tab,.designbtn a:hover{
	color:#fff!important;
	background-color:#9F8672;
}

.top-tab:not(:nth-child(2)),.top-tab-homo-vinyl:not(:nth-child(2)),.top-tab-vinyl:not(:nth-child(2)){
	display:none;
}

.col-count{
	    column-count: 2;
}

@media only screen and (max-width: 1050px) {
	.tab-title-holder ul li a{
		    width: 13em;
    		height: 13em;
	}
	
}

@media only screen and (max-width: 900px) {
	.tab-title-holder ul li a{
	    font-size: 12px;
		line-height: 14px;
		width: 12em;
    	height: 12em;
	}
	.col-count{
			column-count: 1;
	}
}


@media only screen and (max-width: 767px) {
	.tab-title-holder ul{
		    flex-wrap: wrap;
	}
	.tab-title-holder ul li{
		 width: 37%;    padding-bottom: 14px;
	}
	.tab-title-holder ul li.active-tab:before{
		display:none;
	}
	.designbtn a{
		    width: 48%;
    		margin: 6px 4px;
	}
}

@media only screen and (max-width: 500px) {
	.tab-title-holder ul li {
        display: flex;
        align-items: center;
        justify-content: center;        width: 100%;
    }
	.designbtn a{
		    width: 100%;
    		margin: 6px 4px;
	}
}