@font-face {
  font-family: "Marion", sans-serif;
  src: url("../assets/fonts/MarionRegular.otf") format("otf"), url("../assets/fonts/MarionRegular.ttf") format("ttf");
}
body {
  font-family: "raleway", sans-serif !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.business-bg {
  background-image: url(../assets/images/background.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 835px) {
  .business-bg {
    background-position-x: center;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

.home-bg {
  background-image: url(../assets/images/home-bg.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 10px;
}
@media screen and (min-width: 1280px) {
  .home-bg {
    margin-top: 20vh !important;
    min-height: 80vh;
  }
}
@media screen and (max-width: 1112px) {
  .home-bg {
    background-size: cover;
    background-position: center bottom;
    max-height: 80vh;
  }
}

h1,
h3,
h3,
h4,
h5,
h6,
p {
  font-family: "raleway", sans-serif;
}

a {
  text-decoration: none !important;
}
a:active, a:hover, a:focus {
  color: #b79c18 !important;
}
a.disabled:hover {
  cursor: not-allowed !important;
}

ul {
  padding: 0;
  margin: 0;
}

.blue-clr {
  color: #003c71;
}

.gold-clr {
  color: #b79c18;
}

.br-t {
  border-top: 1px solid #bc9c16;
}

.br-b {
  border-bottom: 1px solid #bc9c16;
}

.f-w-b {
  font-weight: bold;
}

.tt-c {
  text-transform: uppercase;
}

.container-custom {
  max-width: 850px;
  margin: 0 auto;
}

.mr-tp-s {
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  .mr-tp-s {
    margin-top: 170px;
  }
}

.mr-tp {
  margin-top: 150px;
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 0;
  }
}

.main-hold {
  margin: 100px 0 50px;
}

.btn.btn-rounded {
  border-radius: 28px;
  background-color: #b79c18;
  padding: 14px 18px 16px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.3px;
  outline: none;
  border: 1px solid transparent;
  box-shadow: none !important;
}
.btn.btn-rounded:hover, .btn.btn-rounded:focus {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .btn.btn-rounded {
    font-size: 11px;
  }
}

.btn.btn-white-rounded {
  border-radius: 28px;
  background-color: #fff;
  padding: 14px 18px 16px;
  display: inline-block;
  color: #b79c18;
  font-size: 16px;
  letter-spacing: 1.3px;
  border: 1px solid #b79c18;
  margin-left: 5px;
  outline: none;
  box-shadow: none !important;
}
.btn.btn-white-rounded:hover, .btn.btn-white-rounded:focus {
  background-color: #b79c18;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .btn.btn-white-rounded {
    font-size: 11px;
  }
}

.btn.learn-more-button {
  color: #ffffff;
  background-color: #003c71;
  letter-spacing: 2px;
  text-align: center;
  padding: 15px 50px;
  border-radius: 4px;
  font-size: 18px;
}
.btn.learn-more-button:hover, .btn.learn-more-button:focus {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .btn.learn-more-button {
    padding: 10px 20px;
  }
}

.min-70 {
  min-height: 70vh;
}

.min-100 {
  min-height: 100vh;
}

.clients {
  min-height: 75vh;
  margin-top: 25vh;
}

.desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .desktop {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .desktop {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .desktop {
    padding: 0 100px;
  }
}

.phone {
  display: none;
}
@media screen and (max-width: 768px) {
  .phone {
    display: block;
  }
}

button:focus {
  outline: none !important;
}

header nav.navbar {
  border-top: solid 4px #b79c18;
  padding: 10px;
  background-color: #003c71;
}
header nav.navbar .navbar-toggler:focus {
  outline: none;
}
header nav.navbar ul.navbar-nav {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header nav.navbar ul.navbar-nav {
    align-items: flex-start;
    padding: 20px 0 20px 10px;
  }
  header nav.navbar ul.navbar-nav li {
    margin-bottom: 5px;
  }
}
header nav.navbar .navbar-toggler-icon {
  background-image: none;
  width: initial;
  height: initial;
}
header nav.navbar .navbar-toggler-icon .bar1,
header nav.navbar .navbar-toggler-icon .bar2,
header nav.navbar .navbar-toggler-icon .bar3 {
  width: 42px;
  height: 2px;
  background-color: #ffffff;
  margin: 8px 0;
  transition: 0.4s;
  border-radius: 10px;
}
header nav.navbar a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  header nav.navbar a {
    font-size: 11px;
    margin-right: 0;
  }
}
header nav.navbar button.client {
  background-color: #b79c18;
  padding: 10px 15px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: 15px;
  margin-right: 25px;
  color: #fff;
}
header nav.navbar button.client:focus, header nav.navbar button.client:active, header nav.navbar button.client:hover {
  outline: none;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header nav.navbar button.client {
    margin-right: 0;
    font-size: 11px;
  }
}
header nav.navbar .navbar-brand {
  margin-left: 50px;
  padding-bottom: 20px;
  margin-top: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header nav.navbar .navbar-brand {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  header nav.navbar .navbar-brand {
    margin-left: initial;
    padding-bottom: 0;
    flex: 1;
    padding: 0;
  }
}
header nav.navbar .navbar-brand img {
  max-width: 80%;
}
header .nav-item.active a {
  color: #b79c18;
}
header .sub-menu {
  background-color: #dee6ee;
  margin-top: 95px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 425px) {
  header .sub-menu {
    margin-top: 72px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  header .sub-menu {
    margin-top: 82px;
  }
}
header .sub-menu .sub-menu-hold {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
}
header .sub-menu ul li {
  position: relative;
}
header .sub-menu ul li a {
  color: #003c71;
}
header .sub-menu ul li:after {
  border-right: 2px solid #003c71;
  position: absolute;
  content: " ";
  width: 2px;
  height: 40%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .sub-menu ul li:last-child:after {
  display: none;
  content: "";
}
header .sub-menu .nav-link {
  font-size: 15px;
  letter-spacing: 2.5px;
  font-weight: 600;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 835px) {
  header .sub-menu .nav-link {
    font-size: 9px;
    letter-spacing: initial;
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
}
@media screen and (max-width: 835px) {
  header .sub-menu .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

footer {
  background-color: #003c71;
  border-bottom: solid 10px #b79c18;
}
@media screen and (max-width: 576px) {
  footer {
    text-align: center;
  }
}
footer p {
  color: #b79c18;
  margin-bottom: 16px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 576px) {
  footer p {
    margin-bottom: 10px;
  }
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
}
footer .copyright {
  color: #b79c18;
}
footer .copyright p {
  font-size: 10px;
  margin-bottom: 0;
  letter-spacing: initial;
  margin-bottom: 10px;
  padding-right: 60px;
}
@media screen and (max-width: 576px) {
  footer .copyright p {
    padding-right: 0;
    text-align: center;
  }
}
footer .pd-tb {
  padding: 65px 0 50px;
}
@media screen and (max-width: 576px) {
  footer .pd-tb {
    padding: 20px 0 10px;
  }
}
footer .footer-logo {
  max-width: 70%;
}
@media screen and (max-width: 576px) {
  footer .footer-logo {
    padding: 40px 0 20px;
  }
}

#clientLogin .modal-dialog-centered {
  min-height: inherit;
}
#clientLogin .modal-dialog {
  max-width: 420px;
}
@media screen and (max-width: 426px) {
  #clientLogin .modal-dialog {
    max-width: initial;
  }
}
#clientLogin .modal-content {
  position: relative;
  border-radius: 20px;
  border-color: #b79c18;
  padding: 43px 48px 45px;
}
@media screen and (max-width: 426px) {
  #clientLogin .modal-content {
    padding: 40px 38px 40px;
  }
}
#clientLogin .modal-content .close {
  position: absolute;
  right: -13px;
  top: -10px;
  background: #b79c18;
  opacity: 1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
#clientLogin .modal-content .close span {
  position: relative;
  top: -3px;
}
#clientLogin .modal-body {
  padding: 0;
}
#clientLogin .modal-body p {
  color: #003c71;
  text-align: center;
  font-size: 15px;
  margin-bottom: 28px;
}
#clientLogin .modal-body .btn {
  margin-bottom: 28px;
}
#clientLogin .modal-body .btn:last-child {
  margin-bottom: 0;
}

