@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-UltraItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-XLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-XLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-btn {
  /**** BTN No. 5 ****/
}
.primary-btn a {
  /* P/CTA */
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #D6B356;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
}
.primary-btn .common-btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.primary-btn .common-btn:before,
.primary-btn .common-btn:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #D6B356;
  transition: all 0.3s ease;
}
.primary-btn .common-btn:before {
  height: 50%;
  width: 2px;
}
.primary-btn .common-btn:after {
  width: 20%;
  height: 2px;
}
.primary-btn .common-btn:hover:before {
  height: 100%;
}
.primary-btn .common-btn:hover:after {
  width: 100%;
}
.primary-btn .common-btn span:before,
.primary-btn .common-btn span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #D6B356;
  transition: all 0.3s ease;
}
.primary-btn .common-btn span:before {
  width: 2px;
  height: 50%;
}
.primary-btn .common-btn span:after {
  width: 20%;
  height: 2px;
}
.primary-btn .common-btn span:hover:before {
  height: 100%;
}
.primary-btn .common-btn span:hover:after {
  width: 100%;
}

.secondary-btn {
  /**** BTN No. 5 ****/
}
.secondary-btn .common-btn {
  /* P/CTA */
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #446761;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.secondary-btn .common-btn {
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
}
.secondary-btn .common-btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.secondary-btn .common-btn:before,
.secondary-btn .common-btn:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #446761;
  transition: all 0.3s ease;
}
.secondary-btn .common-btn:before {
  height: 50%;
  width: 2px;
}
.secondary-btn .common-btn:after {
  width: 20%;
  height: 2px;
}
.secondary-btn .common-btn:hover:before {
  height: 100%;
}
.secondary-btn .common-btn:hover:after {
  width: 100%;
}
.secondary-btn .common-btn span:before,
.secondary-btn .common-btn span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #446761;
  transition: all 0.3s ease;
}
.secondary-btn .common-btn span:before {
  width: 2px;
  height: 50%;
}
.secondary-btn .common-btn span:after {
  width: 20%;
  height: 2px;
}
.secondary-btn .common-btn span:hover:before {
  height: 100%;
}
.secondary-btn .common-btn span:hover:after {
  width: 100%;
}

.top-common-sec h6 {
  /* Heading/Subtitle */
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D6B356;
  margin-bottom: 8px;
}
.top-common-sec h5 {
  /* Heading/H1 */
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 84.48px */
  text-transform: capitalize;
  color: white;
  margin-bottom: 16px;
}
.top-common-sec p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #F4F4F4;
  margin-bottom: 32px;
}

.second-common-sec h6 {
  /* Heading/Subtitle */
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #446761;
  margin-bottom: 2px;
}
.second-common-sec h5 {
  /* Heading/H2 */
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 63.36px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 24px;
}
.second-common-sec p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #201F1D;
  margin-bottom: 32px;
}

.common-form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #D6B356;
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #0E0E0E;
  padding: 0;
  padding-bottom: 20px;
  outline: none;
  box-shadow: none;
}
.common-form .form-control::-moz-placeholder {
  color: #0E0E0E;
}
.common-form .form-control::placeholder {
  color: #0E0E0E;
}
.common-form .form-control:hover {
  border-bottom: 1px solid #446761;
}
.common-form textarea {
  width: 100% !important;
  padding: 16px !important;
  background-color: white !important;
  height: 172px;
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #0E0E0E;
}
.common-form .form-check {
  display: flex;
  gap: 12px;
  align-items: center;
}
.common-form .form-check .form-check-input {
  flex: 0 0 16px;
  height: 16px;
  border: 1px solid #D6B356;
  border-radius: 0;
}
.common-form .form-check .form-check-label {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #0E0E0E;
}
.common-form .form-check .form-check-label a {
  color: #005BB9;
}

header {
  padding: 28.5px 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
header .desktop-nav a {
  color: white;
  /* P/Top Nav */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 325;
  line-height: 176.7%; /* 26.505px */
  text-transform: uppercase;
}
header .desktop-nav a.active {
  color: #D6B356;
}
header .desktop-nav nav {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: end;
}
header .desktop-nav .nav-open-btn[aria-expanded=true] {
  display: none !important;
}
header #desktop-nav-btn {
  transition: all 0.2s ease;
}
header #desktop-nav-btn::before {
  transition: all 0.2s cubic-bezier(1, -0.04, 0, 1.64);
  content: "";
  position: absolute;
  width: 100%;
  right: -100%;
  top: 0;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
