/*
Theme Name: Paradise City Child
Theme URI: https://www.paradisecitydesign.com/
Description: Preserves the custom Paradise City design and microsite functionality while The7 remains the parent theme.
Author: Paradise City
Template: dt-the7
Version: 1.0.5
Text Domain: paradise-city-child
*/

/*
 * The microsite artwork was designed as a full-width desktop composition.
 * The7's current content-width setting caps the page at 1150px, which makes
 * every section below the hero tall and narrow on large monitors.
 */
@media only screen and (min-width: 1401px) {
    body.page-template-template-microsite #main > .wf-wrap {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.page-template-template-microsite #main > .wf-wrap > .wf-container-main {
        width: 100% !important;
        max-width: none !important;
    }

    /*
     * Keep Slider Revolution's animation transforms intact while moving the
     * complete hero message (including its button) halfway toward the left
     * edge on wide desktop screens.
     */
    body.page-template-template-microsite #main-slideshow sr7-mask:has(> sr7-txt.sr7-layer),
    body.page-template-template-microsite #main-slideshow sr7-mask:has(> sr7-btn.sr7-layer) {
        margin-left: -18vw !important;
    }
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../../../wp-content/uploads/2022/07/GothamPro.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('../../../wp-content/uploads/2022/07/GothamPro-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Light';
    src: url("../../../wp-content/uploads/2022/08/Gotham-Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Book';
    src: url("../../../wp-content/uploads/2022/08/Gotham-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}

html {
    scroll-behavior: smooth;
}

.fixed-masthead .sticky-off {
    background: white !important;
}

.margin-bottom {
	margin-bottom: 0px !important;
}

/* Main slider */
.transp-text {
    color: rgba(0, 0, 0, 0)
}

.colored-text {
    color: rgba(0, 0, 0, 1)
}

.slid_common {
    font-family: "Gotham Light" !important;
    text-transform: uppercase !important;
}

.slid_design {
    font-family: 'Gotham Book' !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 140% !important;
    letter-spacing: 1.6px !important;
}

.slid_luxury {
    font-family: 'Gotham Book' !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 140% !important;
    letter-spacing: 3px !important;
}

.slid_comfortable {
    font-family: 'Gotham Book' !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.3px !important;
    font-size: 106.5% !important;
}

.slid_miami { 
    font-family: 'Gotham Book' !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 140% !important;
    letter-spacing: 7px !important;
}

/*  */

.slid_desc span {
    font-family: 'Gotham Light';
    text-transform: uppercase;
}

.spec_text {
    font-family: 'Gotham Book' !important;
    font-weight: 900 !important;
    text-transform: uppercase;

}

.slid_big_font {
    font-size: 140%;
    letter-spacing: 1.3px;
}

.slid_letter_spacing_font {
    letter-spacing: 1.7px !important;
    font-size: 103.45%;
}

.spec-letter-spacing-1 {
    letter-spacing: 0.9px;
}

.spec-letter-spacing {
    letter-spacing: 5px;
}

/* ----------- */

.start-project {
    transform: scale(0);
    position: fixed;
    bottom: -30px;
    right: 50%;
    width: 480px;
    height: 57px;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -100;
    opacity: 0;
    transform: translateX(50%);
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.start-bg {
    width: 100%;
    height: 100%;
    background-color: #222;
    animation: start-proj 4s infinite;
}

@keyframes start-proj {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.start-project a {
    color: #333333;
    text-decoration: none;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 26px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    width: inherit;
    text-align: center;
    text-transform: uppercase;
    font-family: "Gotham Book";
    letter-spacing: 3px;
    animation: start-proj-a 4s infinite;
}

@keyframes start-proj-a {
    0% {
        color: #333333;
    }

    20% {
        color: #333333;
    }

    30% {
        color: #fff;
    }

    40% {
        color: #333333;
    }

    50% {
        color: #333333;
    }

    60% {
        color: #fff;
    }

    70% {
        color: #333333;
    }

    100% {
        color: #333333;
    }

}

.start-project.visible {
    transform: scale(1);
    bottom: 3%;
    right: 50%;
    opacity: 1;
    z-index: 10000;
    transform: translateX(50%);
}




.no-decorat {
    padding-top: 10px;
}

.no-decorat a {
    text-decoration: none;
}

.phantom-shadow-decoration.phantom-sticky .sticky-on.masthead {
    box-shadow: 0 3px 35px 0px rgb(0 0 0 / 30%);
    border-bottom: none;
}

.menu-item .menu-item-text .menu-text strong {
    font-weight: 700;
    margin-left: 5px;
    color: rgb(0, 0, 0);
}

.inline-header.center .main-nav {
    justify-content: start;
    margin-left: 200px;
}

.main-nav li {
    display: inline-block;
}

.main-nav li span {
    color: #b0b0b0;
    margin-right: 3px
}

.main-nav li a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}

.main-nav li a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    margin-right: 0px;  
}

.main-nav li a:hover {
    color: #fff;
    text-decoration: none;
}

.main-nav li a:before,
.main-nav li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    background: #000;
}

.main-nav li a:before {
    left: 0;
}

.main-nav li a:after {
    right: 0;
    background: #000;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-nav li a:hover:before {
    background: #000;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-nav li a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

.inline-header.left .main-nav {
    justify-content: start;
    margin-left: 40px;
}

.text-area>p {
    font-size: 22px;
    font-family: 'Gotham Book';
    margin-bottom: 0;
}

.text-area>p>a {
    text-decoration: none;
}

/*Home page banner section*/

.slider_desc_box {
    width: 400px !important;
    height: 400px !important;
}

.slider_desc {
    width: 400px !important;
}

.mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after,
.mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before,
.mobile-hamburger-close-bg-enable .dt-close-mobile-menu-icon:before {
    background: black !important;
}

.slider_desc span {
    color: black;
    font-family: 'Gotham Light';
    font-size: 29px;
    line-height: 50px !important;
    text-transform: uppercase;
}

.special_text {
    font-family: 'GOTHAM BOOK' !important;
    font-weight: bold !important;

}

.slider_big_font {
    font-size: 40px !important;
    letter-spacing: 1.3px !important;
}

.slider_letter_spacing_font {
    letter-spacing: 1.4px !important;
    font-size: 30px !important;
}

.special-letter-spacing {
    letter-spacing: 2px !important;
}

p,
span,
a {
    font-family: 'Gotham Light';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham Book';
}

body {
    position: relative;
    width: calc(100% - 26px);
    margin: 13px auto 0;
}

.main-nav>li:not(.wpml-ls-item)>a .menu-text {
    color: rgba(0, 0, 0, 0.6) !important;
    text-transform: uppercase;
    font-family: 'Gotham Light' !important;
    font-weight: normal;
    padding: 0 7px;
    font-size: 14px;
}

.mobile-main-nav li>a .menu-text {
    font-family: "Gotham Light" !important;
}

#primary-menu {
    margin-top: 10px;
}

.sticky-off header {
    border-bottom: 1px solid black !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.sticky-on header {
    border-bottom: 0;
}

#page .masthead.sticky-on .header-bar {
    background: white;
}

.btn_image {
    width: 25px;
    margin-right: 0px;
}

.btn_contact_us {
    border: 1px solid black;
    color: black !important;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 14px;
    font-family: 'GOTHAM BOOK';
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}

.branding a img,
.branding img {
    width: 250px;
}

.policy-banner {
    font-family: "Gotham book";
    text-align: center;
    font-size: 22px;
    height: 80px;
    color: #000;
    background-color: darkgrey;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 50;
    padding: 25px 0;
}


/*Award section*/
.award-section {
    border: 1px solid #f0f0f0;
}

.award-section .item img {
    border-right: 1px solid #f0f0f0;
}

.award-section .mobile-owl {
    display: none;
}

/*About Section*/

.about {
    overflow: hidden;
    clear: both;
    padding: 70px 80px 100px 198px;
    background-size: cover !important;
    position: relative;
    z-index: 9;
}

.about .about-border {
    border: 2px solid #000;
    padding: 80px 80px 80px 70px;
    background: rgba(250, 250, 250, 0.94);
}

.col-md-info {
    position: relative;
    padding-left: 300px;
}

.col-image {
    position: absolute;
    left: 0;
    width: 600px;
}

.about-image {
    position: absolute;
    left: -150px;
    top: 0px;
}

.about-image img {
    transition: 1s;
    width: 420px;
    box-shadow: 9px 6px 8px 0px rgb(0 0 0 / 30%)
}

.about-text {
    position: relative;
    padding-top: 40px;
    margin-right: 190px;
    left: 130px;
    border-top: 2px solid black;
}

.about-text .about_span {
    font-size: 17px;
    color: black;
}

.about_span p {
    text-indent: 3em;
    font-family: "GOTHAM BOOK";
    font-size: 15px;
    color: black;
}

.about_span p strong {
    text-transform: uppercase;
    font-size: 20px;
}

.about_span .showMore::before {
    content: 'SHOW MORE';
    text-decoration: none;
    margin-right: 5px;
}

.about_span .showMore.showLess::before {
    content: 'SHOW LESS';
    text-decoration: none;
    margin-right: 5px;
}

.about h2 {
    text-transform: uppercase;
    font-size: 76px;
    color: black;
    position: relative;
    padding: 5px 100px;
    font-family: 'Gotham Book';
    font-weight: 500;
    margin-bottom: 50px;
    background: url(../../../wp-content/uploads/2022/07/number-1.png) 0 0 no-repeat;
    margin-left: 30px;
    background-size: 55px;

}

.about h2 small {
    display: block;
    font-family: 'Gotham Book';
    font-size: 17px;
    letter-spacing: 2px;
    color: black;
    padding-top: 15px;
    margin-bottom: 20px;
}


/*Project Section*/

.projects {
    overflow: hidden;
    clear: both;
    padding: 160px 0 80px 0;
    position: relative;
    z-index: 9;
}

.projects h2 {
    font-family: 'Gotham Book';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 76px;
    color: black;
    padding: 5px 160px 10px 120px;
    margin-top: 10px;
	margin-bottom: 50px;
    background: url(../../../wp-content/uploads/2022/07/number-2.png) 0 0 no-repeat;
    margin-left: 70px;
    background-size: 55px;
}

.project-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project-item {
    float: left;
    width: 33.1%;
    transition: 0.5s;
    margin-bottom: 30px;
}

.project-item a {
    text-decoration: none;
}

.project-item__image {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    transition: 0.5s;
    min-height: 300px;
}

.project-item__image img {
    transition: 4s;
    float: left;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.project-item .project-item__info .project-bottom a:hover {
    opacity: 0.6;
}

.project-item:hover .project-item__info {
    opacity: 1
}

.project-item:hover img {
    transform: scale(1.1)
}

.project-item .project-item__info {
    opacity: 0;
    position: absolute;
    width: 60%;
    padding: 0;
    left: 10%;
    top: 10%;
    height: 80%;
    transition: 1s;
    background: rgba(243, 243, 243, 0.9);
}

.d-none {
    display: none !important;
}

.project_load_more {
    text-align: center;
}

.project_load_more .btn_load_more,
.project_load_more .btn_contact {
    background-color: #333333;
    border: none;
    color: white;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
}

.project_load_more .btn_load_more {
    padding: 15px 60px;
}

.project_load_more button:focus {
    outline: none;
}

.project-item__title {
    position: absolute;
    top: 40%;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Gotham Book';
    color: black;
    padding: 0 30px;
}

.project-content-section {
    position: absolute;
    bottom: 4%;
    padding-right: 30px;
    padding-left: 30px;
}

.project-item__content {
    color: black;
    font-size: 15px;
    line-height: 19px;
}

.project-item__content p {
    font-family: 'Gotham Book';
    color: black;
}

.project-bottom {
    border-top: 1px solid #444;
    margin-top: 13px;
    padding-top: 5px;
}

.project-bottom a {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    letter-spacing: 1px;
    font-size: 18px;
    transition: 0.5s;
    display: flex;
    font-family: 'Gotham Light';
}

.project-bottom a i {
    font-size: 20px;
    padding-left: 15px;
    padding-top: 5px;
}

/*Services section*/
.services {
    overflow: hidden;
    clear: both;
    padding: 120px 0 90px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.services h2 {
    font-family: 'Gotham Book';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 76px;
    color: black;
    padding: 5px 160px 10px 120px;
	margin-top: 10px;
    margin-bottom: 50px;
    background: url(../../../wp-content/uploads/2022/07/number-3.png) 0 0 no-repeat;
    margin-left: 70px;
    background-size: 55px;
}

.services .service-item {
    padding: 20px 110px 20px 110px
}

.service-background {
    background: #ffffff;
    margin: 0px 198px;
    padding: 20px 0;
}

.service-item_1 {
    background: url('../../../wp-content/uploads/2022/07/services-1.png') 0% 28% no-repeat;
    margin: 0px 51px;
    background-size: 60px !important;
}

.service-item_2 {
    background: url('../../../wp-content/uploads/2022/07/services-2.png') 0% 28% no-repeat;
    margin: 0px 51px;
    background-size: 60px !important;
}

.service-item_3 {
    background: url('../../../wp-content/uploads/2022/07/services-3.png') 0% 28% no-repeat;
    margin: 0px 51px;
    background-size: 60px !important;
}

.service-item_4 {
    background: url('../../../wp-content/uploads/2022/08/services-4.png') 0% 28% no-repeat;
    margin: 0px 51px;
    background-size: 60px !important;
}

.service-item .borders {
    border-bottom: 1px solid;
    margin-bottom: 8px;
}

.service-item__info {
    color: black;
}

span.service-item__title {
    text-transform: uppercase;
    font-size: 26px;
    font-family: "Gotham Book";
}

.c-accordion__body {
    display: none;
    color: black;
    margin-bottom: 10px;
    transition: 2s;
}

.c-accordion__body p {
    font-family: 'Gotham Book';
}

.bg-white {
    background-color: white;
}

.service-item__info .show-hide-text {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.service-item__info .show-hide-text p {
    font-family: "Gotham Book";
    color: black;
}

.c-accordion a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    font-family: 'Gotham Book';
}

.c-accordion a i {
    font-size: 20px;
    padding-left: 15px;
    padding-top: 5px;
}


/*Process Section*/
.process {
    overflow: hidden;
    clear: both;
    padding: 140px 80px 140px 198px;
    background-size: cover;
}

.process .process-border {
    border: 2px solid #000;
    padding: 50px 40px 15px 40px;
}

.process h2 {
    text-transform: uppercase;
    font-size: 76px;
    color: black;
    margin-left: 320px;
    min-height: 77px;
    margin-bottom: -82px;
    padding-left: 100px;
    padding-top: 5px;
    font-family: 'Gotham Book';
    font-weight: 500;
    background: url(../../../wp-content/uploads/2022/07/number-4.png) 0 0 no-repeat;
    background-size: 55px;

}

.process-slider .owl-theme {
    width: calc(100% + 280px);
    margin-left: -280px;
}

.process-slider .item {
    padding: 200px 0 0 0;
    text-align: center;
    min-height: 400px;
}

.process-image {
    position: absolute;
    left: 80px;
    top: 0;
}

.process-image img {
    width: 448px;
    max-width: 448px;
    box-shadow: 9px 6px 8px 0px rgb(0 0 0 / 30%);
}

.process-slider .process-item {
    position: relative;
    float: right;
    width: calc(100% - 820px);
    padding: 50px 0 40px 0;
    margin-top: -70px;
    border-top: 2px solid;
    margin-right: 100px;
}

.process-item .process-text-left {
    width: 120px;
    font-family: 'Gotham Light';
    position: absolute;
    top: 115px;
    left: -140px;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0;
    text-align: right;
    line-height: 20px;
}

.process-item .process-text-right {
    width: 120px;
    font-family: 'Gotham Book';
    position: absolute;
    top: 115px;
    right: -110px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}

.process-item .process-text-right p,
.process-item .process-text-right span,
.process-item .process-text-left p,
.process-item .process-text-left span {
    font-family: 'Gotham Book';
    color: black;
}

.process-slider .process-title p {
    display: block;
    font-size: 32px;
    color: black;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Gotham Book';
    line-height: 1.2;
}

.process-slider .process-content p,
.process-slider .process-content-mobile p {
    font-family: 'Gotham Book';
    font-size: 16px;
    color: black;
    margin-bottom: 60px;
    text-align: left;
    padding-right: 25px;
}

.process-slider .process-content-mobile p {
    display: none;
}

.process-slider .number-bg-1 {
    font-family: 'Gotham Light';
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    right: 10%;
    display: block;
    font-size: 400px;
    color: #000;
    opacity: 0.1;
    z-index: 0;
    font-weight: bold;
    line-height: 400px;
    letter-spacing: 10px;
}

.process-slider .owl-theme .owl-nav [class*='owl-'] {
    width: 115px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 75%;
    margin-top: -18px;
    left: 655px;
    text-indent: -9999px;
    opacity: 1;
    transition: 0.5s;
    font-size: 0;
}

.process-slider .owl-theme .owl-nav .owl-prev {
    background: url(../../../wp-content/uploads/2022/08/arrow-left.png) 0 50% no-repeat !important;
    left: 620px;
    background-size: 69% !important;
}

.process-slider .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -4px;
    background: url(../../../wp-content/uploads/2022/07/arrow-2.png) 0 50% no-repeat !important;
    background-size: 69% !important;
}

/*Why section*/
.why {
    position: relative;
    overflow: hidden;
    clear: both;
    background: url(../../../wp-content/uploads/2022/09/Kitchen_View-5-min-scaled-1.jpg) 50% 0 no-repeat;
    background-size: cover;
    padding: 90px 0 0 0;
}

.why h2 {
    font-family: 'Gotham Book';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 76px;
    color: black;
    padding: 5px 160px 10px 120px;
	margin-top: 10px;
    margin-bottom: 50px;
    background: url(../../../wp-content/uploads/2022/07/number-5.png) 0 0 no-repeat;
    margin-left: 70px;
    background-size: 55px;
}

.why_content_sections {
    margin: 70px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.why-item__info {
    width: 25%;
    background-color: rgba(243, 243, 243, 0.92);
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 20px 60px;
}

.why-content-scope {
    position: relative;
    height: 100%;
}

.why-item__title_section {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
}

.why-item__title_section .why-item__title {
    text-transform: uppercase;
    font-size: 25px;
    color: black;
    line-height: 30px;
    margin-top: 10px;
    clear: both;
    width: 100%;
    padding-bottom: 5px;
    font-family: "Gotham Book";
}

.why-item__title_section .number {
    font-weight: bold;
    font-size: 45px;
}

.why-item__detail {
    margin-top: 5px;
}

.why-item__detail p {
    color: black;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    font-family: "Gotham Book";
}

.why-us__see_more {
    align-items: center;
    justify-content: right;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    letter-spacing: 1px;
    font-size: 16px;
    transition: 0.5s;
    display: flex;
}

.why-us__see_more i {
    font-size: 20px;
    padding-left: 20px;
}

.why_number {
    font-family: "Gotham Light";
    font-size: 50px;
    opacity: 0.6;
}

.modal-header {
    padding: 1.5rem 1rem;
}

.why_content_sections .modal-content {
    padding: 10px 20px;
}


.why_content_sections .modal-title {
    transition: left .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out;
    font-size: 25px;
}

.why_content_sections .modal-body {
    transition: left .3s ease-in-out;
    color: black;
    -webkit-transition: left .3s ease-in-out;
    min-height: 460px;
    font-size: 15px;
}

.why_content_sections .modal-footer {
    border-top: 0;
    justify-content: center;
    column-gap: 25px;
    padding: 40px 0;
    transition: 2s ease-in-out;
}

/*Contact-US section*/
.contact {
    overflow: hidden;
    clear: both;
    padding: 120px 0 0 0;
    position: relative;
    z-index: 9;
}

.contact h2 {
    font-family: 'Gotham Book';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 76px;
    color: black;
    padding: 5px 160px 10px 120px;
	margin-top: 10px;
    margin-bottom: 50px;
    background: url(../../../wp-content/uploads/2022/07/number-6.png) 0 0 no-repeat;
    margin-left: 70px;
    background-size: 55px;
}

.contact-part {
    display: flex;
    padding: 30px 198px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_info {
    width: 40%;
}

.wpcf7-textarea {
    height: 100px;
}

.contact_info ul.contact_infos {
    margin-bottom: 20px;
    position: relative;
    max-width: 100%;
    color: black;
    display: flex;
    flex-direction: column;
    padding-top: 8%;
    font-size: 18px;
}

.contact_info ul.contact_infos li {
    display: inline-block;
    padding: 1% 0;

}

.contact_info ul.contact_infos li a,
.contact_info ul.contact_infos li span {
    position: relative;
    cursor: pointer;
    padding: 3px 0;
    color: #000;
    text-decoration: none;
}

.contact_info ul.contact_infos li span:hover,
.contact_info ul.contact_infos li a:hover {
    color: #000;
    text-decoration: none;
}

.contact_info ul.contact_infos li span:before,
.contact_info ul.contact_infos li a:before,
.contact_info ul.contact_infos li span:after,
.contact_info ul.contact_infos li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    background: #000;
}

.contact_info ul.contact_infos li span:before,
.contact_info ul.contact_infos li a:before {
    left: 0;
}

.contact_info ul.contact_infos li span:after,
.contact_info ul.contact_infos li a:after {
    right: 0;
    background: #000;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.contact_info ul.contact_infos li span:hover:before,
.contact_info ul.contact_infos li a:hover:before {
    background: #000;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.contact_info ul.contact_infos li span:hover:after,
.contact_info ul.contact_infos li a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

.contact_info ul.contact_infos li span,
.contact_info ul.contact_infos li p {
    font-family: "Gotham Book";
}

.wpcf7-submit {
    font-family: "Gotham Light" !important;
}

.contact_info .contact_img {
    width: 390px;
    box-shadow: 9px 6px 8px 0px rgb(0 0 0 / 30%);
}

.contact_info .city_title {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: "Gotham Book";
    color: black;
}

.contact_infos img {
    width: 30px;
    padding-right: 13px;
}

.contact_infos a {
    font-family: 'Gotham Book';
    text-decoration: none;
    color: black;
}

.contact_form {
    width: 60%;
    padding-right: 45px;
}

.contact_form .wpcf7-form {
    border: 2px solid;
    padding: 25px 35px;
    background: rgba(255, 255, 255, 0.5);
}

.contact_form h3 {
    font-family: 'Gotham Light';
    font-size: 31px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.contact_form p {
    line-height: 1.5;
    color: black;
    font-family: 'Gotham Book';
}

.contact_form .wpcf7-submit {
    font-size: 22px !important;
    color: #333333 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: 'Gotham Light';
    padding: 15px 50px !important;
    width: 380px;
    height: 57px;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff !important;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.submit_bg {
	font-family: "Gotham Light" !important;
	font-size: 22px !important;
	padding: 15px 50px !important;
	letter-spacing: 1px !important;
	color: #fff;
	background: #333;
	width: 380px;
	height: 57px;
	position: absolute;
	z-index: 100;
	pointer-events: none;
	text-align: center;
	font-weight: 500;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	line-height: 25px;
	animation: start-proj 4s infinite;
}

/* .contact_form .wpcf7-submit:hover {
    color: #fff !important;
    background: #333333 !important;
} */

.contact_form .wpcf7-spinner {
	position: absolute;
}

.contact_form label {
    text-transform: uppercase;
    color: black;
    font-family: 'Gotham Book';
}

.contact_row {
    display: flex;
    flex-wrap: wrap;
    column-count: 2;
    gap: 10%;
}

.contact_column {
    width: 45%;
}

.contact_column_100 {
    width: 100%;
    margin-bottom: 10px;
}

.contact_submit {
    display: flex;
    flex-direction: row-reverse;
	position: relative;
}

.widget_search input[type="text"].searchform-s,
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,
.wpcf7-number,
input[type="text"]:not(.elementor-field):not(.searchform-s),
input[type="search"]:not(.elementor-field),
input[type="tel"]:not(.elementor-field),
input[type="url"]:not(.elementor-field),
input[type="email"]:not(.elementor-field),
input[type="number"]:not(.elementor-field),
input[type="date"]:not(.elementor-field),
input[type="range"]:not(.elementor-field),
input[type="password"]:not(.elementor-field),
select:not(.elementor-field),
textarea:not(.elementor-field) {
    border: solid 2px #333;
}

/*FAQ section*/
.faq {
    display: none;
    position: relative;
    overflow: hidden;
    clear: both;
    /* background: url(../../../wp-content/uploads/2022/08/WEB-ParadiseCity.png) 50% 50% no-repeat; */
    background-size: contain;
    padding: 120px 0 0 0;
}

.faq h2 {
    font-family: 'Gotham Book';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 76px;
    color: black;
    padding: 5px 160px 10px 120px;
    margin-bottom: 50px;
    background: url(../../../wp-content/uploads/2022/07/number-7.png) 0 0 no-repeat;
    margin-left: 70px;
    background-size: 55px;
}

.faq_content_sections {
    margin: 70px 25px;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-around;
}

.faq_item_info {
    width: 34%;
    background-color: rgba(243, 243, 243, 0.7);
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 20px 60px;
}

.faq_content_scope {
    position: relative;
    height: 100%;
}

.faq_item_title_section {
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid;
    padding: 10px 0px;
}

.faq_item_title_section .faq_item_title {
    text-transform: uppercase;
    font-size: 25px;
    color: black;
    line-height: 30px;
    margin-top: 10px;
    clear: both;
    width: 100%;
    padding-bottom: 5px;
    font-family: "Gotham Book";
}

.faq_item_title_section .number {
    font-weight: bold;
    font-size: 45px;
}

.faq_item_detail {
    margin-top: 5px;
}

.faq_item_detail p {
    color: black;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
    font-family: "Gotham Book";
}

.faq_see_more {
    align-items: center;
    justify-content: right;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    letter-spacing: 1px;
    font-size: 16px;
    transition: 0.5s;
    display: flex;
}

.faq_see_more i {
    font-size: 20px;
    padding-left: 20px;
}

.faq_number {
    font-family: "Gotham Light";
    font-size: 50px;
}

.modal_header {
    padding: 1.5rem 1rem;
}

.faq_content_sections .modal_title {
    transition: left .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out;
}

.faq_content_sections .modal_body {
    transition: left .3s ease-in-out;
    color: black;
    -webkit-transition: left .3s ease-in-out;
    min-height: 250px;
}

.faq_content_sections .modal_footer {
    border-top: 0;
    justify-content: center;
    column-gap: 25px;
    padding: 40px 0;
    transition: 2s ease-in-out;
}

.scroll-top {
    width: 57px;
    height: 57px;
}

.scroll-top.on {
    right: 2%;
    bottom: 3%;
    background: linear-gradient(225deg, rgba(212, 239, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.33) 100%), linear-gradient(154.65deg, rgba(43, 28, 110, 0.7) 9.44%, rgba(69, 166, 222, 0.3) 70.82%), linear-gradient(8.77deg, #45A6DE 5.78%, #5271A1 68.46%, #5A527D 95.58%);
    opacity: 0.6;
}

.scroll-top:hover {
    opacity: 1;
}

.mini-widgets .header-phone {
    text-decoration: none !important;
}


.scroll-top::before {
    font-size: 30px;
}

/* .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    margin-bottom: 30px;
   } */

.wp-block-gallery.galleries figure.watermark_1:not(#individual-image) {
    margin-bottom: 30px;
}

.wp-block-gallery.galleries figure.watermark_1 figcaption {
    font-family: 'Gotham Book';
    font-size: 40px;
    text-align: left;
    line-height: 50px;
    background: none;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    transition: 0.3s;
}

.wp-block-gallery.galleries figure.watermark_1 figcaption a {
    font-family: 'Gotham Book';
    text-decoration: none;
}

.wp-block-gallery.galleries figure.watermark_1 figcaption strong {
    font-weight: 400;
    border-top: 1px solid white;
    display: block;
    font-size: 18px;
    line-height: 30px;
    transition: 0.3s;
}



.wp-block-columns {
    margin-top: 2%;
    margin-bottom: 0;
}

.wp-block-columns .wp-block-column .port_title {
    text-transform: uppercase;
    font-weight: 500;
}



.wp-block-separator.has-alpha-channel-opacity .spacer hr {
    opacity: 0 !important;
}


.fadeInUp {
    animation: fadeInUp 2s;
}

.fadeInLeft {
    animation: fadeInLeft 1.5s;
}


.site-footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: #222;
}

.site-footer .col {
    width: 350px;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-footer .col h1 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-family: "Gotham Book";
}

.site-footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-footer .col.portfolio ul {
    column-count: 2;
}

.site-footer .col ul li,
.site-footer .col ul li a {
    text-decoration: none;
    font-family: "Gotham Light";
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

.site-footer .col ul li:hover,
.site-footer .col ul li:hover a {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}

.site-footer .contain {
    width: 1400px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.footer-email {
    margin: 0 0 !important;
}

.footer-submit {
    background-color: #333 !important;
    color: white !important;
    border: none !important;
    position: absolute !important;
    right: 8%;
    padding: 5px !important;
	top: 17%;
}

.wpforms-container-full {
    margin: 0 0 !important;
}

.wpforms-container-full .wpforms-form input[type="email"] {
    padding-right: 70px !important;
}


.wpforms-validate.wpforms-form {
    position: relative;
}

.wpforms-submit-container {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    padding: 0 !important;
}




.elementor-section.close-button-section {
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

/*
 * Project pages use a fixed Slider Revolution gallery. After the plugin
 * update, the old "respect aspect ratio" setting made the gallery taller
 * than the browser window, hiding its arrows and close control below the
 * fold. Restore the original framed, 16:9 desktop presentation.
 */
@media only screen and (min-width: 1000px) {
    body.page-child.slideshow-on.elementor-page {
        --pcd-gallery-width: min(92vw, calc((100vh - 64px) * 1.7777778));
        --pcd-gallery-height: calc(var(--pcd-gallery-width) * 0.5625);
    }

    body.page-child.slideshow-on.elementor-page sr7-module.sr7-top-fixed {
        width: calc(var(--pcd-gallery-width) + 40px) !important;
        height: calc(var(--pcd-gallery-height) + 40px) !important;
        top: 50% !important;
        left: 50% !important;
        padding: 20px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        background: #fff !important;
        transform: translate(-50%, -50%) !important;
    }

    body.page-child.slideshow-on.elementor-page sr7-module.sr7-top-fixed > sr7-adjuster {
        width: var(--pcd-gallery-width) !important;
        height: var(--pcd-gallery-height) !important;
    }

    body.page-child.slideshow-on.elementor-page sr7-module.sr7-top-fixed > sr7-content {
        width: var(--pcd-gallery-width) !important;
        height: var(--pcd-gallery-height) !important;
        top: 20px !important;
        left: 20px !important;
    }

    body.page-child.slideshow-on.elementor-page sr7-content > sr7-slide,
    body.page-child.slideshow-on.elementor-page sr7-content > sr7-slide > sr7-mask,
    body.page-child.slideshow-on.elementor-page sr7-content sr7-bg,
    body.page-child.slideshow-on.elementor-page sr7-content sr7-bg > canvas {
        width: 100% !important;
        height: 100% !important;
    }

    body.page-child.slideshow-on.elementor-page sr7-arrow.sr7-leftarrow {
        inset: 50% auto auto 20px !important;
        transform: translateY(-50%) !important;
    }

    body.page-child.slideshow-on.elementor-page sr7-arrow.sr7-rightarrow {
        inset: 50% 20px auto auto !important;
        transform: translateY(-50%) !important;
    }

    body.page-child.slideshow-on.elementor-page .elementor-section.close-button-section {
        top: 20px !important;
        right: 20px !important;
        bottom: auto !important;
        left: auto !important;
        z-index: 6000 !important;
        transform: none !important;
    }
}




@media only screen and (min-width: 2100px) {
	
	.submit_bg p {
		font-size: 22px !important;
	}
	
	.why_content_sections .modal-body {
		font-size: 20px;
	}
	
	.why_content_sections .modal-title {
		font-size: 28px;
	}
	
    .contact_form p {
        line-height: 1.5;
        font-size: 25px;
        color: black;
        font-family: 'Gotham Book';
    }

    .about_span p {
        font-size: 23px;
    }

    .about_span p strong {
        font-size: 27px;
    }

    .process-slider .number-bg-1 {
        top: -30px;
    }

    .slider_desc_box {
        width: 450px !important;
        height: 450px !important;
        position: absolute !important;
        right: -240px;
    }

    .slider_desc {
        position: absolute !important;
        right: -158px;
    }

    .about-image img {
        width: 390px;
    }

    .project-item__title {
        font-size: 45px;
    }

    .project-content-section {
        bottom: 5%;
    }

    .project-item__content {
        font-size: 23px;
        line-height: 28px;
    }

    .project-bottom {
        padding-top: 13px;
    }

    .project-bottom a {
        font-size: 23px;
    }

    span.service-item__title {
        font-size: 29px;
    }

    .service-item__info .show-hide-text {
        font-size: 19px;
    }

    .c-accordion a {
        font-size: 18px;
    }

    .why-item__info {
        width: 27%;
        padding: 26px 45px;
    }

    .why-item__title_section .why-item__title {
        font-size: 28px;
    }

    .why-item__detail {
        margin-top: 12px;
        font-size: 20px;
    }

    .why-us__see_more {
        font-size: 19px;
    }

    .why-item__detail p {
        height: 150px;
    }

    .process-slider .process-title p {
        font-size: 35px;
    }

    .process-slider .process-content p {
        font-size: 19px;
    }


    .process-item .process-text-left,
    .process-item .process-text-right {
        font-size: 14px;
    }

	.contact-part {
		padding: 30px 150px;
	}
	
    .contact_form {
        width: 68%;
	}
	
	.contact_form .wpcf7-form {
       padding: 25px 35px 45px;
	}

    .contact_info {
        width: 32%;
      }
	
	.contact_form .wpcf7-submit {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 480px;
	}
	
	.submit_bg {
		width: 480px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.contact_form .wpcf7-spinner {
		position: relative;
	}
}

@media only screen and (max-width: 1600px) {
    .process-slider .owl-theme .owl-nav [class*='owl-'] {
        top: 60%;
    }
}

@media only screen and (max-width: 1710px) {
    .inline-header.center .main-nav {
        margin-left: 100px;
    }

    .text-area>p {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1688px) {
    .slider_desc_box {
        width: 410px !important;
        height: 410px !important;
    }

    .slider_desc {
        width: 370px !important;
        height: 280px !important;
    }

    .text-area>p {
        font-size: 16px;
        white-space: nowrap;
    }

    .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
    .ph-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1610px) {
    .inline-header.center .main-nav {
        margin-left: 40px;
    }

    .header-elements-button-1:not(:hover) span {
        white-space: nowrap;
    }

    .header-elements-button-1 {
        padding: 15px 15px 15px 15px;
    }

    .inline-header.left .main-nav {
        margin-left: 20px;
    }

    .masthead:not(.side-header) .main-nav {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .masthead:not(.side-header).full-height .header-bar .main-nav>li>a,
    .masthead:not(.side-header) .header-bar .main-nav>li>a {
        white-space: nowrap;
    }

    .contact_form {
        width: 60%;
    }

    .project-item__title {
        top: 25%;
        font-size: 28px;
    }
}

@media only screen and (max-width: 1500px) {
    .contact_form p {
        line-height: 1.5;
        font-size: 24px;
        color: black;
        font-family: 'Gotham Book';
    }

    .inline-header.center .main-nav {
        margin-left: 100px;
    }

    .main-nav>li:not(.wpml-ls-item)>a .menu-text {
        padding: 0 !important;
    }

    .project-item__title {
        top: 18%;
        font-size: 26px;
    }
}

@media only screen and (max-width: 1400px) {
    .contact_info {
        width: 40%;
    }

    .process {
        padding: 40px;
    }

    .process h2 {
        margin-left: 0;
    }

    .process-slider .owl-theme {
        width: 100%;
        margin-left: 0;
    }

    .process-slider .item {
        text-align: center;
        min-height: 400px;
        padding: 0 0 40px 0;
    }

    .process-image {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        left: 0;
        text-align: left;
    }

    .process-image img {
        margin: 100px 0 50px;
    }

    .process-slider .process-item {
        position: relative;
        float: none;
        width: 80%;
        padding: 0 0 40px 0 !important;
        clear: both;
        margin: 0 auto;
    }

    .process-slider .process-title {
        margin-top: 25px;
    }

    .process-slider .owl-theme .owl-nav [class*='owl-'] {
        top: 78%;
    }

    .process-slider .owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .process-slider .number-bg-1 {
        font-size: 330px;
        line-height: 300px;
    }
}

@media only screen and (max-width: 1366px) {
    .about-image {
        left: -35px;
    }

    .about {
        padding: 20px 30px 30px 35px;
    }

    .about .about-borderP {
        padding: 40px;
    }

    .about h2 {
        margin-bottom: 0px;
		margin-left: 130px;
		line-height: 4rem;
    }
	
	.about h2 small {
		line-height: 1rem;
	}

    .service-background {
        margin: 0px 150px;
    }

    .services .service-item {
        padding: 20px 80px 20px 110px;
    }

    .why-item__info {
        width: 37%;
    }

    .contact-part {
        padding: 30px 100px;
    }

    .contact_form {
        width: 55%;
    }

    .contact_form .wpcf7-form {
        padding: 30px 45px;
    }

}

@media only screen and (min-width: 1080px) {
	.modal.show .modal-dialog {
  		max-width: 1100px !important;
	}
	.why_content_sections .modal-content {
  		padding: 20px 30px;
	}
}

@media only screen and (max-width: 1200px) {

    .slid_design {
        font-family: 'Gotham Book' !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        font-size: 130% !important;
        letter-spacing: 2px !important;
    }
    
    .slid_luxury {
        font-family: 'Gotham Book' !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        font-size: 130% !important;
        letter-spacing: 3px !important;
    }
    
    .slid_comfortable {
        font-family: 'Gotham Book' !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.8px !important;
        font-size: 106.5% !important;
    }
    
    .slid_miami { 
        font-family: 'Gotham Book' !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        font-size: 130% !important;
        letter-spacing: 5px !important;
    }

    .project-item {
        width: 49.5%;
    }

    .masthead:not(.side-header) .mobile-header-bar {
        background: white;
    }

    .slider_desc_box {
        height: 390px !important;
    }

    .why-item__info {
        width: 40%;
        margin: 20px 30px;
    }

    .contact_info {
        width: 100%;
        margin-bottom: 50px;
    }

	.contact_info .city_title {
		margin-top: 50px;
    	margin-bottom: 0px;
	}
	.contact_info ul.contact_infos {
		padding-top: 2%;
	}
    .process-item .process-text-right,
    .process-item .process-text-left {
        display: none;
    }
	
	.contact_form .wpcf7-submit {
		width: 100%;
	}
	
	.submit_bg {
		width: 100%;
	}

    /* .process-item .process-text-right,
    .process-item .process-text-left,
    .process-slider .owl-theme .owl-nav .owl-prev,
    .process-slider .owl-theme .owl-nav .owl-next{
        display:none;
    } */

    .process-slider .process-item {
        border-top: 0;
        width: 100%;
    }

    .process-slider .number-bg-1 {
        text-align: center;
        margin-top: 25px;
        right: 0%;
    }

    .process-slider .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        z-index: 999;
        position: relative;
        top: -100px;
    }

    .process-slider .owl-theme .owl-dots .owl-dot {
        border-radius: 50px;
        height: 10px;
        width: 10px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    .process-slider .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 7px;
        background: transparent;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 50%;
        border: 1px solid #000;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        background: #000;
    }

    .about h2 {
        margin-bottom: 0px;
    }

    .process .process-border {
        border: 1px solid #000;
        padding-bottom: 0;
    }

    .project-item__title {
        top: 20%;
        font-size: 30px;
    }

    .service-background {
        margin: 0px 81px;
    }

    .services .service-item {
        padding: 20px 70px 20px 110px;
    }

    .contact-part {
        padding: 30px 100px;
    }

    .contact_form {
        width: 100%;
        padding: 0px;
    }

    .wp-container-4 {
        gap: 2em !important;
    }

    .wp-block-columns .wp-block-column .port_title {
        font-size: 33px;
    }

    .no-decorat a {
        font-size: 22px;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption {
        font-size: 32px;
        line-height: 36px;
        padding: 0 8px;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption strong {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1139px) {
    .contain .social {
        width: 1000px;
        display: block;
    }

    .social h1 {
        margin: 0px;
    }
}

@media only screen and (max-width: 992px) {
	.col-md-info {
        position: relative;
        padding: 0;
    }

    .col-image {
        position: relative;
        width: 100%;
        padding-top: 20px;
    }

    .about-image {
        position: relative;
        margin-bottom: 30px;
        left: -35px;
        text-align: left;
        width: 100%;
    }

    .about-text {
        margin-right: 0;
        left: 0;
    }
	
    .about h2 {
        white-space: nowrap;
    }

    .col-image {
        padding-top: 0px;
    }

    .project-item__title {
        top: 20%;
        font-size: 28px;
    }

    .about-image img {
        width: 70%;
		padding-left: 20px;
    }

    .service-background {
        margin: 0px 60px;
    }

    .services .service-item {
        padding: 20px 50px 20px 105px;
    }

    .process h2 {
        font-size: 59px;
    }

    .why_content_sections {
        margin: 70px 0px;
    }

    .why-item__info {
        width: 40%;
        margin: 20px 20px;
    }

    .contact-part {
        padding: 30px 75px;
    }

    .contact_form {
        padding: 0px;
    }

    .contact_form .wpcf7-form {
        padding: 30px 50px;
    }

    .wp-container-4 {
        gap: 2em !important;
    }

    .wp-block-columns .wp-block-column .port_title {
        font-size: 36px;
    }

    .no-decorat a {
        font-size: 17px;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption {
        font-size: 32px;
        line-height: 36px;
        padding: 0 8px;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption strong {
        font-size: 16px;
        line-height: 24px;
    }

    .project-item__content p {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .contain {
        width: 905px;
        margin: 0 auto;
    }

    .site-footer .col {
        width: 33%;
    }

    .site-footer .col h1 {
        font-size: 14px;
    }

    .site-footer .col ul li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {

    .site-footer {
        display: none !important;
    }

    .spec-letter-spacing-1 {
        letter-spacing: 2px !important;
    }

    .project-item {
        width: 100%;
    }

    .why-item__info {
        width: 70%;
    }

    .about h2 {
        padding: 5px 0 5px 60px;
        font-size: 40px;
        background: url(../../../wp-content/uploads/2022/07/number-1.png) 0 5% no-repeat;
        margin-left: -15px;
        background-size: 48px;
    }

    .about h2:before {
        background-size: 40px
    }

    .projects {
        padding: 40px 0 40px 0;
    }

    .projects h2 {
        background: url(../../../wp-content/uploads/2022/07/number-2.png) 0 50% no-repeat;
        margin-left: 31px;
        background-size: 48px;
    }

    .project-item__content p {
        display: block;
    }

    .projects h2,
    .services h2,
    .contact h2 {
        font-size: 40px;
        padding: 10px 75px 10px 60px;
        margin-bottom: 30px;
    }

    .projects h2:before,
    .services h2:before,
    .contact h2:before {
        background-size: 40px;
    }

    .service-item:before {
        background-size: 40px !important;
    }

    .services {
        padding: 60px 0;
    }

    .services .service-item {
        padding: 20px 7px 20px 80px;
    }

    .process-slider .process-content p {
        display: none;
    }

    .process-slider .process-content-mobile p {
        display: block;
        margin-bottom: 40px;
    }

    .process-image {
        margin-bottom: 20px;
    }

    .process-image img {
        margin: 90px auto 0;
        width: 80% !important;
    }

    .why {
        padding: 50px 0 0 0;
    }

    .why h2 {
        font-size: 40px;
        padding: 5px 160px 5px 70px;
        background: url(../../../wp-content/uploads/2022/07/number-5.png) 0 50% no-repeat;
        margin-left: 77px;
        background-size: 48px;
    }

    .why h2 img {
        width: 40px;
    }

    .why_content_sections {
        margin: 40px 15px;
    }

    .contact {
        padding: 40px 0 0 0;
    }

    .contact h2 {
        background: url(../../../wp-content/uploads/2022/07/number-6.png) 0 50% no-repeat;
        margin-left: 31px;
        background-size: 48px;
    }

    .contact_info ul.contact_infos {
        padding-top: 4%;
    }

    .contact-part {
        padding: 30px 60px;
    }

    .contact_form {
        padding: 0px;
    }

    .contact_form .wpcf7-form {
        border: 2px solid;
        padding: 30px 30px;
    }

    .process h2 {
        font-size: 30px;
        margin-left: -4px;
        padding-left: 61px;
        background: url(../../../wp-content/uploads/2022/07/number-4.png) 0 10% no-repeat;
        background-size: 48px;

    }

    .process h2:before {
        background-size: 40px;
        margin-left: -70px;
    }

    .services h2 {
        background: url(../../../wp-content/uploads/2022/07/number-3.png) 0 50% no-repeat;
        margin-left: 31px;
        background-size: 48px;
    }

    .service-background {
        margin: 0px 45px;
    }

    .service-item_1 {
        background: url(../../../wp-content/uploads/2022/07/services-1.png) 0% 28% no-repeat;
        margin: 0px 40px;
        background-size: 49px !important;
    }

    .service-item_2 {
        background: url(../../../wp-content/uploads/2022/07/services-2.png) 0% 28% no-repeat;
        margin: 0px 40px;
        background-size: 49px !important;
    }

    .service-item_3 {
        background: url(../../../wp-content/uploads/2022/07/services-3.png) 0% 28% no-repeat;
        margin: 0px 40px;
        background-size: 49px !important;
    }

    .service-item_4 {
        background: url(../../../wp-content/uploads/2022/07/services-4.png) 0% 28% no-repeat;
        margin: 0px 40px;
        background-size: 49px !important;
    }

    .service-item__info .show-hide-text {
        display: none;
    }

    .process-slider .number-bg-1 {
        font-size: 150px;
    }

    .faq {
        padding: 100px 0 0 0;
    }

    .faq h2 {
        font-size: 40px;
        padding: 5px 160px 5px 106px;
        background: url(../../../wp-content/uploads/2022/07/number-7.png) 0 50% no-repeat;
        margin-left: 30px;
        background-size: 48px;
    }

    .wp-container-4 {
        gap: 1em !important;
    }

    .wp-block-columns .wp-block-column .port_title {
        font-size: 30px;
        white-space: nowrap;
    }

    .no-decorat a {
        font-size: 17px;
        white-space: nowrap;
        display: none;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption {
        font-size: 32px;
        line-height: 36px;
        padding: 0 8px;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption a {
        font-size: 26px;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption strong {
        font-size: 16px;
        line-height: 24px;
        display: none;
    }

    .start-project {
        right: 50%;
        transform: translateX(50%);
        height: 57px;
        width: 90%;
    }

    .scroll-top.on {
        display: none;
    }

    .start-project a {
        letter-spacing: 0px;
        font-size: 20px;
        white-space: nowrap;
    }

    .faq {
        display: none;
    }

    .award-section .desktop-owl {
        display: none;
    }

    .award-section .mobile-owl {
        display: grid;
    }

}

@media only screen and (max-width: 600px) {
    .slid_design {
        font-family: 'Gotham Book' !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        font-size: 130% !important;
        letter-spacing: 1.5px !important;
    }
    
    .slid_luxury {
        font-family: 'Gotham Book' !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        font-size: 130% !important;
        letter-spacing: 2px !important;
    }
    
    .slid_comfortable {
        font-family: 'Gotham Book' !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.4px !important;
        font-size: 106.5% !important;
    }
    
    .slid_miami { 
        font-family: 'Gotham Book' !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        font-size: 130% !important;
        letter-spacing: 3px !important;
    }
}

@media only screen and (max-width: 576px) {

    .about {
        padding: 10px;
    }

    .about h2 {
        font-size: 30px;
        margin-bottom: 0;
        margin-top: 10px;
        padding-left: 55px;
        background: url(../../../wp-content/uploads/2022/07/number-1.png) 0 15% no-repeat;
        background-size: 40px;
        margin-left: 0px;
    }

    .about h2:before {
        background-size: 30px;
        top: 13px;
    }

    .about h2 small {
        margin-bottom: 0;
        padding-top: 0;
    }

    .about .about-border {
        padding: 30px 30px 15px 30px;
    }

    .about-image img {
        width: 100%;
        padding: 0;
    }

    .about-image {
        left: 0;
        margin-bottom: 0;
    }

    .about_span p {
        font-size: 15px;
        line-height: 1.5;
    }

    .about-text {
        padding: 20px 0 0 0;
        margin: 0;
        border-top: 1px solid;
    }

    .about-text a {
        text-decoration: none;
        font-weight: 600;
    }

    .mobile-header-bar .mobile-branding img {
        width: 250px;
    }

    .masthead:not(.side-header) .mobile-header-bar {
        padding: 0 30px 0 20px;
    }

    .projects {
        padding: 20px 0 20px 0;
    }

    .projects h2,
    .services h2 {
        font-size: 30px;
        padding: 10px 0px 10px 48px;
        margin-bottom: 10px;
        background: url(../../../wp-content/uploads/2022/07/number-2.png) 0 50% no-repeat;
        background-size: 40px;
        margin-left: 27px;
    }

    .projects h2:before {
        background-size: 30px;
        margin-left: 10px;
        top: 37px;
    }

    .project-item {
        margin-bottom: 10px;
    }

    .project-item__image img {
        min-height: 360px;
    }

    .project-item .project-item__info {
        width: calc(100% - 20%);
        height: 22%;
        bottom: 5%;
        top: auto;
    }

    .project-item__title {
        top: 10%;
        font-size: 25px;
        padding: 0 0 0 30px;
    }

    .project-item__content {
        display: none;
    }

    .project-item__content p {
        font-size: 14px;
    }

    .project-bottom a {
        white-space: nowrap;
    }

    .services {
        padding: 30px 0;
    }

    .services h2 {
        position: relative;
        font-size: 30px;
        margin-bottom: 20px;
        background: url(../../../wp-content/uploads/2022/07/number-3.png) 0 50% no-repeat;
        background-size: 40px;
        margin-left: 27px;
    }

    .services h2:before {
        margin-left: 10px;
        left: -45px;
        top: 19px;
        background-size: 30px;
    }

    .service-item:before {
        background-size: 30px !important;
        left: 10px;
    }

    .service-background {
        margin: 0px 27px;
    }

    .services .service-item {
        padding: 0 20px 20px 60px;
    }

    .service-item_1 {
        background: url(../../../wp-content/uploads/2022/07/services-1.png) 0% 40% no-repeat;
        margin: 0px 15px;
        background-size: 45px !important;
    }

    .service-item_2 {
        background: url(../../../wp-content/uploads/2022/07/services-2.png) 0% 40% no-repeat;
        margin: 0px 15px;
        background-size: 45px !important;
    }

    .service-item_3 {
        background: url(../../../wp-content/uploads/2022/07/services-3.png) 0% 40% no-repeat;
        margin: 0px 15px;
        background-size: 45px !important;
    }

    .service-item_4 {
        background: url(../../../wp-content/uploads/2022/07/services-4.png) 0% 40% no-repeat;
        margin: 0px 15px;
        background-size: 45px !important;
    }

    span.service-item__title {
        font-size: 20px;
    }

    .process {
        padding: 10px;
    }

    .process h2 {
        position: relative;
        padding-left: 47px;
        min-height: auto;
        padding-top: 0;
        margin-bottom: -65px;
        background: url(../../../wp-content/uploads/2022/07/number-4.png) 0 50% no-repeat;
        background-size: 40px;
        margin-left: 17px;
    }

    .process h2:before {
        background-size: 30px;
        margin-left: -50px;
        top: 7px;
    }

    .process .process-border {
        padding: 0px;
        border: 0;
    }

    .process-slider .process-title p {
        font-size: 25px;
        text-align: center;
    }

    .process-slider .process-content p {
        margin-bottom: 0;
        text-align: center;
    }

    .process-slider .process-content p {
        font-size: 14px;
        padding-right: 0;
        line-height: 1.4;
    }

    .process-slider .process-item {
        padding: 0 !important;
    }

    .process-slider .owl-theme .owl-dots {
        top: -50px;
    }

    .process-slider .number-bg-1 {
        position: absolute;
        font-size: 50px;
        margin-top: 110px;
        /* top: 20%; */
    }

    .process-slider .owl-theme .owl-nav [class*='owl-'] {
        top: auto;
        bottom: 9%;
    }

    .process-slider .owl-theme .owl-nav .owl-next {
        left: auto;
        right: -10%;
    }

    .why h2 {
        font-size: 30px;
        padding: 15px 15px 15px 49px;
        background: url(../../../wp-content/uploads/2022/07/number-5.png) 0 50% no-repeat;
        margin-left: 27px;
        background-size: 40px;
    }

    .why h2 span {
        margin-left: 15px;
    }

    .why h2 img {
        width: 30px;
    }

    .why_content_sections {
        margin: 0;
    }

    .why-item__info {
        width: 100%;
    }

    .why-item__title_section .why-item__title {
        font-size: 19px;
    }

    .why-item__detail p {
        display: none;
    }

    .modal-dialog {
        width: 90% !important;
        margin: 0 auto;
    }

    .why_number {
        font-size: 30px;
    }

    .modal-footer img {
        width: 50px;
    }

    .contact-part {
        padding: 30px 20px;
    }

    .contact {
        padding: 30px 0;
    }

    .contact h2 {
        font-size: 30px;
        padding: 0 0 0 49px;
        margin-bottom: 10px;
        background: url(../../../wp-content/uploads/2022/07/number-6.png) 0 50% no-repeat;
        margin-left: 27px;
        background-size: 40px;
    }

    .contact h2:before {
        background-size: 30px;
        margin-left: 10px;
        top: 37px;
    }

    .contact_info {
        padding-left: 0;
        padding-top: 20px;
    }

    .contact_submit {
        flex-direction: column !important;
    }

    .contact_info .contact_img {
        width: 100%;
    }

    .contact_form {
        padding: 0
    }

    .contact_form h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .contact_form .wpcf7-form {
        border: 0;
        padding: 0;
    }

    .contact_column {
        width: 100%;
    }

    .contact_form label {
        font-size: 14px;
        margin-bottom: 0;
    }

    .faq h2 {
        background: url(../../../wp-content/uploads/2022/07/number-7.png) 0 50% no-repeat;
        margin-left: 27px;
        background-size: 40px;
        font-size: 40px;
        color: black;
        padding: 5px 20px 10px 49px;
        margin-bottom: 30px;
    }

    .wp-container-4 {
        gap: 1em !important;
    }

    .wp-block-columns .wp-block-column .port_title {
        font-size: 24px;
        white-space: nowrap;
    }

    .no-decorat a {
        font-size: 14px;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption {
        font-size: 23px;
        line-height: 27px;
        padding: 0 5px;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption a {
        font-size: 22px;
    }

    .wp-block-gallery.galleries figure.watermark_1 figcaption strong {
        font-size: 12px;
        line-height: 20px;
    }

}

@media only screen and (max-width: 517px) {
    .project_load_more .btn_contact {
        margin-top: 10px;
        padding: 15px 50px;
    }
}
