
html, body {   
    color: #333;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
body, wrapper {
    min-height: 100vh;
}
wrapper {
    overflow: hidden;
}

dt {
    color: #00458c;
}


dt.col-12 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: -0.125rem;
    margin-bottom: 1rem;
}


dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

/*------------------------------
            Global        
------------------------------*/
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #6394b7;
    text-decoration: none;
}

.pbb-5, .pyy-5 {
    padding-bottom: 1rem!important;
}

.ptt-5, .pyy-5 {
    padding-top: 1rem!important;
}

.navbar.sticky-bg .nav-item.nav-link {
    color: #24426a;
}

.navbar.sticky-bg .nav-item.nav-link:hover {
    color: #000;
}

.navbar.sticky-bg .fas{
    color: #24426a !important;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}

.white-logo{
	display:none;
}

.sticky-bg .blue-logo{
	display:none;
	transition:1s;
}

.sticky-bg .white-logo{
	display:block;
	transition:1s;
	margin: 1px 0px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal ul{
	padding-left:1rem;
}

.header {
    color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}
.sub-header {
    color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2.25rem;
}
.list-custom {
    padding-left: 1.3rem;
}
.trans {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.button-accord {
  background-color: #378cc7;
  border: none;
  color: white;
  border-radius:5px;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


.nav-item.nav-link.brochure{
	margin-left:25px !important;
}
/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    padding: 0rem 0;
}

.sticky-bg {
    background: #fff;
	box-shadow: 0 0 2px #ccc;
}

.navbar .navbar-brand {
    width: 16rem;
}
.navbar .navbar-toggler {
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar.navbar-min {
    background-color: #516575;
    padding: .5rem 0;
}
.navbar .fas {
    color: #fff;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .nav-item.nav-link {
    color: #fff;
    font-size: 1.110rem;
    font-weight: 600;
    padding: 0.25rem;
    margin: 1px 0.375rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
    color: #24426a;
}
.navbar .nav-item.nav-link:last-child {
    cursor: pointer;
}
@media (min-width: 1200px) {
    .navbar .navbar-nav {
        position: relative;
        margin: 0.75rem;
    }
    .navbar .nav-item.nav-link:last-child {
            
    top: -1.5rem;
    right: -7px;
    color: #fff;
    background-color: #498324;
    font-size: .875rem;
    font-weight: 400;
    padding: .375rem 0.5rem;
    margin: 0;
	display:none;
    }
    .navbar .nav-item.nav-link:last-child:hover {
        background-color: #378cc7;
    }
}



/*------------------------------
            Home      
------------------------------*/
.home {
    position: relative;
    overflow: hidden;
	height:100vh;
}
.home .container {
    z-index: 99;
    position: relative;
}
.home .d-flex {
    height: calc(100vh - 0rem) !important;
}
.home h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight:500;
	max-width: 1000px;
    text-align: center;
    padding: 3rem 0;
    margin: auto;
	text-shadow: 1px 0px 2px #000;
}
.home .video {
    position: absolute;
	background:#fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}
p.notes {
    text-align: left;
}
.transaction .transtn-type.often hr {
    border-top: 1px solid #ffffff7a;
    margin-bottom: 1rem;
}
.rw-box img.img-fluid {
    width: auto;
}
.rw-box {
    display: flex;
	justify-content:center;
	align-items:center;
}
.home .video video {
    position: relative;
    left: 20%;
	display: block;
    /* width: 100%; */
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-20%);
}


.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .1rem 1rem !important;
}
.navbar {
    z-index: 999;
    padding: 0rem 0;
}
.trans {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/*------------------------------
           Who We Are        
------------------------------*/

.rw-box img.img-fluid {
    width: 65px;
}

.about .header {
    color: #24426a;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}
.about .sub-header {
    color: #24426a;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2rem;
}


.about {
    padding: 4rem 0;
	background:#fff;
}

.about .about-icon .about-gap{
	margin-bottom:15px;
	width: 20%;
    float: left;
	padding:0 15px;
}

.about .about-icon{
	margin-top:10px;
	text-align:center;
}
.about .about-icon img{
	margin-bottom:10px;
}

.about .about-icon h5{
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #24426A;
}


.market p.mb-2 {
	display: inline-flex;
    color: #fff;
    background-color: #24426a;
    height: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	width:100%;
}
.market p.mb-2 span{
	margin: auto 5px;
	line-height: 20px;
    text-align: center;
	display: block;
    width: 100%;
}


.about p {
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.about .about-text p {
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#000;
	line-height:30px;
	font-size:20px;
}

.about .about-text ul li {    
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-size:1rem;
	font-weight: 500;
	margin-bottom: 10px;
}



.video-corevalue{
    position: relative;
    width:100%;
	height:100%;
	display:flex;
	overflow:hidden;
}


.video-ccontainer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.color-overlay{
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
}

.myVideo{
	width:100%;
}



/*------------------------------
           Approach        
------------------------------*/
.approach {
    color: #fff;
    padding: 4rem 0;
    position:relative;
}
.approach .header {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}
.approach img {
    width: 4rem;
    margin-right: 1rem;
}
.approach h5 {
    font-size: 1.15rem;
    font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.approach p {
    font-size: 1.125rem;
    line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}



/* Video Parallax Section*/
.ParallaxVideo{ 
	height: 0px;
	padding-bottom: 0px;
    padding-top: 0px; 
}
.ParallaxVideo video{ 
    min-width: 100%;
    position: fixed;
	top:0;
	z-index: -9999;
}
.ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


/*------------------------------
          Market Focus        
------------------------------*/
.market {
    background-color: #24426a;
    padding: 4rem 0;
}

/* .market ul{
	padding-inline-start: 0px;
} */

.market ul li{
	list-style:none;
	margin-bottom:12px;
	color:#fff;
}

.market .header{
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.market ul li b.visibl{
	visibility:hidden;
}

.market .sub-header {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2.25rem;
}

.market .tb-form{
	width:90%;
	margin:30px auto;
}

.market .tb-form table{
	width:100%;
}

.market table tr th{
	font-weight:700;
	background:#585858;
}

.market table tr td, .market table tr th{
	color:#fff;
	padding:10px 10px;
	border:1px solid #fff;
}

.market ul.brder-line{
	border-right: 1px solid #fff;
	padding-right: 10px;
}

.market .colored{
	background:#498324;
}

.market .color-head{
	background:#585858;
}


.market.crit {
    background-color: #fff;
    padding: 4rem 0;
}


.market.crit ul li{
	margin-bottom:12px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	list-style:disc;
}

.market.crit .header{
	color: #24426a;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3rem;
	text-transform:uppercase;
}

/*------------------------------
            Partners        
------------------------------*/
.partners {
    padding-top: 4rem;
    padding-bottom: 2rem!important;
}


.list-unstyled {
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
}



/*------------------------------
          Portfolio        
------------------------------*/
.portfolio {
    background-color: #fff;
    padding: 4rem 0;
}
.portfolio .header {
    color: #24426a;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}
.portfolio .info-slider {
    margin: 0 -2rem;
}

.portfolio .main {
    margin-bottom: 2rem;
}
.portfolio .img-container {
    height: 16rem;
    padding: 2rem 2rem;
    border: 1px solid #ccc;
}

.portfolio .img-container a{
	cursor:pointer;
}

.port.modal dt {
    color: #00458c;
}
.img-contain {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.portfolio .content {
    text-align: center;
    padding: 1.25rem 0;
}
.portfolio .content p {
    color: #626262;
    font-size: 1.125rem;
	font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    margin: 0;
}
/* .portfolio .img-container img {
    width: 10rem;
    max-height: 100%;
    filter: grayscale(1);
    transition: all 0.3s;
}
.portfolio .img-container:hover > img {
    filter: grayscale(0);
} */





/*------------------------------
      Investment Criteria        
------------------------------*/
.criteria {
    color: #fff;
    background-color: #498324;
    padding-top:6rem;
	padding-bottom:20px;
}
.criteria .header {
    color: #fff;
}
.criteria .col-lg-6 {
    margin-bottom: 1.5rem;
}
.criteria .media {
    position: relative;
    height: 100%;
    color: #333;
    background: rgba(255,255,255,0.9);
    padding: 1.5rem 1.75rem 1.5rem 1rem;
}
.criteria .media img {
    position: relative;
    left: -0.25rem;
    width: 7rem;
    margin-right: 0.75rem;
}
.criteria h5 {
    color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    min-height: 3rem;
}
.criteria h6 {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(38,61,81,0.1);
    margin-bottom: 0.5rem;
}
.criteria h6:first-child {
    margin-top: auto;
}
.criteria h6:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: auto;
}





/*------------------------------
            Team        
------------------------------*/
.team {
    background-color: #f7f7f7;
    padding: 4rem 0;
}

.team .header{
	color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}

.team .sub-header{
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2.25rem;
}

.team .col-lg-6,
.team .col-lg-4 {
    margin-bottom: 1.75rem;
}
.team .media {
    height: 100%;
    cursor: pointer;
}
.team .media:hover > .media-body h6 {
    color: #6394b7;
}
.team .media-body {
    height: 100%;
    background-color: #fff;
    padding: 1rem 1.25rem;
}
.team img {
    width: 12.75rem;
}
.team .name {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.125rem;
}
.team .title {
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
	font-family: 'Montserrat', sans-serif;
}
.team p {
    font-size: 1rem;
    line-height: 1.3;
    max-height: 4.5rem;
	font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}
.team h6 {
    color: #498324;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto 0 0;
    transition: all 0.3s;
	font-family: 'Montserrat', sans-serif;
}
.team .person img {
    width: 100%;
}
.team .person {
    cursor: pointer;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
}
.team .content {
    padding: 0.75rem 1rem 0;
}
.team .person .name {
    font-size: 1.125rem;
}

.all.team > .container .mx-wdteam {
    max-width: 925px;
}



/*------------------------------
             Modal        
------------------------------*/

.carousel-item .port-logo{
	padding: 1rem;
    border: 1px solid #ccc;
    height: 12rem;
    margin-bottom: 1rem;
}

.fade .show {
    opacity: 1;
}
.modal .modal-content {
    border-radius: 7px;
    border: none;
}
.modal .media img {
    width: 16rem;
    margin-bottom: 0.75rem;
}
.modal .modal-body {
    padding: 1.5rem;
}
.modal .media .name {
    color: #084773;
    font-size: 1.375rem;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.modal .title {
    color: #084773;
    font-size: 1.125rem;
    margin-bottom: 0rem;
	font-family: 'Montserrat', sans-serif;
}

.modal ul{
	margin-bottom:1rem !important;
}

.modal ul.top{
	padding-left:0;
	margin-top:10px;
}

.modal ul li{
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
}

.modal p {
    text-align: justify;
    margin-bottom: 1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:0 15px;
	font-size:15px;
}

.modal p:last-child {
    margin-bottom: 0.5rem;
}

.modal .close {
    cursor: pointer;
    position: absolute;
    top: 0rem;
    right: 0rem;
    color: #378cc7;
    padding: 0.5rem;
    transition: all 0.3s;
    opacity: 1;
}

.modal .btn {
    color: #fff;
    background-color: #084773;
    padding: 0.5rem 1.25rem;
    border: 1px solid #084773;
    margin-top: 2rem;
}

.modal .btn:hover {
    opacity: 0.8;
}

.modal .btn:focus {
    outline: none;
    box-shadow: none;
}

.modal form.invisible {
    display: none!important;
}

.modal .invalid-feedback {
    display: block;
    width: 100%;
    margin: .5rem 0 0;
}

.modal .invalid-feedback.invisible {
    visibility: hidden!important;
}

.model-port a.carousel-control-prev {
    width: 30px;
    left: -45px;
}

.model-port a.carousel-control-next {
    width: 30px;
    right: -45px;
}

/*------------------------------
       Guiding Principles        
------------------------------*/
.guiding {
    color: #fff;
    background-color: #498324;
    padding: 4rem 0;
}
.guiding .header {
    color: #fff;
}
.guiding h6 {
    font-size: 1.25rem;
}
.guiding h6 i {
    color: #6394b7;
    font-weight: 700;
}
.guiding h6 {
    margin-bottom: 1.75rem;
}
.guiding h6:last-child {
    margin-bottom: 0;
}




/* New Team Secion */

.modal-header {
    color: #fff;
    background-color: #04659b;
    padding: 1rem 2rem;
}

.modal button {
    color: #fff;
    transform: scale(1.2);
}

.all {
    padding: 4.3rem 0;
}

.all.team {
    color: #fff;
    background-color: #24426a;
    /* background: -webkit-linear-gradient(left, #4a95c0 , #04659b);
    background: -o-linear-gradient(right, #4a95c0, #04659b);
    background: -moz-linear-gradient(right, #4a95c0, #04659b);
    background: linear-gradient(to right, #4a95c0 , #04659b); */
}

.all.team ul{
	padding-left:1rem;
	margin-bottom: 1rem !important;
}

.all.team ul li{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size: 16px;
	line-height:24px;
}

.all.team p{
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height:24px;
}

.team .person {
    min-height: 1rem;
    cursor: pointer;
   /*  margin: 1rem 0; */
}

.team .person .content {
    background-color:#24426a;
    padding: 1rem 0rem;
}

.team .person .content p{
	padding:0;
}

.team .person .name {
    font-size: 1.3rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.team .person span{
	font-size:12px;
	line-height:18px;
	display:block;
}

.team .person span a{
	font-size:13px;
	text-decoration:underline;
	margin-left:5px;
}

.team .person .title {
    font-size: 0.775rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    margin-bottom: -0.25rem;
}

.team .person a {
    color: white;
    font-size: 1.3rem;
}

.team .header {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}
.team h4.header {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}

.team h5.name {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}
.portfolio h4.header {
    color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}


.port.modal .port-logo {
    padding: 1rem;
    border: 1px solid #ccc;
    height: 12rem;
    margin-bottom: 1rem;
}


body .carousel-indicators li{
  background-color:red;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon{
  background-color:none;
}
body .no-padding{
  padding-left: 0;
  padding-right: 0;
}


/*------------------------------
       News Section        
------------------------------*/
.news {
    background-color: #f1f1f1;
    padding: 4rem 0;
}
.news .header {
    color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}
}
.news h6 {
    font-size: 1.25rem;
}
.news h6 i {
    color: #6394b7;
    font-weight: 700;
}
.news h6 {
    margin-bottom: 1.75rem;
}
.news h6:last-child {
    margin-bottom: 0;
}

.news .date {
    color: #333;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.news .title {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.news .desc {
    color: #8c8c8c;
    font-size: 1rem;
    font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.news .read-more {
    color: #00458c;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
	font-family: 'Montserrat', sans-serif;
}

/*  Investment Criteria  */

.investment-criteria {
    text-align: center;
    padding: 0 0 0rem;
}
.investment-criteria h1 {
    color: #24426a;;
    font-size: 1.75rem;
    font-weight: 500;
    padding: 1.5rem 0 0;
    margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.investment-criteria p {
    font-size: 1.15rem;
    font-weight: 300;
    padding: 1.5rem 0;
    margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.investment-criteria p.investment {
    padding: 1rem 0 !important;
    margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.investment-criteria p h6{
    font-size: 28px;
	font-weight:400;
}

.investment-criteria p.countt{
    font-size: 27px;
	font-weight:600;
}

.investment-criteria p.invest {
    font-size: 1rem;
    font-weight: 300;
    padding: 0rem 0;
    margin: 0;
}

.investment-criteria ul {
	font-size: 1.15rem;
    font-weight: 300;
    padding: 1.5rem 20px;
    margin: 0;
	font-family: 'Montserrat', sans-serif;	
	text-align:left;
}

.investment-criteria .border-sides {
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
    border-left: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
}

.investment-criteria .border-sides-deal {
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
    border-left: none;
    border-right: none;
}

.investment-criteria .border-sides-deal2 {
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
    border-left: 1px solid #8c8c8c;
    border-right: none;
	
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1);
}


/*------------------------------
            Office        
------------------------------*/
.office .img-container {
    height: auto;
    background: url(../images/esg-banner.jpg) top 50% center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/*------------------------------
            Contact        
------------------------------*/
.contact {
    padding: 4rem 0;
	background:#fff;
}

.contact .header{
	color: #24426a;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}

.contact .sub-header {
    color: #24426a;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2.25rem;
}

.contact-bg{
	position:relative;
}

/* .contact-bg::before{
	content:" ";
	background: url(../images/concentric-circle.png) ;
	background-size:250px;
	position:absolute;
	top: 150px;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	opacity:0.2;
} */

.contact ul li {
    font-size: 1.125rem;
}
.contact ul li i {
    display: inline-block;
    width: 1.25rem;
}
.contact ul li i.fa-phone {
    position: relative;
    top: 0.05rem;
    transform: rotate(90deg);
}
.contact .map {
    height: 28rem;
}

/*------------------------------
            Terms        
------------------------------*/
.terms h5 {
    color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.75rem;
}
.terms h5:not(:first-child) {
    padding-top: 2rem;
}
.terms p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.75rem;
}


/*------------------------------
            Footer        
------------------------------*/
footer {
    z-index: 99;
    color: #fff;
    background: #24426a;
    font-size: 0.875rem;
    padding: 0.875rem 0;
}
footer a {
    color: #fff;
}

footer a i{
    font-size:18px;
}

.model-butt{
	padding-left:9px !important;
}

.model-butt .btn{
	color: #fff;
    background-color: #084773;
    padding: 0.5rem 1.25rem;
    border: 1px solid #084773;
    margin-bottom: 1rem;
	margin-top:1rem;
}

table.tb-layout{
	table-layout: auto;
  width: 100%;  
}

.policy-table tr,td{
	border:0.5px solid #c7c7c7;
	padding:10px 8px;
}
.policy-table td:nth-child(n+2){
	width:180px;
}

.policy-table th{
	border:0.5px solid #c7c7c7;
	text-align:center;
	padding:10px 8px;
}

.footer-privacy a{
	color:#3d6eac;
}

.footer-privacy h4{
	color:#6695ce;
	font-size:20px; 
	font-weight:400;
}

.footer-privacy h6{
	font-style: italic;
	margin-bottom:1rem;
}



.market .industry-focus h1{
	color:#24426a;
	font-weight:700;
	padding: 1rem 0 0;
	font-size: 1.25rem;
	font-family: 'Montserrat', sans-serif;
}

.market .invest-criteria .sub-header{
	color: #24426a;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 2.25rem 0;
}

.market .industry-focus .sub-header{
	color: #24426a;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 2.25rem 0;
}



.market .aprch-text p {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #24426a;
    line-height: 28px;
    font-size: 1rem;
}
.market .aprch-text ul li {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
	margin-bottom: 10px;
}

.focus {
    text-align: center;
    padding: 0 0 0rem;
}
.focus ul {
    font-size: 1.15rem;
    font-weight: 300;
    padding: 1.5rem 2rem;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.focus .border-sides-deal {
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
}

.transaction .header{
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem;
}

.transaction .transtn-type{
	margin:40px 0;
}

.esg{
	padding: 4rem 0;
}

.esg .esg-text ul li {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
	line-height:30px;
	margin-bottom: 10px;
}

.mr-20{
	margin-right:20px;
}

.social-footer{
	display:flex; float:right;
}

.bottom-logo{
	padding:2rem 0;
}

footer.footer-area{	
	text-align:center;
}

.popup-link a{
	color:#007bff;
	text-decoration:underline;
}

.transtn-type .types{
	margin-bottom:50px;
}

.mb-3{
	margin-bottom:30px;
}

.mb-40{
	margin-bottom:40px;
}

.modal .logo-desc{
	display:flex;
	margin-bottom:1.5rem;

}

.modal .logo-desc p {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.modal .logo-desc h6 {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	padding-right:5px;
	
}


.modal .modal-content .popup-case{
	height:400px;
	overflow-y:scroll;
	margin-left:0px;
	margin-right:0px;
} 

.modal .modal-content .popup-case ul{
	padding-inline-start: 20px;
} 

.focus-bg .content{
	margin-bottom: 10px;
}
.bg-container{
	height: auto;
    background: url('../images/transaction-bg.jpeg') top 50% center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.ParallaxVideo img.bg {
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: -9999;
}

.media .pop-team-image{
	width:280px;
	padding-right:20px;	
}

.media .pop-team-image h6{
	font-size:17px;
	margin-bottom:14px;
}



/*------------------------------
          Media Query        
------------------------------*/
@media (min-width: 1200px) {
    .modal-lg {
        max-width: 954px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0 0.5rem;
        margin: 0;
		background:#498324;
    }
    .navbar .nav-item.nav-link {
        font-size: 0.9375rem;
        padding: 0.125rem;
        margin: 0;
		color:#fff;
    }
	.navbar .nav-item.nav-link:hover {
		color:#000;
	}
	
	.ParallaxVideo video {
    height: 100%;
	left: 20%;
    transform: translateX(-30%);
	}
	.ParallaxVideo img.bg {
    width: 100%;
	height: 100%;}
	.approach h5 {
    font-size: 0.75rem;
	}
}
@media (max-width: 1199px), (max-height: 800px) {
    .navbar .navbar-brand {
        width: 14rem;
    }
    .home h1 {
        font-size: 4rem;
    }
    .approach {
        background-position: left 20% center;
        background-attachment: fixed;
    }
    .office .img-container {
        height: auto;
        background-attachment: fixed;
    }
	
	.transaction .bg-container {
        height: auto;
        background-attachment: fixed;
    }
}

@media (min-width:992px) and (max-width:1024px){
	.investment-criteria h1 {
    font-size: 22px;
	}
	.investment-criteria ul {
    padding: 1.5rem 0px;
	}
}

@media (min-width:768px) and (max-width:991px){
	.market ul {
    padding-inline-start: 0px !important;
}
.market ul li {
    font-size: 12px;
}
.market ul li b {
    font-size: 14px;
}
.investment-criteria p.countt {
    font-size: 17px;
}
.investment-criteria ul {
    padding: 1.5rem 0px;
}
}
@media (max-width: 991px) {
    .navbar {
        padding: 0.75rem 0;
    }
    .navbar .navbar-brand {
        width: 12rem;
        padding-left: 0.9375rem;
    }
    .home h1 {
        font-size: 4.5rem;
    }
    .header {
        font-size: 2rem;
    }
    .partners .col-md-6:nth-child(2) img {
        margin-bottom: 2rem;
    }
    .modal .close {
        /* top: -0.25rem;
        right: 0.75rem; */
    }
    .modal .media {
        flex-direction: column;
    }
    wrapper {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    body.modal-open .transparen-div {
        position: ;
        width: ;
        height: 100vh;
    }
    .p-tablet {
        padding: 3.5rem 0 !important;
    }
	
	.ParallaxVideo video {
    height: 100%;
	left: 20%;
    transform: translateX(-30%);
	}
	
	.approach h5 {
    font-size: 9px;
	}
	.approach img {
    width: 3rem;
	}
	.ParallaxVideo img.bg {
    width: 100%;
	height: 100%;
	}
	
	.investment-criteria h1 {
    font-size: 1rem;
	}
	
	.media .pop-team-image {
    width: 100%;
	}
}
@media (max-width: 767px) {
		
.pd-20{
	padding: 0 1.5rem;
}
	
.navbar.sticky-bg .nav-item.nav-link {
color: #fff;
}

.market ul{
	margin-bottom:30px !important;
	padding-inline-start: 0px !important;
}
.investment-criteria .border-sides-deal2 {
    padding: 0;
}
.about .about-icon .about-gap {
    width: 33.33%;
}
.market.crit ul {
    margin-bottom: 0px !important;
}
	
/* Video Parallax Section*/
.ParallaxVideo{ 
	height: 0px;
	padding-bottom: 0px;
    padding-top: 0px; 
}
.ParallaxVideo img.bg{ 
    min-width: 100%;
	height:100vh;
    position: fixed;
	top:0;
	z-index: -9999;
}
.ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
	
	
.nav-item.nav-link.brochure{
	margin-left:px !important;
}
	
	.contact {
    padding: 2rem 0;
}

.about {
    padding: 2rem 0;
}

.myVideo {
    width: auto;
    height: 100vh;
    /* left: 50%;
    transform: translateX(-50%); */
}

.color-overlay{
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
}

.market {
    background-color: #24426a;
    padding: 2rem 0;
}

.portfolio {
    background-color: #fff;
    padding: 2rem 0;
}

.team {
    background-color: #f7f7f7;
    padding: 2rem 0;
}

.guiding {
    color: #fff;
    background-color: #498324;
    padding: 2rem 0;
}

.news {
    background-color: #f1f1f1;
    padding: 2rem 0;
}

	
    .modal {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    .home .d-flex {
    height: calc(100vh - 4.25rem);
}
    /* .home .video video {
        max-height: 100%;
    } */
	
	
    .home h1 {
        font-size: 3rem;
        padding: 1rem 0 0rem;
    }
    .header {
        font-size: 2.125rem;
        margin-bottom: 1.25rem;
    }
    .sub-header {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }
	
.about .header {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}
.about .sub-header {
    color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.75rem;
}



.approach .header {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.market .header{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.market .sub-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.75rem;
}

.market table tr td, .market table tr th {
    padding: 10px 4px;
}

.investment-criteria p {
    font-size: 1rem;
    font-weight: 300;
    padding: 1.5rem 15px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.investment-criteria h1 {
    font-size: 1.25rem;
    font-weight: 400;
    padding: 1.5rem 0 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.portfolio .header {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.portfolio .content p {
    font-size: .875rem;
}

.team .header {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.team .sub-header {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.75rem;
}	

.news .header {
    color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.contact .header {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}
.contact .sub-header {
    color: #498324;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.75rem;
}
    .about p {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }
    .approach p {
        font-size: 1rem;
    }
    .approach .col-md-4:not(:last-child) p {
        margin-bottom: 1.75rem;
    }
    .market h5 {
        font-size: 1.25rem;
    }
    
    /* .portfolio .img-container img {
        width: 12rem;
    } */
    .criteria .desc {
        font-size: 1.125rem;
    }
    .criteria .media {
        flex-direction: column;
        padding: 0.5rem 1.25rem 1rem;
    }
    .criteria .media img {
        margin: 0 auto 1rem;
    }
    .criteria h5 {
        font-size: 1.125rem;
        min-height: auto;
    }
    .criteria h6 {
        font-size: 0.875rem;
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .modal p {
        line-height: 1.4;
    }
    .guiding h6 {
        font-size: 1rem;
    }
    .contact ul li {
        font-size: 1rem;
    }
    .terms h5 {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    .terms p {
        margin-bottom: 1.25rem;
    }
    .p-mobile {
        padding: 2.5rem 0 !important;
    }
    footer a {
        display: block;
    }
	.investment-criteria .border-sides {
    border: none;
}

.investment-criteria .border-sides-deal{
    border: none;
}

.investment-criteria ul.mobi{
	margin-left:30px;
}

.investment-criteria .border-sides-deal2{
    border: none;
	
}

.investment-criteria .border-sides .mobil{
    border-bottom:1px solid gray;
}
.office .img-container {
        height: auto;
        background-attachment: scroll;
    }
.social-footer {
    justify-content: center;
	margin:20px 0;
	float:none;
}

.focus-bg .content {
    height: auto;
}
.approach h5 {
    font-size: 1.125rem;
	}
	.approach img {
    width: 4rem;
	}

.home .video video {
    left: 50%;
    transform: translateX(-50%);
}
.market ul.boder-line-2{
	border-right: none;
}	

}
@media (max-width: 575px) {
	
		
.pd-20{
	padding: 0 1.5rem;
}
	
.about .about-icon .about-gap {
    width: 100%;
}	
.market ul.brder-line{
	border-right: none;
	border-bottom: 1px solid #fff;
}

/* Video Parallax Section*/
.ParallaxVideo{ 
	height: 0px;
	padding-bottom: 0px;
    padding-top: 0px; 
}
.ParallaxVideo video{ 
    min-width: 100%;
	height:100vh;
    position: fixed;
	top:0;
	z-index: -9999;
	transform: translateX(-30%);
}
.ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
	
.nav-item.nav-link.brochure{
	margin-left:0px !important;
}
	
	.modal .close {
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #378cc7;
    padding: 0.5rem;
    transition: all 0.3s;
    opacity: 1;
}
	
    .team .media {
        height: auto;
        flex-direction: column;
        max-width: 24rem;
        margin: 0 auto;
    }
    .team .media img {
        width: 100%;
    }
    .modal .modal-body {
        padding: 3rem 1rem;
    }
    .modal .media img {
        width: 100%;
    }
    .contact .map {
        height: 22rem;
    }
	
.home {
    position: relative;
    overflow: hidden;
	width:100%;
    height: 100%;
}

.contact {
    padding: 2rem 0;
}

.about {
    padding: 2rem 0;
}

.myVideo {
    width: auto;
    height: 100vh;
    /* left: 50%;
    transform: translateX(-30%); */
}

.color-overlay{
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
}

.market {
    background-color: #24426a;
    padding: 2rem 0;
}

.market ul{
	margin-bottom:30px !important;
}

.portfolio {
    background-color: #fff;
    padding: 2rem 0;
}

.team {
    background-color: #f7f7f7;
    padding: 2rem 0;
}

.guiding {
    color: #fff;
    background-color: #498324;
    padding: 2rem 0;
}

.news {
    background-color: #f1f1f1;
    padding: 2rem 0;
}


.portfolio .img-container {
    height: 10rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
}

.investment-criteria .mob{
	border-bottom:1px solid rgba(0,0,0,.1);
}

.market.crit hr{
	display:none;
}
.market.crit ul {
    margin-bottom: 0px !important;
}

.office .img-container {
        height: auto;
        background-attachment: scroll;
    }
	
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
}



.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}	

.model-port a.carousel-control-next {
    width: 30px;
	height:30px;
	top: 50%;
    right: 0;
    background: rgba(0,0,0,0.1);
}

.model-port a.carousel-control-prev {
    width: 30px;
	height:30px;
	top: 50%;
    left: 0;
    background: rgba(0,0,0,0.1);
}
.approach h5 {
    font-size: 13px;
}
	

}


@media(max-width:480px){

.market .tb-form{
	overflow:scroll;
}
}

@media print {
    .guiding h6 {
        opacity: 1!important;
        transform: translate(0)!important;
    }
}