/*!
Theme Name: onlypropainters
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onlypropainters
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

onlypropainters is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
	max-width: 1920px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    font-family: 'Source Sans Pro';
}
.container {
	max-width: 1502px;
	width: 100%;
}
h2 {
    font-size: 150px;
    margin-bottom: 0;
}
h3 {
    font-size: 120px;
    margin-bottom: 0;
}
h4 {
    font-size: 40px;
    margin-bottom: 0;
}
.text-1 {
    font-size: 35px;
}
.text-2 {
    font-size: 30px;
}
.text-3 {
    font-size: 25px;
}
.text-4 {
    font-size: 20px;
}
a:hover {
    text-decoration: none;
}
a {
    transition: 0.3s;
}
p {
    margin-bottom: 0;
}
/* BACK TO TOP */
#back-to-top {
    display: table;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #272D5D;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    -webkit-filter: contrast(200%);
            filter: contrast(200%);
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top .wrapper {
    display: table-cell;
    vertical-align: middle;
}
#back-to-top.fade-out {
    opacity: 1;
}
.menu-sticky {
    display: none;
    max-width: 1920px;
    width: 100%;
    background-color: #272D5D;
    position: fixed;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    -webkit-box-shadow: 0px 5px 10px -1px rgb(0 0 0 / 21%);
    box-shadow: 0px 5px 10px -1px rgb(0 0 0 / 21%);
    top: 0;
}
/* HEADER */
#primary-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}
ul#primary-menu li {
    margin: 0 20px;
    padding: 30px 0 0;
    margin-bottom: 70px;
    position: relative;
}
ul#primary-menu li a {
    color: #fff;
}
ul#primary-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}
ul#primary-menu li.current-menu-item:before {
    content: '';
    border-top: 5px solid #BFB18A;
    display: block;
    position: absolute;
    width: 120%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
ul#primary-menu li.menu-item:hover::before {
    content: '';
    border-top: 5px solid #BFB18A;
    display: block;
    position: absolute;
    width: 120%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