header #desktop-nav-btn.show::before {
  content: "";
  right: 0;
}

footer {
  background-color: #201F1D;
  padding: 72px 0;
}
footer .footer-top-sec {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid #3C3C3C;
}
footer .footer-top-sec .contact-detials-sec {
  max-width: 502px;
}
footer .footer-top-sec .contact-detials-sec h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
  /* 47.52px */
  color: #D6B356;
  margin-bottom: 24px;
}
footer .footer-top-sec .contact-detials-sec address,
footer .footer-top-sec .contact-detials-sec a {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: white;
  margin: 0;
}
footer .footer-top-sec .footer-right-sec {
  text-align: end;
}
footer .footer-top-sec .footer-right-sec p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: white;
  margin: 24px 0 0 0;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom nav {
  display: flex;
  gap: 8px;
}
footer .footer-bottom nav a {
  color: #D0D0D0;
  /* P/CTA */
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding: 4px 16px;
}
footer .footer-bottom nav a:hover {
  border-bottom: 1px solid #FFF;
}

.welcome-sec {
  position: relative;
  overflow: hidden;
}
.welcome-sec .welcome-sec-content {
  position: absolute;
  width: 100%;
  max-width: 835px;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.welcome-sec .welcome-sec-content > span {
  /* Heading/Subtitle */
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D6B356;
  display: inline-block;
  margin-bottom: 8px;
}
.welcome-sec .welcome-sec-content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 96.1%;
  /* 92.256px */
  text-transform: capitalize;
  color: white;
  margin-bottom: 24px;
}
.welcome-sec .welcome-slider-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.welcome-sec .welcome-slider-wrap .welcome-slider-items {
  transform: translateY(61px);
  transition: all 0.5s ease-in-out;
}
.welcome-sec .welcome-slider-wrap .welcome-slider-items p {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.welcome-sec .welcome-slider-wrap .welcome-slider-items:hover {
  transform: translateY(-16px);
}
.welcome-sec .welcome-slider-wrap .welcome-slider-items:hover p {
  opacity: 1;
}
.welcome-sec .welcome-slider {
  text-align: center;
  max-width: 306px;
  margin: auto;
  position: relative;
  padding: 0 24px;
}
.welcome-sec .welcome-slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  opacity: 0.6;
  top: -16px;
  left: 0;
  background: #D6B356;
}
.welcome-sec .welcome-slider h4 {
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
  /* 31.68px */
  margin-bottom: 16px;
}
.welcome-sec .welcome-slider p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: white;
  margin-bottom: 0;
}
.welcome-sec .scroll-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}
.welcome-sec .scroll-btn span {
  color: #D0D0D0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}

.aboutUs-sec {
  padding: 120px 0px;
  background: url(../images/aboutUs-bg.png) no-repeat top center;
  background-size: contain;
}
.aboutUs-sec .about-us-left {
  position: relative;
}
.aboutUs-sec .about-us-left .about-us-left-content {
  position: absolute;
  max-width: 602px;
  width: 100%;
  padding: 35px 42px;
  background: white;
  bottom: 0px;
  right: 26px;
}
.aboutUs-sec .about-us-left .about-us-left-content p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  padding: 10px 0 10px 32px;
  border-left: 3px solid #446761;
  margin-bottom: 0;
  color: black;
}
.aboutUs-sec .about-us-right-content {
  max-width: 572px;
  padding-left: 55px;
}

.our-expertise {
  padding: 140px 0;
}
.our-expertise .second-common-sec {
  text-align: center;
  max-width: 1002px;
  margin: auto;
}
.our-expertise .second-common-sec h5 {
  max-width: 860px;
  margin: auto;
  padding-bottom: 24px;
}
.our-expertise .second-common-sec p {
  margin-bottom: 0;
}

