@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 {
    word-break: break-word;
    font: 15px / 25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'saudagar';
    src: url(../fonts/saudagar.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.pb-10 {
    padding-bottom: 100px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-10 {
    padding-top: 100px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: 'saudagar';
    font-size: 75px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'saudagar';
    font-size: 80px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'saudagar';
    font-size: 35px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h4 {
    font-family: 'saudagar';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'saudagar';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'saudagar';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #646262;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.add-padding {
    padding: 0 4%;
}

.menuSection {
    background: #000;
    padding: 18px 0;
}

.top-bar-logo {
    text-align: center;
}

.topSec {
    padding: 20px 0;
}

.top-bar-social-link ul li a {
    border: 1px solid #d4d1d0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    background: #000;
    transition: 0.5s;
}

.top-bar-phone-email ul li a {
    color: #555555;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.top-bar-phone-email ul li span {
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #f3edec;
    font-size: 15px;
}

.top-bar-phone-email ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-social-link ul li a:hover {
    background: #fff;
    color: #000;
    transition: 0.5s;
    transform: rotate(360deg);
}

.top-bar-logo a img {
    width: 183px;
    height: 88px;
    object-fit: contain;
}


.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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;
    color: #ffffff;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.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;
}

.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 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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.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;
}

.top-bar-social-link ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Header Ends */


/* Banner Start */

.theme-btn-1 span img {
    width: 25px;
    height: 15px;
    object-fit: contain;
    margin-left: 15px;
}

.theme-btn-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(.4, 0, .2, 1);
}


.theme-btn-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.6),
            transparent);
    transition: all 0.8s ease;
}


.theme-btn-1 span img {
    width: 18px;
    transition: transform 0.5s ease;
}


.theme-btn-1:hover {
    background: #0b0b0b;
    transform: translateY(-4px) scale(1.03);
}

.theme-btn-1:hover::before {
    left: 120%;
}

.theme-btn-1:hover::after {
    opacity: 1;
}

.theme-btn-1:hover span img {
    transform: translateX(10px) rotate(-5deg);
    filter: brightness(0) invert(1);
}

.menuSec li.active a {
    text-decoration: underline !important;
}

.theme-btn-1 {
    background: #000;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 13px 20px;
    font-size: 16px;
    color: #ffffff !important;
    text-transform: capitalize;
}

.main-banner-sec {
    padding: 35px 0;
}

.main-banner-heading h1 span {
    display: block;
}

.main-banner-heading p {
    margin-bottom: 20px;
}

.main-banner-images-row {
    margin-top: 20px;
}

.main-banner-images-row img {
    width: 100%;
    height: 646px;
    object-fit: cover;
}

/* Banner Ends */


/*About Us Start*/

.about-us-images img {
    width: 100%;
    height: 871px;
    object-fit: cover;
}

.about-us-text {
    text-align: end;
}

.about-us-text h3 {
    font-size: 62px;
}

.about-us-text h2 span {
    display: block;
}

.about-us-paragraph {
    background: #000;
    padding: 25px 25px 55px;
    margin-left: -120px;
    text-align: left;
    position: relative;
    z-index: 9;
    margin-top: 20px;
}

.about-us-text a {
    background: #333333;
    margin-top: 20px;
}

.about-us-paragraph h3 {
    color: #ffffff !important;
    font-size: 35px;
    text-decoration: underline;
    margin: 20px 0;
}

.about-us-paragraph p {
    color: #c2bebd;
}

/*About Us Ends*/


/*Find the Home That Fits Your Life Start*/


.home-that-fits-your-life-heading {
    text-align: center;
}

.home-that-fits-your-life-sec {
    position: relative;
}

.home-that-fits-your-life-sec:before {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 573px;
    z-index: -1;
    top: 0;
}

.home-that-fits-your-life-heading h2 {
    color: #ffffff;
    line-height: 1.1;
}

.home-that-fits-your-life-heading p {
    color: #999999;
    width: 65%;
    margin: 0 auto;
}

.home-your-life-silder-items-text h2 {
    font-size: 30px;
    color: #2f2f2f;
    font-weight: 600;
    margin-bottom: 12px;
}

