body {
  font-family: "Nunito Sans", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: rgba(0,0,0,0.8); 
}
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #43665b; }
  a:hover, a:focus {
    text-decoration: none;
    color: #43665b;
    outline: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400; }

.container {
  max-width: 1250px; }


@media (min-width: 768px) {

  .pt-md-10 {
      padding-top: 10rem!important;
  }
  
}


.pt-10 {
    padding-top: 10rem!important;
}

.pb-10 {
    padding-bottom: 10rem!important;
}

.pr-6 {
    padding-right: 6rem!important;
}

.pr-75 {
    padding-right: 7.5rem!important;
}

@media (min-width:768px) {
      
  .py-md-75 {
    padding-top: 7.5rem!important;
    padding-bottom: 7.5rem!important;
  }

  .px-md-45 {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
  }

}

.text-primary {
  color: #43665b !important; }

.cgg-navbar-light {
  background: #eaedce !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  @media (max-width: 991.98px) {
    .cgg-navbar-light {
      background: #eaedce !important;
      position: relative;
      top: 0; } }
  .cgg-navbar-light .navbar-brand {
    color: #000000; }
    .cgg-navbar-light .navbar-brand span {
      color: #f7b71d; }
    @media (max-width: 991.98px) {
      .cgg-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
    .cgg-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .cgg-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    font-weight: 700;
    opacity: 1 !important;
    border-bottom: 0px;
}
.cgg-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    cursor: pointer;
}
.cgg-navbar-light .navbar-nav > .nav-item > .nav-link span {
    border-bottom: 2px solid #eaedce;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}
    .cgg-navbar-light .navbar-nav > .nav-item > .nav-link:hover span {
    border-bottom: 2px solid #44665b;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
    cursor: pointer;

    }
    @media (max-width: 991.98px) {
      .cgg-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        } }
  .cgg-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
  .cgg-navbar-light .navbar-nav > .nav-item.cgg-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .cgg-navbar-light .navbar-nav > .nav-item.cgg-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .cgg-navbar-light .navbar-nav > .nav-item.cgg-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
        .cgg-navbar-light .navbar-nav > .nav-item.cgg-seperator:before {
          display: none; } }
  .cgg-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    border: 1px solid #43665b;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 4px;
    background: #43665b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .cgg-navbar-light .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #fff; }
    .cgg-navbar-light .navbar-nav > .nav-item.cta > a:hover {
      background: #43665b;
      border: 1px solid #43665b; }
  .cgg-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
    border: 1px solid #f7b71d;
    background: #f7b71d !important; }
  .cgg-navbar-light .navbar-nav > .nav-item.active > a {
    color: #43665b; }
  @media (max-width: 991.98px) {
    .cgg-navbar-light .navbar-nav > .nav-item.active > a {
      color: #43665b; } }
  .cgg-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .cgg-navbar-light .navbar-toggler:hover, .cgg-navbar-light .navbar-toggler:focus {
      text-decoration: none;
      color: #43665b;
      outline: none !important; }
  .cgg-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #eaedce !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
    @media (max-width: 991.98px) {
      .cgg-navbar-light.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important; } }
    .cgg-navbar-light.scrolled .nav-item.active > a {
      color: #43665b !important; }
    .cgg-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #43665b;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-top: 6px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .cgg-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .cgg-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #43665b; }
    @media (max-width: 991.98px) {
      .cgg-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    .cgg-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .cgg-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000000 !important; }
      .cgg-navbar-light.scrolled .nav-link.active {
        color: #43665b !important; }
    .cgg-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .cgg-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .cgg-navbar-light.scrolled .navbar-brand {
      color: #000000; }

.navbar-brand {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px; 
  color: #333333;}

.navbar-brand .navbar-logo {
  width: 100%;
  max-width: 450px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 767.98px) {

  .navbar-brand .navbar-logo {
    width: 100%;
    max-width: 290px;
  }
  
}

.hero-wrap {
  width: 100%;
  height: 90vh;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    background: #fff;
    background: white;
    background: -moz-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(3%, white), color-stop(54%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(3%, white), color-stop(54%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom,rgb(70, 50, 40) 0%,rgba(70, 50, 40, 1) 15%, rgba(70, 50, 40, 0.35) 44%, rgba(70, 50, 40, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    height: 40vh; 
mix-blend-mode: multiply; 
}
  .hero-wrap.hero-wrap-2 {
    height: 40vh !important;
    position: relative; }
    .hero-wrap.hero-wrap-2 .overlay {
      width: 100%;
      opacity: .05;
      height: 40vh; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 40vh !important; }

  .slider-text {
    height: 80vh; }

  .slider-text h1 {
    font-size: 125px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 900; }

  .slider-text h1 span {
    display: block; }

@media (max-width: 767.98px) {
  
  .slider-text h1 {
    font-size: 72px!important;
  }

}

.slider-text h2 {
    font-size: 42px;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic; 
    color: rgba(234,237,206, 1);
    line-height: 1.1;
    font-weight: 300; }

.slider-text h2 span {
    display: inline-block; 
    background:rgba(67,102,91, 0.75 ); /* rgba(234,237,206, 0.8); */
    padding: 8px 16px;
}

.slider-text .icon-wrap .icon {
    width: 70px;
    height: 70px;
    background: #43665b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .slider-text .icon-wrap .icon span {
      color: #fff; }
  .slider-text .icon-wrap .heading-title {
    position: relative; }
    .slider-text .icon-wrap .heading-title:after {
      position: absolute;
      top: 50%;
      left: -40px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      width: 30px;
      height: 2px;
      background: #fff; }
    .slider-text .icon-wrap .heading-title span {
      font-family: "Nunito Sans", Arial, sans-serif;
      color: #fff; }
  .slider-text p {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8); }
  .slider-text .breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500; }
    .slider-text .breadcrumbs span {
      color: rgba(0, 0, 0, 0.7); }
      .slider-text .breadcrumbs span i {
        color: rgba(0, 0, 0, 0.5);
        font-size: 13px; }
      .slider-text .breadcrumbs span a {
        color: rgba(0, 0, 0, 0.7); }
        .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
          color: #43665b; }
          .slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
            color: #43665b; }
  .slider-text .bread {
    font-weight: 400 !important;
    position: relative; }

.search-location .form-group {
  position: relative; }
  .search-location .form-group .form-field .form-control {
    border: none;
    height: 70px !important;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    padding-left: 25px;
    padding-right: 50px;
    -webkit-box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28); }
  .search-location .form-group button {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 0 50% 50% 50%;
    background: #43665b; }
    .search-location .form-group button span {
      font-size: 30px;
      color: #fff; }

.cgg-degree-bg {
  position: relative; }
  .cgg-degree-bg:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -30px;
    overflow: visible;
    width: 50%;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-color: #fff; }
  .cgg-degree-bg:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    overflow: visible;
    width: 50%;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    background-color: #fff; }

.cgg-degree-bg-offwhite {
  position: relative; }
  .cgg-degree-bg-offwhite:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -30px;
    overflow: visible;
    width: 50%;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-color: #f6f7e5; }
  .cgg-degree-bg-offwhite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    overflow: visible;
    width: 50%;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    background-color: #f6f7e5; }

.request-form {
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33); }
  .request-form h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 600; }
  .request-form p {
    color: rgba(0, 0, 0, 0.5); }
  .request-form .form-group {
    position: relative;
    width: 100%;
    display: block; }
    .request-form .form-group .icon {
      position: absolute;
      top: 50% !important;
      right: 0;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 1px solid red; }
      .request-form .form-group .icon span {
        color: rgba(0, 0, 0, 0.3) !important; }
    .request-form .form-group .select-wrap, .request-form .form-group .input-wrap {
      position: relative; }
      .request-form .form-group .select-wrap select, .request-form .form-group .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .request-form .form-group .btn {
      width: 100%;
      display: block !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
  .request-form label.label {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
  .request-form .form-control {
    border: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    height: 40px !important;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 12px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .request-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.4); }
    .request-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.4); }
    .request-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.4); }
    .request-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.4); }
    .request-form .form-control:focus, .request-form .form-control:active {
      border-color: #fff; }
  .request-form textarea.form-control {
    height: inherit !important; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: #43665b !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0; }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
  border: 1px solid red; }
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; }

.bg-light {
  background: #f8f9fa !important; }

.bg-primary {
  background: #43665b; }

.btn {
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #43665b !important;
    border: 1px solid #43665b !important;
    color: #fff !important; }
    .btn.btn-primary:hover {
      border: 1px solid #43665b;
      background: transparent;
      color: #43665b; }
    .btn.btn-primary.btn-outline-primary {
      border: 1px solid #43665b;
      background: transparent;
      color: #43665b; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #43665b;
        color: #fff; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    color: #fff; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #43665b; }
  .btn.btn-black {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important; }
    .btn.btn-black:hover {
      border: 1px solid #43665b;
      background: transparent;
      color: #43665b; }
    .btn.btn-black.btn-outline-black {
      border: 1px solid #ebebeb !important;
      background: transparent !important;
      color: #000000 !important; }
      .btn.btn-black.btn-outline-black:hover {
        border: 1px solid #43665b !important;
        background: #43665b !important;
        color: #fff !important; }

        .btn-secondary {
            color: #43665b;
            background-color: #f6f7e5;
            border-color: #f6f7e5; 
        margin-left: 25px;
        }
        .btn-secondary:hover {
            color: #f6f7e5!important;
            background-color: transparent;
            border-color: #f6f7e5; 
        margin-left: 25px;
        }


.property-wrap {
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .property-wrap {
      margin-bottom: 40px; } }
  .property-wrap .img {
    display: block;
    width: 100%;
    height: 250px; }
  .property-wrap .text {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -50px;
    margin-left: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    padding: 25px; }
    .property-wrap .text h3 {
      font-size: 18px; }
      .property-wrap .text h3 a {
        color: #000000;
        font-weight: 600; }
    @media (min-width: 768px) {
      .property-wrap .text {
        width: 75%; } }
    @media (max-width: 991.98px) {
      .property-wrap .text {
        width: 90%;
        margin-left: 10px; } }
    .property-wrap .text p.price span {
      font-size: 16px;
      font-weight: 600; }
    .property-wrap .text p.price span.orig-price {
      color: #000000; }
    .property-wrap .text p.price span.old-price {
      color: rgba(0, 0, 0, 0.6);
      position: relative;
      margin-right: 20px; }
      .property-wrap .text p.price span.old-price:after {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #000000;
        content: ''; }
    .property-wrap .text p.price small {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.4); }
    .property-wrap .text ul {
      padding: 0; }
      .property-wrap .text ul li {
        font-size: 16px;
        margin-right: 10px;
        display: inline-block;
        list-style: none; }
        .property-wrap .text ul li span {
          margin-right: 5px; }
    .property-wrap .text .btn-custom {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: #43665b;
      border-radius: 50% 0 0 0; }
      .property-wrap .text .btn-custom span {
        color: #fff; }
  .property-wrap:hover .text {
    -webkit-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26); }

.cgg-property-details .services .media-body .icon span {
  color: rgba(0, 0, 0, 0.8); }

.cgg-property-details .services .media-body .text h3 {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.4); }
  .cgg-property-details .services .media-body .text h3 span {
    display: block;
    color: #000000; }

.property-details .img {
  width: 100%;
  height: 600px;
  margin-bottom: 40px; }

.property-details span.subheading {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
  display: block; }

.nav-pills {
  font-size: 18px;
  font-weight: 400;
  display: inline-block; }
  .nav-pills li {
    display: inline-block; }
    .nav-pills li a {
      margin-right: 2px;
      color: rgba(0, 0, 0, 0.4) !important; }
      .nav-pills li a.active {
        color: #000000 !important;
        background: transparent !important; }

.pills {
  margin-top: 40px; }
  .pills .tab-pane {
    padding: 2em;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .pills .features {
    margin: 0;
    padding: 0; }
    .pills .features li {
      list-style: none; }
      .pills .features li span {
        font-size: 20px;
        margin-right: 15px; }
      .pills .features li.check span {
        color: green; }
      .pills .features li.remove span {
        color: red; }
  .pills .head {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600; }
  .pills .review {
    width: 100%;
    margin-bottom: 30px; }
    .pills .review .user-img {
      width: 80px;
      height: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .pills .review .desc {
      width: calc(100% - 100px);
      margin-left: 30px; }
      .pills .review .desc h4 {
        width: 100%;
        margin-bottom: 10px; }
        .pills .review .desc h4 span {
          width: 49%;
          display: inline-block; }
          .pills .review .desc h4 span:first-child {
            font-size: 16px; }
          .pills .review .desc h4 span:last-child {
            font-size: 13px;
            color: #b3b3b3; }
      .pills .review .desc .star {
        width: 100%; }
        .pills .review .desc .star span {
          width: 49%;
          display: inline-block; }
        .pills .review .desc .star i {
          color: #f7b71d; }
        .pills .review .desc .star .reply {
          padding: 2px 10px;
          background: #f0f0f0;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px; }
          .pills .review .desc .star .reply i {
            color: gray;
            font-size: 12px; }
  .pills .wrap {
    padding: 2em;
    background: #fafafa; }
  .pills .rating-wrap {
    width: 100%;
    display: block; }
    .pills .rating-wrap .star {
      display: block;
      width: 100%; }
      .pills .rating-wrap .star:last-child {
        margin-bottom: 0; }
      .pills .rating-wrap .star span {
        display: inline-block;
        color: #b3b3b3; }
        .pills .rating-wrap .star span i {
          color: #43665b; }
        .pills .rating-wrap .star span:first-child {
          width: 62%; }
        .pills .rating-wrap .star span:last-child {
          width: 32%; }

  .img-2 {
    height: 600px;
    margin-bottom: 30px; } 

.img-3 {
    height: 300px;
} 

@media (max-width: 420px) {
  .img-2 {
    height: 300px;
    margin-bottom: 30px; } 

  .img-3 {
    height: 200px;
} 

}

.who-we-are-img {
    margin-left: -120px;
    -webkit-box-shadow: -20px 15px 14px -15px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -20px 15px 14px -15px rgba(0, 0, 0, 0.13);
    box-shadow: -20px 15px 14px -15px rgba(0, 0, 0, 0.13);  
}

@media (max-width: 420px) {
.who-we-are-img {
  margin-left: 0;
  }
}

@media (min-width: 992px) {
  .wrap-about .heading-section {
    margin-left: -120px;
    background: #fff;
    -webkit-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13);
    box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13); } }

    .who-we-are {
        position: absolute;
        right: 100px;
        top: 350px;
        width: 550px;
        opacity: .25;
    }

    #who-we-are p {
      line-height: 1.9!important;  
      letter-spacing: 0.01em;
    }

    .watermark-contact {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        max-width: 500px;
        opacity: .9;
    }


    .watermark-work {
      display: none;
        position: absolute;
        left: 20px;
        bottom: 0;
        width: 600px;
        opacity: .9;
    }

.our-work-section {
    background-image: url(../images/horse-racing.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
  height: 500px;
}
.services-section {
    background-image: url(../images/what-we-do.jpg);
    background-size: contain;
  background-color: black;
    background-position: right;
    position: relative;
  padding-bottom: 5em !important;
background-repeat: no-repeat;}
  .services-section .overlay {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    background: #000000; }
    @media (max-width: 767.98px) {
      .services-section {
    background-size: cover;
      background-position: center;
      }
}
    @media (max-width: 767.98px) {
      .services-section .overlay {
        width: 100%;
        opacity: .4; } }

.services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 767.98px) {
    .services {
      margin-bottom: 40px; } }
  .services .icon {
    line-height: 1.3;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100px; }
    .services .icon span {
      font-size: 60px;
      color: #43665b; }
  .services .media-body {
    width: 100%;
    color: rgba(0, 0, 0, 0.8); }
    .services .media-body h3 {
      font-size: 24px;
      font-weight: 500;
      color: #000000; }
    .services .media-body p {
      margin-bottom: 0; }
  .services.active {
    background: #43665b; }
    .services.active .icon span {
      color: #fff; }
    .services.active .media-body {
      color: rgba(255, 255, 255, 0.8); }
      .services.active .media-body h3 {
        color: #fff; }
      .services.active .media-body p {
        margin-bottom: 0; }
  .services.services-2 .icon, .core-values .icon {
    width: 80px;
    height: 80px;
    border: 5px solid #dadfab;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .services.services-2 .icon span, .core-values .icon span {
      color: #43665b;
      font-size: 42px;
    font-weight: 700; 
font-family: 'Times New Roman', Times, serif;}
  .services.services-2 h3 {
    color: #fff; }
  .services.services-2 .media-body {
    color: rgba(255, 255, 255, 0.8); }

.services-wrap {
  display: block;
  width: 100%;
  margin-bottom: 40px; }
  .services-wrap .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    background: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .services-wrap .icon span {
      font-size: 40px;
      color: #fff; }
  .services-wrap .media-body {
    width: calc(100% - 80px); }
    .services-wrap .media-body h3 {
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 18px; }
  .services-wrap:hover .icon {
    background: #43665b; }
    .services-wrap:hover .icon span {
      color: #fff; }

.cgg-section-parallax {
  position: relative; }
  .cgg-section-parallax .heading-section-white h2 {
    font-weight: 400 !important; }

.aside-stretch {
  background: #ef9ade; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #ef9ade; }
  @media (max-width: 767.98px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent;
        display: none; } }

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

.cgg-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .cgg-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.cgg-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #43665b !important; }

.bg-black {
  background: #000000; }

.media-custom {
  background: #fff; }
  .media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #43665b; }
  .media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9; }

.about-author .desc h3 {
  font-size: 24px; }

.cgg-section {
  padding: 6em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .cgg-section {
      padding: 6em 0; } }

.cgg-no-pt {
  padding-top: 0; }

.cgg-no-pb {
  padding-bottom: 0; }

.cgg-bg-dark {
  background: #3c312e; }
  .footer-text {
      font-size: 16px!important;
      color: #f6f7e5!important;
  }

.cgg-footer {
  font-size: 16px;
  padding: 7em 0;
  background: #43665b}
  .cgg-footer .cgg-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .cgg-footer .cgg-footer-widget h2 {
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400; }
  .cgg-footer .cgg-footer-widget ul li a {
    color: rgba(0, 0, 0, 0.8); }
    .cgg-footer .cgg-footer-widget ul li a span {
      color: #43665b; }
  .cgg-footer .cgg-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .cgg-footer .cgg-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .cgg-footer p {
    color: rgba(0, 0, 0, 0.7); }
  .cgg-footer a {
    color: #43665b; }
    .cgg-footer a:hover {
      color: #43665b; }
  .cgg-footer .cgg-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000; }

.cgg-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .cgg-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .cgg-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .cgg-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #43665b; }

.media .cgg-icon {
  width: 100px; }
  .media .cgg-icon span {
    color: #43665b; }

.cgg-media {
  background: #fff;
  border-radius: 0px; }
  .cgg-media .heading {
    font-weight: normal; }
  .cgg-media.cgg-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
    .cgg-media.cgg-media-shadow:hover, .cgg-media.cgg-media-shadow:focus {
      top: -3px;
      -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3); }
  .cgg-media .icon {
    font-size: 50px;
    display: block;
    color: #43665b; }
  .cgg-media.text-center .cgg-icon {
    margin: 0 auto; }

.cgg-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }

#map {
  height: 500px;
  width: 100%; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

.mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 2; }

.mouse-icon {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #dadfab;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block; 
  -webkit-animation: 1.6s ease infinite pulse;
  -moz-animation: 1.6s ease infinite pulse;
  animation: 1.6s ease infinite pulse;

}
  
.mouse-wheel {
  height: 80px;
  margin: 2px auto 0;
  display: block;
  width: 30px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
  color: #fff;
  font-size: 44px; }

  .mouse-wheel-light {
    height: 80px;
    margin: 0;
    padding: 0;
    display: block;
    width: 80px;
    text-align: center;
    font-size: 48px;
    text-align: center;
}

@-webkit-keyframes wheel-up-down {
  100% {
    margin-top: 25px;
    opacity: 1; }
  30% {
    opacity: 1; }
  0% {
    margin-top: 0;
    opacity: 0; } }

@-moz-keyframes wheel-up-down {
  100% {
    margin-top: 25px;
    opacity: 1; }
  30% {
    opacity: 1; }
  0% {
    margin-top: 0;
    opacity: 0; } }

@keyframes wheel-up-down {
  100% {
    margin-top: 25px;
    opacity: 1; }
  30% {
    opacity: 1; }
  0% {
    margin-top: 0;
    opacity: 0; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 102, 91, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(68, 102, 91, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 102, 91, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(68, 102, 91, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(68, 102, 91, 0.3);
    box-shadow: 0 0 0 0 rgba(68, 102, 91, 0.3); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(68, 102, 91, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(68, 102, 91, 0);
    box-shadow: 0 0 0 30px rgba(68, 102, 91, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(68, 102, 91, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(68, 102, 91, 0);
    box-shadow: 0 0 0 0 rgba(68, 102, 91, 0); } 
}

h3.bio-name {
    font-size: 28px;
    font-weight: 800;
}
h4.bio-position {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 25px;
}
h4.bio-position span{
    display: inline-block;
    background: yellow;
}

.heading-section .subheading {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 0;
        color: #43665b;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        position: relative; }

.services .text-white h5 {
    color: #ffffff!important;
    line-height: 1.15;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
}
.services .text-white h5::before {
content: "•";
color: #43665b;
font-size: 11px;
line-height: 24px;
position: absolute;
left: 0;
}

.text-light {
    color: #dadfab!important
}
.text-dark {
    color: #43665b!important
}
span.underline::before {
    border-bottom: 3px solid #43665b;
    margin-left: -50px;
}
.media-body .subheading  {
    text-align: center;
    content: '';
    height: 3px;
    width: 100px;
    display: block;
    background: #dadfab; }

  .heading-section .subheading:after {
    position: absolute;
    top: 50%;
    left: -60px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 3px;
    margin-top: -1px;
    background: #dadfab; }
  .heading-section .subheading:before {
    position: absolute;
    top: 50%;
    right: -60px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 3px;
    margin-top: -1px;
    background: #dadfab; }

.heading-section h2 {
  font-size: 40px;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 2em 0;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before {
        color: #fff; }
    .testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #43665b; }

.testimony-wrap {
  display: block;
  position: relative;
  background: rgba(234, 237, 206, .2);
  padding: 0 20px;
  height: 100%;
  border-top: 3px solid #dadfab;
  -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.4); }
  .testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .testimony-wrap .name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    color: #43665b; }
  .testimony-wrap .position {
    font-size: 16px;
    color: #cccccc; }
.contact-section {
background: #f6f7e5;
}

.agent {
  position: relative;
  width: 100%;
  display: block;
  z-index: 0;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .agent {
      margin-bottom: 30px; } }
  .agent .img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 0; }
  .agent img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .agent .desc {
    position: relative;
    width: 80%;
    padding: 20px;
    margin-top: -25px;
    margin: -25px auto 25px;
    line-height: 1.15;
    background: #fff;
    border-top: 5px solid #43665b;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.24); }
    @media (min-width: 768px) {
      .agent .desc {
        width: 80%; } }
    .agent .desc h3 {
      color: #000000;
      font-weight: 700;
      line-height: 1.3;
      font-size: 24px; }
      .agent .desc h3 a {
        color: #000000; }
    .agent .desc .price {
      font-size: 22px;
      font-weight: 500;
      color: #43665b; }
      .agent .desc .price span {
        color: rgba(0, 0, 0, 0.2);
        font-size: 12px;
        font-weight: 400; }
    .agent .desc .position {
      color: rgba(0, 0, 0, 0.3); }
    .agent .desc .h-info {
      font-size: 16px;
      font-style: italic;
      margin-bottom: 0; }
    .agent .desc .details {
      color: #000000; }
  .agent:hover .img:after, .agent:focus .img:after {
    opacity: .3; }
  .agent:hover .img div, .agent:focus .img div {
    top: 10px; }
  .agent:hover img, .agent:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

    
    .color-block-dark {
        background: #dadfab;
        height: 50px;
        }

@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px; } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }
  
  .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width:60vw;
    margin: 20px auto;
  }

@media (max-width: 420px) {
  .white-popup {
    max-width:90vw;

  }
}

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }

@media (max-width: 1199.98px) {
  .cgg-counter {
    background-position: center center !important; } }

.cgg-counter .img {
  display: block;
  width: 100%; }
  @media (max-width: 991.98px) {
    .cgg-counter .img {
      height: 400px;
      background-position: top center !important; } }

@media (min-width: 768px) {
  .cgg-counter .text.text-border {
    border-right: 1px solid rgba(0, 0, 0, 0.07); } }

.cgg-counter .text strong.number {
  font-weight: 600;
  font-size: 50px;
  color: #000000; }

.cgg-counter .text span {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 0; }

@media (max-width: 767.98px) {
  .cgg-counter .counter-wrap {
    margin-bottom: 20px; } }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 20px; }

.blog-entry {
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    .blog-entry .text .heading {
      font-size: 18px;
      margin-bottom: 0;
      font-weight: 400; }
      .blog-entry .text .heading a {
        color: #000000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #43665b; }
  .blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500; }
    .blog-entry .meta > div a {
      color: #b3b3b3; }
      .blog-entry .meta > div a:hover {
        color: #666666; }
  .blog-entry .btn-custom {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px; }

.block-23 ul {
  padding: 0; }
  .block-23 ul li {
    color: rgba(0, 0, 0, 0.7); }
    .block-23 ul li, .block-23 ul li > a {
      display: table;
      line-height: 1.5;
      margin-bottom: 15px; }
    .block-23 ul li span {
      color: rgba(0, 0, 0, 0.7); }
    .block-23 ul li .icon, .block-23 ul li .text {
      display: table-cell;
      vertical-align: top; }
    .block-23 ul li .icon {
      width: 40px;
      font-size: 18px;
      padding-top: 2px;
      color: #43665b; }

.block-6 .media-body p {
  font-size: 16px; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #43665b;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #e6e6e6; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #43665b;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .contact-info p a {
  color: #1a1a1a; }

.contact-section .contact-info p span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000; }

.contact-section .contact-info .icon span {
  font-size: 20px; }

@media (min-width: 992px) {
  .contact-section .contact-info .border-height {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1); } }

    .contact-section .contact-info .border-width {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); } 
    
.contact-section .contact-form {
  width: 100%; }

.block-9 h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 300; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #43665b; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: gray; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form {
  background: #f2f2f2;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px;
      font-size: 14px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .subscribe-form .form-group input {
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 16px;
    border-radius: 5px 0px 0px 5px; }
    .subscribe-form .form-group input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.7) !important; }
    .subscribe-form .form-group input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.7) !important; }
    .subscribe-form .form-group input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.7) !important; }
    .subscribe-form .form-group input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.7) !important; }
  .subscribe-form .form-group .submit {
    color: #fff !important;
    background: #e142c2 !important;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px; }
    .subscribe-form .form-group .submit:hover {
      cursor: pointer; }

.subscribe-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8); }

.sidebar-wrap {
  margin-bottom: 60px; }
  .sidebar-wrap .heading {
    font-size: 18px;
    text-transform: uppercase; }
  .sidebar-wrap .fields {
    width: 100%;
    position: relative; }
    .sidebar-wrap .fields .form-control {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: transparent;
      background: #fff !important;
      color: #4d4d4d !important;
      border: 1px solid #e6e6e6;
      font-size: 14px;
      width: 100%;
      height: 52px !important;
      padding: 10px 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .sidebar-wrap .fields .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #4d4d4d; }
    .sidebar-wrap .fields .icon {
      position: absolute;
      top: 50%;
      right: 30px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 767.98px) {
        .sidebar-wrap .fields .icon {
          right: 10px; } }
    .sidebar-wrap .fields .select-wrap {
      position: relative; }
      .sidebar-wrap .fields .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  .sidebar-wrap .form-group .btn {
    width: 100%;
    display: block !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block;
    color: #1a1a1a; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000000;
    font-style: italic; }

#cgg-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#cgg-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#cgg-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#cgg-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#cgg-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }
