body {
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

h1 {
  font-size: 31px;
  color: #1e1e1e;
  font-weight: lighter;
  line-height: 1.5em;
  margin-top: 0;
}

h3 {
  font-size: 28px;
  font-weight: lighter;
  margin-bottom: 30px;
  COLOR: #1e1e1e;
}

p {
  font-size: 16px;
  font-weight: lighter;
  line-height: 1.5em;
}

a,
a:hover {
  color: #b10f0f;
}

#main ol {
  padding-bottom: 0;
}

.carousel-indicators{
  bottom: -60px!important;
}
@media(max-width:1199px){
  .carousel-indicators{
    bottom: -90px!important;
  }
}

@media(max-width:991px){
  .carousel-indicators{
    display:none;
/*     bottom: -120px!important; */
  }
}

.grey {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


/*--------------------------------------------------*\
         buttons
\*--------------------------------------------------*/

.btn {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* color: #0492b3; */
}

.btn.btn-more {
  background: none;
  border-radius: 0px;
  width: 260px;
  margin-top: 20px;
  border: 2px solid #0f75bc;
  color: #0f75bc;
}

.btn.btn-more:hover {
  color: #fff;
  background-color: #0f75bc;
  border-color: #0f75bc;
}

.btn.btn-loans-modal {
  background: none;
  border-radius: 0px;
  width: 260px;
  margin-top: 20px;
  border: 2px solid #5B9BD4;
  color: #5B9BD4;
}

.btn.btn-loans-modal:hover {
  color: #fff;
  background-color: #5B9BD4;
  border-color: #5B9BD4;
}

.btn.btn-loans {
  border-radius: 0px;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #5B9BD4;
  color: #fff;
  background-color: #5B9BD4;
}

.btn.btn-loans:hover {
  background: none;
  border-radius: 0px;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #5B9BD4;
  color: #5B9BD4;
}



@media(max-width:350px){
  .home-wording .btn.btn-more, .content-wrapper .btn.btn-more{
    width: 200px;
  }
}

#financial-planning-btn{
    border-color: #977b5f;
    color: #977b5f;
}

#financial-planning-btn:hover{
  background-color: #977b5f;
  color:#fff;
}

@media screen and (max-width: 991px) and (min-width:768px){
  #financial-planning-btn{
    width:210px;
  }
}


#accounting-btn{
    border-color: #977b5f;
    color: #977b5f;
}

#accounting-btn:hover{
  background-color:#977b5f;
  color:#fff;
}


@media screen and (max-width: 991px) and (min-width:768px){
  #accounting-btn{
    width:210px;
  }
}

#loans-btn{
    border-color: #977b5f;
    color: #977b5f;
}

#loans-btn:hover{
  background-color:#977b5f;
  color:#fff;
}

@media screen and (max-width: 991px) and (min-width:768px){
  #loans-btn{
    width:210px;
  }
}

#money-btn{
    border-color: #cade77;
    color: #cade78;
}

#money-btn:hover{
  background-color:#cade77;
  color:#fff;
}

@media screen and (max-width: 991px) and (min-width:768px){
  #money-btn{
    width:210px;
  }
}

#smsf-btn{
    border-color: #977b5f;
    color: #977b5f;
}

#smsf-btn:hover{
  background-color:#977b5f;
  color:#fff;
}

@media screen and (max-width: 991px) and (min-width:768px){
  #smsf-btn{
    width:210px;
  }
}

 

/*--------------------------------------------------*\
         nav
\*--------------------------------------------------*/

#nav {
  background-color: rgb(230, 235, 241);
  border-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 0 20px;
  top: 0;
  width: 100%;
  height: 100px;
  min-height: initial;
  position: absolute;
  z-index: 9999;
}

.nav-logo img {
  max-width: 310px;
  max-height: 88px;
  padding-top: 11px;
}

#nav .btn-more i {
  padding-right: 10px;
}

@media(max-width:767px) {
  #nav {
    height: 60px;
  }
  .navbar-brand {
    padding: 10px;
  }
  .nav-logo img {
    max-height: 50px;
  }
}


/* nav-icon */

#nav-icon {
  float: right;
  width: 60px;
  height: 45px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  transform: scale(0.55);
  z-index: 100;
  color: white;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #0f75bc;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 18px;
}

#nav-icon span:nth-child(3) {
  top: 36px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media(max-width:767px) {
  #nav-icon {
    transform: scale(0.4);
    margin-top: 10px;
  }
}

#nav-content {
  position: absolute;
  background: #e2ecf3;
  display: flex;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  padding: 80px 200px 100px 200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

@media(max-width:1200px) {
  #nav-content {
    padding: 50px;
  }
}

@media(max-width:990px) {
  #nav-content {
    padding: 50px 15px;
  }
}

@media(max-width:767px) {
  #nav-content {
    padding: 25px;
    display: block;
  }
}

#nav-icon.open ~ #nav-content {
  z-index: 99;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#nav-content ul {
  list-style: none;
  padding: 0;
}

#nav-content li a {
  display: block;
}



/*****level 1*****/

#nav-content div:nth-child(2)>ul>li:nth-child(-n+2) {
  /* display: none; */
}

#nav-content div>ul>li>a {
  color: #6D6E70;
  font-size: 30px;
  margin: 30px 0;
  text-decoration: none;
  color:  #5d5b5b;
}

#nav-content div>ul>li>a:hover {
  color: #513b22;
}

#nav-content div.nav-disable>ul>li>a {
  pointer-events: none;
  cursor: default;
}


/*****level 2*****/


#nav-content ul>li>ul {
  padding-left: 0;
  list-style-type: none;
}

#nav-content ul>li>ul>li:before {
  position: absolute;
  content: "\e638";
  font-family: 'xtreme';
  font-size: 15px;
  color: #0f75bc;
  left: 0px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

#nav-content ul>li>ul>li {
  font-size: 15px;
  position: relative;
  padding-left: 1.5em;
  margin: 15px 0;
  color: #777;
  font-weight: lighter;
  vertical-align: middle;
}


#nav-content ul>li>ul>li a {
  color:inherit;
  text-decoration: none;  
}

#nav-content ul>li>ul>li a:hover {
  font-weight: bold;
}


/****mobile size*****/

@media(max-width:990px) {
  #nav-content div>ul>li>a {
    font-size: 18px;
    margin: 20px 0;
  }
  #nav-content ul>li>ul>li:before {
    font-size: 12px;
  }
  #nav-content div>ul>li>ul>li {
    font-size: 12px;
    margin: 8px 0;
  }
  #nav-content .btn-more {
    width: 200px;
    padding: 10px 0;
  }
}

@media(max-width:767px) {
  #nav-content {
    visibility: hidden;
  }
  #nav-icon.open ~ #nav-content {
    visibility: visible;
    display: block;
  }
  #nav-content ul>li>ul {
    display: none;
  }
  #nav-content div>ul>li>a {
    font-size: 18px;
    margin: 20px 0;
  }
  #nav-content >div>ul>li.open>ul {
    display: block;
  }
}


/****social media*****/

#nav-content ul.social {
  position: absolute;
  bottom: -96px;
  margin-top: 1em;
  list-style: none;
  padding-left: 0;
}

#nav-content ul.social li {
  display: inline-block;
  padding-right: 20px;
}

#nav-content ul.social li i {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #4267b2;
  display: inline-block;
  font-size: 25px;
  text-decoration: none;
}

#nav-content ul.social a {
  margin-bottom: 0;
}

#nav-content ul.social li i:hover {
  color: #ACACAC;
}

@media(max-width:767px) {
  #nav-content ul.social {
    position: relative;
    margin-top: 0px;
  }
  #nav-content ul.social li i {
    font-size: 18px;
  }
  #nav-content ul.social a {
    margin: 10px 0;
  }
}

.navbar-brand{
  padding: 8px 15px;
}

/*--------------------------------------------------*\
         home banner
\*--------------------------------------------------*/

#banner {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #4F4F4F;
  padding: 10em 0;
  text-align: left;
  height: 100vh;
}

#banner .row {
  margin-right: 0px;
}

#banner .hero_content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1d1d1d;
  font-weight: 900;
}

#banner .sub_title {
  font-size: 20pt;
  font-weight: bold;
  text-transform: uppercase;
}

#banner .hero_title {
  font-size: 50px;
  font-weight: lighter;
  max-width: 85%;
  text-transform: uppercase;
}

