
@media (max-width: 2560px) {
	.banner::after {
		height: 400px;
	}
}

@media (max-width: 1920px) {
	.banner::after {
		height: 300px;
	}
}

@media (max-width: 1460px) {
	/* .banner{
        background-position: center top;
    } */
	.banner img {
		object-fit: cover;
	}
}

@media (max-width: 1399px) {
	/* .aboutSec {
        padding-bottom: 230px;
    } */
	.aboutSec .row {
		align-items: center;
	}
	
	.image-area {
		height: 640px;
	}
	
	.assetsSec .heading::before {
		left: 15px;
	}
	
	.investmentSec .heading::before {
		left: 85px;
	}
	
	.teamSec .heading::before {
		left: 50px;
	}
}

@media (max-width: 1199px) {
	.banner .banner-img img {
		object-fit: cover;
	}
	
	.aboutSec {
		padding-bottom: 150px;
		clip-path: polygon(0 0, 100% 0, 100% 85%, 54% 95%, 0 85%);
	}
	
	.assetsSec {
		padding: 0;
		margin-top: -30px;
	}
	
	.image-area {
		height: 560px;
	}
	
	.assetsSec .heading::before {
		left: -10px;
	}
	
	.assets-card .assets-img, .invest-card .invest-img {
		height: 160px;
	}
	
	.investmentSec .heading::before {
		left: 40px;
	}
	
	.teamSec .heading::before {
		left: 0;
	}
	
	.teamSec .content-area .profile-pic {
		width: 150px;
		height: 180px;
	}
	
	.teamSec .content-area .team-content h4, .teamSec .content-area .team-content p {
		margin-top: 0;
		line-height: normal;
	}
	
	.contact-info-wrapper .contact-info {
		width: 44%;
	}
	
	.contact-info-wrapper .contact-info:nth-child(3) {
		width: 48%;
	}
	
	.form-wrapper {
		padding: 40px;
	}
}

@media (max-width:1024px) {
	h1 {
		font-size: 50px;
		line-height: 70px;
	}
	
	h2 {
		font-size: 35px;
		line-height: 60px;
	}
	
	h4 {
		font-size: 20px;
		line-height: 40px;
	}
	
	h6 {
		font-size: 18px;
	}
}

