@charset "UTF-8";
/* Font start */

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}


/* Font end */

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --bg-blue-400: #13d5e9;
  --bg-blue-500: #00acd7;
  --bg-blue-800: #0a1950;
  --bg-blue-900: #2f2f2f;
  
  /* -- */
  --bg-blue-1000: #fff;
  --bg-blue-1100: #000;
  /* --- */

  --bg-hr-color: #ccc;

  --bg-white: #fff;
  --bs-body-font-family: "TradeGothicLT-CondEighteen";

  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  /* font size */
  --font-size-14: 0.875rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-24: 1.5rem;
  --font-size-28: 1.75rem;
  --font-size-32: 2rem;
  --font-size-40: 2.5rem;
  --font-size-48: 3rem;
}

html {
  font-size: 16px;
}
body {
  font-size: var(--font-size-16);
  font-family: "Roboto", sans-serif;
  color: var(--bg-blue-900);
}
a {
  color: var(--bg-blue-900);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1472px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.grid-col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.grid-col-auto {
  flex: 0 0 auto;
  width: auto;
}
.grid-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.grid-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.grid-col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.grid-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.grid-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.grid-col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.grid-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.grid-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.grid-col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.grid-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.grid-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.grid-col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .grid-col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .grid-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .grid-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .grid-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .grid-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .grid-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .grid-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .grid-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .grid-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .grid-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .grid-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .grid-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .grid-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .grid-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .grid-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .grid-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .grid-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .grid-col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .grid-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .grid-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .grid-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .grid-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .grid-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .grid-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .grid-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .grid-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .grid-col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .grid-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .grid-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .grid-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .grid-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .grid-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .grid-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .grid-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .grid-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .grid-col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .grid-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .grid-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .grid-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .grid-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .grid-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .grid-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .grid-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .grid-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}

