@import "_reset.css";
@import "_checkbox.css";
@import "_ie.css";

@font-face {
  font-family: "GothamThin";
  src: url("../fonts/GothamThin.eot");
  src: url("../fonts/GothamThin.otf");
  src: url("../fonts/GothamThin.ttf");
  src: url("../fonts/GothamThin.woff");
  /* src: url("../fonts/Gotham-Light.svg"); */
}

@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.otf");
  src: url("../fonts/Gotham-Light.ttf");
  src: url("../fonts/Gotham-Light.woff");
  /* src: url("../fonts/Gotham-Light.svg"); */
}


@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.otf");
  src: url("../fonts/Gotham-Book.ttf");
  src: url("../fonts/Gotham-Book.woff");
  /* src: url("../fonts/Gotham-Book.svg"); */
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.otf");
  src: url("../fonts/Gotham-Medium.ttf");
  src: url("../fonts/Gotham-Medium.woff");
  /* src: url("../fonts/Gotham-Medium.svg"); */
}

@font-face {
  font-family: "IntroCondLight";
  src: url("../fonts/IntroCondLight.eot");
  src: url("../fonts/IntroCondLight.otf");
  src: url("../fonts/IntroCondLight.ttf");
  src: url("../fonts/IntroCondLight.woff");
  /* src: url("../fonts/IntroCondLight.svg"); */
}

/* header css start */

.my-body-noscroll {
  overflow: hidden;
}

h1 {
  font-family: "Gotham-Book";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h2 {
  color: #1f1f1f;
  font-family: "Gotham-Medium";
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}

h3 {
  color: #d9af6d;
  font-family: "Gotham-Medium";
  font-size: 16px;
  margin-bottom: 12px;
}

p {
  font-family: "Gotham-Book";
}

section {
  position: relative;

  padding: 50px 0 100px;
}

.m-auto {
  margin: auto !important;
}

.m-heading {
  color: #636363;
  display: none;
  font-family: "Gotham-Medium";
  font-size: 12px;
  text-align: center;
  letter-spacing: 4px;
}

.invtbenefit .m-heading {
  color: #fff;
}

.sig-btn a {
  color: #fff;
  font-family: "Gotham-Medium";
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 15px 25px;
}

.light-green {
  background: #61845c;
}

.light-green:hover {
  background: #d9af6d;
}

.light-yellow {
  background: #d9af6d;
}

.light-yellow:hover {
  background: #636363;
}

header {
  background: #ffffff;
  text-align: center;
  width: 100%;
  height: 10%;
  transition: height .5s;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -ms-transition: height .5s;
  -o-transition: height .5s;
  padding: 1.5% 0 0;
  position: relative;
  top: 0;
  z-index: 99;
}

header.header-sticky {
  background: #636363;
  height: 10vh;
}

.navbar {
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  padding: 0;
}

.navbar .dark-black-text {
  font-size: 24px;
}

.navbar-collapse {
  margin: 35px 0 0;
  background: #fff;
}

.navbar-light .navbar-toggler {
  border: none;
  float: left;
}

.navbar-nav {
  background: #fff;
  text-align: left;
  padding: 50px;
  height: 100vh;
}

.navbar-nav li ul li {
  margin: 10px 0;
}

.navbar-nav li ul li a {
  font-size: 16px;
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.9);
}

.page-header {
  position: relative;
  width: 100%;
}

.header-height {
  height:10%;
}

.header {
  position: relative;
}

.header .logo {
  position: absolute;
  left: 5%;
  display: none;
  z-index: 99;
}

.header-top {
  margin-bottom: 50px;
}

.navigation ul {
  display: inline-block;
  border-bottom: 1px solid #c1c1c1;
  padding:0 40px;
}

.navigation ul li {
  display: inline-block;
  padding: 0 30px 15px 30px;
  position: relative;
}

.navigation ul li a {
  color: #636363;
  font-family: "Gotham-Book";
  font-size: 11px;
  text-transform: uppercase;

}

.navigation ul li ul {
  background: #636363;
  display: none;
  position: absolute;
  top: 40px;
  top: 100%;
  border-bottom: none;
  padding: 20px 0;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);  
}

.navigation ul li ul li {
  padding: 5px 0;
  display: block;

}

.navigation ul li ul li a {
  color: #fff;
}

.navigation ul li:hover ul {
  display: block;
}


.navigation ul li a:hover {
  color: #d9af6d;
}

header.header-sticky .header .logo {
  display: block;
}

header.header-sticky .header-top {
  display: none;
}

header.header-sticky .navigation ul {
  border-bottom: none;
}

header.header-sticky .navigation ul li {
  position: relative;
}

header.header-sticky .navigation ul li.active::after {
  /* display: none; */
  content: '';
  background-color: #d9af6d;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  bottom: 0px;
  width: 70px;
  height: 3px;
}

header.header-sticky .navigation ul li a {
  color: #fff;
}

header.header-sticky .navigation ul li a:hover {
  color: #d9af6d;
}

/* header css end */


/* firm history start */
.firm-history {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 200px;
  padding-bottom: 0;
}

.firm-history--company {
  padding-top: 100px;
}

.firm-history .wheel {
  /* position: absolute; */
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 50px;
  text-align: center;

}

.firm-history h2 {
  margin-bottom: 50px;
}

