@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  /* padding-top: 96px; */
}

/*navbar*/
.margin-top{
  margin-top: 20px;
}

.navigation-top{
  border: none;
  background: #ffffff;
  min-height: 40px;
  background-color: #F0EFF1;
}

.navigation-top .icon{
  color: #64563A;
  font-size: 10pt;
}
.navigation-top .text {
  color: #424242;
  font-size: 9pt;
  font-weight: 700;
  transition: 0.2s linear;
  text-decoration: none;
}

.navigation-top .icon:hover,
.navigation-top .text:hover {
  color: #64563A;
  transition: 0.2s linear;
  text-decoration: none;
}

.navigation-top .padding-10 {
  padding-top:10px;
  padding-bottom:10px;
  padding-left:0px;
  padding-right:0px;
}

.navigation-main .navigation-top .search-bar-top input{
  height: 23px;
  font-size: 9pt;
  border:0;
  padding: 5px 0 5px 10px;
  box-shadow: unset;
  background-color: #E6E6E6;
  border-radius: 0;
  font-weight: 500;
}
.navigation-main .search-bar-top input {
  height: 40px;
  font-size: 14px;
  border:0;
  padding: 10px 0 10px 20px;
  box-shadow: unset;
  background-color: #E6E6E6;
  border-radius: 0;
  font-weight: 500;
}
.navigation-main .navigation-top .search-bar-top input::placeholder,.navigation-main .search-bar-top input::placeholder{
  color:#999;
}
.navigation-main .navigation-top .search-bar-top input::-webkit-input-placeholder,.navigation-main .search-bar-top input::-webkit-input-placeholder{
  color:#999;
}
.navigation-main .navigation-top .search-bar-top input::-ms-input-placeholder,.navigation-main .search-bar-top input::-ms-input-placeholder{
  color:#999;
}
.navigation-main .navigation-top .search-bar-top input::-moz-input-placeholder,.navigation-main .search-bar-top input::-moz-input-placeholder{
  color:#999;
}
.navigation-main .navigation-top .search-bar-top .btn{
  height: 23px;
  line-height: 1;
  border:0;
  background-color: #E6E6E6;
  color: #64563A;
  padding-top: 5px;
  border-radius: 0;
  padding: 5px 12px 6px;
}
.navigation-main .search-bar-top .btn{
  border:0;
  padding: 7px 20px;
  height: 40px;
  border-radius: 0;
  background-color: #E6E6E6;
  color: #64563A;
  font-size: 14px;
  border-radius: 0;
}

.navigation-main .navigation-top .pad-left-3 {
  padding-left: 3px;
}

.navigation-main.navbar {
  margin-bottom: 0;
  border: none;
  background: #ffffff;
  top: 0;
  width: 100%;
  z-index: 1050;
  box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.4);
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}

.navigation-main .navbar-brand img {
  width: 230px;
  height: auto;
  margin-top: -10px;
}

.navigation-main.navbar-default .navbar-collapse, .navigation-main.navbar-default .navbar-form {
  border-color: transparent;
}

.navigation-main .border_right:after {
  content: '';
  height: 30px;
  width: 1px;
  border-right: 1px solid #F1F6F8;
  position: absolute;
  top: 12px;
  right: 0;
}

.navigation-main .border_right:last-child:after {
  content: '';
  height: 20px;
  width: 1px;
  border-right: 1px solid transparent;
  position: absolute;
  top: 20px;
  right: 0;
}

.navigation-main.navbar-default .navbar-nav>li>a {
  color: #424242;
  margin: 13px 20px;
  padding: 5px 0px;
  font-size: 17px;
  font-weight: 600;
}

.navigation-main.navbar-default .navbar-nav>li:last-child>a {
  border:1px solid #000;
  padding: 5px 20px;
  margin: 12px 0px;
}
.navigation-main.navbar-default .navbar-nav>li:last-child:hover >a{
  background-color: #232D34;
  color:#fff;
}
.navbar-default .navbar-nav>.open>a {
  background: transparent;
}

.navigation-main .navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border: none;
}

.navigation-main.navbar-default .navbar-nav>li>a:hover {
  /* color: #3F88C5; */
  background-color: transparent;
}

.navigation-main .dropdown-submenu {
  position: relative;
  border: none;
}

.navigation-main .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  border: none;
  box-shadow: 0 0 0 #000000;
  background: #232D34;
  /*main color*/
}

.navigation-main .dropdown-menu, .navigation-main .dropdown-submenu {
  width: 250px;
  padding: 0;
}

.navigation-main .navbar-nav>.open>a:focus {
  background-color: #ffffff;
}

.navigation-main .nav .dropdown-menu.main_menu .open>a, .navigation-main .nav .dropdown-menu.main_menu .open>a:focus, .navigation-main .nav .dropdown-menu.main_menu .open>a:hover {
  background-color: #232D34 !important;
  color: #ffffff;
}

.navigation-main .nav .dropdown-menu.main_menu .open>a, .navigation-main .nav .dropdown-menu.main_menu .open>a:focus, .navigation-main .nav .dropdown-menu.main_menu .open>a:hover {
  background-color: #232D34 !important;
  color: #ffffff;
}

.navigation-main .dropdown-submenu .open>a:focus, .navigation-main .dropdown-submenu .open>a:active, .navigation-main .dropdown-submenu .open>a:hover {
  background: #232D34;
  color: #ffffff;
}

.navigation-main .dropdown-menu a {
  padding: 18px 30px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  white-space: normal;
}

.navigation-main .dropdown-menu a:hover {
  background: #232D34;
  color: #ffffff;
}

.navigation-main .dropdown-submenu>.dropdown-menu a {
  color: #ffffff;
  background: #232D34;
}

.navigation-main .dropdown-submenu>.dropdown-menu a {
  color: #ffffff;
  background: #232D34;
  padding-left: 50px;
  white-space: normal;
}

.navigation-main .dropdown-submenu>.dropdown-menu a:hover {
  color: #64563A;
  /*hover color*/
}

.navigation-main .dropdown-submenu>a:after {
  display: block;
  content: '\f107';
  position: absolute;
  color: #232D34;
  font-family: 'FontAwesome';
  top: 18px;
  right: 20px;
}

.navigation-main .dropdown-submenu.open>a:after {
  display: block;
  content: '\f106';
  position: absolute;
  color: #232D34;
  font-family: 'FontAwesome';
  top: 18px;
  right: 20px;
}

.navigation-main .dropdown-submenu:hover>a:after, .navigation-main .dropdown-submenu.open a:focus:after {
  color: #ffffff !important;
}

/*home page banner*/

.homepage_banner {
  background: url('../img/home_header_april_5_19_v12.jpg') no-repeat center bottom;
  background: url('../img/home_header_june_21_v1.jpg') no-repeat center bottom;
  background-size: cover;
  position: relative;
  width: 100%;
  margin: 0 auto;
  /* padding-bottom: 25%; */
  height: 412px;
}

@media (max-width: 977px ) {
  .homepage_banner {
    height: 302px;
  }
}

@media (max-width: 700px ) {
  .homepage_banner {
    height: 150px;
    margin-bottom: 325px;
  }
}

.homepage_banner .container {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  padding: 0;
}

.homepage-banner {
  display: flex;
  flex-direction: column;
  /* position: absolute; */
  width: 522px;
  margin: 3% 0 0 auto;
  background: white;
}

@media (max-width: 977px ) {
  .homepage-banner {
    width: 430px;
  }
}

@media (max-width: 700px ) {
  .homepage-banner {
    width: 100%;
    margin-top: 150px;
  }
}

.homepage-banner_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 280px;
  background: black;
}

@media (max-width: 977px ) {
  .homepage-banner_image {
    height: 200px;
  }
}

@media (max-width: 700px ) {
  .homepage-banner_image {
    object-fit: contain;
  }
}

.homepage-banner_control-bar {
  display: flex;
  align-items: center;
  height: 65px;
  margin-top: auto;
  padding: 0 20px;
  background: #232D34;
  color: white;
}

@media (max-width: 977px ) {
  .homepage-banner_control-bar {
    padding: 0 15px;
  }
}

@media (max-width: 700px ) {
  .homepage-banner_control-bar {
    flex-direction: column;
    height: auto;
    padding: 15px;
  }
}

.homepage-banner_caption {
  display: flex;
  align-items: center;
}

@media (max-width: 700px ) {
  .homepage-banner_caption {
    margin-bottom: 15px;
  }
}

.homepage-banner_heading {
  margin: 0;
  font-size: 23px;
}

@media (max-width: 977px ) {
  .homepage-banner_heading {
    font-size: 18px;
    line-height: 1.4;
  }
}

.homepage-banner_buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media (max-width: 700px ) {
  .homepage-banner_buttons {
    margin-left: 0;
  }
}

.homepage-banner_button:first-child {
  margin-right: 15px;
}

.homepage-banner_button {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 6px 15px 6px 8px;
  border: 1px solid white;
  touch-action: manipulation;
}

.homepage-banner_button:hover {
  background: white;
  color: #232D34;
}

.homepage-banner_play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 50%;
  background: white;
}

.homepage-banner_button:hover .homepage-banner_play-icon {
  background: #232D34;
}

.homepage-banner_button:hover .homepage-banner_play-icon svg {
  fill: white;
}

.homepage-banner_play-icon svg {
  position: relative;
  left: 1px;
}

.homepage-banner .owl-dots {
  position: absolute;
  top: 245px;
  width: 100%;
  margin-top: 0 !important;
}

@media (max-width: 977px ) {
  .homepage-banner .owl-dots {
    top: 175px;
  }
}

@media (max-width: 700px ) {
  .homepage-banner .owl-dots {
    top: 170px;
  }
}

/*modal popup with a video*/

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition-property: visibility, opacity;
  transition-duration: .15s;
  transition-timing-function: linear;
}

.video-modal.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.video-modal_close-btn-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.video-modal_container {
  z-index: 10;
  width: 90%;
  max-width: 1170px;
  margin: 6vh auto 10px;
  padding: 30px 37px 37px;
  transform: translate(0, -25%);
  transition: transform .2s ease-out;
  border-radius: 10px;
  background: white;
}

@media (max-width: 800px ) {
  .video-modal_container {
    margin-top: 20vh;
    padding: 17px 20px 20px;
  }
}

@media (max-width: 700px ) {
  .video-modal_container {
    width: 100%;
    padding: 12px 15px 15px;
    border-radius: 0;
  }
}

@media (orientation: landscape) and (max-width: 800px ) {
  .video-modal_container {
    width: 95%;
    margin-top: 16px;
    border-radius: 10px;
  }
}

.video-modal.is-visible .video-modal_container {
  transform: translate(0, 0);
}  

.video-modal_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media (max-width: 800px ) {
  .video-modal_header {
    align-items: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 700px ) {
  .video-modal_header {
    margin-bottom: 10px;
  }
}

.video-modal_heading {
  margin: 0;
  padding-right: 15px;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 800px ) {
  .video-modal_heading {
    font-size: 25px;
  }
}

@media (max-width: 700px ) {
  .video-modal_heading {
    font-size: 16px;
  }
}

.video-modal_close-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  border: none;
  touch-action: manipulation;
}

.video-modal_close-btn-inner svg {
  width: 35px;
  height: 35px;
}

.video-modal_close-btn-inner svg:hover {
  fill: #d68c29;
}

@media (max-width: 700px ) {
  .video-modal_close-btn-inner svg {
    width: 25px;
    height: 25px;
  }
}

.video-modal_iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: none;
}

@media (max-width: 1300px ) {
  .video-modal_iframe {
    height: 45vw;
  }
}

@media (max-width: 700px ) {
  .video-modal_iframe {
    height: 50vw;
  }
}

body.is-fixed-by-modal {
  overflow: hidden;
}

/*homepage info*/

.homepage_info{
  background-color: #232D34;
  /* padding: 20px 10px 20px 10px; */
  text-align: center;
  height: 0;
  overflow: hidden;
  z-index: 0;
  animation: slideDownInfo 0s ease 0s forwards;
}
.homepage_info h2{
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  margin-top: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  vertical-align: text-top;
}
.homepage_info a{
  vertical-align: top;
  border: 1px solid #ffffff;
  padding: 5px 20px;
  color:#ffffff;
  margin: 0 15px 0px 25px;
  border-radius: 0;
  text-transform: uppercase;
  transition: 0.2s all linear;
  font-size: 16px;
}
.homepage_info a:hover{
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #232D34;
}
.homepage_info .icon-circle{
  padding-top: 1px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  font-size: 22px;
  margin-right: 15px;
  text-transform: lowercase;
}