.partnership-sec {
  display: flex;
}
.partnership-sec .partnership-content {
  position: relative;
  background-color: #FBFBFB;
}
.partnership-sec .partnership-content .second-common-sec {
  max-width: 483px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.servie-insight-sec .servie-insight-content-sec {
  position: relative;
}
.servie-insight-sec .servie-insight-content-sec .second-common-sec {
  position: absolute;
  max-width: 572px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 53px;
}

.contact-sec-wrap {
  background: url(../images/contact-sec-wrap-img-bg.png) no-repeat center right;
  background-color: #F4F4F4;
  padding: 80px 0;
  min-height: 862px;
}
.contact-sec-wrap .contact-flex {
  display: flex;
  gap: 102px;
  align-items: start;
}
.contact-sec-wrap .contact-flex .contact-bottom-content {
  max-width: 451px;
  background-color: white;
  position: relative;
  top: -130px;
}
.contact-sec-wrap .contact-flex .contact-bottom-content .contact-content-details-sec {
  padding: 62px 0;
  max-width: 243px;
  margin: auto;
}
.contact-sec-wrap .contact-flex .contact-bottom-content .contact-content-details-sec h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
  margin-bottom: 24px;
  color: #0E0E0E;
}
.contact-sec-wrap .contact-flex .contact-bottom-content .contact-content-details-sec address {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #201F1D;
  margin-bottom: 16px;
  display: inline-block;
}
.contact-sec-wrap .contact-flex .contact-bottom-content .contact-content-details-sec a {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #201F1D;
}
.contact-sec-wrap .contact-flex .contact-bottom-content .contact-content-details-sec .mailto {
  font-weight: 500;
}
.contact-sec-wrap .contact-flex .contact-form-wrap {
  max-width: 842px;
}
.contact-sec-wrap .contact-flex .contact-form-wrap h6 {
  /* Heading/H2 */
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 63.36px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 40px;
}
.contact-sec-wrap .contact-flex .contact-form-wrap .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 44px 33px;
}
.contact-sec-wrap .contact-flex .contact-form-wrap .form-flex .form-group {
  flex: 1 1 40%;
}
.contact-sec-wrap .contact-flex .contact-form-wrap .form-flex textarea {
  flex: 1 1 100%;
}
.contact-sec-wrap .contact-flex .contact-form-wrap .checkbox-wrap {
  margin: 32px 0;
}

.welcome-our-stroy-sec {
  position: relative;
}
.welcome-our-stroy-sec .mosanaLimited-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome-our-stroy-sec .top-common-sec {
  max-width: 596px;
  margin-left: auto;
}
.welcome-our-stroy-sec .top-common-sec p {
  max-width: 525px;
}

.benefits-sec {
  background: url(../images/benefits-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.benefits-sec .benefits-content-section {
  max-width: 1254px;
  margin: auto;
  min-height: 776px;
  display: flex;
  align-items: center;
  padding-top: 32px;
}
.benefits-sec .benefits-content-section .second-common-sec {
  max-width: 567px;
}
.benefits-sec .benefits-content-section .second-common-sec p span {
  font-weight: bold;
}
.benefits-sec .benefits-right-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
}

.our-team-sec {
  padding: 140px 0;
  background: url(../images/our-Team.png) no-repeat center bottom;
  background-size: contain;
  background-color: white;
}
.our-team-sec .our-team-content {
  max-width: 928px;
  margin: auto;
  text-align: center;
}

.how-works-sec {
  background: url(../images/how-works-sec-bg.png) no-repeat center center;
  background-size: cover;
}
.how-works-sec .how-works-wrap {
  padding: 135px 0 157px 0;
  max-width: 1347px;
  justify-content: space-between;
  margin: auto;
  display: flex;
  align-items: center;
}
.how-works-sec .how-works-wrap .how-work-content {
  max-width: 519px;
}
.how-works-sec .how-works-wrap .how-works-items {
  max-width: 676px;
  display: flex;
  gap: 72px;
  flex-wrap: wrap;
}
.how-works-sec .how-works-wrap .how-works-items .how-item {
  max-width: 302px;
}
.how-works-sec .how-works-wrap .how-works-items .how-item h6 {
  margin: 16px 0;
  /* Heading/H4 */
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 31.68px */
  text-transform: capitalize;
  color: #0E0E0E;
  font-variant-numeric: lining-nums proportional-nums;
}
.how-works-sec .how-works-wrap .how-works-items .how-item p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #201F1D;
}

