@import url("https://fonts.googleapis.com/css2?family=Smooch&display=swap");

:root {
  --main-color: #c4a676;
  --main-font: 'Playfair', serif;
  --secondary-font: 'Jost', sans-serif;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.71429;
  color: #000; }

html, body, ul, ol, li, form, fieldset, legend {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

fieldset, img {
  border: 0; }

li {
  list-style: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  display: inline;
  font: inherit;
  letter-spacing: inherit;
  transition: .33s all ease; }

h1 a, h1 a:active, h1 a:focus, h2 a, h2 a:active, h2 a:focus, h3 a, h3 a:active, h3 a:focus, h4 a, h4 a:active, h4 a:focus, h5 a, h5 a:active, h5 a:focus, h6 a, h6 a:active, h6 a:focus, .h1 a, .h1 a:active, .h1 a:focus, .h2 a, .h2 a:active, .h2 a:focus, .h3 a, .h3 a:active, .h3 a:focus, .h4 a, .h4 a:active, .h4 a:focus, .h5 a, .h5 a:active, .h5 a:focus, .h6 a, .h6 a:active, .h6 a:focus {
  color: inherit; }

img {
  max-width: 100%;
  height: auto; }

/*////scoll-bar///////*/

/*
* {
  scrollbar-width: thin;
  scrollbar-color: #008168 #181819; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #181819; }

::-webkit-scrollbar-thumb {
  background-color: #008168;
  border-radius: 20px;
  border: 3px solid #181819; }

  */

/* VARIABLES */
/*/////*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*//header//*/
/*/////common css properties///*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.main-titel {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Playfair', serif;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  font-size: 28px;
  text-align: left;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  margin-bottom: 20px; }
  .main-titel .text-thin {
    font-weight: 100 !important; }

p {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  color: #181819;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  line-height: 1.71429;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  text-align: left; }

.container {
  max-width: 1200px; }

/*/////common css properties end///*/
.mainheader-block {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  position: relative;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .mainheader-block .container {
    max-width: 100%; }
  .mainheader-block .navbar-brand img {
    max-height: 65px;
    width: auto; }
  .mainheader-block .navbar {
    padding: 0; }
    .mainheader-block .navbar a {
      text-decoration: none;
      color: #ffffff; }
    .mainheader-block .navbar .nav-link {
      color: #ffffff;
      background-color: transparent;
      line-height: 70px;
      text-transform: uppercase;
      padding: 8px 15px;
      transition: .5s ease-out; }
      .mainheader-block .navbar .nav-link:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #ecb322; 
      }
    .mainheader-block .navbar .active .nav-link {
      color: #ffffff;
      background-color: #ecb322; 
    }
      .mainheader-block .navbar .active .nav-link:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #008168; }

.header-topbar {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #181819; }
  .header-topbar .topbar-inner {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-topbar .header-topbar-left {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    width: auto; }
  .header-topbar .header-topbar-right {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto; }
  .header-topbar .topbar-list-units {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    margin-right: 20px; }
    .header-topbar .topbar-list-units li {
      display: inline-block;
      margin-top: 0;
      margin-right: 50px; }
      .header-topbar .topbar-list-units li a {
        text-decoration: none;
        color: inherit;
        transition: .33s all ease-out; }
    .header-topbar .topbar-list-units .action-box {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: auto;
      padding: 0;
      margin: 0;
      color: #ffffff; }
      .header-topbar .topbar-list-units .action-box .icon {
        width: 16px;
        height: 16px;
        font-size: 16px;
        line-height: 16px;
        color: #008168;
        margin-right: 8px; }
  .header-topbar .registration-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    max-width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    border-radius: 30px;
    border: 2px solid;
    text-transform: uppercase;
    transition: .3s ease-out;
    padding: 15px 30px;
    cursor: pointer;
    color: #fff;
    background-color: #008168;
    border-color: #008168;
    padding: 4px 16px;
    border-radius: 4px; }
    .header-topbar .registration-btn:hover {
      text-decoration: none;
      color: #008168;
      background-color: #ffffff;
      border-color: #008168; }
    .header-topbar .registration-btn:active {
      color: #fff;
      background-color: #0062cc;
      border-color: #005cbf; }
  .header-topbar .header-social-list {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 16px;
    list-style: none; }
    .header-topbar .header-social-list li {
      display: inline-block;
      padding: 0 4px;
      margin: 0;
      border: none; }
    .header-topbar .header-social-list .social-btn {
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      background: #464a4d;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer;
      transition: .3s ease-out;
      text-decoration: none; }
      .header-topbar .header-social-list .social-btn:hover {
        text-decoration: none;
        background-color: #008168; }

.header-menubar {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  position: relative;
  padding: 0; }
  .header-menubar .search-bar {
    display: none; }
  @media (min-width: 992px) {
    .header-menubar .navbar {
      justify-content: space-between; }
    .header-menubar .navbar-collapse {
      width: auto;
      flex-grow: inherit; } }
  .header-menubar .nav-item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
    .header-menubar .nav-item a {
      display: inline-block;
      text-decoration: none;
      transition: .33s all ease-out;
      position: relative;
      z-index: 2;
      font-size: 14px !important;
      line-height: 1.2 !important;
      color: #ffffff !important;
      font-weight: 700;
      letter-spacing: .05em;
      text-transform: uppercase; }
    .header-menubar .nav-item:hover a {
      text-decoration: none;
      color: #ffffff !important;
      background-color: #008168; }
    .header-menubar .nav-item.active a {
      text-decoration: none;
      color: #ffffff !important;
      background-color: #008168; }
    .header-menubar .nav-item .dropdown-menu a {
      text-decoration: none;
      color: #ffffff !important;
      background-color: #008168;
      text-transform: none; }

.fixed-header .header-menubar {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.15); }

.mfp-wrap {
  z-index: 99999; }

@media screen and (max-width: 1200px) {
  .mainheader-block .navbar-brand img {
    max-height: 40px;
    width: auto; }

  .mainheader-block .navbar .nav-link {
    line-height: 50px;
    padding: 8px 10px; } }
@media screen and (max-width: 767px) {
  .header-topbar .topbar-inner {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }

  .navbar {
    padding: 0; }

  .home-banner .home-banner-inner .jumbotron-custom {
    font-size: 24px !important; }

  .home-banner .home-banner-inner .jumbotron-custom span {
    font-size: 24px !important; }

  .select-location-mainblock .select-location-box {
    flex-wrap: wrap; }

  .main-titel {
    font-size: 28px !important; }

  .select2-container {
    width: 100% !important; }

  .header-topbar .topbar-list-units li {
    margin-right: 0; }

  .header-topbar .header-social-list {
    padding-left: 4px; }

  .header-topbar .topbar-list-units {
    margin-right: 4px; }

  .header-menubar {
    padding: 4px 0; }

  .navbar-light .navbar-brand img {
    width: auto;
    height: 48px !important;
    color: #ffffff !important; }

  .navbar-light .navbar-toggler {
    border: none !important;
    color: #ffffff !important; }

  .navbar-toggler-icon {
    color: #ffffff; }

  .mainheader-block .navbar .nav-link {
    line-height: 30px;
    padding: 8px 10px; }

  .mainheader-block .navbar-brand img {
    max-height: 48px;
    width: auto; } }

/*//footer//*/
.key-selling-points-mainblock {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 100px 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  background-color: #141213;
  background-image: url(../img/key-selling-points-mainblock.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .key-selling-points-mainblock {
      padding: 40px 0; } }
  .key-selling-points-mainblock .titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 28px;
    text-align: left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    font-size: 36px; }
    .key-selling-points-mainblock .titel .text-thin {
      font-weight: 100 !important; }
  .key-selling-points-mainblock .sub-titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 28px;
    text-align: left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    padding-top: 30px;
    text-align: center; }
    .key-selling-points-mainblock .sub-titel .text-thin {
      font-weight: 100 !important; }
  .key-selling-points-mainblock p {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    color: #181819;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 1.71429;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    text-align: left;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center; }
  .key-selling-points-mainblock ul {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 15px 0; }
    .key-selling-points-mainblock ul li {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      -webkit-text-size-adjust: none;
      color: #181819;
      font-weight: 400;
      -webkit-font-smoothing: subpixel-antialiased;
      text-rendering: optimizeLegibility;
      font-size: 14px;
      line-height: 1.71429;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      text-align: left;
      padding-bottom: 4px;
      list-style: none;
      color: #ffffff;
      text-align: center;
      font-size: 20px;
      padding: 8px 0; }

.book-appointment-mainblock {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 90px 0;
  background-image: url("../img/home-banner.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .book-appointment-mainblock .appointment-top-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 0 30px; }
  .book-appointment-mainblock .form-group p {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding-bottom: 20px; }
  .book-appointment-mainblock .book-appointment-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background: #f3f3f3f0;
    padding: 20px;
    position: relative;
    z-index: 2; }
    .book-appointment-mainblock .book-appointment-block .header-block {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none; }
      .book-appointment-mainblock .book-appointment-block .header-block .titel {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        margin-top: 0;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        font-size: 28px;
        text-align: left;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        margin-bottom: 20px; }
        .book-appointment-mainblock .book-appointment-block .header-block .titel .text-thin {
          font-weight: 100 !important; }
    .book-appointment-mainblock .book-appointment-block .info-text {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      min-height: 60px;
      margin-bottom: 20px; }
      .book-appointment-mainblock .book-appointment-block .info-text .text1 {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        -webkit-text-size-adjust: none;
        color: #181819;
        font-weight: 400;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
        font-size: 14px;
        line-height: 1.71429;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        text-align: left;
        font-size: 16px; }
      .book-appointment-mainblock .book-appointment-block .info-text p {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        -webkit-text-size-adjust: none;
        color: #181819;
        font-weight: 400;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
        font-size: 14px;
        line-height: 1.71429;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        text-align: left;
        color: #008168;
        font-weight: bold;
        font-size: 16px; }
      .book-appointment-mainblock .book-appointment-block .info-text a {
        text-decoration: none;
        color: #008168; }
  .book-appointment-mainblock .book-appointment-formbox {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #DDD;
    padding: 30px;
    margin-top: 10px;
    border-radius: 8px; }
    .book-appointment-mainblock .book-appointment-formbox .form-control, .book-appointment-mainblock .book-appointment-formbox .form-select, .book-appointment-mainblock .book-appointment-formbox .select2-selection--single {
      display: block;
      width: 100%;
      min-height: 40px;
      padding: 4px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .book-appointment-mainblock .book-appointment-formbox .form-submit-block {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      margin-top: 20px;
      text-align: left; }
      .book-appointment-mainblock .book-appointment-formbox .form-submit-block .submit-btn {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        max-width: 100%;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 1.25;
        font-weight: 700;
        border-radius: 30px;
        border: 2px solid;
        text-transform: uppercase;
        transition: .3s ease-out;
        padding: 15px 30px;
        cursor: pointer;
        color: #fff;
        background-color: #008168;
        border-color: #008168; }
        .book-appointment-mainblock .book-appointment-formbox .form-submit-block .submit-btn:hover {
          text-decoration: none;
          color: #008168;
          background-color: #ffffff;
          border-color: #008168; }
        .book-appointment-mainblock .book-appointment-formbox .form-submit-block .submit-btn:active {
          color: #fff;
          background-color: #0062cc;
          border-color: #005cbf; }

.book-appointment-mainblock:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.65+98 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

footer {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  background: #211F2C; 
}

  footer .office-name {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px; }
  footer .footer-topblock {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 60px 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    padding-bottom: 20px; 
    background: #272535;
  }
    @media screen and (max-width: 991px) {
      footer .footer-topblock {
        padding: 40px 0; } }
  footer .text-dusty-gray {
    color: #9b9b9b !important; }
  footer .brand + * {
    margin-top: 22px; }
  footer * + .link-block {
    margin-top: 15px; }
  footer a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500; }
  footer .text-small-16 {
    font-size: 16px; }
  footer .footer-brand-logo-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    footer .footer-brand-logo-block .footer-logo {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      width: auto;
      padding: 0 20px;
      text-align: center;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      min-height: 150px;
      border-left: 1px solid #5d5858; }
      footer .footer-brand-logo-block .footer-logo img {
        max-width: 100%;
        max-height: 100px; }
      footer .footer-brand-logo-block .footer-logo:first-child {
        border-left: none !important;
        padding-left: 0; }
      footer .footer-brand-logo-block .footer-logo.sun-asticus-logo img {
        max-height: 130px; }
  footer .footer-title {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.33333;
    font-size: 16px;
    color: #ecb322;
    padding-bottom: 20px;
    font-weight: bold; 
    text-align: left;

  }
  footer .post {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    max-width: 320px;
    padding-bottom: 15px; }
    footer .post a {
      text-decoration: none;
      display: inline-block;
      color: inherit; }
    footer .post .unit {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      footer .post .unit .unit-left {
        display: inline-block;
        padding: 0;
        margin: 0;
        border: none;
        outline: none; }
      footer .post .unit .unit-body {
        display: inline-block;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        padding-left: 30px; }
      footer .post .unit .post-header {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        line-height: 1.5;
        transition: .33s all ease;
        color: #fff;
        font-size: 14px; }
      footer .post .unit .list-meta {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none; }
        footer .post .unit .list-meta li {
          display: inline-block;
          font-size: 12px;
          font-style: italic;
          color: #9b9b9b; }
  footer .post-preview * + .post-meta {
    margin-top: 5px; }
  footer .menu-list {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none; 
    text-align: left;
  }
    footer .menu-list li {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      list-style: none;
      padding-bottom: 4px;
      color: #ffffff;
      font-size: 14px; }
      footer .menu-list li a {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        transition: .33s all ease-out;
        color: #ffffff;
        font-size: 14px;
        position: relative; }
        footer .menu-list li a:hover {
          text-decoration: none;
          color: ##ecb322; }
      footer .menu-list li a:before {
        content: "\f105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 4px;
        left: 0; }
  footer .contact-info {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none; }
    footer .contact-info .contact-list {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      list-style: none; }
      footer .contact-info .contact-list li {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        list-style: none;
        padding-bottom: 4px;
        color: #ffffff;
        font-size: 14px;
        display: flex;
        text-align: left; 
      }
        footer .contact-info .contact-list li a {
          position: relative;
          display: inline-block;
          padding-left: 0;
          transition: .33s all ease-out;
          color: #ffffff;
          font-size: 14px;
          position: relative;
          display: flex; }
          footer .contact-info .contact-list li a:hover {
            text-decoration: none;
            color: #008168; }
        footer .contact-info .contact-list li .icon {
          display: inline-block;
          width: 16px;
          padding: 0;
          margin: 0;
          border: none; }
        footer .contact-info .contact-list li .text {
          display: inline-block;
          padding: 0;
          margin: 0;
          border: none;
          padding-left: 8px; }
          footer .contact-info .contact-list li .text i {
            font-size: 12px;
            font-style: italic; }
  footer .bg-abbey-04 {
    background: rgba(70, 74, 77, 0.4);
    fill: rgba(70, 74, 77, 0.4); }
  footer .hr {
    border: none;
    height: 1px;
    width: 100%; }
  footer .footer-copyright-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 15px 0;
    color: #ffffff; }
    footer .footer-copyright-block .footer-copyright {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    footer .footer-copyright-block a {
      color: #ffffff;
      font-size: 14px; }
    footer .footer-copyright-block p {
      color: #ffffff;
      font-size: 14px; }
    footer .footer-copyright-block .copyright-text {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      footer .footer-copyright-block .copyright-text p {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        text-align: center; }

.follow-us-block {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0; }
  .follow-us-block p {
    width: auto;
    text-align: center; }
  .follow-us-block .footer-social-list {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 16px;
    list-style: none; }
    .follow-us-block .footer-social-list li {
      display: inline-block;
      padding: 0 4px;
      margin: 0;
      border: none; }
    .follow-us-block .footer-social-list .social-btn {
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      background: #464a4d;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer;
      transition: .3s ease-out;
      text-decoration: none; }
      .follow-us-block .footer-social-list .social-btn:hover {
        text-decoration: none;
        background-color: #008168; }

.footer-disclaimer-block {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  color: #5d5858;
  font-size: 11px; }
  .footer-disclaimer-block p {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    color: #dddddd;
    font-size: 11px; }

@media screen and (max-width: 767px) {
  footer .footer-copyright-block .footer-copyright {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center; }

  footer .footer-copyright-block .copyright-text {
    order: 2;
    margin: 15px 0 0 0; }

  footer .footer-copyright-block .follow-us-block {
    order: 1;
    margin: 15px 0 0 0; } }
/*//home//*/
.home-main-banner {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #181819; }
  .home-main-banner .splide__slide {
    background-color: #5d5858;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: home-slider 3s forwards;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
@keyframes home-slider {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
  .home-main-banner .homeslider-titel-block {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.65+98 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }
    .home-main-banner .homeslider-titel-block .homeslider-titel-box {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      padding: 5% 10%;
      max-width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      flex-wrap: wrap; }
      .home-main-banner .homeslider-titel-block .homeslider-titel-box .slider-hilight {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        font-family: "Smooch", cursive;
        font-size: 36px;
        color: #ffffff;
        padding-bottom: 8px;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn; }
      .home-main-banner .homeslider-titel-block .homeslider-titel-box .slider-titel {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        margin-top: 0;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        font-size: 28px;
        text-align: left;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        margin-bottom: 20px;
        font-size: 28px;
        color: #ffffff;
        padding-bottom: 20px;
        font-weight: 400; }
        .home-main-banner .homeslider-titel-block .homeslider-titel-box .slider-titel .text-thin {
          font-weight: 100 !important; }
  .home-main-banner .bg-1 {
    background-color: #181819;
    background-image: url(../images/home-banner1.jpg); }
  .home-main-banner .bg-2 {
    background-color: #5d5858;
    background-image: url(../images/home-banner2.jpg); }
  .home-main-banner .bg-3 {
    background-color: #181819;
    background-image: url(../images/home-banner3.jpg); }
  .home-main-banner .bg-4 {
    background-color: #5d5858;
    background-image: url(../images/home-banner4.jpg); }
  .home-main-banner .bg-5 {
    background-color: #181819;
    background-image: url(../images/home-banner5.jpg); }
  .home-main-banner .splide__arrows--ttb .splide__arrow--prev {
    top: 100px; }
  .home-main-banner .splide__arrows--ttb .splide__arrow {
    left: inherit !important;
    right: 0;
    transform: translate(-50%); }

/*//inside-page//*/
.insidepage-main-banner {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  position: relative; }
  .insidepage-main-banner .slider-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #5d5858;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: scale 2s forwards;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; 
  }

  .insidepage-main-banner .slider-item {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 75vh;
    display: flex; 
  }
  .insidepage-main-banner .slider-entry {
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .insidepage-main-banner .slider-entry .page-titel {
      width: 100%;
      padding: 70px 0 0 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      duration: 1s;
      color: #FFF;
      font-weight: 600;
      font-size: 36px;
      position: relative;
      text-align: center;
      visibility: visible;
      margin-top: 0px;
      text-shadow: 2px 1px black;
      animation: ani 1s forwards;
      padding-bottom: 15px; }
    .insidepage-main-banner .slider-entry .page-subtitel {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      duration: 2s;
      font-size: 18px;
      color: #FFF;
      text-align: center;
      position: relative;
      opacity: 1;
      visibility: visible;
      padding-bottom: 15px; }
    .insidepage-main-banner .slider-entry .btn {
      display: inline-block;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      user-select: none;
      max-width: 100%;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 1.25;
      font-weight: 700;
      border-radius: 30px;
      border: 2px solid;
      text-transform: uppercase;
      transition: .3s ease-out;
      padding: 15px 30px;
      cursor: pointer;
      color: #fff;
      background-color: #008168;
      border-color: #008168; }
      .insidepage-main-banner .slider-entry .btn:hover {
        text-decoration: none;
        color: #008168;
        background-color: #ffffff;
        border-color: #008168; }
      .insidepage-main-banner .slider-entry .btn:active {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf; }
  .insidepage-main-banner .s-bright-arrow {
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10; }
  .insidepage-main-banner .s-bright-arrow .a1 {
    border: 15px solid transparent;
    border-top: none;
    bottom: 0;
    box-sizing: border-box;
    height: 0;
    position: absolute;
    width: 50%;
    border-right: 27px solid transparent;
    border-color: white;
    border-right-color: transparent !important;
    left: 0; }
  .insidepage-main-banner .s-bright-arrow .a2 {
    border: 15px solid transparent;
    border-top: none;
    bottom: 0;
    box-sizing: border-box;
    height: 0;
    position: absolute;
    width: 50%;
    border-left: 27px solid transparent;
    border-color: white;
    border-left-color: transparent !important;
    right: 0; }
  .insidepage-main-banner .sub-banner-btnblock {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center; }

.page-under-construction {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-under-construction .under-con-image {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    max-width: 350px; }
    .page-under-construction .under-con-image img {
      max-width: 100%;
      height: auto; }

.content-page {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 60px 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
  @media screen and (max-width: 991px) {
    .content-page {
      padding: 40px 0; } }
  .content-page .titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 28px;
    text-align: left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 20px;
    font-weight: bold;
    color: #008168; }
    .content-page .titel .text-thin {
      font-weight: 100 !important; }
  .content-page .sub-titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 28px;
    text-align: left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #008168;
    padding-top: 30px; }
    .content-page .sub-titel .text-thin {
      font-weight: 100 !important; }
  .content-page p {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    color: #181819;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 1.71429;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    text-align: left;
    padding-bottom: 20px; }
  .content-page ul {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 15px 0; }
    .content-page ul li {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      -webkit-text-size-adjust: none;
      color: #181819;
      font-weight: 400;
      -webkit-font-smoothing: subpixel-antialiased;
      text-rendering: optimizeLegibility;
      font-size: 12px;
      line-height: 1.3;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      text-align: left;
      padding-bottom: 4px;
      list-style: none; }
  .content-page .orange-text {
    font-weight: 600;
    color: #000000;
    display: block;
}
  .content-page .location-map {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin: 15px 0; }

/*///project-details-page///*/
.project-details-page {
  background-image: url(../img/details.png);
  background-position: bottom right;
  background-repeat: no-repeat; }
  .project-details-page .project-factsheet-list {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none; }
    @media screen and (min-width: 767px) {
      .project-details-page .project-factsheet-list {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2s;
        column-gap: 20px; } }
    .project-details-page .project-factsheet-list li {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      padding: 8px 0; }

/*///location-mainpage///*/
.location-mainpage {
  padding: 0; }
  .location-mainpage .location-details-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 60px 0; }
  .location-mainpage .location-details-list {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none; }
    .location-mainpage .location-details-list li {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      background-image: url(../images/location-style-icon.png);
      background-repeat: no-repeat;
      background-position: 0 10px;
      background-size: 24px;
      padding: 0 0 8px 35px;
      font-weight: 500;
      font-size: 16px; }

  .view-map-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none; 
}
  
.view-map-block .google-map-btn {
      display: inline-block;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      user-select: none;
      max-width: 100%;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 1.25;
      font-weight: 700;
      border-radius: 30px;
      border: 2px solid;
      text-transform: uppercase;
      transition: .3s ease-out;
      padding: 15px 30px;
      cursor: pointer;
      color: #fff;
      background-color: #ecb322;
      border-color: #ecb322; 
    }

.view-map-block .google-map-btn:hover {
        text-decoration: none;
        color: #008168;
        background-color: #ecb322;
        border-color: #ecb322; 
      }
.view-map-block .google-map-btn:active {
        color: #fff;
        background-color: #0062cc;
        border-color: #ecb322; 
      }
.google-mapem-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex; }
.location-facality-list {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none; }
    @media screen and (min-width: 767px) {
      .location-mainpage .location-facality-list {
        -moz-column-count: 4;
        -moz-column-gap: 20px;
        -webkit-column-count: 4;
        -webkit-column-gap: 20px;
        column-count: 4s;
        column-gap: 20px; } }
    .location-mainpage .location-facality-list li {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      padding: 8px 0; }


.location-map-block {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #008168;
  padding: 60px 0;
  background-image: url(../img/green-body-bg.png);
  background-repeat: repeat;
}
.location-map-block .titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 28px;
    text-align: center;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ffffff;
}

.location-map-block .sub-titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
}

.location-map-block .location-map {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  margin-bottom: 10px;
}

.location-map-block .location-map img {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none; 
}.location-mainpage .location-facality-box {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none; 
}
    .location-mainpage .location-facality-box .titel {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      margin-top: 0;
      margin-bottom: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      color: #000;
      line-height: 1.2;
      font-size: 28px;
      text-align: left;
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: normal;
      padding: 0 0 5px 0;
      margin: 0;
      color: #008168; }
      .location-mainpage .location-facality-box .titel .text-thin {
        font-weight: 100 !important; }
    .location-mainpage .location-facality-box p {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      -webkit-text-size-adjust: none;
      color: #181819;
      font-weight: 400;
      -webkit-font-smoothing: subpixel-antialiased;
      text-rendering: optimizeLegibility;
      font-size: 14px;
      line-height: 1.71429;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      text-align: left; }
  .location-mainpage .facality-image-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: right;
    margin-top: 30px; }
    .location-mainpage .facality-image-block img {
      max-width: 100%;
      height: auto; }

.landmarks-list-block {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.landmarks-list{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  color: #ecb322;
}
.landmarks-list li{
  width: 100%;
  padding: 0;
  margin: 0 0 0 15px;
  border: none;
  outline: none;
  text-decoration: none;
  list-style: disc;
  max-width: 100%;
  color: #ecb322;
  border-bottom: 1px solid #059275;
}
.landmarks-list li .landmark {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  padding: 0 10px 0 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
}
.landmarks-list li .time{
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 10px;
  color: #ffffff;
}

.landmarks-list .landmarks-text{
  width: 100%;
  padding: 2px 0;
  margin: 2px 0;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}


/*///facilities-page///*/
.facilities-page {
  background-color: #d5d3c7;
  padding-bottom: 0; }

.project-factsheet-list {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none; }

.insidepage-main-banner.facilities-page-bg .s-bright-arrow .a1 {
  border-color: #d5d3c7 !important; }

.insidepage-main-banner.facilities-page-bg .s-bright-arrow .a2 {
  border-color: #d5d3c7 !important; }

/*///contactus-page///*/
.contactus-page {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 60px 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
  @media screen and (max-width: 991px) {
    .contactus-page {
      padding: 40px 0; } }
  .contactus-page .titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 28px;
    text-align: left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 20px;
    font-weight: bold;
    color: #008168; }
    .contactus-page .titel .text-thin {
      font-weight: 100 !important; }
  .contactus-page .sub-titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 28px;
    text-align: left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #008168;
    padding-top: 30px; }
    .contactus-page .sub-titel .text-thin {
      font-weight: 100 !important; }
  .contactus-page p {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    color: #181819;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 1.71429;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    text-align: left;
    padding-bottom: 20px; }
  .contactus-page .contactus-bgimage {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: self-end;
    padding: 40px 0 0 0; }
    .contactus-page .contactus-bgimage img {
      max-width: 70%;
      padding: 0;
      margin: 0; }
  .contactus-page .contact-map-main {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex; }
  .contactus-page .contactus-formbox {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #DDD;
    background-color: #dddddd;
    padding: 30px;
    margin-top: 10px;
    border-radius: 8px; }
    .contactus-page .contactus-formbox .form-control, .contactus-page .contactus-formbox .form-select, .contactus-page .contactus-formbox .select2-selection--single {
      display: block;
      width: 100%;
      min-height: 40px;
      padding: 4px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .contactus-page .contactus-formbox .submit-block {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      margin-top: 20px;
      text-align: left; }
      .contactus-page .contactus-formbox .submit-block .submit-btn {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        max-width: 100%;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 1.25;
        font-weight: 700;
        border-radius: 30px;
        border: 2px solid;
        text-transform: uppercase;
        transition: .3s ease-out;
        padding: 15px 30px;
        cursor: pointer;
        color: #fff;
        background-color: #008168;
        border-color: #008168; }
        .contactus-page .contactus-formbox .submit-block .submit-btn:hover {
          text-decoration: none;
          color: #008168;
          background-color: #ffffff;
          border-color: #008168; }
        .contactus-page .contactus-formbox .submit-block .submit-btn:active {
          color: #fff;
          background-color: #0062cc;
          border-color: #005cbf; }
  .contactus-page .contact-right {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding-left: 30px;
    max-width: 100%; 
  }
  .contactus-page .contactus-logoblock {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contactus-page .contactus-logoblock .contactus-box{
    width: 48%;
    max-width: 48%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
  }

  .contactus-page .contactus-box .sub-titel{
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }

  .contactus-page .contactus-box .sub-titel a{
    text-decoration: none;
    font-size: inherit;
    color: inherit;
  }
  .contactus-page .contactus-box .logo-image{
    width: 100%;
    padding: 5px 0 0 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
  }

  .contact-map-main {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
    border: none;
    outline: none;
    text-decoration: none;
    overflow: hidden;
  }

  .contactus-page .contactus-box .logo-image img{
    width: auto;
    height: 120px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
  }


    .contactus-page .contactus-logoblock img {
      max-width: 100%;
      height: auto; }
  .contactus-page .contact-info {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none; }
    .contactus-page .contact-info .contact-list {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      list-style: none; }
      .contactus-page .contact-info .contact-list .office-name {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        font-size: 20px;
        color: #008168; }
      .contactus-page .contact-info .contact-list li {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        list-style: none;
        padding-bottom: 4px;
        color: #181819;
        font-size: 14px;
        display: flex; }
        .contactus-page .contact-info .contact-list li a {
          position: relative;
          display: inline-block;
          padding-left: 0;
          transition: .33s all ease-out;
          color: #181819;
          font-size: 14px;
          position: relative;
          display: flex; }
          .contactus-page .contact-info .contact-list li a:hover {
            text-decoration: none;
            color: #008168; }
        .contactus-page .contact-info .contact-list li .icon {
          display: inline-block;
          width: 16px;
          padding: 0;
          margin: 0;
          border: none; }
        .contactus-page .contact-info .contact-list li .text {
          display: inline-block;
          padding: 0;
          margin: 0;
          border: none;
          padding-left: 8px; }
          .contactus-page .contact-info .contact-list li .text i {
            font-size: 12px;
            font-style: italic; }
  .contactus-page .follow-us-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 0 0; }
    .contactus-page .follow-us-block p {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      width: auto;
      font-size: 18px; }

/*///floor-plans-page///*/
.floor-plans-page {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none; }
  .floor-plans-page .plan-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 60px 0;
    background-image: url(../images/compash.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 120px;
    background-size: 100px auto; }
    .floor-plans-page .plan-block.gray-bg {
      background-color: #dddddd; }
    .floor-plans-page .plan-block .floor-plans-box {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none; }
    .floor-plans-page .plan-block .header-block {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      padding-bottom: 15px; }
      .floor-plans-page .plan-block .header-block .titel {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        margin-top: 0;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        font-size: 28px;
        text-align: left;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        margin-bottom: 20px;
        font-size: 18px;
        padding: 0;
        margin: 0;
        color: #008168; }
        .floor-plans-page .plan-block .header-block .titel .text-thin {
          font-weight: 100 !important; }
    .floor-plans-page .plan-block .card {
      padding: 20px;
      background: white;
      border-radius: 4px;
      -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: center;
      align-items: center; }

.mfp-figure figure {
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15); }

.mfp-bottom-bar {
  margin-top: 10px !important; }

.mfp-title {
  display: inline-block !important;
  font-size: 18px;
  padding: 0;
  margin: 0;
  top: 10px; }
  .mfp-title .image-source-link {
    display: none; }

/*///downloads-page///*/
.downloads-page .downloads-blocks {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 40px 0; }
.downloads-page a {
  text-decoration: none;
  color: inherit; }
.downloads-page .downloads-box {
  padding: 30px;
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .3s ease-out; }
  .downloads-page .downloads-box:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    border-color: #008168; }
.downloads-page .icon-box {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: center; }
.downloads-page .icon {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: center;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .3s ease-out; }
.downloads-page .titel {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  font-size: 28px;
  text-align: left;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .3s ease-out;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #008168;
  text-align: center; }
  .downloads-page .titel .text-thin {
    font-weight: 100 !important; }

/*////developer-mainpage////*/
.developer-mainpage {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none; }
  .developer-mainpage .titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 28px;
    text-align: left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 20px;
    font-weight: bold;
    color: #008168; }
    .developer-mainpage .titel .text-thin {
      font-weight: 100 !important; }
  .developer-mainpage .sub-titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 28px;
    text-align: left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #008168;
    padding: 0 0 5px 0;
    margin: 0; }
    .developer-mainpage .sub-titel .text-thin {
      font-weight: 100 !important; }
  .developer-mainpage p {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    color: #181819;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 1.71429;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    text-align: left;
    padding-bottom: 20px; }
  .developer-mainpage .heighlight-list {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 15px 0; }
    .developer-mainpage .heighlight-list li {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      -webkit-text-size-adjust: none;
      color: #181819;
      font-weight: 400;
      -webkit-font-smoothing: subpixel-antialiased;
      text-rendering: optimizeLegibility;
      font-size: 14px;
      line-height: 1.71429;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      text-align: left;
      padding: 2px 0;
      list-style: none; }
    .developer-mainpage .heighlight-list .heighlight-item {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .developer-mainpage .heighlight-list .heighlight-item .icon {
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-right: 10px; }
        .developer-mainpage .heighlight-list .heighlight-item .icon img {
          max-width: 100%; }
      .developer-mainpage .heighlight-list .heighlight-item .text {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        margin-top: 0;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        font-size: 28px;
        text-align: left;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 20px;
        color: #008168;
        padding: 0;
        margin: 0; }
        .developer-mainpage .heighlight-list .heighlight-item .text .text-thin {
          font-weight: 100 !important; }
    .developer-mainpage .heighlight-list .image-block {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none; }
      .developer-mainpage .heighlight-list .image-block img {
        max-width: 100%; }
    .developer-mainpage .heighlight-list .icon-bg-image {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none; }
  .developer-mainpage .icon-bg-image {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .developer-mainpage .icon-bg-image img {
      max-width: 100%; }
  .developer-mainpage .image-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px 0 img;
      padding-max-width: 100%; 
    }

    .developer-mainpage .maxwidth-70 img{
      max-width: 60%;
    }

  .developer-mainpage .developer-about-block {
    /*background-image: url(../images/developer-theme-dream-gray-bg.png);*/
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    /*-webkit-animation: bgzoomin 10s infinite;
    animation: bgzoomin 10s infinite;
    animation-fill-mode: infinite; */
  }


@-webkit-keyframes bgzoomin {
  0%, 100% {
    background-size: 35% 100%; }
  50% {
    background-size: 45% 100%; } }
  .developer-mainpage .developer-homes-more-comfortable {
    background-color: #f1f1f1; }
    .developer-mainpage .developer-homes-more-comfortable .more-comfortable-bgicon1 {
      justify-content: flex-start;
      text-align: left;
      padding-bottom: 30px; }
      .developer-mainpage .developer-homes-more-comfortable .more-comfortable-bgicon1 img {
        max-height: 90px; }
    .developer-mainpage .developer-homes-more-comfortable .more-comfortable-heighlight .heighlight-list {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .developer-mainpage .developer-homes-more-comfortable .more-comfortable-heighlight .heighlight-list .heighlight-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; }
        .developer-mainpage .developer-homes-more-comfortable .more-comfortable-heighlight .heighlight-list .heighlight-item .icon {
          width: 100%;
          height: auto; }
        .developer-mainpage .developer-homes-more-comfortable .more-comfortable-heighlight .heighlight-list .heighlight-item .text {
          width: 100%;
          height: auto;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-top: 10px;
          font-size: 14px;
          text-align: center; }
    .developer-mainpage .developer-homes-more-comfortable .more-comfortable-bgicon2 {
      padding-top: 15px; }
  .developer-mainpage .location-details-block {
    padding: 60px 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
    @media screen and (max-width: 991px) {
      .developer-mainpage .location-details-block {
        padding: 40px 0; } }
    .developer-mainpage .location-details-block .location-details-list {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      list-style: none; }
      .developer-mainpage .location-details-block .location-details-list li {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        background-image: url(../images/location-style-icon.png);
        background-repeat: no-repeat;
        background-position: 0 10px;
        background-size: 24px;
        padding: 0 0 8px 35px;
        font-weight: 500;
        font-size: 16px; }
    .developer-mainpage .location-details-block .icon-bg-image {
      padding-top: 40px; }
  .developer-mainpage .developer-mission-vission-block {
    background-color: #f1f1f1;
    padding-top: 0; }

.developer-mainpage .sun-acticus-logoblock{
  width: 100%;
  padding: 0;
  margin: 0;
}

.developer-mainpage .sun-acticus-logoblock img {
    max-width: 210px;
}


  .developer-mainpage .mission-vission-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 90px 0;
    padding-top: 0; }
    .developer-mainpage .mission-vission-block .card-body {
      min-height: 250px; }
    .developer-mainpage .mission-vission-block .card-title {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      margin-top: 0;
      margin-bottom: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      color: #000;
      line-height: 1.2;
      font-size: 28px;
      text-align: left;
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 20px;
      color: #008168;
      padding: 0 0 5px 0;
      margin: 0;
      min-height: 34px; }
      .developer-mainpage .mission-vission-block .card-title .text-thin {
        font-weight: 100 !important; }
    .developer-mainpage .mission-vission-block p {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      -webkit-text-size-adjust: none;
      color: #181819;
      font-weight: 400;
      -webkit-font-smoothing: subpixel-antialiased;
      text-rendering: optimizeLegibility;
      font-size: 14px;
      line-height: 1.71429;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      text-align: left;
      padding-bottom: 20px; }
    .developer-mainpage .mission-vission-block .card-text {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      -webkit-text-size-adjust: none;
      color: #181819;
      font-weight: 400;
      -webkit-font-smoothing: subpixel-antialiased;
      text-rendering: optimizeLegibility;
      font-size: 14px;
      line-height: 1.71429;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      text-align: left;
      padding-bottom: 20px; }
  .developer-mainpage .three-core-sectors-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding-top: 70px; }
    .developer-mainpage .three-core-sectors-block .core-sectors-box {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      position: relative;
      background-color: #5d5858;
      border-radius: 4px;
      padding: 15px; }
      .developer-mainpage .three-core-sectors-block .core-sectors-box .number-block {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        position: relative;
        margin-top: -48px; }
        .developer-mainpage .three-core-sectors-block .core-sectors-box .number-block .number {
          width: 64px;
          height: 64px;
          background-color: #008168;
          border-radius: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          font-size: 32px;
          color: #ffffff; }
      .developer-mainpage .three-core-sectors-block .core-sectors-box .header-block {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        text-align: center;
        padding: 15px 0 5px 0;
        min-height: 40px; }
      .developer-mainpage .three-core-sectors-block .core-sectors-box .text-block {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        text-align: center;
        padding-bottom: 5px;
        min-height: 150px; }
      .developer-mainpage .three-core-sectors-block .core-sectors-box .titel {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        margin-top: 0;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        font-size: 28px;
        text-align: left;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 18px;
        color: #ffffff;
        text-align: center;
        padding: 5px 0;
        margin: 0; }
        .developer-mainpage .three-core-sectors-block .core-sectors-box .titel .text-thin {
          font-weight: 100 !important; }
      .developer-mainpage .three-core-sectors-block .core-sectors-box p {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        -webkit-text-size-adjust: none;
        color: #181819;
        font-weight: 400;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
        font-size: 14px;
        line-height: 1.71429;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        text-align: left;
        padding-bottom: 20px;
        color: #ffffff;
        text-align: center; }
  .developer-mainpage .annual-turnover-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #f1f1f1;
    margin-top: 30px; }
    .developer-mainpage .annual-turnover-block .annual-turnover-text-block {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      padding: 30px; }
      .developer-mainpage .annual-turnover-block .annual-turnover-text-block .image-block {
        text-align: left;
        justify-content: flex-start; }
        .developer-mainpage .annual-turnover-block .annual-turnover-text-block .image-block img {
          max-width: 350px; }
  .developer-mainpage .why-sun-asticus {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 60px 0;
    padding-bottom: 0; }
    .developer-mainpage .why-sun-asticus .image-block img {
      width: 100%; }
  .developer-mainpage .developer-ourservice-block {
    background-color: #f1f1f1; }
    .developer-mainpage .developer-ourservice-block .creating-value-block {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      padding: 60px 0; }
    .developer-mainpage .developer-ourservice-block .ouservice-list-block {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none; }
      .developer-mainpage .developer-ourservice-block .ouservice-list-block a {
        text-decoration: none;
        color: inherit; }
      .developer-mainpage .developer-ourservice-block .ouservice-list-block .ourservice-listbox {
        padding: 30px;
        background: white;
        border-radius: 4px;
        -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.15);
        min-height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: .3s ease-out;
        margin-bottom: 30px; }
        .developer-mainpage .developer-ourservice-block .ouservice-list-block .ourservice-listbox:hover {
          text-decoration: none;
          background-color: #f1f1f1;
          border-color: #008168; }
      .developer-mainpage .developer-ourservice-block .ouservice-list-block .icon-box {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        text-align: center; }
      .developer-mainpage .developer-ourservice-block .ouservice-list-block .icon {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        text-align: center;
        height: auto;
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: .3s ease-out; }
      .developer-mainpage .developer-ourservice-block .ouservice-list-block .titel {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        margin-top: 0;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        font-size: 28px;
        text-align: left;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: .3s ease-out;
        font-size: 18px;
        padding: 0;
        margin: 0;
        color: #008168;
        text-align: center; }
        .developer-mainpage .developer-ourservice-block .ouservice-list-block .titel .text-thin {
          font-weight: 100 !important; }
  .developer-mainpage .developer-towering-block .towering-list-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 10px 0 20px 0; }
    .developer-mainpage .developer-towering-block .towering-list-block .towering-list {
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      outline: none;
      text-decoration: none;
      list-style: none;
      padding-top: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .developer-mainpage .developer-towering-block .towering-list-block .towering-list li {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        text-decoration: none;
        background-image: url(../images/star-icon.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
        background-size: 16px;
        padding: 0 0 0 25px;
        margin: 0 0 8px 0;
        font-weight: 500;
        font-size: 16px;
        width: 50%; }

/*////gallery-mainpage////*/
img.mfp-img {
  padding: 0 !important; }

.gallery-mainpage {
  /* ==================================
    # Detail
  ================================== */
  /* ==================================
    # Media Queries
  ================================== */ }
  .gallery-mainpage .resources-item {
    -webkit-user-select: auto;
    background: #f6f6f6;
    cursor: pointer;
    margin: 30px 0;
    padding: 0;
    text-align: center; }
  .gallery-mainpage .resources-item .resources-category-image {
    height: 200px;
    overflow: hidden;
    background-color: #181819; }
  .gallery-mainpage .resources-description {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 20px 0; }
  .gallery-mainpage .resources-description h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: "open sans condensed", sans-serif; }
  .gallery-mainpage .resources-item .resources-description p {
    margin-top: 20px;
    font-size: 13px; }
  .gallery-mainpage .photos-page.filter-bar {
    margin-top: 100px; }
  .gallery-mainpage .input-group #table_filter.form-control {
    border-radius: 0;
    border-color: #ccc;
    line-height: 20px; }
  .gallery-mainpage .selectize-dropdown [data-selectable],
  .gallery-mainpage .selectize-dropdown .optgroup-header {
    background-color: #fff; }
  .gallery-mainpage .photos-page.filter-bar input#table_filter {
    height: 45px;
    border-radius: 0;
    line-height: 22px;
    border-color: #ccc; }
  .gallery-mainpage .input-group-btn #searchBtn {
    height: 45px;
    padding: 0 16px;
    font-size: 1.4rem;
    background-color: #00bff3;
    color: #fff; }
  .gallery-mainpage .form-group .selectize-input {
    height: 45px !important;
    border-radius: 0; }
  .gallery-mainpage .form-group .selectize-input .item {
    line-height: 26px; }
  .gallery-mainpage .photos-bottom-section ul.pagination {
    float: right; }
  .gallery-mainpage .photos-bottom-section #pagingTotal.news-results {
    margin-top: 0;
    text-align: center; }
  .gallery-mainpage .photos-bottom-section .news-filter {
    margin-top: 5px; }
  .gallery-mainpage .photos-blue-border {
    margin-top: 30px; }
  .gallery-mainpage .photos-bottom-section {
    margin-bottom: 80px; }
  .gallery-mainpage .pagination > li:last-child > a,
  .gallery-mainpage .pagination > li:last-child > span {
    border-radius: 0; }
  .gallery-mainpage .selectize-input.items {
    border-radius: 0; }
  .gallery-mainpage .photos_filter {
    margin-top: 30px;
    padding-left: 30px; }
  .gallery-mainpage .gallery-intro p {
    padding-bottom: 20px; }
  @media screen and (max-width: 1200px) {
    .gallery-mainpage .resources-item .resources-description p {
      margin-top: 0; } }
  @media screen and (max-width: 991px) {
    .gallery-mainpage .resources-category-image img {
      width: 100%; }
    .gallery-mainpage .resources-item .resources-description p {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .gallery-mainpage .resources-item .resources-category-image {
      height: auto; } }
  @media screen and (max-width: 480px) {
    .gallery-mainpage .news-filter .items {
      text-align: left; }
    .gallery-mainpage #pagingTotal p {
      padding-top: 0; } }

/*# sourceMappingURL=style.css.map */


/*///*/

.loan-partner-mainblock .footer-title{
  text-align: center;
  padding-bottom: 10px;
}
.loan-partner-mainblock .loan-partners{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  flex-wrap: wrap;
}

.loan-partner-mainblock .loan-partners .logo-box{
  width: 90px;
  height: 90px;
  display: inline-block;
  padding: 5px;
  margin: 0;
  border: none;
  outline: none;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 4px;
}

.loans-text {
    width: 100%;
    padding: 0 0 30px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.key-points-list-block {
    max-width: 600px;
    margin: 0 auto;
}
.slide-title{
  color: #ecb322 !important;
  font-weight: bold !important;
  text-shadow: 1px 2px 5px rgba(0,0,0,0.9);
  line-height: 2;
  font-size: 36px !important;
  overflow: visible !important;
  line-height: 60px !important;
}
.slide-subtitle{
  color: #ffffff !important;
  text-shadow: 1px 2px 5px rgba(0,0,0,0.9);
  line-height: 1.5;
  font-size: 20px !important;
  line-height: 30px !important;
}

.book-appointment-mainblock .book-appointment-formbox textarea.form-control {
    height: auto;
    max-height: 100px;
}

div#rev_slider_forcefullwidth {
    width: 100%;
    overflow: hidden;
    max-height: 100vh;
}

/*/////*/
.home-heighlist-section{
  width: 100%;
  padding: 60px 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.home-heighlist-allboxes{
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.heighlist-image-textblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  max-width: 100%;
  background: #014033;
  color: #ffffff;
}
.heighlist-image-textblock .heighlist-imagebox {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  height: auto;
  object-fit: cover;
  background: #ccc;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heighlist-image-textblock .heighlist-imagebox img{
  width: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  object-fit: cover;
}
.heighlist-image-textblock .heighlist-textbox{
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding: 40px;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
}

.heighlist-image-textblock .heighlist-textbox .titel {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 36px;
    text-align: left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.heighlist-image-textblock .heighlist-textbox .text-block p {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    color: #ffffff;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 1.71429;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    text-align: left;
    padding-bottom: 20px;
}

.content-page .project-factsheet-list li{
  font-size: 14px;
  line-height: 1.7;
}
.project-factsheet-block .sub-titel{
  padding-top: 10px;
}

.contact-map-main iframe{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
  }


.floting-button{
  position: fixed;
  top: 80%;
  right: -180px;
  z-index: 9999;
  cursor: pointer;
 -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  transition: all 0.5s;
  font-weight: 600;
}
.floting-button:hover{
  text-decoration: none;
  right: -20px;
}
.floting-button a {
    width: 100%;
    height: 45px;
    padding: 5px 30px 5px 0px;
    margin: 0;
    border-radius: 10px;
    border: none;
    outline: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    color: #000000;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-size: 12px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ecb322;
    max-width: 210px;
    line-height: 1.2;
    cursor: pointer;
}

.floting-button .icon {
    padding: 5px;
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    background-color: #014033;
    color: #ecb322;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 15px;
    border-radius: 100%;
    border: 5px solid #ecb322;
    margin-left: -15px;
}

.floor-plans-page .plan-block .floor-plans-box{
  padding-bottom: 30px;
}
.floor-plans-page .plan-block .floor-plans-box .view-button{
  width: 100%;
  padding: 10px 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.floor-plans-page .plan-block .floor-plans-box .view-button .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  border-radius: 30px;
  border: 2px solid;
  text-transform: uppercase;
  transition: .3s ease-out;
  padding: 5px 30px;
  cursor: pointer;
  color: #fff;
  background-color: #008168;
  border-color: #008168; 

}

.floor-plans-page .plan-block .floor-plans-box .view-button .btn:hover {
    text-decoration: none;
    color: #008168;
    background-color: #ffffff;
    border-color: #008168; 

  }


/*/////*/

.navbar-collapse.collapse.in{
  display:  block !important;
}

@media (max-width: 992px) {

  .heighlist-image-textblock{
    width: 100%;
    max-width: 100%;
  }
  .heighlist-image-textblock .heighlist-imagebox{
    height: auto;
  }

}

@media (max-width: 767px) {

  .heighlist-image-textblock{
    flex-wrap: wrap;
  }
  .heighlist-image-textblock .heighlist-imagebox{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .heighlist-image-textblock .heighlist-textbox{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .navbar-light .navbar-toggler {
    border: none !important;
    color: #ffffff !important;
    background: #ecb322;
  }

  .heighlist-image-textblock{
    margin-bottom: 20px !important;
  }
  .heighlist-image-textblock .heighlist-imagebox{
    order: 1;
  }
  .heighlist-image-textblock .heighlist-textbox{
    order: 2;
  }

  .insidepage-main-banner .slider-wrap {
    background-size: cover !important;
    background-position: left center;
  }

  .content-text-block.project-details-block {
    padding-top: 20px;
  }

  .landmarks-list li{
    width: 90%;
    margin: 0 3%;
  }

  .book-appointment-mainblock .book-appointment-formbox{
    padding: 15px;
  }

  .contactus-page .contact-right{
    padding: 20px 0;
  }

  .contact-map-main {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
  }

  .contact-map-main iframe{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
  }

  img{
    max-width: 100%;
  }

  .developer-mainpage .annual-turnover-block .annual-turnover-text-block .image-block img{
    max-width: 100%;
  }

  .developer-mainpage .titel{
    padding-top: 15px;
  }

  .developer-mainpage .icon-bg-image{
    padding: 15px 0;
  }

  .contactus-page .contactus-box .sub-titel{
    font-size: 12px;
  }

  .contact-map-main iframe{
    height: 300px !important;
  }

  .downloads-page .downloads-box{
    margin-bottom: 20px;
  }

  .gallery-mainpage .resources-item{
    margin: 15px 0;
  }

  #rev_slider, #rev_slider_forcefullwidth{
    height: 50vh !important;
    position: relative !important;
  }

  .tp-revslider-mainul{
    height: 50vh !important;
    position: relative !important;
  }

  #rev_slider .tp-bgimg{
    background-position: left center !important;
  }


  #rev_slider .slide-title{
    width: 90% !important;
    margin-right: 10% !important;
    line-height: 20px !important;
    font-size: 18px !important;
    text-align: center !important;
  }
  #rev_slider .slide-subtitle{
    margin-top: 10px !important;
    width: 90% !important;
    margin-right: 10% !important;
    color: #ffffff !important;
    text-shadow: 1px 2px 5px rgba(0,0,0,0.9);
    line-height: 16px !important;
    font-size: 14px !important;
    text-align: center !important;
  }


  .heighlist-image-textblock .heighlist-textbox .titel{
    font-size: 22px;
  }

  .key-selling-points-mainblock .titel{
    font-size: 22px;
  }

  .key-selling-points-mainblock ul li{
    padding: 0;
    font-size: 14px;
  }



}

h1, h2, h3, h4, h5, h6{
  font-family: var(--main-font) !important;
}


.contact-imageblock{
  width: 100%;
  padding: 52px 0 0 0;
  margin: 0;
  clear: both;
}
.contact-imageblock img{
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}


@media (max-width: 767px) {

  .developer-mainpage .titel{
    font-size: 18px;
  }
  .developer-mainpage .mission-vission-block{
    margin: 10px 0;
  }
  .card.our-mission {
    margin-bottom: 15px;
  }
  .developer-mainpage .sun-acticus-logoblock{
    margin: 15px 0;
  }
  .developer-mainpage .three-core-sectors-block .core-sectors-box{
    margin-bottom: 70px;
  }
  .developer-mainpage .mission-vission-block{
    padding: 30px 0;
  }

  .serv-num{
    bottom: 15px;
  }


}