@keyframes slideDownInfo{
  0%{
    height: 0;
  }
  to{
    padding: 20px 10px 20px 10px;
    height: 74px;
    }
}
/*home page carousel*/

.homepage_carousel {
  margin-top: 80px;
  margin-bottom: 80px;
}
.homepage_carousel .padding-zero{
  padding: 0;
}
.homepage_carousel .owl-carousel.one {
  height: 100%;
  padding-left: 25%;
}

.homepage_carousel .owl-carousel.one .item img {
  width: 100%;
  height: auto;
}

.homepage_carousel .carousel_text {
  position: absolute;
  z-index: 111;
  background: #F0EFF1;
  top: 13%;
  left: 0px;
  width: 41%;
  padding: 2%;
}

.homepage_carousel .carousel_text h2 {
  color: #232D34;
  font-weight: 700;
  font-size: 30px;
  margin-top: 0;

  border-bottom: 1px solid #2A455A;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.homepage_carousel .carousel_text hr {
  border-bottom: 1px solid #2A455A;
  margin-bottom: 35px;
  margin-top: 0;
  margin-right: 50%;
}

.homepage_carousel .carousel_text p {
  font-size: 18px;
  line-height: 1.75;
}

.homepage_carousel .btn, .homepage_carousel .btn-default, .homepage_carousel a.btn, .homepage_carousel a.btn-default, .homepage_carousel a.btn:link, .homepage_carousel a.btn-default:visited {
  text-transform: uppercase;
  background: #232D34;
  color: #fff;
  border-color: #232D34;
  border-radius: 0;
  padding: 12px 20px;
  font-weight: 500;
  transition: all .3s ease;
}

.homepage_carousel .btn:hover, .homepage_carousel .btn-default:hover, .homepage_carousel a.btn:hover, .homepage_carousel a.btn-default:hover, .homepage_carousel a.btn:link:hover, .homepage_carousel a.btn-default:visited:hover {
  background: #64563A;
  border-color: #64563A;
  color: #fff;
}
.homepage_carousel .owl-theme .owl-dots .owl-dot{
  outline:none;
}
.homepage_carousel .owl-theme .owl-dots .owl-dot.active span, .homepage_carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #232D34;
}

/*homepage_features*/
.home-transaction {
min-height: 150px;
}
.homepage_features .homepage_features_recent {
  background: #F1F6F8;
  padding-top: 50px;
  position: relative;
  padding-bottom: 40px;
}

.homepage_features .homepage_features_recent, .homepage_features .homepage_features_news {
  margin-bottom: 30px;
}

.homepage_features .homepage_features_recent .media-list .media {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5DBDE;
}

.homepage_features .homepage_features_recent .media-list .media:last-child {
  border-bottom: 1px solid transparent;
}

.homepage_features .homepage_features_recent .media-list h4 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.homepage_features .homepage_features_recent .media-list .media img {
  width: 100%;
}

.homepage_features .homepage_features_recent .media-list .media .overflow {
  overflow: hidden;
  padding: 0;
}

.homepage_features .homepage_features_recent .media-list .media .overflow img {
  transition: transform .2s;
}

.homepage_features .homepage_features_recent .media-list .media:hover img {
  height: 100%;
  transform: scale(1.5);
}

.homepage_features .homepage_features_recent .btn, .homepage_features .homepage_features_recent .btn-default, .homepage_features .homepage_features_recent a.btn, .homepage_features .homepage_features_recent a.btn-default, .homepage_features .homepage_features_recent a.btn:link, .homepage_features .homepage_features_recent a.btn-default:visited {
  text-transform: uppercase;
  background: transparent;
  color: #64563A;
  border-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 0px;
  font-weight: 700;
  transition: all .3s ease;
  text-align: left;
}

.homepage_features .homepage_features_recent .btn:hover, .homepage_features .homepage_features_recent .btn-default:hover, .homepage_features .homepage_features_recent a.btn:hover, .homepage_features .homepage_features_recent a.btn-default:hover, .homepage_features .homepage_features_recent a.btn:link:hover, .homepage_features .homepage_features_recent a.btn-default:visited:hover {
  color: #232D34;
  text-decoration: none;
}

.homepage_features .homepage_features_recent .tag {
  position: absolute;
  background: #D68C28;
  color: #232D34;
  top: 0;
  left: 0;
  font-size: 16px;
  z-index: 111;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 23px;
}
.homepage_features .homepage_features_news{
  padding-right:0;
}
.homepage_features .homepage_features_news .tag {
  position: absolute;
  background: #D68C28;
  color: #232D34;
  top: 0;
  font-size: 16px;
  z-index: 111;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 23px;
}

.homepage_features .homepage_features_news .owl-carousel.two {
  height: 100%;
}

.homepage_features .homepage_features_news .owl-carousel.two .item img {
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 400px;
}

.homepage_features .homepage_features_news .owl-carousel.two .caption {
  background: #F1F6F8;
  min-height: 200px;
}

.homepage_features .homepage_features_news .owl-carousel.two .caption h3 {
  font-size: 28px;
  font-weight: 700;
  color: #232D34;
  padding: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.homepage_features .owl-theme .owl-dots .owl-dot{
  outline:none;
}
.homepage_features .owl-theme .owl-dots .owl-dot.active span, .homepage_features .owl-theme .owl-dots .owl-dot:hover span {
  background: #232D34;
}

.homepage_features .homepage_features_news .owl-carousel.two a {
  text-decoration: none;
  cursor: pointer;
}

.homepage_features .homepage_features_news .owl-carousel.two .owl-item.active .overflow {
  overflow: hidden;
}

.homepage_features .homepage_features_news .owl-carousel.two .item img {
  transition: transform .2s;
  /* Animation */
}

.homepage_features .homepage_features_news .owl-carousel.two .owl-item.active:hover .item img {
  width: 100%;
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
}

/*home performance*/

.home_performance .background_container{
  background: #F1F6F8;
}

.home_performance h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
}

.home_performance hr {
  border-bottom: 1px solid #2A455A;
  margin-bottom: 35px;
  margin-top: 0;
  margin-right: 40%;
  margin-left: 15px;
}

.home_performance .logo img {
  width: 100%;
  margin-bottom: 5px;
  max-width: 320px;
}

.home_performance a {
  text-decoration: none;
}

.home_performance .box1 {
  background: url('../img/tcpt-banner.jpg') no-repeat center bottom;
  background: url('../img/tcpt-banner-2.jpg') no-repeat center bottom;
  background-size: cover;
  margin-bottom: 15px;
  width: 100%;
}

.home_performance .box2 {
  background: url('../img/tyct-banner.jpg') no-repeat center bottom;
  background: url('../img/tyct-banner-2.jpg') no-repeat center bottom;
  background-size: cover;
  margin-bottom: 15px;
  width: 100%;
}

.home_performance .box3 {
  background: url('../img/tyct-us-banner.jpg') no-repeat center bottom;
  background: url('../img/tyct-us-banner-2.jpg') no-repeat center bottom;
  background-size: cover;
  margin-bottom: 15px;
  width: 100%;
}

.home_performance .box4 {
  background: url('../img/tyct-us-banner.jpg') no-repeat center bottom;
  background: url('../img/tyct-us-banner-2.jpg') no-repeat center bottom;
  background-size: cover;
  margin-bottom: 15px;
  width: 100%;
}

