body {
	font-family: "Source Sans 3", sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

.parallax {
	transition: transform 0.4s ease-out;
}

:root {
    --container-width: 1300px;
	--container-padding: calc((100vw - var(--container-width)) / 2);
}

.container {
	max-width: 1300px;
	padding: 0;
}

#wrap {
	float: left;
	width: 100%;
}

#middle {
	float: left;
	width: 100%;
}

/* wordpress menu */
.menu_sec ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-right: 140px;
}

.menu_sec ul.menu li {
	display: inline-block;
	width: auto;
	padding: 0px;
	margin-right: 37px;
	position: relative;
}

.menu_sec ul.menu li:last-child {
	margin-right: 0;
}

.menu_sec ul.menu li a {
	display: block;
	padding: 36px 0px;
	background: transparent; 
	 font-size: 20px;
	font-weight: 400;
	line-height: 25px;   
	color: #181818;
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.menu_sec ul.menu>li>a:hover,
.menu_sec ul.menu>li:hover>a,
.menu_sec ul.menu>li.current_page_item>a,
.menu_sec ul.menu>li.current-menu-parent>a {
	color: #A98C3D;
}

.menu_sec ul.menu li.menu-item-has-children a {
	padding-right: 14px;
}

.menu_sec ul.menu li.menu-item-has-children>a:after {
	content: "\f123";
	font: normal normal normal 14px/1 Ionicons;
	font-family: Ionicons;
	font-size: 12px;
	position: absolute;
	margin-top: -4px;
	top: 50%;
	right: 0px;
}

.menu_sec ul li a svg {
	display: none;
}

.menu_sec ul.menu>li:hover>ul.sub-menu {
	display: block;
}

.menu_sec ul.menu li ul.sub-menu {
	margin: 0;
	padding: 5px 5px 10px 5px;
	list-style-type: none;
	float: left;
	width: 220px;
	background-color: #A98C3D;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
    border-radius: 0 0 15px 15px;
}
.menu_sec ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
.menu_sec ul.menu li ul.sub-menu li a {
	padding: 10px 12px;
	border-radius: 0px;
	font-size: 20px;
	color: #fff;
	text-transform: none;
	cursor: pointer;
}
.menu_sec ul.menu li ul.sub-menu li a:hover,
.menu_sec ul.menu li ul.sub-menu li:hover>a,
.menu_sec ul.menu li ul.sub-menu li.current_page_item>a {
	color: #FFE6AC;
	text-decoration: none;
}
.menu_sec ul.menu li ul.sub-menu li.menu-item-has-children>a:after {
	content: "\f125";
	right: 10px;
}
.menu_sec ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.menu_sec ul.menu>li>ul>li:hover>ul.sub-menu {
	display: block;
}

.mobile-menu {
	width: 30px;
	display: none;
}
#rmp-menu-title-29 .rmp-menu-title-image {
	float:left;
}
#rmp_menu_trigger-29:hover, #rmp_menu_trigger-29:focus {
    outline: 0;
}
#rmp_menu_trigger-29.is-active {
    position: fixed;
    top: 36px;
    right: 25px;
}

header {
	position: absolute;
	top: 28px;
	width: 100%;
}
 .main-header {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	position: sticky;
	z-index: 9999;
	top: 0;
}

.main-header .logo {
	padding: 5px 10px;
    width: 385px;
}
.main-header .logo img {
    width: 100%;
	height:auto;
}

.main-header .make-anBtn {
	margin-right: 19px;
}
.main-header .make-anBtn p {
	margin-bottom:0;
}
.main-header .make-anBtn a {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	border-radius: 8px;
	padding: 11px 19px;
	color: #FFFFFF;
	background-color: #142E47;
	transition: 0.3s all ease-in;
}
.main-header .make-anBtn a:hover {
	background-color: #A98C3D;
}

