@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/* Global Styles */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::placeholder {
    color: #fff !important;
}


:root {
    --primary-heading: #AC8D61;
    --sub-heading: #AC8D61;
    --bg-color: #AC8D61;
    --bg-light: #D1C0A7;
    --btn-text: #AC8D61;
    --btn-border: #AC8D61;
    --gold: #AC8D61;
    --font--first: "Montserrat", sans-serif;
    --font-second: "Marcellus", serif;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #1e293b;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

/* header start */

.header {
    background-color: var(--bg-color);
}

.navbar {
    border-bottom: 1px solid #D1C0A7;
}

.navbar-brand img {
    height: 68px;
}


.navbar-nav .nav-link {
    color: #fff;
    font-family: var(--font-second);
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-nav .nav-link.active {
    color: #fff;
}

.navbar form .btn,
.hero-detail-btn .btn {
    color: var(--btn-text);
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    text-transform: uppercase;
    padding: 10px 80px;
    border-radius: 0;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
}

.navbar form .btn:hover {
    background-color: #ada9a9;
}

/* header end */

/* hero section start */

.hero {
    background-color: var(--bg-color);
}

.hero-detail {
    padding: 70px 0;
}

.hero .main-title {
    color: #fff;
    font-family: var(--font-second);
    font-size: 48px;
    font-weight: 400;
}

.hero .para {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--font-second);
    margin-top: 25px;
}

.hero-detail-btn {
    margin-top: 40px;
}

.hero-detail-form {
    margin: 60px 0;
}

.hero-detail-form button {
    color: #fff;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--font--first);
}

.hero-detail-form .form-control.me-2 {
    background-color: #D9D9D9;
    border-radius: 58px;
    margin-left: 10px;
}


.hero-side-img {
    height: 100vh;
}

.hero-side-img img {
    height: 100%;
}

/* hero section end */


/* business office img start */

.business-img {
    margin-top: -50px;
    padding-bottom: 42px;
}

/* business office img end */



/* partner section start */

.partner-content {
    background-image: url("../images/businessman.png");
    background-color: #ffffffe6;
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 1246px;
    height: 100%;
    padding: 100px 15px 70px;
}

.partner-content .team-content h2 {
    font-family: var(--font-second);
    font-size: 40px;
    font-weight: 400;
    max-width: 566px;
    margin-bottom: 36px;
}

.partner-content .team-content p {

    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 532px;
    margin-bottom: 36px;
}

.partner-content .team-content a {

    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #AC8D61;
}

.team-content-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-text h3 {
    font-family: var(--font--first);
    font-size: 40px;
    font-weight: 700;
    color: #AC8D61;
    margin-bottom: 0;
}

.team-text p {

    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 9px 0 0;
}

/* partner section end */


/* objective section & management section start */

.objective {
    padding: 60px 0;
}

.management {
    padding-bottom: 60px;
}

.objective-text h5,
.management-text h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3px;
    color: #AC8D61;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.objective-text h2,
.management-text h2 {
    font-family: var(--font-second);
    font-size: 40px;
    font-weight: 400;
    max-width: 486px;
    margin-bottom: 25px;
}

.management-text h2 {
    max-width: 613px;
}

.objective-text p,
.management-text p {
    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 486px;
    margin-bottom: 25px;
}

.objective-text a,
.management-text a {
    font-family: var(--font--first);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 10px 89px;
    color: #AC8D61;
    border: 1px solid var(--btn-border);
    border-radius: 0;
}

/* objective section & management section end */



/* feature section start  */

.feature {
    padding-bottom: 60px;
    position: relative;
    z-index: 10;
}

.feature-content .sub-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3px;
    color: #AC8D61;
    text-transform: uppercase;
}

.feature-content h2 {
    font-family: var(--font-second);
    font-size: 40px;
    font-weight: 400;
    max-width: 526px;
    margin: 0 auto;
    color: #33343D;
    padding-bottom: 30px;
}