.btn-hero {
  /*background-color: #bea184;
  border: 2px solid #bea184;
  color: #fff;
  padding: 20px 60px;
  font-size: 12pt;
  border-radius: 0px;
  margin-top: 30px;*/
  
    background-color: #0f75bccc;
    border: 2px solid #1075bc33;
    color: #e8e9ec;
    padding: 20px 60px;
    font-size: 12pt;
    border-radius: 0px;
    margin-top: 30px;
}

.btn-hero:hover{
  background-color: #045790;
  border-color:#045790eb;
  color: #fff;
}

#banner .sub_title,
#banner .hero_title,
.btn-hero,
#hero_contact,
.hero_title_sm .sub_title,
.hero_title_sm .hero_title,
.hero_contact_sm .wow
{
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 
}


#banner #hero_contact {
  background-color: #555555d4;
  padding: 30px 100px 30px 40px;
  color: #fff;
  right: 0px;
  bottom: 10%;
  position: absolute;
}

#banner #hero_contact p.para_title {
  color: #fff;
  font-size: 22pt;
  font-weight: lighter;
  line-height: 2em;
}

#banner p.para {
  font-size: 12pt;
  font-weight: lighter;
  /* line-height:2em; */
}

#banner p i {
  /* vertical-align: -10px; */
  font-size: 18pt;
  margin-right: 15px;
  line-height: 1.2em;
}

@media(max-width:1200px) {
  #banner .hero_title {
    font-size: 30px;
  }
  #banner #hero_contact {
    padding: 20px 50px 20px 30px;
  }
  #banner #hero_contact p.para_title {
    font-size: 20px;
  }
  #banner p.para {
    font-size: 15px;
  }
}

@media(max-width:767px) {
  #banner {
    height: 50vh;
    position: relative;
  }
  .section.hero_title_sm {
    color: #fff;
    background-color: #513b22;
    padding: 1.5em 1em;
    text-transform: uppercase;
  }
  .section .hero_title {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .section.hero_title_sm .btn-hero {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 15px;
    background-color: #b49a77;
    color: #fff;
    /* border: 2px solid gray; */
  }
  .section.hero_contact_sm {
    color: #fff;
    background-color: #7c6046;
    padding: 1.5em 1em;
  }
  .section.hero_contact_sm p.para {
    font-size: 15px;
  }
}
#hero_contact a,
.hero_contact_sm a{
  color: #fff;
}


/*--------------------------------------------------*\
         subpage banner
\*--------------------------------------------------*/

#subpage-banner {
  background-color: #3339;
  color: #fff;
  text-align: center;
  padding: 77px 0;
  font-size: 50px;
  font-weight: lighter;
  margin-top: 100px;
}

@media(max-width: 767px) {
  #subpage-banner {
    margin-top: 60px;
    font-size:40px;
  }
}


/*--------------------------------------------------*\
         sections
\*--------------------------------------------------*/

#main {/*   padding: 6em 0; */padding-top:6em;}


/****list style****/

#main ul {
  padding-left: 0;
   list-style-type: none;
}



#main ul li:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f111';
  left: 3px;
  top: 1px;
  font-size: 5px;
  color: #b49a77;
}

#main .loans-content ul li:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f111';
  left: 3px;
  top: 1px;
  font-size: 5px;
  color: #7c6046;
}

#main ul li {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5em;
  color: #777;
  font-weight: lighter;
}

#main .news-content ul li{
  padding-bottom: 0.15em;
}

#main li {
  margin: 5px 0;
}

#main li a {
  color: #b49a77;
  font-weight: bold;
  line-height: 25px;
  font-size: 15px;
  vertical-align: middle;
}


#main ul.number_ul>li{
  counter-increment: step-counter;
}

#main ul.number_ul>li:before{
  position: absolute;
  font-family: 'FontAwesome';
  content: counter(step-counter);
  left: 3px;
  top: 1px;
  font-size: 25px;
  color: #b49a77;
}

.hr {
  width: 100%;
  height: 1px;
  margin: 80px 0px;
  background-color: #E0E0E0;
}

@media(max-width:767px) {
  #main {
    padding: 3em 0;
  }
  #main .container {
    padding: 0 2em;
  }
  .hr {
    margin: 50px 0px;
  }
}

.section hr {
  border-top: 1px solid rgba(180, 154, 119, 0.7);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.section.pics {
  display: flex;
}

@media(max-width:767px) {
  .section.pics {
    display: block;
  }
}

.section.pics .home-pics {
  padding-bottom: 80px;
}

.section.pics .home-pics .btn-more {
  position: absolute;
  bottom: 0;
}

@media(min-width:768px) {
  .section.pics .col-sm-6.left {
    padding-left: 0px;
    padding-right: 30px;
  }
  .section.pics .col-sm-6.right {
    padding-right: 0px;
    padding-left: 30px;
  }
}

.section.pics .img-preview {
  /* height: 101px; */
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.section.pics .img-preview.logos {
  height: 150px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.wording-banner .img-preview {
  height: 323px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section.pics .img-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:767px) {
  .home-pics {
    margin-bottom: 60px;
  }
  .section.pics .img-preview {
    height: auto;
  }
}


/***********************************
          News
************************************/

.post-area,
.post-title,
.post-date {
  display: block;
  width: 100%;
}

.post-area {
  color: #505050;
}

.post-area.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*
.news .post-area.animated:nth-child(-n+3) {
  -webkit-animation-delay: 1.5s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 1.5s;
}

.load-more.animated {
  -webkit-animation-delay: 1.5s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 1.5s;
}
*/

.post-area .col-sm-4 {
  padding-left: 8px;
  padding-right: 8px;
}

.post-title a {
  text-decoration: none;
  font-weight: normal;
  color: #333;
}

.post-title .p-title {
  padding-top: 20px;
  font-size: 18px;
  width: auto;
  word-wrap: break-word;
  /* text-align: justify; */
  clear: both;
  overflow: hidden;
}

.post-more {
  margin-top: 10px;
}

.post-more a {
  color: #3675a1;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.post-more span {
  display: inline-block;
  margin-top: -1px;
  vertical-align: middle;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-more a:hover span {
  padding-left: 10px;
}

.post-area .preview-image {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}

.tools-and-calculators .preview-image{
  height:440px!important;
}

.preview-image img {
  min-width: 100%;
  height: 100%;
  left: 50%;
  position: relative;
  transform: translate(-50%);
}

.preview-content {
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.69231;
  color: #505050;
  /* text-align: justify; */
  clear: both;
  overflow: hidden;
}

.load-more {
  text-align: center;
  clear: both;
}

@media (min-width: 767px) {
  .post-area .preview-content {
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
  }
  .post-content {
    margin-bottom: 40px;
  }
  .p-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 75px;
  }
}

@media(max-width:767px) {
  .post-area .preview-image {
    height: auto!important;
  }
  .post-area .preview-image img{
      width:100%;
      height: auto;
  }
  .post-area {
    margin-bottom: 50px;
  }
}


/***********************************
          Newsletter
************************************/

#main.newsletter {
  padding-top: 4em;
}

@media(max-width:767px) {
  #main.newsletter {
    padding: 3em 0;
  }
}

.newsletter .news-content img {
  max-width: 100%;
  height: auto;
  max-height:480px;
  display:inline;
}

.newsletter-info {
  background-color: #F8F8F8;
  padding: 20px 0;
  text-align: center;
}

.newsletter-info .container .row {
  align-items: center;
  justify-content: center;
  display: flex;
}

.newsletter-info .middle-news {
  text-align: center;
}

.newsletter-info .right {
  text-align: right;
}

.newsletter-info a {
  text-transform: uppercase;
  color: #b49a77;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.newsletter-info .left span {
  padding-right: 10px;
}

.newsletter-info .right .tools span {
  padding-left: 10px;
  font-size: 25px;
}

.newsletter-info .title {
  font-weight: bold;
  font-size: 18px;
}

.newsletter-info .date {
  font-weight: lighter;
  padding-top: 5px;
}

@media(max-width:767px) {
  .newsletter-info .row:first-child {
    border-bottom: 1px solid #E0E0E0;
  }
  .newsletter-info {
    padding: 0;
  }
  .newsletter-info .row {
    padding: 10px 0;
  }
}

.addthis_inline_share_toolbox {
  position: absolute;
  right: 5px;
  top: 40px;
  width: 50px;
  z-index: 99;
}

.newsletter .hr {
  margin-top: 50px;
  margin-bottom: 0px;
}

.recent-articles {
  margin-left: -8px;
  margin-right: -8px;
}

.recent-articles h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media(max-width:767px) {
  .recent-articles h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}


/*******************

     Pagination

*******************/

ul.pagination {
  clear: both;
  position: relative;
  width: 100%;
  text-align: right;
  padding: 0 8px !important;
}

ul.pagination>li {
  color: #DBDBDB;
  font-weight: bold;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

#main ul.pagination>li:before {
  content: "";
}

#main ul.pagination>li.cur {
  color: #b49a77;
}

