body {
    background: #fff !important;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    color: #000 !important;
}

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

.nav-link {
    transition: all ease 0.5s !important;
}

.nav-link:hover {
    letter-spacing: 1px;
}

a,
button,
li {
    transition: all ease 0.5s !important;
}

button:hover {
    letter-spacing: 1px;
}

p {
    margin-bottom: 0;
}

.container {
    max-width: 1300px;
    width: 100%;
}

.banner-section {
    background: url(../images/banner.png) no-repeat;
    height: 680px;
    background-size: cover;
    width: 100%;
}

.banner-section .banner-row {
    display: flex;
    justify-content: center;
}

.banner-section .banner-row .banner {
    display: flex;
    justify-content: space-between;
    padding: 128px 0 0;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
}

.logo {
    width: 100%;
}

.banner-section .banner-row .form-section {
    max-width: 936px;
    width: 100%;
    background-color: #fff !important;
    padding: 25px 25px;
    align-self: flex-end;
    margin-top: 150px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.101961);
}

.banner-section .banner-row .form-section .form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.banner-section .banner-row .form-section .form-label {
    margin-bottom: 0.3rem;
    font-weight: 500;
    font-size: 14px;
}

.banner-section .banner-row .form-section h3 {
    font-size: 32px;
    font-weight: 600;
}

.banner-section .banner-row .form-section .btn-brown {
    background-color: #99631C !important;
    color: #fff !important;
    text-transform: uppercase;
}

.banner-section .banner-row .form-section input {
    height: 56px;
    border-radius: 0px;
    background-color: #ededed;
    color: #757575;
    font-size: 16px;
}

.banner-section .banner-row .form-section input::-moz-placeholder {
    color: #757575;
    font-weight: 400;
}

.banner-section .banner-row .form-section input:-ms-input-placeholder {
    color: #757575;
    font-weight: 400;
}

.banner-section .banner-row .form-section input::placeholder {
    color: #757575;
    font-weight: 400;
}

.banner-section .banner-row .form-section button {
    height: 56px;
    border-radius: 0;
    width: 100%;
}

.banner h2 {
    font-family: 'Merienda', cursive;
    font-size: 56px;
    margin-top: 30px;
}

.form-col-4 {
    width: 118px;
}

.form-col-3 {
    width: 240px;
}

section.about-project-section {
    background: #fff;
    padding: 70px;
}

section.about-project-section .about-project h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 96px;
    color: #99631C;
}

section.about-project-section .about-project h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #DAA903;
}

section.about-project-section .about-project p {
    max-width: 568px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-left: 0;
}

section.about-project-section .about-list ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
    align-items: end;
}

section.about-project-section .about-list ul li {
    min-height: 96px;
    padding: 20px 25px;
    color: #fff !important;
    display: flex;
    align-items: center;
    width: 400px;
    height: 96px;
    background: #FDF5EF;
    border: 1px solid rgba(218, 169, 3, 0.4);
    position: relative;
}

section.about-project-section .about-list ul li:nth-child(1) {
    right: 140px;
}

section.about-project-section .about-list ul li:nth-child(2) {
    width: 507px;
}

section.about-project-section .about-list ul li:nth-child(3) {
    width: 472px;
    right: -20px;
}

section.about-project-section .about-list ul li p {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}

p strong {
    font-weight: 500;
}

section.about-project-section .about-list ul li img {
    margin-right: 20px;
}

section.why-choose-section {
    padding: 70px 70px;
    background: #F1E9DF;
}

section.why-choose-section .why-invest ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

section.why-choose-section .why-invest ul li {
    max-width: 440px;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    margin: 0px 15px;
    background: #fff;
    padding: 10px 20px;
}

section.why-choose-section .why-invest ul li:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
    background: transparent;
    max-width: 350px;
}

section.why-choose-section .why-invest ul li:last-child {
    margin-right: 0;
}

section.why-choose-section .why-invest ul li .box {
    font-size: 20px;
    color: #777777;
    margin-right: 0;
    font-weight: 500;
}

section.why-choose-section .why-invest ul li .box strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
}

section.why-choose-section .why-invest ul h3 {
    font-weight: 500;
    font-size: 56px;
    line-height: 67px;
    color: #000000;
}

section.why-choose-section .why-invest ul h3 span.green {
    color: #99631C;
}

.about-section {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #FDF5EF;
}

.about-section .row {
    align-items: center;
}

