/*
 Theme Name: rescue
 Author: tadamart.pl
 Version: 1.0
 */

 /* Definiowanie czcionki light */
@font-face {
  font-family: 'Akzid';
  src: url('font/AkzidGroStdLig.otf') format('opentype');
  font-weight: 300; /* Light */
  font-style: normal;
}

/* Definiowanie czcionki regular */
@font-face {
  font-family: 'Akzid';
  src: url('font/AkzidGroStdReg.otf') format('opentype');
  font-weight: 400; /* Regular */
  font-style: normal;
}

/* Definiowanie czcionki bold */
@font-face {
  font-family: 'Akzid';
  src: url('font/AkzidGroStdBol.otf') format('opentype');
  font-weight: 600; /* Bold */
  font-style: normal;
}

:root {
  --color: #FFBC01;
  --color2: #F5F5F5;
  --bs-border-color: #ededed;
}

body {
  font-family: nimbus-sans, sans-serif;
  overflow-x: hidden;
}

.admin-bar {
  margin-top: 32px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600 !important;
}
p, li {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}

strong {
  font-weight: 600 !important;
}

section {
  background-position: center;
    background-size: cover;
}

@media(min-width: 992px) {
  .container-w {
    max-width: 1920px !important;
      width: 95% !important;
  }
}
@media(max-width: 991.98px) {
  .menu .navbar {
    padding: 0px !important;
  }
  .menu .navbar-nav  {
    padding: 20px 0px;
  }
}
/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler {
  padding: 0px;
  border: 0px;
}
.navbar-toggler span {
  display: block;
  background-color: black;
  height: 3px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-origin: center left;
  margin-left: auto;
}

.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(17%, -100%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
  width: 100%;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span:nth-child(2) {
  width: 75%;
}
.navbar-toggler span:nth-child(3) {
  width: 50%;
}
/* ------------------------- MOBILE BURGER ------------------------ */

/* ------------------------- STATIC ------------------------- */
.btn1 {
  background-color: var(--color);
  border: 2px solid var(--color);
  color: black !important;
  padding: 12px 23px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
  font-size: 20px;

}
.btn1:hover {
  background-color: black;
  color: white !important;
border: 2px solid black; 
}

.btn2 {
  background-color: black;
  border: 2px solid black;
  color: white !important;
  padding: 12px 23px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
  font-size: 20px;

}
.btn2:hover {
  background-color: var(--color);
  color: black !important;
border: 2px solid var(--color); 
}
.t-box h2 {
  font-size: calc(1.325rem + 1.8vw);
}

.btn3, .wp-block-button__link {
  background-color: white !important;
  border: 2px solid black !important;
  color: black !important;
  padding: 12px 23px !important;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
border-radius: 0px !important;
font-size: 20px;
}
.btn3:hover, .wp-block-button__link:hover {
  background-color: var(--color) !important;
  color: black !important;
border: 2px solid var(--color) !important; 
}
.wp-block-button__link {
  margin-top: 10px !important;
  margin-bottom: 30px;
}

.modal .btn2:hover {
  background-color: var(--color);
  color: white !important;
}

.overlay1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: linear-gradient(180deg, rgba(254, 249, 230, 1) 0%, rgba(41, 53, 86, 0) 100%);
  z-index: -1;
}
.overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: linear-gradient(180deg, rgba(254, 249, 230, 1) 0%, rgba(255, 255, 255, 1) 50%);
  z-index: -1;
}
.z-more {
  z-index: 9;
  position: relative;
}

.half-fluid .left-half, .half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
 }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
 }
}
.min-h {
  min-height: 600px;
}
.form-label {
  width: 100%;
}
.form-control:focus, .form-select:focus {
  box-shadow: none !important;
}
input:focus-visible {
  outline: 0px;
  border-radius: 0px;
}

.small {
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: center;
}
.page-template-default a {
  color: black;
  }
  .cky-revisit-bottom-left {
    display: none !important;
  }
/* ------------------------- STATIC ------------------------- */

.menu .nav-link {
  font-size: 20px;
  padding: 0px 15px !important;
  color: black !important;
}

