* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

body {
  letter-spacing: 0.2px;
}


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


li.nav-item {
  margin: 0 18px 0 18px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

header nav .logo-contianer {
  height: 80px;
  /* width: 80px; */
}

header nav .logo-contianer img {
  height: 100%;
  width: 100%;
}

header li.menu-item {
  margin: 0 18px;
  font-weight: 500;
  font-size: 18px;
}

main {
  margin-top: 105px;
}

#navbarNavDropdown {
  justify-content: end;
}
/* hero-carousel  */

main section#hero-carousel {
  position: relative;
}

main section#hero-carousel .carousel-overlay {
  position: absolute;
  bottom: 4rem;
  right: 0;
  background: black;
  color: white;
  padding: 1.2rem;
  opacity: 0.8;
  min-width: 50%;
}

main section#hero-carousel .carousel-slide > div {
  height: 500px;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  main section#hero-carousel .carousel-slide > div {
    height: 40vh;
    width: 100%;
  }
}

main section#hero-carousel .carousel-slide img {
  height: 100%;
  object-fit: cover;
}

section#main-highlights {
  max-width: 730px;
  margin: 0 auto 40px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #dadada;
}

@media only screen and (max-width: 767px) {
  section#main-highlights {
    margin: 0 1rem 40px;
  }

  section#why-us .whyus-text {
    padding-left: 0 !important;
  }
}

section#main-highlights > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#main-highlights > div > img {
  height: 50px;
}

section#main-highlights .main-highlights-text {
  font-size: 24px;
  font-weight: 500;
}

section#why-us .gray-background,
.generic-gray-background {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f2f2f2;
}

.whyus-image-overlay {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  color: white;
  background: rgb(0 0 0 / 33%);
}

@media only screen and (max-width: 768px) {
  /* section#why-us .row > div {
    padding-right: 0;
  } */
}

section#why-us div#image-container {
  padding-right: 0px !important;
}

section#why-us .image-description-container .image-container {
  position: relative;
}

section#why-us .image-description-container img {
  height: 100%;
  width: 100%;
}

section#why-us .whyus-text * {
  line-height: 170%;
  font-weight: 400;
  word-spacing: 2px;
  font-size: 18px;
}

section#why-us .whyus-text {
  padding-right: 0;
}

p.justified-paragraph {
  text-align: justify;
  opacity: 0.8;
  line-height: 1.8;
}

section#notices-and-news .news-notices-date {
  color: #939393;
}

section#notices-and-news .single-notice {
  background-color: #f8f9fa;
  transition: 0.5s;
}

section#notices-and-news .single-notice:hover {
  background-color: lightgray;
  color: #4c34df;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  section#notices-and-news .news {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 576px) {
  section#why-us .whyus-text {
    padding-left: 0 !important;
  }

  section#notices-and-news .notices {
    padding-right: 0 !important;
  }

  section#awards .awards-root {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* section#awards .gray-background {
  background-color: #f2f2f2;
} */

section#awards .awards-testimonial-image {
  height: 7rem;
  width: 10rem;
}

@media only screen and (max-width: 991px) {
  section#awards .awards-testimonial-image {
    height: 7rem;
    width: 7rem;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  section#awards .awards-testimonial-image {
    width: 20rem;
  }
}

section#awards .awards-testimonial-image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  /* object-fit: contain; */
}

section#awards .person-who-praised {
  color: #474747;
}

/* bootstrap override */
.carousel-indicators [data-bs-target="#carouselExampleIndicators"] {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
}

.carousel-indicators [data-bs-target="#awards-carousel"] {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid black;
}

.row {
  margin-top: 0 !important;
}

.row > * {
  margin-top: 0 !important;
}

/* *************************************************************** */

section#awards .carousel-indicators {
  margin-bottom: 0px;
}

#awards .carousel-indicators .active {
  opacity: 0.5;
  background: repeating-linear-gradient(45deg, black, transparent 100px);
}

footer .footer-overlay {
  color: white;
  background-color: #1c2a76;
  padding: 1.5rem 0;
}

footer hr.footer-divider {
  color: #d4b465;
  height: 3px;
  border-radius: 4px;
  opacity: 1;
  width: 70px;
  margin: 0.5rem auto;
}

@media screen and (max-width: 990px) {
  footer hr.footer-divider {
    margin: 1rem auto;
  }

  footer .footer-overlay .immediate-root-of-footer-childrens-main-div {
    text-align: center;
  }
}

