/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500");
h1, h2, h3, h4, h5 {
  font-family: 'Frank Ruhl Libre', serif;
  /* color: #000; */
}

p, button, span, li {
  font-family: 'Work Sans', sans-serif;
  color: #2E2F30;
}

img {
  max-width: 100%;
}

.entry-content h1 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 45pt;
  margin-bottom: 40pt;
  text-transform: uppercase;
  color: #2E2F30;
}

.entry-content h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 36pt;
  margin-bottom: 25pt;
  color: #7CA6AA;
}

.entry-content h3 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 25pt;
  margin-bottom: 25pt;
  color: #2E2F30;
}

.entry-content h4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 19pt;
  margin-bottom: 28pt;
  text-transform: uppercase;
  color: #2E2F30;
  font-weight: 400;
}

.entry-content h5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 19pt;
  margin-bottom: 28pt;
  text-transform: uppercase;
  color: #2E2F30;
  font-weight: 500;
}

.entry-content p {
  font-family: 'Work Sans', sans-serif;
  font-size: 15pt;
  margin-bottom: 35pt;
  color: #2E2F30;
}

/* Carousel */
.carousel-slide {
  width: 100%;
  height: 860px;
  background-size: cover;
  background-position: center center;
}

.slide-caption-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-caption-rd {
  display: block;
  margin: 0 auto;
  padding: 30px 100px;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
  z-index: 2;
}

.slide-caption-rd h1 {
  font-size: 55.5pt;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.slide-caption-rd p {
  border: 2px solid #fff;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 40px auto;
  padding: 10px;
  text-transform: uppercase;
  width: 26%;
}

a:focus {
  outline: medium none;
  outline-offset: 0;
}

.slide-caption-rd h1, .slide-caption-rd p {
  color: #fff;
}

.slider-border-white {
  border-bottom: 8px solid white;
  width: 60px;
  margin: 0 auto;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0;
}

/* Menu Header */
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  background-color: #fff;
  height: auto;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.header.active {
  background: #000;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0.8;
  z-index: 99;
}

.admin-bar .header {
  top: 32px;
}

#menu-button span {
  display: block;
  width: 25px;
  margin-bottom: 7px;
  height: 1px;
  border-bottom: 1px solid #fff;
}

#close-menu span {
  display: block;
  width: 40px;
  margin-bottom: 7px;
  height: 1px;
  border-bottom: 1px solid #fff;
}

#menu-button {
  background: none;
  border: none;
  margin-top: 35px;
  margin-right: 21px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 135px;
}

#menu-button h4 {
  color: #fff;
  float: left;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 25px;
  margin: 5px 5px 0 5px;
  display: none;
}

#menu-lines {
  float: right;
  display: inline-block;
  padding: 10px 10px;
}

#menu-button span:last-child {
  margin-bottom: 0;
}

.navbar-brand {
  padding: 15px 20px;
}

.navbar-brand.mobile {
  display: none;
}

#close-menu {
  float: right;
  width: 29px;
  height: 21px;
  background-size: cover;
  background-position: center center;
  margin: 20px 0;
  cursor: pointer;
}

li.current-menu-ancestor i.fa {
  color: #000 !important;
}

/* Video Highlight Section */
#video-highlight-section {
  float: left;
  width: 100%;
  padding: 100px 0;
}

#video-highlight-container {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  min-height: 400px;
}

#video-highlight-section-left {
  width: 600px;
  float: left;
  position: relative;
  z-index: 1;
}

#video-highlight-section-right {
  width: 400px;
  float: left;
  position: relative;
  z-index: 1;
}

#video-highlight-video {
  background-color: gray;
  background-size: cover;
  background-position: center center;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

#video-highlight-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#video-highlight-video:after {
  content: '';
  position: absolute;
  right: -460px;
  width: 480px;
  background-image: url(../images/invested-traveler/up-arrow.png);
  top: 0;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
}

#video-highlight-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#video-highlight-overlay:hover {
  opacity: 1;
}

#top-graphic {
  text-align: center;
}

#top-graphic img {
  width: 500px;
}

#video-highlight-content {
  padding: 50px 30px 30px 30px;
}

#video-highlight-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  margin: 0;
  color: #f15928;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
}

#video-highlight-content p {
  font-family: "OpenSans", sans-serif;
  color: #a6a5a7;
  font-weight: 100;
  font-style: italic;
  margin: 10px 0 30px 0;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1px;
}

#video-highlight-content button {
  font-family: "Montserrat", sans-serif;
  color: #f15928;
  border-color: #f15928;
}

#video-highlight-subcontent {
  padding-left: 40px;
}

#video-highlight-modal .modal-content {
  margin-top: 60px;
}

/* Stories */
/*
SCSS:
Variables Used:
$primary-color: darkgreen;
$secondary-color: #fff;
$primary-font-color: #fff;
$header-font-stack: Helvetica, sans-serif;
*/
#stories {
  background-image: url("../images/invested-traveler/stories-invested-advisor-bg.png");
  background-position: center center;
  background-color: lightgray;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
  float: left;
}

#stories-header {
  text-align: center;
}

#stories-header h1 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 100;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #1f2321;
}

#stories-header p {
  font-size: 16px;
  font-style: italic;
  color: #1f2321;
}

#story-options-wrapper {
  text-align: center;
}

#story-options li {
  display: inline-block;
  font-size: 16px;
  padding: 6px 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
  margin-right: 20px;
  color: #545453;
  border: 2px solid rgba(64, 155, 200, 0);
}

#story-options li.story-option-active {
  border: 2px solid #f15928;
  color: #f15928;
}

#story-image-container, #story-detail-container {
  width: 500px;
  height: 300px;
  position: relative;
}

#stories-content {
  position: relative;
  margin: 50px 0px;
}

#story-image-container {
  z-index: 2;
}

#story-detail-container {
  background-color: #f15928;
  position: absolute;
  right: 0;
  top: 30px;
  width: 670px;
  z-index: 1;
}

.story-video-watch-button, #see-all-stories-link {
  cursor: pointer;
}

.story-image, .story-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#story-single {
  position: relative;
  padding-bottom: 30px;
}

.story-image {
  background-size: cover;
  background-position: center center;
}

.story-detail {
  text-align: center;
  padding: 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.story-detail h1 {
  font-weight: 400;
  margin-top: 0;
  color: #fff;
  font-size: 20px;
}

.story-detail p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.story-detail button {
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  padding: 8px 35px;
  font-family: "Montserrat", sans-serif;
}

#see-all-stories-link p {
  margin: 10px 0 0 0;
}

#stories-footer {
  text-align: center;
}

#stories-modal {
  padding-top: 40px;
}

/* Logo Highlight Vertical Slider */
#logo-highlight-vertical-slider-wrapper {
  width: 100%;
  float: left;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6f3222), color-stop(50%, #ececec));
  background: linear-gradient(90deg, #6f3222 50%, #ececec 50%);
  margin-top: 50px;
}

#logo-highlight-vertical-slider {
  float: left;
  width: 100%;
  background-color: #ececec;
  height: 200px;
}

#logo-highlight-vertical-slider-type {
  float: left;
  background-color: #6f3222;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
  position: relative;
}

#logo-highlight-vertical-slider-type h3 {
  text-align: center;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2px;
  color: #fff;
}

#logo-highlight-vertical-slider-type:after {
  content: ' ';
  width: 40px;
  height: 100%;
  position: absolute;
  right: -40px;
  top: 0;
  border-left-color: #6f3222;
  border-top-width: 100px;
  border-top-color: transparent;
  border-top-style: solid;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 35px;
  border-left-style: solid;
  border-bottom-width: 100px;
  margin-left: 20px;
}

.logo-highlight-vertical-slider-logo {
  display: inline-block;
  margin: 0 30px;
  width: 180px;
  height: 130px;
}

.logo-highlight-vertical-slider-row {
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
}

.logo-highlight-vertical-slider-logo img {
  width: 100%;
  height: 100%;
}

.home .logo-highlight-vertical-slider-logo {
  height: 100px;
}

.home .logo-highlight-vertical-slider-row {
  height: 100px;
  margin-bottom: 0;
}

.home .logo-highlight-vertical-slider-logo img {
  width: 100%;
  height: 100px;
}

#logo-highlight-vertical-slider-logo-sheet {
  display: inline-block;
  float: left;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#logo-highlight-vertical-slider-control-wrapper {
  float: right;
  width: 60px;
  height: 100%;
}

.logo-highlight-vertical-slider-control {
  text-align: center;
}

#logo-highlight-vertical-slider-logo-container {
  float: right;
  height: 100px;
  overflow: hidden;
  padding: 0px;
  margin: 50px 0;
}

.logo-highlight-vertical-slider-control[data-control=prev] i, .logo-highlight-vertical-slider-control[data-control=next] i {
  color: #f15928;
  font-size: 24px;
  cursor: pointer;
}