@media (max-width:991px) {
	header {
		padding: 10px 0;
	}
	
	header i {
		font-size: 30px;
		color: #fff;
	}
	
	.navbar-collapse {
		position: absolute;
		top: 65px;
		width: 100%;
		left: 0px;
		z-index: 100;
		background: #030f45;
		padding: 0px 150px;
	}
	
	.navbar-toggler {
		transform: scaleX(-1);
		order: 2;
	}
	
	.navbar-toggler:focus {
		box-shadow: none;
	}
	
	.navbar .navbar-nav li::before {
		display: none;
	}
	
	.navbar .navbar-nav a {
		margin: 0;
		display: block;
	}
	
	.heading::before {
		top: 20px;
	}
	
	.banner {
		height: 800px;
		padding: 75px 0 0;
	}
	
	.banner::before {
		background: linear-gradient(90deg, rgba(5, 11, 38, .73153011204482) 20%, rgba(255, 255, 255, 0) 100%);
	}
	
	.banner::after {
		height: 160px;
	}
	
	.banner-innertext {
		top: 54%;
	}
	
	.main-contant p {
		margin: 20px 0;
	}
	
	.aboutSec {
		clip-path: none;
		padding-bottom: 50px;
		padding-top: 90px;
	}
	
	.assetsSec {
		margin-top: 30px;
	}
	
	.assetsSec::after {
		top: 0;
	}
	
	.aboutSec .heading, .contactSec .heading {
		margin-bottom: 0;
	}
	
	.image-area {
		height: auto;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.assetsSec .heading::before, .teamSec .heading::before {
		left: 160px;
	}
	
	.assets-card .assets-img, .invest-card .invest-img {
		height: 250px;
	}
	
	.investmentSec .heading::before {
		left: 60px;
	}
	
	.teamSec .content-area .team-content {
		margin-left: 20px;
	}
	
	.contact-info-wrapper {
		gap: 40px;
	}
	
	.form-wrapper {
		margin-top: 50px;
	}
	
	.footer-top .address-call li {
		gap: 15px;
	}
}

@media (max-width:767px) {
	h1 {
		font-size: 42px;
		line-height: 60px;
	}
	
	p {
		font-size: 16px;
	}
	
	.heading {
		margin-bottom: 15px;
	}
	
	.banner .container, .banner .row {
		height: 80%;
	}
	
	.banner {
		padding-bottom: 0;
		height: 750px;
	}
	
	.banner::after {
		height: 120px;
	}
	
	.aboutSec {
		padding: 60px 0 30px;
	}
	
	.plainText h1, .plainText h2, .plainText h3, .plainText h4, .plainText h5, .plainText h6 {
		font-size: 24px;
		line-height: 40px;
	}
	
	.aboutSec .content-area p, .contactSec .content-area p {
		margin: 0 0 30px;
	}
	
	.assetsSec, .investmentSec {
		padding: 40px 0 30px;
	}
	
	.investmentSec .col-lg-4, .assetsSec .col-lg-3 {
		margin-bottom: 30px;
	}
	
	.teamSec, .contactSec {
		padding: 40px 0 60px 0;
	}
	
	.content-area, .aboutSec .heading, .contactSec .heading {
		text-align: center;
		padding-left: 0;
		margin-bottom: 0;
	}
	
	.heading::before, .assetsSec .heading::before, .teamSec .heading::before {
		display: none;
	}
	
	.invest-card {
		width: 100%;
	}
	
	.assets-card .assets-img, .invest-card .invest-img {
		height: auto;
	}
	
	.teamSec .content-area .team-content {
		text-align: left;
	}
	
	.contact-info-wrapper .contact-info:nth-child(3) {
		width: 50%;
	}
	
	footer .footer-top {
		padding: 60px 0 45px;
	}
	
	footer .widget-One {
		gap: 20px;
		flex-direction: column;
	}
}

@media (max-width:575px) {
	h1, h2, h4, h6 {
		line-height: normal;
	}
	
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 25px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	h6 {
		font-size: 18px;
	}
	
	p, li, a {
		font-size: 16px;
	}
	
	.btn-sky, .btn-dark-blue {
		font-size: 16px;
		padding: 5px 20px;
	}
	
	.navbar-collapse {
		padding: 0px 20px;
	}
	
	.banner {
		height: 550px;
	}
	
	.banner::before {
		background: linear-gradient(90deg, rgba(5, 11, 38, .73153011204482) 35%, rgba(255, 255, 255, 0) 135%);
	}
	
	.aboutSec .heading, .contactSec .heading {
		margin-bottom: 0;
	}
	
	.heading {
		margin-bottom: 30px;
	}
	
	.heading::before, .assetsSec .heading::before, .teamSec .heading::before {
		display: none;
	}
	
	.plainText h1, .plainText h2, .plainText h3, .plainText h4, .plainText h5, .plainText h6 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	
	.feature-card {
		margin-bottom: 30px;
	}
	
	.feature-card .icon-text {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 10px;
	}
	
	.feature-card .icon-text img {
		margin-right: 0px;
	}
	
	.teamSec .content-area .team-content p {
		margin-top: 20px;
	}
	
	.contact-info-wrapper .contact-info, .contact-info-wrapper .contact-info:nth-child(2), .contact-info-wrapper .contact-info:nth-child(3) {
		width: 100%;
		text-align: center;
	}
	
	.contact-info h6 {
		margin-top: 10px;
	}
	
	.contactSec .contact-info li::before {
		left: auto;
		margin-left: -25px;
	}
	
	.footer-logo {
		display: table;
		margin: 0 auto 25px;
	}
	
	.social-media {
		justify-content: center;
	}
	
	.footer-top .social-media a i {
		padding: 0;
		line-height: 40px;
	}
	
	.footer-top h6, .footer-top ul {
		text-align: center;
	}
	
	.footer-top h6 {
		margin-top: 30px;
	}
	
	.footer-top .address-call li, .footer-top .address-call li:first-child {
		flex-direction: column;
		align-items: center;
	}
	
	.footer-top .address-call li h6 {
		margin-top: 0px;
	}
	
	.assetsSec .assets-logo {
		width: 80%;
	}
}

@media (max-width:480px) {
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 25px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	p, li, a {
		font-size: 14px;
		line-height: normal;
	}
	
	header a.phone_no {
		font-size: 0;
		gap: 0px;
	}
	
	.banner {
		height: 650px;
	}
	
	.main-contant p {
		font-size: 14px;
	}
	
	.investmentSec .col-lg-4, .assetsSec .col-lg-3 {
		margin-bottom: 30px;
	}
	
	.assets-card .assets-img, .invest-card .invest-img {
		height: 250px;
	}
	
	.assetsSec .modal-img {
		height: 400px;
	}
	
	.assetsSec .content-area {
		padding: 30px 30px 20px;
	}
	
	.assetsSec .content-area .location, .assetsSec .content-area h6 {
		margin-top: 20px;
	}
	
	.teamSec .content-area {
		flex-direction: column;
	}
	
	.teamSec .content-area .team-content {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	
	.teamSec .content-area .team-content h4 {
		margin-top: 20px;
	}
	
	.teamSec .content-area .team-content p {
		margin-top: 20px;
	}
}