#main ul.pagination>li:hover {
  cursor: pointer;
}

#main ul.pagination>li:hover {
  color: #b49a77;
}

.prev,
.next {
  color: #b49a77;
}

@media (max-width: 767px) {
  ul.pagination {
    text-align: left;
  }
}


/***********************************
          I want to
************************************/

#main.i-want-to {
  padding-bottom: 0;
  /* min-height: 283px; */
}

#main.i-want-to a {
  /* color: #06b7e0; */
  text-decoration: none;
  line-height: initial;
  font-size: inherit;
  font-weight: normal;
  vertical-align: initial;
}

#main .i-want-to-heading {
  text-align: center;
  margin-bottom: 40px;
}


/***********************************
          About us
************************************/

#main.about-us {
  padding-bottom: 0;
}

.about-us .who-we-are h1 {
  margin-bottom: 20px;
  /* text-align:left; */
}

.about-us .who-we-are p {
  padding-bottom: 10px;
  font-size: 16px;
}

.about-us .who-we-are .row:first-child {
  margin-bottom: 30px;
}

.about-us h1 {
  text-align: center;
  margin-bottom: 50px;
}


/***********************************
           what you can expect
************************************/

.what-you-can-expect h3 {
  text-align: center;
}

.what-you-can-expect .expect-desc {
  text-align: center;
}

.what-you-can-expect .steps {
  margin-bottom: 50px;
}


/*********time line*************/

#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
  width: 100%;
  position: relative;
  padding: 0 120px;
}

#timeline .timeline-item:not(:last-child):before {
  content: "";
  width: 2px;
  height: 100%;
  background: #E0E0E1;
  top: 0;
  position: absolute;
}

#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#timeline .timeline-item {
  position: relative;
}

#timeline .timeline-item .timeline-icon {
  background: #ffffff;
  border: 2px solid #E6E6E7;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-left: -11.5px;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

#timeline .timeline-item .timeline-icon .fa-circle {
  color: #b49a77;
}

#timeline .timeline-item .timeline-content {
  background: #fff;
  padding: 20px;
  padding-left: 50px;
  min-height: 100px;
}

#timeline .timeline-item .timeline-content h5 {
  padding-left: 20px;
  color: #b49a77;
  margin: -18px 0 10px -20px;
  text-transform: uppercase;
  font-size: 18px;
}

@media(max-width:1200px) {
  #timeline {
    padding: 0 30px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 10px;
    padding: 0px;
  }
  #timeline .timeline-item .timeline-content {
    padding: 20px 0 20px 30px;
  }
}


/***********************************
            online services
************************************/

.online-services h3 {
  padding-bottom: 0px;
  font-size: 30px;
  color: #626262;
  font-weight: lighter;
}

.online-services h3:not(:first-child) {
  padding-top: 30px;
  padding-right: 20px;
}

@media(max-width:767px) {
  .online-services >div:not(: first-child) h3 {
    padding-top: 40px;
  }
  .online-services h3:not(:first-child) {
    padding-right: 0px;
  }
}

.online-services h4 {
  font-weight: bold;
  color: #626262;
  padding: 10px 0;
}


/***********************************
            tools and calculators
************************************/

.tools-and-calculators h3 {
  text-align: center;
}

.tools-and-calculators h4:not(:first-child) {
  padding-top: 15px;
}

@media(max-width:767px) {
  .tools-and-calculators h4 {
    padding-top: 15px;
  }
}

.tools-and-calculators .myAMP {
  text-align: center;
}

.tools-and-calculators .app {
  padding: 50px 0;
  text-align: center;
}

.tools-and-calculators .app .row {
  display: flex;
}

@media(max-width:767px) {
  .tools-and-calculators .app .row {
    display: block;
  }
}

.tools-and-calculators img {
  display: inline-block;
  /* margin: 0 20px; */
  /* margin-top: 20px; */
}

.tools-and-calculators .app .col-sm-6>div {
  padding: 50px 30px;
  background-color: #ECEFF0;
}

.tools-and-calculators .mobile {
  border-bottom: 1px solid #ddd;
}

.tools-and-calculators .hr {
  margin: 30px 0;
}

.tools-and-calculators .calculator {
  text-align: center;
  padding: 2em 0;
}

.tools-and-calculators .calculator .row {
  display: flex;
}

.tools-and-calculators .calculator .col-sm-6 {
  padding: 20px 60px;
  padding-bottom: 100px;
}

@media(max-width:767px) {
  .tools-and-calculators .calculator .col-sm-6 {
    padding: 20px;
  }
  .tools-and-calculators .calculator .row {
    display: block;
  }
  .tools-and-calculators .calculator .savings {
    padding-top: 20px;
  }
}

.tools-and-calculators .calculator p {
  font-size: 16px;
}

.tools-and-calculators .calculator i {
  font-size: 45px;
  color: #b49a77;
}

.tools-and-calculators .other-calculators {
  margin-top: 50px;
}

@media(min-width:768px) {
  .tools-and-calculators .app .mobile {
    margin-right: 15px;
  }
  .tools-and-calculators .app .tablet {
    margin-left: 15px;
  }
  .tools-and-calculators .app .col-sm-6>div {
    height: 100%;
  }
  .tools-and-calculators .mobile {
    border-color: transparent;
  }
  .tools-and-calculators .calculator .btn-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -130px;
  }
}


/***********************************
         contact/ get started
************************************/

.contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-content,
.contact-form-content {
  text-align: center;
  padding-bottom: 15px;
}

.contact-content{
  padding-bottom: 35px;
}

.contact-content h1:after{
  	content : "";
	display: block;
	height  : 1px;
	width: 45px;
	margin: 20px auto;
	border-bottom: 2px solid #656668;
}

.contact-form-content h1 {
  padding-bottom: 20px;
}

.contact-address {
  margin: 25px 0;
}

.contact-address strong{
  color:#0f75b;
}

.contact-details .contact-info {
  font-size: 18px;
  color: #0f75bc;
  line-height: 40px;
}

.contact-details .contact-info i {
  width: 40px;
  font-size: 25px;
}

.contact-details .contact-info a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-details .contact-info a:hover {
  color: #323232;
}

@media(max-width:767px) {
  .contact-details {
    padding-top: 20px;
  }
  .contact-details .contact-info {
    font-size: 13px;
  }
}

@media(min-width:768px) {
  .contact-details {
    padding-left: 50px;
  }
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 5px;
  padding-bottom: 0px;
  border-width: 0 0 2px 0;
  border-color: #E5E5E5;
  color: #b49a77;
  font-size: 25px;
  line-height: 26px;
  font-weight: lighter;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form .input-text:focus {
  outline: none;
  border-color: #b49a77;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  left: 10px;
  bottom: 11px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .help-block {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #a08e7d;
}

.form-field.has-error input {
  border-color: #a08e7d;
}

.contact-form .submit {
  text-align: center;
  margin: 15px 0;
}

.g-recaptcha>div {
  width: 100% !important;
}

@media(max-width:767px) {
  .form-field {
    padding-top: 30px;
  }
  .g-recaptcha {
    transform: scale(0.8, 0.8);
    margin-left: -5px;
  }
}

.get-started>.row:first-child {
  margin-bottom: 50px;
}

.get-started-map{
  padding-top: 6em;
}

.ba-we-love-subscribers-wrap #formWidgetSubmitResultText{
  clear:both;
  color:#b49a77;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}

#formWidgetSubmitResultText{
  clear:both;
  color:#b49a77;
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
}

#footer #formWidgetSubmitResultText{
  clear:both;
  color:#b49a77;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12.8px;
}

/******map******/

#map,#map1,#map2 {
  height: 300px;
}


/***********************************
          T & C
************************************/

.terms-and-conditions p {
  padding-bottom: 10px;
}

.terms-and-conditions ol li {
  font-size: 18px;
  font-weight: lighter;
}

.terms-and-conditions .tc {
  font-weight: bold;
  padding-top: 20px;
}