.about-section .about-col {
    padding-left: 20px;
}

.about-section h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 77px;
    color: #99631C;
}

.about-section h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #DAA903;
}

.about-section p {
    margin: 20px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.col-6.about-right {
    padding-left: 50px;
}

.map-section {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 70px 0 70px;
}

.map-section .map-row {
    padding: 0;
}

section.services-section {
    width: 100%;
    display: inline-block;
    background: #DAA903;
    padding: 40px 0;
}

section.services-section .row {
    justify-content: space-between;
}

.services-section .col-3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    max-width: 350px;
}

.services-section .col-3 .col-icon {
    width: 58px;
}

.services-section .col-3 .col-text {
    width: calc(100% - 58px);
    padding-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
}

section.about-kns {
    background: url(../images/about-kns-img.png) no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 90px 0 90px;
}

section.about-kns h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 86px;
    text-align: center;
    color: #99631C;
    margin-bottom: 20px;
}

section.about-kns p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #555555;
    margin: 0 auto;
    width: 100%;
}

section.about-kns .row {
    flex-wrap: wrap;
}

.about-kns ul {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
    align-items: center;
    max-width: 690px;
}

.about-kns ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-width: 185px;
}

.about-kns ul li span {
    margin: 12px 0 0;
    font-size: 18px;
    line-height: 22px;
    color: #99631C;
    font-weight: 500;
}

.about-kns ul li img {
    width: 40px;
    margin-bottom: 10px;
}

.contact-section {
    display: inline-block;
    width: 100%;
    background: #F1E9DF;
    padding: 90px 0 40px;
}

.contact-section .col-7 {
    display: flex;
}

.contact-section .col-7 .footer-logo {
    margin-top: 14%;
}

.contact-section .contact-detail {
    padding-left: 40px;
    padding-right: 40px;
}

.contact-section .contact-detail h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    color: #99631C;
}

.contact-section .contact-detail span {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
}

.contact-section .contact-detail p {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 23px;
}

.contact-section .contact-detail p a {
    color: #000;
    text-decoration: none;
}

.contact-section .form-section {
    max-width: 432px;
    width: 100%;
    background-color: #DAA903;
    padding: 35px 45px;
    margin-bottom: -150px;
    filter: drop-shadow(0px 24px 32px rgba(100, 100, 100, 0.160784));
    right: -45px !important;
    position: relative;
}

.contact-section .form-section .form-label {
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-style: normal;
}

.contact-section .form-section h3 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.contact-section .form-section .btn-brown {
    background-color: #99631C;
    color: #fff !important;
    transition: all ease 0.5s;
    text-transform: uppercase;
}

.contact-section .form-section .btn-brown:hover {
    background-color: #aa7024 !important;
}

.contact-section .form-section input {
    height: 56px;
    border-radius: 0px;
    background: rgba(237, 237, 237, 0.0001);
    border: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.75;
}

.contact-section .form-section input::-moz-placeholder {
    color: #fff;
    font-weight: 400;
}

.contact-section .form-section input:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
}

.contact-section .form-section input::placeholder {
    color: #fff;
    font-weight: 400;
}

.contact-section .form-section button {
    height: 51px;
    border-radius: 0;
    width: 111px;
    margin-top: 15px;
}

footer {
    padding-top: 150px;
    padding-bottom: 20px;
}

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

footer .footer .footer-logo {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #99631C;
}

footer .footer .footer-logo span {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: #DAA903;
}

footer .footer .footer-links p {
    text-align: center;
    font-weight: 500;
}

footer .footer .socail-media ul {
    display: flex;
}

footer .footer .socail-media ul li {
    margin: 0 10px;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.form-col-3 {
    position: relative;
}

label#name-error,
label#email-error,
label#mobile-error {
    position: absolute;
    font-size: 12px;
    color: #f00;
}

section.about-section .container {
    position: relative;
}

section.about-section .container::after {
    position: absolute;
    content: '';
    right: -60px;
    top: 0;
    width: 494px;
    height: 568px;
    background: url(../images/whychoose-bg.png) no-repeat;
}

nav {
    height: 88px;
}

nav.bg-light {
    background: #ffffff !important;
    box-shadow: 0 0 30px #4c331117;
}

nav .navbar-brand img {
    width: 100px;
}

nav .navbar-collapse {
    justify-content: end;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    color: #000 !important;
}

nav ul li:last-child {
    margin-right: 0px;
}