#client-fixed {
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  transition-delay: 100;
  width: 300px;
  position: fixed;
  bottom: 0;
  left: 5%;
  background: #fff;
  border: 3px solid #b89d18;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  #client-fixed {
    left: 50%;
    transform: translateX(-50%);
  }
}
#client-fixed .input-hold {
  margin-bottom: 10px;
}
#client-fixed .input-hold p {
  color: #b89d18;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #client-fixed .input-hold p {
    font-size: 13px;
  }
}
#client-fixed .input-hold button {
  padding: 5px 15px;
  font-size: 12px;
}
#client-fixed input,
#client-fixed textarea {
  border: 3px solid #b89d18;
  padding: 0.8rem;
  background: transparent;
  border-radius: 10px;
  resize: none;
  width: 100%;
}
#client-fixed .client-form {
  padding: 15px 20px 10px;
}
@media screen and (max-width: 767px) {
  #client-fixed .client-form {
    padding: 10px 20px 10px;
  }
}
#client-fixed h2 {
  font-size: 19px;
  text-align: center;
  color: #003c71;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #client-fixed h2 {
    font-size: 16px;
    margin: 10px 0 !important;
    margin-top: 0 !important;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.copyright a {
  text-decoration: underline !important;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.disclaimer h3 {
  font-weight: 600;
  color: #3b3b3b;
}
.disclaimer p {
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #3b3b3b;
}
@media screen and (max-width: 425px) {
  .disclaimer p {
    text-align: justify;
    font-size: 13px;
  }
}
@media screen and (max-width: 425px) {
  .disclaimer h1 {
    font-size: 32px;
  }
  .disclaimer h3 {
    font-size: 18px;
  }
}

.visible-only-on-lg {
  display: none;
}

.visible-only-on-md {
  display: none;
}

.visible-only-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .home-bg .carousel-hold .carousel-item {
    height: 70vh;
  }
  .home-bg.mr-tp {
    margin-top: 170px;
  }
  .home-bg footer {
    padding-bottom: 20px;
  }

  .carousel-hold .carousel-indicators {
    bottom: 0px !important;
  }

  .less-top-margin {
    margin-top: 110px;
  }

  .sm-width-mob {
    max-width: 80% !important;
  }

  .mb-5.mb-4-mobile {
    margin-bottom: 1rem !important;
  }

  .mob-resize {
    min-height: 40vh;
    margin-top: 15vh;
  }
  .mob-resize.sm-mar {
    min-height: 65vh;
    margin-top: 35vh;
  }

  .newpg .img-content {
    margin-bottom: 50px;
  }

  .newCl #client-fixed.lessMobH {
    bottom: -495px;
  }
  .newCl.home-bg #client-fixed.lessMobH {
    bottom: -470px;
  }

  .lessofrmobilepad img {
    max-width: 182px;
    margin-bottom: -10px !important;
  }

  #newCLM .avestar-logo {
    margin: 135px 15px 30px !important;
  }
  #newCLM #client-fixed {
    display: none;
  }
  #newCLM .our-buisness-main-phn h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px !important;
    padding: 0 5px !important;
  }

  .hidden-xs-on {
    display: none !important;
  }

  .visible-only-xs {
    display: block;
    margin-top: 140px;
  }
  .visible-only-xs img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .pd-tb .col-md-8.col-lg-8 .row .col-md-6.col-lg-6:first-child .row .col-md-6.col-lg-6:last-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .newCl #client-fixed.lessMobH {
    bottom: -510px;
  }

  .hidden-sm-on {
    display: none !important;
  }

  .cusMar {
    height: 470px;
    margin-bottom: 100px;
    padding: 0 15px;
    max-width: 98%;
  }

  .mtop60desk {
    margin-top: 60px;
  }

  .mbtm60desk {
    margin-bottom: 100px;
  }

  .max80 {
    max-width: 80% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 835px) {
  .carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .container-custom {
    max-width: 800px;
    margin: 0 auto;
  }

  .our-people .main-tab .nav-item {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1119px) {
  .desktop {
    padding: 0 20px;
  }

  header .sub-menu .nav-link {
    font-size: 13px !important;
  }

  .advisory-services .circle {
    width: 390px;
    height: 390px;
    padding-top: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1135px) {
  .visible-only-on-md {
    display: block;
    min-height: 72vh;
    padding-top: 28vh;
  }
  .visible-only-on-md img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .cus-top-pad {
    min-height: 75vh;
    margin-top: 25vh;
    padding-top: 50px;
  }

  .custom-pad-desk {
    padding: 60px 0 70px;
  }

  .padTop-20 {
    padding-top: 20px;
  }

  .min-85 {
    min-height: 84vh;
  }

  .pad140 {
    padding: 140px 0;
  }

  .visible-only-on-lg {
    display: block;
  }
}
.carousel-hold .carousel-item {
  height: 80vh;
}
.carousel-hold .carousel-item > div {
  width: 100%;
}
.carousel-hold .carousel-item h3 {
  color: #b79c18;
  letter-spacing: 1.8px;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "Marion";
}
.carousel-hold .carousel-item h3 span {
  font-size: 40px;
}
.carousel-hold .carousel-item p {
  color: #003c71;
  line-height: 30px;
  font-size: 15px;
}
@media screen and (min-width: 426px) and (max-width: 835px) {
  .carousel-hold .carousel-item h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .carousel-hold .carousel-item p {
    font-size: 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 425px) {
  .carousel-hold .carousel-item h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .carousel-hold .carousel-item h3 span {
    font-size: 20px;
  }
  .carousel-hold .carousel-item p {
    font-size: 12px;
    line-height: 20px;
  }
  .carousel-hold .carousel-item p br {
    display: none;
  }
}
.carousel-hold .carousel-control-prev-icon img {
  right: 0;
}
@media screen and (max-width: 835px) {
  .carousel-hold .carousel-control-prev-icon img {
    left: 0;
  }
}
.carousel-hold .carousel-control-next-icon img {
  left: 0;
}
@media screen and (max-width: 835px) {
  .carousel-hold .carousel-control-next-icon img {
    left: -10px;
  }
}
.carousel-hold .carousel-control-prev-icon,
.carousel-hold .carousel-control-next-icon {
  background-image: initial;
  width: 100%;
  height: 100%;
}
.carousel-hold .carousel-control-prev-icon img,
.carousel-hold .carousel-control-next-icon img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 425px) {
  .carousel-hold .carousel-control-prev-icon img,
.carousel-hold .carousel-control-next-icon img {
    left: 50%;
    width: 40%;
    transform: translate(-50%, -50%);
  }
}
.carousel-hold .carousel-indicators {
  bottom: 30px;
}
.carousel-hold .carousel-indicators li {
  border: none;
  opacity: 0.25;
  background: #003c71;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.carousel-hold .carousel-indicators li.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .carousel-hold .carousel-control-prev {
    left: -25px;
  }
  .carousel-hold .carousel-control-next {
    right: -25px;
  }
  .carousel-hold .carousel-item > div {
    width: 85%;
  }
  .carousel-hold .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
}

.firm p {
  line-height: 30px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  .firm {
    text-align: center;
  }
  .firm p {
    font-size: 14px;
  }
}

.office-hold .city-hold {
  display: block;
}
.office-hold .city-hold > p {
  font-size: 16px;
  letter-spacing: 1.2px;
}
.office-hold ul {
  list-style-type: none;
}
.office-hold ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  color: #003c71;
  letter-spacing: 1.2px;
}
.office-hold ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .office-hold ul li {
    margin-right: 4px;
    font-size: 12px;
  }
}
.office-hold .br-rl {
  border-left: 2px solid #b89d18;
  border-right: 2px solid #b89d18;
}
@media screen and (max-width: 767px) {
  .office-hold .br-rl {
    border: none;
  }
}
.office-hold .box p:first-child {
  letter-spacing: 0.4px;
  font-size: 15px;
  font-family: "Marion";
}
.office-hold .box p:last-child {
  margin-bottom: 0;
}
.office-hold .box p:last-child a {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}

