/**
 * font-family: "Almarai", sans-serif;
 * font-family: "Manrope", sans-serif;
 * font-family: "Noto Sans JP", sans-serif;
 * font-family: "Zen Antique Soft", serif;
 *
 * @format
 */

a {
  text-decoration: none !important;
}

body {
  font-family: "Zen Antique Soft", serif !important;
}

.header-logo {
  width: auto;
  height: 20px;
  object-fit: contain;
  object-position: left;
}

.banner-video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

#header {
  background-color: #103e86;
  width: 100%;
  z-index: 9999;
}

#header .nav-link {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  padding: 11px 1px;
  color: #fff;
  transition: 0.3s;
  margin: 0px 8px;
}

#header .entry-header-button {
  padding: 11px 34px 11px 34px;
  background-color: #fff;
  margin-right: 0 !important;
  position: relative;
  border: 2px solid #fff;
  z-index: 9;
  transition: 0.3s;
}

#header .entry-header-button:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 8.8px;
  width: 2.8px;
  height: 5.6px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  transition: 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/header-button-arrow.png");
}

#header .entry-header-button:hover:before {
  transition: 0.3s;
  background-image: url("../images/header-button-arrow-white.png");
}

#header .entry-header-button:hover {
  transition: 0.3s;
  background: linear-gradient(to bottom, #11256a, #0e4e98);
}

#header .entry-header-button-text {
  -webkit-background-clip: text;
  font-weight: 800;
  display: inline-block;
  background-image: linear-gradient(to bottom, #11256a, #0e4e98);
  -webkit-text-fill-color: transparent;
  font-size: 20.23px;
  line-height: 15.1px;
  transition: 0.3s;
}

#header .entry-header-button:hover .entry-header-button-text {
  transition: 0.3s;
  color: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  -webkit-text-fill-color: white;
}

#homepage-section-2 {
  padding: 192.9px 0 171px;
}

.homepage-section2-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Antique Soft", serif;
  margin-bottom: 69.2px;
}

.homepage-section2-heading-english {
  background-image: linear-gradient(103deg, #081748 4%, #2b4cbc 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 76px;
  display: flex;
  font-size: 83px;
  letter-spacing: 11.68px;
  align-items: center;
}

.about-para {
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.03;
  letter-spacing: 6.44px;
  text-align: center;
  color: #081748;
}

#homepage-section-3 {
  position: relative;
  z-index: 9;
  /* padding: 56.9px 0 588.5px 0px; */
}

.homepage-section-3-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* position: absolute;
  left: 0;
  z-index: -1;
  top: 0; */
}

.homepage-section2-heading-japanese {
  color: #11256a;
  display: inline-block;
  line-height: 74.9px;
  font-size: 74.9px;
  letter-spacing: 11.68px;
}

.homepage-section3-heading {
  color: #fff;
  font-size: 60px;
  display: flex;
  justify-content: center;
  line-height: 70.8px;
  margin-bottom: 0;
}

#homepage-section-4 {
  padding-top: 223px;
  overflow: hidden;
}

.homepage-dark-content-wrap {
  position: relative;
  z-index: 9;
}

#homepage-section-4 .container {
  /*max-width: 1180px;*/
  max-width: 86.765%;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

#homepage-section-4 .container .row {
  margin-right: 0;
}

#homepage-section-4 .container .row .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

.homepage-dark-content-wrap {
  padding: 149px 0 130px 94px;
  background-image: linear-gradient(to bottom, #f0f1f2, #fff);
}

.homepage-section-4-sub-heading {
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  margin-bottom: 25px;
  letter-spacing: 1.65px;
  color: #081748;
  margin-top: 30px;
}

.homepage-section-4-para {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30.16px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
  margin-bottom: 41px;
}

.homepage-dark-content-box {
  width: 42.54%;
  position: static;
}

.homepage-dark-content-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

.homepage-dark-image-box {
  width: 53.74%;
}

.homepage-dark-image {
  width: 100%;
  height: auto;
}

.homepage-section-4-heading {
  font-family: "Zen Antique Soft", serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  font-size: 75px;
  letter-spacing: 3.75px;
  text-align: left;
  color: #081748;
  position: absolute;
  top: -54px;
}

.homepage-section-4-gradient-heading {
  background-image: linear-gradient(to bottom, #11256a, #081748);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.homepage-section-4-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 1.65px;
  text-align: left;
  margin-bottom: 25px;
  color: #081748;
}

.homepage-section-4-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30.1px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}

.dark-blue-theme-button {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-family: "Zen Antique Soft", serif;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 8.1px 19.7px;
  position: relative;
  z-index: 9;
  border: 2px solid #11256a;
  transition: 0.3s;
  background-color: #11256a;
}

.dark-blue-theme-button::before {
  position: absolute;
  content: "";
  left: auto;
  right: 9.2px;
  width: 3px;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
  background-image: url("../images/white-arrow-button.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.dark-blue-theme-button:hover {
  transition: 0.3s;
  background-color: #fff;
  color: #11256a;
}

.dark-blue-theme-button:hover:before {
  background-image: url("../images/header-button-arrow.png");
  transition: 0.3s;
}

.homepage-section-5-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 105px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 196px;
  margin-left: 52px;
  letter-spacing: normal;
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 0px;
  color: #11256a;
}

.homepage-section-gradient-text {
  background-image: linear-gradient(115deg, #0a1a4e 3%, #2441a4 105%);
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 22.3px;
  -webkit-background-clip: text;
}

#homepage-section-5 {
  margin-top: -85px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding-bottom: 78px;
}

.row-1000 {
  width: 89.61%;
}

.row-830 {
  width: 74.373%;
}

.row-700 {
  width: 64.875%;
}

#homepage-section-5 .row-1000 {
  margin-bottom: 17px;
}

#homepage-section-5 .container {
  max-width: 1226px;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

#homepage-section-5 .container .row {
  margin-right: 0;
}

#homepage-section-5 .container .row .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

#homepage-section-5 .slick-list.draggable {
  overflow: visible;
}

.homepage-slider {
  margin-bottom: 37px;
}

.homepage-slider .slick-slide {
  margin-left: 46px;
  opacity: 0.3;
}

.homepage-slider .slick-slide.slick-active {
  opacity: 1;
}

.slick-arrow {
  display: none !important;
}

.homepage-slider-image {
  width: 100%;
}

.slider-button-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.slider-button {
  width: 48px;
  object-fit: contain;
  cursor: pointer;
  display: inline-block;
  height: 48px;
}

.homepage-slider-right-button {
  margin-left: 12px;
}

#homepage-section-5 .dark-blue-theme-button {
  margin-left: 131px;
}

#homepage-section-6 {
  padding: 97.7px 0 240.8px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.homepage-verticle-text {
  position: absolute;
  left: -28px;
  top: 0;
  width: 126px;
  height: 89.09%;
  object-fit: contain;
  object-position: top;
}

.above-footer-common {
  margin-top: 134.7px;
}