.logo-highlight-vertical-slider-control-row {
  border-bottom: 1px solid black;
  width: 20px;
  padding-top: 5px;
  margin: 0px auto 5px auto;
  cursor: pointer;
}

.logo-highlight-vertical-slider-control-active {
  border-bottom: 3px solid black;
}

/* Logo Slider Page */
.page-template-page-providers #logo-highlight-vertical-slider-logo-sheet {
  text-align: center;
  width: 100%;
  background-color: #f3f3f3;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.page-template-page-providers .logo-highlight-vertical-slider-logo {
  display: inline-block;
  margin: 0;
  width: 33.3%;
  float: left;
}

/* Blog Posts */
.blog-posts {
  padding: 95px 0;
  float: left;
  width: 100%;
}

.blog-posts-header h1 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 100;
}

.blog-posts-header p {
  text-align: center;
  margin: 15px 0 0 0;
  font-style: italic;
  color: #3f3f42;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 16px;
}

.blog-posts h1 {
  color: #545453;
  margin-bottom: 0;
}

.blog-posts-header {
  margin-bottom: 60px;
}

.home .featured-img-blog, .resource-thumbnail-wrapper {
  width: 100%;
}

.home .featured-img-blog {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .featured-img-blog:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home .featured-img-blog i {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 32px;
  color: #fff;
}

.home .featured-img-blog:hover i {
  opacity: 1;
}

.resource-thumbnail-wrapper {
  overflow: hidden;
}

.home .resource-pod-content {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}

.home .resource-pod-content h3 {
  color: #3f3f42;
  font-weight: 500;
  font-size: 22px;
}

.home .resource-pod-content p {
  color: #3f3f42;
}

.home .resource-pod-content p.post-date {
  margin-bottom: 5px;
  color: #3f3f42;
  font-style: italic;
}

.home .resource-pod-content a {
  color: #f15928;
  font-size: 14px;
}

.resource-thumbnail-wrapper {
  float: left;
  display: block;
  border-bottom: 5px solid #f15928;
}

.resource-pod-content {
  float: left;
  display: block;
  width: 100%;
}

.resource-pod-content h3, .resource-pod-content a {
  margin-top: 0;
  color: #3B8643;
  font-size: 16px;
}

/* Newsletter Sign Up */
#newsletter-sign-up-wrapper {
  width: 100%;
  float: left;
}

#newsletter-sign-up-text {
  display: inline-block;
  padding: 8px 0;
  float: left;
  width: 100%;
  text-align: center;
}

#newsletter-sign-up {
  float: left;
  width: 100%;
  padding: 25px 0px;
  border: 2px solid #e3b01f;
  margin: 50px 0;
}

#newsletter-sign-up h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 100;
  letter-spacing: 1px;
  display: inline-block;
  margin-left: 20px;
  margin-top: 3px;
}

#newsletter-sign-up i {
  margin-left: 5px;
}

#newsletter-footer-wrapper {
  height: 50px;
  width: 50%;
  margin: 0 auto;
}

#newsletter-footer-wrapper > * {
  display: inline-block;
}

#newsletter-footer {
  color: #545453;
  font-size: 20px;
  height: 100%;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  width: 90%;
}

#newsletter-footer::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
}

#newsletter-footer::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
}

#newsletter-footer:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
}

#newsletter-footer:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
}

#newsletter-footer-submit {
  background-color: #7CA6AA;
  border: medium none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: top;
  width: 30%;
}

/* Footer */
#attribution-footer {
  float: left;
  width: 100%;
  background-color: #f15928;
  padding-top: 10px;
}

#attribution-footer p {
  margin: 0;
  font-size: 12px;
}

#attribution-footer img {
  width: 8px;
}

nav.footer-nav ul {
  list-style-type: none;
  padding: 0;
  text-align: right;
}

nav.footer-nav li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid white;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav.footer-nav li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

/* Sidebar Navigation */
#sidebar-nav {
  margin-bottom: 20px;
  background-color: #E6E5E3;
  position: relative;
  float: left;
  width: 100%;
}

#sidebar-nav .menu {
  list-style-type: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#sidebar-nav .menu li {
  list-style-type: none;
  text-transform: uppercase;
}

#sidebar-nav ul.sub-menu {
  padding: 0;
  margin: 0;
}

#sidebar-nav ul.menu > li {
  display: none;
}

#sidebar-nav ul.menu > li.current-menu-parent {
  display: block;
  border: none;
  padding: 0;
}

#sidebar-nav ul.menu > li.current-menu-parent > i {
  display: none;
}

#sidebar-nav li.menu-item-has-children > a, #sidebar-nav .sub-menu {
  float: left;
  width: 100%;
}

#sidebar-nav li {
  padding: 5px 70px;
  list-style: none;
  position: relative;
}

#sidebar-nav li.menu-item-has-children > a {
  display: none;
}

#sidebar-nav li:first-child {
  padding-top: 50px;
}

#sidebar-nav li:last-child {
  padding-bottom: 50px;
}

#sidebar-nav li i {
  position: absolute;
  right: 5px;
  top: 13px;
  font-size: 20px;
  color: #f15928;
}

#sidebar-nav li a {
  font-size: 24px;
  letter-spacing: 1px;
  color: #404042;
}

#sidebar-nav li.current-menu-item a {
  color: #00560F;
}

/* Sidebar Slider */
.sidebar-slider-wrapper {
  width: 100%;
  float: left;
  position: relative;
  z-index: -1;
}

#sidebar-slider {
  color: white;
  padding: 80px 0px;
}

#homepage-slider {
  color: white;
  padding: 70px 0px;
  width: 100%;
  float: left;
}

.mini-title-header {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 30px;
  height: 210px;
  width: 100%;
  line-height: 200px;
}

.sidebar-slider-header {
  text-align: center;
  color: #fff;
  position: relative;
}

.sidebar-slider-header::after {
  border-right: 40px solid transparent;
  border-top: 40px solid white;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.cost-recovered {
  text-align: center;
  text-align: center;
  border-right: 1px solid white;
}

.cost-recovered.sidebar-cost-recovered {
  border-right: none;
}

.cost-recovered p, .cost-recovered h3 {
  color: white;
  margin-bottom: 0;
}

.cost-recovered p {
  color: rgba(255, 255, 255, 0.6);
}

.cost-recovered h3 {
  font-size: 60px;
  margin-top: 0;
  font-weight: bold;
}

.cost-recovered-text {
  margin-top: 10px;
  padding-left: 50px;
}

#sidebar #sidebar-slider {
  padding: 0 0 40px 0;
}

.cost-recovered-text.sidebar-cost-recovered-text {
  background-color: #2a2c29;
  height: 300px;
  left: 0;
  opacity: 0.9;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 250px;
  width: 100%;
}

.cost-recovered-text.sidebar-cost-recovered-text p {
  color: #fff;
  font-size: 18px;
}

.sidebar-slider-header.sidebar-sidebar-slider-header h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 100;
  margin: 5px 0;
  padding: 0 20px;
  position: absolute;
  top: 235px;
  width: 100%;
  z-index: 1;
}

.sidebar-slider-footer {
  left: 0;
  position: absolute;
  text-align: center;
  top: 550px;
  float: left;
  width: 100%;
}

.sidebar-slider-footer.navigation {
  top: 600px;
}

.btn-transparent-white {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.btn-transparent-black {
  background-color: transparent;
  border: 2px solid black;
}

.featured-resource-sidebar-image {
  background-position: center center;
  background-size: cover;
  height: 650px;
  position: relative;
  width: 100%;
}

.sidebar-slider-wrapper a {
  color: #fff;
}

#sidebar-slider .carousel-study-indicators {
  position: relative;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin-top: 10px;
}

#sidebar-slider .carousel-indicators li {
  width: 40px;
  height: 6px;
  border: none;
  border-radius: 0;
  margin: 0;
  background-color: rgba(183, 183, 183, 0.34);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#sidebar-slider .carousel-indicators .active {
  background-color: rgba(255, 255, 255, 0.54);
  width: 40px;
  height: 6px;
  margin: 0;
}

/* Sidebar Learn More CTA */
.sidebar-learn-more {
  background-color: #6f3222;
  margin-top: 30px;
  color: white;
  float: left;
  width: 100%;
  background-image: url("http://www.investedadvisor.dev/wp-content/themes/raindrop/library/images/invested-traveler/up-gear-icon-corner.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.sidebar-learn-more h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 20px;
}

.sidebar-learn-more p {
  font-weight: 100;
}

.sidebar-learn-more-inner {
  text-align: center;
  padding: 80px 0;
}

.sidebar-learn-more i.fa-chevron-circle-right {
  font-size: 17px;
  vertical-align: middle;
  margin: 0 5px;
}

/* Sidebar: Posts */
.sidebar-posts .widget ul li {
  padding: 12px 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-right: 30px;
}

.sidebar-posts #archives-2 li, .sidebar-posts #annual_archive_widget-2 li {
  padding: 12px 0 12px 20px;
}

