* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
    @font-face{
      font-family: 'Kefa';
      src: url("/font/Kefa.ttc") format('truetype');
  }
    @font-face {
       font-family: 'GE Thameen';
       src: url('/font/GE Thameen Book.ttf') format('opentype');
        font-weight: normal;
   }
  .eng-list{    
    text-align:center;
          
    }
    .quicklinks a.contact-menu {
    padding: 12px 0px;
}
  
  #bgImage {
    background-image: url("/media/images/bg\ 3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
    #preloader {
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #fff;
         z-index: 9999999;
        }

        .loader {
         top: 50%;
         width: 50px;
         height: 50px;
         border-radius: 100%;
         position: relative;
         margin: 0 auto;
        }

        #loader-1:before, #loader-1:after {
         content: "";
         position: absolute;
         top: -10px;
         left: -10px;
         width: 100%;
         height: 100%;
         border-radius: 100%;
         border: 2px solid transparent;
         border-top-color: #b87a36;
        }

        #loader-1:before {
         z-index: 100;
         animation: spin 1s infinite;
        }

        #loader-1:after {
         border: 2px solid #f2f2f2;
        }

        @keyframes spin {
         0% {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
         }
         100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
         }
        }
  
  a {
    text-decoration: none;
  }
  
  /*animate*/
  
  .animate__animated.animate__fadeInUp {
    --animate-duration: 2s;
  }
  
  .reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active {
    transform: translateY(0);
    opacity: 1;
  }
  .second-nav-links:hover
  {
     color:#b87a36; 
      border-bottom: 4px solid #b87a36;
    
  }
  
  /*button*/
  /* Sweep To Right */
  .hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5%;
    background: #212529;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sweep-to-right:hover,
  .hvr-sweep-to-right:focus,
  .hvr-sweep-to-right:active {
    color: white;
  }
  .hvr-sweep-to-right:hover:before,
  .hvr-sweep-to-right:focus:before,
  .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .btn-outline {
    border: solid #fff 1px;
    color: #fff;
  }
  .btn-outline-2 {
    border: solid black 1px;
    color: #000;
  }
  
  /*animate*/
  