/*--------------------------------------------------*\
         Bottom banner
\*--------------------------------------------------*/

.bottom-banner {
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin-top: 54px;
}

@media(max-width:550px){
  .loans-bottom-section{
    height:550px;
  }
}

.bottom-banner .overlay {
  height: 100%;
  background-color:  rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.bottom-banner h1 {
  color: #fff;
  text-align: center;
  font-weight: BOLD;
  max-width: 550px;
  /* font-weight: 500; */
}

.bottom-banner p {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  max-width: 800px;
 
}

.bottom-banner .btn-more {
  color: #fff;
  border-color: #fff;
}

.bottom-banner .btn-more:hover {
  background-color: rgba(3, 42, 70, 0.37);
}

.bgPos-bottom{
	background-position: bottom !important;	
}

/*--------------------------------------------------*\
         tool bar
\*--------------------------------------------------*/

.tool-bar .row>div {
  text-align: center;
}

.tool-bar .row>div:nth-child(odd) {
  background-color: #155e92db;
}

.tool-bar .row>div:nth-child(even) {
  background-color: #0d4267;
}

.tool-bar a {
  color: #fff;
  height: 235px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tool-bar a:hover {
  /* color: #323232; */
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.tool-bar i {
  font-size: 60px;
}

.tool-bar .text {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: lighter;
  text-transform: uppercase;
}

@media(max-width:767px) {
  .tool-bar .text {
    font-size: 12px;
  }
  .tool-bar .row>div:nth-child(odd) {
    background-color: #513b22;
  }
  .tool-bar .row>div:first-child,
  .tool-bar .row>div:last-child {
    background-color: #977b5f;
  }
}


/*--------------------------------------------------*\
         Bottom sections
\*--------------------------------------------------*/

.section.bottom {
  text-align: center;
  padding: 6em 0;
}

.section.bottom h1 {
  padding-bottom: 20px;
}

@media (max-width:767px) {
  .section.bottom {
    padding: 3em 0;
  }
}

.section.bottom.form {
  background-color:#b49a77;
  color: #fff;
}


.section.bottom.form a{
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}
.section.bottom.form h1 {
  color: #fff;
}

/*--------------------------------------------------*\
         Footer
\*--------------------------------------------------*/

#footer {
  background-color: #032a46;
  color: #fff;
  padding-top: 3em;
  padding-bottom: 2em;
}

@media(min-width:991px) {
  #footer .col-md-8 {
    padding-right: 50px;
  }
}

#footer a {
  color: inherit;
}

#footer ul.social {
  margin-top: 1em;
  list-style: none;
  padding-left: 0;
}

#footer ul.social li {
  display: inline-block;
  padding-right: 20px;
}

#footer ul.social li i {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5em;
  text-decoration: none;
}

@media(max-width:767px) {
  #footer ul.social li i {
    font-size: 1em;
  }
}

#footer ul.social li i:hover {
  color: #ACACAC;
}

#footer .footer-logo {
  max-width: 211px;
}

#footer .footer-links {
  color: #FAFAFA;
}

#footer p {
  font-size: 13px;
  color: #ACACAC;
}

#footer .amp_logo {
  padding-bottom: 30px;
  max-width: 250px;
}

#footer .footer-name,
#footer .footer-connect {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

#footer .footer-contact {
  padding-bottom: 20px;
  font-size: 12px;
  color: #F7F7F7;
}

#footer .ytml {
  /* padding-left: 15px; */
  padding-top: 10px;
  clear: both;
}

@media(max-width:990px) {
  #footer .footer-links {
    padding-top: 20px;
  }
}


#footer .app-image img{
  height: 40px;
  display: inline-block;
  padding-right: 20px;
}

/*--------------------------------------------------*\
         google search
\*--------------------------------------------------*/

#search-tool {
  max-width: 200px;
  margin-left: -15px;
  display: block;
  position: absolute;
  bottom: 55px;
}

#search-tool .gsc-input-box {
  height: auto;
  width: 170px;
}
@media(max-width:990px) {
  #search-tool .gsc-input-box {
    width: 150px;
  }
}

@media(max-width:767px) {
  #search-tool {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}


#search-tool table.gsc-search-box #gs_tti50 {
  padding-top: 2px;
  padding-bottom: 2px;
}

#search-tool .cse .gsc-search-button input.gsc-search-button-v2,
#search-tool input.gsc-search-button-v2 {
  width: 69px;
  height: 25px;
  outline: none;
}

#search-tool .gsc-results-wrapper-overlay .gsc-selected-option-container {
  width: auto !important;
}

#search-tool .gsc-control-cse.gsc-control-cse-en {
  background: transparent;
  border: none;
}

#search-tool input.gsc-search-button {
  border-color: #b49a77;
  background-color: #b49a77;
  height: 26px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

#search-tool input.gsc-search-button:hover {
  border-color: #4f4f4f;
  background-color: #4f4f4f;
}


/*--------------------------------------------------*\
         orangebox (video)
\*--------------------------------------------------*/

#ob_container #ob_content {
  /* height: auto !important; */
  /* width: auto !important; */
  border: none;
}

#ob_container #ob_float {
  margin-bottom: -221px !important;
}

#ob_container #ob_close {
  height: auto;
  right: -216px;
  left: auto;
  top: -21px;
  width: auto;
  color: #fff;
}

#ob_container #ob_window {
  padding: 0;
  max-width: 640px !important;
  width: 100% !important;
}

#ob_container #ob_video {
  width: 100% !important;
  height: 100% !important;
}



/*--------------------------------------------------*\
         mouse scroll
\*--------------------------------------------------*/

#mouse-scroll {
  display: block;
}

#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  z-index: 98;
  bottom: 0;
  padding-bottom: 20px;
}

#mouse-scroll span {
  display: block;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}

#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite:
}

#mouse-croll .down-arrow-1 {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
  -webkit-animation-delay: .3s;
  -moz-animation-dekay: .3s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}

#mouse-scroll .mouse-in {
  -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------*\
         our team
\*--------------------------------------------------*/

.profile{
  margin-bottom:80px;
}
.set:last-child .profile:last-child{
  margin-bottom:0;
}

.opengroup{
    height:auto !important;
}

.set>.container{
    margin-bottom: 40px;
}


.bio{
    background-color: #F8F8F8;
    border-top: 1px solid #b49a77;
    border-bottom: 1px solid #b49a77;
    padding:30px 50px 40px 50px;
}

.set > .container > .row{
    display:flex;
}


.arrow-up {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: 4;
    bottom: -50px;
    background: #fff;
}
.arrow-inner{
    width: 20px;
    height: 20px;
    border-left: 1px solid #b49a77;
    border-top: 1px solid #b49a77;
    background-color: #f8f8f8;
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 3;
}

#team .profile .close-icon {
    float: right;
    font-size: 2.25rem;
    position: relative;
    top: -20px;
    left: 30px;
    cursor: pointer;
}

#cross {
  background: red;
  height: 100px;
  position: relative;
  width: 20px;
}
#cross:after {
  background: red;
  content: "";
  height: 20px;
  left: -40px;
  position: absolute;
  top: 40px;
  width: 100px;
}

.moreinfo:hover {
  cursor: pointer;
}
.moreinfo .img-wrapper {
  overflow:hidden;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-bottom: 110%;
}

.set .bio p {
   margin-bottom: 15px;
   font-size:16px;
}
.set .bio p.subheading {
  font-weight:bold;
}
.set .alias .name {
    color: #b49a77;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.set .alias .title {
    color:#a5a9aa;
    font-size: 15px;
    font-weight:bold;
}
.set .bio .advisername {
    text-align: left;
    display: block;
    font-size: 3rem;
    line-height: 1.875;
    margin: 0;
    color: #b49a77;
    font-weight: 400;
    vertical-align: bottom;
}
.set .bio .advisertitle {
    color: #b49a77;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    text-shadow: none;
}

.set .bio li{
  font-size:16px;
  font-weight:lighter;
}

@media(max-width:767px){
  .bio{
    padding:20px 15px;
  }
  #team .profile .close-icon {
      float: right;
      font-size: 2.25rem;
      position: relative;
      top: -10px;
      left: 0px;
      cursor: pointer;
  }

}

@media(min-width:768px){
  .openbio .row .col-sm-6:first-child{
    padding-right:40px;
  }
}

/*******************************************
            ytml search
*******************************************/

#search-tool{
  max-width: 200px;
  margin-left: -15px;
  display: block;
  position: absolute;
  bottom: -47px;
}

