* {
	margin: 0;
	padding: 0;
}
a,a:hover {
	text-decoration: none;
}
ul,li {
	text-decoration: none;
	list-style-type: none;
}
@font-face {
  font-family: 'Metropolis-SemiBold', sans-serif;
  src: url('../fonts/Metropolis-SemiBold.otf');
}
@font-face {
  font-family: 'Metropolis-Bold', sans-serif;
  src: url('../fonts/Metropolis-Bold.otf');
}

body {
	position: relative;
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: 'Metropolis-SemiBold', sans-serif;
	background: linear-gradient(90deg, rgba(231,75,35,1) 0%, rgba(231,102,36,1) 100%);
	padding: 10px;
}
.body_wrap {
	background: #fff;
	height: 100%;
	overflow-x: hidden;
}
.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
header {
    padding: 15px 0;
}
header .logo {
	text-align: center;
}
header .logo img {
    max-width: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.content_section {
    padding: 50px 0;
}
.content_section h1 {
    font-size: 32px;
    color: #0f2939;
    font-family: 'Metropolis-Bold', sans-serif;
    line-height: 1.3;
}
.content_section h1 strong {
	color: #fe6327;
}
.content_section p {
    font-size: 22px;
    color: #0f2939;
    line-height: 1.4;
    margin: 35px 0;
}
.content_section h4 {
    font-size: 28px;
    color: #0f2939;
    line-height: 1.4;
}
.investment_logos {
    padding: 50px 0;
}
.investment_logos_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.investment_logos .leftCol p {
	font-size: 28px;
	font-weight: 600;
	color: #0f2939;
	line-height: 1.4;
	text-transform: capitalize;
}
.investment_logos_wrap .rightCol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 450px);
}
.investment_logos_wrap .rightCol img {
    max-width: 150px;
    object-fit: cover;
    object-position: center;
}
.investment_logos_wrap .rightCol img:nth-child(2) {
    max-width: 220px;
}
.logoBox {
    text-align: center;
}
.logoBox p {
    font-size: 18px;
    font-weight: 600;
    color: #e94e1b;
    text-align: center;
    margin-top: 10px;
}
.contact_info_section {
	padding: 70px 0;
}
.contact_info_wrap {
    display: flex;
    align-items: center;
}
.contact_info_wrap .leftCol {
    width: 550px;
}
.contact_info_wrap .leftCol h6 {
	font-size: 30px;
	font-weight: 600;
	color: #0f2939;
	line-height: 1.4;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.contact_info_wrap .leftCol span {
    font-size: 18px;
    font-weight: 600;
    color: #0f2939;
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.contact_info_wrap .leftCol p {
    font-size: 18px;
    color: #0f2939;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact_info_wrap .leftCol a {
    font-size: 18px;
    font-weight: 400;
    color: #0f2939;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.contact_info_wrap .leftCol a:hover {
    color: #e94e1b;
}
.contact_info_wrap .leftCol ul {
    margin: 20px 0 0;
}
.contact_info_wrap .leftCol ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.contact_info_wrap .leftCol ul li span {
    display: flex;
    font-size: 22px;
    color: #fff;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #e94e1b;
    transition: all 0.3s ease-in-out;
}
.anchor-div {
    box-sizing: content-box;
    width: 550px;
    overflow: hidden;
}
.contact_info_wrap .leftCol ul li a {
	font-size: 18px;
	transition: all 0.4s ease-in-out;
	color: #0f2939;
	display: inline-block;
}
.contact_info_wrap .leftCol ul li a:hover {
	color: #e75f23;
}
.contact_info_wrap .leftCol ul li span:hover {
    background: #0f2939;
}
.contact_info_wrap .rightCol {
    width: calc(100% - 550px);
}
.footer_logo a img {
    max-width: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.copyrights_section {
    background: #09202c;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}