@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}


/***** Font Files *****/

@font-face {
    font-family: 'Queensila';
    src: url(../fonts/Queensila.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'NT-SEAWAVE';
    src: url(../fonts/NT-SEAWAVE-PERSONALUSE.otf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}



.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Queensila';
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Queensila';
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    /*  margin: 0 0 30px;*/
}

h3 {
    font-family: 'Queensila';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Queensila';
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Queensila';
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;

}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

header {
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-img img {
    width: 20%;
    margin: 0 auto;
    display: block;
}

.logo-img {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
}

.cont-info ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: unset;
}

.cont-info ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 8px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 13px;
}

.cont-info ul li a span {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.topSec .row {
    align-items: center;
}

.topSec {
    padding: 10px 0px;
}

.cont-info ul li a {
    color: #fff;
    border-left: 1px solid #ffffffad;
    padding-left: 15px;
}

.cont-info ul li i {
    font-size: 16px;
}

header a.btn-1 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    font-size: 14px;
    color: #1c1c18;
    font-family: 'Montserrat';
    background-color: #fff;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 3px 3px 3px 20px;
    text-transform: uppercase;
    font-weight: 500;
}

a.btn-1 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #1c1c18;
    font-family: 'Montserrat';
    background-color: #fff;
    width: fit-content;
    padding: 3px 3px 3px 20px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0 0 4px #00000059;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 21%;
    right: -33px;
    width: 1px;
    height: 18px;
    background-color: #ffffff87;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fbe269;
}

.menuSec .row {
    align-items: center;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* banner start */
.banner-social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    writing-mode: tb;
    height: 100%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    width: 8%;
    padding: 30px 0px;
}

.banner-social-icon ul {
    display: flex;
    align-items: center;
    gap: 13px;
}

section.banner {
    position: relative;
}

.banner-social-icon ul li a i {
    color: #818991;
    font-size: 18px;
    height: 38px;
    width: 38px;
    border: 1px solid #818991;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.banner-social-icon h6 {
    font-size: 14px;
    color: #161514;
}

.banner-img img {
    width: 100%;
    height: 628px;
    object-fit: cover;
}

.banner-img {
    width: 51%;
    /* padding-right: 0; */
    position: absolute;
    right: 0;
}

.banner-txt {
    text-align: center;
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 628px;
    width: 649px;
    padding: 30px 20px;
    /* position: relative; */
    /* right: 0; */
    padding-top: 90px;
}

.banner-txt h1 {
    font-size: 89px;
    color: #fff;
    line-height: 85px;
}

.banner-txt h1 span {
    display: block;
}

.banner-txt a.btn-1 {
    margin: 0 auto;
}

.banner-txt h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #100f0d;
    background-image: -webkit-linear-gradient(162deg, rgb(249, 185, 73) 0%, rgb(255, 229, 116) 53%, rgb(249, 185, 73) 100%);
    padding: 10px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0 auto;
    width: 88%;
    margin-bottom: 30px;
}

.banner-txt p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

.banner-social-icon::before {
    position: absolute;
    top: 143px;
    bottom: 0px;
    height: 230px;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background-color: #000;
}

.banner-social-icon ul li a i:hover {
    background-color: #11a0ea;
    border: unset;
    color: #fff;
    transition: 1s;
}

/* banner end */
/*about start*/
.abt-txt {
    height: 600px;
    background-image: url(../images/abt-txt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    padding-top: 80px;
    width: 83%;
    margin-left: -29px;
}

.abt-txt h3 {
    font-size: 70px;
    color: #fff;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 10px;
}

.abt-txt p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

/*about end*/
/*trusted-builders start*/
section.trusted-builders {
    padding: 100px 2%;
}

.trust-txt h2 {
    font-size: 70px;
    line-height: 70px;
    color: #171716;
    font-weight: 300;
    text-transform: capitalize;
}

.trust-txt h2 span {
    display: block;
}

.trust-txt h5 {
    font-size: 14px;
    color: #0b0b0b;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #fbc351;
    width: fit-content;
    padding: 10px 20px;
}

.trust-txt ul li h5 {
    padding: unset;
    background-color: unset;
    color: #171716;
    font-size: 21px;
    font-family: 'Queensila';
    text-transform: capitalize;
    margin-bottom: unset;
}

.trust-txt ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
}

.trust-txt p {
    color: #9a9a9a;
    font-size: 14px;
}

