@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&amp;display=swap");

h1,
.h1 {
  font-size: 46px;
  line-height: 56px;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}

h2,
.h2 {
  font-size: 36px;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 24px;
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222222;
  line-height: 1.3;
}

h1 a:hover,
a.h1:hover,
h2 a:hover,
a.h2:hover,
h3 a:hover,
a.h3:hover,
h4 a:hover,
a.h4:hover,
h5 a:hover,
a.h5:hover,
h6 a:hover,
a.h6:hover {
  color: #fab028;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
}

p {
  line-height: 1.75;
}

a:focus,
button:focus {
  outline: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: initial;
}

ol,
ul {
  list-style-position: inside;
}

ul,
li {
  padding: 0;
  margin: 0;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.65;
}

::-moz-selection {
  color: #ffffff;
  background-color: #ff1843;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background-color: #ff1843;
  text-shadow: none;
}

.bg-light-gray {
  background-color: #f6f6f6;
}

:focus {
  outline: 0;
}

.btn.btn-primary {
  background-color: #fab028 !important;
}
.btn.btn-sm {
  padding: 10px 25px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  color: #ffffff;
  background-color: #f4c400 !important;
}

.btn.btn-primary:hover {
  box-shadow: 0px 15px 35px rgba(255, 215, 0, 0.3);
}

.btn.btn-outline-primary {
  color: #222222;
  background-color: transparent;
  border: 0.094rem solid #fab028;
}

.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
  color: #ffffff;
  background-color: #fab028 !important;
}

.header-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 15px;
  color: #222222 !important;
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0;
  margin-top: 0;
  padding: 0 8px;
}
.btn.btn-outline-primary:hover {
  box-shadow: 0px 15px 35px rgba(255, 215, 0, 0.3);
}

.bg-brash-bottom {
  background-position: center bottom;
}

.has-bg-brash {
  background-size: 1200px;
  background-repeat: repeat-x;
}

.banner {
  padding-bottom: 30px;
  overflow-x: hidden;
}

.banner .shape-1 {
  top: 15%;
  left: 60px;
}

.banner .shape-3 {
  bottom: 150px;
  left: 35px;
}

.banner .shape-5 {
  left: 32%;
  bottom: 100px;
}

.banner .shape-6 {
  bottom: 130px;
  right: 30px;
}

.banner .shape-4 {
  top: 50px;
  right: 20px;
}

.banner .shape-8 {
  top: 130px;
  left: 35%;
}

.banner .shape-7 {
  top: 80px;
  right: 40%;
}

.has-shapes .shape-sm {
  height: 55px;
  width: 55px;
}

.has-shapes {
  position: relative;
  z-index: 1;
}

.has-shapes .shape-lg {
  height: 93px;
  width: 93px;
}

.has-shapes .shape-md {
  height: 76px;
  width: 76px;
}

.banner .banner-image.has-shapes .shape-md {
  right: 7px;
  bottom: 30px;
}

.banner .banner-image.has-shapes .shape-lg {
  left: -10px;
  bottom: 20px;
}

.banner .banner-image.has-shapes .shape-sm {
  left: 42%;
  top: 40px;
}

.banner .shape-7 {
  top: 80px;
  right: 40%;
}

.has-shapes .shape-xs-2 {
  height: 15px;
  width: 15px;
}

.banner .banner-image {
  margin-left: 50px;
}
.btn {
  font-size: 15px;
  padding: 14px 27px;
  color: #ffffff;
  border-radius: 5px;
  border: 0;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}

.btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn.btn-outline-primary {
  color: #222222;
  background-color: transparent;
  border: 0.094rem solid #fab028;
}

@keyframes shine {
  0% {
    background-position: -5000px 0;
  }
  to {
    background-position: 5000px 0;
  }
}

.app_download {
  width: calc(100% - 32px);
  color: #666666 !important;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 25px;
  padding: 10px 27px !important;
  background: linear-gradient(
      121.19deg,
      rgba(133, 239, 49, 0) 25.73%,
      rgb(249, 232, 167) 45.27%,
      rgba(133, 239, 49, 0) 62.27%
    ),
    #fdedab;
  animation: shine 30s linear infinite;
}

