/*--- Import Color Mixins ---*/
.white {
  color: #ffffff;
}

.primary {
  color: #005C87;
}

.secondary {
  color: #0094aa;
}

.dkgray {
  color: #58595B;
}

.primary-bg {
  background-color: #005C87;
}

.secondary-bg {
  background-color: #0094aa;
}

.ltgray-bg {
  background-color: #FBFBFD;
}

.white-bg {
  background-color: #ffffff;
}

/*--- Collapse Header Navigation ---*/
img.custom-logo {
  width: 100%;
  max-width: 262px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  margin: 0 auto;
}

.brand-flex {
  display: block;
  width: 100%;
}

.custom-logo-link {
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .custom-logo-link {
    display: inline-block;
  }
  img.custom-logo {
    display: block;
    margin: 0 auto;
  }
  .brand-flex {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
}
/*-------
Transition Mixin
-------*/
/*--------*/
.navbar {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

/*-------
Desktop
--------*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: solid 2px transparent;
    border-radius: 0px;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    padding: 0px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  margin-top: 0;
}

.navbar-nav .show > .nav-link {
  color: #58595B;
}

/*-------
## Mobile
-------*/
@media (max-width: 991px) {
  .navbar {
    padding: 0px;
    background-color: #ffffff;
  }
  .navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background-color: #005C87;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px 20px;
  }
  .navbar-nav .active > .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show > .nav-link {
    color: #ffffff;
    background-color: #2B2F36;
  }
  .navbar-brand img {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .dropdown-item {
    padding: 0.25rem 1.5rem;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
  }
  .navbar-header {
    width: 100%;
  }
  .navbar-toggler {
    top: -90px;
    border: none;
    position: absolute;
    right: 10px;
    z-index: 64;
  }
  .navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
  }
  #titan-nav {
    z-index: 10;
    top: 0px;
    left: 0;
    transition: 0.001s;
    text-align: center;
    background-color: #005C87;
    width: 100%;
  }
  /*---- Dropdown Toggle ----*/
  /* Icon 4 */
  #nav-icon4 {
    width: 25px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #005C87;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #nav-icon4 span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(3) {
    top: 16px;
    transform-origin: left center;
  }
  #nav-icon4.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
  }
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #nav-icon4.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    left: 0px;
  }
}
/*--- Social Menu ---*/
/*------*/
.titan-fund .btn-secondary:hover {
  color: #2B2F36;
  background-color: white;
  border-color: #545b62;
}
.titan-fund .btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent !important;
}
.titan-fund .btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: transparent !important;
}
.titan-fund .circle-full-img {
  right: 225px !important;
}
.titan-fund .fund-hero {
  background-color: #fbfbfd;
  background-image: url(/wp-content/themes/titan/images/bg-fund-2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 260px;
  padding-bottom: 200px;
}
.titan-fund .box-info {
  background: linear-gradient(240.76deg, #005C87 -75.51%, #0297DD 42.49%);
  max-width: 750px;
  border-radius: 31px 0 0 31px;
  padding: 60px 50px;
}
.titan-fund .box-info h2 {
  color: white !important;
}
.titan-fund .box-info span {
  font-weight: normal !important;
  color: #2B2F36 !important;
}
.titan-fund .box-info p {
  font-weight: 400 !important;
  font-size: 32px;
  line-height: 133%;
  color: #2B2F36;
}
.titan-fund .color-gray {
  color: #7A7A7B !important;
}
.titan-fund .img-building {
  position: relative;
  bottom: -1px;
}
.titan-fund .block-text {
  padding-top: 220px;
  padding-bottom: 280px;
}
@media (max-width: 768px) {
  .titan-fund .block-text {
    padding-top: 40px;
  }
  .titan-fund .home-row3 p.home-row3-intro {
    padding-top: 5px !important;
  }
  .titan-fund .home-row3 .btn {
    margin-bottom: 0px !important;
  }
}
.titan-fund .call-to-action {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #05BEF9;
  border-radius: 16px;
  height: 113px;
}
.titan-fund .call-to-action h4 {
  color: #005C87;
}
.titan-fund .call-to-action span {
  color: rgb(43, 47, 54) !important;
}
.titan-fund .call-to-action .btn {
  min-width: 120px !important;
}
@media (max-width: 425px) {
  .titan-fund .home-row3 .btn {
    margin-bottom: 0px;
  }
  .titan-fund .block-text {
    padding-bottom: 60px;
  }
  .titan-fund .book-appointment-box h6 {
    color: #ffffff !important;
  }
  .titan-fund .call-to-action h4 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .titan-fund .call-to-action {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #05BEF9;
    border-radius: 16px;
    height: auto;
    padding: 20px 0;
  }
}

/***************Portfolio*******************************************************/
.titan-portfolio .mapmarkers-card-content {
  max-width: 350px !important;
}
.titan-portfolio .mapmarkers-card-content h3 {
  font-size: 26px !important;
}
.titan-portfolio .mapmarkers-card-content a {
  display: inline-block;
  background: #05BEF9;
  border-radius: 16px;
  padding: 3px 9px;
  color: white;
}
.titan-portfolio .mapmarkers-card-content a:hover {
  color: white;
  background: #05BEF9;
}
.titan-portfolio .mapmarkers-card-content p {
  display: block;
  color: #005C87;
}
.titan-portfolio .mapmarkers-card-content .eva-category-tag {
  display: none;
}
.titan-portfolio .mapmarkers-card-content h5 {
  display: none;
}
.titan-portfolio .mapmarkers-card-content h2 {
  font-style: normal;
  font-size: 24px;
  line-height: 17px;
  display: block;
}
.titan-portfolio .info-img-box {
  min-height: 357px;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 16px;
  background: #05BEF9;
  display: flex;
  box-shadow: 0px 41px 30px -28px rgba(0, 0, 0, 0.08);
}
.titan-portfolio .info-img-box.v-2 {
  background: #05BEF9;
  box-shadow: 0px 41px 30px -28px rgba(0, 0, 0, 0.08);
}
.titan-portfolio .info-img-box.v-2.bg-2 {
  background: unset;
  background-color: #05BEF9;
}
.titan-portfolio .img-box {
  width: 40%;
}
@media (max-width: 1023px) {
  .titan-portfolio .img-box {
    width: 45%;
  }
  .titan-portfolio .text-location {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .titan-portfolio .call-to-action-row .call-to-action {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #05BEF9;
    border-radius: 16px;
    height: auto;
    padding: 20px 0;
  }
}
.titan-portfolio .info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.titan-portfolio .info-box h2 {
  font-size: 56px;
  color: rgb(0, 92, 135);
  font-weight: 700;
}
.titan-portfolio .info-box .sub-h2 {
  font-size: 56px;
  color: rgb(43, 47, 54);
  font-weight: 400;
}
.titan-portfolio .info-box .info-desc {
  text-align: justify;
  line-height: 20px;
  color: #2B2F36;
  font-size: 16px;
  max-width: 416px;
  padding-bottom: 20px;
}
.titan-portfolio .portfolio-hero {
  background-color: #fbfbfd;
  background-image: url(/wp-content/themes/titan/images/bg-portfolio.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 260px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .titan-portfolio .portfolio-hero h1 {
    font-size: 50px;
  }
}
.titan-portfolio .portfolio-locations {
  padding-top: 70px;
  padding-bottom: 30px;
}
.titan-portfolio .portfolio-locations a:hover {
  color: #ffffff !important;
}
.titan-portfolio .portfolio-locations .bg-blue {
  background: linear-gradient(180.31deg, #005C87 -9.11%, #0297DD 92.34%);
  border-radius: 0px 16px 62px 0px;
}
@media screen and (max-width: 768px) {
  .titan-portfolio .portfolio-locations .text-location {
    max-width: 360px;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.titan-portfolio .portfolio-locations .text-location {
  max-width: 360px;
  padding-top: 200px;
  padding-bottom: 200px;
}
.titan-portfolio .portfolio-locations .text-location .btn-portfolio {
  max-width: 176px;
  padding: 7px 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #05BEF9;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 50px;
}
.titan-portfolio .portfolio-locations .text-location h1 {
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  text-transform: none !important;
}
.titan-portfolio .portfolio-locations .text-location span {
  font-weight: 500;
  color: #ffffff;
}
.titan-portfolio .portfolio-locations .text-location p {
  color: #ffffff !important;
}
.titan-portfolio .portfolio-locations .text-location .location-tab {
  font-size: 24px;
  font-weight: 800;
  line-height: 103.4%;
}
.titan-portfolio .portfolio-locations .text-location .location-tab:before {
  content: url("/wp-content/uploads/Rectangle-96.png");
  display: block;
  float: left;
  margin-right: 10px;
}
.titan-portfolio .portfolio-locations .text-location .location-link:after {
  content: url("/wp-content/uploads/bi_arrow-down-circle-fill.png");
  display: inline-block;
  margin-left: 10px;
}
.titan-portfolio .call-to-action {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #05BEF9;
  border-radius: 16px;
  height: 113px;
}
.titan-portfolio .call-to-action h4 {
  color: #005C87;
}
.titan-portfolio .call-to-action span {
  color: rgb(43, 47, 54) !important;
}
.titan-portfolio .call-to-action .btn {
  min-width: 120px !important;
}
@media screen and (max-width: 425px) {
  .titan-portfolio .call-to-action h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .titan-portfolio .info-img-box {
    min-height: 357px;
    margin-top: 90px;
    margin-bottom: 30px;
    border-radius: 16px;
    background-color: #05BEF9;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 41px 30px -28px rgba(0, 0, 0, 0.08);
  }
  .titan-portfolio .img-box {
    width: 85%;
    margin-right: 0;
    margin-top: -40px;
  }
  .titan-portfolio .img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
    max-height: 430px;
  }
  .titan-portfolio .call-to-action-row .info-img-box .info-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }
  .titan-portfolio .call-to-action {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #05BEF9;
    border-radius: 16px;
    height: auto;
    padding: 20px 0;
  }
}
.titan-portfolio .map-fit {
  max-height: 770px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.titan-portfolio .locations {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .titan-portfolio .cards-portfolio {
    padding-bottom: 100px;
  }
  .titan-portfolio .locations {
    padding-top: 50px;
  }
  .titan-portfolio .portfolio-locations {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 425px) {
  .titan-portfolio .locations {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.titan-portfolio .map-img {
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
}
@media screen and (min-width: 480px) {
  .titan-portfolio .mapmarkers-aside-panel {
    width: 0px !important;
  }
}
.titan-portfolio .locations .location-1 {
  position: relative;
  left: -999px;
  /* (C) CSS ANIMATION */
  transition: all 0.5s;
  display: none;
}
.titan-portfolio .locations .location-2 {
  position: relative;
  left: -999px;
  /* (C) CSS ANIMATION */
  transition: all 0.5s;
  display: none;
}
.titan-portfolio .locations .location-3 {
  position: relative;
  left: -999px;
  /* (C) CSS ANIMATION */
  transition: all 0.5s;
  display: none;
}
.titan-portfolio .locations .location-all {
  position: relative;
  left: -999px;
  /* (C) CSS ANIMATION */
  transition: all 0.5s;
  display: none;
}
.titan-portfolio .locations .show {
  left: 0px !important;
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .titan-portfolio .locations .card {
    height: 960px !important;
    max-height: 960px !important;
  }
  .titan-portfolio .locations .text-location {
    max-width: 360px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.titan-portfolio .locations .card {
  border: 0 !important;
  box-shadow: 0px 28px 16px -6px rgba(2, 151, 221, 0.32) !important;
  border-radius: 0px 0px 16px 16px !important;
  height: 887px;
  max-height: 887px;
}
.titan-portfolio .locations .card .card-img-top {
  max-height: 415px;
}
@media screen and (max-width: 768px) {
  .titan-portfolio .locations .card .card-img-top {
    max-height: 250px !important;
  }
}
@media screen and (max-width: 1024px) {
  .titan-portfolio .locations .card .card-img-top {
    max-height: 344px;
  }
  .titan-portfolio .locations .card h6 {
    font-size: 24px;
  }
}
.titan-portfolio .locations .card h6 {
  font-size: 30px;
  color: #2B2F36;
  font-weight: 500;
}
.titan-portfolio .locations .card .icons-font {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #7A7A7B;
}
.titan-portfolio .locations .card p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #7A7A7B;
}

.modal {
  background: rgba(0, 0, 0, 0.5) !important;
}

.modal-backdrop {
  display: none !important;
}

.not-show {
  display: none !important;
}

.show {
  display: block !important;
}

.no-link {
  pointer-events: none;
}

/********Menu Styles**********/
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999 !important;
  top: 0;
  left: 0;
  background: rgba(0, 92, 135, 0.97);
}

.menu-full .nav-link {
  color: #ffffff !important;
}
.menu-full .menu-wrapper {
  max-width: 260px;
  max-height: 560px;
  float: right;
}
.menu-full p {
  font-size: 24px;
}
.menu-full .fa-solid {
  color: white;
  font-size: 24px;
  padding-top: 80px;
  padding-right: 150px;
  margin-bottom: 50px;
}
.menu-full #menu-primary {
  top: 25%;
  right: 150px;
  position: relative;
}
.menu-full #menu-primary a {
  font-weight: 500 !important;
  font-size: 40px !important;
  text-align: right !important;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .menu-full #menu-primary {
    top: 25%;
    right: 150px;
    position: relative;
  }
  .menu-full .fa-solid {
    padding-right: 120px;
  }
  .menu-full .home-row3.about-row3.video-content-box.coaching-row2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  .menu-full #menu-primary {
    top: 25%;
    right: 60px;
    position: relative;
  }
  .menu-full .fa-solid {
    padding-right: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .home-row3.about-row3.video-content-box.coaching-row2 {
    margin-bottom: 30px !important;
  }
}
.invest-span {
  font-weight: 400 !important;
  color: #2B2F36 !important;
}

.pointer {
  cursor: pointer;
}

.mapmarkers-wrapper.mapmarkers-panel-left .mapmarkers {
  left: 0px !important;
}

.logo-img {
  top: 20px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .padding-map {
    padding-bottom: 170px;
  }
}
.map-fund .box-info {
  background: linear-gradient(240.76deg, #005C87 -75.51%, #0297DD 42.49%);
  max-width: 750px;
  border-radius: 31px 0 0 31px;
  padding: 60px 50px;
}
.map-fund .box-info h2 {
  color: white !important;
}
.map-fund .box-info span {
  font-weight: normal !important;
  color: #2B2F36 !important;
}
.map-fund .box-info p {
  font-weight: 400 !important;
  font-size: 32px;
  line-height: 133%;
  color: #2B2F36;
}/*# sourceMappingURL=styles-fabricio.css.map */