.sidebar-posts #archives-2 li i, .sidebar-posts #annual_archive_widget-2 li i {
  left: 5px;
  top: 12px;
}

.sidebar-posts .widgettitle {
  color: #000;
  font-weight: 100;
  font-size: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.widget ul li a {
  color: #404042 !important;
}

.sidebar-posts li i {
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 20px;
  color: #E3B01F;
}

/* Blog: Archive Page */
.entry-title a {
  font-size: 28px;
  color: #3f3f42;
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: 0px;
}

.entry-title a:visited {
  font-size: 28px;
  color: #3f3f42;
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: 0px;
}

.rd-btn.archive-btn {
  color: #7CA6AA;
  font-size: 17px;
  padding: 0 10px 0 0;
}

p.blog-archive-date {
  margin: 0;
  color: #404042;
  padding-bottom: 5px;
  padding-left: 0px;
  text-transform: none;
  font-weight: 100;
  letter-spacing: 0;
  text-transform: uppercase;
}

section.post-summary p {
  color: #404042;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 25px;
}

/* Blog: Single */
.single-time-wrapper h2 {
  margin: 0 0 15px;
  font-size: 30px;
  color: #252525;
  font-weight: 100;
  letter-spacing: 0px;
}

.share-btn {
  padding: 5px 25px;
  border: 2px solid #728FB9;
  color: #728FB9;
  font-weight: 500;
}

.entry-content h1 {
  font-family: "Frank Ruhl Libre",serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 100;
  letter-spacing: 0px;
}

.entry-content h2 {
  font-family: "Frank Ruhl Libre",serif;
  font-size: 32px;
  font-weight: 100;
}

.entry-content h3 {
  font-family: "Frank Ruhl Libre",serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.entry-content h4 {
  font-family: "Frank Ruhl Libre",serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}

.entry-content h5 {
  font-family: "Frank Ruhl Libre",serif;
  text-transform: uppercase;
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.entry-content p {
  color: #646464;
  font-size: 17px;
  font-weight: normal;
  line-height: 25px;
}

.news-notify {
  background-color: whitesmoke;
  padding: 15px 0;
}

.news-notify p {
  font-size: 11.5px;
  margin: 0;
}
/*  footer inner section  */
.footer_bg {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto;
}

#footer .col-md-12.title h1 {
  color: #fff;
  font-size: 60pt;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
  text-transform: uppercase;
}

#footer .col-md-12.title span {
  color: #fff;
  font-size: 13pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Frank Ruhl Libre', serif;
}

#footer .col-md-12.copytight {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
}

#footer .col-md-12.cnt {
  color: #fff;
  float: left;
  font-size: 18px;
  width: 100%;
  margin: 35px 0;
}

#footer .col-sm-6.mobile {
  text-align: right;
  vertical-align: middle;
}

#footer .cnt i {
  color: #e2af20;
  margin-right: 10px;
}

.footer_overlay {
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
}

/* Home page investor News */
.col-sm-12.investor_news {
  padding: 0 0 0;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.investor_news .col-sm-6 {
  padding: 0;
}

.investor_news .img {
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 500px;
}

.investor_news_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.investor_news .img h2 {
  color: #fff;
  font-size: 55px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 150px;
  width: 100%;
  letter-spacing: 3px;
}

.investor_news .img hr {
  border-color: #e3b021;
  border-width: 5px;
  left: 45%;
  margin: 0 auto;
  position: absolute;
  top: 180px;
  width: 48px;
}

.investor_news .latest_posts {
  list-style: outside none none;
  margin-bottom: 0;
  background-color: #E7E5E6;
  height: 500px;
  padding-left: 70px;
}

.investor_news .latest_posts h3 {
  color: #212422;
  font-size: 25px;
  letter-spacing: 1px;
  margin-top: 5px;
  text-transform: capitalize;
}

.latest_posts .line:last-child {
  display: none;
}

.latest_posts #myCarousel {
  padding: 75px 30px 70px 30px;
  color: #212422;
}

.latest_posts .line {
  border-color: #e3b021;
  border-width: 3px;
  left: -12%;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
  width: 112%;
}

.latest_posts p {
  color: #716f70;
  font-weight: normal;
  line-height: 1.3;
}