.trust-txt p span {
    display: block;
}

.trusted-builders-img img {
    width: 100%;
    height: 766px;
    object-fit: cover;
}

.trust-img img {
    width: 100%;
    height: 766px;
    object-fit: cover;
}

.trust-txt-2 h2 {
    font-size: 70px;
    line-height: 86px;
    margin-bottom: 20px;
}

.trust-txt-2 h2 span {
    display: block;
}

.trust-txt-2 p {
    color: #9a9a9a;
    font-size: 14px;
    margin-bottom: 20px;
}

.trust-txt-2 {
    padding: 60px 90px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 -90px 0px auto;
    margin-top: -164px;
}

.trust-txt-2 a.btn-1 {
    /* box-shadow: 0 0 4px #00000059; */
}

/*trusted-builders end*/
/* Footer Section */

.footer-top {
    background: #0e0d0e;
    padding: 80px 0;
}

.newsletter-heading h2 {
    font-size: 61px;
    font-weight: 500;
    color: #fff;
    margin: unset;
}

.search-wrapper {
    width: 700px;
}

.input-container {
    position: relative;
    width: 100%;
}

.input-container input {
    width: 100%;
    padding: 20px 120px 20px 20px;
    font-size: 16px;
    border: 1px solid #535354;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    color: #fff;
}

.input-container input::placeholder {
    color: #fff;
}

.input-container button {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    padding: 15px 40px;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.4s ease, color 0.4s ease;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    background-image: -webkit-linear-gradient(162deg, rgb(249, 185, 73) 0%, rgb(255, 229, 116) 53%, rgb(249, 185, 73) 100%);
}

.input-container button:hover {
    background-color: #fff;
    background-image: none;
    color: #000;
}

.footer-mid {
    background: #0d0e0d;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid #393939;
}

.footer-address h5,
.footer-contact h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}

.footer-cta {
    text-align: center;
}

.footer-cta h2 {
    /* font-weight: 700; */
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'NT-SEAWAVE';
}

.request-form-btn {
    padding: 15px 30px;
    border: 1px solid #393939;
    background: transparent;
    color: #393939;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease;
}

.request-form-btn:hover {
    color: #fff;
    border: 2px solid rgb(255 255 255 / 70%);
    box-shadow: 0 0 12px rgb(255 255 255 / 70%), 0 0 24px rgb(246 196 74);
    transform: scale(1.05);
}

.footer-btm {
    background: #0d0e0d;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #393939;
}

.copy-txt p {
    font-size: 14px;
    color: #fff;
}

.footerSec .container-fluid {
    padding: 0 4%;
}

.phone-section h5 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.phone-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.phone-section i.fa-phone {
    font-size: 20px;
    color: #fff;
}

.phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.phone-numbers a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.phone-numbers a:hover {
    color: #ddd;
    text-decoration: underline;
    transform: scale(1.05);
}

.contact-item h5 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-row i {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.contact-text span,
.contact-text a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
}

.contact-text a:hover {
    color: #ddd;
    text-decoration: underline;
    transform: scale(1.05);
}

.footer-address {
    padding: 107px 20px 124px;
    border-right: 1px solid #393939;
}

.footer-contact {
    padding: 110px 20px 120px;
    border-right: 1px solid #393939;
}

.email-contact {
    padding: 110px 20px 138px;
    border-right: 1px solid #393939;
}

.footer-cta {
    padding: 100px 20px 80px;
}

/* footer */
/*service start*/
section.service {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

.ser-top-txt {
    text-align: center;
    margin-bottom: 30px;
}

.ser-top-txt h3 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    color: #171716;
    margin-bottom: 0px;
}

.ser-top-txt p {
    font-size: 14px;
    color: #9a9a9a;
    width: 80%;
    margin: 0 auto;
}

section.service .row {
    align-items: center;
}

.ser-bot-txt p {
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 30px;
}

.ser-bot-txt h4 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #171716;
}

.ser-bot-txt ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
}

.ser-bot-txt ul li h5 {
    padding: unset;
    background-color: unset;
    color: #171716;
    font-size: 21px;
    font-family: 'Queensila';
    text-transform: capitalize;
    margin-bottom: unset;
    color: #fff;
}

.ser-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border: 20px solid #fff9f2;
}

.ser-bot-txt.tw h4 {
    color: #fff;
}

.ser-bot-txt.tw p {
    color: #fff;
}

