@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold.eot'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype'),
        url('../fonts/GothamBold.svg#Gotham-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamLight.eot'),
        url('../fonts/GothamLight.woff2') format('woff2'),
        url('../fonts/GothamLight.woff') format('woff'),
        url('../fonts/GothamLight.ttf') format('truetype'),
        url('../fonts/GothamLight.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamMedium.eot'),
        url('../fonts/GothamMedium.woff2') format('woff2'),
        url('../fonts/GothamMedium.woff') format('woff'),
        url('../fonts/GothamMedium.ttf') format('truetype'),
        url('../fonts/GothamMedium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBook.eot'),
        url('../fonts/GothamBook.woff2') format('woff2'),
        url('../fonts/GothamBook.woff') format('woff'),
        url('../fonts/GothamBook.ttf') format('truetype'),
        url('../fontsGothamBook.svg#GothamBook') format('svg');
    font-weight: 400;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: 'Gotham';

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}
h2 {
    font-size: 35px;
    font-weight: 600;
    color: #404040;
    letter-spacing: 1.6px;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}

/* Top Bar */
.off-canvas-toggle {
    display: none;
}
.header-bg {
    padding: 0 45px;
}
.t3-header {
    padding: 0;
}
.header-bg.sticky-menu {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
}
.header-bg .logo-img {
    max-height: 96px;
    padding:15px;
}
.header-bg.sticky-menu .logo-img {
    max-height: 80px;
}
#t3-mainnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#t3-mainnav .navbar-brand {
    height: auto;
    padding: 0;
}
.t3-megamenu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #404040;
    text-transform: uppercase;
    font-family: "Roboto";
}
.t3-megamenu ul li a:hover,
.t3-megamenu ul li.active a,
.t3-megamenu ul li a:active,
.t3-megamenu ul li a:focus {
    background: none;
    color: #c6992f;
}

/* Home Slider */
#t3-mainbody, #t3-content {
    padding: 0;
}
.slideshow {
    padding: 0 45px !important;
}
.slideshow a {
    font-family: 'Gotham';
}
.slideshow .qx-dotnav li a {
    border: 1px solid #fff;
    background-color: transparent !important;
}
.slideshow .qx-dotnav li.qx-active a {
    background-color: #fff !important;
}
.slideshow .qx-col-wrap {
    padding: 0 !important;
}
.slideshow .slide-content h2 {
    font-size: 40px;;
}
.slideshow .slide-content a {
    font-weight: 600;
    border-radius: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Home About Us */
.home-about-us h2 {
    margin-bottom: 30px;;
}
.home-about-us p {
    margin-bottom: 25px;
     max-width: 450px;
}
.home-about-us p a {
    text-transform: uppercase;
    color: #a65523;
    font-weight: 600;
}
.home-about-us p a i {
    margin-left: 10px;
}
.home-about-us #qx-column-42198 {
    align-items: center;
}
.about-content {
    background: #fff;
    min-width: 640px;
    z-index: 1;
    margin-top: 50px;
}
.about-content p {
    margin-bottom: 15px;
}
.about-content p svg {
    min-height: 57.02px;
    margin-top: 15px;
}
.about-content  {
    padding: 0 !important;
}
.about-content .qx-col-wrap:hover  p {
    color: #bf9900;
}
.about-content .qx-col-wrap:hover path,
.about-content .qx-col-wrap:hover rect{
    fill: #bf9900;
}
.about-content .qx-col-wrap:hover path#Path_119,
.about-content .qx-col-wrap:hover path#Path_121,
.about-content .qx-col-wrap:hover path#Path_123,
.about-content .qx-col-wrap:hover path#Path_124,
.about-content .qx-col-wrap:hover path#Path_125,
.about-content .qx-col-wrap:hover path#Path_126,
.about-content .qx-col-wrap:hover path#Path_127 {
    fill: none;
}