/* ---banner-sec--- */
.banner-section {
	position: relative;
	z-index: 0;
	background-color: #FDF3DB;
	padding-top: 177px;
	overflow: hidden;
}
.banner-section .leftPart {
	position: relative;
	z-index: 0;
	padding-top: 64px;
}
.banner-section::after {
	content: "";
	width: 477px;
	height: 703px;
	background-image: url(../images/hero-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.banner-section .leftPart .circleBorder1 {
	 position: absolute;
	 top: -166px;
	 left: -64px;
	 width: 608px;
	 height: 608px;
	 border-radius: 100%;
	 border: 1px solid rgba(169, 140, 61, 0.2);
	 display: inline-block;
	 z-index: 1;
}
.banner-section .leftPart h1 {
	margin-bottom: 30px;
	font-family: "Playfair Display", serif;
	font-size: 75px;
	color: #142E47;
	font-weight: 800;
	line-height: 70px;
	text-transform: capitalize;
}
.banner-section .leftPart h1 strong {
	color: #A98C3D;
	font-style: italic;
}
.banner-section .leftPart p {
	width: 100%;
	max-width: 470px;
	margin-bottom: 35px;
	font-size: 22px;
	color: #142E47;
	font-weight: 400;
	line-height: 32px;
}
.banner-section .leftPart .discoverBtn a {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	border-radius: 8px;
	padding: 11px 19px;
	color: #FFFFFF;
	background-color: #142E47;
	margin-bottom: 33px;
	transition: 0.3s all ease-in;
}
.banner-section .leftPart .discoverBtn a:hover {
	background-color: #A98C3D;
}
.banner-section .leftPart .bottomAerrow {
	margin-bottom: 47px;
}

.banner-section .rightPart {
	position: relative;
	z-index: 0;
}
.banner-section .rightPart .circleBorder2 {
	position: absolute;
	top: 57px;
	right: 25%;
	width: 551px;
	height: 536px;
	border: 1px solid rgba(169, 140, 61, 0.2);
	border-radius: 100%;
	z-index: 1;
}
.banner-section .rightPart .biggImg {
	position: relative;
	z-index: 2;
}
.banner-section .rightPart .biggImg img {
	width: 100%;
	height: auto;
}
.banner-section .rightPart .smallImg {
	position: absolute;
	top: 50%;
	left: -178px;
	z-index: 3;
}
.banner-section .rightPart .smallImg img {
	width: 100%;
	height: auto;
}

/* ---aboutlinSec--- */
.aboutlinSec {
	position: relative;
	width: 100%;
    display: inline-block;
	padding-top: 113px;
	background-color: #fff;
}
.aboutlinSec h4 {
	position: relative;
	font-family: "Playfair Display", serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 40px;
	text-transform: capitalize;
	color: #142E47;
	margin-bottom: 0;
	padding-bottom: 24px;
}
.aboutlinSec h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/borderimg.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	width: 200px;
	height: 7px; 
}
.aboutlinSec h4 strong {
	color: #A98C3D;
	font-style: italic;
}
.aboutlinSec .rightPart { 
	padding-top: 10px;
}
.aboutlinSec .rightPart h6 {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	color: #142E47;
	margin-bottom: 32px;
}
.aboutlinSec .rightPart .twoImg {
	display: flex;
	gap: 19px;
	margin-bottom: 45px;
}
.aboutlinSec .rightPart .twoImg img {
	border-radius: 8px;
}
.aboutlinSec .rightPart p {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #142E47;
	margin-bottom: 45px;
}
.aboutlinSec .rightPart .find-outBtn a {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	border-radius: 8px;
	padding: 11px 14px;
	color: #FFFFFF;
	background-color: #142E47;
	margin-bottom:0px;
	transition: 0.3s all ease-in;
}
.aboutlinSec .rightPart .find-outBtn a:hover {
	background-color: #A98C3D;
}

.growcapitalSec {
	position: relative;
	width: 100%;
    display: inline-block;
	padding-top: 128px;
	padding-bottom: 100px;
	background-color: #fff;
}
.growcapitalSec::after {
	content: "";
	position: absolute;
	top: -120px;
	left: 0;
	background-image: url(../images/left-vector.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 200px;
	height: 477px;
	/* z-index: -999; */
}
.growcapitalSec::before {
	 content: "";
	 position: absolute;
	 bottom: 125px;
	 right: 0;
	 background-image: url(../images/right-vector.png);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 width: 200px;
	 height: 477px;
	 /* z-index: -999; */
}
.growcapitalSec .growBox {
	position: relative;
	border-radius: 25px;
	z-index: 999;
	background-color: #142E47;
	padding: 90px 40px;
	min-height: 470px;
}
.growcapitalSec .growBox .leftPart h4 {
	position: relative;
	font-family: "Playfair Display", serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 0;
	padding-bottom: 22px;
	width: 100%;
	max-width: 300px;
}
.growcapitalSec .growBox .leftPart h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/grow-vector.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 200px;
	height: 7px;
}
.growcapitalSec .growBox .rightPart p {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.growcapitalSec .growInfo {
	margin-top: -220px;
	position: relative;
	z-index: 999;
	padding: 0px 45px;
}
.growcapitalSec .growInfo .leftPart,
.growcapitalSec .growInfo .rightPart {
	width:100%;
	display:inline-block;
}
.growcapitalSec .growInfo .leftPart > a,
.growcapitalSec .growInfo .rightPart > a {
	width:100%;
	display:inline-block;
	border-radius: 15px;
	margin-bottom: 23px;
	overflow:hidden;
}
.growcapitalSec .growInfo .leftPart a img,
.growcapitalSec .growInfo .rightPart a img {
	object-fit: cover;
    transition: all .3s ease-in-out;
}
.growcapitalSec .growInfo .leftPart:hover a img,
.growcapitalSec .growInfo .rightPart:hover a img {
    transform: scale(1.1);
}
.growcapitalSec .growInfo .leftPart h5,
.growcapitalSec .growInfo .rightPart h5 {
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
	color: #142E47;
	text-transform: capitalize;
	margin-bottom: 17px;
}
.growcapitalSec .growInfo .leftPart p,
.growcapitalSec .growInfo .rightPart p {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #142E47;
}

/* ---sponsorsSec--- */
.sponsorsSec {
	width: 100%;
    display: inline-block;
	padding-bottom: 128px;
	background-color: #fff;
}
.sponsorsSec .sponsorsInfo {
	padding: 30px;
	border-radius: 25px;
	background-color: #A98C3D;
}
.sponsorsSec .sponsorsInfo .title {
	display: flex;
	justify-content: center;
}
.sponsorsSec .sponsorsInfo .title h4 {
	position: relative;
	font-family: "Playfair Display", serif;
	font-weight: 800;
	font-size: 45px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	max-width: 400px;
	margin-bottom: 54px;
	padding-bottom: 22px;
}
.sponsorsSec .sponsorsInfo .title h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 80px;
	background-image: url(../images/grow-vector.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 200px;
	height: 7px;
	margin: 0 auto;
}
.sponsorsSec .sponsorsInfo .chooseBox {
	padding: 20px;
	border-radius: 25px;
	background-color: #FDF3DB;
	min-height: 244px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}
.sponsorsSec .sponsorsInfo .chooseBox:last-child {
	margin-bottom: 0px;
}
.sponsorsSec .sponsorsInfo .chooseBox .iconBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #142E47;
	border-radius: 10px;
}
.sponsorsSec .sponsorsInfo .chooseBox .contien p {
	font-size: 23px;
	font-weight: 600;
	line-height: 25px;
	color: #142E47;
	margin-bottom: 0px;
}
.sponsorsSec .sponsorsInfo .secondPart {}

/* ---futureSec--- */
.futureSec {
	position: relative;
	width: 100%;
    display: inline-block;
	z-index: 0;
	background-color: #FDF3DB;
}
.futureSec::after {
	content: "";
	width: 566px;
	height: 366px;
	background-image: url(../images/future-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.futureSec .circleBlock {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	z-index: -1;
	overflow: hidden;
}
.futureSec .circleBlock .circleBorder1 {
	width: 290px;
	height: 290px;
	border-radius: 100%;
	border: 1px solid rgba(169, 140, 61, 0.2);
	position: absolute;
	top: 0;
	left: var(--container-padding);
	z-index: 1;
}
.futureSec .circleBlock .circleBorder2 {
	width: 608px;
	height: 608px;
	border-radius: 100%;
	border: 1px solid rgba(169, 140, 61, 0.2);
	position: absolute;
	top: 70px;
	left: calc(var(--container-padding) + 167px);
	z-index: 2;
}
.futureSec .leftPart {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: end;
	margin-top: -60px;
}
.futureSec .rightPart {
	position: relative;
	z-index: 0;
	padding-left: 25px;
}
.futureSec .rightPart h4 {
	font-family: "Playfair Display", serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 50px;
	color: #142E47;
	width: 100%;
	max-width: 500px;
	margin-bottom: 40px;
}

.futureSec .rightPart .startBtn a {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	border-radius: 8px;
	padding: 11px 21px;
	color: #FFFFFF;
	background-color: #A98C3D;
	margin-bottom: 0px;
	transition: 0.3s all ease-in;
}

.futureSec .rightPart .startBtn a:hover {
	 background-color: #142E47;
}


/* ---footer--- */

footer {
	position: relative;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .coppyPart .textwidget {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
}
footer .coppyPart .textwidget p {
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: #142E47;
	margin-bottom: 0;
	text-align: center;
}
footer .coppyPart .textwidget p > a {
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: #A98C3D;
	text-decoration:none;
	transition: 0.3s all ease-in;
}
footer .coppyPart .textwidget p > a:hover {
	color: #142E47;
}

/*----- contact form 7 -----*/
.wpcf7-form-control-wrap 				{ display: block; }
body .wpcf7 form .wpcf7-response-output { width: 100%; padding: 0; margin: 15px 0 0 0; border: 0; box-sizing: border-box; font-size: 14px; color:#ff0000; line-height: normal; }
body span.wpcf7-not-valid-tip 			{ position: absolute; top: 2px; right: 12px; font-size: 12px; line-height: normal; white-space: nowrap; }
body .wpcf7-not-valid 					{ border-color: #f00 !important; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; color: #46b450; }
.wpcf7-spinner 							{ margin: 14px 14px; position: absolute; top: 0px; left: 210px; }

/*----------------- Inner Pages -----------------*/
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto; }

#innerbanner {
	position: relative;
	z-index: 0;
	background-color: #FDF3DB;
	padding-top: 150px;
	min-height: 550px;
	overflow: hidden;
}
#innerbanner::after {
	content: "";
	width: 417px;
    height: 471px;
	background: url(../images/inner-logo-bg.png) right top no-repeat;
	position: absolute;
    top: 50%;
	transform: translate(0, -50%);
    right: 0;
	z-index: -1;
}
#innerbanner .leftPart {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 0;
}
#innerbanner .leftPart .circleBorder1 {
	 position: absolute;
	 top: -166px;
	 left: -64px;
	 width: 425px;
	 height: 425px;
	 border-radius: 100%;
	 border: 1px solid rgba(169, 140, 61, 0.2);
	 display: inline-block;
	 z-index: -1;
}
#innerbanner .leftPart h1 {
	margin-bottom: 30px;
	font-family: "Playfair Display", serif;
	font-size: 75px;
	line-height: 90px;
	font-weight: 800;
	color: #142E47;
	text-transform: capitalize;
}
#innerbanner .leftPart h1 strong {
	color: #A98C3D;
	font-style: italic;
}
#innerbanner .leftPart p {
	width: 100%;
	max-width: 470px;
	margin-bottom: 35px;
	font-size: 22px;
	color: #142E47;
	font-weight: 400;
	line-height: 32px;
}
#innerbanner .leftPart .discoverBtn a {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	border-radius: 8px;
	padding: 11px 19px;
	color: #FFFFFF;
	background-color: #142E47;
	margin-bottom: 33px;
	transition: 0.3s all ease-in;
}
#innerbanner .leftPart .discoverBtn a:hover {
	background-color: #A98C3D;
}
#innerbanner .leftPart .bottomAerrow {
	margin-bottom: 47px;
}

