* { 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: 250px; width: 100%; object-fit: cover; object-position: center; }
.content_section { padding: 50px 0; }
.content_section h1 { font-size: 45px; color: #0f2939; font-family: 'Metropolis-Bold', sans-serif; line-height: 1.2; }
.content_section h1 strong { color: #fe6327; }
.content_section p { font-size: 30px; color: #0f2939; line-height: 1.4; margin: 50px 0; }
.content_section h4 { font-size: 38px; line-height: 1.2; 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: 32px; 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: 250px; object-fit: cover; object-position: center; }
.contact_info_section { padding: 70px 0; }
.contact_info_wrap { display: flex; align-items: center; }
.contact_info_wrap .leftCol h6 { font-size: 36px; font-weight: 600; color: #0f2939; line-height: 1.4; text-transform: capitalize; }
.contact_info_wrap .leftCol p { font-size: 20px; color: #0f2939; }
.contact_info_wrap .leftCol ul {margin: 18px 0 0;}
.contact_info_wrap .leftCol ul li { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; margin: 0 0 10px; }
.contact_info_wrap .leftCol ul li span { display: block; font-size: 22px; color: #0f2939; }
.anchor-div { box-sizing: content-box; width: 550px; overflow: hidden; }
.contact_info_wrap .leftCol ul li a { font-size: 20px; transition: all 0.4s ease-in-out; color: #0f2939; display: inline-block; }
.contact_info_wrap .leftCol ul li a:hover { color: #e75f23; }
.footer_logo a img { max-width: 150px; width: 100%; object-fit: cover; object-position: center; }
.copyrights_section { background: #09202c; padding: 15px 10px; text-align: center; color: #fff; font-size: 20px; }