article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Spinnaker", sans-serif;
  --third-family: "Poppins", sans-serif;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #e0e0e0;
}
::-webkit-scrollbar-thumb {
    background-color: #7f875c;
    border-radius: 10px;
    border: 3px solid #e0e0e0;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #45a049;
}

.management-slider .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 700px;
    height: 550px;

    }
.management-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html {
  font-family: sans-serif;
	    line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.4s all;
}
body {
  font-family: 'Poppins', serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 14px;
	 line-height: 1.2;
  color: #000;
  background: #FFFCF7;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Spinnaker", sans-serif;
  line-height: 1
}
/*p {
  margin-top: 0;
  margin-bottom: 20px;
}*/
ol,
ul,
dl {
  padding:0;
  margin: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: bold;
}

a {
  color: #A57A61;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.4s;
}

a:hover {
  color: #A57A61;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
    width: auto;
    margin: auto;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}
.single-image-product img{
	width:100%;
	height:auto
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container-full{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /* align-content: flex-end; */
  /* align-items: flex-end; */
}

.container-full .row {
  margin-right: 0;
  margin-left: 0;
}
.container-full .row>div {
    padding: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-0 {
    display: none;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1180px;
  }

}
@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1435px;
  }
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-34 {
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}
.col-37 {
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}
.col-44 {
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  max-width: 44%;
}
.col-46 {
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}
.col-54 {
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  max-width: 54%;
}
.col-56 {
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  max-width: 56%;
}
.col-63 {
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
}
.col-66 {
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}
.col-59 {
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
  max-width: 59%;
}
.col-41 {
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%;
}
.container-full .row .col-padd-left{
  padding-left: calc(50% - 1435px/2 + 30px);
  padding-right: 30px;
}
.container-full .row .col-padd-right{
  padding-right: calc(50% - 1435px/2 + 30px);
  padding-left: 70px;
}
.section-standard-housing{
  padding: 0
}
header{
    position: relative;
    width: 100%;
    z-index: 99;
    transition: 0.4s all;
    padding: 0px 0;
    background-color:#7f875c;
    top: 0;
    padding: 9px 0
}

img{
  max-width: 100%;
  height: auto
}
*, *::before, *::after {
    box-sizing: border-box;
}
.flexcenter{
    align-content: center;
    align-items: center;
}
/**HEADER**/
.navbar-collapse{
    vertical-align: middle;
    margin-top: 12px;
}
.navbar-nav {
    list-style-type: none;
    margin: 0;
    margin-right: 0;
    margin-left: 27px;
}
.nav-links {
    display: flex;
    gap: 40px;
    margin-bottom: 0;
}
.menu-item a{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  color: #fffcf7;
}
.sub-menu{
	display: none;
}
header .menu-item-type-post_type.current-menu-item a,
header .menu-item a:hover,
header .menu-item:hover a{
	text-decoration: none;
  border-bottom: 2px solid #fff;
}
header .menu-item{
    position: relative;
    padding: 0;
    transition: all 0.4s;
    display: inline-block;
}
header .logo{
    max-width: 231px;
    text-align: center;
}
/**END HEADER**/



/***FOOTER**/
footer{
  padding: 40px 0 22px;
  color: #fff;
  background: #7F875C
}
.footer-content{
  text-align: center;
}

footer .logo{
  margin-bottom: 50px
}

footer .footer-nav{
  list-style: none;
  margin-top: 13px;
}
.social-media{
    display: flex;
    gap: 38px;
    justify-content: center;
    margin-bottom: 39px;
}
.footer-logo{
    margin-bottom: 40px;
}

footer .navbar-footer ul{
    display: flex;
    gap: 33px;
    justify-content: center;
    list-style: none;
    margin-bottom: 15px;
}

footer .navbar-footer li a{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #fffcf7;
}
.footer-copyright {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff3e5;
  border-top: 1px solid #fff3e5;
  margin-top: 10px;
  padding-top: 24px;
}
/**END FOOTER**/

section {
    padding: 0px 0;
    background-size: cover;
    position: relative;
}
.button, .btn {
    border: none;
    min-width: auto;
    display: inline-block;
    transition: all 0.4s;
    position: relative;
    cursor: pointer;
    position: relative;
    line-height: 1;
    background: #7f875c;
    text-align: center;
    padding: 20px 40px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    color: #fffcf7;
    text-transform: uppercase;
}

.button:hover,
.btn:hover{
  text-decoration: none;
  color: #6a707a;
  background: #fff;
}
/*
p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(65, 64, 66, 0.8);
}*/
input {
  outline: none;
  border: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/*h1{

    font-family:var(--second-family);
    font-weight: 400;
    font-size: 45px;
    line-height: 1.2;
    color: #1d1d1b;
}
h2{
  font-family:var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 1.2;
  color: #1d1d1b;
}*/
h5{
  font-weight: 500;
  font-size: 14px;
  margin: 12px 0px;
}
.banner-content {

}
.banner-pretext {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.43em;
    text-transform: uppercase;
    color: #7f875c;
    margin-bottom: 10px;
}
.banner-title {
    color: #1d1d1b;
    margin-bottom: 20px;
}
.banner-text p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
}
.banner-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.2;
}

.banner-image{
  overflow: hidden;
  max-height: 783px;
}