#search-tool form{
	padding: 0;
}

#search-tool > form.navbar-form > div > input.form-control{
	width: 250px;
	border-radius:  0px;
}

#search-tool > form.navbar-form > div > input.form-control:focus{
  border-color: #b49a77;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 141, 68, 0.6);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 141, 68, 0.6);
}
}

#search-tool > form.navbar-form > div > div.input-group-btn button{
	border-radius:  0px;
}

#search-tool button{
	padding-bottom: 7px;
}

.search-main{
	margin-bottom: 20px;
}

#search-tool button {
  border-color: #0f75bc;
  background-color: #0f75bc;
  height: 34px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

#search-tool .glyphicon{
  top: -4px;
  color:  #fff;
}





.results-wrapper-overlay {
    border: none;
    margin: auto;
    border-radius: 1px;
    overflow: auto;
    height: 80%;
    -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    border-collapse: separate;
    background: white;
    padding: 30px;
    width: 75%;
    position: fixed !important;
    top: 5%;
    left: 12%;
    opacity: 1;
    z-index: 100002;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

@media(max-width: 767px){
  .results-wrapper-overlay {
      width: 96%;
      left: 2%;
  }
}

.results-close-btn {
    float: right;
    opacity: 1;
    height: 12px;
    width: 12px;
    position: absolute !important;
    top: -15px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}

.overflow{
    overflow:hidden;
}


.search-open{
  visibility: visible;
  opacity: 1;
}

.search-close{
  visibility: hidden;
  opacity: 0;
}

.page-overlay{
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100001;
}

@media (max-width: 767px){
  #search-tool {
    position: static;
    margin-left: 0;
    max-width: 250px;
  }
}

@media(max-width: 768px){
  #search-tool > form.navbar-form > div > input.form-control{
      width: 100%;
  }
}

#search-tool > form.navbar-form > div > input.form-control:focus{
  border-color: #b49a77;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 141, 68, 0.6);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 141, 68, 0.6);
}

.results-wrapper-overlay ul li {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5em;
  color: #777;
  font-weight: lighter;
}

.results-wrapper-overlay ul li.search-item {
  padding-left: 0;
}

.results-wrapper-overlay ul li.search-item a {
  font-size: 18px;
}

.results-wrapper-overlay ul.pagination>li:before {
  content: "";
}

.results-wrapper-overlay ul.pagination>li.cur {
  color: #b49a77;
}

.results-wrapper-overlay ul.pagination>li:hover {
  cursor: pointer;
}

.results-wrapper-overlay ul.pagination>li:hover {
  color: #b49a77;
}

.results-wrapper-overlay .prev, .results-wrapper-overlay .next {
  color: #b49a77;
}



/********Home Page Content********/
.msg-section {
    margin-top: -30px;
    padding: 30px 0 12px;
    min-height: 30px;
    height: 430px;
    /* background-color: #f1f1f1; */
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.0980392) 0px -2px 10px inset; */
}

@media  (max-width:1199px){
  .msg-section{
    height: 470px;
  }
}

@media  (max-width:991px){
  .msg-section{
    height: 570px;
  }
}

/* @media  (max-width:590px){
  .msg-section{
    height: 700px;
  }
} */

/* @media  (max-width:420px){
  .msg-section{
    height: 720px;
  }
} */

@media  (max-width:580px){
  .msg-section{
    height: 580px;
  }
}

@media  (max-width:767px){
    .msg-section{
        margin-top: 40px;
        /* background-image: linear-gradient(to bottom, #ffffff, #f1f1f1); */
    }
}

.home-list li .fa{
    color: #b49a77 !important;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.home-list li{
    position: relative;
    padding: 3px 0;
    padding-left: 28px;
    line-height: 20px;
}

.home-msg p{
    font-size: 22px;
    line-height: 36px;
    color: #777;
    font-weight: 300;
    padding-left: 50px;
    /* margin-top: -35px; */
}

.home-wording p{
  font-size: 22px;
}

@media(max-width:1199px){
  .home-wording p{
    font-size: 20px;
  }
}

@media(max-width:991px){
  .home-wording p{
    font-size: 18px;
  }
}


.home-msg .fa{
    font-size: 20px;
    width: 35px;
    height: 35px;
    color: #ffffff !important;
    background-color: #1ebee3;
    padding: 8px 14px;
    border-radius: 35px;
}


.boxes .content-block:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.boxes a img{
    width:100%;
     -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.boxes .panel-heading{
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    padding: 12px 20px 9px;
    border-bottom: 1px solid #d5dae0;
    background-color: rgb(230, 235, 241);
    /* background-image: linear-gradient(rgb(255, 255, 255), rgb(241, 241, 241)); */
    background-repeat: repeat-x;
    color: #333333;
}

.boxes .panel{
    margin-bottom: 0px;
}

@media (max-width:991px){
    .boxes .panel-heading{
        font-size: 13px;
        line-height: 18px;
    }
    
    .boxes.subpage .panel-heading{
        font-size: 14px;
    }
    
    .boxes .panel-body p{
        height: 100px;
        font-size: 11px;
    }
}

@media (max-width:767px){
    .boxes .panel-body p{
        height:auto;
        font-size:14px;
    }
    
    .boxes .panel-heading{
        font-size: 20px;
        line-height: 24px;
    }
    
}

.boxes{
  overflow:hidden;
}

/* img.box-shadow{
    width: 100%;
}

.boxes .col-sm-3 img.box-shadow{
    margin-top:-7px;
} */


img.box-shadow{
    width: 90%;
    position:absolute;
}

.boxes .col-sm-4{
  padding-bottom:40px;
}

#home .boxes .col-sm-3{
    padding-bottom:30px;
}

#home .boxes .col-sm-3 img.box-shadow{
    position: absolute;
    width:90%;
    display: none;
}

.content-block .button{
    margin-bottom:0px;
    padding-top: 10px;
}

.content-block a{
    text-decoration:none;
}

.content-block .button .btn-primary{
    font-size: 11px;
    background-color: #05a4c9!important;
    color:#fff;
    border:1px solid #b49a77;
    border-radius:0px;
    /*     background-image: -moz-linear-gradient(top, #6178d6, #b49a77) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6178d6), to(#b49a77)) !important;
    background-image: -webkit-linear-gradient(top, #6178d6, #b49a77) !important;
    background-image: -o-linear-gradient(top, #6178d6, #b49a77) !important;
    background-image: linear-gradient(to bottom, #6178d6, #b49a77) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6178d6', endColorstr='#b49a77') !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6178d6', endColorstr='#b49a77')" !important;
    background-repeat: repeat-x !important;
    text-shadow: 0 -1px 0 #1e3b57 !important; */
}

@media (max-width:1199px){
    .content-block .button .btn-primary{
         font-size: 9px; 
         padding-left:0;
         padding-right:0; 
    }

}

@media (max-width:991px){
    .content-block .button .btn-primary{
         font-size: 6px;
    }
}

@media (max-width:767px){
    .content-block .button .btn-primary{
         font-size: 12px;  
    }
}

.content-block .button .btn-primary:hover{
    background-color: #fff !important;
    color: #06b7e0 !important;
    background-position: 0 -15px;
}

@media(max-width:767px){
    .content-block{
        padding:0px 10px;
    }
}

.boxes .container{
    padding-top:30px;
}

.boxes .col-sm-3:first-child{
  animation-delay:0.5s;
}

.boxes .col-sm-3:nth-child(2){
  animation-delay:0.8s;
}

.boxes .col-sm-3:nth-child(3){
  animation-delay:1.1s;
}

.boxes .col-sm-3:nth-child(4){
  animation-delay:1.4s;
}

.boxes.subpage .col-sm-4 p{
    height:90px;
}

.boxes.subpage .col-sm-4:first-child{
      animation-delay:0.5s;
}
.boxes.subpage .col-sm-4:nth-child(2){
      animation-delay:0.8s;
}
.boxes.subpage .col-sm-4:nth-child(3){
      animation-delay:1.1s;
}

.boxes.subpage .sub_line{
    color: #1ebee3 !important;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
}




#home{
    padding-bottom:10px;
}

#video-wrapper .container{
    height:600px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    opacity: 1;
    position: relative;
}

#home-video{
    width: 480px;
    height: 270px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 140px;
    display: block;
}


#video-wrapper{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    padding-top: 0px;
    /* margin-top: -85px; */
    /* margin-bottom: -85px; */
}

