html {
    overflow-x: hidden;
    height: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}
body {
    font-family: Stolzl-Book;
    padding: 0px;
    margin: 0px;
    position: relative;
}
input:focus, select:focus {
    box-shadow: none !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.mb-2 {
    margin-bottom: 20px !important;
}
.mb-3 {
    margin-bottom: 30px !important;
}
.mb-4 {
    margin-bottom: 40px !important;
}
.mb-5 {
    margin-bottom: 50px !important;
}
.mb-6 {
    margin-bottom: 60px !important;
}
.mb-7 {
    margin-bottom: 70px !important;
}
.mb-8 {
    margin-bottom: 80px !important;
}
.mb-9 {
    margin-bottom: 90px !important;
}
.mb-10 {
    margin-bottom: 100px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-1 {
    padding-bottom: 10px !important;
}
.pb-2 {
    padding-bottom: 20px !important;
}
.pb-3 {
    padding-bottom: 30px !important;
}
.pb-4 {
    padding-bottom: 40px !important;
}
.pb-5 {
    padding-bottom: 50px !important;
}
.pb-6 {
    padding-bottom: 60px !important;
}
.pb-7 {
    padding-bottom: 70px !important;
}
.pb-8 {
    padding-bottom: 80px !important;
}
.pb-9 {
    padding-bottom: 90px !important;
}
.pb-10 {
    padding-bottom: 100px !important;
}
.heading1 {
    font-size: 66px;
    line-height: 70px;
    color: #282828;
    font-weight: 400;
    font-family: 'Lora', serif;
}
h2 {
    font-size: 72px;
    line-height: 70px;
    color: #201d18;
    font-weight: 500;
    font-family: 'Lora', serif;
    margin-bottom: 30px;
}
h3 {
    font-size: 52px;
    line-height: 50px;
    color: #201d18;
    font-weight: 500;
    font-family: 'Lora', serif;
    margin-bottom: 30px;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #282828;
}
img {
    max-width: 100%;
}
.whiteText {
    color: #fff;
}
.redText {
    color: #c9055e;
}
a {
    transition: 0.5s;
    color: #000;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #c9055e;
    border-radius: 0px;
    border: none;
    padding: 0;
}
header .dropdown-item {
    padding: 10px 1rem;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}
header .dropdown-item:hover {
    padding-left: 12px;
    color: #fff !important;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}
.navbar-nav {
    align-items: center;
}
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 60px;
}
.navbar-brand img {
    width: 94px;
    transition: 0.5s;
}
header.fixedHeader .navbar-brand img {
    width: 94px;
}
header {
    background-color: #ececec;
    transition: 0.5s;
    z-index: 9;
    padding: 30px 0px;
}
header.fixedHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #e1e1e1;
    background-color: #ececec;
}
header .nav-item {
    margin-right: 55px;
}
.navbar > .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 12px;
    padding: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'CircularStd-Medium';
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ed1c24;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #ed1c24;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(237, 28, 36, 1);
}
.navRight {
    align-items: center;
}
.navRight .contractor {
    color: #000;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'CircularStd-Medium';
    margin-right: 25px;
}
.navRight .contractor span {
    font-size: 12px;
    line-height: 16px;
    display: block;
}
.navRight .callUs {
    color: #000;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'CircularStd-Medium';
    padding-left: 25px;
    border-left: solid 1px #bdbdbd;
}
.navRight .callUs a {
    text-decoration: none;
    transition: all 0.5s;
}
.navRight .callUs a:hover {
    color: #ed1c24;
}
.navRight .callUs span {
    font-size: 12px;
    line-height: 16px;
    display: block;
}
.navRight .getStarted {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'CircularStd-Medium';
    padding: 13px 25px;
    border: solid 1px #ed1c24;
    background-color: #ed1c24;
    border-radius: 30px;
    margin-left: 30px;
    transition: all 0.5s;
}
.navRight .getStarted:hover {
    color: #fff;
    border-color: #333333;
    background-color: #333333;
}
.btn {
    font-weight: 400;
    font-family: Stolzl-Regular;
    font-size: 14px;
    color: #fff;
    border: solid 1px #ed1c24;
    border-radius: 50px;
    padding: 14px 40px;
    text-transform: uppercase;
    background-color: #ed1c24;
    transition: all 0.5s;
}
.btn:hover {
    color: #fff;
    border-color: #333333;
    background-color: #333333;
}
.btn i {
    margin-left: 10px;
}
.btn.boderbtn {
    border: solid 2px #ed1c24;
    background-color: transparent;
    color: #000;
    text-transform: none;
    padding: 14px 70px 14px 40px;
    position: relative;
}
.btn.boderbtn span {
    margin-left: 10px;
    position: absolute;
    top: 14px;
    color: #ed1c24;
}
.btn.boderbtn:hover {
    border-color: #ed1c24;
    background-color: #ed1c24;
    color: #fff;
}
.btn.boderbtn:hover span {
    color: #fff;
}
.container {
    max-width: 1370px;
}
.homeBanner {
    background-color: #ececec;
    padding: 0px;
    margin: 0px;
    height: 850px;
    background-image: url("../img/home-banner3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.homeBanner .container {
    max-width: 1520px;
}
.homeBanner h1 {
    font-family: 'Lora', serif;
    font-size: 82px;
    line-height: 80px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -4px;
    margin-bottom: 30px;
}
.homeBanner p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.innerBanner {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 530px;
    position: relative;
    background-color: #ececec;
}
.innerBanner .container {
    max-width: 1520px;
}
.innerBanner .innBannerImg {
    max-width: 1920px;
    margin: 0 auto;
}
.innerBanner h1 {
    font-family: 'Lora', serif;
    font-size: 82px;
    line-height: 80px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -3px;
    margin-bottom: 10px;
}
.innerBanner p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}
.innerBanner .textBox {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.contactFormSec {
    padding-top: 30px;
    padding-bottom: 130px;
    background-color: #282828;
}
#contactfrm.loading {
    opacity: 0.3;
}
#contactfrm .alert {
    padding: 2rem 1rem;
    border-radius: 1rem;
    max-width: 550px;
    margin: 20px auto;
    text-align: center;
}
form .form-label {
    display: inline-block;
    padding: 3px 5px;
    background-color: #ececec;
    color: #000;
    margin: 0px;
    position: relative;
    left: 16px;
    top: 12px;
    font-size: 14px;
    line-height: 18px;
}
.form-control {
    font-family: Stolzl-Regular;
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #201d18;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    background-color: transparent;
    outline: none;
    color: #000;
    border-color: #201d18;
    box-shadow: none !important;
}
.form-control::placeholder {
    color: #868482;
}
textarea {
    resize: none;
}
.highlyProfessionalSec {
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: #ececec;
    position: relative;
}
.highlyProfessionalSec::before {
    height: 600px;
    content: '';
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.highlyProfessionalSec.woodRep::before {
    display: none;
}
.highlyProfessionalSec .container {
    z-index: 2;
    position: relative;
}
.highlyProfessionalSec .leftBox {
    padding-right: 50px;
}
.highlyProfessionalSec .rightBox {
    padding-left: 0px;
}
.highlyProfessionalSec h2 {
    margin-bottom: 120px;
}
.highlyProfessionalSec p {
    margin-bottom: 20px;
}
.highlyProfessionalSec .btn {
    color: #000;
    text-transform: capitalize;
    border: solid 2px #ed1c24;
    padding: 15px 70px 15px 50px;
    position: relative;
    background-color: #fff;
    margin-top: 20px;
}
.highlyProfessionalSec .btn span {
    position: absolute;
    padding-left: 8px;
    top: 14px;
    color: #ed1c24;
}
.highlyProfessionalSec .btn:hover {
    color: #fff;
    background-color: #ed1c24;
}
.highlyProfessionalSec .btn:hover span {
    color: #fff;
}
.highlyProfessionalSec .text-right {
    text-align: right;
}
.highlyProfessionalSec .pro-team-img {
    margin-bottom: 70px;
}
.comfortLivingSec {
    padding-top: 170px;
    padding-bottom: 100px;
    background-color: #ececec;
}
.comfortLivingSec .boxOne {
    padding: 15px 80px 0px 80px;
}
.comfortLivingSec .boxTwo {
    padding: 15px 60px 0px 60px;
    border-right: solid 1px #aeadac;
    border-left: solid 1px #aeadac;
}
.comfortLivingSec .boxThree {
    padding: 15px 60px 0px 60px;
}
.comfortLivingSec h2 {
    font-size: 82px;
    line-height: 80px;
    margin-bottom: 70px;
}
.comfortLivingSec h3 {
    font-family: Stolzl-Regular;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}
.comfortLivingSec p {
    font-size: 16px;
    line-height: 24px;
    color: #201d18;
    opacity: 0.8;
    min-height: 145px;
    margin-bottom: 30px;
}
.comfortLivingSec .btn {
    color: #000;
    text-transform: capitalize;
    border: solid 2px #ed1c24;
    padding: 15px 70px 15px 50px;
    position: relative;
    background-color: #ececec;
}
.comfortLivingSec .btn span {
    position: absolute;
    padding-left: 8px;
    top: 14px;
    color: #ed1c24;
}
.comfortLivingSec .btn:hover {
    color: #fff;
    background-color: #ed1c24;
}
.comfortLivingSec .btn:hover span {
    color: #fff;
}
.trendingTextSec {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #2b3034;
}
.trendingTextSec h2 {
    color: #fff;
}
.trendingTextSec p {
    color: #fff;
    opacity: 0.8;
}
.trendingTextSec .btn:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #ed1c24 !important;
}
.trendingSliderSec {
    padding-top: 0px;
    padding-bottom: 200px;
    background-color: #2b3034;
}
.trendingSliderSec .container-fluid {
    padding-left: 300px;
    padding-right: 0px;
}
.trendingSliderSec .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.trendingSliderSec .no-gutters {
    margin-left: 0px;
    margin-right: 0px;
}
.trendingSliderSec .owl-dots {
    display: none;
}
.trendingSliderSec .item {
    position: relative;
}
.trendingSliderSec .item:hover .trendingHoverBox {
    opacity: 1;
    transition: 0.5s;
}
.trendingSliderSec .item .trendingHoverBox {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    transition: 0.5s;
}
.trendingSliderSec .item .trendingHoverBox h3 {
    display: inline-block;
    margin-bottom: 0px;
}
.trendingSliderSec .item .trendingHoverBox h3 a {
    font-family: Stolzl-Regular;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 25px 30px;
    background-color: #ed1c24;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
}
.trendingSliderSec .item .trendingHoverBox h3 a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #201d18;
}
.whatMakesSec {
    padding-top: 220px;
    padding-bottom: 320px;
    background-color: #dedede;
}
.whatMakesSec .leftBox {
    padding-right: 80px;
}
.whatMakesSec .leftBox .btn {
    margin-top: 40px;
}
.whatMakesSec h2 {
    margin-bottom: 70px;
}
.whatMakesSec .accordion-header {
    margin-bottom: 0px !important;
}
.whatMakesSec .accordion-button:not(.collapsed) {
    color: #201d18;
    background-color: #dedede;
    box-shadow: none;
}
.whatMakesSec .accordion-button {
    font-family: Stolzl-Regular;
    font-size: 28px;
    line-height: 34px;
    padding: 30px 0px;
    background-color: #dedede;
}
.whatMakesSec .accordion-button::after {
    display: none;
}
.whatMakesSec .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.whatMakesSec .accordion-body {
    padding: 0px 0px;
}
.whatMakesSec .accordion-item {
    background-color: #dedede;
    border-bottom: 1px solid #b2b2b2;
    border-top: none;
    border-right: none;
    border-left: none;
}
.createInteriorSec {
    padding: 0px;
    margin: 0px;
    background-color: #2b3034;
}
.createInteriorSec .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.createInteriorSec .leftBox {
    margin-top: -220px;
}
.createInteriorSec .rightBox {
    padding: 150px 210px 0px 90px;
}
.createInteriorSec h2 {
    color: #fff;
}
.createInteriorSec p {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 20px;
}
.createInteriorSec .btn {
    margin-top: 30px;
}
.createInteriorSec .btn:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #ed1c24 !important;
}
.testimonialSec {
    padding: 220px 0px;
    background-color: #2b3034;
    position: relative;
}
.testimonialSec p {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 20px;
}
.testimonialSec .item {
    display: flex;
    align-items: center;
}
.testimonialSec .testimoniTextBox {
    margin-right: 0px;
    width: 700px;
}
.testimonialSec .testimoniImgBox {
    margin-right: 40px;
}
.testimonialSec .owl-carousel .owl-stage-outer {
    margin-right: 30%;
}
.testimonialSec .testimoniImgBox img {
    width: 200px !important;
    border-radius: 50%;
}
.testimonialSec .owl-nav {
    position: absolute;
    right: 0px;
    top: 20px;
}
.testimonialSec .owl-nav .owl-prev {
    font-size: 0px !important;
    color: #ed1c24 !important;
    border: solid 1px #5c2b30 !important;
    width: 110px;
    height: 110px;
    line-height: 110px !important;
    border-radius: 50%;
    margin: 10px;
    background-image: url("../img/arrow2.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transition: 0.5s;
}
.testimonialSec .owl-nav .owl-prev:hover {
    border-color: #ed1c24 !important;
}
.testimonialSec .owl-nav .owl-prev span {
    display: none;
}
.testimonialSec .owl-nav .owl-next span {
    display: none;
}
.testimonialSec .owl-nav .owl-next {
    font-size: 0px !important;
    color: #ed1c24 !important;
    border: solid 1px #5c2b30 !important;
    width: 110px;
    height: 110px;
    line-height: 110px !important;
    border-radius: 50%;
    margin: 10px;
    background-image: url("../img/arrow1.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transition: 0.5s;
}
.testimonialSec .owl-nav .owl-next:hover {
    border-color: #ed1c24 !important;
}
.testimonialSec .owl-dots {
    display: none;
}
.inspirationSec {
    padding: 0px;
    margin: 0px;
}
.inspirationSec .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.inspirationSec .row.no-gutters {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.inspirationSec .col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
}
.inspirationSec .inpRelative {
    position: relative;
}
.inspirationSec .inpRelative .inpGetBox {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 50px 40px;
    height: 100%;
}
.inspirationSec .inpRelative .inpGetBox h4 {
    font-family: Stolzl-Regular;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.inspirationSec .inpRelative .inpGetBox .btn {
    position: absolute;
    bottom: 50px;
}
/*footer start*/
footer {
    padding-top: 140px;
    padding-bottom: 50px;
    background-color: #2b3034;
}
footer .container {
    max-width: 1520px;
}
.footerTop {
    padding-bottom: 120px;
    padding-top: 0px;
}
.footerHeading {
    font-family: Stolzl-Regular;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.footerTop address {
    color: #abadae;
    font-family: Stolzl-Book;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}
.footerTop address a {
    color: #abadae;
    text-decoration: none;
}
.footerTop address a:hover {
    color: #ed1c24;
    text-decoration: none;
}
.footerTop .rightGap {
    padding-right: 150px;
}
.footerBottom {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footerBottom .copyRight {
    display: flex;
    justify-content: end;
}
.footerBottom p {
    font-family: Stolzl-Book;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
}
.footerBottom p a {
    text-decoration: none;
    color: #fff;
}
.footerBottom p a:hover {
    color: #ed1c24;
}
footer ul {
    padding-left: 0px;
}
.footerMenu li {
    font-family: Stolzl-Book;
    list-style: none;
    margin-right: 60px;
    display: inline-block;
}
.footerMenu li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.footerMenu li a:hover {
    color: #ed1c24;
}
.emailSignupBox {
    margin-bottom: 0;
    position: relative;
}
.emailSignupBox .form-control {
    font-family: Stolzl-Book;
    padding: 10px 80px 10px 0px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    background-color: #2b3034;
    border-bottom: 2px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.emailSignupBox .form-control:focus {
    background-color: #2b3034;
    outline: none;
    color: #fff;
    border-color: #8b8b8b !important;
    box-shadow: none !important;
}
.emailSignupBox .form-control::placeholder {
    color: #a5a6a7;
}
.emailSignupBox .form-control::-webkit-input-placeholder {
    color: #a5a6a7;
}
.emailSignupBox .form-control:-ms-input-placeholder {
    color: #a5a6a7;
}
.emailSignupBox .btn {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 50px;
    position: absolute;
    right: 0px;
    top: -5px;
    padding: 0px !important;
    font-weight: 400;
}
.emailSignupBox .btn:focus {
    border: none;
    outline: none;
}
.emailSignupBox .btn .material-symbols-outlined {
    font-size: 50px;
}
.emailSignupBox .btn .material-symbols-outlined:focus-visible {
    border: none;
    outline: none;
}
.gotop {
    border: 1px solid #fff;
    position: absolute;
    bottom: 100px;
    right: 40px;
    color: #fff;
    font-size: 20px;
    padding: 3px 0 0 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    rotate: -90deg;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: 0.5s;
}
.gotop:hover {
    border-color: #ed1c24;
    color: #ed1c24;
}
.qualityInfoSec {
    padding-top: 125px;
    padding-bottom: 300px;
    background-color: #ececec;
}
.qualityInfoSec .rightBox {
    padding-left: 100px;
}
.qualityInfoSec .rightBox .btn.boderbtn {
    margin-top: 40px;
}
.reasonSec {
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #1f2326;
}
.reasonSec h3 {
    color: #fff;
    margin-bottom: 80px;
}
.reasonSec h4 {
    font-family: Stolzl-Regular;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 30px;
}
.reasonSec p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0px;
}
.reasonSec .midBox {
    border-left: solid 1px #36393c;
    border-right: solid 1px #36393c;
}
.reasonSec .bottomBoder {
    border-bottom: solid 1px #36393c;
}
.reasonSec .textBox {
    padding: 20px 80px 40px 80px;
    margin-bottom: 60px;
}
.getinTouchSec {
    padding-top: 140px;
    padding-bottom: 100px;
    background-color: #ececec;
    z-index: 2;
    position: relative;
}
.getinTouchSec p {
    font-family: Stolzl-Regular;
    font-size: 17px;
    line-height: 24px;
    color: #5e5c5a;
    margin-bottom: 0px;
}
.getinTouchSec form {
    margin-top: 60px;
    margin-bottom: 60px;
}
.getinTouchSec form .btn {
    padding: 15px 70px;
    letter-spacing: 2px;
}
.getinTouchSec .form-control {
    margin-bottom: 15px;
}
.getinTouchSec .leftBox {
    padding-right: 40px;
}
.getinTouchSec .rightBox {
    padding-left: 40px;
}
.getinTouchSec .rightBox img {
    bottom: -180px;
    position: relative;
}
.getinTouchSec .addressInfo {
    display: flex;
}
.getinTouchSec .addressInfo span {
    width: 50%;
}
.getinTouchSec .addressInfo span.right {
    justify-content: end;
    display: flex;
}
.getinTouchSec .addressInfo span.right p a {
	text-decoration: none;
	color: #5e5c5a;
}
.getinTouchSec .addressInfo span.right p a:hover {
	color: #000;
}
.servBlock h2 {
    font-size: 82px;
    line-height: 70px;
    letter-spacing: -1px;
}
.servBlock h3 {
    font-size: 70px;
    line-height: 62px;
    letter-spacing: -4px;
}
.servBlock h4 {
    font-family: Stolzl-Regular;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.servBlock .btn {
    margin-top: 40px;
}
.servBlock .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.serviceSecOne {
    padding-top: 160px;
    padding-bottom: 240px;
    background-color: #ececec;
}
.serviceSecOne .row {
    display: flex;
    align-items: center;
}
.serviceSecOne .headingGap {
    padding-bottom: 150px;
}
.serviceSecOne .leftBox {
    width: 550px;
}
.serviceSecOne .rightBox {
    padding-left: 0px;
}
.serviceSecTwo {
    padding-top: 100px;
    padding-bottom: 210px;
    background-color: #2b3034;
}
.serviceSecTwo .row, .serviceSecTwo .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.serviceSecTwo h3, .serviceSecTwo h4, .serviceSecTwo p, .serviceSecTwo .btn {
    color: #fff;
}
.serviceSecTwo h2 {
    margin-bottom: 60px;
}
.serviceSecTwo .leftBox {
    padding: 0px;
}
.serviceSecTwo .leftBox img {
    position: relative;
    margin-top: -200px;
}
.serviceSecTwo .rightBox {
    padding-left: 90px;
    width: 550px;
}
.serviceSecThree {
    padding-top: 0px;
    padding-bottom: 80px;
    background-color: #2b3034;
}
.serviceSecThree h3, .serviceSecThree h4, .serviceSecThree p, .serviceSecThree .btn {
    color: #fff;
}
.serviceSecThree h2 {
    margin-bottom: 60px;
}
.serviceSecThree .leftBox {
    padding-top: 40px;
    width: 550px;
}
.serviceSecThree .rightBox {
    padding: 0px;
}
.serviceSecThree .rightBox img {
    position: relative;
    margin-bottom: -220px;
}
.serviceSecFour {
    padding-top: 240px;
    padding-bottom: 170px;
    background-color: #ffffff;
}
.serviceSecFour .row {
    display: flex;
    align-items: center;
}
.serviceSecFour .leftBox {
    padding: 0px;
}
.serviceSecFour .rightBox {
    padding-left: 80px;
    width: 600px;
}
.serviceSecFive {
    padding-top: 0px;
    padding-bottom: 200px;
    background-color: #ffffff;
}
.serviceSecFive .row {
    display: flex;
    align-items: center;
}
.serviceSecFive .leftBox {
    width: 550px;
}
.serviceSecFive .rightBox {
    padding: 0px;
}
/*footer end*/
@media (max-width: 1700px) {}
@media (max-width: 1600px) {
    .navbar > .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
    .trendingSliderSec .container-fluid {
        padding-left: 150px;
    }
    .createInteriorSec .rightBox {
        padding: 100px 100px 0px 90px;
    }
    .innerBanner .container {
        max-width: 1300px;
    }
    footer .container {
        max-width: 1300px;
    }
}
@media (max-width: 1440px) {
    h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .container {
        max-width: 1300px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .navbar > .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    header .nav-item {
        margin-right: 40px;
    }
    header .nav-item:last-child {
        margin-right: 0px;
    }
    .homeBanner {
        height: 700px;
    }
    .homeBanner .container {
        max-width: 1350px;
    }
    .homeBanner h1 {
        font-size: 65px;
        line-height: 65px;
    }
    .innerBanner h1 {
        font-size: 65px;
        line-height: 65px;
        letter-spacing: -2px;
    }
    .comfortLivingSec {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .comfortLivingSec h2 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 60px;
    }
    .comfortLivingSec .boxOne {
        padding: 15px 65px 0px 65px;
    }
    .comfortLivingSec .boxTwo {
        padding: 15px 50px 0px 50px;
    }
    .comfortLivingSec .boxThree {
        padding: 15px 50px 0px 50px;
    }
    .createInteriorSec .leftBox {
        margin-top: -100px;
    }
    .whatMakesSec {
        padding-top: 120px;
        padding-bottom: 220px;
    }
    .trendingSliderSec {
        padding-bottom: 150px;
    }
    .trendingSliderSec .container-fluid {
        padding-left: 100px;
    }
    .servBlock h2 {
        font-size: 70px;
        line-height: 70px;
    }
    .servBlock h3 {
        font-size: 60px;
        line-height: 60px;
    }
    .serviceSecOne .leftBox {
        width: auto;
        padding-right: 90px;
    }
    .serviceSecTwo .rightBox {
        padding-left: 90px;
        width: auto;
        padding-right: 90px;
    }
    .serviceSecThree .leftBox {
        width: auto;
        padding-right: 90px;
    }
    .serviceSecFour .rightBox {
        padding-left: 90px;
        width: auto;
        padding-right: 0px;
    }
    .serviceSecFive .leftBox {
        width: auto;
        padding-right: 90px;
    }
}
@media (max-width: 1366px) {
    h2 {
        font-size: 50px;
        line-height: 50px;
    }
    h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .trendingSliderSec .container-fluid {
        padding-left: 50px;
    }
    .qualityInfoSec .rightBox {
        padding-left: 100px;
    }
    .reasonSec .textBox {
        padding: 20px 40px 40px 40px;
    }
    .servBlock h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .servBlock h3 {
        font-size: 50px;
        line-height: 50px;
    }
    .serviceSecOne {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .serviceSecOne .headingGap {
        padding-bottom: 100px;
    }
    .serviceSecTwo {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    .serviceSecFour {
        padding-top: 200px;
        padding-bottom: 120px;
    }
    .serviceSecFive {
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .serviceSecOne .leftBox {
        padding-right: 40px;
        padding-left: 40px;
    }
    .serviceSecTwo .rightBox {
        padding-left: 60px;
        padding-right: 40px;
    }
    .serviceSecThree .leftBox {
        padding-right: 40px;
        padding-left: 40px;
    }
    .serviceSecFour .rightBox {
        padding-left: 60px;
        padding-right: 40px;
    }
    .serviceSecFive .leftBox {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (max-width: 1239px) {
    h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .navbar-brand {
        margin-right: 40px;
    }
    header .nav-item {
        margin-right: 20px;
    }
    .navRight .contractor {
        font-size: 20px;
        line-height: 20px;
        margin-right: 15px;
    }
    .navRight .callUs {
        font-size: 20px;
        line-height: 20px;
        padding-left: 15px;
    }
    .navRight .getStarted {
        font-size: 11px;
        margin-left: 25px;
    }
    .innerBanner {
        height: 450px;
    }
    .innerBanner .innBannerImg {
        max-width: 1620px;
        margin: 0 auto;
    }
    .trendingSliderSec .container-fluid {
        padding-left: 30px;
    }
    .comfortLivingSec .boxOne {
        padding: 15px 70px 0px 70px;
    }
    .comfortLivingSec .boxTwo {
        padding: 15px 40px 0px 40px;
    }
    .comfortLivingSec h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .comfortLivingSec p {
        min-height: 100px;
    }
    .comfortLivingSec .btn {
        padding: 15px 60px 15px 40px;
    }
    .testimonialSec {
        padding: 150px 0px;
    }
    .testimonialSec .owl-carousel .owl-stage-outer {
        margin-right: 22%;
    }
    .inspirationSec .inpRelative .inpGetBox h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .whatMakesSec .leftBox {
        padding-right: 50px;
    }
    .whatMakesSec .accordion-button {
        font-size: 24px;
        line-height: 30px;
    }
    .testimonialSec .owl-nav .owl-prev {
        width: 80px;
        height: 80px;
        line-height: 80px !important;
    }
    .testimonialSec .owl-nav .owl-next {
        width: 80px;
        height: 80px;
        line-height: 80px !important;
    }
    .footerMenu li {
        margin-right: 30px;
    }
    .footerTop .rightGap {
        padding-right: 75px;
    }
    .getinTouchSec {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .getinTouchSec .leftBox {
        padding-right: 20px;
    }
    .getinTouchSec .rightBox {
        padding-left: 20px;
    }
}
@media (max-width: 1200px) {
    .footerHeading {
        font-size: 20px;
    }
}
@media (max-width: 1112px) {
    .testimonialSec .testimoniTextBox {
        width: 600px;
    }
    .createInteriorSec .rightBox {
        padding: 100px 80px 0px 80px;
    }
}
@media (max-width: 1024px) {
    h2 {
        font-size: 40px;
        line-height: 45px;
    }
    h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .navbar-brand {
        margin-right: 30px;
    }
    header .nav-item {
        margin-right: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
    }
    .navRight .contractor {
        font-size: 18px;
        line-height: 18px;
        margin-right: 10px;
    }
    .navRight .callUs {
        font-size: 18px;
        line-height: 18px;
        padding-left: 10px;
    }
    .navRight .getStarted {
        font-size: 10px;
        margin-left: 20px;
        padding: 13px 20px;
    }
    .homeBanner {
        height: 600px;
    }
    .innerBanner {
        height: 400px;
    }
    .innerBanner .innBannerImg {
        max-width: 1450px;
        margin: 0 auto;
    }
    .comfortLivingSec h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 55px;
    }
    .comfortLivingSec h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 25px;
        min-height: 65px;
    }
    .comfortLivingSec .boxOne {
        padding: 15px 30px 0px 30px;
    }
    .comfortLivingSec .boxTwo {
        padding: 15px 30px 0px 30px;
    }
    .comfortLivingSec .boxThree {
        padding: 15px 30px 0px 30px;
    }
    .highlyProfessionalSec {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .highlyProfessionalSec .leftBox {
        padding-right: 30px;
    }
    .highlyProfessionalSec .rightBox {
        padding-left: 0px;
    }
    .highlyProfessionalSec .pro-team-img {
        margin-bottom: 40px;
    }
    .highlyProfessionalSec::before {
        height: 500px;
    }
    .trendingTextSec {
        padding-top: 100px;
    }
    .trendingSliderSec {
        padding-bottom: 100px;
    }
    .trendingSliderSec .item .trendingHoverBox h3 a {
        font-size: 20px;
        line-height: 26px;
        padding: 20px 30px;
    }
    .whatMakesSec {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .createInteriorSec .rightBox {
        padding: 80px 50px 0px 50px;
    }
    .createInteriorSec .leftBox {
        margin-top: -50px;
    }
    .testimonialSec .testimoniTextBox {
        width: 480px;
    }
    .inspirationSec .inpRelative .inpGetBox {
        padding: 30px;
    }
    .inspirationSec .inpRelative .inpGetBox h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .inspirationSec .inpRelative .inpGetBox .btn {
        bottom: 30px;
        font-size: 12px;
        padding: 12px 30px;
    }
    footer {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .qualityInfoSec {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .qualityInfoSec .rightBox {
        padding-left: 50px;
    }
    .reasonSec h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .reasonSec .textBox {
        padding: 20px;
    }
    .servBlock h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .servBlock h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .serviceSecFour {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .serviceSecTwo {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 992px) {
    .navRight .contractor {
        font-size: 16px;
        line-height: 16px;
        margin-right: 10px;
    }
    .navRight .contractor span {
        font-size: 10px;
        line-height: 14px;
    }
    .navRight .callUs {
        font-size: 15px;
        line-height: 15px;
        padding-left: 10px;
    }
    .navRight .callUs span {
        font-size: 10px;
        line-height: 14px;
    }
    .whatMakesSec .leftBox {
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    header {
        padding: 15px 0px;
    }
    .navbar-toggler {
        padding: .25rem .50rem;
        border-radius: 0px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .80);
        border-color: rgba(0, 0, 0, .4);
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 10px 0px;
    }
    header .nav-item {
        margin-right: 0px;
    }
    .navRight {
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }
    .homeBanner h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .innerBanner h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .footerTop .rightGap {
        padding-right: 25px;
    }
}
@media (max-width: 800px) {
    .comfortLivingSec h3 {
        font-size: 16px;
        line-height: 22px;
        min-height: 50px;
    }
    .comfortLivingSec .btn {
        padding: 15px 50px 15px 30px;
    }
    .whatMakesSec .accordion-button {
        font-size: 22px;
        line-height: 28px;
    }
    .testimonialSec .testimoniTextBox {
        width: 300px;
    }
    .testimonialSec .owl-carousel .owl-stage-outer {
        margin-right: 27%;
    }
    .testimonialSec .owl-nav {
        top: 60px;
    }
    .footerMenu li {
        margin-right: 14px;
    }
    .footerBottom p {
        font-size: 12px;
        line-height: 18px;
    }
    .getinTouchSec .leftBox {
        padding-right: 0px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 34px;
        line-height: 40px;
    }
    h2 br {
        display: none;
    }
    .homeBanner {
        height: 500px;
    }
    .homeBanner h1 {
        font-size: 45px;
        line-height: 50px;
        letter-spacing: -2px;
        text-align: center;
    }
    .homeBanner h1 br {
        display: none;
    }
    .homeBanner p {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    .homeBanner p br {
        display: none;
    }
    .innerBanner {
        height: 300px;
    }
    .innerBanner .innBannerImg {
        max-width: 1100px;
    }
    .innerBanner h1 {
        font-size: 45px;
        line-height: 50px;
        text-align: center;
    }
    .innerBanner p {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    .comfortLivingSec {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .comfortLivingSec h2 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 50px;
    }
    .comfortLivingSec h3 {
        min-height: 0px;
        margin-bottom: 20px;
    }
    .comfortLivingSec p {
        min-height: 0px;
    }
    .comfortLivingSec .btn {
        padding: 15px 60px 15px 40px;
    }
    .comfortLivingSec .boxOne {
        padding: 0px 0px 60px 0px;
    }
    .comfortLivingSec .boxTwo {
        padding: 0px 0px 60px 0px;
        border: none;
    }
    .comfortLivingSec .boxThree {
        padding: 0px;
    }
    .highlyProfessionalSec h2 {
        margin-bottom: 80px;
        text-align: center;
    }
    .highlyProfessionalSec {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .highlyProfessionalSec .rightBox {
        padding-left: 0px;
        text-align: center;
    }
    .highlyProfessionalSec .text-right {
        text-align: center;
        margin-bottom: 40px;
    }
    .highlyProfessionalSec .pro-team-img {
        margin-bottom: 30px;
        text-align: center;
    }
    .highlyProfessionalSec .leftBox {
        padding-right: 0px;
    }
    .trendingTextSec {
        padding-top: 80px;
        text-align: center;
    }
    .trendingSliderSec {
        padding-bottom: 80px;
    }
    .whatMakesSec {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .whatMakesSec h2 {
        margin-bottom: 40px;
    }
    .whatMakesSec .leftBox {
        padding-right: 0px;
        margin-bottom: 50px;
    }
    .createInteriorSec {
        padding: 80px 30px 0 30px;
        margin: 0px;
    }
    .createInteriorSec .leftBox {
        margin-top: 0px;
    }
    .createInteriorSec .rightBox {
        padding: 40px 0 0 0;
        text-align: center;
    }
    .testimonialSec {
        padding: 100px 0px 200px 0px;
    }
    .testimonialSec .owl-carousel .owl-stage-outer {
        margin-right: 0;
    }
    .testimonialSec .item {
        display: block;
        text-align: center;
    }
    .testimonialSec .testimoniImgBox {
        margin: 30px auto;
    }
    .testimonialSec .testimoniImgBox img {
        margin: 0 auto;
    }
    .testimonialSec .testimoniTextBox {
        width: 100%;
    }
    .testimonialSec .owl-nav {
        right: 0;
        left: 0;
        top: auto;
        bottom: -120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inspirationSec .col-md-3 {
        width: 25% !important;
    }
    .inspirationSec .inpRelative .inpGetBox {
        padding: 10px;
    }
    .inspirationSec .inpRelative .inpGetBox h4 {
        font-size: 15px;
        line-height: 22px;
    }
    .inspirationSec .inpRelative .inpGetBox .btn {
        bottom: 15px;
        font-size: 10px;
        padding: 10px 20px;
    }
    .footerTop .rightGap {
        padding-right: 15px;
    }
    .emailSignupBox {
        margin-bottom: 30px;
    }
    footer {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .footerHeading {
        font-size: 20px;
        text-align: center;
    }
    .footerTop {
        padding-bottom: 40px;
        padding-top: 0px;
    }
    .footerTop address {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .footerBottom .col-7, .footerBottom .col-5 {
        width: 100%;
        text-align: center;
    }
    footer ul {
        padding-left: 0px;
        text-align: center;
    }
    .footerMenu li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .footerMenu li a {
        font-size: 12px;
    }
    .footerBottom .copyRight {
        justify-content: center;
    }
    .footerBottom p {
        font-size: 12px;
        line-height: 20px;
    }
    .footerBottom p br {
        display: none;
    }
    .gotop {
        bottom: 20px;
        right: 0px;
        left: 0px;
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    .qualityInfoSec {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .qualityInfoSec .rightBox {
        padding-left: 0px;
    }
    .qualityInfoSec .rightBox .btn.boderbtn {
        margin-top: 20px;
    }
    .reasonSec .textBox {
        padding: 0px;
        border-left: none;
        border-right: none;
        margin-bottom: 50px;
    }
    .reasonSec h3 {
        margin-bottom: 50px;
    }
    .reasonSec h3 br {
        display: none;
    }
    .reasonSec h4 {
        margin-bottom: 20px;
    }
    .reasonSec h4 br {
        display: none;
    }
    .getinTouchSec {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .getinTouchSec form {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .getinTouchSec .rightBox {
        padding-left: 0px;
        text-align: center;
        margin-top: 50px;
    }
    .getinTouchSec .rightBox img {
        bottom: 0px;
    }
    .servBlock h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .servBlock h3 {
        font-size: 36px;
        line-height: 36px;
    }
    .servBlock h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .servBlock .btn {
        margin-top: 20px;
    }
    .servBlock .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .servBlock .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .serviceSecOne .headingGap {
        padding-bottom: 60px;
    }
    .serviceSecOne {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .serviceSecOne .leftBox {
        padding-right: 0px;
        padding-left: 0px;
    }
    .serviceSecOne .rightBox {
        margin-bottom: 40px;
    }
    .serviceSecTwo {
        padding: 80px 0px;
    }
    .serviceSecTwo .leftBox {
        padding: 0px;
        margin-bottom: 40px;
    }
    .serviceSecTwo .rightBox {
        padding-left: 0px;
        padding-right: 0px;
    }
    .serviceSecTwo .leftBox img {
        margin-top: 0px;
    }
    .serviceSecThree .leftBox {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }
    .serviceSecThree .rightBox {
        margin-bottom: 40px;
    }
    .serviceSecThree .rightBox img {
        margin-bottom: 0px;
    }
    .serviceSecFour {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .serviceSecFour .leftBox {
        margin-bottom: 40px;
    }
    .serviceSecFour .rightBox {
        padding-left: 0;
        padding-right: 0;
    }
    .serviceSecFive .leftBox {
        padding-right: 0;
        padding-left: 0;
    }
    .serviceSecFive .rightBox {
        margin-bottom: 40px;
    }
    .mobOrder1 {
        order: 1;
    }
    .mobOrder2 {
        order: 2;
    }
}
@media (max-width: 600px) {
    .inspirationSec .inpRelative .inpGetBox h4 {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 480px) {
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .navRight {
        padding-top: 20px;
        display: block !important;
        text-align: center;
    }
    .navRight .contractor {
        font-size: 18px;
        line-height: 18px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .navRight .contractor span {
        font-size: 14px;
        line-height: 18px;
    }
    .navRight .callUs {
        font-size: 18px;
        line-height: 19px;
        padding-left: 0px;
        margin-bottom: 20px;
        border-left: none;
    }
    .navRight .callUs span {
        font-size: 14px;
        line-height: 18px;
    }
    .navRight .getStarted {
        font-size: 12px;
        margin-left: 0px;
        padding: 15px 40px;
    }
    .homeBanner h1 {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0px;
    }
    .homeBanner p {
        font-size: 16px;
        line-height: 20px;
    }
    .innerBanner h1 {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 0px;
    }
    .innerBanner p {
        font-size: 18px;
        line-height: 24px;
    }
    .innerBanner {
        height: 250px;
    }
    .innerBanner .innBannerImg {
        max-width: 900px;
    }
    .comfortLivingSec h2 {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 50px;
    }
    .comfortLivingSec h3 {
        margin-bottom: 12px;
    }
    .highlyProfessionalSec h2 {
        margin-bottom: 50px;
        text-align: center;
    }
    .inspirationSec .inpRelative .inpGetBox h4 {
        font-size: 8px;
        line-height: 12px;
    }
    .inspirationSec .inpRelative .inpGetBox .btn {
        bottom: 10px;
        font-size: 7px;
        padding: 10px 15px;
    }
    .whatMakesSec .accordion-button {
        font-size: 20px;
        line-height: 26px;
        padding: 20px 0px;
    }
    .trendingSliderSec .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .trendingSliderSec .item .trendingHoverBox h3 a {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 30px;
    }
    .getinTouchSec .addressInfo {
        display: block;
    }
    .getinTouchSec .addressInfo span {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
    .getinTouchSec .addressInfo span.right {
        display: block;
    }
    .getinTouchSec .form-control {
        margin-bottom: 5px;
    }
}