.has-shapes .shape-xl,
.has-shapes .shape-lg,
.has-shapes .shape-md,
.has-shapes .shape-sm,
.has-shapes .shape-sm-2,
.has-shapes .shape-xs,
.has-shapes .shape-xs-2 {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.mb-20 {
  margin-bottom: 20px;
}

.section-padding {
  padding: 90px 0;
}
.bg-brash-y {
  background-position: center top, center bottom;
}

.tools-use-section .shape-1 {
  top: 37%;
  left: 6%;
}

.tools-use-section .shape-2 {
  bottom: 125px;
  left: 75px;
}

.tools-use-section .shape-4 {
  left: 40%;
  bottom: 120px;
}

.tools-use-section .shape-5 {
  top: 150px;
  right: 80px;
  height: 22px;
  width: 22px;
}
.tools-use-section .shape-6 {
  bottom: 100px;
  right: 119px;
  height: 61px;
  width: 61px;
}

.font-weight-600 {
  font-weight: 600;
}

.ti-info-alt {
  font-size: 14px;
}

.ti-android{
  font-size: 22px;
}

.play_btn {
  background: linear-gradient(180deg, #ffcc00, #e5a021);
  border-radius: 50%;
  display: block;
  color: #fff;
  width: 48px;
  height: 48px;
  margin: auto;
}

.play_btn i {
  font-size: 30px;
}

.scroll-to-top-btn {
  bottom: 20px;
  right: 33px;
  z-index: 9999;
  padding: 3px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}

.scroll-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  bottom: 33px;
}

.t-cell {
  border: 1px solid #fab028 !important;
  text-align: center;
  vertical-align: middle;
}

.accordionFAQ .card-header .accordion-arrow {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: 0.3s;
  font-size: 16px;
  margin-top: 5px;
}

.accordionFAQ .card-header [aria-expanded="true"] {
  color: #fab028;
}

.accordionFAQ .card-header [aria-expanded="true"] .accordion-arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  margin-top: 4px;
  color: #fab028;
}

.accordionFAQ .card-header {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-shapes .shape-xs {
  height: 26px;
  width: 26px;
}

.chart-links a {
  color: black;
}

.footer-bottom .block {
  padding: 25px 0;
}

.border-top {
  border-top: 1px solid #e3e3e3 !important;
}

.content a {
  color: #333333;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-light-gray {
  color: #f6f6f6;
}

.bg-light-gray {
  background-color: #f6f6f6;
}

.text-primary {
  color: #fab028 !important;
}

a.text-primary:hover {
  color: #fd0030 !important;
}

.bg-primary {
  background-color: #fab028 !important;
}

.text-primary {
  color: #fab028 !important;
}

.bg-primary {
  background-color: rgba(255, 88, 22, 0.562) !important;
}

.bg-primary-fill {
  background-color: #fab028 !important;
}

.text-secondary {
  color: rgba(255, 187, 51, 0.5) !important;
}

.bg-secondary {
  background-color: rgb(255, 225, 106) !important;
}

.text-secondary-fill {
  color: #ffbb33 !important;
}

.bg-secondary-fill {
  background-color: #ffbb33 !important;
}

.text-tertiary {
  color: rgba(41, 175, 182, 0.5) !important;
}

.bg-tertiary {
  background-color: rgba(30, 133, 139, 0.5) !important;
}

.text-tertiary-fill {
  color: #1e858b !important;
}

.bg-tertiary-fill {
  background-color: #1e858b !important;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}

.text-black-100 {
  color: #111111;
}

.bg-black-100 {
  background-color: #111111;
}

.bg-black-200 {
  background-color: #222222;
}

.text-black-200 {
  color: #222222;
}

.mt-10 {
  margin-top: 10px;
}

/* chart Page Css */
.timetable h3 {
  border-left: 4px solid #fab028;
  padding-right: 10px;
  text-indent: 15px;
}

th.ch {
  border: 1px solid #fab028 !important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75rem;
  background: transparent;
}

td.cc {
  padding: 4px !important;
  border: 1px solid #fab028 !important;
  vertical-align: middle !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: transparent;
}

.cp {
  font-size: 14px;
  display: block;
  width: 100%;
}

th.ch-c {
  padding: 1px !important;
  border: 1px solid #fab028 !important;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  background: transparent;
}

td.cc-c {
  padding: 1px !important;
  border: 1px solid #fab028 !important;
  vertical-align: middle !important;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
}

.cp {
  font-size: 14px;
  display: block;
  width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.j00,
.j05,
.j11,
.j16,
.j22,
.j27,
.j33,
.j38,
.j44,
.j49,
.j50,
.j55,
.j61,
.j66,
.j72,
.j77,
.j83,
.j88,
.j94,
.j99,
.jred {
  color: #de5246 !important;
}

.navbar-brand{
  width: 175px;
}

/* Media Query */

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }

  .navbar .dropdown-menu {
    display: block;
    height: 0;
    overflow: hidden;
    width: 220px;
    transition: 0.2s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0;
    background-color: transparent;
    /* z-index: 1; */
  }
  .navbar .dropdown:hover .dropdown-menu {
    height: auto;
    overflow: visible;
  }

  .navbar .dropdown-menu::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-out;
    box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
    transition-delay: padding 0.25s;
  }

  .navbar .dropdown:hover .dropdown-menu::after {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse.collapse.show {
    background: #fff;
    padding: 0 10px 10px;
    margin-top: 10px;
  }
  .navbar-collapse.collapse.show .dropdown-menu.show {
    padding-left: 35px;
  }
}