.firm-history .owl-carousel .item {
  background-color: transparent;
}

.firm-history .info {
  width: 80%;
  margin: auto;
  text-align: center;
}


@media screen and (min-width: 600px ){
  .firm-history .info h4 {
    font-family: "GothamThin";
    color: #818181;
    font-size: 48px;
    letter-spacing: 15px;
  }
}


@media screen and (max-width: 600px ){
  .firm-history .info h4 {
    font-family: "GothamThin";
    color: #818181;
    font-size: 40px;
    letter-spacing: 4px;
  }
}

.firm-history .info p {
  font-family: "Gotham-Book";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #1f1f1f;
  position: relative;
  margin: 20px 0 50px;
  min-height: 150px;
}

.firm-history .info p::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
  text-align: center;
  background-color: #d9af6d;
  width: 50px;
  height: 5px;
}

.firm-history .info a {
  background: #d9af6d;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}

.firm-history .knm {
  text-align: center;
  width: 150px;
  margin: auto;
}

.firm-history .knm a {
  display: none;
  font-family: "Gotham-Medium";
  background: #d9af6d;
  float: left;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
}

.firm-history .knm a:hover {
  background: #61845c;
}

.firm-history .view {
  display: none
}

.firm-history .owl-item.center .view {
  display: block;
}

.firm-history .owl-nav {
  position: relative;
  display: none;
}

.firm-history .owl-nav button {
  top: -100px;
  position: absolute;
}

.firm-history .owl-nav button:hover {
  outline: none;
}

.firm-history .owl-nav button span {
  font-size: 50px;
  background: url(../images/slick-arrow.png) right center no-repeat;
  width: 20px;
  height: 43px;
  color: transparent;
}

.firm-history .owl-nav .owl-prev {
  transform: rotate(180deg);
}

.firm-history .owl-prev {
  left: 20px;
}

.firm-history .owl-next {
  right: 20px;
}

.firm-history .owl-nav button.disabled {
  display: none;
}

.firm-history .wheel img {
  transition: all .5s;
  -weebkit-transition: all .5s;
}

/* firm history end */


/* platform services start */
@media screen and (min-width: 768px){
.platform-services {
  background: url(../images/ps.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 655px;
}
}

.platform-services__info {
  padding: 20px 0;
}

.platform-services__info .info {
  color: #303334;
  font-family: "Gotham-Light";
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
}

.platform-services__info .title {
  color: #62814e;
  font-family: "Gotham-Medium";
  font-size: 20px;
  line-height: 28px;
  position: relative;
  margin-bottom: 25px;
}

.platform-services__info .title::after {
  content: '';
  background: #61845c;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 4px;
}

.platform-services .mr-rt .ps-info {
  margin-left: 10%;
}

.ps-info {
  margin-top: 10px;
}

.ps-info .slick-dots {
  width: auto;
  left: -12px;
}

.ps-info .slick-dots li button:before,
.managers .slick-dots li button:before,
.invtbenefit .slick-dots li button:before,
.m-strategies .slick-dots li button:before,
.reporting .slick-dots li button:before {
  color:#fff;
  width: 25px;
  height: 25px;
  opacity: 1 ;
}

.ps-info .slick-dots li,
.managers .slick-dots li,
.invtbenefit .slick-dots li,
.m-strategies .slick-dots li,
.reporting .slick-dots li {
  width: 0px;
  height: 0px;
}

.ps-info .slick-dots li.slick-active button:before,
.managers .slick-dots li.slick-active button:before,
.invtbenefit .slick-dots li.slick-active button:before,
.m-strategies .slick-dots li.slick-active button:before,
.reporting .slick-dots li.slick-active button:before {
  color: #61845c;
}

.invtbenefit .slick-dots li.slick-active button:before,
.m-strategies .slick-dots li.slick-active button:before,
.reporting .slick-dots li.slick-active button:before {
  color: #d9af6d;
}

.platform-services .sig-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
/* platform services end */

/* product overview start #d9af6d */

.product_overview{

}
.product-table{
  display: block;
  margin: auto;
  white-space: nowrap;
  width: 80%;
  overflow-x: auto;

}

.prodtab-header-text{
  text-align:  left;
}

.prodtab-header-KPI{
  text-align:  center;
}

.prodtab-body-text{
  text-align:  left;
}

.prodtab-body-KPI{
  text-align:  center;
}

.prod-disc{
  width: 80%;
  margin: auto;
}

.prod-button{
  background-color: #636363 ;
  -webkit-text-fill-color: #ffffff;
  width: 100%;
  height: 75px;
  border: 0;
  bottom: 10px;
  font-family: "Gotham-Medium";
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

.prod-button:hover,
.prod-button:focus {
  background-color: #d9af6d ;
  -webkit-text-fill-color: #636363;
}

.ucits_row{

}

.ucits_row:hover {
  background-color: #d9af6d ;
  font-weight: bold;
  cursor: pointer;
}

.ucits_table{
  display: table;
}

.product_collapsible {
  background-color: #fff;
  color: rgb(0, 0, 0.5);
  cursor: pointer;
  width: 100%;
  padding: 18px;
  padding-top: 50px;
  border: none;
  text-align: centre;
  outline: none;
  font-size: 20px;
  display: none;
}

.sort-table{
  cursor: pointer;
}


/* product overview end */


/* ucits start */

.description h1 br {
  display: none;
}

.ucits {

}

.ucitsnon-fund {
  margin: 20px 0;
}

.ucitsnon-fund--mid {
  width: 66%;
  margin: auto;
}

.ucitsnon-fund--rgt {
  float: right;
}

.ucitsnon-fund__title {
  cursor: pointer;
  color: #636363;
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 32px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  min-height: 70px;
  display: flex;
}

.ucitsnon-fund__title span {
  align-self: flex-end;
  border-bottom: 5px solid transparent;
  padding-bottom: 10px;
}

.ucitsnon-fund--active .ucitsnon-fund__title span {
  border-bottom: 5px solid #61845c;
}

.ucits .ucitsnon-fund__info .name {
  color: #1f1f1f;
}

.ucits--non .ucitsnon-fund__info .name {
  color: #fff;
}

/* .ucitsnon-fund__title.title-br::after {
  content: '';
  background: #61845c;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 5px;
} */

.ucitsnon-fund__info {
  margin: 40px 0;
}

.ucitsnon-fund__info .count {
  color: #61845c;
  font-family: "IntroCondLight";
  font-size: 46px;
  /* line-height: 45px; */
  letter-spacing: 1px;
}

.ucitsnon-fund__info .count span {
  font-family: "Gotham-Medium";
  font-size: 20px;
  text-transform: uppercase;
}

.ucitsnon-fund__info .name {
  color: #fff;
  font-family: "Gotham-Book";
  font-size: 14px;
  text-transform: capitalize;
}

.ucitsnon-fund .sig-btn {
  display: none;
}

.ucitsnon-fund--active .sig-btn {
  display: block;
}
/* ucits end */


/*ESG3 start */

.esg-3{
 
  display: grid;
  padding: 0 0 0;
  /*grid-template-columns: 20% 80%;

  padding: 50px 0 50px;*/
}

.esg-container-3 {
  color: #61845c;
  width: 100%;
  height: 80vH;
  scroll-snap-type: y mandatory;
  display: grid;
  /*grid-template-columns: 85% 15%;*/
  grid-row: auto;
  overflow-x: hidden;
  overflow-y:auto;

}
  

  .SIG{
    color: #578F47;
  }
  .manager{
    color: #435e27;
  }
  .expertise{
    color: #335085;
  }
  
 
  @media screen and (min-width: 600px){
  .esg-content-3 {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 100%;
    width: 100%;
    align-items: center;
    column-gap: 10px;
    color: #61845c;
    overflow: hidden;
  }
  .esg-container-3 h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0%;
  }
  .esg-container-3 p {
    font-size: 16px;
    color: #636363;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1%;
  
  }
  }
  @media screen and (max-width: 600px){
    
    .esg-content-3 {
      padding-top:15vH ;
      height: 100%;
      width: 100%;
      align-items: center;
      color: #61845c;
    }
    .esg-container-3 h1 {
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      padding-left: 5%;
      padding-right: 5%;
      padding-bottom: 0%;
    }
    .esg-container-3 p {
      font-size: 12px;
      color: #636363;
      text-align: left;
      padding-left: 5%;
      padding-right: 5%;
      padding-bottom: 1%;
    
    }
  }


  .esg-text-3 {
    height: 50vh;
    display: grid;
    text-align: right;
    align-items: center;
    background-color: #d3d3d3d7;
   }
  
  .esg-picture1-3 {
    background-image: url("/images/Picture2.jpeg");
    background-position: top;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background-size: cover;
    scroll-snap-align: center;
    display: flex;
    align-items: center;
        
  }
  
  .esg-picture2-3 {
    background-image: url("/images/Picture4.jpeg");
    background-position: top;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background-size:cover;

    scroll-snap-align: center;
        
  }
  
  .esg-picture3-3 {
    background-image: url("/images/Picture6.jpeg");
    background-position: center;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background-size: cover;
    /*background-attachment: fixed; cool moving background*/
    scroll-snap-align: center;
  }
  

  
  /*ESG end */

/* subscribe start*/
/* subscribe pop-up*/
/* Pop-up (background) */
.reg-pop {
  display: flex; /* visible by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  bottom: 0;
  right: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(216,216,216,0.5); /* opacity full */
  width: 25%;
  height: 15%;
  bottom: 0;
  right: 0;

}

/* Content/Box */
.reg-content {
  position: fixed;
  background-color: rgba(216, 216, 216, 0);
  margin: 0% auto; /* 1% from the top and centered */
  padding: 10px;
  border: 0px solid #888;
  width: 25%;
  height: 15%;
  bottom: 0;
  right: 0;

}

/* Content */
.reg-des{
  padding-top: 15px;
  padding-bottom: 20px;
}

.reg-form {
  display: none; /* invisible by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(216,216,216,0.4); /* opacity full */
}

/* Content/Box */
.reg-form-content {
  background-color: rgba(216,216,216,0.6);
  margin: 10% auto; /* 1% from the top and centered */
  padding: 10px;
  border: 0px solid #888;
  width: 70%;
  height: 75%;
}

/* Content */
.reg-text{
  padding-top: 15px;
  padding-bottom: 20px;
}


/* The Close Button */
.pop-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;

}

.form-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;

}

