/* ------------------------------------------------------------------------------

  Template Name: Hayley


  Description: Hayley - Creative Personal Onepage HTML Template
  Author: Paul
  Author URI: http://themeforest.net/user/paul_tf

  1.  Global

      1.1 General
      1.2 Typography
      1.3 Buttons
      1.4 Forms
      1.5 Animation

  2.  Preloader
  3.  Header
  4.  Home Personal

	  4.1 Slide Intro
	  4.2 Slide Services
	  4.3 Slide Projects
	  4.4 Slide Awards
	  4.5 Slide Experience
	  4.6 Slide Clients
	  4.7 Slide Testimonials
	  4.8 Slide Contact

  5.  Footer



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@font-face {
  font-family: "MonumentExtended";
  src: url("../fonts/monumentextended-regular-webfont.woff2") format("woff2"),
    url("../fonts/monumentextended-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 12px;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #000000;
}

a,
a:hover {
  color: #c1c246;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #c1c246 !important;
}

::selection {
  background-color: #fac4b5 ;
  color: #ffffff;
  text-shadow: none;
}

-webkit-::selection {
  background-color: #fac4b5 ;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #fac4b5 ;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #fac4b5 ;
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}

.full-height {
  min-height: 100vh;
}

/* 1.2 Typography */

.font-custom {
  font-family: "MonumentExtended", sans-serif;
}

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

.text-success,
a.text-success:hover {
  color: #c1c246 !important;
}

.text-underline {
  text-decoration: underline;
}

.text-md {
  font-size: 1.125rem;
}

.text-white a {
  color: #ffffff;
}

/* 1.3 Buttons */

button:focus,
input:focus {
  outline: none;
}

.btn {
  padding: 1rem 2.5rem;
  border-radius: 500px;
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.btn-success,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #c1c246;
  border-color: #c1c246;
}

.btn-success {
  transition: box-shadow 0.3s ease-in-out;
  transition-delay: 0;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  box-shadow: rgba(92, 165, 149, 0.2) 0 0 0 6px;
}

.btn-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
}

.btn-circle.btn-sm {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  min-width: calc(0.875rem + 1.5em + 2px);
}

/* 1.4 Forms */

.control-btn {
  margin-top: 2rem;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23000000' d='M32,48.1c-1.3,0-2.4-0.5-3.5-1.3L0.8,20.7c-1.1-1.1-1.1-2.7,0-3.7c1.1-1.1,2.7-1.1,3.7,0L32,42.8l27.5-26.1 c1.1-1.1,2.7-1.1,3.7,0c1.1,1.1,1.1,2.7,0,3.7L35.5,46.5C34.4,47.9,33.3,48.1,32,48.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group-material {
  margin-bottom: 0.625rem;
  padding-top: 1rem;
  position: relative;
}

.form-group-material .label {
  position: absolute;
  left: 0;
  font-size: 1.125rem;
  color: #999999;
  pointer-events: none;
  transform-origin: left top;
  transition: all 0.3s ease-in-out;
}

.form-group-material .label,
.form-group-material.a-form-group.active .label {
  transform: scale(0.77777778);
  top: 0;
}

.form-group-material.a-form-group .label {
  transform: scale(1);
  top: 1.5625rem;
}

.form-group-material .form-control {
  border-radius: 0;
  border: none;
  border-bottom: #999999 1px solid;
  background-color: transparent;
  padding: 0.5rem 0;
  font-size: 1.125rem;
  color: #000000;
}

.form-group-material .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 1px);
}

.form-group-material .form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: #000000;
}

label.error {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #fac4b5  ;
}

.form-control.error,
.form-control.error:focus {
  border-color: #fac4b5 ;
  color: #fac4b5  ;
}

.control-file {
  margin-top: 1.625rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.control-file i {
  position: absolute;
  left: -0.25rem;
  top: 0.5625rem;
  font-size: 1.625rem;
}

.control-file .file-path-wrapper {
  overflow: hidden;
}

.control-file input.file-path {
  padding: 0 0 0 2.125rem;
  border: none;
  border-radius: 0;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
}

.control-file input.file-path::-moz-placeholder {
  color: #fac4b5  ;
  text-decoration: underline;
  opacity: 1;
  transition: color 0.3s ease;
}

.control-file:hover input.file-path::-moz-placeholder {
  color: #c1c246;
}

.control-file input.file-path:-ms-input-placeholder {
  color: #fac4b5  ;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.control-file:hover input.file-path:-ms-input-placeholder {
  color: #c1c246;
}

.control-file input.file-path::-webkit-input-placeholder {
  color: #fac4b5  ;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.control-file:hover input.file-path::-webkit-input-placeholder {
  color: #c1c246;
}

.control-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.control-file input[type="file"]::-webkit-file-upload-button {
  display: none;
}

/* 1.5 Animation */

@-webkit-keyframes fadeZooming {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
    margin-left: -12rem;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes fadeZooming {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
    margin-left: -12rem;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6.5rem, 0);
    transform: translate3d(0, -6.5rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6.5rem, 0);
    transform: translate3d(0, -6.5rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
    transform: translate3d(0, 10rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
    transform: translate3d(0, 10rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10rem, 0, 0);
    transform: translate3d(-10rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10rem, 0, 0);
    transform: translate3d(-10rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10rem, 0, 0);
    transform: translate3d(10rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10rem, 0, 0);
    transform: translate3d(10rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

/*-------------------------------------------------------------------------------
  2. Preloader
/* ------------------------------------------------------------------------------- */

.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
  text-align: center;
}

.three-bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.three-bounce > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #cb7958bf ;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out both;
}

.three-bounce .one {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.three-bounce .two {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*-------------------------------------------------------------------------------
  3. Header
-------------------------------------------------------------------------------*/

.header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 0;
}

.header .container-fluid {
  color: #000000;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .header {
    padding-top: 0.75rem;
    padding-bottom: 2.75rem;
  }
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

.header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  z-index: -1;
  /* background-color: #ffffff; */
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.header-shadow .header-bg {
  height: 100%;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); */
}

.brand {
  float: left;
  margin-right: 1rem;
  white-space: nowrap;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.brand a {
  color: inherit;
  text-decoration: none;
}

.header-content {
  margin-left: 17.25%;
  margin-right: 17.25%;
  padding-top: 3px;
}

.header-tagline {
  padding-top: 2px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

.header-contacts {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.header-contact-item,
.header-contact-divider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.header-contact-divider {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  opacity: 0.2;
}

.phone-link,
.phone-link:hover,
.mail-link,
.mail-link:hover {
  color: inherit;
  text-decoration: none;
}

.phone-link {
  cursor: default;
}

.nav-toggle-btn {
  background: none;
  border: none;
  padding: 0.625rem 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  float: right;
  position: relative;
  z-index: 995;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
}

.nav-toggle-btn:hover {
  color: #b11d11;
}

.nav-toggle-btn:focus {
  outline: none;
}

.nav-toggle {
  display: block;
  width: 32px;
}

.nav-toggle .stick {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
}

.nav-toggle .stick + .stick {
  margin-top: 9px;
}

.body-menu-opened .nav-toggle .stick-1 {
  animation: ease 0.5s top forwards;
  background-color: #000000 !important;
}

.nav-toggle .stick-1 {
  animation: ease 0.5s top-2 forwards;
}

.body-menu-opened .nav-toggle .stick-2 {
  animation: ease 0.5s bottom forwards;
  background-color: #000000 !important;
}

.nav-toggle .stick-2 {
  animation: ease 0.5s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 6px;
    transform: rotate(0);
  }
  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  padding: 4.25rem 4.375rem 4.1875rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.body-menu-opened .menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.hide-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 980;
}

.body-menu-opened .hide-menu {
  bottom: 0;
}

@media (min-width: 576px) {
  .menu {
    width: 27.5rem;
  }

  .modal-dialog {
    max-width: 450px;
  }
}

.menu .menu-lang,
.menu .menu-main,
.menu .social,
.menu .menu-footer {
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.5s ease-in-out;
}

.menu .menu-lang {
  transition-delay: 0.2s;
}

.menu .menu-main {
  transition-delay: 0.4s;
}

.menu .social {
  transition-delay: 0.6s;
}

.menu .menu-footer {
  transition-delay: 0.8s;
}

.body-menu-opened .menu .menu-lang,
.body-menu-opened .menu .menu-main,
.body-menu-opened .menu .social,
.body-menu-opened .menu .menu-footer {
  opacity: 1;
  transform: translateY(0);
}

.menu .menu-lang {
  padding-bottom: 5.875rem;
  padding-bottom: 8.7037037vmin;
}

.menu-lang {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}

.menu-lang-item {
  display: inline-block;
  margin-right: 1.5rem;
  color: #a3a4a8;
  text-decoration: none;
}

.menu-lang-item.active,
.menu-lang-item:hover {
  color: #1f2044;
  text-decoration: none;
}

.menu-main {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1.375rem;
  font-weight: bold;
}

.menu-main > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main > ul > li {
  margin-bottom: 1.1875rem;
  padding-left: 2px;
}

.menu-main a,
.menu-main a:hover {
  color: #1f2044;
  text-decoration: none;
}

.menu-main .active > a,
.menu-main a:hover {
  color: #fac4b5  ;
}

.menu-main a:after {
  /* content: ".";
  opacity: 0;
  display: inline-block;
  transform: translate(2rem, 0);
  transition: all 0.3s ease-in-out; */
}

.menu-main .active a:after {
  transform: translate(0, 0);
  opacity: 1;
}

.menu-footer {
  padding-top: 3rem;
}

.menu-copyright {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  color: #999999;
}

/*-------------------------------------------------------------------------------
  4. Home Personal
-------------------------------------------------------------------------------*/

.content a {
  transition: color 0.3s ease;
}

@media (max-width: 575px) {
  .homepage-personal .container {
    /* padding-left: 43px;
    padding-right: 43px; */
    padding:43px;
    background-color: #ffffff96;
  }

  .homepage-personal .slide-personal-projects .container {
    padding-right: 53px;
  }
  
}

#pp-nav.right {
  right: 0;
}

#pp-nav li {
  width: auto;
  height: auto;
  margin: 0.5rem;
}

#pp-nav li a {
  display: block;
  padding: 0.375rem;
}

#pp-nav span {
  display: block;
  position: static;
  width: 0.625rem;
  height: 0.625rem;
  border: none;
  background-color: #e3e3e3;
  transition: background-color 0.3s ease-in-out;
}

#pp-nav a:hover span {
  background-color: #aaaaaa;
}

