@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800;900&display=swap");
.bg-pastel-cream {
  background-color: #ffeee1; }

.bg-pastel-light-orange {
  background-color: #fff8f2; }

.bg-pastel-grey {
  background-color: #e4e4e3; }

.bg-sky-blue {
  background: #ecf7fd; }

.bg-pastel-mid-blue {
  background: #83b0ca; }

.bg-golden {
  background: #b39c00; }

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

.bg-pastel-green {
  background-color: #c3d1a5; }

.bg-pastel-bright-green {
  background-color: #58b597; }

.bg-pastel-light-green {
  background-color: #9ab74c; }

.bg-pastel-blue {
  background-color: #bfdce9; }

.bg-pastel-sea-blue {
  background-color: #5ba6b9; }

.bg-pastel-voilet {
  background-color: #8e96c0; }

.bg-pastel-brown {
  background-color: #e2d3b2; }

.bg-pastel-yellow {
  background-color: #fcfcec; }

.text-orange {
  color: #f37121; }

.text-white {
  color: #ffffff; }

.text-grey {
  color: #dad6d6; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

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

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

:root {
  --color-bg: #f7f7f7;
  --color-link: #ff4444; }

html {
  height: -webkit-fill-available; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

a {
  color: #fff; }
  a:hover {
    text-decoration: none; }
  a.a-link {
    color: #fff;
    text-decoration: none; }
    a.a-link:hover {
      text-decoration: none;
      color: #f37121; }

.btn-link:focus, .btn-link:hover {
  text-decoration: none; }

body {
  font: 100% "Poppins", sans-serif;
  color: #616368;
  font-size: 16px;
  cursor: default;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available; }
  @media (min-width: 992px) {
    body {
      cursor: none; } }

/* Page Loader */
.js .waiting-screen {
  display: none; }

.js .loading .waiting-screen {
  display: block;
  content: '';
  position: fixed;
  z-index: 1009;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .js .loading .waiting-screen h1 {
    display: block; }
  .js .loading .waiting-screen .cloader {
    width: 100px;
    display: block;
    margin-bottom: 10px; }
  .js .loading .waiting-screen .vs_mob {
    width: 120px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    color: #ffffff;
    margin: 10px;
    padding: 10px;
    font-size: 0.7rem;
    text-align: center; }
    .js .loading .waiting-screen .vs_mob img {
      width: 90px; }

@-webkit-keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate; }

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }

.mvw-100 {
  min-width: 100vw; }

.mvh-100 {
  min-height: 100vh; }

@media (min-width: 768px) {
  .vh-md-100 {
    height: 100% !important; } }

@media (min-width: 992px) {
  .vw-lg-100 {
    width: 100vw; } }

@media (min-width: 992px) {
  .vh-lg-100 {
    height: 100% !important; } }

.main-container {
  position: relative;
  overflow: hidden;
  background: #e8f5ff;
  background: -webkit-linear-gradient(top, #e8f5ff 0%, #fff 100%);
  background: -linear-gradient(top, #e8f5ff 0%, #fff 100%);
  background: -moz-linear-gradient(top, #e8f5ff 0%, #fff 100%); }

.willchange {
  will-change: transform; }

.somehid {
  width: 100% !important;
  position: relative; }

.clould_holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  width: 100% !important;
  height: 50% !important; }
  .clould_holder .clould02 {
    position: absolute;
    right: 0px;
    top: 10%;
    width: 100%;
    padding-left: 100px; }
    @media (min-width: 768px) {
      .clould_holder .clould02 {
        top: 20%;
        right: -250px; } }
    @media (min-width: 992px) {
      .clould_holder .clould02 {
        top: 30%;
        right: -700px; } }
  .clould_holder .clould03 {
    position: absolute;
    left: 0px;
    bottom: 50%;
    width: 100%;
    padding-left: 10px; }
    @media (min-width: 768px) {
      .clould_holder .clould03 {
        left: 1%;
        bottom: -100px; } }
    @media (min-width: 992px) {
      .clould_holder .clould03 {
        left: 1%;
        bottom: -150px; } }

@keyframes to_n_fro {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-10px); } }
.copyright-strip.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 40px;
  z-index: 112;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #ffffff;
  padding: 5px;
  font-size: 0.55rem; }
  @media (min-width: 768px) {
    .copyright-strip.fixed {
      font-size: 0.65rem;
      padding: 5px 15px; } }
  .copyright-strip.fixed:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
    @media (min-width: 768px) {
      .copyright-strip.fixed:after {
        right: -60px;
        width: 60px; } }

.landscape {
  will-change: transform;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  opacity: 0.2;
  overflow: hidden;
  z-index: 0; }

.city-landscape {
  background-image: url("../images/city_buildings.png");
  background-repeat: repeat-x;
  background-position: bottom;
  will-change: transform;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 200% !important;
  height: 300px;
  opacity: 0.2;
  overflow: hidden;
  z-index: -2; }

.city-mountains-landscape {
  background-image: url("../images/city_mountains.png");
  background-repeat: repeat-x;
  background-position: bottom;
  will-change: transform;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100% !important;
  height: 300px;
  opacity: 1;
  overflow: hidden;
  z-index: -2; }
  @media (min-width: 992px) {
    .city-mountains-landscape {
      background-size: contain; } }

.mountains-landscape {
  background-image: url("../images/mountains.png");
  background-repeat: repeat-x;
  background-position: bottom;
  will-change: transform;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 200% !important;
  height: 300px;
  opacity: 1;
  overflow: hidden;
  z-index: -1; }

.road {
  background-image: url("../images/road02.jpg");
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 40px !important;
  z-index: 111; }

.bus {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 56px;
  width: 160px;
  margin-bottom: 10px;
  margin-left: 150px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .bus {
      margin-left: 600px; } }
  @media (min-width: 992px) {
    .bus {
      margin-left: 800px; } }
  .bus.bwd img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }

.each-state-container {
  position: relative; }

.state-frame {
  overflow: hidden;
  position: relative;
  height: 100%; }

.map-tootip {
  position: fixed;
  z-index: 1999;
  left: 0;
  top: 0;
  width: 240px;
  border: solid thin #cecece;
  display: none;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: -1px 6px 34px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 6px 34px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 6px 34px -10px rgba(0, 0, 0, 0.75); }
  .map-tootip .details {
    padding: 10px; }
    .map-tootip .details .state-title {
      font-size: 0.75rem;
      font-weight: 600;
      border-bottom: solid thin #616368;
      padding-bottom: 4px;
      margin-bottom: 4px; }
    .map-tootip .details .state-desc {
      font-size: 0.7rem;
      font-weight: 400;
      color: #000000; }

path.activeState {
  fill: #a7c8ff !important; }
  path.activeState:hover {
    fill: #69a4f9 !important;
    stroke: #6b7995;
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-linecap: round; }

.each-map-frame {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 280px; }
  @media (min-width: 576px) {
    .each-map-frame {
      max-width: 400px; } }
  @media (min-width: 768px) {
    .each-map-frame {
      max-width: 550px; } }
  @media (min-width: 992px) {
    .each-map-frame {
      width: 100%;
      max-width: 900px; } }
  .each-map-frame .frame01 {
    opacity: 0; }
    .each-map-frame .frame01.is-inview {
      -webkit-animation: fadein 3s;
      /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadein 3s;
      /* Firefox < 16 */
      -ms-animation: fadein 3s;
      /* Internet Explorer */
      -o-animation: fadein 3s;
      /* Opera < 12.1 */
      animation: fadein 3s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
@keyframes fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .each-map-frame .frame02 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0; }
  .each-map-frame .frame03 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    left: 0;
    bottom: 0; }
  .each-map-frame .frame04 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    left: 0;
    bottom: 0;
    x-transition: all 1s ease-in-out;
    animation: back-n-forth-clouds 3.7s infinite; }

@keyframes back-n-forth-clouds {
  0% {
    left: 0; }
  50% {
    left: -10px; }
  100% {
    left: 0; } }
.wrap-space {
  white-space: initial; }

.each-state-intro {
  text-align: left; }
  .each-state-intro h1 {
    font-weight: 600;
    color: #242f51; }
  .each-state-intro p {
    font-weight: 300;
    font-size: 0.75rem; }
    @media (min-width: 576px) {
      .each-state-intro p {
        font-size: 0.85rem; } }
    @media (min-width: 768px) {
      .each-state-intro p {
        font-size: 1rem; } }
  .each-state-intro .intro-title {
    font-size: 1.25rem;
    margin-bottom: 3px;
    padding-bottom: 3px; }
    @media (min-width: 576px) {
      .each-state-intro .intro-title {
        font-size: 1.33rem;
        margin-bottom: 6px;
        padding-bottom: 6px; } }
    @media (min-width: 768px) {
      .each-state-intro .intro-title {
        font-size: 1.85rem;
        margin-bottom: 10px;
        padding-bottom: 10px; } }
  .each-state-intro .intro-des {
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .each-state-intro .intro-des {
        margin-bottom: 20px; } }
  .each-state-intro a {
    color: #f37121;
    text-decoration: none; }
    .each-state-intro a:hover {
      color: #f37121;
      opacity: 0.9; }

a.btn-custom {
  position: relative;
  background-color: #67763e;
  padding: 10px 25px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.75rem;
  border-radius: 30px;
  display: inline-block; }
  @media (min-width: 576px) {
    a.btn-custom {
      font-size: 0.85rem; } }
  @media (min-width: 768px) {
    a.btn-custom {
      font-size: 1rem; } }
  a.btn-custom:hover {
    color: #ffffff;
    background-color: #f37121;
    opacity: 0.9; }

.btn-play {
  position: relative;
  width: 45px;
  height: 45px;
  display: inline-block;
  background: #f37121;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  z-index: 1; }

.btn-play i {
  margin-left: 7%;
  color: #ffffff; }

.btn-play:hover {
  background: rgba(243, 113, 33, 0.9);
  color: #ffffff; }

.video-btn {
  position: relative; }

.video-btn a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 62, 3, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-color: #f37121; }

.video-btn a .circle-2 {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out; }

.video-btn a:hover span {
  border-color: #f37121; }

.video-desc {
  padding: 5px;
  margin-left: 5px;
  font-size: 0.75rem;
  max-width: 300px; }
  @media (min-width: 576px) {
    .video-desc {
      font-size: 0.85rem; } }
  @media (min-width: 768px) {
    .video-desc {
      font-size: 1rem;
      max-width: 350px; } }
  @media (min-width: 992px) {
    .video-desc {
      max-width: 450px; } }

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(2.5);
    opacity: 0; } }
.logo {
  position: fixed;
  top: 10px;
  left: 5%;
  width: 80px;
  cursor: pointer;
  z-index: 112;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.nav-container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto; }

.nav-container p {
  font-size: 20px; }

.nav-container a:hover:after,
.nav-container a:focus:after,
.nav-container a:active:after {
  width: 100%; }

.button_container {
  position: fixed;
  top: 25px;
  right: 5%;
  height: 27px;
  width: 30px;
  cursor: pointer;
  z-index: 151;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.button_container:hover {
  opacity: 1; }

.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -ms-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF; }

.button_container.active .middle {
  opacity: 0;
  background: #FFF; }

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF; }

.button_container span {
  background: #292929;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer; }

.button_container span:nth-of-type(2) {
  top: 11px;
  width: 60%; }

.button_container span:nth-of-type(3) {
  top: 22px; }

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden; }

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 150;
  overflow-y: auto; }
  @media (min-width: 992px) {
    .overlay.open {
      overflow-y: hidden; } }

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s; }

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s; }

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
  animation-delay: .50s; }

.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: transparent; }

::-webkit-scrollbar {
  width: 12px;
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

.overlay nav {
  position: relative;
  height: 100%;
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  @media (min-width: 992px) {
    .overlay nav {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    .overlay nav {
      justify-content: space-around; } }
  .overlay nav .states-list {
    width: 100%;
    padding: 0 30px;
    margin-top: 60px; }
    @media (min-width: 992px) {
      .overlay nav .states-list {
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .overlay nav .states-list {
        width: 80%; } }
    .overlay nav .states-list h2 {
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 10px;
      margin-left: 30px;
      border-bottom: solid thin #ffffff;
      display: inline-block;
      padding: 5px;
      padding-left: 0; }
    .overlay nav .states-list .state-row {
      margin: 10px 30px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 992px) {
        .overlay nav .states-list .state-row {
          margin: 30px; } }
      @media (min-width: 992px) {
        .overlay nav .states-list .state-row {
          flex-direction: row; } }
  .overlay nav .menu-footer {
    margin: 30px;
    width: 80%; }
    @media (min-width: 992px) {
      .overlay nav .menu-footer {
        width: 80%; } }
    .overlay nav .menu-footer .menu-footer-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 992px) {
        .overlay nav .menu-footer .menu-footer-row {
          margin: 30px;
          flex-direction: row; } }

.social-details {
  font-size: 1rem;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  display: flex; }
  .social-details li {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    align-items: center; }
  .social-details .c-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #ffffff;
    border: solid thin #ffffff;
    text-decoration: none; }
    .social-details .c-icon:hover {
      color: #f37121;
      border: solid thin #f37121; }

.overlay .state-row ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  height: 100%; }
  .overlay .state-row ul li {
    display: block;
    position: relative;
    opacity: 0; }
    .overlay .state-row ul li.active:after {
      background: #f37121;
      width: 100%; }
    .overlay .state-row ul li a {
      display: inline-block;
      position: relative;
      color: #FFF;
      text-decoration: none;
      overflow: hidden; }
      .overlay .state-row ul li a:hover {
        color: #f37121; }
      .overlay .state-row ul li a.active {
        color: #f37121; }

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%; }

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background: #f37121;
  -webkit-transition: .35s;
  transition: .35s; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
/* 11 */
.btn-11 {
  border: none;
  overflow: hidden; }

.btn-11:hover {
  text-decoration: none;
  color: #fff; }

.btn-11:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 5s ease-in-out infinite; }

.btn-11:hover {
  opacity: .7; }

.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2); }

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

#scroll-down-animation {
  position: fixed;
  bottom: 35px;
  right: 15px;
  z-index: 120; }
  #scroll-down-animation h2 {
    color: #000000;
    font-weight: 400;
    font-size: 0.75rem;
    margin-top: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2px 4px; }
  #scroll-down-animation .mouse {
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border: 2px solid #616368;
    height: 35px;
    width: 24px;
    position: relative;
    background-color: white; }
  #scroll-down-animation .move {
    position: absolute;
    background-color: rgba(97, 99, 104, 0.8);
    height: 5px;
    width: 4px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: mouse_move 2s linear infinite; }

@keyframes mouse_move {
  0% {
    transform: translate(-50%, 2px);
    opacity: 0; }
  50% {
    transform: translate(-50%, 16px);
    opacity: 1; }
  100% {
    transform: translate(-50%, 16px);
    opacity: 1; } }
#button-scroll-top {
  display: inline-flex;
  background-color: #FF9800;
  width: 50px;
  height: 55px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 45px;
  right: 10px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center; }

#button-scroll-top:hover {
  cursor: pointer;
  background-color: #216900; }

#button-scroll-top:active {
  background-color: #216900; }

#button-scroll-top.show {
  opacity: 1;
  visibility: visible; }

.bird {
  background-image: url(../images/svgs/bird-cells-new.svg);
  background-size: auto 100%;
  width: 70px;
  height: 125px;
  will-change: background-position;
  transform: scale(0.65);
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite; }
  @media (min-width: 992px) {
    .bird {
      transform: scale(0.85); } }
  .bird--one {
    animation-duration: 1s;
    animation-delay: -0.5s; }
  .bird--two {
    animation-duration: 0.9s;
    animation-delay: -0.75s; }
  .bird--three {
    animation-duration: 1.25s;
    animation-delay: -0.25s; }
  .bird--four {
    animation-duration: 1.1s;
    animation-delay: -0.5s; }

.bird-frame {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.bird-container {
  position: absolute;
  top: 10%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }
  @media (min-width: 992px) {
    .bird-container {
      top: 15%; } }
  @media (min-width: 992px) {
    .bird-container {
      top: 20%; } }
  .bird-container--one {
    animation-duration: 15s;
    animation-delay: 0; }
  .bird-container--two {
    animation-duration: 16s;
    animation-delay: 1s; }
  .bird-container--three {
    animation-duration: 14.6s;
    animation-delay: 9.5s; }
  .bird-container--four {
    animation-duration: 16s;
    animation-delay: 10.25s; }

@keyframes fly-cycle {
  100% {
    background-position: -900px 0; } }
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw); }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4); }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5); }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6); }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6); }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6); }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6); }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6); } }
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5); }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4); }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6); }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45); }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5); }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45); }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45); }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45); } }
.cursor {
  pointer-events: none;
  display: none;
  cursor: pointer; }
  @media (min-width: 1400px) {
    .cursor {
      display: block;
      cursor: none; } }

