:root {
  --theme-pr-1: #004945;
  --theme-pr-1-lte: #006863;
  --theme-pr-1-drk: #013d3a;
  --theme-pr-2: #b3852b;
  --theme-pr-3: #eba62c;
  --theme-pr-4: #0092de;
  --theme-pr-5: #ffffff;
  --font-cl-1: #ffffff;
  --tb-head: rgba(0, 73, 69, .8);
  --tb-bodr: rgba(0, 73, 69, .6);
  --tb-th-1: rgba(0, 73, 69, .4);
  --tb-th-2: rgba(0, 73, 69, .3);
  --tb-th-3: rgba(0, 73, 69, .2);
  --tb-th-4: rgba(0, 73, 69, .1);
  --tb-dy-1: rgba(155, 89, 182, .3);
  --tb-dy-2: rgba(52, 152, 219, .3);
  --tb-dy-3: rgba(46, 204, 113, .3);
  --tb-dy-4: rgba(26, 188, 156, .3);
  --tb-dy-5: rgba(241, 196, 15, .3);
  --tb-dy-6: rgba(230, 126, 34, .3);
  --tb-dy-7: rgba(231, 76, 60, .3); }

.heading .title, .heading .title-2 {
  font-size: 70px;
  font-weight: 600;
  color: var(--theme-pr-1);
  text-transform: uppercase;
  text-shadow: 1px 1px 0px var(--theme-pr-3), 1px 2px 0px var(--theme-pr-3), 1px 3px 0px var(--theme-pr-3), 1px 4px 0px var(--theme-pr-3), 1px 5px 0px var(--theme-pr-3), 1px 6px 0px var(--theme-pr-3); }
.heading .title-2 {
  font-size: 50px; }

/* Responsive */
@media (max-width: 575.98px) {
  .heading .title {
    font-size: 40px; }
  .heading .title-2 {
    font-size: 30px; } }
.mini-header ul {
  margin-bottom: 0;
  padding: 10px 0; }
  .mini-header ul li {
    display: inline;
    margin-right: 15px; }
    .mini-header ul li a {
      color: #2c3e50;
      font-size: 17px; }
      .mini-header ul li a i {
        margin-right: 5px; }

header {
  background: var(--theme-pr-1);
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, var(--theme-pr-1), var(--theme-pr-1-lte));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, var(--theme-pr-1), var(--theme-pr-1-lte));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  header .navbar {
    background: url(../img/theme/pattern/ptrn-1.png); }
  header .navbar-brand .logo {
    height: 50px; }
  header .navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 600;
    color: #fff !important; }
  header .navbar-nav .nav-item.dropdown .dropdown-menu {
    border-color: var(--theme-pr-1-lte);
    border-radius: 3px; }
    header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
      color: var(--theme-pr-1) !important; }
      header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item i {
        margin-right: 10px;
        color: var(--theme-pr-1-lte) !important; }

@media (max-width: 991.98px) {
  header .navbar .navbar-toggler {
    background-color: transparent;
    border: 2px solid var(--theme-pr-3); }
  header .offcanvas.offcanvas-start,
  header .dropdown-menu {
    background-color: var(--theme-pr-1); }
  header .offcanvas .offcanvas-header {
    background: url(../img/theme/pattern/ptrn-1.png);
    border-bottom: 1px solid var(--theme-pr-3);
    padding: 17px; }
    header .offcanvas .offcanvas-header .offcanvas-title .logo {
      height: 40px; }
  header .offcanvas .offcanvas-body {
    background: url(../img/theme/pattern/ptrn-1.png); }
  header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: var(--theme-pr-5) !important; }
    header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item i {
      color: var(--theme-pr-5) !important; }
    header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
      color: var(--theme-pr-1) !important; }
      header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover i {
        color: var(--theme-pr-1) !important; }
  header .navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-pr-5); } }