#pp-nav li .active span {
  background-color: #fac4b5 ;
}

@media (min-width: 1600px) {
  #pp-nav.right {
    right: 3.5rem;
  }
}

.pp-scrollable {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.slide-dark {
  background-color: #f5f4f0;
}

.slide-num {
  margin-bottom: 1rem;
  position: relative;
  z-index: 200;
  font-family: "MonumentExtended", sans-serif;
  font-size: 1.125rem;
  color: #999999;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 1400px) {
  .slide-num {
    position: fixed;
    left: 15px;
    top: 29.62962963vmin;
    z-index: 100;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .slide-num {
    left: 4.25rem;
  }
}

.slide-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding-top: 7.75rem;
  padding-bottom: 3.25rem;
  position: relative;
}

.slide-container > .container {
  position: relative;
  z-index: 200;
}

.slide-title {
  font-size: 4vmin;
  font-family: "MonumentExtended", sans-serif;
  line-height: 1;
  color: #f0d1ad;
  text-shadow: 1px 1px #535353;
  text-transform: uppercase;
  margin:auto;
  margin-bottom: 2rem;  
}
.slide-title-main{
  font-size: 7vmin !important;
}

@media (min-width: 768px) {
  .slide-title {
    font-size: 5.40740741vmin;
  }
}

.slide-title-lg {
  margin-left: -0.25rem;
  font-size: 1.875rem;
}

.slide-title-sub {
  margin-bottom: 2.75rem;
  font-size: 1.375rem;
  font-family: "MonumentExtended", sans-serif;
  line-height: 1.45454545;
  color: #555 ;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.slide-title-sub-search {
  margin-bottom: 0rem !important;
  font-size: 1.375rem;
  font-family: "MonumentExtended", sans-serif;
  line-height: 1.45454545;
  color: #555 ;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.text-white .slide-title-sub {
  color: #ffffff;
}

.slide-title-sub-sm {
  font-size: 1.125rem;
  line-height: 1.55555556;
}

.slide-title-sub-md {
  font-size: 1.25rem;
}

.slide-title-info {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.035em;
  /* text-shadow: 1px 1px #535353    ; */
}     

.slide-descr {
  color: #555;
  font-size: 1.125rem;
  line-height: 1.66666667;
}

.text-white .slide-descr {
  color: #ffffff;
}

.slide-descr-intro {
  margin-right: 18%;
}

.slide-btn {
  margin-top: 6.85185185vmin;
}

.section:not(.active) .animate-element {
  animation-name: none;
}

.section.active .animate-element {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.section.active .delay1 {
  animation-delay: 0.1s;
}

.section.active .delay2 {
  animation-delay: 0.2s;
}

.section.active .delay3 {
  animation-delay: 0.3s;
}

.section.active .delay4 {
  animation-delay: 0.4s;
}

.section.active .delay5 {
  animation-delay: 0.5s;
}

.section.active .delay6 {
  animation-delay: 0.6s;
}

.section.active .delay7 {
  animation-delay: 0.7s;
}

.section.active .delay8 {
  animation-delay: 0.8s;
}

.section.active .delay9 {
  animation-delay: 0.9s;
}

.section.active .delay10 {
  animation-delay: 1s;
}

[class^="circle-"],
[class*=" circle-"] {
  border-radius: 70.625rem;
  transition: all 0.7s ease-in-out;
}

.circle-golden {
  background-color: #ecc29c ;
}

.circle-brown {
  background-color: #e6dec6 ;
}
.circle-bdz {
  background-color:none ;
}


[class^="effect-bdz-"],
[class*=" effect-bdz-"] {
  transition: all 0.7s ease-in-out;
}

.circle-light {
  background-color: #f5f4f0;
}

.circle-green {
  background-color: #c1c246;
}

.transformLeft {
  transform: translate(-100%, 0);
  opacity: 0;
} 

.transformRight {
  transform: translate(100%, 0);
  opacity: 0;
}

.transformUp {
  transform: translate(0, 100%);
  opacity: 0;
} 

.transformDown {
  transform: translate(0, -100%);
  opacity: 0;
}

.active .transformLeft,
.active .transformRight {
  transform: translate(0%, 0);
  opacity: 1;
}

.active .transformUp,
.active .transformDown {
  transform: translate(0%, 0);
  opacity: 1;
}

/* 4.1 Slide Intro */

.slide-personal-intro {
  /* background-image: url("../img/bg-personal-intro.png"); */
  background-image: url("../img/70196.jpg");
  background-size: cover;
}

.slide-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-photo {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.slide-intro-man {
  /* background-image: url("../img/section-intro-man-2.png"); */
  background-position: 100% 100%;
  background-size: 55%;
}


.slide-intro-man2 {
  width: 36.82291667%;
  height: 91.01851852%;
  background-image: url("../img/bg-personal-intro-man-2.png");
  background-size: contain;
  background-position: 0 100%;
  bottom: 0;
  right: 13.02083333%;
}

.slide-intro-circle1 {
  width: 10.0625rem;
  height: 10.0625rem;
  left: -4.5rem !important;
  top: 45.46296296% !important;
  bottom: auto;
  right: auto;
}

.slide-intro-circle2 {
  width: 60rem;
  height: 60rem;
  left: 58% !important;
  top: 37.666667% !important;
  bottom: auto;
  right: auto;
}

.slide-landing-circle1 {
  width: 100.625rem;
  height: 100.625rem;
  left: -30% !important;
  top: 20.66666667% !important;
  bottom: auto;
  right: auto;
}

/* 4.2 Slide Services */

.slide-services-circle1 {
  width: 8.3125rem;
  height: 8.3125rem;
  right: -3.9375rem !important;
  top: 18.51851852% !important;
  bottom: auto;
  left: auto !important;
}

.slide-services-circle2 {
  width: 55rem;
  height: 55rem;
  left: -8.4375% !important;
  top: 49.44444444% !important;
  background-color: #e8e1bb ;
  bottom: auto;
  right: auto;
}

.slide-title-personal-services {
  margin-bottom: 5.55555556vmin;
  line-height: 0.93636364;
}

.slide-personal-services .slide-title-info {
  margin-top: 1.25rem;
  margin-bottom: 8.33333333vmin;
}

.service-list {
  margin-bottom: -1.75rem;
}

.service-item {
  margin-bottom: 3.75rem;
}

.service-item-title {
  margin-bottom: 0.5625rem;
}

.service-item-more {
  margin-top: 1.6875rem;
}

.slide-descr-personal-services {
  margin-right: 10%;
  margin-top: 2.375rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .slide-descr-personal-services {
    margin-top: 22.375rem;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .slide-descr-personal-services {
    margin-right: 35%;
    margin-top: 14.375rem;
  }
}

/* 4.3 Slide Projects */

.carousel-project-personal {
  z-index: 100;
  min-height: 100%;
  display: flex !important;
}

.carousel-project-personal .owl-stage-outer {
  display: flex;
  overflow: visible;
}

.carousel-project-personal.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}

.carousel-project-personal.owl-carousel .owl-item {
  height: 100%;
  float: none;
  min-height: 100%;
}

.carousel-project-personal .carousel-project-item {
  height: 100%;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.carousel-nav button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 2.375rem;
  transition: all 0.3s ease-in-out;
  color: #999999;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover,
.carousel-nav button.disabled:hover {
  color: #999999;
}

.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover,
.carousel-nav button:not(.disabled):hover {
  color: #555555;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
}

.carousel-project-personal.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
  width: 4.375rem;
  color: rgba(255, 255, 255, 0.6);
}

.carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
  left: -0.5rem;
}

.carousel-project-personal.owl-carousel .owl-nav button.owl-next {
  right: 1rem;
}

.carousel-project-personal.owl-carousel .owl-nav button:not(.disabled):hover {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1500px) {
  .carousel-project-personal.owl-carousel .owl-nav button,
  .carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
    margin-left: -46rem;
  }

  .carousel-project-personal.owl-carousel .owl-nav button.owl-next {
    margin-left: 46rem;
  }
}




.a-carousel-cityhall.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
  width: 4.375rem;
  color: rgba(255, 255, 255, 0.6);
}

