.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
@media (min-width: 2100px) {
	.phase-scroll-sticky-section.phase-scroll-3 {
	    transform: translateY(13vw);
	}
	.section.impact-scroll-sticky-section {
	    padding-bottom: 18vw;
	}
}
@media (max-height:800px) {
	.page-not-found-section {
	    height: auto;
	}
}
@media (max-width:1699px) {
	.phase-scroll-sticky-section.phase-scroll-2 {
	    transform: translateY(8vw);
	}
	.phase-scroll-sticky-section.phase-scroll-3 {
	    transform: translateY(19vw);
	}
}
@media (max-width:1439px) {
	.container {
		max-width: 100%;
		padding: 0 30px;
	}
	.header-wrapper {
	    padding-right: 0;
	    padding-left: 0;
	}
	h2 {
	    font-size: 60px;
	}
	.section {
	    padding: 80px 0px;
	}
	.way-of-thinking-heading h6::after {
	    width: 985px;
	}
	.faq-info-card-inner {
	    padding: 18px 5px;
	}
	.accordion-collapse-content .faq-info-card-items p {
	    font-size: 14px;
	}
	.accordion-collapse-content .faq-info-card-items p strong {
	    font-size: 13px;
	}
	.project-item {
	    width: calc(52% - 50px);
	}
	h1 {
	    font-size: 70px;
	    line-height: 100%;
	}
	.home-banner-content-wrap h1 {
	    margin-bottom: 35px;
	}
	.home-banner-content-wrap p {
	    font-size: 18px;
	    max-width: 630px;
	}
	.swiper-slide {
	    height: auto;
	}
	.evaluate-opportunities-head h4 {
	    font-size: 30px;
	}
	.evaluate-opportunities-body {
	    padding-top: 40px;
	}
	.evaluate-opportunities-body p {
	    font-size: 16px;
	}
	.our-impact-info-holder {
	    width: 380px;
	    height: 350px;
	}
	.our-impact-item {
	    top: 7rem;
	}
	.our-impact-item:nth-child(2) {
	    top: 14rem;
	}
	.devlp-cm-info h2 {
		font-size: 42px;
	}
	.devlp-heading h3 {
		font-size: 35px;
		gap: 12px;
	}
	.investment-box-info h4 {
		font-size: 24px;
	}
	.investment-content p {
		font-size: 20px;
	}
	.devlp-investment-row {
		margin-bottom: 50px;
	}
	.devlp-section-repeat {
		margin-bottom: 50px;
		padding-bottom: 40px;
	}
	.devlp-page-section {
		padding: 96px 0 50px;
	}
	.lets-talk-section {
		padding: 140px 0 80px;
	}

	.lets-talk-section .section-title h3 {
		margin-bottom: 15px;
	}
	.section-title p {
		font-size: 18px;
	}
	.contact-info-form {
		padding: 30px 30px;
	}
	.page-not-found-section .container {
	    max-width: 810px;
	}
	.section.impact-scroll-sticky-section {
	    padding-bottom: 330px;
	}
}

@media (max-width:1279px) {
	.way-of-thinking-heading h2 {
	    font-size: 55px;
	}
	h2 {
	    font-size: 55px;
	}
	.section-title p {
	    font-size: 18px;
	}
	h3 {
	    font-size: 48px;
	}
	.capital-applied-right-col {
	    width: 470px;
		min-height: 436px;
	}
	.capital-applied-left-col {
	    width: calc(100% - 470px);
	    padding-right: 29px;
	}
	.project-info-card p {
	    font-size: 16px;
	}
	.project-info-card {
	    margin-top: 25px;
	}
	.project-detail-btn {
	    padding-top: 8px;
	}
	.project-img-content-head h4 {
	    font-size: 32px;
	}
	.our-impact-wrap .section-title {
	    width: 470px;
	}
	.our-impact-insights {
	    width: 450px;
	}
	.our-impact-head h3 {
	    font-size: 60px;
	}
	.our-impact-body p {
	    font-size: 17px;
	}
	.our-impact-info-holder {
	    width: 350px;
	    height: 350px;
	    padding: 35px 20px;
	}
	.capital-stack-section .section-title {
	    max-width: 690px;
	}
}