.balance-sheet {
  position: relative;
  min-height: 275px;
}
.balance-sheet .tile1,
.balance-sheet .tile2 {
  background-color: rgba(219, 229, 237, 0.6);
  position: absolute;
  right: 0;
  left: 0;
}
.balance-sheet .tile1 p,
.balance-sheet .tile2 p {
  text-align: left;
  font-size: 18px;
  padding: 10px 20px;
  margin: 0;
  font-weight: bold;
}
.balance-sheet .tile1 {
  top: 25px;
}
.balance-sheet .tile2 {
  bottom: 56px;
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .balance-sheet .tile2 {
    bottom: 44px;
  }
}
@media screen and (min-width: 1501px) {
  .balance-sheet .tile2 {
    bottom: 31px;
  }
}
@media screen and (min-width: 1800px) {
  .balance-sheet .tile2 {
    bottom: 20px;
  }
}
@media screen and (min-width: 1900px) {
  .balance-sheet .tile2 {
    bottom: 12px;
  }
}
@media screen and (max-width: 950px) {
  .balance-sheet .tile2 {
    bottom: 89px;
  }
}
@media screen and (min-width: 769px) and (max-width: 835px) {
  .balance-sheet .tile2 {
    bottom: 62px;
  }
}

.box-timeline {
  width: 80%;
  position: absolute;
  right: 0;
  background-image: url("../assets/images/ob-timeline-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 50%;
}
@media screen and (max-width: 768px) {
  .box-timeline {
    width: initial;
    background-size: auto;
  }
}
@media screen and (max-width: 450px) {
  .box-timeline {
    right: 5px;
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .box-timeline {
    width: 80%;
  }
}
@media screen and (min-width: 1500px) {
  .box-timeline {
    width: 70vw;
  }
}
.box-timeline .timeline-bg {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: -1;
}
.box-timeline .timeline-bg img {
  max-width: 100%;
  height: 100%;
}
.box-timeline ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box-timeline ul {
    margin-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .box-timeline ul {
    margin-right: 10px;
  }
}
.box-timeline ul li {
  flex: 1;
  margin-right: 1.5rem;
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .box-timeline ul li {
    max-width: 130px;
  }
}
@media screen and (max-width: 425px) {
  .box-timeline ul li {
    max-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .box-timeline ul li {
    margin-right: 1rem;
  }
}
.box-timeline ul li:hover, .box-timeline ul li.active {
  background-color: #093c71;
  border-radius: 20px;
}
.box-timeline ul li:hover p, .box-timeline ul li.active p {
  color: #fff;
}
.box-timeline ul li:last-child:hover {
  background-color: transparent;
}
.box-timeline ul li:last-child:hover a {
  cursor: not-allowed;
}
.box-timeline ul li:last-child:hover p {
  color: #093c71;
}
.box-timeline ul li:last-child {
  margin-right: 0;
}
.box-timeline ul .hold {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
  text-align: center;
  border: 2px solid #b79c18;
  border-radius: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
  .box-timeline ul .hold {
    height: 246px;
  }
}
.box-timeline ul p {
  min-height: 43px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  padding: 15px 5px 0;
  font-weight: 600;
  color: #003c71;
}
.box-timeline ul p:last-child {
  padding: 25px 5px 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .box-timeline ul p {
    font-size: 8px;
  }
  .box-timeline ul p:last-child {
    padding: 38px 5px 0;
  }
}
@media screen and (max-width: 425px) {
  .box-timeline ul p {
    min-height: 42.5px;
  }
  .box-timeline ul p {
    font-size: 8px;
  }
}
.box-timeline ul img {
  width: 65%;
}

.our-buisness-main-phn h3,
.our-buisness-main h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .our-buisness-main-phn h3,
.our-buisness-main h3 {
    font-size: 23px;
  }
}

.timeline-content {
  position: relative;
  min-height: 280px;
}
.timeline-content .title-bg1 {
  top: 25px;
}
@media screen and (max-width: 768px) {
  .timeline-content .title-bg1 {
    top: 32px;
  }
}
.timeline-content .title-bg2 {
  bottom: 38px;
}
@media screen and (max-width: 425px) {
  .timeline-content .title-bg2 {
    bottom: 57px;
  }
}
@media screen and (max-width: 350px) {
  .timeline-content .title-bg2 {
    bottom: 71px;
  }
}
.timeline-content .title-bg1,
.timeline-content .title-bg2 {
  background-color: rgba(219, 229, 237, 0.6);
  position: absolute;
  right: 0;
  left: 0;
}
.timeline-content .title-bg1 p,
.timeline-content .title-bg2 p {
  text-align: left;
  font-size: 18px;
  padding: 10px 20px;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .timeline-content .title-bg1 p,
.timeline-content .title-bg2 p {
    font-size: 11px;
    padding: 10px 20px 10px;
  }
}
@media screen and (max-width: 425px) {
  .timeline-content .title-bg1 p,
.timeline-content .title-bg2 p {
    font-size: 10px;
    padding: 10px 5px;
  }
}

.gcs {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .box-hold {
    margin-bottom: 3rem;
  }
}
.box-hold .box-content {
  background-image: url("../assets/images/ob-timeline-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 30px;
}
@media screen and (max-width: 425px) {
  .box-hold .box-content {
    background-position-y: 33.33%;
  }
}
.box-hold ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box-hold ul {
    margin-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .box-hold ul {
    margin-right: 10px;
  }
}
.box-hold ul li {
  flex: 1;
  margin-right: 1.5rem;
}
@media screen and (min-width: 426px) and (max-width: 1024px) {
  .box-hold ul li {
    margin-right: 1rem;
  }
}
.box-hold ul li:last-child {
  margin-right: 0;
}
.box-hold ul li:last-child:hover {
  background-color: transparent;
}
.box-hold ul li:last-child:hover a {
  cursor: not-allowed;
}
.box-hold ul li:last-child:hover p {
  color: #093c71;
}
.box-hold ul li:hover .hold, .box-hold ul li.active .hold {
  background-color: #093c71;
}
.box-hold ul li:hover .hold p, .box-hold ul li.active .hold p {
  color: #fff;
}
.box-hold ul li.active {
  transform: scale(1.3, 1.4);
}
@media screen and (max-width: 425px) {
  .box-hold ul li {
    margin-right: 0.5rem;
  }
}
.box-hold ul .hold {
  padding-top: 10px;
  padding-bottom: 0;
  z-index: 1;
  text-align: center;
  border: 1.2px solid #b79c18;
  border-radius: 13.5px;
}
@media screen and (max-width: 425px) {
  .box-hold ul .hold {
    height: 75px;
    border-radius: 8px;
  }
}
.box-hold ul p {
  min-height: 43px;
  font-size: 8px;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  padding: 10px 5px 0;
  font-weight: 600;
  color: #003c71;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .box-hold ul p:last-child {
    padding: 21px 5px 0;
  }
}
@media screen and (max-width: 425px) {
  .box-hold ul p {
    padding: 0px 5px 0;
    font-size: 4px;
  }
}
.box-hold ul img {
  width: 65%;
}

.bod h5 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .bod h5 {
    font-size: 9px;
  }
}
.bod .btn-gold {
  background-color: transparent;
  padding: 10px;
}
.bod .btn-gold-active {
  padding: 8px 35px;
  background-color: #b79c18;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}
.bod .btn-gold-active:focus, .bod .btn-gold-active:active, .bod .btn-gold-active:hover {
  outline: none;
  color: #fff;
  border: none;
}
.bod .nav-link.active h5.btn-gold {
  background-color: #b79c18;
  border-radius: 4px;
  color: #fff;
}
.bod .nav-link.active h5.btn-gold:focus, .bod .nav-link.active h5.btn-gold:active, .bod .nav-link.active h5.btn-gold:hover {
  outline: none;
  color: #fff;
}
.bod p {
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #3b3b3b;
}

.careers {
  margin-bottom: 50px;
}
.careers h2 {
  font-weight: bold;
  letter-spacing: 2.3px;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .careers h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.careers .heading p {
  line-height: 30px;
  letter-spacing: 0.38px;
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .careers .heading p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}
.careers .grid p {
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .careers .grid p {
    font-size: 9px;
  }
}

.partners p {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
}
.partners img {
  margin-bottom: 15px;
}

.our-people hr {
  background: #b79c18;
  height: 1px;
  opacity: 0.3;
}
.our-people .main-tab {
  border: solid 1px #b79c18;
}
@media screen and (max-width: 767px) {
  .our-people .main-tab {
    margin: 0;
  }
}
.our-people .main-tab .nav-item {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #003c71;
}
@media screen and (max-width: 767px) {
  .our-people .main-tab .nav-item {
    font-size: 10px;
    padding: 5px;
  }
}
.our-people .main-tab .nav-item.active {
  background: #b79c18;
  color: #fff !important;
}
.our-people .main-tab .nav-item.active:hover {
  color: #fff !important;
}
.our-people .tab-gld-btn {
  padding: 5px 0;
}
.our-people .tab-gld-btn h5 {
  margin-bottom: 10px;
  color: #003c71;
  font-weight: 600;
  font-size: 14px;
  padding: 0 0 4px;
  margin: 0;
}
.our-people .tab-gld-btn p {
  font-size: 11px;
  line-height: 15px;
  padding: 0;
  margin: 0;
}
.our-people.phn .img-content .tab-gld-btn {
  background: #b79c18;
  border-radius: 4px;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 40px;
}
.our-people.phn .img-content .tab-gld-btn h5 {
  color: #fff;
}
.our-people.phn .img-content .tab-gld-btn p {
  color: #fff;
}
.our-people .tab-content .nav-item.active .tab-gld-btn {
  background: #b79c18;
  border-radius: 4px;
}
.our-people .tab-content .nav-item.active .tab-gld-btn h5 {
  color: #fff;
}
.our-people .tab-content .nav-item.active .tab-gld-btn p {
  color: #fff;
}
.our-people img {
  height: 158px;
  width: 158px;
}
.our-people .content p {
  color: #3b3b3b;
  letter-spacing: 0.4px;
  font-size: 15px;
}

.advisory-services {
  display: flex;
}
.advisory-services .circle {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  display: flex;
  background: rgba(0, 60, 113, 0.1);
  padding-top: 70px;
}
.advisory-services .circle-content {
  text-align: center;
  flex: 1;
}
.advisory-services .circle-content ul {
  list-style-type: none;
  font-size: 14px;
  line-height: 35px;
  color: #4d4d4d;
  font-weight: 600;
}
.advisory-services .circle-content h5 {
  font-weight: 600;
  line-height: 1.4;
}
.advisory-services .circle-hold:first-child {
  position: relative;
  right: -50px;
}
.advisory-services .circle-hold:last-child {
  position: relative;
  left: -50px;
}

.advisory-team .team-img-hold {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  background-repeat: no-repeat;
}
.advisory-team .team-img1 {
  background-image: url(../assets/images/team1.jpg);
}
.advisory-team .team-img2 {
  background-image: url(../assets/images/team2.jpg);
}
.advisory-team .team-img3 {
  background: #003c71;
}
.advisory-team .team-img4 {
  background: #003c71;
}
.advisory-team h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 1px;
}
.advisory-team p {
  font-size: 12px;
  font-weight: 400;
}

.network {
  background-image: url(../assets/images/network.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.network h2 {
  font-weight: bold;
  font-size: 31px;
}

/*# sourceMappingURL=style.css.map */