.home--your-life-silder-items .slick-active {
    opacity: 1.5;
}

.home--your-life-silder-items {
    margin-top: 45px;
}

.home-your-life-silder-items-text {
    text-align: center;
    background: #f9f8f8;
    padding: 25px 0;
}

.home--your-life-silder-items .slick-slide {
    margin: 0px 15px;
}

.home-your-life-silder-items-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.home--your-life-silder-items a.loction {
    font-size: 14px;
    color: #6a6969;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.home--your-life-silder-items ul.points {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 14px 30px;
}

.home--your-life-silder-items ul.points li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.home--your-life-silder-items ul.points li a i {
    font-size: 18px;
}

.home--your-life-silder-items a.loction i {
    color: #000;
    font-size: 16px;
}

.home--your-life-silder-items ul.button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.home--your-life-silder-items a.number {
    font-size: 25px;
    color: #2f2f2f;
    font-weight: 600;
    font-family: 'saudagar';
}

.home-your-life-silder .slick-active {
    opacity: 1.5;
}

/*Find the Home That Fits Your Life Ends*/

/*Easy Financing Options Start*/

.easy-financing-options-heading {
    text-align: center;
}

.easy-financing-options-heading h2 {
    margin-bottom: 15px;
}

.easy-financing-options-heading p {
    width: 58%;
    margin: 0 auto;
    color: #666666;
}

.easy-financing-options-box span {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto;
    border: 8px solid #000;
}

.easy-financing-options-silder .slick-active {
    opacity: 1.5;
}

.easy-financing-options-box h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 8px;
}

.easy-financing-options-box:before {
    content: "";
    position: absolute;
    background: #f3f3f8;
    width: 100%;
    height: 80%;
    left: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
}

.easy-financing-options-box span img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.easy-financing-options-box p {
    margin-bottom: 0;
    color: #555555;
    font-weight: 500;
}

.easy-financing-options-box {
    text-align: center;
    padding: 0 28px 30px;
    position: relative;
    margin-top: 35px;
    height: 285px;
}

.easy-financing-options-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.easy-financing-options-silder .slick-slide.slick-current.slick-center .easy-financing-options-box:before {
    background: #000;
}

.easy-financing-options-silder .slick-slide.slick-current.slick-center .easy-financing-options-box * {
    color: #fff;
}

.easy-financing-options-silder .slick-slide.slick-current.slick-center .easy-financing-options-box span {
    border: 8px solid #fff;
    width: 120px;
    height: 120px;
}

/*Easy Financing Options Ends */


/*What Clients Say Start */

section.contact-sec {
    position: relative;
    padding: 80px 0 50px 0;
}


section.contact-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #000;
}

section.contact-sec::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    width: 70%;
    z-index: 0;
    background-color: #fff;
}

section.contact-sec .container-fluid.add-padding {
    position: relative;
    z-index: 999;
}

.contact-heading {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0px;
    padding: 0 0 80px 0;
}

.contact-heading p {
    width: 95%;
    color: #ffffff;
}

.contact-heading-title h2 span {
    display: block;
}

.contact-heading h2 {
    color: #fff;
    text-transform: capitalize;
}

.contact-form-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    padding: 38px 30px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #00000026;
}

.contact-form-heading {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0px;
}

.contact-form-heading h2 {
    line-height: 1;
}

.contact-form-heading p {
    color: #555556;
    font-weight: 600;
    margin-bottom: 0;
}


.contact-form-input-main {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
}

.contact-form-input-main input,
.contact-form-select-main select,
.contact-form-input-main textarea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
    height: 50px;
    padding: 0 15px;
    background-color: #0000;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    line-height: 1;
    font-family: "Montserrat";
    color: #7b7b7b;
    transition: ease-in;
    transition-duration: 0.5s;
    font-weight: 600;
}

.contact-form-select-main select {
    cursor: pointer;
}

.contact-form-input-main textarea {
    height: 180px;
    resize: none;
    padding: 20px 15px;
}

.contact-form button {
    border: none;
    font-size: 14px;
}