.above-footer-common {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.above-footer-common-box {
  width: 48.564%;
  position: relative;
  z-index: 9;
}

.above-fotter-common-box-image {
  width: 100%;
  height: auto;
}

.arrow-above-footer-button {
  font-family: "Almarai", sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  transition: 0.3s;
  letter-spacing: normal;
  display: inline-flex;
  align-items: center;
  text-align: left;
  color: #fff;
}

.arrow-above-footer-button-text {
  line-height: 17px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  z-index: 9;
  padding-bottom: 1.5px;
}

.arrow-above-footer-button-text::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  transition: 0.3s;
  background-color: #fff;
  z-index: -1;
}

.arrow-above-footer-button-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10.9px;
  transition: 0.3s;
  padding: 0 18px;
  margin-bottom: 0;
}

.arrow-above-footer-button-arrow-wrap {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  transition: 0.3s;
  align-items: center;
  margin-left: 21.5px;
}

.arrow-above-footer-button:hover .arrow-above-footer-button-arrow-wrap {
  transition: 0.3s;
  background-color: #11256a;
}

.arrow-above-footer-button-arrow {
  width: 14px;
  height: 19px;
  object-fit: contain;
}

.button-stripe-buttons.entry-header-button {
  border: 2px solid #fff;
  color: #084832;
  width: 31.775%;
  background-color: #fff;
  /*padding: 16.4px 72.6px 16.4px 72.6px;*/
  padding: 16.4px 15.6px 16.4px 15.6px;
  transition: 0.3s;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 20.23px;
  line-height: 15.1px;
  transform: translate(0px, 3.9px);
  position: relative;
  z-index: 9;
}

.button-stripe-buttons.entry-header-button:hover {
  transition: 0.3s;
  background-color: #084832;
  color: #fff;
}

.button-stripe-buttons.entry-header-button::before {
  position: absolute;
  content: "";
  right: 8.8px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.8px;
  height: 5.6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/green-arrow.png");
  transition: 0.3s;
}

.button-stripe-buttons.entry-header-button:hover:before {
  transition: 0.3s;
  background-image: url("../images/white-arrow.png");
}

#button-stripe {
  background-image: linear-gradient(99deg, #08482f 0%, #27af51);
  padding: 71.2px 0px 84px 0px;
}

.button-stripe-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 53px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 76px;
  letter-spacing: 2.65px;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}

.button-stripe-image {
  width: 100%;
  object-position: center;
  height: 35px;
  object-fit: contain;
}

.button-stripe-image-button {
  /*width: 218.58px;*/
  width: 31.775%;
  height: 51.1px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  /*margin-left: 16.4px;*/
  align-items: center;
  border: 2px solid #fff;
  transition: 0.3s;
  margin-bottom: 6.1px;
}

.button-stripe-image-button:hover {
  transition: 0.3s;
  border-color: #084832;
}

.text-button-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.button-stripe-heading {
  width: 289px;
}

.insider-buttons-wrap {
  width: calc(100% - 289px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}

#footer {
  padding: 37.5px 0px 44.6px 0px;
  background-image: linear-gradient(99deg, #081748 0%, #2746af);
}

.footer-logo {
  width: auto;
  object-position: left;
  object-fit: contain;
  height: 59px;
  padding-bottom: 17px;
  border-bottom: 1px solid #fff;
  margin-bottom: 11px;
}

.footer-menu-link-wrap .footer-menu-link {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  padding: 0 2.5px;
  margin: 0 2px 17px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.footer-theme-button {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0px;
  padding: 10px 34.4px 10px 34.4px;
  background-color: #fff;
  position: relative;
  border: 2px solid #fff;
  z-index: 9;
  transition: 0.3s;
}

.footer-theme-button:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 8.8px;
  width: 2.8px;
  height: 5.6px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  transition: 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/header-button-arrow.png");
}

.footer-theme-button:hover:before {
  transition: 0.3s;
  background-image: url("../images/header-button-arrow-white.png");
}

.footer-theme-button:hover {
  transition: 0.3s;
  background: linear-gradient(to bottom, #11256a, #0e4e98);
}

.footer-theme-button .entry-header-button-text {
  -webkit-background-clip: text;
  font-weight: 800;
  display: inline-block;
  background-image: linear-gradient(to bottom, #11256a, #0e4e98);
  -webkit-text-fill-color: transparent;
  font-size: 20.23px;
  line-height: 15.1px;
  transition: 0.3s;
}

.footer-theme-button:hover .entry-header-button-text {
  transition: 0.3s;
  color: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  -webkit-text-fill-color: white;
}

.footer-text {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.custom-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.footer-logo-col {
  width: 75%;
}

.footer-text-col {
  width: 25%;
}

.page-banner-image {
  width: 100%;
  height: auto;
}

.page1-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  letter-spacing: 3.75px;
  text-align: left;
  color: #11256a;
  margin-left: 85px;
  /* display: flex; */
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

.page1-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}

.page1-heading-small-color {
  font-size: 43px;
  line-height: 63px;
  letter-spacing: 2.15px;
  display: inline-block;
  margin: 0 4px;
  color: #081748;
}

.page1-heading-dark-color {
  color: #081748;
}

.page1-overlap-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 25px;
  line-height: 48px;
  letter-spacing: 1.65px;
  text-align: left;
  color: #081748;
}

.page1-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}

.page1-overlap-wrap {
  margin-left: 85px;
  padding: 20px 50px 31px 0;
  background-color: #fff;
  width: 52.97%;
}

.page1-bg-text {
  position: absolute;
  right: -19px;
  top: 0;
  font-family: "Zen Antique Soft", serif;
  font-size: 240px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: 12px;
  text-align: center;
  color: #f2f3f7;
  margin-bottom: 0;
}

#page1-section {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 85px 0 266px;
}

#page1-section3 {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 100px 0 100px;
  margin-bottom: 50px;
  background: url(../images/history-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.page1-image1 {
  /*position: absolute;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*width: 59.71%;*/
  /*height: auto;*/
  /*z-index: -1;*/
  position: absolute;
  right: 0;
  bottom: 0;
  width: 59.71%;
  height: 67.673%;
  object-fit: contain;
  z-index: -1;
  object-position: right bottom;
}

.left-right-my-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 73px;
}

.left-right-image {
  width: 100%;
  height: auto;
}

.left-right-image-col {
  width: 45.081%;
}

.left-right-text-col {
  width: 47.847%;
}

#page2-section2 {
  padding-top: 96px;
  padding-bottom: 167px;
  position: relative;
  overflow: hidden;
}

#page2-section2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 86.77%;
  height: calc(100% - 133px);
  z-index: -1;
  background-image: linear-gradient(to bottom, #f0f1f2, #fff);
}

.page2-section-2-heading {
  font-family: "Zen Antique Soft", serif;

  font-weight: normal;
  font-stretch: normal;
  font-style: normal;

  text-align: left;
  padding-bottom: 22.5px;
  color: #081748;
  position: relative;
  margin-bottom: 62.5px;
  z-index: 9;

  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 60px;
}

