@media screen and (max-width: 1680px) {
	:root{
		--110: 95px;
		--43: 40px;
	}

	.container-fluid, .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.scroll-circle{
		right: 20px;
	}	

	.circle-top{
		top: -120px;
	}

	.summary-title {
		margin-bottom: -11%;
	}
}

@media screen and (max-width: 1300px) {
	:root{
		--214: 195px;
		--127: 103px;
		--120: 100px;
		--175: 142px;
		--67: 54px;
		--27: 25px;
		--53: 38px;
		--144: 122px;
		--43: 31px;
	}
	
	.navbar-nav {
		gap: 24px;
		padding-right: 0;
		margin-right: 0 !important;
		margin-left: auto !important;
	}

	.navbar{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.contact-bar p{
		width: auto;
		margin-left: 15px;
	}

	.contact-bar h3, .strategy-bar h3{
		padding: 18px 20px 0;
	}

	.contact-bar p:last-child{
		margin-right: 0;
	}

	.contact-title{
		margin-bottom: -54px;
	}

	.strategy-title{
		margin-bottom: -57px;
	}

	.strategy-position-title{
		margin-bottom: -117px;
	}

	.strategy-position-title img {
		width: 85%;
	}

	blockquote{
		margin-bottom: 1em;
		margin-left: 15px;
		margin-top: 1em;
	}

	.strategy-group .circle-top {
		top: -30%;
	}

	.strategy-group .circle-bottom {
		bottom: -14%;
	}

	.Strategy-content .btn-groups{
		margin-top: 80px;
	}
}

@media screen and (max-width: 1199px) {
	:root{
		--214: 158px;
		--175: 118px;
		--200: 160px;
        --127: 85px;
        --120: 80px;
        --67: 48px;
		--144: 100px;
    }

	.navbar-brand img{
		max-width: 220px;
	}

	.contact-title{
		margin-bottom: -40px;
	}

	.hero{
		padding-top: 150px;
	}

	.hero h4{
		max-width: 330px;
	}

	.our-fund .btn-groups {
		margin-top: 60px;
	}

	.strategy-title {
        margin-bottom: -53px;
    }

	.strategy-position-title {
        margin-bottom: -104px;
    }

	.description {
		margin-bottom: 35px;
	}

	.summary-area {
		padding-top: 100px;
	}

	.summary-text p{
		white-space: normal;
	}

}

@media screen and (max-width: 991px) {
	:root{
		--214: 128px;
        --127: 70px;
        --67: 42px;
		--21: 15px;
        --120: 75px;
		--175: 92px;
		--27: 22px;
		--53: 32px;
		--200: 135px;
		--144: 76px;
		--110: 70px;
		--29: 26px;
	}

	.navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.navbar-collapse{
		background-color: var(--purple);
		position: absolute;
		padding: 35px 30px;
		top: 100%;
		right: 0;
		left: 0;
	}

	.contact-title{
		margin-bottom: -36px;
	}

	.hero h4{
		max-width: 300px;
		margin-right: 40px;
	}

	.unique-strengths p{
		max-width: 100%;
	}

	blockquote{
		padding-left: 12px;
		margin-left: 5px;
	}

	.strategy-area {
		margin-top: 120px;
	}

	.strategy-title {
        margin-bottom: -49px;
    }

	.strategy-position-title {
        margin-bottom: -86px;
    }

	.Strategy-content .container{
		padding-bottom: 30px;
		margin-bottom: 80px;
	}

	.return{
		padding-bottom: 85px;
	}
}

@media screen and (max-width: 767px) {
	:root{
		--214: 94px;
        --127: 52px;
        --120: 56px;
        --67: 40px;
		--27: 20px;
		--200: 120px;
		--175: 68px;
		--144: 56px;
		--43: 24px;
		--110: 52px;
		--29: 20px;
	}

	.hero{
		padding-top: 150px;
	}

	.contact-title img{
		width: 95%;
	}
	.contact-title{
		margin-bottom: 4px;
	}

	.contact-form .row > div:last-child:before{
		display: none;
	}

	.footer .d-flex{
		flex-wrap: wrap;
	}

	.btn-groups {
		gap: 25px;
	}

	.btn {
		min-width: 190px;
	}

	.hero h4{
		max-width: 260px;
		font-size: 30px;
	}

	.circle-top {
        top: -90px;
    }

	.strategy-title img{
		max-width: 240px;
	}

	.strategy-position-title {
        margin-bottom: -60px;
    }

	.strategy-text p{
		max-width: 140px;
	}

	.Strategy-content .btn-groups {
        margin-top: 40px;
    }

	.summary-area h4{
		margin-right: 50px;
	}
}

@media screen and (max-width: 575px) {
	:root {
	    --214: 68px;
        --127: 46px;
		--120: 48px;
		--175: 49px;
        --67: 30px;
		--18: 16px;
		--200: 80px;
		--144: 46px;
	}

	.btn {
		min-width: 140px;
	}

	.contact-bar p{
		width: 100%;
	}

	.contact-form .row > div:nth-child(2):before{
		display: none;
	}

	.footer-line{
		width: 100%;
	}

	.circle-bottom{
		bottom: -90px;
	}

	.contact-bar{
		margin-bottom: 64px;
	}

	.hero h1{
		margin-bottom: 40px;
	}

	.hero h4{
		margin-right: 0;
	}

	.team-memeber-name{
		min-height: auto;
	}

	.read-more-overlay{
		display: none;
	}
	
	.our-fund{
		padding-top: 40%;
		padding-bottom: 42%;
		background-size: 180%;
		background-position: center top 10%;
	}

	.summary-title {
        margin-bottom: -16%;
    }

	.summary-area .circle-bottom {
        bottom: 0px;
    }

	.return {
        padding-bottom: 145px;
    }
}