.contact-form-input-main input::placeholder,
.contact-form-input-main textarea::placeholder {
    font-size: 12px;
    line-height: 1;
    font-family: "Montserrat";
    color: #7b7b7b;
    font-weight: 600;
    transition: ease-in;
    transition-duration: 0.5s;
}

.contact-form-input-main input:hover,
.contact-form-select-main select:hover,
.contact-form-input-main textarea:hover {
    box-shadow: 0 0 20px 0 #00000026;
    transition: ease-out;
    transition-duration: 0.5s;
}

.contact-form-input-main input:focus,
.contact-form-select-main select:focus,
.contact-form-input-main textarea:focus {
    color: #fff;
    background-color: #0186e9;
    transition: ease-in;
    transition-duration: 0.5s;
}

.contact-form-input-main input:focus::placeholder,
.contact-form-select-main select:focus::placeholder,
.contact-form-input-main textarea:focus::placeholder {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.testi_slider .slick-slide {
    margin: 0px 10px;
}

.testi_slider .slick-active {
    opacity: 1;
}

.testi-card-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    /* gap: 20px; */
    outline: none;
}

.testi-card-top-quote img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(14%) hue-rotate(273deg) brightness(104%) contrast(104%);
    width: 38px;
    height: 25px;
    object-fit: contain;
}

.testi-card-main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    padding: 30px 35px;
    /* background-color: #fff; */
    border-radius: 5px;
    overflow: hidden;
    height: 285px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.testi-card-main:hover {
    transition: ease-out;
    transition-duration: 0.5s;
}

.testi-card-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/testi-card-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: 0.5s;
}

.testi-card-main:hover::before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(14%) hue-rotate(273deg) brightness(104%) contrast(104%);
    transition: 0.5s;
}

.testi-card-bottom-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-card-main:hover .testi-card-top-quote img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(33deg) brightness(102%) contrast(109%);
}

.testi-card-txt-main {
    position: relative;
}

.testi-card-quote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testi-card-quote img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.testi-card-user-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
}

.testi-card-user-txt h4 {
    font-size: 22px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.testi-card-main:hover .testi-card-user-txt h4 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.testi-card-user-txt h5 {
    font-family: "Montserrat";
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    transition: ease-in;
    transition-duration: 0.5s;
}

.testi-card-main:hover .testi-card-user-txt h5 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.testi-card-txt {
    position: relative;
    z-index: 9;
}

.testi-card-txt p {
    transition: ease-in;
    transition-duration: 0.5s;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 0;
}

.testi-card-main:hover .testi-card-txt p {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.testi-card-user-main {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    position: relative;
}


.testi-card-main:hover .testi-card-user-main::before {
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.testi-card-star ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 2px;
}

.testi-card-star ul li a i {
    color: #f39f1e;
    font-size: 14px;
}
.testi-card-bottom-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: -12px 0 0 30px;
}

.testi-card-bottom-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 100px;
    overflow: hidden;
}

.testi-card-bottom-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
}

.testi-card-bottom-txt h5 {
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'saudagar';
}

.testi-card-bottom-txt h6 {
    font-size: 12px;
    line-height: 1;
    font-family: "Montserrat";
    color: #000000a6;
    text-transform: capitalize;
    font-weight: 500;
}

/*What Clients Say Ends*/

/*Why Buy From BGF Homes Start*/

.why-buy-form-bgf-text h2 {
    line-height: 1;
}

.why-buy-form-bgf-images img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.why-buy-form-bgf-text p {
    color: #666666;
}

.why-buy-form-bgf-text ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-weight: 500;
}

.why-buy-form-bgf-text ul {
    line-height: 45px;
    margin-bottom: 20px;
}


/*Why Buy From BGF Homes Ends */


/* Footer  Starts */


.footer-main {
    background-color: #000000;
    padding-top: 60px;
    padding-bottom: 40px;
}


.footer-news-box {
    background-color: #0186e9;
    padding: 30px 60px;
}

.footer-news-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-news-txt-main {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.footer-news-input-main {
    width: 50%;
}

.footer-news-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
}

.footer-news-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.footer-news-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
}

.footer-news-txt h3 {
    font-size: 55px;
    line-height: 1;
    color: #fff;
    letter-spacing: 6px;
}