#innerbanner .rightPart {
	position: relative;
	z-index: 0;
    float: right;
}
#innerbanner .rightPart .circleBorder2 {
	position: absolute;
	top: 10px;
	right: 55%;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(169, 140, 61, 0.2);
	border-radius: 100%;
	z-index: 1;
}
#innerbanner .rightPart .biggImg {
	position: relative;
	z-index: 2;
}
#innerbanner .rightPart .biggImg img {
	width: auto;
	height: auto;
}
#innerbanner .rightPart .smallImg {
	position: absolute;
	top: 40%;
	left: -100px;
	z-index: 3;
}
#innerbanner .rightPart .smallImg img {
	width: auto;
	height: auto;
}

#breadcrumbSec {
	position: relative;
    left: 0;
    right: 0;
    margin: 0;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
}
#breadcrumbSec .breadcrumb {
	position: relative;
	padding:0;
	margin:0;
	display: flex;
	align-items: center;
	gap: 10px;
	background: transparent;
	font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #A98C3D;
}
#breadcrumbSec .breadcrumb > i {
	height: 23px;
	font-size: 22px;
	color: #142E47;
}
#breadcrumbSec .breadcrumb > a {
	display: flex;
	gap: 10px;
	font-size: 22px;
	line-height: 22px;
	font-weight:400;
	color: #142E47;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#breadcrumbSec .breadcrumb > a:hover {
	color: #A98C3D;
}

