@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway:700");
@font-face {
  font-family: 'BELL MT';
  src: url("../fonts/BELL.eot");
  src: local("Γÿ║"), url("../fonts/BELL.woff") format("woff"), url("../fonts/BELL.ttf") format("truetype"), url("../fonts/BELL.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0; }

body, html {
  height: 100%; }

body {
  background: #fff;
  color: #8c8c8c;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden; }

ul.floated-list {
  margin-bottom: 0; }
  ul.floated-list li {
    float: left;
    display: block; }
    ul.floated-list li a {
      display: block; }

a {
  color: #A27E4F;
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out; }

img {
  border: 0;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: inherit; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit; }

h1 {
  font-size: 42px;
  font-weight: bold; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px !important; }

  h2 {
    font-size: 22px !important; }

  h3 {
    font-size: 19px !important; }

  h4 {
    font-size: 17px !important; }

  h5 {
    font-size: 16px !important; }

  p, a, span {
    font-size: 15px !important; } }
.clear {
  clear: both; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.div-center {
  display: table;
  margin: 0 auto; }

.mytable {
  display: table;
  width: 100%;
  height: 100%; }

.fixed-table-layout {
  table-layout: fixed; }

.table-cell {
  display: table-cell; }

.va-middle {
  vertical-align: middle; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fill {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.full-wrapper {
  display: block;
  width: 100%; }

.btn-more, .btn-transparent {
  width: 158px;
  height: 44px;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #ffffff;
  background: #2b3e50;
  display: inline-block;
  text-align: center;
  padding: 12px 5px;
  border-radius: 2px; }
  .btn-more:hover, .btn-transparent:hover, .btn-more:focus, .btn-transparent:focus {
    background: #7E6A4F; }
  @media only screen and (max-width: 767px) {
    .btn-more, .btn-transparent {
      width: 130px !important;
      margin-bottom: 5px; } }

.btn-transparent {
  background: transparent;
  border: 2px solid #ffffff;
  padding: 10px 5px 9px; }
  .btn-transparent:hover, .btn-transparent:focus {
    background: #ffffff;
    color: #7E6A4F; }

.heading-normal, .heading-alternative, .heading-alternative-2 {
  font-family: "BELL MT";
  color: #2B3E50;
  display: table;
  text-align: center;
  margin: 0;
  text-transform: capitalize; }
  .heading-normal:before, .heading-alternative:before, .heading-alternative-2:before, .heading-normal:after, .heading-alternative:after, .heading-alternative-2:after {
    content: '';
    width: 222px;
    display: table;
    margin: 0 auto;
    height: 22px;
    background: url(../images/decoration-top-01-gold.png) no-repeat; }
  .heading-normal:after, .heading-alternative:after, .heading-alternative-2:after {
    height: 4px;
    margin-top: 5px;
    background: url(../images/decoration-bottom-01.png) no-repeat; }
  @media only screen and (max-width: 767px) {
    .heading-normal, .heading-alternative, .heading-alternative-2 {
      display: table;
      margin: 0 auto 15px; } }

.heading-basic {
  font-family: "BELL MT";
  display: table;
  margin: 0;
  color: #2B3E50; }
  .heading-basic:after {
    height: 4px;
    width: 115px;
    content: '';
    display: table;
    margin-top: 10px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }

.alternative {
  display: table;
  text-transform: uppercase;
  color: #8c8c8c;
  margin: 0 auto; }
  .alternative:before, .alternative:after {
    display: inline-block;
    height: 5px;
    width: 25px;
    content: '';
    margin: 0 20px;
    border-top: 1px solid #8c8c8c; }

.heading-alternative, .heading-alternative-2 {
  display: table;
  margin: 5px auto 0; }
  .heading-alternative:before, .heading-alternative-2:before {
    display: none; }
  .heading-alternative:after, .heading-alternative-2:after {
    content: '';
    width: 222px;
    display: table;
    margin: 20px auto 15px;
    height: 22px;
    background: url(../images/decoration-top-01-gold.png) no-repeat; }

.heading-alternative-2:after, .heading-alternative-2:before {
  display: none; }

.short-desc {
  display: table;
  text-transform: capitalize;
  color: #8c8c8c;
  margin: 0 auto;
  font-size: 16px;
  font-style: italic; }

.header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  padding: 5px 0 8px;
  background-color: rgba(255, 255, 255, 0.7); }
  .header .logo {
    float: left;
    position: relative;
    z-index: 100; }
    .header .logo img {
      max-width: 308px; }
    @media only screen and (max-width: 767px) {
      .header .logo {
        padding-top: 8px;
        margin-left: -5px; }
        .header .logo img {
          max-width: 230px; } }
  .header .my-menu {
    padding-left: 50px; }
    .header .my-menu > ul {
      margin: 0 -15px; }
      @media all and (max-width: 1199px) {
        .header .my-menu > ul {
          margin: 0; } }
    .header .my-menu ul li {
      position: relative; }
      .header .my-menu ul li a {
        display: block;
        padding: 18px 25px 19px;
        font-size: 16px;
        text-transform: capitalize;
        font-family: 'BELL MT';
        font-style: italic;
        color: #454545; }
        .header .my-menu ul li a:hover, .header .my-menu ul li a:focus {
          color: #a27e4f; }
        @media only screen and (max-width: 1199px) {
          .header .my-menu ul li a {
            padding: 18px 15px 19px; } }
      .header .my-menu ul li ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 205px;
        background: #2b3e50;
        padding: 15px 0; }
        .header .my-menu ul li ul li {
          padding: 0;
          display: block;
          width: 100%; }
          .header .my-menu ul li ul li a {
            color: #ffffff;
            width: 100%;
            padding: 8px 25px 16px;
            display: block; }
            .header .my-menu ul li ul li a:hover, .header .my-menu ul li ul li a:focus {
              background: #7E6A4F;
              color: #fff; }
            .header .my-menu ul li ul li a:after {
              display: block;
              margin: 8px 0 -16px;
              content: '';
              width: 100%;
              height: 1px;
              background: #ffffff; }
        .header .my-menu ul li ul li:after {
          display: none; }
    @media only screen and (max-width: 1200px) {
      .header .my-menu ul li:last-child ul {
        right: 0;
        left: auto; } }
    .header .my-menu ul li:after {
      content: '';
      display: block;
      float: left;
      height: 44px;
      width: 1px;
      margin-top: -55px;
      background: url(../images/main-nav-divider.png) no-repeat; }
    .header .my-menu ul li:first-child:after {
      display: none; }
    .header .my-menu ul li:hover > ul {
      display: block; }
    @media only screen and (max-width: 1199px) {
      .header .my-menu {
        padding-left: 20px; } }
    @media only screen and (max-width: 1023px) {
      .header .my-menu {
        display: none; } }
  .header .toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px; }
    @media only screen and (max-width: 1023px) {
      .header .toggle {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .header .toggle {
        right: 10px; } }

.white-header {
  background: #ffffff;
  border-bottom: 1px solid #cccccc; }

.slider .carousel .carousel-inner .item .banner-caption {
  color: #ffffff;
  display: table;
  float: right;
  width: 360px; }
  .slider .carousel .carousel-inner .item .banner-caption h1 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    line-height: 1.3; }
  .slider .carousel .carousel-inner .item .banner-caption .c-text {
    font-size: 18px;
    margin: 25px 0; }
  .slider .carousel .carousel-inner .item .banner-caption .btn-more, .slider .carousel .carousel-inner .item .banner-caption .btn-transparent {
    margin-right: 18px; }
  @media only screen and (max-width: 767px) {
    .slider .carousel .carousel-inner .item .banner-caption {
      width: 100%;
      display: block;
      float: none; }
      .slider .carousel .carousel-inner .item .banner-caption .c-text {
        margin: 15px 0; }
        .slider .carousel .carousel-inner .item .banner-caption .c-text p {
          font-size: 16px !important; }
      .slider .carousel .carousel-inner .item .banner-caption .btn-more, .slider .carousel .carousel-inner .item .banner-caption .btn-transparent {
        margin-right: 10px; } }
  @media only screen and (max-width: 639px) {
    .slider .carousel .carousel-inner .item .banner-caption {
      margin-top: 50px; } }
  @media only screen and (max-width: 479px) {
    .slider .carousel .carousel-inner .item .banner-caption {
      margin-top: 0; } }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.section-decorative-grey {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  background-color: #FAFAFA;
  width: 100%;
  padding: 6px 0; }
  .section-decorative-grey .dashed-container {
    border-top: 1px dashed #DDDDDD;
    border-bottom: 1px dashed #DDDDDD;
    padding: 80px 0; }
  .section-decorative-grey .content-wrapper .content-text p {
    font-size: 18px;
    color: #8C8C8C;
    line-height: 1.8;
    margin: -10px 0 0; }
  @media only screen and (max-width: 1023px) {
    .section-decorative-grey .dashed-container {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .section-decorative-grey .dashed-container {
      padding: 30px 10px; } }

.section-white {
  padding: 80px 0; }
  @media only screen and (max-width: 1023px) {
    .section-white {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .section-white {
      padding: 30px 0; } }

.services .section-heading {
  margin-bottom: 30px; }
  .services .section-heading h3 {
    font-style: italic;
    color: #454545;
    font-family: "BELL MT";
    display: inline-block;
    margin: 0; }
    .services .section-heading h3:before, .services .section-heading h3:after {
      content: '';
      display: inline-block;
      width: 39px;
      height: 24px;
      margin: 0 5px -2px 0;
      background: url(../images/left-icon.png) no-repeat; }
    .services .section-heading h3:after {
      background: url(../images/right-icon.png) no-repeat;
      margin: 0 0 -2px 5px; }
.services .s-box h4 {
  color: #000000;
  margin: 8px 0 12px; }
.services .s-box .s-img {
  padding: 3px;
  border: 1px solid #dddddd;
  margin-bottom: 15px; }
  .services .s-box .s-img img {
    width: 100%; }
  .services .s-box .s-img img:first-child {
    display: inline; }
  .services .s-box .s-img img:last-child {
    display: none; }
  .services .s-box .s-img:hover img:first-child, .services .s-box .s-img:focus img:first-child {
    display: none; }
  .services .s-box .s-img:hover img:last-child, .services .s-box .s-img:focus img:last-child {
    display: inline; }
.services .s-box .desc p {
  font-size: 14px;
  color: #454545; }
.services .s-box .desc a {
  color: #5BABE8;
  font-size: 14px; }
  .services .s-box .desc a:hover, .services .s-box .desc a:focus {
    color: #7E6A4F; }
.services .title-box {
  height: 340px;
  color: #ffffff;
  background: #2b3e50;
  padding: 10px; }
  .services .title-box h2 {
    font-family: "BELL MT";
    margin-top: 0; }
  .services .title-box .mytable {
    border: 1px solid #ffffff;
    padding: 10px 15px; }
    .services .title-box .mytable p {
      font-size: 16px;
      line-height: 1.4; }
    @media only screen and (max-width: 767) {
      .services .title-box .mytable {
        padding: 30px 10px; } }
.services .pl-5 {
  padding-left: 5px; }
.services .pr-5 {
  padding-right: 5px; }
.services .plr-5 {
  padding: 0 5px; }
@media only screen and (max-width: 767px) {
  .services {
    padding: 0 10px; }
    .services .pl-5, .services .pr-5, .services .plr-5 {
      padding: 0; }
    .services .title-box {
      height: auto; }
    .services .s-box {
      margin-top: 15px; } }

.section-blue {
  background: #2b3e50;
  padding: 50px 0; }
  @media only screen and (max-width: 1023px) {
    .section-blue {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .section-blue {
      padding: 30px 10px; } }

.d-line, .d-line-2 {
  width: 100%;
  display: block;
  height: 4px;
  background: transparent;
  border-top: 1px solid #838c95;
  border-bottom: 1px solid #838c95; }

.d-line-2 {
  border-color: #dcdcdc; }

.quote {
  padding: 50px 0;
  width: 680px;
  margin: 0 auto; }
  .quote h3 {
    color: #ffffff;
    font-style: italic;
    font-family: "BELL MT";
    margin: 0;
    line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    .quote {
      width: 100%;
      padding: 35px 10px; } }

.about-marilyn {
  padding-bottom: 0; }
  .about-marilyn .about-wrapper .about-text h3 {
    font-family: "BELL MT";
    margin: 15px 0 10px;
    color: #2B3E50; }
  .about-marilyn .about-wrapper .about-text .designation {
    color: #8C8C8C;
    font-size: 14px; }
  .about-marilyn .about-wrapper .about-text .d-line, .about-marilyn .about-wrapper .about-text .d-line-2 {
    margin: 30px 0 40px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
  .about-marilyn .about-wrapper .about-text .desc {
    font-size: 18px; }
    .about-marilyn .about-wrapper .about-text .desc p {
      color: #8C8C8C;
      margin-bottom: 20px; }
    .about-marilyn .about-wrapper .about-text .desc a {
      color: #5BABE8;
      float: right; }
      .about-marilyn .about-wrapper .about-text .desc a:hover, .about-marilyn .about-wrapper .about-text .desc a:focus {
        color: #7E6A4F; }
  .about-marilyn .about-wrapper .about-text .social-connect {
    padding-top: 20px; }
    .about-marilyn .about-wrapper .about-text .social-connect a {
      display: inline-block;
      font-size: 16px;
      height: 36px;
      width: 36px;
      border-radius: 50%;
      background: transparent;
      border: 2px solid #e0e0e0;
      color: #e0e0e0;
      text-align: center;
      padding-top: 4px;
      margin-right: 5px; }
      .about-marilyn .about-wrapper .about-text .social-connect a:hover, .about-marilyn .about-wrapper .about-text .social-connect a:focus {
        background: #7E6A4F;
        color: #ffffff;
        border: 2px solid #7E6A4F; }
  @media only screen and (max-width: 767px) {
    .about-marilyn .about-wrapper {
      padding: 10px; } }

.quote-wrapper {
  padding: 50px 0; }
  .quote-wrapper .quote {
    padding: 20px 0; }
    .quote-wrapper .quote h3 {
      color: #454545; }
  .quote-wrapper .d-line, .quote-wrapper .d-line-2 {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
  @media only screen and (max-width: 1023px) {
    .quote-wrapper {
      padding: 40px 10px; } }

.why-choose .section-title .heading-normal, .why-choose .section-title .heading-alternative, .why-choose .section-title .heading-alternative-2, .why-choose .section-title .section-title-text {
  margin: 0 auto;
  display: table; }
.why-choose .section-title .section-title-text {
  width: 740px;
  margin: 20px auto 55px; }
  .why-choose .section-title .section-title-text p {
    font-size: 18px;
    color: #8C8C8C;
    line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .why-choose .section-title .section-title-text {
      width: 100%;
      margin: 15px 0 30px;
      display: block;
      padding: 0 10px; } }
.why-choose .why-features {
  padding-top: 50px; }
  .why-choose .why-features .features-box {
    padding-right: 85px;
	text-align: center; }
    .why-choose .why-features .features-box h4 {
      color: #000000;
      text-transform: uppercase;
      margin: 15px 0 30px; }
    .why-choose .why-features .features-box .desc {
      font-size: 14px;
      color: #454545; }
      .why-choose .why-features .features-box .desc a {
        display: table;
        margin: 15px auto 0;
        border: 1px solid #454545;
        padding: 3px 15px;
        color: #454545; }
        .why-choose .why-features .features-box .desc a:hover, .why-choose .why-features .features-box .desc a:focus {
          background: #7E6A4F;
          color: #ffffff;
          border-color: #7E6A4F; }
    @media only screen and (max-width: 1200px) {
      .why-choose .why-features .features-box {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .why-choose .why-features .features-box {
        text-align: center;
        margin-bottom: 10px; } }
  .why-choose .why-features .pb-75 {
    padding-bottom: 75px; }
  @media only screen and (max-width: 1200px) {
    .why-choose .why-features {
      padding: 0; } }
  @media only screen and (max-width: 1023px) {
    .why-choose .why-features .pb-75 {
      padding-bottom: 25px; } }
@media only screen and (max-width: 767px) {
  .why-choose .img-box {
    margin-top: 20px; } }

.photo-background {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0; }
  .photo-background .content {
    color: #ffffff; }
    .photo-background .content h2, .photo-background .content h3 {
      font-family: "BELL MT";
      margin: 0; }
    .photo-background .content h3 {
      font-style: italic; }
    .photo-background .content a {
      margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      .photo-background .content {
        padding: 0 10px;
        text-align: center; } }

.partner-content .partner-logos {
  padding-top: 35px; }
.partner-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .partner-content ul li {
    float: left;
    padding: 12px 0 0 12px;
    width: 33.33%; }
    .partner-content ul li img {
      max-width: 100%; }
    @media only screen and (max-width: 640px) {
      .partner-content ul li {
        width: 50%; } }
@media only screen and (max-width: 1023px) {
  .partner-content .partner-logos {
    padding-top: 15px; } }
@media only screen and (max-width: 767px) {
  .partner-content {
    padding: 0 10px; } }

.testimonial-content .testimonial-slider {
  padding-top: 47px; }
  .testimonial-content .testimonial-slider .carousel .carousel-inner .item {
    height: auto !important; }
    .testimonial-content .testimonial-slider .carousel .carousel-inner .item .testimonial-text {
      padding: 35px 40px 30px;
      background: #F8F8F8;
      position: relative; }
      .testimonial-content .testimonial-slider .carousel .carousel-inner .item .testimonial-text p {
        font-size: 16px;
        color: #454545;
        font-family: "BELL MT";
        font-style: italic;
        line-height: 1.8; }
      .testimonial-content .testimonial-slider .carousel .carousel-inner .item .testimonial-text:after {
        content: '';
        height: 18px;
        width: 18px;
        display: table;
        left: 40px;
        position: absolute;
        bottom: -18px;
        background: url(../images/down-arw.png); }
      @media only screen and (max-width: 767px) {
        .testimonial-content .testimonial-slider .carousel .carousel-inner .item .testimonial-text {
          padding: 20px; } }
    .testimonial-content .testimonial-slider .carousel .carousel-inner .item .client {
      margin: 20px 0 0 45px; }
      .testimonial-content .testimonial-slider .carousel .carousel-inner .item .client h4 {
        margin: 0 0 5px;
        text-transform: uppercase;
        color: #000000; }
      .testimonial-content .testimonial-slider .carousel .carousel-inner .item .client span {
        font-size: 14px;
        color: #454545; }
  .testimonial-content .testimonial-slider .carousel .carousel-control {
    top: -100px;
    bottom: auto;
    left: auto;
    right: 15px;
    width: auto;
    color: #454545;
    text-align: center;
    text-shadow: none;
    opacity: 1;
    font-size: 25px;
    border: 2px solid #ddd;
    padding: 3px 10px;
    line-height: 1; }
    .testimonial-content .testimonial-slider .carousel .carousel-control:hover, .testimonial-content .testimonial-slider .carousel .carousel-control:focus {
      color: #5babe8;
      border-color: #5babe8; }
    @media only screen and (max-width: 1023px) {
      .testimonial-content .testimonial-slider .carousel .carousel-control {
        top: -65px; } }
  .testimonial-content .testimonial-slider .carousel .carousel-control.left {
    right: 55px; }
@media only screen and (max-width: 1023px) {
  .testimonial-content {
    margin-top: 30px; }
    .testimonial-content .testimonial-slider {
      padding-top: 25px; } }
@media only screen and (max-width: 767px) {
  .testimonial-content {
    padding: 0 10px; } }

.quote-slider-wrapper, .quote-slider-alternative {
  background-size: cover !important;
  background-position: center center;
  background-size: cover; }

.quote-slider {
  padding: 55px 0 65px; }
  .quote-slider .quote-slide {
    padding: 0;
    color: #ffffff;
    width: 955px; }
    .quote-slider .quote-slide h2 {
      margin: 35px 0;
      font-family: "BELL MT";
      font-style: italic;
      line-height: 1.4; }
    .quote-slider .quote-slide span {
      display: inline-block;
      text-transform: uppercase; }
      .quote-slider .quote-slide span:before, .quote-slider .quote-slide span:after {
        display: inline-block;
        height: 5px;
        width: 25px;
        content: '';
        margin: 0 20px;
        border-top: 1px solid #fff; }
    @media only screen and (max-width: 1023px) {
      .quote-slider .quote-slide {
        width: 100%;
        padding: 0 10px; } }
  .quote-slider .slick-prev, .quote-slider .slick-next {
    display: none !important; }
  .quote-slider .slick-dots {
    bottom: -50px; }
    .quote-slider .slick-dots li {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      margin: 0 10px; }
      .quote-slider .slick-dots li button {
      }
    .quote-slider .slick-dots li.slick-active {
      background: #ffffff; }
  @media only screen and (max-width: 1023px) {
    .quote-slider {
      padding: 20px; } }
  @media only screen and (max-width: 767x) {
    .quote-slider {
      padding: 20px 0; } }

.lfooter {
  background: #2b3e50;
  border-top: 20px solid #5BABE8;
  padding: 70px 0 0;
  color: #ffffff;
  margin-top: 3px; }
  .lfooter a {
    color: #5BABE8;
    -webkit-transition: 0.32s all linear;
    -moz-transition: 0.32s all linear;
    transition: 0.32s all linear; }
    .lfooter a:hover, .lfooter a:focus {
      color: #7E6A4F; }
  .lfooter .main-footer .f-box {
    font-size: 16px; }
    .lfooter .main-footer .f-box .f-head {
      padding-bottom: 15px;
      margin-bottom: 20px;
      height: 75px;
      border-bottom: 1px solid #6a7784; }
      .lfooter .main-footer .f-box .f-head h2 {
        padding-top: 15px;
        font-size: 22px;
        font-family: "BELL MT";
        text-transform: uppercase;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .lfooter .main-footer .f-box .f-head h2 {
            padding-top: 10px; } }
      @media only screen and (max-width: 767px) {
        .lfooter .main-footer .f-box .f-head {
          height: auto;
          padding-bottom: 10px;
          margin-bottom: 10px; } }
    .lfooter .main-footer .f-box .f-link .floated-list li {
      width: 50%; }
      .lfooter .main-footer .f-box .f-link .floated-list li a {
        padding-bottom: 10px;
        text-transform: capitalize; }
      @media only screen and (max-width: 767px) {
        .lfooter .main-footer .f-box .f-link .floated-list li {
          width: 100%; } }
  .lfooter .main-footer .f-section:first-child {
    padding-right: 5%; }
  .lfooter .main-footer .f-section:nth-child(2) {
    padding-right: 5%;
    padding-left: 2%; }
  .lfooter .main-footer .contacts-info span {
    display: block;
    margin-bottom: 15px;
    clear: both;
    color: #5BABE8; }
    .lfooter .main-footer .contacts-info span .icon {
      width: 10%;
      float: left; }
      @media only screen and (max-width: 767px) {
        .lfooter .main-footer .contacts-info span .icon {
          width: auto;
          float: none;
          margin-bottom: 10px; } }
    .lfooter .main-footer .contacts-info span i {
      font-size: 20px;
      color: #6A7784; }
  .lfooter .main-footer .contacts-info .location-icon {
    height: 45px; }
    @media only screen and (max-width: 1023px) {
      .lfooter .main-footer .contacts-info .location-icon {
        height: auto;
        margin-bottom: 25px; } }
  @media only screen and (max-width: 1200px) {
    .lfooter .main-footer .f-section:first-child {
      margin-right: 0; } }
  @media only screen and (max-width: 1023px) {
    .lfooter .main-footer .f-section:first-child,
    .lfooter .main-footer .f-section:nth-child(2) {
      padding-right: 15px; } }
  .lfooter .secondary-footer {
    margin-top: 5px; }
    .lfooter .secondary-footer .f-section {
      padding: 20px 0;
      border-top: 1px solid #6a7784;
      margin-right: 9%; }
      @media only screen and (max-width: 1200px) {
        .lfooter .secondary-footer .f-section {
          margin-right: 0; } }
    .lfooter .secondary-footer .social-info a {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #5BABE8;
      color: #2b3e50;
      text-align: center;
      margin-right: 10px;
      font-size: 17px !important;
      display: inline-block;
      border: 1px solid transparent; }
      .lfooter .secondary-footer .social-info a:hover, .lfooter .secondary-footer .social-info a:focus {
        background: #7E6A4F;
        border-color: #7E6A4F;
        color: #ffffff; }
      @media only screen and (max-width: 1200px) {
        .lfooter .secondary-footer .social-info a {
          margin-right: 3px; } }
    .lfooter .secondary-footer .terms {
      padding-top: 5px;
      color: #6a7784;
      font-size: 16px; }
      .lfooter .secondary-footer .terms a {
        color: #6a7784; }
        .lfooter .secondary-footer .terms a:hover, .lfooter .secondary-footer .terms a:focus {
          color: #7E6A4F; }
    @media only screen and (max-width: 767px) {
      .lfooter .secondary-footer {
        margin-top: 0; }
        .lfooter .secondary-footer .pull-left, .lfooter .secondary-footer .pull-right {
          width: 100%;
          float: none; } }
  .lfooter .copyright {
    border-top: 1px solid #6a7784;
    padding-top: 30px;
    text-align: center; }
    .lfooter .copyright span {
      text-transform: uppercase;
      color: #6a7784;
      font-size: 16px; }
    @media only screen and (max-width: 1023px) {
      .lfooter .copyright {
        padding-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .lfooter .copyright {
        padding-top: 15px; }
        .lfooter .copyright span {
          font-size: 14px; } }
  .lfooter .last-footer {
    margin-top: 20px;
    background: #1E2B38;
    height: 65px; }
    .lfooter .last-footer span {
      color: #6a7784;
      padding-top: 24px;
      display: inline-block;
      font-size: 16px; }
      .lfooter .last-footer span a {
        color: #5BABE8;
        font-size: 16px; }
        .lfooter .last-footer span a:hover, .lfooter .last-footer span a:focus {
          color: #7E6A4F; }
        @media only screen and (max-width: 767px) {
          .lfooter .last-footer span a {
            display: block; } }
  @media only screen and (max-width: 1200px) {
    .lfooter {
      padding: 45px 0 0; }
      .lfooter .last-footer {
        height: 45px;
        margin-top: 45px; }
        .lfooter .last-footer span {
          padding-top: 12px; } }
  @media only screen and (max-width: 767px) {
    .lfooter {
      text-align: center;
      padding-top: 25px; }
      .lfooter .f-logo img {
        width: 155px; }
      .lfooter .last-footer {
        height: auto;
        margin-top: 10px; }
        .lfooter .last-footer span {
          padding: 10px; } }

@media all and (min-width: 1024px) {
  .offcanvas,
  .body-inactive,
  .toggle {
    display: none !important; } }
.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  background: #2b3e50;
  width: 320px;
  z-index: 99;
  padding: 50px 0 0; }
  .offcanvas ul {
    margin: 0 0 15px;
    display: block; }
    .offcanvas ul li {
      float: none;
      border-bottom: 1px solid; }
      .offcanvas ul li a {
        color: #ffffff;
        font-size: 16px;
        display: block;
        padding: 15px;
        text-transform: uppercase; }
      .offcanvas ul li ul {
        display: none;
        padding: 15px;
        background: #30465a;
        margin-bottom: 0; }
        .offcanvas ul li ul li {
          border-bottom: 0; }
  .offcanvas .coff {
    top: 0;
    left: 0; }
    .offcanvas .coff a {
      padding: 9px;
      display: block; }
  @media all and (max-width: 767px) {
    .offcanvas {
      width: 100%; } }

.offcanvas.show-offcanvas {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.body-inactive {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.54);
  display: none; }

.sub-banner {
  height: 305px;
  margin-top: 65px;
  background: url(../images/sub-banner.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }
  .sub-banner .banner-title {
    font-family: "BELL MT";
    color: #ffffff; }
    .sub-banner .banner-title h1 {
      font-size: 48px;
      font-style: italic;
      margin: 0; }
  @media only screen and (max-width: 1023px) {
    .sub-banner {
      height: 180px; } }
  @media only screen and (max-width: 767px) {
    .sub-banner {
      height: 120px; }
      .sub-banner h1 {
        padding: 0 7px; } }

.special-section .special-wrapper {
  margin: 0; }
  .special-section .special-wrapper .table-cell {
    width: 50%; }
  .special-section .special-wrapper .img-box {
    padding: 10px 5px 10px 0; }
    .special-section .special-wrapper .img-box img {
      width: 100%; }
  .special-section .special-wrapper .special-content {
    background: #edeef0;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 5px;
    z-index: 1; }
  .special-section .special-wrapper .content-text {
    padding: 10px 50px;
    z-index: 1; }
    .special-section .special-wrapper .content-text p {
      line-height: 1.6; }
  @media only screen and (max-width: 1200px) {
    .special-section .special-wrapper {
      display: block;
      width: 100%; }
      .special-section .special-wrapper .table-cell {
        display: block;
        width: 100%; }
        .special-section .special-wrapper .table-cell .special-content {
          left: 10px; }
        .special-section .special-wrapper .table-cell .content-text {
          padding: 50px; }
      .special-section .special-wrapper .img-box {
        padding: 10px; } }
  @media only screen and (max-width: 767px) {
    .special-section .special-wrapper .content-text {
      padding: 35px 20px !important; } }

.hightlight-text {
  background: #cec1b0;
  color: #ffffff;
  padding: 15px 25px 10px;
  font-style: italic; }

.dash-before {
  height: 4px;
  display: block;
  width: 100%;
  border-top: 1px dashed #cec1b0;
  margin-top: 15px; }

.dash-after {
  height: 4px;
  width: 100%;
  display: block;
  border-bottom: 1px dashed #cec1b0;
  margin-bottom: 15px; }

.why-choose-desc {
  padding: 80px 0; }
  .why-choose-desc .left-text,
  .why-choose-desc .right-text {
    display: block;
    float: left;
    width: 50%;
    padding-right: 60px;
    border-right: 1px solid #dddddd; }
    .why-choose-desc .left-text p,
    .why-choose-desc .right-text p {
      margin-bottom: 30px;
      line-height: 1.8; }
    .why-choose-desc .left-text p:last-child,
    .why-choose-desc .right-text p:last-child {
      margin: 0; }
  .why-choose-desc .right-text {
    padding: 0 0 0 60px;
    border: 0; }
  .why-choose-desc .dash-before {
    margin: 0; }
  .why-choose-desc .dash-after {
    margin-bottom: 30px; }
  @media only screen and (max-width: 1023px) {
    .why-choose-desc {
      padding: 0; }
      .why-choose-desc .left-text {
        padding-right: 30px; }
      .why-choose-desc .right-text {
        padding-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .why-choose-desc {
      padding: 0 10px; }
      .why-choose-desc .left-text, .why-choose-desc .right-text {
        padding: 0;
        border: 0;
        width: 100%;
        float: none; }
      .why-choose-desc .left-text {
        border-bottom: 1px solid #dddddd;
        padding-botttom: 20px;
        margin-bottom: 20px; } }

.special-section-2 .special-wrapper-2 {
  padding: 80px 0; }
  @media only screen and (max-width: 1023px) {
    .special-section-2 .special-wrapper-2 {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .special-section-2 .special-wrapper-2 {
      padding: 30px 10px; } }

.gold-title {
  font-family: "BELL MT";
  color: #A27E4F; }

.feature-box-wrapper {
  margin: 45px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .feature-box-wrapper {
      margin: 20px 0; } }

.feature-box-2, .feature-box-3 {
  padding: 20px 0; }
  .feature-box-2 .gold-title, .feature-box-3 .gold-title {
    margin: 0 0 20px; }
  .feature-box-2 .desc p, .feature-box-3 .desc p {
    margin-bottom: 15px; }
  .feature-box-2 .desc a, .feature-box-3 .desc a {
    color: #A27E4F; }

.special-section-2 .content-wrapper {
  padding: 0 50px; }
  @media only screen and (max-width: 1023px) {
    .special-section-2 .content-wrapper {
      padding: 0 10px; } }

.feature-box-3 .img-box, .feature-box-3 .text {
  display: block;
  float: left;
  width: 80%;
  padding-left: 10px; }
.feature-box-3 .img-box {
  width: 20%;
  padding: 50px 0 0; }
  .feature-box-3 .img-box img {
    max-width: 100%; }

.blocks-section {
  padding: 80px 0; }
  .blocks-section .section-title h2 {
    display: table;
    margin: 0 auto; }
  .blocks-section .blocks-wrapper {
    margin: 50px 0; }
    .blocks-section .blocks-wrapper .blocks {
      width: 50%;
      display: block;
      float: left;
      padding: 10px; }
      .blocks-section .blocks-wrapper .blocks .blocks-text,
      .blocks-section .blocks-wrapper .blocks .img-box,
      .blocks-section .blocks-wrapper .blocks .img-box img {
        height: 370px;
        overflow: hidden; }
      .blocks-section .blocks-wrapper .blocks .img-box img {
        width: 100%; }
      .blocks-section .blocks-wrapper .blocks .blocks-text {
        background: #edeef0;
        padding: 35px 50px 20px; }
        .blocks-section .blocks-wrapper .blocks .blocks-text p {
          margin: 0 0 20px; }
        .blocks-section .blocks-wrapper .blocks .blocks-text a {
          margin: 0 auto;
          display: table; }
        .blocks-section .blocks-wrapper .blocks .blocks-text .heading-alternative::after, .blocks-section .blocks-wrapper .blocks .blocks-text .heading-alternative-2::after {
          margin-bottom: 5px; }
        @media only screen and (max-width: 1200px) {
          .blocks-section .blocks-wrapper .blocks .blocks-text {
            padding: 15px; }
            .blocks-section .blocks-wrapper .blocks .blocks-text p {
              margin-bottom: 10px; } }
      @media only screen and (max-width: 1023px) {
        .blocks-section .blocks-wrapper .blocks {
          width: 100%; }
          .blocks-section .blocks-wrapper .blocks .blocks-text,
          .blocks-section .blocks-wrapper .blocks .img-box,
          .blocks-section .blocks-wrapper .blocks .img-box img {
            height: auto; }
          .blocks-section .blocks-wrapper .blocks .blocks-text {
            padding: 50px; } }
      @media only screen and (max-width: 767px) {
        .blocks-section .blocks-wrapper .blocks .blocks-text {
          padding: 30px 15px; } }
  @media only screen and (max-width: 767px) {
    .blocks-section {
      padding: 35px 0; }
      .blocks-section .blocks-wrapper {
        margin: 20px 0; } }

.quote-slider-alternative {
  height: 418px;
  margin-bottom: 15px; }
  .quote-slider-alternative .img-box {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 2; }
    @media only screen and (max-width: 1400px) {
      .quote-slider-alternative .img-box {
        left: 2%; } }
    @media only screen and (max-width: 1023px) {
      .quote-slider-alternative .img-box {
        display: none; } }
  .quote-slider-alternative .side-quote-slider {
    width: 100%;
    display: block; }
    .quote-slider-alternative .side-quote-slider .quote-slider {
      width: 78%;
      margin-left: 22%;
      padding-bottom: 20px; }
      .quote-slider-alternative .side-quote-slider .quote-slider .slick-dots {
        display: none !important; }
      @media only screen and (max-width: 1200px) {
        .quote-slider-alternative .side-quote-slider .quote-slider {
          padding: 20px 0 0; }
          .quote-slider-alternative .side-quote-slider .quote-slider .quote-slide {
            width: 500px; }
            .quote-slider-alternative .side-quote-slider .quote-slider .quote-slide h2 {
              font-size: 26px; } }
      @media only screen and (max-width: 1023px) {
        .quote-slider-alternative .side-quote-slider .quote-slider {
          width: 100%;
          margin: 0;
          padding: 20px; }
          .quote-slider-alternative .side-quote-slider .quote-slider .quote-slide {
            width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .quote-slider-alternative {
      height: auto; }
      .quote-slider-alternative .slick-slider {
        margin: 0; } }

@media only screen and (max-width: 767px) {
  .img-box {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */

.advisors-block-link {
	display:block;
	border:1px solid #ededed;
	padding:15px;
	margin-bottom:40px;
}
.advisors-block-link:hover {
	border:1px solid #ccc;
	background:#ededed;
}

.feature-box-2 img {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}
  @media only screen and (max-width: 1023px) {
	 .feature-box-2 img {
	padding-bottom: 55px; } }
	 @media only screen and (max-width: 768px) {
	 .feature-box-2 img {
	padding-bottom: 10px; } }
	@media only screen and (max-width: 320px) {
	 .feature-box-2 img {
	padding-bottom: 10px; } }

.feature-h {
	height: 70px;
}
  @media only screen and (max-width: 1023px) {
		.feature-h {
		  height: 100px; } }
   @media only screen and (max-width: 768px) {
		  .feature-h {
			height: 100px; } }		  
	@media only screen and (max-width: 320px) {
		.feature-h {
		  height: 50px; } }
		  

.style-01 {
	margin: 0 5px;
}
.link-list1 a{
	display:block;
	margin-bottom:6px;
}
ul.list2 {
	list-style-type:none;
}
ul.list2 li{
	margin-bottom:8px;
}