.cursor__ball {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }

.cursor__ball circle {
  fill: #f37121;
  stroke: #f37121;
  stroke-width: 1;
  fill-opacity: 0; }

.cursor__ball.cursor__ball--small circle {
  fill: #f37121;
  stroke-width: 0;
  fill-opacity: 1; }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: start;
  padding: 0;
  margin-right: auto;
  margin-bottom: 0.6rem;
  margin-left: 0;
  list-style: none; }
  @media (min-width: 992px) {
    .carousel-indicators {
      margin-bottom: 1rem; } }

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #c6d3db;
  background-clip: padding-box;
  border: 0;
  opacity: 1;
  transition: opacity .6s ease; }
  .carousel-indicators [data-bs-target].active {
    opacity: 1;
    background-color: #f37121; }

.each-state-intro .carousel-outer-title {
  font-size: 1.1rem; }
  @media (min-width: 992px) {
    .each-state-intro .carousel-outer-title {
      font-size: 1.25rem; } }
  .each-state-intro .carousel-outer-title.txt-sm {
    font-size: 1rem; }
.each-state-intro .landing-carousel {
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    .each-state-intro .landing-carousel {
      margin-bottom: 10px; } }
  .each-state-intro .landing-carousel .carousel-inner {
    min-height: 140px; }
    @media (min-width: 992px) {
      .each-state-intro .landing-carousel .carousel-inner {
        min-height: 160px; } }
    .each-state-intro .landing-carousel .carousel-inner .custom-carousel-caption h1 {
      font-size: 1.15rem;
      color: #4d7fa4; }
      @media (min-width: 992px) {
        .each-state-intro .landing-carousel .carousel-inner .custom-carousel-caption h1 {
          font-size: 2rem; } }
    .each-state-intro .landing-carousel .carousel-inner .custom-carousel-caption h6 {
      font-size: 0.85rem; }
      @media (min-width: 992px) {
        .each-state-intro .landing-carousel .carousel-inner .custom-carousel-caption h6 {
          font-size: 1rem; } }

.state-view {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+12,ddf1f9+38,9ed4e5+100 */
  background: #feffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feffff 12%, #ddf1f9 38%, #9ed4e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #feffff 12%, #ddf1f9 38%, #9ed4e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #feffff 12%, #ddf1f9 38%, #9ed4e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#9ed4e5',GradientType=0 );
  /* IE6-9 */
  overflow: hidden;
  position: relative; }
  .state-view .moving-truck {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 40px;
    z-index: 5;
    -webkit-animation: moveTruck 25s linear infinite;
    -moz-animation: moveTruck 25s linear infinite;
    -o-animation: moveTruck 25s linear infinite; }
  .state-view .bg-road {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-image: url("../images/road02.jpg");
    background-repeat: repeat-x;
    z-index: 4; }
  .state-view .bg-mountains {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 200px;
    background-position: 0 100%;
    background-image: url("../images/mountains.png");
    background-repeat: repeat-x;
    z-index: 2; }
    .in .state-view .bg-mountains {
      background-image: url("../images/india-scape.png");
      background-position: center; }
    .ul .state-view .bg-mountains {
      background-image: url("../images/city_mountains_ul.png"); }
  .state-view .bg-monument {
    position: absolute;
    right: 13%;
    bottom: 40px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 3; }
    @media (min-width: 992px) {
      .state-view .bg-monument {
        width: 300px;
        height: 300px; } }
    .mh .state-view .bg-monument {
      background-image: url("../images/mh_monument.png"); }
    .ap .state-view .bg-monument {
      background-image: url("../images/ap_monument.png");
      width: 280px;
      height: 126px; }
      @media (min-width: 992px) {
        .ap .state-view .bg-monument {
          width: 500px;
          height: 225px; } }
    .tg .state-view .bg-monument {
      background-image: url("../images/tg_monument.png");
      width: 280px;
      height: 126px; }
      @media (min-width: 992px) {
        .tg .state-view .bg-monument {
          width: 500px;
          height: 225px; } }
    .ul .state-view .bg-monument {
      background-image: url("../images/ul_monument.png");
      width: 280px;
      height: 126px; }
      @media (min-width: 992px) {
        .ul .state-view .bg-monument {
          width: 500px;
          height: 225px; } }
    .tn .state-view .bg-monument {
      background-image: url("../images/tn_monument.png");
      width: 280px;
      height: 126px; }
      @media (min-width: 992px) {
        .tn .state-view .bg-monument {
          width: 500px;
          height: 225px; } }
    .or .state-view .bg-monument {
      background-image: url("../images/or_monument.png");
      width: 280px;
      height: 126px; }
      @media (min-width: 992px) {
        .or .state-view .bg-monument {
          width: 500px;
          height: 225px; } }
    .up .state-view .bg-monument {
      background-image: url("../images/up_monument.png");
      width: 280px;
      height: 126px; }
      @media (min-width: 992px) {
        .up .state-view .bg-monument {
          width: 500px;
          height: 225px; } }
  .state-view .bg-buildings {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 200px;
    background-image: url("../images/city_buildings.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat-x;
    opacity: 0.5;
    z-index: 1; }
    .ul .state-view .bg-buildings {
      background-image: url("../images/city_mountain_scape.png"); }
  .state-view .state-intro-frame {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

/*Time to finalise the cloud shape*/
#clouds {
  width: 100%;
  min-height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10; }

.cloud {
  position: relative;
  transform: scale(0.5); }

/*Time to animate*/
.x1 {
  right: -600px;
  -webkit-animation: moveclouds 60s linear infinite;
  -moz-animation: moveclouds 60s linear infinite;
  -o-animation: moveclouds 60s linear infinite; }

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
  left: 200px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0.3;
  /*opacity proportional to the size*/
  /*Speed will also be proportional to the size and opacity*/
  /*More the speed. Less the time in 's' = seconds*/
  -webkit-animation: moveclouds 80s linear infinite;
  -moz-animation: moveclouds 80s linear infinite;
  -o-animation: moveclouds 80s linear infinite; }

.x3 {
  left: -250px;
  top: -200px;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0.8;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 40s linear infinite;
  -moz-animation: moveclouds 40s linear infinite;
  -o-animation: moveclouds 40s linear infinite; }

.x4 {
  left: 470px;
  top: -250px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 36s linear infinite;
  -moz-animation: moveclouds 36s linear infinite;
  -o-animation: moveclouds 36s linear infinite; }

.x5 {
  left: -150px;
  top: -150px;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0.8;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 70s linear infinite;
  -moz-animation: moveclouds 470s linear infinite;
  -o-animation: moveclouds 70s linear infinite; }

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px; }
  100% {
    margin-left: -1000px; } }