.a-carousel-cityhall.owl-carousel .owl-nav button.owl-prev {
  left: -3rem;
}

.a-carousel-cityhall.owl-carousel .owl-nav button.owl-next {
  right: -3rem;
}

.a-carousel-cityhall.owl-carousel .owl-nav button:not(.disabled):hover {
  color: rgba(255, 255, 255, 0.9);
}



.a-carousel-whatsnew.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
  width: 4.375rem;
  color: rgba(255, 255, 255, 0.6);
}

.a-carousel-whatsnew.owl-carousel .owl-nav button.owl-prev {
  left: -3rem;
}

.a-carousel-whatsnew.owl-carousel .owl-nav button.owl-next {
  right: -3rem;
}

.a-carousel-whatsnew.owl-carousel .owl-nav button:not(.disabled):hover {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1500px) {
  .a-carousel-cityhall.owl-carousel .owl-nav button,
  .a-carousel-cityhall.owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .a-carousel-cityhall.owl-carousel .owl-nav button.owl-prev {
    margin-left: -46rem;
  }

  .a-carousel-cityhall.owl-carousel .owl-nav button.owl-next {
    margin-left: 46rem;
  }

  .a-carousel-whatsnew.owl-carousel .owl-nav button,
  .a-carousel-whatsnew.owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .a-carousel-whatsnew.owl-carousel .owl-nav button.owl-prev {
    margin-left: -46rem;
  }

  .a-carousel-whatsnew.owl-carousel .owl-nav button.owl-next {
    margin-left: 46rem;
  }
}

