@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body, footer {
  background-color: #0e375c;
  color: #fff;
}
.playfair-display-heading {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.noto-sans-bodycopy {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "width"100;
}
h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
  color: #0e375c;
  font-weight: 400 !important;
}
p {
  font-size: 18px !important;
}
.txtGold {
  color: #fbd3ad !important;
}
.bgGold {
  background-color: #fbd3ad
}
.mnbnr {
  height: 720px;
  background-image: url("banner-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.bnrCarousel {
  bottom: 0 !important;
}
.bnrCarousel h1 {
  font-size: 48px !important;
  /*text-shadow: 0px 0px 20px #000;*/
  color: #fff;
  width: 70%;
  margin: auto;
}
.bnrCarousel {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  margin-top: 60px;
}
.bluTxt h1, .bluTxt h2, .bluTxt h5, h2.bluTxt {
  color: #0e375c !important;
}
.nav-item a {
  color: #fff !important;
  font-size: 18px !important;
}
.tstmnCar > .carousel-item {
  min-height: 450px;
}
.tstmnCar > .carousel-item > .carousel-caption {
  bottom: auto !important;
  top: 30px !important;
}
.tstmnCar > .carousel-item > .carousel-caption p {
  font-size: 18px;
}
.tstmnCar > .carousel-item > .carousel-caption h5 {
  color: #0e375c !important;
}
footer p, footer a {
  color: #fff !important;
}
.whyus div img {
  margin-bottom: 30px;
}
a.bnrBtn, button.bnrBtn {
  background-color: #fbd3ad;
  color: #0e375c;
  padding: 10px 25px;
  margin-top: 40px;
  border-radius: 7px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s;
}
a.mnLinkAct {
  color: #fbd3ad !important;
}
a.bnrBtn:hover, button.bnrBtn:hover {
  background-color: #0e375c;
  color: #fbd3ad;
  padding: 10px 35px;
  border: 1px solid #fbd3ad
}
.highlights h4 {
  color: #fbd3ad !important;
}
.bgGoldWav {
  background-image: url("testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.insHdr, .insHdr h1 {
  color: #fff !important;
}
.insHdr p, p.nmeDes {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: italic;
  color: #fbd3ad;
}
.deepBlue {
  background-color: #0a3250;
}
.deepBlue h2 {
  color: #fbd3ad;
}
.aboutBg {
  background-image: url('about-image-03.png');
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 400px;
}
.uyTeam h2 {
  color: #fff !important;
  text-align: center;
}
p.nmeDes {
  font-size: 24px !important;
  font-style: normal;
}
p.nmeDes span {
  color: #fff;
  font-style: italic;
  font-size: 16px !important;
}
.highlights {
  background-color: #002942;
}
.navbar-toggler {
  background-color: #fbd3ad !important;
}
@media only screen and (max-width: 768px) {
	.carousel-caption {}
  .tstmnCar > .carousel-item {
    min-height: 760px;
  }
  .tstmnCar > .carousel-item > .carousel-caption {
    bottom: auto !important;
    top: 20px !important;
	  right:10%!important;left: 10%!important;
  }
  .tstmnCar > .carousel-item > .carousel-caption p {
    font-size: 15px !important;
  }
  .tstmnCar > .carousel-caption {
    font-size: 16px;
  }
  .tstmnCar > .carousel-item > .carousel-caption h5 {
    font-size: 90%;
  }
  .mnbnr {
    height: 680px;
  }
  .aboutBg {
    height: 850px;
    background-position: center bottom;
  }
  .bnrCarousel h1 {
    font-size: 42px;
  }
  .modal-body p {
    font-size: 14px!important;
  }
}