.page2-section-2-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}

.white {
  color: white !important;
  margin-bottom: 20px;
}

.white::before {
  background-color: white !important;
}

.left-right-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 1.65px;
  margin-bottom: 23px;
  text-align: left;
  color: #081748;
}

.left-right-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}

.left-right-para {
  font-family: "Zen Antique Soft", serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 38.44px;
}

.left-right-my-row.alt-order .left-right-text-col {
  order: -1;
}

.left-right-my-row.alt-order .left-right-image-col {
  margin-right: 45px;
}

#homepage-section-6.pt-0 {
  padding-bottom: 83px;
  overflow: visible;
}

#homepage-section-6.pt-0 .homepage-verticle-text {
  left: 42px;
  top: -67px;
  width: 92px;
  height: calc(100% + 67px);
}

.page2-section2-bg-text {
  font-family: "Zen Antique Soft", serif;
  font-size: 451px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1px;
  letter-spacing: 22.55px;
  text-align: center;
  color: #f0f1f2;
  position: absolute;
  right: -65px;
  z-index: -2;
  top: 70px;
}

#page2-section1 {
  padding-top: 85px;
  position: relative;
  padding-bottom: 145px;
  z-index: 9;
}

.page2-section1-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  letter-spacing: 3.75px;
  text-align: left;
  color: #081748;
}

.page2-section1-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  letter-spacing: 3.75px;
  text-align: left;
  color: #081748;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

.page2-section1-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}

.page2-section1-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 1.65px;
  margin-bottom: 25px;
  text-align: left;
  color: #081748;
}

.page2-section1-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 39px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}

.page2-section1-wrap {
  margin-left: 85px;
  width: 74.39%;
}

.page2-first-bg-text {
  top: 0px;
  position: absolute;
  right: 0;
  width: 266px;
  z-index: -1;
  height: auto;
}

#page2-gallery {
  padding: 92px 0px 121px;
  background-color: #f0f1f2;
}

.page2-gallery-wrap {
  display: grid;
  row-gap: 32px;
  column-gap: 28px;
}

.page2gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page2gallery-image1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 286px;
}

.page2gallery-image2 {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 559px;
}

.page2gallery-image3 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 241px;
}

.page2gallery-image4 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 2;
  height: 348px;
}

.page2gallery-image5 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 3;
  grid-row-end: 5;
  height: 500px;
}

.page2gallery-image6 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 5;
  height: 154px;
  margin-top: 107px;
}

.page2gallery-image7 {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 261px;
}

.page2gallery-image8 {
  height: 207px;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
}

.page2-gallery-wrap.second {
  margin-top: 32px;
}

#gallery-page #homepage-section-6.pt-0 {
  padding-top: 115.9px !important;
}

#gallery-page #homepage-section-6.pt-0 .homepage-verticle-text {
  height: calc(100% - 48.9px);
  top: 48.9px;
}

#page3-section1 {
  padding-top: 83px;
  padding-bottom: 65px;
}

.underline-heading-left {
  font-family: "Zen Antique Soft", serif;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 65px;
  letter-spacing: 2.25px;
  display: inline-block;
  text-align: left;
  color: #081748;
  padding-bottom: 6px;
}

.underline-heading-right {
  font-family: "Zen Antique Soft", serif;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  letter-spacing: 3.75px;
  display: inline-block;
  text-align: left;
  color: #081748;
}

.underline-heading-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-bottom: 7px;
  margin-bottom: 49.8px;
  border-bottom: 1px solid #081748;
}

.page3-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 1.65px;
  text-align: left;
  color: #081748;
  margin-bottom: 25px;
}

.page3-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 39px;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 50.2px;
  color: #081748;
}

.four-image-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.four-image {
  width: 22.954%;
  height: 300px;
  object-fit: cover;
}

.page3-slider-darkheading {
  font-family: "Zen Antique Soft", serif;
  font-size: 89px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 129px;
  letter-spacing: 4.45px;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 45.8px;
  color: #081748;
}

.about-slider-darkheading {
  font-family: "Zen Antique Soft", serif;
  font-size: 89px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 129px;
  letter-spacing: 4.45px;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 45.8px;
  color: #081748;
}

.page3-slider-darkheading-small {
  font-family: "Zen Antique Soft", serif;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 81px;
  letter-spacing: 2.8px;
  text-align: left;
  color: #9ea7c3;
}

#page3-dark-slider-section {
  position: relative;
  z-index: 9;
  padding-top: 0px;
  padding-bottom: 105px;
  overflow: hidden;
}

#page3-dark-slider-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 64px;
  width: 100%;
  height: 100%;
  background-color: #f0f1f2;
  z-index: -1;
}

.page3-dark-slider-row {
  position: relative;
  z-index: 9;
}

.slider-full-row-image {
  padding-top: 19px;
}

.slider-full-row-image .slick-slide {
  margin: 0 31px;
}

.slider-full-row-image .slick-list.draggable {
  overflow: visible;
}

.slider-full-row-image .slick-next.slick-arrow,
.slider-full-row-image .slick-prev.slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #081748;
  display: inline-block !important;
  z-index: 1;
}

.slider-full-row-image .slick-prev:before {
  content: "" !important;
  font-size: 15px !important;
  width: 14px;
  display: flex;
  height: 19px;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1 !important;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-size: contain;
  background-image: url(../images/arrow-white.png);
}

.slider-full-row-image .slick-next:before {
  content: "" !important;
  font-size: 15px !important;
  width: 14px;
  display: flex;
  height: 19px;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-white.png);
}

.slider-full-row-image .slick-prev {
  left: auto;
  right: 82%;
}

.slider-full-row-image .slick-next {
  right: auto;
  left: 82%;
}

.page3-dark-slider-bg-text {
  font-family: "Zen Antique Soft", serif;
  font-size: 290px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 420px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: absolute;
  right: -85px;
  top: 0;
}

#page3-white-slider-section {
  position: relative;
  z-index: 9;
  padding-top: 66px;
  padding-bottom: 61px;
  overflow: hidden;
}

#page3-white-slider-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 64px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

#page3-white-slider-section .page3-dark-slider-bg-text {
  top: 31px;
  color: #f0f1f2;
  right: -125px;
}

#page3-white-slider-section.big-heading .page3-slider-darkheading {
  letter-spacing: 0.94px;
}

.underline-heading-right.green {
  color: #084832;
}

#information-section {
  padding-top: 91px;
  padding-bottom: 61.2px;
}

.left-right-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d0d0d0;
}

.left-right-list:last-child {
  border: none;
}

.left-list-text {
  width: 249px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.right-list-text {
  width: calc(100% - 249px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: right;
  color: #000;
}

#contact-page-banner {
  padding-top: 82px;
  padding-bottom: 73px;
}

.contact-banner-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 104px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 140px;
  letter-spacing: 5.2px;
  text-align: left;
  color: #081748;
}