/* Home Project */
.mod_project .moduleItemThumb {
    position: relative;
    overflow: hidden;
}
/* .mod_project .moduleItemImage {
    display: block;
}
.mod_project .moduleItemImage img {
    height: 380px;
    object-fit: cover;
}
.mod_project .moduleItemTitle {
    position: absolute;
    transform: rotate(270deg);
    top: 135px;
    left: -95px;
    background: #fff;
    min-width: 275px;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
} */
.mod_project .moduleItemCategory {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    /* max-width: 450px;
     color: #404040;*/
    max-width: 300px;
    margin: auto;
    border: 1px solid #a65523;
    color: #a65523;
    padding: 10px 0;
    transition: .2s ease all;
}
.mod_project .modulesItemTitle ul {
    padding: 0;
}
.mod_project .modulesItemTitle ul li {
    margin-bottom: 0;
}
.mod_project .moduleItemCategory:hover {
    background: #a65523;
    color: #fff;
}
.mod_project .moduleItemIntrotext {
    max-width: 450px;
    margin: auto;
    text-align: center;
}
.mod_project ul li .moduleItemThumb img {
    transition: all .25s ease-in-out;
    height: 380px;
    object-fit: cover;
}
/* .mod_project ul li .moduleItemThumb:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    z-index: 1;
} */
.mod_project ul li:hover .moduleItemThumb img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
    background-color: rgba(0,0,0,.1);
}
.mod_project ul li:hover .moduleItemThumb:after {
    opacity: 1;
}
.mod_project .moduleItemTitle {
    /* display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translateX(-100%);
    -moz-transform: rotate(270deg) translateX(-100%);
    transform: rotate(270deg) translateX(-100%); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .25s ease-in-out;
}
.mod_project ul li:hover .moduleItemTitle {
    background-color: rgba(0,0,0,.1);
}
.mod_project .moduleItemTitle a {
    /* transform-origin: 0 0;
    background-color: #fff;
    display: block;
    min-width: 275px;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #404040; */
    display: block;
    height: 100%;
    width: 100%;
    font-size: 0;
}
.mod_project .moduleItemImage {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.modulesItemTitle {
    text-align: center;
}
.modulesItemTitle ul li a {
    color: #404040;
    font-size: 16px;
}

/* Home Category */
.home-cat .qx-element-image-v2 {
    overflow: hidden;
    position: relative;
}
.home-cat a  {
    display: block;
}
.home-cat a img {
    transition: .25s ease all;
    height: 380px !important;
    object-fit: cover;
}
.home-cat:hover a img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);

}
.home-cat .qx-element-image-v2 a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .25s ease all;
}
.home-cat:hover .qx-element-image-v2 a:after {
    background-color: rgba(0,0,0,.1);
}
.home-cat h3 a {
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    max-width: 250px;
    margin: auto;
    border: 1px solid #a65523;
    color: #a65523;
    padding: 10px 0;
    transition: .2s ease all;
    font-family: 'Gotham';
}
.home-cat h3 a:hover {
    background: #a65523;
    color: #fff;
}
.home-cat p a {
    color: #404040;
    font-size: 16px;
}
.home-cat p a:hover {
    color: #a65523;
}

/* Home Resgister */
.home-register h2 {
    color: #fff;
}
.home-register a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    display: block;
    max-width: 200px;
    margin: auto;
    padding: 10px 0;
    margin-top: 30px;
}

/* Home Slogan */
.home-slogan h2 {
    color: #fff;
}

/* Home Image */
.home-img .qx-col-wrap {
    padding: 0 !important;
}