.section-hero-banner{
  position: relative;
  background-color: #FFF3E5;
  padding: 0;
}
.linesimageleft{
  background-image:url(../../widgets/img/lines1.svg);
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: top right;
}
.linesimageright{
  background-image:url(../../widgets/img/lines2.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.heroimageright::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 14%;
    height: 26%;
    z-index: 1;
    background-color: #fff3e5;
    clip-path: polygon(100% 100%, 0% 00%, 0% 100%);
}
.heroimageleft::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 14%;
    height: 26%;
    z-index: 1;
    background-color: #fff3e5;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
ul li:before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cpath d='M16 14.2346V5.29338L8 0.823486L0 5.29338V14.2346L8 18.7058L16 14.2346Z' fill='%23FFF3E5'/%3E%3C/svg%3E");
}
.section-standard-housing{
  position: relative;
  background: #7F875C
}
.btn-white{
    background: #fffcf7;
    color:#7F875C;
}
.housing-content{
}
.title{
  color: #fffcf7;
  margin-bottom: 20px;
}
.aftertitle{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.description{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff3e5;
  margin-bottom: 25px;
  max-width: 515px;
}
.home .image.hiring-image img{
    max-height: 426px;
    overflow: hidden;
    object-fit: cover;
}
.section-standard-housing::before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
    width: 5%;
    height: 16%;
    background-color: #7F875C;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
}
.image{
  width: 100%;
  position: relative;

}
.image img{
  width: 100%
}
.testimonial-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 16%;
    height: 20%;
    z-index: 1;
    background-color: #fffcf7;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.testimonial-title{
  color: #7f875c;
  margin-bottom: 30px;
}
.testimonial-text{
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: #6a707a;
  margin-bottom: 30px
}
.testimonial-name{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #6a707a;
}
.testimonial-job{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  color: #6a707a;
}
.section-hiring{
  background-color: #6A707A
}
.hiring-title{
  color: #fffcf7;
  margin-bottom: 20px
}
.hiring-text{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 20px
}

.hiring-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 7%;
    height: 14%;
    background-color: #6a707a;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
}
.slider-housing-image{

    max-height: 440px;
    overflow: hidden;
    position: relative;
}
.section-councils{
    background: #6A707A;
    padding: 90px 0;
    text-align: center;
}


.section-councils h2{
    color: #fff3e5;
}
.mbimage{
  display: none;
}
.pcimage{
  display: block;
}
.section-councils .councils-logos{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    margin-top: 44px;
  }

.section-values{
    background: #FFFCF7;
    padding: 90px 0;
}
.section-challenges{
      background: #7F875C;
      padding: 80px 0;
      color: #fff3e5;
    overflow: hidden;
}
.section-values h2{
  color: #7f875c;
}
.section-values .values-text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #1e1e1e;
    margin-bottom: 50px;
  }
  .image.our-impact-image img{
    object-fit: cover;
    max-height: 490px;
  }
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-left{
    display: none;
  }

.value-item h3{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 25px;
  color: #6a707a;
  margin-top: 28px;
  margin-bottom: 15px
}
.value-item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #1d1d1b;
}
.section-challenges h2{
  margin-bottom: 30px;
color: #fff3e5;
}
.section-challenges .text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.testimonial-widget.testimonial-green-widget .testimonial-text {
    font-size: 20px;
}
body .section-resident-testimonial.green .testimonial-title {
    max-width: 400px;
    color: #FFF3E5;
}
.team-text{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  color: #6a707a;
  margin-top: 20px
}
body .section-resident-testimonial.green .testimonial-text{
    max-width: 560px;
}
.section-challenges .challenges .challenge-item{
  font-family: var(--second-family);
  font-weight: 400;
  color: #fff;
  position: relative;
}
.section-challenges .challenges .challenge-item p{
  font-size: 14px;
  color: #fff;
}
.challenges{
    padding-left: 100px;
}
.section-challenges .challenges .challenge-item h5{
  font-size: 20px;
}
.section-challenges::before{
  background-image: url("data:image/svg+xml,%3Csvg width='1039' height='1608' viewBox='0 0 1039 1608' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M346.796 614.556V613L139 769.38V1126.78V1126.8L252.454 1216V826.616L346.796 755.229L442.525 826.616V1216L556 1126.78V769.38L346.796 614.556Z' fill='%23798156' /%3E%3Cpath d='M346.794 0L-344 520.608V1083.5L-230.433 1169V577.394L346.794 142.48L925.223 577.394V1169L1039 1083.5V520.608L346.794 0Z' fill='%23798156' /%3E%3Cpath d='M797 979.856L682.797 1068.11V1206.94L346.543 1464.48L11.6768 1207.04V701.959L346.543 444.52L682.797 702.065V887.849L796.474 799.571V645.769L346.543 301.969V302.138V301L-102 645.874V1263.84L346.543 1608V1606.84V1607.01L797 1263.84V979.856Z' fill='%23798156' /%3E%3C/svg%3E");
  content: '';
  position: absolute;
  left: 0;
  top:0;
    top: -30%;
    width: 50%;
    height: 132%;
}

.section-challenges .challenges .challenge-item::before{
  content: '';
  position: absolute;
  left: 0;
  left: -30px;
  top:0;
  width: 16px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 14.2346V5.29338L8 0.823486L0 5.29338V14.2346L8 18.7058L16 14.2346Z' fill='%23FFF3E5' /%3E%3C/svg%3E");
}