.home_performance .box1 .title, .home_performance .box2 .title, .home_performance .box3 .title, .home_performance .box4 .title {
  padding: 20px 0 6px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.home_performance .box1 .value, .home_performance .box2 .value, .home_performance .box3 .value, .home_performance .box4 .value {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  font-size: 48px;
  font-weight: normal;
  color: #232D34;
}

.home_performance .disclaimer {
  font-size: 12px;
  padding-top: 10px;
  line-height: 17px;
  margin-bottom: 10px;
}

/*homepage office*/

.home_offices {
  background: #F1F6F8;
  max-width: 1440px;
  margin: 90px auto 140px auto;
  position: relative;
}

.home_offices .contact_map {
  margin-top: -4%;
  margin-bottom: -5%;
  position: relative;
}

.home_offices .contact_map .contact_map_labels {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home_offices .contact_map .contact_map_labels .contact_map_label {
  color: #232D34;
  font-weight: 700;
  padding: 3px 20px;
  background: rgba(241, 246, 249, 0.9);
  text-decoration: none;
  white-space: nowrap;
  width: 150px;
  font-size: 16px;
  transition: all .4s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.home_offices .contact_map .contact_map_labels .contact_map_label:hover, .home_offices .contact_map .contact_map_labels .contact_map_label:focus {
  background: rgba(188, 200, 206, 0.9);
}

.home_offices .contact_map .contact_map_labels li {
  position: absolute;
}

.home_offices .contact_map .contact_map_labels li:nth-child(1) {
  top: 42%;
  left: 10%;
}

.home_offices .contact_map .contact_map_labels li:nth-child(2) {
  top: 60%;
  left: 64%;
}

.home_offices .contact_map .contact_map_labels li:nth-child(3) {
  top: 83%;
  left: 38%;
}

.home_offices .contact_map .contact_map_labels li:nth-child(4) {
  top: 88%;
  left: 72%;
}

.home_offices .contact_map .contact_map_labels li:nth-child(5) {
  top: 54%;
  left: 73%;
}

.home_offices .contact_map .contact_map_labels li:nth-child(6) {
  top: 67%;
  left: 76%;
}

.home_offices .contact_map .contact_map_labels li:nth-child(7) {
  top: 79%;
  left: 60%;
}

.home_offices .contact_map .contact_map_labels li:nth-child(8) {
  top: 77%;
  left: 16%;
}

.home_offices .contact_map .contact_map_labels li:nth-child(9) {
  top: 56%;
  left: 16%;
}

.home_offices .contact_map_text {
  padding-top: 50px;
}

.home_offices .contact_map_text h3 {
  color: #232D34;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.home_offices .contact_map_text hr {
  border-bottom: 1px solid #2A455A;
  margin-bottom: 35px;
  margin-top: 0;
  margin-right: 45%;
}

.home_offices .contact_map_text p {
  color: #232D34;
  font-size: 22px;
}

.home_offices .contact_map_text .btn, .home_offices .contact_map_text .btn-default, .home_offices .contact_map_text a.btn, .home_offices .contact_map_text a.btn-default, .home_offices .contact_map_text a.btn:link, .home_offices .contact_map_text a.btn-default:visited {
  text-transform: uppercase;
  background: #64563A;
  color: #fff;
  border-color: #64563A;
  border-radius: 0;
  padding: 12px 20px;
  font-weight: 500;
  transition: all .3s ease;
}

.home_offices .contact_map_text .btn:hover, .home_offices .contact_map_text .btn-default:hover, .home_offices .contact_map_text a.btn:hover, .home_offices .contact_map_text a.btn-default:hover, .home_offices .contact_map_text a.btn:link:hover, .home_offices .contact_map_text a.btn-default:visited:hover {
  background: #232D34;
  border-color: #232D34;
  color: #fff;
}

/*contact*/

.contact .contact_main {
  max-width: 1440px;
  margin: 90px auto 140px auto;
  position: relative;
}

.contact .contact_main .content_title {
  color: #232D34;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 20px;
}

.contact .contact_main hr {
  border-bottom: 1px solid #2A455A;
  margin-bottom: 80px;
  margin-top: 0;
  margin-left: 20px;
  width: 250px;
}

.contact .contact_main .contact_location .contact_google_map {
  width: 100%;
  margin-top: 30px;
}

.contact .contact_main .contact_location .contact_initial_map {
  text-align: center;
  height: 420px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #64563A;
  font-size: 16px;
}

.contact .contact_main .contact_location .contact_initial_map .fa {
  font-size: 22px;
}

.contact .contact_main .contact_location .contact_initial_map p {
  margin-top: 20px;
}

.contact .branch-details.active {
  background: #64563A;
}

.contact .branch-details.active h2, .contact .branch-details.active p, .contact .branch-details.active a, .contact .branch-details.active h6 {
  color: #ffffff;
}

.contact .contact_main .contact_map {
  position: relative;
  padding: 20px;
}

.contact .contact_main .contact_map .contact_map_labels {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact .contact_main .contact_map .contact_map_labels .contact_map_label {
  color: #232D34;
  font-weight: 700;
  padding: 3px 20px;
  background: rgba(241, 246, 249, 0.9);
  text-decoration: none;
  white-space: nowrap;
  width: 150px;
  font-size: 16px;
  transition: all .4s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.contact .contact_main .contact_map .contact_map_labels .contact_map_label:hover, .contact .contact_main .contact_map .contact_map_labels .contact_map_label:focus {
  background: #64563A;
  color: #fff;
}

.contact .contact_main .contact_map .contact_map_labels .contact_map_label.active {
  background: #64563A;
  color: #fff;
}

.contact .contact_main .contact_map .contact_map_labels li {
  position: absolute;
}

.contact .contact_main .contact_map .contact_map_labels li:nth-child(1) {
  top: 42%;
  left: 10%;
}

.contact .contact_main .contact_map .contact_map_labels li:nth-child(2) {
  top: 60%;
  left: 64%;
}

.contact .contact_main .contact_map .contact_map_labels li:nth-child(3) {
  top: 83%;
  left: 38%;
}

.contact .contact_main .contact_map .contact_map_labels li:nth-child(4) {
  top: 88%;
  left: 72%;
}

.contact .contact_main .contact_map .contact_map_labels li:nth-child(5) {
  top: 54%;
  left: 73%;
}

.contact .contact_main .contact_map .contact_map_labels li:nth-child(6) {
  top: 67%;
  left: 76%;
}

.contact .contact_main .contact_map .contact_map_labels li:nth-child(7) {
  top: 79%;
  left: 60%;
}

.contact .contact_main .contact_map .contact_map_labels li:nth-child(8) {
  top: 77%;
  left: 16%;
}

.contact .contact_main .contact_map .contact_map_labels li:nth-child(9) {
  top: 56%;
  left: 16%;
}

.contact .branch-details.active a.branch_button {
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #fff;
    border-radius: 0;

    font-size: 12px;
    padding: 10px;
  }
  .contact .branch-details.active a.branch_button:hover {
    background: #fff;
    color:#00A6CC;
  }
    .contact .branch-details.active a.branch_button:before {
      transition: all .4s ease;

    }
/* firm-profil  e starts */

.firm-profile .title {
  margin-top: 80px;
}

.firm-profile .title h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-top: 0;
  display: inline-block;
  padding-right: 25px;
  color: #232D34;
  width:100%;
}

.firm-profile .title h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
  color: #232D34;
}

.firm-profile .content h1 {
  font-size: 20px;
  font-weight: 700;
  color: #232D34;
}

.firm-profile .content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  line-height: 1.75;
  margin-bottom: 25px
}

.firm-profile .container {
  max-width: 1020px;
}

.firm-profile .banner {
  background: url(../img/firm-profile.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

/* firm-profile ends */

/* history starts */

.history .content {
  margin-top: 80px
}

.history .banner {
  background: url(../img/history.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

.history .content h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 20px;
  margin-top: 0;
  display: inline-block;
  padding-right: 25px;
  color: #232D34;
}

.history .content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  line-height: 1.75;
  margin-bottom: 25px
}

.history .container {
  max-width: 1020px;
}

.history .founder img {
  display: block;
  max-width: 360px;
  height: auto;
  float: right;
}

.history .founder .caption {
  font-size: 11px;
  float: right;
}

/* history ends */

/*ourvalues start  */

.ourvalues .title {
  margin-top: 80px;
}

.ourvalues .title h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-top: 0;
  display: inline-block;
  padding-right: 25px;
  color: #232D34;
}

.ourvalues .title h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
  color: #232D34;
}

.ourvalues .banner {
  background: url(../img/ourvalues.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

.ourvalues .container {
  max-width: 1020px;
}

.ourvalues .content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  line-height: 1.75;
  margin-bottom: 25px
}

/* ourvalues end */

/* board of governors start */

.boardofgovernors .banner {
  background: url(../img/boardofgovernors.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

.boardofgovernors .title p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  line-height: 1.75;
  margin-bottom: 25px
}

.boardofgovernors .title {
  margin-top: 80px;
}

.boardofgovernors .title h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-top: 0;
  /* display: inline-block; */
  padding-right: 25px;
  color: #232D34;
}
.boardofgovernors .profile{
  margin-bottom: 20px;
}
.boardofgovernors .profile:hover {
  background: #F1F6F8;
}

.boardofgovernors .profile-name {
  padding: 16px 16px 16px;
  color: #232D34;
}

.boardofgovernors .profile-name h3 {
  font-size: 20px;
  font-weight: 400;
  overflow-wrap: normal;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}

.boardofgovernors .profile-name p a {
  color: #64563A;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s ease;
}

.boardofgovernors .profile-name p a:hover {
  color: #232D34;
}

/* board of governors end */

/* board of governors profile start */

.boardofgovernors-profile .banner {
  background: url(../img/boardofgovernors-profile.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

.boardofgovernors-profile .content {
  margin-top: 80px;
}

.boardofgovernors-profile img {
  margin-bottom: 30px;
}

.boardofgovernors-profile .detail h1 {
  font-size: 24px;
  color: #232D34;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.boardofgovernors-profile .detail p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  line-height: 1.6;
}

/* board of governors profile end */

/* our team starts */

.ourteam .banner {
  background: url(../img/ourteam.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

.ourteam .content {
  margin-top: 20px
}

.ourteam .content h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #aaa;
  /*display: inline-block;*/
  display: flex;
  width: 100%;
}

.ourteam .content h1 span {
    align-self: flex-end;
    /*padding-bottom: 10px;*/
}

.ourteam .content h1 form {
    margin-left: auto;
    width: 620px;
}

@media (max-width: 704px) {
    .ourteam .content h1 {
        flex-direction: column;
    }
    
    .ourteam .content h1 span {
        align-self: flex-start;
        border-bottom: 2px solid #aaa;
        margin-bottom: 15px;
    }    
}

.ourteam .content p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.75;
  color: #232D34;
}

.ourteam .content h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #809098;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}

.ourteam .profile:hover {
  background: #F1F6F8;
}

.ourteam .profile-name {
  padding: 16px 5px 16px 16px;
  color: #232D34;
  height: 250px;
  margin-bottom: 30px;
}

.ourteam .profile-name h3 {
  font-size: 20px;
  font-weight: 400;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}

.ourteam .profile-name h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  font-size: 13px;
  line-height: 1.4;
}

.ourteam .profile-name p a {
  color: #64563A;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s ease;
}

.ourteam .profile-name .mail a {
  color: #232D34;
}

.ourteam .profile-name .mail a:hover {
  color: #00A6CC;
}

.ourteam .profile-name p {
  margin-bottom: 16px;
  font-size: 14px;
  word-break: break-all;
}

.ourteam .profile-name p a:hover {
  color: #232D34;
}

.ourteam .detail h1 {
  font-size: 24px;
  color: #232D34;
  margin-top: 0px
}

.ourteam .detail p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  line-height: 1.6;
}

.ourteam .viewbio {
  position: absolute;
  bottom: 35px;
  margin-bottom:0px !important;
}

.ourteam .viewlocation {
  position: absolute;
  bottom: 60px;
  margin-bottom:0px !important;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

/* our team ends */

/* ourteam start */

.ourteam-profile .banner {
  background: url(../img/ourteam.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

.ourteam-profile .content {
  margin-top: 80px;
}

.ourteam-profile img {
  margin-bottom: 30px;
}

.ourteam-profile .detail h1 {
  font-size: 24px;
  color: #232D34;
  margin-top: 0px;
  text-transform: uppercase;
}

.ourteam-profile .detail h2 {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 0px;
}

.ourteam-profile .detail-description {
    margin-bottom: 25px;
}

.ourteam-profile .detail p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  line-height: 1.6;
  margin-bottom: 30px;
}
.ourteam-profile .contact p{
  margin-bottom: 10px;

}
.ourteam-profile .contact p, .ourteam-profile .contact p a {
  color: #64563A;
  font-weight: 600;
}
.ourteam-profile .contact p, .ourteam-profile .contact p i {
  margin-right: 12px;
}
/* ourteam end */

/* careers start */

.careers .banner {
  background: url(../img/careers.jpeg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

.careers .content {
  margin-top: 80px;
}

.careers .content h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-top: 0;
  display: inline-block;
  padding-right: 25px;
  color: #232D34;
}

.careers .content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  margin-bottom: 20px;
}

.careers .jobs {
  margin-top: 80px
}

.careers .jobs select {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #232D34;
  color: #232D34;
  padding: 10px;
  height: 46px;
  font-size: 16px;
  margin-bottom: 30px
}

.careers .jobs .listings {
  padding-left: 45px;
  padding-bottom: 60px;
  border-left: 1px solid #999;
}

.careers .jobs .listings .items {
  margin-bottom: 40px;
  position: relative;
}

.careers .jobs .listings a {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  color: #64563A;
  transition: all .4s ease;
  text-decoration: none;
  font-size: 16px
}

.careers .jobs .listings a:hover {
  color: #232D34
}

.careers .jobs .listings h3 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  padding-right: 100px;
  line-height: 1.4;
  color: #232D34;
}

.careers .jobs .listings .date {
  color: #D5DBDE;
  margin-bottom: 5px;
  font-size: 13px;
}

/* careers end */

/* getin touch form start */

.contact-form {
  background: #F1F6F8;
  padding: 80px 0;
  margin-bottom: -40px;
  margin-top: 60px;
}

.contact-form .container {
  max-width: 1020px;
}

.contact-form .title h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 30px;
  margin-top: 0;
  display: inline-block;
  max-width: 285px;
  width: 100%;
}

.contact-form .title p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  margin-bottom: 40px
}

.contact-form .form-control {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #232D34;
  color: #232D34;
  padding-left: 0;
  padding-top: 15px;
  height: 46px;
  resize: none;
  text-indent: 10px;
  font-size: 14px!important;

}

.contact-form .form-control:hover {
  border-bottom: 1px solid #BCC8CE;
}

.contact-form .form-control:focus {
  border-bottom: 1px solid #d68c28;
}

.contact-form .form-group {
  position: relative;
}

.contact-form .label {
  margin-top: 20px;
  margin-left: 10px;
  text-transform: capitalize;
  color: #999;
  font-weight: 300;
  opacity: 1;
  position: absolute;
  top: 0px;
  left:0;
  font-size: 14px;
  padding-left: 0;
  pointer-events: none;
  transition: all 200ms ease-in-out;
}
.contact-form .error ,.contact-form .chkbox .error{
  color: #DB4324;
      font-size: 12px;
      display: inline-block;
    padding-top: 10px;
      font-weight: 400;
}
.contact-form .chkbox input[type="checkbox"]{
    margin-right: 10px;
}
.contact-form .upload_form label{
  margin-top: 20px;
    text-transform: uppercase;
    color: #00A6CC;
    font-weight: 600;
    font-size: 16px;
}
.contact-form .upload_form  input[type="file"]{
  font-size: 16px;
  width: 100%;
}
.contact-form #career-message,.contact-form #contact-message{
  color:#008000;
  font-size: 12pt;
  padding: 10px 10px 50px 10px;
}
.contact-form .chkbox label#contact_confirm-error,.contact-form label#career-image-upload-error {
  color: #DB4324;
      font-size: 12px;
      display: inline-block;
    padding-top: 10px;
      font-weight: 400;
}
.contact-form .form-control:focus+.label {
  font-weight: 300;
  font-size: 11px;
  opacity: 1;
  top: -25px;
}

.contact-form .label.floating {
  font-weight: 300;
  font-size: 11px;
  opacity: 1;
  top: -25px;
}

.contact-form .label.show {
  opacity: 1;
}

.contact-form span {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px
}

.contact-form .chkbox {
  text-align: right
}

.contact-form .chkbox label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #232D34;
  text-transform: none
}

.contact-form .primary {
  border-radius: 0;
  text-transform: uppercase;
  background: #00A6CC;
  color: #fff;
  padding: 12px 20px;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
  transition: all .3s ease;
}

.contact-form .primary:hover {
  background-color: #232D34
}

.contact-form .btn {
  float: right;
  margin-top: 20px;
  min-width: 135px;
}

.contact-form p {
  padding: 0 10px;
  color: #DB4324;
  font-size: 12px;
}

/* getin touch form end */

/* contact start */

