* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

.btn,
.btn.active {
	background: inherit;
	border: 0;
	outline: 0;
	box-shadow: none;
	border-radius: 0;
	display: inline;
}

a {
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	text-decoration: none;
}

body {
	overflow-x: hidden;
	font-family: "Lato Regular";
}

body.sidemenu_opened {
	overflow-y: hidden;
}

img {
	max-width: 100%;
	width: 100%;
}

ul li {
	list-style-type: none;
}

.container {
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.btn.btn-login {
	padding: 8px 15px;
	color: #000;
	font-size: 14px;
	background: #d9d1c5;
	position: relative;
	font-family: "Lato Regular";
	transition: all 0.4s ease;
}

.btn.btn-login:hover,
.btn.btn-login.show {
	background: #c1852e;
	color: #fff;
}

.logindrop {
	border-radius: 0;
	background: #c1852e;
	border: 0;
}

.logindrop a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.logindrop a:active {
	color: #c2986b;
	text-decoration: none;
	background-color: #fff;
}

.hamburger-menu {
	display: none;
}

.vedartha_footer a:hover,
header .header-row2 a:hover,
header .header-row1 a:hover,
header .header-row2 a.active {
	color: #c2986b;
}

section.banner,
section.vedartha_footer {
	margin: 0;
}

section.vedartha_footer {
	margin: 0;
	/* padding-top: 70px; */
	padding-bottom: 60px;
}

section {
	margin: 70px 0;
}

header .header-row1 a {
	color: #58595b;
	font-family: "Lato Regular";
}

.main_page {
	overflow-x: hidden;
}

.main_page header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
}

header .header-row2 a {
	color: #fff;
	font-size: 14px;
	font-family: "Lato Regular";
}

p {
	font-size: 26px;
	font-family: "Lato Regular";
	line-height: 31px;
	color: #58595b;
}

.p1 {
	font-size: 15px;
	font-family: "Lato Regular";
	line-height: 31px;
	color: #58595b;
}

.popupCloseBtn {
	display: none;
}

