*,
html {
  box-sizing: border-box; }

body {
  font-family: 'Palanquin', sans-serif;
  font-weight: 300;
  font-size: 1em; }

body,
html {
  height: 100%; }

body.home-page {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0; }
body :focus {
  outline: -webkit-focus-ring-color auto 0px; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: no-common-ligatures; }

h1,
.h1 {
  font-size: 4em;
  letter-spacing: 1px;
  line-height: 66px;
  font-family: GardnerSans-Bold; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h1,
    .h1 {
      font-size: 3.5em;
      line-height: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
      font-size: 3.25em;
      line-height: 58px; } }
  @media (max-width: 767px) {
    h1,
    .h1 {
      font-size: 2.75em;
      line-height: 46px; } }

h2,
.h2 {
  font-size: 3.375em;
  letter-spacing: 1px;
  line-height: 60px;
  font-family: GardnerSans-Bold;
  color: #1A1430; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h2,
    .h2 {
      font-size: 2.75em;
      line-height: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2,
    .h2 {
      font-size: 2em;
      line-height: 38px; } }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 2em;
      line-height: 36px; } }

h3,
.h3 {
  letter-spacing: 1px;
  font-family: GardnerSans-Semibold;
  line-height: 38px;
  font-size: 2em; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h3,
    .h3 {
      font-size: 1.625em;
      line-height: 34px; } }
  @media (max-width: 767px) {
    h3,
    .h3 {
      font-size: 1.375em;
      line-height: 26px; } }

img {
  height: auto;
  max-width: 100%; }