.section-neighborhood-relations {
  background: #FFF3E5
}
.section-neighborhood-relations h2{
  color: #7f875c;
}
.section-neighborhood-relations .description p{
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.section-neighborhood-relations .description p strong{
  font-size: 20px;
  color: #6a707a;
}
.repeater-items{
  display: flex;
  gap:10px 40px;
  flex-wrap: wrap;
}
.repeater-item {
  width: calc(50% - 30px)
}
.repeater-item img{
width: 22px
}
.repeater-item h5{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: #7f875c;
}
.repeater-item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.single-review-text{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  color: #1d1d1b;
    padding-bottom: 20px;
}
.single-review-description{
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: #6a707a;
  border-top: 1px solid #7f875c;
  padding: 20px 0

}
.form-input label {
    display: flex;
    gap: 5px;
    align-items: center;
    align-content: center;
}
.single-review-name{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.single-review-job{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  color: #000;
    padding-bottom: 20px;
  border-bottom: 1px solid #7f875c;
}
.senior-management-widget{
  padding: 100px 0
}
.our-team-widget{
    padding: 100px 0;
    background: #fff3e5;
}
.management-item{
  margin-bottom: 50px;
}
.our-team-widget h2{
  text-align: center;
  color: #7f875c;
    margin-bottom: 50px;
}
.senior-management-widget h2{
  text-align: center;
  color: #7f875c;
  margin-bottom: 50px
}
.management-name{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 25px;
  color: #6a707a;
  margin-top: 20px;
  margin-bottom: 10px;
}
.management-item a{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #25a7d0;
  display: flex;
    align-items: center;
    gap: 5px;
}
.castle-small-banner::before {
    left: 50%;
    width: 4%;
    height: 9%;
    bottom: -1px;
}
.slider-housing-image .swiper-slide::after{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(0deg, #27292c 0%, rgba(106, 112, 122, 0) 61.27%);

}
.slider-housing-image .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}
.slider-housing-image .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.slider-housing-image .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}
.slider-housing-image  .swiper-horizontal>.swiper-pagination-bullets,
.slider-housing-image  .swiper-pagination-bullets.swiper-pagination-horizontal,
.slider-housing-image  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 80%;
    width: auto;bottom: 30px!important;
}
.slide-housing-title{
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 3;
  font-family: var(--font-family);
font-weight: 600;
font-size: 20px;
color: #fff;
}
.header-search {
    position: relative;
}
.header-block{
  display: flex;
  gap:50px;
  align-items: center;
    justify-content: flex-end;
}
#search-icon {
    cursor: pointer;
    font-size: 1.5rem;
}
.section-neighborhood-relations.background-dark{
  background: #6A707A
}
.section-neighborhood-relations.background-dark .description li,
.section-neighborhood-relations.background-dark  h2,
.section-neighborhood-relations.background-dark .description p {
    color: #FFF3E5;
}
.section-neighborhood-relations.background-dark .description{
    margin-top: 30px;
  max-width: 100%
}

.section-neighborhood-relations.background-dark .description ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px;
    margin-bottom: 40px;
    margin-top: 30px;
  }
.castle-contact-us-widget{
  position: relative;
  background-color: #FFF3E5;
  padding: 97px 0;
}
.castle-contact-us-widget .wpcf7-list-item .wpcf7-list-item-label{
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #000;
}
.castle-contact-us-widget .wpcf7-form-control.wpcf7-radio{
  display: flex;
  gap:10px;
  margin: 30px 0
}
.castle-contact-us-widget .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.contacts{
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #6a707a;
  gap:50px;
    flex-direction: column;
    margin-bottom: 50px;
    margin-right: 50px;
}
.contacts .contact-item{
  display: flex;
  gap:25px;
    color: #6a707a;
}
.contact-info .text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #000;
    margin-bottom: 50px;
    margin-top: 18px;
}
.social-links{
  display: flex;
  gap:15px

}
.castle-contact-us-widget .form-input textarea{
  wio
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #000;
  padding: 10px 0;
  background: transparent;
    border: none;
    border-bottom: 1px solid #8d8d8d;
    width: 100%;
    height: 50px;
}
.social-links a {
    border: 1px solid #7f875c;
    padding: 3px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.castle-contact-us-widget .col-56{
  position: relative;
}
.castle-contact-us-widget .col-56::before{
      content: '';
      position: absolute;
      top: -25%;
      right: 0;
      z-index: 1;
      width: 100%;
      height: 150%;
      background-color: #fffcf7;
      z-index: 0;
}
.contact-form div{
  z-index: 5;
}
.social-links a i{
  color: #7f875c;
    font-size: 19px;
}
.contact-item .contact-icon{
    height: 24px;
    width: 24px;
    text-align: center;
  }
  .contact-item .contact-icon svg{
    margin: auto;
  }
.section-neighborhood-relations.background-dark .description ul li{
  font-weight: 400;
  font-size: 16px;
  position: relative;
  list-style: none;
    padding-left: 35px;
    height: 35px;
}
.section-neighborhood-relations.background-dark .description ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top:0;
  width: 27px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_155_487)'%3E%3Cpath d='M12.6937 26C5.69411 26 0 20.1683 0 13.0004C0 5.8325 5.69411 0 12.6937 0C15.3713 0 17.9315 0.843665 20.098 2.43996L18.9219 4.11429C17.0998 2.77239 14.9459 2.06283 12.6937 2.06283C6.80516 2.06283 2.01417 6.96958 2.01417 13.0004C2.01417 19.0312 6.80516 23.938 12.6937 23.938C18.5822 23.938 23.3732 19.0312 23.3732 13.0004C23.3732 12.5843 23.3502 12.1649 23.305 11.7536L25.3064 10.593C25.3604 11.0806 25.3874 12.5062 25.3874 12.9996C25.3874 20.1675 19.6933 26 12.6937 26Z' fill='%23FFF3E5' /%3E%3Cpath d='M12.3876 19.4847L5.61816 12.5525L8.11008 9.99957L12.3781 14.3707L24.4988 1.86365L27.0002 4.40683L12.3876 19.4847Z' fill='%23FFFCF7' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_155_487'%3E%3Crect width='27' height='26' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#search-form {
    display: none;
    position: absolute;
    right: 0;
    top: -10px;
}
.castle-contact-us-widget .col-56::after{
    content: '';
    position: absolute;
    bottom: -97px;
    left: 0;
    width: 11%;
    height: 18%;
    z-index: 1;
    background-color: #fff3e5;
    clip-path: polygon(100% 100%, 0% 00%, 0% 100%);
}
.section-neighborhood-relations .image::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17%;
    height: 21%;
    z-index: 1;
    background-color: #fff3e5;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.section-neighborhood-relations.background-dark .image::after{
background-color: #6a707a;

}
.search-field {
    border: 1px solid #ccc;
    padding: 15px 10px;
    width: 0;
    transition: width 0.4s ease;
}

.search-field.expanded {
    width: 400px;
}
.management-slider {
  overflow: hidden;
}
.contentsection{
  padding: 90px 0
}

.section-our-impact{
    background: #6A707A;
}
.section-our-impact .impact-content{


}
.section-our-impact h2 {
    color: #fff;
}
.section-our-impact .impact-text{
  font-size: 20px;
  color: #fff;
}