.header-row1 .right_menus {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-row1 {
	padding: 10px 0;
	background: #fff;
}

.header-row2 {
	padding: 10px 0;
}

.headerlogo {
	width: 220px;
	height: 50px;
}

.headerlogo1 {
	width: 270px;
	height: auto;
}

.footerlogo {
	width: 269px;
}

.cls-8 {
	font-size: 9px;
}

.header-row1 .header-row1-wrapper {
	display: flex;
	align-items: end;
	justify-content: flex-end;
}

.header-row2 {
	background: #0a3252;
}

.header-row2 .row2-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-row2 .row2-wrapper .right-menus-row2 {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-left: auto;
	margin-right: 30px;
}

.banner {
	position: relative;
	/* margin-top: 70px !important; */
}

.banner .banner_spotlight {
	position: absolute;
	top: 35%;
	padding: 0;
	transform: translateY(-50%);
	width: 100%;
}

.banner .banner_spotlight h2 {
	font-size: 44px;
	line-height: 48px;
	font-family: "Arya Regular";
	color: #0a3252;
	font-weight: 300;
}

.banner img {
	width: 100%;
	max-width: 100%;
}

.section-about .container {
	display: flex;
	flex-wrap: wrap;
}

.section-about .container-col {
	position: relative;
}

.section-about .container-col .aboutus-btn {
	position: absolute;
	bottom: -16px;
	right: 0;
}

.investment_head .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.section-about .container .container-col p {
	width: 70%;
	margin-bottom: 30px;
	font-size: 21px;
}

.investment_sec .investment_wrapper {
	display: flex;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	justify-content: flex-start;
}

.aboutus-btn {
	padding: 10px 45px;
	color: #58595b;
	font-size: 14px;
	background: #d9d1c5;
	/* float: right; */
	position: relative;
	font-family: "Lato Regular";
}

.investment_sec {
	background: #eaf1f5;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.investment_sec .investment_wrapper .left_div {
	padding: 124px 80px 150px 0;
	width: 50%;
}

.investment_sec .investment_wrapper .left_div h2 {
	font-size: 38.54px;
	line-height: 46px;
	font-family: "Lato Light";
	margin-bottom: 15px;
	color: #58595b;
	font-weight: 300;
}

.investment_sec .investment_wrapper .left_div p {
	margin-bottom: 30px;
	font-size: 18px;
	font-family: "Lato Regular";
	line-height: 1.4;
}

.investment_sec .investment_wrapper .right_div {
	width: 50%;
	position: relative;
}

.img-wrap {
	position: absolute;
	width: 765px;
	left: 0;
}

.investmentimg {}

.investment_sec .investment_wrapper .right_div img,
.investment_head img {
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.investment_sec .investment_wrapper .right_div img.aos-animate,
.investment_head img.aos-animate {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.investment_head .container .container-col .head_right {
	padding: 60px;
}

.investment_head .container .container-col .head_right h2 {
	font-size: 38.54px;
	line-height: 46.25px;
	color: #58595b;
	font-family: "Lato Light";
	padding-bottom: 40px;
	font-weight: 300;
}

.border_line,
.border_line_big {
	position: relative;
}

.border_line::before {
	position: absolute;
	content: "";
	/* background: transparent linear-gradient(180deg,#ffe0d100 0%,#dab072 49%,#ffe0d100 100%) 0% 0% no-repeat padding-box; */
	background: linear-gradient(90deg,
			rgba(218, 176, 114, 0.3) 0%,
			rgb(218, 176, 114) 60%,
			rgba(218, 176, 114, 0.3) 100%);
	width: 100%;
	height: 2px;
	bottom: 0;
}

.border_line_big::before {
	position: absolute;
	content: "";
	/* background: url('../assets/border-line-big.svg') no-repeat; */
	background: linear-gradient(90deg,
			rgba(218, 176, 114, 0.3) 0%,
			rgb(218, 176, 114) 60%,
			rgba(218, 176, 114, 0.3) 100%);
	width: 100%;
	height: 2px;
	bottom: 0;
}

.investment_head .container .container-col .head_right .name {
	margin-top: 30px;
}

.investment_head .container .container-col .head_right .name h6 {
	font-size: 26px;
	line-height: 31px;
	color: #58595b;
	font-family: "Lato Black";
	margin-bottom: 5px;
}

.investment_head .container .container-col .head_right .name p {
	font-size: 14px;
	font-family: "Lato Regular";
	line-height: 16px;
}

.know-more-btn {
	text-decoration: none;
	color: #c2986b;
	padding: 9px 45px;
	background: #0a3252;
	font-family: "Lato Regular";
}

.know-more-btn-2 {
	font-family: "Arya Regular";
	color: #58595b;
	background: #d9d1c5;
	padding: 6px 45px;
}

.equity_fund .container {
	background: #0a3252;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	padding: 70px 80px;
	justify-content: space-between;
	gap: 40px;
}

.equity_fund .container .left_container {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-direction: column;
	font-family: "Lato Light";
	color: #fff;
}

.equity_fund .container .left_container h2 {
	font-size: 36px;
	line-height: 40px;
}

.equity_fund .container .left_container p {
	font-family: "Lato Regular";
	font-size: 16px;
	line-height: 1.4;
	line-height: 31px;
	color: #fff;
}

.equity_fund .container .left_container .heading_div h1 {
	font-family: "Arya Regular";
	font-size: 44px;
	line-height: 48px;
	color: #d6cec4;
	font-weight: 300;
}

.equity_fund .container .right_container p {
	font-size: 18px;
	font-family: "Lato Regular";
	line-height: 21px;
	color: #d6cec4;
	margin-bottom: 55px;
}

.equity_fund .container .container-col,
.investment_head .container .container-col,
.collaboration_sec .container .container-col {
	flex: 1;
}

.collaboration_sec .container {
	display: flex;
	flex-wrap: wrap;
}

.collaboration_sec h2 {
	font-family: "Lato Light";
	font-size: 38.54px;
	line-height: 46.25px;
	color: #58595b;
	width: fit-content;
	padding: 30px;
	margin-top: 30px;
	font-weight: 300;
}

/* Footer section */
/* .vedartha_footer {
    padding: 40px 0;
} */

.footer-columns {
	display: flex;
	gap: 70px;
	width: 100%;
	/* padding-bottom: 90px; */
}

.brand_logo {
	margin-bottom: 30px !important;
}

.footer_two_column.first {
	width: 60%;
	padding-right: 80px;
}

.sliderbx {
	margin-right: -20px;
}

.footer_two_column.second {
	width: 40%;
	display: flex;
	padding-top: 15px;
	gap: 30px;
}

.footer_two_column.second .footer-column:first-child {
	/* width: 20%; */
	width: 100%;
}

.footer_two_column.second .footer-column:nth-child(2) {
	width: 70%;
}

/* .footer-column {
 width: calc(70% / 3);
} */

.footer-column ul {
	list-style-type: none;
	padding: 0;
}

.footer-column li,
.footer_two_column li {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "Lato Regular";
	line-height: 21px;
	color: #0a3252;
	/* color: #58595B; */
}

.footer_two_column li:hover,
.footer-column li:hover {
	color: #c2986b;
}

.footer_right_columns {
	display: flex;
	flex-wrap: wrap;
}

.footer-column a,
.footer_two_column li a {
	font-size: 14px;
	line-height: 16px;
	font-family: "Lato Regular";
	color: #0a3252;
}

.news_video_slider {
	padding: 10px 0;
}

.news_video_slider .desc_div {
	padding: 20px 0;
}

.img_div {
	position: relative;
}

.img_div::after {
	content: "";
	background: url(../assets/ply-btn.svg) no-repeat center center;
	position: absolute;
	width: 103px;
	height: 104px;
	top: 55%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	filter: grayscale(100%) sepia(100%) brightness(60%) hue-rotate(190deg);
}

.img_div::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			transparent,
			transparent,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.7));
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
}