.contact .banner {
  background: url(../img/contact.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

.contact .branch-details {
  background: #F1F6F8;
  padding: 35px;
  margin: 0 auto;
  transition: all .4s ease;
  width: 300px;
  text-align: center;
}

.contact .branch-details a {
  text-decoration: none
}

.contact .branch-details h2 {
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 22px;
  color: #232D34;
}

.contact .branch-details a p {
  font-weight: 400;
  color: #232D34;
  font-size: 16px;
}

.contact .branch-details p {
  line-height: 1.8;
  margin-bottom: 30px;
}

.contact .branch-details a {
  font-weight: 700;
  color: #00A6CC;
}
.contact .branch-details .phone_no a:hover{
  text-decoration: underline;

}
.contact .branch-details .email_id a{
  /* color: #232D34; */
    font-weight: 400;
    font-size: 14px;
}
.contact .branch-details .email_id a:hover{
  color: #232D34;
}
.contact .branch-details:active, .contact .branch-details:hover {
  background: #64563A;
}

.contact .branch-details:active a, .contact .branch-details:active a p, .contact .branch-details:active h2, .contact .branch-details:hover a, .contact .branch-details:hover a p, .contact .branch-details:hover h2 {
  color: #fff;
}

/* contact end */

/* newsroom and event start */

#formButton {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#form1 {
  display: none;
}

.newsroom .banner {
  background: url(../img/newsroom.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 25%;
}

.newstab .searchbtn {
  position: relative;
}

.newstab .searchbtn button {
  position: absolute;
  right: 6%;
  top: 25px;
  background: none;
  border: none;
  color: #232D34;
  transition: all .3s ease;
  font-weight: 400;
  outline: none
}

.newstab {
  /* margin-top: 80px */
}

.newstab select {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #232D34;
  color: #232D34;
  padding: 10px;
  height: 46px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.newstab ul {
  text-align: center;
  border-bottom: 2px solid #F1F6F8;
}

.newstab .nav-tabs li {
  float: none;
  margin-bottom: -1px;
  display: inline-block;
  font-size: 16px;
}

.newstab .nav-tabs li a {
  color: #555;
  margin: 0 20px;
  padding: 25px 20px;
}

.newstab .nav-tabs li.active a {
  color: #555;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 6px solid #D5DBDE;
  padding: 25px 20px;
  font-weight: 700;
}

.newstab .nav-tabs li.active a:hover {
  color: #555;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 6px solid #A39061;
}

.newstab .nav-tabs li a:hover {
  border-color: transparent;
  border-bottom: 6px solid #A39061 !important;
}

.newstab .nav li a:hover {
  text-decoration: none;
  background-color: #eee0;
}

.newstab .nav-tabs .searchbtn button {
  background: none;
  border: none;
  color: #232D34;
  transition: all .3s ease;
  font-weight: 400;
  outline: none
}

.newstab input {
  transition: all .3s ease;
  height: 50px;
  width: 100%;
  padding: 5px 10px;
  font-size: 22px;
  border-bottom: 1px solid #F1F6F8;
  border-top: none;
  box-shadow:unset;
}
.newstab .no_padding{
  padding:0;
}
.newsroom-content h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 30px;
  margin-top: 0;
  display: inline-block;
  padding-right: 25px;
  color: #232D34;
}

.newsroom-content {
  margin-top: 80px
}

.newsroom-content .media-content a {
  text-decoration: none;
      color: #232D34;
}

.newsroom-content .media-content .item {
  padding: 25px 10px;
  width: 85%;
}

.newsroom-content .media-content .item:hover {
  background-color: #F1F6F8;
}

.newsroom-content .media-content h2 {
  font-size: 24px;
  line-height: 1.25;
  color: #232D34;
  text-transform: capitalize;
  font-weight: 700
}

.newsroom-content .media-content .date {
  color: #64563a;
  margin-bottom: 5px;
  font-size: 13px;
}

.newsroom-content .media-content p {
  margin: 0;
  line-height: 1.7;
  color: #232D34
}
.newsroom-content .media-content .summary {
  font-size: 16px;
}
.newsroom-content .media-content ul {
  border: none;
}

.media-content .pagination {
  float: right;
}
.media-content .pagination .current{
  z-index: 2;
  font-weight: 600;
  color: #232D34;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #A39061;
  cursor: default;
  outline: none;
  font-size: 16px;
}
.pagination li a {
  z-index: 2;
  font-weight: 400;
  color: #232D34;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: default;
  outline: none;
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
}

.pagination li a:hover {
  background-color: #fff;
  outline: none;
}

.pagination .active a, .pagination .active a:focus, .pagination .active a:hover {
  color: #232D34;
  background-color: #fff;
  border-bottom: 2px solid #00A6CC;
  font-weight: 500;
  cursor: pointer;
}

.pagination>li:first-child>a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.newsroom-content-subpage  .tab-content{
  padding: 30px;
}
.newsroom-content-subpage .tab-content .press-release-sub .title{
  font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #232D34;
}
.newsroom-content-subpage .tab-content .press-release-sub .subtitle{
  color: #D5DBDE;
  margin-bottom: 35px;
  font-size: 13px;
}

.newsroom-content-subpage .tab-content .press-release-sub .paragraph p{
    margin-bottom: 25px;
        line-height: 1.75;
            font-size: 16px;
}
.newsroom-content-subpage .tab-content .press-release-sub .paragraph p a{
  color: #00A6CC;
    font-weight: 600;
    transition: color .4s ease;
}
.newsroom-content-subpage .tab-content .press-release-sub .paragraph p a:hover{
color: #232D34;
text-decoration: none;
}
/* newsroom and event end */

/* footer start */

.footer-bg {
  background-color: #232D34;
  padding: 0;
  margin-top: 40px;
  color: #fff;
}

.footer-bg .container {
  max-width: 1170px;
}

.footer-content {
  padding-top: 70px;
  position: relative;
}

.footer-content ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  overflow: hidden;
}

.footer-content ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: block;
  padding-bottom: 12px;
  text-decoration: none;
}

.footer-content .social a {
  color: #fff
}

.footer-content ul li a:hover, .footer-content .social a:hover i {
  color: #A39061;
}

.footer-content .social {
  position: absolute;
  right: 0px;
  top: 60px;
  font-size: 36px;
  cursor: pointer;
}

.footer-content img {
  margin-bottom: 40px
}

.footer-content .copyrights {
  font-size: 12px;
  margin-bottom: 10%;
  margin-top: 10px;
  opacity: 0.8;
}

.footer-content .copyrights p, .footer-content .copyrights a {
  color: #fff;
}

/* footer end */

/* privacy policy start */

.privacypolicy .container {
  max-width: 1020px;
}

.privacypolicy .title {
  margin-top: 80px;
}

.privacypolicy .title h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-top: 0;
  display: inline-block;
  padding-right: 25px;
}

.privacypolicy .content a {
  color: #00A6CC;
  font-weight: 700;
  transition: color .4s ease;
  text-decoration: none;
}

.privacypolicy .content a:hover {
  color: #232D34
}

.privacypolicy .content p {
  font-size: 16px;
  margin-bottom: 25px;
}

.privacypolicy .content {
  line-height: 1.75
}

.privacypolicy .content ul li {
  position: relative;
  padding: .5em 0 .5em 1.5em;
  font-size: 16px;
  list-style: none;
}

.privacypolicy .content ul li:before {
  content: "\2022";
  color: #D5DBDE;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 1em;
  line-height: 1.33em;
  font-size: 2em;
  position: absolute;
  left: -.5em;
  top: 0;
}

.privacypolicy .content ul {
  margin-bottom: 25px;
  padding-left: 15px;
}

.privacypolicy .content h3 {
  font-size: 16px;
  color: #232D34;
}

.privacypolicy .content h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 45px;
}
/* debt and solution  */