.latest_posts a.more {
  color: #272727;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}

.latest_posts .date {
  letter-spacing: 0px;
  text-transform: uppercase;
  color: grey;
}

.latest_posts .excerpt-read-more.btn.btn-primary {
  display: none;
}

.investor_news .latest_posts a:hover {
  text-decoration: none;
}

.latest_posts .up-down-arrow {
  padding: 25px 0;
}

.latest_posts .btn-vertical-slider.fa.fa-long-arrow-up, .latest_posts .btn-vertical-slider.fa.fa-long-arrow-down {
  height: 80px;
}

/* Home page Coseo Difference Section */
.col-sm-12.difference_section {
  padding: 100px 0 70px 0;
}

.difference_section .left_image, .difference_section .right_text {
  padding: 0;
}

.difference_section .bgImg {
  background-position: center center;
  background-size: cover;
  height: 500px;
  position: relative;
}

.difference_section .bgTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.difference_section .bgTitle h2 {
  color: #fff;
  font-size: 55px;
  letter-spacing: 2px;
  padding: 0 7%;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  top: 60px;
  width: 100%;
}

.difference_section .details {
  background-color: #425968;
  padding: 70px 100px 70px 100px;
  height: 500px;
}

.difference_section .details p {
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  widows: 5;
}

.description {
  margin-bottom: 30px;
  text-align: center;
}

.btnReadMore p {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.difference_section .coseo_title {
  float: left;
  text-align: center;
  width: 100%;
}

.difference_section .difference_line {
  height: 50px;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 0;
}

.difference_section .coseo_title h1 {
  font-family: "Frank Ruhl Libre",serif;
  font-size: 35pt;
  text-transform: uppercase;
}

.difference_section .coseo_title h2 {
  color: #7CA6AA;
  font-family: "Frank Ruhl Libre",serif;
  font-size: 45pt;
  font-style: italic;
}

.difference_section .right_text .desc_title {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.desc_title > h3 {
  color: #fff;
  font-family: 'Work Sans',sans-serif;
}

.about_section {
  float: left;
  width: 100%;
}

hr.page_line {
  border-color: #e3b01f;
  border-width: 5px;
  margin: 15px 0 0;
  padding-bottom: 30px;
  width: 50px;
}

.about_section span {
  text-transform: uppercase;
}

.space {
  float: left;
  height: 35px;
  width: 100%;
}

.wrapper.recent-news-sidebar-wrapper, .wrapper.recent-transaction-sidebar-wrapper {
  float: left;
  width: 100%;
}

#sidebar .level-1-children {
  margin-bottom: 4rem;
}

.recent-news-sidebar h1 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 30px;
}

.recent-transaction-sidebar-wrapper .carousel.fade .item {
  padding: 40px 20px;
}

.recent-transaction-sidebar-wrapper .sub_title.col-sm-12 {
  text-align: center;
}

.recent-transaction-sidebar-wrapper .property_value {
  text-transform: uppercase;
}

.all_post {
  background-color: #2f2f31;
  float: left;
  font-size: 16px;
  font-weight: bold !important;
  margin-top: 45px;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
  width: 55%;
}

.sidebar_line {
  border-color: #e3b021;
  border-width: 5px;
  left: 125px;
  margin: 30px auto 0;
  position: absolute;
  text-align: center;
  top: 430px;
  width: 65px;
}

.sidebar-slider-footer > h1 {
  color: #fff;
  float: left;
  font-size: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: -70px;
  font-family: 'Lato', sans-serif;
  width: 100%;
}

.col-md-12.sidebar-slider-footer > h3 {
  color: #fff;
  float: left;
  font-size: 15px;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: -50px;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}

.blog .inner-masthead {
  background-position: center center;
}

.team {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 10%;
}

.team hr.page_line {
  border-color: #000;
  border-width: 1px;
  margin: 40px auto;
  width: 0;
  height: 25px;
}

.team > hr.divide {
  border-color: #cecece;
  margin-bottom: 80px;
  margin-top: 30px;
}

.partner_image {
  padding: 0;
}

.partners-and-principals .image {
  opacity: 1;
  display: block;
  width: 360px;
  height: 230px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.partners-and-principals .middle {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.partner_image:hover .image {
  opacity: 0.2;
}

.partner_image:hover .middle {
  opacity: 1;
}

.partners-and-principals .partner_name_desi {
  color: white;
  font-size: 16px;
  padding: 65px 20px;
  text-transform: uppercase;
}

.partner_name_desi > h3 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 1px;
}

.partner_name_desi > h4, .partner_name_desi > a {
  color: #e3b01f;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.partner_name_desi .fa.fa-caret-right {
  font-size: 16px;
  margin-left: 5px;
}

.partner_name_desi .readmore {
  font-family: "Lato",sans-serif !important;
  font-size: 15px;
  margin-top: 35px !important;
}

ol, ul {
  /*list-style:none;*/
}

.partners_details {
  background-color: #fff;
  float: left;
  height: auto;
  left: 15%;
  margin: 0 auto;
  padding: 120px 30px;
  width: 70%;
}

.partners_details .name_designation {
  float: left;
  margin: 10px 0;
  text-align: left;
  width: 100%;
}

.partners_details .email {
  float: left;
  margin: 0 0 10px;
  text-align: left;
  width: 100%;
}

.partners_details .desc {
  margin: 0 0 30px;
  float: left;
  text-align: left;
  width: 100%;
}

.partners_details .profile_pic img {
  height: 100%;
  width: 100%;
  margin: 8px 0;
}

.name_designation > h3 {
  margin: 0;
  font-weight: normal;
  font-size: 25px;
}

.name_designation > h4 {
  color: #074b13;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

.contact .inner-masthead {
  background-position: center center;
}

#sidebar-nav li.menu-item-has-children ul.sub-menu li.current-menu-item a::after {
  background-color: #E3AE20;
  content: "";
  display: block;
  height: 3px;
  left: -15px;
  opacity: 1;
  position: absolute;
  top: 67px;
  width: 45px;
}

.wpcf7 .name {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.wpcf7 .name span {
  float: left;
  margin-right: 20px;
  width: 47%;
}

.wpcf7 span input[type="text"], .wpcf7 span input[type="tel"], .wpcf7 span input[type="email"] {
  float: left;
  padding: 10px 20px;
  width: 100%;
}

.wpcf7 textarea {
  float: left;
  padding: 10px 20px;
  width: 100%;
}

.wpcf7 p {
  float: left;
  width: 97%;
}

.wpcf7-form-control.wpcf7-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #708db9;
  color: #708db9;
  margin-top: 20px;
  padding: 8px 30px;
  text-transform: uppercase;
}

.wpcf7 .cnt_phone_email {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.phone, .email {
  float: left;
  margin-right: 20px;
  width: 47%;
}

.cnt_phone_email span {
  width: 100%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  float: left;
  margin-top: 26px;
  text-align: center;
  width: 100%;
}

.contact_sidebar hr {
  border-color: #e3b41e;
  border-width: 2px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.contact_sidebar .address {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}

.contact_sidebar .address p {
  color: #5f5f5f;
  width: 100%;
}

.contact_sidebar .phone_email {
  float: left;
  width: 100%;
}

.contact_sidebar .phone_email > span {
  color: #5f5f5f;
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.contact_sidebar .phone_email i {
  color: #0b4c16;
  font-size: 18px;
  margin-right: 15px;
}

.contact_sidebar h3 {
  text-transform: uppercase;
}

.cnt .email {
  margin-right: 0;
}

.testi-slide .slide-caption-rd {
  width: 50%;
  position: static;
}

.testi-slide .slide-caption-rd .read_more {
  background-color: #222423;
  border-color: #222423;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  height: 50px;
  margin: 40px auto;
  padding: 10px;
  text-transform: uppercase;
  width: 55%;
}

.testi-slide .fa.fa-plus {
  font-size: 16px;
  margin-left: 20px;
}

.slides input {
  display: none;
}

.nav label {
  display: none;
  position: absolute;
  cursor: pointer;
  text-align: center;
  top: 40%;
  opacity: 0.8;
}

.slide:hover + .nav label {
  opacity: 0.8;
}

.nav label:hover {
  opacity: 1;
}

input:checked + .slide-container .slide {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label {
  display: block;
}

.clients_details {
  background-color: #202423;
  opacity: 1;
  height: auto;
  left: 20%;
  padding: 10px 20px;
  position: absolute;
  top: 15%;
  width: 60%;
  display: none;
}

.clients_details .logo_img {
  height: 250px;
  margin: 18px 0;
  line-height: 250px;
}

.clients_details .c_desc {
  float: left;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

.clients_details .c_desc > span {
  color: #fff;
  float: left;
  margin-bottom: 20px;
  text-transform: initial;
  font-size: 17px;
  margin-top: 10px;
}

.clients_details .author_designation {
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}

.clients_details .author_designation h5 {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 100;
  text-transform: initial;
}

.clients_details .author_designation h4 {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 19px;
  letter-spacing: 1px;
}

.clients_details .c_line {
  border-bottom: 5px solid #e3b021;
  float: left;
  width: 15%;
}

.clients_details .c_desc blockquote::before {
  font-size: 140px;
  left: -5px;
  top: -40px;
}

#sidebar .contact_map {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.web-menu, .web-slider, .web_layout {
  display: block;
}

.mobile-menu, .mobile-slider, .mobile_layout {
  display: none;
}

.clients_details .client_desc {
  margin-bottom: 20px;
  margin-top: 20px;
}

.resource-pod-content > h4 {
  color: #404042 !important;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.resource-pod span.desc p {
  color: #404042;
  font-size: 16px;
}

.all_post > a {
  color: #fff;
}

.about_section > h1 {
  font-size: 3em;
}

.team > h1 {
  font-size: 3em;
  letter-spacing: 2px;
  margin-top: 0px;
}

.partners-and-principals {
  margin-top: 30px;
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.slide-caption-rd .fa.fa-angle-down {
  font-size: 100px;
  position: relative;
  top: 0px;
  color: #005610;
}

#robly_popup_tab, #popup_wrapper_editor, #popup_captcha_editor, #popup_thankyou_editor, .robly-overlay {
  display: none !important;
}

.clients_details .lb-close {
  background-image: url("../images/invested-traveler/close-menu-btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.team > p {
  padding-bottom: 50px;
}

.partners_details .email a {
  color: #e3b01f;
}

ul.services > li {
  list-style: initial;
}

.partners_details .col-sm-7 {
  height: 300px;
  overflow: auto;
}

.investor_opprtunities {
  margin: 0 auto;
  padding: 70px 0 200px 0;
  text-align: center;
  float: left;
  width: 100%;
}

.investor_opprtunities h1 {
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 38px;
}

.investor_opprtunities span {
  font-style: italic;
  font-family: 'Frank Ruhl Libre', serif;
}

.investor_opprtunities h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'Work Sans',sans-serif;
  color: #5f5f5f;
  padding: 0 10em;
}

.investor_opprtunities hr.investor_line {
  height: 60px;
  margin: 30px auto;
  width: 0;
}

.btn-vertical-slider {
  cursor: pointer;
  font-size: 20pt;
  margin: 0 16px 16px;
}

a {
  cursor: pointer;
}

.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left, .carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
  left: 0;
}

#banner-slider-home {
  position: absolute;
}

.recent_transaction {
  float: left;
  width: 100%;
}

.recent_transaction #bs-carousel {
  background-color: #E7E5E5;
  margin: 0 auto;
  z-index: 2;
  padding: 4rem 1rem;
}

.recent_transaction #bs-carousel .carousel-inner {
  position: relative;
}

.recent_transaction #bs-carousel .carousel-indicators {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin-right: 0;
}

.recent_transaction .carousel-inner h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 35pt;
  letter-spacing: 2px;
}

.recent_transaction .sub_title {
  margin: 30px 0;
}

.recent_transaction .property_value {
  margin: 20px 0 0 0;
}

.recent_transaction .sub_title .recent_transaction_line {
  margin: 13px auto 0;
  width: 40px;
}

.recent_transaction .subheading {
  font-size: 22px;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 1px;
  padding-right: 0;
  font-weight: 500;
  text-align: right;
  text-transform: initial;
}

.recent_transaction .subheading1 {
  font-size: 17px;
  letter-spacing: 1px;
  padding-left: 0;
  text-align: left;
  text-transform: uppercase;
}

.recent_transaction .carousel-inner {
  height: auto;
}

.recent_transaction .carousel-inner > .item > .sub-title {
  font-size: 20px !important;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

.recent_transaction .carousel-inner > .item > .content {
  padding: 2rem 1.5rem;
  line-height: 1.7;
  font-size: 17px;
}

@media (max-width: 768px) {
  .recent_transaction #bs-carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .recent_transaction #bs-carousel {
    bottom: 60px;
    width: 70%;
    padding: 8rem 1rem;
  }
  .recent_transaction #bs-carousel .carousel-indicators {
    margin-bottom: -5rem;
  }
  .recent_transaction .carousel-inner > .item > .content {
    padding: 2rem 5%;
  }
}