@-webkit-keyframes moveTruck {
  0% {
    margin-left: -200px; }
  100% {
    margin-left: 2000px; } }
.sm-text {
  font-size: 0.813rem; }

.content-section {
  position: relative;
  padding: 30px 0; }
  .content-section a {
    color: #f37121;
    text-decoration: none; }
    .content-section a:hover {
      color: #67763e; }
  .content-section .bush {
    position: absolute; }
    .content-section .bush.place-rb {
      bottom: 0;
      right: 0; }
    .content-section .bush.place-lb {
      bottom: 0;
      left: 0; }
    .content-section .bush img {
      width: 100%;
      max-width: 150px; }
    @media (min-width: 992px) {
      .content-section .bush img {
        max-width: 250px; } }
  .content-section ul.no-space, .content-section ol.no-space {
    padding-left: 15px; }
  .content-section.custom-border-top {
    border-top: solid 8px #ffffff; }
  .content-section.bg-golden-cloud {
    background-image: url(../images/sections/clouds-golden.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }
  .content-section.bg-green-cloud {
    background-image: url(../images/sections/clouds-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }
  .content-section.bg-blue-cloud {
    background-image: url(../images/sections/clouds-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }
  .content-section.bg-voilet-cloud {
    background-image: url(../images/sections/clouds-voilet.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }
  .content-section.bg-sea-blue-cloud {
    background-image: url(../images/sections/clouds-sea-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }
  @media (min-width: 992px) {
    .content-section {
      padding: 60px 0; } }
  .content-section.double-padding {
    padding: 60px 0; }
    @media (min-width: 992px) {
      .content-section.double-padding {
        padding: 100px 0; } }
  .content-section.triple-padding {
    padding: 90px 0; }
    @media (min-width: 992px) {
      .content-section.triple-padding {
        padding: 180px 0; } }
  .content-section .w-title {
    color: #242f51; }
  .content-section .col-title {
    color: #67763e;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.25rem; }
  .content-section h3.content-title {
    color: #5c5c5c;
    font-weight: 800;
    margin: 15px 0; }
  .content-section .content-sub-intro {
    line-height: 1.5rem; }
  .content-section .content-sub-title {
    font-weight: 600;
    font-size: 1.25rem; }
    @media (min-width: 992px) {
      .content-section .content-sub-title {
        font-size: 1.5rem; } }
  .content-section .in-year {
    font-size: 400;
    padding: 5px 10px;
    padding-left: 2px;
    color: #f37121;
    display: inline-block;
    margin-bottom: 15px; }
  .content-section .timeline-year {
    padding: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 800; }
    @media (min-width: 576px) {
      .content-section .timeline-year {
        font-size: 5rem; } }
    @media (min-width: 768px) {
      .content-section .timeline-year {
        font-size: 6rem; } }
    @media (min-width: 992px) {
      .content-section .timeline-year {
        font-size: 8rem;
        line-height: 7.5rem; } }
    @media (min-width: 1200px) {
      .content-section .timeline-year {
        font-size: 10rem;
        line-height: 8.5rem; } }
  .content-section .seperator-frame {
    position: relative;
    margin-bottom: 30px; }
    .content-section .seperator-frame hr {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      border: none; }
      .content-section .seperator-frame hr.dark {
        border-top: solid 2px #5c5c5c; }
      .content-section .seperator-frame hr.light {
        border-top: solid 2px #ffffff; }
    .content-section .seperator-frame h6 {
      position: relative;
      padding: 5px 15px;
      display: inline-block;
      font-weight: 600;
      font-size: 1.25rem; }

.patch-holder {
  position: relative;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: flex-start; }

.overlap-margin {
  margin-top: -15px; }
  @media (min-width: 992px) {
    .overlap-margin {
      margin-top: -30px; } }

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

.play-btn-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  display: flex;
  justify-content: start; }
  .play-btn-container.place-left {
    left: 0; }
    .play-btn-container.place-left.on-img {
      left: 5px; }
      @media (min-width: 992px) {
        .play-btn-container.place-left.on-img {
          left: 10px; } }
      .place-lt .play-btn-container.place-left.on-img {
        top: 15px; }
        @media (min-width: 992px) {
          .place-lt .play-btn-container.place-left.on-img {
            top: 30px; } }
      .place-rb .play-btn-container.place-left.on-img {
        bottom: -15px; }
        @media (min-width: 992px) {
          .place-rb .play-btn-container.place-left.on-img {
            bottom: -30px; } }
      .place-lb .play-btn-container.place-left.on-img {
        bottom: 15px; }
        @media (min-width: 992px) {
          .place-lb .play-btn-container.place-left.on-img {
            bottom: 30px; } }
      .place-rt .play-btn-container.place-left.on-img {
        top: -15px; }
        @media (min-width: 992px) {
          .place-rt .play-btn-container.place-left.on-img {
            top: -30px; } }
  .play-btn-container.place-right {
    right: 0; }
    .play-btn-container.place-right.on-img {
      right: 5px; }
      @media (min-width: 992px) {
        .play-btn-container.place-right.on-img {
          right: 10px; } }
      .place-rt .play-btn-container.place-right.on-img {
        top: -15px; }
        @media (min-width: 992px) {
          .place-rt .play-btn-container.place-right.on-img {
            top: -30px; } }
      .place-rb .play-btn-container.place-right.on-img {
        bottom: 15px; }
        @media (min-width: 992px) {
          .place-rb .play-btn-container.place-right.on-img {
            bottom: 30px; } }
      .place-lb .play-btn-container.place-right.on-img {
        bottom: 15px; }
        @media (min-width: 992px) {
          .place-lb .play-btn-container.place-right.on-img {
            bottom: 30px; } }

.layered-box {
  padding: 15px;
  margin: 15px 0px;
  position: relative; }
  @media (min-width: 992px) {
    .layered-box {
      padding: 30px;
      margin: 30px 0px; } }
  .layered-box .video-btn.push-margin {
    margin-top: 45px; }
  .layered-box .tile-box {
    position: absolute;
    width: 80%;
    height: 100%;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    z-index: -1; }
  .layered-box > img {
    margin-bottom: 0;
    margin-top: 0;
    border: solid 4px #ffffff; }
  .layered-box.place-lb .tile-box {
    left: 0;
    top: 0; }
  .layered-box.place-lb > img {
    margin-top: -30px; }
    @media (min-width: 992px) {
      .layered-box.place-lb > img {
        margin-top: -60px; } }
  .layered-box.place-rb .tile-box {
    right: 0;
    top: 0; }
  .layered-box.place-rb > img {
    margin-top: -30px; }
    @media (min-width: 992px) {
      .layered-box.place-rb > img {
        margin-top: -60px; } }
  .layered-box.place-lt .tile-box {
    left: 0;
    bottom: 0; }
  .layered-box.place-lt > img {
    margin-bottom: -30px; }
    @media (min-width: 992px) {
      .layered-box.place-lt > img {
        margin-bottom: -60px; } }
  .layered-box.place-rt .tile-box {
    right: 0;
    top: 0; }
  .layered-box.place-rt > img {
    margin-bottom: -30px; }
    @media (min-width: 992px) {
      .layered-box.place-rt > img {
        margin-bottom: -60px; } }
  .layered-box.place-rc .tile-box {
    right: 0;
    top: 0; }
  .layered-box.place-lc .tile-box {
    left: 0;
    top: 0; }

.tile-bl {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 100%;
  height: 80px;
  margin-right: 50%; }
  @media (min-width: 992px) {
    .tile-bl {
      height: 150px;
      bottom: -20px; } }

.tile-tl {
  position: absolute;
  right: 0;
  top: -10px;
  width: 100%;
  height: 80px;
  margin-right: 50%; }
  @media (min-width: 992px) {
    .tile-tl {
      height: 150px;
      top: -20px; } }

.tile-br {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 80px;
  margin-left: 50%; }
  @media (min-width: 992px) {
    .tile-br {
      height: 150px;
      bottom: -20px; } }

.tile-tr {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 80px;
  margin-left: 50%; }
  @media (min-width: 992px) {
    .tile-tr {
      height: 150px;
      top: -20px; } }

.square-tile {
  position: absolute;
  z-index: 0;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  width: 80px;
  height: 80px; }
  @media (min-width: 992px) {
    .square-tile {
      width: 150px;
      height: 150px; } }
  .square-tile.place-tl {
    top: -10px;
    left: -15px; }
  .square-tile.place-tr {
    top: -10px;
    right: 15px; }
  .square-tile.place-bl {
    bottom: -10px;
    left: -15px; }
  .square-tile.place-br {
    bottom: -10px;
    right: -15px; }

.each-acheivement-card {
  margin: 10px;
  width: 240px;
  display: flex;
  justify-content: top;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 768px) {
    .each-acheivement-card {
      width: 270px; } }
  .each-acheivement-card .record-box {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #616368;
    font-weight: 600;
    margin: 10px; }

.each-milestones {
  position: relative; }

.bg-patch {
  min-height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1; }

.slider-container {
  position: relative;
  border-radius: 5px;
  position: relative; }
  .slider-container a:hover h6 {
    color: #f37121; }
  .slider-container .controls {
    margin: 0;
    padding: 0;
    z-index: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    height: 0;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .slider-container .controls .control-btns {
      font-size: 1.25rem;
      background: #ffffff;
      color: #f37121;
      padding: 10px; }
      .slider-container .controls .control-btns:hover {
        background-color: #ffffff;
        color: #616368; }
      .slider-container .controls .control-btns.prev {
        margin-left: -5px;
        margin-top: -40px; }
      .slider-container .controls .control-btns.next {
        margin-right: -5px;
        margin-top: -40px; }
      @media (min-width: 992px) {
        .slider-container .controls .control-btns.prev {
          margin-left: -40px;
          margin-top: -40px; }
        .slider-container .controls .control-btns.next {
          margin-right: -40px;
          margin-top: -40px; } }
    .slider-container .controls:focus {
      outline: none; }
    .slider-container .controls li:hover {
      cursor: pointer; }
  .slider-container.stype-2 .controls .control-btns {
    background: #ffffff;
    color: #f37121;
    padding: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 5px; }
    .slider-container.stype-2 .controls .control-btns:hover {
      background-color: #f37121;
      color: #ffffff; }
    @media (min-width: 992px) {
      .slider-container.stype-2 .controls .control-btns.prev {
        margin-left: 10px;
        margin-top: -60px; }
      .slider-container.stype-2 .controls .control-btns.next {
        margin-right: 10px; } }

.milestones-slider {
  margin: 80px 0; }
  .milestones-slider .tns-slide-active {
    transform: scale(0.9);
    opacity: 1;
    filter: grayscale(90%); }
    .milestones-slider .tns-slide-active:hover {
      filter: grayscale(0%); }
    .milestones-slider .tns-slide-active.activeCenter {
      opacity: 1;
      filter: grayscale(0%);
      transition: all 1s ease-in-out; }
      .milestones-slider .tns-slide-active.activeCenter .each-milestones {
        transition: all 1s ease-in-out;
        animation: scaleup 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        z-index: 2; }
        .milestones-slider .tns-slide-active.activeCenter .each-milestones img {
          box-shadow: 2px 24px 32px -2px rgba(0, 0, 0, 0.39);
          -webkit-box-shadow: 2px 24px 32px -2px rgba(0, 0, 0, 0.39);
          -moz-box-shadow: 2px 24px 32px -2px rgba(0, 0, 0, 0.39);
          margin-bottom: 20px; }
        @media (min-width: 768px) {
          .milestones-slider .tns-slide-active.activeCenter .each-milestones {
            animation: scaleup-md 1s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards; } }

@keyframes scaleup {
  from {
    transform: scale(0.9); }
  to {
    transform: scale(1); } }
@keyframes scaleup-md {
  from {
    transform: scale(0.9); }
  to {
    transform: scale(1.2); } }
.white-popup-block {
  background-color: #ffffff;
  padding: 30px;
  margin: 15px;
  position: relative; }

.fw-slider-frame {
  overflow: hidden; }
  @media (min-width: 992px) {
    .fw-slider-frame {
      overflow: visible; } }

.swiper-wrapper .swiper-slide-active .each-milestones {
  transition: all 1s ease-in-out;
  animation: scaleup 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 2; }

.swiper-wrapper {
  margin: 40px 0; }

.swiper-wrapper .tns-slide-active {
  transform: scale(0.9);
  opacity: 1;
  filter: grayscale(90%); }

.swiper-wrapper .tns-slide-active:hover {
  filter: grayscale(0%); }

.swiper-wrapper .swiper-slide-active {
  opacity: 1;
  filter: grayscale(0%);
  transition: all 1s ease-in-out; }

.swiper-wrapper .swiper-slide-active .each-milestones {
  transition: all 1s ease-in-out;
  animation: scaleup 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 2; }

.swiper-wrapper .swiper-slide-active .each-milestones img {
  box-shadow: 2px 24px 32px -2px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 2px 24px 32px -2px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 2px 24px 32px -2px rgba(0, 0, 0, 0.39);
  margin-bottom: 20px; }

.swiper-wrapper .swiper-slide-active .each-milestones {
  transition: all 1s ease-in-out;
  animation: scaleup 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 2; }

.swiper-slide {
  padding: 0 40px; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  font-size: 1.25rem;
  background: #ffffff;
  color: #f37121;
  padding: 10px;
  top: 55%; }
  .swiper-button-next:hover, .swiper-rtl .swiper-button-prev:hover {
    color: #616368; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  font-size: 1.25rem;
  background: #ffffff;
  color: #f37121;
  padding: 10px;
  top: 55%; }
  .swiper-button-prev:hover, .swiper-rtl .swiper-button-next:hover {
    color: #616368; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 18px; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 18px; }

.swiper-slide {
  filter: grayscale(90%); }
  .swiper-slide:hover {
    filter: grayscale(0%); }

.content-section .swiper-slide:hover h6 {
  color: #f37121; }

@media (min-width: 768px) {
  .swiper-wrapper .swiper-slide-active .each-milestones {
    animation: scaleup-md 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

  .swiper-slide {
    padding: 0 20px; } }
@media (min-width: 992px) {
  .swiper-slide {
    transform: scale(0.9);
    padding: 10px; }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 6%;
    top: 50%; }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 6%;
    top: 50%; }

  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 28px; }

  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 28px; } }

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