.debt_enquiry_solution .banner {
  background: url(../img/debt_solu_banner.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;
}

.debt_enquiry_solution .title {
  margin-top: 80px;
}

.debt_enquiry_solution .title h1 {
  border-bottom: 2px solid #aaa;
  padding-bottom: 10px;
  color: #232D34;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}

.debt_enquiry_solution .title h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
}

.debt_enquiry_solution .content-section {
  font-size: 16px;
  color: #232D34;
}

.debt_enquiry_solution .content-section p {
  margin-bottom: 25px;
  line-height: 1.75;
}

.debt_enquiry_solution .content-section ul {
  line-height: 1.75;
  list-style: none;
  padding-left: 1em;
  margin-bottom: 25px;
}

.debt_enquiry_solution .content-section ul li {
  padding: .5em 0 .5em 0.5em;
  position: relative;
}

.debt_enquiry_solution .content-section ul li:before {
  content: "\2022";
  color: #D5DBDE;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 1em;
  line-height: 1.33em;
  font-size: 2em;
  position: absolute;
  left: -0.5em;
  top: 0;
}


/* end of debt and solution */


/* recent_transaction */

.recent_transaction .banner {
  background: url(../img/recent_transaction_banner.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;
}

.recent_transaction .recent_transaction_header .title h1 {
  border-bottom: 2px solid #aaa;
  padding-bottom: 10px;
  color: #232D34;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.recent_transaction .recent_transaction_header {
  margin-top: 80px;
}
.recent_transaction .recent_transaction_header p {
  font-size: 16px;
  color: #232D34;
  margin-bottom: 25px;
  line-height: 1.75;
}
.recent_transaction .recent_transaction_header .margin_bottom{

    margin-bottom: 60px;
}
.recent_transaction .recent_transaction_header .recent-search .input-group{
margin-top: 30px;
margin-bottom: 20px;
  border-bottom: 1px solid #232D34;
}
.recent_transaction .recent_transaction_header .recent-search .input-group .form-control{
  box-shadow:unset;
}
.recent_transaction .recent_transaction_header .recent-search input {
  border: none;
  padding: 10px;
  font-size: 16px;
}
.recent_transaction .recent_transaction_header .recent-search .input-group .input-group-btn button{
font-size: 18px;
background: #ffffff;
}
.recent_transaction .recent_transaction_header .recent-search .input-group .input-group-btn button:active{
  box-shadow: none;
}
.recent_transaction .recent_transaction_header .position_top {
  position: absolute;
  top: 0;
  right: 0;
}
.recent-search-button {
  background: none;
  border: none;
  color: #232D34;
  font-size: 18px;
}

.recent-trans-item .caption h2 {
  font-weight: 600;
  line-height: 1.44;
  margin: 0;
  font-size: 18px;
  color: #232D34;
}

.recent-trans-item .thumbnail .caption {
  padding: 20px;
}

.recent-trans-item .thumbnail {
  border: none;
  height: 100%;
  padding: 0;
  max-width: 360px;
  margin: 0 auto;
}

.recent-trans-item .thumbnail a {
  text-decoration: none;
}

.recent-trans-item .thumbnail img {
  overflow: hidden;
  width: 100%;
}

.recent-trans-item .equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
}

.recent-trans-item .equal>[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.recent-trans-item .thumbnail:hover {
  background: #F1F6F8;
}


.recent-trans-item .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.recent-trans-item .pagination li .current {
z-index: 2;
font-weight: 600;
color: #232D34;
font-size: 16px;
background-color: #fff;
border: none;
border-bottom: 2px solid #A39061;
cursor: default;
outline: none;
line-height: 1.8;
}
.recent-trans-item .pagination>li>a:focus,
.recent-trans-item .pagination>li>a:hover,
.recent-trans-item .pagination>li>span:focus,
.recent-trans-item .pagination>li>span:hover {
  color: #23527c;
  background: #fff;
  border-color: #ddd;
}

.recent-trans-item .pagination>li>a {
  float: left;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  color: #232D34;
  background-color: white;
  border: none;
  border-bottom: 2px solid #fff;
}

.recent-trans-item .pagination>.active>a,
.recent-trans-item .pagination>.active>a:hover {
  font-weight: 600;
  border: none;
  border-bottom: 2px solid #00A6CC;
  cursor: default;
}


/* subpage redevelopement  */

.recent-trans-details {
  background: #F1F6F8;
  padding: 40px 0;
  margin-bottom: 30px;
  margin-top: 20px;
}
.recent-trans-details img{
width: 100%;
margin-bottom: 30px;
max-height: 220px;
min-height: 220px;
}
.recent-trans-details h2 {
  margin: 0 0 25px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
}

.recent-trans-details p {
  line-height: 28px;
  margin-bottom: 25px;
}

/*Markets we serve */

.finance-markets .banner1 {
  background: url(../img/market-banner.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;
}

.finance-markets .banner2 {
  background: url(../img/eastern_canada.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;
}

.finance-markets .banner3 {
  background: url(../img/western_us.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;
}

.finance-markets .banner4 {
  background: url(../img/image_6_2000x750.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;
}

.finance-markets .banner5 {
  background: url(../img/image_7_2000x750.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;
}

.finance-markets .profile {
margin-top: 50px;
margin-bottom: 50px;
}
.finance-markets .profile .margin-top-15{
margin-top: 15px;
}
.finance-markets .profile .title h1 {
  border-bottom: 2px solid #aaa;
  padding-bottom: 10px;
  color: #232D34;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}



.finance-markets .market-search {
  margin-top: 10px;
}

.finance-markets .market-search select {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #232D34;
  color: #232D34;
  padding: 10px;
  height: 46px;
  font-size: 16px;
}

.finance-markets .market-search label {
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
}
.finance-markets .market-search .padding-left-zero{
padding-left: 0;
}
.finance-markets .market-search .padding-left-right-zero{
padding-left: 0;
padding-right: 3px;
}
.finance-markets .profile h1 {
  font-size: 24px;
}

.finance-markets .profile h2 {
  font-size: 16px;
  margin-bottom: 25px;
}

.finance-markets .profile p {
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 16px;
  color: #232D34;
}
.finance-markets .profile .contacts p{
  margin-bottom: 10px;

}
.finance-markets .profile .contacts p,
.finance-markets .profile .contacts a {
  color: #64563A;
  font-weight: 600;
}

.finance-markets .profile .contacts .btn {
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0;
  text-transform: uppercase;
  background: #64563A;
  color: #fff;
  border-color: #00A6CC;
  padding: 12px 25px;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
  transition: all .3s ease;
  float: right;
  margin-left: 10px;
  border: 2px solid #64563A;
}

.finance-markets .profile .contacts .btn:hover,
.finance-markets .profile .contacts .btn.website:hover {
  background: #232D34;
  border-color: #232D34;
  color: #fff;
}

.finance-markets .profile .contacts .btn.website {
  background: #fff;
  color: #00A6CC;
  border: 2px solid #00A6CC;
  padding: 12px 10px;
  max-width: 100%;
  text-align: center;
  transition: all .3s ease;
      /* margin-top: 10px; */
}

.finance-markets .recent-trans-item-container {
  background: #F1F6F8;
}

.finance-markets .market-transactions-h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #232D34;
  border-bottom: 1px solid #809098;
  display: inline-block;
  max-width: 295px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
.finance-markets .transaction-slider .item:hover a{
  text-decoration: none;
}
.finance-markets .transaction-slider .caption {
  padding: 20px;
}

.finance-markets .transaction-slider .caption h2 {
  font-weight: 600;
  line-height: 1.44;
  margin: 0;
  font-size: 18px;
  color: #232D34;
}

.finance-markets .transaction-slider .thumbnail {
  border: none;
  background: #F1F6F8;
  height: 100%;
  max-height: 350px;
  min-height: 350px;
  padding: 0;
}
.finance-markets .transaction-slider .owl-carousel .owl-item img{
  max-height: 220px;
  min-height: 220px;
}
.finance-markets .transaction-slider .thumbnail a {
  text-decoration: none;
}

.finance-markets .transaction-slider .thumbnail img {
  overflow: hidden;
}

.finance-markets .transaction-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  border-radius: 8px;
}

.finance-markets .transaction-slider .owl-dots {
  text-align: center;
}

.finance-markets .transaction-slider .owl-theme .owl-dots .owl-dot.active span,
.finance-markets .transaction-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* primetrustcapital start */
.prime-trust .backgd_image {
  background: url(../img/tcpt-banner.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  min-height: 400px;
  width: 100%
}


.prime-trust .content {
  margin: 30px 0 20px 0;
  color: #fff;
}
.prime-trust .content .top{
margin-bottom: 20px;
}
.prime-trust .container{
  max-width: 1020px
}
.prime-trust .content h1 {
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: none;
  margin: 35px 0 40px;
}

.prime-trust .box {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.8);
  min-height: 75px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.prime-trust .box h3 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.prime-trust .box-content {
  color: #232D34;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
  font-size: 32px;
  text-align: center;
}

.prime-trust .text {
  padding-top: 30px;
  text-shadow: none;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 20px;
}
.prime-trust .text p{
  margin: 0 0 5px;
}
.prime-trust .text sup{
  top: -.1em;
  margin-right: 5px;
}
.prime-trust .content_img {
  margin-bottom: 45px;
  margin-top: 70px;
  width: 290px;
  height: auto;
}

.prime-trust .tab_heading {
  border-bottom: 2px solid #eee;
}

.prime-trust .tab_heading>li>a:hover {
  background: none;
  border: none;
  border-bottom: 6px solid #A39061;
}

.prime-trust .tab_heading>li {
  text-transform: none;
  margin: 0 7px;
}
.prime-trust .table-responsive{
border: none;
}
.prime-trust .tab_heading>li.active>a {
  font-size: 16px;
  border: none;
  font-weight: 700;
  border-bottom: 6px solid #D5DBDE;
}

.prime-trust .tab_heading>li>a {
  color: #232D34;
  font-size: 16px;
  border: none;
  border-bottom: 3px solid #fff;
  padding: 10px;
  height: 50px;
}
.prime-trust #portfolio_composition .chart{
  max-width: 70%;
  height: 70%;
}
.prime-trust #portfolio_composition-collapse .chart{
  max-width: 50%;
  height: 70%;
  margin: 0 auto;
}
.prime-trust #performance .chart{
  max-width: 90%;
  height: 70%;
}
.prime-trust .overviews h1 {
  color: #232D34;
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.75;
  text-transform: none;
  font-weight: normal
}

.prime-trust .overviews p {
  color: #232D34;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 28px;
  text-transform: none;
}

.prime-trust h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #232D34;
  margin-top: 30px;
  line-height: 28px;
  margin-bottom: 15px;
}

.prime-trust .overview_tab_table {
  margin-bottom: 40px;
}

.prime-trust .tab_cont table,
.prime-trust .tab_cont .table-bordered,
.prime-trust .tab_cont .table>tbody>tr>td,
.prime-trust .tab_cont .table>tbody>tr>th,
.prime-trust .tab_cont .table>tfoot>tr>td,
.prime-trust .tab_cont .table>tfoot>tr>th,
.prime-trust .tab_cont .table>thead>tr>td,
.prime-trust .tab_cont .table>thead>tr>th {
  border: none;
  padding: 10px 10px;
}

.prime-trust .tab_cont .table tr:nth-of-type(odd) {
  background-color: #F1F6F8;
}

.prime-trust .tab_cont .table>tbody>tr>th,
.prime-trust .tab_cont .table>tfoot>tr>th,
.prime-trust .tab_cont .table>thead>tr>th {
  font-weight: 700;
  font-size: 16px;
  color: #232D34;
}
.prime-trust .tab_cont .table>tbody>tr>th,
.prime-trust .tab_cont .table>tfoot>tr>th,
.prime-trust .tab_cont .table>thead>tr>th {
    text-align: left;
}
.prime-trust .tab_cont .table>tbody>tr>td,
.prime-trust .tab_cont .table>tfoot>tr>td, .prime-trust .tab_cont .table>thead>tr>td {
  font-size: 16px;
  color: #232D34;
  text-align: right;
  padding-right: 30px;
  vertical-align: middle;
}
.prime-trust .tab_cont .cont_left .table>tbody>tr>td,
.prime-trust .tab_cont .cont_left .table>tfoot>tr>td, .prime-trust .tab_cont .cont_left .table>thead>tr>td {
  text-align: left;
}
.prime-trust .tab_cont .table>tbody>tr>th.column-1,
.prime-trust .tab_cont .table>tfoot>tr>th.column-1,
.prime-trust .tab_cont .table>thead>tr>th.column-1, .prime-trust .tab_cont .table>tbody>tr>td.column-1,
.prime-trust .tab_cont .table>tfoot>tr>td.column-1, .prime-trust .tab_cont .table>thead>tr>td.column-1 {
  text-align: left;
  width: 30%;
}
.prime-trust .sub_content {
  display: block;
  font-size: 12px;
  padding-top: 10px;
  line-height: 17px;
  color: #232D34;
  margin-bottom: 10px;
}

.prime-trust .tab_content table,
.prime-trust .tab_content .table-bordered,
.prime-trust .tab_content .table>tbody>tr>td,
.prime-trust .tab_content .table>tbody>tr>th,
.prime-trust .tab_content .table>tfoot>tr>td,
.prime-trust .tab_content .table>tfoot>tr>th,
.prime-trust .tab_content .table>thead>tr>td,
.prime-trust .tab_content .table>thead>tr>th {
  border: none;
  padding: 10px 10px;
  color: #232D34;

}
.prime-trust .tab_content .table>tbody>tr>th,
.prime-trust .tab_content .table>tfoot>tr>th,
.prime-trust .tab_content .table>thead>tr>th {
  font-weight: 700;
  color: #232D34;
}

.prime-trust .tab_content .table>tbody>tr>td,
.prime-trust .tab_content .table>tfoot>tr>td, .prime-trust .tab_content .table>thead>tr>td {
  color: #232D34;
}

.prime-trust .tab_content .distributions table td,
.prime-trust .tab_content .distributions table th,
.prime-trust .tab_content .distributions .table>tbody>tr>td,
.prime-trust .tab_content .distributions .table>tbody>tr>th {
  font-size: 11px;
  padding: 6px !important;
}
.prime-trust .tab_content .distributions table tr:nth-of-type(odd) {
  background-color: #F1F6F8;
}
.prime-trust .invest ul {
  list-style: none;
}
.prime-trust .table-bg-yellow .odd td {
  background-color: #c2b59b;
}
#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, .7);
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#chartjs-tooltip.above:after {
  border: solid;
  border-color: rgba(255, 0, 0, .8) transparent;
  border-width: 10px 10px 0 10px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  top: 100%;
  position: absolute;
  z-index: 99;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, -0%);
}
#chartjs-tooltip.above {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
#chartjs-tooltip.above:before {
  border: solid;
  border-color: rgba(255, 255, 255, 1) transparent;
  border-width: 8px 8px 0 8px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  top: 100%;
  position: absolute;
  z-index: 999;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.prime-trust #legend_1 ul,.prime-trust #legend_2 ul  {
   list-style: none;
   font-size: 12px;
   margin-top: 15px;
   margin-bottom: 15px;
   text-align: center;
   padding-left:0;
}
.prime-trust #legend_1 li,.prime-trust #legend_2 li {
  display: inline-block;
  position: relative;
  color:#232D34;
}
.prime-trust #legend_1 li span {
   width: 15px;
   height: 12px;
   display: inline-block;
   margin: 0 5px 8px 0;
   vertical-align: -9.4px;
}
.prime-trust #legend_2 li .span1  {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -2px;
}
.prime-trust #legend_2 li .span2  {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: -5px;
}
.prime-trust .invest ul li:before {
  content: "\2022";
  color: #D5DBDE;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 1em;
  line-height: 1.33em;
  font-size: 2em;
  position: absolute;
  left: -.5em;
  top: 0;
}
.prime-trust .invest li {
  color: #232D34;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
}
.prime-trust .invest ul li {
  position: relative;
  padding: .5em 0 .5em 1.5em;
}
.prime-trust .invest ol,
.prime-trust .invest ul {
  padding-left: 1em;
}
.prime-trust .document h4 {
  font-size: 14px;
  color: #232D34;
  font-weight: bold;
  border-top: solid 3px #ddd;
  padding: 15px 0 0px 0;
  min-height: 65px;
}
.prime-trust .document div {
  font-size: 12px;
  font-weight: bold;
  font-weight: normal;
  line-height: 17px;
}
.prime-trust .document .pdf-icon {
  height: 50px;
  width: auto;
  float: left;
  padding: 0 10px 10px 0;
  margin-bottom: 40px;
}

.quarterly_report .col-md-3.width20 p,
.prime-trust .document p {
  font-size: 12px;
  color: #232D34;
  line-height: 17px;
}
.prime-trust .document p a{
  cursor: pointer;
}
.prime-trust .document img {
  width: 100%;
}
.prime-trust .document li {
  list-style: none;
}
.prime-trust .recent_transaction {
  margin: 40px 0 0px;
  padding: 40px 0;
  background: #F1F6F8;
}
.prime-trust .recent_transaction .container,.prime-trust .investment .container{
  max-width: 1170px;
}
.prime-trust .recent_transaction h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #809098;
  display: inline-block;
  max-width: 295px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