.txt-center {
  text-align: center;
}
.txt-white {
  color: var(--bg-white);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bg-blue-800);
}
button {
  cursor: pointer;
}
.contactUsList li:first-child{
  padding-left: 0;
  padding-bottom: 20px;
}
.contactUsList li:first-child:after,.contactUsList li:first-child:before{
  display: none;
}
.contactUsList li:after,.contactUsList li:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}
.contactUsList li:after{
  width: 40px;
  height: 40px;
  
  background-color: #fcefe7;
  border-radius: 100%;
}
.contactUsList li:before{
  background-image: url(/images/location_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 40px;
  background-size: contain;
  z-index: 1;
  top: 10px;
}
.contactUsList li.phone:before{
  background-image: url(/images/phone.png);
}
.contactUsList li.email:before{
  background-image: url(/images/email_icon.png);
  top: 13px;
  height: 14px;
}
.contactUsList li{
  padding:0 0 50px 60px;
  position: relative;
}
.contactUsList li.email{
  padding-top: 13px;
}
h1 {
  font-family: "TradeGothicLT-Bold";
  font-size: var(--font-size-28);
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: capitalize;
  color: #526f00;
}
.readMore{
  color: #cf4b00;
  font-size: var(--font-size-14);
}
header,
footer {
  background: var(--bg-blue-1000);
  position: relative;
}
footer{
  background-color: var(--bg-blue-900);
}
header {
  border-bottom: 2px solid var(--bg-white);
  max-height: 65px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(150,150,150,1);
-moz-box-shadow: 0px 0px 7px 0px rgba(150,150,150,1);
box-shadow: 0px 0px 7px 0px rgba(150,150,150,1);
position: relative;
z-index: 2;
}
.service-icon{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fcefe7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grey-sec{
  background-color: #f8f9fb;
}
.img-holder{
  width: 100%;
  object-fit: cover;
  height: 250px;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.jc_center{
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.service-icon img{
  width: 48px;
}
.service-icon+h2, .img-holder+h2{
  color: #526f00;
  font-size: var(--font-size-16);
  margin-top: 10px;
}
.arrowWrap {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  z-index: 5;
}
.arrowWrap svg {
    width: 100px;
    height: auto;
    margin: 0 2rem;
    cursor: pointer;
    overflow: visible;
    fill: #FFf;
  }
  
  .arrowWrap svg polygon, .arrowWrap svg path {
      transition: all 0.5s cubic-bezier(.2,1,.3,1);;
      
    }
    .arrowWrap svg:hover polygon, .arrowWrap svg:hover path {
      transition: all 1s cubic-bezier(.2,1,.3,1);;
      fill: #FF4136;
    }
      
    .arrowWrap svg:hover .arrow {
      animation: arrow-anim 2.5s cubic-bezier(.2,1,.3,1) infinite;
    }
    .arrowWrap svg:hover .arrow-fixed {
      animation: arrow-fixed-anim 2.5s cubic-bezier(.2,1,.3,1) infinite;
    }
  
@keyframes arrow-anim {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	5% {
		transform: translateX(-0.1rem);
	}
	100% {
		transform: translateX(1rem);
		opacity: 0;
	}
}

@keyframes arrow-fixed-anim {
	5% {
		opacity: 0;
	}
	20% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
.logo-wrap{
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  background-color: #fff;
  position: relative;
}
.logo-wrap:before {
  width: 90%;
  content: '';
  height: 20px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(150, 150, 150, 1);
  -moz-box-shadow: 0px 0px 7px 0px rgba(150, 150, 150, 1);
  box-shadow: 0px 0px 16px 0px rgba(150, 150, 150, 1);
  background-color: red;
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: -1;
}
.exploreWrap, .reachWrap{
  background-color: #fcefe7;
  padding: 20px 20px 0;
  /* border-radius: 10px; */
}
.exploreWrap h2, .reachWrap h2{
  font-size: var(--font-size-24);
  margin: 20px 0;
}
.reachWrap p{
  padding:0 20px;
}
.random-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.kun-gallery {
  flex: 1;
}

.kun-gallery ul {
  list-style-type: none;
  padding: 0;
}

.kun-gallery li {
  display: inline-block;
  padding: 0;
}

.kun-gallery ul li a {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.kun-gallery ul li a:hover {
  opacity: .9;
}
.kun-gallery ul li {
  position: relative;
  overflow: hidden;
  width: calc(25% - 3px);
  height: 25vw;
}

.kun-lightbox {
  z-index: 999999;
}

.gallery-container {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0;
  display: none; /* changed to work on gallery */
}

.kun-modal {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.gallery-container .left-arrow,
.gallery-container .right-arrow,
.gallery-container .close-icon {
  position: absolute;
  color: white;
  top: 50%;
  line-height: 0;
  left: 20px;
  font-size: 4vw;
  font-weight: 300;
  font-family: sans-serif;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-container .right-arrow {
  right: 20px;
  left: auto;
}

.gallery-container .close-icon {
  top: 20px;
  right: 20px;
  left: auto;
  font-size: 3vw;
}

.kun-lightbox img {
  max-width: 80%;
  max-height: 80%;
  height: auto;
  width: auto;
  margin: auto;
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.reachWrap img{
  max-height: 120px;
  width: auto;
}
.exploreWrap img{
  border-radius: 20px 5px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(215,60,1,0.43);
-moz-box-shadow: 0px 0px 14px 0px rgba(215,60,1,0.43);
box-shadow: 0px 0px 14px 0px rgba(215,60,1,0.43);
border: #D73C01 1px solid;
}
.exploreWrap p{
  opacity: 0.9;
}
.gallery{
  width:500px;
  height:400px;
  margin: 100px auto;
  perspective: 1000px;
}

.gallery-item {
  width: 100%;
  height: 400px;
  transform-style: preserve-3d;
  transition: transform 5.0s ease-in-out;
  
}

.gallery-item img{
  position: absolute; /*一枚になる*/
  display:block;
  width:100%;
  height:100%;

}

.gallery-item:hover {
  transform: rotateY(270deg);
  cursor: pointer;
}

.number1 {
  transform: translateZ(250px);
}

.number2 {
  transform-origin: center left;
  transform: translateZ(-250px) rotateY(270deg);
}

.number3 {
  transform: translateZ(-250px);
}


.number4 {
  transform-origin: right;
  transform: rotateY(270deg)  translateX(250px);
}

.gallery2 {
  width: 100%; /* Adjusted to fit the container */
  height: 80%; /* Adjusted to fit the container */
  margin: 10% auto; /* Adjusted to fit the container */
  perspective: 1000px; /* This can remain as is, since it's a 3D effect */
}

.gallery-item2 {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 5.0s ease-in-out;
}

.gallery-item2 img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-item2:hover {
  transform: rotateY(270deg);
  cursor: pointer;
}

.number1 {
  transform: translateZ(25%);
}

.number2 {
  transform-origin: center left;
  transform: translateZ(-25%) rotateY(270deg);
}

.number3 {
  transform: translateZ(-25%);
}

.number4 {
  transform-origin: right;
  transform: rotateY(270deg) translateX(25%);
}

/* スマホ時、画像サイズを調整 */
@media(max-width: 600px) {
  .gallery-container .close-icon{
    font-size: 42px;
  }
  .gallery {
    width: 250px;
    height: 200px;
  }
  .gallery-item {
    width: 250px;
    height: 200px;
  }
  .number1 {
    transform: translateZ(125px);
  }
  .number2 {
    transform: translateZ(-125px) rotateY(270deg);
  }
  .number3 {
    transform: translateZ(-125px);
  }
  .number4 {
    transform: rotateY(270deg) translateX(125px);
  }
}
.owl-dots{
  display: none;
}
.img-100{
  width: 100%;
}
.site-nav {
  align-items: center;
  justify-content: end;
  height: 0;
  transition: height 0.2s ease-out;
  background: var(--bg-blue-1000);
  top: 65px;
  position: absolute;
  right: 10px;
  width: calc(100% - 147px);
  z-index: 6;
  overflow: hidden;
}
.site-nav.active {
  height: 222px;
  border-top: 2px solid var(--bg-blue-1100);
  border-bottom: 2px solid var(--bg-blue-1100);
  /* opacity: 1;
  visibility: visible; */
}
.site-nav li {
  padding: 0.5rem 1rem;
}
.site-nav li a {
  font-size: var(--font-size-16);
  color: var(--bg-blue-1100);
  -webkit-transition: opacity 0.4s ease-in-out,
    background-color 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.site-nav li a:hover {
  opacity: 0.7;
}
.inner-heading{
  position: relative;
}
.inner-heading:after{
  height: 3px;
  width: 200px;
  position: absolute;
  content: '';
  background: #cf4b00;
  bottom: -16px;
  left: calc(50% - 100px);
}
.site-nav li.active a {
  color: #cf4b00;
}
.banner-shade{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0px 0px 165px 51px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 165px 51px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 165px 51px rgba(0,0,0,0.75);
}
.banner-shade h1{
  color: #fff;
  font-size: 52px;
  text-shadow: 4px 4px 2px rgba(0,0,0,0.22);
}
.mobile_menu_bar {
  position: relative;
  float: right;
  cursor: pointer;
  height: 32px;
  width: 32px;
  margin-top: 23px;
}
.mobile_menu_bar span {
  display: block;
  background-color: var(--bg-blue-1100);
  position: absolute;
  height: 2px;
  width: 20px;
  margin: auto;
  position: absolute;
  left: 6px;
  top: 11px;
}
.mobile_menu_bar span:nth-child(2) {
  top: 16px;
}
.mobile_menu_bar span:nth-child(3) {
  top: 21px;
}
footer svg {
  color: var(--bg-white);
  width: 32px;
  height: 32px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.footer-nav {
  display: inline-grid;
  text-align: center;
}
.footer-nav a {
  font-size: var(--font-size-14);
  color: var(--bg-blue-1000);
  margin: 0 0.75rem;
  padding: 0.625rem;
  display: block;
}
.bottom-footer {
  font-size: var(--font-size-14);
  line-height: 1.4rem;
}
.bottom-footer a {
  color: var(--bg-white);
  text-decoration: underline;
  display: block;
}
.bottom-footer .hidden {
  display: none;
}
.banner-wrap {
  position: relative;
}

.banner-wrap img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.menu-wrap {
  width: 100%;
  overflow: auto;
  min-height: 100px;
}
h2 {
  font-size: var(--font-size-32);
  text-transform: uppercase;
}
.side-menu ul {
  display: flex;
}
.side-menu li {
  position: relative;
  padding: 1.2rem 1rem 0;
}

.side-menu li a {
  font-size: var(--font-size-16);
  color: var(--bg-blue-800);
  text-transform: uppercase;
  white-space: nowrap;
}

.blog-card {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  position: relative;
  word-wrap: break-word;
}
.blog-card .image-wrap {
  width: 100%;
  max-height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card .image-wrap img {
  width: 100%;
}
.blog-card-body {
  flex: 1 1 auto;
  margin-bottom: 1rem;
  text-align: center;
  line-height: var(--font-size-18);
  background-color: var(--bg-blue-1100);
  min-height: 76px;
  display: flex;
  /* new change */
}
.blog-card-body h2 {
  color: var(--bg-blue-400);
  font-size: var(--font-size-18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "TradeGothicLT-Bold";
  margin: 20px;
  width: calc(100% - 40px);
}
.blog-card-body a{
  width: 100%;
  justify-content: center;
  align-items: center;
}
.blog-chip li {
  width: auto;
  display: inline-block;
  line-height: 1;
  margin: 0 0.2rem 0.4rem 0;
}
.blog-chip li a {
  line-height: 1;
  font-size: var(--font-size-14);
  padding: 0.2rem 0.8rem 0.2rem 0.8rem;
  color: var(--bg-blue-900);
  border: 1px solid var(--bg-blue-900);
  text-transform: capitalize;
  display: block;
  text-transform: uppercase;
}
.date {
  font-family: "TradeGothicLT-Bold";
  color: var(--bg-blue-800);
  color: var(--bg-white);
  /* margin-bottom: 0.7rem; */
  display: block;
  line-height: 26px;
}

.sectionHeading {
  text-transform: capitalize;
}

/* article  end*/

.footer_social_media li a.icon {
  border-radius: 3px;
}
.footer_social_media li {
  display: inline-block;
  position: relative;
}
.footer_social_media li a.icon {
  height: 32px;
  width: 32px;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.footer_social_media a.icon {
  opacity: 0.9;
}
.footer_social_media li a {
  margin-right: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .footer-nav {
    display: flex;
  }
  .bottom-footer a,
  .bottom-footer .hidden {
    display: inline-block;
  }
  .banner-content h1 {
    font-size: var(--font-size-32);
  }

  .search-wrap input[type="text"] {
    line-height: 2.5rem;
  }
  
  /* article start */
  .grid-article figure img {
    width: 378px;
    height: auto;
  }
  .article-social {
    justify-content: end;
  }
  .article-social {
    padding-top: 0;
  }
  .article-social a {
    margin-top: 0;
  }
  /* article end */
}
@media (min-width: 992px) {
  .row-rev{
    flex-direction: row-reverse;
  }
  .mobile_menu_bar {
    display: none;
  }
  .site-nav {
    position: unset;
    height: unset;
    min-height: 65px;
    display: flex;
  }
  
  .site-nav li {
    padding: 0 0 0 1.5rem;
  }
}
@media screen and (max-width: 1279px) and (min-width: 992px) {
  .side-menu li a,
  .search-wrap input[type="text"] {
    font-size: var(--font-size-20);
  }
  .side-menu li:after {
    top: calc(1.2rem + 5px);
    width: 12px;
  }
  .side-menu li {
    padding: 1.2rem 0 0 1.4rem;
  }
}
@media (min-width: 1200px) {
  .side-menu h2{
    font-size: var(--font-size-32);
  }
  .grid-article h1 {
    font-size: var(--font-size-48);
  }
}
@media (max-width: 576px) {
  .m-txt-center{
    text-align: center;
  }
}