.button-primary {
    text-align: center;
}
.button-primary a {
    color: #fff;
    background-color: #BFB18A;
    padding: 15px 65px;
    border-radius: 5px;
}
.button-primary a:hover {
    background-color: #272d5d;
}
section.menu-default {
    padding: 0 0 50px 0;
    background-image: linear-gradient(rgb(39, 45, 93), rgba(39, 45, 93, 0));
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 1920px;
}
.site-branding .logo-text {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
}
section.menu-default .logo {
    text-align: center;
}
/* STICKY - HEADER */
section.menu-sticky .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.menu-sticky {
    padding: 15px 0;
}
section.menu-sticky .logo-text,
section.menu-sticky .site-menu {
    font-size: 18px;
}
section.menu-sticky .site-branding {
    display: flex;
    align-items: center;
}
section.menu-sticky .site-branding img {
    width: 70%;
    height: auto;
}
section.menu-sticky .logo {
    text-align: center;
}
section.menu-sticky ul#primary-menu li.current-menu-item a {
    color: #BFB18A;
}
section.menu-sticky ul#primary-menu li.menu-item:before {
    content: none;
}
section.menu-sticky ul#primary-menu li {
    margin-bottom: 0;
    padding: 0;
}
section.menu-sticky ul#primary-menu li.menu-item:hover a {
    color: #BFB18A;
}
img.custom-logo {
    transition: 0.3s;
}
img.custom-logo:hover {
    transform: scale(.95);
}
/* BANNER */
li.banner-list {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #aaa;
}
h2 {
    font-family: 'Allison Script';
    color: #fff;
    text-shadow: 3px 3px 5px #000;
}
section.banner .title-content h3 {
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#BFB18A, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-right: 19%;
    margin-bottom: -100px;
    letter-spacing: -5px;
}
section.banner .title-content .title-1 {
    position: relative;
    left: 25%;
}
section.banner .description {
    text-align: center;
    padding: 0 250px;
    color: #fff;
    text-shadow: 3px 3px 5px #000;
    margin-bottom: 80px;
}
.title-content h2 {
    text-align: center;
    padding-left: 8%;
}
section.banner li.banner-list {
    padding: 355px 0 174px;
}
/* MEET THE OWNER */
section.meet-the-owner {
    padding: 70px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.meet-the-owner ul.offer-lists li {
    text-align: center;
}
section.meet-the-owner .offer-title {
    text-transform: uppercase;
    color: #272D5D;
    font-weight: 700;
}
section.meet-the-owner .owner-image {
    text-align: center;
    margin: 70px 0 120px;
}
section.meet-the-owner .owner-image img,
.wrapper-about-us-page-content img {
    border: 5px solid #BFB18A;
    border-radius: 50%;
}
section.meet-the-owner .c-2-content {
    position: relative;
    text-align: center;
}
section.meet-the-owner .c-2-content .title h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #272D5D;
    position: relative;
    z-index: 1;
}
section.meet-the-owner .c-2-content .title {
    margin-bottom: 50px;
}
section.meet-the-owner .c-2-content .description {
    color: #1F1F2E;
    padding: 0 170px;
}
section.meet-the-owner .c-2-content .title {
    position: relative;
}
section.meet-the-owner .c-2-content .title h4::before,
section.reviews .wrapper-reviews h4:before {
    content: '';
    border-top: 5px solid #BFB18A;
    display: block;
    width: 45px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -40px;
}
section.meet-the-owner .title-1 h2 {
    color: #BFB18A;
    text-shadow: 0 0 black;
}
section.meet-the-owner .title-1 {
    position: absolute;
    left: 48%;
    transform: translate(-50%, 0);
    bottom: 35%;
    opacity: 0.25;
}
/* TEXT-IMAGE - CONTENT */
.t-i-content li.list-content {
    background-color: #BFB18A;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}
.t-i-content li.list-content .desc {
    padding: 40px 140px;
    width: 33%;
}
.i-t-i-content li.list-content {
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #272D5D;
    color: #fff;
}
.i-t-i-content li.list-content .desc {
    width: 34%;
    padding: 40px 90px;
}
.i-i-t-content li.list-content .desc {
    padding: 40px 105px;
}
.i-i-t-content li.list-content {
    display: flex;
    background-color: #838383;
    color: #fff;
    align-items: center;
    text-align: center;
}
.i-i-t-content .desc {
    width: 33%;
}
.i-i-t-content .image-1 {
    width: 33.1%;
}
.i-i-t-content .image-2 {
    width: 33.8%;
}
.i-i-t-content .image-2 img {
    width: 100%;
}
.i-i-t-content .image-1 img {
    height: 643px;
}
li.list-content .desc p:before {
    content: '';
    border-top: 3px solid;
    display: block;
    width: 45px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
}
li.list-content .desc {
    position: relative;
}
.t-i-content li.list-content .desc p:before {
    color: #272D5D;
}
.i-t-i-content li.list-content .desc p:before {
    color: #BFB18A;
}
/* OUR PROJECTS */
section.our-projects {
    padding: 140px 0;
    text-align: center;
}
.wrapper-our-projects .title {
    color: #BFB18A;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -10px;
}
.wrapper-our-projects .title-1 h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #272D5D;
}
ul.project-lists li.project-list img {
    width: 100%;
}
li.content-list .title {
    text-align: left;
    margin-top: 10px;
}
.wrapper-our-projects .title-1 {
    margin-bottom: 70px;
}
section.our-projects ul.project-lists {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px !important;
}
section.our-projects ul.project-lists li.project-list .image {
    overflow: hidden;
}
section.our-projects ul.project-lists li.project-list .image img {
    transition: 0.3s;
}
section.our-projects ul.project-lists li.project-list img:hover {
    transform: scale(1.03);
}
/* FINER THINGS */
section.finer-things {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
section.finer-things .title-1 h2 {
    color: #BFB18A;
    text-shadow: 0 0 black;
}
section.finer-things .title-1 {
    margin-top: -100px;
    margin-bottom: 40px;
}
section.finer-things .wrapper-finer-things .title h3 {
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 3px 3px 5px #222;
}
section.finer-things .wrapper-finer-things .dsecription {
    margin-bottom: 70px;
}
/* REVIEWS */
section.reviews {
    text-align: center;
    padding: 100px 0;
    background-image: linear-gradient(#fff, #fff ,#EAE5D8);
    color: #fff;
}
section.reviews .wrapper-reviews h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #272D5D;
}
section.reviews .wrapper-reviews .title {
    margin-bottom: -55px;
}
section.reviews .wrapper-reviews h2 {
    color: #BFB18A;
    text-shadow: 0 0 black;
    opacity: 0.25;
}
section.reviews .review-content {
    color: #1F1F2D;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
.wrapper-reviews {
    position: relative;
}
section.reviews ul.review-lists li {
    padding: 180px 0 0;
    position: relative;
}
section.reviews .review-content:before {
    content: '“';
    font-family: 'Source Sans Pro';
    font-size: 200px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    font-weight: 600;
    color: #BFB18A;
}
section.reviews ul.review-lists .name:before {
    content: '-';
}
section.reviews ul.review-lists .name {
    color: #262C5D;
    font-weight: 600;
}
.wrapper-reviews .title-1 {
    position: relative;
}
/* CONTACT US */
section.contact-us .wrapper-contact-us {
    display: flex;
    align-items: center;
}
section.contact-us .form-content h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #272D5D;
    margin-bottom: 20px;
}
section.contact-us .form-content {
    padding: 0 50px;
}
section.contact-us form#gform_2 .gfield input,
form#gform_2 .gfield textarea {
    outline: 0;
    border: 1px solid #acacac;
    padding: 12px 15px;
}