.prime-trust .recent_transaction .transaction-slider .owl-carousel .owl-item img {
  min-height: 220px;
  max-height: 220px;
}
.prime-trust .recent_transaction .transaction-slider .caption h2 {
  font-weight: 700;
  line-height: 1.44;
  margin: 0;
  font-size: 18px;
  color: #232D34;
  border-bottom: none;
  padding: 20px !important;
}
.prime-trust .recent_transaction .transaction-slider .thumbnail {
  border: none;
  max-height: 350px;
  min-height: 350px;
}
.prime-trust .recent_transaction .transaction-slider .thumbnail a {
  text-decoration: none;
}
.prime-trust .recent_transaction .transaction-slider .thumbnail img {
  overflow: hidden;
}
.prime-trust .recent_transaction .transaction-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  border-radius: 8px;
}
.prime-trust .recent_transaction .transaction-slider .owl-dots .owl-dot{
  text-align: center;
  outline: none
}
.prime-trust .recent_transaction .transaction-slider .owl-theme .owl-dots .owl-dot.active span,
.prime-trust .recent_transaction .transaction-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.prime-trust .investment {
  margin: 40px 0 -40px;
  padding: 40px 0;
}
.prime-trust .investment h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #809098;
  display: inline-block;
  max-width: 295px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
.prime-trust .investment .contents {
  background: #F1F6F8;
  height: 350px;
  min-height: 350px;
  padding: 25px;
  transition: background .4s ease;
}
.prime-trust .investment .contents:hover {
  background: #fff;
}
.prime-trust .investment h3 {
  font-size: 22px;
  font-weight: 300;
  color: #232D34;
}
.prime-trust .investment img {
  max-width: 100%;
  height: auto;
}
.prime-trust .investment p {
  line-height: 1.66;
}
.prime-trust .investment a {
  color: #232D34;
  text-decoration: none;
}
.prime-trust .thrr {
  font-size: 16px !important;
  border-top: none;
  color: #333;
}
.prime-trust .thrrs {
  color: #333;
  border-top: none !important;
}
.prime-trust .document li {
  width: 20%;
  padding: 0px 10px;
  height: 420px;
  float: left;
  margin-bottom: 20px
}
/***************************************Yield trust**********************************/
.prime-trust .backgd_image_1 {
  background: url(../img/tyct-banner.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  /*height: 400px;*/
  width: 100%
}
/***************************************Yield trust USD**********************************/
.prime-trust .backgd_image_2 {
  background: url(../img/tyct-us-banner.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  width: 100%
}
/***************************************Yield trust CAD**********************************/
.prime-trust .cad h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #809098;
  display: inline-block;
  max-width: 295px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
}

.prime-trust .cad .contents {
  background: #F1F6F8;
  height: 100%;
  min-height: 280px;
  padding: 25px;
  transition: background .4s ease;
}

.prime-trust .cad .contents:hover {
  background: #fff;
}

.prime-trust .cad h3 {
  font-size: 22px;
  font-weight: 300;
  color: #232D34;
}

.prime-trust .cad img {
  max-width: 100%;
  height: auto;
}

.prime-trust .cad p {
  line-height: 1.66;
}

.prime-trust .cad a {
  color: #232D34;
  text-decoration: none;
}


/***************************************income trust**********************************/

.prime-trust .backgd_image_3 {
  background: url(../img/income.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  /*height: 400px;*/
  width: 100%
}

.prime-trust .income h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #809098;
  display: inline-block;
  max-width: 295px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
}

.prime-trust .income .contents {
  background: #F1F6F8;
  height: 100%;
  min-height: 280px;
  padding: 25px;
  transition: background .4s ease;
}

.prime-trust .income .contents:hover {
  background: #fff;
}

.prime-trust .income h3 {
  font-size: 22px;
  font-weight: 300;
  color: #232D34;
}

.prime-trust .income img {
  max-width: 100%;
  height: auto;
}

.prime-trust .income p {
  line-height: 1.66;
}

.prime-trust .income a {
  color: #232D34;
  text-decoration: none;
}
.prime-trust .fees-distribution .mobile-table table tr{
  text-align: right
}
.prime-trust #documents ul,  .prime-trust ul.document{
 padding: 0px
}
#investmentsModal.modal{
  background-color: rgba(2,36,56,0.95);
}

#investmentsModal .modal-header {
    background: #F1F6F8;
    padding: 30px 60px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0);
}
#investmentsModal .modal-header  img{
      width: 40%;
}
#investmentsModal .modal-body {
    padding: 25px 60px 40px;
}
#investmentsModal .modal-content {
    border-radius: 0;
}
#investmentsModal .modal-title {
    margin: 0;
    line-height: 1.42857143;
}
#investmentsModal .modal-body p {
    font-size: 16px;
    line-height: 1.66;
    margin-bottom: 40px;
}
#investmentsModal .modal-footer {
    border-top: none;
    padding: 15px;
    text-align: right;
}
#investmentsModal button {
  background: #64563A;
  padding: 12px 20px;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  border-color: unset;
  font-weight: 500;
}
#investmentsModal button .fa{
font-size: 16px;
}
/* primetrust capital end */
/* ========================================================== INVESTMENT ADVISOR STARTS HERE ========================================= */
.padding_20{
    padding: 80px 0px;
}
.investment_adviser_banner{
    background: url('../img/invest_banner.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;

}
.investment_adviser{
    line-height: 1.75;
    font-size: 16px;
    color: #232D34;

}
.investment_adviser h2 {
    margin-bottom:20px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    padding-right: 25px;
}
.investment_adviser p {
    margin-bottom: 25px;
}
.investment_adviser ul{
margin: 0;
padding: 0;
padding-left: 20px;
margin-bottom: 25px;
list-style-type: none;
}
.investment_adviser ul li:before {
    content: "\2022";
    color: #D5DBDE;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 1em;
    line-height: 1.33em;
    font-size: 2em;
    position: absolute;
    left: -.5em;
    top: 0;
}
.investment_adviser ul li {
    position: relative;
    padding: .5em 0 .5em 1.5em;
    line-height: 1.75;
}
.investment_adviser .mt20{
    margin-top: 0;
}
/* ============================ INVESTMENT ADVISOR ENDS HERE ========================================= */

/* ===================================== FINANCE FUND STARTS HERE======================================*/
.finance_fund_banner{
    background: url('../img/finance_fund_banner.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;

}
.finance_fund{
    line-height: 1.75;
    font-size: 16px;
    color: #232D34;

}
.finance_fund h2 {
    margin-bottom:20px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    padding-right: 25px;
}
.finance_fund h3{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.finance_fund p {
    margin-bottom: 25px;
}
.finance_fund ul{
margin: 0;
padding: 0;
padding-left: 20px;
margin-bottom: 25px;
list-style-type: none;
}
.finance_fund ul li:before {
    content: "\2022";
    color: #D5DBDE;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 1em;
    line-height: 1.33em;
    font-size: 2em;
    position: absolute;
    left: -.5em;
    top: 0;
}
.finance_fund ul li {
    position: relative;
    padding: .5em 0 .5em 1.5em;
    line-height: 1.75;
}
.finance_fund .back{
    background-color: #f1f6f8;
}
.finance_fund .tcff{
    padding: 10px 12px;
}
.finance_fund .adjust{
    /* margin-left: 10px; */
    padding: 10px 20px;
}
.finance_fund .portfolio{
  margin-bottom:20px;
}
.finance_fund .portfolio:hover{
    background-color: #f1f6f8;

}
.finance_fund .polio_content{
    padding: 16px 16px 62px;
    color: #232D34;
}
.finance_fund .polio_content h3{
    font-size: 20px;
    font-weight: 400;
}
.finance_fund .polio_content h4{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}
.finance_fund .polio_content p{
    margin-bottom: 16px;
    font-size: 14px;
}
.finance_fund .polio_content p a, .except:hover{
    text-decoration: none;
    color: #232D34;
    transition: color .3s ease;
    font-size: 14px;
    word-break: break-all;
    font-weight: 500;
}
.finance_fund .polio_content p a:hover, .except{
    text-decoration: none;
    color: #00A6CC;
    transition: color .3s ease;

}
.finance_fund .polio_content p .fa {
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
}
/* ===================================== FINANCE FUND ENDS HERE======================================*/

/* ======================================= PRIVATE OFFERS STARTS HERE==========================================*/
.private_offers_banner{
    background: url('../img/private_offers.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;

}
.private_offers{
    line-height: 1.75;
    font-size: 16px;
    color: #232D34;

}
.private_offers h2 {
    margin-bottom:20px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    padding-right: 25px;
}
.private_offers p {
    margin-bottom: 25px;
}
.private_offers ul{
margin: 0;
padding: 0;
padding-left: 20px;
margin-bottom: 25px;
list-style-type: none;
}
.private_offers ul li:before {
    content: "\2022";
    color: #D5DBDE;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 1em;
    line-height: 1.33em;
    font-size: 2em;
    position: absolute;
    left: -.5em;
    top: 0;
}
.private_offers ul li {
    position: relative;
    padding: .5em 0 .5em 1.5em;
    line-height: 1.75;
}
.private_offers .portfolio{
  margin-bottom:20px;
}
.private_offers .portfolio:hover{
    background-color: #f1f6f8;

}
.private_offers .polio_content{
    padding: 16px 16px 62px;
    color: #232D34;
}
.private_offers .polio_content h3{
    font-size: 20px;
    font-weight: 400;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
}
.private_offers .polio_content h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    font-size: 13px;
    line-height: 1.4;
}
.private_offers .polio_content p{
    margin-bottom: 16px;
    font-size: 14px;
    word-break: break-all;
}
.private_offers .polio_content p a {
    text-decoration: none;
    color: #232D34;
    transition: color .3s ease;
}
.private_offers .polio_content p a:hover{
    text-decoration: none;
    color: #00A6CC;
    transition: color .3s ease;

}
.private_offers .polio_content p .fa {
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
}
.except:hover{
    color: #232D34 !important;
}
.except{
    color: #64563A !important;
}
.private_offers .mb25{
    margin-bottom: 25px;
}
.private_offers .mt20{
    margin-top: 0;
}
/* ======================================= PRIVATE OFFERS ENDS HERE==========================================*/

/* ======================================= INDIVIDUAL VISITORS STARTS HERE============================================= */
.individual_visitors_banner{
    background: url('../img/individual_investor.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;

}
.individual_visitors{
    line-height: 1.75;
    font-size: 16px;
    color: #232D34;

}
.individual_visitors h2 {
    margin-bottom:20px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    padding-right: 25px;
}
.individual_visitors p {
    margin-bottom: 25px;
}
.individual_visitors ul{
margin: 0;
padding: 0;
padding-left: 20px;
margin-bottom: 25px;
list-style-type: none;
}
.individual_visitors ul li:before {
    content: "\2022";
    color: #D5DBDE;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 1em;
    line-height: 1.33em;
    font-size: 2em;
    position: absolute;
    left: -.5em;
    top: 0;
}
.individual_visitors ul li {
    position: relative;
    padding: .5em 0 .5em 1.5em;
    line-height: 1.75;
}
/* ======================================= INDIVIDUAL VISITORS ENDS HERE============================================= */

/* ==================================== QUARTERLY REPORT STARTS HERE ===============================================*/
.quarterly_report_banner{
    background: url('../img/quaterly_report.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
margin: 0 auto;
padding-bottom: 25%;
max-width: 2000px;

}
.quarterly_report{
    line-height: 1.75;
    font-size: 16px;
    color: #232D34;

}
.quarterly_report h2 {
    margin-bottom:20px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    padding-right: 25px;
}
.quarterly_report h1 {
    margin-bottom:20px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    padding-right: 25px;
}
.quarterly_report p {
    margin-bottom: 0px;
}
.quarterly_report h4 {
font-size: 14px;
font-weight: bold;
border-top: solid 3px #ddd;
padding: 15px 0 0px 0;
min-height: 65px;
}
.quarterly_report .icon{
    height: 40px;
    width: auto;
    float: left;
    padding: 0 10px 10px 0;
    margin-bottom: 50px;
    margin-top: 3px;
}
.quarterly_report .width20{
    width: 20%;
}
.quarterly_report .blw{
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}
.quarterly_report .mt80{
    margin-top: 30px;
}
.quarterly_report .padding-left-right-15{
  padding-left: 15px;
  padding-right: 15px;
}
.quarterly_report .head_title{
  font-size: 16px;

}
.quarterly_report .sub_head_title{
  font-size: 14px;

}
/* ============================= QUARTERLY REPORT ENDS HERE =================================*/
/* ----rsvp starts here */
.advisor-title h1{
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 20px;
  margin-top: 0;
  display: inline-block;
  color: #232D34;
  padding-right: 25px;
}
.advisor-title h2{
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #232D34;
  margin-bottom: 30px;
}
.advisor-formdetail p{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #232D34;
  margin-bottom: 20px
}
.advisor-form input[type=radio]{
  font-size: 16px
}
.advisor-form .form-group{
      margin-bottom: 18px;
}
.advisor-heading{
  margin-top: 100px
}
.advisor-heading .container {
  max-width: 1020px;
}

.advisor-form .title h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 30px;
  margin-top: 0;
  display: inline-block;
  max-width: 285px;
  width: 100%;
}
.advisor a{
  color: #00A6CC;
  font-weight: 600;
  transition: color .4s ease;
}
.advisor a:hover{
  color: #232D34;
    text-decoration: none;
}
.advisor-form #rsvp-message{
  margin-bottom: 20px;
  color:#008000;
}
.advisor-form .title p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #232D34;
  margin-bottom: 40px
}

.advisor-form .form-control {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #232D34;
  color: #232D34;
  padding-left: 0;
  padding-top: 15px;
  height: 46px;
  resize: none;
  text-indent: 10px;
  font-size: 14px!important;
  font-family: 'Open Sans', sans-serif;
}
.advisor-form .form-control input::placeholder{
  font-size: 14px!important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300
}
.advisor-form .form-control:hover {
  border-bottom: 1px solid #BCC8CE;
}

.advisor-form .form-control:focus {
  border-bottom: 1px solid #d68c28;
}

.advisor-form .form-group {
  position: relative;
}

.advisor-form .label {
  margin-top: 20px;
  margin-left: 10px;
  text-transform: capitalize;
  color: #999;
  font-weight: 300;
  opacity: 1;
  position: absolute;
  top: 0px;
  left:0;
  font-size: 14px;
  padding-left: 0;
  pointer-events: none;
  transition: all 200ms ease-in-out;
}
.advisor-form .error {
  color: #DB4324;
      font-size: 12px;
      display: inline-block;
    padding-top: 10px;
      font-weight: 400;
}
.advisor-form .chkbox input[type="checkbox"]{
    margin-right: 10px;
}
.advisor-form .upload_form label{
  margin-top: 20px;
    text-transform: uppercase;
    color: #00A6CC;
    font-weight: 600;
    font-size: 16px;
}
.advisor-form .upload_form  input[type="file"]{
  font-size: 16px;

}
.advisor-form .radio label {
  font-size: 16px;
}
.advisor-form .chkbox label#confirm-error {
  color: #DB4324;
      font-size: 12px;
      display: inline-block;
    padding-top: 10px;
      font-weight: 400;
}
.advisor-form .form-control:focus+.label {
  font-weight: 300;
  font-size: 11px;
  opacity: 1;
  top: -25px;
}

.advisor-form .label.floating {
  font-weight: 300;
  font-size: 11px;
  opacity: 1;
  top: -25px;
}

.advisor-form .label.show {
  opacity: 1;
}

.advisor-form span {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px
}

.advisor-form .chkbox {
  text-align: right
}

.advisor-form .chkbox label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #232D34;
  text-transform: none
}

