@font-face {
  font-family: psBold;
  src: url(../fonts/Product-Sans-Bold.ttf);
}

@font-face {
  font-family: ps;
  src: url(../fonts/Product-Sans-Regular.ttf);
}

@font-face {
  font-family: psItalic;
  src: url(../fonts/Product-Sans-Italic.ttf);
}

@font-face {
  font-family: psBoldItalic;
  src: url(../fonts/Product-Sans-Bold-Italic.ttf);
}

body{
    max-width: 2440px;
    margin: 0 auto;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.fw-b{ font-weight:600; }

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'ps';
}

:root {
  --color01: #113157;
  --color02: #F1B9AA;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.con-wrapper {
  padding: 0em 1em;
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .con-wrapper {
    padding: 0em 1.5em;
  }
}

.head01 {
  font-size: 52px;
  color: var(--color02);
  font-family: 'ps';
  line-height: 105%;
}

.head01.big {
  font-size: 82px;
}

.link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 8px;
  padding: 0.3em 0.1em;
  outline: none;
  background: transparent;
  border: none;
}

.link-btn.a-right {
  margin-left: auto;
}

.link-btn.pink span {
  color: #FF7B7B;
}

.link-btn.blue span {
  color: #194477;
}

.link-btn.right img {
  width: 17px;
}

.link-btn.down img {
  width: 11px;
}

.link-btn span {
  font-size: 19px;
  text-transform: uppercase;
  display: inline-block;
}

.sec {
  position: relative;
  overflow: hidden;
  padding: 5em 0em;
}

p.para {
  font-size: 16px;
  color: #194477;
  line-height: 115%;
  letter-spacing: 3%;
  font-family: 'ps';
}

p.para.white {
  color: white;
}

p.para.pink {
  color: var(--color02);
}

.light-grey-bg {
  background: #F2F2F2;
}

.head02 {
  font-family: 'ps';
  -webkit-text-fill-color: var(--color01);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color01);
  font-size: 95px;
  letter-spacing: 2.5%;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 95%;
  margin-bottom: 0;
}

.head02.center {
  margin: 0 auto;
}

.head02:hover {
  opacity: 0.8;
  -webkit-text-fill-color: var(--color01);
}

.head02.pink {
  -webkit-text-stroke-color: var(--color02);
  -webkit-text-fill-color: var(--color02);
}

.head02.pink:hover {
  opacity: 0.8;
  -webkit-text-fill-color: var(--color02);
}

.bg-blue {
  background: var(--color01);
}

.heading {
  font-size: 24px;
  color: var(--color01);
  text-transform: uppercase;
  font-family: 'ps';
}

.heading.pink {
  color: var(--color02);
}

.main-nav {
  width: 100%;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--color01);
}

.main-nav.inner-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s ease-in-out;
  background: transparent;
}
.main-nav.inner-nav.sticky{
  background: var(--color01) !important;
}
.main-nav.inner-nav.sticky li a{
  color: white !important;
}
.main-nav.inner-nav.sticky svg path{
  fill: white !important;
}
.main-nav.inner-nav.sticky .menu-toggle svg path{
  stroke: white !important;
}
.main-nav.inner-nav .nav-wrapper .l-part .nav-logo svg path {
  fill: var(--color01);
}

.main-nav.inner-nav .nav-wrapper .nav-list li a {
  color: var(--color01);
}

.main-nav.inner-nav .nav-wrapper .r-part .menu-toggle .menu-bar path {
  stroke: var(--color01);
}

.main-nav .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8em 0em;
}

.main-nav .nav-wrapper .l-part .nav-logo {
  display: inline-block;
}

.main-nav .nav-wrapper .l-part .nav-logo img, .main-nav .nav-wrapper .l-part .nav-logo svg {
  width: 280px;
}

.main-nav .nav-wrapper .r-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav .nav-wrapper .r-part .menu-toggle {
  background: transparent;
  outline: none;
  border: none;
  display: none;
}

.main-nav .nav-wrapper .r-part .menu-toggle img {
  width: 25px !important;
  display: none;
}

.main-nav .nav-wrapper .r-part .menu-toggle.active img {
  display: block;
}

.main-nav .nav-wrapper .r-part .menu-toggle.active svg {
  display: none;
}

.main-nav .nav-wrapper .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav .nav-wrapper .nav-list li a {
  display: inline-block;
  padding: 0.3em 0.8em;
  font-size: 14px;
  font-family: 'ps';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: white;
}

.main-nav .nav-wrapper .nav-list li a:hover, .main-nav .nav-wrapper .nav-list li a.active {
  /* color: white; */
  font-family: 'psBold';
}

