/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/MaterialIcons-Regular.woff2) format("woff2"), url(fonts/MaterialIcons-Regular.woff) format("woff"), url(fonts/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/*defauts*/
/*$padding_section_gray: 8.5em;
$padding_section_gray_laptop: 7.375em;
$padding_section: 5.25em;
$padding_section_laotop: 3.125em;
$padding_content: 3.125em;
$padding_content_laptop: 1.5em;
$padding_small: 4em;
$padding_extra_small: calc(2em + 2vw);
$padding_section_extra_small: calc(2.5em + 2vw);
$padding_content_extra: 10em;*/
body * {
  font-family: 'Texta';
  color: #272728; }

@media screen and (max-width: 1281px) and (max-height: 600px) {
  body {
    font-size: 14px; } }
@media screen and (max-width: 450px) and (max-height: 600px) {
  body {
    font-size: 16px !important; } }
a, a > i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a > i:hover {
    color: #272728;
    text-decoration: none; }

.disabled {
  pointer-events: none; }

.hide {
  display: none; }

.hidden {
  visibility: hidden; }

h1 {
  font-size: 6.25em; }

.sub-heading, h2 {
  font-size: 2.5em; }

.description, .detail-content > p {
  font-size: 1.25em;
  font-weight: 300; }
  .description strong, .description em, .detail-content > p strong, .detail-content > p em {
    color: #A1ABB0;
    font-weight: bold; }

.btn, section.service-slide-in .toggle-slide-button .inner-content, section.team .team-nav-container, .noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Opera and Firefox */ }

.clearfix {
  clear: both;
  width: 100%;
  display: block; }

.white {
  color: #fff; }

.orange {
  color: #FF8849; }

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

.btn {
  cursor: pointer;
  font-size: 0.75em;
  padding: 22px 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 64px; }
  .btn:hover, .btn:focus {
    outline-style: none !important; }
  .btn:focus {
    box-shadow: none !important; }

.btn-orange {
  background-color: #FF8849;
  border: 1px solid #FF8849;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0.1px #FF8849;
  -moz-box-shadow: inset 0px 0px 0.1px #FF8849;
  box-shadow: inset 0px 0px 0.1px #FF8849;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1; }
  .btn-orange:hover {
    border: 1px solid #FF8849;
    color: #FF8849;
    -webkit-box-shadow: inset 250px 0px 0px #fff !important;
    -moz-box-shadow: inset 250px 0px 0px #fff !important;
    box-shadow: inset 250px 0px 0px #fff !important; }

.btn-black {
  background-color: transparent;
  border: 1px solid #A1ABB0;
  color: #A1ABB0;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 0.1px #FF8849;
  -moz-box-shadow: inset 0px 0px 0.1px #FF8849;
  box-shadow: inset 0px 0px 0.1px #FF8849; }
  .btn-black:hover {
    border: 1px solid #FF8849;
    color: #fff !important;
    -webkit-box-shadow: inset 225px 0px 0.1px #FF8849 !important;
    -moz-box-shadow: inset 225px 0px 0.1px #FF8849 !important;
    box-shadow: inset 225px 0px 0.1px #FF8849 !important; }
  .btn-black.btn-big:hover {
    -webkit-box-shadow: inset 400px 0px 0.1px #FF8849 !important;
    -moz-box-shadow: inset 400px 0px 0.1px #FF8849 !important;
    box-shadow: inset 400px 0px 0.1px #FF8849 !important; }

/*black button is orange in small screen*/
@media screen and (max-width: 450px) {
  .btn-black {
    background-color: #FF8849;
    border: 1px solid #FF8849;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0.1px #FF8849 !important;
    -moz-box-shadow: inset 0px 0px 0.1px #FF8849 !important;
    box-shadow: inset 0px 0px 0.1px #FF8849 !important;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.075em;
    position: relative;
    z-index: 1;
    height: auto !important; }
    .btn-black:hover, .btn-black:active {
      border: 1px solid #FF8849;
      color: #FF8849 !important;
      -webkit-box-shadow: inset 250px 0px 0px #fff !important;
      -moz-box-shadow: inset 250px 0px 0px #fff !important;
      box-shadow: inset 250px 0px 0px #fff !important; } }
.bg-gray {
  background-color: #F5F6F7; }

.section-title > div {
  color: #FF8849;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  text-transform: uppercase;
  position: relative; }
  .section-title > div .number {
    color: #F9461A;
    width: 60px;
    float: left;
    font-weight: 900; }
    .section-title > div .number.underline {
      color: rgba(0, 0, 0, 0); }
      .section-title > div .number.underline:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 2px;
        width: 60px;
        max-width: 100%;
        background-color: #F9461A; }
  .section-title > div a.blog-categories, .section-title > div a.blog-categories:hover {
    color: #FF8849; }

section {
  margin-top: 9.375em;
  margin-bottom: 0px;
  width: 100%;
  float: left; }
  section .section-title {
    margin-bottom: 3.125em; }
  section .section-content {
    position: relative;
    z-index: 0; }

@media screen and (max-width: 1200px) {
  section {
    margin-top: calc(2em + 5vw); }
    section.last-section {
      border-bottom: calc(2em + 2vw) solid rgba(255, 255, 255, 0); }
    section .section-title {
      margin-bottom: calc(2em + 2vw); }
    section .sub-heading {
      line-height: calc(40px + 2vw) !important; }
    section .sub-heading.small {
      line-height: calc(40px) !important; } }
@media screen and (max-width: 450px) {
  section .sub-heading.small {
    font-size: 2.2em; } }
section.bg-gray {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
  position: relative; }

@media screen and (max-width: 991px) {
  section.bg-gray {
    padding-top: 9.375em;
    padding-bottom: 9.375em; } }
.sub-heading {
  font-size: 2.5em;
  font-weight: 300;
  color: #272728;
  position: relative; }
  .sub-heading.small {
    font-size: 1.875em; }

.no-result-found {
  color: #F9461A;
  margin-top: 50px; }
  .no-result-found p {
    font-size: 20px;
    color: #F9461A; }

.owl-prev, .owl-next {
  padding: 0;
  border: 1px solid #FF8849;
  background-color: #FF8849;
  color: #fff; }
  .owl-prev span, .owl-next span {
    opacity: 0.5;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.owl-prev:focus, .owl-next:focus, .owl-prev:hover, .owl-next:hover {
  outline-style: none !important; }
  .owl-prev:focus span, .owl-next:focus span, .owl-prev:hover span, .owl-next:hover span {
    opacity: 1; }

a.icon-link i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.custom-owl-btn .owl-prev {
  position: relative; }
  .custom-owl-btn .owl-prev span {
    color: rgba(0, 0, 0, 0); }
  .custom-owl-btn .owl-prev:after {
    content: "chevron_left";
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 27%;
    margin: 0 auto;
    font-family: 'Material Icons';
    font-style: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.25em;
    opacity: 0.5; }
  .custom-owl-btn .owl-prev:hover:after {
    opacity: 1; }
.custom-owl-btn .owl-next {
  position: relative; }
  .custom-owl-btn .owl-next span {
    color: rgba(0, 0, 0, 0); }
  .custom-owl-btn .owl-next:after {
    content: "chevron_right";
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 25%;
    margin: 0 auto;
    font-family: 'Material Icons';
    font-style: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.25em;
    opacity: 0.5; }
  .custom-owl-btn .owl-next:hover:after {
    opacity: 1; }

body.ie .custom-owl-btn .owl-prev span, body.ie .custom-owl-btn .owl-next span {
  opacity: 0.5;
  color: #fff; }
body.ie .custom-owl-btn .owl-prev:after, body.ie .custom-owl-btn .owl-next:after {
  display: none; }
body.ie .custom-owl-btn .owl-prev:hover span, body.ie .custom-owl-btn .owl-next:hover span {
  opacity: 1; }
body.ie section.partner .partners-logo img {
  min-width: 160px; }
body.ie header.sticky {
  transform: translateY(0); }
body.ie .team-owl.d-inline-flex {
  display: inline-block !important; }
  body.ie .team-owl.d-inline-flex .item {
    float: left; }

/*only edge suports -ms-ime-aligh*/
@supports (-ms-ime-align: auto) {
  .custom-owl-btn .owl-prev span, .custom-owl-btn .owl-next span {
    opacity: 0.5;
    color: #fff; }
  .custom-owl-btn .owl-prev:after, .custom-owl-btn .owl-next:after {
    display: none; }
  .custom-owl-btn .owl-prev:hover span, .custom-owl-btn .owl-next:hover span {
    opacity: 1; } }
.toggle-description {
  overflow: hidden;
  position: relative;
  /*no hove reffect in mobile*/ }
  .toggle-description .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    z-index: -1;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out; }
    .toggle-description .overlay:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .toggle-description .sub-heading .material-icons {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .toggle-description .sub-heading:hover .material-icons {
    transform: rotate(180deg); }
  .toggle-description .description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out; }
  @media screen and (min-width: 450px) {
    .toggle-description:hover .overlay {
      transform: scale(1.1); }
      .toggle-description:hover .overlay:before {
        opacity: 1; }
    .toggle-description:hover .sub-heading .material-icons {
      transform: rotate(180deg); }
    .toggle-description:hover .description {
      overflow: visible;
      max-height: 500px;
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .toggle-description .overlay {
      left: 1px;
      top: -1px; } }

.custom-select-dropdown .selected {
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 16px 20px;
  height: auto;
  font-size: 1.25em;
  margin-bottom: -1px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ced4da;
  color: #A1ABB0; }
.custom-select-dropdown .dropdown-content {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  display: none;
  list-style: none;
  border: 1px solid #ced4da;
  padding: 0;
  cursor: pointer;
  max-height: 220px;
  overflow-y: scroll;
  z-index: 2;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .custom-select-dropdown .dropdown-content li {
    padding: 16px 20px;
    font-size: 1.25em;
    color: #A1ABB0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .custom-select-dropdown .dropdown-content li:hover {
      background-color: #FF8849;
      color: #fff !important;
      cursor: pointer; }
  .custom-select-dropdown .dropdown-content::-webkit-scrollbar {
    width: 10px; }
  .custom-select-dropdown .dropdown-content::-webkit-scrollbar-track {
    background: #A1ABB0; }
  .custom-select-dropdown .dropdown-content::-webkit-scrollbar-thumb {
    background: #445761; }
  .custom-select-dropdown .dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #A1ABB0; }

section.bg-gray .custom-select-dropdown .dropdown-content {
  background-color: #F5F6F7; }

.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/*==bodycss*/
body {
  overflow-x: hidden; }
  body.no-banner {
    padding-top: calc(100px + 2vw); }
    body.no-banner nav .dropdown-menu:before {
      color: #A1ABB0; }
    body.no-banner nav .mortgage {
      border-left-color: #A1ABB0; }
      body.no-banner nav .mortgage a {
        color: #009FDA; }
        body.no-banner nav .mortgage a:hover {
          text-decoration: none;
          color: #009FDA; }
          body.no-banner nav .mortgage a:hover i {
            color: #009FDA !important; }
        body.no-banner nav .mortgage a i {
          color: #009FDA !important; }
      body.no-banner nav .mortgage.tel a {
        color: #272728; }
    body.no-banner nav .navbar-brand .primary {
      display: none; }
    body.no-banner nav .navbar-brand .secondary {
      display: block !important; }
    body.no-banner nav a, body.no-banner nav .dropdown-toggle {
      color: #A1ABB0; }
      body.no-banner nav a .fas, body.no-banner nav .dropdown-toggle .fas {
        color: #A1ABB0; }
    body.no-banner nav a:hover, body.no-banner nav .dropdown-toggle:hover, body.no-banner nav li.active a {
      color: #272728; }
      body.no-banner nav a:hover .fas, body.no-banner nav a:hover i, body.no-banner nav .dropdown-toggle:hover .fas, body.no-banner nav .dropdown-toggle:hover i, body.no-banner nav li.active a .fas, body.no-banner nav li.active a i {
        color: #272728; }

body.no-banner header:not(.header-nav-show) .navbar-toggler .nav-btn.orange {
  display: block !important; }

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: block; }
  header.no-animate {
    height: 79px !important;
    transition: none !important;
    animation: none !important;
    animation-duration: 0s !important; }
    header.no-animate * {
      transition: none !important;
      animation: none !important;
      animation-duration: 0s !important; }
  header .navbar-brand img {
    max-width: 172px; }
  header nav {
    padding: 15px 4.167% !important; }
    header nav:before {
      content: '';
      width: 10px;
      height: 80px;
      background-color: #FF8849;
      position: absolute;
      left: -15px;
      top: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    header nav li.dropdown:hover .dropdown-menu {
      display: block; }
    header nav .dropdown-toggle::after {
      position: absolute;
      right: 20px;
      top: 15px;
      font-size: 16px; }
    header nav span.dropdown-toggle {
      position: absolute;
      right: 0px;
      top: 0;
      z-index: 999;
      cursor: pointer;
      /*color: $color_light_black;
      &:hover {
        color: $color_white;
      }*/ }
    header nav .dropdown-menu {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background-color: #fff;
      padding: 0; }
      header nav .dropdown-menu a {
        padding: 13px 20px;
        font-weight: 500; }
        header nav .dropdown-menu a:hover {
          background-color: #FF8849;
          color: #fff !important; }
      header nav .dropdown-menu:before {
        content: "arrow_drop_up";
        position: absolute;
        color: #fff;
        left: 20%;
        top: -17px;
        font-family: 'Material Icons';
        font-style: normal;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 20px;
        width: 50%; }
  header .nav-item {
    padding: 0px 1.4em !important; }
    header .nav-item.dropdown {
      padding: 0px 2.4em 0 1.4em !important; }
    header .nav-item > a {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  header nav a {
    color: rgba(255, 255, 255, 0.7);
    font-family: Texta;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.5em;
    text-transform: uppercase; }
    header nav a:hover {
      color: #fff; }
  header nav a.navbar-brand {
    padding-left: 0 !important; }
  header nav .mortgage {
    border-left: 1px solid #fff; }
    header nav .mortgage a {
      color: #fff;
      position: relative;
      padding-right: 0px; }
      header nav .mortgage a i {
        color: #fff;
        position: absolute;
        right: -15px;
        top: 12px;
        font-size: 1em; }
      header nav .mortgage a:hover {
        text-decoration: none;
        color: #fff; }
  header nav a:hover, header nav .active > a {
    color: #fff; }
  @media screen and (min-width: 1341px) and (max-width: 1440px) {
    header .nav-item {
      padding: 0 1vw !important; } }
  @media screen and (min-width: 1250px) and (max-width: 1340px) {
    header .nav-item {
      padding: 0 0.8vw !important; }
    header nav .mortgage a i {
      right: -15px; } }
  @media screen and (min-width: 1200px) and (max-width: 1249px) {
    header .nav-item {
      padding: 0 0.6vw !important; }
    header nav .mortgage a i {
      right: -15px; } }
  @media screen and (max-width: 1200px) {
    header .navbar-toggler {
      outline-style: none;
      padding-right: 0; }
      header .navbar-toggler .material-icons {
        font-size: 45px;
        color: #fff;
        padding-top: 5px;
        padding-right: 15px; }
    header nav .mortgage a i {
      right: 15px; } }
  @media screen and (max-width: 450px) {
    header .container-fluid {
      padding-right: 0; }
    header .dropdown-toggle {
      right: 15px; }
    header .navbar-toggler .material-icons {
      padding-top: 0px;
      padding-right: 5px; }
    header nav .mortgage a i {
      right: 15px;
      font-size: 0.75em !important;
      padding-top: 3px; } }

header.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  transform: translateY(-100%);
  background-color: #fff;
  -webkit-transition: background 0.25s, transform 0.3s;
  -moz-transition: background 0.25s, transform 0.3s;
  -ms-transition: background 0.25s, transform 0.3s;
  -o-transition: background 0.25s, transform 0.3s;
  transition: background 0.25s, transform 0.3s; }
  header.sticky nav .secondary {
    display: block !important; }
  header.sticky nav .primary {
    display: none; }
  header.sticky nav .mortgage {
    border-left-color: #A1ABB0; }
    header.sticky nav .mortgage a {
      color: #009FDA; }
      header.sticky nav .mortgage a:hover {
        color: #009FDA;
        text-decoration: none; }
        header.sticky nav .mortgage a:hover i {
          color: #009FDA !important; }
      header.sticky nav .mortgage a i {
        color: #009FDA; }
    header.sticky nav .mortgage.tel a {
      color: #272728; }
  header.sticky nav a, header.sticky nav .dropdown-toggle {
    color: #A1ABB0; }
    header.sticky nav a .fas, header.sticky nav .dropdown-toggle .fas {
      color: #272728; }
  header.sticky nav a:hover, header.sticky nav .dropdown-toggle:hover {
    color: #272728; }
    header.sticky nav a:hover .fas, header.sticky nav a:hover i, header.sticky nav .dropdown-toggle:hover .fas, header.sticky nav .dropdown-toggle:hover i {
      color: #272728 !important; }
  header.sticky nav .nav-item.active a {
    color: #272728; }

@media screen and (max-width: 1200px) {
  header nav, .navbar-collapse {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

  ul.navbar-nav {
    text-align: left; } }
header.animate-nav {
  transition: background 0.25s; }

header.sticky.animate-nav {
  transition: background 0.25s, transform 0s !important; }

header.is-active {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: background 0.25s, transform 0.3s;
  -moz-transition: background 0.25s, transform 0.3s;
  -ms-transition: background 0.25s, transform 0.3s;
  -o-transition: background 0.25s, transform 0.3s;
  transition: background 0.25s, transform 0.3s; }
  header.is-active nav .mortgage a i {
    color: #009FDA; }
  header.is-active .dropdown-menu:before {
    color: #A1ABB0; }

header.sticky:not(.header-nav-show) nav .navbar-toggler {
  padding-top: 15px; }
  header.sticky:not(.header-nav-show) nav .navbar-toggler .nav-btn {
    display: none; }
  header.sticky:not(.header-nav-show) nav .navbar-toggler .nav-btn.orange {
    display: block !important; }

header.header-nav-show {
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0;
  opacity: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #FF8849;
  z-index: 1000;
  transform: translateY(0%) !important; }
  header.header-nav-show:before {
    content: '';
    width: 10px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  header.header-nav-show .navbar-toggler {
    position: fixed;
    top: 15px;
    right: calc(0px + 2vw); }
    header.header-nav-show .navbar-toggler .nav-btn {
      display: none; }
    header.header-nav-show .navbar-toggler .material-icons {
      display: block !important;
      margin-right: 10px;
      margin-top: -3px; }
  header.header-nav-show .collapse {
    opacity: 1; }
  header.header-nav-show nav.navbar {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
    header.header-nav-show nav.navbar .primary {
      display: block !important; }
    header.header-nav-show nav.navbar .secondary {
      display: none !important; }
    header.header-nav-show nav.navbar a, header.header-nav-show nav.navbar .navbar-collapse {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important; }
    header.header-nav-show nav.navbar:before {
      display: none; }
    header.header-nav-show nav.navbar .navbar-brand {
      position: fixed;
      top: 5px;
      left: 15px;
      padding: 15px 4.167% !important; }
    header.header-nav-show nav.navbar ul.navbar-nav {
      display: block;
      margin: 0 auto; }
      header.header-nav-show nav.navbar ul.navbar-nav .dropdown-toggle::after {
        display: none; }
      header.header-nav-show nav.navbar ul.navbar-nav .nav-link {
        font-size: 5vh;
        padding-left: 0 !important;
        color: #fff; }
        header.header-nav-show nav.navbar ul.navbar-nav .nav-link i, header.header-nav-show nav.navbar ul.navbar-nav .nav-link span {
          color: #fff; }
        header.header-nav-show nav.navbar ul.navbar-nav .nav-link:hover {
          color: #272728; }
          header.header-nav-show nav.navbar ul.navbar-nav .nav-link:hover i, header.header-nav-show nav.navbar ul.navbar-nav .nav-link:hover span {
            color: #272728 !important; }
      header.header-nav-show nav.navbar ul.navbar-nav .nav-item.mortgage {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 4.167%;
        background-color: #009FDA; }
        header.header-nav-show nav.navbar ul.navbar-nav .nav-item.mortgage a {
          border-left: none; }
        header.header-nav-show nav.navbar ul.navbar-nav .nav-item.mortgage .material-icons {
          font-size: 1em; }
      header.header-nav-show nav.navbar ul.navbar-nav .dropdown-menu {
        display: none !important; }
      header.header-nav-show nav.navbar ul.navbar-nav .nav-contact {
        position: relative;
        margin-top: 1em;
        padding-top: 1em; }
        header.header-nav-show nav.navbar ul.navbar-nav .nav-contact:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #fff;
          opacity: 0.1; }
        header.header-nav-show nav.navbar ul.navbar-nav .nav-contact span {
          font-size: 12px;
          margin-right: 20px;
          font-weight: bold; }
        header.header-nav-show nav.navbar ul.navbar-nav .nav-contact .callus {
          padding: 0.1em 15px;
          background-color: #F9461A; }
          header.header-nav-show nav.navbar ul.navbar-nav .nav-contact .callus .fa-phone {
            transform: rotate(100deg); }
        header.header-nav-show nav.navbar ul.navbar-nav .nav-contact .left {
          float: left; }
          header.header-nav-show nav.navbar ul.navbar-nav .nav-contact .left a {
            display: inline-block;
            margin-right: 20px; }
        header.header-nav-show nav.navbar ul.navbar-nav .nav-contact i {
          font-size: 3.5vh;
          color: #fff; }
  @media screen and (max-width: 768px) {
    header.header-nav-show nav.navbar ul.navbar-nav {
      display: block;
      margin: 0 auto; }
      header.header-nav-show nav.navbar ul.navbar-nav .nav-link {
        font-size: 7vm;
        font-size: 7vmin;
        line-height: 1.3em; }
      header.header-nav-show nav.navbar ul.navbar-nav .nav-item.mortgage {
        bottom: 0px;
        padding: 5px 4.167%; }
      header.header-nav-show nav.navbar ul.navbar-nav .nav-contact .callus {
        padding: 8px 15px; } }
  @media screen and (max-height: 450px) and (orientation: landscape) {
    header.header-nav-show #navbarNav {
      height: 75vm;
      height: 75vmin;
      overflow-y: auto;
      padding: 20px; }
    header.header-nav-show nav.navbar {
      top: 15px; }
      header.header-nav-show nav.navbar ul.navbar-nav .nav-link {
        font-size: 7vm;
        font-size: 7vmin; } }
  @media screen and (max-width: 350px) {
    header.header-nav-show nav.navbar ul.navbar-nav .nav-item.mortgage a i {
      top: 12px; } }

/*==banner*/
section.banner {
  overflow: hidden;
  min-height: 500px;
  height: 100vh;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  z-index: 2; }
  section.banner .banner-content {
    position: relative;
    width: 100%;
    z-index: 1; }
    section.banner .banner-content h1 {
      color: #fff;
      font-family: Texta;
      font-size: 6.25em;
      font-weight: 900;
      line-height: 1em; }
      section.banner .banner-content h1 span.orange {
        display: block; }
    section.banner .banner-content .banner-scroll {
      background: #fff;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center; }
      section.banner .banner-content .banner-scroll .text-left, section.banner .banner-content .banner-scroll .text-right {
        color: #F9461A; }
      section.banner .banner-content .banner-scroll .left {
        width: calc(100% - 90px);
        text-align: right;
        padding-right: 30px;
        text-transform: uppercase;
        font-size: 0.75em;
        font-weight: bold;
        letter-spacing: 0.075em;
        line-height: 1.5em;
        color: #F9461A; }
      section.banner .banner-content .banner-scroll .left.justify-content-between {
        padding-right: 30px;
        padding-left: 30px; }
      section.banner .banner-content .banner-scroll .arrow-container {
        width: 90px;
        text-align: center;
        background-color: #FF8849;
        height: 100%;
        display: flex;
        align-items: center;
        cursor: pointer; }
        section.banner .banner-content .banner-scroll .arrow-container a {
          text-align: center;
          margin: 0 auto;
          line-height: 12px; }
        section.banner .banner-content .banner-scroll .arrow-container i {
          margin: 0 auto;
          color: #fff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          section.banner .banner-content .banner-scroll .arrow-container i.down {
            transform: rotate(270deg); }
          section.banner .banner-content .banner-scroll .arrow-container i.right {
            transform: rotate(180deg); }
        section.banner .banner-content .banner-scroll .arrow-container:hover i {
          opacity: 1; }
      section.banner .banner-content .banner-scroll.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 91.667%; }
  section.banner.Contact-banner {
    background: none !important; }
  section.banner .map-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    section.banner .map-content:before {
      content: '';
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(39, 39, 40, 0.6); }
  @media screen and (max-width: 1281px) {
    section.banner .banner-content h1 {
      font-size: calc(3em + 3vw);
      margin-bottom: 15px; }
    section.banner .banner-content .banner-scroll {
      height: calc(60px + 1vw); }
      section.banner .banner-content .banner-scroll .left {
        width: calc(100% - calc(70px + 1vw)); }
      section.banner .banner-content .banner-scroll .right {
        width: calc(70px + 1vw); } }
  @media screen and (max-width: 450px) {
    section.banner .banner-content h1 {
      margin-bottom: 60px; }
    section.banner.banner .arrow-container.prev, section.banner.banner .arrow-container.next, section.banner.banner .text-right {
      display: none; } }
  @media screen and (min-width: 768px) {
    section.banner {
      margin-bottom: -1.5em !important; } }

@media screen and (max-width: 768px) {
  body.Contact .direction-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-right: 0; }
    body.Contact .direction-bar .arrow-container {
      width: 75px !important; }
  body.Contact .service-slide-in {
    display: none; } }

body:not(.Home) section.banner .banner-content h1 {
  font-size: 5em; }
@media screen and (max-width: 768px) {
  body:not(.Home) section.banner .banner-content h1 {
    font-size: calc(3em + 3vw);
    margin-bottom: 70px; } }

.banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0; }

/*==selideInService*/
section.service-slide-in {
  max-width: 1200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.2);
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
  transform: translateX(100%);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease; }
  section.service-slide-in .description {
    margin: 3.125em 0 0;
    color: #A1ABB0;
    font-size: 1.25em; }
  section.service-slide-in .slide-in-contents {
    background-color: #fff;
    padding-top: 9.375em;
    padding-bottom: 9.375em;
    padding-left: 6.25em;
    padding-right: 6.25em;
    height: 100vh;
    overflow-y: scroll !important;
    overflow-x: hidden;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    section.service-slide-in .slide-in-contents::-webkit-scrollbar {
      width: 2px; }
    section.service-slide-in .slide-in-contents::-webkit-scrollbar-track {
      background: #fff; }
    section.service-slide-in .slide-in-contents::-webkit-scrollbar-thumb {
      background: #fff; }
    section.service-slide-in .slide-in-contents::-webkit-scrollbar-thumb:hover {
      background: #fff; }
  section.service-slide-in ul {
    margin: 3.125em 0 0;
    padding: 0;
    list-style: none; }
    section.service-slide-in ul li {
      padding: 0;
      margin-bottom: 1.25em;
      width: 360px;
      max-width: 100%; }
      section.service-slide-in ul li a {
        display: block; }
  section.service-slide-in .toggle-slide-button {
    background-color: #000;
    position: relative;
    top: 30vh;
    cursor: pointer; }
    section.service-slide-in .toggle-slide-button .inner-content {
      -webkit-box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.2);
      -moz-box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.2);
      box-shadow: 0px 0px 20px 0px rgba(200, 200, 200, 0.2);
      background-color: #FF8849;
      position: absolute;
      top: 0px;
      white-space: nowrap;
      left: -30px;
      -webkit-transform: rotate(90deg);
      -webkit-transform-origin: left center;
      -moz-transform: rotate(90deg);
      -moz-transform-origin: left center;
      -ms-transform: rotate(90deg);
      -ms-transform-origin: left center;
      -o-transform: rotate(90deg);
      -o-transform-origin: left center;
      transform: rotate(90deg);
      margin: 0 auto;
      width: 20em;
      height: 60px;
      text-transform: uppercase; }
    section.service-slide-in .toggle-slide-button .slide-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      background-color: #fff; }
      section.service-slide-in .toggle-slide-button .slide-logo img {
        max-width: 60%; }
    section.service-slide-in .toggle-slide-button span {
      font-size: 0.75em;
      color: #fff;
      font-weight: bold;
      margin-left: 15px;
      margin: 0 auto; }
    section.service-slide-in .toggle-slide-button .arrow-container {
      display: block;
      width: 60px;
      text-align: center;
      background-color: #fff;
      height: 100%;
      display: flex;
      align-items: center;
      cursor: pointer;
      text-align: center; }
      section.service-slide-in .toggle-slide-button .arrow-container i {
        color: #FF8849;
        opacity: 0.5;
        transform: rotate(270deg);
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease; }
      section.service-slide-in .toggle-slide-button .arrow-container:hover i {
        opacity: 1;
        cursor: pointer; }
  section.service-slide-in .slide-in-logo {
    margin: 3.125em 0 0; }
  section.service-slide-in.active-toggle {
    transform: translateX(58.4%); }
    section.service-slide-in.active-toggle .toggle-slide-button .inner-content .arrow-container i {
      opacity: 0.5;
      transform: rotate(90deg); }
  @media screen and (max-width: 1200px) {
    section.service-slide-in.active-toggle {
      transform: translateX(45%); } }
  @media screen and (max-width: 767px) {
    section.service-slide-in {
      transform: translate(0%, 100%);
      top: auto;
      right: auto;
      left: 0;
      bottom: 0 !important; }
      section.service-slide-in ul li {
        width: 100%; }
      section.service-slide-in .toggle-slide-button {
        background-color: #000;
        position: relative;
        top: 0vh; }
        section.service-slide-in .toggle-slide-button .inner-content {
          height: 70px;
          top: -70px;
          left: -15px;
          right: 0;
          margin: 0 auto;
          white-space: nowrap;
          -webkit-transform: rotate(0deg);
          -webkit-transform-origin: center top;
          -moz-transform: rotate(0deg);
          -moz-transform-origin: center top;
          -ms-transform: rotate(0deg);
          -ms-transform-origin: center top;
          -o-transform: rotate(0deg);
          -o-transform-origin: center top;
          transform: rotate(0deg);
          transform-origin: center top;
          width: calc(100% + 30px); }
        section.service-slide-in .toggle-slide-button .slide-logo {
          width: 70px; }
        section.service-slide-in .toggle-slide-button .arrow-container {
          width: 70px; }
          section.service-slide-in .toggle-slide-button .arrow-container i {
            opacity: 0.5;
            transform: rotate(90deg); }
      section.service-slide-in.active-toggle {
        transform: translate(0%, calc(0% + 70px));
        top: 0;
        bottom: auto; }
        section.service-slide-in.active-toggle .toggle-slide-button .inner-content .arrow-container i {
          opacity: 0.5;
          transform: rotate(270deg); } }
  @media screen and (min-height: 700px) {
    section.service-slide-in .slide-in-contents {
      display: flex;
      align-items: center;
      padding-left: 3.125em;
      padding-right: 3.125em; } }
  @media screen and (max-width: 450px) {
    section.service-slide-in .slide-in-contents {
      padding-left: 1.5em !important;
      padding-right: 1.5em !important; }
      section.service-slide-in .slide-in-contents .description {
        margin-top: 1.5em; } }
  @media screen and (max-width: 350px) {
    section.service-slide-in.active-toggle {
      transform: translate(0%, calc(0% + 60px)); }
    section.service-slide-in .toggle-slide-button .inner-content {
      height: 60px;
      top: -60px; } }

body.Advisers .service-slide-in, body.Adviser .service-slide-in {
  display: none; }
@media screen and (max-width: 768px) {
  body.Advisers header.header-nav-show nav.navbar, body.Adviser header.header-nav-show nav.navbar {
    top: 0px; }
    body.Advisers header.header-nav-show nav.navbar ul.navbar-nav .nav-link, body.Adviser header.header-nav-show nav.navbar ul.navbar-nav .nav-link {
      font-size: 4.5vh; }
    body.Advisers header.header-nav-show nav.navbar ul.navbar-nav .nav-item.mortgage, body.Adviser header.header-nav-show nav.navbar ul.navbar-nav .nav-item.mortgage {
      bottom: 0px; } }

/*==service*/
section.services .section-content .sub-heading {
  margin-bottom: 0; }
section.services .section-content .description {
  margin: 3.125em 0 0;
  font-size: 1.25em;
  color: #A1ABB0; }
  section.services .section-content .description p, section.services .section-content .description span {
    color: #A1ABB0; }
    section.services .section-content .description p:last-child, section.services .section-content .description span:last-child {
      margin-bottom: 0; }
    section.services .section-content .description p strong, section.services .section-content .description p em, section.services .section-content .description span strong, section.services .section-content .description span em {
      color: #A1ABB0;
      font-weight: bold; }
section.services .service-item {
  margin-top: 6.25em; }
section.services .services-blocks {
  width: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  padding-left: 0;
  padding-bottom: 0;
  min-height: 600px;
  width: 30%; }
  section.services .services-blocks.small-block {
    min-height: calc(300px + 2vw);
    min-height: 400px;
    margin-bottom: 30px;
    width: 32%; }
  section.services .services-blocks .content-wrapper {
    padding: 20px 20px 0 0;
    background-color: #fff;
    width: calc(100% - 60px); }
    section.services .services-blocks .content-wrapper .sub-heading:after {
      content: "call_made";
      position: absolute;
      color: #FF8849;
      right: 0;
      top: 5px;
      font-family: 'Material Icons';
      font-style: normal;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 20px; }
    section.services .services-blocks .content-wrapper .description {
      color: #A1ABB0;
      font-size: 1.25em;
      line-height: 1.5; }
      section.services .services-blocks .content-wrapper .description .read-more {
        margin-top: 20px;
        display: inline-table;
        font-size: 12px; }
  @media screen and (min-width: 450px) {
    section.services .services-blocks .content-wrapper.active .sub-heading:after, section.services .services-blocks:hover .content-wrapper .sub-heading:after {
      transform: rotate(180deg); } }
@media screen and (min-width: 991px) {
  section.services .margin-right-block {
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }
    section.services .margin-right-block .services-blocks.small-block {
      margin-right: 2%; }
      section.services .margin-right-block .services-blocks.small-block:nth-child(3n + 0) {
        margin-right: 0; } }
@media screen and (max-width: 1200px) {
  section.services .service-item {
    margin-top: calc(2.5em + 2vw); }
    section.services .service-item .services-blocks .content-wrapper {
      padding: 15px;
      background-color: #fff;
      width: 100%; } }
@media screen and (max-width: 991px) {
  section.services .service-item {
    margin-top: calc(2.5em + 2vw); }
    section.services .service-item .services-blocks {
      min-height: 450px;
      margin-bottom: 20px;
      display: block;
      width: 100%; }
      section.services .service-item .services-blocks .content-wrapper {
        padding: 20px;
        width: calc(100% - 60px); }
      section.services .service-item .services-blocks.small-block {
        min-height: calc(300px + 2vw);
        margin-bottom: 30px;
        width: 48%; }
        section.services .service-item .services-blocks.small-block:nth-child(2n - 1) {
          margin-right: 2%; } }
@media screen and (max-width: 768px) {
  section.services .service-item {
    margin-top: calc(2.5em + 2vw); }
  section.services .services-blocks {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    min-height: calc(300px + 2vw) !important; }
    section.services .services-blocks.small-block {
      width: 100% !important;
      margin-right: 0 !important; } }
@media screen and (max-width: 450px) {
  section.services .service-item .services-blocks .content-wrapper {
    width: calc(100% - 0px);
    padding-left: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.services .services-blocks .content-wrapper .description.small-description {
    font-size: 1em;
    line-height: 1.3; } }

section.services + footer {
  margin-top: 6.25em; }

section.services + section#service-section-before-subscription .service-item {
  margin-top: 0; }

@media screen and (max-width: 450px) {
  body.ServiceItem section.services .services-blocks.small-block .overlay {
    height: 220px; }
  body.ServiceItem section.services .services-blocks.small-block .content-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: 220px; }
    body.ServiceItem section.services .services-blocks.small-block .content-wrapper .sub-heading:after {
      display: none; }
  body.ServiceItem section.services .services-blocks.small-block .description {
    max-height: 100%;
    opacity: 1; } }

/*==kiwisaver*/
section.kiwisaver .content-wrapper {
  padding: 3.125em 0; }
section.kiwisaver .description {
  color: #A1ABB0;
  font-size: 1.25em;
  line-height: 1.5; }
  section.kiwisaver .description .read-more {
    margin-top: 30px;
    display: inline-table;
    font-size: 12px; }
section.kiwisaver .img-container {
  min-height: 250px;
  height: 100%; }
@media screen and (max-width: 991px) {
  section.kiwisaver .content-wrapper {
    padding: 4.125em; } }
@media screen and (max-width: 768px) {
  section.kiwisaver .content-wrapper {
    padding: 3.125em 0; } }

/*==advisers*/
section.adviser {
  padding-top: 9.375em;
  position: relative; }
  section.adviser .overlay {
    width: 66.67%;
    height: 85%;
    max-height: 800px;
    -webkit-background-size: calc(1100px + 75vh) !important;
    background-size: calc(1100px + 75vh) !important;
    min-height: 500px;
    position: absolute;
    top: 0px; }
  section.adviser .adviser-map {
    padding: 20px;
    text-align: center; }
    section.adviser .adviser-map img {
      width: 100%;
      max-width: 620px;
      max-height: 650px; }
    @media screen and (max-width: 1281px) {
      section.adviser .adviser-map {
        margin-top: calc(1200px - 100%); } }
  section.adviser.half-width {
    padding-top: 0;
    margin-top: 6.25em;
    margin-bottom: 9.375em; }
    section.adviser.half-width .overlay {
      width: 50%;
      height: 100%;
      right: 0px;
      -webkit-background-size: contain !important;
      background-size: contain !important; }
    section.adviser.half-width .adviser-form {
      padding-bottom: 80px; }
  section.adviser .adviser-form {
    padding-top: 9.375em;
    background-color: #fff; }
    section.adviser .adviser-form form {
      margin: calc(50px + 1vw) 0 0; }
      section.adviser .adviser-form form .form-group {
        position: relative; }
        section.adviser .adviser-form form .form-group i {
          position: absolute;
          top: 22px;
          right: 16px;
          pointer-events: none;
          font-size: 20px;
          color: #A1ABB0; }
          section.adviser .adviser-form form .form-group i:hover {
            cursor: pointer; }
      section.adviser .adviser-form form select {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
        padding: 16px 20px;
        height: auto;
        font-size: 20px;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer; }
        section.adviser .adviser-form form select:focus {
          outline-color: transparent !important;
          box-shadow: none !important;
          border: 1px solid #A1ABB0; }
      section.adviser .adviser-form form button {
        margin-top: calc(20px + 1vw); }
      section.adviser .adviser-form form a.show-all {
        padding: 22px 50px;
        text-transform: uppercase;
        font-size: 0.75em;
        font-weight: bold;
        color: #A1ABB0;
        letter-spacing: 0.075em; }
  section.adviser.bg-gray {
    padding-top: 0;
    /* &:before {
       content: '';
       position: absolute;
       top: 0;
       right: 0;
       width: 16.666%;
       height: calc(50px + 3vw);
       background-color: $color_white;
     }*/ }
    section.adviser.bg-gray .adviser-form {
      background-color: transparent; }
  @media screen and (max-width: 991px) {
    section.adviser .overlay {
      -webkit-background-size: cover !important;
      background-size: cover !important; }
    section.adviser .overlay {
      width: 100%; }
    section.adviser .adviser-form {
      padding-bottom: 4vw;
      background-color: transparent !important;
      margin-top: calc(150px + 4vw) !important; }
      section.adviser .adviser-form:before {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 83.33%;
        height: 100%;
        top: calc(-0px - 1.5vw);
        left: 0; }
      section.adviser .adviser-form .section-title {
        width: 100%;
        top: 6.25em; }
      section.adviser .adviser-form .section-content {
        background-color: #fff; }
      section.adviser .adviser-form form {
        margin: calc(50px + 1vw) 0 0; }
        section.adviser .adviser-form form button {
          margin-top: calc(20px + 1vw); }
    section.adviser.half-width .adviser-form {
      margin-top: calc(40px + 4vw) !important; } }
  @media screen and (max-width: 450px) {
    section.adviser.half-width .adviser-form {
      margin-top: 4vw !important; }
      section.adviser.half-width .adviser-form form button {
        padding-left: 20px;
        padding-right: 20px; }
    section.adviser:not(.half-width) .overlay {
      height: 350px;
      min-height: 350px;
      background-position: center center !important; }
    section.adviser:not(.half-width) .adviser-form {
      background-color: #fff !important; }
      section.adviser:not(.half-width) .adviser-form:before {
        display: none; }
      section.adviser:not(.half-width) .adviser-form .section-title {
        position: relative;
        top: 0; } }
  @media screen and (min-height: 600px) and (min-width: 1281px) {
    section.adviser.half-width {
      margin-top: 6.25em; } }

section.adviser.bg-gray .adviser-form {
  padding-top: 0;
  background-color: transparent; }
@media screen and (max-width: 991px) {
  section.adviser.bg-gray .adviser-form {
    margin-top: 0 !important;
    background-color: transparent !important; }
    section.adviser.bg-gray .adviser-form:before {
      display: none; }
    section.adviser.bg-gray .adviser-form .section-title {
      position: relative;
      width: 100%;
      top: 0px; }
    section.adviser.bg-gray .adviser-form .section-content {
      background-color: transparent; } }

/*==advisersearch*/
section.about .description {
  margin: 3.125em 0 0;
  color: #A1ABB0;
  font-size: 1.25em; }
  section.about .description p:last-of-type {
    margin-bottom: 0; }
section.about .btn-black {
  margin-top: 6.25em;
  float: left; }

/*==vidoe*/
section.video-block .description {
  margin: 3.125em 0 0;
  color: #A1ABB0;
  font-size: 1.25em; }
  section.video-block .description p:last-of-type {
    margin-bottom: 0; }
section.video-block .item {
  width: 100%;
  padding-top: 90%;
  position: relative;
  margin-top: -11.5%;
  margin-bottom: -11.5%; }
  section.video-block .item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer !important; }
section.video-block .btn-black {
  margin-top: 6.25em;
  float: left; }
section.video-block #video-nav {
  transform: translateY(-100%);
  width: 50%;
  background-color: #fff; }
section.video-block .material-icons {
  position: absolute;
  z-index: 1;
  color: #fff;
  border: 40px solid #FF8849;
  background-color: #FF8849;
  border-radius: 50%;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  section.video-block .material-icons:hover {
    cursor: pointer !important; }
section.video-block img.overlay {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: auto !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
section.video-block .playing .material-icons {
  opacity: 0;
  pointer-events: none; }
@media screen and (max-width: 1281px) {
  section.video-block .item {
    padding-top: 90%; } }
@media screen and (max-width: 991px) {
  section.video-block .item {
    padding-top: 80%; }
  section.video-block .material-icons {
    border: 20px solid #FF8849; } }
@media screen and (max-width: 768px) {
  section.video-block #video-nav {
    margin-left: 0px; }
  section.video-block .material-icons {
    width: 50px;
    height: 50px; } }

section.partner .partners-logo {
  text-align: center; }
  section.partner .partners-logo .partner-item {
    height: calc(110px + 2vw);
    max-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left; }
  section.partner .partners-logo img {
    max-width: 180px;
    width: 90%; }
section.partner .owl-theme .owl-dots .owl-dot span {
  width: 6px !important;
  height: 6px !important;
  margin: 0 5px !important; }
section.partner .btn-black {
  margin-top: calc(20px + 1vw);
  float: left; }
section.partner .partners-logo {
  padding-top: 3.125em; }
@media screen and (max-width: 768px) {
  section.partner .partners-logo img {
    width: 75%;
    padding-top: 25px; } }

section.case-studies {
  padding-top: 9.375em;
  overflow: hidden;
  position: relative; }
  section.case-studies .overlay {
    width: 58.33%;
    height: calc(100% + 20vw);
    -webkit-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: 0px;
    right: 0; }
  section.case-studies .case-studies-wrapper {
    padding-top: 9.375em;
    background-color: #fff; }
    section.case-studies .case-studies-wrapper .section-content {
      background-color: #fff; }
      section.case-studies .case-studies-wrapper .section-content .case-studies-owl {
        padding-bottom: 6.25em; }
        section.case-studies .case-studies-wrapper .section-content .case-studies-owl .owl-item .item {
          opacity: 0;
          -webkit-transition: all 1s ease-in-out;
          -moz-transition: all 1s ease-in-out;
          -ms-transition: all 1s ease-in-out;
          -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out; }
        section.case-studies .case-studies-wrapper .section-content .case-studies-owl .owl-item.active .item {
          opacity: 1; }
  section.case-studies .description {
    margin: 1.875em 0 0;
    color: #A1ABB0;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.075em; }
  section.case-studies #case-studies-nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2; }
  section.case-studies #case-studies-counter {
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.5em;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0;
    color: #A1ABB0; }

@media screen and (max-width: 1281px) {
  section.case-studies .case-studies-wrapper {
    padding-top: calc(80px + 3vw); }
    section.case-studies .case-studies-wrapper .case-studies-owl {
      padding-bottom: 4em; }
    section.case-studies .case-studies-wrapper .case-studies-owl {
      padding-bottom: 4em; } }
@media screen and (max-width: 991px) {
  section.case-studies .container-fluid {
    margin-bottom: -1px; }
  section.case-studies .overlay {
    width: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important; }
  section.case-studies .case-studies-wrapper .section-content {
    background-color: #fff; }
  section.case-studies .case-studies-wrapper:before {
    content: '';
    width: 83.33%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0px;
    position: absolute; }
  section.case-studies #case-studies-nav {
    left: 15px; } }
@media screen and (max-width: 767px) {
  section.case-studies .case-studies-wrapper.bg-white.col-1 {
    display: none; } }
@media screen and (max-width: 450px) {
  section.case-studies .overlay {
    height: 350px;
    background-position: center center !important; }
  section.case-studies .case-studies-wrapper {
    background-color: #fff !important; }
    section.case-studies .case-studies-wrapper .section-content {
      background-color: #fff; }
    section.case-studies .case-studies-wrapper:before {
      display: none; }
  section.case-studies #case-studies-nav {
    left: 15px; } }
/*blog*/
section.blog {
  overflow: hidden;
  margin-bottom: 9.375em; }
  section.blog .section-content .description > p {
    font-size: 1.25em;
    color: #A1ABB0; }
  section.blog .blog-categories {
    padding: 0;
    float: right;
    list-style-type: none; }
    section.blog .blog-categories li {
      display: inline-block;
      padding-right: 20px; }
      section.blog .blog-categories li a {
        color: #A1ABB0; }
      section.blog .blog-categories li:last-child {
        padding-right: 0; }
      section.blog .blog-categories li.active a {
        color: #272728 !important; }
  section.blog .blog-owl .owl-stage-outer {
    overflow: visible !important; }
  section.blog .blog-owl .item {
    width: 500px !important;
    max-width: 100%;
    margin-right: 0px;
    min-height: 350px;
    padding-top: 290px;
    display: flex;
    position: relative; }
    section.blog .blog-owl .item .overlay-wrapper {
      position: absolute;
      width: 100%;
      min-height: 350px;
      top: 0;
      left: 0;
      overflow: hidden; }
    section.blog .blog-owl .item .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      -webkit-background-size: cover !important;
      background-size: cover !important;
      -webkit-background-size: cover !important;
      background-size: cover !important;
      -webkit-transition: all 0.7s ease-out;
      -moz-transition: all 0.7s ease-out;
      -ms-transition: all 0.7s ease-out;
      -o-transition: all 0.7s ease-out;
      transition: all 0.7s ease-out; }
      section.blog .blog-owl .item .overlay:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    section.blog .blog-owl .item .content-wrapper {
      background-color: #fff;
      position: relative;
      width: calc(100% - 60px);
      padding-top: 15px; }
      section.blog .blog-owl .item .content-wrapper .sub-heading a:hover {
        text-decoration: none;
        color: #272728; }
      section.blog .blog-owl .item .content-wrapper .description {
        display: none;
        margin-top: 15px;
        letter-spacing: 0.075em;
        line-height: 1.5em;
        color: #A1ABB0;
        text-transform: uppercase;
        font-size: 0.75em;
        font-weight: bold; }
        section.blog .blog-owl .item .content-wrapper .description a, section.blog .blog-owl .item .content-wrapper .description a:hover {
          color: #A1ABB0; }
    section.blog .blog-owl .item .icon-link {
      position: absolute;
      width: 60px;
      height: 60px;
      right: 0;
      top: 350px;
      justify-content: center;
      align-items: center;
      display: flex; }
      section.blog .blog-owl .item .icon-link:hover {
        text-decoration: none; }
      section.blog .blog-owl .item .icon-link i {
        color: #FF8849; }
    section.blog .blog-owl .item:hover .overlay {
      transform: scale(1.1); }
      section.blog .blog-owl .item:hover .overlay:before {
        opacity: 1; }
  section.blog .owl-nav-container {
    padding-top: 6.25em; }
  section.blog .btn-black {
    float: left; }
  section.blog.bg-gray .blog-owl .item .content-wrapper {
    background-color: #F5F6F7; }
  @media screen and (max-width: 768px) {
    section.blog .blog-owl .item .content-wrapper {
      width: calc(100% - 0px);
      padding-right: 60px; }
    section.blog .blog-owl .item .icon-link {
      top: 300px; } }
  @media screen and (max-width: 450px) {
    section.blog .owl-stage {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    section.blog .blog-owl .item {
      width: calc(100% - 15px) !important; } }

/*blog*/
section.blog.news-page .blog-categories {
  margin-top: 6.25em;
  float: left; }
section.blog.news-page .news-items .item {
  padding-top: 276px;
  min-height: calc(336px + 60px);
  display: flex;
  position: relative; }
  section.blog.news-page .news-items .item .overlay-wrapper {
    position: absolute;
    width: 100%;
    height: 336px;
    overflow: hidden;
    top: 0;
    left: 0; }
  section.blog.news-page .news-items .item .overlay {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out; }
    section.blog.news-page .news-items .item .overlay:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  section.blog.news-page .news-items .item .content-wrapper {
    background-color: #fff;
    position: relative;
    width: calc(100% - 60px);
    padding-top: 15px; }
    section.blog.news-page .news-items .item .content-wrapper .sub-heading a:hover {
      color: #272728; }
    section.blog.news-page .news-items .item .content-wrapper .description {
      display: none;
      margin-top: 15px;
      letter-spacing: 0.075em;
      line-height: 1.5em;
      color: #A1ABB0;
      text-transform: uppercase;
      font-size: 0.75em;
      font-weight: bold; }
      section.blog.news-page .news-items .item .content-wrapper .description a {
        color: #A1ABB0; }
  section.blog.news-page .news-items .item .icon-link {
    position: absolute;
    width: 60px;
    height: 11%;
    right: 0;
    top: calc(336px + 10px);
    justify-content: center;
    align-items: center;
    display: flex; }
    section.blog.news-page .news-items .item .icon-link:hover {
      text-decoration: none; }
    section.blog.news-page .news-items .item .icon-link i {
      color: #FF8849; }
  section.blog.news-page .news-items .item:hover .overlay {
    transform: scale(1.1); }
    section.blog.news-page .news-items .item:hover .overlay:before {
      opacity: 1; }
@media screen and (max-width: 450px) {
  section.blog.news-page .news-items .item .content-wrapper {
    width: 100%; }
  section.blog.news-page .news-items .item .icon-link {
    display: none; } }

section.update {
  padding-top: calc(160px + 3vw);
  position: relative; }
  section.update .subscription-form {
    margin-top: 3.125em;
    margin-botom: 3.125em;
    padding: 0; }
    section.update .subscription-form label {
      color: #A1ABB0;
      font-size: 20px;
      line-height: 28px; }
    section.update .subscription-form label.steps {
      font-size: 0.75em;
      font-weight: bold;
      letter-spacing: 0.075em;
      line-height: 1.5em;
      float: right; }
    section.update .subscription-form input, section.update .subscription-form input:focus, section.update .subscription-form button:focus, section.update .subscription-form button, section.update .subscription-form select, section.update .subscription-form select:focus {
      outline-style: none !important;
      border-color: transparent !important;
      box-shadow: none !important;
      background-color: transparent !important; }
    section.update .subscription-form input, section.update .subscription-form select {
      padding: 15px;
      height: auto;
      font-size: 20px; }
    section.update .subscription-form .input-group {
      position: relative;
      border: 1px solid #A1ABB0;
      border-bottom-width: 4px; }
      section.update .subscription-form .input-group button {
        width: 75px;
        height: 100%; }
      section.update .subscription-form .input-group button i {
        padding-right: 10px;
        margin-top: 5px;
        color: #A1ABB0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: rotate(180deg); }
      section.update .subscription-form .input-group button:hover i {
        color: #272728; }
    section.update .subscription-form .input-group:after {
      content: '';
      position: absolute;
      width: 0%;
      left: 0;
      bottom: -4px;
      height: 4px;
      background-color: #272728;
      -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -ms-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out; }
    section.update .subscription-form .hidefield {
      position: absolute;
      z-index: -11111;
      opacity: 0; }
    section.update .subscription-form .form-group {
      margin-bottom: 0; }
    section.update .subscription-form .form-group.step2 .input-group:after {
      width: 0%; }
    section.update .subscription-form .form-group.step2.animate .input-group:after {
      width: 33.33%; }
    section.update .subscription-form .form-group.step3 .input-group:after {
      width: 33.33%; }
    section.update .subscription-form .form-group.step3.animate .input-group:after {
      width: 66.67%; }
    section.update .subscription-form .form-group.step3.valid .input-group:after {
      width: 66.67%; }
    section.update .subscription-form .form-group.step3.valid.animate .input-group:after {
      width: 100%; }
    section.update .subscription-form .form-group.error .input-group {
      border-color: #F9461A; }
    section.update .subscription-form ._error._below {
      display: none; }
    section.update .subscription-form ._form-thank-you {
      color: #61AC27;
      font-size: 0.75em;
      text-transform: uppercase;
      letter-spacing: 0.075em;
      font-weight: 700; }
  @media screen and (max-width: 991px) {
    section.update .subscription-form {
      margin-top: calc(2em + 2vw); } }

/*==tower*/
section.tower {
  margin-bottom: 9.375em; }
  section.tower .section-content {
    margin-bottom: 6.25em; }
  section.tower .btn-black {
    margin-top: 30px;
    margin-right: 20px; }
    section.tower .btn-black:hover, section.tower .btn-black:active {
      outline-style: none; }
  @media screen and (max-width: 768px) {
    section.tower .section-content {
      margin-bottom: 3.125em; } }

body.BecomeAdviser section.about + footer {
  margin-top: 6.25em; }

body.BecomeAdviser .description ul {
  padding-left: 0;
  list-style-type: none; }
  body.BecomeAdviser .description ul li {
    padding: 2px 2px 2px 25px;
    position: relative;
    color: #445761; }
    body.BecomeAdviser .description ul li:before {
      content: 'check_circle';
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      top: 8px;
      font-size: 16px;
      color: #FF8849; }

section.become-adviser-form {
  margin-top: 6.25em; }
  section.become-adviser-form .form-container {
    display: none; }
  section.become-adviser-form .successfully-sent .success {
    color: #61AC27;
    display: block !important; }
  section.become-adviser-form form {
    margin-top: 3.125em; }
    section.become-adviser-form form .form-control {
      border: 1px solid #A1ABB0;
      padding: 15px 20px;
      outline-style: none;
      border-radius: 0;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 10px;
      height: auto;
      color: #445761 !important;
      background-color: transparent; }
    section.become-adviser-form form .btn-black {
      width: 194px; }
  section.become-adviser-form .form-control:focus {
    box-shadow: none !important;
    border-color: #A1ABB0;
    outline: 0; }
  section.become-adviser-form ._error-inner {
    font-size: 14px;
    color: #F9461A; }
  section.become-adviser-form ._form-thank-you {
    border: 1px solid #61AC27;
    padding: 15px;
    color: #61AC27; }
  section.become-adviser-form ::placeholder {
    color: #A1ABB0 !important; }
  section.become-adviser-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #A1ABB0 !important; }
  section.become-adviser-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #A1ABB0 !important; }
  section.become-adviser-form :-moz-placeholder {
    /* Firefox 18- */
    color: #A1ABB0 !important; }

/*==footer*/
footer {
  padding: 40px 0 0;
  width: 100%;
  display: block;
  float: left;
  background-color: #272728;
  min-height: 500px;
  color: #A1ABB0; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff !important; }
  footer .footer-logo-container img {
    max-width: 60px; }
  footer .footer-logo-container h3 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    line-height: 20px;
    color: #fff;
    margin: 25px 0 35px;
    display: block;
    text-transform: uppercase; }
  footer .footer-logo-container .copyright {
    font-size: 0.75em;
    font-weight: 300;
    line-height: 17px;
    color: #A1ABB0; }
  footer .sub-heading {
    color: #fff;
    line-height: 44px;
    font-size: 30px; }
  footer .social-link {
    margin-top: 1.875em;
    margin-bottom: 1.875em; }
    footer .social-link a, footer .social-link .fas, footer .social-link .far, footer .social-link .fab {
      color: #fff;
      font-size: 0.75em;
      font-weight: bold;
      letter-spacing: 0.075em;
      line-height: 1.5em; }
    footer .social-link .fas, footer .social-link .far, footer .social-link .fab {
      font-size: 1.125em;
      font-weight: normal !important; }
    footer .social-link .left {
      float: left; }
    footer .social-link .right {
      float: right;
      text-align: right; }
      footer .social-link .right a {
        padding-left: 30px; }
  footer .terms-middle {
    padding-top: 2em; }
    footer .terms-middle ul {
      padding-left: 0;
      margin-bottom: 0; }
      footer .terms-middle ul li {
        display: inline-block; }
        footer .terms-middle ul li a {
          font-size: 20px;
          font-weight: 300;
          line-height: 28px;
          color: #fff;
          border-left: 1px solid #A1ABB0;
          padding: 0px 20px; }
        footer .terms-middle ul li:first-child a {
          padding-left: 0;
          border-left: none; }
  footer .address-row {
    margin-top: 2em; }
    footer .address-row h5 {
      font-size: 20px;
      font-weight: 300;
      line-height: 28px;
      color: #fff; }
    footer .address-row .address {
      margin-top: 0;
      font-size: 1em;
      line-height: 1.5em;
      font-weight: 300; }
    footer .address-row .description, footer .address-row .address {
      color: #A1ABB0;
      margin-bottom: 1.25em; }
      footer .address-row .description p, footer .address-row .address p {
        color: #A1ABB0; }
    footer .address-row .description {
      margin-top: 0;
      font-size: 1em;
      line-height: 1.5em; }
    footer .address-row i.icon {
      color: #fff;
      font-size: 0.75em;
      margin-left: 5px; }
    footer .address-row .white {
      margin-top: 0;
      font-size: 1em;
      line-height: 1.5em; }
  footer .terms {
    margin-top: 3.125em;
    margin-bottom: 40px; }
    footer .terms ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      footer .terms ul li {
        display: inline-block; }
        footer .terms ul li a {
          padding: 0px 20px;
          color: #A1ABB0;
          font-size: 0.75em;
          font-weight: 300;
          line-height: 17px;
          border-right: 1px solid #A1ABB0; }
        footer .terms ul li:last-child a {
          border: none; }
        footer .terms ul li:first-child a {
          padding-left: 0; }
    footer .terms .text-disclosure {
      color: #fff;
      font-size: 0.75em;
      font-weight: 300; }
    footer .terms .powered {
      color: #A1ABB0;
      font-size: 0.75em;
      font-weight: 300;
      line-height: 17px; }
      footer .terms .powered span {
        font-weight: bold; }
  @media screen and (max-width: 1281px) {
    footer .terms {
      margin-bottom: 3.25em; }
      footer .terms ul {
        height: 14px; }
        footer .terms ul li a {
          padding: 0px 10px; } }
  @media screen and (max-width: 991px) {
    footer .terms-middle ul li a {
      font-size: 16px;
      padding: 0 10px; } }
  @media screen and (max-width: 768px) {
    footer {
      padding: 80px 0 80px; }
      footer.no-service-slide-in {
        padding-bottom: 0; }
      footer .footer-logo-container {
        margin-bottom: 1.8125em;
        display: flex; }
        footer .footer-logo-container h3 {
          margin-left: 20px; }
      footer .address-row {
        margin-top: 1.5em; }
      footer .social-link {
        margin-top: 1.5em; }
        footer .social-link .fab, footer .social-link .fas {
          font-size: 1.5em; }
        footer .social-link .right a {
          padding: 10px 0px 10px 60px; }
      footer .terms {
        margin-bottom: 3.25em; }
        footer .terms .copyright {
          color: #A1ABB0;
          font-size: 0.75em;
          font-weight: 300;
          line-height: 17px;
          float: left; }
          footer .terms .copyright br {
            display: none; }
        footer .terms .powered {
          text-align: right; } }
  @media screen and (max-width: 575px) {
    footer .terms .powered {
      text-align: left; }
    footer .text-disclosure {
      margin-top: 0px; } }

body.ErrorPage .main, body.Page .main, body.Complains .main {
  padding: 6.25em 0;
  max-width: 1200px;
  margin: 0 auto; }
  body.ErrorPage .main h1, body.Page .main h1, body.Complains .main h1 {
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: 1.5em; }
  body.ErrorPage .main h2, body.Page .main h2, body.Complains .main h2 {
    font-weight: 300;
    font-size: 1.8em;
    margin-bottom: 1em; }
  body.ErrorPage .main h2, body.Page .main h2, body.Complains .main h2 {
    font-weight: 300;
    font-size: 1.5em;
    margin-bottom: 1em; }
  body.ErrorPage .main .form-title, body.Page .main .form-title, body.Complains .main .form-title {
    margin-top: 3.125em;
    margin-bottom: -1.5em;
    font-weight: 400; }
  body.ErrorPage .main .content, body.Page .main .content, body.Complains .main .content {
    font-size: 1.25em; }
    body.ErrorPage .main .content p, body.ErrorPage .main .content li, body.ErrorPage .main .content span, body.ErrorPage .main .content em, body.Page .main .content p, body.Page .main .content li, body.Page .main .content span, body.Page .main .content em, body.Complains .main .content p, body.Complains .main .content li, body.Complains .main .content span, body.Complains .main .content em {
      color: #A1ABB0;
      line-height: 1.5; }
    body.ErrorPage .main .content a, body.Page .main .content a, body.Complains .main .content a {
      color: #FF8849; }
    body.ErrorPage .main .content h2, body.Page .main .content h2, body.Complains .main .content h2 {
      margin-top: 1em; }
    body.ErrorPage .main .content b, body.Page .main .content b, body.Complains .main .content b {
      color: #445761; }
body.ErrorPage section.inner-form-container, body.Page section.inner-form-container, body.Complains section.inner-form-container {
  margin-top: 0;
  margin-bottom: 6.25em; }
  body.ErrorPage section.inner-form-container .form-container, body.Page section.inner-form-container .form-container, body.Complains section.inner-form-container .form-container {
    display: block; }
body.ErrorPage.page-Security .main .content-container, body.Page.page-Security .main .content-container, body.Complains.page-Security .main .content-container {
  /*login page*/
  max-width: 300px;
  margin: 0 auto;
  text-align: center; }
  body.ErrorPage.page-Security .main .content-container h1, body.Page.page-Security .main .content-container h1, body.Complains.page-Security .main .content-container h1 {
    margin-bottom: 20px; }
  body.ErrorPage.page-Security .main .content-container .content, body.Page.page-Security .main .content-container .content, body.Complains.page-Security .main .content-container .content {
    margin-bottom: 20px; }
  body.ErrorPage.page-Security .main .content-container .btn-toolbar, body.Page.page-Security .main .content-container .btn-toolbar, body.Complains.page-Security .main .content-container .btn-toolbar {
    justify-content: center;
    align-items: center; }
  body.ErrorPage.page-Security .main .content-container form .field, body.Page.page-Security .main .content-container form .field, body.Complains.page-Security .main .content-container form .field {
    margin-bottom: 15px; }
  body.ErrorPage.page-Security .main .content-container form .checkbox input, body.Page.page-Security .main .content-container form .checkbox input, body.Complains.page-Security .main .content-container form .checkbox input {
    vertical-align: middle;
    visibility: hidden;
    cursor: pointer; }
  body.ErrorPage.page-Security .main .content-container form .checkbox label, body.Page.page-Security .main .content-container form .checkbox label, body.Complains.page-Security .main .content-container form .checkbox label {
    cursor: pointer;
    margin-bottom: unset;
    position: relative;
    padding-left: 5px; }
    body.ErrorPage.page-Security .main .content-container form .checkbox label:before, body.Page.page-Security .main .content-container form .checkbox label:before, body.Complains.page-Security .main .content-container form .checkbox label:before {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      left: -16px;
      top: 6px;
      border: 1px solid #FF8849; }
    body.ErrorPage.page-Security .main .content-container form .checkbox label:after, body.Page.page-Security .main .content-container form .checkbox label:after, body.Complains.page-Security .main .content-container form .checkbox label:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 5px;
      left: -14px;
      top: 9px;
      border: 2px solid #FF8849;
      border-top: 0;
      border-right: 0;
      transform: rotate(-45deg);
      opacity: 0; }
  body.ErrorPage.page-Security .main .content-container form .checkbox input:checked + label:before, body.Page.page-Security .main .content-container form .checkbox input:checked + label:before, body.Complains.page-Security .main .content-container form .checkbox input:checked + label:before {
    background-color: #FF8849; }
  body.ErrorPage.page-Security .main .content-container form .checkbox input:checked + label:after, body.Page.page-Security .main .content-container form .checkbox input:checked + label:after, body.Complains.page-Security .main .content-container form .checkbox input:checked + label:after {
    border-color: #fff;
    opacity: 1; }
  body.ErrorPage.page-Security .main .content-container form .text, body.Page.page-Security .main .content-container form .text, body.Complains.page-Security .main .content-container form .text {
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    width: 100%; }
    body.ErrorPage.page-Security .main .content-container form .text:focus, body.ErrorPage.page-Security .main .content-container form .text:hover, body.ErrorPage.page-Security .main .content-container form .text:active, body.Page.page-Security .main .content-container form .text:focus, body.Page.page-Security .main .content-container form .text:hover, body.Page.page-Security .main .content-container form .text:active, body.Complains.page-Security .main .content-container form .text:focus, body.Complains.page-Security .main .content-container form .text:hover, body.Complains.page-Security .main .content-container form .text:active {
      outline-style: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  body.ErrorPage.page-Security .main .content-container form .action, body.Page.page-Security .main .content-container form .action, body.Complains.page-Security .main .content-container form .action {
    width: 100%;
    padding: 15px 10px 10px;
    background-color: #FF8849;
    border: 1px solid #FF8849;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    body.ErrorPage.page-Security .main .content-container form .action:hover, body.Page.page-Security .main .content-container form .action:hover, body.Complains.page-Security .main .content-container form .action:hover {
      color: #FF8849;
      background-color: #fff;
      outline-style: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  body.ErrorPage.page-Security .main .content-container form #ForgotPassword, body.Page.page-Security .main .content-container form #ForgotPassword, body.Complains.page-Security .main .content-container form #ForgotPassword {
    display: block;
    width: 100%;
    margin-top: 15px; }

body.About .left-content, body.BecomeAdviser .left-content {
  color: #445761;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 500; }
body.About .description p, body.BecomeAdviser .description p {
  color: #A1ABB0; }
  body.About .description p strong, body.About .description p em, body.BecomeAdviser .description p strong, body.BecomeAdviser .description p em {
    color: #A1ABB0;
    font-weight: bold; }

/*==adviser-search*/
section.adviser-search .secodnary-adviser-content {
  margin-top: 3.125em;
  font-size: 1.25em;
  display: block; }
  section.adviser-search .secodnary-adviser-content p, section.adviser-search .secodnary-adviser-content b, section.adviser-search .secodnary-adviser-content a, section.adviser-search .secodnary-adviser-content strong {
    font-size: 20px;
    color: #A1ABB0; }
  section.adviser-search .secodnary-adviser-content a {
    text-decoration: underline; }
  section.adviser-search .secodnary-adviser-content b, section.adviser-search .secodnary-adviser-content strong {
    font-weight: 500; }
  section.adviser-search .secodnary-adviser-content p {
    font-weight: 300; }
section.adviser-search .banner-scroll {
  height: 60px;
  display: flex;
  align-items: center; }
  section.adviser-search .banner-scroll .type.sub-heading, section.adviser-search .banner-scroll .location.sub-heading {
    font-size: 20px; }
  section.adviser-search .banner-scroll .left {
    width: calc(100% - 60px);
    text-align: right;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.5em;
    color: #FF8849; }
  section.adviser-search .banner-scroll .right {
    width: 60px;
    text-align: center;
    background-color: #FF8849;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer; }
    section.adviser-search .banner-scroll .right a {
      margin: 0 auto; }
      section.adviser-search .banner-scroll .right a i {
        padding-top: 5px;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0.5; }
      section.adviser-search .banner-scroll .right a:hover i {
        opacity: 1; }
section.adviser-search .filter .sub-heading {
  font-size: 20px; }
  section.adviser-search .filter .sub-heading span {
    font-size: 20px;
    color: #A1ABB0; }
section.adviser-search .section-content .description {
  margin: calc(40px + 1vw) 0; }
section.adviser-search .adviser-item {
  margin-top: 6.25em; }
section.adviser-search .adviser-search-blocks {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  padding-left: 0;
  padding-bottom: 0;
  min-height: calc(600px + 7vw);
  position: relative; }
  section.adviser-search .adviser-search-blocks.small-block {
    min-height: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 30px; }
    section.adviser-search .adviser-search-blocks.small-block a {
      height: 100%; }
  section.adviser-search .adviser-search-blocks .content-wrapper {
    padding: 20px 20px 0 0;
    background-color: #fff;
    width: calc(100% - 60px); }
    section.adviser-search .adviser-search-blocks .content-wrapper .sub-heading {
      cursor: pointer; }
    section.adviser-search .adviser-search-blocks .content-wrapper .sub-heading:after {
      content: "call_made";
      position: absolute;
      color: #FF8849;
      right: 0;
      top: 5px;
      font-family: 'Material Icons';
      font-style: normal;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 20px; }
    section.adviser-search .adviser-search-blocks .content-wrapper .description {
      color: #A1ABB0;
      display: none;
      font-size: 20px;
      line-height: 28px; }
      section.adviser-search .adviser-search-blocks .content-wrapper .description .read-more {
        margin-top: 20px;
        display: inline-table; }
  section.adviser-search .adviser-search-blocks .content-wrapper.active .sub-heading:after {
    transform: rotate(180deg); }
@media screen and (max-width: 1281px) {
  section.adviser-search .adviser-search-blocks {
    min-height: calc(545px + 0vw); } }
@media screen and (max-width: 1200px) {
  section.adviser-search .filter .sub-heading {
    line-height: 1.5 !important; }
  section.adviser-search .adviser-item {
    margin-top: calc(2.5em + 2vw); }
    section.adviser-search .adviser-item .adviser-search-blocks .content-wrapper {
      padding: 15px;
      background-color: #fff;
      width: calc(100% - 30px); } }
@media screen and (max-width: 991px) {
  section.adviser-search .adviser-search-blocks .content-wrapper {
    padding: 20px; } }
@media screen and (max-width: 768px) {
  section.adviser-search .adviser-item {
    margin-top: calc(2.5em + 2vw);
    max-width: 100%; }
    section.adviser-search .adviser-item .adviser-search-blocks {
      max-height: 450px;
      margin-bottom: 20px; } }

section.our-team-section .adviser-search-blocks .content-wrapper .sub-heading:after {
  display: none; }
section.our-team-section .adviser-search-blocks .content-wrapper .sub-heading .target-link i {
  position: absolute;
  color: #FF8849;
  right: 0;
  top: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px; }
  section.our-team-section .adviser-search-blocks .content-wrapper .sub-heading .target-link i:hover {
    transform: translate(5px, -5px); }
section.our-team-section .adviser-search-blocks .content-wrapper .designation {
  margin-top: 15px;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  color: #A1ABB0;
  text-transform: uppercase;
  font-size: 0.75em; }
  section.our-team-section .adviser-search-blocks .content-wrapper .designation a:hover {
    color: #A1ABB0; }
section.our-team-section .adviser-search-blocks .content-wrapper .description {
  margin-top: 15px;
  color: #A1ABB0;
  display: none;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  text-transform: uppercase; }
section.our-team-section .adviser-search-blocks .content-wrapper.active .sub-heading a i {
  transform: rotate(180deg); }

section.team {
  overflow: hidden; }
  section.team .team-owl .owl-stage-outer {
    overflow: visible !important; }
  section.team .team-owl .item {
    min-height: 415px;
    width: 350px !important;
    max-width: 100%;
    padding-top: 280px;
    display: flex;
    position: relative; }
    section.team .team-owl .item .overlay-wrapper {
      position: absolute;
      width: calc(100% - 30px);
      min-height: 280px;
      top: 0;
      left: 0;
      overflow: hidden; }
    section.team .team-owl .item .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      -webkit-background-size: cover !important;
      background-size: cover !important;
      -webkit-background-size: cover !important;
      background-size: cover !important;
      -webkit-transition: all 0.7s ease-out;
      -moz-transition: all 0.7s ease-out;
      -ms-transition: all 0.7s ease-out;
      -o-transition: all 0.7s ease-out;
      transition: all 0.7s ease-out; }
      section.team .team-owl .item .overlay:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    section.team .team-owl .item .content-wrapper {
      background-color: #fff;
      position: relative;
      width: 100%;
      padding-top: 15px; }
      section.team .team-owl .item .content-wrapper .sub-heading a.target-link i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.team .team-owl .item .content-wrapper .sub-heading a.target-link:hover i {
        transform: translate(5px, -5px); }
      section.team .team-owl .item .content-wrapper .sub-heading {
        font-size: 1.5em; }
      section.team .team-owl .item .content-wrapper .sub-heading i {
        display: none;
        position: absolute;
        color: #FF8849;
        right: 25px;
        top: 5px;
        font-family: 'Material Icons';
        font-style: normal;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 20px; }
      section.team .team-owl .item .content-wrapper .designation {
        margin-top: 0px;
        letter-spacing: 0.075em;
        line-height: 1.5em;
        color: #A1ABB0;
        text-transform: uppercase;
        font-size: 0.75em;
        font-weight: bold; }
        section.team .team-owl .item .content-wrapper .designation .other-details {
          margin-top: 10px; }
          section.team .team-owl .item .content-wrapper .designation .other-details a {
            color: #445761;
            padding: 5px 0 0;
            display: block; }
            section.team .team-owl .item .content-wrapper .designation .other-details a[href^="mailto:"] {
              color: #FF8849; }
            section.team .team-owl .item .content-wrapper .designation .other-details a:hover {
              text-decoration: none; }
      section.team .team-owl .item .content-wrapper .description {
        margin-top: 15px;
        color: #A1ABB0;
        font-size: 0.75em;
        font-weight: bold;
        letter-spacing: 0.075em;
        line-height: 1.5em;
        text-transform: uppercase;
        font-weight: bold; }
        section.team .team-owl .item .content-wrapper .description a {
          padding: 10px 0; }
          section.team .team-owl .item .content-wrapper .description a:hover {
            color: #FF8849;
            text-decoration: none; }
    section.team .team-owl .item .content-wrapper.active .sub-heading i {
      transform: rotate(180deg); }
  section.team .team-nav-container {
    padding-top: 1.5em; }
  section.team .btn-black {
    margin-top: calc(20px + 1vw);
    float: left; }
  section.team + footer {
    margin-top: 9.375em; }
  @media screen and (max-width: 1200px) {
    section.team .sub-heading.small {
      line-height: calc(30px) !important; } }
  @media screen and (max-width: 575px) {
    section.team .team-owl .item {
      min-height: 300px;
      width: 350px !important;
      max-width: 100%;
      padding-top: 225px; }
      section.team .team-owl .item .overlay-wrapper {
        min-height: 300px; }
      section.team .team-owl .item .content-wrapper .designation .other-details a {
        display: inline-block;
        font-size: 1.7em;
        margin-right: 1.5em; }
        section.team .team-owl .item .content-wrapper .designation .other-details a i {
          color: #445761; }
        section.team .team-owl .item .content-wrapper .designation .other-details a .fa-phone {
          transform: rotate(80deg); }
    section.team + footer {
      margin-top: 6.25em; } }
  @media screen and (max-width: 450px) {
    section.team .team-owl .owl-stage {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      section.team .team-owl .owl-stage .owl-item {
        max-width: 300px; } }

section.team.bg-gray .content-wrapper {
  background-color: #F5F6F7 !important; }

section.our-number {
  overflow: hidden;
  padding-top: 9.375em;
  position: relative; }
  section.our-number .overlay {
    width: 58.33%;
    height: 100%;
    -webkit-background-size: calc(1100px + 75vh) !important;
    background-size: calc(1100px + 75vh) !important;
    position: absolute;
    top: 0px;
    right: 0; }
  section.our-number .our-number-wrapper {
    padding-top: 10em;
    background-color: #fff; }
    section.our-number .our-number-wrapper .section-content {
      background-color: #fff; }
  section.our-number .description {
    margin: calc(50px + 1vw) 0 0;
    color: #A1ABB0; }
  section.our-number .sub-heading.p-content p, section.our-number .sub-heading.p-content a, section.our-number .sub-heading.p-content span {
    font-size: 1em;
    font-weight: 300;
    line-height: 56px; }
  section.our-number .sub-heading.p-content em {
    font-style: normal;
    color: #FF8849;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px; }
    section.our-number .sub-heading.p-content em:after {
      content: '';
      width: 100%;
      height: 50%;
      position: absolute;
      bottom: 0;
      background-color: #F5F6F7;
      left: 0;
      z-index: -1; }

@media screen and (max-width: 1281px) {
  section.our-number .our-number-wrapper {
    padding-top: calc(80px + 3vw); } }
@media screen and (max-width: 991px) {
  section.our-number .overlay {
    width: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important; }
  section.our-number .our-number-wrapper {
    background-color: transparent !important; }
    section.our-number .our-number-wrapper .section-title {
      margin-bottom: 0 !important; }
    section.our-number .our-number-wrapper .section-content {
      background-color: #fff; }
    section.our-number .our-number-wrapper:before {
      content: '';
      width: 83.33%;
      height: 100%;
      background-color: #fff;
      left: 0;
      top: 0px;
      position: absolute; } }
@media screen and (max-width: 991px) {
  section.our-number .container-fluid {
    margin-bottom: -1px; } }
@media screen and (max-width: 450px) {
  section.our-number .overlay {
    height: 350px; }
  section.our-number .our-number-wrapper:before {
    width: 100%; } }
/*==testimonial*/
section.testimonial {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
  position: relative; }
  section.testimonial:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 16.666%;
    height: calc(50px + 3vw);
    background-color: #fff; }
  section.testimonial .testimonial-wrapper .section-content .testimonial-owl {
    padding-bottom: 6.25em; }
    section.testimonial .testimonial-wrapper .section-content .testimonial-owl .owl-item .item {
      opacity: 0;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    section.testimonial .testimonial-wrapper .section-content .testimonial-owl .owl-item.active .item {
      opacity: 1; }
  section.testimonial .content {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 28px;
    color: #272728; }
  section.testimonial .description {
    margin: 1.875em 0 0;
    color: #A1ABB0;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.075em; }
  section.testimonial .testimonial-nav {
    padding-top: 6.25em; }
  section.testimonial #testimonial-counter {
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.5em;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0;
    color: #A1ABB0; }

section.case-studies.testimonial-half {
  margin-bottom: 9.375em; }
  section.case-studies.testimonial-half .content.sub-heading {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em !important;
    color: #445761; }
    section.case-studies.testimonial-half .content.sub-heading b {
      color: #445761 !important; }
  section.case-studies.testimonial-half .description {
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 17px; }

@media screen and (max-width: 1281px) {
  section.testimonial .testimonial-wrapper .testimonial-owl {
    padding-bottom: 4em; }
  section.testimonial .testimonial-wrapper .testimonial-owl {
    padding-bottom: 4em; } }
@media screen and (max-width: 991px) {
  section.testimonial:before {
    width: 83.33%; }
  section.testimonial .testimonial-wrapper .section-title {
    margin-bottom: 0 !important; }
  section.testimonial .testimonial-wrapper:before {
    content: '';
    width: 83.33%;
    height: 100%;
    left: 0;
    top: 0px;
    position: absolute; }
  section.testimonial #testimonial-nav {
    right: 15px; } }
@media screen and (max-width: 991px) {
  section.testimonial .container-fluid {
    margin-bottom: -1px; } }
/*==adviser-detail*/
section.adviser-detail {
  margin-top: 2em; }
  section.adviser-detail .banner-scroll {
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 3.125em; }
    section.adviser-detail .banner-scroll .left {
      width: calc(100% - 60px);
      text-align: right;
      padding-right: 30px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.075em;
      line-height: 1.5em;
      color: #FF8849; }
    section.adviser-detail .banner-scroll .right {
      width: 60px;
      text-align: center;
      background-color: #FF8849;
      height: 100%;
      display: flex;
      align-items: center;
      cursor: pointer; }
      section.adviser-detail .banner-scroll .right a {
        margin: 0 auto; }
        section.adviser-detail .banner-scroll .right a i {
          padding-top: 5px;
          color: #fff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          opacity: 0.5; }
        section.adviser-detail .banner-scroll .right a:hover i {
          opacity: 1; }
  section.adviser-detail .number, section.adviser-detail .title {
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.5em;
    text-transform: uppercase;
    position: relative; }
  section.adviser-detail .title {
    color: #FF8849; }
  section.adviser-detail .number {
    color: #F9461A;
    font-weight: 900; }
  section.adviser-detail .summary-section {
    margin-top: 3.125em; }
    section.adviser-detail .summary-section .profile-image {
      height: 360px;
      width: 100%;
      overflow: hidden;
      position: relative;
      margin-bottom: 3.125em;
      display: block; }
      section.adviser-detail .summary-section .profile-image img {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%; }
    section.adviser-detail .summary-section .summary-content {
      font-size: 20px;
      line-height: 28px;
      margin-top: 1.25em; }
    section.adviser-detail .summary-section .detail-content {
      margin-top: 1.25em; }
      section.adviser-detail .summary-section .detail-content p {
        color: #A1ABB0;
        line-height: 28px;
        font-size: 1.25em; }
        section.adviser-detail .summary-section .detail-content p strong, section.adviser-detail .summary-section .detail-content p em {
          color: #A1ABB0;
          font-weight: bold; }
    section.adviser-detail .summary-section .tags ul {
      margin-top: calc(40px);
      padding-left: 0;
      margin-bottom: -15px;
      list-style: none; }
      section.adviser-detail .summary-section .tags ul li {
        display: inline-block;
        padding: 15px 20px;
        background-color: #F5F6F7;
        margin-right: 10px;
        margin-bottom: 15px;
        line-height: 0; }
        section.adviser-detail .summary-section .tags ul li a {
          color: #272728;
          font-size: 0.75em;
          font-weight: bold;
          letter-spacing: 0.075em;
          line-height: 1.5em;
          text-transform: uppercase; }
  section.adviser-detail .embed-video {
    margin-top: 80px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    section.adviser-detail .embed-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  section.adviser-detail .adviser-details-wrapper {
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 1; }
    section.adviser-detail .adviser-details-wrapper.fixed {
      position: fixed; }
      section.adviser-detail .adviser-details-wrapper.fixed:not(.fixed-bottom) {
        top: 90px; }
    section.adviser-detail .adviser-details-wrapper.fixed-bottom {
      position: relative;
      display: flex;
      align-items: flex-end; }
    section.adviser-detail .adviser-details-wrapper .adviser-details-inner {
      width: 100%; }
      section.adviser-detail .adviser-details-wrapper .adviser-details-inner.no-embed {
        margin-top: 6.25em; }
  section.adviser-detail .contact-details {
    padding: 70px 0 40px calc(60px + 1vw);
    background-color: #F5F6F7; }
    section.adviser-detail .contact-details ul {
      list-style: none;
      padding: 0; }
      section.adviser-detail .contact-details ul li {
        padding: 15px 0; }
    section.adviser-detail .contact-details span {
      font-size: 0.75em;
      font-weight: bold;
      letter-spacing: 0.075em;
      line-height: 1.5em;
      color: #A1ABB0;
      display: block;
      text-transform: uppercase; }
    section.adviser-detail .contact-details a {
      font-size: 20px;
      line-height: 28px;
      text-decoration: none;
      color: #445761; }
      section.adviser-detail .contact-details a span {
        font-size: 12px;
        color: #445761; }
      section.adviser-detail .contact-details a.email {
        word-break: break-all; }
      section.adviser-detail .contact-details a:hover {
        color: #445761; }
  section.adviser-detail .map-content {
    height: 300px;
    width: 100%; }
  @media screen and (max-width: 450px) {
    section.adviser-detail .summary-section .profile-image {
      height: 220px; }
    section.adviser-detail .summary-section .tags ul li {
      margin-bottom: 10px;
      padding: 22px 50px;
      line-height: 1.5; }
    section.adviser-detail .embed-video {
      margin-left: -15px;
      width: calc(100% + 30px); }
    section.adviser-detail .adviser-details-wrapper {
      padding: 0; }
      section.adviser-detail .adviser-details-wrapper .contact-details {
        padding: 70px 15px 40px; } }

/*end of ==adviser-detail*/
section.faq-section ul {
  padding-left: 0;
  list-style: none; }
  section.faq-section ul li {
    padding: 0 0 20px 0;
    position: relative; }
    section.faq-section ul li:after {
      z-index: 1;
      cursor: pointer;
      content: "arrow_drop_up";
      position: absolute;
      color: #445761;
      right: 0;
      top: 5px;
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 20px; }
    section.faq-section ul li:not(.active):after {
      content: "arrow_drop_down"; }
    section.faq-section ul li:not(.active) .answer {
      display: none; }
    section.faq-section ul li .question {
      color: #445761;
      cursor: pointer;
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      text-transform: none !important;
      letter-spacing: normal;
      padding-right: 15px; }
    section.faq-section ul li .answer {
      margin-top: 10px;
      margin-bottom: 40px; }
    section.faq-section ul li .answer * {
      letter-spacing: normal;
      font-weight: 300;
      font-size: 20px;
      line-height: 28px;
      text-transform: none !important;
      color: #A1ABB0; }
section.faq-section.detail-page {
  margin-bottom: 9.375em; }
  section.faq-section.detail-page .content {
    margin-top: 3.125em; }
section.faq-section.no-bg-gray {
  padding-bottom: 9.375em; }
  section.faq-section.no-bg-gray ul li .answer {
    margin-bottom: 10px; }
  section.faq-section.no-bg-gray ul li:not(:last-child) {
    margin-bottom: 10px; }
@media screen and (max-width: 991px) {
  section.faq-section ul {
    margin-top: 6.25em; } }
@media screen and (max-width: 768px) {
  section.faq-section ul {
    margin-top: 3.125em; }
  section.faq-section.no-bg-gray {
    padding-bottom: 6.25em; } }

section.inner-form-container {
  margin-top: 6.25em; }
  section.inner-form-container .form-container {
    display: none; }
  section.inner-form-container .apply-container {
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden; }
    section.inner-form-container .apply-container .drop-down {
      opacity: 0;
      position: absolute;
      max-height: 0px;
      top: 100%;
      left: 0;
      z-index: 1000;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 0;
      min-width: 175px;
      background-color: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section.inner-form-container .apply-container .drop-down a {
        color: #A1ABB0;
        font-size: 0.75em;
        padding: 13px 20px;
        font-weight: bold;
        letter-spacing: 1.2px;
        display: block;
        text-transform: uppercase; }
        section.inner-form-container .apply-container .drop-down a:hover {
          background: #FF8849;
          color: #fff; }
    section.inner-form-container .apply-container:hover {
      overflow: visible; }
      section.inner-form-container .apply-container:hover .drop-down {
        max-height: 500px;
        opacity: 1; }
  section.inner-form-container .description {
    color: #445761;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 80px; }
  section.inner-form-container .successfully-sent .success {
    color: #61AC27;
    display: block !important; }
  section.inner-form-container form .form-control {
    border: 1px solid #A1ABB0;
    padding: 15px 20px;
    outline-style: none;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    height: auto;
    color: #445761 !important;
    background-color: transparent; }
  section.inner-form-container textarea.form-control {
    height: 200px; }
  section.inner-form-container .form-control:focus {
    box-shadow: none !important;
    border-color: #A1ABB0;
    outline: 0; }
  section.inner-form-container #error-message {
    font-size: 14px;
    color: #F9461A;
    display: none; }
  section.inner-form-container .successfully-sent .form-control {
    border-color: #61AC27 !important; }
  section.inner-form-container .message-sent span {
    color: #61AC27; }
  section.inner-form-container #error-message.show {
    display: block; }
  section.inner-form-container ::placeholder {
    color: #A1ABB0 !important; }
  section.inner-form-container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #A1ABB0 !important; }
  section.inner-form-container :-ms-input-placeholder {
    /* IE 10+ */
    color: #A1ABB0 !important; }
  section.inner-form-container :-moz-placeholder {
    /* Firefox 18- */
    color: #A1ABB0 !important; }

body.Contact section.inner-form-container {
  margin-top: 0; }
  body.Contact section.inner-form-container .form-container {
    display: block; }
    body.Contact section.inner-form-container .form-container .successfully-sent .success {
      margin-bottom: 50px; }

/*==newsitem*/
section.news-detail-section .section-content .summary {
  margin: calc(40px + 1vw) 0;
  color: #272728;
  font-size: 20px; }
section.news-detail-section .section-content .description {
  margin: 3.125em 0 6.25em;
  font-size: 1.25em; }
  section.news-detail-section .section-content .description p, section.news-detail-section .section-content .description a, section.news-detail-section .section-content .description span {
    color: #A1ABB0; }
    section.news-detail-section .section-content .description p strong, section.news-detail-section .section-content .description p em, section.news-detail-section .section-content .description a strong, section.news-detail-section .section-content .description a em, section.news-detail-section .section-content .description span strong, section.news-detail-section .section-content .description span em {
      color: #A1ABB0;
      font-weight: bold; }
section.news-detail-section .section-content .share-this ul {
  padding-left: 0;
  list-style: none; }
  section.news-detail-section .section-content .share-this ul li {
    display: inline-block;
    text-transform: uppercase;
    padding-right: 20px;
    color: #A1ABB0;
    font-size: 0.75em;
    font-weight: bold; }
    section.news-detail-section .section-content .share-this ul li a, section.news-detail-section .section-content .share-this ul li i {
      font-weight: normal;
      color: #A1ABB0;
      font-size: 16px; }
      section.news-detail-section .section-content .share-this ul li a:hover, section.news-detail-section .section-content .share-this ul li i:hover {
        color: #272728; }

section.contact-page .description {
  margin: 3.125em 0 0;
  font-size: 1.25em; }
  section.contact-page .description p {
    color: #A1ABB0;
    line-height: 1.5; }
section.contact-page .btn-black {
  margin-top: calc(20px + 1vw);
  float: left; }
section.contact-page .left-content ul {
  list-style: none;
  padding: 0; }
  section.contact-page .left-content ul li {
    padding: 15px 0; }
section.contact-page .left-content span {
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  color: #A1ABB0;
  display: block;
  text-transform: uppercase; }
  section.contact-page .left-content span.direction {
    color: #FF8849;
    font-size: 12px; }
section.contact-page .left-content a {
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #445761; }
  section.contact-page .left-content a.email {
    word-break: break-all; }
  section.contact-page .left-content a:hover {
    color: #445761; }
section.contact-page .sub-heading * {
  font-size: 2.5em;
  font-weight: 300;
  color: #272728;
  position: relative; }

/*==@media query*/
section.bg-gray.top-edge-white {
  padding-top: 9.375em;
  /*&.in-view:before {
    width: 25%;
  }*/ }
  section.bg-gray.top-edge-white:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: calc(50px + 3vw);
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  @media screen and (max-width: 991px) {
    section.bg-gray.top-edge-white:before {
      width: 83.33%; } }
  @media screen and (max-width: 450px) {
    section.bg-gray.top-edge-white {
      padding-top: 12.5em; }
      section.bg-gray.top-edge-white:before {
        display: none; } }

@media screen and (max-width: 1440px) and (max-height: 800px) {
  body {
    font-size: 14px; }

  header nav .dropdown-toggle::after {
    top: 13px; }

  section {
    margin-top: 9.375em; }
    section.last-section {
      border-bottom: 3.125em solid rgba(255, 255, 255, 0); }
    section .section-title {
      margin-bottom: 3.125em; }

  section.bg-gray {
    padding-top: 6.25em;
    padding-bottom: 6.25em; }

  section.bg-gray.top-edge-white {
    padding-top: 9.375em; }

  section.case-studies .case-studies-wrapper {
    padding-top: 6.25em; }
    section.case-studies .case-studies-wrapper .case-studies-owl {
      padding-bottom: 3.125em; }
    section.case-studies .case-studies-wrapper .case-studies-owl {
      padding-bottom: 3.125em; }

  section.services .services-blocks {
    min-height: 400px; }

  section.adviser .adviser-form {
    padding-top: 6.25em; }

  section.our-number {
    padding-top: 9.375em; }
    section.our-number .our-number-wrapper {
      padding-top: 6.25em; }

  section.inner-form-container {
    margin-top: 6.25em; }

  section.case-studies.testimonial-half {
    margin-bottom: 6.25em; }

  section.blog {
    margin-bottom: 6.25em; }

  section.service-slide-in .slide-in-contents {
    padding-top: 6.25em;
    padding-bottom: 6.25em; } }
@media (max-width: 1400px) {
  .offset-xl-1 {
    margin-left: 0; }

  .service-item .col-xl-10, .kiwisaver .col-xl-10 {
    max-width: 100%;
    flex: 0 0 100%; }

  .container-fluid.wide {
    max-width: calc(100% - 100px); } }
@media (max-width: 1200px) {
  .container.wide {
    max-width: 100%; } }
@media (max-width: 991px) {
  .sub-heading {
    font-size: 2.2em; }

  .container-fluid.wide {
    max-width: 83.33%; }

  section.case-studies {
    padding-top: 6.25em; }
    section.case-studies .case-studies-wrapper {
      margin-top: calc(150px + 4vw) !important;
      background-color: transparent; }

  section.adviser {
    padding-top: 6.25em; }

  section.our-number .our-number-wrapper {
    margin-top: 6.25em; }

  .sub-heading.small {
    line-height: 40px !important; } }
@media screen and (max-width: 768px) {
  h1 br {
    display: none; }

  .container-fluid.wide {
    max-width: calc(100% - 30px); }

  section {
    margin-top: 6.25em; }

  section.blog {
    margin-bottom: 6.25em; }
    section.blog .owl-nav-container {
      padding-top: 3.125em; } }
@media (min-width: 992px) {
  section.blog .blog-categories, section.blog #blog-nav {
    padding-right: 8.33%; }

  section.team .blog-categories, section.team #team-nav {
    padding-right: 8.33%; } }
@media (min-width: 1201px) {
  .container.wide {
    max-width: 93%; } }
@media (min-width: 1400px) {
  .offset-xxl-2 {
    margin-left: 16.44444%; } }
@media screen and (min-width: 768px) {
  .small-banner {
    max-height: 600px; } }
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .small-banner.Adviser-banner {
    max-height: 400px;
    min-height: 400px; } }
@media screen and (min-width: 992px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 0;
    padding-right: 0; }

  .container, .container-fluid {
    padding-left: 0;
    padding-right: 0; }

  .row {
    margin-left: 0;
    margin-right: 0; }

  section.services .service-item {
    margin-top: 6.25em; }
  section.services .service-item.container {
    max-width: calc(91.667% + 30px);
    padding-left: -15px !important;
    padding-right: -15px !important; }

  section.adviser-search .adviser-item {
    margin-top: 6.25em; }
  section.adviser-search .adviser-item.container {
    max-width: 95%;
    padding-left: -15px !important;
    padding-right: -15px !important; }
  section.adviser-search .adviser-search-blocks {
    margin-left: 15px;
    margin-right: 15px; }

  header nav:before {
    left: 0px; }

  section.kiwisaver .content-wrapper {
    padding: 3.125em 0 3.125em 20%; }
  section.kiwisaver .img-container {
    margin-left: 20%; } }
/*==animation */
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-animated-out {
  z-index: 1; }

.owl-animated-in {
  z-index: 0; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body {
  position: relative; }
  body:before {
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0; }
  body.animate:before {
    height: 0%; }

/*for */
@-webkit-keyframes slideInUpLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUpLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInUpLong.in-view, .in-view.slideInUpLongT, .in-view-bottom.slideInUpLongB {
  -webkit-animation-name: slideInUpLong;
  animation-name: slideInUpLong; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    transform: translateY(75px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInUp.in-view, .in-view.slideInUpT, .in-view-bottom.slideInUpB {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight, .in-view.slideInRight, .in-view-bottom.slideInRightB {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

.delay-0-1 {
  animation-delay: 0.1s, 0.1s; }

.delay-0-2 {
  animation-delay: 0.2s, 0.2s; }

.delay-0-3 {
  animation-delay: 0.3s, 0.3s; }

.delay-0-4 {
  animation-delay: .4s, 0.4s; }

.delay-0-5 {
  animation-delay: 0.5s, 0.5s; }

.delay-0-6 {
  animation-delay: 0.6s, 0.6s; }

.delay-0-7 {
  animation-delay: 0.7s, 0.7s; }

.delay-0-8 {
  animation-delay: 0.8s, 0.8s; }

.delay-0-9 {
  animation-delay: 0.9s, 0.9s; }

.delay-1, .delay-1full, .delay-0-10 {
  animation-delay: 1s, 1s; }

.delay-0-1 {
  animation-delay: 0.1s, 0.1s; }

.animation-element:not(.default) {
  opacity: 0; }

.animation-element.in-view:not(.bottom), .animation-element.in-view-bottom {
  opacity: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

section.animation-element > .overlay:before {
  position: absolute;
  content: '';
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
section.animation-element > .overlay.left-out:before {
  right: auto;
  left: 0; }
section.animation-element.in-view > .overlay:before {
  width: 0%; }

/*remove*/
.direction-bar, .row.section-title, .grecaptcha-badge {
  display: none !important; }

@media screen and (min-width: 1279px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; } }
/*popup video*/
.popup-video-play {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .popup-video-play .material-icons {
    font-size: 80px;
    cursor: pointer;
    opacity: 0.7;
    color: #FF8849;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 99; }
    .popup-video-play .material-icons:hover {
      opacity: 1; }

#popup-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.50s ease;
  transition: opacity 0.50s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  max-width: 0;
  max-height: 0; }

#popup-video.open {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
  max-width: 100%;
  max-height: 100%; }
  #popup-video.open .popup-video-close {
    cursor: pointer; }
    #popup-video.open .popup-video-close .material-icons {
      color: #fff;
      font-size: 60px;
      opacity: 0.5; }
      #popup-video.open .popup-video-close .material-icons:hover {
        opacity: 1; }

#popup-video .popup-video-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

#popup-video {
  display: flex;
  justify-content: center;
  align-items: center; }

#popup-video .iframe-wrapper {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  #popup-video .iframe-wrapper iframe {
    min-width: 70vw;
    min-height: 39.4vw;
    max-height: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  #popup-video .iframe-wrapper #popup-image, #popup-video .iframe-wrapper #popup-video-internal {
    max-width: 70vw;
    max-height: 40.1vw;
    width: auto;
    height: auto; }
  #popup-video .iframe-wrapper #popup-video-internal {
    min-width: 70vw; }
  #popup-video .iframe-wrapper.video #popup-image, #popup-video .iframe-wrapper.video #popup-video-internal {
    display: none; }
  #popup-video .iframe-wrapper.image #popup-video-player, #popup-video .iframe-wrapper.image #popup-video-internal {
    display: none; }
  #popup-video .iframe-wrapper.internal-video #popup-video-player, #popup-video .iframe-wrapper.internal-video #popup-image {
    display: none; }

#popup-video .iframe-wrapper .popup-video-close {
  position: absolute;
  top: -60px;
  right: -60px; }

@media screen and (max-width: 450px) {
  #popup-video .iframe-wrapper .popup-video-close {
    position: absolute;
    top: -60px;
    right: -15px; }

  #popup-video .iframe-wrapper #popup-video-internal, #popup-video .iframe-wrapper iframe {
    min-width: 95vmin;
    min-height: 56vmin;
    max-width: 100%; } }
.page-new-parents-guide-to-insurance .share-this {
  display: none !important; }

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