.contact-banner-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 46px;
  letter-spacing: 1.6px;
  text-align: left;
  color: #081748;
  margin-bottom: 38.8px;
  padding-bottom: 33px;
  border-bottom: 1px solid #081748;
}

.contact-banner-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 1.15px;
  text-align: left;
  margin-bottom: 39.2px;
  color: #081748;
}

.contact-form-wrap {
  padding: 55px 64px 63px;
  background-color: #f0f1f2;
}

#contact-form .field-box .form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  color: #000;
}

.form-warning {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
  margin-left: 6px;
  letter-spacing: normal;
  text-align: left;
  color: #bf0000;
}

.contact-form-field {
  padding: 10.5px 12.3px 8.5px 12.3px;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f8f8f8;
  margin-top: 12px;
  margin-bottom: 32px;
}

.contact-form-field::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #cbcbcb;
}

.contact-form-field::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #cbcbcb;
}

.radio-box-wrap {
  margin-top: 12px;
  margin-bottom: 32px;
}

#contact-form .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  border: 1px solid #707070;
  margin-top: 2px;
}

.form-check-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.contact-form-field.textarea {
  height: 307px;
  margin-bottom: 72px;
}

.form-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 12px;
  color: #000;
}

.form-text-underline {
  text-decoration: underline;
}

.privacy-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}

.privacy-policy .form-check-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  display: inline-block;
  margin-left: 9px;
  text-align: left;
  color: #000;
}

#contact-form .privacy-policy .form-check-input {
  width: 19px;
  height: 19px;
  border-radius: 4px;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f9d7f5;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #171c61;
  outline: 0;
  box-shadow: none;
}

.contact-submit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 16px 85px 17px 73px;
  border-radius: 28.5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16),
    inset 0 0 6px 0 rgba(0, 0, 0, 0.42);
  border: solid 2px #fff;
  background-color: #171c61;
  position: relative;
  transition: 0.3s;
  z-index: 9;
}

.contact-submit:hover {
  transition: 0.3s;
  border: solid 2px #171c61;
  background-color: #fff;
  color: #171c61;
}

.contact-submit:before {
  position: absolute;
  content: "";
  right: 18.4px;
  top: 0;
  bottom: 0;
  width: 5.7px;
  height: 11.3px;
  left: auto;
  margin: auto;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/white-arrow.png");
}

.contact-submit:hover:before {
  transition: 0.3s;
  background-image: url("../images/blue-arrow.png");
}

#contact-form {
  width: 86.726%;
  margin-left: auto;
  margin-right: auto;
}

#header.fixed-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #103e86;
  padding: 0px 0px 0px 0px;
  animation: 1s forwards smoothScroll;
}

.navbar-brand {
  display: flex;
  justify-content: left;
  align-items: center;
}

.page1-image1.mobile {
  display: none;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar-toggler {
  border: none;
}

label.error.fail-alert {
  font-size: 11px;
  color: #e72323;
  transform: translate(6px, -32px);
}

.error-message {
  text-align: center;
  font-weight: 500;
  color: #e72323;
}

.success-message {
  text-align: center;
  font-weight: 500;
  color: #097c50;
}

.custom-error-field {
  position: relative;
  z-index: 9;
}

.custom-error-field label.error.fail-alert {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
}

.my-floating-button {
  width: 195.2px;
  height: 50.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 10px;
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  transition: 0.3s;
  line-height: 15px;
  position: relative;
  z-index: 9;
  letter-spacing: 0.75px;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
}

.my-floating-button:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 8.8px;
  width: 2.8px;
  height: 5.6px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  transition: 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/header-button-arrow.png);
}

.floating-big-text {
  margin: 0 5px 0 0;
  font-family: "Zen Antique Soft", serif;
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1.1px;
  text-align: center;
  color: #fff;
}

.floating-button-blue {
  transition: 0.3s;
  background-image: linear-gradient(104deg, #081748 0%, #2746af);
  margin-bottom: 5.5px;
}

.floating-button-green {
  transition: 0.3s;
  background-image: linear-gradient(104deg, #084832 0%, #02291b);
  margin-bottom: 5.5px;
}

.floating-button-yellow {
  transition: 0.3s;
  background: linear-gradient(90deg,
      rgba(178, 186, 31, 1) 0%,
      rgba(106, 123, 74, 1) 74%,
      rgba(36, 69, 26, 1) 100%);
  margin-bottom: 5.5px;
}

.floating-button-blue:hover {
  transition: 0.3s;
  background-image: none !important;
  color: #081748;
  background-color: #fff;
}

.floating-button-blue:hover .floating-big-text {
  transition: 0.3s;
  color: #081748;
}

.floating-button-yellow:hover .floating-big-text {
  transition: 0.3s;
  color: #081748;
}

.floating-button-green:hover .floating-big-text {
  transition: 0.3s;
  color: #084832;
}

.floating-button-green:hover {
  transition: 0.3s;
  background-image: none !important;
  color: #084832;
  background-color: #fff;
}

.floating-button-yellow:hover {
  transition: 0.3s;
  background-image: none !important;
  color: #084832;
  background-color: #fff;
}

.floating-button-wrap {
  position: fixed;
  right: 19px;
  z-index: 999;
  top: 45%;
}

/* .no-button .floating-button-wrap {
  display: none !important;
} */
.no-green-button .floating-button-green {
  display: none !important;
}

.multi-field-input-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.multi-field-input-label {
  display: inline-block;
  width: 40px;
  text-align: center;
}

.multi-field-input-wrap.other .multi-field-input-box .contact-form-field {
  width: 105px;
}

.multi-field-input-wrap.other .multi-field-input-box {
  width: 145px;
}

.multi-field-input-box {
  width: 140px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.multi-field-input-box .contact-form-field {
  width: 99px;
  margin-bottom: 0;
  margin-top: 0;
}

.special-fleft {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 32px;
}

.special-fleft .form-label {
  width: 75px;
}

.special-fleft .form-select.contact-form-field.form-control {
  width: 105px;
}

.multi-field-input-wrap label.error.fail-alert {
  position: absolute;
  bottom: -21px;
  width: 105%;
  transform: none !important;
  left: 0;
}

.multi-field-input-box {
  position: relative;
  z-index: 9;
}

/* New Pages CSS Starts */
#newpageone-section1 {
  padding: 100px 0 82.1px;
}

.teams-six-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teams-six-box {
  width: 14.959%;
}

.teams-six-image {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}

.teams-six-time {
  font-family: "Zen Antique Soft", serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: -0.1px;
  text-align: center;
  margin-bottom: 0;
  color: #11256a;
}

.teams-six-name {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 15.1px;
  line-height: 26px;
  letter-spacing: normal;
  text-decoration: underline;
  text-align: center;
  color: #11256a;
}

.teams-six-arrow {
  width: 21.7px;
  height: 10.9px;
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-info {
  position: relative;
  z-index: 9;
  overflow: hidden;
  background-color: #fff;
  padding: 94px 0 102.1px;
}

.team-info.teams-six-dark {
  background-color: #f0f1f2;
}

.teams-six-time-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  margin-right: 19px;
  letter-spacing: normal;
  text-align: left;
  color: #11256a;
}

.teams-six-name-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  color: #11256a;
}

.teams-six-heading-wrap {
  display: flex;
  padding-bottom: 21px;
  border-bottom: 1px solid #11256a;
  margin-bottom: 36.9px;
}

.teams-six-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  color: #081748;
}