.advisor-form .primary {
  border-radius: 0;
  text-transform: uppercase;
  background: #00A6CC;
  color: #fff;
  padding: 12px 20px;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
  transition: all .3s ease;
}

.advisor-form .primary:hover {
  background-color: #232D34
}

.advisor-form .btn {
  float: right;
  margin-top: 20px;
  min-width: 135px;
}
.main-content-area {
    margin: 80px 0;
}
.main-content-area .content--title{
  text-transform: uppercase;
font-size: 36px;
font-weight: 600;
padding-bottom: 10px;
border-bottom: 2px solid #aaa;
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
padding-right: 25px;
}
.main-content-area .umb-grid .rte h1{
  font-size: 20px;
    font-weight: 600;
    color: #232D34;
}
.main-content-area .umb-grid .rte p{
margin-bottom: 25px;
    line-height: 1.75;
    font-size: 16px;

}
/* Search Page */
.search_results .search_results_title{
  margin-top: 40px;
}
.search_results .search_results_title h2{
    color: #232D34;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
}
.search_results .search_results_title hr{
  border-bottom: 1px solid #2A455A;
  margin-bottom: 35px;
  margin-top: 0;

}
.search_results .search_results_body {
      margin-top: 20px;
      margin-bottom: 40px;
      overflow: hidden;/*fix white space issue*/
}

.search_results .search_results_body .search_list_container{
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.search_results .search_results_body .search_list_container .search_title h3{
  font-size: 20px;
  color: #232D34;
  font-weight: 700;
}
.search_results .search_results_body .search_list_container .search_date p{
  font-size: 16px;
  color:#B2B2B2;
}
.search_results .search_results_body .search_list_container .search_content p{
  font-size: 16px;
  padding-bottom: 10px;
}
.search_results .search_results_body .search_list_container .search_content p:empty {
   display: none;
}
.search_results .search_results_body .search_list_container .search_read_more{
  font-size: 16px;
  color:#64563A;
  padding: 0;
  font-weight: 700;
}
.search_results .search_results_bar {
  margin-top: 50px;
}
.search_results .search_results_bar input{
  height: 40px;
  font-size: 20px;
  border:0;
  padding: 5px 0 5px 10px;
  box-shadow: unset;
  background-color: #E6E6E6;
  border-radius: 0;
}
.search_results .search_results_bar input::placeholder{
  color:#999;
}
.search_results .search_results_bar input::-webkit-input-placeholder{
  color:#999;
}
.search_results .search_results_bar input::-ms-input-placeholder{
  color:#999;
}
.search_results .search_results_bar input::-moz-input-placeholder{
  color:#999;
}
.search_results .search_results_bar .btn{
  height: 40px;
  line-height: 1;
  border:0;
  background-color: #E6E6E6;
  color: #12a9cc;
  padding-top: 5px;
  font-size: 20px;
  border-radius: 0;
}
.search_results .search_results_body .search_load_more {
  padding-bottom: 20px;
  padding-top: 20px;
}
.search_results .search_results_body .search_load_more a {
  font-size: 16pt;
  text-align: center;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #64563A;
}

.search_results .search-filter{
  background-color: #F1F1F1;
  padding: 5px 10px;
  margin-top: 40px;
    margin-bottom: 40px;
}

.search_results .search-filter .filter-title{
    color: #232D34;
    font-weight: 600;
    margin: 0;
    padding: 10px 0px;
    cursor: pointer;
}

.search_results .search-filter .filter-lists{
  padding: 0;
  list-style-type: none;
  margin-top:10px;
  text-align: left;
}
.search_results .search-filter .filter-lists .filter-list {
    position: relative;
    line-height: 20px;
}
.search_results .search-filter .filter-lists .filter-list label input[type="checkbox"]{
  visibility: hidden;
  cursor: pointer;
position: absolute;
opacity: 0;
height: 0;
width: 0;
}
.search_results .search-filter .filter-lists .filter-list label {
  cursor: pointer;
  /* display: block; */
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search_results .search-filter .filter-lists .filter-list label  span{
  position: relative;
   top: 0;
   left: 30px;
   height: 35px;
   width: 25px;
   background-color: transparent;
   font-size: 13px;
   font-weight: 500;
   color: 062438;
   line-height: 22px;
   padding-top: 2px;
}
.search_results .search-filter .filter-lists .filter-list label input[type="checkbox"]:checked ~ span{
    /* background-color: #2196F3; */
}
.search_results .search-filter .filter-lists .filter-list label input[type="checkbox"]:checked ~ span:after {
 display: block;
  content: "\f00c";
  font-family: 'FontAwesome';
  background-color: #D8D8D8;
  width: 20px;
  height: 20px;
  color:#232D34;
}
.search_results .search-filter .filter-lists .filter-list label span:after {
  content: "";
  position: absolute;
  display: block;
  left: -30px;
  top: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #D8D8D8;

}
.search_results .search-filter .filter-lists .filter-list label input[type="checkbox"]:focus::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.search_results .search-filter .filter-lists .show-results{
  border-bottom: 1px solid #232D34;
  margin-bottom: 15px;
  text-align: center;
}
.search_results .search-filter .filter-lists .show-results span{
  font-weight: 800;
}

.filter-open{
  display: block!important;
}

/* browser check popup */
.browser-check-popup{
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  z-index: 111;
  background: #F1F6F8;
  padding: 10px 0;
  border-top:1px solid #232D34;
  display: none;
}
.browser-check-popup p{
  margin-bottom: 0;
  color:#232D34;
  font-size: 14px
}
.browser-check-popup p i{
  font-size:12px;
  padding-right: 5px;
  color: orange
}
.browser-check-popup button{
  position: absolute;
  right:5px;
  top:0;
  background-color: transparent;
  color:#00A6CC;
}
.browser-check-popup button:active{
  box-shadow: none;
}
.browser-check-popup button:focus{
  outline:none!important;
}
.browser-check-popup button:hover{
  color:#232D34;
}

.prime-trust .document .docusign-box a img,
.prime-trust .document .pdf-box a img,
.quarterly_report .pdf-box a img,
.quarterly_report .docusign-box a img,
#documents .pdf-box a img,
#documents .docusign-box a img,
.quarterly_report a .icon {
    max-height:24px;
    margin-right:5px;
    float:none;
    padding:0;
    margin-bottom:0 !important;
    margin-top: -3px;
    display:inline-block;
}

.prime-trust .document .pdf-box a img,
.quarterly_report .pdf-box  div,
.quarterly_report .docusign-box div,
#documents .pdf-box  div,
#documents .docusign-box div {
    text-align: right;
    margin-bottom:10px;
}

.prime-trust .document .docusign-box a img,
.quarterly_report .docusign-box a img,
#documents .docusign-box a  img {
  max-height:20px;
  width: auto;
  margin-right:0;
}

.docusign-box div a {
  white-space: nowrap;
}

.prime-trust .quarterly_report .col-md-3.width20,
.prime-trust ul.document li,
ul.document li {
  height:450px;
  position:relative;
}
.prime-trust ul.document li .docusign-box,
.quarterly_report .docusign-box,
#documents .docusign-box {
    position:absolute;
    bottom:32px;
    right:0;
}
.prime-trust ul.document li .pdf-box,
.quarterly_report .pdf-box,
#documents .pdf-box {
    position:absolute;
    bottom:0;
    right:0;
}

/*investor-materials-updates*/
.quarterly_report .width20 {
	width: 16.6%;
}
.quarterly_report h4 {
	min-height: 80px;
}
@media (max-width: 575px) {
	.quarterly_report .width20 a img.img-responsive.icon {
		width: auto;
	}
	.prime-trust .quarterly_report .col-md-3.width20 {
		height: auto;
	}
	.quarterly_report .pdf-box {
		position: relative;
	}
	.quarterly_report .pdf-box .blw {
		text-align: left;
	}
}
.prime-trust .quarterly_report .col-md-3.width20 {
	height: 420px;
}
.quarterly_report h2 {
	margin-top: 30px;
}

.quarterly_report.new-template .blw {
  margin-bottom: 10px;
}

 .prime-trust .quarterly_report.new-template .col-md-3.width20 {
  height: auto;
  margin-bottom: 20px;
}

.quarterly_report.new-template .bottom {
  display:flex;
  flex-direction: column;
}

.quarterly_report.new-template .blw a img {
  max-height:20px;
  width: auto;
}

.quarterly_report.new-template .top a {
  display: inline-block;
  min-height: 175px;
}

.quarterly_report.new-template h4 {
  padding:0;
  border: none;
  min-height: 60px;
}

.flex-box {
  display:flex;
  justify-content: space-between;
  flex-direction: column;
}

.new-template .head_title {
  margin-top: 50px;
}

.new-template .additional_section_content ~ .head_title {
  margin-top: 0;
}
.new-template .additional_section_content h2{
  margin-top: 0;
  margin-bottom:0;
}