#innerSection {
	width: 100%;
	display: inline-block;
	padding-top: 80px;
	padding-bottom: 140px;
}
#innerSection .content h2 {	
	margin: 0 0 20px 0;
	font-size: 40px;
	line-height:40px;
	font-weight: 700;
	color: #142E47;
}
#innerSection .content h2 strong {	
	font-weight: 700;
	color: #FE8007;
}
#innerSection .content h3 {	
	margin: 0 0 20px 0;
	font-size: 35px;
	line-height:45px;
	font-weight: 700;
	color: #142E47;
}
#innerSection .content h4 {	
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height:35px;
	font-weight: 700;
	color: #142E47;
}
#innerSection .content h5 {	
	margin: 0 0 20px 0;
	font-size: 22px;
	line-height:32px;
	font-weight: 700;
	color: #142E47;
}
#innerSection .content p {
	margin:0 0 15px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #142E47;
}

#aboutSec.aboutlinSec {
	padding-top: 80px;
	padding-bottom: 140px;
}
#aboutSec.aboutlinSec .rightPart p {
	margin-bottom:15px;
}
#aboutSec.aboutlinSec .rightPart p:last-child {
	margin-bottom:0px;
}

#whatWeDoSec.growcapitalSec {
	padding-top: 220px;
	padding-bottom: 150px;
}
#whatWeDoSec.growcapitalSec::after {
    top: 0;
}
#whatWeDoSec.growcapitalSec .itemBox {
	position: relative;
    padding: 90px 40px;
    min-height: 470px;
    border-radius: 25px;
    background-color: #142E47;
    z-index: 999;
}
#whatWeDoSec.growcapitalSec .itemBox .topContent {
	width:100%;
	display: flex;
	gap: 85px;
}
#whatWeDoSec.growcapitalSec .itemBox .topContent h4 {
	position: relative;
	width:30%;
	display:inline-block;
	margin-bottom: 0;
	padding-bottom: 22px;
	font-family: "Playfair Display", serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 40px;
	color: #FFFFFF;
}
#whatWeDoSec.growcapitalSec .itemBox .topContent h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/grow-vector.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 200px;
	height: 7px;
}
#whatWeDoSec.growcapitalSec .itemBox .topContent p {
	width:70%;
	display:inline-block;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
}