.global-Operation-sec {
  padding: 75px 0;
  position: relative;
}
.global-Operation-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/global-line.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.global-Operation-sec .global-operation-wrap {
  max-width: 1300px;
  margin: auto;
  position: relative;
}
.global-Operation-sec .global-operation-wrap .second-common-sec {
  position: absolute;
  text-align: center;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.global-Operation-sec .global-operation-wrap .global-content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  background: rgba(32, 31, 29, 0.8);
  max-width: 340px;
  width: 100%;
  padding: 40px;
}
.global-Operation-sec .global-operation-wrap .global-content p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: white;
}
.global-Operation-sec .global-operation-wrap .global-content p span {
  font-weight: bold;
}

.proven-Results-sec {
  background: url(../images/proven-Results-sec-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.proven-Results-sec .proven-wrap {
  max-width: 1300px;
  margin: auto;
  min-height: 910px;
  display: flex;
  align-items: center;
}
.proven-Results-sec .proven-wrap .second-common-sec {
  max-width: 572px;
}
.proven-Results-sec .prover-right-content {
  position: absolute;
  right: 127px;
  top: 50%;
  transform: translateY(-50%);
}
.proven-Results-sec .prover-right-content .prover-right-content-wrap {
  max-width: 602px;
  padding: 42px;
  background-color: white;
  position: relative;
  margin-top: -130px;
  margin-left: -123px;
}
.proven-Results-sec .prover-right-content .prover-right-content-wrap p {
  padding: 10px 0 10px 32px;
  border-left: 3px solid #446761;
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #0E0E0E;
}

.term-condition-top-sec {
  position: relative;
}
.term-condition-top-sec .term-condition-content {
  text-align: center;
  max-width: 835px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.term-condition-top-sec .term-condition-content h6 {
  /* Heading/Subtitle */
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D6B356;
  margin-bottom: 8px;
}
.term-condition-top-sec .term-condition-content h5 {
  /* Heading/H1 */
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 84.48px */
  text-transform: capitalize;
  color: white;
  margin-bottom: 0;
}

.term-condition-main-content {
  padding: 120px 0;
  background: url(../images/term-condition-sec-line.png) no-repeat center center;
  background-size: contain;
  background-color: #F4F4F4;
}
.term-condition-main-content .term-condition-wrap {
  max-width: 1254px;
  margin: auto;
}
.term-condition-main-content p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #201F1D;
  margin-bottom: 24px;
}
.term-condition-main-content p a {
  text-decoration: underline;
  color: #201F1D;
}
.term-condition-main-content .p-bold {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  font-weight: bold;
  margin-bottom: 0px;
}

.cookiemain-bg {
  background: url(../images/cookiemain-line.png) no-repeat center center;
  background-size: contain;
  background-color: #F4F4F4;
}

.common-modal .modal-dialog {
  max-width: 735px;
}

.modal-success-sec {
  border-radius: 0;
  background: #F6F6F6;
  padding: 56px;
  text-align: center;
}
.modal-success-sec h6 {
  /* Heading/H3 */
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 42.24px */
  text-transform: capitalize;
  margin: 16px 0;
  color: #0E0E0E;
}
.modal-success-sec p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  margin-bottom: 32px;
  color: #3C3C3C;
}

.error-sec {
  position: relative;
}
.error-sec .error-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 408px;
  width: 100%;
  margin-left: 92px;
}
.error-sec .error-content h5 {
  color: white;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Cormorant Garamond", serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 82.96px;
  /* 168.96px */
  text-transform: capitalize;
  margin-bottom: 8px;
}
.error-sec .error-content h6 {
  /* Heading/H1 */
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 84.48px */
  text-transform: capitalize;
  color: white;
  margin-bottom: 24px;
}
.error-sec .error-content p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: white;
  margin-bottom: 24;
}

.welcome-services-top-sec .mosanaLimited-container {
  top: 50%;
}
.welcome-services-top-sec .top-common-sec {
  margin-left: unset;
}

.strategy-sec {
  background-color: #F4F4F4;
  position: relative;
}
.strategy-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/strategy-line.png) no-repeat top center;
  background-repeat: no-repeat repeat;
  background-size: 50%;
  top: 0;
  left: 0;
}
.strategy-sec .strategy-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strategy-sec .strategy-flex .strategy-items {
  background-color: white;
  max-width: 525px;
  padding: 97px 40px;
}
.strategy-sec .strategy-flex .strategy-items .strategy-item-content {
  position: relative;
  display: flex;
  align-items: start;
  gap: 24px;
  margin-bottom: 32px;
}
.strategy-sec .strategy-flex .strategy-items .strategy-item-content .strategy-items-main-content h6 {
  /* Heading/H4 */
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 31.68px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 16px;
}
.strategy-sec .strategy-flex .strategy-items .strategy-item-content .strategy-items-main-content p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #201F1D;
  margin-bottom: 0;
}
.strategy-sec .strategy-flex .strategy-content-sec {
  max-width: 717px;
  position: relative;
}
.strategy-sec .strategy-flex .strategy-content-sec p {
  color: #0E0E0E;
}

