@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.nunito-sans-regular {
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.nunito-sans-bold {
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

html {
  scroll-behavior: smooth;
}

body{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color:#46403b;
	background-color: #f3f2ee;
	font-family: 'Montserrat', sans-serif;
}
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/*comman-area*/
ol, ul{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
a{
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
	text-decoration: none;
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
}
h1{
	font-size: 80px;
	font-weight: 300;
	color: #bbb7b1;
	text-transform: uppercase;
	line-height: 63px;
}
h1 span{
	font-weight: bold;
	color: #f3f2ee;
	display: block;
}

h2{
	font-size: 60px;
	color: #88817c;
	font-weight: 300;
	line-height: 47px;
	text-transform: uppercase;
}
h2 span{
	font-weight: bold;
	color: #e1303b;
	display: block;
	margin: 0 0 0 35px;
}
p{
	margin: 0;
	line-height: 28px;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
}

img{
	max-width: 100%;
	    height: auto;
}
button:focus{
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn:hover{
	background-color: #e1303b;
	color: #fff;
	border-color: #fff;
}
.btn:hover::before,
.btn:hover::after{
	background-color: #fff;
}

.red_button{
	padding: 8px;
    background-color: #e1303b;
    color: white;
    font-size: 16px;
} 


.btn.redhover:hover::before,.btn.redhover:hover::after{
	background-color: #e1303b;
}
.btn.redhover:hover{
background-color: transparent;
	color: #e1303b;
	border-color: #e1303b;
}


.redborder{
	border: 2px solid #e1303b !important;
}

.blueborder{
	border: 2px solid #2C3497 !important;
}


/* navber */
.header{
	position: absolute;
	z-index: 1111;
	top: 0;
	left: 0;
	width: 100%;
}


.navbar-toggler-icon{
	color: #fff;
}
.navbar{
	width: 100%;
	min-height: 77px;
	padding:  13px 0 0 0;
}
.navbar-expand-lg .navbar-nav{
	margin: 0 ;
}
.navbar-expand-lg .navbar-nav .nav-item{
	margin: 0px 50px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
	margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
	/* display: none; */
}

.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	color: #fff;
	font-size: 16px;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
}


.rightmenu ul{
	margin: 0 0 0 auto;
	display: table;
	list-style: none;
}
.rightmenu ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 42px 0 0;
}
.rightmenu ul li:last-child{
	margin: 0;
}

.rightmenu ul li a{
	padding: 0;
	color: #fff;
	font-size: 16px;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
}


.logodata{
	width: 100%;
	position: relative;
	padding: 0 0;
}
.logodata::before{
	content: "";
	width: 34.7%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 17px;
	left: 0;
}
.logodata::after{
	content: "";
	width: 34.7%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 17px;
	right: 0;
}
.navbar-brand{
	margin: 0px auto;
	display: table;
	padding: 0;
}



ul.dropdown-menu li > ul.dropdown-menu{
	left: 100%;
	top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
	display: block
}
.dropdown-menu{
	background-color: #fff;
	border-radius: 0;
	border: none;
}

img.alignleft {
	float: left;
	margin: 15px 13px 15px 0;
}

img.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}

img.aligncenter {
	float: none;
	margin: 15px auto ;
}




/*=========== banner ===========*/
.home-banner{
	position: relative;
}
.home-banner::before{
	content: "";
	width: 2px;
	height: 96px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 11;
}
.banner-image{
	position: relative;
}
.banner-image img{
	width: 100%;
	height: 907px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.banner-image::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #e2313c;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.banner-text{
	position: absolute;
	top: 54%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: 860px;
	width: 100%;
	text-align: center;
	z-index: 111;
}
.banner-text h1{
	margin: 0 0 58px 0;
}

.banner-text p{
	font-size: 20px;
	color: #f3f2ee;
	max-width: 675px;
	margin: 0 auto;
	width: 100%;
}




/*======== ourbrand-section ========*/
.ourbrand-section{
	padding: 135px 0 202px 0;
}
.ourbrand-parent{
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
}
.title{
	margin: 0 0 48px 0;
}




.ourbrand-box{
	position: relative;
}
.ourbrand-box::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.ourbrand-box:hover {
    border:solid red
}

.ourbrand-box {
    border: solid transparent;
}


.ourbrand-text{
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(-0%, -50%);
	    -ms-transform: translate(-0%, -50%);
	        transform: translate(-0%, -50%);
	width: 100%;
}
.ourbrand-text img{
	margin: 0 auto;
}



.ourstory-image{
	position: relative;
	padding: 0 160px 0 0;
}
.ourstory-image img{
	height: 692px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.story-box{
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #e1303b;
	width: 634px;
	min-height: 635px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 50px;
}
.story-text{
	max-width: 415px;
	width: 100%;
}
.story-text h2{
	color: #bbb7b1;
	margin: 0 0 20px 0;
}
.story-text h2 span{
	color: #f4f3ee;
}
.story-text p{
	color: #f3f3ee;
	margin: 0 0 39px 0;
}
.comman-btn{
	width: 180px;
	height: 50px;
	background-color: transparent;
	color: #bbb7b1;
	font-size: 16px;
	font-weight: bold;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
	text-transform: uppercase;
	border: 2px solid #bbb7b1;
	border-radius: 0;
	line-height: 34px;
	position: relative;
}
.comman-btn::before{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #bbb7b1;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.comman-btn::after{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #bbb7b1;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.button-box{
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: left;
	padding: 65px 0 50px;
}

.button-box p{
	color: #46403b;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 30px 0;
/* 	font-family: 'nunito-sans-bold'; */
	font-family: "Nunito Sans", serif;
	font-weight:  700;
}



.invester-section{
	padding: 111px 0 50px 0;
}
.invester-parent{
	margin-bottom: 77px;
	position: relative;
}
.invester-parent::before{
	content: "";
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	border: 2px solid #e1303b;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
}
.invester-parent:last-child{
	margin: 0;
}
.invester-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px;
	min-height: 100%;
	z-index: 111;
	position: relative;
}
.invester-text{
	max-width: 415px;
	width: 100%;
}
.invester-text h2{
	margin: 0 0 20px 0;
	font-weight: 400;
}
.invester-text p{
	color: #46403b;
	margin: 0 0 39px 0;
}
.colordark-btn{
	border-color: #88817c;
	color: #88817c;
}
.colordark-btn::before,.colordark-btn::after{
	background-color: #88817c;
}





.footer{
	background-color: #e1303b;
	padding: 70px 0 63px 0;
}
.foot-data{
	text-align: center;
}
.foot-data ul{
	list-style: none;
	margin: 0 auto;
	display: table;
	margin-bottom: 20px;
}
.foot-data ul li{
	margin: 0 10px 0 0;
	display: inline-block;
}
.foot-data ul li:last-child{
	margin: 0;
}
.foot-data ul li a{
	width: 60px;
	height: 60px;
	background-color: transparent;
	text-align: center;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #f3f2ee;
}
.foot-data p{
	color: #f4f3ee;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
}
.foot-data p a{
	color: #f4f3ee;
	text-decoration: underline;
	margin: 0 0 0 10px;
}


a.footer-icon:hover svg #twitter-icon-bg,a.footer-icon:hover svg #email-icon-bg {
    fill: white!important;
}

