/* 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;
}

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

.offCanvas {
  display: none;
}

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

hr {
  opacity: 1;
}

img {
  width: 100%;
}

.blueButton {
  background-color: #2e3f82;
  color: #fff;
  border-radius: 10px;
  padding: 8px 23px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

header {
  border-top: 20px solid #c9b96d;
}

#openMenu {
  display: none;
}

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

header .logoBox {
  width: 85%;
  max-width: 100%;
  display: block;
}

header .logoBox img {
  padding: 30px;
  border-bottom: 10px solid #2e3f82;
  margin-bottom: -100px;
  background: #fff;
  position: relative;
  z-index: 10;
}

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

header .mainNav li a {
  color: #000;
  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;
}

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

.homeSlider .sliderContent {
  width: 90%;
}

.homeSlider .sliderCol {
  width: 40%;
}

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

.homeSlider hr {
  width: 160px;
  border: 1px solid #c9b96d;
  margin: 10px 0;
}

.homeSlider h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.homeSlider p {
  font-size: 18px;
  color: #fff;
}

.homeSlider .blueButton {
  font-size: 20px;
  padding: 12px 30px;
}

.whyChoose {
  background: url(/img/why-choose-bg.png) no-repeat center right/400px;
  padding: 75px;
}

.whyChoose .chooseRow {
  display: flex;
  gap: 100px;
}

.whyChoose .bulletPoints {
  display: flex;
  margin-top: 20px;
  gap: 50px;
}

.whyChoose .bulletPoints li {
  font-size: 20px;
}

.whyChoose .imgCol {
  width: calc(35% - 50px);
  position: relative;
}

.whyChoose .imgCol h4 {
  width: 100%;
  max-width: 30px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin-left: 20px;
  font-size: 28px;
  font-weight: 400;
  position: absolute;
}

.whyChoose .imgCol .mainImg {
  width: 90%;
  float: right;
  position: relative;
  z-index: 1;
  border-left: #c9b96d 3px solid;
  border-bottom: #c9b96d 3px solid;
}

.whyChoose .imgCol .secondImg {
  width: 55%;
  position: absolute;
  left: -25px;
  bottom: -60px;
  z-index: 2;
}

.whyChoose .contentCol {
  width: calc(50% - 50px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.whyChoose .contentCol h2 {
  margin-bottom: 0;
}

.whyChoose .contentCol p {
  margin-bottom: 0;
}

.whyChoose .contentCol img.signature {
  max-width: unset;
}

.whyChoose .contentCol .contentRow {
  display: flex;
  gap: 50px;
}

.whyChoose .contentCol .contentRow .contentImg {
  width: calc(45% - 25px);
}

.whyChoose .contentCol .contentRow .contentImg img {
  /* height: 175px; */
  object-fit: cover;
}

.whyChoose .contentCol .contentRow .contentImg img:nth-child(2) {
  object-fit: contain;
}

.whyChoose .contentCol .contentRow .contentButton {
  width: calc(60% - 25px);
}

.whyChoose .contentCol .contentRow .contentButton .blueButton {
  width: 100%;
  margin-top: 30px;
}

.whyChoose .contentCol .contentRow .contentButton img {
  max-width: 200px;
}

.issues {
  padding: 25px 75px 35px;
  background-color: #f0eeeb;
  text-align: center;
}

.issues h2 {
  margin-bottom: 25px;
  font-weight: 400;
}

.issues .issuesRow {
  display: flex;
  gap: 32px;
}

.issues .issuesRow .issuesCol {
  width: calc(25% - 8px);
  gap: 20px;
  justify-content: center;
  background-color: #fff;
  box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
  justify-content: center;
  position: relative;
}

.issues .issuesRow .issuesCol .imgBG {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #f0eeeb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.issues .issuesRow .issuesCol .imgBG img {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}

.issues .issuesRow .issuesCol h3 {
  margin-top: 10px;
  font-size: 20px;
}

.issues .issuesRow .issuesCol .extraContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 25px;
  background: #2e3f82;
  color: #fff;
  z-index: 1;
}

.issues .issuesRow .issuesCol:hover .extraContent {
  opacity: 1;
}

.services .blueBox {
  background-color: #2e3f82;
  color: #fff;
  text-align: center;
  padding: 30px 0px 120px;
}

.services .blueBox .blueContent {
  width: 55%;
  margin: 0 auto;
}

.services .servicesBlocks {
  display: flex;
  gap: 20px;
  padding: 0 20px;
  margin-top: -115px;
}

.services .servicesBlocks .serviceBlock {
  width: calc(25% - 10px);
  position: relative;
}

.services .servicesBlocks .serviceBlock::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.services .servicesBlocks .serviceBlock:hover::after {
  background-color: rgba(201, 185, 109, 0.8);
}