a {
  color: #120D22; }
  a:hover {
    color: #1A1430; }

p {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.875em;
  font-size: 1em; }
  @media (min-width: 992px) and (max-width: 1199px) {
    p {
      font-size: 0.9375em;
      line-height: 24px; } }
  p:last-child {
    margin-bottom: 0; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

.white-text {
  color: #fff; }
  .white-text h1,
  .white-text .h1,
  .white-text h2,
  .white-text .h2,
  .white-text h3,
  .white-text .h3,
  .white-text h4,
  .white-text .h4,
  .white-text h5,
  .white-text h6,
  .white-text p,
  .white-text li,
  .white-text a {
    color: #fff; }

.primary-bg {
  background-color: #1A1430; }

.scroll-content {
  transition: transform 0.3s; }

.subheading {
  color: #D10027;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 27px;
  text-transform: uppercase;
  display: block;
  font-family: GardnerSans-Bold; }
  @media (max-width: 767px) {
    .subheading {
      font-size: 14px;
      line-height: 18px; } }
  .subheading.small {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px; }

.scrollbar-track {
  display: none !important;
  opacity: 0 !important; }

.header-bground {
  display: none; }

header {
  position: fixed;
  width: 100vw;
  top: 1.7578125vh;
  z-index: 9999; }
  @media (max-width: 767px) {
    header {
      top: 0.9765625vh; } }
  header.white-logo-bar .burger,
  header.white-logo-bar .burger:before,
  header.white-logo-bar .burger:after {
    background-color: #fff; }
  header.white-logo-bar .search-wrap .open-search {
    background: url(../images/search.svg) center center no-repeat;
    background-size: 20px 20px; }
  header.white-logo-bar2 .logo {
    background: url(../images/logo-white.svg) no-repeat;
    background-size: 126px 60px; }
    @media (max-width: 767px) {
      header.white-logo-bar2 .logo {
        background-size: 88px 41px; } }
  header .head-wrap {
    margin-top: 1.66015625vh;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    height: 60px;
    max-width: 1210px;
    margin: 0 auto; }
  header .logo {
    width: 128px;
    height: 60px;
    background: url(../images/logo.svg) no-repeat;
    background-size: 126px 60px;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      header .logo {
        width: 108px;
        height: 48px;
        background-size: 88px 41px; } }
    header .logo img {
      display: none; }
  header .src-ham {
    margin-left: auto;
    display: flex;
    padding-top: 4px; }
  header input[type="text"] {
    transition: all 0.5s ease-in-out;
    background: #120D22;
    border: 0;
    color: #fff;
    padding: 7px 0px;
    width: 0;
    border-radius: 20px;
    opacity: 0;
    font-family: 'GardnerSans-Semibold';
    font-size: 15px;
    letter-spacing: 0.47px;
    line-height: 20px; }
    header input[type="text"].show {
      background: #120D22;
      width: 490px;
      width: 34vw;
      padding: 7px 20px;
      opacity: 1;
      padding-right: 64px; }
      @media (max-width: 767px) {
        header input[type="text"].show {
          width: 210px; } }
      @media (max-width: 400px) {
        header input[type="text"].show {
          width: 160px; } }
  header .search-wrap {
    position: relative;
    min-width: 38px; }
    header .search-wrap label {
      display: none; }
    header .search-wrap .open-search {
      overflow: visible;
      position: absolute;
      right: 7px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      width: 28px;
      height: 28px;
      cursor: pointer;
      background: url(../images/search-black.svg) center center no-repeat;
      background-size: 20px 20px;
      z-index: 3; }
      @media (max-width: 767px) {
        header .search-wrap .open-search {
          top: 17px; } }
      header .search-wrap .open-search.serch-white {
        background: url(../images/close.svg) center center no-repeat !important;
        background-size: 10px 10px !important; }
      header .search-wrap .open-search img {
        display: none; }
    header .search-wrap form {
      position: relative;
      z-index: 1; }
      header .search-wrap form input[type="submit"] {
        overflow: visible;
        position: absolute;
        color: transparent;
        right: 37px;
        top: 1px;
        cursor: pointer;
        height: 34px;
        background: url(../images/search.svg) 8px 8px no-repeat;
        background-size: 14px 17px;
        z-index: 0;
        border: 0;
        display: none;
        opacity: 0;
        width: 0;
        transition: all 1s; }
        header .search-wrap form input[type="submit"].showBtn {
          width: 28px;
          display: block;
          opacity: 1; }
          @media (max-width: 767px) {
            header .search-wrap form input[type="submit"].showBtn {
              background: url(../images/search.svg) center center no-repeat;
              background-size: 15px 15px;
              top: 0px; } }
    header .search-wrap .serch-white {
      background: url(../images/close.svg) center center no-repeat;
      background-size: 10px 10px; }
  header input[type="text"]::-webkit-input-placeholder {
    color: #fff; }
  header input[type="text"]::-moz-placeholder {
    color: #fff; }
  header input[type="text"]:-moz-placeholder {
    color: #fff; }
  header input[type="text"]:-ms-input-placeholder {
    color: #fff; }
  header .hamburger {
    position: relative;
    margin-left: 15px;
    width: 21px;
    height: 21px;
    overflow: hidden;
    margin-top: 8px;
    cursor: pointer; }
  header .burger {
    position: relative;
    width: 21px;
    height: 3px;
    padding: 7px 0 7px;
    background-color: #19152E;
    background-clip: content-box;
    box-sizing: content-box;
    margin-top: 2px; }
    header .burger:before, header .burger:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      top: 0px;
      left: 0;
      background: #19152E;
      transform: rotate(0deg) scale(1);
      transition: top .25s ease-in .3s, transform .25s ease-in 0s; }
      @media (max-width: 767px) {
        header .burger:before, header .burger:after {
          background-color: #19152E; } }
    header .burger:after {
      top: 14px; }
    header .burger.is-open {
      background-color: transparent;
      transition: background 50ms ease-in 250ms;
      width: 18px;
      margin-top: 0; }
      header .burger.is-open:before, header .burger.is-open:after {
        top: 15px;
        transition: top .25s ease-in 0s, transform .25s ease-in .3s;
        background-color: #fff; }
      header .burger.is-open:before {
        transform: rotate(-45deg) scaleX(1.2);
        top: auto;
        bottom: 7px; }
      header .burger.is-open:after {
        transform: rotate(45deg) scaleX(1.2);
        bottom: 7px;
        top: auto; }
  @media (min-width: 576px) {
    header .container-fluid {
      max-width: 540px; } }
  @media (min-width: 768px) {
    header .container-fluid {
      max-width: 720px; } }
  @media (min-width: 992px) {
    header .container-fluid {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    header .container-fluid {
      max-width: 1170px; } }

.loader,
.home-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: #fff;
  transition: all 0.3s ease-in;
  top: 0; }

.sec1-lft a {
  color: #fff; }

.home-loader {
  bottom: 0;
  top: auto;
  z-index: 99998; }

.nav-cover {
  overflow: hidden;
  max-width: 450px;
  height: calc(100vh - 290px); }
  @media (max-width: 767px) {
    .nav-cover {
      max-width: calc(100vh - 10px);
      width: 100%;
      height: calc(100vh - 330px); } }

.nav {
  display: inline-block;
  clear: both;
  max-width: 430px;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  list-style: none; }
  @media (max-width: 767px) {
    .nav {
      width: 100%; } }
  .nav li {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 50px;
    position: relative;
    padding-right: 30px;
    font-family: GardnerSans-Semibold; }
    @media (max-width: 767px) {
      .nav li {
        font-size: 24px;
        line-height: 40px; } }
    .nav li.current_page_item a {
      color: #D10027 !important; }
    .nav li:hover a {
      color: #fff; }
    .nav li a {
      color: rgba(255, 255, 255, 0.2);
      display: block;
      position: relative;
      padding-right: 2vw;
      display: block; }
      .nav li a:hover {
        color: #fff;
        text-decoration: none; }
    .nav li.menu-item-has-children > a:before, .nav li.menu-item-has-children > a:after {
      content: "";
      position: absolute;
      right: 6px;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 16px;
      background-color: #D10027; }
    .nav li.menu-item-has-children > a:after {
      height: 4px;
      width: 16px;
      right: 0px; }
    .nav li.menu-item-has-children .sub-menu {
      display: none; }
    .nav li.menu-item-has-children.menu-active a {
      color: #fff; }
      .nav li.menu-item-has-children.menu-active a:before {
        display: none; }
    .nav li ul {
      padding-left: 0;
      list-style: none; }
  .nav .sub-menu {
    padding-left: 0;
    padding-bottom: 2vh; }
    .nav .sub-menu li {
      padding-bottom: 5px;
      font-size: 22px;
      letter-spacing: 2px;
      line-height: 40px;
      font-family: GardnerSans-Medium; }
      @media (max-width: 767px) {
        .nav .sub-menu li {
          font-size: 20px;
          letter-spacing: 1px;
          line-height: 36px; } }

.navigation {
  position: relative;
  display: flex;
  margin: 0 auto;
  background: url(../images/logo-icon.svg) center center no-repeat;
  background-size: 100% 105%;
  padding-top: 200px;
  align-items: flex-start;
  flex-direction: column;
  width: 100%; }
  @media (max-height: 750px) {
    .navigation {
      padding-top: 160px; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .navigation {
      padding-top: 150px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navigation {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .navigation {
      padding-top: 100px;
      background: url(../images/logo-icon.svg) center no-repeat;
      background-size: 100% 100%; } }
  @media (min-width: 1200px) {
    .navigation .container {
      max-width: 1170px; } }
  .navigation .container.fx-bottom {
    height: auto;
    margin-top: auto;
    padding-bottom: 20px;
    align-self: flex-end; }
    @media (max-width: 767px) {
      .navigation .container.fx-bottom {
        margin-bottom: 40px; } }
  .navigation .container.fx-top {
    margin-top: auto;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .navigation .container.fx-top {
        margin-top: 0; } }
  .navigation .container.flx {
    align-items: flex-start !important; }
    @media (max-width: 767px) {
      .navigation .container.flx {
        overflow: hidden; } }
  .navigation .subheading {
    display: block; }
  .navigation .hp-navi-inner {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    max-height: calc(100vh - 250px); }
    @media (min-width: 768px) and (max-width: 1199px) {
      .navigation .hp-navi-inner {
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .navigation .hp-navi-inner {
        margin: 0;
        max-height: calc(100vh - 330px);
        overflow: hidden; } }
    .navigation .hp-navi-inner.hp-navi-inner-btm {
      padding-bottom: 20px; }
    .navigation .hp-navi-inner .hp-navi-left {
      flex: 1 1 604px;
      max-width: 604px;
      padding-right: 30px;
      padding-left: 0;
      align-self: flex-start;
      display: flex;
      flex-direction: column;
      height: 100%;
      width: 604px; }
      @media (min-width: 992px) and (max-width: 1439px) {
        .navigation .hp-navi-inner .hp-navi-left {
          flex: 1 1 50%;
          max-width: 50%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .navigation .hp-navi-inner .hp-navi-left {
          width: 50vh; } }
      @media (max-width: 767px) {
        .navigation .hp-navi-inner .hp-navi-left {
          flex: 0 1 100vw;
          max-width: 100vw;
          width: 100%;
          padding-right: 20px; } }
    .navigation .hp-navi-inner .hp-navi-rgt {
      flex: 1 1 497px;
      max-width: 497px;
      margin: 0 auto;
      width: 100%;
      overflow: hidden; }
      @media (min-width: 992px) and (max-width: 1439px) {
        .navigation .hp-navi-inner .hp-navi-rgt {
          flex: 1 1 50%;
          max-width: 50%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .navigation .hp-navi-inner .hp-navi-rgt {
          flex: 1 1 50vh;
          max-width: 50vh;
          width: 50vh; } }
      @media (max-width: 991px) {
        .navigation .hp-navi-inner .hp-navi-rgt {
          display: none; } }

.hp-navi-img {
  width: 100%;
  position: relative;
  text-align: center; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hp-navi-img {
      width: 50vh; } }
  .hp-navi-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 48vw solid transparent;
    border-top: 30px solid #1A1430; }
  .hp-navi-img img {
    max-height: 70vh; }

.nav-bottom {
  max-height: 85px; }
  @media (max-width: 767px) {
    .nav-bottom {
      max-height: initial;
      padding-bottom: 20px;
      padding-top: 10px; } }
  .nav-bottom a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0px 15px;
    flex: 1 1 auto; }
    @media (max-width: 767px) {
      .nav-bottom a {
        display: block;
        border: 0;
        text-align: left;
        padding: 0;
        line-height: 1.5; } }
    .nav-bottom a:first-child {
      padding-left: 0; }
    .nav-bottom a:last-child {
      border-right: 0; }
    .nav-bottom a:hover {
      color: #D10027;
      text-decoration: none; }

.menu-round {
  position: absolute;
  right: 7px;
  top: 56px;
  z-index: 0;
  width: 1px;
  height: 1px;
  border-radius: 50% 50% 50% 50%;
  transition: 0.18s ease-in-out;
  box-shadow: 0 0 0 0 #1A1430, 0 0 0 0 #1A1430;
  cursor: pointer;
  opacity: 0.5; }
  .menu-round.fiulse {
    box-shadow: 0 0 0 110vw #1A1430, 0 0 0 110vh #1A1430;
    border-radius: 0;
    opacity: 1;
    background: #1A1430; }

.dot-main {
  position: fixed;
  width: 100%;
  text-align: right;
  z-index: 10; }

.dot-main .ppsre {
  position: relative; }

.hp-animation .hp-sec1-banner {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: rtol;
  left: 0 !important; }

.overlay-nav {
  position: fixed;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  bottom: 0;
  top: 0;
  right: -100%;
  display: flex;
  transition: opacity 0s ease-in;
  opacity: 0; }
  .overlay-nav .nav {
    display: none; }
  .overlay-nav.sliding {
    right: 0;
    opacity: 1;
    transition: opacity 0.8s ease-in; }
    .overlay-nav.sliding .nav {
      display: inline-block; }
      .overlay-nav.sliding .nav > li {
        opacity: 0; }
        .overlay-nav.sliding .nav > li:nth-of-type(1) {
          -webkit-animation: menu-item-anim .3s forwards 0.5s ease-in-out;
          animation: menu-item-anim .3s forwards 0.5s ease-in-out; }
        .overlay-nav.sliding .nav > li:nth-of-type(2) {
          -webkit-animation: menu-item-anim .3s forwards 0.7s ease-in-out;
          animation: menu-item-anim .3s forwards 0.7s ease-in-out; }
        .overlay-nav.sliding .nav > li:nth-of-type(3) {
          -webkit-animation: menu-item-anim .3s forwards 0.9s ease-in-out;
          animation: menu-item-anim .3s forwards 0.9s ease-in-out; }
        .overlay-nav.sliding .nav > li:nth-of-type(4) {
          -webkit-animation: menu-item-anim .3s forwards 1.1s ease-in-out;
          animation: menu-item-anim .3s forwards 1.1s ease-in-out; }
        .overlay-nav.sliding .nav > li:nth-of-type(5) {
          -webkit-animation: menu-item-anim .3s forwards 1.3s ease-in-out;
          animation: menu-item-anim .3s forwards 1.3s ease-in-out; }
        .overlay-nav.sliding .nav > li:nth-of-type(6) {
          -webkit-animation: menu-item-anim .3s forwards 1.5s ease-in-out;
          animation: menu-item-anim .3s forwards 1.5s ease-in-out; }
        .overlay-nav.sliding .nav > li:nth-of-type(7) {
          -webkit-animation: menu-item-anim .3s forwards 1.7s ease-in-out;
          animation: menu-item-anim .3s forwards 1.7s ease-in-out; }
        .overlay-nav.sliding .nav > li:nth-of-type(8) {
          -webkit-animation: menu-item-anim .3s forwards 1.9s ease-in-out;
          animation: menu-item-anim .3s forwards 1.9s ease-in-out; }
        .overlay-nav.sliding .nav > li:nth-of-type(9) {
          -webkit-animation: menu-item-anim .3s forwards 2.1s ease-in-out;
          animation: menu-item-anim .3s forwards 2.1s ease-in-out; }
    .overlay-nav.sliding .nav-bottom {
      -webkit-animation: fadein .3s forwards 0.4s ease-in-out;
      animation: fadein .3s forwards 0.4s ease-in-out; }
    .overlay-nav.sliding .hp-navi-rgt {
      -webkit-animation: fadein .3s forwards .4s ease-in-out;
      animation: fadein .3s forwards .4s ease-in-out; }
    .overlay-nav.sliding .subheading {
      display: block;
      -webkit-animation: menu-item-anim 0s forwards 0.6s ease-in-out;
      animation: menu-item-anim 0s forwards 0.6s ease-in-out; }
  .overlay-nav .hp-navi-rgt {
    opacity: 0; }
  .overlay-nav .nav-bottom {
    opacity: 0; }
  .overlay-nav .nav {
    padding: 0;
    list-style: none; }
  .overlay-nav .container-fluid {
    max-width: 1440px;
    margin: 0 auto; }
  .overlay-nav .subheading {
    display: none;
    opacity: 0; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    margin-bottom: 0px; } }
@keyframes menu-item-anim {
  from {
    opacity: 0;
    margin-bottom: -40px; }
  to {
    opacity: 1;
    margin-bottom: 0px; } }
@keyframes rtol {
  from {
    animation-timing-function: ease;
    left: 5vw; }
  to {
    animation-timing-function: ease-in out;
    left: 0vw; } }
@keyframes ttob {
  from {
    animation-timing-function: ease;
    top: -20vh; }
  to {
    animation-timing-function: ease-in out;
    top: 0vh; } }
@keyframes widthincrease {
  0% {
    animation-timing-function: ease;
    width: 0; }
  50% {
    animation-timing-function: ease-in out;
    width: 120px; }
  100% {
    animation-timing-function: ease-in out;
    width: 0px; } }
/*Cookie*/
#gdpr-cookie-consent-bar,
#gdpr-cookie-consent-show-again {
  background-color: rgba(26, 20, 48, 0.98) !important;
  padding-bottom: 30px !important;
  box-shadow: rgba(255, 255, 255, 0) 0px 0 0px !important; }

#gdpr-cookie-consent-bar .gdpr_messagebar_content div.group-description p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 20px; }

#gdpr-cookie-consent-bar .gdpr_messagebar_content div.group-description {
  padding-bottom: 20px !important; }

#gdpr-cookie-consent-bar .gdpr_messagebar_content div.group-description a {
  color: #fff !important;
  text-decoration: underline; }

#gdpr-cookie-consent-bar,
#gdpr-cookie-consent-show-again {
  opacity: 1 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  z-index: 9 !important; }

#gdpr-cookie-consent-bar #cookie_action_accept {
  color: #fff;
  background-color: #D10027 !important;
  font-weight: bold; }

#gdpr-cookie-consent-bar #cookie_action_settings,
#cookie_action_reject {
  color: #1a1330 !important;
  background-color: #f1f1f1 !important;
  font-weight: bold; }

#cookie_action_settings,
#gdpr-cookie-consent-show-again {
  display: none !important; }

.circles {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(50%) translateX(-50%); }

.panel-grid,
.panel-grid-cell {
  margin: 0 !important;
  padding: 0 !important; }

.circle {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: .95; }
  .circle.c1 {
    background-color: #1A1430;
    animation: moving 2s ease-in-out infinite;
    box-shadow: 0 0 2px #1A1430; }
  .circle.c2 {
    background-color: #D10027;
    animation: moving2 2s ease-in-out infinite;
    box-shadow: 0 0 2px #D10027; }

@keyframes moving {
  0% {
    transform: translateX(0);
    z-index: 33; }
  50% {
    transform: translateX(22px) scale(1.1); }
  100% {
    transform: translateX(0);
    z-index: -33; } }
@keyframes moving2 {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-22px) scale(1.1); }
  100% {
    transform: translateX(0); } }
.home-page {
  /*  @media(min-width: 1200px) {
      cursor: url(../images/arrow.png), auto;
  }
  a,
  input,
  button,
  .search-wrap,
  .hamburger .burger,
  header .search-wrap .open-search,
  .overlay-nav {
      @media(min-width: 1200px) {
          cursor: none;
          cursor: url(../images/cursor.png), auto;
      }
  }*/
  /*Second Home banner Slide*/ }
  .home-page img {
    width: auto;
    transition: transform 0.2s; }
  .home-page .container-fluid {
    height: 100%; }
    .home-page .container-fluid.flx {
      display: flex;
      height: auto;
      align-items: center; }
  .home-page .wrap-hp-scrol {
    height: 100vh;
    overflow: hidden; }
  .home-page p {
    font-size: 20px;
    line-height: 36px; }
    @media (max-height: 770px) {
      .home-page p {
        font-size: 2.6666666667vh;
        line-height: 4.8vh; } }
    @media (max-width: 767px) {
      .home-page p {
        font-size: 2.4vh;
        line-height: 4vh; } }
  @media (max-height: 770px) {
    .home-page h2,
    .home-page .h2 {
      font-size: 7.2vh;
      line-height: 8vh; } }
  @media (min-width: 1601px) {
    .home-page h2,
    .home-page .h2 {
      font-size: 54px;
      line-height: 60px; } }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .home-page h2,
    .home-page .h2 {
      font-size: 54px;
      line-height: 60px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home-page h2,
    .home-page .h2 {
      font-size: 54px;
      line-height: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-page h2,
    .home-page .h2 {
      font-size: 4.6875vh;
      line-height: 5.2734375vh; } }
  @media (max-width: 767px) {
    .home-page h2,
    .home-page .h2 {
      font-size: 2em;
      line-height: 36px; } }
  .home-page h3,
  .home-page .h3 {
    letter-spacing: 1px;
    font-family: GardnerSans-Semibold;
    line-height: 38px;
    font-size: 2em; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page h3,
      .home-page .h3 {
        font-size: 1.625em;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .home-page h3,
      .home-page .h3 {
        font-size: 1.375em;
        line-height: 26px; } }
  .home-page .spacer-120 {
    width: 120px;
    flex: 0 0 120px;
    max-width: 9.9173553719vw; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .spacer-120 {
        width: 80px;
        flex: 0 0 80px; } }
    @media (max-width: 767px) {
      .home-page .spacer-120 {
        width: 45px;
        flex: 0 0 45px; } }
  .home-page .spacer-209 {
    width: 209px;
    flex: 0 0 209px;
    max-width: 209px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .spacer-209 {
        width: 80px;
        flex: 0 0 80px; } }
    @media (max-width: 767px) {
      .home-page .spacer-209 {
        width: 45px;
        flex: 0 0 45px; } }
  .home-page .spacer-137 {
    width: 137px;
    flex: 0 0 137px;
    max-width: 137px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .spacer-137 {
        width: 80px;
        flex: 0 0 80px; } }
    @media (max-width: 767px) {
      .home-page .spacer-137 {
        width: 45px;
        flex: 0 0 45px; } }
  .home-page .spacer-300 {
    width: 300px;
    flex: 0 0 300px;
    max-width: 300px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .spacer-300 {
        width: 80px;
        flex: 0 0 80px; } }
    @media (max-width: 767px) {
      .home-page .spacer-300 {
        width: 45px;
        flex: 0 0 45px; } }
  .home-page .spacer-243 {
    width: 243px;
    flex: 0 0 243px;
    max-width: 243px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .spacer-243 {
        width: 80px;
        flex: 0 0 80px; } }
    @media (max-width: 767px) {
      .home-page .spacer-243 {
        width: 45px;
        flex: 0 0 45px; } }
  .home-page .spacer-200 {
    width: 200px;
    flex: 0 0 200px;
    max-width: 200px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .spacer-200 {
        width: 80px;
        flex: 0 0 80px; } }
    @media (max-width: 767px) {
      .home-page .spacer-200 {
        width: 45px;
        flex: 0 0 45px; } }
  .home-page .spacer-100 {
    width: 100px;
    flex: 0 0 100px;
    max-width: 100px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .spacer-100 {
        width: 80px;
        flex: 0 0 80px; } }
    @media (max-width: 767px) {
      .home-page .spacer-100 {
        width: 45px;
        flex: 0 0 45px; } }
  .home-page .subheading {
    padding-bottom: 5px; }
  .home-page .section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0; }
    .home-page .section.about .scroller, .home-page .section.gallery .scroller {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .home-page .section.about .scroller > .content,
    .home-page .section > .content {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0;
      padding: 0;
      white-space: nowrap; }
  .home-page .outer-wrapper {
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none; }
  .home-page #main-scrollbar {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden; }
    @media (min-width: 1200px) {
      .home-page #main-scrollbar {
        width: 100vh;
        height: 100vw;
        transform: rotate(-90deg) translateX(-100vh);
        transform-origin: top left;
        overflow-y: scroll;
        overflow-x: hidden; } }
  .home-page .wrapper {
    display: flex;
    width: 100vw; }
  @media (min-width: 1200px) {
    .home-page .wrapper {
      transform: rotate(90deg) translateY(-100vh);
      transform-origin: top left; } }
  .home-page ::-webkit-scrollbar {
    display: none; }
  .home-page .hp-scroll-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    height: calc(100vh + 24px);
    width: 100vw; }
    .home-page .hp-scroll-wrapper ::-webkit-scrollbar-track-piece:start {
      background: transparent !important; }
    .home-page .hp-scroll-wrapper ::-webkit-scrollbar-track-piece:end {
      background: transparent !important; }
  .home-page .wrapper-hp,
  .home-page .content-wrapper {
    height: 100vh; }
  .home-page .sections {
    position: relative;
    height: 100%;
    overflow: hidden; }
  .home-page .sections-wrap {
    display: flex;
    flex-wrap: nowrap;
    white-space: normal; }
    .home-page .sections-wrap .inner-wrap {
      margin-top: 80px;
      margin-bottom: 80px;
      height: calc(100vh - 160px);
      display: flex;
      width: auto;
      flex: 0 0 auto; }
      @media (max-width: 767px) {
        .home-page .sections-wrap .inner-wrap {
          margin-top: 70px;
          margin-bottom: 70px;
          height: calc(100vh - 140px); } }
    .home-page .sections-wrap .block-parallax {
      position: absolute;
      top: 70%;
      transition: all 0.3s;
      z-index: 8;
      width: 90px; }
    .home-page .sections-wrap .block-parallax2 {
      position: absolute;
      top: 75%;
      transition: all 0.3s;
      z-index: 8;
      width: 90px; }
  .home-page .section1 {
    height: calc(100vh - 170px);
    margin-top: 80px;
    margin-bottom: 90px;
    position: relative;
    background-color: #fff;
    flex: 0 0 auto; }
  @media (min-width: 1200px) {
    .home-page header {
      height: 0;
      top: 42px; } }
  .home-page header.header-mix .logo {
    background: url(../images/logo-white.svg) no-repeat;
    background-size: 126px 60px; }
    @media (max-width: 767px) {
      .home-page header.header-mix .logo {
        background-size: 88px 41px; } }
  .home-page header.header-mix-2 .burger,
  .home-page header.header-mix-2 .burger:before,
  .home-page header.header-mix-2 .burger:after {
    background-color: #1A1430; }
  .home-page header.header-mix-2 .search-wrap .open-search.serch-white {
    background: url(../images/close.svg) center center no-repeat;
    background-size: 10px 10px; }
  .home-page header.header-mix-3 .search-wrap .open-search {
    background: url(../images/search-black.svg) center center no-repeat;
    background-size: 20px 20px; }
  .home-page header.header-black .logo {
    background: url(../images/logo.svg) no-repeat;
    background-size: 126px 60px; }
    @media (max-width: 767px) {
      .home-page header.header-black .logo {
        background-size: 88px 41px; } }
  .home-page header.header-nav .hamburger {
    display: none; }
  .home-page header.header-nav .search-wrap .open-search {
    background: url(../images/search.svg) center center no-repeat;
    background-size: 20px 20px; }
  .home-page header.header-nav2 .logo {
    background: url(../images/logo-white.svg) no-repeat;
    background-size: 126px 60px; }
    @media (max-width: 767px) {
      .home-page header.header-nav2 .logo {
        background-size: 88px 41px; } }
  .home-page header.white-logo-bar .burger,
  .home-page header.white-logo-bar .burger:before,
  .home-page header.white-logo-bar .burger:after {
    background-color: #fff; }
  .home-page header.white-logo-bar .search-wrap .open-search {
    background: url(../images/search.svg) center center no-repeat;
    background-size: 20px 20px; }
  .home-page header.white-logo-bar2 .logo {
    background: url(../images/logo-white.svg) no-repeat;
    background-size: 126px 60px; }
    @media (max-width: 767px) {
      .home-page header.white-logo-bar2 .logo {
        background-size: 88px 41px; } }
  @media (max-width: 767px) {
    .home-page header .logo {
      background: url(../images/logo-white.svg) no-repeat;
      background-size: 88px 41px; } }
  @media (min-width: 1200px) {
    .home-page header .head-wrap {
      height: 0;
      margin-top: 0px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .home-page header .head-wrap {
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px; } }
  .home-page header.header-nav2 .logo {
    background: url(../images/logo-white.svg) no-repeat; }
    @media (max-width: 767px) {
      .home-page header.header-nav2 .logo {
        background-size: 88px 41px; } }
  .home-page header .burger {
    background-color: #fff; }
    @media (max-width: 767px) {
      .home-page header .burger {
        background-color: #1A1430; } }
    .home-page header .burger:before, .home-page header .burger:after {
      background: #fff; }
      @media (max-width: 767px) {
        .home-page header .burger:before, .home-page header .burger:after {
          background-color: #1A1430; } }
    .home-page header .burger.is-open {
      background-color: transparent; }
      .home-page header .burger.is-open:before, .home-page header .burger.is-open:after {
        background-color: #fff; }
  .home-page header .search-wrap .open-search {
    background: url(../images/search.svg) center center no-repeat;
    background-size: 20px 20px; }
    @media (max-width: 767px) {
      .home-page header .search-wrap .open-search {
        background: url(../images/search-black.svg) center center no-repeat;
        background-size: 20px 20px; } }
  .home-page .trigger-logo {
    position: absolute;
    left: 75vw;
    width: 30px;
    height: 30px; }
    @media (min-width: 1601px) and (max-width: 2100px) {
      .home-page .trigger-logo {
        left: 69vw; } }
    @media (min-width: 1281px) and (max-width: 1439px) {
      .home-page .trigger-logo {
        left: 73vw; } }
    @media (min-width: 1200px) and (max-width: 1279px) {
      .home-page .trigger-logo {
        left: 72.7vw; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .trigger-logo {
        left: 75vw; } }
    @media (max-width: 767px) {
      .home-page .trigger-logo {
        left: 101vw; } }
  .home-page .trigger-logo3 {
    position: absolute;
    right: 38vw;
    width: 30px;
    height: 30px; }
    @media (min-width: 1601px) and (max-width: 2100px) {
      .home-page .trigger-logo3 {
        right: 28vw; } }
    @media (min-width: 1200px) and (max-width: 1279px) {
      .home-page .trigger-logo3 {
        right: 46vw; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .trigger-logo3 {
        left: 56vw; } }
  .home-page .trigger-logo2 {
    position: absolute;
    right: -35.5vw;
    width: 30px;
    height: 30px; }
    @media (max-width: 767px) {
      .home-page .trigger-logo2 {
        right: -7.5vw; } }
  .home-page .trigger-logo4 {
    position: absolute;
    left: 62vw;
    width: 30px;
    height: 30px; }
    @media (min-width: 1601px) and (max-width: 2100px) {
      .home-page .trigger-logo4 {
        left: 71vw; } }
    @media (min-width: 1200px) and (max-width: 1279px) {
      .home-page .trigger-logo4 {
        left: 55vw; } }
  .home-page .trigger-line {
    position: absolute;
    left: 50.2vw;
    width: 30px;
    height: 30px; }
  .home-page .trigger-nav {
    position: absolute;
    left: -37.8vw;
    width: 30px;
    height: 30px; }
    @media (min-width: 1439px) {
      .home-page .trigger-nav {
        left: -570px; } }
  .home-page .trigger-nav2 {
    position: absolute;
    left: 35vw; }
    @media (min-width: 1601px) and (max-width: 2100px) {
      .home-page .trigger-nav2 {
        left: 24vw; } }
  .home-page .trigger-icns {
    position: absolute;
    left: 40vw;
    width: 20px;
    height: 20px; }
    @media (min-width: 1601px) and (max-width: 2100px) {
      .home-page .trigger-icns {
        left: 40vw; } }
  .home-page .hp-slup {
    position: absolute;
    background-color: #fff;
    height: 100%;
    width: 103%;
    top: 0;
    transition: all 0.8s ease-in;
    left: -2px;
    display: block;
    z-index: 1;
    box-shadow: 0px 0 0px 20px #fff; }
    .home-page .hp-slup.hp-slp-top {
      height: 0;
      box-shadow: 0px 0 0px 0px #fff; }
  .home-page .sec-img-trg {
    position: absolute;
    left: -49vw;
    width: 20px;
    height: 20px; }
  .home-page .sec-img-trg2 {
    position: absolute;
    left: -44vw;
    width: 20px;
    height: 20px; }
  .home-page .hp-sec1 {
    padding-top: 12vh;
    padding-left: 12.4vw;
    position: relative;
    height: 100vh;
    background-color: transparent;
    width: 100vw !important;
    margin: 0; }
    @media (max-height: 620px) {
      .home-page .hp-sec1 {
        padding-top: 14vh; } }
    @media (max-width: 767px) {
      .home-page .hp-sec1 {
        padding-top: 80px; } }
    .home-page .hp-sec1 sup,
    .home-page .hp-sec1 sub {
      font-size: 60%; }
    .home-page .hp-sec1 sup {
      top: -0.8em;
      left: 2px; }
    .home-page .hp-sec1 .spinner-grow {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px; }
    @media (max-width: 767px) {
      .home-page .hp-sec1 {
        padding-left: 0vw; } }
    .home-page .hp-sec1 .blue-bg {
      background-color: #1A1430;
      position: absolute;
      position: absolute;
      max-width: 1026px;
      width: 100%;
      right: 29px;
      z-index: -1;
      border-bottom: 100vh solid #1A1430;
      border-left: 197px solid #fff;
      height: 0;
      height: 0;
      top: 0; }
      @media (min-width: 1601px) {
        .home-page .hp-sec1 .blue-bg {
          max-width: 65vw; } }
      @media (min-width: 1281px) and (max-width: 1439px) {
        .home-page .hp-sec1 .blue-bg {
          max-width: 75vw; } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .home-page .hp-sec1 .blue-bg {
          max-width: 78vw; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .home-page .hp-sec1 .blue-bg {
          max-width: 80vw;
          right: 4px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-page .hp-sec1 .blue-bg {
          max-width: 620px;
          right: 0; } }
      @media (max-width: 767px) {
        .home-page .hp-sec1 .blue-bg {
          max-width: 100%;
          background: #1A1430;
          border: 0;
          width: 200%;
          height: 104%;
          transform: skew(11deg);
          left: -17%; } }
    .home-page .hp-sec1 .hp-sec1-banner {
      width: 100%;
      position: relative;
      height: 65.3vh;
      transform: scale(1);
      left: 5vw; }
      @media (max-height: 620px) {
        .home-page .hp-sec1 .hp-sec1-banner {
          height: 57vh; } }
      @media (min-width: 767px) and (max-width: 1199px) {
        .home-page .hp-sec1 .hp-sec1-banner {
          height: 57vh; } }
      @media (max-width: 767px) {
        .home-page .hp-sec1 .hp-sec1-banner {
          height: 36vh; } }
      .home-page .hp-sec1 .hp-sec1-banner .hp-sec1-banner-img {
        position: absolute;
        width: 100%;
        height: 100%;
        background: 50% 50%/cover no-repeat;
        z-index: -1; }
      .home-page .hp-sec1 .hp-sec1-banner .ply-btn {
        position: absolute;
        text-indent: -44444em;
        overflow: hidden;
        display: none;
        bottom: 40px;
        right: 50px;
        z-index: 99;
        background: url(../images/play-icon.svg) 58% no-repeat;
        background-size: 50%;
        border: 2px solid #fff;
        border-radius: 50%;
        padding: 10px;
        height: 60px;
        width: 60px; }
        @media (max-width: 767px) {
          .home-page .hp-sec1 .hp-sec1-banner .ply-btn {
            bottom: 20px;
            right: 10px;
            height: 30px;
            width: 30px;
            background: url(../images/play-icon.svg) center no-repeat;
            background-size: 50%; } }
      .home-page .hp-sec1 .hp-sec1-banner .pause-btn {
        position: absolute;
        bottom: 40px;
        right: 50px;
        z-index: 99;
        background-size: 100%;
        width: 60px;
        height: 60px;
        text-indent: -44444em;
        overflow: hidden;
        background: url(../images/pause-icon.svg) center no-repeat;
        background-size: 50%;
        border: 2px solid #fff;
        border-radius: 50%; }
        @media (max-width: 767px) {
          .home-page .hp-sec1 .hp-sec1-banner .pause-btn {
            bottom: 20px;
            right: 10px;
            height: 30px;
            width: 30px;
            background: url(../images/pause-icon.svg) center no-repeat;
            background-size: 50%; } }
      .home-page .hp-sec1 .hp-sec1-banner .mute-btn,
      .home-page .hp-sec1 .hp-sec1-banner .unmute-btn {
        position: absolute;
        bottom: 40px;
        right: 130px;
        z-index: 99;
        background-size: 100%;
        width: 60px;
        height: 60px;
        text-indent: -44444em;
        overflow: hidden;
        background: url(../images/unmute.svg) center no-repeat;
        background-size: 60%;
        border: 2px solid #fff;
        border-radius: 50%; }
        @media (max-width: 767px) {
          .home-page .hp-sec1 .hp-sec1-banner .mute-btn,
          .home-page .hp-sec1 .hp-sec1-banner .unmute-btn {
            bottom: 20px;
            right: 45px;
            height: 30px;
            width: 30px; } }
      .home-page .hp-sec1 .hp-sec1-banner .mute-btn {
        background: url(../images/mute.svg) center no-repeat;
        background-size: 61%;
        display: none; }
      .home-page .hp-sec1 .hp-sec1-banner .hp-sec1-banner-video {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1; }
        .home-page .hp-sec1 .hp-sec1-banner .hp-sec1-banner-video:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          bottom: 0;
          top: 0;
          left: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.1);
          z-index: 0; }
        .home-page .hp-sec1 .hp-sec1-banner .hp-sec1-banner-video iframe {
          width: 100vw;
          height: 60vw;
          min-height: 57vh;
          min-width: 167.77vh;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: -1; }
      .home-page .hp-sec1 .hp-sec1-banner .hp-s1b-text {
        display: flex;
        position: absolute;
        width: 100%;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        text-align: left;
        padding-left: 80px;
        padding-bottom: 8vh;
        padding-right: 20px;
        z-index: 2; }
        @media (min-width: 768px) and (max-width: 991px) {
          .home-page .hp-sec1 .hp-sec1-banner .hp-s1b-text {
            padding-left: 50px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .home-page .hp-sec1 .hp-sec1-banner .hp-s1b-text {
            padding-left: 50px;
            padding-bottom: 4vh; } }
        @media (max-width: 767px) {
          .home-page .hp-sec1 .hp-sec1-banner .hp-s1b-text {
            padding-left: 20px;
            padding-bottom: 0vh; } }
        .home-page .hp-sec1 .hp-sec1-banner .hp-s1b-text.navy h1 {
          color: #1A1430; }
        .home-page .hp-sec1 .hp-sec1-banner .hp-s1b-text.navy h2,
        .home-page .hp-sec1 .hp-sec1-banner .hp-s1b-text.navy .h3 {
          color: #1A1430; }
        .home-page .hp-sec1 .hp-sec1-banner .hp-s1b-text.navy p {
          color: #1A1430; }
      .home-page .hp-sec1 .hp-sec1-banner h1 {
        color: #fff; }
        @media (max-width: 767px) {
          .home-page .hp-sec1 .hp-sec1-banner h1 {
            font-size: 28px;
            margin-bottom: 0;
            line-height: 30px; } }
        .home-page .hp-sec1 .hp-sec1-banner h1.navy {
          color: #1A1430; }
      .home-page .hp-sec1 .hp-sec1-banner h2,
      .home-page .hp-sec1 .hp-sec1-banner .h3 {
        color: #fff;
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          .home-page .hp-sec1 .hp-sec1-banner h2,
          .home-page .hp-sec1 .hp-sec1-banner .h3 {
            font-size: 20px; } }
        .home-page .hp-sec1 .hp-sec1-banner h2.navy,
        .home-page .hp-sec1 .hp-sec1-banner .h3.navy {
          color: #1A1430; }
    .home-page .hp-sec1 .welcom {
      bottom: -7.5vh;
      position: absolute;
      color: #262626;
      font-size: 26px;
      letter-spacing: 0;
      line-height: 2.8925619835vw;
      left: -30px;
      font-family: GardnerSans-Medium;
      color: #1A1430; }
      @media (max-width: 767px) {
        .home-page .hp-sec1 .welcom {
          display: none; } }
      .home-page .hp-sec1 .welcom:before {
        content: "";
        position: absolute;
        width: 5px;
        left: 0vw;
        background: #1A1430;
        height: 8vh;
        top: -8.4vh; }
    .home-page .hp-sec1 .sec1-btm {
      margin-top: 5vh;
      max-width: 995px;
      margin-left: auto; }
      @media (min-width: 1601px) {
        .home-page .hp-sec1 .sec1-btm {
          max-width: 62vw; } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .home-page .hp-sec1 .sec1-btm {
          max-width: 885px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .home-page .hp-sec1 .sec1-btm {
          max-width: 770px; } }
      @media (min-width: 768px) {
        .home-page .hp-sec1 .sec1-btm {
          align-self: flex-end;
          align-items: center;
          display: flex; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .home-page .hp-sec1 .sec1-btm {
          max-width: 545px; } }
      .home-page .hp-sec1 .sec1-btm .sec1-lft {
        color: #fff;
        width: 100%;
        padding-left: 20px;
        padding-right: 90px; }
        @media (min-width: 1601px) {
          .home-page .hp-sec1 .sec1-btm .sec1-lft {
            max-width: 1200px; } }
        @media (min-width: 768px) {
          .home-page .hp-sec1 .sec1-btm .sec1-lft {
            padding-left: 30px;
            padding-right: 35px;
            border-left: 3px solid #FF2626;
            max-width: 813px;
            max-width: calc(100% - 170px); } }
        @media (min-width: 380px) and (max-width: 767px) {
          .home-page .hp-sec1 .sec1-btm .sec1-lft {
            width: 80vw;
            padding-left: 20px;
            padding-right: 0; } }
        @media (max-width: 379px) {
          .home-page .hp-sec1 .sec1-btm .sec1-lft {
            width: 83vw;
            padding-left: 20px;
            padding-right: 0; } }
        @media (min-width: 550px) and (max-width: 767px) {
          .home-page .hp-sec1 .sec1-btm .sec1-lft {
            width: 86vw;
            padding-left: 20px;
            padding-right: 0; } }
        @media (min-width: 550px) and (max-width: 767px) {
          .home-page .hp-sec1 .sec1-btm .sec1-lft {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden; } }
        .home-page .hp-sec1 .sec1-btm .sec1-lft p {
          color: #fff;
          line-height: 28px;
          font-size: 16px; }
          @media (max-width: 767px) {
            .home-page .hp-sec1 .sec1-btm .sec1-lft p {
              line-height: 24px;
              font-size: 14px; } }
      @media (min-width: 768px) {
        .home-page .hp-sec1 .sec1-btm .sec1-right {
          display: flex;
          max-width: 170px;
          align-items: center; } }
      @media (max-width: 767px) {
        .home-page .hp-sec1 .sec1-btm .sec1-right {
          text-align: right;
          padding-top: 5px; } }
      .home-page .hp-sec1 .sec1-btm .sec1-right .sec1-scr {
        color: #fff;
        font-size: 1.625em;
        letter-spacing: 0;
        line-height: 2.1875em;
        position: relative;
        font-family: GardnerSans-Medium; }
        @media (max-width: 767px) {
          .home-page .hp-sec1 .sec1-btm .sec1-right .sec1-scr {
            padding-right: 100px; } }
        .home-page .hp-sec1 .sec1-btm .sec1-right .sec1-scr .sec-scr-ani {
          position: absolute;
          left: 95px;
          height: 5px;
          top: 50%;
          background-color: #D10027;
          transform: translateY(-50%);
          width: 60px;
          transition: all 0.3s; }
          @media (max-width: 767px) {
            .home-page .hp-sec1 .sec1-btm .sec1-right .sec1-scr .sec-scr-ani {
              left: 86%; } }
  .home-page .imgabs {
    position: absolute;
    left: 20%;
    width: 400px;
    top: 50%;
    opacity: 0.05;
    transition: all 0.2s 0s linear, all 0.2s 0s ease; }
  .home-page .hp-sec2 {
    position: relative;
    display: flex;
    background-color: transparent; }
    @media (max-width: 767px) {
      .home-page .hp-sec2 {
        flex: none; } }
    .home-page .hp-sec2 .hp-sec2-inner {
      display: flex;
      height: 100%;
      align-items: center;
      position: relative;
      width: 100%; }
      .home-page .hp-sec2 .hp-sec2-inner .hp-s2-left {
        flex: 1 1 626px;
        width: 60%;
        max-width: 626px;
        padding-right: 0px;
        position: relative; }
        @media (max-width: 767px) {
          .home-page .hp-sec2 .hp-sec2-inner .hp-s2-left {
            flex: none;
            max-width: 410px;
            padding: 0 15px;
            width: 96vw; } }
      .home-page .hp-sec2 .hp-sec2-inner .hp-s2-rgt {
        flex: 1 1 auto;
        max-width: 485px;
        margin-left: 67px;
        position: relative; }
        @media (max-height: 770px) {
          .home-page .hp-sec2 .hp-sec2-inner .hp-s2-rgt {
            max-width: 400px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .home-page .hp-sec2 .hp-sec2-inner .hp-s2-rgt {
            max-width: 446px; } }
        @media (max-width: 767px) {
          .home-page .hp-sec2 .hp-sec2-inner .hp-s2-rgt {
            flex: none;
            max-width: 100vw;
            margin-left: 35px; } }
      .home-page .hp-sec2 .hp-sec2-inner .hp-s2-img {
        margin-left: 0;
        position: relative;
        overflow: hidden;
        padding: 2px; }
        .home-page .hp-sec2 .hp-sec2-inner .hp-s2-img img {
          max-height: 70vh; }
          @media (max-width: 767px) {
            .home-page .hp-sec2 .hp-sec2-inner .hp-s2-img img {
              max-height: 62vh; } }
  .home-page .hp-sec3 {
    position: relative;
    display: flex; }
    .home-page .hp-sec3 .hp-sec3-inner {
      display: flex;
      align-items: center;
      align-self: center;
      margin: auto 0;
      margin-top: auto;
      height: 100%;
      position: relative; }
      .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left {
        flex: 1 1 534px;
        max-width: 534px;
        background: #1A1430;
        align-self: flex-start;
        position: relative;
        padding: 130px 100px 65px 64px;
        margin-top: 4.58984375vh; }
        @media (max-height: 820px) {
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left {
            flex: 1 1 634px;
            max-width: 634px; } }
        @media (max-height: 770px) {
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left {
            padding: 130px 100px 65px 64px;
            flex: 1 1 758px;
            max-width: 758px; } }
        @media (max-height: 620px) and (max-width: 1380px) {
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left {
            padding: 100px 100px 45px 64px;
            flex: 1 1 825px;
            max-width: 825px; } }
        @media (min-width: 1281px) and (max-width: 1380px) {
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left {
            padding: 130px 100px 65px 64px;
            flex: 1 1 724px;
            max-width: 724px; } }
        @media (min-width: 1200px) and (max-width: 1280px) {
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left {
            padding: 130px 100px 65px 64px;
            flex: 1 1 745px;
            max-width: 745px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left {
            padding: 130px 100px 65px 64px;
            flex: 1 1 713px;
            max-width: 713px; } }
        @media (max-width: 767px) {
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left {
            flex: none;
            width: 100vw;
            padding-right: 30px;
            padding-left: 30px;
            padding-top: 60px;
            padding-bottom: 30px;
            min-height: 180px;
            max-width: 450px; } }
        .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left:before {
          content: "";
          position: absolute;
          top: 0;
          left: -1px;
          width: 0;
          height: 0;
          width: 0;
          height: 0;
          border-left: 534px solid #fff;
          border-bottom: 6vh solid transparent; }
          @media (max-height: 820px) {
            .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left:before {
              border-left: 635px solid #fff; } }
          @media (max-height: 770px) {
            .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left:before {
              border-left: 759px solid #fff; } }
          @media (max-height: 620px) {
            .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left:before {
              border-left: 825px solid #fff; } }
          @media (min-width: 1281px) and (max-width: 1380px) {
            .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left:before {
              border-left: 725px solid #fff; } }
          @media (min-width: 1200px) and (max-width: 1280px) {
            .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left:before {
              border-left: 746px solid #fff; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left:before {
              border-left: 714px solid #fff; } }
        .home-page .hp-sec3 .hp-sec3-inner .hp-s3-left a {
          color: #fff; }
      .home-page .hp-sec3 .hp-sec3-inner .hp-s3-mdm {
        flex: 1 1 auto;
        max-width: 430px;
        align-self: flex-start;
        position: relative;
        margin-left: 35px;
        z-index: 2; }
        @media (min-width: 1200px) {
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-mdm {
            margin-left: 25px; } }
        .home-page .hp-sec3 .hp-sec3-inner .hp-s3-mdm .hp-s3-img {
          position: relative;
          margin-top: 4.6875vh;
          overflow: hidden; }
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-mdm .hp-s3-img img {
            max-height: 50vh; }
      .home-page .hp-sec3 .hp-sec3-inner .hp-s3-rgt {
        flex: 1 1 auto;
        max-width: 610px;
        align-self: flex-end;
        margin-left: 25px;
        margin-bottom: 30px;
        position: relative; }
        @media (min-width: 1200px) {
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-rgt {
            margin-left: 15px; } }
        .home-page .hp-sec3 .hp-sec3-inner .hp-s3-rgt .hp-s3-img {
          position: relative;
          overflow: hidden; }
          @media (max-width: 767px) {
            .home-page .hp-sec3 .hp-sec3-inner .hp-s3-rgt .hp-s3-img {
              max-width: 100vw; } }
          .home-page .hp-sec3 .hp-sec3-inner .hp-s3-rgt .hp-s3-img img {
            max-height: 50vh; }
  .home-page .hp-sec4 {
    position: relative;
    display: flex; }
    .home-page .hp-sec4 .hp-sec4-inner {
      display: flex;
      height: 100%;
      position: relative;
      align-items: center; }
      .home-page .hp-sec4 .hp-sec4-inner .hp-s4-left {
        flex: 1 1 500px;
        max-width: 500px;
        position: relative;
        padding-top: 25px; }
        @media (max-width: 767px) {
          .home-page .hp-sec4 .hp-sec4-inner .hp-s4-left {
            flex: none;
            width: 100vw;
            padding-right: 15px;
            padding-left: 15px;
            max-width: 410px; } }
      .home-page .hp-sec4 .hp-sec4-inner .hp-s4-rgt {
        flex: 1 1 auto;
        max-width: 478px;
        position: relative;
        margin-left: 5.7851239669vw; }
        @media (max-width: 767px) {
          .home-page .hp-sec4 .hp-sec4-inner .hp-s4-rgt {
            flex: none;
            max-width: 100vw;
            padding-right: 15px;
            padding-left: 0px;
            width: auto; } }
      .home-page .hp-sec4 .hp-sec4-inner .hp-s4-img {
        position: relative;
        overflow: hidden; }
        @media (max-width: 767px) {
          .home-page .hp-sec4 .hp-sec4-inner .hp-s4-img {
            max-width: calc(100vw - 50px); } }
        .home-page .hp-sec4 .hp-sec4-inner .hp-s4-img img {
          max-height: 73vh; }
          @media (max-height: 620px) {
            .home-page .hp-sec4 .hp-sec4-inner .hp-s4-img img {
              max-height: 68vh; } }
          @media (max-width: 767px) {
            .home-page .hp-sec4 .hp-sec4-inner .hp-s4-img img {
              max-height: calc(100vh - 250px); } }
  .home-page .hp-sec5 {
    position: relative;
    display: flex; }
    .home-page .hp-sec5 .hp-sec5-inner {
      display: flex;
      height: 100%;
      align-items: center;
      position: relative; }
      .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left {
        flex: 1 1 712px;
        max-width: 712px;
        padding-bottom: 20px; }
        @media (max-height: 770px) {
          .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left {
            max-width: 712px; } }
        @media (max-width: 767px) {
          .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left {
            flex: none;
            width: 100vw;
            padding-right: 15px;
            padding-left: 0px;
            max-width: 450px; } }
        .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left .sec-img-trg2 {
          left: -40vw; }
          @media (max-width: 767px) {
            .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left .sec-img-trg2 {
              left: -25vw; } }
        .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left img {
          max-height: 36vh; }
          @media (max-height: 620px) {
            .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left img {
              max-height: 31vh; } }
          @media (min-width: 992px) {
            .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left img {
              max-width: 33vw; } }
          @media (min-width: 767px) and (max-width: 991px) {
            .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left img {
              max-width: 56vw; } }
          @media (max-width: 767px) {
            .home-page .hp-sec5 .hp-sec5-inner .hp-s5-left img {
              max-height: 23vh; } }
      .home-page .hp-sec5 .hp-sec5-inner .hp-s5-rgt {
        flex: 1 1 auto;
        max-width: 330px;
        position: relative; }
        @media (min-width: 1440px) {
          .home-page .hp-sec5 .hp-sec5-inner .hp-s5-rgt {
            padding-top: 50px; } }
        .home-page .hp-sec5 .hp-sec5-inner .hp-s5-rgt .sec-img-trg {
          left: -13vw; }
      .home-page .hp-sec5 .hp-sec5-inner .hp-s5-img {
        overflow: hidden;
        position: relative; }
        .home-page .hp-sec5 .hp-sec5-inner .hp-s5-img img {
          max-height: 67vh; }
          @media (max-width: 767px) {
            .home-page .hp-sec5 .hp-sec5-inner .hp-s5-img img {
              max-height: 61vh; } }
    .home-page .hp-sec5 .hp-s5a {
      width: 100%;
      text-align: right;
      z-index: 1;
      position: relative; }
      .home-page .hp-sec5 .hp-s5a .hp-s5a-img {
        margin-right: -25px;
        margin-left: auto;
        z-index: 9;
        position: relative;
        display: inline-block;
        max-width: 452px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .home-page .hp-sec5 .hp-s5a .hp-s5a-img {
            width: 262px; } }
    .home-page .hp-sec5 .hp-s5a-n {
      max-width: 712px;
      width: 100%;
      padding-right: 100px;
      position: relative; }
      @media (max-height: 770px) {
        .home-page .hp-sec5 .hp-s5a-n {
          padding-right: 50px; } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .home-page .hp-sec5 .hp-s5a-n {
          padding-right: 30px;
          max-width: 720px; } }
      @media (max-width: 767px) {
        .home-page .hp-sec5 .hp-s5a-n {
          padding-right: 15px;
          max-width: initial;
          width: auto; } }
      @media (max-width: 767px) {
        .home-page .hp-sec5 .hp-s5a-n h2 {
          max-width: 300px;
          line-height: 30px; } }
  .home-page .hp-sec6 {
    position: relative;
    display: flex; }
    @media (max-width: 767px) {
      .home-page .hp-sec6 {
        flex: none; } }
    .home-page .hp-sec6 .hp-sec6-inner {
      display: flex;
      height: auto;
      align-items: center;
      position: relative;
      align-self: center; }
      .home-page .hp-sec6 .hp-sec6-inner .hp-s6-left {
        flex: 1 1 575px;
        max-width: 575px;
        align-self: flex-end;
        padding-bottom: 6.73828125vh;
        position: relative;
        left: 0;
        margin-right: 45px; }
        @media (max-width: 1199px) {
          .home-page .hp-sec6 .hp-sec6-inner .hp-s6-left {
            flex: 1 1 45%; } }
        @media (max-width: 767px) {
          .home-page .hp-sec6 .hp-sec6-inner .hp-s6-left {
            max-width: 300px; } }
      .home-page .hp-sec6 .hp-sec6-inner .hp-s6-rgt {
        align-self: flex-end;
        position: relative; }
        @media (max-width: 767px) {
          .home-page .hp-sec6 .hp-sec6-inner .hp-s6-rgt {
            flex: none;
            max-width: initial; } }
      .home-page .hp-sec6 .hp-sec6-inner .hp-s6-img {
        position: relative;
        max-width: 681px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .home-page .hp-sec6 .hp-sec6-inner .hp-s6-img {
            max-width: 96vw; } }
        .home-page .hp-sec6 .hp-sec6-inner .hp-s6-img img {
          max-height: calc(100vh - 200px); }
  .home-page .hp-sec7 {
    position: relative;
    display: flex;
    background-color: transparent; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .home-page .hp-sec7 .container-fluid {
        padding-left: 50px;
        padding-right: 100px; } }
    @media (max-width: 767px) {
      .home-page .hp-sec7 .container-fluid {
        padding-right: 60px; } }
    .home-page .hp-sec7 .hp-sec7-inner {
      display: flex;
      height: auto;
      align-items: center;
      align-self: center;
      position: relative;
      margin-top: 2.9296875vh; }
      .home-page .hp-sec7 .hp-sec7-inner .hp-s7-left {
        flex: 1 1 472px;
        max-width: 472px;
        padding-top: 2.9296875vh;
        align-self: flex-start; }
        @media (max-width: 767px) {
          .home-page .hp-sec7 .hp-sec7-inner .hp-s7-left {
            flex: none;
            max-width: 410px; } }
        @media (max-width: 480px) {
          .home-page .hp-sec7 .hp-sec7-inner .hp-s7-left {
            flex: none;
            max-width: 95vw; } }
      .home-page .hp-sec7 .hp-sec7-inner .hp-s7-rgt {
        flex: 1 1 auto;
        max-width: 766px;
        align-self: end;
        position: relative; }
        @media (max-width: 767px) {
          .home-page .hp-sec7 .hp-sec7-inner .hp-s7-rgt {
            flex: none;
            max-width: 400px; } }
      .home-page .hp-sec7 .hp-sec7-inner .hp-s7-img {
        position: relative;
        margin-left: 35px;
        overflow: hidden; }
        @media (min-width: 1200px) {
          .home-page .hp-sec7 .hp-sec7-inner .hp-s7-img {
            margin-left: 60px; } }
        .home-page .hp-sec7 .hp-sec7-inner .hp-s7-img img {
          max-height: calc(100vh - 200px); }
  .home-page .navigation-wrap {
    position: relative;
    background-color: #1A1430;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    flex: 0 0 auto; }
    .home-page .navigation-wrap .navigation {
      display: flex;
      height: 100%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .home-page .navigation-wrap .navigation .container-fluid.flx {
          padding-right: 30px;
          padding-left: 30px; } }
      @media (max-width: 767px) {
        .home-page .navigation-wrap .navigation .container.fx-bottom {
          margin-bottom: 37px; } }
    @media (max-width: 767px) {
      .home-page .navigation-wrap .hp-navi-inner {
        padding-left: 0px;
        padding-right: 0px; } }
  .home-page .timeline {
    position: fixed;
    left: 0px;
    z-index: 0;
    width: 100%;
    bottom: 0vh;
    padding-top: 20px;
    text-align: center;
    bottom: 1.953125vh;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -7; }
    @media (min-width: 1200px) {
      .home-page .timeline {
        width: auto;
        left: 50%;
        transform: translateX(-50%); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-page .timeline {
        bottom: 1.171875vh; } }
    .home-page .timeline li {
      height: 40px;
      width: 40px;
      background-color: #B6B6B6;
      display: inline-block;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 15px;
      vertical-align: middle;
      margin-left: 0px;
      transition: all 0s; }
      @media (max-width: 767px) {
        .home-page .timeline li {
          height: 30px;
          width: 30px; } }
      .home-page .timeline li.t-icon1 {
        background-image: url(../images/icon-1w.svg);
        background-size: 36% 100%; }
      .home-page .timeline li.t-icon2 {
        background-image: url(../images/icon-2.svg);
        background-size: 36% 100%; }
      .home-page .timeline li.t-icon3 {
        background-image: url(../images/icon-3.svg);
        background-size: 28% 100%; }
      .home-page .timeline li.t-icon4 {
        background-image: url(../images/icon-4.svg);
        background-size: 28% 100%; }
      .home-page .timeline li.t-icon5 {
        background-image: url(../images/icon-5.svg);
        background-size: 28% 100%; }
      .home-page .timeline li.t-icon6 {
        background-image: url(../images/icon-6.svg);
        background-size: 28% 100%; }
    .home-page .timeline .t-icon1 {
      background-image: url(../images/icon-1w.svg);
      background-size: 36% 100%;
      height: 63px;
      width: 62px;
      background-color: #D10027; }
      @media (max-width: 767px) {
        .home-page .timeline .t-icon1 {
          height: 38px;
          width: 38px; } }
    .home-page .timeline.timeline-1 {
      z-index: 9; }
      .home-page .timeline.timeline-1 .t-icon1 {
        background-image: url(../images/icon-1w.svg);
        background-size: 36% 100%;
        height: 63px;
        width: 62px;
        background-color: #D10027; }
        @media (max-width: 767px) {
          .home-page .timeline.timeline-1 .t-icon1 {
            height: 38px;
            width: 38px; } }
      .home-page .timeline.timeline-1 .t-icon2 {
        background-image: url(../images/icon-2.svg);
        background-size: 36% 100%;
        height: 40px;
        width: 40px;
        background-color: #B6B6B6; }
        @media (max-width: 767px) {
          .home-page .timeline.timeline-1 .t-icon2 {
            height: 30px;
            width: 30px; } }
      .home-page .timeline.timeline-1 .t-icon3 {
        background-image: url(../images/icon-3.svg);
        background-size: 28% 100%;
        height: 40px;
        width: 40px;
        background-color: #B6B6B6; }
        @media (max-width: 767px) {
          .home-page .timeline.timeline-1 .t-icon3 {
            height: 30px;
            width: 30px; } }
      .home-page .timeline.timeline-1 .t-icon4 {
        background-image: url(../images/icon-4.svg);
        background-size: 28% 100%;
        height: 40px;
        width: 40px;
        background-color: #B6B6B6; }
        @media (max-width: 767px) {
          .home-page .timeline.timeline-1 .t-icon4 {
            height: 30px;
            width: 30px; } }
      .home-page .timeline.timeline-1 .t-icon5 {
        background-image: url(../images/icon-5.svg);
        background-size: 28% 100%;
        height: 40px;
        width: 40px;
        background-color: #B6B6B6; }
        @media (max-width: 767px) {
          .home-page .timeline.timeline-1 .t-icon5 {
            height: 30px;
            width: 30px; } }
      .home-page .timeline.timeline-1 .t-icon6 {
        background-image: url(../images/icon-6.svg);
        background-size: 28% 100%;
        height: 40px;
        width: 40px;
        background-color: #B6B6B6; }
        @media (max-width: 767px) {
          .home-page .timeline.timeline-1 .t-icon6 {
            height: 30px;
            width: 30px; } }
    .home-page .timeline.timeline-2 .t-icon1 {
      background-image: url(../images/icon-1.svg);
      background-size: 36% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-2 .t-icon1 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-2 .t-icon2 {
      background-image: url(../images/icon-2w.svg);
      background-size: 36% 100%;
      height: 63px;
      width: 62px;
      background-color: #D10027; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-2 .t-icon2 {
          height: 38px;
          width: 38px; } }
    .home-page .timeline.timeline-2 .t-icon3 {
      background-image: url(../images/icon-3.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-2 .t-icon3 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-2 .t-icon4 {
      background-image: url(../images/icon-4.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-2 .t-icon4 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-2 .t-icon5 {
      background-image: url(../images/icon-5.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-2 .t-icon5 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-2 .t-icon6 {
      background-image: url(../images/icon-6.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-2 .t-icon6 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-3 .t-icon1 {
      background-image: url(../images/icon-1.svg);
      background-size: 36% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-3 .t-icon1 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-3 .t-icon2 {
      background-image: url(../images/icon-2.svg);
      background-size: 36% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-3 .t-icon2 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-3 .t-icon3 {
      background-image: url(../images/icon-3w.svg);
      background-size: 28% 100%;
      height: 63px;
      width: 62px;
      background-color: #D10027; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-3 .t-icon3 {
          height: 38px;
          width: 38px; } }
    .home-page .timeline.timeline-3 .t-icon4 {
      background-image: url(../images/icon-4.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-3 .t-icon4 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-3 .t-icon5 {
      background-image: url(../images/icon-5.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-3 .t-icon5 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-3 .t-icon6 {
      background-image: url(../images/icon-6.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-3 .t-icon6 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-4 .t-icon1 {
      background-image: url(../images/icon-1.svg);
      background-size: 36% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-4 .t-icon1 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-4 .t-icon2 {
      background-image: url(../images/icon-2.svg);
      background-size: 36% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-4 .t-icon2 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-4 .t-icon3 {
      background-image: url(../images/icon-3.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-4 .t-icon3 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-4 .t-icon4 {
      background-image: url(../images/icon-4w.svg);
      background-size: 28% 100%;
      height: 63px;
      width: 62px;
      background-color: #D10027; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-4 .t-icon4 {
          height: 38px;
          width: 38px; } }
    .home-page .timeline.timeline-4 .t-icon5 {
      background-image: url(../images/icon-5.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-4 .t-icon5 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-4 .t-icon6 {
      background-image: url(../images/icon-6.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-4 .t-icon6 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-5 .t-icon1 {
      background-image: url(../images/icon-1.svg);
      background-size: 36% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-5 .t-icon1 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-5 .t-icon2 {
      background-image: url(../images/icon-2.svg);
      background-size: 36% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-5 .t-icon2 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-5 .t-icon3 {
      background-image: url(../images/icon-3.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-5 .t-icon3 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-5 .t-icon4 {
      background-image: url(../images/icon-4.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-5 .t-icon4 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-5 .t-icon5 {
      background-image: url(../images/icon-5w.svg);
      background-size: 28% 100%;
      height: 63px;
      width: 62px;
      background-color: #D10027; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-5 .t-icon5 {
          height: 38px;
          width: 38px; } }
    .home-page .timeline.timeline-5 .t-icon6 {
      background-image: url(../images/icon-6w.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-5 .t-icon6 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-6 .t-icon1 {
      background-image: url(../images/icon-1.svg);
      background-size: 36% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-6 .t-icon1 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-6 .t-icon2 {
      background-image: url(../images/icon-2.svg);
      background-size: 36% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-6 .t-icon2 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-6 .t-icon3 {
      background-image: url(../images/icon-3.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-6 .t-icon3 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-6 .t-icon4 {
      background-image: url(../images/icon-4.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-6 .t-icon4 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-6 .t-icon5 {
      background-image: url(../images/icon-5.svg);
      background-size: 28% 100%;
      height: 40px;
      width: 40px;
      background-color: #B6B6B6; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-6 .t-icon5 {
          height: 30px;
          width: 30px; } }
    .home-page .timeline.timeline-6 .t-icon6 {
      background-image: url(../images/icon-6w.svg);
      background-size: 28% 100%;
      height: 63px;
      width: 62px;
      background-color: #D10027; }
      @media (max-width: 767px) {
        .home-page .timeline.timeline-6 .t-icon6 {
          height: 38px;
          width: 38px; } }
    .home-page .timeline.timeline-7 {
      z-index: -7; }
  .home-page .swap-m {
    display: none; }
    @media (max-width: 1199px) {
      .home-page .swap-m {
        display: block; } }
  @media (max-width: 1199px) {
    .home-page .scroll-m {
      display: none; } }

body {
  -webkit-user-select: none;
  /* Prevent text selection */
  -webkit-touch-callout: none;
  /* Disable right-click on iOS */
  -webkit-user-drag: none;
  /* Prevent dragging images */
  user-select: none; }

@media print {
  body {
    display: none !important; } }
.request-visit {
  margin-right: 17px;
  position: relative;
  transition: all 0.5s ease-in-out; }
  .request-visit.hide {
    display: none;
    transition: all 0.5s ease-in-out; }
  @media (max-width: 767px) {
    .request-visit {
      margin-right: 17px; } }
  .request-visit a {
    color: #fff;
    border: 1px solid #fff;
    font-family: GardnerSans-Medium;
    background: #1A1430;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    border-radius: 6px;
    padding: 13px 10px 11px;
    min-width: 120px;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: -2px; }
    @media (max-width: 767px) {
      .request-visit a {
        font-size: 14px;
        line-height: 16px;
        padding: 9px 10px; } }
    .request-visit a:hover {
      background: #fff !important;
      border: 1px solid #1A1430 !important;
      color: #1A1430; }
    .request-visit a:focus, .request-visit a:focus-visible {
      background: #fff !important;
      border: 1px solid #1A1430 !important;
      outline: 1px solid #f5eb63;
      color: #1A1430; }
  .request-visit.default-page a {
    background: #D10027; }
    .request-visit.default-page a:hover {
      background: #1A1430 !important;
      color: #fff; }

.addmission-wrap {
  background-color: #F6F6F6;
  padding-top: 60px;
  padding-bottom: 60px; }
  .addmission-wrap .fbw-top {
    display: flex;
    margin-bottom: 20px;
    align-items: center; }
    .addmission-wrap .fbw-top .fbw-left,
    .addmission-wrap .fbw-top .fbw-rgt {
      flex: 1 1 50%;
      max-width: 50%; }
    .addmission-wrap .fbw-top .fbw-left {
      color: #1A1430;
      margin: 0 0 0px;
      font-size: 34px;
      line-height: 40px;
      font-family: "GardnerSans-Semibold"; }
    .addmission-wrap .fbw-top .fbw-rgt {
      text-align: right; }
  .addmission-wrap .fbw-list {
    padding: 0;
    margin: 0;
    position: relative; }
    .addmission-wrap .fbw-list .fbw-single {
      background-color: #fff;
      display: flex;
      margin-bottom: 15px;
      border-radius: 3px;
      align-items: center;
      padding-right: 24px; }
      .addmission-wrap .fbw-list .fbw-single:last-child {
        margin-bottom: 0; }
      .addmission-wrap .fbw-list .fbw-single .fbw-in-left {
        flex: 1 1 auto;
        max-width: inherit; }
      .addmission-wrap .fbw-list .fbw-single .fbw-in-rgt {
        flex: 1 1 auto;
        max-width: 250px;
        margin-left: auto;
        white-space: nowrap; }
        @media (min-width: 992px) {
          .addmission-wrap .fbw-list .fbw-single .fbw-in-rgt {
            text-align: right; } }
  @media (max-width: 991px) {
    .addmission-wrap {
      padding-top: 60px !important; }
      .addmission-wrap .flex-container {
        display: block; }
      .addmission-wrap h4 p {
        font-size: 14px; } }
  @media (min-width: 992px) {
    .addmission-wrap .flex-container {
      display: flex; }
    .addmission-wrap .adm-title {
      max-width: 340px;
      overflow: hidden; } }
  .addmission-wrap .adm-logo {
    background: #1A1430;
    width: 106px;
    /* height: 58px; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /* height: 100%; */
    align-self: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px; }
  .addmission-wrap .adm-title {
    color: #1A1430;
    font-family: "GardnerSans-Semibold";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    display: flex;
    padding: 17px 24px;
    background: #fff; }
  .addmission-wrap .adm-desc {
    display: flex;
    align-items: center;
    padding: 10px 24px 10px 8px;
    background: #fff; }
    @media (min-width: 992px) {
      .addmission-wrap .adm-desc {
        max-width: calc(100% - 106px - 290px); } }
  @media (min-width: 991px) {
    .addmission-wrap .adm-title {
      width: 290px; } }
  @media (max-width: 991px) {
    .addmission-wrap .adm-logo {
      background-image: none;
      width: 12px;
      display: none; }
    .addmission-wrap .adm-title {
      font-size: 22px;
      display: block;
      padding-bottom: 0; }
    .addmission-wrap .adm-desc {
      display: block;
      width: 100%;
      padding-left: 24px; }
    .addmission-wrap .adm-desc,
    .addmission-wrap .adm-desc p {
      font-size: 13px; }
    .addmission-wrap .fbw-list .fbw-single {
      display: block;
      padding-bottom: 15px;
      padding-left: 12px;
      position: relative; }
      .addmission-wrap .fbw-list .fbw-single::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 12px;
        height: 100%;
        background: #1A1430;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
    .addmission-wrap .fbw-list .fbw-single .fbw-in-rgt {
      margin-left: 24px; } }
  .addmission-wrap a.adm-cls-btn {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important; }
    @media (max-width: 991px) {
      .addmission-wrap a.adm-cls-btn {
        top: -30px !important; } }
  .addmission-wrap.adm-rslt-wrap .adm-close-wrap {
    position: initial; }
    @media (min-width: 992px) {
      .addmission-wrap.adm-rslt-wrap .adm-close-wrap {
        padding: 0; } }

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