.carousel-project-item {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-project-personal .slide-title {
  margin-bottom: 2.625rem;
}

.project-date {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.slide-descr-projects {
  min-height: 8.33333333em;
  margin-bottom: 1.875rem;
}

.slide-btn-projects {
  margin-top: 0;
}

.slide-btn-projects .btn {
  margin-right: 2.25rem;
}

.slide-projects-more {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

.slide-projects-more:hover {
  text-decoration: none;
}

/* 4.4 Slide Awards */

.slide-personal-awards .slide-bg {
  background-image: url("../img/bg-personal-awards.png");
}

.slide-awards-circle1 {
  width: 8.125rem;
  height: 8.125rem;
  left: -4.0625rem !important;
  top: 50.92592593% !important;
  bottom: auto !important;
  right: auto !important;
}

.slide-awards-circle2 {
  width: 45.3125rem;
  height: 45.3125rem;
  right: -15.625% !important;
  top: 82.59259259% !important;
  bottom: auto !important;
  left: auto !important;
}

.award-item {
  background: #ececec;
  border-radius: 1rem 1rem 1rem 1rem;
  /* padding: 0px  0px 2.1875rem 0px; */
  cursor: pointer;
  position: relative;
}

.award-list .award-item {
  margin-top: 4rem;
}

.award-item-date {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
}

.award-item-logo {
  margin-bottom: 0.75rem;
  height: 40rem;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 15px 15px 0px 0px;
}

.award-item-logo img {
  /* max-width: 100%;
  max-height: 100%; */
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}


.facilities-item-logo {
  /* margin-bottom: 0.75rem; */
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  /* border-radius: 15px 15px 0px 0px; */
}

.facilities-item-logo img {
  /* max-width: 100%;
  max-height: 100%; */
  width: 100%;
  /* border-radius: 15px 15px 0px 0px; */
}

.award-item-title {
  margin-bottom: 0px;
  padding: 10px;;
}

.award-item-descr {
  /* margin-bottom: 2rem; */
  padding: 10px;;
  font-size: 12px;;
}

.award-item-more {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .award-list .award-item {
    height: calc(100% - 4rem);
    min-height: 450px;
  }
}






.wnew-item {
  /* background: #ececec; */
  /* border-radius: 1rem 1rem 1rem 1rem; */
  padding: 0px  0px 0px 0px;
  cursor: pointer;
}

.wnew-list .wnew-item {
  margin-top: 1rem;
}

.wnew-item-date {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
}

.wnew-item-logo {
  /* margin-bottom: 0.75rem; */
  height: 22rem;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 0px 0px 0px 0px;
}

.wnew-item-logo img {
  /* max-width: 100%;
  max-height: 100%; */
  width: 100%;
  border-radius: 0px 0px 0px 0px;
}

.wnew-item-title {
  margin-bottom: 0px;
  padding: 10px;;
}

.wnew-item-descr {
  /* margin-bottom: 2rem; */
  padding: 10px;;
  font-size: 12px;;
}

.wnew-item-more {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .wnew-list .wnew-item {
    /* height: calc(100% - 4rem); */
  }
}






.featured-item {
  /* background: #ececec; */
  /* border-radius: 1rem 1rem 1rem 1rem; */
  padding: 0px  0px 0px 0px;
  cursor: pointer;
}

.featured-list .featured-item {
  margin-top: 1rem;
}

.featured-item-date {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
}

.featured-item-logo {
  /* margin-bottom: 0.75rem; */
  height: 22rem;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 0px 0px 0px 0px;
}

.featured-item-logo img {
  /* max-width: 100%;
  max-height: 100%; */
  width: 100%;
  border-radius: 0px 0px 0px 0px;
}

.featured-item-title {
  margin-bottom: 0px;
  padding: 10px;;
}

.featured-item-descr {
  /* margin-bottom: 2rem; */
  padding: 10px;;
  font-size: 12px;;
}

.featured-item-more {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .featured-list .featured-item {
    /* height: calc(100% - 4rem); */
  }
}








.events-item {
  /* background: #ececec; */
  /* border-radius: 1rem 1rem 1rem 1rem; */
  padding: 0px  0px 0px 0px;
  cursor: pointer;
}

.events-list .events-item {
  margin-top: 1rem;
}

.events-item-date {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
}

.events-item-logo {
  /* margin-bottom: 0.75rem; */
  height: 22rem;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 0px 0px 0px 0px;
}

.events-item-logo img {
  /* max-width: 100%;
  max-height: 100%; */
  width: 100%;
  border-radius: 0px 0px 0px 0px;
}

.events-item-title {
  margin-bottom: 0px;
  padding: 10px;;
}

.events-item-descr {
  /* margin-bottom: 2rem; */
  padding: 10px;;
  font-size: 12px;;
}

.events-item-more {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .events-list .events-item {
    /* height: calc(100% - 4rem); */
  }
}




/* 4.5 Slide Experiences */

.slide-experience-image1 {
  width: 15.5rem;
  height: 15.5rem;
  background-image: url("../img/bg-personal-experience-glasses.png");
  background-size: contain;
  position: absolute;
  top: 7.5% !important;
  right: 3.125% !important;
  bottom: auto !important;
  left: auto !important;
}

.slide-experience-image2 {
  width: 41.3125rem;
  height: 31.25rem;
  background-image: url("../img/bg-personal-experience-device.png");
  background-size: contain;
  position: absolute;
  top: 81.94444444% !important;
  right: 8.59375% !important;
  bottom: auto !important;
  left: auto !important;
}

.slide-experience-image3 {
  width: 42.875rem;
  height: 39.4375rem;
  background-image: url("../img/bg-personal-experience-briefcase.png");
  background-size: contain;
  position: absolute;
  top: 27% !important;
  right: 89% !important;
  bottom: auto !important;
  left: auto !important;
}

.experience-item:not(:first-child) {
  border-top: #e1ddd6 1px solid;
}

.experience-item {
  padding-top: 1.625rem;
}
.experience-item-search{text-decoration: none !important; color:#fff;}
.experience-item-search:hover{text-decoration: none !important; color:#fff;}

.experience-item-company,
.experience-item-title,
.experience-item-descr {
  margin-bottom: 1.625rem;
}
.experience-item-descr-search{
  margin-bottom: 0px !important;
  min-height: 0px !important;
}
.bdz-slide-title-search-date{color:#fff}

.experience-item-title {
  margin-right: 1rem;
}

.experience-item-date {
  margin-top: 0.3125rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
}

.experience-item-descr {
  margin-top: 2px;
  min-height: 5em;
}

.company-blue {
  color: #1774eb;
}

.company-pink {
  color: #f73163;
}

.company-green {
  color: #1dd05d;
}

.carousel-experience {
  position: relative;
}

.carousel-nav {
  margin-right: -0.625rem;
}

.carousel-nav .owl-next {
  margin-left: 0.5rem;
}

.slide-personal-experience .slide-btn {
  margin-top: 3.88888889vmin;
}

@media (min-width: 768px) {
  .carousel-nav .owl-next {
    margin-left: 2rem;
  }
}

/* 4.6 Slide Clients */

.slide-personal-clients .slide-bg {
  background-image: url("../img/bg-personal-clients.png");
}

.slide-personal-clients .slide-title-info {
  margin-bottom: 12.40740741vmin;
}

.title-mini {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #999999;
  font-weight: bold;
}

.slide-personal-clients .title-mini {
  margin-bottom: 3.375rem;
}

.icon-partners {
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon-partners.png");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-project {
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon-project.png");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-worldwide {
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon-worldwide.png");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.client-icon {
  width: 3.75rem;
  margin-right: 2.5rem;
}

.client-item {
  margin-bottom: 2.75rem;
}

.client-item-title {
  margin-bottom: 0.625rem;
  font-size: 2.125rem;
  font-family: "MonumentExtended";
  line-height: 0.94117647;
}

.clients-photo {
  height: 0;
  padding-bottom: 103.50877193%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.clients-photo-item {
  width: 4.375rem;
}

.clients-photo .clients-photo-item {
  position: absolute;
  width: 14.56140351%;
}

.clients-photo-item > .inside {
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-color: #f5f4f0;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
}

.clients-photo-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.clients-photo .clients-photo-item1 {
  width: 19.29824561%;
  top: 43.05084746%;
  left: 6.31578947%;
}

.clients-photo .clients-photo-item2 {
  top: 0%;
  left: 57.54385965%;
}

.clients-photo .clients-photo-item3 {
  top: 48.81355932%;
  right: 0;
}

.clients-photo-item3 img {
  width: 60.24096386%;
  margin-top: 2px;
}

.clients-photo .clients-photo-item4 {
  top: 11.52542373%;
  left: 11.57894737%;
}

.clients-photo-item4 img {
  width: 34.93975904%;
}

.clients-photo .clients-photo-item5 {
  width: 31.92982456%;
  bottom: 0;
  right: 3.50877193%;
}

.clients-photo .clients-photo-item6 {
  width: 17.54385965%;
  bottom: 6.10169492%;
  left: 31.57894737%;
}

.clients-photo-item6 img {
  width: 31%;
}

.clients-photo .clients-photo-item7 {
  width: 49.12280702%;
  top: 23.05084746%;
  left: 31.92982456%;
}

.clients-photo .clients-photo-item8 {
  width: 12.28070175%;
  top: 73.55932203%;
  left: 6.31578947%;
}

/* 4.7 Slide Testimonials */

.slide-testimonials-circle1 {
  width: 10.5625rem;
  height: 10.5625rem;
  left: -14.89361702%;
  top: -11.70212766%;
}

.slide-testimonials-circle2 {
  width: 17.5rem;
  height: 17.5rem;
  left: 64.893617023%;
  top: 65.95744681%;
}

.slide-testimonials-circle3 {
  width: 6.875rem;
  height: 6.875rem;
  left: 27.55208333%;
  top: 100%;
  margin-top: -3.75rem;
}

.slide-personal-testimonials .slide-bg {
  background-image: url("../img/bg-personal-testimonials.png");
}

.testimonials-item-avatar-container {
  margin-bottom: 3.25rem;
}

.testimonial-item-avatar,
.testimonial-item-company {
  display: inline-block;
  vertical-align: top;
  margin-right: -1.25rem;
  width: 4.375rem;
}

.avatar > .inside {
  display: block;
  height: 0;
  padding-bottom: 100%;
  border-radius: 500px;
  overflow: hidden;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-item-text {
  /* margin-bottom: 3.125rem; */
  /* border-bottom: solid 0.5px #555; */
    padding: 20px;
}

.testimonials-item-rating {
  margin-bottom: 0.875rem;
  color: #ffc705;
}

.testimonials-item-author {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

.carousel-testimonial.owl-theme .owl-nav {
  margin-top: 3.625rem;
  margin-left: -0.5rem;
  text-align: left;
}

.carousel-testimonial.owl-carousel .owl-nav button.owl-prev {
  margin-right: 1.875rem;
}

.slide-personal-testimonials .video-link {
  margin-top: 0.5rem;
}

.video-link {
  position: relative;
}
.video-link img{width: 100%;;}

.video-link > .inside {
  display: block;
  position: relative;
  z-index: 100;
  height: 0;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem 2rem 5rem 2rem;
}

.center-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.75rem;
}

.center-icon i {
  display: block;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

a:hover .center-icon i {
  transform: scale(1.2);
}

.video-link-descr {
  margin-left: 2.5rem;
  margin-top: 1.375rem;
  position: relative;
  font-style: italic;
}

/* 4.8 Slide Contacts */

.slide-contacts-circle1 {
  width: 60.5625rem;
  height: 60.5625rem;
  top: 46.94444444%;
  left: -3.4375%;
}

.slide-contacts-circle2 {
  width: 8.125rem;
  height: 8.125rem;
  top: 15.55555556%;
  right: -2.96875%;
  left: auto;
}

.contact-personal-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-personal-card-title {
  height: 100%;
}

.contact-personal-card .title-mini {
  margin-bottom: 2.875rem;
}

.contact-personal-card .slide-title-sub {
  margin-bottom: 1.6875rem;
}

.slide-personal-contacts .slide-title-info {
  margin-bottom: 2.625rem;
}

.contact-personal-form {
  margin-bottom: 0.25rem;
}

/*-------------------------------------------------------------------------------
  5. Footer
-------------------------------------------------------------------------------*/

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3125rem;
}

.social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.social a {
  color: #999999;
  transition: color 0.3s ease;
}

.social a:hover {
  color: #000000;
}

.social-fixed {
  position: fixed;
  z-index: 300;
  left: 15px;
  bottom: 0rem;
}

.social-fixed li {
  display: block;
  margin-right: 0;
  margin-bottom: 1.375rem;
}

.copyright {
  text-align: right;
  color: #999999;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.copyright-fixed {
  position: fixed;
  right: 15px;
  bottom: 1.5rem;
  z-index: 300;
}

@media (min-width: 1600px) {
  .social-fixed {
    left: 4.25rem;
    bottom: 2rem;
  }

  .copyright-fixed {
    right: 4.25rem;
    bottom: 3.5rem;
  }
}

.body-bg-dark .header:not(.header-shadow) .container-fluid {
  color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .header-tagline,
.body-bg-dark .copyright,
.body-bg-dark .slide-num,
.body-bg-dark .footer .social a,
.body-copyright-light .copyright {
  color: rgba(255, 255, 255, 0.6);
}

.body-bg-dark .social a:hover {
  color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .nav-toggle .stick,
.body-bg-dark #pp-nav li a:not(.active) span {
  background: #ffffff;
}

.body-menu-opened .body-bg-dark .nav-toggle .stick {
  background: #fff;
}

/*-------------------------------------------------------------------------------
  6. Modal
-------------------------------------------------------------------------------*/

.modal-content {
  border: none;
  border-radius: 1rem 1rem 3rem 1rem;
}

.modal-header {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: none;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

.modal-body {
  padding-bottom: 2rem;
}

.modal-title {
  font-family: "MonumentExtended", sans-serif;
  font-size: 2rem;
  color: #fac4b5  ;
  text-transform: uppercase;
}

.modal-header .close {
  padding: 0.5rem;
  position: relative;
  top: -0.5rem;
  right: -0.5rem;
  font-size: 1.5rem;
  line-height: 0.75;
}

.message {
  /* display: none; */
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

.bdz-section-main-slider-hover{width: 100%;height: 100%;background-color: #ffffffd0;position: absolute;top: 0;left: 0;}


.brand-name img {
  margin-left: 50px;
}
.bdz-input-search {
  width: 500px;
  border: none;
  border-radius: 3px;
  position: relative;
  background: none;
  background-color: #ffffffb3;
  padding: 10px;
  border: solid 1px #eee;
}
.bdz-input-search-button {
  padding: 11px;
  position: absolute;
  right: 2px;    
  color: #8d8d8d;
  font-size: 19px;
}

.bdz-directory-menu{width: 100%;}
.bdz-directory-search-content{margin-bottom: 20px;}
.bdz-directory-search-input{}
.bdz-directory-search-input input {
  background: none;
  padding: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: #000;
  border: none;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.directory-category-content{max-height: 600px;overflow-y: scroll;background-color: #ffffff8c;}
.directory-category-content ul{list-style: none;margin:0;padding:0;width: 100%;}
.directory-category-content li{margin:0;padding:0;padding: 10px 20px;margin-top: 2px;margin-bottom: 2px;cursor: pointer;font-weight: bold;color:#555;position: relative;
  transition: all .3s ease;}
.directory-category-content li:hover{background-color: #dbeae4 !important;}
.directory-category-content li img{
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100%;
  top:0;left:0
}
.bdz-background-content{background-color: #ffffff8f;color:#000;    padding: 20px;}

.directory-category-content-active {background-color: #60aa90 !important;color:#fff !important}
.bdz-container-directory-item-img{position: relative;}

.bdz-wrapper-directory-item{display: flex;margin-bottom: 10px;}
.bdz-container-directory-item{background-color: #e4e4e4c2;border-radius: 6px 6px 40px 6px;padding: 15px;cursor:pointer;transition: none !important;float: left;position: relative;min-height:300px;width: 100%;}
.bdz-container-directory-item:hover{text-decoration: none;}
.bdz-directory-logo-item{width: 100px;padding: 10px;position: absolute;bottom: -30px;right:0px;}
.bdz-directory-logo-item-main{width: 100%;padding: 10px;}
.bdz-directory-photo-item{width: 100%;padding:10px;float: left;}
.bdz-directory-item-tenant-name{color:#f00;margin-top: 20px;line-height: 15px;}
.bdz-directory-item-tenant-desc{font-style: italic;font-size: 10px;color:#555 !important}
.bdz-carousel-featured{z-index: 10 !important;}
.bdz-directory-detail-floor-4-hidden,
.bdz-directory-detail-floor-3-hidden,
.bdz-directory-detail-floor-2-hidden,
.bdz-directory-detail-floor-1-hidden,
.bdz-directory-detail-floor-0-hidden,
.bdz-directory-detail-floor--1-hidden,
.bdz-directory-detail-floor--2-hidden,
.bdz-directory-detail-floor--3-hidden,
.bdz-directory-detail-floor--4-hidden{display: none;}

.bdz-directory-pagination-wrapper{width: 100%;text-align: center;padding: 20px;}
.bdz-directory-pagination-container{margin:auto;}

.bdz-section-directory-detail{
  background-image: url("../img/5.jpg");
  background-size: cover  ;
}
.bdz-section-landing{
  /* background-image: url("../img/5.jpg"); */
  background-size: cover  ;
}
.bdz-section-slider{
  background-size: cover  ;
}
.bdz-section-cityhall{
  background-size: cover  ;
}

.bdz-section-main-slider{
  background-image: url("../img/5.jpg");
  background-size: cover  ;
}
.bdz-section-contact{
  /* background-image: url("../img/5.jpg"); */
  background-size: cover  ;
}
.bdz-section-contact-hover{width: 100%;height: 100%;background-color: #f6f6f6c9;position: absolute;top: 0;left: 0;}

.bdz-section-directory-detail{
  background-image: url("../img/5.jpg");
  background-size: cover  ;
}
.nopadding{padding: 0;}
.bdz-directory-detail-back-button{
  position: absolute;
  border: solid 1px #eee;
  color: #fff;
  padding: 5px 30px;
  right: 0;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}
.bdz-directory-detail-back-link{text-decoration: none !important;color:#fff}
.bdz-section-directory-detail-hover{width: 100%;height: 100%;background-color: #000000a8;position: absolute;top: 0;left: 0;}
.bdz-section-hover-red{width: 100%;height: 100%;background-color: #98191991;position: absolute;top: 0;left: 0;}
.bdz-section-hover-blue{width: 100%;height: 100%;background-color: #194c9891;position: absolute;top: 0;left: 0;}
.bdz-section-hover-dark{width: 100%;height: 100%;background-color: #000000a8;position: absolute;top: 0;left: 0;}
.bdz-section-hover-gray{width: 100%;height: 100%;background-color: #c6c6c6da;position: absolute;top: 0;left: 0;}

.bdz-list-detail{list-style: none;padding:0;margin:0;}
.bdz-list-detail-li{padding:10px;border-bottom: solid 1px #eeeeee37 !important;margin-bottom: 5px;color:#fff;cursor: pointer;}
.bdz-list-detail-li a{color:#484848}
.bdz-list-detail-li a:hover{color:#484848}
.bdz-list-detail-li:last-child{border-bottom: none;}
.bdz-service-list-item{float: left;;}
.bdz-service-list-item img{margin-right: 10px;width: 30px;}
.bdz-service-list-text{float: left;}

.bdz-directory-detail-wrapper{color:#fff}
.bdz-directory-detail-iframe{background: transparent;}
.bdz-directory-detail-container{width: 100%;background-color: #5555554a;border-radius: 30px;padding: 20px;;}
.bdz-directory-detail-header{width: 100%;text-align: center;font-weight: bold;line-height: 13px;text-align: center;}
.bdz-directory-detail-header div{
  margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-content: flex-end;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 50px;
    padding: 10px;
}
.bdz-directory-detail-header-active {background-color: #b7a568;}
.bdz-directory-detail-right iframe{width: 100%;height: 300px;}
.bdz-directory-detail-right svg{background:none !important;;fill: none !important;}
.bdz-directory-detail-header-item{}

.bdz-directory-detail-left{padding-right: 20px;;padding-top: 65px;}
.bdz-directory-detail-left ul{list-style: none;padding: 0;background-color: #b7a56843;text-align: center;border-radius: 10px;}
.bdz-directory-detail-left ul li{padding: 5px;cursor: pointer;}
.bdz-directory-detail-left ul .header-floor{background-color: #b7a568;border-radius: 10px 10px 0px 0px;}
.bdz-directory-detail-right{}



.bdz-wp-wrapper{position: relative;    background-color: #cdeffd;height: 100%;}
.bdz-wp-container{position: relative;background-color: #fff;}
.bdz-wp-bg-anim{width: 100%;position: relative;}
.bdz-wp-bg-anim-slider{position: absolute;top: 75px;left: 115px;}
.bdz-wp-bg-anim-slider img{
  width: 921px;
  left: -187px;
  position: relative;
}
.bdz-wp-bg-anim-hand-right{position: absolute;left:465px;top:200px  }
.bdz-wp-bg-anim-hand-right img{width: 250px ;}
.bdz-wp-bg-anim-hand-left{position: absolute;left:70px;top:200px  }
.bdz-wp-bg-anim-hand-left img{width: 250px ;-webkit-transform: scaleX(-1);transform: scaleX(-1);}
.bdz-wp-bg-anim-wave-b{position: relative;display: flex;top:300px}
.bdz-wp-bg-anim-wave-b img{width: 300px ;height: 230px;}

.bdz-waterpark-detail{background-color:#c9ebfa}
/* .bdz-wp-detail-bg-bottom{background-image: url("../img/bg-wp-det-bot.png");background-size: cover  ;height: 100%;position: absolute;bottom: 0;} */
.bdz-wp-detail-bg-bottom{position: absolute;bottom: -35px;z-index: 1;width: 100%;right:0;}
.bdz-wp-detail-bg-bottom img{width: 101%;animation: wavey2 10s 1s ease-in-out infinite both;}
.bdz-wp-detail-bg-top{position: relative;top: 10%;z-index: 1;}
.bdz-wp-rides-detail-bg-bottom{position: absolute;z-index: 1;bottom:0;width: 100%;max-height: 500px;}
.bdz-wp-rides-detail-bg-bottom img{width: 100%;}
.bdz-rides-detail{position: relative;}
.bdz-rides-detail-back{margin-bottom: 10px;padding: 50px;}

.bdz-rides-detail-back-button:hover{
  color:#dedede;
    background-color: #4d95c6;
    text-decoration: none;
}
.bdz-rides-detail-back-button{
  padding: 10px 15px;
  margin: 5px;
    background-color: #59abe1;
    z-index: 1;
    position: relative;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.bdz-wp-detail-bg-top img{width: 105%;height: 100%;;animation: wavey2 3s 1s ease-in-out infinite both;}
.bdz-wp-detail-bg-wave{position: absolute;bottom: 0;width: 100%;}

.bdz-wp-detail-ban{position: absolute;width: 100%;top: 30%;left: 70px;z-index: 2;}
.bdz-wp-detail-ban img{display: flex;float: left;}
.bdz-wp-detail-ban-1 img{width: 170px;animation: wavey 5s 1s ease-in-out infinite both;margin-top: 150px;}
.bdz-wp-detail-ban-2 img{width: 170px;animation: wavey2 6s 1s ease-in-out infinite both;margin-left: -70px;}
.bdz-wp-detail-ban-3 img{width: 170px;animation: wavey2 3s 1s ease-in-out infinite both;margin-left: -70px;margin-top: 150px;}
.bdz-wp-detail-ban-4 img{width: 170px;animation: wavey 4s 1s ease-in-out infinite both;margin-left: -70px;}
.bdz-wp-detail-ban-5 img{width: 170px;animation: wavey2 6s 1s ease-in-out infinite both;margin-left: -70px;margin-top: 150px;}
.bdz-wp-detail-ban-6 img{width: 170px;animation: wavey 4s 1s ease-in-out infinite both;margin-left: -70px;}
.bdz-wp-detail-ban-7 img{width: 170px;animation: wavey2 5s 1s ease-in-out infinite both;margin-left: 10px;margin-top: 40px;}


.bdz-wp-bg-anim-wave-b img:nth-child(1){position: relative;left: -54px;top:94px;animation: wavey 3s 1s ease-in-out infinite both;-webkit-transform: scaleX(-1);transform: scaleX(-1);}
.bdz-wp-bg-anim-wave-b img:nth-child(2){position: relative;left: -264px;top:0px;animation: wavey2 6s 2s ease-in-out infinite both;-webkit-transform: scaleX(-1);transform: scaleX(-1);}
.bdz-wp-bg-anim-wave-b img:nth-child(3){position: relative;left: -81px;top: 57px;animation: wavey2 6s 1s ease-in-out infinite both;}
.bdz-wp-bg-anim-wave-b img:nth-child(4){position: relative;left: -200px;top:16px;animation: wavey 3s 1s ease-in-out infinite both;}
.bdz-wp-bg-anim-wave-b img:nth-child(5){position: relative;left: -383px;top:55px;animation: wavey 4s 1s ease-in-out infinite both;}
.bdz-wp-bg-anim-wave-b img:nth-child(6){position: relative;left: -582px;top:110px;animation: wavey 7s 3s ease-in-out infinite both;}
.bdz-wp-bg-anim-wave-b img:nth-child(7){position: relative;left: -760px;top:65px;animation: wavey2 3s 2s ease-in-out infinite both;}
.bdz-wp-bg-anim-wave-b img:nth-child(8){position: relative;left: -1108px;top:115px;animation: wavey 10s 1s ease-in-out infinite both;}
.bdz-wp-bg-anim-wave-b img:nth-child(9){position: relative;left: -1300px;top:185px;animation: wavey2 2s 1s ease-in-out infinite both;}
.bdz-wp-bg-anim-wave-b img:nth-child(10){position: relative;left: -1560px;top:200px;animation: wavey 6s 2s ease-in-out infinite both;}

@keyframes wavey {
	 0% { transform: translateX(0px) translateY(0px) scale(1,1) }
  50% { transform: translateX(10px) translateY(5px) scale(1.05,1.05)}
  100% {transform: translateX(0px) translateY(0px) scale(1,1)}
}
@keyframes wavey2 {
  0% { transform: translateX(0px) translateY(0px) }
 50% { transform: translateX(-5px) translateY(-5px)}
 100% {transform: translateX(0px) translateY(0px)}
}
@keyframes wavey2 {
  0% { transform: translateX(0px) translateY(0px) }
 50% { transform: translateX(-5px) translateY(-5px)}
 100% {transform: translateX(0px) translateY(0px)}
}



.bdz-wp-bg-anim-head{position: absolute;left:100px;top:100px;z-index: 10;}
.bdz-wp-bg-anim-head img{width: 565px;}
.bdz-wp-bg-anim-wave-f{width:100%;left:0;position: absolute;}
.bdz-wp-bg-anim-wave-f img{
  position: relative;
  top: -136px;
  /* height: 241px; */
  height: 258px;
  width: 340%;
  animation: wavey-f 6s 1s ease-in-out infinite both;
  left: -114px;
}
@keyframes wavey-f {
  0% { transform: scale(1,1) translateX(0px) translateY(0px) }
 50% { transform: scale(1.1,1.1) translateX(15px) translateY(0px)}
 100% {transform: scale(1,1) translateX(0px) translateY(0px)}
}
.bdz-wp-menu-wrapper{
  position: absolute;
  top: 95px;
  right: 85px;
  z-index: 10;
}
.bdz-wp-menu-container{font-family: monospace;}
.bdz-wp-menu-container ul{list-style: none;display: flex;}
.bdz-wp-menu-container ul li{margin-right: 20px;color:#669ec6;text-transform: uppercase; }
.bdz-wp-menu-logo{float:right;width: 150px;margin-bottom: 20px;}
.bdz-wp-menu-list{}
.bdz-wp-menu-list img{width: 100px;}
.bdz-wp-menu-list a{text-decoration: none;color:#aaa}
.bdz-wp-menu-list a:hover{text-decoration: none;}
.bdz-wp-content-wrapper{
  background-color: #cdeffc;
  position: relative;
  top: 400px;
  padding: 100px;
  padding-top: 20px;
}
.bdz-wp-content-container{}
.bdz-wp-content-title{font-weight: bold;font-size: 24px;font-family: monospace;text-align: center;margin-bottom: 20px;color:#176687}
.bdz-wp-content-desc{color:#555}

.black{background-color: #000 !important;}
.white{background-color: #fff !important;}
.bdz-brand-logo-white{display: none;;}

/* .works-carousel{position: relative !important;} */
/* .owl-nav{top:50% !important;position: absolute;width: 100%;}
.owl-next{float: right  ;}
.owl-nav .lni-chevron-left{background-color: #f00 !important;color:#fff!important;padding:10px;}
.owl-nav .lni-chevron-right{float:right !important;background-color: #f00 !important;color:#fff!important;padding: 10px;} */
.contact-personal-card-detail{}
.contact-personal-card-detail img{width: 100%;;}
.bdz-slider-right-content img{width: 100%;}

.bdz-landing-building-container{right: 0rem;bottom: 0;}
.bdz-landing-building-img-1{
  width: 60vh;
    position: absolute;
    bottom: -20px;
    right: 201px;
}
.bdz-landing-building-img-2{
  width: 80vh;
    position: absolute;
    bottom: 0;
    right: 300px;
}
.bdz-landing-building-img-3{
  width: 65vh;
    position: absolute;
    bottom: 0;
    right: 0;
}
.bdz-award-item{
    overflow: hidden; 
    width: 100%;;
    position: relative;
}
.bdz-award-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.bdz-directory-category-title-slide{position: relative;cursor: pointer;padding-bottom: 5px;border-bottom: solid 1px #eee;}
.bdz-directory-category-title-slide h3{
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
.bdz-directory-pagging-prev, .bdz-directory-pagging-next{color:#555;cursor: pointer;}
.bdz-directory-category-slide-button{
  
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px;
  color: #555;
}

.bdz-award-item img:hover {
  transform: scale(1.2);
  filter: blur(5px);
}

.award-item:hover .bdz-award-item img{
  transform: scale(1.2);
  filter: blur(5px);
}

.award-item:hover .bdz-cityhall-read{
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}



.bdz-wnew-desc-text-readmore{
  
  background-color: #c1c246;
  border-radius: 5px;
  padding: 5px 25px;
  margin-top: 21px;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.wnew-item:hover  .bdz-award-item img{
  transform: scale(1.1);
  filter: blur(5px);
}
.wnew-item:hover  .bdz-wnew-desc-text-readmore{

  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.wnew-item:hover  .bdz-wnew-desc-text{
  font-size: 20px;
}
.wnew-item:hover  .bdz-wnew-desc{
  background-color: rgba(0, 0, 0, 0.8);
}


.bdz-wnew-desc-text{
  /* transition: 0.5s ease-in-out;
  -moz-transition:  0.5s ease-in-out;
  -webkit-transition:  0.5s ease-in-out; */
}




.bdz-featured-desc-text-readmore{
  
  background-color: #c1c246;
  border-radius: 5px;
  padding: 5px 25px;
  margin-top: 21px;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.featured-item:hover  .bdz-award-item img{
  transform: scale(1.1);
  filter: blur(5px);
}
.featured-item:hover  .bdz-featured-desc-text-readmore{

  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.featured-item:hover  .bdz-featured-desc-text{
  font-size: 20px;
}
.featured-item:hover  .bdz-featured-desc{
  background-color : rgb(0 0 0 / 82%);
  transition: 0.5s ease-in-out;
  -moz-transition:  0.5s ease-in-out;
  -webkit-transition:  0.5s ease-in-out;
}   
.bdz-featured-desc-text{
  /* transition: 0.5s ease-in-out;
  -moz-transition:  0.5s ease-in-out;
  -webkit-transition:  0.5s ease-in-out; */
}





.bdz-events-desc-text-readmore{
  
  background-color: #c1c246;
  border-radius: 5px;
  padding: 5px 25px;
  margin-top: 21px;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.events-item:hover  .bdz-award-item img{
  transform: scale(1.1);
  filter: blur(5px);
}
.events-item:hover  .bdz-events-desc-text-readmore{

  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.events-item:hover  .bdz-events-desc-text{
  font-size: 20px;
}
.events-item:hover  .bdz-events-desc{
  background-color: rgba(0, 0, 0, 0.8);
}


.bdz-events-desc-text{
  /* transition: 0.5s ease-in-out;
  -moz-transition:  0.5s ease-in-out;
  -webkit-transition:  0.5s ease-in-out; */
}





.bdz-facilities-item{
  overflow: hidden;
}
.bdz-facilities-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all .3s ease;
}

.bdz-facilities-item img:hover {
transform: scale(1.2);
}

.bdz-directory-item-tenant-phone{padding: 5px;background-color: #b7a568;float: left;border-radius: 3px;;}
.bdz-directory-item-tenant-phone a{color:#fff !important;text-decoration: none;float: none !important;}
.bdz-facilities-container{width: 100%;padding-left: 10px;}
.bdz-facilities-item{background-color: #f00;color:#fff;display: inline;float: left;height:100%;width: 100%;}
.bdz-facilities-detail-img{width: 100%}
/* .bdz-service-facilities-item{float:left;background-color: #f00;text-align: center;width: 19%;margin:1px;height:30vh;position: relative;background-position: center;background-size: cover;} */
.bdz-service-facilities-item{float:left;background-color: #f00;text-align: center;width: 19%;margin:1px;position: relative;background-position: center;background-size: cover;}
.bdz-service-facilities-img{width: 21px;margin-right: 10px;}
.bdz-service-facilities-text{
  color: #fff;
    background-color: #a6830099;
    padding: 5px;
    /* border-radius: 5px; */
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    margin: auto;
    width: 100%;
    padding: 20px;
}
.bdz-services-facilities-hover{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0000005b;
  /* /* height: 100%; */
  /* border-bottom: 100px solid #e6dec6;
  border-right: 100px solid transparent; */
}

.bdz-testimonials-pass,.bdz-testimonials-pass-mobile{float: left;
  padding: 11px 10px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  background-color: #b10f0f;
  line-height: 16px;}
.bdz-testimonials-pass-button, .bdz-testimonials-pass-button-mobile{text-align: center;}

.bdz-testimonials-pass-mobile{display: none;position: absolute;bottom: 0px;margin: 10px;}
.testimonials-desc{
  margin-bottom: 20px;
  width: 100%;
  word-break: break-word;
}




.experience-item-title{color:#000}
.experience-item-date{color:#000}
.experience-item-descr{color:#000}
.bdz-career-additional-info{color:#000}
.experience-item-button-detail{}
.bdz-career-item{cursor: pointer;}
.bdz-career-item-detail{color:#000;display: none;margin-bottom: 20px !important;}
.bdz-btn-carreer-detail{background: none;border:solid 1px #fff; color:#fff;padding:3px;border-radius: 4px;;}


.bdz-carousel-cityhall-item{padding: 5px;;}
.bdz-cityhall-content{position: relative;width:100%;}
.bdz-img-city-hall{
  height: 40rem;
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 0px 0px 0px 0px;
}
.bdz-img-city-hall span{
  width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.bdz-img-city-hall img{    width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;}
.bdz-cityhall-description {
    position: absolute;
    z-index: 10;
    background-color: #000000cf;
    padding: 20px;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    margin: 24px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;

}
.bdz-cityhall-read{padding:5px 15px;;background-color: #a5912c;color:#fff;border-radius: 4px;
  opacity: 0;
  text-decoration: none;
  
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.bdz-cityhall-read:hover{
  text-decoration: none;;
}



.bdz-carousel-cityhall-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
  
}

.bdz-carousel-cityhall-item:hover .bdz-img-city-hall img{
  transform: scale(1.2);
  filter: blur(5px);
}
.bdz-carousel-cityhall-item:hover .bdz-cityhall-read{
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  }
  
  

  .wnew-item{position: relative;text-align: center;align-items: center;vertical-align: middle;}
  .bdz-wnew-desc {
    position: absolute;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.57); /* ← Ganti */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
  }




  .events-item{position: relative;text-align: center;align-items: center;vertical-align: middle;}
  .bdz-events-desc {
    position: absolute;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.57); /* ← Ganti */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
  }
  .bdz-container-directory-item a{
    min-height: 135px;
    float: left;
  }

  
  .featured-item{position: relative;text-align: center;align-items: center;vertical-align: middle;}
  .bdz-featured-desc {
    position: absolute;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.57); /* ← Ganti */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
  }

  .bdz-snw-main-img{width: 100%;}
  .bdz-snw-main-img img{width: 100%;padding: 10px;}


/* instagram */
.instagram-media .header{display: none !important;}
.bdz-slider-right-content-left-mobile-featured-image{display: none;}
.testimonials-item{padding:5px}


.bdz-mdirec-area-container {
  align-items: center;
  margin: 10px 10px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.bdz-mdirec-area-item {
  text-align: center;
  padding: 15px 10px;
  color: #555;
  cursor: pointer;
}
.bdz-mdirec-area-item-active{
  background-color: #ffedda;   
}
@media (max-width: 500px) {
  .bdz-mdirec-area-item {
    font-size: 10px;
  }
  .bdz-rides-detail-back{padding: 0px;}
  .slide-title-personal-services{text-align: center;}
  .slide-title{font-size: 6vmin;text-align: center;}
  .slide-intro-man {
      background-position: 30% 100%;
      background-size: 220%;
  }
  .owl-carousel {
    touch-action: pan-y; /* hanya izinkan vertical swipe */
  }
  .bdz-slider-right-content-left-mobile-featured-image{display: block;}
  .slide-title{margin-top: 10px !important;margin-bottom: 15px !important;}
  .testimonials-item{padding: 5px;}
  .bdz-wp-detail-bg-top{top:15%}
  .bdz-container-relative{position: relative;}
  .bdz-container-relative-100v{height: 100% ;}
  .slide-descr-intro{margin-right: 0px;}
  .brand-name img{margin-left: 5px;}    
  .bdz-landing-building-img-1{right: -160px;width: 65vh;}
  .bdz-landing-building-img-2{right:-170px;width: 100vh;}
  .bdz-landing-building-img-3{width: 48vh;}
  .bdz-slider-right-content{position: absolute;z-index: -1;}
  .bdz-more-article-wrapper,.bdz-more-article-container{text-align: center;padding-top: 15px;}
  .homepage-personal .container{background-color: #ffffffe3;}
  .wnew-item-logo{height: 20rem !important;}
  .bdz-img-city-hall{height: 20rem;}
  .bdz-cityhall-description{position: absolute !important;background-color: #00000087;}
  .slide-personal-shopnwin .container{padding: 15px;}
  .snw-title-home{font-size: 20px;}
  .testimonials-item-text{padding: 0px;}
  .bdz-testimonials-pass {margin-top: 10px !important;position: absolute!important;right: 21px!important;  top: -105px!important;}
  .bdz-wp-content-wrapper{padding: 50px !important;}
  .bdz-wp-detail-bg-top img{height: auto;}
  .bdz-wp-content-wrapper{top: 270px !important;}
  /* .homepage-personal .container{padding: 15px !important;} */

  .bdz-wp-menu-logo{margin-top:70px ;}
  .bdz-wp-detail-ban{top:auto;left:10%;margin: auto;}
  .bdz-wp-menu-wrapper{right: auto;left: 32px;}
  .bdz-wp-menu-container ul{padding: 0;}
  .bdz-wp-detail-ban-1{}
  .bdz-wp-detail-ban-2{}
  .bdz-wp-detail-ban-3{}
  .bdz-wp-detail-ban-4{}
  .bdz-wp-detail-ban-5{}
  .bdz-wp-detail-ban-6{}
  .bdz-wp-detail-ban-7{}
  .bdz-wp-detail-ban-1 img{margin:auto}
  .bdz-wp-detail-ban-2 img{margin:auto}
  .bdz-wp-detail-ban-3 img{margin:auto}
  .bdz-wp-detail-ban-4 img{margin:auto}
  .bdz-wp-detail-ban-5 img{margin:auto}
  .bdz-wp-detail-ban-6 img{margin:auto}
  .bdz-wp-detail-ban-7 img{margin:auto}
  .contact-personal-card-detail{padding: 0px;}
}

@media (max-width: 575px) {
  .bdz-testimonials-pass-mobile{display: block;}
  .bdz-testimonials-pass{display:none}

  .bdz-service-facilities-item{
    width: 49%;
    height: 19vh;
    margin-bottom: 10px;
  }
  .bdz-cityhall-description{
    position: unset;
    padding: 50px;
  }
  .bdz-whatsnew-item{
    margin-bottom: 10px;;
  }
  .wnew-item-logo{height: 40rem;}
  .bdz-testimonials-pass{margin-top: 10px;}
  .bdz-wp-bg-anim-head img{width: 470px;}
  .bdz-wp-bg-anim-wave-f img{
    position: relative;
    top: -136px;
    /* height: 241px; */
    height: 258px;
    width: 340%;
    animation: wavey-f 6s 1s ease-in-out infinite both;
    left: -114px;
  }
  .bdz-wp-bg-anim-head{left: -70px;;}
  .bdz-wp-content-wrapper{top:400px;}
  .bdz-wp-bg-anim-slider{left:-150px;width: 115px;}
  .bdz-wp-bg-anim-hand-left{left:-55px;}
  .bdz-wp-bg-anim-hand-right{left: 200px;}
  .bdz-wp-bg-anim-wave-b img{width: 300px;height: 230px;}
  .bdz-wp-menu-wrapper{right:0px;}
  .bdz-wp-menu-container ul{float: right;}
  .bdz-wp-menu-logo{width: 120px;margin: 10px;margin-top: -50px;}
  .bdz-wp-bg-anim-slider img{
    width: 665px;
    left: -187px;
    position: relative;
  }
  .bdz-wp-content-wrapper{padding: 50px;;}

  .bdz-directory-detail-container{margin-bottom: 20px;}
  .bdz-directory-detail-header div{font-size: 8px;}
  .bdz-directory-detail-left ul{font-size: 8px;}
  .bdz-directory-detail-back-button{position: unset;margin: auto;margin-bottom: 20px;}
  /* .bdz-wp-detail-ban-1 img{width: 130px;} */
  .experience-item-descr{color:#555}
}













.hover{
  margin:0;
  overflow:hidden;
}

.hover figcaption{
  position: absolute;
  left: 0;
  bottom:0;
  width: 100%;
  color: #fff;
  padding:30px;
  opacity: 0;
  transform:translateY(50px);
  transition:all .3s ease;
}

.hover figcaption mark.h3{
  padding: 0.3rem 0.7rem 0.2rem;
}

.hover figcaption .category{
  font-size: 0.775rem;
  text-transform: uppercase;
  padding:0.3rem 0.7rem 0.2rem;
}

.hover img{
  display: block;
  transition:all .3s ease;
}

.hover:hover img{
  transform: scale(1.1) rotate(-4deg);
}

.hover:hover figcaption{
  opacity: 1;
  transform: translateY(0) rotate(0);
}

.hover-2{
  overflow: hidden;
}

.hover-2 img{
  display: block;
  transition:all .3s ease;
}


.hover-2 figcaption{
  position: absolute;
  left: 0;
  color: #fff;
  top:0;
  width: 100%;
  height: 100%;
}

.hover-2 figcaption:before{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(232,46,49,0.9);
  opacity: 0;
  transition:all .3s ease;
}

.hover-2 figcaption a{
  color: #fff;
}

.hover-2 figcaption a:hover{
  text-decoration: none;
}

.hover-2 figcaption p{
  margin:0;
}

.hover-2 figcaption .inner{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1;
   padding: 30px;
  opacity: 0;
  transform:translateY(30px);
  transition: all .3s ease;
}

.hover-2 figcaption .inner .link-arrow{
  position: absolute;
  bottom: 30px;
}

.hover-2 .icon-plus{
  position: absolute;
  right: 30px;
  top:30px;
}

.hover-2:hover img{
  transform: scale(1.2) rotate(-4deg);
}


.hover-2 figcaption:hover:before{
  opacity: 1;
}

.hover-2 figcaption:hover .inner{
  opacity: 1;
  transform:translate(0);
}

.masonry-item figure{
  margin:0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}


.bdz-listview-item{float:left}
.award-item-desc-btn{
  background-color: #aaa;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    padding: 10px;
    color: #eee;
}
.bdz-wp-running-text{
  z-index: 999;
  background-color: #59abe1;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 6px;;
}