#investmentSec {
	width: 100%;
	display: inline-block;
	padding-top: 80px;
	padding-bottom: 120px;
}
#investmentSec .content {	
	width: 100%;
	display: inline-block;
}
#investmentSec .content img {	
	width: auto;
	min-width:600px;
	height:auto;
	border-radius: 15px;
}
#investmentSec .content h3 {	
	margin: 0 0 40px 0;
	font-size: 30px;
	line-height:40px;
	font-weight: 600;
	color: #142E47;
}
#investmentSec .content p {
	margin:0 0 30px 0;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	color: #142E47;
}
#investmentSec .content ul {
	display: inline-block;
	width: 48%;
	padding: 0;
	margin: 0 0 40px 0;
	list-style-type: none;
}
#investmentSec .content ul li {
	position: relative;
    display: flex;
	align-items: center;
    width: 100%;
    min-height: 60px;
    margin: 0 0 20px 0;
    padding-left: 80px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    color: #001833;
}
#investmentSec .content ul li:last-child {
	margin-bottom: 0;
}
#investmentSec .content ul li:before {
    position: absolute;
    left: 0px;
    top: 0;
	width: 60px;
    height: 60px;
    padding: 6px 10px 10px 6px;
    content: "\f132";
    font-family: "Material Design Icons";
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 10px;
    background-color: #A98C3D;
}