.img_div img {
	filter: grayscale(100%) sepia(100%) brightness(60%) hue-rotate(190deg);
	width: 387px;
	height: 318px;
	object-fit: cover;
}

.news_video_slider .desc_div span {
	font-family: "Lato Regular";
	font-size: 14px;
	line-height: 16px;
	color: #58595b;
}

.news_video_slider .desc_div h4 {
	font-size: 26px;
	line-height: 31px;
	color: #58595b;
	font-family: "Lato Regular";
	font-weight: 300;
}

.news_video_slider li {
	cursor: pointer;
	margin-right: 20px;
}

.news_video_slider li:last-child {
	margin-right: 0;
}

.news .news_heading h2 {
	width: fit-content;
	font-family: "Lato Light";
	font-size: 38px;
	line-height: 46px;
	color: #58595b;
	padding: 30px 0;
	font-weight: 300;
}

.equtextbx {
	padding: 0;
	margin-top: -30px;
}

.equtextbx h4 {
	font-family: "Lato Light";
	font-size: 34px;
	line-height: 1.8;
	color: #58595b;
	font-weight: 300;
}

.equtextbx p {
	font-family: "Lato Light";
	color: #58595b;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.equtextbx p span {
	font-family: "Lato Regular";
}

/* -------------------------------------------------------------------------------------------------------------- */
/* ====================== */
/* FOOTER */
/* ====================== */
#footer {
	padding-top: 72px;
	background-color: #092e4f;
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 1024px) {

	/* desktop */
	#footer .long-form {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	#footer {
		padding-top: 28px;
		padding-bottom: 40px;
		font-size: 13px;
	}

	#footer .short-form {
		display: none;
	}
}

/* footer logo */
#footer .logo {
	height: 38px;
	width: auto;
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	#footer .logo {
		height: 30px;
		display: block;
		margin: auto;
	}
}

/* footer container */
@media only screen and (min-width: 1024px) {

	/* desktop */
	#footer .container {
		display: flex;
	}

	#footer .container-col {
		flex: 1;
		display: flex;
	}

	#footer .container-col:nth-child(2) {
		margin-left: 40px;
	}

	#footer .container-col>* {
		flex: 1;
	}

	#footer .container-col>*:not(:first-child) {
		margin-left: 60px;
	}
}

/* sitemap */
#footer .sitemap-links {
	display: flex;
	flex-flow: row wrap;
}

@media only screen and (min-width: 1024px) {

	/* desktop */
	#footer .sitemap-link {
		flex-basis: 50%;
	}

	#footer .sitemap-links .sitemap-link:nth-child(n + 3) {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	#footer .sitemap-link:nth-child(odd) {
		flex-basis: 38%;
	}

	#footer .sitemap-link:nth-child(even) {
		flex-basis: 62%;
	}

	#footer .sitemap-link {
		margin-top: 32px;
	}

	#footer .sitemap-link.disclosure {
		flex-basis: 38%;
	}
}

.sitemap-link {
	line-height: 1.4;
}

/* businesses */
#footer .businesses {
	margin-top: 72px;
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	#footer .business {
		margin-top: 60px;
	}
}

/* business name */
#footer .business-name {
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
}

/* business contact */
@media only screen and (min-width: 1024px) {

	/* desktop */
	#footer .business-contact {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}
}