.logo img {
  max-width: 160px;
}


.menu li a:hover {
  color: var(--color);
  text-decoration: underline;
}
.m-color1 {
  color: var(--color);
}
.m-color2 {
color: var(--color2);
}

.hero {
  position: relative;
}


.hero p {
  max-width: 600px;
  margin-bottom: 30px;
}
.hero .h2 {
  font-weight: 400 !important;
}
.lo img {
  width: 100%;
  max-width: 120px;
}
.hero strong {
  font-weight: 500;
}
.hero h4 {
  font-weight: 300 !important;
}
.sec1 {
  background-color: var(--color3);
}
.offer {
  background-color: white;
box-shadow: 0px 6px 15px #0000000D;
padding: 40px 30px;
margin-top: -60px;
z-index: 9;
position: relative;
margin-bottom: 40px;
}

.offer img {
  height: 100px;
}
.green {
  color: #32981A;
}

.sec3 {
  background-color: var(--color3);
}
.sec3 p {
  margin-bottom: 0px;
}
.sec-form {

  overflow-x: hidden;
}

.sec-form .wpcf7-text, .sec-form .wpcf7-select {
  background-color: white;
    color: black;
    /* border: 2px solid; */
    border-radius: 0px;
    padding: 13px 20px;
    text-align: center;
}
.sec-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}

.sec-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.sec-form  ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.sec-form .wpcf7-not-valid-tip {
    color: #ff9e9e;
    text-align: center;
}
.sec-form .btn2 {
  display: block;
  margin: 0 auto;
}
.sec-form .accept a {
  color: black;
}
.sec-form .accept {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.copy {
  background-color: var(--color2);
}
.copy a {
  color: black;
}
.copy img {
  width: 70px;
  margin-left: 10px;
}
.f-menu, .f-cont {
  line-height: 2;
}
.f-menu a {
  color: black;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
.f-menu a {
  display: block;
}
.f-menu a:hover {
  text-decoration: underline;
}
.f-menu {
padding-left: 70px;
}
.footer img {
  max-width: 160px;
}

.copy img {
  width: 70px;
  margin-left: 10px;
}
.copy p, .copy a{
  font-size: 15px;
}
  .ppl {
    border: 2px solid black;
    padding: 13.6px;
    text-align: center;
    width: 226px;
    font-weight: 500;
  }
  .sec4 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    font-weight: 500;
    text-align: center !important;
  }
  
  .sec4 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    font-weight: 500;
    text-align: center !important;
  }
  
  .sec4  ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    font-weight: 500;
    text-align: center !important;
  }
.profit {
  padding: 40px;
}
.profit2 {
  box-shadow: 0px 6px 15px #0000000D;
  padding-bottom: 60px;
}
.max-w {
  max-width: 1000px;
  margin: 0 auto;
}
.ppl1 {
  font-weight: 600 !important;
}
.price1 {
  color: var(--color);
  font-weight: 600 !important;
}
.price2 {
  color: var(--color2);
  font-weight: 600 !important;
}


.contact .wpcf7-submit {
  display: block;
  margin: 0 auto;
}
.contact .row {
  max-width: 700px;
  margin: 0 auto;
}
.contact .accept a {
  color: black;
}

.contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}

.contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.contact  ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.contact textarea {
  height: 150px;
}
.a-post img {
 width: 100%;
 max-height: 250px;
 object-fit: cover;
 margin-bottom: -25px;
}
.category-inspirujace-historie .a-post img, .ih img {
  width: 100%;
  padding: 0px 30px;
    padding-top: 20px;
    max-height: 250px;
    object-fit: contain;
    margin-bottom: 0px;
}
.a-post {
  box-shadow: 0px 0px 15px #0000001A;
  background-color: white;
}
.a-post-inner {
  padding: 25px;
  background-color: white;
  margin: 0px 10px;
  z-index: 9;
  position: relative;
}
.a-post h3 a {
  color: black;
  text-decoration: none;
}
.arch-date {
  font-size: 14px;
}