.reg-button{
  background-color: #d9af6d;;
  width: 100%;
  height: 25%;
  border: 0;
  bottom: 0;
}

.pop-close:hover,
.pop-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.form-close:hover,
.form-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* subscribe end*/


/* non-ucits start */
.ucits--non {
  color: #fff;
  background: #636363;
}

.ucits--non h2 {
  color: #fff;
}

.ucits--non .ucitsnon-fund__title {
  color: #fff;
}

.ucits--non .ucitsnon-fund--active .ucitsnon-fund__title span {
  border-color: #d9af6d;
}


.ucits--non .ucitsnon-fund__info .count {
  color: #d9af6d;
}
  /* non-ucits end */

/* contact us start */

.contact-us {
  height: 815px;
  position: relative;
}


@media screen and (min-width: 768px){
  .contact-us {
    height: 790px;

  
  }
}


@media screen and (min-width: 992px){
  .contact-us {
    height: 950px;
    /* height: 865px; */
  }

  .ucits.ucits--non .ucitsnon-fund {
    margin-bottom: 50px;
  }


}

/* @media screen and (min-width: 1365px){
  .contact-us {
    height: 740px;
  }
} */






.contact-us__img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 9;
}

.contact-us__img img {
  width: 100%;
}

.contact-us__info {
  background: #d9af6d;
  text-align: center;
  padding: 50px 0px 100px;
  position: relative;
  top: 60px;
}