section.service::before {
    position: absolute;
    bottom: 520px;
    left: 0;
    width: 100%;
    height: 744px;
    background-repeat: no-repeat;
    content: '';
    background-size: cover;
    background-image: url(../images/ser-bg.jpg);
    z-index: -1;
}

.ser-bot-txt.tw h3 {
    color: #fbc351;
    font-size: 50px;
    position: absolute;
    right: 46px;
    font-family: 'NT-SEAWAVE';
    font-weight: 200;
    margin-top: -22px;
    left: auto;
}

.ser-bot-txt h3 {
    position: absolute;
    left: 30px;
    font-family: 'NT-SEAWAVE';
    font-weight: 200;
    margin-top: -102px;
    color: #fbc351;
    font-size: 60px;
}

a.btn-1:hover {
    /* background-color: #f5c045; */
    color: #000;
    transition: 1s;
    border: 2px solid rgb(255 255 255 / 70%);
    box-shadow: 0 0 12px rgb(255 255 255 / 70%), 0 0 24px rgb(246 196 74);
    transform: scale(1.05);
}

a.btn-1:hover img {
    box-shadow: 0 0 2px #0000009e;
}

/*testimonials start*/
.happy-client-top {
    text-align: center;
    margin-bottom: 40px;
}

.happy-client-top h2 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 0;
    font-weight: 400;
}