footer .about-text {
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0;
}

footer .social-links img,
.get-in-touch .social-links img {
  height: 30px;
  width: 30px;
}

footer .social-links a,
.get-in-touch .social-links a {
  margin-right: 1rem;
}
footer a {
  text-decoration: none;
  color: #ffffff;
}

footer .social-links a:last-child,
.get-in-touch .social-links a:last-child {
  margin-right: 0;
}

footer .footer-p-size {
  font-size: 16px;
  margin-bottom: 0.25rem !important;
}
footer .footer-copyright-text {
  font-size: 14px;
  padding-bottom: 0;
}
footer .footer-blue-overlay {
  color: white;
  background-color: #061340;
  padding: 1rem 0;
}

footer img.nmls-logo {
  width:1.5rem;
  margin-right:0.5rem;
  color:#ffffff;
}
/******************* CONTACTS PAGE CSS  ****************/
.contact-main-image-with-overlay {
  position: relative;
}

.contact-hero-image {
  height: 500px;
}

@media screen and (max-width: 767px) {
  .contact-hero-image {
    height: 350px;
  }
}

.contact-hero-image > img {
  width: 100%;
  height: 100%;
}

.contact-hero-image-overlay {
  position: absolute;
  top: 0;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.contact-hero-image-overlay-text {
  display: grid;
  place-items: center;
  height: 100%;
}

.contact-form .form-control {
  background-color: rgb(242 242 242 / 50%);
}

.contact-icons-root {
  background-color: rgb(242 242 242 / 50%);
}

@media screen and (max-width: 990px) {
  .small-contact-icons {
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
  }

  .small-contact-icons > div {
    flex-direction: column;
    align-items: center;
  }

  .small-contact-icons > div:not(:first-child) {
    padding-top: 12px;
  }

  .small-contact-icons > div > img {
    height: 60px !important;
    width: 60px;
    margin-bottom: 1.5rem;
  }

  .small-contact-icons .contact-icons-text {
    text-align: center;
    margin-left: 0px !important;
  }
}

.contact-icons-text a {
  text-decoration: none;
  color: #000000;
}
.small-contact-icons > div > img {
  height: 48px;
}

.map-container {
  overflow: hidden;
  position: relative;
  height: 450px;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/************* ABOUT US CSS  ********************/
.about-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images//hero-image3.JPG") center center;
  color: white;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#board-of-directors .members {
  position: relative;
}

.image-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 3rem;
}

@media only screen and (max-width: 350px) {
  .image-grid-container {
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  }
}

section#board-of-directors .members > img {
  width: 100%;
}

hr.generic-full-horizontal-divider {
  /* margin: 2.5rem 0; */
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  height: 2px;
}

hr.genric-divider-under-text {
  color: #4c34df;
  height: 5px;
  border-radius: 4px;
  opacity: 1;
  width: 80px;
  margin: 0 auto 1rem;
}

.section-title {
  color: #4c4c4c;
  /* margin-bottom: 2rem; */
}

section#why-us .about-us-text * {
  line-height: 2;
  font-weight: 400;
  word-spacing: 2px;
  font-size: 18px;
}

.about-us-title {
  padding-top: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .about-us-title {
    padding: 1rem 0;
    /* margin: 1rem 0; */
  }
}

/**********news page css *********/

section#news .news-container:first-child {
  margin-top: 3rem;
}

.news-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images//hero-image3.JPG") center center;
  color: white;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-topic {
  word-break: break-all;
}

.news-author img {
  height: 100%;
  width: 100%;
  padding-bottom: 22px;
}
.news-box {
  border: 1px solid #c3c9c8;
}

@media screen and (max-width: 767px) {
  .news-box {
    border: none;
  }
  .news-detail {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  hr.news-divider {
    display: block !important;
  }
}
.news-detail {
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  background-color: rgb(242 242 242 / 50%);
}
.news-detail:hover {
  background-color: #f8f9fa;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 1s;
}

.news-detail:hover .news-topic {
  text-decoration: underline;
}

.default-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}

.read-more {
  text-decoration: none;
  font-size: 12px;

  color: #4c34df;
}
hr.news-divider {
  display: none;
}
.page-link {
  border: none;
  color: #4c34df;
}