@media (min-width: 800px) {
  .recent_transaction .carousel-inner > .item > .content {
    padding: 2rem 10%;
  }
}

@media (min-width: 1200px) {
  .recent_transaction .carousel-inner > .item > .content {
    padding: 2rem 15%;
  }
}

.property_value tr td {
  border: medium none !important;
}

.property_value table {
  font-size: 13pt;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
}

.property_value .ror_title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.property_value .ror_value {
  color: #7CA6AA;
  font-family: "Frank Ruhl Libre",serif;
  font-size: 6em;
  text-align: center;
  margin-bottom: 0;
}

.property_value .ror_value .per {
  font-size: 0.7em;
  padding-top: 20px;
  vertical-align: top;
  color: #7CA6AA;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .property_value table {
    margin: 0;
  }
  ::i-block-chrome, .inner-masthead-caption {
    top: 200px;
  }
  ::i-block-chrome, .our_team_details .team_img img {
    height: auto !important;
  }
}

.fade-carousel {
  position: relative;
}

.fade-carousel .carousel-inner .item {
  min-height: 250px;
}

.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  border-color: grey;
  opacity: .7;
}

.fade-carousel .carousel-indicators > li.active {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(147, 147, 147, 0.7);
}

.hero {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 3;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .7;
}

.btn {
  /* Style for button slide from home page */
}

.btn.btn-lg {
  padding: 15px 40px;
}

.btn.btn-hero {
  background-color: #7CA6AA;
  border-color: #7CA6AA;
  border-radius: 0;
  color: #fff;
  margin: 10px auto;
  outline: medium none;
  position: relative;
  text-transform: uppercase;
  top: 350px;
  font-weight: bold;
  width: 60%;
  display: block;
  white-space: initial;
}

.btn.btn-hero:hover, .btn.btn-hero:focus {
  background-color: #7CA6AA;
  border-color: #7CA6AA;
  border-radius: 0;
  color: #fff;
  margin: 10px auto;
  outline: medium none;
  position: relative;
  text-transform: uppercase;
  top: 350px;
  font-weight: bold;
  width: 60%;
  display: block;
  white-space: initial;
}

.btn.btn-hero.btn-lg > a {
  color: #fff;
}

.btn.btn-text-content {
  padding: 15px 40px;
  background-color: #7CA6AA;
  border-color: #7CA6AA;
  border-radius: 0;
  color: #fff !important;
  margin: 10px auto;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.btn.btn-text-content > a {
  color: inherit;
  display: inline;
}

.btn.community {
  background-color: #7CA6AA;
  border: 1px solid #7CA6AA;
  border-radius: 0;
  color: #fff;
  padding: 15px 30px;
  width: auto;
}

.btn.community > a {
  color: #fff;
  font-family: "Work Sans",sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn.community .long_arrow {
  margin-left: 8px;
  position: relative;
  top: 5px;
  width: 40px;
}

/* End home page recent transaction*/
#main-menu-inner li.current-menu-item {
  background-color: #425968;
}

#main-menu-inner li.current-menu-item > a {
  color: #fff;
}

.team_sections {
  float: left;
  text-align: center;
  width: 100%;
}

.team_sections h1 {
  color: #7CA6AA;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.team_sections h4 {
  font-family: "Work Sans",sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: none;
  margin: 10px 0;
  font-weight: 700;
}

.team_sections a {
  font-family: "Work Sans",sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7CA6AA;
}

.team_sections .partners {
  margin-bottom: 50px;
}

.team_sections .partners img {
  height: auto;
  width: auto;
  margin-bottom: 0;
}

.team_sections .members img {
  height: auto;
  width: auto;
  margin-bottom: 0;
}

.team_sections .members .col-sm-6 {
  margin-bottom: 40px;
}

.ourteam {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 50px;
}

#crumbs {
  margin-bottom: 50px;
  padding: 0 35px;
  text-transform: uppercase;
  width: 100%;
  font-family: "Work Sans",sans-serif;
  font-size: 15px;
}

#crumbs a {
  color: #000;
}

.recent_transaction img.long_arrow, .difference_section img.long_arrow, .latest_posts img.long_arrow {
  bottom: 2px;
  left: 5px;
  position: relative;
  width: 40px;
}

.our_team_details {
  float: left;
  width: 100%;
  margin: 0% 0 0 0;
}

.our_team_details .team_img img {
  height: 100%;
  width: 100%;
  margin-bottom: 40px;
}

.team_email, .team_tel, .team_licence {
  letter-spacing: 0px;
  margin: 10px 0;
}

.team_email a, .team_tel a {
  color: #000;
}

.our_team_details .line {
  bottom: 2px;
  color: #728fb9;
  font-weight: bold;
  position: relative;
  margin-right: 7px;
  margin-left: 2px;
}

.our_team_details .single-time-wrapper {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
}

.our_team_details .single-time-wrapper h2 {
  color: #728fb9;
  font-size: 35px;
}

.our_team_details .single-time-wrapper h4 {
  font-family: "Work Sans",sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.our_team_details .full_team {
  float: left;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 50px 0;
  width: 100%;
}

.historytable table {
  border-width: 0 !important;
}

.track_record .team {
  margin: 0;
}

.track_record .historytable {
  float: left;
  font-size: 16px;
  width: 100%;
}

.track_record table thead th {
  background-color: #616161;
  border-bottom: medium none;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 30px 0 !important;
  font-family: "Work Sans",sans-serif;
}

.track_record tbody tr td:first-child {
  line-height: 25px !important;
  padding-left: 20px !important;
  text-align: left !important;
  border-left: 0px !important;
}

.track_record table tbody td .state_name {
  text-transform: uppercase;
}

.track_record table th, .track_record table td {
  vertical-align: middle !important;
  width: 5%;
  background-color: #fcfcfc;
  padding: 15px 8px !important;
}

.track_record tbody td:last-child {
  color: #7CA6AA;
  font-size: 50px;
  font-family: 'Frank Ruhl Libre', serif;
}

.track_record tbody td:last-child .per {
  color: #7b9bcc;
  font-family: "Frank Ruhl Libre",serif;
  font-size: 30px;
  vertical-align: super;
}

.historytable table tr.color:last-child td {
  background-color: #86A5D1;
  color: #fff;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  font-size: 18px;
  letter-spacing: 1px;
}

.track_record .historytable tr.color td {
  text-transform: uppercase;
}

.custom-pagination {
  font-family: "Frank Ruhl Libre",serif;
}

.pagination-wrapper.row {
  float: left;
  width: 100%;
}

.custom-pagination .page-numbers.current {
  padding: 5px 20px;
}

#parent_page_title {
  text-transform: uppercase;
  font-size: 25px;
  border-bottom: 1px solid #8d8d8d;
  padding-bottom: 15px;
  margin-bottom: 0;
}

ul.children.level-1-children {
  text-transform: uppercase;
  font-size: 18px;
  padding-left: inherit;
}

ul.children.level-1-children > li {
  border-bottom: 1px solid #8d8d8d;
  padding-bottom: 10px;
  padding-top: 10px;
  list-style: none;
}

i.fa.fa-caret-right {
  float: right;
  color: #7CA6AA;
}

ul.children.level-1-children > li a {
  color: black;
}

ul.children.level-1-children > li.current_page_item a {
  color: #7CA6AA;
}

.recent-news-sidebar-wrapper .all_post {
  background-color: white;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  padding: 15px 0;
  text-align: left;
  text-transform: uppercase;
  width: 60%;
}

.recent-news-sidebar-wrapper .all_post > a {
  color: #7CA6AA;
}

.resource-thumbnail-wrapper {
  float: left;
  display: block;
  border-bottom: 10px solid #7A9CCC;
  margin-bottom: 20px;
}

.recent-news-sidebar .resource-thumbnail-wrapper img {
  width: 100%;
}

.recent-transaction-sidebar-wrapper #bs-carousel {
  bottom: 0px;
  position: relative;
  width: 100%;
  z-index: 0;
  padding: 30px 20px;
  background-color: #E7E5E5;
  margin: 0 auto;
  min-height: 540px;
}

.recent-transaction-sidebar-wrapper .carousel-indicators {
  bottom: 30px;
  margin-right: 0;
  text-align: center;
  width: 100%;
}

.recent-transaction-sidebar-wrapper .hero {
  top: 65%;
}

.recent-transaction-sidebar-wrapper .ror_value {
  font-size: 25pt;
  padding-top: 0;
}

.recent-transaction-sidebar-wrapper .ror_value .per {
  font-size: 20pt;
}

.recent-transaction-sidebar-wrapper .subheading {
  font-family: "Frank Ruhl Libre",serif;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: none;
}

.recent-transaction-sidebar-wrapper .subheading1 {
  color: #6c6c6c;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 5px;
  text-transform: uppercase;
}