.happy-client-top p {
    color: #9a9a9a;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}

.test-content h5 {
    font-size: 25px;
    line-height: 20px;
    color: #171716;
    padding-top: 20px;
    margin-bottom: 10px;
}

.test-main-bx h5 span {
    display: block;
    font-family: 'Montserrat';
    font-size: 11px;
}

.test-main-bx ul {
    display: flex;
    gap: 7px;
}

.test-main-bx ul li a i {
    color: #f9bb4b;
}

.test-content ul li h6 {
    font-size: 14px;
    color: #0c0b0b;
}

section.happy-client {
    padding-bottom: 40px;
}

.test-slid .slick-slide,
.test-slid .slick-active {
    opacity: 1;
    margin: 0px 10px;
}

.test-content p {
    display: none;
}

.test-main-bx img {
    height: 100px;
    width: 115px;
    object-fit: cover;
}

.test-main-bx {
    /* padding: 60px 30px 80px 0px; */
    position: relative;
    height: 320px;
}

.test-main-bx::before {
    top: 0;
    content: '';
    right: 0;
    width: 80px;
    height: 100%;
    position: absolute;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #c8cdca;
    border-bottom: 1px solid #c8cdca;
}

.test-slid .slick-slide.slick-current.slick-active.slick-center .test-main-bx::after {
    /* height: 100%; */
}

.test-main-bx::after {
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 0%;
    position: absolute;
    background: linear-gradient(184deg, rgba(7, 7, 8, 0) 0%, rgba(7, 7, 8, 0.56) 50%, rgba(7, 7, 8, 1) 100%);

}

.test-main-bx:hover .test-img img {
    height: 100%;
    width: 100%;
    position: relative;
    background: linear-gradient(184deg, rgba(7, 7, 8, 0) 0%, rgba(7, 7, 8, 0.56) 50%, rgba(7, 7, 8, 1) 100%);
    padding: 0 !important;
}

.test-main-bx:hover .test-content {
    position: absolute;
    bottom: 27px;
    left: 24px;
    z-index: 1;
}

.test-main-bx:hover .test-content h5 {
    color: #fff;
}

.test-main-bx:hover .test-content p {
    display: block;
    font-size: 12px;
    color: #fff;
    width: 80%;
}

.test-main-bx:hover .test-content h5 span {
    color: #f9bb4b;
}

.test-main-bx:hover .test-content ul {
    display: none;
}

.test-main-bx:hover::before {
    display: none;
}

@media only screen and (min-width: 1650px) and (max-width: 1920px) {
    .banner-social-icon {
        width: 15%;
    }

    .ser-bot-txt h3 {
        left: 80px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/* new css */

section.inner-banner {
    background-image: url(http://localhost/Opulent-finishes/wp-content/uploads/2025/10/New-Project-3.png) !important;
    background-position: bottom;
    background-size: cover;
    padding: 170px 0px;
}


section.inner-banner h2 {
    color: white;
}

header.entry-header {
    display: none;
}


.serinnerpage036 h3 {
    color: #fbc351;
    font-size: 50px;
    font-family: 'NT-SEAWAVE';
    font-weight: 200;
}


.serinnerpage036 h4 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #171716;
}


.social-icon-01 {
    background: black;
    padding: 20px 0px 20px 50px;
    border-left: 10px solid #de9e4d !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.social-icon-01 h4 {
    font-weight: 700;
}


.gform_wrapper {
    background: black;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 20px;
    border-radius: 20px;
}

.gform_wrapper input {
    border: 1px solid black;
    border-radius: 10px;
}

.gform_wrapper input#gform_submit_button_2 {
    border: 0px solid;
    padding: 10px 30px;
    background: #ffe373;
    color: black;
}


.gform_wrapper textarea {
    border: 1px solid black;
    border-radius: 10px;
}

h2 {
    font-size: 70px;
    line-height: 86px;
}

.topSec .col-md-4.col-sm-4.col-xs-12.text-center img {
    width: 180px;
}

.menuSec.wow.fadeInRight {
    padding: 10px 0px 20px 0px;
}

.menuSec ul#menu {
    gap: 60px !important;
    width: fit-content;
}

.menuSec .row .col-md-12 {
    align-items: center;
    justify-content: center;
    display: flex;
}


section.banner .container .col-lg-12 {
    align-items: center;
    justify-content: center;
    display: flex;
}

.banner-social-icon h6 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner-social-icon ul {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.test-main-bx:hover .test-img {
    opacity: 0.3;
}


.vc_toggle {
    border: 1px solid white;
    padding: 10px 10px;
    border-radius: 10px;
}

.vc_toggle h4 {
    font-weight: 700;
}

.vc_toggle_active {
    background: #ffffff2b;
}



.test-content p {
    height: 260px;
    overflow-y: scroll;
    width: 270px !important;
}

.bannerBgSlider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bannerBgSlider .slick-list,
.bannerBgSlider .slick-track {
    height: 100%;
}

.bannerBgSlider .slick-slide {
    width: 100%;
    margin: 0px;
    height: 100%;
}

.banner-bg-slider-img {
    width: 100%;
    height: 100%;
    /*background-image: url(https://www.opulentfinish.com/wp-content/uploads/2026/01/banner.png);*/
    /*background-position: center;*/
    /*background-repeat: repeat-x;*/
    /*background-size: contain;*/
}

.banner-bg-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerTextSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.bannerTextSlider .slick-prev,
.bannerTextSlider .slick-next {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbc351;
}

.bannerTextSlider .slick-prev::before {
    color: #000;
    font-size: 20px;
    content: '\f0d9';
    font-family: "FontAwesome";
}

.bannerTextSlider .slick-next::before {
    color: #000;
    font-size: 20px;
    content: '\f0da';
    font-family: "FontAwesome";
}

.bannerTextSlider {
    max-width: 100%;
}

.bannerTextSlider .slick-slide {
    opacity: 1;
}

.bannerTextSlider .slick-slide .banner-txt {
    margin: 0px auto;
}

.banner-txt a.btn-1 img {
    width: 70px;
    height: 64px;
    object-fit: cover;
}

.social-icon-01 a {
    color: white;
}

.cont000 .cont-info {
    width: 437px !important;
}
.footer-cta a {
    color: white !important;
}

section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}
.but67 {
    text-align: center;
    justify-content: center;
    display: flex;
}

html {overflow-x: hidden;}


@media only screen and (min-width: 1600px) and (max-width: 1920px){}

@media only screen and (min-width: 1400px) and (max-width: 1599px){}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    
.cont-info ul li a span{font-size: 12px;}
header a.btn-1 {padding: 3px 3px 3px 10px;gap: 15px;font-size: 12px;}
header a.btn-1 img {width: 50px;height: 45px;}
.ser-bot-txt h3 {font-size: 40px;    margin-top: -50px;}
.request-form-btn {padding: 10px 10px;font-size: 12px;}
.footer-cta h2{margin-bottom: 0;}
.copy-txt p {margin: 0;}
.search-wrapper {width: 100%;}
.vc_toggle_title>h4 {font-size: 20px;}
.banner-txt h1 {font-size: 70px;line-height: 70px;}
.banner-txt {    height: 550px;}


    
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  
    header a.btn-1 img {width: 25% !important;}
    header a.btn-1 {gap: 10px;font-size: 12px;padding: 3px 3px 3px 5px;}
    .cont-info ul {display: block;}
    .cont-info ul li {margin: 0 0 10px 0;gap: 10px;}
    .cont-info ul li a span {font-size: 10px;}
    .menuSec ul li a {    font-size: 12px;}
    .menuSec.wow.fadeInRight {padding: 10px 0px 15px 0px;}
    .topSec .col-md-6.col-sm-6.col-xs-12.text-center a img {max-width: 60% !important;height: auto !important;}
    .banner-txt {height: 500px;}
    .banner-txt h1 {font-size: 60px;line-height: 60px;}
    a.btn-1 {font-size: 12px; }
    a.btn-1 img {width: 55px !important;height: 45px !important;}
    .abt-txt{    height: auto;width: 100%;    padding-top: 40px;}
    .abt-txt h3 {font-size: 60px;}
    .abt-txt p {font-size: 12px;margin-bottom: 10px;}
    section.service {padding: 50px 0px;}
    section.service h3 {font-size: 50px;}
    section.service h4 {font-size: 40px;}
    .ser-img.wow.fadeInLeft {margin: 20px 0 0 0;}
    .ser-bot-txt.tw.wow.fadeInLeft {margin: 40px 0;}
    .ser-bot-txt h3{margin-top: -55px;}
    .ser-img {margin: 20px 0 0 0;}
    .happy-client-top h2 {font-size: 55px;}
    section.trusted-builders {padding: 50px 0;}
    .trusted-builders-img img {height: auto;}
    .trust-txt h2 {font-size: 50px;line-height: 50px;}
    .trust-txt h5 {font-size: 9px;    padding: 5px 5px;}
    .trust-txt ul li {gap: 20px;padding-bottom: 30px;padding-bottom: 10px;}
    .trust-txt ul li h5{font-size: 18px;}
    .trust-txt-2 {padding: 20px 20px;margin: 0 0 0px auto;margin-top: -33px;}
    .trust-txt-2 h2 {font-size: 50px;line-height: 50px;}
    .trust-img img{    height: auto;}
    section.trusted-builders p {font-size: 12px;}
    .footer-top {padding: 40px 0;}
    .newsletter-heading h2 {font-size: 50px;}
    .search-wrapper {width: 100%;}
    .input-container button{    padding: 12px 10px;font-size: 12px;}
    .email-contact {padding: 30px 20px 30px 0px;}
    .contact-item h5{margin-bottom: 10px;}
    .footer-contact {padding: 30px 20px 30px 0px;}
    .footer-cta {padding: 0px 20px 30px 0;text-align: left;}
    .footer-cta h2 {    margin-bottom: 0px; font-size: 24px;}
    .copy-txt p {margin: 0 0 0 0;}
    .footer-btm {    padding: 20px 0;}
    section.inner-banner{    padding: 80px 0px;}
    section.inner-banner h2 {font-size: 60px;}
    .wpb_wrapper h2 {font-size: 60px;line-height: 65px;}
    .wpb_wrapper p {font-size: 12px;}
    .vc_toggle h4 {font-size: 20px;}
    .gform_wrapper.gravity-theme .gfield textarea.medium {height: 120px !important;}
    .request-form-btn {padding: 10px 10px;font-size: 10px;}
    
    
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    
    header a.btn-1 img {width: 25% !important;}
    header a.btn-1 {gap: 10px;font-size: 12px;padding: 3px 3px 3px 5px;}
    .cont-info ul {display: block;}
    .cont-info ul li {margin: 0 0 10px 0;gap: 10px;}
    .cont-info ul li a span {font-size: 10px;}
    .menuSec ul li a {    font-size: 12px;}
    .menuSec.wow.fadeInRight {padding: 10px 0px 15px 0px;}
    .topSec .col-md-6.col-sm-6.col-xs-12.text-center a img {max-width: 60% !important;height: auto !important;}
    .banner-txt {height: 500px;}
    .banner-txt h1 {font-size: 60px;line-height: 60px;}
    a.btn-1 {font-size: 12px; }
    a.btn-1 img {width: 55px !important;height: 45px !important;}
    .abt-txt{    height: auto;width: 100%;    padding-top: 40px;}
    .abt-txt h3 {font-size: 60px;}
    .abt-txt p {font-size: 12px;margin-bottom: 10px;}
    section.service {padding: 50px 0px;}
    section.service h3 {font-size: 50px;}
    section.service h4 {font-size: 40px;}
    .ser-img.wow.fadeInLeft {margin: 20px 0 0 0;}
    .ser-bot-txt.tw.wow.fadeInLeft {margin: 40px 0;}
    .ser-bot-txt h3{margin-top: -55px;}
    .ser-img {margin: 20px 0 0 0;}
    .happy-client-top h2 {font-size: 55px;}
    section.trusted-builders {padding: 50px 0;}
    .trusted-builders-img img {height: auto;}
    .trust-txt h2 {font-size: 50px;line-height: 50px;}
    .trust-txt h5 {font-size: 9px;    padding: 5px 5px;}
    .trust-txt ul li {gap: 20px;padding-bottom: 30px;padding-bottom: 10px;}
    .trust-txt ul li h5{font-size: 18px;}
    .trust-txt-2 {padding: 20px 20px;margin: 0 0 0px auto;margin-top: -33px;}
    .trust-txt-2 h2 {font-size: 50px;line-height: 50px;}
    .trust-img img{    height: auto;}
    section.trusted-builders p {font-size: 12px;}
    .footer-top {padding: 40px 0;}
    .newsletter-heading h2 {font-size: 50px;}
    .search-wrapper {width: 100%;}
    .input-container button{    padding: 12px 10px;font-size: 12px;}
    .email-contact {padding: 30px 20px 30px 0px;}
    .contact-item h5{margin-bottom: 10px;}
    .footer-contact {padding: 30px 20px 30px 0px;}
    .footer-cta {padding: 0px 20px 30px 0;text-align: left;}
    .footer-cta h2 {    margin-bottom: 0px;}
    .copy-txt p {margin: 0 0 0 0;}
    .footer-btm {    padding: 20px 0;}
    section.inner-banner{    padding: 80px 0px;}
    section.inner-banner h2 {font-size: 60px;}
    .wpb_wrapper h2 {font-size: 60px;line-height: 65px;}
    .wpb_wrapper p {font-size: 12px;}
    .vc_toggle h4 {font-size: 20px;}
    .gform_wrapper.gravity-theme .gfield textarea.medium {height: 120px !important;}

}