.single_post_content {
  margin: 0 auto;
}
.single_post_content h2 {
  font-size: calc(1.325rem + 0.5vw);
  margin-top: 40px;
  margin-bottom: 15px;
}
.container-s {
  max-width: 1114px;
  margin: 0 auto;
}
.about-2 {
  background-color: var(--color);
  color: white;
}
.calc-4 h3 {
  color: var(--color);
}
.ca-inner {
  padding: 40px;
}
.mw {
  max-width: 550px;
}
.b2 {
  min-height: 700px;
}
.b2 h1 {
  line-height: 1;
}
.c4-bg {
  background-color: var(--color3);
}
.bg {
  background-color: var(--color3);
}
.profit2 {
  background-color: white;
}
.choose-inner {
  box-shadow: 0px 6px 15px #0000000D;
  padding: 50px;
  position: relative;
}
section li {
  margin-bottom: 10px;
}

.cen li{
  width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}
.dropdown-menu {
  box-shadow: 0px 6px 15px #00000026;
    border-radius: 0px;
    border: 0px;
}
.dropdown-menu li a:hover {
background-color: var(--color) !important;
color: white;
}

.modal-body {
  padding-bottom: 0px;
  padding-top: 30px;
}
.modal-content {
  box-shadow: 0px 6px 15px #00000026;
  border: 0px;
  border-radius: 25px;
}
.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 3px;
}
.category-s {
  background-color: var(--color);
  color: black;
  font-size: 20px;
  padding: 10px 20px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
  /* text-transform: uppercase; */
  margin-bottom: 0px;
}
.cs {
  margin-top: -49px;
  position: relative;
  z-index: 4;
}

.cv {
  font-size: 1.5rem;
}

section ul li {
  padding-left: 6px;
}
.form-check-input:checked {
  background-color: var(--color);
  border-color: var(--color);
}
.form-check-input:focus {
  outline: 0;
  box-shadow: none !important;
}
.swu {
  max-width: 300px;
}

.h2, h2 {
  font-size: calc(1.325rem + 1.1vw);
}

.always {
  color: white;
  background-color: var(--color);
  width: fit-content;
  padding: 5px 20px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600 !important;
}
.a-open {
  color: black;
  text-decoration: none;
  font-size: 22px;
}
.a-open:hover {
  color: black;
  text-decoration: underline;
}
.a-open i {
  color: var(--color2);
}
