.home-header {
  background-color: var(--color01);
  padding-top: 1.3em;
  padding-bottom: 1.4em;
}

.home-header .head01 {
  margin-bottom: 0;
}

.home-header .project-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.home-header .project-wrap img {
  display: block;
  margin-left: auto;
}

.main-head-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-head-video > 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;
}

.main-head-video .player-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.player-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 123, 123, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.player-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.player-button:hover .inner-circle {
  width: 70%;
  height: 70%;
}

.player-button:hover .inner-circle img {
  width: 32%;
}

.player-button .inner-circle {
  width: 65%;
  height: 65%;
  border-radius: 50%;
  border: 1px solid var(--color01);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.player-button .inner-circle img {
  width: 30%;
  margin-left: 7%;
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.head-img {
  width: 100%;
  position: relative;
}

.head-img img {
  width: 100%;
}

.bp-sec {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.bp-sec .bp-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.bp-sec .bp-grid .g-item:nth-child(1) {
  background: var(--color01);
}

.bp-sec .bp-grid .g-item:nth-child(1) p {
  color: var(--color02);
}

.bp-sec .bp-grid .g-item:nth-child(2) {
  background: var(--color02);
}

.bp-sec .bp-grid .g-item:nth-child(2) p {
  color: var(--color01);
}

.bp-sec .bp-grid .g-item .wi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 6em 1.5em;
}

.bp-sec .bp-grid .g-item .wi-wrap img {
  max-width: 150px;
  margin-bottom: 15px;
}

.bp-sec .bp-grid .g-item .wi-wrap p {
  text-align: center;
  margin-bottom: 0;
  font-family: "ps";
  font-size: 32px;
  line-height: 114.3%;
  max-width: 400px;
}

.hightlight-sec {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hightlight-sec .con-wrapper {
  padding-top: 4em !important;
}

.high-container {
  margin-top: 50px;
}

.high-02 {
  margin-top: -180px;
}

.high-01 {
  margin-top: 100px;
}

.high-wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
}

.high-wrap:hover::after, .high-wrap.active::after {
  opacity: 1;
}

.high-wrap:hover .con h3, .high-wrap.active .con h3 {
  color: #ff7b7b;
}

.high-wrap:hover .con p, .high-wrap.active .con p {
  opacity: 1;
}

.high-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--color01);
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.high-wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.high-wrap .plus {
  position: absolute;
  top: 1.3em;
  right: 1.3em;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color02);
  z-index: 3;
}

.high-wrap .plus img {
  width: 35%;
}

.high-wrap .con {
  padding: 1.2em 1.3em;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
}

.high-wrap .con h3 {
  margin-bottom: 0;
  line-height: 109%;
  color: white;
  font-size: 38px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.high-wrap .con p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #f1b9aa;
  line-height: 120%;
  opacity: 0;
  letter-spacing: 3%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.num-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(180px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 5em;
}

.num-grid .num {
  background: rgba(241, 185, 170, 0.3);
  padding: 1.8em 2em;
  padding-top: 1em;
}

.num-grid .num h3 {
  color: #ff7b7b;
  margin-bottom: 0;
  font-size: 100px;
  border-bottom: 1px solid white;
  margin-top: 0;
}

.num-grid .num p {
  padding-top: 15px;
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}

.devider {
  width: 100%;
  height: 1px;
  background: white;
  margin: 45px 0px;
}

.num-sec {
  position: relative;
  padding-bottom: 0;
}

.num-sec .head02 {
  margin-top: 100px;
}

.map {
  position: relative;
  overflow: hidden;
  padding-top: 46.26%;
  margin-top: 48px;
}

.map > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.map img {
  -o-object-position: bottom;
     object-position: bottom;
}

.main-footer {
  position: relative;
  background: #f1b9aa;
  padding: 4em 0px;
  padding-bottom: 3em;
}

.main-footer .ft-logo {
  position: relative;
  display: inline-block;
}

.main-footer .ft-logo img {
  width: 80px;
}

.main-footer .ft-link {
  font-size: 16px;
  color: #194477;
  font-family: "psBold";
  text-transform: uppercase;
}

.main-footer .ft-link.style-2 {
  text-decoration: none;
  text-transform: none;
  font-family: "ps";
  margin-bottom: 7px;
  display: inline-block;
}

.main-footer .col-num {
  font-size: 36px;
  color: #194477;
  display: inline-block;
  margin-top: -8px;
}

.main-footer .web-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-footer .web-flex a {
  display: inline-block;
  padding-right: 10px;
}

.main-footer .web-flex a:nth-child(2) {
  padding-left: 10px;
}

.main-footer .web-flex a:nth-child(1) {
  border-right: 1px solid var(--color01);
}

.main-footer .ft-head {
  font-family: "psBoldItalic";
  font-size: 14px;
  margin-bottom: 7px;
  color: #194477;
  text-transform: uppercase;
}

.main-footer .ft-para {
  font-size: 18px;
  font-family: "ps";
  color: #113157;
  line-height: 120%;
  letter-spacing: 5%;
  margin-bottom: 30px;
}

.main-footer .ft-bt {
  margin-top: 70px;
}

.nvv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pl-cc {
  padding-left: 1.5em;
}

.fl-wrap {
  width: 100%;
}

.fl-wrap .fl-img {
  width: 100%;
  padding-top: 59.24%;
  position: relative;
  overflow: hidden;
}

.fl-wrap .fl-img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width:100%;
  height:100%;  
}