#home-video.animated{
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

#video-wrapper .shadow{
    background-size: 100% 100%;
    width: 100%;;
    height: 30px;
    bottom: -30px;
}




.image {/*   opacity: 0.3; */display: block;width: 100%;height: auto;transition: .5s ease;overflow:hidden;}

@media(max-width:991px){
  .image {
    height: 302px;
  }
}


@media(max-width:530px){
  .image {
    height: 202px;
  }
}

@media(max-width:400px){
  .image {
    height: 142px;
  }
}
@media(max-width:345px){
  .image {
    height: 122px;
  }
}

.wording-banner .middle {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top:0;
  overflow:hidden;
  background-color: rgba(251, 111, 180, 0.3);
  width:100%
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.middle_2 {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top:0;
  overflow:hidden;
  background-color: rgba(10, 186, 181, 0.2);
  width:100%
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.middle_3 {
  opacity: 1;
  position: absolute;
  bottom: 0;
 left: 0;
  right: 0;
  top:0;
  overflow:hidden;
  background-color:rgba(212, 169, 77, 0.5);
  width:100%
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.middle_4 {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top:0;
  overflow:hidden;
  background-color: rgba(81, 163, 216, 0.5);
  width:100%
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.transparent_logo {
  padding: 16px 32px;
  position:absolute;
  top:30%;
  left: 8%;
}

@media(max-width:1199px){
  .transparent_logo {
     left:0%;
  }
}

@media(max-width:991px){
  .transparent_logo {
     left:18%;
  }
}

@media(max-width:720px){
  .transparent_logo {
     left:12%;
     top:25%
  }
}

@media(max-width:630px){
  .transparent_logo {
     left:7%;
     top:20%
  }
}

@media(max-width:530px){
  .transparent_logo {
     left:5%;
     top:15%
  }
}

.carousel-indicators li{
  border-color: #1679be;
  margin-left: 3px!important;
}

.carousel-indicators .active{
  background-color: #1679be;
}

/* .intrinsic-container{
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.intrinsic-container iframe{
	border-width: 0px;
	width: 100%;
}

.questionnaire_page iframe{
    border-width: 0px;
    height: 600px;
    width: 100%;
} */


.intrinsic-container iframe{
    height: 680px;
}



@media(max-width:991px){
  .carousel-inner{
    overflow: visible;
  }
}

.panel-body p{
  font-size:16px
}

@media(max-width:1199px){
  .panel-body p{
  font-size:13px
  }
}

@media(max-width:380px){
  .wording-title{
    font-size:25px;
  }
}


.label{
  line-height:2;
}

.label-accounting{
  background-color:#81D3B9;
}

.label-accounting-2{
  color:#81D3B9;
  border: 2px solid #81D3B9;
  line-height:2.4;
  background-color: rgba(255, 255, 255, 0.65);
}

.label-financial-planning{
  background-color:#C8B4FA;
}

.label-financial-planning-2{
  color:#C8B4FA;
  border: 2px solid #C8B4FA;
  background-color: rgba(255, 255, 255, 0.65);
  line-height:2.4;
}

.label-smsf{
  background-color:#F070AA;
}

.label-smsf-2{
  color:#F070AA;
  border: 2px solid #F070AA;
  background-color: rgba(255, 255, 255, 0.65);
  line-height:2.4;
}

.label-loans{
  background-color:#5B9BD4;
}

.label-loans-2{
   color:#5B9BD4;
   border: 2px solid #5B9BD4;
   line-height:2.4;
   background-color: rgba(255, 255, 255, 0.65);
}

.label-money{
  background-color:#CCF070;
}

.label-money-2{
   color:#CCF070;
   border: 2px solid #CCF070;
   line-height:2.4;
   background-color: rgba(255, 255, 255, 0.65);
}

.label-others{
  background-color:#667174;
}

.label-others-2{
   color: #667174;
   border: 2px solid #667174;
   line-height:2.4;
   background-color: rgba(255, 255, 255, 0.65);
}


.faq_note{
  font-size:13px;
  color:gray;
}

.news-content strong{
  color: #06b6e0;
}

.news-content blockquote p{
  font-size:12px;
}

.news-content blockquote{
    font-size: 15px;
    color: #999;
    font-style: italic;
}

.blog_source{
  color:darkgray;
}




.testimonial_text_div{
    font-size:12px;
    border: 2px solid #977b5f;
    background-color: #977b5f;
    color: white;
    padding: 20px;
    overflow: auto;
    margin: 0 20px;
    overflow: hidden;
}

.testimonial_text_div h4, .testimonial_text_div_2 h4, .testimonial_text_div h5,.testimonial_text_div_2 h5{
    /* text-align:right; */
    /* color:#555; */
}

.testimonial_text_div_2{
    font-size:12px;
    border: 2px solid #977b5f;
    margin: 20px;
    background-color: white;
    color: #977b5f;
    padding: 20px;
    overflow: auto;
    margin: 0 20px;
    overflow: hidden;
}

.testimonial_text_div img{
  max-width:85%;
}

.testimonial_text_div_2 img{
  max-width:85%;
}

.tool-bar{
  overflow:hidden;
}

.video_frame{
  box-shadow: 3px 4px 8px 0 rgba(10, 186, 181, 0.4), 0 6px 20px 0 rgba(10, 186, 181, 0.4);
}


.row-fluid .position_relative {
    padding-top: 10px;
    padding-bottom: 10px;
}

.position_relative {
    position: relative;
}

.video_link{
    width: 100%;
    display: inline-block;
    height: 220px;
    text-align: center;
}


.video_link i{
    transition: all 0.3s;
}

.video_link:hover i{
    font-size: 1.5em;
    border: none;
    outline: none;
}


.video {
    /* background-size: cover; */
    /* background-position-y: center; */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* position: relative; */
    background-size: contain;
    background-position:center;
}

.video_link .play-button{
    font-size: 5em;
    position: absolute;
    color: #06b7e0;
    display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}


@media(max-width: 767px){
    .video_link{
        width: 100%;
        display: inline-block;
        height: 400px;
        text-align: center;
    }
}

@media(min-width:768px){
    .col-sm-4 .position_relative{
        min-height: 50px;
    }
}

#ob_title{
    display: none;
}

.lity-inline .lity-container {
  overflow-y: auto;
}

@media(max-width: 991px){
    .lity-inline .lity-close {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

#footer select, 
#footer textarea, 
#footer input[type="text"],
#footer input[type="password"],
#footer input[type="datetime"],
#footer input[type="datetime-local"], 
#footer input[type="date"],
#footer input[type="month"],
#footer input[type="time"],
#footer input[type="week"],
#footer input[type="number"],
#footer input[type="email"],
#footer input[type="url"],
#footer input[type="search"],
#footer input[type="tel"],
#footer input[type="color"] {
    margin-bottom: 10px;
    border-color: #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    border: 1px solid #232323;
    background-color: #2f2f2f;
    color: #ececec;
    outline-style: none;
    font-size: 11px;
    font-family: inherit;
    padding: 5px 2px 5px 2px;
    letter-spacing: normal;
    width: 100% !important;
    line-height: 18px;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 2px 10px rgba(0,0,0,.2);
    box-shadow: inset 0 2px 10px rgba(0,0,0,.2);
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
}

#footer #btnFWSubmit{
    display: inline-block;
    padding: 5px 16px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    text-transform:capitalize;
}




/*Float Subcribe Button*/
.ba-we-love-subscribers {
	width: 290px;
	/* height: 50px; */
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	z-index: -9999;
	width:  0;
	height:  0;
}
.ba-we-love-subscribers.open {
	height: 460px;
	opacity: 1;
	width: 290px;
	margin: 0 0 10px 0;
	background-color: #0c3958;
	color: #fff;
}
.ba-we-love-subscribers.popup-ani {
	-webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ba-we-love-subscribers h1 {
	font-size: 20px;
	color: #fff;
	padding: 25px 0;
	margin: 0;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.ba-we-love-subscribers #sFN1{
  text-align:center;
}


.ba-we-love-subscribers .love {
	width: 20px;
	height: 20px;
	background-position: 35px 84px;
	display: inline-block;
	margin: 0 6px;
	background-size: 62px;
}
.ba-we-love-subscribers .ba-logo {
	width: 65px;
	height: 25px;
	background-position: 0px;
	margin: 0 auto;
	opacity: .5;
	cursor: pointer;
}
.ba-we-love-subscribers .ba-logo:hover {
	opacity: 1;
}
.logo-ani, .ba-we-love-subscribers-wrap #btnFWSubmit {
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}
.ba-we-love-subscribers input {
	font-size: 14px;
	/* padding: 12px 15px; */
	border-radius: 15px;
	border: 1px solid #999;
	outline: none;
	/* margin: 8px 0; */
	width: 100%;
	box-sizing: border-box;
	line-height: normal;
	font-family: sans-serif;
}
.ba-we-love-subscribers form {
	padding: 5px 30px 0;
	margin-bottom: 15px;
}
.ba-we-love-subscribers input[name="email"] {
	background-color: #eee;
}
.ba-we-love-subscribers input[name="submit"], .ba-we-love-subscribers-wrap #btnFWSubmit {
	background-color: #0f75bc;
	cursor: pointer;
	color: #fff;
	width:100%;
	border-radius:30px;
	padding: 10px;
}
.ba-we-love-subscribers input[name="submit"]:hover {
	background-color: #26baf1;
}
.ba-we-love-subscribers i {
  color:red;
}
.ba-we-love-subscribers-fab {
	width: 65px;
	height: 65px;
	background-color: #3675a1;
	border-radius: 50%;
	float: left;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
	z-index: 1000;
	position: relative;
}

.ba-we-love-subscribers-fab .img-fab {
	/* height: 30px; */
	/* width: 30px; */
	margin: 15px auto;
	/* background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png"); */
	/* background-position: -1px -53px; */
	color: #fff;
	position: absolute;
	top: 0;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 65px;
	font-size: 40px;
	font-family: 'Roboto';
	font-weight: 300;
}

.ba-we-love-subscribers-fab .img-fab #icon-close{
  display:block;
  animation: form-open-2 0.3s;
}
.ba-we-love-subscribers-fab .img-fab #icon-open{
  display:none;
  animation: form-close-2 0.3s;
}