.contact-us__info p {
  color: #575757;
}

.contact-us__info p a {
  color: #575757;
  font-family: "Gotham-Medium";
  font-size:14px;
}

.contact-us__info span {
  padding: 0 20px;
}
/* contact us end */


/* login start */

.privacy-policy-wrapper {
  display: none;
}

.closee {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 999;
}

.closee button {
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 24px;
}

.login {
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.login.disclaimer {
  background: none;
  position: static;
  margin: 50px 0 0;
}

.login-info__title {
  color: #fff;
  font-family: "Gotham-Book";
  font-size: 28px;
  letter-spacing: 12px;
  background: #d9af6d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}

.login-info__disclaimer {
  background: #ffffff;
  padding: 25px 30px 50px;
}

.login-info__disclaimer .title {
  color: #d9af6d;
  font-family: "Gotham-Book";
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
}

.login-info__disclaimer .content {
  background: #f6f6f6;
  padding: 50px;
  margin: 25px 50px 50px;
  height: 400px;
  overflow-y: scroll;
}

.login-info__disclaimer .content .sig-btn {
  margin: 50px 0 0;
}

.login.disclaimer  .login-info__disclaimer .content {
  height: auto;
}

.login.disclaimer .login-info__title {
  display: none;
}

.login-info__disclaimer .content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f6f6f6;
}

.login-info__disclaimer .content::-webkit-scrollbar-thumb {
    background-color: #d9af6d;
}

.login-info__disclaimer .content::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); */
    /* background-color: #f6f6f6; */
    background-color: #f6f6f6;
    border-radius: 10px;
    height: 50px;
}