.fl-wrap .fl-det {
  background: var(--color02);
  padding: 1.3em 1.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 150px;
      grid-template-columns: 1fr 150px;
  gap: 12px;
  height:324px;
  max-height:324px;
}

.fl-wrap .fl-det .l-part h3 {
  font-size: 32px;
  color: var(--color01);
  margin-bottom: 10px;
}

.fl-wrap .fl-det .l-part ul {
  padding-left: 0;
}

.fl-wrap .fl-det .l-part ul li {
  padding: 0px;
  font-size: 14px;
  color: var(--color01);
}

.fl-wrap .fl-det .r-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.fl-wrap .fl-det .r-part img {
  width: 60px;
}

.fl-wrap .fl-det .r-part p {
  text-align: right;
  font-size: 14px;
  color: var(--color01);
  text-transform: uppercase;
  line-height: 116%;
}

.fl-wrap .fl-det .r-part p span {
  font-style: italic;
}

.bar {
  border-bottom: 5px solid #f1b9aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding: 8px 0px;
}

.bar span {
  color: var(--color01);
  font-size: 17px;
}

.bar.thin {
  border-bottom: 2px solid #f1b9aa;
}

.c-acc {
  position: relative;
}

.c-acc.style-2 {
  margin-top: 55px;
}

.c-acc.style-2 .accordion-item {
  border-bottom: 1px solid white;
  padding: 15px 0px;
  margin-bottom: 0;
}

.c-acc.style-2 .accordion-item .accordion-button {
  color: white !important;
  padding: 0 !important;
  border: none !important;
  font-size: 20px;
}

.c-acc.style-2 .accordion-item .accordion-body {
  padding-bottom: 0px;
  padding-top: 8px;
}

.c-acc.style-2 .accordion-item .accordion-body p {
  margin-bottom: 0;
}

.c-acc .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 15px;
}

.c-acc .accordion-item .accordion-button {
  background: transparent;
  border-bottom: 5px solid var(--color01);
  padding: 8px 0px;
  color: var(--color01) !important;
  font-size: 17px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.c-acc .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.svg");
  transform:rotate(0deg);	
}

.accordion-button::after{
	width: 1.7rem;
    height: 1.7rem;
	background-size: 1.7rem;
}

.accordion-item .accordion-button.collapsed::after{
	background-image: url("../images/plus.svg");
	transform:rotate(0deg);
}

.spec-sec .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-white.svg");
  transform:rotate(0deg);	
}

.c-acc .accordion-item .accordion-body {
  padding: 1em 0px;
  padding-bottom: 0;
}

.in-wrap {
  padding: 1.3em 1em;
  padding-bottom: 1.5em;
  background: #f2e1dc;
}

.in-wrap p {
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #ff7b7b;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 0;
}

.in-wrap p span {
  font-family: "psBold";
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color01);
}

.in-wrap ul {
  padding-left: 0;
  margin-bottom: 15px;
}

.in-wrap ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.in-wrap ul li:after {
  content: "";
  position: absolute;
  width: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  height: 2px;
  border-bottom: 2px dotted var(--color01);
}

.in-wrap ul li span {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color01);
  background: #f2e1dc;
  padding: 5px 5px;
  position: relative;
  z-index: 5;
}

.bar-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(100px, 250px) minmax(100px, 250px) minmax(100px, 250px) 1fr;
      grid-template-columns: 1fr minmax(100px, 250px) minmax(100px, 250px) minmax(100px, 250px) 1fr;
  margin-top: 15px;
}

.bar-grid .bg-i p {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color01);
  margin-bottom: 4px;
}

.bar-grid .bg-i:nth-child(1) {
  border-bottom: 3px dotted var(--color02);
}

.bar-grid .bg-i:nth-child(1) p {
  text-align: left;
}