.teams-six-description {
  width: 66.6%;
}

.team-info .teams-six-description {
  margin-right: auto;
  margin-left: 0;
}

.team-info.teams-six-dark .teams-six-description {
  margin-left: auto;
  margin-right: 0;
}

.team-info .row.row-1000 {
  margin-right: auto;
  margin-left: 0;
}

.team-info.teams-six-dark .row.row-1000 {
  margin-left: auto;
  margin-right: 0;
}

.teams-six-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 42.22px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}

.team-info.teams-six-dark .teams-six-full-image {
  position: absolute;
  left: 0;
  right: auto;
  top: 94px;
  width: 35.662%;
}

.team-info .teams-six-full-image {
  position: absolute;
  left: auto;
  right: 0;
  top: 94px;
  width: 35.662%;
}

#page5-pop-section {
  padding-top: 101px;
}

.page5-pop-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 87px;
  letter-spacing: 3px;
  color: #11256a;
  padding-bottom: 30px;
  position: relative;
  z-index: 9;
  margin-bottom: 93px;
}

.page5-pop-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}

.row-760 {
  width: 68%;
}

.row-789 {
  width: 69%;
}

.row-780 {
  width: 69.9%;
}

#page5-pop-section-pops {
  padding-top: 19px;
  padding-bottom: 65.6px;
  position: relative;
  z-index: 9;
}

#page5-pop-section-pops::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 80.52%;
  z-index: -1;
  background-image: linear-gradient(to bottom, #f0f1f2, #fff);
}

.page5-pop-count {
  font-family: "Zen Antique Soft", serif;
  font-size: 53px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 76px;
  letter-spacing: normal;
  text-align: center;
  color: #081748;
  margin-bottom: 10px;
}

.page5pop-image-icon {
  height: 76.8px;
  width: 84.8px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.page5-pop-icon-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  text-align: center;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 13.9px;
  letter-spacing: normal;
  text-align: center;
  color: #081748;
  min-height: 50px;
}

.page5pop-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: center;
  color: #081748;
}

.page5-pop-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page5-pop-box {
  width: 33.33%;
  border-right: 1px solid #bec2ce;
  border-bottom: 1px solid #bec2ce;
  padding: 40px 20.5px;
  cursor: pointer;
}

.page5-pop-box:nth-child(3n) {
  border-right: none;
}

.page5-pop-box:nth-last-child(-n + 3) {
  border-bottom: none;
}

.modal-left-content {
  width: 42%;
  padding: 0px 28px;
}

.modal-left-content .page5-pop-count {
  margin-bottom: 12.9px;
}

.modal-left-content .page5pop-image-icon {
  margin-bottom: 23.7px;
}

.modal-left-content .page5-pop-icon-heading {
  margin-bottom: 18px;
}

.modal-dialog {
  max-width: 692px !important;
}

.modal-body {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.modal-right-image {
  width: 58%;
}

.btn-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 14px;
  top: 12px;
  position: absolute;
  background-color: #fff;
  display: block;
  opacity: 1;
  border: 1px solid #707070 !important;
  padding: 0;
  z-index: 99;
}

.tile-image-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tile-image {
  height: auto;
  width: 31.688%;
  margin-bottom: 20px;
}

.page5-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 66px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
  margin-top: 67px;
  margin-bottom: 20px;
}

#page7-pop-section {
  padding-top: 38px;
  padding-bottom: 153px;
}

.new-page7-gradient-section {
  position: relative;
  z-index: 9;
}

.new-page7-gradient-section:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 84%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to bottom, #f0f1f2, #fff);
}

.page7-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 29px;
  text-align: center;
  color: #081748;
}

.page7-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 21.5px;
  letter-spacing: normal;
  text-align: center;
  color: #445281;
}

.page7-page-jumper-link {
  border: 2px solid #081748;
  background-color: #081748;
  padding: 8px 15px;
  color: #fff;
  position: relative;
  width: 22%;
  text-align: center;
  margin: 10px 13px;
  transition: 0.3s;
  z-index: 9;
}

.page7-page-jumper-link:last-child {
  width: 22%;
}

.page7-page-jumper-link:before {
  position: absolute;
  content: "";
  right: 7.4px;
  left: auto;
  top: 0;
  transition: 0.3s;
  bottom: 0;
  margin: auto;
  width: 7.3px;
  height: 7.2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrow-white.png");
}

.page7-page-jumper-link:hover {
  transition: 0.3s;
  color: #081748;
  background-color: #fff;
}

.page7-page-jumper-link:hover:before {
  transition: 0.3s;
  background-image: url("../images/arrow-blue.png");
}

.page7-page-jumper-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.new-page7-gradient-section {
  padding: 42px 0 155.5px;
  position: relative;
  z-index: 9;
}

.bg-page7-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 87px;
  letter-spacing: 3px;
  text-align: left;
  color: #11256a;
  margin-bottom: 4px;
}

.bg-page7-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 15px;
  z-index: 9;
  color: #081748;
}

.bg-page7-sub-heading:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}

.page7-custom-table {
  padding: 18.5px 0;
  border-bottom: 1px solid #cfd4e5;
}

.page7-custom-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page7-col1 {
  width: 230px;
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}

.page7-col2 {
  width: calc(100% - 230px);
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  color: #081748;
}

.newpage7-button .button-stripe-buttons.entry-header-button {
  border: 2px solid #103e86;
  color: #103e86;
  font-size: 25px;
  width: 250px;
}

.newpage7-button .button-stripe-buttons.entry-header-button:hover {
  background-color: #103e86;
  color: #fff;
}

.fs-39 {
  font-size: 39px;
}

.dark-bg-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  background-color: #11256a;
  margin-top: 35px;
  text-align: left;
  padding: 14.5px 24px;
  color: #fff;
}

.fs-16 {
  font-size: 16px;
  display: inline-block;
  margin-left: 6px;
}

.last-my-para1 {
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}

.last-my-para2 {
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}

#page7-pop-section4 {
  padding-bottom: 61px;
}

.height-field {
  height: 147px;
}

.modal.fade {
  background-color: #000000e6;
}

#homepage-section-6.new-homeapge1 {
  padding: 337.3px 0 150.7px !important;
}

#fieldh-error {
  width: 100%;
  text-align: center;
}

