@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Dancing+Script:wght@400..700&display=swap");

/* blue #2e3f82 */
/* gold #c9b96d */

@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Dancing+Script:wght@400..700&display=swap");

.signature {
  font-family: "Dancing Script", cursive;
  font-style: normal;
  font-size: 65px;
  margin-left: -3px;
  font-style: italic;
}

.mobileContact {
  display: none;
}

.nav-item.mobileOnly {
  display: none;
}

.offCanvas {
  display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: unset;
}

h2 {
  font-size: 30px;
}

p,
a,
li,
ul,
button {
  font-family: arial;
  line-height: 1.2;
}

hr {
  opacity: 1;
}

img {
  width: 100%;
}

.col-lg-10.mobileMenu {
  display: flex;
}

.phoneBtn {
  background-color: #fff;
  color: #8f9779 !important;
  border-radius: 10px;
  padding: 8px 23px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.greenBtn {
  background-color: #8f9779;
  color: #fff;
  border-radius: 10px;
  padding: 8px 23px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

header {
  background-color: #8f9779;
}

#openMenu {
  display: none;
}

header .container-fluid {
  padding-left: 0px;
  padding-right: 50px;
}

header .logoBox {
  width: 85%;
  max-width: 100%;
  display: block;
  padding-top: 0 !important;
}

.col-lg-2.col-md-12.logoColumn {
  width: 13.5% !important;
}

.navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

header .logoBox img {
  padding: 0px;
  margin-bottom: -100px;
  background: #fff;
  position: relative;
  z-index: 10;
  left: 100px;
}

header .mainNav ul {
  gap: 10px;
  margin-left: 15px;
  align-items: center;
}

header .mainNav li a {
  color: #fff;
  font-size: 18px;
}

header .socials {
  gap: 10px;
  flex-wrap: wrap;
}

header .socials a {
  color: #2e3f82;
  font-size: 18px;
  text-decoration: none;
}

header .socials .phone {
  font-weight: 700;
  font-size: 20px;
}

header .socials a i {
  color: #000;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
}

header .socials .email {
  width: 100%;
  text-align: right;
}

header .headIcons {
  display: flex;
  width: 35%;
  justify-content: space-around;
}

header .headIcons .block {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 50%;
  justify-content: center;
}

header .headIcons .block i {
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  line-height: 35px;
}

header .headIcons .block h4 {
  color: #ffffff99;
  font-size: 20px;
}

header .headIcons .block h5 {
  color: #ffffff99;
  font-size: 15px;
}

.homeSlider {
  background: url(/img/homebanner.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}

.homeSlider img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.homeSlider .sliderContent {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.homeSlider h4 {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.homeSlider h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 400;
}

.homeSlider p {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.homeSlider .greenBtn {
  font-size: 22px;
  padding: 12px 50px;
  width: fit-content;
  margin: 0 auto;
}

.ourPeople {
  margin: 75px auto 20px;
}

.ourPeople h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.ourPeople p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 18px;
}

.ourPeople .blockRow {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 90%;
  margin: 20px auto;
  color: white;
}

.ourPeople .blockRow .block {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(25% - 20px / 3);
  padding: 0 20px 0 20px;
  height: 300px;
  justify-content: flex-end;
  padding-bottom: 15px;
  position: relative;
}

.ourPeople .blockRow .block::after {
  background-color: rgba(46, 63, 130, 0.5);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  transition: all 0.5s ease-in-out;
  display: none !important;
}

.ourPeople .blockRow .block:hover::after {
  background-color: rgba(46, 63, 130, 0.7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.ourPeople .blockRow .block:nth-child(2)::after {
  background-color: rgba(143, 151, 121, 0.7);
}

.ourPeople .blockRow .block:nth-child(2):hover::after {
  background-color: rgba(143, 151, 121, 0.9);
}

.ourPeople .blockRow .block:nth-child(3)::after {
  background-color: rgba(173, 216, 230, 0.5);
}

.ourPeople .blockRow .block:nth-child(3):hover::after {
  background-color: rgba(173, 216, 230, 0.7);
}

.ourPeople .blockRow .block .blockCon {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ourPeople .blockRow .block .watermark {
  opacity: 0.5;
  z-index: 5;
  width: 200px;
  margin-bottom: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.ourPeople .blockRow .block h3 {
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
}

.ourPeople .blockRow .block hr {
  width: 30%;
  color: #ffffff;
  align-self: center;
  border: 2px solid #ffffff;
  margin-bottom: 0;
}

.ourPeople .blockRow .block p {
  font-size: 18px;
  font-weight: 500px;
  text-align: right;
}

.rentOffice {
  margin: 50px auto;
}

.rentOffice h2 {
  text-align: center;
  margin-bottom: 20px;
  color: black;
}

.rentOffice .container {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.rentOffice .blockRow {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 95%;
  margin: 20px auto;
  color: white;
}

.rentOffice .blockRow .block {
  display: flex;
  flex-direction: column;
  text-align: right;
  width: calc(calc(100% / 3) - 10px);
  padding: 0 10px;
  height: 300px;
  justify-content: flex-end;
  position: relative;
}

.rentOffice .blockRow .block::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.rentOffice .blockRow .block:hover::after {
  background-color: rgba(143, 151, 121, 0.7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.rentOffice .blockRow .block h3 {
  font-weight: 700;
  font-size: 25px;
  z-index: 3;
  position: relative;
}

.rentOffice .blockRow .block hr {
  width: 30%;
  color: #ffffff;
  align-self: flex-end;
  border: 2px solid #ffffff;
  z-index: 3;
  position: relative;
}

.rentOffice .blockRow .block p {
  font-size: 16px;
  font-weight: 500px;
  z-index: 3;
  position: relative;
}

.rentOffice .blockRow .block p a {
  color: #ffffff;
}

.rentOffice .blockRow .block ul {
  list-style: none;
  padding: 0;
}

.rentOffice .blockRow .block ul li {
  font-size: 16px;
  font-weight: 500px;
  z-index: 3;
  position: relative;
}

.about {
  width: 85%;
  margin: 40px auto;
}

.about .aboutRow {
  display: flex;
  flex-direction: row;
  gap: 120px;
  width: 100%;
  margin: 20px auto;
}

.about .aboutRow h2 {
  margin-bottom: 20px;
}

.about .aboutRow p {
  width: 75%;
}

.about .aboutRow .aboutImgs {
  width: calc(40% - 60px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 50px;
  position: relative;
}

.about .aboutRow .aboutImgs .aboutImg {
  width: 100%;
}

.about .aboutRow .aboutImgs .polaroid {
  border: #8f9779 solid 10px;
  background: #fff;
  padding: 5px;
  right: -25px;
  bottom: 0;
  position: absolute;
  z-index: 5;
  width: 17% !important;
}

.about .aboutRow .aboutImgs .aboutLogo {
  width: 45%;
  z-index: 10;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.about .aboutRow .aboutCon {
  width: calc(60% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about .aboutRow .aboutCon .aboutText p {
  font-size: 20px;
}

.about .aboutRow .aboutCon .aboutBtns {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 20px;
}

.about .aboutRow .aboutCon .aboutBtns .btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.about .aboutRow .aboutCon .aboutBtns img {
  width: 100px;
  height: 100px;
}

.about .aboutRow .aboutCon .aboutBtns .greenBtn {
  font-size: 22px;
  padding: 5px 50px;
  height: fit-content;
}

.proofimg {
  width: 20%;
  margin-top: 30px;
}

/* EVENTS */

.events {
  margin: 40px 0;
  background-color: #f0efec;
  padding: 30px 0;
}

.eventsRow {
  display: flex;
  gap: 50px;
  width: 75%;
  margin: 30px auto 0;
  padding-bottom: 30px;
}

.eventsImg {
  width: calc(45% - 25px);
  position: relative;
  z-index: 1;
  display: flex;
}

.eventsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eventsContent {
  width: calc(55% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #000;
}

.eventsList {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.eventsList h3 {
  color: #000;
  font-weight: 600;
  font-size: 24px;
}

.eventsList h5 {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.eventsList p {
  margin-bottom: 0;
}

.eventsList .eventsItem {
  padding: 20px;
  background: rgba(143, 151, 121, 1);
  z-index: 1;
  position: relative;
}

.eventsList .eventsItem::after {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.eventsList .eventsItem:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.eventsList .eventsItem .itemCon {
  z-index: 3;
  position: relative;
  gap: 10px;
}

.eventsList .eventsItem .itemCon p {
  margin: 10px 0;
}

.history {
  display: flex;
  align-items: center;
  justify-content: center;
}

.parralax {
  background-image: url("/img/history.jpg");
  height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.parralax::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.4) 30%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.4) 70%,
    rgba(0, 0, 0, 0) 90%
  );
  z-index: 2;
}

.historyContent {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #fff;
  z-index: 3;
}

.directory {
  width: 100%;
  margin: 40px auto;
  background-color: #f0efec;
  padding: 20px 0;
}

.directory h2 {
  text-align: center;
  margin: 10px auto;
  font-size: 30px;
}

.directory .directoryRow {
  width: 60%;
  margin: 20px auto;
  display: flex;
  background: #fff;
  border: #8f9779 solid 3px;
}

.directory .directoryRow .directoryImg {
  width: 25%;
}

.directory .directoryRow .directoryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.directory .directoryRow .directoryContent {
  width: 75%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: none;
  position: relative;
  gap: 10px;
  padding-left: 20px;
}

.directory .directoryRow .directoryContent .greenBtn {
  font-size: 14px;
  padding: auto;
}

.directory .directoryRow .directoryContent h3 {
  font-size: 20px;
}

.directory .directoryRow .directoryContent h5 {
  font-size: 17px;
}

.directory .directoryRow .directoryContent p {
  margin-bottom: 5px;
  font-size: 15px;
}

.directory .directoryRow .directoryContent ul {
  font-size: 15px;
  margin-bottom: 3px;
}

.directory .directoryRow .directoryContent .directoryTitle {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}

.directory .directoryRow .directoryContent .directoryLinks {
  display: flex;
  /* justify-content: flex-end; */
  align-items: flex-end;
  gap: 10px;
  /* margin-top: -60px; */
}

.directory .directoryRow .directoryContent .directoryLinks .directBtns {
  margin-right: 30px;
}

.directory .directoryRow .directoryContent .directoryLinks .directoryLogo {
  width: 90px;
  height: 90px;
}

.contact {
}

.contact .contactRow {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.contact .contactRow .contactInfo {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
  background-color: rgba(143, 151, 121, 0.3);
  position: relative;
}

.contact .contactRow .contactInfo::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 300px;
  height: 300px;
  background: url("/img/logo-og.png") no-repeat center center/cover;
  z-index: 1;
  opacity: 0.3;
}

.contact .contactRow .contactInfo .greenBtn {
  width: 50%;
}

.contact .contactRow .contactForm {
  width: 50%;
  display: flex;
  background: url("/img/formBG.jpg") no-repeat center center/cover;
  padding: 100px;
  position: relative;
  overflow: hidden;

  gap: 10px;
}

.contact .contactRow .contactForm .greenBtn {
  border: none;
  background: #fff;
  color: #8f9779;
}

.contact .contactRow .contactForm .formHolder {
  background: rgba(143, 151, 121, 0.8);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.contact .contactRow .contactForm::after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 5%;
  transform: rotate(-5deg);
  height: 110%;
  background: #dddfd7;
  z-index: 2;
}

.contact .contactRow input,
.contact .contactRow select,
.contact .contactRow input[type="time"],
.contact .contactRow input[type="date"] {
  border: none;
  width: calc(50% - 5px);
  padding: 10px;
  border-radius: 0.375rem;
}

.contact .contactRow textarea {
  width: 100%;
  padding: 10px;
  border: none;
  min-height: 150px;
}

.navbar.navbar-expand-md {
  padding-top: 0 !important;
}

footer {
}

footer .footerImg {
  position: relative;
  z-index: 0;
}

.footerRow {
  width: 100%;
  margin: -300px auto 0;
  display: flex;
  padding: 50px 0 0 0;
  gap: 20px;
  position: relative;
  z-index: 3;
  background: linear-gradient(
    180deg,
    rgba(143, 151, 121, 0) 0%,
    rgba(143, 151, 121, 0.6) 30%,
    rgba(143, 151, 121, 0.8) 60%,
    rgba(143, 151, 121, 1) 90%
  );
}

.footerRow .socials {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.footerRow .socials i {
  color: #fff;
  background-color: unset;
  border-radius: 100%;
  border: 1.5px solid #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.footerRow .logoCol {
  width: calc(100% / 3);
  text-align: center;
}

.footerRow .logoCol img {
  width: 35%;
  margin-bottom: 20px;
}

.footerRow .footerCol {
  width: calc(calc(100% / 3) - calc(20px / 3));
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footerRow .footerCol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerRow .footerCol a,
.footerRow .footerCol p {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.footerRow .footerCol .footerHeader {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

footer .copyRight {
  background-color: #8f9779;
  color: #f5f5f5;
  text-align: center;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  position: relative;
  z-index: 3;
}

footer .copyRight p {
  margin: 0;
  text-align: center;
  font-size: 15px;
}

footer .copyRight a {
  text-decoration: none;
  font-weight: 600;
  color: #f5f5f5;
}

footer a {
  text-decoration: none;
}

.contactBtns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* LAPTOP RESPO START */

@media screen and (max-width: 1800px) {
  header .logoBox img {
    margin-bottom: -60px;
  }

  header.container-fluid {
    padding-right: 30px;
  }

  header .mainNav li a {
    font-size: 16px;
    padding: 0 5px !important;
  }

  header .mainNav li a.phoneBtn {
    padding: 8px 15px !important;
    margin-left: 15px !important;
  }

  header .headIcons {
    width: 30%;
    justify-content: center !important;
  }

  header .headIcons .block h4 {
    font-size: 18px;
  }

  header .headIcons .block h5 {
    font-size: 16px;
  }

  header .headIcons .block i {
    font-size: 20px;
  }

  header .logoBox img {
    left: 50px;
  }

  header .headIcons .block {
    width: 50%;
  }

  .homeSlider {
    height: 450px;
  }

  .homeSlider h1 {
    font-size: 60px;
  }

  .homeSlider p {
    font-size: 16px;
  }

  h2 {
    font-size: 32px !important;
  }

  .ourPeople .blockRow .block p {
    font-size: 15px;
  }

  .eventsRow .eventsContent p {
    font-size: 15px;
  }

  .eventsList h3 {
    font-size: 20px;
  }

  .eventsList .eventsItem .itemCon p {
    font-size: 15px;
  }

  .greenBtn {
    font-size: 16px !important;
    padding: 8px 15px !important;
  }

  .rentOffice .blockRow .block p {
    font-size: 15px;
  }

  .rentOffice .blockRow .block h3 {
    font-size: 20px;
  }

  .rentOffice .blockRow .block ul {
    margin-bottom: 10px;
  }

  .about .aboutRow .aboutCon .aboutText p {
    font-size: 16px;
  }

  .about .aboutRow .aboutImgs .polaroid {
    width: 25% !important;
    border-width: 5px;
    right: -50px;
  }

  .about .aboutRow .aboutImgs .aboutImg {
    width: 90%;
  }

  .contact .contactRow .contactInfo p {
    font-size: 15px;
  }

  .footerRow .footerCol {
    gap: 10px;
  }

  .footerRow .footerCol .footerHeader {
    font-size: 18px;
  }

  .footerRow .footerCol a {
    font-size: 15px;
  }
}

/* LAPTOP RESPO END */

/* MOBILE RESPO START */

@media screen and (max-width: 1024px) {
  header .headIcons {
    display: none;
  }

  header .logoBox {
    width: 100% !important;
  }

  .navbar.navbar-expand-md {
    padding-bottom: 0 !important;
  }

  header .logoBox {
    padding-bottom: 0;
  }

  .col-lg-10.mobileMenu {
    justify-content: flex-end;
  }

  .col-lg-2.col-md-12.logoColumn {
    width: 50% !important;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

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

  header.sticky .container-fluid {
    gap: 0;
  }

  header.sticky .logoBox img {
    margin-bottom: 0;
    width: 80%;
  }

  .hideSmall {
    display: none;
  }

  header.sticky .socials .email {
    display: none;
  }

  .mobileContact {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 5px;
    color: #8f9779;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
  }

  header .logoBox img {
    margin-bottom: 0;
    background: transparent;
  }

  #openMenu {
    display: block;
  }

  .navbar-toggler-icon {
    color: #fff !important;
  }

  .offCanvas {
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    margin-top: -100%;
    margin-right: -100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(143, 151, 121, 0.8);
    z-index: 999;
    transition: all 0.5s ease-in-out;
  }

  .offCanvas li {
    list-style: none;
    font-weight: 600;
    padding-right: 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }

  .offCanvas.show {
    opacity: 1;
    margin-top: 0;
    margin-right: 0;
  }

  .offCanvas img {
    width: 50%;
  }

  .menuClose {
    background-color: #fff;
    display: flex;
    justify-content: end;
    padding: 5px;
  }

  .menuLogo {
    display: flex;
    justify-content: center;
  }

  #closeMenu {
    background: none;
    border: none;
    color: #8f9779;
    font-size: 30px;
    outline: none;
  }

  .homeSlider h4 {
    font-size: 16px;
  }

  .homeSlider h1 {
    font-size: 30px;
  }

  .homeSlider p {
    font-size: 15px;
  }

  .homeSlider .sliderContent {
    width: 90%;
  }

  .homeSlider {
    height: 300px;
  }

  h2 {
    font-size: 20px !important;
  }

  .ourPeople {
    padding: 0 10px;
  }

  .ourPeople p {
    font-size: 15px;
  }

  .ourPeople .blockRow {
    flex-direction: column;
    width: 95%;
    margin: 0 10px;
  }

  .ourPeople .blockRow .block:nth-of-type(3) {
    background-position: left center !important;
  }

  .ourPeople .blockRow .block p {
    font-size: 15px;
  }

  .directory .directoryRow {
    flex-direction: column;
    width: 90%;
  }

  .directory .directoryRow .directoryContent {
    width: 100%;
  }

  .directory .directoryRow .directoryContent h3 {
    font-size: 20px;
    align-items: center;
    text-align: center;
  }

  .greenBtn {
    font-size: 18px !important;
    padding: 6px 10px !important;
  }

  .directory .directoryRow .directoryImg {
    width: 100%;
  }

  .directory .directoryRow .directoryContent .directoryLinks {
    justify-content: space-between;
  }

  .directory .directoryRow .directoryContent .directoryLinks .directoryLogo {
    width: 100px;
  }

  .directory .directoryRow .directoryContent .directoryLinks .directBtns {
    display: flex;
    margin-top: 3px;
    margin-bottom: -3px;
    gap: 5px;
  }

  .directory
    .directoryRow
    .directoryContent
    .directoryLinks
    .directBtns
    .greenBtn {
    font-size: 15px !important;
    padding: 6px 10px !important;
  }

  .eventsRow {
    flex-direction: column;
    width: 80%;
  }

  .eventsContent {
    width: 100%;
  }

  .eventsRow .eventsContent p {
    font-size: 15px;
  }

  .eventsList h3 {
    font-size: 15px;
  }

  .eventsList h5 {
    font-size: 15px;
  }

  .eventsList .eventsItem .itemCon p {
    font-size: 15px;
  }

  .eventsImg {
    width: 100%;
  }

  .historyContent {
    width: 85%;
  }

  .rentOffice .blockRow {
    flex-direction: column;
    width: 90%;
  }

  .about .aboutRow {
    flex-direction: column;
  }

  .about .aboutRow .aboutCon {
    width: 100%;
  }

  .about .aboutRow .aboutImgs {
    width: 100%;
    padding: 0px 10px 40px;
  }

  .about .aboutRow p {
    width: 100%;
  }

  .contact .contactRow {
    flex-direction: column;
  }

  .contact .contactRow .contactInfo {
    width: 100%;
  }

  .contact .contactRow .contactForm {
    width: 100%;
  }

  .parralax {
    background-attachment: scroll !important;
  }

  .contact .contactRow .contactInfo::before {
    display: none;
  }

  .contactBtns {
  }

  .contact .contactRow .contactInfo .contactBtns .greenBtn {
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 6px 10px !important;
  }

  .contact .contactRow .contactForm {
    padding: 10px;
  }

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

  /* FOOTER */

  footer .footerRow {
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -50px;
    background: linear-gradient(
      180deg,
      rgba(143, 151, 121, 0) 0%,
      rgba(143, 151, 121, 1) 5%
    );
  }

  .footerRow .logoCol {
    width: 100%;
  }

  .footerRow .footerCol {
    padding-top: 5px;
  }

  .footerRow .footerCol {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .footerRow .footerCol:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .footerRow .footerCol:last-child ul li {
    width: calc(50% - 15px);
    margin: 0;
  }

  .footerRow .footerCol:last-child ul li:nth-child(odd) {
    text-align: right;
  }

  .footerRow .footerCol:last-child ul li:nth-child(even) {
    text-align: left;
  }

  .footerRow .logoCol img {
    width: 40%;
  }

  .footerRow .footerCol a {
    font-size: 16px;
  }

  .footerRow .logoCol img {
    margin-bottom: 0px;
  }
}

.hero {
  background-position: center center;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

.hero h1,
.hero h2 {
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  .hero h1,
  .hero h2 {
    font-size: 2rem;
  }
}

.hero.dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.policy .hero {
  background-image: url("/img/policybanner.jpg");
  height: 400px;
}

.policy .underSlide {
  padding: 50px 0;
}

.policy .underSlide .title {
  margin-bottom: 0;
  font-weight: 700;
}

/* MOBILE RESPO END */

#people .title {
  padding-bottom: 80px;
}

#people .title .container {
  max-width: 1200px;
}

@media screen and (max-width: 1024px) {
  #people .title {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

#people .peopleBlocksCon {
  background: url("/img/people-bg.jpg") no-repeat center center/cover;
}

#people .peopleBlocksCon .peopleBlocks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#people .peopleBlocksCon .peopleBlocks .peopleBlock {
  width: calc(33.3333333333% - 20px);
  margin: -75px 0 75px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(33, 37, 41, 0.4);
  overflow: hidden;
  transform: translateY(0px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  #people .peopleBlocksCon .peopleBlocks .peopleBlock {
    width: 100%;
    margin: 0 0 25px;
  }

  .rentOffice {
    padding: 0 10px;
  }

  .rentOffice .blockRow .block {
    width: 100%;
  }

  .rentOffice .container {
    width: 90%;
  }

  .ourPeople .blockRow .block {
    width: 100%;
  }

  .about .aboutRow .aboutImgs .polaroid {
    width: 25% !important;
  }
}

#people .peopleBlocksCon .peopleBlocks .peopleBlock img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

#people .peopleBlocksCon .peopleBlocks .peopleBlock .content {
  padding: 20px;
}

#people .peopleBlocksCon .peopleBlocks .peopleBlock h3 {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
}

#people .peopleBlocksCon .peopleBlocks .peopleBlock p {
  color: #000000;
  font-size: 16px;
}

#people .peopleBlocksCon .peopleBlocks .peopleBlock:hover {
  transform: translateY(-10px);
}

.directoryPage .hero {
  background-image: url("/img/directory/hero.jpg");
}

.directoryPage .mainContent {
  padding: 50px 0;
  text-align: center;
  background: #f5f5f5;
}

.directoryPage .mainContent p {
  font-size: 18px;
  width: 60%;
  margin: 10px auto 0;
}

.directoryPage .peopleBlocks {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 50px 0;
}

@media screen and (max-width: 1800px) {
  .directoryPage .peopleBlocks {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .directoryPage .peopleBlocks {
    padding: 20px 10px;
  }
}

.directoryPage .peopleBlocks .peopleBlock {
  width: calc(25% - 30px);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(33, 37, 41, 0.4);
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}

.directoryPage .peopleBlocks .peopleBlock:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 1400px) {
  .directoryPage .peopleBlocks .peopleBlock {
    width: calc(50% -30px);
  }
}

@media screen and (max-width: 1024px) {
  .directoryPage .peopleBlocks .peopleBlock {
    width: 100%;
  }
}

.directoryPage .peopleBlocks .peopleBlock {
  color: #000000;
}

.directoryPage .peopleBlocks .peopleBlock .content {
  padding: 20px;
}

.directoryPage .peopleBlocks .peopleBlock .content p {
  font-size: 16px;
}

.directoryPage .peopleBlocks .peopleBlock .content ul {
  font-size: 15px;
  list-style-position: outside;
  padding-left: 20px;
}

.directoryPage .peopleBlocks .peopleBlock .content p.first {
  font-weight: 600;
}

@media screen and (max-width: 1800px) {
  .directoryPage .peopleBlocks .peopleBlock .content {
    padding: 20px 10px;
  }
}

.directoryPage .peopleBlocks .peopleBlock img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*  */

.meet {
  width: 85%;
  margin: 60px auto;
}

.meet .meetRow {
  display: flex;
  flex-direction: row;
  gap: 120px;
  width: 100%;
  margin: 20px auto;
}

.meet .meetRow h2 {
  margin-bottom: 20px;
}

.meet .meetRow p {
  width: 100%;
}

.meet .meetRow .meetImgs {
  width: calc(40% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0 20px 50px;
  position: relative;
}

.meet .meetRow .meetImgs .meetImg {
  width: 100%;
}

.meet .meetRow .meetImgs .polaroid {
  border: #8f9779 solid 10px;
  background: #fff;
  padding: 5px;
  right: -25px;
  bottom: 0;
  position: absolute;
  z-index: 5;
  width: 17% !important;
}

.meet .meetRow .meetImgs .meetLogo {
  width: 45%;
  z-index: 10;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.meet .meetRow .meetCon {
  width: calc(60% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.meet .meetRow .meetCon .meetText p {
  font-size: 20px;
}

.meet .meetRow .meetCon .meetBtns {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 20px;
}

.meet .meetRow .meetCon .meetBtns .btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.meet .meetRow .meetCon .meetBtns img {
  width: 100px;
  height: 100px;
}

.meet .meetRow .meetCon .meetBtns .greenBtn {
  font-size: 22px;
  padding: 5px 50px;
  height: fit-content;
}

@media screen and (max-width: 1024px) {
  .meet .meetRow {
    flex-direction: column !important;
    gap: 20px;
  }
  .meet .meetRow .meetCon {
    width: 100%;
  }
  .meet .meetRow .meetImgs {
    width: 100%;
    padding: none;
  }
  .about .aboutRow {
    gap: 20px;
  }

  .about .aboutRow .aboutCon .aboutBtns .greenBtn {
    font-size: 16px !important;
  }
}