@media only screen and (min-width: 520px) and (max-width: 767px){
    
    
    
    .cont-info ul {justify-content: center;}
    .menuSec.wow.fadeInRight {display: none;}
    header a.btn-1{ font-size: 12px; margin: 0 auto;}    
    header a.btn-1 img {width: 30%;}
    .cont-info ul li a span {font-size: 12px;}
    .cont-info ul li {    gap: 10px;}
    .banner-txt{height: auto;width: 100%;}
    .banner-txt h1 {font-size: 55px;line-height: 55px;}
    .banner-social-icon{display:none;}
    .banner-txt h5 {font-size: 10px;width: 90%;margin-bottom: 20px;padding: 8px;}
    a.btn-1 {gap: 15px; font-size: 12px;}
    a.btn-1 img {width: 55px;height: 55px;}
    section.about {padding: 30px 0;}
    .abt-txt {height: auto;width: 100% !important;margin: 0 !important;padding-top: 50px;}
    .abt-txt h3 {font-size: 55px;}
    section.service {padding: 40px 0px;}
    section.service h3 {font-size: 55px;}
    section.service p {width: 100%;}
    .ser-bot-txt h3 {position: unset;margin: 0 0 20px 0;}
    .ser-img img {width: 100%;height: auto;margin: 20px 0 0 0;}
    .ser-bot-txt.tw h3 {position: unset !important;}
    .ser-bot-txt.tw.wow.fadeInLeft {margin: 50px 0 0 0;}
    section.happy-client {padding-bottom: 0;}
    .happy-client-top h2 {font-size: 55px;}
    .happy-client-top p {width: 100%;}
    section.trusted-builders {padding: 40px 0;}
    .trusted-builders-img img {height: auto;         margin: 0 0 20px 0;}
    .trust-txt h2 {font-size: 44px;line-height: 50px;}
    .trust-txt h5 {font-size: 12px;}
    .trust-txt ul li {gap: 20px;padding-bottom: 15px;}
    .trust-txt-2 {padding: 10px 0px;margin: 0 0px 0px auto;margin-top: 0;}
    .trust-txt-2 h2 {font-size: 44px;line-height: 55px;}
    .trust-img img {height: auto;}
    .footer-top {padding: 20px 0;}
    .newsletter-heading h2 {font-size: 44px;}
    .search-wrapper {width: 100%;}
    .input-container button{padding: 10px 20px;font-size: 12px;}
    .email-contact {padding: 15px 10px;    border-right: 0;}
    .contact-item h5 {margin-bottom: 10px;}
    .footer-contact {padding: 15px 10px;    border-right: 0;}
    .footer-cta {padding: 10px 10px;text-align: justify;}
    .footer-cta h2 {margin-bottom: 0;font-size: 26px;}
    .copy-txt p {margin: 0;}
     .footer-btm {padding: 20px 0;}
     section.inner-banner {    padding: 60px 0px;}
    section.inner-banner h2 {font-size: 55px;}
    .wpb_wrapper h2{    font-size: 44px;line-height: 55px;}   
    .vc_row.vc_row-flex {margin-top: 0px !important;}
    .topSec .col-md-6.col-sm-6.col-xs-12.text-center {margin: 20px 0;}
    .social-icon-01 {    padding: 20px 0px 20px 30px;}
    .vc_toggle h4 {font-size: 16px;}
    .gform_wrapper {    padding: 10px 5px;}
    .cont000 .cont-info {width: 100% !important;}
    
    
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    
    .menuSec.wow.fadeInRight {display: none;}
    header a.btn-1{ font-size: 12px; margin: 0 auto;}    
    header a.btn-1 img {width: 30%;}
    .cont-info ul li a span {font-size: 10px;}
    .cont-info ul li {    gap: 10px;}
    .banner-txt{height: auto;width: 100%;}
    .banner-txt h1 {font-size: 55px;line-height: 55px;}
    .banner-social-icon{display:none;}
    .banner-txt h5 {font-size: 10px;width: 90%;margin-bottom: 20px;padding: 8px;}
    a.btn-1 {gap: 15px; font-size: 12px;}
    a.btn-1 img {width: 55px;height: 55px;}
    section.about {padding: 30px 0;}
    .abt-txt {height: auto;width: 100% !important;margin: 0 !important;padding-top: 50px;}
    .abt-txt h3 {font-size: 55px;}
    section.service {padding: 40px 0px;}
    section.service h3 {font-size: 55px;}
    section.service p {width: 100%;}
    .ser-bot-txt h3 {position: unset;margin: 0 0 20px 0;}
    .ser-img img {width: 100%;height: auto;margin: 20px 0 0 0;}
    .ser-bot-txt.tw h3 {position: unset !important;}
    .ser-bot-txt.tw.wow.fadeInLeft {margin: 50px 0 0 0;}
    section.happy-client {padding-bottom: 0;}
    .happy-client-top h2 {font-size: 55px;}
    .happy-client-top p {width: 100%;}
    section.trusted-builders {padding: 40px 0;}
    .trusted-builders-img img {height: auto;         margin: 0 0 20px 0;}
    .trust-txt h2 {font-size: 44px;line-height: 50px;}
    .trust-txt h5 {font-size: 12px;}
    .trust-txt ul li {gap: 20px;padding-bottom: 15px;}
    .trust-txt-2 {padding: 10px 0px;margin: 0 0px 0px auto;margin-top: 0;}
    .trust-txt-2 h2 {font-size: 44px;line-height: 55px;}
    .trust-img img {height: auto;}
    .footer-top {padding: 20px 0;}
    .newsletter-heading h2 {font-size: 44px;}
    .search-wrapper {width: 100%;}
    .input-container button{padding: 10px 20px;font-size: 12px;}
    .email-contact {padding: 15px 10px;    border-right: 0;}
    .contact-item h5 {margin-bottom: 10px;}
    .footer-contact {padding: 15px 10px;    border-right: 0;}
    .footer-cta {padding: 10px 10px;text-align: justify;}
    .footer-cta h2 {margin-bottom: 0;font-size: 26px;}
    .copy-txt p {margin: 0;}
     .footer-btm {padding: 20px 0;}
     section.inner-banner {    padding: 60px 0px;}
    section.inner-banner h2 {font-size: 55px;}
    .wpb_wrapper h2{    font-size: 44px;line-height: 55px;}   
    .vc_row.vc_row-flex {margin-top: 0px !important;}
    .topSec .col-md-6.col-sm-6.col-xs-12.text-center {margin: 20px 0;}
    .social-icon-01 {    padding: 20px 0px 20px 30px;}
    .vc_toggle h4 {font-size: 16px;}
    .gform_wrapper {    padding: 10px 5px;}

}