/*-------------- Contact Page -----------*/
#contactFormSec {
	position:relative;
	width: 100%;
	display:inline-block;
	padding-top: 220px;
    padding-bottom: 180px;
}
#contactFormSec::before {
    content: "";
    position: absolute;
    bottom: 275px;
    right: 0;
    background-image: url(../images/right-vector.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 477px;
}
#contactFormSec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/left-vector.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 477px;
}

#contactFormSec .itemBox {
	position: relative;
    padding: 90px 40px;
    min-height: 470px;
    border-radius: 25px;
    background-color: #142E47;
    z-index: 999;
}
#contactFormSec .itemBox .contactTop {
	width:100%;
	display: flex;
	gap: 85px;
}
#contactFormSec .itemBox .contactTop h4 {
	position: relative;
	width:30%;
	display:inline-block;
	margin-bottom: 0;
	padding-bottom: 22px;
	font-family: "Playfair Display", serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 40px;
	color: #FFFFFF;
}
#contactFormSec .itemBox .contactTop h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/grow-vector.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 200px;
	height: 7px;
}
#contactFormSec .itemBox .contactTop p {
	width:70%;
	display:inline-block;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
}

#contactFormSec .contactForm {
    position: relative;
	width: 75%;
    margin: -220px auto 0 auto;
    padding: 45px 45px;
    border-radius: 25px;
    background-color: #FDF3DB;
    z-index: 999;
}
#contactFormSec .contactForm .form-text p {
	margin:0 0 50px 0;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	color:#142E47;
}
#contactFormSec .contactForm .form-group {
	margin-bottom: 20px;
}
#contactFormSec .contactForm .form-group:last-child {
	margin: 0;
}
#contactFormSec .contactForm .form-group label {
	margin: 0 0 5px 0;
	width: 100%;
	display:inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color:#142E47;
}
#contactFormSec .contactForm .form-group .form-control {
	width: 100%;
	display:inline-block;
	padding: 10px 10px;
	height: 45px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #142E47;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #142E47;
}
#contactFormSec .contactForm .form-group .form-control::placeholder {
	color: rgb(0 24 51 / 40%);
	font-weight: 400;
}
#contactFormSec .contactForm .form-group .form-control:focus {
	color: #142E47;
	background-color: #ffffff;
	border-color: #A98C3D;
	box-shadow: none;
}
#contactFormSec .contactForm .form-group textarea.form-control {
	height: 120px;
	resize: none;
	border-radius: 5px;
}
#contactFormSec .contactForm .form-group .sendBtn {
	width: auto;
	display: inline-block;
	padding: 18px 40px 18px 40px;
	background: #063A50;
	border: 0px solid #063A50;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
#contactFormSec .contactForm .form-group .sendBtn:hover {
	background-color: #A98C3D;
	border: 0px solid #A98C3D;
	color: #fff;
}