.zalety {
  display: flex;
    justify-content: center;
    max-width: 1050px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.mx {
  max-width: 700px;
  margin: 0 auto;
}
.wpcf7-submit:hover {
  color: white !important;
} 

.sec-form {
  position: relative;
  overflow: initial;
}
.sec-form .wpcf7-submit  {
  display: block;
  margin: 0 auto;
}
.badge {
  background-color: var(--color2);
  border-radius: 0px;
  position: absolute;
  top: -13px;
  z-index: 9;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.badge p {
  font-size: 14px;
  color: var(--color);
}
.badge p strong {
  font-weight: 600;
}
.badge::after {
  content: "";
    z-index: -1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: var(--color2);
    left: 0px;
    right: 0px;
    bottom: -7px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}
.badge2 {
  background-color: var(--color2);
  border-radius: 0px;
  color: white;
  position: absolute;
  top: -13px;
  z-index: 9;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  padding: 3px 8px;
}
.badge2 p {
  font-size: 14px;
}
.badge2 p strong {
  font-weight: 600;
}
.badge2::after {
  content: "";
    z-index: -1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: var(--color2);
    left: 0px;
    right: 0px;
    bottom: -7px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}
.top-form {
  background-color: transparent !important;
  color: black !important;
}

.top-form-inner {
  position: relative;
  background-color: white;
    box-shadow: 0px 0px 15px #0000001A;
    border-radius: 50px;
    padding: 40px;
    padding-bottom: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.top-form {
  position: relative;
  z-index: 9;
}


.top-form .accept a {
  color: black;
}
.top-form .wpcf7-form p {
  font-size: 16px;
}
.top-form-inner .btn1 {
  color: white !important;
}
.mx2 {
  max-width:1000px;
  margin: 0 auto;
}
.top-form .form-label p {
  margin-bottom: 10px;
  margin-left: 22px;
}
.accept {
  margin-top: 20px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  border-radius: 10px;
  text-align: center;
}

.p-c {
  text-decoration: none;
  color: black;
}
.p-c i {
  color: var(--color);
}
.person-inner p {
  line-height: 1.2;
}
small {
  font-size: 14px;
}
.person img {
  max-width: 100px;
  border: 4px solid var(--color);
  border-radius: 100px;
  margin-right: 20px;
}
.owl-k p {
  text-align: center;
  font-weight: 500 !important;
}
.owl-k .owl-nav {
  margin-top: -47px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  position: relative;
}
.owl-k span {
  font-size: 26px;
    line-height: 1;
}
.owl-k i {
  position: relative;
  top: 2px;
}
.owl-k .owl-nav [class*=owl-]:hover {
color: var(--color2) !important;
background-color: transparent !important;
}
.footer p {
  color: black;
}
.green2 {
  color:   var(--color2);
    font-weight: 600;
}
.mmodal .modal-content {
  margin-top: 30px;
}
.zdj2 {
  height: 200px;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}


.hero {
  position: relative;
}
.section-background-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
.section-background-video>video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.zalety p {
  font-weight: 600 !important;
}

.galeria img {
  border-radius: 20px;
}
#dostepne-apartamenty img {
  border-radius: 20px;
}

.work {
  border-radius: 25px;
  background-color: var(--color);
  padding: 30px;
  color: white;
}
.work h1 {
  color: white !important;
}










.top-form .accept {
  max-width: 900px;
}
.bdg {
  position: relative;
}
.bdg-inner {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-weight: 600 !important;
  background-color: var(--color);
  border-radius: 0px;
  z-index: 9;
  margin-top: 18px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  width: fit-content;
  padding: 4px 12px;
}
.bdg-inner::after {
  content: "";
  z-index: -1;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: var(--color);
  
  left: 17px;
  top: -7px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}
header .menu .mob-btn {
  border-radius: 0px !important;
    padding: 5px 8px !important;
    pointer-events: none !important;
}
.zdj {
  border-radius: 30px;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}
.sec-w a {
  color: black;
}
.sec-w img {
  width: 100px;
    height: 100px;
}

.loc h4 {
  font-size: 20px;
}
.loc p{
  font-size: 15px;
}
.sec-w p {
  max-width: 300px;
    margin: 0 auto;
}
.apartment {
  box-shadow: 0px 0px 15px #0000001A;
  border-radius: 30px;
  position: relative;
}
.apart-inner {
  padding: 30px;
  padding-bottom: 40px;
}
.apart-inner a {
  width: 100%;
}
.apa-img {
  object-fit: cover;
  height: 200px;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.gallery {
  color: white;
  text-decoration: none;
  background-color: var(--color);
  padding: 4px 10px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.gallery:hover {
  background-color: var(--color2);
  color: white;
}
#sgpb-popup-dialog-main-div {
  box-shadow: none !important;
  padding: 40px !important;
  border-radius: 0px !important;
}
.sgpb-main-html-content-wrapper {
  overflow-x: hidden;
}
.nav-pills button {
  color: black;
  font-weight: 700;
}
.nav-pills button:hover {
  text-decoration: underline;
  color: black;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
  color: black;
  text-decoration: underline;
}
.galleryw .zd {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.gt_switcher .gt_option {
  position: absolute !important;
  height: 99px !important;
}

.gtranslate_wrapper a img {
  display: block !important;
  float: left !important; /* Flaga zostanie wyrównana do lewej strony linku */
}

.gtranslate_wrapper a {
  text-indent: 100% !important; /* Przesuwa tekst poza widoczny obszar */
  white-space: nowrap !important; /* Zapobiega zawijaniu tekstu do nowej linii */
  overflow: hidden !important; /* Ukrywa tekst, który "wychodzi" poza granice elementu */
  padding: 0px !important;
}
.gt_switcher {
  width: 72px !important;
}
.gt_switcher .gt_selected {
  background: transparent !important;
}
.gtranslate_wrapper .gt_switcher .gt_option {
  border-color: transparent !important; 
  width: 55px !important;
  margin-top: 2px;
}
.gtranslate_wrapper .gt_switcher .gt_option a:hover {
  background-color: transparent !important;
}
.gtranslate_wrapper .gt_switcher .gt_option a {
  padding: 2px 15px !important;
}
.top-bar {
  background-color: var(--color);
  color: white;
}
.top-bar p {
  font-size: 14px;
}
.tb-btn {
  background-color: #ecbd5d;
  color: white;
  font-weight: 600;
  text-decoration: none;
  padding: 3px 12px;
  border-radius: 100px;
  margin-left: 20px;
  cursor: pointer;
  color: var(--color);
}
.tb-btn:hover {
  background-color: black;
  color: white;
}
.gtranslate_wrapper {
  z-index: 9;
  position: relative;
}
.oa img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.ip .btn1 {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px 25px;
}
.ip .btn1 i {
  font-size: 22px;
}
.inw a {
  color: black;
  font-weight: 600;
}
.inw-gal img {
  border-radius: 20px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.inw-gal a {
  text-decoration: none;
}
.inw-gal p {
  margin-bottom: 0px;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.4;
  height: 50px;
}
.c-form .form-control{
  border-radius: 25px;
  padding: 10px 20px;
}
.c-form p {
  margin-bottom: 5px;
  margin-left: 15px;
}
.c-form textarea {
  height: 100px;
}
.c-form .wpcf7-submit {
  margin-top: 25px;
}
.c-form .accept a {
  color: black;
}

.c-form {
  padding: 40px;
  background-color: #f4f4f4;
  border-radius: 25px;
}
.c-form .col-md-12 {
  padding: 0px;
}
.spec-box {
    /* padding: 20px; */
    margin-top: 35px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 350px;
    /* background-color: #f4f4f4; */
    border-radius: 20px;
}
.breadcrumb {

  margin-bottom: 0px !important;
}
.breadcrumb a, .breadcrumb p {
  color: #a2a2a2;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  margin: 0px 5px;
}
.m-zoom {
  cursor: pointer;
}

.sb-s {
  font-weight: 600;
}
.sb {
  background-color: #32981A;
  padding: 4px 15px;
  border-radius: 100px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  width: 130px;
  display: block;
  text-align: center;
}
.sb-z {
  background-color: #e39615;
}
.sb-sp {
  background-color: #e31515;
}
.listing a {
  color: black;
  text-decoration: none;
}
.listing a:hover {

  text-decoration: underline;
}
.listing li, .listing ul {
  margin-bottom: 0px !important;
}
.listing .nav-link {
  border: 1px solid var(--color);
  color: var(--color);
  padding: 5px 20px;
  border-radius: 100px;
  text-decoration: none !important;
  transition: 0s;
}
.listing .nav-link.active, .listing .nav-link:hover {
 background-color: var(--color);
 color: white;
}
.listing th {
  background-color: #ededed;
  cursor: pointer;
}
.listing th i {
  margin-left: 7px;
  font-size: 18px;
}
.listing th:hover {
  background-color: #cdcdcd;
}
.table {
  width: 700px;
  margin: 0 auto;
}
.sold {
  fill: rgba(224, 18, 18, 0.7) !important;
}
.reserv {
  fill: rgba(234, 137, 11, 0.7) !important;
}
.modal-fullscreen .modal-content {
  border-radius: 0px !important;
}

.w3d {
  position: relative;
  padding-right: 60px;
  height: fit-content;
}
.w3d i {
  position: absolute;
  font-size: 23px;
  margin-top: -6px;
  margin-left: 11px !important;
}
.bg-green {
  background-color: var(--color);
}
.bg-green {
  color: white;
}
.bg-green h3 {
  margin-bottom: 0px;
}
.mov {
  width: 50px;
  height: fit-content;
}
.mov-box {
  margin-bottom: 10px;
}
.mov-box p {
  margin-bottom: 0px !important;
  line-height: 1.2 !important;
}

.form-control:focus {
  border: 1px solid #ced4da;
}
.spi1 img {
  background-color: var(--color);
  padding: 25px 40px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #ffffff38;
}
.sp-inner {
  margin-bottom: -80px;
  z-index: 99;
  position: relative;
}
.evg {
  max-width: 200px;
  margin-bottom: 15px;
}
.bm {
  box-shadow: 0px 0px 10px #0000001A;
  border-radius: 35px;
}
.bm img {
  border-radius: 35px;
}



























@media(max-width: 992px) {
  .r1 .row {
    text-align: center;
  }
  .r2 .col-md-12 {
    display: block !important;
  }
  .r2 .h2 {
    text-align: center;
  }
  .pp-badge {
    margin-left: 0px !important;
    margin-top: 15px;
  }
  .pp-badge:after {
    left: 85px !important;
    top: -6px !important;
  }
  .sgpb-popup-close-button-6 {
    margin-top: 20px !important;
  }
  .r1 img {
    width: 120px !important;
}
.gt_switcher {
  width: 54px !important;
  margin-right: 10px;
}
.gtranslate_wrapper .gt_switcher .gt_option {
  margin-left: -14px;
}

}















@media(min-width: 1400px) {
  .h2, h2 {
    font-size: calc(1.025rem + 1.1vw);
}
}
@media(max-width: 1400px) {
  .menu li a {
    padding: 10px 12px !important;

  }
 
}
@media(max-width: 1275px) {

  .menu .nav-link {
    font-size: 18px;
    padding: 0px 10px !important;
    color: black !important;
  }
  
  }

@media(max-width: 1200px) {
.menu .btn1 {
  padding: 10px 15px !important;
  margin-left: 8px;
}
.menu li a {
  padding: 10px 10px !important;
  font-size: 14px;
}
.bdg-inner{ 
  font-size: 11px;
}

}
@media(max-width: 991.98px) {
  .nl {
    font-size: 12px;
    padding: 7px 15px;
  }
  .menu .nl2 {
    padding: 13px 25px !important;
  }
  .menu .btn1 {
    margin-left: 0px;
  }
  .menu .nav-link {
    font-size: 19px;
    font-weight: 600;
  }

  .adv {
    flex: 50%;
  }

  .offer {
    margin-top: 0px;
  }
  .offer1 {
    margin-top: -60px;
  }

  .copy {
    text-align: center;
  }
.copy a {
  width: 100%;
}
.copy img {
  width: 90px;
  margin-left: 0px;
}
.ppl {
  width: 206px;
  padding: 14.4px;
  font-size: 15px;
}

.ca-inner {
  padding: 0px;
}
.dropdown-item {
  white-space: normal;
}
.menu li a {
  padding: 20px 20px !important;
      
} 
.menu .nav-item {
  width: 100%;
  margin: 15px 0px;
}
.menu .nav-link {
  padding: 0px !important;
}
.mm-margin {
  margin-top: 35px !important;
}

header .logo img {
  max-width: 150px;
}
.half-fluid .image {
  min-height: 200px;
}


}
@media(max-width: 767.98px) {
  .lo img {
    width: 100%;
    max-width: 90px;
}
  .w3d {
    position: relative;
    padding-right: 55px !important;
    height: fit-content;
}
.w3d i {
 margin-top: -7px;
}
  .c-form {
    padding: 30px;
  }
  .title h3 {
    font-weight: 400 !important;
    font-size: 17px;
}
  .ip a {
    margin: 0 auto;
    margin-bottom: 8px;
    margin-right: auto !important;
  }
  .tb-btn {
    margin-left: 0px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 5px;
  }
  .sec-w img {
    width: 70px;
      height: 70px;
  }
  .choose-inner {
    padding: 25px;
  }

.cen li {
  text-align: left;
}
.choose ul {
  padding-left: 15px;
}
.cv {
  font-size: 18px;
  margin-bottom: 11px;
  display: block;
}
.hero {
  min-height: 350px;
}
.m-top {
  margin-top: -240px;
}
.buttons a {
  display: block;
  margin: 0 auto;
}

.menu .btn1 {
  font-size: 18px;
}
.breadcrumb .container {
  align-items: end !important;
}
.top-form {
  margin-top: 0px;
}
.hero .container {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.mob-btn {
  font-size: 10px !important;
  padding: 10px 15px !important;
  margin-right: 29px !important;
}
.person img {
  max-width: 96px;
}
.person strong {
  font-size: 14px;
}
.person small {
  font-size: 12px;
}
.small {
  font-size: 11px;
}
p {
  font-size: 14px;
}
.badge p {
  font-size: 10px;
}
.tt h2 {
  font-size: 32px;
}
.tt p {
  font-size: 14px;
}
.top-form-inner {
  padding: 40px 20px;
  padding-bottom: 20px;
}
.top-form .wpcf7-form p {
  font-size: 12px;
}
.sec-form .accept {
  margin-bottom: 25px;
}
.person a {
  font-size: 14px;
}
.hero-p {
  font-size: 13px !important;
}
.sec-form .wpcf7-submit {
  font-size: 17px!important;
}
.loc p {
  font-size: 13px;
}
.copy p, .copy a {
  font-size: 13px;
}
}

@media(max-width: 424.98px) { 
  .hero h4 {
    font-size: 18px;
  }
  .hero h1 {
    font-size: 28px; 
  }
}
.mmodal .modal-content {
  border-radius: 20px;
}
.mmodal .wpcf7-text, .mmodal textarea, .form-select {
 
  border-radius: 25px;
  padding: 10px 20px;
}
.mmodal label p {
  margin-bottom: 5px;
  margin-left: 15px;
}
.mmodal .accept {
  margin-bottom: 20px;
}
.person-inner a:hover {
  text-decoration: underline;
  color: black;
}
.mob-inf {
  padding-top: 0px !important;
  text-align: center;
  background-color: var(--color);
  margin-bottom: -60px;
  padding-bottom: 80px !important;
}
.mob-inf p {
  font-size: 14px;
  margin-bottom: 3px;
  color: white;
  font-weight: 700 !important;
}
.mob-inf a {
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 20px;
}

.t-color {
  color: var(--color);
}
.t-1 a {
  color: black;
}

.hamburger-menu {
  cursor: pointer;
  width: 27px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.line {
  width: 100%;
  height: 2px;
  background-color: black;
  margin-left: auto;
}
.line2 {
  width: 65%;
}
.line3 {
  width: 30%;
}
.h-social i {
  font-size: 16px;
}

nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  width: calc(100vw - 30px);
  height: 100vh;
  -moz-transform: translate3d(450px, 0, 0);
  -o-transform: translate3d(450px, 0, 0);
  -ms-transform: translate3d(450px, 0, 0);
  -webkit-transform: translate3d(450px, 0, 0);
  transform: translate3d(450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 999;
  overflow: hidden;
  background-color: var(--color);
}
nav .m-menu__overlay {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 99;
  display: none;
  height: 100vh;
  left: 0px;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff21;
}
nav .m-menu__header span {
  text-align: center;
  width: 100%;
  color: white;
}
.m-menu__toggle i {
color: white;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 90%;
  overflow-y: auto;
  list-style-type: none;
  padding-left: 0px;
  overflow: scroll;
}
nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;

  position: relative;
  color: white;
  font-weight: 600;
  font-size: 23px;
}
nav .m-menu ul li a {
  text-decoration: none;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m-menu .bi-chevron-left {
  font-size: 16px;
}
.m-menu label:hover {
text-decoration: underline;
color: white !important;
}
.footer-form {
  box-shadow: 0px 0px 10px #0000001A;

}
.footer {
position: relative;
}
.hf .mh {
  min-height: 500px;
}
.hf {
  background-color: var(--color);
  color: white;
}
.footer h3, .footer h4 {
  font-weight: 400 !important;
}
.f-info a {
  text-decoration: none;
  color: black;
  font-size: 15px;
}
.f-info a:hover {
  text-decoration: underline;
}
.f-info a i {
  color: var(--color);
}
.person a {
  font-size: 15px;
}
header {

  top: 0px;
  background-color: white;
  z-index: 99999;
  width: 100%;
}


.archon{
  width: 85px !important;
}
.h-sec h1 {
  color: var(--color);
}

.bc p {
  font-size: 13px;
  margin-bottom: 10px;
}
.bc a {
  color: black !important;
}
.bc span {
  margin: 0px 10px;
}
.zal-box img {
  margin-bottom: 25px;
}
.form-control[type=file] {
  border-radius: 100px;
}



@media(max-width: 768px) {
  .imp-initialized {
margin-top: 50px;
  }
  .hh {
    height: 60px;
}
}














.logo-text {
  font-size: 22px;
    line-height: 1.2;
    font-weight: 600 !important;
}
header {
  box-shadow: 0px 0px 15px #0000001A;
}
.o-m img {
  margin-top: 15px;
  width: 140px;
  max-width: fit-content;
  max-height: 90px;
}
.o-m p {
 color: black;
 font-weight: 600;
 margin-right: 10px;
}
.o-m a {
  text-decoration: none;
}
.o-m i {
  color: black;
}
.o-m {
  text-align: center;
}
.menu .o-m a {
  padding: 9px 18px !important;
}
.navbar-nav .dropdown-menu {
  margin-top: 30px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: -154%;
}
.dropdown-menu::before {
  width: 20px;
  content: "";
  display: block;
    height: 20px;
    background-color: white;
    position: absolute;
    top: -11px;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    box-shadow: 0px 6px 15px #00000026;
    transform: rotate(45deg);
}
.o-m {
  padding: 0px;
}
.dm-box {
  z-index: 99;
  position: relative;
  background-color: white;
  padding: 10px;
}
.bg-dark {
  background-color: var(--color2) !important;
}
.btn4 {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 19px;
}
.btn4:hover {
  text-decoration: underline;
  color: black;
}
.title p {
  font-size: 24px;
}
.title h2 {
  line-height: 1;
}
.t-box {
  border-left: 4px solid var(--color);
  padding-left: 20px;
}
.f-links a {
  color: black;
  text-decoration: none;
  margin-right: 15px;
}
.f-links a:hover {
  text-decoration: underline;
}
.owl-ih .owl-dots {
  margin-top: 25px !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: var(--color);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: black;
}
.of-box {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 0px 15px #0000001A;
}
.of-box img {
  margin: 0 auto;
  display: block;
  height: 230px;
  max-width: 310px;
}
small {
  font-size: 16px;
}
.hist {
  margin: 10px;
}
.p-rel {
  position: relative;
}
.logo {
  z-index: 9;
    position: relative;
}
.bord {
  border-left: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
}
.single_page_content h4, .single_page_content h3 {

  margin-bottom: 20px;
}
.sf2.sec-form .wpcf7-submit {
  margin-left: 0px !important;
}
.sf2.sec-form .wpcf7-text {
  text-align: left;
}
.post_archive h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_archive .post-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.sm-s {
  line-height: 1;
}
.ksf input {
  text-align: left !important;
}
.ksf textarea {
  border-radius: 0px;
    padding: 13px 20px;
    height: 140px;
}
.single_post_content a {
  color: black;
  font-weight: 400 !important;
}
.download img {
  padding: 25px;
    object-fit: contain;
    max-height: 200px;
}

@media (max-width: 992px) {
.f-links a {
  margin-bottom: 10px;
}
.hero p {
  margin: 0 auto;
  margin-bottom: 30px;
}
.hero img {
  max-width: 270px;
}
.hero .col-lg-7 {
  margin-top: 0px !important;
}
.menu .o-m a {
  display: block; 
  text-align: left !important; 
}
.bord {
  border-left: 0px solid var(--bs-border-color);
  border-right: 0px solid var(--bs-border-color);
}
.navbar {
  text-align: center;
  width: 100%;
}
.menu .o-m a {
  text-align: center !important; 
}
.menu .o-m a .d-flex {
  justify-content: center;
}
.bt-2 {
  margin: 0 auto;
}
} 

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