/* FOOTER */
section.footer {
    background-color: #272D5D;
    color: #fff;
    padding: 100px 0 50px;
    border-bottom: 10px solid #BFB18A;
}
section.footer .column-1-content .title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto';
}
section.footer .column-1-content {
    position: relative;
    text-align: center;
}
section.footer .wrapper-footer .title.text-4 {
    color: #BFB18A;
    font-weight: 700;
    margin-bottom: 25px;
}
.social-links ul.links {
    display: flex;
    justify-content: center;
}
.social-links ul.links i {
    font-size: 17px;
    border: 3px solid rgba(191, 177, 138, .5);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    margin: 0 5px;
}
ul.links .link {
    display: flex;
    align-items: center;
}
.contact-links .icon {
    margin-right: 10px;
}
.contact-links li {
    margin-bottom: 15px;
}
.wrapper-footer {
    margin-bottom: 40px;
}
.wrapper-bootom-footer.row {
    align-items: center;
}
.all-rights-reserved {
    text-align: right;
    color: #BFB18A;
}
.contact-links i {
    color: #BFB18A;
}
ul.links li.link a:hover {
    color: #BFB18A;
}
ul.links li.link a {
    color: #fff;
}
.column-2-content .content {
    padding-right: 50px;
}
/* SLICK BUTTON */
section.reviews .slick-dots li button:before {
    content: '' !important;
    width: 40px;
    opacity: .75;
    color: #A5A5A5;
    border-bottom: 3px solid;
}
section.reviews .slick-dots {
    position: relative;
}
section.reviews .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #BFB18A;
}
section.reviews .slick-dots li,
section.banner .slick-dots li {
    width: 40px;
}
section.banner .slick-dots li button:before {
    content: '' !important;
    width: 40px;
    opacity: 1;
    color: #fff;
    border-bottom: 3px solid;
}
section.banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #BFB18A;
}
section.banner .slick-dots {
    bottom: 80px;
}
/* INNER PAGE BANNER */
section.inner-page-banner {
    text-align: center;
    height: 570px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #272D5D;
}
section.inner-page-banner .page-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 10%;
}
/* PAGE NOT FOUND */
.content-not-found h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #272D5D;
    position: relative;
    margin-bottom: 10px;
}
.content-not-found {
    text-align: center;
    padding: 180px 0;
}
.content-not-found a:hover {
    color: #272D5D;
}
.content-not-found a {
    color: #BFB18A;
}
.content-not-found a span {
    transition: 0.3s;
}
.content-not-found a:hover span {
    margin-right: 5px;
}
/* PAGE - ABOUT US */
section.about-us-page-content {
    margin: 80px 0;
    text-align: center;
}
.wrapper-about-us-page-content .text-content h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #272D5D;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.wrapper-about-us-page-content .image {
    margin-bottom: 50px;
}
.wrapper-about-us-page-content .text-content {
    padding: 0 200px;
}
.wrapper-about-us-page-content .text-content p {
    margin-bottom: 50px;
}
/* INNER PAGE CONTENT */
section.inner-page-content,
section.contact-page-content {
    margin: 80px 0;
}
section.inner-page-content h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #272D5D;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    margin-top: 50px;
}
section.inner-page-content p {
    margin-bottom: 15px;
}
span.contact {
    font-size: 17px;
    font-weight: 700;
    color: #BFB18A;
}
span.contact a {
    color: #BFB18A;
}
span.contact a:hover {
    color: #272D5D;
}
/* PAGE - CONTACT US */
section.contact-page-content .t-content p,
section.contact-page-content .c-2 .phone,
section.contact-page-content .c-2 .email,
section.contact-page-content .c-2 p {
    margin-bottom: 20px;
}
.contact-title {
    font-weight: 700;
}
section.contact-page-content .form {
    margin-top: 50px;
}
form#gform_1 input,
form#gform_1 textarea {
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 15px;
    outline: 0;
}
input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
    cursor: pointer;
    background-color: #272d5d;
}
input#gform_submit_button_1,
input#gform_submit_button_2 {
    color: #fff;
    background-color: #BFB18A;
    padding: 15px 65px;
    border-radius: 5px;
    transition: 0.3s;
    border: 0;
}
input#gform_submit_button_1 {
    width: 30%;
}
section.contact-page-content .map iframe {
    width: 100%;
    height: 700px;
}
/* PAGE - REVIEWS */
div.field_type-star_rating_field ul.star-rating {
    font-size: 20px !important;
}
i.fa.fa-star {
    color: #272D5D;
}
section.reviews-page {
    margin: 80px 0;
}
section.reviews-page .title {
    font-family: 'Allison Script';
    font-size: 35px;
    font-weight: 700;
    margin: 10px 0px;
}
section.reviews-page ul.review-lists li.review:nth-child(even) {
    background-color: rgba(39, 45, 93, .1);
}
section.reviews-page ul.review-lists li.review {
    margin-bottom: 50px;
    padding: 50px;
    border-radius: 5px;
}
.pagination {
    display: flex;
    justify-content: center;
}
span.page-numbers.current {
    margin: 0 20px;
    background-color: #272D5D;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
a.page-numbers {
    color: #272D5D;
    padding: 5px 15px;
}
a.page-numbers:hover {
    background-color: #272D5D;
    color: #fff;
    border-radius: 5px;
}
span.page-numbers.dots {
    margin: 0 15px;
}
/* PAGE GALLERY */
section.gallery-page {
    margin: 80px 0;
}
section.gallery-page .wrapper-gallery-content li {
    margin-bottom: 20px;
}
section.gallery-page .wrapper-gallery-content .image {
    border: 5px solid #272D5D;
    border-radius: 3px;
}
section.gallery-page .project-content img {
    transition: 0.3s;
}
section.gallery-page .project-content img:hover {
    transform: scale(1.03);
}
section.gallery-page .project-content {
    overflow: hidden;
}
/* SECTION FORM */
section.form-content {
    padding: 80px 0;
    text-align: center;
    background-color: #cdcdcd;
}
section.form-content h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #272D5D;
    margin-bottom: 20px;
}
section.form-content .form {
    margin-top: 70px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
.footer .featured {
    text-align: center;
}
section.footer li.featured-list img {
    transition: 0.3s;
}
section.footer li.featured-list img:hover {
    transform: scale(.95);
}
/* MEDIA QUERIES */
@media ( max-width: 1900px ) {
    .i-i-t-content .image-1 img {
        height: auto;
    }
    .i-i-t-content .image-1 {
        width: 35.1%;
    }

    section.contact-us .image-left img {
        width: 1030px;
        height: 395px;
        object-fit: cover;
    }
}

@media ( max-width: 1440px ){
    section.contact-us .image-left img {
        width: 760px;
    }

}
@media ( max-width: 1433px ) {
    .i-t-i-content li.list-content .desc {
        width: 40%;
    }
    .t-i-content li.list-content .desc {
        width: 38%;
    }
    .i-i-t-content .desc {
        width: 34%;
    }

}
@media ( max-width: 1366px ) {
    .t-i-content li.list-content .desc {
        padding: 40px 50px;
        width: 44%;
    }
    .i-t-i-content li.list-content .desc {
        width: 43%;
        padding: 40px 50px;
    }
    .i-i-t-content li.list-content .desc {
        padding: 40px 50px;
        width: 35%;
    }
    h4 {
        font-size: 35px;
    }
    h3 {
        font-size: 100px;
        margin-bottom: 0;
    }
    h2 {
        font-size: 130px;
        margin-bottom: 25px;
    }
    .text-3 {
        font-size: 20px;
    }
    .text-4 {
        font-size: 17px;
    }
    .text-1 {
        font-size: 30px;
    }
    section.banner .title-content h3 {
        margin-bottom: -80px;
    }
    section.meet-the-owner .title-1 {
        bottom: 29%;
    }
    section.reviews .wrapper-reviews .title {
        margin-bottom: -74px;
    }
}
@media ( max-width: 1220px ) {
    section.meet-the-owner .title-1 {
        bottom: 32%;
    }
    section.meet-the-owner .c-2-content .description {
        padding: 0 150px;
    }
    .i-t-i-content li.list-content .desc {
        width: 50%;
        padding: 40px 50px;
    }
    .t-i-content li.list-content .desc {
        padding: 40px 50px;
        width: 46%;
    }
    section.contact-us .form-content {
        padding: 0 20px;
    }
    section.contact-us .image-left img {
        width: 665px;
    }
}

@media ( max-width: 1190px ){
    h4 {
        font-size: 32px;
    }

    .all-rights-reserved {
        text-align: left;
    }
}

@media ( max-width: 1024px ){
    .text-2 {
        font-size: 25px;
    }
    section.contact-us .image-left img {
        width: 522px;
    }
    li.banner-list {
        background-size: cover;
    }

}

@media ( max-width: 991px ){

    section.meet-the-owner ul.offer-lists li {
        padding-bottom: 30px;
    }
    section.meet-the-owner .offer-title {
        padding-top: 10px;
    }
    section.our-projects ul.project-lists li.project-list .image img {
        padding: 20px;
    }
    section.our-projects li.project-list {
        width: 50%;
    }

    .all-rights-reserved {
        text-align: center;
    }

    section.footer .column-2-content.col-lg-6,
    section.footer .column-3-content.col-lg-3 {
        padding-top: 30px;
    }

    section.footer .wrapper-footer .title.text-4 {
        margin-bottom: 10px;
    }

    section.footer .wrapper-footer {
        text-align: center;
    }

    section.footer ul.links .link {
        display: block;
    }

    section.footer .wrapper-bootom-footer.row {
        padding-top: 20px;
    }

    section.footer .social-links ul.links,
    section.footer li.featured-list {
        padding-bottom: 10px;
    }


}

@media ( max-width: 812px ){
    section.text-image-content .t-i-content li.list-content {
        display: block;
    }
    section.text-image-content .t-i-content li.list-content .desc {
        padding: 50px 0;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    section.text-image-content .i-t-i-content li.list-content {
        display: block;
    }

    section.text-image-content .i-t-i-content .image-1 img,
    section.text-image-content .i-t-i-content .image-2 img,
    section.text-image-content .i-i-t-content .image-1 img,
    section.text-image-content .i-i-t-content .image-2 img{
        width: 50%;
    }

    section.text-image-content .i-t-i-content li.list-content .desc {
        width: 70%;
        padding: 40px 0;
        margin-left: auto;
        margin-right: auto;
    }

    section.text-image-content .i-t-i-content {
        position: relative;
    }

    section.text-image-content .i-t-i-content .image-2 {
        width: 100%;
        top: 0;
        position: absolute;
        text-align: right;
    }

    section.text-image-content .i-t-i-content .image-1 {
        text-align: left;
    }

    section.text-image-content .i-i-t-content li.list-content {
        display: block;
    }
    section.text-image-content .i-i-t-content .image-1,
    section.text-image-content .i-i-t-content .image-2 {
        width: 100%;
    }
    section.text-image-content .i-i-t-content .image-1 {
        text-align: left;
    }

    section.text-image-content .i-i-t-content {
        position: relative;
    }
    section.text-image-content .i-i-t-content .image-2 {
        position: absolute;
        text-align: right;
        top: 0;
    }

    section.text-image-content .i-i-t-content li.list-content .desc {
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0;
        width: 70%;
    }

    section.contact-us .image-left img {
        width: 430px;
    }

    .site-menu.text-4 {
    display: none;
    }

    section.banner li.banner-list {
        padding: 135px 0 175px;
    }

    section.menu-default .logo {
        padding-top: 30px;
    }

    section.banner li.banner-list {
        padding: 215px 0 175px;
    }

    section.banner .description {
        padding: 0 100px;
    }

    section.footer .column-2-content .content {
        padding-right: 10px;
        padding-left: 10px;
    }
    
}

@media ( max-width: 512px ){
    section.contact-us .wrapper-contact-us {
        display: block;
    }
    section.contact-us .image-left img {
        width: 100%;
        height: 100%;
    }
    section.contact-us .image-left img {
        width: 100%;
        height: 100%;
    }
    section.banner .description {
        padding: 0 20px;
    }

    section.reviews .slick-dots li, section.banner .slick-dots li {
        width: 35px;
    }

    section.menu-default .logo {
        padding-top: 30px;
    }

    section.meet-the-owner .c-2-content .description {
        padding: 0 70px;
    }

    section.contact-us .form-content {
        padding: 25px 20px;
    }

    .wrapper-about-us-page-content .text-content {
        padding: 0 20px;
    }

    section.our-projects li.project-list {
        width: 100%;
    }

    .social-links ul.links {
        padding-bottom: 10px;
    }

    .wrapper-footer {
        text-align: center;
    }

    section.form-content .form {
        width: 85%;
    }

    section.footer .column-2-content .content {
        padding: 0 20px;
    }

    section.footer .wrapper-footer .title.text-4 {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    section.footer ul.links .link {
        display: block;
        align-items: center;
    }

    .all-rights-reserved {
        padding-top: 20px;
        text-align: center;
    }

    section.footer {
        padding: 70px 0 50px;
    }

    section.our-projects {
        padding: 70px 0;
    }

    section.reviews {
        padding: 80px 0;
    }

}

@media ( max-width: 414px ){
    section.banner .title-content h3 {
        font-size: 90px;
    }

    .title-content h2 {
        font-size: 100px;
    }

    section.banner .description {
        font-size: 15px;
    }

    section.banner .slick-dots li button:before {
        width: 27px;
    }

    section.reviews .slick-dots li, section.banner .slick-dots li {
        width: 23px;
    }

    section.meet-the-owner .c-2-content .description {
        padding: 0 30px;
    }

    section.reviews {
        padding: 80px 0;
    }

    section.reviews .review-content:before {
        font-size: 150px;
    }

    section.reviews ul.review-lists li {
        padding: 134px 0 0;
    }

}

@media ( max-width: 375px ){

    section.banner .title-content h3 {
        font-size: 80px;
    }

    .wrapper-finer-things .title h3 {
        font-size: 80px;
    }

    section.finer-things .title-1 h2 {
        font-size: 120px;
    }

    .wrapper-form-content .sub-title.text-3 {
        font-size: 18px;
    }

}
