.land-header {
  position: relative;
}
.land-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.land-header .land-con {
  position: relative;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3em 0px;
}
.land-header .container {
  position: relative;
  z-index: 5;
}
.land-header .container h1, .land-header .container p {
  color: white;
}

.blue-bar-sec {
  position: relative;
  background: linear-gradient(180deg, #2F6CAE 0%, #175CA5 100%);
  padding: 3em 0px;
}
.blue-bar-sec h2 {
  margin: 0;
  color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.slide-content-container {
  position: relative;
  padding-left: 15%;
}

.slider-sec {
  overflow: hidden;
}

.slide-content-container {
  height: 100%;
}

.slide-con {
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  padding: 2em;
}
.slide-con.active {
  display: flex;
}
.slide-con#slide1 {
  display: flex;
}

.slide-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 60%;
}
.slide-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.2) translateX(-7%);
  transition: transform 0.5s ease-in-out;
}

.swiper-slide-active .slide-img img {
  transform: scale(1.2) translateX(0) !important;
}

.vid-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 56.25%;
  background: #F5F5F5;
}
.vid-wrapper iframe, .vid-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec-head {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 52px;
}
.sec-head.blue {
  color: #014C9C;
}

.sec {
  padding: 3em 0px !important;
}

.im-card {
  padding-top: 48%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.im-card.lg {
  padding-top: 100%;
}
.im-card > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.im-card .imp-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2em;
  z-index: 5;
}
.im-card .imp-wrap h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: white;
  margin-bottom: 0;
}
.im-card .imp-wrap img {
  width: 28px;
  height: 28px;
}

.sl-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sl-card.mid {
  flex-direction: column-reverse;
}
.sl-card .sl-img {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.sl-card .sl-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sl-card .sl-con {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 2em;
  padding-top: 70%;
}
.sl-card .sl-con h3 {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.sl-card .sl-con img {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 24px;
  height: 24px;
}

.bl-sec {
  position: relative;
  background: #014C9C;
}

.column-gap-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}
.column-gap-0 .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.newss-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  background: white;
}
.newss-card .news-img {
  position: relative;
  padding-top: 50%;
  background: #F5F5F5;
}
.newss-card .news-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.newss-card .news-con {
  position: relative;
  padding: 1em;
}
.newss-card .news-con > span {
  font-size: 14px;
  color: #014C9C;
  background: rgba(1, 76, 156, 0.1);
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "DM Sans", sans-serif;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 10px;
}
.newss-card .news-con h3 {
  font-size: 26px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

.con-form {
  position: relative;
  padding: 2.5em;
  background: #014C9C;
  border-radius: 24px;
}
.con-form .form-group .inp-grp input, .con-form .form-group .inp-grp textarea {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 12px;
  border-radius: 5px;
  color: white;
}
.con-form .form-group .inp-grp input::-moz-placeholder, .con-form .form-group .inp-grp textarea::-moz-placeholder {
  color: white;
}
.con-form .form-group .inp-grp input::placeholder, .con-form .form-group .inp-grp textarea::placeholder {
  color: white;
}
.con-form .main-btn {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  text-align: center;
}

.con-list {
  margin-top: 1.2em;
  margin-bottom: 2em;
}
.con-list li:not(:last-child) {
  margin-bottom: 10px;
}
.con-list li a {
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.con-list li a img {
  width: 28px;
  height: auto;
}
.con-list li a span {
  color: #1d1d1d;
  font-size: 16px;
}

.soc-li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5em;
}
.soc-li a img {
  width: 28px;
  height: auto;
}

.gal-img {
  position: relative;
  padding-top: 120%;
  border-radius: 20px;
  overflow: hidden;
}
.gal-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.year-box {
  position: relative;
  position: sticky;
  top: 130px;
}
.year-box .year-wrapper span {
  display: none;
  color: white;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
.year-box .year-wrapper span.active {
  display: block;
}
.year-box .prog-bar {
  position: relative;
  width: 100%;
  margin: 0em auto;
  max-width: 100px;
}
.year-box .prog-bar span {
  background: white;
  border-radius: 10px;
  width: 50%;
  height: 8px;
  display: block;
}

.pro-content-wrapper {
  padding: 2em 0px;
  min-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.pro-content-wrapper h3 {
  color: white;
  font-size: 42px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 20px;
}
.pro-content-wrapper p {
  color: white;
  margin-bottom: 0;
  padding: 1.2em;
  font-size: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
}

.pro-sec {
  overflow: unset !important;
}

.pro-img-container {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 24px;
  position: sticky;
  top: 130px;
}
.pro-img-container .pro-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro-img-container .pro-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=main.css.map */