footer {
  background: var(--theme-pr-1-drk); }
  footer .info {
    background: url(../img/theme/pattern/1.png); }
    footer .info h4 {
      color: var(--theme-pr-3);
      font-weight: 600;
      border-bottom: 1px solid var(--theme-pr-3);
      padding-bottom: 15px; }
    footer .info ul {
      list-style: none;
      padding-left: 0; }
      footer .info ul li {
        padding-top: 7px; }
        footer .info ul li a {
          color: var(--theme-pr-5);
          font-size: 18px;
          font-weight: 500; }
          footer .info ul li a:hover {
            color: var(--theme-pr-3);
            transition: .4s; }
      footer .info ul.facilities li {
        display: inline;
        margin-right: 5px;
        padding-top: 7px; }

.social-link h2 {
  font-size: 28px;
  margin-top: 15px; }
.social-link .social-list {
  /* position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0; */
  display: flex; }
  .social-link .social-list li {
    list-style: none; }
    .social-link .social-list li a {
      position: relative;
      width: 60px;
      height: 60px;
      display: block;
      text-align: center;
      margin: 0 10px;
      border-radius: 50%;
      padding: 6px;
      box-sizing: border-box;
      text-decoration: none;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
      background: linear-gradient(0deg, #ddd, #fff);
      transition: .5s; }
      .social-link .social-list li a:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        text-decoration: none; }
      .social-link .social-list li a .fab {
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(0deg, #fff, #ddd);
        border-radius: 50%;
        line-height: calc(60px - 12px);
        font-size: 24px;
        color: #262626;
        transition: .5s; }
    .social-link .social-list li:nth-child(1) a:hover .fab {
      color: #3b5998; }
    .social-link .social-list li:nth-child(2) a:hover .fab {
      color: #00aced; }
    .social-link .social-list li:nth-child(3) a:hover .fab {
      color: #dd4b39; }
    .social-link .social-list li:nth-child(4) a:hover .fab {
      color: #007bb6; }
    .social-link .social-list li:nth-child(5) a:hover .fab {
      color: #e4405f; }

.contactus {
  padding-left: 30px;
  padding-right: 30px;
  border: none; }

#btn-back-to-top {
  position: fixed;
  bottom: 70px;
  right: 20px;
  display: none;
  z-index: 1031;
  background: var(--theme-pr-1);
  border: 2px solid var(--theme-pr-3); }
  #btn-back-to-top:hover {
    background: #fff;
    border: 2px solid var(--theme-pr-1);
    color: var(--theme-pr-1); }

/* Responsive */
@media (max-width: 575.98px) {
  footer .info ul li a {
    font-size: 16px; }

  .social-link h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 30px !important; }

  .contactus {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #787878; } }
/* min-banner */
.banner-mini {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px; }

.banner-mini {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/theme/banner-mini.jpg");
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/theme/banner-mini.jpg");
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/theme/banner-mini.jpg");
  background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/theme/banner-mini.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/theme/banner-mini.jpg"); }

.heading-1,
.heading-2,
.rv-fixed-bg h1,
.rv-fixed-bg h2 {
  z-index: 2;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  font-size: calc(1.2rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2; }

.heading-2 {
  font-size: calc(1.2rem + 1.5vw); }

/* breadcrumb */
nav .breadcrumb {
  background-color: var(--theme-pr-1);
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid var(--theme-pr-3); }
  nav .breadcrumb .breadcrumb-item {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-pr-3); }
    nav .breadcrumb .breadcrumb-item::before, nav .breadcrumb .breadcrumb-item a {
      color: var(--theme-pr-5); }

@media (max-width: 768px) {
  .banner-mini {
    height: 200px; }

  nav .breadcrumb {
    padding: 2px 10px;
    border-radius: 3px; }
    nav .breadcrumb .breadcrumb-item {
      font-size: 15px !important;
      font-weight: 700; } }
/* Marquee 2 */
.marquee-2 {
  background: var(--theme-pr-3);
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--theme-pr-1);
  border-bottom: 1px solid var(--theme-pr-1); }
  .marquee-2 .scroll {
    width: 100%;
    display: flex; }
    .marquee-2 .scroll::before {
      content: "Note : ";
      position: absolute;
      left: 0;
      width: 100px;
      height: 100px;
      background-color: var(--theme-pr-1);
      color: var(--theme-pr-5);
      font-size: 22px;
      font-weight: 600;
      text-align: center;
      padding-top: 5px;
      z-index: 10; }
    .marquee-2 .scroll .list {
      white-space: nowrap;
      animation: animate-marquee 40s linear infinite;
      animation-delay: -20s; }
      .marquee-2 .scroll .list:nth-child(2) {
        animation: animate-marquee-2 40s linear infinite;
        animation-delay: -40s; }
      .marquee-2 .scroll .list .item {
        clear: both;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        color: var(--theme-pr-1);
        font-size: 22px;
        font-weight: 600;
        padding: 10px 10px 0 10px; }
        .marquee-2 .scroll .list .item a {
          color: var(--theme-pr-1);
          text-decoration: none; }

@keyframes animate-marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes animate-marquee-2 {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -moz-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }
/* Responsive */
@media (max-width: 575.98px) {
  .marquee-2 .scroll::before {
    width: 70px;
    font-size: 18px;
    padding-top: 10px; }
  .marquee-2 .scroll .list {
    animation: animate-marquee 30s linear infinite;
    animation-delay: -15s; }
    .marquee-2 .scroll .list:nth-child(2) {
      animation: animate-marquee-2 30s linear infinite;
      animation-delay: -30s; }
    .marquee-2 .scroll .list .item {
      font-size: 18px; } }
.fixed-bg {
  position: relative;
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  color: aliceblue; }

.fixed-bg-1 {
  background-image: url("../img/theme/background/1.jpg"); }

.fixed-bg-2 {
  background-image: url("../img/theme/background/2.jpg"); }

.fixed-bg-3 {
  background-image: url("../img/theme/background/3.jpg"); }

.fixed-bg-4 {
  background-image: url("../img/theme/background/4.jpg"); }

.fixed-bg-5 {
  background-image: url("../img/theme/background/5.jpg"); }

.fixed-bg-6 {
  background-image: url("../img/theme/background/6.jpg"); }

.fixed-bg-7 {
  background-image: url("../img/theme/background/7.jpg"); }

.fixed-bg-8 {
  background-image: url("../img/theme/background/8.jpg"); }

.fadebg {
  background: rgba(0, 0, 0, 0.2);
  min-height: 50vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(3px); }

.fadebg-1 {
  background: rgba(0, 0, 0, 0.5);
  min-height: 50vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(4px); }

.fadebg-2 {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
  backdrop-filter: blur(20px);
  min-height: 50vh; }

@media only screen and (min-width: 768px) {
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .fixed-bg {
      background-attachment: fixed; } } }
@media only screen and (min-width: 1170px) {
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .fixed-bg {
      background-attachment: fixed; } } }
.testimonials .member-profile {
  top: -50px;
  left: 0; }
  .testimonials .member-profile img {
    width: 100px;
    height: 100px; }

.table {
  border: 1px solid var(--tb-bodr); }
  .table caption {
    text-align: left;
    font-style: italic; }
  .table thead tr th, .table thead tr td, .table tbody tr th, .table tbody tr td, .table tfoot tr th, .table tfoot tr td {
    vertical-align: middle;
    text-align: center; }
  .table thead tr th, .table tbody tr th, .table tfoot tr th {
    font-weight: 600; }
  .table thead tr th {
    background-color: var(--tb-th-1); }
  .table thead tr:nth-child(1n+2) th {
    background-color: var(--tb-th-2); }
  .table thead tr:nth-child(1n+3) th {
    background-color: var(--tb-th-3); }
  .table tbody tr th:nth-child(1) {
    background-color: var(--tb-th-2);
    min-width: 50px; }
  .table tbody tr td img {
    width: 2em;
    height: auto;
    border-radius: 5px; }
  .table tfoot tr th {
    background-color: var(--tb-th-2); }
  .table tfoot tr td {
    background-color: var(--tb-th-3); }
  .table.academics thead tr th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3; }
  .table.academics thead tr:nth-child(2) th:nth-child(even) {
    background-color: var(--tb-th-2);
    border-right: 0; }
  .table.academics thead tr:nth-child(2) th:nth-child(2n+3) {
    background-color: var(--tb-th-3);
    border-left: 0; }
  .table.academics tbody tr {
    /* Week Sat & Sun */ }
    .table.academics tbody tr td:nth-child(even) {
      background-color: var(--tb-th-4);
      border-right: 0;
      min-width: 30px;
      font-weight: 700; }
    .table.academics tbody tr td:nth-child(2n+3) {
      border-left: 0;
      min-width: 170px;
      text-align: left; }
    .table.academics tbody tr td i {
      margin-right: 10px;
      opacity: .7; }
    .table.academics tbody tr:nth-child(7n-1) th, .table.academics tbody tr:nth-child(7n-1) td {
      background-color: var(--tb-dy-2); }
    .table.academics tbody tr:nth-child(7n) th, .table.academics tbody tr:nth-child(7n) td {
      background-color: var(--tb-dy-1); }
    .table.academics tbody tr td {
      /* holiday */ }
      .table.academics tbody tr td.holiday {
        background-color: rgba(0, 101, 241, 0.3);
        color: #0065f1; }
      .table.academics tbody tr td.holiday {
        background-color: rgba(0, 143, 102, 0.3);
        color: #008f66; }
      .table.academics tbody tr td.holiday {
        background-color: rgba(224, 157, 0, 0.3);
        color: #e09d00; }
      .table.academics tbody tr td.holiday {
        background-color: rgba(209, 70, 0, 0.3);
        color: #d14600; }
      .table.academics tbody tr td.birthday {
        background-color: rgba(214, 12, 1, 0.3);
        color: #d60c01; }
    .table.academics tbody tr:nth-child(7n-6) th {
      background-color: var(--tb-dy-1); }
    .table.academics tbody tr:nth-child(7n-5) th {
      background-color: var(--tb-dy-2); }
    .table.academics tbody tr:nth-child(7n-4) th {
      background-color: var(--tb-dy-3); }
    .table.academics tbody tr:nth-child(7n-3) th {
      background-color: var(--tb-dy-4); }
    .table.academics tbody tr:nth-child(7n-2) th {
      background-color: var(--tb-dy-5); }
    .table.academics tbody tr:nth-child(7n-1) th, .table.academics tbody tr:nth-child(7n-1) td {
      background-color: var(--tb-dy-6); }
    .table.academics tbody tr:nth-child(7n) th, .table.academics tbody tr:nth-child(7n) td {
      background-color: var(--tb-dy-7); }

div.sticky-header {
  overflow: auto;
  scroll-snap-type: both mandatory;
  max-height: 60vh; }
  div.sticky-header table th, div.sticky-header table td {
    scroll-snap-align: center; }
  div.sticky-header table thead,
  div.sticky-header table tr:last-child th:first-child,
  div.sticky-header table tbody th,
  div.sticky-header table tfoot th {
    position: -webkit-sticky;
    position: sticky; }
  div.sticky-header table thead {
    top: 0;
    z-index: 2; }
  div.sticky-header table tbody th, div.sticky-header table tfoot th {
    left: 0;
    z-index: 1; }
  div.sticky-header table tr:last-child th:first-child {
    left: 0;
    z-index: 3; }

.bus-animation {
  position: absolute;
  width: 100%;
  height: 50vh;
  z-index: 10;
  overflow: hidden;
  background-position: 0 -30px;
  background-size: cover;
  background-repeat: no-repeat; }
  .bus-animation .bus {
    position: relative;
    width: 40vw;
    max-width: 500px;
    margin: 0 auto;
    top: 100px;
    animation: bus-bounce .75s linear infinite; }
    .bus-animation .bus .dashboard {
      background-color: #f1c40f;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      border: 2px solid #0b112d;
      height: 95px;
      width: 80px;
      top: 45px;
      position: absolute;
      left: 80px;
      z-index: 2;
      transform: skew(-7deg);
      z-index: 4; }
    .bus-animation .bus .dashboard-window {
      height: 50px;
      width: 72px;
      border: 2px solid #0b112d;
      background-color: #A8B0E7;
      z-index: 6;
      position: absolute;
      margin: 0;
      top: 84px;
      transform: skew(-7deg);
      left: 81px; }
      .bus-animation .bus .dashboard-window:after {
        position: relative;
        content: '';
        height: 50px;
        background-color: #0b112d;
        width: 2px;
        top: 0px;
        left: 34px;
        display: block;
        z-index: 7; }
    .bus-animation .bus .dashboard-transom {
      height: 25px;
      width: 70px;
      border: 2px solid #0b112d;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      background-color: #A8B0E7;
      z-index: 6;
      position: absolute;
      margin: 0;
      top: 53px;
      transform: skew(-7deg);
      left: 88px; }
    .bus-animation .bus .cabin {
      background-color: #f1c40f;
      border-top-right-radius: 20px;
      border-top-left-radius: 30px;
      border: 2px solid #0b112d;
      border-bottom: 0;
      height: 95px;
      width: 410px;
      top: 45px;
      position: absolute;
      right: 0;
      z-index: 2; }
    .bus-animation .bus .cabin-window, .bus-animation .bus .window-1, .bus-animation .bus .window-2, .bus-animation .bus .window-3, .bus-animation .bus .window-4, .bus-animation .bus .window-5 {
      height: 50px;
      width: 50px;
      border: 2px solid #0b112d;
      border-radius: 2px;
      background-color: #A8B0E7;
      z-index: 6;
      position: absolute;
      margin: 0;
      top: 84px; }
    .bus-animation .bus .cabin-window:after, .bus-animation .bus .window-1:after, .bus-animation .bus .window-2:after, .bus-animation .bus .window-3:after, .bus-animation .bus .window-4:after, .bus-animation .bus .window-5:after {
      position: relative;
      content: '';
      height: 2px;
      background-color: #0b112d;
      width: 50px;
      top: 20px;
      display: block;
      z-index: 7; }
    .bus-animation .bus .window-background-1, .bus-animation .bus .window-3 {
      background: linear-gradient(-45deg, #a8b0e7 0%, #a8b0e7 50%, #d3d7f3 51%, #d3d7f3 100%);
      background-size: 200% 200%;
      animation: window-light 3s ease infinite; }
    .bus-animation .bus .window-background-2, .bus-animation .bus .window-1, .bus-animation .bus .window-4 {
      background: linear-gradient(135deg, #a8b0e7 0%, #a8b0e7 50%, #d3d7f3 51%, #d3d7f3 100%);
      background-size: 200% 200%;
      animation: window-light 3s ease infinite; }
    .bus-animation .bus .window-background-3, .bus-animation .bus .window-5 {
      background: linear-gradient(135deg, #a8b0e7 0%, #a8b0e7 20%, #d3d7f3 21%, #d3d7f3 70%, #a8b0e7 71%, #a8b0e7 100%);
      background-size: 200% 200%;
      animation: window-light 3s ease infinite; }
    .bus-animation .bus .window-background-4, .bus-animation .bus .dashboard-window {
      background: linear-gradient(135deg, #d3d7f3 0%, #d3d7f3 30%, #a8b0e7 31%, #a8b0e7 55%, #d3d7f3 56%, #d3d7f3 100%);
      background-size: 200% 200%;
      animation: window-light 3s ease infinite; }
    .bus-animation .bus .window-1 {
      left: 180px; }
    .bus-animation .bus .window-2 {
      background-color: #d3d7f3;
      left: 240px; }
    .bus-animation .bus .window-3 {
      left: 300px;
      -moz-transition-delay: 2s;
      -o-transition-delay: 2s;
      -webkit-transition-delay: 2s;
      transition-delay: 2s; }
    .bus-animation .bus .window-4 {
      left: 360px; }
    .bus-animation .bus .window-5 {
      left: 420px; }
    .bus-animation .bus .mirror-rail {
      width: 114px;
      height: 65px;
      background-color: transparent;
      border-radius: 10px;
      position: absolute;
      display: block;
      top: 75px;
      left: 62px;
      border: 2px solid #0b112d;
      z-index: 3; }
    .bus-animation .bus .mirror, .bus-animation .bus .left-mirror, .bus-animation .bus .right-mirror {
      width: 13px;
      height: 42px;
      background-color: #25294a;
      border: 2px solid #0b112d;
      position: absolute;
      top: 87px;
      z-index: 8; }
    .bus-animation .bus .left-mirror {
      left: 170px; }
    .bus-animation .bus .right-mirror {
      left: 54px; }
    .bus-animation .bus .grill {
      width: 40px;
      height: 35px;
      background-color: #25294a;
      position: absolute;
      top: 165px;
      z-index: 7;
      border: 2px solid #0b112d;
      border-radius: 6px; }
      .bus-animation .bus .grill .grill-bar, .bus-animation .bus .grill .grill-bar-1, .bus-animation .bus .grill .grill-bar-2, .bus-animation .bus .grill .grill-bar-3, .bus-animation .bus .grill .grill-bar-4 {
        height: 2px;
        background-color: #0b112d;
        width: 100%;
        position: relative; }
      .bus-animation .bus .grill .grill-bar-1 {
        top: 6px; }
      .bus-animation .bus .grill .grill-bar-2 {
        top: 12px; }
      .bus-animation .bus .grill .grill-bar-3 {
        top: 18px; }
      .bus-animation .bus .grill .grill-bar-4 {
        top: 24px; }
    .bus-animation .bus .bumper {
      width: 60px;
      position: absolute;
      height: 20px;
      top: 215px;
      left: -10px;
      border: 2px solid #0b112d;
      border-radius: 5px;
      background-color: #25294a;
      z-index: 10;
      animation: bumper-move .7s ease-in-out infinite; }
    .bus-animation .bus .wheel-well-front {
      width: 75px;
      position: absolute;
      left: 75px;
      height: 35px;
      top: 195px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      background-color: #A8B0E7;
      border: 2px solid #0b112d;
      z-index: 4; }
    .bus-animation .bus .wheel-well-rear {
      width: 75px;
      position: absolute;
      right: 55px;
      height: 38px;
      top: 192px;
      border-top-left-radius: 80px;
      border-top-right-radius: 80px;
      background-color: #A8B0E7;
      border: 2px solid #0b112d;
      z-index: 4; }
    .bus-animation .bus .wheel, .bus-animation .bus .right-wheel, .bus-animation .bus .wheel-right-front, .bus-animation .bus .wheel-right-rear, .bus-animation .bus .left-wheel, .bus-animation .bus .wheel-left-front, .bus-animation .bus .wheel-left-rear {
      height: 60px;
      width: 60px;
      display: block;
      border-radius: 100px;
      border: 2px solid #0b112d;
      position: absolute;
      top: 200px; }
    .bus-animation .bus .right-wheel, .bus-animation .bus .wheel-right-front, .bus-animation .bus .wheel-right-rear {
      background-color: #0b112d;
      z-index: 0; }
    .bus-animation .bus .left-wheel, .bus-animation .bus .wheel-left-front, .bus-animation .bus .wheel-left-rear {
      background-color: #25294a;
      z-index: 5; }
    .bus-animation .bus .wheel-left-front {
      left: 83px;
      animation: wheel-bounce .8s infinite ease-in-out; }
    .bus-animation .bus .wheel-left-rear {
      right: 62px;
      animation: rear-wheel-bounce 2s infinite ease-in-out; }
    .bus-animation .bus .wheel-right-front {
      left: 35px; }
    .bus-animation .bus .wheel-right-rear {
      right: 105px; }
    .bus-animation .bus .hubcap {
      height: 30px;
      width: 30px;
      display: inline-block;
      background-color: #0b112d;
      border-radius: 100px;
      position: relative;
      border: 2px solid #0b112d;
      left: 13px;
      top: 13px;
      z-index: 6; }
    .bus-animation .bus .chassy-front-top {
      width: 450px;
      position: absolute;
      right: 0;
      height: 60px;
      top: 140px;
      border-top-left-radius: 30px;
      background-color: #f1c40f;
      border: 2px solid #0b112d;
      z-index: 3; }
    .bus-animation .bus .chassy-front-brand {
      position: absolute;
      left: 120px;
      top: 150px;
      font-size: 25px;
      font-weight: 700;
      z-index: 3; }
    .bus-animation .bus .chassy-front-bottom {
      width: 450px;
      position: absolute;
      margin: 0 auto;
      height: 30px;
      top: 200px;
      right: 0;
      background-color: #f39c12;
      border: 2px solid #0b112d;
      z-index: 3; }
    .bus-animation .bus .chassy-back-top {
      width: 500px;
      position: absolute;
      height: 65px;
      top: 140px;
      right: 0;
      border: 2px solid #0b112d;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 2px;
      background-color: #f1c40f;
      z-index: 2; }
    .bus-animation .bus .chassy-back-bottom {
      width: 50px;
      position: absolute;
      height: 20px;
      top: 205px;
      left: 0px;
      border: 2px solid #0b112d;
      border-top-right-radius: 18px;
      background-color: #f1c40f;
      z-index: 1; }
  .bus-animation .road {
    width: 120%;
    height: 5px;
    background-color: #0b112d;
    top: 357px;
    left: 00px;
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden; }
  .bus-animation .rock, .bus-animation .rock-1, .bus-animation .rock-2 {
    width: 10px;
    height: 8px;
    border: 2px solid #0b112d;
    border-bottom: 0;
    border-radius: 10px;
    position: absolute;
    top: 352px;
    left: -20%;
    background-color: #F2D2FF; }
  .bus-animation .rock-1 {
    animation: rock-move-1 3s linear infinite; }
  .bus-animation .rock-2 {
    animation: rock-move-2 2.5s linear infinite; }
  .bus-animation .lamp-1 {
    position: relative;
    top: 235px;
    left: -20%;
    animation: lamp-move-1 4s linear infinite; }
  .bus-animation .lamp-2 {
    position: absolute;
    top: 235px;
    left: -20%;
    animation: lamp-move-2 8s linear infinite; }
  .bus-animation .lamp-base {
    background-color: transparent;
    height: 125px;
    width: 15px;
    border: 2px solid #0b112d;
    border-bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative; }
  .bus-animation .lamp-post {
    position: absolute;
    top: -171px;
    left: 8px;
    border: 2px solid #0b112d;
    border-right: 0;
    border-bottom: 0;
    height: 170px;
    width: 110px;
    border-top-left-radius: 50px;
    z-index: 1; }
  .bus-animation .lamp-bulb {
    height: 10px;
    width: 50px;
    background-color: #ffffff;
    position: absolute;
    top: -169px;
    left: 65px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .bus-animation .lamp-light {
    border-bottom: 290px solid rgba(255, 255, 255, 0.2);
    border-left: 20px solid transparent;
    border-right: 110px solid transparent;
    height: 0;
    width: 50px;
    position: absolute;
    top: -160px;
    left: 45px;
    z-index: 10; }

@keyframes lamp-move-1 {
  0% {
    left: -20%; }
  100% {
    left: 120%; } }
@keyframes lamp-move-2 {
  0% {
    left: -100%; }
  100% {
    left: 180%; } }
@keyframes rock-move-1 {
  0% {
    left: -0%; }
  99% {
    left: 130%; }
  100% {
    left: -20%; } }
@keyframes bumper-move {
  0% {
    top: 215px; }
  25% {
    top: 216px; }
  50% {
    top: 215px; }
  75% {
    top: 214px; }
  100% {
    top: 215px; } }
@keyframes bus-bounce {
  0% {
    top: 100px; }
  20% {
    top: 99px; }
  40% {
    top: 100px; }
  75% {
    top: 98px; }
  100% {
    top: 100px; } }
@keyframes wheel-bounce {
  0% {
    top: 201px; }
  25% {
    top: 200px; }
  50% {
    top: 199px; }
  75% {
    top: 200px; }
  100% {
    top: 201px; } }
@keyframes rear-wheel-bounce {
  0% {
    top: 200px; }
  48% {
    top: 199px; }
  50% {
    top: 198px; }
  52% {
    top: 199px; }
  100% {
    top: 200px; } }
@keyframes window-light {
  0% {
    background-position: 0% 72%; }
  50% {
    background-position: 100% 29%; }
  100% {
    background-position: 0% 72%; } }
a {
  text-decoration: none; }

.sec1 {
  min-height: 50vh;
  padding: 50px 0; }

.content-wrapper {
  background-color: #ecf0f1; }

/*# sourceMappingURL=theme.css.map */