@media only screen and (max-width: 768px) {
  .news-author img {
    height: 100%;
    width: 100%;
  }
  /* .justified-paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  } */
}
@media only screen and (max-width: 320px) {
  .news-box {
    border: none;
  }
  .news-detail {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 
SERVICES PAGE CSS */
.service-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images//hero-image3.JPG") center center;
  color: white;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#service-list .justified-paragraph {
  color: black;
  line-height: 1.8;
  opacity: 0.6;
}
section#service-list .shadow{
  box-shadow: none !important;
}
section#service-list .card{
  border:none;
  border-radius:0 ;
}
section#service-list {
  padding-top: 2rem;
}

section#service-list .service-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 380px));;
  grid-template-rows: 1fr;
  gap: 32px 32px;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  justify-content: center;
}

section#service-list .service-list > div > img {
  max-height: 200px;
}

section#service-list .contact-hero-image {
  height: auto;
  margin: 0px auto;
}

section#service-list .contact-hero-image > img {
  max-height: 12rem;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.contact-form .form-control {
  background-color: #f2f2f2;
  padding: 10px 20px;
}
.form-horizontal {
  display: block;
  width: 50%;
  margin: 0 auto;
}
textarea {
  resize: none;
}

@media only screen and (max-width: 768px) {
  .form-horizontal {
    width: 100%;
  }
}

section#contact-us-form {
  padding: 0 1.5rem;
}

section#contact-us-form .service-form {
  max-width: 650px;
  margin: 0 auto;
}

/*********NEWS_DETAILS******/

section#news-details .detail-head {
  background-color: #2d397a;
}
section#news-details .text-container {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}
section#news-details .img-container {
  height: 300px;
  width: 100%;
  margin-top: -40px;
}
section#news-details .img-container img {
  width: 100%;
  height: 100%;
}
section#news-details .news-date {
  font-size: 12px;
}
section#news-details .news-head {
  /* font-size: 20px; */
}

section#news-details .justified-paragraph {
  text-align: justify;
}
@media only screen and (max-width: 320px) {
  /* .text-container {
    padding-top: 12px;
    padding-bottom: 12px;
  }*/
  section#news-details .img-container {
    height: 144px;
    margin-top: 20px;
  }
  section#news-details .news-head {
    font-size: 18px;
  }
  section#news-details .text-container {
    padding-bottom: 4px;
  }
}

/******************** DOWNLOADS SECTION  *************************/
.pdf-svg {
  padding-right: 2rem;
}
.download-items > div:last-child {
  padding-right: 0;
}

.pdf-svg > svg {
  height: 30px;
  width: 40px;
}

.download-enquiry-text {
  margin-right: 32px;
}

.goto-contact-button {
  margin-left: 32px;
}

/******************* GALLERY CSS  ******************/
.single-gallery-image {
  height: 240px;
  max-width: 360px;
}

.gallery-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.gallery-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 320px));
  gap: 3rem;
  place-content: center;
}

/******************** Order Now ***************************/
section#contact-form-section{
  margin: 2rem auto;
  max-width: 500px; 
}



#contact-form-section.wpcf7-form textarea {
    height: 60px !important;
}

/*************** HERO PART *************************/
/* hero-carousel  */

.mm-homepage-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(116 116 116 / 40%)),
    url("images/cover.png") center center;
  color: white;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.mm-homepage-hero-title {
  max-width: 720px;
  line-height: 2.5rem;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .mm-homepage-hero-title {
    line-height: 1.5rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mm-homepage-hero-title,
  .page-title {
    line-height: 1.25rem !important;
    font-size: 1.125rem;
  }

  .mm-homepage-hero-subtitle {
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 320px) {
  .mm-homepage-hero-title {
    line-height: 1.5rem !important;
  }
  .mm-homepage-hero-subtitle {
    line-height: 1.5rem !important;
    margin: 10px 0 !important;
  }
}
.mm-homepage-herobutton {
  background: #cb9040;
  padding: 12px 60px;
  border-color: #cb9040;
}
.mm-homepage-herobutton:hover {
  background: #b37117;
  color: white;
  border-color: #b37117;
}

.mm-homepage-hero-subtitle {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 32px 0;
  line-height: 2rem;
}

.company-blue-bold {
  color: #006699;
  font-weight: 600;
  letter-spacing: .056rem;
  line-height: 2.5rem;
}

#contact-form-section .contact-form{
  padding: 0 1.25rem;
}