.image.our-impact-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 8.4%;
    height: 12%;
    background-color: #6A707A;
    clip-path: polygon(100% 100%, 0 00%, 100% 0%);
    z-index: 2;
}
.testimonial-green-widget{
  background: #7F875C;
  color: #fff
}
.testimonial-green-widget .testimonial-name{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px
}
.testimonial-green-widget .testimonial-position{
  margin-bottom: 25px
}
.testimonial-green-widget .testimonial-name span{
  font-weight: 400;
font-size: 14px;
}
.testimonial-green-widget .testimonial-text,
.testimonial-green-widget p,
.testimonial-green-widget h2{
color: #fff

}
.testimonial-green-widget .testimonial-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
    width: 26.8%;
    height: 43%;
    background-color: #7f875c;
    clip-path: polygon(00% 100%, 0% 00%, 100% 0%);
    z-index: 2;
}
.section-resident-testimonial.green{
    background: #7F875C;
    color: #fff
}
.section-resident-testimonial.green .testimonials,
.section-resident-testimonial.green .testimonial-title,
.section-resident-testimonial.green .testimonial-text,
.section-resident-testimonial.green .testimonial-name,
.section-resident-testimonial.green .testimonial-job{
  color: #fff
}
.section-resident-testimonial.green .testimonial-image::before {
    background-color: #7F875C;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.section-working-for-castle{
  background: #6a707a;
  padding: 110px 0
}
.textcenter,
.centertext{
  text-align: center;
}
.section-working-for-castle h2{
  color: #fffcf7;
}
.section-working-for-castle .text{
  font-size: 22px;
  text-align: center;
  color: #fffcf7;
  max-width: 1200px;
  margin: auto;
  margin-top: 20px;
}
.working-for-castle-items{
  margin-top: 50px
}

.working-for-castle-items img {
  max-height: 45px
}
.working-for-castle-items.col-4  img {
  max-height: 95px
}
.working-for-castle-items h3{
  font-weight: 400;
  font-size: 25px;
  color: #fff3e5;
  margin-top: 17px;
  margin-bottom: 14px
}
.working-for-castle-items p{
  font-size: 14px;
  line-height: 130%;
  color: #fffcf7;
}
.working-for-castle-items.col-4 p {
    max-width: 330px;
    margin: auto;
}
.disability-adaptation-widget{
  background-color: #FFFCF7
}
.disability-adaptation-widget h2{
  color: #000;
  opacity: 0.5;
  margin-bottom: 30px
}
.disability-adaptation-widget .text{
  font-size: 14px;
  line-height: 130%;
  color: #6a707a;
  margin-bottom: 30px
}
.disability-adaptation-widget .description{

    max-width: 100%;
}
.disability-adaptation-widget .description ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 50px;
    margin-bottom: 40px
  }
.disability-adaptation-widget .description ul li{
  font-weight: 400;
  font-size: 16px;
  color: #7f875c;
  position: relative;
  list-style: none;
    padding-left: 35px;
}
.disability-adaptation-widget .description ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top:0;
  width: 27px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_193_46)'%3E%3Cpath d='M12.6937 26C5.69411 26 0 20.1683 0 13.0004C0 5.8325 5.69411 0 12.6937 0C15.3713 0 17.9315 0.843665 20.098 2.43996L18.9219 4.11429C17.0998 2.77239 14.9459 2.06283 12.6937 2.06283C6.80516 2.06283 2.01417 6.96958 2.01417 13.0004C2.01417 19.0312 6.80516 23.938 12.6937 23.938C18.5822 23.938 23.3732 19.0312 23.3732 13.0004C23.3732 12.5843 23.3502 12.1649 23.305 11.7536L25.3064 10.593C25.3604 11.0806 25.3874 12.5062 25.3874 12.9996C25.3874 20.1675 19.6933 26 12.6937 26Z' fill='%236A707A' /%3E%3Cpath d='M12.3876 19.4847L5.61816 12.5525L8.11008 9.99957L12.3781 14.3707L24.4988 1.86365L27.0002 4.40683L12.3876 19.4847Z' fill='%237F875C' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_193_46'%3E%3Crect width='27' height='26' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.castle-blog-widget,
.castle-projects-widget{
  padding: 90px 0
}
.castle-blog-widget{
  background: #6a707a;
  color: #fff3e5;
}


.castle-blog-widget .text{
  max-width: 763px;
    font-size: 20px;
    max-width: 763px;
    margin-bottom: 30px
}
 .elementor .castle-blog-widget a.viewall,
.castle-blog-widget .text,
.castle-blog-widget h2{
  color: #fffcf7;
}
.background-light{

}
.background-dark{
  background: #fff3e5;
}
.elementor a.viewall{
  float: right;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  color: #777;
  margin-top: 85px;
}

.castle-projects-widget h2{
  color: #7f875c;
  margin-bottom: 10px
}
.castle-projects-widget .text{
  font-size: 20px;
  color: #1e1e1e;
  max-width: 763px;
  margin-bottom: 30px
}
.project-item .project-excerpt p{
  margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #1d1d1b;
}
.project-item{
  margin-bottom: 40px
}
.project-item .project-image{
  max-height: 237px;
  object-fit: cover;
  overflow: hidden;
}
.project-item img{
  width: 100%;

    width: 100%;
    object-fit: cover;
    max-height: 237px;
}
.single-review-image.image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 13%;
    height: 16%;
    background-color: #fffcf7;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%);
    z-index: 2;
}
.testimonial-widget.testimonial-green-widget .testimonial-text{
  font-style: normal;
}
.project-item .project-title{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 25px;
  color: #6a707a;
  margin-top: 28px;
}
.project-item .project-excerpt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #1d1d1b;
}
.project-item .btn-read-more{
  font-weight: 600;
  line-height: 193%;
  color: #25a7d0;
}


.castle-blog-widget .post-image{
  max-height: 240px;
  overflow: hidden;
}
.castle-blog-widget .post-card {
    overflow: hidden;
    margin-bottom: 30px;
}

.castle-blog-widget .post-image img {
    width: 100%;
    height: auto;
}