.solutions-sec {
  padding: 54px 0;
  background-color: #FBFBFB;
  display: flex;
  gap: 4%;
  align-items: center;
  position: relative;
}
.solutions-sec p {
  color: #0E0E0E;
}
.solutions-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/solutions-line.png) no-repeat top center;
  background-repeat: no-repeat repeat;
  background-size: 50%;
  top: 0;
  left: 0;
}
.solutions-sec img {
  position: relative;
}
.solutions-sec .second-common-sec {
  width: 776px;
  position: relative;
}

.how-works-main-sec {
  padding: 72px 0;
  background: url(../images/how-work-bg.png) no-repeat bottom right;
  background-size: cover;
  background-color: white;
  position: relative;
}
.how-works-main-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/step-work-line.png) no-repeat top center;
  background-repeat: no-repeat repeat;
  background-size: 50%;
  top: 0;
  left: 0;
}
.how-works-main-sec .how-works-main-wrap {
  max-width: 1314px;
  margin: auto;
}
.how-works-main-sec .how-work-title-wrap {
  text-align: center;
}
.how-works-main-sec .how-work-title-wrap h6 {
  /* Heading/Subtitle */
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #446761;
  margin-bottom: 2px;
}
.how-works-main-sec .how-work-title-wrap h5 {
  /* Heading/H2 */
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 63.36px */
  text-transform: capitalize;
  color: #0E0E0E;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-works-main-sec .how-work-title-wrap h5::after {
  content: "";
  width: 100%;
  max-width: 434px;
  height: 1px;
  position: absolute;
  background-color: #656565;
  left: 0;
}
.how-works-main-sec .how-work-title-wrap h5::before {
  content: "";
  width: 100%;
  max-width: 434px;
  height: 1px;
  position: absolute;
  background-color: #656565;
  right: 0;
}
.how-works-main-sec .step-works-sec {
  max-width: 1277.5px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 22px 17px;
  position: relative;
}
.how-works-main-sec .step-works-sec .text-wrap h5 {
  leading-trim: both;
  text-edge: cap;
  font-family: Gotham;
  font-size: 64px;
  font-style: normal;
  font-weight: 325;
  line-height: 81%;
  /* 84.48px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.how-works-main-sec .step-works-sec .text-wrap h6 {
  /* Heading/H3 */
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 42.24px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.how-works-main-sec .step-works-sec .text-wrap p {
  /* P/Standard */
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 27px */
  color: #0E0E0E;
  margin-bottom: 0;
}
.how-works-main-sec .step-works-sec .step-work-1 {
  flex: 1 1 840px;
  max-width: 840px;
  padding: 65.5px 41px;
  background: url(../images/step-1-wrok-bg.png) no-repeat bottom right;
  background-size: cover;
}
.how-works-main-sec .step-works-sec .step-work-1 .text-wrap {
  max-width: 483px;
}
.how-works-main-sec .step-works-sec .step-work-1 h5 {
  color: #446761;
}
.how-works-main-sec .step-works-sec .step-work-1 h6,
.how-works-main-sec .step-works-sec .step-work-1 p {
  color: #0E0E0E;
}
.how-works-main-sec .step-works-sec .step-work-2 {
  flex: 1 1 420px;
  max-width: 420px;
  padding: 88.5px 41px;
  background-color: #F4F4F4;
}
.how-works-main-sec .step-works-sec .step-work-2 h5 {
  color: #446761;
}
.how-works-main-sec .step-works-sec .step-work-2 h6,
.how-works-main-sec .step-works-sec .step-work-2 p {
  color: #0E0E0E;
}
.how-works-main-sec .step-works-sec .step-work-3 {
  margin-top: -100px;
  max-width: 325px;
  padding: 36px 41px;
  min-height: 533px;
  background: url(../images/step-3-wrok-bg.png) no-repeat center bottom;
  background-size: cover;
}
.how-works-main-sec .step-works-sec .step-work-3 h5 {
  color: #D6B356;
}
.how-works-main-sec .step-works-sec .step-work-3 h6 {
  color: white;
}
.how-works-main-sec .step-works-sec .step-work-3 p {
  color: #F4F4F4;
}
.how-works-main-sec .step-works-sec .step-work-4 {
  margin-top: -100px;
  max-width: 498px;
  min-height: 579px;
  padding: 36px 41px;
  background: url(../images/step-4-wrok-bg.png) no-repeat center bottom;
  background-size: cover;
}
.how-works-main-sec .step-works-sec .step-work-4 h5 {
  color: #446761;
}
.how-works-main-sec .step-works-sec .step-work-4 h6,
.how-works-main-sec .step-works-sec .step-work-4 p {
  color: #0E0E0E;
}
.how-works-main-sec .step-works-sec .step-work-5 {
  max-width: 420px;
  min-height: 435px;
  padding: 71px 41px;
  background-color: #201F1D;
}
.how-works-main-sec .step-works-sec .step-work-5 h5 {
  color: #D6B356;
}
.how-works-main-sec .step-works-sec .step-work-5 h6 {
  color: white;
}
.how-works-main-sec .step-works-sec .step-work-5 p {
  color: #F4F4F4;
}

.why-choose-sec {
  background: url(../images/why-choose-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.why-choose-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/why-choose-line.png) no-repeat top center;
  background-repeat: no-repeat repeat;
  background-size: 50%;
  top: 0;
  left: 0;
}
.why-choose-sec .why-choose-content {
  min-height: 910px;
  max-width: 1277.5px;
  margin: auto;
  display: flex;
  align-items: center;
}
.why-choose-sec .why-choose-content .second-common-sec {
  max-width: 572px;
  position: relative;
}
.why-choose-sec .why-choose-right {
  position: absolute;
  right: 6%;
  top: 50%;
  width: 37%;
  transform: translateY(-50%);
}

.our-Services-sec {
  background: url(../images/our-service-bg.png) no-repeat center center;
  background-size: cover;
  padding: 121px 0 81px 0;
}
.our-Services-sec .our-service-slider-wrap {
  max-width: 87%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-Services-sec .our-service-slider-wrap .our-service-main-slider .our-service-items {
  max-width: 1130px;
}
.our-Services-sec .our-service-slider-wrap .our-service-main-slider .our-service-items .our-service-item-wrap {
  max-width: 517px;
}
.our-Services-sec .our-service-slider-wrap .our-service-main-slider .our-service-items .our-service-item-wrap h6 {
  /* Heading/H3 */
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 42.24px */
  text-transform: capitalize;
  margin-top: 25px;
  color: black;
  text-align: start;
  direction: ltr;
}
.our-Services-sec .our-service-slider-wrap .our-service-main-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: absolute;
  right: -250px;
  bottom: 0px;
}
.our-Services-sec .our-service-slider-wrap .our-service-main-slider .owl-nav .owl-next {
  width: 65px;
  height: 48px;
  background-size: contain;
  background: url(../images/owl-next.svg) no-repeat center center !important;
}
.our-Services-sec .our-service-slider-wrap .our-service-main-slider .owl-nav .owl-prev {
  width: 65px;
  height: 48px;
  background: url(../images/owl-prev.svg) no-repeat center center !important;
  background-size: contain;
}
.our-Services-sec .our-service-slider-wrap .our-service-main-slider .owl-nav span {
  font-size: 0;
}
.our-Services-sec .our-service-slider-wrap .our-service-main-slider .owl-nav .disabled {
  opacity: 0.4;
}
.our-Services-sec .our-service-slider-wrap .our-service-content .our-service-slider-main-contant {
  transition: all 0.5s ease-in-out;
}
.our-Services-sec .our-service-slider-wrap .our-service-content .our-service-slider-main-contant .second-common-sec {
  max-width: 435px;
}
.our-Services-sec .our-service-slider-wrap .our-service-content .our-service-slider-main-contant .second-common-sec p {
  margin-bottom: 0;
}

.stickyheader {
  background: rgba(0, 0, 0, 0.2392156863);
}/*# sourceMappingURL=style.css.map */