.footer-news-txt p {
    color: #fff;
    opacity: 1;
}

.footer-news-input-main form {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 50px;
}

.footer-news-input {
    width: 100%;
    height: 100%;
}

.footer-news-input input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-family: "Montserrat";
    border: 1px solid #0000;
}

.footer-news-input input::placeholder {
    color: #a39f9f;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    font-family: "Montserrat";
    border: 1px solid #0000;
}

.footer-news-btn {
    width: 50%;
}


.footer-link-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    width: 100%;
}

.footer-heading {
    position: relative;
    width: 70%;
    padding: 0 0 18px 0;
}


.footer-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #383838;
}

.footer-heading h5 {
    position: relative;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}

.footer-link-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 100%;
}

.footer-link-main {
    width: 100%;
}

.footer-link-main ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 100%;
}

.footer-link-ex ul {
    column-count: 2;
    display: block;
}

.footer-link-ex ul li {
    margin: 0 0 25px 0;
}

.footer-link-main ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footer-link-ex ul li a {
    justify-content: start;
    transition: ease-in;
    transition-duration: 0.5s;
}

.footer-link-main ul li img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.footer-link-main ul li p {
    color: #707070;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
    margin-bottom: 0;
}

.footer-link-main.footer-link-ex.chg ul li {
    margin: 0 0 15px 0;
}

.footer-link-main ul li a:hover p {
    opacity: 1;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.footer-socials ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    overflow: hidden;
    background-color: #1f1e1e;
    transition: ease-in;
    transition-duration: 0.5s;
}

.footer-socials ul li a:hover {
    transition: ease-out;
    transition-duration: 0.5s;
    transform: rotate(360deg);
}

.footer-socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 15px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.footer-link-main.footer-link-ex.chg ul {
    column-count: 1;
}

.footer-socials ul li a:hover i {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-copy-main {
    border-top: 1px solid #303030;
    padding: 20px 0px;
    position: relative;
    background: #000;
}

.footer-copy-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copy-txt p {
    color: #707070;
    opacity: 1;
    margin-bottom: 0;
}

.footer-copy-txt p a {
    position: relative;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.footer-copy-txt p a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    width: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-copy-txt p a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-top {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f1e1e;
}

.footer-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.footer-top a i {
    color: #fff;
    font-size: 16px;
}

.footer-logo a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 109px;
    width: 100%;
    object-fit: cover;
}

.footer-link-wrap.chg-2 {
    margin-left: 40px;
}

.footer-link-wrap.chg-1 {
    margin-left: 20px;
}

/* Footer Ends */


/*Inner Home Listing Start*/


. .inner-home-listing-number-row {
    margin-top: 50px;
}

.inner-home-listing-number-row .button {
    background: #c9c3c3;
    color: #000;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.inner-home-listing-number-row .number {
    color: #555555;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 15px;
}


.inner-home-listing-number-row .number.active {
    background: #000;
    color: #fff;
}


/*Inner Home Listing Ends*/


/*Inner Financing Start*/


.inner-financing-images img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 5px;
}

.inner-financing-box-number {
    position: absolute;
}


.inner-financing-box {
    position: relative;
}

