/* Preloader container */
#preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  /* brand background */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo animation */
.logo-preloader {
  width: 140px;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.95);
  }
}

img.cb {
  width: 80px;
  vertical-align: unset;
}

.ul-2-about-img img {
  border-radius: 20px;
  /* height: 100%;
    object-fit: cover; */
}

.service-block-four {
  position: relative;
  padding: 40px 25px 35px 40px;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}

.service-block-four:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four .icon {
  line-height: 1;
}

.service-block-four .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  font-size: 60px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-block-four .content {
  margin-top: 30px;
}

.service-block-four .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.service-block-four .content .text {
  color: var(--text-color);
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.clients-slider {
  background-color: #F6F6F6;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.team-member-container {
  padding: 25px 0px;
}

.team-member-container img {
  border-radius: 12px;
}


.file-wrapper {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 7px !important;
}

.file-wrapper .file-button {
  color: #fff;
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 15px;
  background: #0a2c4e;
  display: inline-block;
}

.file-holder {
  top: 15px;
  padding-left: 15px;
  position: absolute;
  left: auto;
}

.file-wrapper input {
  left: 0;
  opacity: .01;
  cursor: pointer;
  position: absolute;
  -moz-opacity: .01;
  filter: alpha(opacity=1);
}

.file-holder {
  top: 15px;
  padding-left: 15px;
  position: absolute;
  left: auto;
}

.file-button i {
  margin-right: 8px;
}

.investors-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #C7C7C7;
}

.investors-item> :first-child {
  width: 75%;
}

.view-btn {
  border: 1px solid #000000;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 15px;

}

a.view-btn {
  font-size: 14px;
  font-weight: 600;
}

.download-btn {
  background-color: #0a2c4e;
  color: #fff;
  border: 1px solid #0a2c4e;
  padding: 5px 20px;
  border-radius: 5px;
}

a.download-btn:hover {
  background-color: #000000;
  color: #ffffff;
}



.tabs-nav li {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-bottom: 20px;
}

.tabs-nav li a {
  border-radius: 5px;
}

.tabs-nav li:first-child a {}

.tabs-nav li:last-child a {}

.tabs-nav a {
  border: 1px solid #cecfd5;
  display: block;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
}

.tabs-nav a:hover {
  color: #0a2c4e;
}

.tab-active a {
  cursor: default;
  color: #0a2c4e;
  background-color: #cecfd5;
}

.tabs-stage {
  border-top: 0;
  clear: both;
  padding: 30px 30px 30px 0px;
  position: relative;
  top: -1px;
}

img.annual-report-img {
  border: 1px solid #C7C7C7;
  padding: 10px;
}

h4.annual-report-year {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 20px;

}

.tab-heading {
  font-size: 24px;
  color: #0a2c4e;
}

.core-team {
  background: #F6F6F6;
  padding: 20px 15px;
  border-top: 2px solid #0a2c4e;
  border-radius: 12px;
  height: stretch;
}

.core-team h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  color: #1a1a1a;
}

.core-team h6 {
  color: #0a2c4e;
}

.branches-container a {
  border: 1px solid;
  border: 1px solid #979797;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  border-radius: 5px;
}

#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
}

@media (max-width:767px) {
  .ul-2-header-logo-container {
    width: 50%;
  }

  .ul-2-header-bottom-right {
    width: 30%;
  }

  .tradingview-widget-container {
    width: 100%;
  }

  .ul-2-header-top .helpline {
    display: none;
  }

  .view-btn {
    margin-bottom: 10px;
  }

  .ul-team-details-name,
  .core-team h3 {
    font-size: 24px;
  }
}