/* Footer */
#t3-footer {
    padding: 50px 0;
    text-align: center;
    border: none;
    background: #fff;
}
#t3-footer .t3-copyright {
    padding: 0;
    border: none;
}
#t3-footer .t3-copyright a {
    color: #404040;
}
#t3-footer .t3-copyright img {
    margin-bottom: 10px;
}
#t3-footer .t3-copyright .copyright {
    font-size: 14px;
    margin-bottom: 5px;
}
p.footer-info {
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    /* padding-top: 15px;
    margin-top: 15px; */
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
p.footer-info span{
    margin: 0 15px;
}

/* About Us */
h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.banner p {
    color: #fff;
}
.about-content-1 table tr td {
    border: none;
    min-width: 300px;
    font-size: 16px;
}
.about-content-1 h2 {
    color: #a65523;
    margin-top: 0;
    font-size: 30px;
}
.about-content-1 p {
    font-size: 16px;
    margin-bottom: 20px;
}
.about-content-2 .qx-element-image-v2 {
    padding: 0 75px;
}
.about-content-3 h2 {
    font-size: 30px;
    color: #a65523;
}
.about-content-3  .about-detail .qx-element {
    background: #fff;
    padding: 30px;
    min-height: 300px;
}
.about-content-3  .about-detail  h5 {
    font-size: 24px;
    color: #bf9900;
    font-weight: 600;
    margin: 20px 0 30px;
}
.about-content-4 h2 {
    color: #fff;
    /* font-style: italic; */
    margin-top: 0;
}
.about-content-4 p {
    color: #fff;
}

/* Project Listing Page */
.t3-sl {
    padding: 0;
}
.custom.project-banner {
    padding: 93px 0;
}
.project-banner {
    margin-bottom: 0;
}
.project-banner h1 {
    margin: 0;
}
.project-banner p {
    color: #fff;
    font-size: 16px;
    max-width: 910px;
    margin: auto;
    margin-top: 15px;
}
.project-menu {
    margin-bottom: 0!important;
    background: #fff;
    position: relative;
    z-index: 3;
}
.project-menu ul {
    text-align: center;
    border-bottom: 1px solid rgba(64,64,64, 0.15);
}
.project-menu .nav-stacked > li {
    display: inline-block;
    margin: 0 40px;
}
.project-menu ul a {
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    padding: 25px 0;
}
.project-menu ul li.active a,
.project-menu ul li a:hover {
    background-color: transparent !important;
    color: #a65523 !important;
    border-bottom: 1px solid #a65523;
}
#project-list {
    padding-top: 120px;
    padding-bottom: 70px;
}
#k2Container {
    background: #fafafa;
    padding-bottom: 0;
}
#k2Container .itemBody {
    padding: 0;
}
#project-list .itemContainer  {
    float: none;
}
#project-list .itemContainer .catItemImageBlock {
    padding: 0;
    margin: 0;
}
#project-list .itemContainer:nth-child(odd) .catItemImageBlock {
    order: 2;
}
#project-list .catItemView {
    padding: 0;
    margin-bottom: 50px;
    background: #fff;
}
#project-list .catItemImageBlock img {
    height: 376px !important;
    width: auto !important;
    object-fit: cover;
}
#project-list div.catItemBody,
#project-list div.catItemIntroText,
#project-list span.catItemImage{
    padding: 0;
    margin: 0 ;
}
#project-list div.catItemBody {
    display: flex;
    align-items: center;
}
#project-list div.catItemIntroText {
    padding: 0 60px
}
#project-list .catItemCategory a {
    color: #fb9900;
    font-weight: 600;
    text-transform: uppercase;
    background: #f9f6e5;
    display: block;
    max-width: 175px;
    text-align: center;
    padding: 5px 0;
}
#project-list .catItemTitle a {
    font-size: 24px;
    color: #404040;
    font-weight: 600;
}
#project-list .catItemIntroText p {
    margin-top: 40px;
    margin-bottom: 125px;
    font-size: 14px;
}
#project-list div.catItemReadMore a {
    letter-spacing: 0.7px;
    color: #a65523;
    font-weight: 600;
}

/* Contact Page */
.contact-content > .qx-container {
    max-width:1024px;
    /* PM MAU PUNYA */
}
.contact-content .qx-element-text-v2 h3 {
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-right: 20px;
    font-size: 20px;
}
.contact-content .qx-element-text-v2 ul {
    list-style: none;
    padding-left: 0;
}
.contact-content .qx-element-text-v2 ul li {
    display: flex;
    margin-top: 15px;
}
.contact-content .qx-element-text-v2 ul li,
.contact-content .qx-element-text-v2 ul li a,
.contact-content p {
    font-size: 16px;
    color: #404040;
}
.contact-content .qx-element-text-v2 ul li i {
    margin-right: 10px;
    color: #a65523;
}
.contact-content {
    border-bottom: 1px solid #f0f0f0;
}
.contact-content #rsform_3_page_0 .rsform-block {
    display: flex;
    flex-direction: column;
}
.contact-content #rsform_3_page_0 .formControlLabel {
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}
.contact-content #rsform_3_page_0 .formControls {
    margin-left: 0;
}
.contact-content #rsform_3_page_0 input,
.contact-content #rsform_3_page_0 textarea {
    width: 100%;
    border: none;;
    box-shadow: none;
    border-bottom: 1px solid #A65523;
    border-radius: 0;
}
.contact-content #rsform_3_page_0 .formDescription {
    display: none;
}
.contact-content #rsform_3_page_0 input {
    height: 30px;
}