.services .servicesBlocks .serviceBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.services .servicesBlocks .serviceBlock .blockCon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px;
}

.services .servicesBlocks .serviceBlock h3 {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
}

.services .servicesBlocks .serviceBlock hr {
  width: 125px;
  border: 2px solid #c9b96d;
  margin: 10px 0 0;
}

.bereavementRow {
  display: flex;
  gap: 60px;
  width: 80%;
  margin: 30px auto;
}

.bereavementImg {
  width: calc(45% - 30px);
}

.bereavementContent {
  width: calc(55% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.bereavementContent.qualifications .innerContent {
  display: flex;
  gap: 10px;
}

.bereavementContent.qualifications .innerContent .left,
.bereavementContent.qualifications .innerContent .right {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bereavementContent.qualifications .innerContent .left p,
.bereavementContent.qualifications .innerContent .right p {
  margin-bottom: 0;
  font-weight: 600;
}

.bereavementContent.qualifications .innerContent .left ul,
.bereavementContent.qualifications .innerContent .right ul {
  padding-left: 20px;
  list-style-position: outside;
}

.bereavementContent a {
  width: 35%;
}

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

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

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

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

.expertiseList h3 {
  color: #2e3f82;
  font-weight: 600;
  font-size: 24px;
}

.expertiseList p {
  margin-bottom: 0;
}

.expertiseList .expertiseItem {
  padding: 10px;
  background: no-repeat center center/cover;
  z-index: 1;
  position: relative;
}

.expertiseList .expertiseItem::after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}

.expertiseList .expertiseItem .itemCon {
  z-index: 3;
  position: relative;
}

.mapSection {
  padding: 50px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .mapSection {
    padding: 25px;
  }
}

.mapSection .mapBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.mapSection .mapBg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 4;
}

.mapSection * {
  position: relative;
  z-index: 2;
}

.mapSection .textCol {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.mapSection .textCol .inner {
  width: 100%;
  padding: 20px 45px 0;
  background: rgba(46, 63, 130, 0.8);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
  .mapSection .textCol .inner {
    width: 100%;
  }
}

.mapSection .textCol .inner h2 {
  color: #fff;
  font-size: 24px;
}

.mapSection .textCol .inner p {
  color: #fff;
}

.mapSection .textCol .inner p a {
  text-decoration: none;
  color: #fff;
}

.mapSection .textCol .inner a i {
  color: rgba(46, 63, 130, 1);
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

.mapSection .mapCol {
  overflow: hidden;
  width: 100%;
  padding: 50px 0 50px 100px;
}

@media screen and (max-width: 992px) {
  .mapSection .mapCol {
    padding-left: 0;
  }
}

.mapSection .mapCol > div {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

.mapExp {
  display: flex;
}

.mapSection .mapformRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mapSection .mapformRow input,
.mapSection .mapformRow select,
.mapSection .mapformRow input[type="time"],
.mapSection .mapformRow input[type="date"] {
  border: 1px solid #2e3f82;
  width: calc(50% - 5px);
  padding: 10px;
  border-radius: 0.375rem;
}

.mapSection .mapformRow textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #2e3f82;
  min-height: 150px;
}

.mapSection .mapformRow input:focus,
.mapSection .mapformRow select:focus,
.mapSection .mapformRow input[type="time"]:focus,
.mapSection .mapformRow input[type="date"]:focus,
.mapSection .mapformRow textarea:focus {
  border: 1px solid #2e3f82;
  outline: none;
  box-shadow: none;
}

.formBtn {
  padding: 10px 20px;
  background-color: #fff;
  color: #2e3f82;
  border-radius: 10%;
  margin: 10px 0;
}

.blogPost {
  position: relative;
  width: calc(calc(100% / 3) - 15px);
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .blogPost {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
}

.blogPost .blogDate {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  background: transparent;
  border: 1px solid white;
  padding: 5px;
}

.blogPost .blogDate span {
  color: white;
}

.blogPost .blogDate span:first-of-type {
  font-size: 14px;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}

.blogPost .blogDate span:last-of-type {
  font-size: 16px;
  font-weight: 600;
  font-family: "Arial", Helvetica, sans-serif;
}

.blogPost .blogImg img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogPost .blogText {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  align-items: center;
}

.blogPost .blogText p {
  color: #000000;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .blogPost .blogText p {
    padding: 10px 20px;
    width: 100%;
  }
}

.blogPost .blogText {
  background: #fff;
  display: flex;
  flex-direction: column;
  border-top: 3px solid #2e3f82;
}

.blogPost {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  overflow: hidden;
}

.blogPost .blogText p {
  background: unset;
  min-height: unset;
  box-shadow: unset;
  margin-bottom: 0;
}

.blogRow {
  display: flex;
  gap: 45px;
  width: 80%;
  margin: 0 auto;
}

.recentNews h2 {
  text-align: center;
  margin: 20px 0;
  font-weight: 400;
}

.recentNews {
  padding: 25px 0;
  background-color: #f0eeeb;
}

.blogRow .blog {
  width: calc(calc(100% / 3) - 15px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blogRow .blog .blogContent {
  text-align: left;
  gap: 0px;
}

.blogRow .blog h5 {
  margin: 10px 0 0;
  color: #2e3f82;
  font-weight: 400;
}

.blogRow .blog p {
  margin: 0;
}

.feedback {
  display: flex;
  background-color: #2e3f82;
  padding: 20px 100px;
  color: #fff;
  justify-content: center;
}

.feedback .feedbackContainer {
  width: 80%;
  display: flex;
  gap: 20px;
}

.feedback .speechmarks {
  width: calc(20% - 10px);
  display: flex;
  align-items: center;
}

.feedback .speechmarks img {
  width: 65%;
}

.feedback .reviews {
  width: calc(80% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

.feedback .reviews .splide__pagination {
  display: none;
}

footer {
  background-color: #fff;
  color: #000;
}

.footerRow {
  width: 95%;
  margin: 0 auto;
  display: flex;
  padding: 50px 0;
  gap: 20px;
}

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

.footerRow .socials i {
  color: black;
  background-color: unset;
  border-radius: 100%;
  border: 1.5px solid #000;
  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;
}

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

.footerCol ul li {
  margin: 10px 0;
}

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

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

footer .copyRight {
  background-color: #c9b96d;
  color: #f5f5f5;
  text-align: center;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

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

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

.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");
}

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

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

.policy .underSlide .thankyou {
  background: #2e3f82;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 1800px) {
  .homeSlider .sliderCol {
    width: 60%;
    padding-bottom: 50px;
  }

  h2 {
    font-size: 26px;
  }

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

  header .mainNav li a {
    font-size: 16px;
  }

  header .logoBox {
    width: 100%;
  }

  header .col-lg-8 {
    width: 55%;
  }

  header .hideSmall {
    width: 25%;
  }

  header .logoBox img {
    margin-bottom: -130px;
  }

  .homeSlider {
    height: 500px;
    align-items: flex-end;
  }

  .whyChoose .imgCol h4 {
    margin-left: 5px;
    font-size: 20px;
  }

  .whyChoose .contentCol {
    width: calc(60% - 50px);
  }

  .whyChoose .imgCol .secondImg {
    left: -30px;
    bottom: -25px;
  }

  .whyChoose {
    padding: 50px 75px;
  }

  .issues {
    padding: 25px 25px 35px;
  }

  .issues .issuesRow .issuesCol .imgBG {
    width: 250px;
    height: 250px;
  }

  .issues .issuesRow .issuesCol .imgBG img {
    max-width: 125px;
    max-height: 125px;
  }

  .issues .issuesRow .issuesCol .extraContent p {
    font-size: 15px;
    margin: 0;
  }

  .expertiseImg {
    display: flex;
    align-items: center;
  }

  .expertiseList h3 {
    font-size: 18px;
  }

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

  .mapSection {
    padding: 15px 25px;
  }

  .mapSection .mapformRow input,
  .mapSection .mapformRow select {
    font-size: 14px;
  }

  .mapSection .mapformRow textarea {
    font-size: 14px;
    min-height: 90px;
  }

  .mapSection .mapCol {
    padding: 0 0 0 75px;
  }

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

@media screen and (max-width: 1024px) {
  header .logoBox img {
    margin-bottom: 0;
    width: 100%;
    padding: 0 30px 10px;
    border: none;
    background: transparent;
  }

  header .col-lg-8 {
    width: calc(50% - 5px);
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }

  header .hideSmall {
    width: 100%;
  }

  header .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    gap: 10px;
  }

  header .logoBox {
    text-align: center;
  }

  header .socials {
    justify-content: center !important;
  }

  header .socials .socialIcon {
    display: none;
  }

  header .socials .email {
    text-align: center;
  }

  header .logoColumn {
    width: calc(50% - 5px);
  }

  .homeSlider {
    height: auto;
  }

  .homeSlider .sliderContent {
    width: 100%;
    padding: 40px 20px;
  }

  .homeSlider .sliderCol {
    width: 100%;
    padding-bottom: 10px;
  }

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

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

  .blueButton {
    font-size: 15px;
    padding: 8px 8px;
  }

  .whyChoose {
    padding: 25px 20px;
    background: url(/img/why-choose-bg.png) no-repeat center center / 300px;
  }

  .whyChoose .chooseRow {
    flex-direction: column;
  }

  .whyChoose .imgCol,
  .whyChoose .contentCol {
    width: 100%;
  }

  .whyChoose .imgCol .secondImg {
    left: -10px;
    bottom: -65px;
  }

  .whyChoose .imgCol h4 {
    font-size: 18px;
  }

  .whyChoose .contentCol {
    gap: 0;
  }

  .signature {
    margin-top: 10px;
    font-size: 50px;
    text-align: center;
  }

  .whyChoose .contentCol .contentRow {
    /* align-items: center; */
    gap: 10px;
  }

  .whyChoose .contentCol .contentRow .contentImg {
    width: 60%;
  }

  .whyChoose .contentCol .contentRow .contentButton {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .issues {
    padding: 20px;
  }

  .issues .issuesRow {
    flex-direction: column;
    gap: 10px;
  }

  .issues .issuesRow .issuesCol {
    width: 100%;
    padding: 10px;
  }

  .issues .issuesRow .issuesCol .imgBG {
    width: 150px;
    height: 150px;
  }

  .issues .issuesRow .issuesCol .imgBG img {
    max-width: 100px;
    max-height: 100px;
  }

  .services .blueBox {
    padding: 10px 0px;
  }

  .services .servicesBlocks {
    flex-direction: column;
    margin-top: 10px;
  }

  .services .blueBox .blueContent {
    width: 75%;
  }

  .services .servicesBlocks .serviceBlock {
    width: 100%;
  }

  .bereavementRow {
    display: none;
  }

  .bereavementImg {
    width: 90%;
    margin: 0 auto;
  }

  .bereavementContent {
    width: 90%;
    margin: 0 auto;
    gap: 0;
  }

  .expertiseRow {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 20px 0 auto;
  }

  .expertiseContent {
    width: 100%;
    margin: 0 auto;
    gap: 0;
    padding: 20px;
  }

  .expertiseImg {
    display: none;
  }

  .mapBg .col-lg-5 .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .mapSection .mapCol {
    width: 100%;
    padding: 0;
    margin: 10px;
  }

  .mapSection .textCol .inner h2 {
    font-size: 20px;
  }

  .mapSection .textCol .inner p {
    font-size: 15px;
  }

  .mapSection .mapformRow input,
  .mapSection .mapformRow select {
    font-size: 12px;
  }

  .mapSection .textCol .inner {
    padding: 10px;
  }

  .mapSection .mapformRow textarea {
    font-size: 12px;
  }

  .recentNews h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .blogRow {
    flex-direction: column;
    gap: 10px;
    width: 95%;
    margin: 0 auto;
  }

  .blogRow .blog {
    width: 100%;
    margin: 0 auto;
  }

  .recentNews {
    padding: 0;
  }

  .feedback {
    padding: 0;
    margin-top: 20px;
  }

  .feedback .feedbackContainer {
    width: 100%;
    gap: 0;
  }

  .feedback .speechmarks {
    width: 100%;
    padding-left: 10px;
  }

  header .bull {
    display: none;
  }

  .footerRow {
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
    width: 100%;
  }

  .footerRow .logoCol {
    width: 100%;
  }

  .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;
  }

  header {
    background: rgba(46, 63, 130, 0.7);
    position: absolute;
  }

  .homeSlider .sliderContent {
    padding-top: 300px;
  }

  header .socials a {
    color: #fff;
  }

  .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");
  }

  .navbar-toggler {
    border: white;
  }

  header .mainNav li a {
    color: white;
  }

  header .mainNav li a:hover {
    color: #c9b96d;
  }

  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;
  }

  .navbar-collapse {
    position: absolute;
    top: 90px;
    right: 10px;
    background: #2e3f82;
    padding: 10px;
  }

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

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

  .homeSlider .blueButton {
    font-size: 16px;
    padding: 12px 30px;
  }

  #openMenu {
    display: block;
  }

  .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(46, 63, 130, 0.9);
    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;
  }

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

  .offCanvas img {
    width: 50%;
  }

  .mobileNav li a {
    color: white;
    font-size: 20px;
  }

  .mobileNav li a:hover {
    color: #c9b96d;
  }

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

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

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

  .whyChoose .bulletPoints {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}

.blueLamp {
  width: 75px;
  height: 75px;
}

.blueLampSection {
  background: url("/img/blue-lamp-bg.jpg") no-repeat center center/cover;
  padding: 100px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .blueLampSection {
    padding: 10px !important;
  }
}

.blueLampSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 67, 188, 0.8);
  z-index: 1;
}

.blueLampSection .container {
  position: relative;
  z-index: 2;
}

.blueLampSection h2,
.blueLampSection h3,
.blueLampSection p {
  color: #fff;
}

.blueLampSection hr {
  border: none;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  margin: 20px auto;
  width: 150px;
}

#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 .peopleBlocks {
  display: flex;
  flex-direction: row;
  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;
  }

  #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);
  }
}