.ba-we-love-subscribers-fab .img-fab.close #icon-close{
  display:none;
  animation: form-close-1 0.3s;
}
.ba-we-love-subscribers-fab .img-fab.close #icon-open{
  display:block;
  animation: form-open-1 0.3s;
}



@keyframes form-open-1{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes form-close-1{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes form-close-2{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes form-open-2{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}








.ba-we-love-subscribers-fab .wrap {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .ani {
	transform: rotate(45deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .close {
	background-position: -2px 1px;
	transform: rotate(-45deg);
	float: none;
	/*Bootstrap Overide*/
	opacity: 1;
	/*Bootstrap Overide*/
}
.ba-we-love-subscribers-wrap {
	position: fixed;
	left: 25px;
	bottom: 25px;
	z-index: 1000;
	width: auto;
	height: auto;
}

@media(max-width:767px){
  .ba-we-love-subscribers-wrap.sub-form{
    display:none;
  }
}

.ba-we-love-subscribers-wrap .form-control{
  padding:0px 6px;
}

.ba-we-love-subscribers .form-control:focus {
    border-color: #b49a77;
}

.ba-settings {
	position: absolute;
	top: -25px;
	right: 0px;
	padding: 10px 20px;
	background-color: #555;
	border-radius: 5px;
	color: #fff;
}

.intrinsic-container iframe html, .intrinsic-container iframe body{
    height: 100%;
    overflow: auto!important;
    -webkit-overflow-scrolling: touch!important;
}

.facebook-wrap{
    right: 25px;
    left: inherit;
}


@media(max-width:390px){
  .facebook-wrap{
    right: 1px;
    left: inherit;
    width:auto;
  }
}

.facebook-wrap .ba-we-love-subscribers.open{
  width:auto;
}

.facebook-wrap .ba-we-love-subscribers-fab{
  float:right;
}

.facebook-wrap .ba-we-love-subscribers-fab{
  background-color:#4267b2;
}


/*--------------------------------------------------*\
        right bottom notice
\*--------------------------------------------------*/


@media(min-width:768px){
  #floating-button{
    display:none;
  }
}


#floating-button{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #b49a77;
  position: fixed;
  bottom: 30px;
  left: 10px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0px;
  margin: 0;
  line-height: 65px;
  font-size: 38px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  left: 30px;
  z-index: 99;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 65px;
  font-size: 38px;
  font-family: 'Roboto';
  font-weight: 300;
  opacity: 0;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit{
  animation: edit-in 0.2s;
   animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}



.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom,
.modal-open #page-content {
  margin-right: 0px;
}

body.modal-open{
	margin-right: 0px;
	padding-right:0px!important;
}

body.modal-open{
	overflow-y:scroll;
}


/**test modal**/

#myModal{
  text-align:center;
}

#myModal #btnFWSubmit {
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}

#myModal input {
	font-size: 14px;
	/* padding: 12px 15px; */
	border-radius: 15px;
	border: 1px solid #999;
	outline: none;
	/* margin: 8px 0; */
	width: 100%;
	box-sizing: border-box;
	line-height: normal;
	font-family: sans-serif;
}

#myModal form {
	padding: 5px 30px 0;
	margin-bottom: 15px;
}

#myModal input[name="email"] {
	background-color: #eee;
}


#myModal input[name="submit"], #myModal #btnFWSubmit {
	background-color: #b49a77;
	cursor: pointer;
	color: #fff;
	width:100%;
	border-radius:30px;
	padding: 10px;
	border: 1px solid #b49a77;
}

#myModal input[name="submit"]:hover {
	background-color: #b49a77;
}

#myModal .form-control{
  padding: 2px 6px;
}

#myModal .form-control:focus {
    border-color: #b49a77;
}

#myModal .fa-heart{
  color:red;
}

#myModal .modal-content{
   background-color: #513b22;
   color:#fff;
}


.modal-dialog{
  margin-top:120px;
}

body.iosBugFixCaret.modal-open { position: fixed; width: 100%; }

/*--------------------------------------------------*\
         loans banner
\*--------------------------------------------------*/


#banner-loans {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #4F4F4F;
    padding: 10em 0;
    text-align: left;
    height: 60vh;
}


#banner-loans .row {
  margin-right: 0px;
}

#banner-loans .hero_content {
  position: relative;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: 900;
  /* background-color: #fff; */
  text-align: center;
}

#banner-loans .sub_title {
  font-size: 20pt;
  font-weight: bold;
  text-transform: uppercase;
}

#banner-loans .hero_title {
  font-size: 50px;
  font-weight: lighter;
  /* max-width: 85%; */
  text-transform: uppercase;
}

.loan-section-img{
  padding-top: 3%;
}


.join-content-1{
  /* background-color:rgba(0, 58, 126, 0.8); */
  padding:45px;
  color:#fff;
  border-radius: 100px 0 100px 100px;
}

.join-content-2{
  background-color:#fff;
  padding:45px;
  color: #06b7e0;
  border-radius: 100px 0px 100px 0px;
}


.join-content-1 ul li{
  color:#fff!important;
}

.join-content-2 ul li{
  color:#003a7e!important;
}


.join-content-1 .fa-stack{
  color:#fff;
  font-size:65px;
}

.join-content-2 .fa-stack{
  color: #06b7e0;
  font-size:65px;
}

.test-div {
    background-color: rgb(6, 183, 224);
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /* height: 300px; */
    background-color: #fff;
}

@media(max-width:991px){
	.card{
		margin-bottom: 25px;
	}
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 36px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.box {
    padding: 2px 16px;
}

.card img{
	/* height: 200px; */
}

/****************************************************\
				time line
\****************************************************/

#loans-timeline #timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}



#loans-timeline #timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 2em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#loans-timeline #timeline:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #E0E0E1;
  left: 50%;
  top: 0;
  position: absolute;
}
#loans-timeline #timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#loans-timeline #timeline .timeline-item {
  position: relative;
  padding: 0 1em;
  /* border-left: none; */
}
#loans-timeline #timeline .timeline-item .timeline-icon {
  background: #ffffff;
  border: 2px solid #E6E6E7;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -10px;
  left: 50%;
  overflow: hidden;
  margin-left: -11.5px;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display:flex;
}
#loans-timeline #timeline .timeline-item .timeline-icon:nth-child(3){
	top: initial;
	bottom: -13px;
}
#loans-timeline #timeline .timeline-item .timeline-icon .fa-circle{
	color: #5B9BD4;
}
#loans-timeline #timeline .timeline-item .timeline-content {
  width: 47%;
  min-height: 150px;
  background: #fff;
  padding: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* border: 1px solid #001e41; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#loans-timeline #timeline .timeline-item:nth-child(even) .timeline-content {
	float:right;
}
#loans-timeline #timeline .timeline-item .timeline-content h5{
	margin-top:0;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
}
#loans-timeline #timeline .timeline-item .timeline-content p{
	font-weight:lighter;
}
#loans-timeline #timeline .timeline-item .timeline-content.right {
  float: right;
}
#loans-timeline #timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ee4d4d;
}