#rsform_3_page_0 .rsform-block-recaptcha .formControlLabel {
    display: none;
}
.contact-content button {
    text-transform: uppercase;
    background-color: #a65523 !important;
    background-image: none !important;
    border-color: #a65523 !important;
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 15px 70px !important;
}
.contact-social a {
    margin-right: 10px;
}
.contact-social i {
    font-size: 30px;
    color: #404040;
}
.contact-social i:hover {
    color: #a65523;
}

/* Listing Detail */
.itemHeader {
    position: relative
}
.itemHeader img {
    width: 100%;
}
.itemBannerDetail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.itemBannerDetail h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.itemBannerDetail p {
    font-size: 20px;
    margin-top: 15px;
}

/* Project Menu */
.project-nav{
    padding: 0 !important;
}
.project-nav ul {
    text-align: center;
    border-bottom: 1px solid rgba(64,64,64, 0.15);
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.project-nav ul li {
    display: inline-block;
    margin: 0 40px;
}
.project-nav ul li a {
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 0;
    position: relative;
    display: block;
}
.project-nav .qx-col-wrap {
    padding: 0 !important;
}
.project-nav ul li a.active,
.project-nav ul li a:hover {
    color: #a65523;
    border-bottom: 1px solid #a65523;
}

/* Project Overview */
#overview #qx-text-18136 p {
    margin: 35px 0;
    padding-right: 100px;
}
#overview ul {
    list-style: none;
    padding-left: 16px;
    margin-bottom: 35px;
}
#overview ul li:before {
    content: "\2022";
    color: #a65523;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    line-height: 34px;
}
#overview #qx-column-72198 .qx-col-wrap {
    padding: 0 !important;
}
#overview  .qx-column {
    /* align-items: center; */
}

/* Project Feautures */
#features #qx-column-51187 .qx-element-text-v2 {
    background: #fafafa;
    padding: 25px 40px;
    min-height: 415px;
}
#features .qx-element-text-v2 h3 {
    color: #bf9900;
    font-weight: 600;
}
#features .qx-element-text-v2 ul {
    list-style: none;
    padding-left: 16px;
    margin-top: 30px;
}
#features .qx-element-text-v2 ul li:before {
    content: "\2022";
    color: #a65523;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    line-height: 34px;
}

/* Project Type Nav */
.project-type-nav ul {
    border-bottom: none;
    display: flex;
    justify-content: center;
}
.project-type-nav ul li a{
    text-transform: uppercase;
    color: #a65523;
    letter-spacing: 0.7px;
    margin: 0 25px;
    border: none !important;
}
.project-type-nav ul li.active a,
.project-type-nav ul li a:hover {
    background: #a65523 !important;
    color: #fff !important;
    border-radius: 0;
    font-weight: 600;
}

/* Project Type */
#type .tab-pane .white-bg{
    background: #fff;
    padding: 40px 80px;
    padding-top: 80px;
}
#type .tab-pane h2 {
    margin-top:  -60px;
    font-size: 32px;
    text-transform: capitalize;
}
#type .tab-pane .project-gallery-heading h2 {
    text-align: center;
}
#type .tab-pane img {
    object-fit: contain;
}
#type .tab-pane table td {
    border-top: 0;
}
#type .tab-pane table tr:first-child {
    border-bottom: 1px solid #a65523;
}
#type .tab-pane table tr:nth-last-child(2) {
    border-top: 1px solid #a65523;
}
#type .tab-pane table tr td:last-child {
    text-align: right;
}
#type .qx-slider-pro-v2  .qx-icon * {
    color: #404040;
}
#type .qx-visible-toggle:not(:hover):not(:focus) .qx-hidden-hover:not(:focus-within) {
    height: auto !important;
    width: auto !important;
    margin: 15px !important;
    padding: 5px 10px !important;
}
#type .qx-slider-pro-v2 .qx-slideshow {
    padding-bottom: 50px;
    z-index: 99;
}
#type .project-gallery-heading {
    margin-top: 80px;
}
#type .qx-dotnav li a {
    background-color: #fff;
    border: 1px solid #000;
}
#type .qx-dotnav li a:hover,
#type .qx-dotnav li.qx-active a{
    background-color: #000
}
#type .lSGallery {
    margin: auto;
}
#type .lSGallery li a img {
    opacity: 0.3;
}
#type .lSGallery li.active {
    border-radius: 0;
}
#type .lSGallery li.active a img,
#type .lSGallery li a:hover img{
    opacity: 1;
}
#qx-text-191031 {
    border: solid 1px rgba(191, 153, 0, 0.2);
    background-color: #ffffff;
    padding: 45px 35px;
}
#qx-text-631467 ul.lSGallery {
    display: none;
}