.recent-transaction-sidebar-wrapper hr {
  margin-bottom: 30px;
  margin-top: 10px;
}

.recent-transaction-sidebar-wrapper .property_value table, .recent-transaction-sidebar-wrapper .property_value .ror_title {
  font-size: 14px;
  text-align: left;
}

.recent-transaction-sidebar-wrapper .btn.btn-hero.btn-lg {
  left: 0;
  width: 100%;
  font-size: 16px !important;
}

.recent-transaction-sidebar-wrapper .btn.btn-hero.btn-lg a {
  color: #fff;
}

.recent-transaction-sidebar-wrapper h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navigation {
  font-family: "Frank Ruhl Libre",serif;
}

.navigation ul {
  padding-left: 0;
}

.navigation li {
  display: inline;
  vertical-align: middle;
  padding: 1rem;
  font-family: "Frank Ruhl Libre",serif;
}

.navigation li a {
  color: #000;
  text-decoration: none;
}

.navigation li a:hover {
  color: #000;
  text-decoration: none;
}

.navigation li.active a, .navigation li.disabled {
  color: #000;
  text-decoration: none;
}

.navigation li a {
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover {
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li.active a, .navigation li.disabled {
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

#main-menu-inner li:hover .fa.fa-caret-right {
  color: #000;
}

#main-menu-inner li:hover ul.sub-menu li i {
  display: none;
}

/* our track mobile page */
.mobile_layout .tr:first-child {
  display: none;
}

.rh > span {
  display: block;
  height: 110px;
  min-height: auto;
  position: relative;
  cursor: pointer;
}

.mobile_layout .rh {
  padding: 10px 0;
}

.mobile_layout .tr.details {
  height: 280px;
  min-width: 300px;
}

.mobile_layout .tr.details1 {
  height: 220px;
  min-width: 300px;
}

.mobile_layout .td .title {
  border-right: 2px solid #d4d4d4;
  float: left;
  margin-right: 0;
  padding: 10px 10px 10px 0;
  width: 52%;
}

.mobile_layout .td .value {
  float: left;
  margin-left: 40px;
  padding: 10px 10px 10px 0;
  width: auto;
}

.mobile_layout .td span.per {
  color: #789ecd;
  float: left;
  font-size: 25px;
  font-family: 'Frank Ruhl Libre', serif;
}

.mobile_layout .td.big .value {
  color: #789ecd;
  font-size: 35px;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  font-family: 'Frank Ruhl Libre', serif;
}

.mobile_layout .td:before {
  content: attr(data-header);
}

.mobile_layout .table .rh > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #7D9FCF;
  z-index: 2;
  right: 0px;
  top: 80px;
  pointer-events: none;
  left: 48%;
}

.mobile_layout .table .rh.active > span:after {
  border-bottom-color: #000;
  border-top-color: transparent;
  border-width: 10px;
  top: 70px;
}

.mobile_layout .rh.active > span {
  background: #87a6d2 none repeat scroll 0 0;
}

.mobile_layout .th, .mobile_layout .rh > span {
  background-image: url("../images/recent_transaction_background.jpg");
}

.mobile_layout .rh:nth-last-child(2) {
  border-bottom: none;
}

.mobile_layout .td {
  padding: 0px 15px;
}

.mobile_layout .td span {
  text-transform: uppercase;
}

.mobile_layout .rh > span {
  padding: 15px 15px 15px;
  text-align: center;
}

.mobile_layout .tr:first-child {
  border-bottom: none;
}

.mobile_layout .tr:last-child {
  border-bottom: none;
}

.mobile_layout .tr:last-child .td:last-child {
  border-bottom: none;
}

.mobile_layout .table.mobile-accordion .state_name {
  text-transform: uppercase;
}

/* END */
#categories-2 > ul {
  text-transform: uppercase;
}

.track_record .city_name {
  font-family: "Frank Ruhl Libre",serif;
  font-size: 25px;
  letter-spacing: 1px;
}

.mobile_layout .tbl_title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.mobile_layout .ccf_total {
  background-color: #7a9ccc;
  float: left;
  margin-top: 20px;
  padding: 0;
  width: 100%;
}

.mobile_layout .ccf_total .total_heading {
  background-color: #5d84bd;
  color: #fff;
  font-family: "Frank Ruhl Libre",serif;
  font-size: 40px;
  letter-spacing: 1px;
  text-align: center;
}

.mobile_layout .ccf_total .total_value {
  float: left;
  padding: 25px 25px;
  width: 100%;
}

.mobile_layout .ccf_total .total_value .title {
  border-right: 2px solid #5C7DAA;
  color: #fff;
  float: left;
  font-size: 25px;
  padding: 20px 30px 20px 0;
  text-align: right;
  text-transform: uppercase;
  width: 40%;
}

.mobile_layout .ccf_total .total_value .value {
  color: #fff;
  float: left;
  font-family: "Frank Ruhl Libre",serif;
  font-size: 25px;
  padding: 20px 0 20px 30px;
  width: 60%;
}

.wrapper.recent-transaction-sidebar-wrapper .carousel-control.left {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 40px;
  left: 130px;
  top: auto;
}

.wrapper.recent-transaction-sidebar-wrapper .carousel-control.right {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 40px;
  right: 130px;
  top: auto;
}

.track_record .team > h1 {
  margin-top: 90px;
}

/* #main-menu-container .sub-menu li:hover a{
    font-weight: bold;
} */
.track_record_txt {
  padding: 0 5%;
  text-align: center;
}

@media (min-width: 435px) {
  .mobile-slider .btn.btn-hero.btn-lg {
    top: 420px;
  }
}

@media (max-width: 992px) {
  nav.footer-nav ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin-top: 5px;
  }
}

@media screen and (min-device-width: 300px) and (max-device-width: 767px) {
  .team_sections .members .col-sm-4 {
    width: 100%;
  }
  .team_sections .partners img {
    height: auto;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1180px) {
  #footer .col-sm-1 {
    display: none;
  }
  .difference_section .left_image, .difference_section .right_text {
    width: 100%;
  }
  .investor_news .col-sm-6, .latest_posts .col-sm-10 {
    width: 100%;
  }
}

