@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
body{  
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #71756F;
}
.banner-sec h1{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 84px;
    line-height: 94px;
    text-align: center;
    color: #FFFFFF;
}
h2{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}
h3{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #FFFFFF;
}
h4{
 font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
color: #121010;   
}
h5{
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 35px;
color: #121010;
}
h6{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
/*h2::after {
    content: "";
    width: 35px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background:#d5f873;
}*/
.head-cent{
    position: relative;
    text-align: center;
}
.head-cent::after{
    content: "";
    width: 35px;
    height: 5px;
    position: absolute;
    left: 48%;
    bottom: 0;
    background: #C3E85D;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
button:focus{
    outline: none;
}
input:focus-visible{
    border: none;
    outline: none;
}
.Contact-btn a{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 17px 50px;
    background: #2B802B;
    border-radius: 5px;
    border: 1px solid #2B802B;
    transition: 0.4s ease-out;
        display: inline-block;
}
.Contact-btn a:hover{
    background: transparent;
    color: #2B802B;
}

/*header css start here*/
.top-nav {
    background: #121010;
    padding: 20px 0;
}
.top-nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-nav-links .contact-links a {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.top-nav-links .contact-links a:hover{
    color: #2B802B;
}
.top-nav-links .contact-links a span {
    color: #2B802B;
}
ul.navbar-nav li a {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #121010!important;
    padding: 10px 15px!important;
}
ul.navbar-nav li a:hover{
    color: #2B802B!important;
}
.Contact-btn{
    margin-left: 40px;
}
/*banner sec start here*/
.banner-sec{
    background-image: url(../images/ban-bg.png);
    padding:200px 0;
    position: relative;
    z-index: 2;
}
.banner-sec:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 40%;
    left: 0;
    top:0;
    z-index: -1;
}
.banner-sec h5{
    color: #fff;
}

/*sumbit section start here*/

.sumbit-sec{
    padding-bottom: 80px;
}
.sumbit-form .input-container {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    text-align: left;
    display: flex;
}
.sumbit-form .input-container input.input-field {
    border: none;
    padding-left: 10px;
        overflow: hidden;
}
.sumbit-form .input-container i {
    background: #2B802B;
    border-radius: 5px;
    color: #fff;
    padding: 15px;
}
form.sumbit-form {
    background: #FFFFFF;
    box-shadow: 0px 24px 34px rgba(43, 128, 43, 0.12);
    border-radius: 25px;
    padding: 40px 50px;
}
.sumbit-sec-content {
    margin-top: -130px;
    position: relative;
    z-index: 99;
}
form.sumbit-form h4{
    margin-bottom: 20px;
}
.Submit-btn {
    margin-top: 50px;
}
.Submit-btn a {
    background: #2B802B;
    border-radius: 5px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 18px 37px;
    border: 1px solid #2B802B;
    transition: 0.4s ease-out;
        display: inline-block;
}
.Submit-btn a:hover{
    background: transparent;
    color: #2B802B;
}
.offer-prop-escrow{
    margin-top: 130px;
}
.offer-prop-escrow .figure-img-text {
    padding: 0 15px;
}

/*advertisemnet-sec*/
.advertisemnet-sec{
    padding:60px 0;
    background: #F2F2F2;
}
.advertisemnet-sec-content h5{
    color: #71756F;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
.advertisemnet-sec .advertisemnet-sec-content .col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
}
.advertisemnet-sec .advertisemnet-sec-content .advertisemnet-img {
    text-align: -webkit-left;
    padding: 30px 0;
}

/*cash-offer-sec start here*/
.cash-offer-sec{
    background: #2B802B;
    padding:70px 0 150px 0;
}
.cash-offer-sec h2{
    margin-bottom: 15px;
}
.cash-offer-sec h5{
    color: #fff;
    font-weight:400;
}




section.honesty-sec{
    padding:55px 0 100px 0;
}
.honest-value {
    margin-bottom: 30px;
    padding-left: 30px;
}

.honest-value h6, .honest-value p {
    position: relative;
    text-align: left;
}
.honesty-left-sc h4{
    text-align: left;
    margin-bottom: 30px;
}
.honest-value h6:after {
    position: absolute;
    content: "\f058";
    font-family: 'FontAwesome';
    left: -30px;
    color: #2B802B;
}
.honesty-rgt-txt h3{
    color: #121212;
    margin-bottom: 12px;
    text-align: left;
}
.honesty-rgt-txt p{
    text-align: left;
}
.honesty-rgt-txt .honesty-rgt-ul{
    margin-top: 40px
}
.honesty-rgt-txt .honesty-rgt-ul h6{
    color: #2B802B;
    margin-bottom: 20px;
}
.honesty-rgt-txt .honesty-rgt-ul ul li{
    position: relative;
    padding-left: 50px;
    text-align: left;
    padding-bottom: 25px;
}
.honesty-rgt-txt .honesty-rgt-ul ul li:after{
    content: "";
    position: absolute;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left top;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.honesty-left-sc {
    display: flex;
    flex-direction: column;
    margin-top: -170px;
}
.honesty-left-sc .honest-img{
    margin-bottom: 50px;
}


/*want-offer-sec start here*/
section.want-offer-sec {
    padding: 70px 0;
    background-image: url(../images/want-bg-1.png);
    position: relative;
    z-index: 2;
}
section.want-offer-sec:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 90%;
    left: 0;
    top:0;
    z-index: -1;
}
section.want-offer-sec .want-offer-content {
    max-width: 853px;
    width: 100%;
    margin: auto;
}
section.want-offer-sec .want-offer-content .Contact-btn {
    margin-left: 0;
    margin-top: 50px;
}
section.want-offer-sec .want-offer-content p {
    color: #fff;
}


/*howit-work-sec start here*/
.howit-work-sec{
    padding-top: 130px;
    background-image: url(../images/bg-line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.howit-work-content h3{
    color: #121010!important;
    margin-bottom: 50px;
}
.howit-work-sec .figure-img {
    background: #2B802B;
    padding: 30px;
    border-radius: 50%;
    width: 103px;
    height: 103px;
    margin: auto;
        display: flex;
    align-items: center;
    justify-content: center;
}
.howit-work-sec .figure-img-text {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    height: 100%;
    padding: 40px 30px;
}

.howit-work-sec .figure-img-text figcaption h5 {
    margin: 20px 0 10px 0;
    display: flex;
    flex-direction: column;
    min-height: 70px;
    height: 100%;
}
.want-offer-sec.gyco:after{
    background: #2B802B;
}
section.want-offer-sec.gyco h4 {
    color: #FFF;
}
section.want-offer-sec.gyco .Contact-btn a {
    background: #fff;
    color: #2B802B;
    border: 1px solid #fff;
    transition: 0.4s ease-out;
}
section.want-offer-sec.gyco .Contact-btn a:hover{
    background: transparent;
    color: #fff;
}
section.want-offer-sec.gyco .want-offer-content {
    max-width: 100%;
}

/*test sec start here*/
.testimonial-sec{
    padding: 130px 0 250px 0;
    background-image: url(../images/test-bg.png);
}
section.testimonial-sec h2 {
    color: #121212;
    margin-bottom: 50px;
}
section.testimonial-sec .test-about p {
    position: relative;
}
section.testimonial-sec .test-about p:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -40px;
    top: -50px;
    background-image: url(../images/qu1.png);
    background-position: left top;
    background-repeat: no-repeat;
}
section.testimonial-sec .test-about p:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -40px;
    bottom: -30px;
    background-image: url(../images/qu2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
section.testimonial-sec .test-about .test-about-name{
    margin-top: 50px;
    text-align: -webkit-center;
}
section.testimonial-sec .test-about {
    /* padding: 20px 50px; */
    max-width: 930px;
    margin: auto;
}
section.testimonial-sec .test-about h5 {
    color: #2B802B;
}
section.sumbit-sec.btm-sbmt h2 {
    color: #121212;
    margin-bottom: 35px;
}
section.testimonial-sec button.slick-arrow {
    background: #DEE6E0;
    border: none;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
}
section.testimonial-sec button.slick-arrow i {
    color: #2B802B;
    font-size: 22px;
}
section.testimonial-sec button.slick-prev.pull-left.slick-arrow {
    left: 0;
    z-index: 99;
}
section.testimonial-sec button.slick-next.pull-right.slick-arrow {
    right: 0;
    z-index: 99;
}
.slick-arrow:hover{
    background: #2B802B!important;
}
.slick-arrow:hover i,
.slick-arrow:hover ~ i  {
    color: #fff!important;
}
/*section.testimonial-sec button.slick-next.pull-right.slick-arrow i {
   color: #fff;
}*/


/*footer start here*/

footer.site-ftr {
    background: #121212;
    padding-top: 120px;
}
footer.site-ftr .social-links {
    max-width: 230px;
    text-align: left;
    color: #FFFFFF;
}
footer.site-ftr .social-links .footer-logo {
    width: 100%;
    margin-bottom: 20px;
}
.site-ftr h5{
    color: #2B802B;
    text-align: left;
    margin-bottom: 20px;
}
footer.site-ftr ul {
    text-align: left;
    padding: 0;
}
footer.site-ftr ul li a{
    color: #fff;
}
footer.site-ftr ul li a:hover{
    color: #2B802B;
}
.footer-links .social-link-logo {
    display: flex;
}
.footer-links .social-link-logo a {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.footer-links .social-link-logo a i {
    color: #2B802B;
    font-size: 22px;
}
footer.site-ftr ul li {
    margin-bottom: 10px;
}
.copy-rights {
    border-top: 1px solid;
    margin-top: 60px;
}
.copy-rights p {
    padding: 35px 0;
    color: #fff;
}

/*inner pages start here*/

/*property-submission satrt here*/

/*inner-banner-sec start here*/
.inner-banner-sec{
    padding: 120px 0;
    background-image: url(../images/inner-bg.png);
    background-position: center;
    background-size: cover;
}
.inner-banner-sec h1{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
}
.inner-banner-sec ul.breadcrumb {
    background: none;
    justify-content: center;
}
.inner-banner-sec ul.breadcrumb li {
    color: #FFFFFF;
    margin-right: 10px;
}
.inner-banner-sec ul.breadcrumb li a {
    color: #fff;
}

