* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}
  @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;
   }
   .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);
         }
        }
  #loader {
      display: none;
      position: absolute;
      top: 10px;
      width: 54%;
      height: auto;
      background-color: rgba(0, 0, 0, 0);
      z-index: 9999;
}
@keyframes flip {
    0% {
        transform: perspective(100px) rotateY(0);
    }
    100% {
        transform: perspective(100px) rotateY(180deg);
    }
}
#loader img{
 animation: flip 2s linear infinite; /* Adjust the duration and timing function as needed */
    width: 20px;
    transform-style: preserve-3d; 
}
#loader1 {
    display: none;
    position: absolute;
    top: 10px;
    width: 54%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9999;
}

#loader1 img {
    animation: flip 2s linear infinite; /* Adjust the duration and timing function as needed */
    width: 20px;
    transform-style: preserve-3d; 
}

.loader-value{
  position: relative;
}
.second-nav-links:hover
{
   color:#b87a36; 
    border-bottom: 4px solid #b87a36;
  
}
.j-button{
    background: #5b5a5b;
    border: 1px solid #000000;
    color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.eng-list{    
    text-align:center;
          
    }
/*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*/

/*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;
}

/*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*/

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%;
}

/*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*/
/*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;
  left: 115px !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: "";
  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*/
.careerbanner {
  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;
}

.tab-border {
  border-bottom: 1px solid #d9d9d9;
}

.head-border {
  position: relative;
}

.head-border:before {
  content: "";
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  width: 17px; /* Adjust the width as per your preference */
  height: 2px; /* Adjust the height as per your preference */
  background-color: #65aeb7; /* Adjust the color as per your preference */
}

#we_believe {
  margin-top: 100px;
  background: url("../images/g\ 2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000e5;
  background-blend-mode: multiply;
  padding-top: 50px;
  padding-bottom: 50px;
}

.whatwe-box {
  padding-top: 20px;
  padding-bottom: 20px;
  
}

.whatwe-box:nth-child(4) {
  border: none;
}

.open-job-box {
    background-color: #65aeb7;
    color: #fff;
    border-radius: 0;
}
.job-title {
    background-color: #65aeb7;
    text-align: center;
    margin-bottom: 0px;
}

/* .nav-link {
  border-bottom: solid 1px #b87a36;
} */
.openjob-text {
  font-weight: 700;
  color: #000;
  font-size: 24px;
}

.border-dotted {
  border: 1px dashed #000;
}

.form-control {
  border-radius: 0;
  border-color: #000 !important;
}

.btn-apply {
    background-color: #65aeb7;
    color: #fff;
    border-radius: 0;
}
    .btn-apply:hover {
        background-color: #65aeb7;
        color: #fff;
        border-radius: 0;
    }

.nav-tabs .nav-link {
  border: none;
  color: #000;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #b87a36;
}

.job-open-content {
  font-weight: 400;
  color: #5b5a5b;
  margin-top: 50px;
  margin-bottom: -10px;
}

.black-btn {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  padding: 0;
  padding: 2px;
}
.black-btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-orange {
  background-color: #b87a36;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  padding: 0;
}
.btn-orange:hover {
  background-color: #b87a36;
  color: #fff;
}

.toggle-bar {
  border: 1px solid #d4d3d4;
}

.open-job {
  margin-left: 5px;
  margin-right: 5px;
}

.open-job-box:hover {
    background-color: #65aeb7;
    color: #fff;
}

.job-text {
  font-size: 12px;
}

.what-we {
  font-size: 30px;
}
.what-wetext {
  color: #b87a36;
  font-size: 22px;
  font-weight: 500;
}

.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*/
@media (min-width: 992px) {
  .modal-content {
    width: 661px; /* Adjust the width value as needed */
  }
}
/*vision mission*/

.vision-mission {
  margin-top: 166px;
}

.vision-banner {
  background-image: url("/media/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;
  }
}

/*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;
  }

  .contactbanner {
    height: 70vh;
  }

  .first-form {
    margin-top: 50px;
  }
  .whistle-blowing {
    margin-top: 50px;
  }
  .whistle-title {
    width: 50%;
    margin-top: -5%;
  }
  
  .navbar-collapse {
    background-color: #000000d0;
  }
  .cool-head{
      margin-bottom:55px;
  }

  .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;
  }
  .media-col {
    margin-bottom: 20px;
  }
  .footer-details {
    text-align: center;
  }
  .mob-top{
    margin-top:10px;  
  }
  .mob-side{
      margin-right:20px;
      padding-right: 10px;

  }
  .gap-3 {
  gap: 1rem !important;
}
 
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #loader {
        top: 26%;
        right: 16%;
    }
    #loader1 {
        top: 22%;
        right: 0%;
        left: -5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #loader {
        top: 19%;
        right: 12%;
    }
    #loader1 {
        top: 19%;
        right: 12%;
        left: 2%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #loader {
        top: 24%;
        right: 6%;
    }
    #loader1 {
        top: 20%;
        right: 0;
        left: 18%;
    }
}

@media (max-width: 479px) {
    #loader {
        top: 20%;
        right: 2%;
        left: -3%;
    }
    #loader1 {
        top: 20%;
        right: 2%;
        left: 34%;
    }
}

@media (max-width: 360px) {
    #loader {
        top: 20%;
        right: -4%;
        left: 1%;
    }
    #loader1 {
        top: 20%;
        right: -4%;
        left: 38%;
    }
}
@media (max-width: 480px){
.company-profile {
    display: none;
}
div#invest-career {
    padding-top: 18%;
}
.investcareer p.mt-5.fw-light {
    display: none;
}
div#intership img.img-fluid.cool-head {
    width: 100%;
}
div#intership p.mt-5 {
    display: none;
}
div#we_believe {
    margin-top: 60px;
}
.col-6 {
    width: 100%;
}
h2.head-border.text-white.what-we {
    text-align: center;
    padding: 0;
}
.head-border:before{
    display: none;
}
.openjob-text{
    font-size: 20px;
}
}
/*@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%;
    }
  
}