/*--
    - 1.Theme default CSS
-----------------------------------------*/

html {
	font-size: 16px;
}

body {
	font-family: 'Cormorant Garamond', BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", 	Helvetica,
		Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	font-style: normal;
	background-color: #000;
}


/*--
    - BASIC SETUP
-----------------------------------------*/

*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* -----  Selection Color css ----- */

::-moz-selection {
	background: var(--primary-color);
	color: var(--color-033);
}

::selection {
	background: var(--primary-color);
	color: var(--color-033);
}


/* -----  Scrollbar Css ----- */

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	width: 10px;
	background: var(--color-033);
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

::-webkit-scrollbar-thumb {
	width: 0;
	height: 35%;
	/* -webkit-transition: 0.5s ease; */
	/* transition: 0.5s ease; */
	background: #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-right: 0px solid #fff;
	cursor: pointer;
}

ul li {
	list-style: none;
}

a,
a:focus {
	text-decoration: none;
}

button:focus,
input:focus,
textarea:focus,
button,
input,
textarea {
	outline: 0;
	border: 0;
	background-color: transparent;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
hr {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 36px;
	color: var(--primary-color);
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}


/* 
=====================================
Variables
=====================================
*/

:root {
	--size-68: 4.25rem;
	--size-48: 3rem;
	--size-30: 1.875rem;
	--size-20: 1.25rem;
	--size-16: 1.6rem;
	--primary-color: #fff;
	--secondary-color: #000;
	--color-033: #033762;
	--color-99: #0099FF;
}

.text-white {
	color: var(--primary-color);
}


/*--
    - START REUSABLE COMPONENTS
-----------------------------------------*/

.arrow-down {
	display: none;
}

.arrow-down img {
	width: 60px;
	position: relative;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* .section-padding {
    padding: 200px 0px 200px 0px;
} */

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

/* ============== page 1 css start================*/

header#header {
	z-index: 99;
	position: relative;
}

.header-video-content {
	/* background-image: url('../img/hero-bg-1.mp4'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	position: relative;
}

.bg-video {
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	overflow: hidden;
}

.bg-video video {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	border: none;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	object-fit: cover
}

.header-video-content,
.about-us,
.our-equity,
.contact-us {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.header-video-content,
.about-us,
.our-equity,
.contact-us {
	background-repeat: no-repeat;
	background-size: cover;
}

.header-video-content::before {
	content: "";
	position: absolute;
	background: #040415;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.header-video-text {
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.header-video-text h1 {
	color: #fff;
	font-size: 53px;
	line-height: 1.1;
	padding: 0 300px;
}


/*---------about us css here----------*/

.about-us {
	background-image: url('../img/aboutus.jpg');
	background-position: center center;
	position: relative;
}

.about-us p,
.our-equity p {
	color: var(--primary-color);
	font-size: 24px;
	margin-bottom: 1.25rem;
}

.about-us p {
	margin-bottom: 0px;
}

.about-us-content,
.our-equity-content,
.contact-us-content {
	padding: 0 120px;
}

.about-us-content h2,
.our-equity-content h2,
.contact-us-content h2 {
	margin-bottom: 35px;
}


/*---------- ]COPYRIGHT TEXT CSS HERE ----------*/

.copyright-text span {
	color: var(--primary-color);
}


/*---------- OUR EQUITY CSS HERE ----------*/

.our-equity {
	background-image: url('../img/equity-bg-1.jpg');
	background-position: center center;
}


/*----------CONTACT US CSS HERE----------*/

.contact-us {
	background-image: url('../img/contactus.jpg');
	background-position: center center;
}

.contact-us-content span,
.contact-us-content a {
	color: #fff;
	display: block;
	font-size: 24px;
}

.contact-us-content h3 {
	font-size: 30px;
	color: #fff;
	border-bottom: 2px solid #efefef;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 0 5px 0;
}

.tel-fax a {
	display: inline-block;
}


/*-------- menu area css here -------------*/

.transparent-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 9;
}

.header-menu-drop {
	display: flex;
	align-items: center;
	justify-content: end;
}

.menu-box {
	border-bottom: 2px solid #75757E;
}

.main-menu ul li {
	display: inline-block;
	margin-left: 40px;
	position: relative;
}

.main-menu ul li a {
	font-size: 20px;
	letter-spacing: 2px;
	display: block;
	color: #fff;
	font-weight: 700;
	transition: color .3s ease;
	padding: 20px 0;
}

.main-menu ul li a:hover {
	color: #e2d4d4;
}

.main-menu ul li .submenu {
	position: absolute;
	left: -50px;
	background: rgba(20, 19, 19, 0.8);
	width: 400px;
	padding: 20px 0;
	visibility: hidden;
	/* transition: 0.3s; */
	top: 100%;
	z-index: 999999999999;
}

.main-menu ul li:hover>.submenu {
	opacity: 1;
	visibility: visible;
}

.main-menu ul li .submenu li {
	margin-left: 25px;
	display: block;
	padding: 6px 0;
}

.main-menu ul li .submenu li a {
	color: #fff;
	font-size: 15px;
	text-align: left;
	padding: 0px;
	border: none;
	padding-left: 20px;
	position: relative;
}

.main-menu ul li .submenu li:hover a {
	color: rgb(233, 215, 215);
}

.main-menu {
	text-align: right;
}

.menu-border {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
	opacity: 0;
	visibility: hidden;
	padding-right: 15px;
	position: absolute;
	top: 5px;
	left: 0;
}

.main-menu ul li .submenu li a:hover .menu-border {
	opacity: 1;
	visibility: visible;
}


/* -------- PAGE 2 CSS START ----------- */


/* -------- investment-banking CSS HERE ----------- */

.investment-banking {
	background-image: url('../img/investmentbanking.jpg');
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.investment-banking,
.asset-management,
.equity-investment,
.p-trade-financing {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.investment-banking-content ul li {
	display: flex;
	font-size: var(--size-20);
	color: var(--primary-color);
}

.investment-banking-content ul li:not(:last-child) {
	margin-bottom: 40px;
}


/* --------------- ASSET MANAGEMENT CSS HERE -------------------- */

.asset-management {
	background-image: url('../img/asset_wealthmanagement.jpg');
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.asset-management-content p,
.investment-banking-content p,
.equity-investment p,
.p-trade-financing p {
	color: var(--primary-color);
	margin-bottom: 25px;
	font-size: var(--size-20);
}

.asset-management-content h2,
.investment-banking-content h2,
.equity-investment h2,
.p-trade-financing h2 {
	margin-bottom: 1.875rem;
}


/* ------------ EQUITY MANAGEMENT CSS HERE ------------------ */

.equity-investment {
	background-image: url('../img/privateequityinvestment.jpg');
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


/* ----- P-TRADE-FINANCING CSS HERE----- */

.p-trade-financing {
	background-image: url('../img/projecttradefinancing.jpg');
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.p-trade-financing-content ul {
	color: var(--primary-color);
	font-size: var(--size-20);
	margin-bottom: 1.875rem;
}

.p-trade-financing-content ul li {
	display: block;
}

.p-trade-financing-content span {
	color: #fff;
	font-size: 21px;
}

.p-trade-financing-content ul li::before {
	content: "\2022";
	color: var(--primary-color);
	font-weight: bold;
	display: inline-block;
	width: 0.625rem;
	margin-left: 0.9375rem;
	margin-right: 0.5rem;
}


/*header sticky*/

.sticky {
	background-color: #fff !important;
	color: red;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky .main-menu ul li a {
	color: #000;
}


/* .sticky .main-menu ul li a:hover {
    border-color: #033763;
} */

.sticky .menu-box {
	border-bottom: 0px solid transparent;
}

.main-menu nav ul li.active>a {
	border-color: #033763;
}

.main-menu nav ul li>a {
	border-bottom: 4px solid transparent;
}


/*bussiness header*/
.bussiness-header {
	background-color: #fff
}

.bussiness-header .sticky {
	background-color: #fff !important;
}

.bussiness-header.menu-area .sticky .main-menu ul li a {
	color: #000;
}

.bussiness-header .main-menu ul li a {
	color: #000;
}

.bussiness-header.menu-area .sticky .main-menu ul li a:hover {
	border-color: #033763;
}


/* .bussiness-header .main-menu ul li a:hover {
    border-color: #033763;
}
 */

.bussiness-header .menu-box {
	border-bottom: 0px solid transparent;
}



.sticky .mean-container a.meanmenu-reveal span {
	background: #000 !important;
}

.mean-container a.meanmenu-reveal {
	border: 1px solid transparent !important;
}

.sticky .mean-container a.meanmenu-reveal span {
	background: #000;
}

.sticky .meanmenu-reveal.meanclose {
	color: black;
}

.bussiness-header .mean-container a.meanmenu-reveal span {
	background: #000;
}

.bussiness-header .meanmenu-reveal.meanclose {
	color: black;
}

.sticky select.selectpicker {
	color: #000;
}

.bussiness-header select.selectpicker {
	color: black;
	opacity: 1;
}

.logo{
	position: relative;
	z-index: 102;
}
.logo-page-1 {
	display: none;
}

.logo-p-1 .sticky .logo-page-1 {
	display: block;
}

.logo-p-1 .sticky .logo {
	display: none;
}

.main-menu ul li a {
	padding: 30px 0;
}

.logo-page-1 img,
.logo img {
	max-width: 250px;
}


/* ----------Footer area css here----------*/

.footer-area {
	padding: 50px 0;
}

.copyright-text span {
	color: #fff;
	font-size: 24px;
}

.footer-area {
	padding: 50px 0;
	background: #030303;
}


/* Custom dropdown */


/*the container must be positioned relative:*/

.custom-select {
	position: relative;
	margin-left: 35px;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
}


/*style the arrow inside the select element:*/

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 3px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.transparent-header .sticky .select-selected:after {
	border-color: #000 transparent transparent transparent;
}

.bussiness-header .select-selected:after {
	border-color: #000 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 9px;
}

.bussiness-header .select-selected.select-arrow-active:after {
	border-color: transparent transparent rgb(0, 0, 0) transparent;
	top: 9px;
}

.transparent-header .sticky .select-selected.select-arrow-active:after {
	border-color: transparent transparent #000 transparent !important;
}


/*style the items (options), including the selected item:*/

.transparent-header .sticky .select-items div {
	color: #000000 !important;
}

.transparent-header .sticky .select-selected {
	color: #000000 !important;
}

.bussiness-header .select-selected {
	color: #000000 !important;
}

.select-items div,
.select-selected {
	color: #fff !important;
	padding: 5px 9px;
	cursor: pointer;
	user-select: none;
	font-size: 20px;
	font-weight: 700;
}


/*style items (options):*/

.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background: #000000;
}

.transparent-header .sticky .select-items {
	background: #f4f4f4;
}


/*hide the items when the select box is closed:*/

.select-hide {
	display: none;
}

a.mm-anchor img {
	height: 50px;
}

section#header,
.our-equity {
	position: relative;
}

a.mm-anchor {
	position: absolute;
	bottom: 100px;
	animation: animate 2s infinite;
	z-index: 2;
	display: none;
}

@keyframes animate {

	0% {
		opacity: 0;
		transform: rotate(0deg) translate(20px, 20px);
		-webkit-transform: rotate(0deg) translate(20px, 20px);
		-moz-transform: rotate(0deg) translate(20px, 20px);
		-ms-transform: rotate(0deg) translate(20px, 20px);
		-o-transform: rotate(0deg) translate(20px, 20px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(0deg) translate(20px, 20px);
		-webkit-transform: rotate(0deg) translate(20px, 20px);
		-moz-transform: rotate(0deg) translate(20px, 20px);
		-ms-transform: rotate(0deg) translate(20px, 20px);
		-o-transform: rotate(0deg) translate(20px, 20px);
	}
}


.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown button {
	cursor: pointer;
	user-select: none;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 30px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	margin-left: 15px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-weight: 700;
}

.dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}

.bussiness-header button.dropbtn {
	color: #000;
}

.mean-container a.meanmenu-reveal {
	/* margin-top: -27px !important; */
}

.header-area.sticky .dropdown button {
	color: #000;
}

.language {
	padding: 0 20px 0 100px;
	color: #fff;
}

.language span {
	cursor: default;
	font-size: 20px;
}

.language a {
	color: #fff;
}

.bussiness-header .language,
.bussiness-header .language a,
.sticky .language,
.sticky .language a {
	color: #000;
}