@media screen and (min-device-width: 300px) and (max-device-width: 1200px) {
  .contact .entry-content h5 {
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  .hero {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }
}

@media screen and (max-width: 1180px) {
  .btn.btn-hero,
  .btn.btn-hero:hover {
    top: 400px;
  }
  .recent-transaction-sidebar-wrapper #bs-carousel {
    min-height: 610px;
  }
  .web-menu, .web-slider, .web_layout {
    display: none;
  }
  .mobile-menu, .mobile-slider, .mobile_layout {
    display: block;
  }
  .navbar-brand.site {
    display: none;
  }
  .navbar-brand.mobile {
    display: block !important;
  }
  .partners_details .profile_pic img {
    height: 200px;
    width: auto !important;
  }
  .wpcf7 .name span {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .phone, .email {
    width: 100%;
    margin-right: 0;
  }
  .phone {
    margin-bottom: 10px;
  }
  .wpcf7 p, .wpcf7-form-control.wpcf7-submit {
    width: 100%;
  }
  .navbar-brand {
    margin: 5px 0 !important;
  }
  .contact h1, .contact h4 {
    text-align: center;
  }
  .contact hr.page_line {
    margin-top: 35px !important;
    position: relative;
    left: 140px;
  }
  #sidebar .contact_map {
    margin-bottom: 50px;
  }
  #footer .col-md-12.title h1 {
    font-size: 40pt;
  }
  #footer .col-sm-6.mobile, #footer .col-sm-5.email {
    text-align: center;
  }
  #footer .col-sm-1 {
    display: none;
  }
  #footer .col-md-12.cnt {
    line-height: 40px;
  }
  .blog .content-wrapper {
    margin-left: 0 !important;
    margin-top: 30px !important;
  }
  .slide-caption-rd p {
    width: 50%;
  }
  #carousel-home {
    height: auto !important;
  }
  .culture_built .left_image, .culture_built .right_text {
    float: left;
    width: 100%;
  }
  .culture_built .bgTitle h2 {
    top: 50% !important;
    text-align: left !important;
    font-size: 40px !important;
  }
  .culture_built .culture_line {
    border-width: 65px;
    height: 0;
    left: 8%;
    top: 85%;
    width: 5px;
    z-index: 1;
  }
  .culture_built .details {
    left: 0;
    top: -50px;
    padding: 48px 30px;
  }
  .testimonial .title h1 {
    font-size: 38pt;
    letter-spacing: 0;
  }
  .testi-slide .slide-caption-rd {
    height: 100%;
    top: 0;
    width: 100%;
    padding-top: 100px;
  }
  .testi-slide .slide-caption-rd .read_more {
    width: 70%;
  }
  #homepage-slider .prev {
    left: 0px;
    width: 120px;
  }
  #homepage-slider .next {
    right: 5px;
    width: 56px;
  }
  .clients_details {
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 0;
    top: 0;
    width: 100%;
  }
  .clients_details .logo_img {
    height: 200px;
    margin: 50px 0 18px 0 !important;
    line-height: 200px;
  }
  .clients_details .logo_img img {
    width: auto;
    height: auto;
  }
  .clients_details .c_desc blockquote::before {
    left: 140px;
  }
  .clients_details .c_line {
    position: relative;
    left: 40%;
  }
  .investor_news .latest_posts {
    padding-left: 0;
    text-align: center;
    min-height: 600px;
  }
  .investor_news .img {
    height: 300px !important;
  }
  .investor_news .img h2 {
    color: #fff;
    top: 80px;
  }
  .investor_news ul {
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 100%;
  }
  #latest_posts li {
    padding: 15px 15px;
    text-align: center;
  }
  #latest_posts .line {
    left: 0;
    width: 80%;
  }
  .investor_news .all_post {
    display: block !important;
    float: left;
    width: 100%;
  }
  .latest_posts .up-down-arrow {
    display: none;
  }
  .latest_posts .carousel-inner {
    width: 100% !important;
  }
  #newsletter-sign-up-text {
    text-align: center !important;
  }
  #newsletter-sign-up h3 {
    margin: 0 !important;
  }
  #footer .col-md-12.title h1 {
    margin-left: 0 !important;
  }
  .slide-caption-rd .fa.fa-angle-down {
    top: 0 !important;
  }
  .nav label {
    top: 30% !important;
  }
  .team_sections img {
    /*height: auto !important;
      width: auto !important; */
  }
  .team_sections .partners .col-sm-6 {
    margin-bottom: 40px;
  }
  #newsletter-footer-wrapper {
    width: 100%;
  }
  #newsletter-footer {
    width: 90%;
  }
  #newsletter-footer-submit {
    width: 50%;
  }
  .our_team_details .single-time-wrapper {
    margin-top: 30px;
  }
  .recent-transaction-sidebar-wrapper .hero {
    width: 100%;
  }
  .recent-transaction-sidebar-wrapper .btn.btn-hero.btn-lg {
    font-size: 16px;
    white-space: inherit;
    padding: 15px;
  }
  .mobile-slider .wrapper.recent-transaction-sidebar-wrapper {
    float: left;
    position: relative;
    /* top: -150px; */
    margin-top: 0;
    width: 100%;
  }
  .mobile-slider #bs-carousel {
    /* width: 90% !important; */
    height: 750px !important;
  }
  .mobile-slider .carousel-indicators {
    bottom: 150px !important;
  }
  .mobile-slider .carousel-inner h3 {
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
  }
  .mobile-slider .carousel.fade .item {
    padding: 0 20px !important;
    top: auto !important;
  }
  .mobile-slider .btn.btn-hero.btn-lg {
    top: 500px;
  }
  .mobile-slider .sub_title.col-sm-12 {
    margin-bottom: 30px;
  }
  .difference_section .bgImg {
    height: auto;
    min-height: 300px;
    float: left;
    width: 100%;
  }
  .difference_section .details {
    height: auto;
    min-height: 500px;
    padding: 30px;
    float: left;
  }
  .wrapper.recent-transaction-sidebar-wrapper .carousel-control.left {
    left: 90px;
  }
  .wrapper.recent-transaction-sidebar-wrapper .carousel-control.right {
    right: 90px;
  }
  .slide-caption-rd {
    margin-top: 0px;
    padding: 10px;
  }
  .slide-caption-rd h1 {
    font-size: 28px;
  }
  .slide-caption-rd p {
    font-size: 14px;
  }
  .carousel-slide {
    height: 500px;
  }
  #cta-section {
    margin-top: 30px;
  }
  #menu-button h4 {
    display: none !important;
  }
  .page-template-page-providers .logo-highlight-vertical-slider-logo {
    width: 100%;
    float: left;
  }
  .difference_section .left_image, .difference_section .right_text {
    width: 100%;
  }
  .investor_news .col-sm-6 {
    width: 100%;
  }
  .latest_posts .carousel-inner .col-sm-10 {
    width: 100%;
  }
  .latest_posts #myCarousel {
    float: left;
  }
  #crumbs {
    position: relative;
  }
  .investor_opprtunities h4 {
    padding: 0;
  }
  #footer .title img {
    width: 70% !important;
  }
}

/* ---------------Styles for main menu----------*/
.h1-style {
  font-size: 49px;
}

.h2-style {
  font-size: 45px;
  text-transform: uppercase;
  font-style: normal !important;
  color: inherit !important;
}

.h2-style.-center {
  text-align: center;
}

.h3-style {
  color: #7CA6AA;
  font-size: 45px;
}

@media (max-width: 768px) {
  .h2-style {
    font-size: 27px !important;
    color: inherit !important;
  }
  .h3-style {
    font-size: 30px;
  }
}

.investor_opprtunities .details > p {
  margin-top: 3rem;
}

/* style for menu main mobile */
.site-header {
  background-color: #fff;
}

/*-- main-nav--*/
.main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-menu-dropdown {
  list-style: none;
}

.site-menu-dropdown > li {
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}

.site-menu-dropdown > li > a {
  color: #425968;
  padding: 8px 10px;
  display: block;
  letter-spacing: 1px;
}

.main-nav > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #425968;
  font-weight: bold;
  padding: 15px 0;
  display: block;
}

.main-nav > ul > li > button {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #425968;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  background-color: transparent;
  border: 0;
}

/*- end main-nav-*/
/* end style for menu main mobile */
@media (max-width: 768px) {
  .site-header {
    padding: 1.5rem 2rem;
  }
  .main-nav {
    padding: 50px 0;
  }
  .navbar-collapse {
    max-height: 800px !important;
    width: 100%;
    padding-left: 26px;
    padding-right: 0;
  }
  .main-nav > ul > li > a, .main-nav > ul > li > button {
    font-size: 16px;
  }
  .main-nav > ul > li.current_page_item > a {
    color: #7CA6AA;
  }
  .main-nav > ul > li.current-menu-parent > a, .main-nav > ul > li.current-menu-parent > button {
    color: #7CA6AA;
  }
  .main-nav > ul > li > a:hover, .main-nav > ul > li > a:active, .main-nav > ul > li > a:focus {
    color: #7CA6AA;
  }
  .main-nav > ul > li > button[aria-expanded="true"], .main-nav > ul > li > button:hover, .main-nav > ul > li > button:active, .main-nav > ul > li > button:focus {
    color: #7CA6AA;
  }
  .navbar-toggle {
    margin: 0;
  }
  .site-header > .site-logo > button[aria-expanded="false"] svg {
    width: 40px;
    height: 30px;
  }
  .site-header > .site-logo > button[aria-expanded="false"] svg.icon-open {
    display: block;
  }
  .site-header > .site-logo > button[aria-expanded="true"] svg.icon-open, .site-header > .site-logo > button[aria-expanded="false"] svg.icon-close {
    display: none;
  }
  .site-header > .site-logo > button[aria-expanded="true"] svg.icon-close {
    display: block;
  }
  .site-menu-dropdown {
    padding-left: 10px;
    position: relative;
  }
  .site-menu-dropdown > li {
    font-size: 12px;
  }
  .site-menu-dropdown:after {
    position: absolute;
    content: '';
    background-color: #425968;
    top: 12px;
    height: calc(100% - 24px);
    width: 1px;
    left: 0;
  }
  .investor_opprtunities .details > p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem;
  }
  .site-header > .site-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav > ul > li {
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0px;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
    display: inline-block;
  }
  .main-nav > ul > li.current_page_item, .main-nav > ul > li.current-menu-parent {
    background-color: #F4F4F4;
  }
  .main-nav > ul > li > a, .main-nav > ul > li > button {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .main-nav > ul > li > a:hover, .main-nav > ul > li > a:active, .main-nav > ul > li > a:focus {
    background-color: #425968;
    color: #fff;
  }
  .main-nav > ul > li > button[aria-expanded="true"], .main-nav > ul > li > button:hover, .main-nav > ul > li > button:active, .main-nav > ul > li > button:focus {
    background-color: #425968;
    color: #fff;
  }
  .site-menu-dropdown {
    position: absolute;
    left: 0;
    background-color: #425968;
    list-style: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
  }
  .site-menu-dropdown.collapse {
    visibility: hidden;
  }
  .site-menu-dropdown.collapse.in {
    visibility: visible;
  }
  .site-menu-dropdown > li {
    display: inline-block;
    font-weight: bold;
  }
  .site-menu-dropdown > li:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    content: '';
    height: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    background-color: #fff;
  }
  .site-menu-dropdown > li > a {
    color: #fff;
    padding: 30px;
  }
  .site-menu-dropdown > li > a:hover, .site-menu-dropdown > li > a:focus {
    text-decoration: underline !important;
  }
  .investor_opprtunities .details > p {
    font-size: 17px;
    padding: 0 15%;
  }
  .web-slider .carousel-indicators {
    bottom: -60px;
    right: 43%;
  }
}