/* New Pages CSS Ends */
@media (max-width: 1200px) {
  .bg-page7-heading {
    font-size: 34px;
  }

  .new-page7-gradient-section:before {
    width: 100%;
  }

  .teams-six-time {
    letter-spacing: -1.1px;
  }

  .teams-six-name {
    font-size: 16px;
  }

  .teams-six-arrow {
    width: 13px;
    height: 7px;
  }

  .team-info .teams-six-full-image {
    width: 100% !important;
    margin-bottom: 50px !important;
    position: static !important;
  }

  .teams-six-description {
    width: 100%;
  }

  .team-info {
    padding-top: 0 !important;
  }

  .insider-buttons-wrap {
    width: 100%;
    gap: 7px;
  }

  #homepage-section-4 .container {
    max-width: 97%;
  }

  .floating-button-wrap {
    top: 30%;
  }

  .slider-full-row-image .slick-next {
    left: 84.2%;
  }

  .slider-full-row-image .slick-prev {
    right: 84.2%;
  }

  .underline-heading-left {
    font-size: 35px;
    line-height: 50px;
  }

  .underline-heading-right {
    font-size: 55px;
    line-height: 75px;
  }

  .page2-gallery-wrap {
    row-gap: 20px;
    column-gap: 20px;
  }

  .page2-gallery-wrap.second {
    margin-top: 20px;
  }

  .page2gallery-image2 {
    height: 545px;
  }

  .page2-first-bg-text {
    width: 120px;
  }

  .page2-section1-wrap {
    margin-left: 0;
    width: 100%;
  }

  #page2-section2:before {
    width: 100%;
  }

  .page2-section2-bg-text {
    font-size: 160px;
    line-height: 1px;
    right: 0px;
    top: 30px;
  }

  .button-stripe-heading {
    width: 100%;
    margin-bottom: 20px;
  }

  .button-stripe-buttons.entry-header-button {
    width: 32%;
    text-align: center;
  }

  .button-stripe-image-button {
    width: 32%;
    margin-left: 0;
  }

  .text-button-wrap {
    flex-wrap: wrap;
  }

  #homepage-section-4 {
    padding-top: 115px;
  }

  .homepage-dark-content-wrap {
    padding: 90px 0 130px 62px;
  }

  .homepage-section-4-heading {
    line-height: 100px;
    font-size: 50px;
  }

  .row-1000,
  .row-830,
  .row-700,
  .row-760,
  .row-789,
  .row-780 {
    width: 100%;
  }

  .homepage-section-5-heading {
    font-size: 85px;
    line-height: 85px;
    margin-left: 0;
  }

  .slider-button {
    width: 42px;
    height: 48px;
  }

  .homepage-slider .slick-slide {
    margin-left: 35px;
  }

  .page5-pop-heading {
    font-size: 45px;
    line-height: 70px;
    padding-bottom: 20px;
    margin-bottom: 70px;
  }

  #page5-pop-section-pops::before {
    width: 95%;
  }
}

@media (max-width: 1024px) {
  .page1-bg-text {
    font-size: 110px;
  }

  .page1-heading,
  .page2-section1-heading {
    font-size: 45px;
    line-height: 72px;
    margin-left: 0;
  }

  .page1-heading-small-color {
    font-size: 38px;
  }

  .page1-overlap-wrap {
    margin-left: 0;
    width: 60%;
  }

  #homepage-section-2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .homepage-section2-heading-english {
    line-height: 55px;
    font-size: 55px;
  }

  .homepage-section2-heading-japanese {
    line-height: 55px;
    font-size: 55px;
  }

  .homepage-section2-heading {
    margin-bottom: 45px;
  }

  .about-para {
    font-size: 20px;
  }

  .homepage-section3-heading {
    font-size: 45px;
    line-height: 65px;
  }
}

