body{
	max-width: 2000px;
	margin: auto;
	position: relative;
}
.mt-30 {
  margin-bottom: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-220 {
  margin-top: 220px;
}

.section-heading {
  color: #07162a;
  font-size: 42px;
  font-weight: 900;
}

.section-sub-heading {
  font-family: Raleway, sans-serif;
  padding-left: 140px;
  padding-right: 140px;
  margin-top: 60px;
}

label {
  width: 100%;
}

.form-groups {
  display: flex;
  flex-direction: column;
}

/* NAV */
.logo {
  font-family: Poppins, sans-serif;
  font-size: 32 px;
  font-weight: 900;
}

.nav-m-30 {
  margin-right: 30px;
}

.nav-links {
  font-family: Poppins, sans-serif;
  margin-left: 200px;
  margin-right: -50px;
}
/* NAV END */

/* HEADER */

.header {
  animation: header 1.5s;
}

@keyframes header {
  from {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header {
  height: 680px;
  background: url("../../assets/img/Majordome.png") center / cover;
}

.header-heading {
  padding-left: 10%;
  padding-top: 20%;
  color: rgb(255, 255, 255);
  font-size: 62px;
}

.header-heading2 {
  padding-left: 10%;
  font-size: 32px;
  color: #ffffff;
  font-weight: 300;
}

.header-para {
  color: #ffffff;
  padding-left: 10%;
  font-family: Raleway, sans-serif;
  margin-top: 20px;
}
/* HEADER END */

/* Trusted By  */

#trusted-by img {
  width: 80%;
  overflow: hidden;
}

/* Trusted End */

/* ABOUT US */
.about-us-heading {
  font-size: 42px;
  font-family: Poppins, sans-serif;
  font-weight: 900;
  color: #07162a;
}

.about-us-para {
  font-family: Raleway, sans-serif;
  margin-top: 95px;
}

.about-us-button {
  color: azure;
  border: none;
}

.about-us-button:hover {
  background-color: black;
  color: azure;
  border: none;
}

.about-us-button a {
  color: azure;
  text-decoration: none;
}

.about-us-button a:hover {
  color: azure;
  text-decoration: none;
}

.about-us-image {
  width: 100%;
  height: auto;
}

.dark-button {
  width: 250px;
  height: 60px;
  background-color: #07162a;
  margin-top: 80px;
  border-radius: 0px;
}
/* ABOUT US END */

/* SERVICES */

.multimedia-card {
  transform: scale(1);
  transition-duration: 1s;
}
.multimedia-card:hover {
  transform: scale(1.08);
  transition-duration: 1s;
}

.Conciergerie-card {
  transform: scale(1);
  transition-duration: 1s;
}
.Conciergerie-card:hover {
  transform: scale(1.08);
  transition-duration: 1s;
}

.formations-card {
  transform: scale(1);
  transition-duration: 1s;
}
.formations-card:hover {
  transform: scale(1.08);
  transition-duration: 1s;
}

.store-card {
  transform: scale(1);
  transition-duration: 1s;
}
.store-card:hover {
  transform: scale(1.08);
  transition-duration: 1s;
}

.our-services-container {
  background: rgba(255, 255, 255, 0);
  padding-left: 60px;
  padding-right: 60px;
}

.our-services-services {
  margin-top: 80px;
}

.service-card {
  height: 370px;
  background: #07162a;
  padding-right: 0px;
  padding-left: 0px;
}

.service-card-heading {
  padding-left: 25px;
  padding-right: 25px;
}

.service-card-para {
  font-size: 14px;
  font-family: Raleway, sans-serif;
  margin-top: 20px;
  color: white;
}

.service-card-image {
  width: 100%;
  height: 160px;
}

.service-card-container {
  padding-right: -5px;
  padding-left: -5px;
  margin-top: 15px;
}
/* SERVICES END */

/* MISSION */

.our-mission-card {
  width: 400px;
}

.our-mission-card-heading {
  font-size: 24px;
  margin-left: 20px;
  font-weight: 500;
}

.our-mission-card-odd {
  margin-left: 42px;
}

.our-mission-sub-heading {
  font-family: Raleway, sans-serif;
  padding-right: 140px;
  padding-left: 140px;
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
/* OUR MISSION END */

/* MAIN BLOG */
.main-blog-container {
  width: 100%;
  background: url("../../assets/img/Blog1.png") center / cover;
  height: 433px;
}

.main-blog-header {
  height: 160px;
  width: 100%;
  position: absolute !important;
  margin-top: -160px;
  background: rgba(7, 22, 42, 0.61);
  padding-top: 30px;
  padding-left: 15px;
}

.main-blog-tag {
  width: 150px;
  height: 30px;
  background: #00afb3;
}

.main-blog-tag-font {
  font-size: 12px;
  font-family: Raleway, sans-serif;
  padding-top: 5px;
}

.main-blog-heading {
  color: #ffffff;
  font-size: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
}

.main-blog-date {
  font-family: Raleway, sans-serif;
  color: #ffffff;
  margin-bottom: 0px;
}

.main-blog-read-more {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  color: #00afb3;
  font-weight: 700;
  margin-top: 5px;
}
/* MAIN BLOG END */

/* SIDE BLOGS */
.blog-card-image-container {
  width: 148px;
  height: 100px;
  overflow: hidden;
}

.blog-card-heading-container {
  padding-left: 20px;
}

.blog-card-tag {
  width: 100px;
  height: 26px;
  background: #00afb3;
}

.blog-card-tag-heading {
  font-size: 12px;
  font-family: Raleway, sans-serif;
  padding-top: 4px;
}

.blog-card-heading {
  font-size: 18px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
}

.blog-card-date {
  margin-bottom: 0px;
  font-size: 12px;
  font-family: Raleway, sans-serif;
  margin-top: 5px;
}

.blog-read-more {
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  color: #00afb3;
  margin-bottom: 0px;
  margin-top: 8px;
}

.blog-card {
  margin-bottom: 5px;
}

.blog-card {
  margin-bottom: 5px;
}

.blog-load-button {
  width: 230px;
  height: 60px;
  background-color: #07162a;
  border-radius: 0px;
}
/* SIDE BLOGS END */

/* CONTACT US */
.contact-us-container {
  width: 95%;
  background: #ffffff;
  padding-bottom: 40px;
}

.contact-details-card {
  margin-left: 120px;
}

.contact-details-card a{
	color: blue;
	text-decoration: underline;
}

.contact-details-card-heading-container {
  margin-left: 24px;
}

.contact-details-card {
  margin-left: 120px;
  margin-bottom: 56px;
}

.contact-details-heading {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0px;
}

.contact-details-para {
  font-family: Raleway, sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
}

.contact-details-container {
  padding-top: 54px;
}

.contact-input {
  height: 46px;
  width: 80%;
  margin-bottom: 0px;
}
textarea.contact-input {
  height: 150px;
}

.contact-form-button {
  height: 46px;
  width: 146px;
  background: #07162a;
  border: none;
  border-radius: 0px;
}

.contact-form-button:hover {
  height: 46px;
  width: 146px;
  background: #000000;
  border-radius: 0px;
  border: none;
  color: beige;
}
/* CONTACT US END */

/* MAP */
.map {
  width: 100%;
  height: 650px;
  margin-top: -200px;
  z-index: -100;
}
/* MAP END */

/* FOOTER */
.footer-container {
  background: #16161f;
  padding-bottom: 20px;
  padding-top: 70px;
}

.footer-logo {
  font-size: 24px;
  color: #ffffff;
}

.footer-about {
  font-size: 14px;
  font-family: Raleway, sans-serif;
  color: #ffffff;
}

.social-icon-div {
  width: 30px;
  min-width: auto;
  background: #ffffff;
  max-width: auto;
  height: 30px;
  margin-right: 10px;
}

.footer-reserved {
  color: rgb(123, 123, 123);
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.footer-break {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  min-width: 100%;
  min-height: 1px;
  background: #ffffff;
}

.footer-link-heading {
  font-size: 16px;
  font-family: Raleway, sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 28px;
}

.footer-link {
  font-size: 14px;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  margin-bottom: 10px;
}

.footer-link-sub-heading {
  font-size: 14px;
  color: #ffffff;
  font-family: Raleway, sans-serif;
}

.footer-link-3rd {
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 200;
  color: #858585;
}

.footer-text-input {
  background: #16161f;
  width: 100%;
  height: 46px;
  border-color: white;
}
/* FOOTER END */

.video-container{
	position: relative;
    padding-bottom: 33.75%; /* 16:9 */
    height: 0;
    width: 60%;
    margin: auto;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

  .logo {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 900;
  }

  .nav-m-30 {
    margin-right: 0px;
  }

  .nav-links {
    font-family: Poppins, sans-serif;
    margin-left: 10px;
    margin-top: 30px;
  }

  /* +++++++++++++++ */

  .header {
    height: 680px;
    width: 100%;
    background: url("../../assets/img/Majordome.png") center / cover; 
  }

  .header-heading {
    padding-left: 10%;
    padding-top: 40%;
    width: 80%;
    color: rgb(255, 255, 255);
    font-size: 42px;
  }

  .header-heading2 {
    padding-left: 10%;
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
  }
  /* +++++++++++++++++ */

  .about-us-heading {
    font-size: 42px;
    font-family: Poppins, sans-serif;
    font-weight: 900;
    color: #07162a;
    width: 100%;
    text-align: center;
  }

  .about-us-button-div {
    display: flex;
    justify-content: center;
  }

  .about-us-image {
    width: 95%;
    margin-top: 100px;
    height: auto;
  }

  /* ++++++++++++++++++++ */

  .our-services-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-card {
    margin-bottom: 30px;
  }

  /* ++++++++++++++++++++++++++ */

  .our-mission-sub-heading {
    padding-right: 20px;
    padding-left: 20px;
  }

  .our-mission-card-odd {
    margin-left: 0px;
  }

  .our-mission-card {
    width: 100%;
  }

  .mission-img {
    width: 100%;
    margin-top: 90px;
  }
  /* ++++++++++++++++++++++++++++ */

  .section-sub-heading {
    font-family: Raleway, sans-serif;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 60px;
  }

  .main-blog-header {
    height: 160px;
    width: 100%;
    position: absolute !important;
    margin-top: -160px;
    background: rgba(7, 22, 42, 0.61);
    padding-top: 30px;
    padding-left: 5px;
  }

  .side-blogs {
    margin-top: 90px;
  }

  /* +++++++++++++++++++ */
  .contact-details-card {
    margin-left: 30px;
    margin-bottom: 56px;
  }

  .form-groups {
    display: flex;
    flex-direction: column;
    padding-left: 10%;
  }

  /* ++++++++++++++++++++ */
  .map {
    width: 100%;
    height: 500px;
    margin-top: -50px;
    z-index: -100;
  }

  /* +++++++++++++++++++ */
  .footer-about-section {
    margin-bottom: 90px;
  }
}


@media only screen and (min-width: 996px) and (max-width: 1340px) {
	.service-card {
		height: 480px;
	}
}