.bar-grid .bg-i:nth-child(2) {
  border-bottom: 5px solid var(--color02);
}

.bar-grid .bg-i:nth-child(2) p {
  text-align: left;
}

.bar-grid .bg-i:nth-child(3) {
  border-bottom: 5px solid var(--color01);
}

.bar-grid .bg-i:nth-child(3) p {
  text-align: center;
}

.bar-grid .bg-i:nth-child(4) {
  border-bottom: 5px solid var(--color02);
}

.bar-grid .bg-i:nth-child(4) p {
  text-align: right;
}

.bar-grid .bg-i:nth-child(5) {
  border-bottom: 3px dotted var(--color02);
}

.bar-grid .bg-i:nth-child(5) p {
  text-align: right;
}

.spec-sec {
  padding: 5em 0px;
  padding-top: 0;
}

.spec-sec .head02 {
  margin-top: 1em;
}

.team-sec {
  padding: 5em 0px;
  padding-top: 3em;
}

.team-sec .para.pink {
  margin-bottom: 65px;
}

.team-card {
  width: 100%;
  position: relative;
  min-height: 415px;
  background: #f1b9aa;
  height: 100%;
}

.team-card .team-head {
  background: white;
  padding: 25px 1.5em;
}

.team-card .team-head img {
  width: 200px;
}

.team-card .team-con {
  background: #f1b9aa;
  min-height: 348.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0em 1.5em;
  padding-bottom: 1.5em;
}

.team-card .team-con .team-profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding-top: 2em;
  gap: 25px;
}

.team-card .team-con .team-profile .profile {
  width: 100%;
}

.team-card .team-con .team-profile .profile .p-img {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 123, 123, 0.5);
  margin-bottom: 15px;
}

.team-card .team-con .team-profile .profile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-card .team-con .team-profile .profile h4 {
  font-size: 18px;
  font-family: "psBold";
  color: var(--color01);
}

.team-card .team-con .team-det {
  padding-top: 1.5em;
}

.team-card .team-con .team-det p {
  color: #194477;
  line-height: 121%;
}

.cons-list {
  padding-left: 0;
  margin-top: 45px;
}