@media (max-width: 991px) {
  #homepage-section-6.new-homeapge1 {
    padding: 60px 0 60px !important;
  }

  #page7-pop-section {
    padding-bottom: 60px;
  }

  .page7-page-jumper-link {
    width: 48.5% !important;
    margin: 10px 0px !important;
  }

  .page7-page-jumper-wrap {
    justify-content: space-between;
  }

  .page5-sub-heading {
    font-size: 32px;
    line-height: 45px;
    margin-top: 42px;
    margin-bottom: 20px;
  }

  .tile-image {
    width: 48.56%;
    margin-bottom: 18px;
  }

  .modal-dialog {
    max-width: 373px !important;
  }

  .modal-left-content {
    width: 100%;
    padding: 20px 16px 1px;
  }

  .modal-left-content .page5pop-para {
    font-size: 13px;
  }

  .modal-left-content .page5-pop-icon-heading {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .modal-right-image {
    width: 100%;
  }

  .btn-close {
    width: 25px;
    height: 25px;
    right: 15px;
    background-size: 14px;
    top: 14px;
  }

  .modal-left-content .page5-pop-count {
    margin-bottom: 12.9px;
    line-height: 58px;
    font-size: 32px;
  }

  .modal-left-content .page5pop-image-icon {
    margin-bottom: 14px;
    height: 52px;
    width: 62px;
  }

  .page5-pop-box {
    width: 50%;
  }

  /* .page5-pop-box:nth-last-child(-n + 2) {
    display: none !important;
  } */
  .page5-pop-box:nth-child(3n) {
    border-right: 1px solid #bec2ce;
  }

  .page5-pop-box:nth-child(2n) {
    border-right: none !important;
  }

  .page5-pop-box:nth-last-child(-n + 4) {
    border-bottom: none !important;
  }

  .teams-six-box {
    width: 31%;
  }

  .teams-six-box:nth-child(-n + 3) {
    margin-bottom: 35px;
  }

  .my-floating-button {
    width: 150px;
    height: 40px;
    font-size: 12px;
  }

  .floating-button-wrap {
    top: 22%;
    right: 0;
  }

  .floating-big-text {
    font-size: 12px;
  }

  .contact-banner-heading {
    font-size: 62px;
    line-height: 95px;
  }

  .contact-banner-sub-heading {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 30px;
    padding-bottom: 22px;
  }

  #contact-form {
    width: 100%;
  }

  .contact-form-wrap {
    padding: 45px 35px 45px;
  }

  .contact-banner-para {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 38px;
  }

  #page3-dark-slider-section {
    padding-bottom: 65px;
  }

  .slider-full-row-image .slick-next {
    left: 90.5%;
  }

  .slider-full-row-image .slick-prev {
    right: 90.5%;
  }

  .page3-slider-darkheading {
    font-size: 45px;
    line-height: 129px;
    margin-bottom: 0px;
  }

  .page3-dark-slider-bg-text {
    font-size: 155px;
    line-height: 300px;
    right: -44px !important;
  }

  #page3-section1 {
    padding-top: 55px;
  }

  .page3-para {
    margin-bottom: 25px;
  }

  .four-image {
    width: 48.5%;
    height: 230px;
    margin-bottom: 15px;
    object-fit: cover;
  }

  .page2-first-bg-text {
    width: 58px;
  }

  #page2-section1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #page2-section2 {
    overflow: visible;
    padding-bottom: 90px;
  }

  .left-right-my-row.alt-order .left-right-image-col {
    margin-right: 0;
  }

  .left-right-image-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .left-right-text-col {
    width: 100%;
  }

  .left-right-my-row {
    margin-bottom: 40px;
  }

  .left-right-my-row.alt-order .left-right-image-col {
    order: -1;
  }

  .page1-overlap-wrap {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  .page1-heading,
  .page2-section1-heading {
    font-size: 40px;
    line-height: 65px;
    margin-left: 0;
    padding-bottom: 15px;
    margin-bottom: 28px;
  }

  .page1-overlap-heading,
  .page2-section1-sub-heading,
  .page3-sub-heading {
    font-size: 23px;
    margin-bottom: 15px;
    line-height: 40px;
  }

  .page1-image1.desktop {
    display: none;
  }

  .page1-image1.mobile {
    display: block;
    position: static;
    height: auto !important;
    width: 100%;
    margin-top: 25px;
  }

  #page1-section {
    padding: 65px 0 0px;
  }

  .footer-logo {
    height: 40px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }

  .footer-menu-link-wrap,
  .footer-text-col .footer-text,
  .footer-button-wrap {
    text-align: center;
  }

  .footer-logo-col {
    width: 100%;
    margin-bottom: 20px;
  }

  #footer {
    padding: 37px 0px 37px 0px;
  }

  .footer-text-col {
    width: 100%;
  }

  #homepage-section-6 {
    padding: 20px 0 60px;
  }

  .above-footer-common {
    margin-top: 75px;
  }

  #homepage-section-5 {
    padding-bottom: 50px;
  }

  .homepage-section-5-heading {
    font-size: 48px;
  }

  .slider-button {
    width: 34px;
    height: 48px;
  }

  .homepage-slider {
    margin-bottom: 30px;
  }

  #header .container-fluid.pe-0 {
    padding-left: 0 !important;
  }

  #navbarNav {
    background-color: #103e86;
  }

  .navbar-brand {
    padding-left: 15px;
  }

  #header .nav-item {
    width: 100%;
  }

  .navbar-nav.align-items-baseline {
    margin-top: 20px;
  }

  #header .nav-link {
    padding: 8px 15px;
    border-bottom: 1px dashed #ddd;
    text-align: center;
  }

  #header li:last-child .nav-link {
    border: none !important;
    margin: 15px auto !important;
    width: 85%;
    text-align: center;
  }

  .banner-video {
    height: 98vh;
  }

  #header .entry-header-button-text {
    font-size: 17px;
  }

  #homepage-section-3 {
    padding: 56px 0 370px 0px;
  }

  .homepage-section3-heading {
    font-size: 32px;
    line-height: 45px;
  }

  #homepage-section-5 .dark-blue-theme-button {
    margin-left: 35px;
  }

  #page3-white-slider-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page7-page-jumper-link {
    width: 100% !important;
    margin: 5px 0 !important;
  }

  .bg-page7-heading {
    font-size: 30px;
  }

  .page7-col1 {
    width: 100%;
    margin-bottom: 17px !important;
    font-size: 16px;
    font-weight: 500;
  }

  .page7-col2 {
    width: 100%;
  }

  .teams-six-sub-heading {
    font-size: 26px;
    line-height: 44px;
  }

  .page1-heading,
  .page2-section1-heading {
    font-size: 32px;
    line-height: 55px;
  }

  .page1-heading-small-color {
    font-size: 28px;
  }

  .contact-banner-heading {
    font-size: 38px;
    line-height: 68px;
  }

  .contact-form-wrap {
    padding: 35px 25px 35px;
  }

  .contact-submit {
    font-size: 15px;
    padding: 12px 55px 12px 45px;
  }

  .contact-banner-sub-heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 28px;
    padding-bottom: 18px;
  }

  #contact-form .field-box .form-label,
  .form-warning,
  .privacy-policy .form-check-label {
    font-size: 15px;
  }

  .contact-form-field.textarea {
    height: 225px;
    margin-bottom: 45px;
  }

  .form-text {
    font-size: 15px;
  }

  .contact-banner-para {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 36px;
  }

  .left-list-text {
    width: 100%;
    margin-bottom: 14px;
    color: #103e86;
  }

  .right-list-text {
    width: 100%;
    font-size: 15px;
    text-align: left;
    color: #000;
  }

  .page3-slider-darkheading {
    display: block;
  }

  .page3-slider-darkheading-small {
    display: block;
    width: 100%;
    margin-top: -35px;
    margin-bottom: 15px;
  }

  .slider-full-row-image .slick-next {
    left: 95%;
  }

  .slider-full-row-image .slick-prev {
    right: 95%;
  }

  .slider-full-row-image .slick-slide {
    margin: 0 15px;
  }

  .slider-full-row-image .slick-next.slick-arrow,
  .slider-full-row-image .slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
  }

  .slider-full-row-image .slick-next:before,
  .slider-full-row-image .slick-prev:before {
    width: 11px;
  }

  .underline-heading-wrap {
    flex-wrap: wrap;
  }

  .underline-heading-left {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .underline-heading-right {
    font-size: 35px;
    line-height: 50px;
    width: 100%;
  }

  .page2-gallery-wrap {
    display: block;
  }

  #page2-gallery {
    padding: 60px 0px 60px;
  }

  .page2-gallery-wrap .page2gallery-image {
    width: 100% !important;
    height: 250px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    object-fit: cover;
  }

  .page2-gallery-wrap.second {
    margin-top: 0;
  }

  .button-stripe-image-button {
    height: 42px;
  }

  .button-stripe-buttons.entry-header-button {
    padding: 12px 15px;
  }

  #button-stripe {
    padding: 40px 0px 40px 0px;
  }

  .button-stripe-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .above-footer-common-box {
    width: 100%;
    margin-top: 20px;
  }

  .above-footer-common {
    margin-top: 25px;
  }

  .header-logo {
    height: 18px;
  }

  .banner-video {
    height: 25vh;
  }

  .homepage-section2-heading-english,
  .homepage-section2-heading-japanese {
    line-height: 32px;
    font-size: 32px;
  }

  .homepage-section2-heading {
    margin-bottom: 32px;
  }

  .homepage-dark-content-box {
    width: 100%;
  }

  .homepage-section-4-heading {
    line-height: 46px;
    font-size: 28px;
  }

  .homepage-dark-content-wrap {
    padding: 68px 15px 130px 15px;
    width: calc(100% - 13px);
    margin-left: auto;
  }

  .homepage-section-4-sub-heading {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 17px;
  }

  .homepage-section-4-para {
    margin-bottom: 24px;
  }

  .homepage-dark-image-box {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .page5-sub-heading {
    font-size: 28px;
    line-height: 35px;
    margin-top: 42px;
    margin-bottom: 20px;
  }

  .modal-dialog {
    max-width: 100%;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .page5-pop-count {
    font-size: 35px;
  }

  .page5pop-image-icon {
    height: 60px;
    width: 70px;
  }

  .page5-pop-icon-heading {
    font-size: 16px;
  }

  .page5pop-para {
    font-size: 14px;
  }

  .multi-field-input-box {
    margin-bottom: 15px;
  }

  #homepage-section-4 .container {
    max-width: 100%;
  }

  br {
    display: none;
  }

  .homepage-section2-heading {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
  }

  .my-floating-button {
    width: 178px;
    height: 44px;
    font-size: 13px;
  }

  .floating-big-text {
    font-size: 15px;
  }

  .floating-button-wrap {
    top: 75%;
    right: 0;
  }

  .button-stripe-buttons.entry-header-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .page3-dark-slider-bg-text {
    font-size: 85px;
    line-height: 120px;
    top: 24% !important;
    right: -44px !important;
  }

  .page3-slider-darkheading {
    font-size: 36px;
    line-height: 120px;
  }

  .page3-slider-darkheading-small {
    font-size: 35px;
  }

  .page2-section-2-heading {
    font-size: 34px;
  }

  .left-right-heading {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .button-stripe-image-button {
    width: 48%;
    margin-bottom: 0;
  }

  .about-para {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2.44px;
    text-align: left;
  }

  .slider-button {
    width: 26px;
    height: 48px;
  }

  .homepage-section-5-heading {
    font-size: 35px;
    line-height: 55px;
  }

  .homepage-section3-heading {
    font-size: 24px;
    line-height: 36px;
  }

  #homepage-section-3 {
    padding: 0px 0 0px 0px;
  }
}