.inner-financing-box-number {
    position: absolute;
    bottom: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 90px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.inner-financing-box-number h2 {
    color: #fff;
    font-size: 50px;
}

.inner-financing-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.inner-financing-text {
    box-shadow: 0 0 10px 0 #00000029;
    padding: 30px 30px;
    border-radius: 8px;
    width: 140%;
    margin-left: 100px;
    margin-top: -180px;
    position: relative;
    background: #fff;
}

.row.chg {
    justify-content: end;
}

.row.chg .inner-financing-text {
    width: 140%;
    margin-left: -440px;
}

.row.chg .inner-financing-box-number {
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 98px;
}


/*Inner Financing Ends */


/*Inner About Us Start*/


.inner-banner-sec {
    margin: 25px 50px;
    background-image: url(../images/inner-banner-back.jpg);
    width: 94%;
    height: 653px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.inner-banner-heading h2 {
    color: #fff;
    line-height: 1px;
}

.inner-about-us-text h3 {
    font-size: 62px;
}

.inner-about-us-our-mission h3 {
    font-size: 40px;
    text-decoration: underline;
    margin-bottom: 10px;
}


.inner-our-team-sec {
    background: #000;
    padding: 80px 0;
}


.inner-our-team-heading h2 {
    color: #ffffff;
    line-height: 1;
}

.inner-our-team-heading p {
    color: #858585;
}

.inner-our-team-heading {
    text-align: center;
}

.inner-our-team-heading p {
    width: 65%;
    margin: 0 auto;
}

.inner-our-team-text h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 18px 0;
}

.inner-our-team-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.inner-our-team-text ul li a {
    background: #272525;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #5a5a5a;
    font-size: 20px;
    color: #fff;
    transition: 0.5s;
}

.inner-our-team-text ul li a:hover {
    background: #fff;
    transition: 0.58s;
    color: #000;
}


.inner-our-team-images img {
    width: 100%;
    height: 495px;
    object-fit: cover;
}


.inner-our-team-box {
    margin-top: 50px;
}

.inner-what-clients-say-heading {
    text-align: center;
}

.inner-what-clients-say-heading h2 span {
    display: block;
}

.inner-what-clients-say-heading p {
    width: 55%;
    margin: 0 auto;
}

.inner-what-clients-say-silder .slick-active {
    opacity: 1.5;
}

.inner-what-clients-say-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.inner-what-clients-say-silder .testi-card-box {
    margin-top: 25px;
}

.inner-what-clients-say-silder .testi-card-main {
    padding: 25px 25px;
    overflow: hidden;
    height: 256px;
}

.inner-home-listing-number-row ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/*Inner About Us Ends*/


/*Inner Contact Us Start*/

.contact_detail_box figure img {
    margin: auto;
    height: 60px;
    width: 60px;
    object-fit: contain;
}

section.contact_form input::placeholder {
    font-family: "Montserrat", sans-serif;
}


section.contact_form textarea::placeholder {
    font-family: "Montserrat", sans-serif;
}


.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.contact_detail_box {
    padding: 40px 40px;
    transition: 0.5s;
    background: #1b1919;
    height: 262px;
}

.contact_form {
    padding-bottom: 80px;
    position: relative;
}

.contact_form label {
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 500;
}

.contact_page {
    padding: 70px 0;
    position: relative;
}

.contact_form input {
    height: 55px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0px;
    padding: 0 15px;
    border: 1px solid #cacaca;
    font-family: "Montserrat", sans-serif;
    color: #000;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #cacaca;
    padding: 25px 25px;
    resize: none;
    color: #000;
}



.section_head {
    margin-bottom: 40px;
}

.section_head p {
    width: 70%;
    margin: 0 auto;
}

.section_head h3 {
    color: #000;
    margin-bottom: 5px;
    line-height: 75px;
    font-weight: 500;
    font-size: 70px;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

section.contact_page.chg2 {
    padding-bottom: 50px;
}

.contact_page h4 {
    font-size: 30px;
    letter-spacing: 0;
    margin: 20px 0 5px;
    color: #fff;
}

.section_head.chg h3 {
    color: #0883ec;
}

.contact-us.btn_wrap {
    text-align: center;
}

.contact-us.btn_wrap button {
    margin: 0 auto;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
}


.contact-us.btn_wrap button {
    border: none !important;
}


/*Inner Contact Us End */


/* Listing Detail Start */

.listing-detail-sec .proddet {
    padding: 120px 0;
}

.listing-detail-sec .proddet_main img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.listing-detail-sec .slider-nav img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.listing-detail-sec .proddet_right h2 {
    margin-bottom: 20px;
    font-size: 55px;
}



.listing-detail-sec .slider-nav .slick-slide {
    margin: 0px 10px;
    opacity: 1;
}

.listing-detail-sec .slider-for .slick-slide {
    margin: 0px 10px;
}

.listing-detail-sec .proddet_main {
    position: relative;
}

.listing-detail-sec .proddet_main a {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #000;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.listing-detail-sec .pr_box {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #40654f;
    margin-bottom: 18px;
    gap: 10px;
}

.listing-detail-sec .pr_box img {
    width: 33px;
    height: 30px;
    object-fit: contain;
}

.listing-detail-sec .proddet_right p {
    margin-bottom: 20px;
}

.listing-detail-sec .proddet_right>a {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.listing-detail-sec .proddet_right a i {
    font-size: 25px;
}

.listing-detail-sec .proddet_right h4 {
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 4px;
}

.listing-detail-sec .proddet_right>a i {
    color: #000000;
    margin-right: 5px;
    font-size: 17px;
}

.listing-detail-sec ul.pr_box1 li {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    font-family: "Montserrat", sans-serif;
    padding-left: 15px;
    position: relative;
    margin-top: 10px;
}

.listing-detail-sec ul.pr_box1 li::before {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #40654f;
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    z-index: 1;
}

.listing-detail-sec ul.pr_box2 li {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    line-height: 26px;
}

.listing-detail-sec ul.pr_box2 li::before {
    height: 15px;
    width: 15px;
    background: url(../images/check-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
}

.listing-detail-sec ul.pr_box_main {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 30px;
    align-items: flex-start;
}

.listing-detail-sec ul.pr_box2 {
    margin-top: 20px;
}

.listing-detail-sec .prd_btm {
    margin-top: 50px;
}

.listing-detail-sec .prd_btm p {
    margin-bottom: 20px;
}

.listing-detail-sec .prd_btm>ul {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}

.listing-detail-sec ul.prd_btm_inr li {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    color: #7f7f7f;
}

.listing-detail-sec ul.prd_btm_inr li::before {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #c7a95d;
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1;
}

.listing-detail-sec .detail_page_content {
    padding-top: 20px;
}

.listing-detail-sec .nav-tabs {
    border-bottom: unset;
    gap: 10px;
}

.listing-detail-sec .nav-tabs .nav-link {
    contain-intrinsic-block-size: auto 100px;
    margin-bottom: 0px;
    background: none;
    border: 1px solid #555555;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px 35px;
    font-family: 'saudagar';
    color: #7c7d80;
    font-size: 22px;
}


.listing-detail-sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #000;
    border-color: unset;
    border: 1px solid #000;
}

.listing-detail-sec .detail_page_content iframe {
    width: 100%;
    height: 410px;
    border: 2px solid #a4a098 !important;
}


.listing-detail-sec .dis-block {
    display: block;
}

.listing-detail-sec .listing-detail-input {
    background: #000;
    padding: 30px 30px;
    text-align: center;
    margin-left: 20px;
}

.listing-detail-sec .listing-detail-input h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}


.listing-detail-sec .listing-detail-input ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.listing-detail-sec .listing-detail-input ul li {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 14px 30px;
    font-family: 'saudagar';
    font-size: 22px;
}

.listing-detail-sec .listing-detail-input-box input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 10px;
    background: transparent;
    border: 2px solid #818182;
    border-radius: 1px;
    color: #fff;
}

.listing-detail-sec .listing-detail-input-box input::placeholder {
    color: #fff;
}

.listing-detail-sec .listing-detail-input-box textarea {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 10px;
    background: transparent;
    border: 2px solid #818182;
    border-radius: 1px;
    height: 140px;
    color: #fff;
}

.listing-detail-sec .listing-detail-input-box textarea::placeholder {
    color: #fff;
}

.listing-detail-sec .listing-detail-input-box button {
    width: 100%;
    margin-bottom: 18px;
    padding: 14px 10px;
    background: transparent;
    border: 2px solid #818182;
    border-radius: 1px;
    color: #fff;
}
.listing-detail-input ul li {
    cursor: pointer;
 
    list-style: none;
}

.listing-detail-input ul li.active {
    background-color: #777; /* active colour */
    color: #fff;
}
.detail_page_content-reviews-box {
   margin-top: 20px;
}

.review-item {
   padding: 15px;
   border: 1px solid #eee;
   border-radius: 8px;
   background: #fafafa;
}

.review-item p {
   margin-bottom: 0;
}
.detail_page_content-reviews-box h6 {
    font-weight: 600;
}
.main-banner-sec img {
    width: 100% !important;
}
/* Listing Detail Ends */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@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) {}


/*Media Query End*/