.feature-listing {
    padding: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #0000004F;
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 398px;
    height: 100%;
}

.feature-listing.listing-img-1 {
    background-image: url("../images/paris.png");
}

.feature-listing.listing-img-2 {
    background-image: url("../images/uae.png");
}

.feature-listing.listing-img-3 {
    background-image: url("../images/usa.png");
}

.feature-listing .feature-top-text {
    justify-content: space-between;
    display: flex;
    color: #fff;
    padding-bottom: 100px;
}

.feature-listing h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.feature-listing p {
    font-family: var(--font-second);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.feature-listing .currency {
    display: block;
    text-align: end;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
}

/* feature section end    */


/* approach section start */

.approach {
    position: relative;
    padding: 150px 0 70px;
    background-color: var(--bg-color);
    margin-top: -210px;
    z-index: 0;
}

.approach:before {
    content: "";
    position: absolute;
    top: 0;
    right: 150px;
    background-image: url("/assets/images/approach-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.approach-content {
    padding: 60px 0;
}

.approach-text h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2px;
    color: #D1C0A7;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.approach-text h2 {
    font-family: var(--font-second);
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.approach-text p {
    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
    color: #fff;
}

.approach-btn a {
    color: #D1C0A7;
    background-color: #fff;
    border-radius: 0;
    padding: 13px 100px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.approach-btn a:hover {
    color: #fff;
    border: 1px solid #D1C0A7;
}

.approach-box {
    padding-right: 100px;
}

.approach-box .icon-box {
    margin-bottom: 25px;
}

.approach-box h3 {
    font-family: var(--font-second);
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.approach-box .content ul li {
    list-style: disc;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* approach section end */



/* investment section start */

.investment {
    padding-bottom: 60px;
}

.investment-text .sub-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3px;
    color: #AC8D61;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.investment-text .heading {
    font-family: var(--font-second);
    font-size: 40px;
    font-weight: 400;
    max-width: 810px;
    margin-bottom: 55px;
}

.investment-number {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: -1;
}

.col-12.col-md-4.col-lg-3 {
    display: flex;
}

.investment-box {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: end;
}

.investment-box h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;

}

/* investment section end */


/* video section start */

.video {
    padding: 90px 0;
}

.img-btn {
    position: absolute;
    top: 50%;
    right: 50%;
}

/* video section end */



/* blog section start */

.blog {
    margin-bottom: 90px;
}

.blog-content .sub-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3px;
    color: #AC8D61;
    text-transform: uppercase;
}

.blog-content .heading {
    font-family: var(--font-second);
    font-size: 40px;
    font-weight: 400;
    max-width: 790px;
    margin: 0 auto;
    color: #33343D;
    padding-bottom: 30px;
}

.blog-box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: #0000004F;
    background-blend-mode: overlay;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    max-width: 400px;
    min-height: 760px;
    padding: 50px 50px 30px;
}

.blog-bg-1 {
    background-image: url("/assets/images/blog-img-1.png");
}

.blog-bg-2 {
    background-image: url("/assets/images/blog-img-2.png");
}

.blog-bg-3 {
    background-image: url("/assets/images/blog-img-3.png");
}

.blog-box h3 {
    font-family: var(--font-second);
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.blog-box a {
    display: flex;
    gap: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
}

/* blog section end */


/* Opportunities Listings start */

.opp-listing {
    background-color: white;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.search-section {
    background-color: var(--bg-color);
    padding: 15px 0;
}

.search-input {
    border-radius: 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 8px 15px;
}

.currency-select {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
}

.opportunities-title {
    font-family: var(--font--first);
    font-size: 40px;
    color: var(--gold);
    font-weight: 400;
    margin-bottom: 30px;
}

.sort-by {
    font-family: var(--font--first);
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

.sort-select {
    font-family: var(--font--first);
    border: 1px solid #ddd;
    padding: 11px 25px;
    color: var(--gold);
}

.filter-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 26px;
}

.filter-dropdown {
    background-color: var(--gold);
    color: white;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: none;
    text-align: left;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.filter-options {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.filter-options li {
    padding: 5px 0;
    color: var(--gold);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.listing-card {
    filter: drop-shadow(0px 2px 6px #00000040);
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    position: relative;
}

.listing-card .card-body {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-listing {
    position: absolute;
    top: 10px;
    background: linear-gradient(235deg, rgba(255, 255, 255, 0) 10%, rgba(172, 141, 97, 1) 10%);
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    height: 30px;
    padding: 5px 18px;
}

.listing-card .listing-title,
.listing-card .listing-location {
    font-family: var(--font-second);
    font-weight: 400;
    font-size: 20px;
}

.listing-card .listing-price {
    font-family: var(--font--first);
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
}

.load-more-btn {
    background-color: #D9D9D9;
    color: var(--gold);
    border: none;
    padding: 10px 54px;
    margin: 20px auto;
    display: block;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;

}

.load-more-btn:hover {
    color: var(--gold);
    background-color: #fff;
    border: 1px solid #D1C0A7;
}

/* Opportunities Listings end */



/* Business on Sell start */

.head-text {
    display: flex;
    justify-content: space-between;
}

.head-text .heading {
    font-size: 40px;
    color: #D1C0A7;
    font-weight: 400;
    font-family: var(--font-second);
}

.Price {
    background-color: #fff;
    padding: 60px 0;
}

.business-title,
.asking-price {
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-second);
    color: var(--gold);
    margin-bottom: 27px;
}

.asking-price {
    color: #000;
}

.business-details p {
    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 27px;
}

.business-reason p {
    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}

.stat-card {
    text-align: center;
    margin-bottom: 40px;
}

.stat-icon {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 15px;
}

.stat-title {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
}

.stat-subtitle {
    font-size: 0.9rem;
    color: #fff;
}

.stats-section {
    padding: 70px 0px;
    background-color: var(--bg-light);
}

.contact-form {
    padding: 45px 38px;
    background: #AC8D61;
}

.contact-form h3 {
    text-align: center;
    margin-bottom: 35px;
}

.contact-form h3,
.contact-form .form-label {
    color: #fff;
}

.contact-form .form-control {
    background-color: rgb(255 255 255 / 0%);
    color: #fff;
    height: 50px;
    border: 1px solid #D1C0A7;
    border-radius: 0;
}

.contact-form .btn-submit {
    color: var(--btn-text);
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    text-transform: uppercase;
    padding: 10px 80px;
    border-radius: 0;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    display: block;
}

.overview-section {
    padding: 60px 0;
}

.section-title {
    font-size: 40px;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: var(--font-second);
}

.overview-subtitle {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--font-second);
    margin-bottom: 29px;
}

.highlight-item .highlight-title {
    font-family: var(--font--first);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.highlight-item .overview-text {
    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.highlight-title {
    font-family: var(--font--first);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.disclaimer {
    padding: 50px 10px;
}

.form-btn-group a {
    color: var(--btn-text);
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    text-transform: uppercase;
    padding: 7px 50px;
    border-radius: 0;
    line-height: 17px;
    font-weight: 600;
    font-size: 11px;
    margin: 36px auto 5px;
    max-width: 208px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Business on Sell end */


/* Sucess Architect  start  */

.sucess {
    background-color: var(--bg-color);
    padding: 118px 52px;
}

.sucess-detail .main-title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-second);
    margin-bottom: 14px;
}

.sucess-detail .para {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

section.para {
    padding: 58px 0;
    text-align: center;
}


/* Sucess Architect  end  */


/* img-grid section start */

.img-grid {
    padding-bottom: 120px;
}



.building-img,
.team-img,
.call-center-img,
.group-working-img,
.office-building-content {
    height: 100%;
}

.building-img img,
.team-img img,
.call-center-img img,
.group-working-img img {
    height: 100%;
}

.bg-eagle {
    background-image: url("/assets/images/bg-eagle.png");
    background-size: contain;
    background-color: var(--bg-color);
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.bg-eagle-content h3 {
    font-family: var(--font-second);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: auto 0 0;
    padding: 250px 65px 80px;
    text-align: center;
    display: block;
}

.office-building {
    background-image: url("/assets/images/low-angle-view-.png");
    background-size: contain;
    background-color: #0F1B35F0;
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.office-building-content h3 {
    font-family: var(--font-second);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: auto 0 0;
    padding: 80px 65px 80px;
    text-align: center;
}

/* img-grid section end */


/* program section start */

.program {
    padding-bottom: 120px;
}

.strategic {
    padding-bottom: 100px;
}

.program-img,
.strategic-img {
    height: 100%;
}

.program-text h2,
.strategic-text h2 {
    font-family: var(--font-second);
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}

.program-text p,
.strategic-text p {
    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.program-text .btn,
.strategic-text .btn {
    margin-top: 25px;
    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #AC8D61;
    padding: 0;
    border-radius: 0;
}

/* program section end */

/* expertice section start */

.expertise {
    padding-bottom: 50px;
}

.expertise-item {
    margin-bottom: 45px;
}

.expertice-content h2 {
    font-family: var(--font-second);
    font-size: 48px;
    font-weight: 400;
    color: #AC8D61;
    max-width: 531px;
    padding-bottom: 48px;
}

.expertise-item .expertise-text {
    font-family: var(--font-second);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.expertise-item .para {
    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* expertice section end */


/* industrie section start */

.industrie {
    background-image: url("/assets/images/silhouette-buildings.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1128px;
    position: relative;
    margin-bottom: 80px;
}

.grid-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    row-gap: 85px;
}

.industrie-grid-box {
    display: flex;
    flex-direction: column;
    gap: 34px;
    align-items: center;
    text-align: center;
}

.industrie-grid-box h4 {
    font-family: var(--font-second);
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.industrie-content .sub-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3px;
    color: #D1C0A7;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 48px;
}

.industrie-content h2 {
    font-family: var(--font-second);
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 50px;
}

/* industrie section end */


/* growing section start */

.growing {
    padding-bottom: 69px
}

.growing-text .sub-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3px;
    color: #AC8D61;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.growing-text h2 {
    font-family: var(--font-second);
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 18px;
}

.growing-text p {
    font-family: var(--font--first);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 45px
}



/* growing section end */



/* footer start */

.footer {
    background-color: var(--bg-color);
    padding: 80px 50px 0;
    position: relative;
    z-index: 0;
}

.footer:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url("/assets/images/singapore-city-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-item p.para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}


ul.social-links {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 0px 0 25px;

}

.footer-heading {
    font-family: var(--font-second);
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}

ul.square li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}


.footer-bottom {
    border-top: 1px solid #D1C0A7;
    padding: 32px 22px;
    display: flex;
    justify-content: space-around;
}

.footer-content .form-control {
    background-color: transparent;
    color: #fff;
    border: 0;
    border-bottom: 2px solid;
    border-radius: 0;
    box-shadow: none
}

.footer-content .input-group {
    position: relative;
}

.footer-content .input-group span i {
    color: #fff;
    margin-top: 14px;
    position: absolute;
    top: 0;
    right: 5px;
}

.footer-bottom p {
    color: #fff;
}

.emty {
    width: 200px;
}

.footer-bottom ul.list {
    display: flex;
}

.footer-bottom ul.list a {
    color: #fff;
}

.footer-bottom p {
    color: #fff;
    margin-bottom: 0;
}

/* footer end */



/* media query start  */

@media(min-width: 1600px) {
    .container {
        max-width: 1554px;
    }
}

@media(max-width:1599px) {}

@media(max-width:1499px) {}

@media(max-width:1199px) {

    .hero .main-title,
    .partner-content .team-content h2,
    .objective-text h2,
    .management-text h2,
    .feature-content h2,
    .approach-text h2,
    .investment-text .heading,
    .blog-content .heading,
    .opportunities-title,
    .head-text .heading,
    .business-title,
    .asking-price,
    .section-title,
    .sucess-detail .main-title,
    .program-text h2 {
        font-size: 30px;
    }

    .sucess {
        padding: 80px 52px;
    }
}

@media(max-width:991px) {

    .navbar {
        flex-direction: row-reverse;
    }

    .navbar-toggler {
        border: none;
    }

    span.navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23D9D9D9' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .opportunities-title {
        font-size: 28px;
    }

    .sort-by {
        font-size: 16px;
    }

    .sort-select {
        padding: 6px 16px;
    }

    .sucess {
        padding: 50px 52px;
    }

    .hero .main-title,
    .partner-content .team-content h2,
    .objective-text h2,
    .management-text h2,
    .feature-content h2,
    .approach-text h2,
    .investment-text .heading,
    .blog-content .heading,
    .opportunities-title,
    .head-text .heading,
    .business-title,
    .asking-price,
    .section-title,
    .sucess-detail .main-title,
    .program-text h2 {
        font-size: 21px;
    }



}

@media(max-width:767px) {


    .navbar-brand img {
        height: 43px;
    }


    .header {
        padding: 35px 0 0;
    }

    .navbar {
        border-bottom: none;
    }

    .hero .para {
        font-size: 13px;
        line-height: 18px;
        margin-top: 31px;
        max-width: 269px;
    }

    .navbar form .btn,
    .hero-detail-btn .btn {
        padding: 7px 71px;
        line-height: 18px;
        font-size: 12px;
    }

    .hero-detail-form form.d-flex {
        flex-direction: column;
        align-items: self-start;
    }

    .hero-detail-form .form-control.me-2 {
        margin-left: 0px;
    }

    .hero-detail-form {
        margin: 30px 0;
    }

    .business-img {
        margin-top: -25px;
        padding-bottom: 42px;
    }

    .hero-side-img {
        text-align: center;
    }

    .business-img img {
        min-height: 409px;
        object-fit: cover;
        object-position: left;
    }

    .hero-detail {
        padding: 67px 0 35px;
    }

    .hero .main-title {
        font-size: 18px;
    }


    .partner-content {
        padding: 43px 15px 53px;
        background-position: bottom center;
    }

    .partner-content .team-content h2 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        max-width: 267px;
        margin: 0 auto 26px;
    }

    .partner-content .team-content p {
        font-size: 12px;
        line-height: 18px;
        max-width: 261px;
        margin: 0 auto 26px;
        color: #000000;
    }

    .team-content-icon,
    .team-icon {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .team-text p {
        font-size: 12px;
        line-height: 17px;
        margin: 9px auto 40px;
        max-width: 145px;
        text-align: center;
    }


    .team-text h3 {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        margin-top: 7px;
    }

    .team-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .objective-content .objective-img {
        margin-bottom: 40px;
    }

    .objective-text h5,
    .management-text h5 {
        letter-spacing: 3px;
        margin-bottom: 3px;
    }

    .objective-text h2,
    .management-text h2 {
        font-size: 18px;
        max-width: 266px;
        margin-bottom: 24px;
    }

    .objective-text p,
    .management-text p {
        font-size: 13px;
        line-height: 18px;
        max-width: 430px;
        margin-bottom: 44px;
    }

    .objective-text a,
    .management-text a {
        font-size: 12px;
        padding: 8px 67px;
    }

    .management-content .row {
        display: flex;
        flex-direction: column-reverse;
    }



    .management-text h5 {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 11px;
    }

    .management-text h2 {
        max-width: 307px;
        margin-bottom: 34px;
    }

    .management-text p {
        margin-bottom: 34px;
    }

    .feature {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 18%, rgba(172, 141, 97, 1) 5%);
        padding-bottom: 40px;
    }

    .feature-content .sub-heading {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .feature-content h2 {
        font-size: 18px;
        max-width: 247px;
    }

    .feature-content .row {
        gap: 30px;
    }

    .approach:before {
        top: 0;
        right: 0;
        background-position: center center;
        background-size: cover;
    }

    .approach-text h5 {
        font-size: 13px;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }

    .approach-text h2 {
        font-size: 18px;
        max-width: 309px;
        margin-bottom: 20px;
    }

    .approach-text p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .approach-btn a {
        padding: 7px 75px;
        font-size: 12px;
        margin-bottom: 60px;
    }

    .approach-box h3 {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .approach-box {
        padding-right: 40px;
        margin-bottom: 20px;
    }

    .content ul {
        padding: 10px;
    }

    .video {
        display: none;
    }

    .investment {
        margin-top: 40px;
        padding-bottom: 60px;
    }


    .investment-text .sub-heading {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .investment-text .heading {
        font-size: 18px;
        max-width: 290px;
        margin-bottom: 45 px;
    }

    .investment-box h4 {
        font-size: 15px;
        font-weight: 400;
        color: #000000;
        max-width: 257px;
    }

    .investment-content .row.row-gap-5 {
        row-gap: 2rem !important;
    }

    .investment-number {
        position: absolute;
        top: -15px;
        left: -5px;
        z-index: -1;
    }

    .investment-number svg {
        width: 71px;
        height: 60px;
    }

    .blog {
        padding-bottom: 35px;
    }

    .blog-content .sub-heading {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .blog-content .heading {
        font-size: 18px;
        max-width: 330px;
        padding-bottom: 23px;
    }

    .blog-content .row:last-child {
        gap: 24px;
    }

    .blog-box {
        max-width: 400px;
    }

    .blog-content .row:last-child {
        gap: 24px;
    }

    .blog-box h3 {
        font-size: 20px;
    }

    .blog-box a {
        font-size: 13px;
        gap: 15px;
    }

    .footer {
        padding: 77px 50px 0;
    }

    .footer .navbar-brand img {
        height: 68px;
        margin-bottom: 30px;
    }

    .footer-item p.para {
        font-size: 13px;
        margin-bottom: 0;
    }

    ul.social-links {
        margin: 0px 0 25px;
    }

    .footer-heading {
        font-size: 15px;
        margin-top: 30px;
    }

    ul.square li a {
        font-size: 13px;
        line-height: 24px;
    }

    .footer-content .form-control {
        background-color: transparent;
        color: #fff;
        border: 0;
        border-bottom: 2px solid;
        border-radius: 0;
        box-shadow: none
    }

    .footer-bottom {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        padding: 32px 0px;
        gap: 20px;
    }


    /* Opportunities Listingslinting page */

    .search-section .row {
        gap: 20px;
    }

    .listing-card .card-body {
        min-height: 160px;
    }

    .opportunities-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .sort-by {
        font-size: 16px;
    }

    .sort-select {
        padding: 7px 13px;
    }

    .filter-title {
        font-size: 18px;
    }

    .listing-card .listing-title,
    .listing-card .listing-location {
        font-size: 23px;
    }

    .listing-card .listing-price {
        font-size: 23px;
    }

    .head-text {
        flex-direction: column;
        padding: 50px 0;
    }

    .Price {
        padding: 28px 0;
    }

    .head-text .heading,
    .business-title,
    .asking-price {
        font-size: 18px;
    }

    .stat-icon svg {
        height: 40px;
        width: 40px;
    }

    .stat-title,
    .stat-subtitle {
        font-size: 14px;
    }

    .stats-section {
        padding: 59px 0px;
    }

    .section-title {
        font-size: 20px;
    }

    .overview-subtitle {
        font-size: 15px;
    }

    .highlight-item .highlight-title,
    .highlight-item .overview-text {
        font-size: 13px;
    }






}



/* media query end  */