.navigation {
    background: transparent;
    width: 100%;
    background-color: transparent !important;
}

nav .navbar-collapse {
    justify-content: end;
}

#backtotopbutton.show {
    opacity: 1;
    visibility: visible;
}

#backtotopbutton {
    display: flex;
    background-color: rgb(153 99 28);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.navigation button.navbar-toggler {
    border: none;
}

footer .footer .footer-logo img {
    width: 90px;
    filter: contrast(0.5);
}

footer.thankyou {
    padding: 20px;
}

footer.thankyou .socail-media ul {
    margin-bottom: 0;
}

.form-check input {
    width: 15px;
    height: 15px !important;
    display: flex;
}

.form-check label {
    display: flex;
    flex-wrap: wrap;
}

.form-check label a {
    display: flex;
    white-space: nowrap;
    margin: 0 10px;
}

section.breadcrumbs {
    padding: 50px 0 20px;
}

section.breadcrumbs ul {
    display: flex;
    padding: 0;
}

section.breadcrumbs li {
    padding: 0 15px;
    position: relative;
}

section.breadcrumbs li::after {
    position: absolute;
    content: "/";
    padding: 0 8px;
}

section.breadcrumbs li:last-child::after {
    display: none;
}

section.breadcrumbs li a {
    color: #000;
    text-decoration: none;
}

.banner-section .banner-row .form-section .form {
    flex-wrap: wrap;
}

.form-col-3.col-12 {
    width: 100%;
    padding-top: 15px;
}

.banner-section .form-check label a {
    margin: 0 6px;
}

.banner-section .banner-row .form-section input:checked[type=checkbox] {
    background-color: #99631c;
    border-color: #87673f;
}