@media (max-width: 480px) {
  .modal-dialog {
    width: 80%;
  }

  .page5-pop-box {
    width: 100%;
    padding: 20px 10px;
  }

  .page5-pop-heading {
    font-size: 28px;
    line-height: 45px;
    padding-bottom: 10px;
    margin-bottom: 66px;
  }

  /* .page5-pop-box {
    border-right: none !important;
  } */
  .page5-pop-box:nth-child(9) {
    border-bottom: 1px solid #bec2ce !important;
  }

  #page5-pop-section-pops::before {
    width: 100%;
  }

  .footer-menu-link-wrap .footer-menu-link {
    font-size: 13px;
    padding: 0 2px;
    margin: 0 3px 17px;
    text-align: center;
  }

  .footer-theme-button .entry-header-button-text {
    font-size: 15px;
  }

  .teams-six-sub-heading {
    font-size: 22px;
    line-height: 36px;
  }

  .teams-six-time {
    font-size: 12px;
  }

  .teams-six-name {
    font-size: 14px;
  }

  .teams-six-box {
    width: 47%;
  }

  .teams-six-box:nth-child(-n + 3) {
    margin-bottom: 28px;
  }

  .team-info {
    padding-bottom: 60px;
  }
}

@media (max-width: 360px) {
  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }

  .navbar-brand {
    padding-left: 6px;
    margin-right: 8px;
  }

  .navbar-toggler {
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.about-slider-sub {
  text-align: right;
  font-size: 18px;
  color: #081748;
}

#page1-section5 {
  padding: 113.5px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h1-sec.png");
  position: relative;
  z-index: 1;
}

#page1-section5::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}

.history-col {
  width: 48.217% !important;
}

.history-col.tilt-section.alt {
  margin-left: auto;
  margin-right: 0 !important;
  float: right;
}

#page1-section6 {
  padding: 90px 170px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h2-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#page1-section6::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}

#page1-section7 {
  padding: 128px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h3.png");
  position: relative;
  z-index: 1;
}

#page1-section7::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}

#page1-section8 {
  padding: 100px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h4-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#page1-section8::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}

#page1-section9 {
  padding: 96px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h5-sec.png");
  position: relative;
  z-index: 1;
}

#page1-section9::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}

#page1-section10 {
  padding: 84px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h6-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#page1-section10::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}

#page1-section11 {
  padding: 114px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h9-sec1.png");
  position: relative;
  z-index: 1;
}

#page1-section11::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}

#page1-section12 {
  padding: 108px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h7-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#page1-section12::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}

#page1-section13 {
  padding: 116px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h8-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#page1-section13::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}

#page1-section14 {
  padding: 104px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h9-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;

  margin-bottom: 100px;
}

#page1-section14::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}

@media (max-width: 640px) {
  .about-slider-darkheading {
    font-size: 28px;
    line-height: 35px;
  }

  .about-slider-sub {
    font-size: 16px;
    line-height: 22px;
  }

  #page1-section3 {
    padding: 50px 10px;
    margin-bottom: 0px;
  }

  #page1-section5 {
    padding: 60px 10px;
  }

  .history-col {
    width: 100% !important;
  }

  .page2-section-2-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .linebreak {
    display: block;
  }

  .left-right-para {
    font-size: 16px;
    line-height: 28.44px;
  }

  .about-slider-sub {
    text-align: left;
  }

  #page1-section5::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section6 {
    padding: 60px 10px;
  }

  #page1-section7 {
    padding: 60px 10px;
  }

  #page1-section8 {
    padding: 60px 10px;
  }

  #page1-section9 {
    padding: 60px 10px;
  }

  #page1-section10 {
    padding: 60px 10px;
  }

  #page1-section11 {
    padding: 60px 10px;
  }

  #page1-section12 {
    padding: 60px 10px;
  }

  #page1-section13 {
    padding: 60px 10px;
  }

  #page1-section14 {
    padding: 60px 10px;
  }

  #page1-section6::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section8::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section7::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section8::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section9::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section10::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section11::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section15::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section12::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section13::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  #page1-section14::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }

  .homepage-verticle-text {
    z-index: -1;
  }

  .single-line {
    display: block !important;
  }

  .mt-4 {
    margin-top: 0.5rem !important;
  }
}

.single-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.rik-button {
  margin-top: 2.5rem !important;
}

.weight {
  font-weight: 600 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 20px !important;
}

p.mt-4.mb-0.newpage7-button.wow.fadeInUp {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .py-md-5 {
    background-color: transparent !important;
    font-family: "Zen Antique Soft", serif !important;
  }

  .bg-light {
    background-color: transparent !important;
  }
}

button.accordion-button.collapsed {
  background-color: #103e86;
  color: white;
}

button.accordion-button {
  background-color: #103e86;
  color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #103e86 !important;
  color: white !important;
}

.bg-light {
  background-color: transparent !important;
}

.accordion-button::after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
  width: 20px !important;
  height: 20px !important;
  background-image: none !important;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

.accordion .accordion-item {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid var(--border-color);
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  background-color: #113e86;
  color: white;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-weight: 600;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
  min-height: 0;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
  padding: 10px;
  line-height: 1.5;
}

/* #page1-section11 {
  padding: 170px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h6-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
} */
/* #page1-section11::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
} */
@media (max-width: 1177px) {
  #header .navbar-toggler-icon {
    background-image: url("../images/download.svg");
  }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
  background-color: #113e86;
}

span.medium-text {
  font-size: 13px;
}