/* Project Location */
#location p {
    max-width: 850px;
    margin: 30px auto;

}
#location div a {
    text-transform: uppercase;
    color: #a65523;
    font-weight: 600;
}
#location .qx-element-image-v2 {
    max-width: 750px;
    margin: 30px auto;
}

/* Project Register Now */
#register-now h2 {
    color: #fff;
}
#register-now a {
    color: #fff;
    /* font-size: 18px; */
    text-transform: uppercase;
    border: 1px solid #fff;
    max-width: 200px;
    display: block;
    margin: auto;
    margin-top: 30px;
    padding: 10px 0;
    font-weight: 600;
}

/* Project Units */
#units .qx-element-image-v2 {
    text-align: center;
}
#units .qx-element-image-v2 img {
    width: 80%;
}
#units .qx-element-text-v2 h2 {
    text-align: center;
    font-size: 32px;
}

/* Responsive */
 @media (max-width: 1200px) {
     /* Homepage */
     .itemid-101 .qx-section {
        padding: 0px 45px !important;
    }
    .itemid-101 .home-img {
        padding: 0 !important;
    }

    /* About Us */
    .about-content-1 h2,
    .about-content-3 h2 {
        font-size: 28px;
    }
    .itemid-285 .qx-column {
        padding: 0 45px !important;
    }
    .itemid-285 .about-content-3 .qx-column {
        padding: 0 !important;
    }
    .about-content-3 .about-detail {
        padding:  0 45px;
    }
    .about-content-3 .about-detail .qx-element {
        padding: 20px;
    }
    h1 {
        font-size: 40px;
    }

    /* Contact Page */
    .contact-content {
        padding: 80px 45px !important;
    }

    /* Listing Page */
    #project-list .catItemIntroText p {
        margin-bottom: 55px;
    }

    /* Listing Detail Page */
    #k2Container .itemBody {
        padding: 0 45px;
    }

 }
 @media (max-width: 991px) {
    /* Homepage */
    h2 {
        font-size: 30px;
   }
   .home-cat h3 a {
       font-size: 20px;
       max-width: 200px;;
   }

   /* About Us */
   .about-content-1 h2 {
       font-size: 25px;
   }
   h1 {
        font-size: 35px;
    }

    /* Listing Detail Page */
    .project-nav ul {
        white-space: nowrap;
        overflow-x: auto;
    }
    #features #qx-column-51187 .qx-element-text-v2 {
        padding: 25px;
    }
    .itemBannerDetail h2 {
        font-size: 35px;
    }
}
@media (max-width: 767px  ) {
    /* Home Page */
    #qx-slider-pro-59 .slider-content-wrapper {
        width: 90% !important;
    }
    .qx-slider-pro-v2 .qx-position-bottom-center {
       transform: translateX(-50%) translateX(-30px) !important;
    }
    .itemid-101 .qx-section {
        padding: 0 25px !important;
    }
    .project-nav ul li a {
        padding: 15px 0;
    }
    .about-content {
        min-width: 100%;
        margin-top: 0;
    }
    .itemHeader img {
    min-height: 300px;
    object-fit: cover;
    }
    .project-nav ul li {
        margin: 0 20px;
    }
    .about-content .qx-column {
        flex: 50% !important;
        max-width: 50% !important;
        float: left;
    }
    .project-banner p {
        font-size: 14px;
        margin-top: 10px;
    }
    .home-img .qx-column {
        flex: 20% !important;
        max-width: 20% !important;
        float: left;
    }
    .custom.project-banner {
        padding-top: 55px;
        padding-bottom: 45px;
    }
    .project-menu ul a {
        padding: 15px 0;
    }
    .qx-slideshow-items {
        min-height: 400px!important
    }
    .itemid-101 .home-img {
        padding: 0 !important;
    }
    .home-cat h3 a {
        font-size: 18px;
        max-width: 170px;
    }
    .home-cat p a {
        font-size: 14px;
    }
    .navbar-toggle {
        display: none;
    }
    /* .off-canvas-toggle,
    .off-canvas-toggle:hover {
        display: block;
        background: none;
        color: #404040;
    }
    .t3-off-canvas .t3-off-canvas-header h2 {
        display: none;
    }
    .t3-off-canvas .t3-off-canvas-body a {
        color: #404040;
    } */
    .t3-mainnav .t3-navbar {
        display: block;
    }
    .t3-mainnav .t3-navbar ul li {
        display: inline-block;
    }
    .t3-megamenu ul li a:hover {
        background-color: transparent;
    }

    /* About Us */
    .about-content-1 table tr {
        display: flex;
        flex-direction: column;
    }
    .about-content-1 table tr td:last-child {
        margin-bottom: 20px;
    }
    .about-content-2 .qx-element-image-v2 {
        padding: 0;
    }
    .about-content-1 table {
        margin-bottom: 0;
    }
    h1 {
        font-size: 30px;
    }
    .itemid-285 .qx-column,
    .about-content-3 .about-detail {
        padding: 0 25px !important;
    }

    /* Contact Page */
    .contact-content {
        padding: 40px 25px !important;
    }
    .contact-content .qx-element-text-v2 h3 {
        font-size: 18px;;
    }

    /* Listing Page */
    .custom.project-banner {
        padding-left: 25px;
        padding-right: 25px;
    background-size: cover;
    }
    #project-list {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    #project-list div.catItemBody {
        flex-direction: column;
    }
    #project-list .itemContainer:nth-child(odd) .catItemImageBlock {
        order: initial;
    }
    #project-list div.catItemIntroText {
        padding: 25px;
    }
    #project-list .catItemTitle a {
        font-size: 25px;
    }
    .project-menu .nav-stacked > li {
        display: inline-block;
        margin: 0 20px;
    }

    /* Listing Detail */
    #k2Container .itemBody {
        padding: 0 25px;;
    }
    #overview #qx-row-25215 .qx-column {
        flex: 50%;
        max-width: 50%;
        margin-bottom: 25px;
    }
    #features #qx-column-51187 .qx-element-text-v2 {
        min-height: auto;
    }
    .project-type-nav ul {
        overflow-x: auto;
        justify-content: flex-start;
    }
    .project-type-nav ul li a {
        margin: 0 20px;
        display: block;
        min-width: 90px;
        text-align: center;
    }
    #register-now a {
        font-size: 16px;
        max-width: 160px;
    }
    .itemBannerDetail h2 {
        font-size: 30px;
    }
    .itemBannerDetail {
        text-align: center;
        padding: 0 25px;
    }
    .itemBannerDetail p {
        font-size: 16px;
    }
    #overview #qx-text-18136 p {
        padding-right: 0;
    }
    #type .tab-pane h2 {
        font-size: 25px;;
    }
    #type .tab-pane .white-bg {
        padding: 20px 40px;
    }
    #units .qx-element-text-v2 h2 {
        font-size: 25px;
    }
}
@media (max-width: 480px) {
    /* Home Page */
    .qx-slider-pro-v2 .slide-content h2, h2 {
        font-size: 16px;
    }
    .slideshow .slide-content a {
        font-size: 14px !important;
    }
    #t3-mainnav {
        flex-direction: column;
    }
    .t3-megamenu ul li a {
        padding: 0 10px;
    }
    .header-bg .logo-image img {
        max-height: 65px;
        padding: 5px;
    }
    .header-bg.sticky-menu .logo-img {
        max-height: 60px;
    }
    #t3-footer .t3-copyright .copyright {
        font-size: 12px;
    }
    .home-cat a img {
        height: 250px !important;
    }

    /* Listing Detail Page */
    .itemBannerDetail h2 {
        font-size: 25px;
    }
    #type .tab-pane .white-bg {
        padding: 10px 20px;
    }
    #features #qx-column-51187 .qx-element-text-v2 {
        padding: 20px;
    }
}