footer.privacy {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

h3.rule-title {
    margin: 15px 0;
}


/*media query*/

@media (min-width: 320px) and (max-width: 991px) {
    nav.bg-light {
        height: auto;
        width: 100%;
        z-index: 9;
    }
    .nav-link:hover {
        color: #99631c !important;
    }
    ul.navbar-nav {
        padding-top: 20px;
    }
    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }
    nav .navbar-collapse ul li {
        padding-left: 0;
        transition: all ease 0.5s;
        margin: 0;
    }
    nav .navbar-collapse ul li a {
        padding-left: 15px;
    }
    nav .navbar-collapse ul li:hover {
        padding-left: 20px;
    }
    .contact-section .form-section button {
        width: 100%;
    }
    section.why-choose-section {
        padding: 70px 30px 0;
    }
    section.why-choose-section .why-invest ul h3 {
        font-size: 32px;
        font-weight: 500;
    }
    section.why-choose-section .why-invest ul li .box {
        margin-right: 35px;
    }
    section.why-choose-section .why-invest ul li .box strong {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        color: #000 !important;
    }
    section.why-choose-section .why-choose h1 {
        font-size: 40px;
    }
    section.about-project-section {
        padding: 30px 15px;
    }
    section.about-project-section .about-list ul li {
        margin: 0;
        padding: 5px;
    }
    section.about-project-section .about-list ul li p {
        font-size: 16px;
    }
    section.about-project-section .about-list ul li img {
        margin-right: 10px;
    }
    section.about-project-section .about-project h1 {
        font-size: 40px;
        line-height: normal;
    }
    section.about-project-section .about-project p {
        font-size: 16px;
        max-width: 100%;
    }
    section.about-project-section .about-project h2 {
        font-size: 29px;
        line-height: normal;
    }
    .map-section .location-top-row {
        max-width: 860px;
        margin: -20px auto 0;
        gap: 10px;
    }
    .map-section .location-top-row .location-col {
        width: 190px;
        min-height: 180px;
        height: auto;
        padding: 0 10px;
    }
    .map-section .location-top-row .location-col img {
        width: 90px;
    }
    .proximities-section h1 {
        font-size: 40px;
        font-weight: 600;
    }
    .about-section h1 {
        font-size: 40px;
        position: relative;
        top: 10px;
    }
    .about-section p {
        font-size: 16px;
        line-height: normal;
        margin: 20px 0 30px;
    }
    .about-section ul li img {
        width: 60px;
        height: 60px;
    }
    .about-section ul li p {
        font-size: 16px;
    }
    .contact-section .contact-detail {
        padding-left: 30px;
        padding-right: 20px;
    }
    .contact-section .contact-detail h1 {
        font-size: 40px;
        line-height: normal;
    }
    .contact-section .contact-detail p {
        font-size: 16px;
    }
    .contact-section .footer-logo img {
        width: 120px;
    }
    .contact-section .form-section {
        padding: 35px 30px;
    }
    .contact-section .form-section input {
        height: 46px;
        font-size: 14px;
    }
    footer .footer .footer-logo {
        color: #99631C !important;
        font-size: 20px;
        font-weight: 800;
    }
    footer .footer .footer-links ul li {
        margin: 0 10px;
    }
    footer .footer .footer-links ul li a {
        font-size: 15px;
    }
    footer .footer .footer-links p {
        font-size: 14px;
    }
    footer .footer .socail-media ul li {
        margin: 0 5px;
    }
    footer .footer .socail-media ul li img {
        width: 15px;
    }
    .container {
        max-width: 740px;
        width: 100%;
    }
    .banner-section .banner-row .banner {
        padding: 30px 0 0;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        max-width: 210px;
    }
    .banner-section .banner-row .form-section {
        max-width: 94%;
        margin: 40px auto 0px;
        padding: 22px;
    }
    .banner-section .banner-row .form-section .form {
        flex-wrap: wrap;
    }
    .form-col-3 {
        width: 100%;
        margin: 0 0 10px;
    }
    .form-col-4 {
        width: 100%;
        margin: 5px auto 0;
    }
    .banner-section {
        height: auto;
        padding: 0px 15px 35px;
    }
    section.about-project-section .col-6 {
        width: 100%;
    }
    section.about-project-section .about-list ul {
        margin-top: 20px;
    }
    section.about-project-section .about-list ul li:nth-child(1) {
        right: 0;
    }
    section.about-project-section .about-list ul li:nth-child(3) {
        right: 0;
    }
    .why-choose-section {
        padding: 10px 10px 30px !important;
    }
    section.why-choose-section .why-invest ul h3 {
        line-height: normal;
    }
    section.why-choose-section .why-invest ul li {
        height: 100px;
        max-width: 100%;
        width: 100%;
    }
    .col-6.about-right {
        padding-left: 25px;
    }
    .about-section h1 {
        line-height: normal;
    }
    .about-section h2 {
        font-size: 32px;
    }
    .services-section .col-3 {
        margin: 10px 0;
        width: 50%;
    }
    section.services-section {
        padding: 30px 12px;
    }
    .map-section {
        padding: 20px 10px 30px;
    }
    section.about-kns {
        padding: 30px 10px 40px;
    }
    section.about-kns h1 {
        font-size: 54px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .about-kns ul {
        flex-wrap: wrap;
    }
    .about-kns ul li {
        margin: 10px 0 10px;
    }
    section.about-project-section .about-list ul li {
        width: 100%;
    }
    .about-kns ul li {
        max-width: 170px;
    }
    .banner-section .banner-row .banner {
        margin: 20px auto 0;
        justify-content: center;
    }
    section.about-project-section .about-list ul li:nth-child(2) {
        width: 100%;
    }
    section.about-project-section .about-list ul li:nth-child(3) {
        width: 100%;
    }
    section.about-section .container::after {
        height: 338px;
        right: 0;
    }
    .contact-section .form-section {
        right: 0 !important;
    }
    .services-section .col-3 .col-text {
        font-size: 18px;
    }
    .services-section .col-3 .col-icon img {
        width: 40px;
    }
    section.about-section .container::after {
        display: none;
    }
    .banner h2 {
        font-size: 30px;
    }
    .banner-section .banner-row .form-section {
        max-width: 100%;
    }
    section.why-choose-section .why-invest ul {
        align-items: flex-start;
        justify-content: flex-start;
    }
    section.why-choose-section .why-invest ul h3 {
        font-size: 32px;
        font-weight: 500;
        display: flex;
        white-space: nowrap;
    }
    section.why-choose-section .why-invest ul h3 span.green {
        display: flex;
        margin-left: 6px;
    }
    .about-kns ul li span {
        font-size: 16px;
        max-width: 160px;
    }
    .about-kns ul li img {
        width: 35px;
        height: 30px;
        object-fit: contain;
        margin-bottom: 10px;
    }
    .banner-section .banner-row .form-section {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner-section .banner-row .form-section .form {
        justify-content: space-between;
    }
    .form-col-3 {
        width: 25%;
        margin: 0 3px;
    }
    .form-col-4 {
        width: 18%;
        margin: 0;
    }
    .logo {
        width: auto;
        padding-left: 24px;
        margin-top: 30px;
    }
    .banner-section .banner-row .form-section {
        margin: 50px auto 0px;
    }
    section.why-choose-section .why-invest ul {
        flex-wrap: wrap;
    }
    section.why-choose-section .why-invest ul li:first-child {
        max-width: 100%;
    }
    section.why-choose-section .why-invest ul li {
        max-width: 220px;
        margin: 0px 5px;
    }
    section.why-choose-section .why-invest ul li {
        max-width: 100%;
        margin: 5px 0;
    }
    section.services-section .row {
        justify-content: center;
    }
    .about-kns ul {
        max-width: 740px;
    }
    .banner-section .container-fluid {
        max-width: 750px;
    }
    .services-section .col-3 {
        width: 50%;
        max-width: 100%;
    }
    .contact-section .form-section button {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .services-section .col-3 .col-text {
        font-size: 18px;
    }
    .services-section .col-3 {
        width: 50%;
        max-width: 100%;
    }
    .about-section {
        overflow: hidden;
        margin-bottom: 0;
    }
    section.why-choose-section .why-invest ul h3 {
        font-size: 32px;
        line-height: normal;
    }
    section.why-choose-section .why-invest ul li:first-child {
        max-width: 250px;
    }
    section.why-choose-section {
        padding: 70px 10px;
    }
    section.why-choose-section .why-invest ul {
        justify-content: space-between;
    }
    section.why-choose-section .why-invest ul li {
        max-width: 340px;
    }
    section.why-choose-section .why-invest ul li .box strong {
        font-size: 24px;
    }
    .about-section h1 {
        font-size: 52px;
    }
    .about-section h2 {
        font-size: 35px;
    }
    .services-section .col-3 {
        width: 25%;
    }
    .contact-section .contact-detail h1 {
        font-size: 55px;
    }
    section.about-project-section .about-project h1 {
        font-size: 54px;
        line-height: normal;
    }
    section.about-project-section .about-list ul li p {
        font-size: 19px;
    }
    section.about-project-section .about-list ul li:nth-child(2) {
        width: 100%;
    }
    section.about-project-section .about-list ul li:nth-child(1) {
        right: 0;
        width: 100%;
    }
    section.about-project-section .about-list ul li:nth-child(3) {
        width: 100%;
        right: 0;
    }
    .banner-section .banner-row .banner {
        padding: 68px 0 0;
    }
    .banner-section {
        height: 480px;
    }
    .contact-section .form-section {
        right: 0px !important;
    }
    .container {
        max-width: 1070px;
        width: 100%;
        margin: 0 auto;
    }
    .about-section p {
        font-size: 20px;
    }
    .contact-section .form-section button {
        width: 100%;
    }
}

@media (min-width: 1367px) {
    section.why-choose-section .why-invest ul h3 {
        font-size: 46px;
        line-height: normal;
    }
    section.why-choose-section .why-invest ul li .box strong {
        font-size: 32px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .about-section {
        overflow: hidden;
        margin-bottom: 0;
    }
    .banner-section {
        padding: 0 70px;
    }
    section.why-choose-section .why-invest ul li .box strong {
        font-size: 28px;
    }
    section.why-choose-section .why-invest ul h3 {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    section.about-project-section .about-list ul {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        flex-direction: column;
    }
    section.about-project-section .about-list ul li {
        max-width: 100%;
        padding: 5px 20px;
    }
    section.about-project-section .about-list ul li p {
        font-size: 16px;
    }
    .banner-section .banner-row {
        margin-top: 0px;
        align-items: flex-end;
        justify-content: flex-end;
        display: flex;
    }
    .banner-section .banner-row .banner {
        flex-direction: column;
        padding-bottom: 0;
        max-width: 680px;
        margin: 20px auto 0;
    }
    .banner-section .banner-row .form-section {
        background-color: rgba(255, 255, 255, 0.8117647059) !important;
    }
    .banner-section .banner-row .form-section input {
        background-color: #ffffff;
    }
    .why-choose-section .why-invest ul {
        flex-direction: column;
    }
    .why-choose-section .why-invest ul h3 {
        font-size: 26px;
    }
    .why-choose-section .why-invest ul li {
        margin: 5px 0 !important;
    }
    .why-choose-section .why-invest ul li:first-child {
        height: auto;
    }
    .map-section .location-top-row {
        margin: -50px auto 0;
        flex-wrap: wrap;
    }
    .map-section .location-top-row .location-col {
        width: 48%;
        min-height: 180px;
        height: auto;
        padding: 0 10px;
        margin: 5px auto;
    }
    br {
        display: none;
    }
    .proximities-section h1 {
        font-size: 30px;
    }
    .about-section .row {
        align-items: center;
        flex-direction: column;
    }
    .about-section .row h1 {
        font-size: 30px;
        padding: 20px 0 0;
    }
    .about-section .row .col-6 {
        max-width: 100%;
        width: 100%;
    }
    .about-section ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .about-section ul li {
        max-width: 130px;
    }
    .about-section .about-col {
        padding: 0px;
    }
    .about-section .about-col img {
        width: 100%;
    }
    .contact-section {
        padding: 40px 0 40px;
    }
    .contact-section .row {
        flex-direction: column;
    }
    .contact-section .row .col-7 {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .contact-section .row .col-7 .footer-logo {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .contact-section .row .col-5 {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .contact-section .form-section {
        max-width: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .contact-section .contact-detail {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }
    .contact-section .contact-detail span {
        font-size: 20px;
        padding-bottom: 10px;
        display: block;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }
    footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    footer .footer {
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    footer .footer .footer-logo {
        margin-bottom: 15px;
    }
    footer .footer .socail-media {
        margin-top: 15px;
    }
    footer .footer .socail-media ul li {
        margin: 0 15px;
    }
    footer .footer .footer-links {
        width: 100%;
    }
    footer .footer .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    footer .footer .footer-links ul li {
        margin: 0 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 10px 20px;
        text-align: left;
    }
    footer .footer .footer-links ul li:hover {
        background: #ededed;
        padding-left: 25px;
    }
    .about-kns ul li {
        max-width: 50%;
        width: 50%;
    }
    .about-kns ul li span {
        max-width: 100%;
    }
    footer .footer .footer-logo span {
        font-size: inherit;
    }
    h1 {
        font-size: 30px !important;
        line-height: normal;
        margin-bottom: 30px;
    }
    section.about-kns p {
        font-size: 16px;
        padding: 0 30px;
    }
    .services-section .col-3 .col-text {
        font-size: 16px;
    }
    .about-section .row h1 {
        font-size: 30px !important;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .about-section h2 {
        font-size: 24px;
    }
    .about-section p {
        margin: 0px 0 30px;
    }
    .form-col-3 {
        margin: 0 0 20px;
    }
    label#name-error,
    label#email-error,
    label#mobile-error {
        transform: translate(0px, 3px);
    }
    .mob-dir-change {
        flex-direction: column-reverse;
    }
    .mob-dir-change {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 580px) {
    body {
        line-height: 28px;
    }
    .services-section .col-3 {
        margin: 10px 0;
        width: 100%;
        border-bottom: 1px solid #ffffff3d;
        max-width: 100%;
        padding-bottom: 15px;
    }
    .banner-section .banner-row .banner {
        flex-direction: column;
    }
    .banner-section .banner-row .banner h1 {
        font-size: 40px;
        margin-bottom: 20px;
        text-align: center;
    }
    .about-project-section .about-section .row h1 {
        font-size: 30px;
        padding: 40px 0 10px;
        text-align: center;
    }
    .about-project-section .about-section p {
        text-align: center;
    }
    .about-project-section .about-section ul {
        flex-direction: column;
        align-items: center;
    }
    .map-section .location-top-row .location-col {
        width: 100%;
        min-height: 150px;
        height: auto;
        padding: 0 10px;
        margin: 5px auto;
    }
    section.services-section {
        padding: 30px 12px 0;
    }
    .services-section .col-3:last-child {
        border-bottom: 0;
    }
    section.about-project-section .about-list ul {
        gap: 10px;
        margin-top: 20px;
    }
    section.about-project-section {
        padding: 30px 15px 10px;
    }
    section.why-choose-section {
        padding: 30px 10px!important;
    }
    .contact-section .form-section button {
        width: 100%;
    }
    section.why-choose-section .why-invest ul h3 {
        font-size: 30px;
    }
    section.breadcrumbs {
        padding: 50px 0 0px;
    }
}

@media screen and (max-width: 480px) {
    .about-kns ul li {
        max-width: 100%;
        width: 100%;
    }
    section.breadcrumbs li {
        padding: 0 10px;
        position: relative;
    }
}