/* business tel */
@media only screen and (min-width: 1024px) {

	/* desktop */
	#footer .business-tel-group {
		display: flex;
	}
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	#footer .business-tel-group a:first-of-type {
		display: block;
		margin-top: 10px;
	}

	#footer .business-tel {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#footer .business-tel-group a:nth-of-type(2) {
		display: block;
		margin-top: 1px;
		border-top: 0.5px solid rgba(255, 255, 255, 0.2);
	}
}

/* business email */
#footer .business-email {
	padding-top: 12px;
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	#footer .business-email {
		padding-top: 20px;
		/* margin-top: 20px; */
		padding-bottom: 20px;
		border-top: 0.5px solid rgba(255, 255, 255, 0.2);
		border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
	}
}

/* copyright */
#footer .copyright {
	margin-top: 72px;
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	#footer .copyright {
		margin-top: 60px;
		font-size: 12px;
		color: rgba(255, 255, 255, 0.6);
	}

	#footer .copyright .container {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	#footer .copyright .copyright-info {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 1024px) {

	/* desktop */
	#footer .copyright .container {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		padding: 32px 0;
	}

	#footer .copyright .container-col {
		align-items: center;
	}

	#footer .copyright .copyright-info {
		color: rgba(255, 255, 255, 0.6);
	}
}

/* footer social media links */
#footer .social-media-links {
	display: flex;
	opacity: 0.6;
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	#footer .social-media-links {
		margin-top: 40px;
		align-items: center;
		justify-content: center;
	}
}

#footer .social-media-links img {
	width: auto;
	height: 16px;
}

#footer .social-media-links> :not(:first-child) {
	margin-left: 24px;
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	#footer .social-media-links> :not(:first-child) {
		margin-left: 40px;
	}
}

#footer .applink {
	margin-top: 25px;
}

#footer a,
#footer a:focus,
#footer a:active,
#footer a:hover {
	text-decoration: none;
	color: inherit;
	outline: 0;
}

#footer .business-name,
#footer .copyright-info {
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
}

#footer .business-tel {
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 1023px) {

	#footer .business-name,
	#footer .copyright-info {
		font-size: 13px;
	}

	#footer .business-tel {
		font-size: 13px;
	}

	#footer a {
		font-size: 13px;
	}
}

#footer,
#footer p,
#footer a {
	font-family: "GothamBook";
}

@media only screen and (min-width: 1023px) {
	#footer .container {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 1024px) {
	#footer .container {
		padding-right: 24px;
		padding-left: 24px;
	}
}

#footer a>p {
	margin-bottom: 0;
}

/* main css */
/*
* Desktop/Mobile
*/
@media only screen and (min-width: 1024px) {

	/* desktop */
	.mobile-only {
		display: none !important;
	}
}

@media only screen and (max-width: 1023px) {

	/* mobile */
	.desktop-only {
		display: none !important;
	}
}

/* 
* tel component 
*/
@media only screen and (max-width: 1023px) {

	/* mobile */
	.tel-component {
		position: relative;
	}

	.tel-component::after {
		content: "";
		position: absolute;
		top: calc(50% - 8px);
		right: 0;
		width: 16px;
		height: 16px;
		background-size: 16px 16px;
		background-position: center;
		background-repeat: no-repeat;
	}

	/* white tel */
	.tel-component.white::after {
		background-image: url("../../assets/vectors/icons/icon_tel_white.svg");
	}

	/* red tel */
	.tel-component.red::after {
		background-image: url("../../assets/vectors/icons/icon_tel_red.svg");
	}

	/* black tel */
	.tel-component.black::after {
		background-image: url("../../assets/vectors/icons/icon_tel_black.svg");
	}
}

/* 
* email component 
*/
@media only screen and (max-width: 1023px) {

	/* mobile */
	.email-component {
		position: relative;
	}

	.email-component::after {
		content: "";
		position: absolute;
		top: calc(50% - 7px);
		right: 0;
		width: 22px;
		height: 14px;
		background-size: 22px 14px;
		background-position: center;
		background-repeat: no-repeat;
	}

	/* white tel */
	.email-component.white::after {
		background-image: url("../../assets/vectors/icons/icon_email_white.svg");
	}

	/* red tel */
	.email-component.red::after {
		background-image: url("../../assets/vectors/icons/icon_email_red.svg");
	}

	/* black tel */
	.email-component.black::after {
		background-image: url("../../assets/vectors/icons/icon_email_black.svg");
	}
}