a.footer-icon:hover svg #twitter-icon,a.footer-icon:hover svg #email-icon {
    fill: #e12f3b!important;
}








/*=========== about ===========*/
.inner-banner{
	position: relative;
}
.inner-banner::before{
	content: "";
	width: 2px;
	height: 47px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 11;
}
.inner-image{
	position: relative;
}
.inner-image img{
	height: 490px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.inner-image::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #e2313c;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.inner-text{
	position: absolute;
	top: 62%;
	left: 0%;
	-webkit-transform: translate(-0%, -50%);
	    -ms-transform: translate(-0%, -50%);
	        transform: translate(-0%, -50%);
	width: 100%;
	text-align: center;
	z-index: 111;
}




.objectives-section{
	padding: 48px 0 128px 0;
}
.objectives-parent{
	position: relative;
}
.objectives-parent::before{
	content: "";
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	border: 2px solid #e1303b;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
}
.objectives-wrape{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/* padding: 20px; */
	padding: 80px;
	min-height: 100%;
	z-index: 11;
	position: relative;
}
.objectives-text{
	max-width: 636px;
	width: 100%;
}
.objectives-text h2{
	margin: 0 0 20px 0;
}
.objectives-text p{
	color: #45403a;
	margin: 0 0 24px 0;
}
.objectives-text p a{
	color: #45403a;
	text-decoration: underline;
}

.objectives-text ul{
	margin: 0 0 0 17px;
	list-style: none;
}
.objectives-text ul li{
	color: #45403a;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 8px 0;
	position: relative;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
}
.objectives-text ul li::before{
	content: "";
	width: 4px;
	height: 4px;
	background-color: #45403a;
	position: absolute;
	top: 10px;
	left: -17px;
	border-radius: 100px;
}