@media (min-width: 1000px) {
  .main-nav > ul > li > a, .main-nav > ul > li > button {
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 14px;
  }
  .site-header > .site-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media (min-width: 1300px) {
  .main-nav > ul > li > a, .main-nav > ul > li > button {
    padding: 35px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .site-header > .site-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

/* End style for main menu*/
/* style for about us text*/
.about-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(66, 89, 104, 0.5)), color-stop(50%, #425968));
  background-image: linear-gradient(to bottom, transparent, rgba(66, 89, 104, 0.5), #425968 50%);
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.about-info > .inner-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 2rem;
}

.about-info > .inner-about > .title, .about-info > .inner-about > .content, .about-info > .inner-about > .action {
  margin-bottom: 25px;
  text-align: center;
}

.about-info > .inner-about > .title > h1 {
  color: #fff !important;
}

.about-info > .inner-about > .content > p {
  color: #fff;
  font-size: 16px;
}

.button, #wpas-load-btn {
  border: 2px solid #7CA6AA;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0;
  padding: 15px 40px;
  text-transform: uppercase;
}

.button.-alt-1, #gform_submit_button_4 {
  background-color: #7CA6AA;
}

.button.-alt-2, #wpas-load-btn {
  background-color: #425968;
}

.button.-alt-1:hover {
  background-color: #82b0b4;
  color: #fff;
}

.button.-alt-2:hover {
  background-color: #476070;
  color: #fff;
}

.carousel-content {
  height: auto !important;
}

.btnReadMore > p {
  font-weight: bold;
}

.desc_title > h3 {
  font-weight: normal;
}

@media (max-width: 768px) {
  .about-info {
    padding: 20rem 0 4rem;
  }
  .about-info .list-inline > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .about-info .list-inline > li > a {
    margin-bottom: 2rem;
  }
  .difference_section .coseo_title h2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .about-info {
    padding: 41rem 0 8rem;
  }
  .about-info > .inner-about {
    padding: 0 15%;
  }
  .about-info > .inner-about > .title > h1 {
    font-size: 49px;
  }
}

@media (min-width: 1200px) {
  .about-info {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(66, 89, 104, 0.5)), color-stop(70%, #425968));
    background-image: linear-gradient(to bottom, transparent, rgba(66, 89, 104, 0.5), #425968 70%);
  }
  .about-info > .inner-about {
    padding: 0 20%;
  }
}

/* End style for about us text*/
/*Style for portfolio*/
/* helpers */
._text-center {
  text-align: center !important;
}

._mt-0 {
  margin-top: 0 !important;
}

@media (min-width: 970px) {
  .-pl-3 {
    padding-left: 3em !important;
  }
  .-pr-3 {
    padding-right: 3em !important;
  }
}

/* end helpers */
/*  item-image*/
.item-image {
  background-color: #F4F4F4;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.portfolio-item-img > img {
  max-height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}

.table-investor {
  border: 0 !important;
  font-family: 'Work Sans', sans-serif;
}

.table-investor tr > td {
  border-top: 0 !important;
  padding: 5px 20px !important;
  width: 50%;
}

.table-investor tr > td:nth-child(1) {
  border-left: 0 !important;
}

.table-investor tr > td.-value {
  font-weight: 700;
  text-align: left !important;
}

.table-investor tr > td.-title {
  text-align: right !important;
  vertical-align: middle !important;
}

.table-investor tr > td.-percentage {
  color: #7CA6AA;
  font-family: "Frank Ruhl Libre",serif;
  font-size: 25pt;
  padding: 30px 20px !important;
}

.item-image > .content {
  padding: 2rem;
}

.item-image > content > .sub-title {
  text-transform: uppercase;
}

.carousel-inner:hover > button {
  background-color: rgba(66, 89, 104, 0.5);
}

@media (min-width: 768px) {
  .item-image {
    margin-bottom: 3rem;
  }
  .item-image > .content {
    padding: 3rem;
  }
}

/*button controls*/
.button-controls {
  position: absolute;
}

.button-controls:hover > svg, .button-controls:focus > svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.button-controls > svg {
  margin: 0.8rem;
  vertical-align: middle;
}

.button-controls.-prev {
  background-color: #425968;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.button-controls.-next {
  background-color: #3B4F5C;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .button-controls > svg {
    margin: 2rem;
  }
}

/* end button controls*/
/* carousel-indicators */
.page-indicators {
  list-style: none;
  margin: 0;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-indicators > li {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.page-indicators > li > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-indicators > li:nth-child(4n), .page-indicators > li:last-child {
  margin-right: 0;
}

.page-indicators > li.active::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #7ca6aa;
}

@media (max-width: 768px) {
  .page-indicators > li > img {
    max-height: 8rem;
  }
}

@media (min-width: 768px) {
  .page-indicators {
    padding: 2rem;
  }
  .page-indicators > li {
    margin-right: 2rem;
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 1.5rem);
            flex: 0 0 calc(25% - 1.5rem);
  }
}

/* end carousel-indicators */
/*  end item-image*/
/* floating element*/
.floating-element {
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.floating-element > li {
  background-color: #ACACAC;
  color: #fff;
  display: table;
  font-weight: 500;
  padding: 10px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .floating-element > li {
    padding: 5px;
    font-size: 10px;
  }
}

/* end floating element*/
/* button expand*/
.button-expand {
  background-color: transparent;
  border: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.button-expand:hover, .button-expand:focus {
  background-color: rgba(66, 89, 104, 0.5);
}

/* End button expand*/
/* inner masthead */
.page-template-page-portfolio > .inner-masthead::before {
  background-color: rgba(66, 89, 104, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .page-template-page-portfolio > .inner-masthead {
    top: 0 !important;
    margin-top: 75px !important;
  }
}

@media (min-width: 768px) {
  .page-template-page-portfolio > .inner-masthead {
    position: relative;
  }
}

/* end inner masthead */
/* modals */
.modal {
  background-color: rgba(66, 89, 104, 0.95);
}

.modal-slider {
  background-color: transparent !important;
}

.modal-slider > .header-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem 0;
}

.modal-slider > .header-modal > button {
  color: #fff;
  border: 0;
  background-color: transparent;
}

.modal-slider > .header-modal > button > svg {
  height: 3rem;
  width: 3rem;
}

/* end modals */
/* dropdowns menu*/
.wrapper-dropdown {
  border-bottom: 1px solid #F4F4F4;
}

.wrapper-dropdown:first-child {
  border-top: 1px solid #F4F4F4;
}

.wrapper-dropdown > [data-toggle] {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 2rem 1rem;
  text-align: left;
  position: relative;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 16px;
}

.wrapper-dropdown > [data-toggle]::after {
  position: absolute;
  content: '';
  background-image: url("../images/icon-arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center center;
  right: 1rem;
  top: 40%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  height: 2rem;
  width: 2rem;
}

.wrapper-dropdown > [data-toggle][aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper-dropdown > [data-toggle] > label {
  font-style: normal;
  font-weight: 600;
}

.wrapper-dropdown > .field-container > div {
  padding: 0 2rem;
}

.wrapper-dropdown > .field-container > div:last-child {
  margin-bottom: 2rem;
}

.wrapper-dropdown input[type="checkbox"], .wrapper-dropdown input[type="radio"] {
  width: 2rem;
  height: 2rem;
  opacity: 0;
}

.wrapper-dropdown input[type="checkbox"]:checked + label::after, .wrapper-dropdown input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  background-image: url("../images/icon-filter-checkmark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  left: -3rem;
  top: 0;
  height: 2rem;
  width: 2rem;
}

.wrapper-dropdown input[type="checkbox"]:focus + label, .wrapper-dropdown input[type="radio"]:focus + label {
  font-weight: 700;
}

.wrapper-dropdown > .field-container label {
  font-style: normal !important;
  text-transform: capitalize !important;
  position: relative;
}

/* end dropdowns menu*/
/* portfolio loading state */
#wpas-load {
  width: 100%;
  text-align: center;
}

#wpas-load img {
  margin: 5rem 0 0;
}

#no-results {
  width: 100%;
  text-align: center;
}

#no-results > p {
  margin: 5rem 0 0;
}

/* end portfolio loading state */
/*End Style for portfolio*/
/* row -flex */
.row.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.-flex::after, .row.-flex::before {
  display: none;
}

/* End row -flex */
/* button load more post */
#wpas-load-btn {
  margin-left: auto;
  margin-right: auto;
}

/* End button load more post */
/*# sourceMappingURL=custom.css.map */