@media (max-width:1199px) {
	.container {
	    padding: 0 20px;
	}
	.header {
	    position: absolute;
	}
	.header.sticky {
	    background: none;
	    box-shadow: none;
	}
	.header.sticky .logo img {
		display: block;
	}
	.header.sticky .logo .logo-sticky-img {
		display: none;
	}
	.logo {
	    width: 120px;
	}
	.main-nav .menu-bar {
		display: block;
	}

	.main-nav {
	    width: auto;
	}
	/************ // MOBILE MENU CSS START // ***********************/
	.menu-bar {
	    width: 30px;
	    height: 20px;
	    position: absolute;
	    margin: 0;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    /* -webkit-transition: .5s ease-in-out;
	    -moz-transition: .5s ease-in-out;
	    -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out; */
	    cursor: pointer;
	    display: block;
		right: 0;
        top: 14px;
	    z-index: 1111;
	}
	.menu-bar span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		/* -webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out; */
		background: #27272A;
	}
	.menu-bar span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
	}
	.menu-bar span:nth-child(odd) {
		left: 0px;
		border-radius: 9px 0 0 9px;
	}
	.menu-bar span:nth-child(1),
	.menu-bar span:nth-child(2) {
		top: 0px;
	}
	.menu-bar span:nth-child(3),
	.menu-bar span:nth-child(4) {
		top: 8.2px;
	}
	.menu-bar span:nth-child(5),
	.menu-bar span:nth-child(6) {
		top: 17px;
	}
	.menu-bar span:nth-child(3) {
	    width: 50%;
	    left: 0;
	}
	.menu-bar span:nth-child(5) {
	    width: 50%;
	    left: 0;
	}
	.mobile-menu .menu-bar span:nth-child(1),
	.mobile-menu .menu-bar span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #27272A;
	}
	.mobile-menu .menu-bar span:nth-child(2),
	.mobile-menu .menu-bar span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #27272A;
	}
	.mobile-menu .menu-bar span:nth-child(1) {
		left: 5px;
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(2) {
		left: calc(50% - 5px);
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(5) {
		left: 5px;
	}
	.mobile-menu .menu-bar span:nth-child(6) {
		left: calc(50% - 5px);
	}
	.mobile-menu .menu-bar span:nth-child(6),
	.mobile-menu .menu-bar span:nth-child(5) {
	    top: 12px;
	    width: 50%;
	}
	.mobile-menu .menu-bar {
		background: none;
		position: fixed;
		right: 15px;
		top: 32px;
	}
	.navigation {
		background: #F4F4F5;
		position: fixed;
		top: -150%;
		padding-top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 92px;
		margin: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	body.mobile-menu .navigation {
		display: block;
		top: 0;
	}
	.nav-manu {
		flex-wrap: wrap;
	}
	.navigation ul {
		display: block;
		width: 100%;
	}
	.navigation ul li {
	    padding: 0;
	    margin: 0;
	    position: relative;
	    text-align: left;
	}
	.navigation ul>li::before {
		display: none;
	}
	.navigation .menu-item-has-children>a::before {
		display: none;
	}
	.menu-item-has-children::after {
		content: "\f107";
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 48px;
		transition: 0.4s;
		font-family: FontAwesome;
		color: #fff;
		padding: 0;
		z-index: 111;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		display: flex !important;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		opacity: 1;
	}
	.navigation ul li.menu-item-has-children {
		padding-right: 0;
	}
	.navigation ul li.current-menu-item>a {
	    color: #bf1f2e;
	}
	.navigation ul>li>a {
	    display: block;
	    border-top: 1px #6a6a6a solid;
	    padding: 14px 26px;
	}
	.navigation .moblelogo {
	    display: block;
	    background: #F4F4F5;
	    padding: 23px 14px;
	}
	.menu-item-has-children::before {
		display: none;
	}
	.navigation .moblelogo img {
	    max-width: 120px;
	    position: relative;
	    left: 7px;
	}
	.navigation ul>li>a::after {
		display: none;
	}
	.navigation ul li ul.sub-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
	.navigation ul li ul.sub-menu.in {
		position: static;
		max-width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		display: block;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li {
		width: 100% !important;
		padding: 0;
		border-bottom: none;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li:hover {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item a {
		color: #01a4ec;
	}
	.navigation ul li ul.sub-menu li a {
		padding: 14px 15px 14px 30px;
		font-weight: 500;
		transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
	}
	.navigation ul li ul.sub-menu li a:hover {
		color: #fff;
	}
	.navigation ul li ul.sub-menu ul.sub-menu {
		width: 100%;
		padding: 0;
	}
	.navigation ul li ul.sub-menu ul.sub-menu li a {
		padding-left: 40px;
	}
	nav.mobile-scroll {
		display: block;
		width: 100%;
	}
	/************ // MOBILE MENU CSS END // ***********************/
	.contact-us-btn {
		display: none;
	}
	.header-wrapper {
	    position: relative;
	}
	.home-banner-content-wrap {
	    padding-top: 30px;
	}
	h1 {
	    font-size: 60px;
	}
	h2 {
	    font-size: 48px;
	}
	.home-banner-content-wrap h1 {
	    margin-bottom: 30px;
	}
	.home-banner-content-wrap p {
	    font-size: 16px;
	}
	.swiper-container {
	    padding-bottom: 50px;
	}
	.section {
	    padding: 60px 0px;
	}
	.way-of-thinking-heading h6::after {
	    width: 765px;
	}
	.way-of-thinking-heading h2 {
	    font-size: 47px;
	}
	.capital-applied-right-col {
	    width: 350px;
        min-height: 375px;
	}
	.capital-applied-left-col {
	    width: calc(100% - 350px);
	    padding-right: 25px;
	}
	.capital-stack-item-holder h4 {
	    font-size: 28px;
	}
	.capital-stack-item-holder p, .capital-stack-item-holder ul li {
	    font-size: 14px;
	}
	.section-title {
	    margin-bottom: 40px;
	}
	.talk-team-heading h3 {
	    font-size: 38px;
	}
	.talk-team-wrap {
	    height: 180px;
	}
	.talk-team-section {
	    margin-bottom: -80px;
	}
	.site-footer {
	    padding-top: 150px;
	}
	.footer-wrap {
	    row-gap: 30px;
	}
	.footer-bottom {
	    margin-top: 40px;
	}
	.footer-item {
	    width: 100%;
	}
	.inner-banner-content-section .container {
		max-width: 520px;
	}
	.inner-banner-content-section .home-banner-content-wrap h1 {
		font-size: 40px;
	}
	.inner-banner-content-section .home-banner-content-wrap {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.devlp-page-section {
		padding: 60px 0 50px;
	}
	.devlp-cm-info h2 {
		font-size: 35px;
	}
	.devlp-heading h3 {
		font-size: 28px;
		gap: 8px;
	}
	.devlp-heading h3 img {
		width: 40px;
	}
	.investment-box-info h4 {
		font-size: 22px;
	}
	.investment-content p {
		font-size: 18px;
	}
	.devlp-wrapper-row {
		margin-bottom: 90px;
	}
	.devlp-investment-row {
		margin-bottom: 35px;
	}
	.devlp-section-repeat {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.lets-talk-section {
		padding: 110px 0 60px;
	}
	.company-assurance ul {
		gap: 20px;
	}
	.medium {
		margin-bottom: 5px;
	}
	.mobile-contact-us-btn {
	    display: block;
	    border-top: 1px #6a6a6a solid;
	}
	.mobile-contact-us-btn a.cmn-btn.btn-black {
	    background: none;
	    border: none;
	    color: #27272A;
	    padding: 14px 26px;
	    min-height: inherit;
	    font-weight: 500;
	    position: relative;
	    letter-spacing: 0.03em;
	    min-width: 100%;
	    display: block;
	    text-align: left;
	}
	.mobile-contact-us-btn.current-menu-item a.cmn-btn.btn-black {
	    color: #bf1f2e;
	}
	.default-css h2 {
	    font-size: 35px;
	}
	.default-css h3 {
	    font-size: 32px;
	}
	.default-css h4 {
	    font-size: 30px;
	}
	.default-css h5 {
	    font-size: 28px;
	}
	.page-not-found-section .container {
	    max-width: 610px;
	}
	#olive-page-scroll, #poppyfields-page-scroll, #sandy-page-scroll, #rainbow-scroll-page, #boxono-scroll-page {
	  scroll-margin-top: 30px;
	}
	.page-not-found-section {
	    padding-bottom: 70px;
	    height: auto;
	}
	.inner-banner-content-section.privacy-hero-section .home-banner-content-wrap {
	    padding-top: 60px;
	    padding-bottom: 100px;
	}

}
@media (max-width:1023px) {
	h1 {
	    font-size: 48px;
	}
	h2 {
	    font-size: 42px;
	}
	h3 {
		font-size: 35px;
	}
	.way-of-thinking-heading h6::after {
	    width: 495px;
	}
	.way-of-thinking-heading h2 {
	    font-size: 36px;
	}
	.section-title.title-d-flex {
		flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	    text-align: center;
	    row-gap: 20px;
	}
	.evaluate-opportunities-item-holder {
	    padding: 20px 15px;
	}
	.evaluate-opportunities-icon {
	    width: 50px;
	    height: 50px;
	}
	.evaluate-opportunities-icon img {
	    max-height: 25px;
	}
	.evaluate-opportunities-head h4 {
	    font-size: 24px;
	    width: calc(100% - 50px - 10px);
	}
	.evaluate-opportunities-body {
	    padding-top: 30px;
	}
	.evaluate-opportunities-body p {
	    font-size: 14px;
	}
	.capital-applied-right-col {
	    display: none;
	}
	.capital-applied-left-col {
	    width: 100%;
	    padding-right: 0;
	}
	.faq-icon {
	    width: 45px;
	}
	.accordion-heading {
	    width: calc(100% - 35px);
	    padding: 25px 0px;
	}
	.accordion-collapse-content {
	    width: calc(100% - 35px);
	}
	.project-item {
	    width: calc(52% - 20px);
	}
	.recent-upcomming-wrapper-repeater {
	    padding-top: 30px;
	    margin-bottom: 50px;
	}
	.recent-upcomming-wrapper-repeater .section-title {
	    margin-bottom: 30px;
	}
	.recent-upcomming-wrapper-repeater .section-title h3 {
	    margin-bottom: 10px;
	}
	.project-img-content {
	    padding: 20px 15px;
	}
	.project-img-content-bottom ul li {
	    font-size: 12px;
	    gap: 6px;
	}
	.project-img-content-bottom ul li img {
	    max-width: 9px;
	}
	.project-img-content-bottom ul li:last-child img {
	    max-width: 12px;
	}
	.project-img-content-bottom ul {
	    gap: 10px;
	}
	.project-info-card p {
	    font-size: 14px;
	}
	.our-impact-wrap .section-title {
	    width: 100%;
	    text-align: center;
	    position: unset;
	    margin-bottom: 40px;
	}
	.our-impact-item {
	    position: unset;
	    margin-top: 0;
	}
	.our-impact-insights {
	    width: 100%;
	    display: grid;
	    grid-template-columns: 1fr 1fr 1fr;
	    gap: 16px;
	}
	.our-impact-item:nth-child(3) {
	    margin-left: 0;
	}
	.our-impact-item:nth-child(2) {
	    margin-left: 0;
	}
	.our-impact-info-holder {
	    width: 100%;
        height: 240px;
	    padding: 30px 15px;
	}
	.our-impact-head h3 {
	    font-size: 32px;
	}
	.our-impact-head img {
	    max-width: 38px;
	}
	.our-impact-body p {
	    font-size: 14px;
	}
	.our-impact-body {
	    padding-right: 0;
	    min-height: 105px;
	}
	.capital-stack-item-holder {
	    padding: 22px 15px;
	    padding-bottom: 35px;
	}
	.capital-stack-item-holder h4 {
	    font-size: 24px;
	    padding-bottom: 18px;
	    margin-bottom: 18px;
	}
	.capital-stack-section .section-title {
	    max-width: 500px;
	}
	.talk-team-wrap {
	    padding: 20px 21px;
	}
	.project-item {
	    margin-top: -150px;
	}
	.our-impact-section .section-title p {
	    font-size: 16px;
	}
	.section-title p {
	    font-size: 16px;
	}
	.devlp-page-section {
	    padding: 60px 0 20px;
	}
    .devlp-col-left {
        width: 330px;
        padding-right: 20px;
    }
    .devlp-col-right {
        width: calc(100% - 330px);
    }
    .devlp-cm-info ul li a img {
        width: 18px;
    }
    .devlp-cm-info ul li a {
        gap: 2px;
    }
    .devlp-wrapper-row {
        margin-bottom: 60px;
    }
    .slick-prev, .slick-next {
        width: 38px;
        height: 38px;
        background-size: 20px;
    }
    .devlp-cm-slider .slick-prev, .devlp-cm-slider .slick-next {
        bottom: -48px;
    }
    .devlp-cm-slider .slick-prev {
        right: 50px;
    }
    .slick-dots {
        bottom: -34px;
    }
    .investment-box-col-4 {
        width: calc(33.33% - 4px);
    }
    .investment-content p {
        font-size: 16px;
    }
    .devlp-cm-info h2 {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .devlp-cm-info ul {
        margin: 0 0 10px;
        gap: 10px 10px;
    }
    .contact-info-form {
        padding: 20px 20px;
    }
    .medium {
        line-height: 24px;
    }
    .submit-btn .cmn-btn {
        min-height: 44px;
        padding: 10px 15px;
    }
    .lets-talk-features {
        margin-bottom: 25px;
        row-gap: 10px;
    }
    .lets-talk-section .section-title {
        margin-bottom: 15px;
    }
    .client-review-holder {
        padding: 20px 20px 20px 20px;
    }
    .client-review-holder h4 {
        margin-bottom: 15px;
    }
    .client-name p {
        font-size: 12px;
    }
    .company-assurance ul {
        gap: 10px;
    }
    .company-assurance ul li {
        line-height: 14px;
        padding-left: 17px;
        position: relative;
    }
    .company-assurance {
        margin-top: 14px;
    }
    .company-assurance ul li i {
        margin-right: 0;
        position: absolute;
        left: 0;
        top: 2px;
    }
	.page-not-found-section .container {
	    max-width: 500px;
	}
	.phase-scroll-sticky-section.phase-scroll-2 {
	    transform: translateY(0);
	}
	.phase-scroll-sticky-section.phase-scroll-3 {
	    transform: translateY(0);
	}
	.impact-scroll-sticky-section .section-title {
	    padding: 0;
	}
	.section.impact-scroll-sticky-section {
	    padding-bottom: 60px;
	}
	.accordion-collapse-list::before, .accordion-collapse-list:last-child::after {
	    left: 60px;
	}
	.inner-banner-content-section.privacy-hero-section .home-banner-content-wrap {
	    padding-top: 40px;
	    padding-bottom: 70px;
	}	
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {}

@media (max-width:767px) {
	.way-of-thinking-heading h6::after {
	    width: 415px;
	}
	.evaluate-opportunities-wrap {
	    gap: 15px;
	}
	.lets-talk-right-col {
        width: 100%;
        padding-left: 0;
    }
    .lets-talk-left-col {
        width: 100%;
        margin-bottom: 30px;
    }
	.page-not-found-section .project-detail-btn {
	    padding-top: 22px;
	}
	.page-not-found-section {
	    padding-bottom: 50px;
	}
}

@media (max-width:575px) {
	.capital-stack-wrap {
	    grid-template-columns: 1fr;
	    gap: 20px;
	}
	h1 {
	    font-size: 48px;
	    line-height: 58px;
	}
	h3 {
	    font-size: 27px;
	    margin-bottom: 15px;
	}
	.home-banner-content-wrap {
	    padding-top: 10px;
	}
	.home-banner-content-wrap h1 {
	    margin-bottom: 20px;
	}
	.home-banner-btn-wrap {
	    gap: 15px;
	    margin-top: 22px;
	    flex-wrap: wrap;
	}
	.home-banner-btn-wrap .cmn-btn {
	    min-width: 100%;
	}
	.home-banner-slider-info-card {
	    bottom: 15px;
	    left: 15px;
	}
	.home-banner-slider-info-card p {
	    padding: 8px 10px;
	    gap: 5px;
	    font-size: 9px;
	}
	.way-of-thinking-heading h6::after {
		display: none;
	}
	.way-of-thinking-heading h6 {
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.way-of-thinking-heading h2 {
	    font-size: 30px;
	    color: #27272A;
	    background: transparent;
	}
	.swiper-container {
	    padding-bottom: 30px;
	}
	.section {
	    padding: 40px 0px;
	}
	h2 {
	    font-size: 35px;
	}
	.section-title {
	    margin-bottom: 30px;
	}
	.evaluate-opportunities-wrap {
	    grid-template-columns: 1fr;
	}
	.project-item {
	    width: 100%;
	}
	.project-item {
	    margin-top: 30px;
	}
	.our-impact-insights {
	    grid-template-columns: 1fr;
	    gap: 15px;
	}
	.our-impact-wrap .section-title {
	    margin-bottom: 30px;
	}
	.capital-stack-section .section-title {
	    text-align: center;
	}
	.talk-team-heading {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.talk-team-btn {
	    width: 100%;
	    text-align: center;
	}
	.talk-team-heading h3 {
	    font-size: 30px;
	}
	.site-footer {
	    padding-top: 130px;
	}
	.site-footer .footer-bottom ul {
	    column-gap: 15px;
	}
	.accordion-collapse-list {
	    padding: 0px 0px 0px 15px;
	}
	.accordion-collapse-content p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.faq-info-card {
	    grid-template-columns: 1fr 1fr;
	    gap: 10px;
	}
	.accordion-heading h3 {
	    font-size: 22px;
	    padding-right: 35px;
	}
	.faq-info-card-inner {
	    padding: 10px 5px;
	}
	.accordion-heading h3:before {
	    width: 30px;
	    height: 30px;
	}
	.faq-icon {
	    width: 38px;
	}
	.section-title {
	    text-align: center;
	}
	.devlp-col-left {
        width: 100%;
        padding-right: 0;
    }
    .devlp-col-right {
        width: 100%;
    }
    .devlp-wrapper-row {
        margin-bottom: 30px;
        flex-direction: column-reverse;
        row-gap: 65px;
    }
    .investment-box-col-4 {
        width: calc(50% - 4px);
    }
    .devlp-investment-row {
        margin-bottom: 25px;
    }
	.devlp-section-repeat {
	    margin-bottom: 40px;
	    padding-bottom: 10px;
	}
    .investment-box-info {
        padding: 12px;
        min-height: 134px;
    }
    .investment-box-info h4 {
        font-size: 21px;
    }
    .investment-box-info  p {
        font-size: 14px;
        line-height: 20px;
    }
    .lets-talk-section .section-title {
        text-align: left;
    }
    .form-group.half-form {
        width: 100%;
    }
    .lets-talk-section {
        padding: 100px 0 50px;
    }
    .review-icon {
        width: 40px;
    }
	.page-not-found-section .home-banner-content-wrap  h1 {
	    font-size: 42px;
	    line-height: 48px;
	}
	.section.default-page-section {
	    padding-top: 60px;
	}
	.split-text-grey {
	    color: #27272A;
	}
	.split-text-dark {
	    clip-path: none !important;
	    display: none;
	}
	.accordion-collapse-list::before, .accordion-collapse-list:last-child::after {
	    left: 50px;
	    right: 0px;
	}
}