.ourinvest-image img{
	height: 1076px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.ourinvest-image{
	position: relative;
}
.ourinvest-box{
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #46403b;
	max-width: 856px;
	width: 100%;
	min-height: 1017px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.ourinvest-text{
	max-width: 636px;
	width: 100%;
}
.ourinvest-text h2{
	margin: 0 0 20px 0;
	color: #f3f2ee;
}
.ourinvest-text h2 span{
	color: #e1313c;
}
.ourinvest-text p{
	color: #f3f2ee;
	margin: 0 0 24px 0;
}
.ourinvest-text h6{
	color: #f3f2ee;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
/* 	font-family: 'nunito-sans-bold'; */
	font-family: "Nunito Sans", serif;
	font-weight:  700;
}
.gray-btn{
	color: #f4f3ee;
	border-color: #f4f3ee;
}
.gray-btn::before,.gray-btn::after{
	background-color: #f4f3ee;
}
.ourinvest-text .comman-btn{
	margin-top: 11px;
}




.strategy-section{
	padding: 110px 0 50px 0;
}
.strategy-text h2{
	color: #89817d;
}
.strategy-text h2 span{
	color: #e2313c;
}
.strategy-text p{
	color: #45403a;
	margin: 0 0 24px 0;
}
.strategy-text h6{
	color: #45403a;
	font-weight: bold;
	line-height: 26px;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
}
.strategy-text .comman-btn{
	margin-top: 11px;
}





/*information-section investors =========*/
.information-section{
	padding: 60px 0 115px 0;
}
.infomenu-section{
	position: relative;
	z-index: 11;
	padding: 31px 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px rgba(137, 129, 125, 0.2);
	        box-shadow: 0px 0px 40px rgba(137, 129, 125, 0.2);
}
.infomenu-section.sticky{
	position: static;
	top:0;
	z-index: 99;
}
.infomenu ul{
	list-style: none;
	margin: 0;
}
.infomenu ul li{
	display: inline-block;
	margin: 0 53px 0 0;
}
.infomenu ul li:last-child{
	margin: 0;
}
.infomenu ul li a{
	font-size: 16px;
	color: #45403a;
	letter-spacing: 0.5px;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
	-webkit-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}


.infomenu ul li a.active,.infomenu ul li a:hover {
    color: #E2313C;
    border-bottom: solid 2px #E2313C;
    padding-bottom: 5px;
}



.parent-accordion{
	border-bottom: 2px solid #88817c;
}
.accordion-btn{
	font-size: 24px;
	font-weight: bold;
	color: #f3f2ee;
	min-height: 69px;
	text-align: left;
	width: 100%;
	padding: 0 30px 0 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
	border: none;
	text-transform: uppercase;
	position: relative;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.accordion-btn::before{
	content: "";
	width: 23px;
	height: 11px;
	background-image: url('../images/ac-arow.png');
	background-size: cover;
	position: absolute;
	top: 30px;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.parent-accordion .collapsed::before{
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.accordion-btn .team-name{
	width: 333px;
	display: inline-block;
	vertical-align: middle;
}
.accordion-btn .team-post{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.accordion-inner{
	padding:  5px 0 10px 0;
	max-height: 320px;
	overflow-y: auto;
	overflow-x: hidden;
}





.infotext-section{
	padding: 210px 0 80px 0;
}
.infotext-width{
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.infotext-text h3{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 17px 0;
	text-transform: uppercase;
	color: #46403b;
/* 	font-family: 'nunito-sans-bold'; */
	font-family: "Nunito Sans", serif;
	font-weight:  700;
}
.infotext-text p{
	color: #46403b;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px 0;
}
.infotext-text p a{
	color: #46403b;
	text-decoration: underline;
}
.infotext-text ul{
	margin: 0 0 0 20px;
	margin-bottom: 20px;
}
.infotext-text ul li{
	color: #46403b;
	line-height: 28px;
	font-size: 16px;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
}
.infotext-text ul li span{
	font-weight: bold;
}

.financial-text ul,#results-filter ul{
 columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 100%;
}


.significant-text,.admission-text,.aim-text{
	margin: 0 0 56px 0;
	padding: 0 0 50px 0;
	border-bottom: 2px solid #bbb7b1;
}
.financial-reports{
	margin: 0 0 62px 0;
	border-bottom: 2px solid #bbb7b1;
}
.financial-box{
	background-color: #e8e6e2;
	padding: 50px 40px 65px 40px;
}
.financial-box ul li,.financial-box ul li a{
	text-decoration: underline;
	color: #46403b;
}

.financial-title.collapsed img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.financial-title img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}



.admission-text ul li{
	text-decoration: underline;
}



.aim-text p{
	margin: 0 0 0 0;
}

.corporate-text p{
	margin: 0 0 6px 0;
}
.corporate-text ul{
	margin-bottom: 46px;
}
.corporate-text ul li {
	text-decoration: underline;
	color: #45403a;
}
.corporate-text h6{
	margin: 0;
	color: #45403a;
	font-size: 16px;
	font-weight: bold;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
}


.financial-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.financial-title{
	margin: 0 0 17px 0;
}
.financial-title h3{
	margin: 0 0 ;
}



.parent-select{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.selectBtn,.form-control{
	color: #46403b;
	border: none;
	border-radius: 0;
	font-size: 16px;
	background-color: #bbb7b2;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
	position: relative;
	height: 36px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}

.selectBtn::before{
	content: "";
	width: 22px;
	height: 9px;
	background-image: url('../images/tab-arow.png');
	background-size: cover;
	position: absolute;
	top: 16px;
	right: 17px;
}
.selectBtn span{
	font-weight: bold;
	margin: 0 0 0 10px;
}
.li-1{
	width: 23%;
	display: inline-block;
}
.li-2{
	width: 25%;
	display: inline-block;
}
.li-3{
	width: 52%;
	display: inline-block;
}
.select{
	position: relative;
}
.selectDropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.toggle{
	display: block;
}
.selectDropdown .option{
	display: block;
	color: #46403b;
	font-size: 16px;
	padding: 7px 20px;
	border-bottom: 1px solid #ccc;
}

.tab-inner{
	background-color: #e8e6e2;
	padding: 50px 55px 65px 55px;
	margin: 0 0 56px 0;
	border-bottom: 2px solid #bbb7b1;
}
.tab-inner ul{
	margin: 0 0 0 0;
}
.tab-inner ul li a{
	font-size: 16px;
	color: #46403b;
	text-decoration: underline;
}
.announcements-text h3{
	margin-bottom: 10px;
}

.form-control{
	background-color: #bbb7b2!important;
}
select {
    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;
}
select.form-control:not([size]):not([multiple]){
	height: 36px;
}

.select-icon{
	position: relative;
}
.select-icon::before{
	content: "";
	width: 22px;
	height: 9px;
	background-image: url('../images/tab-arow.png');
	background-size: cover;
	position: absolute;
	top: 13px;
	right: 17px;
	z-index: 111;
	pointer-events: none;
}
.select-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 0px 0 40px;
	background-color: #bbb7b2 ;
	border-right: 2px solid #f3f2ee;
}
.select-inner label{
	color: #46403b;
	font-size: 16px;
	margin: 0;
/* 	font-family: nunito-sans-regular; */
	font-family: "Nunito Sans", serif;
	font-weight: 400;
}

.admin-bar header.header {
    top: 40px;
}

[data-toggle="collapse"]{
	cursor: pointer;
}


li.list-link a{
	font-size: 16px;
	color: #46403b;
	text-decoration: underline;
}



li.nav-item.active:before{
    content:"";
    display:block;
    width: 2px;
    height: 22px;
    left: 50%;
    position:absolute;
    background: white;
    top: 40px;
}
li.nav-item.active{
    position:relative;
}

@media (max-width:992px) {
	
	li.nav-item.active:before{
	    display: none;
	}

}



.objectives-image.information-image {
	min-height: 70vh;
	
    /* background-image: url(https://tfs.newsite.uk/wp-content/uploads/2021/11/strategy-img.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-id-14 .objectives-image.information-image {
	min-height: 80vh;
}

@media (min-width:992px) {
	.objectives-image.information-image {
		min-height: 100% !important;
	}
}

@media (min-width:992px) {
/*@media (min-width:769px) {*/
	div#navbarSupportedContent {
		display: none;
	}
}

.objectives-text.information-text a {
    color: #45403a;
}


/* Works on Firefox */
.accordion-inner {
  scrollbar-width: thin;
  scrollbar-color: white orange;
}

.accordion-inner::-webkit-scrollbar {
  width: 5px;
}

.accordion-inner::-webkit-scrollbar-track {
  background: white;
}

.accordion-inner::-webkit-scrollbar-thumb {
  background-color: #65605b;
  border-radius: 20px;
  border: 3px solid #65605b;
}



li.nav-item{
    position:relative;

}
li.nav-item:hover:before {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    left: 50%;
    position: absolute;
    background: white;
    top: 40px;
}


@media (max-width:992px) {
	
	li.nav-item:hover:before {
	    display: none;
	}

}



.select-form-groups {
    display: flex;
    gap: 2px;
}

.select-form-group {
    flex: 1;
}



.select-form-group button {
    width: 100%;
    border: none;
    background: #bbb7b2;
    padding: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


.dropdown-menu.show {
    width: 100%;
    background: #f3f2ee;
    border: solid 2px gray;
    /* top: -13px; */
    border-top: 0;
    top: -2px!important;
    color: black;
}

.form-group .dropdown.show .dropdown-toggle {
    border: solid 2px #e1303b;
}

.form-group .dropdown.show .dropdown-toggle::after{
    border-top-color:#e1303b;
}




span.active-text.active {
    display: block;
}

span.inactive-text {
    display: none;
}

.dropdown.show span.active-text {
    display: none;
}

.dropdown.show span.inactive-text {
    display: block;
}



.invester-image{

}

@media (min-width:768px) {
	.invester-image{
		height: 100%;
    	overflow: hidden;
	}
}


.obj-image{
	background-position: center;
}