/*child menu*/
.child-menu {
    display: none;
    list-style: none;
  }
  .child-menu a {
    text-decoration: none;
    color: #fff;
  }
  
  .fund-child li {
    display: none;
  }
  .portfolio-child li {
    display: none;
  }
  
  .discretionary-child li {
    display: none;
  }
  .non-discretionary-child li {
    display: none;
  }
  .investment-manage-child {
    list-style: none;
    display: none;
  }
  .alternative-invest-child {
    list-style: none;
    display: none;
  }
  .consulting-service-child {
    list-style: none;
    display: none;
  }
  /*child menu end*/
  
  
  header {
    transition: all 0.3s ease-in-out;
  }
  
  .navbar-toggler {
    background-color: #fff;
  }
  
  .navbar-nav > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .navbar-nav > li {
    margin-left: 5px;
    margin-right: 20px;
  }
  
  .about-us {
    color: #b87a36;
  }
  
  .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    /* Set your desired styling for the mega menu */
    padding: 10px;
    width: 100%;
    height: 300px;
  }
  
  .mega-drop {
    background-color: #fff;
    width: 100%;
    height: 300px;
    padding: 5%;
  }
  .mega-drop-2 {
    background-color: #fff;
    width: 100%;
    min-height: 450px;
    padding: 5%;
  }
  
  .mega-heading {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    list-style: none;
  }
  
  .portfoliomenu {
    margin-top: -17%;
  }
  /*contact submenu*/
  
  #contactSubmenu {
    position: absolute;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
  }
  
  #contactSubmenu ul li {
    list-style: none;
    margin-bottom: 5px;
  }
  #contactSubmenu ul li:hover a {
    color: #b87a36;
  }
  
  #contactSubmenu ul li a {
    color: #000;
    text-decoration: none;
  }
  
  #contactSubmenu {
    display: none;
  }
  
  .contact-menu:hover + #contactSubmenu,
  #contactSubmenu:hover {
    display: block;
  }
  
  /*contact submenu end*/
  
  /*sub icons right*/
  .sub-cion-1 {
    position: relative !important;
    color: #000;
  }
  .sub-cion-2 {
    position: relative !important;
    color: #000;
  }
  
  .sub-cion-3 {
    position: relative !important;
    color: #000;
  }
  .sub-cion-4 {
    position: relative !important;
    color: #000;
  }
  .sub-cion-35 {
    position: relative !important;
    color: #000;
  }
  .sub-cion-mena {
    position: relative !important;
    color: #000;
  }
  .sub-cion-inter {
    position: relative !important;
    color: #000;
  }
  
  .invest-cion-1 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-2 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-3 {
    position: relative !important;
    color: #000;
  }
  
  .invest-cion-5 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-6 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-7 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-8 {
    position: relative !important;
    color: #000;
  }
  
  /*sub icons right end*/
  
  .mega-links li {
    list-style: none;
    position: relative;
    color: #000;
  }
  
  .mega-links li a {
    color: #000;
  }
  
  /* .mega-links li a::after {
    content: "";
    border-bottom: dashed 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 60%;
  } */
  
  /*video*/
  #player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  /*mega headings*/
  
  .fundmanage {
    display: none;
  }
  
  .portfoliomanage {
    display: none;
  }
  
  .internationalinvest {
    display: none;
  }
  
  .Advisory {
    display: none;
  }
  
  .investmanage {
    display: none;
  }
  
  .alternativeinvest {
    display: none;
  }
  
  .consultingservice {
    display: none;
  }
  
  .internationalmenu {
    margin-top: -33%;
  }
  
  .Advisorymenu {
    margin-top: -52%;
  }
  
  
  .hidden {
    display: none;
  }
  
  .submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
  }
  
  .submenu ul li {
    padding-top: 3%;
    margin-bottom: 10%;
  }
  
  .submenu ul li a {
    text-decoration: none;
  }
  
  .sub-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
  }
  
  .submenu ul li:hover .sub-submenu {
    display: block;
  }
  
  .sub-submenu ul li {
    padding-top: 3%;
    margin-bottom: 10%;
  }
  
  .sub-submenu ul li a {
    text-decoration: none;
  }
  
  .nav-link:hover ~ .submenu,
  .submenu:hover {
    display: block;
  }
  
  /*mega headings end*/
  
  .nav-item:hover .mega-menu {
    display: block;
    animation: fade-in 0.5s ease;
  }
  
  @keyframes fade-in {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /*fixed top*/
  /* .fixed-top{
              background-color: rgba(0, 0, 0, 0.2);
          } */
  
  /*social icons header fixed */
  .social i {
    margin-right: 20px;
  }
  
  .quicklinks a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
  }
  
  /* Sticky top header */
  .sticky-top {
    position: sticky;
    top: 0;
  }
  
  /* Right align links in desktop view */
  @media (min-width: 992px) {
    .navbar-nav {
      margin-left: auto;
    }
     .nav-dupe{
       margin-right: 356px;
  }
  .mob-quick{
      text-align:left;
  }
  }
  
  /*header section*/
  
  #myNavbar {
    transition: background-color 0.5s ease;
  }
  
  .navbar.white-bg {
    background-color: #fff !important;
  }
  
  .navbar.white-bg .navbar-brand img {
    /* Change your logo here */
    filter: invert(1);
  }
  
  .header-white {
    background-color: white;
  }
  
  .navbar-brand {
    width: 250px;
  }
  
  .logo-header {
    width: 90%;
  }
  
  .banner {
    width: 100%;
    height: 100vh;
  }
  
  /*contact*/
  .subsbanner {
    width: 100%;
    height: 30rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     position:relative;
  }
  
  .about-content {
    position: absolute;
    bottom:35%;
    width:100%;
    overflow:hidden;
    text-align:center;
    float:left;
    left:0;
    
  }
  /*contact-end*/
  
  .banner video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .banner .content {
    position: relative;
    max-width: 1200px;
    top: 35vh;
  }
  
  .content h1 {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
  }
  
  .content button .fa-arrow-right-long {
    position: relative;
    top: 2px;
  }
  
  /*header section end */
  
  /*breadscrum*/
  
  /*breadscrum*/
  
  /*company-profile*/
  
  .company-profile {
    margin-bottom: 15px;
  }
  
  .company-profile h1 {
    font-size: 52px;
    color: #d9d9d9;
    margin-top: 65px;
    margin-bottom: 58px;
    font-weight: 900;
  }
  
  /* .tabs ul li a{
              text-decoration: none;
              font-weight: 100;
              color: #000;
          }
          
          .tabs ul li a:active{
            font-weight: 600;
          }
          
          .tabs li a:active::after {
            content: "";
            display: block;
            background: #B87A36;
            height: 4px;
          } */
  
  .investcareer p {
    color: #5b5a5b;
    font-size: 16px;
    line-height: 34px;
  }
  .working-at p {
    color: #5b5a5b;
    font-size: 16px;
    line-height: 34px;
  }
  
  @media (max-width: 991.98px) {
    #myNavbarTab .navbar-collapse {
      display: flex !important;
      justify-content: center;
    }
  
    #myNavbarTab .navbar-nav {
      flex-direction: column;
    }
  
    #myNavbarTab .nav-link {
      text-align: center;
    }
  
    #myNavbarTab .tabs-item {
      margin-bottom: 10px;
    }
  }
  
  .tabs-item a {
    color: #000;
  }
  
  .active {
    font-weight: 600;
  }
  
  .active:after {
    content: "";
    display: block;
    background: #b87a36;
    height: 4px;
  }
  
  .tab-border {
    border-bottom: 1px solid #d9d9d9;
  }
  
  .head-border {
    border-bottom: solid 2px #b87a36;
    display: inline;
    color: #000;
    font-size: 30px;
  }
  
  .getin-touch {
    margin-top: 68px;
  }
  
  .establish {
    color: #5b5a5b;
    font-size: 16px;
    margin-top: 18px;
  }
  
  .touch p {
    color: #000;
  }
  
  .touch .contact-detail {
    color: #5b5a5b;
    font-size: 14px;
  }
  .touch .contact-mobile {
    color: #5b5a5b;
  }
  
  .map-border {
    border-right: 1px solid #d9d9d9;
  }
  
  .teuch-withUS {
    margin-top: 103px;
    margin-bottom: 80px;
  }
  
  /*wrapper*/
  
  .list-wrapper {
    position: relative;
  }
  .list-item-wrapper {
    margin-top: 10px;
    left: 25px;
    position: relative;
  }
  .list-bullet {
    float: left;
    margin-right: 20px;
    background: #d9d9d9;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100px;
    font-weight: 700;
    color: #5b5a5b;
    text-align: center;
  }
  .list-item {
    display: table-row;
    vertical-align: middle;
  }
  .list-title {
    font-weight: 700;
  }
  .list-text {
    font-weight: 400;
  }
  .red-line {
    background: rgba(91, 90, 91, 0.2);
    z-index: -1;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 40px;
  }
  .white-line {
    background: #fff;
    z-index: -1;
    top: 0px;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 15px;
  }
  
  .bullets h2 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 15px;
  }
  
  .point-1 {
    padding-top: 87px;
  }
  
  .bullet-content {
    font-size: 18px;
    color: #5b5a5b;
  }
  
  .year {
    color: #000;
  }
  
  /*wrapper end*/
  
  /*company-profile-end*/
  
  /*vision mission*/
  
  .vision-mission {
    margin-top: 166px;
  }
  
  .vision-banner {
    background-image: url("/About/images/mission-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .vision {
    position: relative;
    right: 50px;
    bottom: 80px;
  }
  
  .vision-content h2 {
    font-weight: 500;
    font-size: 30px;
  }
  
  .vision-content p {
    font-size: 16px;
  }
  
  /*vision mission end*/
  
  /*bord*/
  #bord {
    margin-top: 122px;
  }
  
  #executive {
    margin-top: 115px;
  }
  
  .bord-members {
    margin-top: 90px;
  }
  
  .bord-members-2 {
    margin-top: 60px;
  }
  
  .bord .member-name {
    font-weight: bold;
    font-size: 16px;
    color: #000;
  }
  
  .bord .position {
    color: #000;
    font-size: 17px;
  }
  
  .position {
    border-bottom: 1px solid #d9d9d9;
    display: inline-block;
    padding: 5px;
  }
  
  .bord .position-2 {
    font-size: 15px;
    font-weight: 100;
    color: #000;
  }
  
  /*bord end*/
  
  /*executive*/
  
  #executive .manage {
    font-size: 16px;
    font-weight: 100;
  }
  
  .executive-section {
    margin-bottom: 100px;
  }
  
  .member-name {
    margin: 0;
  }
  
  .position-3 {
    color: #000;
    font-weight: 700;
    padding: 5px;
    font-size: 15px;
  }
  
  /*executive end*/
  
  /*news */
  
  .news-box {
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 3%;
  }
  
  .news-box:hover {
    background-color: #f3f3f3;
  }
  
  /*news end*/
  
  /*anouncements section*/
  
  .btn-effect {
    position: relative;
    overflow: hidden;
  }
  
  .btn-effect::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: black;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
  }
  
  .btn-effect:hover::after {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .announcement {
    margin-top: 170px;
    color: #000;
  }
  
  .announcement .date {
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .announcement h5 {
    font-weight: bold;
    color: #000;
  }
  
  /*footer*/
  .footer-icons {
    display: inline-block;
    margin-right: 10px;
    width: 25px;
  }
  
  .fb-icon {
    display: inline-block;
  }
  
  
  .footer-border-bottom {
    border-bottom: 1px dashed rgba(217, 217, 217, 0.2);
  }
  
  .bold {
    font-weight: bold;
  }
  
  footer a {
    text-decoration: none;
  }
  
  .Privacy p {
    font-size: 14px;
    color: #fff;
  }
  
  .Privacy a {
    color: #fff;
    margin-left: 10px;
  }
  
  .social .animate {
    transition: all 0.2s ease-in-out;
  }
  
  .social .animate:hover {
    transform: scale(1.5);
  }
  
  .fa-map-marker-alt {
    transition: all 0.2s ease-in-out;
  }
  .fa-map-marker-alt:hover {
    transform: scale(1.5);
  }
  .fa-envelope {
    transition: all 0.2s ease-in-out;
  }
  .fa-envelope:hover {
    transform: scale(1.5);
  }
  .fa-headset {
    transition: all 0.2s ease-in-out;
  }
  .fa-headset:hover {
    transform: scale(1.5);
  }
  
  .text-scale {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }
  
  .text-scale:hover {
    transform: scale(1.1);
  }
  
  /*client complaints*/
  
  .complaints {
    padding-top: 116px;
    padding-bottom: 87px;
    background-image: url("/Contact/images/comaplaint-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .comaplaints-sub-head {
    margin-top: 36px;
    font-weight: 700;
    font-size: 18px;
  }
  
  .comaplaints-disc {
    font-size: 16px;
    color: #5b5a5b;
  }
  .custom-file-input {
    border: none;
    background-color: white;
  }
  
  .form-control {
    border-radius: 0;
    border-color: #d4d3d4;
  }
  
  ::placeholder {
    color: #5b5a5b !important;
  }
  
  .submit-button {
    box-sizing: border-box;
    width: 100%;
    height: 47px;
    left: 772px;
    top: 3408px;
    background: #5b5a5b;
    border: 1px solid #000000;
    color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  .whistle-blowing {
    margin-top: 130px;
  }
  
  .Whistle-content {
    color: #5b5a5b;
    font-size: 16px;
    margin-top: 70px;
    line-height: 36px;
  }
  
  .whistle-form {
    background: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 40px;
  }
  
  .whistle-title {
    width: 25%;
    margin-top: -3%;
  }
  
  .reporting-form-title {
    margin-top: 100px;
    padding-left: 60px;
  }
  
  .reporting-form-items {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
  
  .incedents {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  
  .lap {
    position: relative;
    left: 12px;
  }
  
  .incedent-sub {
    font-size: 20px;
    color: #5b5a5b;
  }
  
  .incedent-mail {
    font-weight: 100;
    line-height: 36px;
    font-size: 15px;
  }
  
  .incedent-mail2 {
    font-weight: 800;
  }
  
  .activepage {
    color: #b87a36 !important;
  }
  
  .not-active {
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .navbar-nav {
        width: 100% !important;
      }
           .mob-social-links{
    text-align: center;
  }
  }
  
  .alwasm-fund {
    margin-top: 75px;
  }
  
  .fund-tab {
    padding-top: 50px;
    margin-left: -50px;
  }
  
  .tab-head {
    color: #5b5a5b;
    cursor: pointer;
    text-align: center;
  }
  
  .fund-tab .row .col-2 {
    border-right: solid 1px #d9d9d9;
  }
  .fund-tab .row .col-2:last-child {
    border: none;
  }
  
  .bold-black {
    font-weight: bold;
    color: black;
  }
  
  #overview {
    background-image: url("/Asset-Management/images/overview-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
  }
  
  #overview p {
    padding: 60px 40px;
    font-size: 16px;
    line-height: 27.5px;
  }
  
  .graph {
    padding: 20px 250px 20px 250px;
  }
  
  #myChart {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  
  .keyfacts {
    background-image: url("/Asset-Management/images/key-background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .keyFacts {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #b87a36;
    text-align: center;
  }
  
  .keyFacts-para {
    text-align: center;
    color: #fdfdfd;
    font-weight: 400;
    font-size: 13px;
  }
  
  .keybox-parent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .key-box {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 28px;
    padding-top: 28px;
  }
  .key-box-last {
    padding-bottom: 28px;
    padding-top: 28px;
  }
  
  #portfolio {
    margin-top: 114px;
  }
  
  .managers {
    background-color: #211f20;
    position: relative;
    margin-top: 80px;
  }
  
  .manager-title-img {
    position: absolute;
    left: 40%;
    top: -5%;
  }
  
  .manager-pos {
    font-size: 14px;
  }
  
  .investment {
    background-image: url("/Asset-Management/images/international-invest-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #211f20;
  }
  
  .international {
    margin-top: 170px;
    margin-bottom: 160px;
  }
  
  .investment {
    padding-left: 30px;
  }
  
  .invest-img {
    position: relative;
    right: 100px;
    bottom: 50px;
    z-index: -1;
  }
  
  .advisory-para {
    color: #5b5a5b;
    line-height: 27px;
    font-size: 16px;
  }
  
  .directInvestments {
    margin-top: 65px;
  }
  
  .directInvestments .col-md-6 h4 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
  }
  
  .corp-text {
    color: #5b5a5b;
    font-size: 16px;
    line-height: 32px;
  }
  
  .alternative {
    margin-top: 172px;
    background-color: #000;
  }
  
  .alternative-head {
    margin-top: 76px;
    margin-bottom: 130px;
  }
  
  .alternative-box {
    background-color: #fff;
    margin-bottom: 120px;
    min-height: 524px;
  }
  
  .alternative-subhead {
    font-weight: 700;
  }
  
  .alternative-box img {
    margin-top: -120px;
  }
  .alternative-box p {
    padding: 14px 40px 50px 40px;
    line-height: 32px;
  }
  
  .golden-border {
    height: 28px;
    background-color: #b87a36;
  }
  
  .consulting-box {
    background-color: #f3f3f3;
    text-align: center;
    min-height: 561px;
  }
  
  .consulting-box h4 {
    font-size: 22px;
    font-weight: 700;
  }
  
  .consulting-box p {
    line-height: 32px;
    color: #5b5a5b;
    font-size: 16px;
  }
  
  #consultingService {
    margin-bottom: 140px;
  }
  
  #subsidiaries img {
    margin-top: 50px;
  }
  
  #subsidiaries p {
    margin-top: 65px;
  }
  
  .subsidiarie-box h6 {
    font-weight: 700;
  }
  
  .subsidiarie-box:hover {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
  }
  
  #SubsidiariesGroup {
    margin-top: 87px;
    margin-bottom: 60px;
  }
  
  /*client complaints end*/
  
  /*media query home page*/
  
  @media (min-width: 480px) {
    .navbar-brand {
      width: 18% !important;
    }
  }
  
  @media (max-width: 480px) {
    .banner {
      height: 650px;
    }
  
    .banner video {
      height: 650px;
    }
  
    .mobile-top-nav-links {
      margin-top: 5%;
    }
  
    .content h1 {
      font-size: 32px;
    }
  
    .latest-news {
      margin-top: 20%;
    }
  
    .footer-border {
      border: none;
    }
  
    .footer-logo {
      width: 60%;
      margin-left: auto;
      margin-right: auto;
    }
    .contact-mobile {
      margin-top: 10%;
      padding: 10%;
    }
  
    .navigation-mobile {
      padding: 10%;
    }
  
    .navigation-mobile-2 {
      margin-top: 5%;
    }
    .mobile-app img {
      width: 40%;
      margin-bottom: 5%;
    }
  
    .aboutbanner {
      height: 60vh;
    }
  
    .bullet-content {
      text-align: justify;
      font-size: 16px;
    }
    .point-1,
    .point-2,
    .point-3,
    .point-4,
    .point-5,
    .point-6 {
      padding: 20px;
    }
  
    .vision-content p {
      font-size: 16px;
    }
  
    .head-border {
      font-size: 25px;
    }
    .bord {
      padding: 0 70px 0 70px;
      margin-bottom: 50px;
    }
  
    .subsbanner {
      height: 70vh;
    }
  
    .first-form {
      margin-top: 50px;
    }
    .whistle-blowing {
      margin-top: 50px;
    }
    .whistle-title {
      width: 50%;
      margin-top: -5%;
    }
    .fund-tab {
      margin-left: 0px;
    }
    .manager-title-img {
      width: 50%;
      left: 25%;
      top: -1.5%;
    }
    .navbar-collapse {
        background-color: #000000d0;
      }
    
      .mega-menu {
        display: none !important;
      }
      .nav-item:hover .child-menu {
        display: block;
      }
          .fund-parent{
        padding-bottom:13px;
    }
    .portfolio-parent{
        padding-bottom:8px;
    }
      .fund-parent:hover .fund-child li {
        display: block;
      }
      .portfolio-parent:hover .portfolio-child li {
        display: block;
      }
      .discretionary-child {
        display: none;
      }
      .discretionary-parent:hover .discretionary-child {
        display: block;
      }
    
      .non-discretionary-child {
        display: none;
      }
      .non-discretionary-parent:hover .non-discretionary-child {
        display: block;
      }
      .investment-manage-parent:hover .investment-manage-child {
        display: block;
      }
      .alternative-invest-parent:hover .alternative-invest-child {
        display: block;
      }
      .consulting-service-parent:hover .consulting-service-child {
        display: block;
      }
      .footer-details {
        text-align: center;
      }
     
  }
  @media (max-width: 480px){
#SubsidiariesGroup {
    margin-top: 0;
    margin-bottom: 0;
}
#subsidiaries img {
    margin-top: 0;
}
#subsidiaries p {
    margin-top: 25px;
}
}
@media (min-width: 769px) {
    .leff {
        right: 70%;
    }

    .reff {
        left: 65%;
    }
}
@media (max-width: 480px) {
  .ar-sub{
        left:4%;  
        right:44%; 
    }
   .en-sub{
        left:33%;  
        right:19%;
    }
  
}