.login-info__disclaimer .content strong,
.login-info__disclaimer .content span {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.login-info__disclaimer .content span {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.login-info__disclaimer .content p {
  color: #1f1f1f;
  margin-bottom: 2rem;
}

.login-info__disclaimer .content p a {
    color: #d9af6d;
}

.login-info__disclaimer .content ul li {
  margin: 20px 30px;
  list-style-type: disc;
}

.login-info__disclaimer .content ul ul li {
  margin: 20px 50px;
  list-style-type: inherit;
}

.login-info__disclaimer .content table {
  text-align: center;
}

.login-info__disclaimer .content table tr td,
.login-info__disclaimer .content table tr th {
  padding: 10px;
}
 /* login end */


 /* plastform services start */
 .page--platform-service .transparent {
   background: transparent;
 }

 .page--platform-service .transparent .navigation ul li a {
   color: #242424;
 }

 .page--platform-service .navigation ul li ul li a {
   color: #fff !important;
 }

 .page--platform-service .navigation ul li ul li a:hover {
   color: #d9af6d !important;
 }

 .page--platform-service .platform-services {
   padding-top: 150px;
 }

 .page--platform-service .mr-rt .ps-info {
   margin-left: 35px;
 }

 .m-strategies {
   display: none;
   background: #636363;
 }

 .m-strategies .m-heading {
   color: #fff;
 }

 .m-strategies-opt {
   margin: 50px auto;
 }

 .m-strategies-opt__title {
   color: #fff;
   font-size: 16px;
   text-transform: uppercase;
   border-bottom: 5px solid #d9af6d;
   padding-bottom: 10px;
   margin-bottom: 20px;
 }

 .m-strategies-opt__info p {
   color: #fff;
   font-size: 16px;
 }

 .strategies {
   background: #636363;
   padding: 0;
 }

 .section-nav {
   padding-top: 60px;
 }

 .section-nav ul li a {
   color: #1f1f1f;
   font-family: "Gotham-Book";
   font-size: 12px;
   position: relative;
   padding-left: 100px;
 }

 .section-nav ul li.active {
   padding-top: 5px;
 }

 .section-nav ul li.active a {
   font-size: 16px;
   text-transform: uppercase;
   letter-spacing: 1px;
 }

 @media screen and (max-width: 1370px){
   .section-nav ul li.active a {
     font-size: 12px;
   }
 }

 .section-nav ul li.active a::before {
   content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: #d1a768;
    width: 90px;
    height: 3px;

 }

 .strategies .section-nav ul li a,
 .invtbenefit .section-nav ul li a {
   color: #fff;
 }

.strategies-opt {
  cursor: pointer;
  font-family: "Gotham-Light";
  text-align: center;
  padding: 50px 0;
}

.strategies-opt__title {
  color: #c6c6c6;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.strategies-opt__info {
  color: #fffefe;
  font-size: 12px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 250px;
  line-height: 32px;
  position: relative;
}

.strategies-opt__info span {
  align-self: flex-start;
  margin-top: 45px;
}

.strategies-opt__info::before,
.strategies-opt__info::after {
  background: transparent;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 2px;
}

.strategies-opt__info::before {
  top: 0;
}

.strategies-opt__info::after {
  bottom: 0;
}

.strategies-opt:hover {
  color: #000;
  background: #d9af6d;
}

.strategies-opt:hover .strategies-opt__title,
.strategies-opt:hover .strategies-opt__info {
  color: #000;
}


.strategies-opt:hover .strategies-opt__info::before,
.strategies-opt:hover .strategies-opt__info::after {
  background: #fff;
}

 /* plastform services end */

 /* reporting start */
 .reporting {
   background: url(../images/reporting.jpg) left top no-repeat;
   background-size: cover;
   width: 100%;
 }

 .reporting-opt {
   font-family: "Gotham-Light";
   width: 75%;
   margin: 30% auto 0;
 }

 .reporting-opt__title {
   color: #1f1f1f;
  font-size: 14px;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  min-height: 60px;
 }

 .reporting-opt__title .icon {
   display: flex;
   align-items: flex-end;
 }

 .reporting-opt__title .title {
   display: flex;
   padding-left: 12px;
 }

 .reporting-opt__title span {
   align-self: flex-end;
 }

 .reporting-opt__info {
   font-size: 12px;
   line-height: 32px;
 }
 /* reporting end */

 /* investment benefit start */
 .invtbenefit {
   background: #636363;
 }


 .invtbenefit-opt {
   width: 75%;
   margin: 10% auto 0;
 }

 .invtbenefit-opt__icon {
   display: flex;
   align-items: flex-end;
   min-height: 100px;
   margin-bottom: 30px;
 }
 .invtbenefit-opt__title {
   color: #d9af6d;
  font-family: "Gotham-Medium";
  font-size: 16px;
  min-height: 85px;
 }

 .invtbenefit-opt__info {
   color: #fff;
   font-family: "Gotham-Light";
   font-size: 14px;
 }
 /* investment benefit end */


 /* ucits start */

.ucits h1 {
  margin-top: 40px;
}

 .ucits-container {
   width: 910px;
 }

 .ucits p {
   font-size: 13px;
   line-height: 24px;
   text-align: justify;
 }

 .ucits .section-nav {
   position: fixed;
 }

 .ucits section {
   padding: 25px 0;
 }

 .updates .ucitsnon-fund__info .count span {
   font-family: "Gotham-Book";
   font-size: 18px;
 }

 .portfolio-managers {
   background: #636363;
   margin: 25px 0;
   padding: 0 !important;
 }

 .portfolio-managers__info {
   color: #fff;
   padding: 50px;
 }

 .portfolio-managers__info .intro {
   height: 275px;
 }

 .portfolio-managers__pic,
 .portfolio-managers__pic img {
   width: 100%;
   height: 100%;
 }

 .portfolio-managers__pic img {
   object-fit: cover;
 }

 .portfolio-managers__info .name {
   font-family: "Gotham-Light";
   font-size: 32px;
   padding-bottom: 10px;
 }

 .portfolio-managers__info .designation {
   font-size: 14px;
   padding-bottom: 50px;
 }

.managers .slick-dots {
  text-align: center;
  bottom: 25px;
  left: -90px;
}

.managers .slick-dots li.slick-active button:before {
  color: #d9af6d;
}

.managers .slick-next:before {
  font-size: 40px;
  background: url(../images/slick-arrow.png) right center no-repeat;
  width: 20px;
  height: 43px;
  color: transparent;
}

.key-statistics{
  
}
 .key-statistics .key {}

 .key-statistics .key p {
   line-height: 18px;
 }

 .key-statistics .value {
   font-family: "Gotham-Medium";
   font-size: 16px;
 }

.key-statistics__row {
  border-bottom: 2px solid #c7c7c7;
  padding: 15px 0 10px;
  min-height: 80px;
  align-items: center;
}

.contact a {
  color: #000;
  font-size: 25px;
}

.contact__info {
  margin: 25px 10px;
}

.fund-literature .isin {
  margin: 20px 0;
}

.fund-selection {
  display: flex;
  justify-content: space-between;
}

.fund-selection__lft,
.fund-selection__rgt {
  display: flex;
  flex: 0 0 40%;
  max-width: 40%;
  justify-content: space-between;
}

.fund-selection__rgt {
  flex: 0 0 56%;
  max-width: 56%;
  justify-content: space-evenly;
}


.fund-selection__rgt--mob {
  display: none;
}

/* .fund-selection__lft .select {
  width: 100%;
} */

.fund-selection__lft .select.class {
  width: 40%;
}

.fund-selection__lft .select.language,
.fund-selection__rgt .select.language {
  width: 175px;
}

.fund-selection__rgt .select.gendoc {
  font-size: 18px;
  position: relative;
  top: 3px;
}

.fund-opt {
  display: flex;
  justify-content: center;
  border-top: 2px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  margin: 10px 0 20px;
}

.fund-opt__lft {
  flex: 0 0 45%;
  max-width: 45%;
  border-right: 2px solid #c7c7c7;
}

.fund-opt__rgt {
  flex: 0 0 55%;
  max-width: 55%;
}

.fund-opt__lft,
.fund-opt__rgt {
  padding: 40px 0;
}

.fund-opt__lft {
  padding-left: 10px;
}

.fund-opt__rgt {
  padding-left: 40px;
}

.fund-doc {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.fund-doc a {
  font-family: "Gotham-Book";
  font-size: 18px;
  letter-spacing: 10px;
  padding: 15px 65px;
}

.ucits-footer {
  background: #d9af6d;
  width: 100%;
  height: 77px;
}
 /* ucits end */

 /* company start */
 .company-details {
   background: #636363;
   padding: 150px 0 100px;
 }

 .company-details__info {
   position: relative;
 }

 .company-details__info::after {
   content: '';
   background: #d9af6d;
   position: absolute;
   top: -10px;
   right: 15px;
   width: 2px;
   height: 120px;
 }

 .company-details__info.no-sudo::after {
   display: none;
 }

 .company-details__info p {
   color: #fff;
 }

 .company-object {
   background: url(../images/company-object.jpg) left top no-repeat;
   background-size: cover;
   height: 441px;
   padding: 100px 0;
 }

 /* .company-object__info {
   width: 80%;
   margin: auto;
 } */

 .company-object__info .icon {
   min-height: 85px;
   display: flex;
   align-items: center;
 }

.company-object__info .title {
   color: #bb9458;
   font-size: 18px;
   text-transform: uppercase;
   margin-bottom: 10px;
 }
  /* company end */


  /* company achivement start */
  .company-achievements {
    background: #d9af6d;
    padding: 100px 0;
  }

  .company-achievements .count {
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 70px;
    letter-spacing: 10px;
  }

  .company-achievements p {
    font-size: 13px;
  }
  /* company achivement end */

  /* contact us start */
  .page--contact .page-header {
    background: #fff;
  }

  .page--contact .header-sticky .navigation ul li a {
    color: #000;
  }

  .page--contact .header-sticky .navigation ul li ul li a {
    color: #fff;
  }

  .page--contact .header-sticky .navigation ul li ul li a:hover {
    color: #d9af6d
  }
  /* contact us end */

.swal-modal {
  width: 435px; 
}

.swal-icon--error {
  width: 60px;
  height: 60px;
}

.swal-icon--error__line {
  height: 5px;
  width: 27px;
  top: 29px;
}

.swal-modal--error .swal-title {
  font-size: 18px;
  font-weight: normal;
}

.swal-modal--error .swal-footer {
  padding: 5px 16px 20px;
}

.swal-modal--error .swal-icon:first-child {
  margin-top: 25px;
}

.swal-modal--error .swal-title {
  padding: 5px 16px;
}

.swal-modal--error .swal-icon--error {
  border-color: #929292;
}

.swal-modal--error .swal-icon--error__line {
  background-color: #929292;
}

.swal-footer {
  text-align: center;
}


  /* Download start */
  .download_collapsible {
    background-color: #fff;
    color: rgb(0, 0, 0.5);
    border-bottom: 2px solid #c90c0c;
    cursor: pointer;
    width: 100%;
    padding: 18px;
    padding-top: 50px;
    border: none;
    text-align: centre;
    outline: none;
    font-size: 20px;
  }
  .download_collapsible button.active :hover {
  color: #636363;
  }
  /* Style the collapsible content. Note: hidden by default */
  .download_content {
    display: none;
    text-align: left; 
    padding-bottom: 50px;
    height: 80px;
    overflow: hidden;
    background-color: #fff;
  }
  .download_collapsible.active:after {
    content: "\23F6"; /* Unicode character for triangle up  */
  }
  
  .download_collapsible:after {
    content: '\23F7 '; /* Unicode character for triangle down */
    font-size: 18px;
    color: #636363;
    float: right;
    margin-left: 5px;
  }
  
 

  /* download end */


  /* PRIIPS start */
  th {
    border-bottom: 1px solid #636363;
    background-color: #fff;
    font-family: "Gotham-Book";
    font-size: 15px;
    color : #636363
  }
  table{
    width: 100%;
    margin-bottom: 25px;
  }
  table, th, td {
    
    padding: 15px;
    text-align: center;
    font-family: "Gotham-Book";

  }
  .priips-statistics{
    padding: 10px 0 50px;
    font-size: 16px;

  }

  .priips-description{
    padding: 10px 0 50px;
    text-align: justify;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    font-size: 14px;

  }

  .disclaimer{
    color: #aaadaa;
    font-family: "Gotham-Book";
    font-size: 14px;
    text-align: left;

  }

  .chart-container{
    margin-top: 50px;
    margin-bottom: 50px;
    height: 300px;
    width: 100%;

  }
  /* PRIIPS end */


/* footer start */
footer {
  background: #636363;
  min-height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 10%;
  align-items: center;
  position: relative;
}

.footer {
  text-align: center;
}

.footer__logo {
  margin-bottom: 5%;
  margin-top: 5%;
}

.footer__link a {
  cursor: pointer;
  color: #fff;
  font-size: 11px;
  position: relative;
}

.footer__link a {
  padding:0 5px;
}

.footer__link a:hover {
  color: #d9af6d;
}

.footer__link a:first-child::after {
  content: '';
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 1px;
  right: -3px;
}
/* footer end */

.swal-button {
  background-color: #d9af6d;
}

.swal-button:hover {
  background-color: #636363 !important;
}

.unlogo {
  margin: 25px auto 0;
  width: 45% !important;
}

.unlogo__sig {
  color: #575757;
  font-family: "Gotham-Book";
  font-size: 14px;
  font-style: italic;
}

.unlogo__logo {
    width: 35%;
    margin: auto;
}



@media screen and (max-width: 1225px) {
  .section-nav ul li a {
    font-size: 10px;
  }
}

@media screen and (max-width: 992px) {
  .m-heading {
    display: block;
  }

  .ucitsnon-fund--mid {
    width: auto;
  }

  .ucitsnon-fund {
    margin-bottom: 50px;
  }
/* 
  .contact-us__info {
    top: 180px;
  } */


  .navbar {
    display: block;
  }

  .navigation {
    display: none;
  }

  header {
    height: auto;
  }

  header.header-sticky {
    background: #fff;
  }

  .header .logo {
    left: 0;
    right: 0;
  }

  .logo--desktop {
    display: none !important;
  }

  .page--home .logo--phone,
  .page--home .header-sticky .header-bottom {
    display: none;
  }

  .page--home .header-sticky .logo--phone {
    display: block;
  }

  .navbar-light .navbar-toggler--inner,
  .page--home .header-sticky .navbar-toggler  {
    position: relative;
    top: -25px;
  }

  .company-details__info::after {
    display: none;
  }

  .company-object {
    height: auto;
    padding: 50px 0;
  }

  .section-nav--wrap {
    display: none;
  }

  .ucits-container {
    width: auto;
  }

  .ucits section {
    padding : 25px;
  }

  .section-nav,
  .col-m-hide {
    display: none;
  }

  .m-strategies {
    display: block;
  }



  .firm-history .info {
    width: 100%;
  }

  .firm-history .info p br {
    display: none;
  }
}


@media screen and (max-width: 767px){

  h1 {
    font-size: 16px;
  }

  h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 12px;
  }

  .ucits p {
    font-size: 12px;
  }
/* m-ps.jpg*/
  .platform-services {
    background-color: #FCDDA7;
    height: 800px;
  }

  .platform-services .mr-rt .ps-info {
    margin-left : 0%;
  }

  .platform-services__info .title {
    font-size: 20px;
  }

  .platform-services__info .info {
    font-size: 14px;
  }

  .platform-services__info .info br,
  .platform-services__info .title br {
    display: none;
  }

  .sig-btn a {
    font-size: 12px;
  }

  .login-info__title {
    font-size: 18px;
    height: 60px;
  }

  .login-info__disclaimer .title {
    font-size: 16px;
  }

  .login-info__disclaimer .content {
    margin: 25px 0px 50px;
    padding: 25px;
  }

  .login-info__disclaimer .content strong, .login-info__disclaimer .content span {
    font-size: 14px;
  }

  .login-info__disclaimer .content p,
  .login-info__disclaimer .content ul li {
    font-size: 12px;
  }

  .ucitsnon-fund {
    margin-bottom: 50px;
    border-bottom: 1px solid #b1b1b1;
  }

  .ucitsnon-fund__info--wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    margin-bottom: 20px;
  }

  .ucitsnon-fund__info {
    margin: 0;
  }

  .updates .ucitsnon-fund__info {
    margin-bottom: 30px;
  }

  .ucitsnon-fund__info .count {
    font-size: 38px;
  }

  .updates .ucitsnon-fund__info .count {
    font-size: 28px;
    line-height: 1;
  }

  .updates .ucitsnon-fund__info .name {
    font-size: 12px;
  }

  .ucitsnon-fund--rgt {
    float: none;
    border-bottom: none;
  }

  .ucitsnon-fund--active .ucitsnon-fund {
    padding-bottom: 40px;
  }

  .ucitsnon-fund__title {
    font-size: 18px;
  }

  .contact-us__info .add {
    font-size: 14px;
  }

  .company-details__info {
    text-align: center;
    margin-bottom: 50px;
  }

  .company-details {
    padding : 50px 0 0;
  }

  .company-details__info p {
    position: relative;
  }

  .company-details__info p::after {
    content: '';
    background: #d9af6d;
    width: 180px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center;
    margin: auto;
  }

    .company-details__info p.last-child::after {
      display: none;
    }

    .company-object__info .title {
      font-size: 16px;
    }


    .company-object__info p {
      font-size: 12px;
    }

    .company-achievements {
      padding : 50px 0;
    }

    .company-achievements .count {
      font-size: 50px;
    }

    .portfolio-managers__pic {
      padding: 50px;
    }

    .portfolio-managers__info .name {
      font-size: 26px;
    }

    .portfolio-managers__info .designation {
      font-size: 12px;
    }

    .key-statistics .value {
      text-align: left !important;
      font-size: 12px;
    }

    .contact__info .info {
      margin: 10px 0;
    }


    .contact a {
      font-size: 18px;
    }

    .contact__info .tel {
      width: 4%;
    }

    .contact__info .mail {
      width: 8%;
    
    }


    .fund-selection__lft {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .fund-opt__lft {
      border-right: none;
    }

    .fund-opt__rgt {
      padding-left: 10px;
    }

    .fund-selection__rgt {
      display: none;
    }

    .fund-opt {
      flex-direction: column;
      border: none;
    }

    .fund-selection__rgt--mob {
      display: flex;
    }

    .select-oper,
    .fund-selection__rgt .select.gendoc {
      font-size: 16px;
    }

    .fund-selection__rgt {
      flex: 0 0 100%;
      max-width: 100%;
      justify-content: center;
    }

    .fund-selection__lft, .fund-selection__rgt {
      border-bottom: 2px solid #c7c7c7;
      padding-bottom: 10px;
      flex-direction: column;
    }

    .fund-selection__lft .select.class {
      width: 50%;
    }

    .portfolio-managers__info .intro {
      height: auto;
    }

    .reporting-opt {
      /* width: 100%; */
      margin: 0% auto 0;
    }

    .reporting-opt__info {
      line-height: 22px;
    }

    .reporting-opt__info br {
      display: none;
    }

    .invtbenefit-opt {
      margin: 0% auto 5%;
    }

    .m-strategies-opt__title {
      font-size: 14px;
    }

    .m-strategies-opt__info p {
      font-size: 12px;
    }

    .firm-history .info h4 {
      font-size: 36px;
    }

    .firm-history .info p {
      font-size: 12px;
    }

  .contact-us__info .phma {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}

@media screen and (max-width: 480px) {

  .unlogo__sig {
    font-size: 12px;
  }
  .unlogo__logo {
    width: 50%;
    margin: 10px auto;
  }

  .sig-btn a {
    font-size: 9px;
  }

  .contact-us {
    height: 625px;
  }

  .contact-us__info {
    top: 0px;
  }

  /* .contact-us__info span {
    padding: 10px 20px;
  } */

  .company-details__info p {
    font-size: 12px;
  }

  .company-achievements .count {
    font-size: 30px;
  }

  .company-achievements p {
    font-size: 12px;
  }

  .managers .slick-dots {
    left: 0;
  }

  section {
    padding: 50px 0;
  }

  .login-info {
    width: 100%;
  }

  .login-info__title {
    font-size: 14px;
    letter-spacing: 6px;
  }

  .closee {
    top: 20px;
    right: 20px;
  }

  .firm-history .knm {
    width: 130px;
  }

  .firm-history .knm a {
    font-size: 10px;
  }

  .login.disclaimer .row {
    margin: 0;
  }
}

@media screen and (max-width: 415px){
  .closee {
    top: 0px;
  }

  .contact-us__info p a {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px){
  h2 {
    font-size: 12px;
  }

  .nav-link {
    padding: 0.2rem 1rem;
  }

  .navbar-nav {
    padding: 0px 50px;
  }

  .navbar-nav li ul li a {
    font-size: 14px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

  .sig-btn a {
    font-size: 8px;
  }

  .login-info__disclaimer .content strong, .login-info__disclaimer .content span {
    font-size: 10px;
  }

  .ucitsnon-fund {
    margin-bottom: 25px;
  }

  .ucitsnon-fund__title {
    font-size: 16px;
  }

  .ucitsnon-fund__info .count {
    font-size: 28px;
  }

  .ucitsnon-fund__info .count span {
    font-size: 16px;
  }

  .closee {
    top: -3px;
  }


}

@media screen and (max-width: 320px) {
  .ucitsnon-fund__title {
    font-size: 14px;
  }

  .ucitsnon-fund__info .count {
    font-size: 22px;
  }

  .ucitsnon-fund__info .count span {
    font-size: 14px;
  }

  .ucitsnon-fund__info .name {
    font-size: 12px;
  }

  .contact-us {
    height: 460px;
  }

  .contact-us__info .add,
  .contact-us__info p a {
    font-size: 12px;
  }

  .company-object__info .title {
    font-size: 14px;
  }

  .company-object__info p {
    font-size : 12px;
  }

  .company-object__info p br {
    display: none;
  }

  .login {
    position: absolute;
    top: 200px;
    background: transparent;
  }

  .sig-btn a {
    padding: 15px 10px;
  }

  .closee {
    top: -60px;
  }

  .closee button {
    color: #000;
  }

  .firm-history {
    padding-top: 100px;
  }

  .firm-history .info h4 {
    font-size: 28px;
  }

  .firm-history .info p {
    font-size: 10px;
  }

  .firm-history .owl-nav button span {
    font-size: 35px;
  }
}

@media screen and (min-width: 481px) and (max-width: 736px) {
  .platform-services {
    height: auto;
  }
}

@media screen and (min-width: 1445px){
  .contact-us {
    height: 995px;
  }
}

@media screen and (min-width: 1645px){
  .contact-us {
    height: 1045px;
  }
  

  .contact-us__info {
    top: 82px;
  }
}

@media screen and (min-width: 1845px){
  .contact-us {
    height: 1100px;
  }
  

  .contact-us__info {
    top: 95px;
	padding : 50px 0px 120px;  
  }
}