.new-template .additional_section_content .additional_text{
  margin-top: 0;
}

.new-template .additional_section_content h2 ~ .additional_text {
  margin-top: 20px;
}

.new-template .additional_text {
    line-height:1;
    margin-top: -3px;
}

.new-template .additional_section_content {
  
  margin-top: 50px;
  margin-bottom:30px;
  
}

.new-template .blw {
  font-size: 11px;
}

.new-template h1 {
  width:100%;
  padding-right: 0;
}
.new-template h1 form {
  float:right;
  font-weight: normal;
  text-transform: none;
  font-size:initial;
}

.new-template h1 form label {
  font-weight: normal;
}
.new-template h1 form select {
  display: inline-block;
  width: 380px;
}

@media (max-width: 575px) {
  .new-template h1 {
    border: none;
  }
  .new-template h1 span {
    text-transform: inherit;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #aaa;*/
    display: inline-block;
    padding-right: 25px;
    margin-bottom: 30px;
  }
  .new-template h1 form {
    float:none;
    padding-right: 25px;
  }
  
  .ourteam .content h1 form {
    width: 100%;    
  }
  .new-template h1 form select {
    display: block;
    width: 100%;
  }
}
.overview_tab_table table.tablepress td {
  border: none;
  padding: 10px 30px 10px 10px;
}


.new-template .blw {
    line-height: 20px;
}
.new-template .row .top {
    min-height: 270px;
}

.new-template .blw button {
    border: none;
    background: none;
    padding: 0;
    color: #337ab7;
}
.new-template .blw button:hover span {
    text-decoration:underline;
    color: #23527c;
}

.prime-trust .quarterly_report.new-template div.row > div > div.row {
    display: flex;
    flex-flow: wrap;
}

.row.flexbox {
    display:flex;
}

@media (max-width: 575px) {
    .row.flexbox {
        display:block;
    }
}

.homepage_carousel .owl-item .item p {
  position: absolute; 
  padding: 10px; 
  background: #232D34;
  color: white; 
  bottom: 0; 
  width: 100%;
  margin: 0;
  text-align: right;
  font-size: 15px;
}

/*WPForms*/
div.wpforms-container-full .wpforms-form .wpforms-required-label {
  display: inline;
}
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #232D34 !important;
  color: #fff !important;
  padding: 12px 60px !important;
  text-transform: uppercase;
  transition: all .3s ease;
  font-weight: 500;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #64563A !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 400 !important;
  color: #232D34;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
  font-weight: 400;
  margin-top: 10px;
}
div.wpforms-confirmation-container-full {
  background: #fff !important;
  border: 1px solid #fff !important;
}
div.wpforms-confirmation-container-full p {
  color: #232D34 !important;
  font-size: 15px !important;
  font-weight: 500;
}
div.wpforms-uploader.dz-clickable {
  max-width: 60%;
}
@media (max-width: 600px) {
  div.wpforms-uploader.dz-clickable {
    max-width: 100%;
  }
}

div.bottom > div {
  padding:10px 0;
}
div.bottom > div:not(:first-child) {
  border-top: 1px solid #aaa;
}
div.bottom > div > div.blw:last-child {
  margin-bottom:0;
}

div.bottom > div {
  padding:10px 0;
}
div.bottom img.docusign-icon {
  max-height:14px;
  margin-bottom:5px;
}
.tab-pane.quarterly_report.new-template .flex-box{
  justify-content: normal;
}
.tab-pane.quarterly_report.new-template .form-row label {
  font-weight: normal;
  margin-right: 10px;
}
.tab-pane.quarterly_report.new-template .form-row .form-control {
  display: inline-block;
  max-width: 300px;
}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.ourteam .profile-name {
  height: 220px !important;
  height: 180px !important;

}

/*
@media (min-width: 768px) {
    .ourteam .new-template #managementteam + div.row .second-box {
        margin-right:33%;
    }
}

@media (min-width: 992px) {
    .ourteam .new-template #managementteam + div.row .second-box {
        margin-right:60%;
    }
}
*/

/* New documents */

@media (max-width: 480px) {
    
    #documents-collapse .js-tabcollapse-panel-body {
        margin:0 -15px;
    }
    .panel.panel-default:last-child {
        border-color: transparent;
    }
    .panel.panel-default:last-child .panel-heading {
        border: 1px solid #ddd;
    }
    #documents-collapse .top a img.img-responsive {
        width: 60%;
    }
    #documents-collapse .top h4 {
        min-height: 60px;
        font-size: 14px;
        font-weight: bold;
        color: #232D34;
    }
    #documents-collapse .bottom a {
        line-height: 20px;
        font-size: 11px;

    }
    #documents-collapse .bottom a img.img-responsive {
            max-height: 20px;
            display:inline-block;
            margin-right: 5px;
    }
    #documents-collapse .bottom .video button {
            border: none;
            background: none;
            padding: 0;
            color: #337ab7;
    }
    #documents-collapse .bottom .video button span {
            font-size: 11px;
    }
    #documents-collapse  h2 {
            margin-top: 50px;    
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 10px;
        border-bottom: 2px solid #aaa;
        display: inline-block;
        padding-right: 25px;
    }
    
    #documents-collapse .col-md-3.width20 {
        height: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    #documents-collapse .col-md-3.width20 {
        width:33%;
    }
    #documents-collapse .top h4 {
        min-height: 60px;
        font-size: 14px;
        font-weight: bold;
        color: #232D34;
    }
    #documents-collapse .bottom a {
        line-height: 20px;
        font-size: 11px;

    }
    #documents-collapse .bottom a img.img-responsive {
            max-height: 20px;
            display:inline-block;
            margin-right: 5px;
    }
    #documents-collapse .bottom .video button {
            border: none;
            background: none;
            padding: 0;
            color: #337ab7;
    }
    #documents-collapse .bottom .video button span {
            font-size: 11px;
    }
    #documents-collapse  h2 {
            margin-top: 50px;    
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 10px;
        border-bottom: 2px solid #aaa;
        display: inline-block;
        padding-right: 25px;
    }
    
}

@media screen and (min-width: 481px) and (max-width: 576px) {
    #documents-collapse .col-md-3.width20 {
        width:25%;
    }
    #documents-collapse .top h4 {
        min-height: 60px;
        font-size: 14px;
        font-weight: bold;
        color: #232D34;
    }
    #documents-collapse .bottom a {
        line-height: 20px;
        font-size: 11px;

    }
    #documents-collapse .bottom a img.img-responsive {
            max-height: 20px;
            display:inline-block;
            margin-right: 5px;
    }
    #documents-collapse .bottom .video button {
            border: none;
            background: none;
            padding: 0;
            color: #337ab7;
    }
    #documents-collapse .bottom .video button span {
            font-size: 11px;
    }
    #documents-collapse  h2 {
            margin-top: 50px;    
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 10px;
        border-bottom: 2px solid #aaa;
        display: inline-block;
        padding-right: 25px;
    }
    
}

.homepage_features .homepage_features_news.new-box {
  margin-bottom: 0;
  position:relative;
}
.homepage_features .homepage_features_news.media {
  padding-top: 20px;
  margin-bottom: 30px;
}
.homepage_features .homepage_features_news.media .tag {
  background: #232D34;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 23px;
  position: relative;
}

.homepage_features .homepage_features_news.media .item {
  margin-top: 16px;
}

.homepage_features .homepage_features_news.media .item h4 a {
  color:#000;
  font-size: 16px;
}
.homepage_features .homepage_features_news.media .item h4 {
  margin-bottom: 5px;
}
.homepage_features .homepage_features_news.media .item .date {
  color:#D5DBDE;
  margin-bottom: 3px;
}
.homepage_features .homepage_features_news .tag,
.homepage_features .homepage_features_recent .tag {
  background: #232D34;
  color: #FFF;
}
.homepage_features .homepage_features_news.media a.btn {
  text-transform: uppercase;
  background: transparent;
  color: #64563A;
  border-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 0px;
  font-weight: 700;
  transition: all .3s ease;
  text-align: left;
}
.homepage_features .homepage_features_news.media a.btn:hover {
  color: #232D34;
  text-decoration: none;
}

/*25 Years*/
/*
.navigation-main .navbar-brand img {
  width: 328px;
}
@media only screen and (max-width: 480px) {
  nav.navigation-main .navbar-brand img {
    width: 260px;
  }
}
*/

.content img {image-rendering: -webkit-optimize-contrast;}

.default_2022 .container.content {
    margin-top:80px;
}

.default_2022 .content h1 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 20px;
    margin-top: 0;
    display: inline-block;
    padding-right: 25px;
    color: #232D34;
}

@media only screen and (max-width: 767px) {
  .newstab .newsroom-content .rte img {
    max-width: 100%;
    height: auto;
  }
}

ul.bulleted-list li::before {
  content: "\2022";
  color: #D5DBDE;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 1em;
  line-height: 1.33em;
  font-size: 2em;
  position: absolute;
  left: -.5em;
  top: 0;
}

ul.bulleted-list li {
  position: relative;
  padding: .5em 0 .5em 1.5em;
  line-height: 1.75;
  font-size: 16px;
  text-align: left;
  color: #232D34;
}

ul.bulleted-list {
  padding-left: 20px;
  margin-bottom: 25px;
  list-style-type: none;
}

.careers .jobs .listings .date {
  display: none;
}

.nav-wrapper {
    min-height: 130px;
}

.home-footer__link:hover, .home-footer__desc-link {
    text-decoration: none !important;
}


.leadership-taxonomy-template .newstab ul, .board-governors .newstab ul, .content.founder .newstab ul {
    display: flex;
}

.leadership-taxonomy-template .newstab li, .content.founder .newstab li, .board-governors .newstab li {
    flex: 0 0 25%;
}

/*
.leadership-taxonomy-template .newstab .nav:before, .leadership-taxonomy-template .newstab .nav:after {
    display: none;
}
*/

.leadership-taxonomy-template .newstab .nav-tabs li a, .board-governors .newstab .nav-tabs li a, .content.founder .newstab .nav-tabs li a {
    color: #555;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 25px 20px;
    font-weight: 700;
    margin: 0;
}

.leadership-taxonomy-template .newstab .nav-tabs li.active a, .board-governors .newstab .nav-tabs li.active a, .content.founder .newstab .nav-tabs li.active a {
    border-bottom: 6px solid #D5DBDE;
}

.leadership-taxonomy-template .newstab .nav-tabs li.active a:hover, .board-governors .newstab .nav-tabs li.active a:hover, .content.founder .newstab .nav-tabs li.active a:hover {
    border-bottom: 6px solid #A39061;
}


.leadership-taxonomy-template form label {
    font-weight: normal;
}

.leadership-taxonomy-template form {
    text-transform: none;
    font-size: initial;
}

.leadership-taxonomy-template h1 form select {
    width: 100%;
}

.leadership-taxonomy-template .container-fluid {
    margin-right: -15px;
}

.ourteam-2025 .content h1 {
    margin-bottom: 15px;
    border-bottom: none !important;
    margin-top: 26px;
}

.leadership .content h1 {
    margin-top: 26px;
}

.ourteam-2025 .content h1 span {
    border-bottom: none !important;
}

.ourteam-2025 .leadership-taxonomy-template h1 span {
    align-self: flex-start;
}

.ourteam-2025 .content .leadership-taxonomy-template h1 {
    margin-bottom: 0px;
}

.ourteam-2025 .content h2 {
    margin-top: 0px;
}

.ourteam.leadership .content, .ourteam.ourteam-2025 .content {
    margin-top: 0px;
}

.ourteam.leadership .content form.form-horizontal {
    margin-bottom: 25px;
    margin-left: auto;
    width: 620px;
}

@media (max-width: 704px) {
    .ourteam.leadership .content h1 span {
        border: none;
        margin: 0;
        padding: 0;
    }
    
    .ourteam.leadership .content h1  {
        padding-bottom: 16px;
    }
    
    .ourteam.leadership .content form.form-horizontal {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .boardofgovernors .title h1 {
        padding-bottom: 16px;
        margin-bottom: 25px;
    }
}

.content.founder {
    margin-top: 0px;
}

.founder-heading {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #aaa;
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.founder-heading span {
    align-self: flex-end;
}

.boardofgovernors .board-governors .title {
    margin-top: 26px;
}

.home-result__divider {
    background: #232d34;
    border: none;
    display: block;
}