.cons-list li {
  padding: 12px 0px;
  border-bottom: 1px solid var(--color01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.cons-list li span {
  font-size: 16px;
  color: var(--color01);
}

.contact-sec {
  padding-top: 130px;
  padding-bottom: 5em;
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.form-group .inp-group {
  width: 100%;
  position: relative;
}

.form-group .inp-group input, .form-group .inp-group textarea {
  width: 100%;
  padding: 12px 18px;
  outline: none;
  border: 0.5px solid #194477;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.form-group .inp-group input::-webkit-input-placeholder, .form-group .inp-group textarea::-webkit-input-placeholder {
  font-family: 'ps';
  color: var(--color01);
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
}

.form-group .inp-group input:-ms-input-placeholder, .form-group .inp-group textarea:-ms-input-placeholder {
  font-family: 'ps';
  color: var(--color01);
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
}

.form-group .inp-group input::-ms-input-placeholder, .form-group .inp-group textarea::-ms-input-placeholder {
  font-family: 'ps';
  color: var(--color01);
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
}

.form-group .inp-group input::placeholder, .form-group .inp-group textarea::placeholder {
  font-family: 'ps';
  color: var(--color01);
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
}

.con-form {
  position: relative;
}

.con-form button span {
  font-family: 'psBold' !important;
  font-size: 18px;
}

.mobile-menu {
  position: fixed;
  top: 66.6px;
  left: 0;
  width: 100%;
  height: calc( 100vh - 66.6px);
  background: var(--color01);
  z-index: 9999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mobile-menu.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.mobile-menu ul {
  position: relative;
  margin-bottom: 55px;
  margin-top: 65px;
}

.mobile-menu ul li {
  text-align: right;
}

.mobile-menu ul li a {
  display: inline-block;
  font-size: 42px;
  padding: 0px 0px;
  color: white;
}

.mobile-menu .link-btn span {
  font-size: 18px;
}

.high-sl {
  display: none;
  padding-left: 1.5em;
}

.gallery-sec {
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: var(--color01);
}

.gallery-sec .con-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.g-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8em 0px;
}

.g-top > img {
  width: 230px;
}

.g-top a.close-btn {
  background: transparent;
  outline: none;
  border: none;
}

.g-top a.close-btn img {
  width: 30px;
}

.sw-nvv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 20px;
}

.sw-nvv img {
  width: 30px;
}

.gallery-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
  background: white;
}

.gallery-slide:hover > img {
  -webkit-filter: grayscale(0) brightness(0.9);
          filter: grayscale(0) brightness(0.9);
}

.gallery-slide:hover h3 {
  color: var(--color02);
}

.gallery-slide > * {
  position: absolute;
}

.gallery-slide > img {
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(0.8);
          filter: grayscale(1) brightness(0.8);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gallery-slide button {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  outline: none;
  border: none;
}

.gallery-slide button img {
  width: 25px;
}

.gallery-slide h3 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  font-size: 72px;
  color: white;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gallery-mobile {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.gallery-mobile .gallery-slide {
  padding-top: 100%;
  margin-bottom: 25px;
}

.gallery-mobile .gallery-slide h3 {
  font-size: 32px;
}

.gallery-mobile .gallery-slide button {
  width: 40px;
  height: 40px;
}

.gallery-mobile .gallery-slide button img {
  width: 15px;
}

.vid-wrap {
  width: 100%;
  position: relative;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.vid-wrap.active {
  width: 100%;
  height: 100vh;
  position: fixed;
  padding: 1em 1.5em;
  padding-top: 0;
  top: 0;
  left: 0;
  background: var(--color01);
  z-index: 9999999;
}

.vid-wrap.active .vid-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vid-wrap.active .main-head-video {
  height: calc( 100vh - 110.66px);
}

.vid-wrap .vid-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8em 0px;
  display: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.vid-wrap .vid-top > img {
  width: 230px;
}

.vid-wrap .vid-top button.cls {
  background: transparent;
  outline: none;
  border: none;
}

.vid-wrap .vid-top button.cls img {
  width: 30px;
}

.mob-wrap {
  display: none;
}

.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 8px;
  margin-bottom: 20px;
  margin-top: -25px;
  border: none !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-tabs button {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  border: none !important;
  padding: 0.7em 0.8em;
  background: #F2F2F2 !important;
  border-radius: 5px !important;
}

.c-tabs button img {
  max-width: 100px;
  width: 100%;
}

.tb-wrapper .team-card .team-con {
  padding: 1em;
  background: rgba(241, 185, 170, 0.1);
  border: 1.5px solid #F1B9AA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.tb-wrapper .team-card .team-head {
  
}

.tb-wrapper .team-card .team-profile {
  display: block;
  padding-top: 0px;
}

.tb-wrapper .team-card .team-profile .profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.tb-wrapper .team-card .team-profile .profile h4 {
  color: white;
}

.tb-wrapper .team-card .team-det {
  padding-top: 0.5em;
}

.tb-wrapper .team-card .team-det p {
  color: var(--color02);
  margin-bottom: 0;
}

.main-gallery-area {
  width: 100%;
  background: var(--color01);
}

.main-gallery-area .gallery-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8em 0px;
}

.main-gallery-area .gallery-top > img {
  width: 230px;
}

.main-gallery-area .gallery-top .cl {
  background: transparent;
  outline: none;
  border: none;
}

.main-gallery-area .gallery-top .cl img {
  width: 30px;
}

ul.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 14vh;
  grid-auto-flow: dense;
  padding-left: 0;
  margin-bottom: 0;
}

ul.gallery-grid li {
  display: block;
  overflow: hidden;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.gallery-grid li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

ul.gallery-grid li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul.gallery-grid li:nth-child(3n+2) {
  background-color: rgba(2, 61, 255, 0.295);
}

ul.gallery-grid li:nth-child(3n+1) {
  background-color: rgba(2, 61, 255, 0.295);
}

ul.gallery-grid li:nth-child(3n) {
  background-color: rgba(2, 61, 255, 0.295);
}

.span2 {
  -ms-grid-row-span: 2;
      grid-row-end: span 2;
}

.span3 {
  -ms-grid-row-span: 3;
      grid-row-end: span 3;
}

.span4 {
  -ms-grid-row-span: 4;
      grid-row-end: span 4;
}

.span5 {
  -ms-grid-row-span: 5;
      grid-row-end: span 5;
}

.span6 {
  -ms-grid-row-span: 6;
      grid-row-end: span 6;
}

.height2 {
  -ms-grid-column-span: 2;
      grid-column-end: span 2;
}

@media (max-width: 500px) {
  ul.gallery-grid {
    grid-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-auto-rows: 18vh;
  }
}

@media (max-width: 400px) {
  ul.gallery-grid {
    grid-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-auto-rows: 8vh;
  }
}

.hover-btn img {
    transform: translatex(0px);
    transition: 0.4s linear;
}
.hover-btn:hover img { 
    transform: translate3d(5px, 0px, 5px);
}
.con-wrapper .cons-list span {
    text-transform: capitalize;
}

/*# sourceMappingURL=main.css.map */