@media screen and (max-width: 768px) {
  #loans-timeline #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #loans-timeline #timeline:before {
    left: 0;
  }
  #loans-timeline #timeline .timeline-item .timeline-content {
    width: 90%;
    /* float: left; */
    margin: 0.5em;
    margin-left: auto;
    margin-right:  auto;
  }
  #loans-timeline #timeline .timeline-item .timeline-content:before, #loans-timeline #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #loans-timeline #timeline .timeline-item .timeline-icon {
    left: 0;
  }
  #loans-timeline #timeline .timeline-item:nth-child(even) .timeline-content {
	float: none;
	}
}


#loans-timeline .timeline-content .fa-stack{
  font-size:30px;
  color: #5B9BD4;
}


#loans-timeline #timeline .timeline-item:not(:last-child):before {
  content: "";
  width: 2px;
  height: 100%;
  background: none;
  top: 0;
  position: absolute;
}

#loans-modal{
  font-family: 'Courgette', cursive;
  text-align:center;
}

#loans-modal .modal-header{
  color:#fff;
  background-color: #5B9BD4;
}



/****************************************************\
				loans promo page
\****************************************************/

.card-wrap{
	background:#333;
	color:#fff;
	height: 595px;
	margin-top: 30px;
}

.card-wrap img{/*   height:250px */max-height:260px;width:100%;}

@media(max-width:991px){

  .card-wrap{
    margin-bottom:20px;
    height:auto;
  }

  .card-wrap img{

    max-height:none;
  }

   .card-desc{
    height:auto;
  }
  
}

@media(max-width:767px){

  .card-wrap{
    height:auto;
  }
  
}

.card-title{
	padding:20px;
}

.card-title h2{
  font-weight:700;
}

.card-desc{
	padding:10px 30px;
	height: 121px;
}

@media(max-width:767px){

  .card-desc{
    height:auto;
  }
  
}

.btn.btn-card {
  background: none;
  border-radius: 0px;
  margin-top: 20px;
  width:100%;
  border: 2px solid #fff;
  color: #fff;
}


.btn.btn-card:hover {
  color: #777;
  background-color: #fff;
  border-color: #fff;
}

.card-warp-button{
  position:  absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media(max-width:991px){
  .card-warp-button{
    position:  relative;
    width:260px
  }
}

#card-1{
  background-color: #06b7e0;
}

#card-2{
  background-color: #5B9BD4;
}

.loans-content h2{
  color:#5B9BD4;
}

#terms-row, #terms-row ul li{
  color:#9b9b9b;
}

#terms-row h1{
  text-align:center;
  color:#9b9b9b;
}


#apply-now-content{
  padding: 30px 0px;
}


.promo-header-btn{
    /* background-color: #06b7e0; */
    /* color: #fff!important; */
    /* width: 35%; */
    /* padding: 2px 5px; */
    font-style: italic;
}

.img-preview .overlay{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0f75bc38;
}



.photo-content{
      font-size: 1.5em;
      /* top: 24px; */
      padding-top: 27px;
      color: #ffffff;
      font-weight: 900;
  
}

.img-preview-home {
  height: 136px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.videos-row{
     padding-bottom: 67px;
}

.videos iframe{
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.btn-primary {
    color: #fff;
    background-color: #0f4d77e6;
} 

.btn-primary:hover{
    color: #fff;
    background-color:  #0b3b5d;
}


.profile_intro {
    border-bottom: 2px solid #D89A0B;
    margin-top: 30px;
}

.profile_border {
    border-bottom: 1px solid #D89A0B;"
}

.profile_title {
    background-color: #b49a77;
    color: #fff;
    font-size: 3.4em;
    padding: 20px;
    margin-bottom: 20px;
}

.profile_title > p{
	font-size: 20px;
}

.client-sheet{
  text-align:center;
}

.questionnarie{
  text-align:center;
}

.fbt_list{
  list-style-type: none;

}

.fbt_list a{
  color:orange;
  font-size:30px;
  margin-left:500px;
}

.panel-body{
  height: 234px;
  position:relative;
}


.panel-body p{
  color: #4e3b27;
  /*font-weight:600;*/
}

.button_wrap{
      position: absolute;
      bottom: 20px;
      width: 92%;
}

.client{
   text-align:center;
}

.app-image a:hover{
  text-decoration:none;
}

.img-wrapper-new{
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 28px;
    position:relative;
}


.img-wrapper-new .overlay-new{
    /* top: 70%; */
    height: 100%;
    width: 100%;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: -70%;
    background-color: #3333338a;
    padding: 20px;
    padding-bottom: 0;
    color: #fff;
    /* margin-top: 75%; */
    transition: .3s all ease-in-out;
}

.img-wrapper-new .overlay-new .overlay-wrap{
  height: 100%;
  width: 100%;
  position: relative;
}
.img-wrapper-new .overlay-new .overlay-wrap .overlay-fade{
  opacity: 0;
  transition: 0.5s all ease;
}
.img-wrapper-new:hover .overlay-new .overlay-wrap .overlay-fade{
  opacity: 1;
}
.img-wrapper-new .overlay-new .overlay-wrap .overlay-fade p:first-child{
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
}
.img-wrapper-new .overlay-new .overlay-wrap .overlay-fade p:last-child{
  position: absolute;
  bottom: 10px;
}

.img-wrapper-new .overlay-new .fade p:nth-child(1){
  top: 30%;
  transform: translateY(-50%);
  position:  absolute;
}

@media(max-width:1200px){
  .img-wrapper-new .overlay-new{
    padding: 10px;
    /* margin-top:79%; */
  }
}

@media(max-width:991px){
  .img-wrapper-new .overlay-new{
    padding: 20px;
    /* margin-top:88%; */
    bottom: -78%;
  }
}

@media(max-width:750px){
  .img-wrapper-new .overlay-new{
    /* margin-top:85%; */
    bottom: -70%;
  }
}

@media(max-width: 550px){
  .img-wrapper-new .overlay-new{
    /* margin-top:95%; */
    bottom: -84%;
  }
}

@media(max-width:480px){
  .img-wrapper-new .overlay-new{
    bottom: -75%;
  }
}

@media(max-width:360px){
  .img-wrapper-new .overlay-new{
    bottom: -70%;
  }
}

.img-wrapper-new:hover .overlay-new{
  /* margin-top:0; */
  bottom: 0;
}

.img-wrapper-new .fade {
  opacity: 0;
  transition: 1s opacity ease-in-out;
}

.img-wrapper-new:hover .fade {
  opacity: 1;
}

.img-wrapper-new a:hover{
  text-decoration:none;
}

.btn-service{
    padding: 10px 18px;
    border: 1px solid #fff;
    color: #fff;
}

.btn-service:hover{
 background-color: #3675a1;
border-color: #747578!important;
  color:#fff;
}

@media(max-width:550px){
  .service-section .col-xs-6 {
       width: 100%; 
  }
}

#main ul li ul li{
  font-size:1em;
}

a.news-link, a.news-link:hover{
  color:#b10f0f;
}

.resources_heading{
    padding-top:10px;
    text-align: center;
}

#searchLoadingImg{
    text-align:center;
}

#mobileAppDownload {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; 
    width: 100%;
    z-index: 9999999;
}
#mobileAppDownload > div {
    background-color: #fff;
    color: #333;
    font-family: sans-serif;
    font-size: 0.9em;
    margin-top: -70px;
    padding: 2em 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#mobileAppDownload .text {
    margin: 0 5em;
}
#mobileAppDownload p {
    margin-top: 0;
}
#mobileAppDownload .text a {
    background: #333;
    color: #fff;
    display: block;
    margin: 1.5em auto 0;
    padding: 1em;
    text-decoration: none;
    width: 15em;
}
#mobileAppDownload .close {
    border: 1px solid #333;
    border-radius: 5em;
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.3em 0.7em 0.4em;
    position: absolute;
    right: 0.5em;
    text-decoration: none;
    top: 0.5em;
}