.castle-blog-widget .post-content {
    padding: 20px;
    background: #FFFCF7
}

.castle-blog-widget .post-category {
    padding: 5px 10px;
    font-family: var(--font3);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #7f875c;
    border-radius: 6px;
    padding: 4px 10px;
    width: 60px;
    height: 28px;
    background: #fff3e5;
}

.castle-blog-widget .post-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #181a2a;
    margin: 18px 0;
}

.castle-blog-widget .post-meta {
    display: flex;
    margin-bottom: 15px;
    font-family: var(--font3);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #97989f;
    gap: 10px;
    align-items: center;
}


.castle-blog-widget .btn-read-more {
    display: inline-block;
    background: #0073e6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.castle-blog-widget .btn-read-more:hover {
    background: #005bb5;
}
.castle-blog-widget .post-meta img{
  margin: 0
}
.form-fields{
  display: flex;
  gap:20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-input{
  width: 100%;
}
.form-input.form-input-half{
    width: calc(50% - 10px)
}
.form-input p{
  margin-bottom: 0
}
.form-input label{
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 167%;
  color: #8d8d8d;
  margin-bottom: 0
}
.form-input p strong{
  color: #000 
}
.form-input input{
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #000;
    width: 100%;
  padding: 10px 0;
    background: transparent;
  border-bottom: 1px solid #8d8d8d
}

.management-slider .swiper {
width: 100%;
}
.management-slider{
    max-height: 700px;
}
.management-slider .swiper-slide {
  background-position: center;
  background-size: cover;
}
.section-management-slider{
    background: #7f875c;
  }
.management-slider .swiper-slide img {
display: block;
width: 100%;
}
.management-slider .swiper-button-prev{
  width: 42px;
  height: 42px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23FFF3E5'/%3E%3Cg clip-path='url(%23clip0_4015_27)'%3E%3Cpath d='M26.5 21.2H15.5' stroke='%236A707A' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 25.7L15.5 21.2L20 16.7' stroke='%236A707A' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4015_27'%3E%3Crect width='14' height='12' fill='white' transform='translate(14 15.2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}


.management-slider .swiper-button-next:after,
.management-slider .swiper-button-prev:after{
  display: none;
}
.management-slider .swiper-button-next{
  width: 42px;
  height: 42px;
  background-size: cover;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23FFF3E5'/%3E%3Cg clip-path='url(%23clip0_4015_28)'%3E%3Cpath d='M15.5 21.2H26.5' stroke='%236A707A' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 16.7L26.5 21.2L22 25.7' stroke='%236A707A' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4015_28'%3E%3Crect width='14' height='12' fill='white' transform='translate(14 15.2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.elementor .slider-housing-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.section-management-slider .slider-text{
  color: #fff;
  margin-top: 20px
}
.section-management-slider h2{
  color: #fff3e5;
}
.section-management-slider.background-dark{
    background: #6a707a;
}
.section-management-slider.background-dark .slider-text,
.section-management-slider.background-dark h2{
  color: #fff3e5;
}
.section-management-slider.background-dark .slider-text {
    color: #fff;
    font-weight: 400;
}
@media (max-width : 1440px) {

  .container-full .row .col-padd-left{
    padding-left: calc(50% - 1180px/2 + 30px);
    padding-right: 20px;
  }
  .container-full .row .col-padd-right{
    padding-right: calc(50% - 1180px/2 + 30px);
    padding-left: 40px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 40px;
    margin-bottom: 20px;
        line-height: 1;
  }
  .contact-info .text,
  .project-item .project-title,
  .working-for-castle-items h3,
  .section-our-impact .impact-text,
  .single-review-description,
  .testimonial-text {
      font-size: 18px;
      margin-bottom: 20px;
  }
  .contacts,
  .castle-projects-widget .text,
  .section-working-for-castle .text,
  .banner-text p,
  .section-challenges .challenges .challenge-item h5 {
      font-size: 16px;
  }

  .section-neighborhood-relations.background-dark .description ul li,
  .repeater-item p,
  .section-neighborhood-relations .description p {
      font-size: 12px;
  }
  .repeater-item h5 {
      font-size: 14px;
      margin: 4px 0px;
  }
  .button, .btn {
    padding: 15px 30px;
    font-size: 16px;
  }
  .management-slider {
      max-height: 470px;
  }
  .disability-adaptation-widget h2 {
      margin-bottom: 15px;
  }
  .disability-adaptation-widget .text {
      margin-bottom: 4px;
  }
  .section-neighborhood-relations.background-dark .description ul{
      gap: 10px 10px;
      margin-bottom: 10px;
  }
  .contacts {
    gap: 30px;
  }
  .disability-adaptation-widget .description ul {
      gap: 10px 30px;
      margin-bottom: 20px;
  }
  .section-neighborhood-relations.background-dark .description {
      margin-top: 15px;
  }
}
@media (max-width : 1060px) {

    .container-full .row .col-padd-left{
      padding-left: calc(50% - 960px/2 + 30px);
      padding-right: 20px;
    }
    .container-full .row .col-padd-right{
      padding-right: calc(50% - 960px/2 + 30px);
      padding-left: 30px;
    }
  .nav-links {
      gap: 20px;
  }
  .hiring-text {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 10px;
}

  h1 {
    font-size: 30px;
    line-height: 1;
  }
  .testimonial-title,
  .title {
  margin-bottom: 10px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
  }
}

@media (max-width : 860px) {

}
























@media (max-width : 868px) {
	.navbar {
		box-shadow: 0 0 30px #ccc;
	}
	body {
	    line-height: 1.2;
	}

  .contacts, .castle-projects-widget .text, .section-working-for-castle .text, .banner-text p, .section-challenges .challenges .challenge-item h5 {
      font-size: 15px;
  }
  .description {
    font-size: 12px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container-full .row .col-padd-left{
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-full .row .col-padd-right{
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-0 {
        display: block;
    }
    .heroimageleft::before{
      display: none;
    }
    .banner-image{
      position: relative;
    }
    .banner-image::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 45%;
        height: 53%;
        height: 18%;
        z-index: 1;
        background-color: #fff3e5;
        clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    }
    .home .banner-content{
      padding: 40px 0 70px
    }
    .heroimageright::before{
      display: none;
    }

    .home  .banner-image::before{

          content: '';
          position: absolute;
          bottom: 0;
          right: 0%;
          left: auto;
          width: 26%;
          height: 18%;
          z-index: 1;
          background-color: #fff3e5;
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    }
    .banner-content {
        padding: 40px 0 00px;
    }
    .single-review{
      padding-top: 15px;
    }
    .single-review-text{
      font-size: 15px;
    }
    .single-review-job,
    .single-review-name {
        font-size: 12px;
    }
    .section-management-slider.background-dark{
      padding-top: 0
    }
    .page-id-11 .banner-image {
        max-height: 240px;
    }
    .page-id-11 .banner-image::before {
        content: '';
        position: absolute;
        bottom: auto;
        right: auto;
        left: 0;
        width: 43%;
        height: 53%;
        z-index: 1;
        background-color: #fff3e5;
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }
    .section-single-review{
      padding-top: 0
    }
    .contact-info .text,
    .project-item .project-title,
    .working-for-castle-items h3,
    .section-our-impact .impact-text,
    .single-review-description,
    .testimonial-text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hiring-content{
      text-align: center;
      padding: 40px 0 60px
    }
    .hiring-text {
        font-size: 20px;
        padding: 0 15px;
        max-width: 330px;
        margin: auto;
        margin-bottom: 26px;
    }
    .testimonials,
    .housing-content{

        padding: 40px 0 30px
    }
    footer .navbar-footer ul {
      gap: 21px;
      flex-direction: column;
      margin-bottom: 40px;
    }
    .footer-copyright {
        color: #fff3e5;
        margin-top: 10px;
        padding-top: 15px;
        font-family: var(--font3);
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        color: #fff3e5;
    }
    .social-media{

      margin-bottom: 60px;
    }
    .order1{
      order:1
    }
    .order2{

     order:2
    }
    .section-hiring{
      padding-top: 0
    }
	.navbar {
	    background: #fff;
	    position: fixed;
	    width: 300px;
	    height: 100vh;
	    left: -200vw;
	    transition: 0.4s all;
	    padding: 40px;
	    top: 0;
      margin-right: 0;
	}
  .navbar-nav.navbar.active{
      margin-left: 0;
  }

  .nav-links {
      display: flex;
      gap: 40px;
      margin-bottom: 0;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .toggle-mnu{
    margin-top: 0;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99;
    position: relative;
  }
	.navbar-collapse {
	    width: 100%;
	}
	.navbar.active{
	  left: 0;
  }
  section {
      padding: 30px 0;
  }
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .banner-pretext {
    font-size: 8px;
          max-width: 100px;
  }
  .home .banner-pretext {
        max-width: 100%;
  }
  .banner-text {
      font-size: 15px;
      margin-bottom: 15px;
      line-height: 1.2;
  }

  .button, .btn {
      padding: 16px 30px;
      font-size: 15px;
  }
  .footer_socials {
      margin-top: 30px;
      margin-bottom: 80px;
  }
  a.social {
      margin-right: 30px;
      height: 35px;
      display: inline-block;
      width: 35px;
  }
  header {
    height: auto;
    margin-bottom: 0;
  }
	.navbar-nav {
		display: block;
    padding: 100px 0 0;
    width: 100%;
	}
  header .menu-item {
    display: block;
    margin-bottom: 10px;
  }
	header  .menu-item a {
		color: #414042;
	}
	.toggle-mnu span:after, .toggle-mnu span:before {
		content: "";
		position: absolute;
		left: 0;
		top: 15px;
	}
	.toggle-mnu span:after {
	  top: 30px;
	}
	.toggle-mnu span {
	  position: relative;
	  display: block;
	}
	.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    background-color: #fff;
	}
	.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	  width: 100%;
	  height: 1px;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}
  .toggle-mnu span:before {
      width: 100%;
      right: 0;
      left: auto;
  }
  .hero_block-div img {
      width: 246px;
  }
	.toggle-mnu.on span {
	  background-color: transparent;
	}
	.toggle-mnu.on span:before {
	  transform: rotate(45deg) translate(-1px, 0px);
	}
	.toggle-mnu.on span:after {
	  transform: rotate(-45deg) translate(11px, -11px);
	}
	.toggle-mnu.on span:after, .toggle-mnu.on span:before {
	  background-color: #414042;
    width: 100%;
	}
  .section-resident-testimonial{
    padding-top: 0
  }
  .search-field.expanded {
      width: 300px;
  }
  .section-councils .councils-logos {
      gap: 30px;
      margin-top: 44px;
      flex-wrap: wrap;
  }
  .section-councils .councils-logos img{
    width: calc(33% - 30px)
  }
  .col-md-1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
	}
  .col-md-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
	}
  .col-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
	.col-md-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
	}
	.col-md-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	}
  .col-md-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	}
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
	.col-md-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
  footer {
      padding: 30px 0;
      text-align: center;
  }

  footer {
      padding: 65px 0 15px;
    background-size: cover;
  }
  footer .logo {
      margin: auto;
      margin-bottom: 40px;
      max-width: 233px;
  }
  .section-standard-housing::before{
    display: none;
  }
  .slider-housing-image::before{

    content: '';
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    z-index: 1;
        width: 30%;
        height: 21%;
    background-color: #7F875C;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;

  }
  .single-review-image.image::before {
      content: '';
      position: absolute;
      top: auto;
      right: auto;
      z-index: 1;
      bottom: 0;
      width: 13%;
      height: 16%;
      background-color: #fffcf7;
      clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
      z-index: 2;
      width: 43%;
      height: 53%;
  }
  .mbimage{
    display: block;
  }
  .pcimage{
    display: none;
  }
  .section-challenges {
      padding: 50px 0;
  }
  .section-challenges .text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .challenges {
      padding-left: 30px;
  }
  .section-challenges .challenges .challenge-item h5{
    font-size: 15px;
    margin: 0px 0px 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .section-challenges .challenges .challenge-item::after {
      content: '';
      position: absolute;
      right: 0;
      top: 5px;
      background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1L4 5L0.5 0.999999' stroke='%23FFF3E5' stroke-linecap='round' /%3E%3C/svg%3E");
      width: 13px;
      height: 8px;
      background-repeat: no-repeat;
      background-position: right;
      transition: all 0.4s;
      background-size: cover;
  }
  .section-challenges::before {
    position: absolute;
    left: -2%;
    top: 0;
    top: 20%;
    width: 120%;
    height: 133%;
    background-size: cover;
    background-repeat: no-repeat;
}
  .section-challenges .challenges .challenge-item.open::after{
    transform: rotate(180deg);
  }
  .section-challenges .challenges .challenge-item p {
      font-size: 10px;
      line-height: 16px;
      margin-bottom: 10px;
      display: none;
  }
  .section-challenges .challenges .challenge-item {
      border-bottom: 1px solid #fff;
    margin-bottom: 15px;
  }
  .section-management-slider{
    text-align: center;
  }
  .section-management-slider.background-dark .slider-text {
        font-size: 10px;
    }
    .section-management-slider h2 {
        margin-top: 30px;
    }
    .management-slider .swiper-slide {
        max-height: 270px;
        width: 100vw;
    }
    .section-management-slider .swiper-button-prev,
    .section-management-slider .swiper-button-next {
      bottom: 15px;
      top: auto;
      width: 27px;
      height: 27px;
    }
    .section-values{
      text-align: center;
    }
    .values-grid{
      text-align: left;
    }
    .value-item h3 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 8px;
    }
    .value-item p {
        font-size: 12px;
    }
    .section-values .values-text {
        font-size: 15px;
        margin-bottom: 50px;
    }
    .value-item{
      margin-bottom: 40px
    }
    .section-values {
        padding: 45px 0 0;
    }
    .section-neighborhood-relations{
      padding-bottom: 0
    }
    .section-neighborhood-relations .description p strong {
        font-size: 15px;
    }
    .section-neighborhood-relations .description p{
      font-size: 14px;
      line-height: 130%;
      margin-bottom: 10px
    }
    .repeater-item h5 {
        font-size: 13px;
        margin: 6px 0px;
    }
    .section-neighborhood-relations .btn{
      display: none;
    }
    .section-neighborhood-relations .image::after {
        content: '';
        position: absolute;
        bottom: auto;
        right: 0;
        width: 26%;
        height: 24%;
        z-index: 1;
        background-color: #fff3e5;
        clip-path: polygon(100% 0%, 0 0%, 100% 100%);
    }
    .section-our-impact {
      padding-top: 0
    }
    .impact-content{
      padding-top: 20px
    }
    .testimonial-green-widget .testimonial-text{
font-size: 15px;
    }
     .testimonial-green-widget p{

      }
      .testimonial-green-widget h2 {
      margin-bottom: 20px
    }
    .testimonial-green-widget .testimonial-name {
        font-size: 15px;
    }
    .testimonial-green-widget .testimonial-name span {
          font-size: 12px;
      }
      .testimonial-green-widget{
        padding-bottom: 0
      }
      .management-name {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .management-item a{
      font-size: 12px;

    }
    .senior-management-widget {
      padding: 45px 0;
  }
  .management-image img{
    width: 100%
  }
  .working-for-castle-items p {
      font-size: 12px;
  }
  .section-working-for-castle .working-for-castle-items h3{
    font-size: 18px;
    margin-bottom: 7px;
  }

  .col-4.textcenter .working-for-castle-items h3{
    font-size: 18px;
    margin-bottom: 7px;
  }
  .working-for-castle-items {
      margin-top: 25px;
  }
  .section-working-for-castle {
      padding: 60px 0 20px;
  }
  .section-management-slider {
    padding-top: 0;
        text-align: center;
    }
    .section-management-slider .slider-text {
      font-size: 10px;
      line-height: 130%;
  }
  .col-4.working-for-castle-items.col-md-6{

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 25px
  }
  .working-for-castle-items.col-4 p {
      max-width: 100%;
      margin: auto;
  }
  .col-4.textcenter .working-for-castle-item{
    display: flex;
    gap:10px;
    text-align: left;
  }
  .col-4.textcenter .working-for-castle-item img{
    width: 50px;
        margin: 0;
  }
  .col-4.textcenter .working-for-castle-items h3 {
      font-size: 18px;
  }
  .disability-adaptation-content{
    padding-top: 30px
  }
  .disability-adaptation-widget .text {
    font-size: 13px;
    margin-bottom: 15px
  }
  .disability-adaptation-widget .description ul li::before {
    width: 18px;
    height: 18px;
    background-size: cover;
  }
  .disability-adaptation-widget .description ul li {

      font-size: 13px;
      padding-left: 24px;
      width: calc(50% - 15px);
  }
  .castle-projects-widget{
    text-align: center;
  }
  .elementor a.viewall{
    display: none;
  }
  .project-item{
    text-align: left;
  }
  .project-item .project-title {
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .project-item .project-excerpt p {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .project-item .btn-read-more {
      font-size: 10px;
  }
  .project-item .project-image {
      max-height: 120px;
  }
  .project-item {
      margin-bottom: 20px;
  }
   .castle-projects-widget {
      padding: 40px 0;
  }
  .castle-contact-us-widget {
      padding: 45px 0;
  }
  .castle-contact-us-widget .col-56::before {
      width: 100%;
      height: 150%;
        top: 0;
  }
  .contacts .contact-item {
      display: flex;
      gap: 15px;
  }
  .contacts {
      gap: 10px;
  }
  .contact-info{
        padding-bottom: 60px;
  }
  .form-input.form-input-half {
      width: 100%;
  }
  .form-fields {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: column;
  }
  .social-links {
      display: flex;
      gap: 5px;
  }
  .social-links a {
    width: 23px;
    height: 23px;
  }
  .social-links a i {
      font-size: 12px;
  }
  .contact-form{
    padding-top: 50px
  }
  .form-input input {
      width: 100%;
  }
  .form-input .wpcf7-form-control-wrap input{
    width: auto;
  }
  .castle-contact-us-widget .wpcf7-list-item {
      width: 47%
  }
  .castle-contact-us-widget .wpcf7-form-control.wpcf7-radio {
      display: flex;
      gap: 10px;
      margin: 30px 0;
      flex-wrap: wrap;
  }
  .castle-contact-us-widget .col-56::after {
      content: '';
      position: absolute;
      bottom: auto;
      top: 0;
      left: auto;
      right: 0;
      width: 27%;
      height: 12%;
      z-index: 1;
      background-color: #fff3e5;
      clip-path: polygon(100% 0, 0% 0%, 100% 100%);
  }
  .management-slider  .swiper-wrapper .swiper-slide::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 28%;
        height: 35%;
        z-index: 2;
        background-color: #7f875c;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .management-slider .swiper-wrapper .swiper-slide::after{
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 28%;
        height: 35%;
        z-index: 1;
        background-color: #7f875c;
        clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  }

  .background-dark .management-slider .swiper-wrapper .swiper-slide::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 28%;
      height: 35%;
      z-index: 2;
      background-color: #6a707a;
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .background-dark .management-slider .swiper-wrapper .swiper-slide::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 28%;
      height: 35%;
      z-index: 1;
      background-color: #6a707a;
      clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  }
  .housing-content .aftertitle{
    font-size: 15px;
    margin-bottom: 6px
  }

  .housing-content  .description {
        margin-bottom: 15px;
    }
  .slide-housing-title {
    bottom: 14px;
    left: 12px;
    font-size: 15px;
  }
  .slider-housing-image {
    height: 290px;
  }
  .home .hiring-image::before {
      content: '';
      position: absolute;
      top: auto;
      left: auto;
      right: 0;
      bottom: 0;
      z-index: 1;
      width: 23%;
      height: 31%;
      background-color: #6a707a;
      clip-path: polygon(100% 100%, 100% 0, 0 100%);
      z-index: 1;
  }
  .team-text {
      font-size: 18px;
  }
  .our-team-widget {
    padding: 40px 0 60px;
  }
  .our-team-widget h2 {
      margin-bottom: 30px;
  }
  .section-resident-testimonial.green .testimonial-image.image img{
      min-height: 260px;
      object-fit: cover;
  }
  .home .section-hiring {
        padding: 0;
  }
  header .logo {
      width: 130px;
      text-align: center;
      margin: auto;
  }

  .testimonial-green-widget h2.testimonial-title {
      margin-bottom: 40px;
  }

  .testimonial-green-widget .testimonial-position {
    font-size: 12px;
  }
  .testimonial-widget.testimonial-green-widget .testimonial-text {
      font-size: 15px;
  }
  body .section-resident-testimonial.green .testimonial-text {
    font-size: 15px;
    font-style: normal;
  }
  body .section-resident-testimonial.green .testimonial-name{
      font-size: 15px;
  }
  body .section-resident-testimonial.green .testimonial-job{
    font-size: 12px;
    margin-top: 5px
  }

    .disability-adaptation-widget .text {
        font-size: 12px;
    }
    .section-neighborhood-relations.background-dark .description ul li{

        font-size: 13px;
        width: 47%;
    }

    .section-neighborhood-relations.background-dark .description p {
        font-size: 12px;
    }
    .section-neighborhood-relations.background-dark .description ul li::before {
        width: 19px;
        height: 19px;
        background-size: cover;
    }
    .section-neighborhood-relations.background-dark .description ul li {

        padding-left: 30px;
        height: 25px;
    }

    .section-hero-banner.heroimageright.castle-small-banner .banner-image::before {
        content: '';
        position: absolute;
        bottom: auto;
        top: 0;
        width: 40%;
        height: 43%;
        z-index: 1;
        background-color: #fff3e5;
        clip-path: polygon(0% 0, 100% 0%, 0% 100%);
    }
    .image.our-impact-image::before {
        content: '';
        position: absolute;
        top: auto;
        right: 0;
        z-index: 1;
        bottom: 0;
        width: 40%;
        height: 36%;
        background-color: #6A707A;
        clip-path: polygon(100% 00%, 0 100%, 100% 100%);
        z-index: 2;
    }
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.wpcf7-form-control-wrap .wpcf7-list-item-label {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.wpcf7-form-control-wrap .wpcf7-list-item-label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e0e0e0;
    transition: border-color 0.3s, background-color 0.3s;
}

.wpcf7-form-control-wrap input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.75031C0 6.55183 0.857463 4.4434 2.38376 2.88884C3.91005 1.33428 5.98015 0.460938 8.13865 0.460938C10.2972 0.460938 12.3673 1.33428 13.8935 2.88884C15.4198 4.4434 16.2773 6.55183 16.2773 8.75031C16.2773 10.9488 15.4198 13.0572 13.8935 14.6118C12.3673 16.1663 10.2972 17.0397 8.13865 17.0397C5.98015 17.0397 3.91005 16.1663 2.38376 14.6118C0.857463 13.0572 0 10.9488 0 8.75031H0ZM7.67421 12.2982L12.3599 6.33202L11.5135 5.64235L7.51794 10.7276L4.68786 8.32589L3.99337 9.17472L7.67421 12.2993V12.2982Z' fill='black' /%3E%3C/svg%3E");
  background-size: cover;
}



.wpcf7-form-control-wrap input[type="radio"] {
    display: none;
}

@media (max-width : 868px) {
  .navbar-footer{
    display: flex;
    align-items: flex-start;
  }
  footer .navbar-footer ul{
    width: 50%
  }
}
@media (max-width : 568px) {
  .navbar-footer{
    display: block;
  }
  footer .navbar-footer ul{
    width: 100%
  }
}
