@charset "UTF-8";
/*

Theme: Quick – Website UI Kit (FREE)
Version: 1.1.0
Product Page: https://webpixels.io/themes/quick-website-ui-kit
License: MIT
Author: Webpixels
Author URI: https://webpixels.io

---

Copyright 2020 Webpixels

*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*,
body,
html
{
 font-family: "Rubik", sans-serif !important;
}
:root {
  --blue: #008aff;
  --indigo: #6e00ff;
  --purple: #510fa8;
  --pink: #f074ad;
  --red: #f25767;
  --orange: #ffbe3d;
  --yellow: #ffc431;
  --green: #5cc9a7;
  --teal: #50b5ff;
  --cyan: #4bd6e5;
  --white: #fff;
  --gray: #718096;
  --gray-dark: #2d3748;
  --primary: #008aff;
  --secondary: #eaecf3;
  --success: #5cc9a7;
  --info: #50b5ff;
  --warning: #ffbe3d;
  --danger: #f25767;
  --light: #eaecf3;
  --dark: #171347;
  --neutral: #fff;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Rubik", sans-serif !important;
  --font-family-monospace: "Rubik", sans-serif !important;
}


svg {
  display: inline;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Rubik", sans-serif !important;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 45, 61, 0);
}

.zeeshan article,
.zeeshan aside,
.zeeshan figcaption,
.zeeshan figure,
.zeeshan footer,
.zeeshan header,
.zeeshan hgroup,
.zeeshan main,
.zeeshan nav,
.zeeshan section {
  display: block;
}
.zeeshan body {
  font-family: "Rubik", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  text-align: left;
  color: #718096;
  background-color: #fff;
}
.zeeshan [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.zeeshan hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
.zeeshan h1,
.zeeshan h2,
.zeeshan h3,
.zeeshan h4,
.zeeshan h5,
.zeeshan h6 {
  margin-top: 0;
  margin-bottom: 0.66667rem;
}
.zeeshan p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.zeeshan abbr[title],
.zeeshan abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.zeeshan address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
.zeeshan ol,
.zeeshan ul,
.zeeshan dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.zeeshan ol ol,
.zeeshan ul ul,
.zeeshan ol ul,
.zeeshan ul ol {
  margin-bottom: 0;
}
.zeeshan dt {
  font-weight: 600;
}
.zeeshan dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.zeeshan blockquote {
  margin: 0 0 1rem;
}
.zeeshan b,
.zeeshan strong {
  font-weight: 700;
}
.zeeshan small {
  font-size: 80%;
}
.zeeshan sub,
.zeeshan sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.zeeshan sub {
  bottom: -0.25em;
}
.zeeshan sup {
  top: -0.5em;
}
.zeeshan a {
  text-decoration: none;
  color: #008aff;
  background-color: transparent;
}
.zeeshan a:hover {
  text-decoration: none;
  color: #0061b3;
}
.zeeshan a:not([href]) {
  text-decoration: none;
  color: inherit;
}
.zeeshan a:not([href]):hover {
  text-decoration: none;
  color: inherit;
}
.zeeshan pre,
.zeeshan code,
.zeeshan kbd,
.zeeshan samp {
  font-family: "Rubik", sans-serif !important;
  font-size: 1em;
}
.zeeshan pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}
.zeeshan figure {
  margin: 0 0 1rem;
}
.zeeshan img {
  vertical-align: middle;
  border-style: none;
}
.zeeshan svg {
  overflow: hidden;
  vertical-align: middle;
}
.zeeshan table {
  border-collapse: collapse;
}
.zeeshan caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  caption-side: bottom;
  text-align: left;
  color: #718096;
}
.zeeshan th {
  text-align: inherit;
}
.zeeshan label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.zeeshan button {
  border-radius: 0;
}
.zeeshan button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.zeeshan input,
.zeeshan button,
.zeeshan select,
.zeeshan optgroup,
.zeeshan textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.zeeshan button,
.zeeshan input {
  overflow: visible;
}
.zeeshan button,
.zeeshan select {
  text-transform: none;
}
.zeeshan select {
  word-wrap: normal;
}
.zeeshan button,
.zeeshan [type=button],
.zeeshan [type=reset],
.zeeshan [type=submit] {
  -webkit-appearance: button;
}
.zeeshan button:not(:disabled),
.zeeshan [type=button]:not(:disabled),
.zeeshan [type=reset]:not(:disabled),
.zeeshan [type=submit]:not(:disabled) {
  cursor: pointer;
}
.zeeshan button::-moz-focus-inner,
.zeeshan [type=button]::-moz-focus-inner,
.zeeshan [type=reset]::-moz-focus-inner,
.zeeshan [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.zeeshan input[type=radio],
.zeeshan input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.zeeshan input[type=date],
.zeeshan input[type=time],
.zeeshan input[type=datetime-local],
.zeeshan input[type=month] {
  -webkit-appearance: listbox;
}
.zeeshan textarea {
  overflow: auto;
  resize: vertical;
}
.zeeshan fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.zeeshan legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}
@media (max-width: 1200px) {
  .zeeshan legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.zeeshan progress {
  vertical-align: baseline;
}
.zeeshan [type=number]::-webkit-inner-spin-button,
.zeeshan [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.zeeshan [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.zeeshan [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.zeeshan ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.zeeshan output {
  display: inline-block;
}
.zeeshan summary {
  display: list-item;
  cursor: pointer;
}
.zeeshan template {
  display: none;
}
.zeeshan [hidden] {
  display: none !important;
}
.zeeshan h1,
.zeeshan h2,
.zeeshan h3,
.zeeshan h4,
.zeeshan h5,
.zeeshan h6,
.zeeshan .h1,
.zeeshan .h2,
.zeeshan .h3,
.zeeshan .h4,
.zeeshan .h5,
.zeeshan .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.66667rem;
  color: #000000;
}
.zeeshan h1,
.zeeshan .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .zeeshan h1,
  .zeeshan .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.zeeshan h2,
.zeeshan .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .zeeshan h2,
  .zeeshan .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.zeeshan h3,
.zeeshan .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .zeeshan h3,
  .zeeshan .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.zeeshan h4,
.zeeshan .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .zeeshan h4,
  .zeeshan .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.zeeshan h5,
.zeeshan .h5 {
  font-size: 1.25rem;
}
.zeeshan h6,
.zeeshan .h6 {
  font-size: 1rem;
}
.zeeshan .lead {
  font-size: 1.125rem;
  font-weight: 300;
}
.zeeshan .display-1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .zeeshan .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.zeeshan .display-2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .zeeshan .display-2 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
.zeeshan .display-3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .zeeshan .display-3 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
.zeeshan .display-4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .zeeshan .display-4 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
.zeeshan hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #e2e8f0;
}
.zeeshan small,
.zeeshan .small {
  font-size: 80%;
  font-weight: 400;
}
.zeeshan mark,
.zeeshan .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.zeeshan .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.zeeshan .list-inline {
  padding-left: 0;
  list-style: none;
}
.zeeshan .list-inline-item {
  display: inline-block;
}
.zeeshan .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.zeeshan .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.zeeshan .blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.zeeshan .blockquote-footer {
  font-size: 80%;
  display: block;
  color: #718096;
}
.zeeshan .blockquote-footer::before {
  content: "— ";
}
.zeeshan .img-fluid {
  max-width: 100%;
  height: auto;
}
.zeeshan .img-thumbnail {
  max-width: 100%;
  height: auto;
  padding: 0.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(31, 45, 61, 0.075);
}
.zeeshan .figure {
  display: inline-block;
}
.zeeshan .figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.zeeshan .figure-caption {
  font-size: 90%;
  color: #718096;
}
.zeeshan code {
  font-size: 87.5%;
  word-wrap: break-word;
  color: #f074ad;
}
.zeeshan a > code {
  color: inherit;
}
.zeeshan kbd {
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
  color: #fff;
  border-radius: 0.2rem;
  background-color: #273444;
  box-shadow: inset 0 -0.1rem 0 rgba(31, 45, 61, 0.25);
}
.zeeshan kbd kbd {
  font-size: 100%;
  font-weight: 600;
  padding: 0;
  box-shadow: none;
}
.zeeshan pre {
  font-size: 87.5%;
  display: block;
  color: #273444;
}
.zeeshan pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}
.zeeshan .pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}
.zeeshan .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .zeeshan .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .zeeshan .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .zeeshan .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .zeeshan .container {
    max-width: 1140px;
  }
}
.zeeshan .container-fluid,
.zeeshan .container-sm,
.zeeshan .container-md,
.zeeshan .container-lg,
.zeeshan .container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .zeeshan .container,
  .zeeshan .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .zeeshan .container,
  .zeeshan .container-sm,
  .zeeshan .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .zeeshan .container,
  .zeeshan .container-sm,
  .zeeshan .container-md,
  .zeeshan .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .zeeshan .container,
  .zeeshan .container-sm,
  .zeeshan .container-md,
  .zeeshan .container-lg,
  .zeeshan .container-xl {
    max-width: 1140px;
  }
}
.zeeshan .row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}
.zeeshan .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.zeeshan .no-gutters > .col,
.zeeshan .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.zeeshan .col-1,
.zeeshan .col-2,
.zeeshan .col-3,
.zeeshan .col-4,
.zeeshan .col-5,
.zeeshan .col-6,
.zeeshan .col-7,
.zeeshan .col-8,
.zeeshan .col-9,
.zeeshan .col-10,
.zeeshan .col-11,
.zeeshan .col-12,
.zeeshan .col,
.zeeshan .col-auto,
.zeeshan .col-sm-1,
.zeeshan .col-sm-2,
.zeeshan .col-sm-3,
.zeeshan .col-sm-4,
.zeeshan .col-sm-5,
.zeeshan .col-sm-6,
.zeeshan .col-sm-7,
.zeeshan .col-sm-8,
.zeeshan .col-sm-9,
.zeeshan .col-sm-10,
.zeeshan .col-sm-11,
.zeeshan .col-sm-12,
.zeeshan .col-sm,
.zeeshan .col-sm-auto,
.zeeshan .col-md-1,
.zeeshan .col-md-2,
.zeeshan .col-md-3,
.zeeshan .col-md-4,
.zeeshan .col-md-5,
.zeeshan .col-md-6,
.zeeshan .col-md-7,
.zeeshan .col-md-8,
.zeeshan .col-md-9,
.zeeshan .col-md-10,
.zeeshan .col-md-11,
.zeeshan .col-md-12,
.zeeshan .col-md,
.zeeshan .col-md-auto,
.zeeshan .col-lg-1,
.zeeshan .col-lg-2,
.zeeshan .col-lg-3,
.zeeshan .col-lg-4,
.zeeshan .col-lg-5,
.zeeshan .col-lg-6,
.zeeshan .col-lg-7,
.zeeshan .col-lg-8,
.zeeshan .col-lg-9,
.zeeshan .col-lg-10,
.zeeshan .col-lg-11,
.zeeshan .col-lg-12,
.zeeshan .col-lg,
.zeeshan .col-lg-auto,
.zeeshan .col-xl-1,
.zeeshan .col-xl-2,
.zeeshan .col-xl-3,
.zeeshan .col-xl-4,
.zeeshan .col-xl-5,
.zeeshan .col-xl-6,
.zeeshan .col-xl-7,
.zeeshan .col-xl-8,
.zeeshan .col-xl-9,
.zeeshan .col-xl-10,
.zeeshan .col-xl-11,
.zeeshan .col-xl-12,
.zeeshan .col-xl,
.zeeshan .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.zeeshan .col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}
.zeeshan .row-cols-1 > * {
  max-width: 100%;
  flex: 0 0 100%;
}
.zeeshan .row-cols-2 > * {
  max-width: 50%;
  flex: 0 0 50%;
}
.zeeshan .row-cols-3 > * {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}
.zeeshan .row-cols-4 > * {
  max-width: 25%;
  flex: 0 0 25%;
}
.zeeshan .row-cols-5 > * {
  max-width: 20%;
  flex: 0 0 20%;
}
.zeeshan .row-cols-6 > * {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}
.zeeshan .col-auto {
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}
.zeeshan .col-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}
.zeeshan .col-2 {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}
.zeeshan .col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}
.zeeshan .col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}
.zeeshan .col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}
.zeeshan .col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}
.zeeshan .col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}
.zeeshan .col-8 {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}
.zeeshan .col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}
.zeeshan .col-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}
.zeeshan .col-11 {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}
.zeeshan .col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}
.zeeshan .order-first {
  order: -1;
}
.zeeshan .order-last {
  order: 13;
}
.zeeshan .order-0 {
  order: 0;
}
.zeeshan .order-1 {
  order: 1;
}
.zeeshan .order-2 {
  order: 2;
}
.zeeshan .order-3 {
  order: 3;
}
.zeeshan .order-4 {
  order: 4;
}
.zeeshan .order-5 {
  order: 5;
}
.zeeshan .order-6 {
  order: 6;
}
.zeeshan .order-7 {
  order: 7;
}
.zeeshan .order-8 {
  order: 8;
}
.zeeshan .order-9 {
  order: 9;
}
.zeeshan .order-10 {
  order: 10;
}
.zeeshan .order-11 {
  order: 11;
}
.zeeshan .order-12 {
  order: 12;
}
.zeeshan .offset-1 {
  margin-left: 8.33333%;
}
.zeeshan .offset-2 {
  margin-left: 16.66667%;
}
.zeeshan .offset-3 {
  margin-left: 25%;
}
.zeeshan .offset-4 {
  margin-left: 33.33333%;
}
.zeeshan .offset-5 {
  margin-left: 41.66667%;
}
.zeeshan .offset-6 {
  margin-left: 50%;
}
.zeeshan .offset-7 {
  margin-left: 58.33333%;
}
.zeeshan .offset-8 {
  margin-left: 66.66667%;
}
.zeeshan .offset-9 {
  margin-left: 75%;
}
.zeeshan .offset-10 {
  margin-left: 83.33333%;
}
.zeeshan .offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .zeeshan .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .zeeshan .row-cols-sm-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zeeshan .row-cols-sm-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .zeeshan .row-cols-sm-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .zeeshan .row-cols-sm-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .zeeshan .row-cols-sm-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .zeeshan .row-cols-sm-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .zeeshan .col-sm-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .zeeshan .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .zeeshan .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .zeeshan .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .zeeshan .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .zeeshan .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .zeeshan .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .zeeshan .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .zeeshan .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .zeeshan .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .zeeshan .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .zeeshan .col-sm-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .zeeshan .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zeeshan .order-sm-first {
    order: -1;
  }
  .zeeshan .order-sm-last {
    order: 13;
  }
  .zeeshan .order-sm-0 {
    order: 0;
  }
  .zeeshan .order-sm-1 {
    order: 1;
  }
  .zeeshan .order-sm-2 {
    order: 2;
  }
  .zeeshan .order-sm-3 {
    order: 3;
  }
  .zeeshan .order-sm-4 {
    order: 4;
  }
  .zeeshan .order-sm-5 {
    order: 5;
  }
  .zeeshan .order-sm-6 {
    order: 6;
  }
  .zeeshan .order-sm-7 {
    order: 7;
  }
  .zeeshan .order-sm-8 {
    order: 8;
  }
  .zeeshan .order-sm-9 {
    order: 9;
  }
  .zeeshan .order-sm-10 {
    order: 10;
  }
  .zeeshan .order-sm-11 {
    order: 11;
  }
  .zeeshan .order-sm-12 {
    order: 12;
  }
  .zeeshan .offset-sm-0 {
    margin-left: 0;
  }
  .zeeshan .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .zeeshan .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .zeeshan .offset-sm-3 {
    margin-left: 25%;
  }
  .zeeshan .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .zeeshan .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .zeeshan .offset-sm-6 {
    margin-left: 50%;
  }
  .zeeshan .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .zeeshan .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .zeeshan .offset-sm-9 {
    margin-left: 75%;
  }
  .zeeshan .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .zeeshan .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .zeeshan .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .zeeshan .row-cols-md-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zeeshan .row-cols-md-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .zeeshan .row-cols-md-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .zeeshan .row-cols-md-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .zeeshan .row-cols-md-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .zeeshan .row-cols-md-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .zeeshan .col-md-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .zeeshan .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .zeeshan .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .zeeshan .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .zeeshan .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .zeeshan .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .zeeshan .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .zeeshan .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .zeeshan .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .zeeshan .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .zeeshan .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .zeeshan .col-md-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .zeeshan .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zeeshan .order-md-first {
    order: -1;
  }
  .zeeshan .order-md-last {
    order: 13;
  }
  .zeeshan .order-md-0 {
    order: 0;
  }
  .zeeshan .order-md-1 {
    order: 1;
  }
  .zeeshan .order-md-2 {
    order: 2;
  }
  .zeeshan .order-md-3 {
    order: 3;
  }
  .zeeshan .order-md-4 {
    order: 4;
  }
  .zeeshan .order-md-5 {
    order: 5;
  }
  .zeeshan .order-md-6 {
    order: 6;
  }
  .zeeshan .order-md-7 {
    order: 7;
  }
  .zeeshan .order-md-8 {
    order: 8;
  }
  .zeeshan .order-md-9 {
    order: 9;
  }
  .zeeshan .order-md-10 {
    order: 10;
  }
  .zeeshan .order-md-11 {
    order: 11;
  }
  .zeeshan .order-md-12 {
    order: 12;
  }
  .zeeshan .offset-md-0 {
    margin-left: 0;
  }
  .zeeshan .offset-md-1 {
    margin-left: 8.33333%;
  }
  .zeeshan .offset-md-2 {
    margin-left: 16.66667%;
  }
  .zeeshan .offset-md-3 {
    margin-left: 25%;
  }
  .zeeshan .offset-md-4 {
    margin-left: 33.33333%;
  }
  .zeeshan .offset-md-5 {
    margin-left: 41.66667%;
  }
  .zeeshan .offset-md-6 {
    margin-left: 50%;
  }
  .zeeshan .offset-md-7 {
    margin-left: 58.33333%;
  }
  .zeeshan .offset-md-8 {
    margin-left: 66.66667%;
  }
  .zeeshan .offset-md-9 {
    margin-left: 75%;
  }
  .zeeshan .offset-md-10 {
    margin-left: 83.33333%;
  }
  .zeeshan .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .zeeshan .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .zeeshan .row-cols-lg-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zeeshan .row-cols-lg-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .zeeshan .row-cols-lg-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .zeeshan .row-cols-lg-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .zeeshan .row-cols-lg-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .zeeshan .row-cols-lg-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .zeeshan .col-lg-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .zeeshan .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .zeeshan .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .zeeshan .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .zeeshan .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .zeeshan .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .zeeshan .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .zeeshan .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .zeeshan .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .zeeshan .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .zeeshan .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .zeeshan .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .zeeshan .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zeeshan .order-lg-first {
    order: -1;
  }
  .zeeshan .order-lg-last {
    order: 13;
  }
  .zeeshan .order-lg-0 {
    order: 0;
  }
  .zeeshan .order-lg-1 {
    order: 1;
  }
  .zeeshan .order-lg-2 {
    order: 2;
  }
  .zeeshan .order-lg-3 {
    order: 3;
  }
  .zeeshan .order-lg-4 {
    order: 4;
  }
  .zeeshan .order-lg-5 {
    order: 5;
  }
  .zeeshan .order-lg-6 {
    order: 6;
  }
  .zeeshan .order-lg-7 {
    order: 7;
  }
  .zeeshan .order-lg-8 {
    order: 8;
  }
  .zeeshan .order-lg-9 {
    order: 9;
  }
  .zeeshan .order-lg-10 {
    order: 10;
  }
  .zeeshan .order-lg-11 {
    order: 11;
  }
  .zeeshan .order-lg-12 {
    order: 12;
  }
  .zeeshan .offset-lg-0 {
    margin-left: 0;
  }
  .zeeshan .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .zeeshan .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .zeeshan .offset-lg-3 {
    margin-left: 25%;
  }
  .zeeshan .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .zeeshan .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .zeeshan .offset-lg-6 {
    margin-left: 50%;
  }
  .zeeshan .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .zeeshan .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .zeeshan .offset-lg-9 {
    margin-left: 75%;
  }
  .zeeshan .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .zeeshan .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .zeeshan .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .zeeshan .row-cols-xl-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zeeshan .row-cols-xl-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .zeeshan .row-cols-xl-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .zeeshan .row-cols-xl-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .zeeshan .row-cols-xl-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .zeeshan .row-cols-xl-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .zeeshan .col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .zeeshan .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .zeeshan .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .zeeshan .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .zeeshan .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .zeeshan .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .zeeshan .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .zeeshan .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .zeeshan .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .zeeshan .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .zeeshan .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .zeeshan .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .zeeshan .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .zeeshan .order-xl-first {
    order: -1;
  }
  .zeeshan .order-xl-last {
    order: 13;
  }
  .zeeshan .order-xl-0 {
    order: 0;
  }
  .zeeshan .order-xl-1 {
    order: 1;
  }
  .zeeshan .order-xl-2 {
    order: 2;
  }
  .zeeshan .order-xl-3 {
    order: 3;
  }
  .zeeshan .order-xl-4 {
    order: 4;
  }
  .zeeshan .order-xl-5 {
    order: 5;
  }
  .zeeshan .order-xl-6 {
    order: 6;
  }
  .zeeshan .order-xl-7 {
    order: 7;
  }
  .zeeshan .order-xl-8 {
    order: 8;
  }
  .zeeshan .order-xl-9 {
    order: 9;
  }
  .zeeshan .order-xl-10 {
    order: 10;
  }
  .zeeshan .order-xl-11 {
    order: 11;
  }
  .zeeshan .order-xl-12 {
    order: 12;
  }
  .zeeshan .offset-xl-0 {
    margin-left: 0;
  }
  .zeeshan .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .zeeshan .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .zeeshan .offset-xl-3 {
    margin-left: 25%;
  }
  .zeeshan .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .zeeshan .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .zeeshan .offset-xl-6 {
    margin-left: 50%;
  }
  .zeeshan .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .zeeshan .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .zeeshan .offset-xl-9 {
    margin-left: 75%;
  }
  .zeeshan .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .zeeshan .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.zeeshan .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #718096;
  background-color: transparent;
}
.zeeshan .table th,
.zeeshan .table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #eaecf3;
}
.zeeshan .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eaecf3;
}
.zeeshan .table tbody + tbody {
  border-top: 2px solid #eaecf3;
}
.zeeshan .table-sm th,
.zeeshan .table-sm td {
  padding: 0.5rem;
}
.zeeshan .table-bordered {
  border: 1px solid #eaecf3;
}
.zeeshan .table-bordered th,
.zeeshan .table-bordered td {
  border: 1px solid #eaecf3;
}
.zeeshan .table-bordered thead th,
.zeeshan .table-bordered thead td {
  border-bottom-width: 2px;
}
.zeeshan .table-borderless th,
.zeeshan .table-borderless td,
.zeeshan .table-borderless thead th,
.zeeshan .table-borderless tbody + tbody {
  border: 0;
}
.zeeshan .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(250, 251, 254, 0.3);
}
.zeeshan .table-hover tbody tr:hover {
  color: #718096;
  background-color: #fafbfe;
}
.zeeshan .table-primary,
.zeeshan .table-primary > th,
.zeeshan .table-primary > td {
  background-color: #b8deff;
}
.zeeshan .table-primary th,
.zeeshan .table-primary td,
.zeeshan .table-primary thead th,
.zeeshan .table-primary tbody + tbody {
  border-color: #7ac2ff;
}
.zeeshan .table-hover .table-primary:hover {
  background-color: #9fd2ff;
}
.zeeshan .table-hover .table-primary:hover > td,
.zeeshan .table-hover .table-primary:hover > th {
  background-color: #9fd2ff;
}
.zeeshan .table-secondary,
.zeeshan .table-secondary > th,
.zeeshan .table-secondary > td {
  background-color: #f9fafc;
}
.zeeshan .table-secondary th,
.zeeshan .table-secondary td,
.zeeshan .table-secondary thead th,
.zeeshan .table-secondary tbody + tbody {
  border-color: #f4f5f9;
}
.zeeshan .table-hover .table-secondary:hover {
  background-color: #e8ecf4;
}
.zeeshan .table-hover .table-secondary:hover > td,
.zeeshan .table-hover .table-secondary:hover > th {
  background-color: #e8ecf4;
}
.zeeshan .table-success,
.zeeshan .table-success > th,
.zeeshan .table-success > td {
  background-color: #d1f0e6;
}
.zeeshan .table-success th,
.zeeshan .table-success td,
.zeeshan .table-success thead th,
.zeeshan .table-success tbody + tbody {
  border-color: #aae3d1;
}
.zeeshan .table-hover .table-success:hover {
  background-color: #beeadc;
}
.zeeshan .table-hover .table-success:hover > td,
.zeeshan .table-hover .table-success:hover > th {
  background-color: #beeadc;
}
.zeeshan .table-info,
.zeeshan .table-info > th,
.zeeshan .table-info > td {
  background-color: #ceeaff;
}
.zeeshan .table-info th,
.zeeshan .table-info td,
.zeeshan .table-info thead th,
.zeeshan .table-info tbody + tbody {
  border-color: #a4d9ff;
}
.zeeshan .table-hover .table-info:hover {
  background-color: #b5dfff;
}
.zeeshan .table-hover .table-info:hover > td,
.zeeshan .table-hover .table-info:hover > th {
  background-color: #b5dfff;
}
.zeeshan .table-warning,
.zeeshan .table-warning > th,
.zeeshan .table-warning > td {
  background-color: #ffedc9;
}
.zeeshan .table-warning th,
.zeeshan .table-warning td,
.zeeshan .table-warning thead th,
.zeeshan .table-warning tbody + tbody {
  border-color: #ffdd9a;
}
.zeeshan .table-hover .table-warning:hover {
  background-color: #ffe5b0;
}
.zeeshan .table-hover .table-warning:hover > td,
.zeeshan .table-hover .table-warning:hover > th {
  background-color: #ffe5b0;
}
.zeeshan .table-danger,
.zeeshan .table-danger > th,
.zeeshan .table-danger > td {
  background-color: #fbd0d4;
}
.zeeshan .table-danger th,
.zeeshan .table-danger td,
.zeeshan .table-danger thead th,
.zeeshan .table-danger tbody + tbody {
  border-color: #f8a8b0;
}
.zeeshan .table-hover .table-danger:hover {
  background-color: #f9b9bf;
}
.zeeshan .table-hover .table-danger:hover > td,
.zeeshan .table-hover .table-danger:hover > th {
  background-color: #f9b9bf;
}
.zeeshan .table-light,
.zeeshan .table-light > th,
.zeeshan .table-light > td {
  background-color: #f9fafc;
}
.zeeshan .table-light th,
.zeeshan .table-light td,
.zeeshan .table-light thead th,
.zeeshan .table-light tbody + tbody {
  border-color: #f4f5f9;
}
.zeeshan .table-hover .table-light:hover {
  background-color: #e8ecf4;
}
.zeeshan .table-hover .table-light:hover > td,
.zeeshan .table-hover .table-light:hover > th {
  background-color: #e8ecf4;
}
.zeeshan .table-dark,
.zeeshan .table-dark > th,
.zeeshan .table-dark > td {
  background-color: #bebdcb;
}
.zeeshan .table-dark th,
.zeeshan .table-dark td,
.zeeshan .table-dark thead th,
.zeeshan .table-dark tbody + tbody {
  border-color: #86849f;
}
.zeeshan .table-hover .table-dark:hover {
  background-color: #b0afc0;
}
.zeeshan .table-hover .table-dark:hover > td,
.zeeshan .table-hover .table-dark:hover > th {
  background-color: #b0afc0;
}
.zeeshan .table-neutral,
.zeeshan .table-neutral > th,
.zeeshan .table-neutral > td {
  background-color: white;
}
.zeeshan .table-neutral th,
.zeeshan .table-neutral td,
.zeeshan .table-neutral thead th,
.zeeshan .table-neutral tbody + tbody {
  border-color: white;
}
.zeeshan .table-hover .table-neutral:hover {
  background-color: #f2f2f2;
}
.zeeshan .table-hover .table-neutral:hover > td,
.zeeshan .table-hover .table-neutral:hover > th {
  background-color: #f2f2f2;
}
.zeeshan .table-white,
.zeeshan .table-white > th,
.zeeshan .table-white > td {
  background-color: white;
}
.zeeshan .table-white th,
.zeeshan .table-white td,
.zeeshan .table-white thead th,
.zeeshan .table-white tbody + tbody {
  border-color: white;
}
.zeeshan .table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.zeeshan .table-hover .table-white:hover > td,
.zeeshan .table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}
.zeeshan .table-active,
.zeeshan .table-active > th,
.zeeshan .table-active > td {
  background-color: #fafbfe;
}
.zeeshan .table-hover .table-active:hover {
  background-color: #e5eafa;
}
.zeeshan .table-hover .table-active:hover > td,
.zeeshan .table-hover .table-active:hover > th {
  background-color: #e5eafa;
}
.zeeshan .table .thead-dark th {
  color: #fff;
  border-color: #201b63;
  background-color: #171347;
}
.zeeshan .table .thead-light th {
  color: #4a5568;
  border-color: #eaecf3;
  background-color: transparent;
}
.zeeshan .table-dark {
  color: #fff;
  background-color: #171347;
}
.zeeshan .table-dark th,
.zeeshan .table-dark td,
.zeeshan .table-dark thead th {
  border-color: #201b63;
}
.zeeshan .table-dark.table-bordered {
  border: 0;
}
.zeeshan .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.zeeshan .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .zeeshan .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .zeeshan .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .zeeshan .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .zeeshan .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .zeeshan .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.zeeshan .table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.zeeshan .table-responsive > .table-bordered {
  border: 0;
}
.zeeshan .form-control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  transition: all 0.2s ease;
  color: #4a5568;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .form-control {
    transition: none;
  }
}
.zeeshan .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.zeeshan .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4a5568;
}
.zeeshan .form-control:focus {
  color: #4a5568;
  border-color: rgba(0, 138, 255, 0.5);
  outline: 0;
  background-color: #fff;
  box-shadow: none, 0 0 20px rgba(0, 138, 255, 0.1);
}
.zeeshan .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #a0aec0;
}
.zeeshan .form-control::-ms-input-placeholder {
  opacity: 1;
  color: #a0aec0;
}
.zeeshan .form-control::placeholder {
  opacity: 1;
  color: #a0aec0;
}
.zeeshan .form-control:disabled,
.zeeshan .form-control[readonly] {
  opacity: 1;
  background-color: #eaecf3;
}
.zeeshan select.form-control:focus::-ms-value {
  color: #4a5568;
  background-color: #fff;
}
.zeeshan .form-control-file,
.zeeshan .form-control-range {
  display: block;
  width: 100%;
}
.zeeshan .col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
}
.zeeshan .col-form-label-lg {
  font-size: 1rem;
  line-height: 1.5;
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
}
.zeeshan .col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}
.zeeshan .form-control-plaintext {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0.75rem 0;
  color: #718096;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
}
.zeeshan .form-control-plaintext.form-control-sm,
.zeeshan .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.zeeshan .form-control-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  border-radius: 0.2rem;
}
.zeeshan .form-control-lg {
  font-size: 1rem;
  line-height: 1.5;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.875rem;
  border-radius: 0.5rem;
}
.zeeshan select.form-control[size],
.zeeshan select.form-control[multiple] {
  height: auto;
}
.zeeshan textarea.form-control {
  height: auto;
}
.zeeshan .form-group {
  margin-bottom: 1rem;
}
.zeeshan .form-text {
  display: block;
  margin-top: 0.25rem;
}
.zeeshan .form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}
.zeeshan .form-row > .col,
.zeeshan .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.zeeshan .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.zeeshan .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.zeeshan .form-check-input[disabled] ~ .form-check-label,
.zeeshan .form-check-input:disabled ~ .form-check-label {
  color: #718096;
}
.zeeshan .form-check-label {
  margin-bottom: 0;
}
.zeeshan .form-check-inline {
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
  align-items: center;
}
.zeeshan .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.zeeshan .valid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #5cc9a7;
}
.zeeshan .valid-tooltip {
  font-size: 0.875rem;
  line-height: 1.7;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  border-radius: 0.375rem;
  background-color: rgba(92, 201, 167, 0.9);
}
.zeeshan .was-validated :valid ~ .valid-feedback,
.zeeshan .was-validated :valid ~ .valid-tooltip,
.zeeshan .is-valid ~ .valid-feedback,
.zeeshan .is-valid ~ .valid-tooltip {
  display: block;
}
.zeeshan .was-validated .form-control:valid,
.zeeshan .form-control.is-valid {
  border-color: #5cc9a7;
}
.zeeshan .was-validated .form-control:valid:focus,
.zeeshan .form-control.is-valid:focus {
  border-color: #5cc9a7;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}
.zeeshan .was-validated .custom-select:valid,
.zeeshan .custom-select.is-valid {
  border-color: #5cc9a7;
}
.zeeshan .was-validated .custom-select:valid:focus,
.zeeshan .custom-select.is-valid:focus {
  border-color: #5cc9a7;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}
.zeeshan .was-validated .form-check-input:valid ~ .form-check-label,
.zeeshan .form-check-input.is-valid ~ .form-check-label {
  color: #5cc9a7;
}
.zeeshan .was-validated .form-check-input:valid ~ .valid-feedback,
.zeeshan .was-validated .form-check-input:valid ~ .valid-tooltip,
.zeeshan .form-check-input.is-valid ~ .valid-feedback,
.zeeshan .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.zeeshan .was-validated .custom-control-input:valid ~ .custom-control-label,
.zeeshan .custom-control-input.is-valid ~ .custom-control-label {
  color: #5cc9a7;
}
.zeeshan .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.zeeshan .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #5cc9a7;
}
.zeeshan .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.zeeshan .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #82d6bc;
  background-color: #82d6bc;
}
.zeeshan .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.zeeshan .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}
.zeeshan .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.zeeshan .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5cc9a7;
}
.zeeshan .was-validated .custom-file-input:valid ~ .custom-file-label,
.zeeshan .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #5cc9a7;
}
.zeeshan .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.zeeshan .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #5cc9a7;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}
.zeeshan .invalid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #f25767;
}
.zeeshan .invalid-tooltip {
  font-size: 0.875rem;
  line-height: 1.7;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  border-radius: 0.375rem;
  background-color: rgba(242, 87, 103, 0.9);
}
.zeeshan .was-validated :invalid ~ .invalid-feedback,
.zeeshan .was-validated :invalid ~ .invalid-tooltip,
.zeeshan .is-invalid ~ .invalid-feedback,
.zeeshan .is-invalid ~ .invalid-tooltip {
  display: block;
}
.zeeshan .was-validated .form-control:invalid,
.zeeshan .form-control.is-invalid {
  border-color: #f25767;
}
.zeeshan .was-validated .form-control:invalid:focus,
.zeeshan .form-control.is-invalid:focus {
  border-color: #f25767;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}
.zeeshan .was-validated .custom-select:invalid,
.zeeshan .custom-select.is-invalid {
  border-color: #f25767;
}
.zeeshan .was-validated .custom-select:invalid:focus,
.zeeshan .custom-select.is-invalid:focus {
  border-color: #f25767;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}
.zeeshan .was-validated .form-check-input:invalid ~ .form-check-label,
.zeeshan .form-check-input.is-invalid ~ .form-check-label {
  color: #f25767;
}
.zeeshan .was-validated .form-check-input:invalid ~ .invalid-feedback,
.zeeshan .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.zeeshan .form-check-input.is-invalid ~ .invalid-feedback,
.zeeshan .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.zeeshan .was-validated .custom-control-input:invalid ~ .custom-control-label,
.zeeshan .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f25767;
}
.zeeshan .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.zeeshan .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f25767;
}
.zeeshan .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.zeeshan .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f68692;
  background-color: #f68692;
}
.zeeshan .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.zeeshan .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}
.zeeshan .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.zeeshan .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f25767;
}
.zeeshan .was-validated .custom-file-input:invalid ~ .custom-file-label,
.zeeshan .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f25767;
}
.zeeshan .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.zeeshan .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f25767;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}
.zeeshan .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.zeeshan .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .zeeshan .form-inline label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  .zeeshan .form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }
  .zeeshan .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .zeeshan .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .zeeshan .form-inline .input-group,
  .zeeshan .form-inline .custom-select {
    width: auto;
  }
  .zeeshan .form-inline .form-check {
    display: flex;
    width: auto;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  .zeeshan .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
    flex-shrink: 0;
  }
  .zeeshan .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .zeeshan .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.zeeshan .btn {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: 0.75rem 1.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  color: #718096;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .btn {
    transition: none;
  }
}
.zeeshan .btn:hover {
  text-decoration: none;
  color: #718096;
}
.zeeshan .btn:focus,
.zeeshan .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 rgba(0, 124, 230, 0.25);
}
.zeeshan .btn.disabled,
.zeeshan .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.zeeshan .btn:not(:disabled):not(.disabled):active,
.zeeshan .btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.zeeshan .btn:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(0, 124, 230, 0.25);
}
.zeeshan a.btn.disabled,
.zeeshan fieldset:disabled a.btn {
  pointer-events: none;
}
.zeeshan .btn-primary {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
  box-shadow: none;
}
.zeeshan .btn-primary:hover {
  color: #fff;
  border-color: #006ecc;
  background-color: #0075d9;
}
.zeeshan .btn-primary:focus,
.zeeshan .btn-primary.focus {
  box-shadow: none, 0 0 0 rgba(0, 138, 255, 0.35);
}
.zeeshan .btn-primary.disabled,
.zeeshan .btn-primary:disabled {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
}
.zeeshan .btn-primary:not(:disabled):not(.disabled):active,
.zeeshan .btn-primary:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #0068bf;
  background-color: #006ecc;
}
.zeeshan .btn-primary:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-primary:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 138, 255, 0.35);
}
.zeeshan .btn-secondary {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
  box-shadow: none;
}
.zeeshan .btn-secondary:hover {
  color: #273444;
  border-color: #cacfe0;
  background-color: #d2d6e5;
}
.zeeshan .btn-secondary:focus,
.zeeshan .btn-secondary.focus {
  box-shadow: none, 0 0 0 rgba(234, 236, 243, 0.35);
}
.zeeshan .btn-secondary.disabled,
.zeeshan .btn-secondary:disabled {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .btn-secondary:not(:disabled):not(.disabled):active,
.zeeshan .btn-secondary:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-secondary.dropdown-toggle {
  color: #273444;
  border-color: #c1c7dc;
  background-color: #cacfe0;
}
.zeeshan .btn-secondary:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-secondary:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(234, 236, 243, 0.35);
}
.zeeshan .btn-success {
  color: #fff;
  border-color: #5cc9a7;
  background-color: #5cc9a7;
  box-shadow: none;
}
.zeeshan .btn-success:hover {
  color: #fff;
  border-color: #3cb690;
  background-color: #3fbf97;
}
.zeeshan .btn-success:focus,
.zeeshan .btn-success.focus {
  box-shadow: none, 0 0 0 rgba(92, 201, 167, 0.35);
}
.zeeshan .btn-success.disabled,
.zeeshan .btn-success:disabled {
  color: #fff;
  border-color: #5cc9a7;
  background-color: #5cc9a7;
}
.zeeshan .btn-success:not(:disabled):not(.disabled):active,
.zeeshan .btn-success:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #39ac88;
  background-color: #3cb690;
}
.zeeshan .btn-success:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-success:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(92, 201, 167, 0.35);
}
.zeeshan .btn-info {
  color: #fff;
  border-color: #50b5ff;
  background-color: #50b5ff;
  box-shadow: none;
}
.zeeshan .btn-info:hover {
  color: #fff;
  border-color: #1d9fff;
  background-color: #2aa5ff;
}
.zeeshan .btn-info:focus,
.zeeshan .btn-info.focus {
  box-shadow: none, 0 0 0 rgba(80, 181, 255, 0.35);
}
.zeeshan .btn-info.disabled,
.zeeshan .btn-info:disabled {
  color: #fff;
  border-color: #50b5ff;
  background-color: #50b5ff;
}
.zeeshan .btn-info:not(:disabled):not(.disabled):active,
.zeeshan .btn-info:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #109aff;
  background-color: #1d9fff;
}
.zeeshan .btn-info:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-info:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(80, 181, 255, 0.35);
}
.zeeshan .btn-warning {
  color: #fff;
  border-color: #ffbe3d;
  background-color: #ffbe3d;
  box-shadow: none;
}
.zeeshan .btn-warning:hover {
  color: #fff;
  border-color: #ffad0a;
  background-color: #ffb117;
}
.zeeshan .btn-warning:focus,
.zeeshan .btn-warning.focus {
  box-shadow: none, 0 0 0 rgba(255, 190, 61, 0.35);
}
.zeeshan .btn-warning.disabled,
.zeeshan .btn-warning:disabled {
  color: #fff;
  border-color: #ffbe3d;
  background-color: #ffbe3d;
}
.zeeshan .btn-warning:not(:disabled):not(.disabled):active,
.zeeshan .btn-warning:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #fca800;
  background-color: #ffad0a;
}
.zeeshan .btn-warning:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-warning:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 190, 61, 0.35);
}
.zeeshan .btn-danger {
  color: #fff;
  border-color: #f25767;
  background-color: #f25767;
  box-shadow: none;
}
.zeeshan .btn-danger:hover {
  color: #fff;
  border-color: #ee283c;
  background-color: #ef3347;
}
.zeeshan .btn-danger:focus,
.zeeshan .btn-danger.focus {
  box-shadow: none, 0 0 0 rgba(242, 87, 103, 0.35);
}
.zeeshan .btn-danger.disabled,
.zeeshan .btn-danger:disabled {
  color: #fff;
  border-color: #f25767;
  background-color: #f25767;
}
.zeeshan .btn-danger:not(:disabled):not(.disabled):active,
.zeeshan .btn-danger:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #ed1c31;
  background-color: #ee283c;
}
.zeeshan .btn-danger:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-danger:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(242, 87, 103, 0.35);
}
.zeeshan .btn-light {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
  box-shadow: none;
}
.zeeshan .btn-light:hover {
  color: #273444;
  border-color: #cacfe0;
  background-color: #d2d6e5;
}
.zeeshan .btn-light:focus,
.zeeshan .btn-light.focus {
  box-shadow: none, 0 0 0 rgba(234, 236, 243, 0.35);
}
.zeeshan .btn-light.disabled,
.zeeshan .btn-light:disabled {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .btn-light:not(:disabled):not(.disabled):active,
.zeeshan .btn-light:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-light.dropdown-toggle {
  color: #273444;
  border-color: #c1c7dc;
  background-color: #cacfe0;
}
.zeeshan .btn-light:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-light:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(234, 236, 243, 0.35);
}
.zeeshan .btn-dark {
  color: #fff;
  border-color: #171347;
  background-color: #171347;
  box-shadow: none;
}
.zeeshan .btn-dark:hover {
  color: #fff;
  border-color: #0a081f;
  background-color: #0d0b29;
}
.zeeshan .btn-dark:focus,
.zeeshan .btn-dark.focus {
  box-shadow: none, 0 0 0 rgba(23, 19, 71, 0.35);
}
.zeeshan .btn-dark.disabled,
.zeeshan .btn-dark:disabled {
  color: #fff;
  border-color: #171347;
  background-color: #171347;
}
.zeeshan .btn-dark:not(:disabled):not(.disabled):active,
.zeeshan .btn-dark:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-dark.dropdown-toggle {
  color: #fff;
  border-color: #070615;
  background-color: #0a081f;
}
.zeeshan .btn-dark:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-dark:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(23, 19, 71, 0.35);
}
.zeeshan .btn-neutral {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
}
.zeeshan .btn-neutral:hover {
  color: #273444;
  border-color: #e6e6e6;
  background-color: #ececec;
}
.zeeshan .btn-neutral:focus,
.zeeshan .btn-neutral.focus {
  box-shadow: none, 0 0 0 rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-neutral.disabled,
.zeeshan .btn-neutral:disabled {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.zeeshan .btn-neutral:not(:disabled):not(.disabled):active,
.zeeshan .btn-neutral:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-neutral.dropdown-toggle {
  color: #273444;
  border-color: #dfdfdf;
  background-color: #e6e6e6;
}
.zeeshan .btn-neutral:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-neutral:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-white {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
}
.zeeshan .btn-white:hover {
  color: #273444;
  border-color: #e6e6e6;
  background-color: #ececec;
}
.zeeshan .btn-white:focus,
.zeeshan .btn-white.focus {
  box-shadow: none, 0 0 0 rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-white.disabled,
.zeeshan .btn-white:disabled {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.zeeshan .btn-white:not(:disabled):not(.disabled):active,
.zeeshan .btn-white:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-white.dropdown-toggle {
  color: #273444;
  border-color: #dfdfdf;
  background-color: #e6e6e6;
}
.zeeshan .btn-white:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-white:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-outline-primary {
  color: #008aff;
  border-color: #008aff;
}
.zeeshan .btn-outline-primary:hover {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
}
.zeeshan .btn-outline-primary:focus,
.zeeshan .btn-outline-primary.focus {
  box-shadow: none, 0 0 0 rgba(0, 138, 255, 0.35);
}
.zeeshan .btn-outline-primary.disabled,
.zeeshan .btn-outline-primary:disabled {
  color: #008aff;
  background-color: transparent;
}
.zeeshan .btn-outline-primary:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-primary:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
}
.zeeshan .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 138, 255, 0.35);
}
.zeeshan .btn-outline-secondary {
  color: #eaecf3;
  border-color: #eaecf3;
}
.zeeshan .btn-outline-secondary:hover {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .btn-outline-secondary:focus,
.zeeshan .btn-outline-secondary.focus {
  box-shadow: none, 0 0 0 rgba(234, 236, 243, 0.35);
}
.zeeshan .btn-outline-secondary.disabled,
.zeeshan .btn-outline-secondary:disabled {
  color: #eaecf3;
  background-color: transparent;
}
.zeeshan .btn-outline-secondary:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-secondary:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-secondary.dropdown-toggle {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(234, 236, 243, 0.35);
}
.zeeshan .btn-outline-success {
  color: #5cc9a7;
  border-color: #5cc9a7;
}
.zeeshan .btn-outline-success:hover {
  color: #fff;
  border-color: #5cc9a7;
  background-color: #5cc9a7;
}
.zeeshan .btn-outline-success:focus,
.zeeshan .btn-outline-success.focus {
  box-shadow: none, 0 0 0 rgba(92, 201, 167, 0.35);
}
.zeeshan .btn-outline-success.disabled,
.zeeshan .btn-outline-success:disabled {
  color: #5cc9a7;
  background-color: transparent;
}
.zeeshan .btn-outline-success:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-success:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  border-color: #5cc9a7;
  background-color: #5cc9a7;
}
.zeeshan .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(92, 201, 167, 0.35);
}
.zeeshan .btn-outline-info {
  color: #50b5ff;
  border-color: #50b5ff;
}
.zeeshan .btn-outline-info:hover {
  color: #fff;
  border-color: #50b5ff;
  background-color: #50b5ff;
}
.zeeshan .btn-outline-info:focus,
.zeeshan .btn-outline-info.focus {
  box-shadow: none, 0 0 0 rgba(80, 181, 255, 0.35);
}
.zeeshan .btn-outline-info.disabled,
.zeeshan .btn-outline-info:disabled {
  color: #50b5ff;
  background-color: transparent;
}
.zeeshan .btn-outline-info:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-info:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  border-color: #50b5ff;
  background-color: #50b5ff;
}
.zeeshan .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(80, 181, 255, 0.35);
}
.zeeshan .btn-outline-warning {
  color: #ffbe3d;
  border-color: #ffbe3d;
}
.zeeshan .btn-outline-warning:hover {
  color: #fff;
  border-color: #ffbe3d;
  background-color: #ffbe3d;
}
.zeeshan .btn-outline-warning:focus,
.zeeshan .btn-outline-warning.focus {
  box-shadow: none, 0 0 0 rgba(255, 190, 61, 0.35);
}
.zeeshan .btn-outline-warning.disabled,
.zeeshan .btn-outline-warning:disabled {
  color: #ffbe3d;
  background-color: transparent;
}
.zeeshan .btn-outline-warning:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-warning:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  border-color: #ffbe3d;
  background-color: #ffbe3d;
}
.zeeshan .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 190, 61, 0.35);
}
.zeeshan .btn-outline-danger {
  color: #f25767;
  border-color: #f25767;
}
.zeeshan .btn-outline-danger:hover {
  color: #fff;
  border-color: #f25767;
  background-color: #f25767;
}
.zeeshan .btn-outline-danger:focus,
.zeeshan .btn-outline-danger.focus {
  box-shadow: none, 0 0 0 rgba(242, 87, 103, 0.35);
}
.zeeshan .btn-outline-danger.disabled,
.zeeshan .btn-outline-danger:disabled {
  color: #f25767;
  background-color: transparent;
}
.zeeshan .btn-outline-danger:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-danger:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  border-color: #f25767;
  background-color: #f25767;
}
.zeeshan .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(242, 87, 103, 0.35);
}
.zeeshan .btn-outline-light {
  color: #eaecf3;
  border-color: #eaecf3;
}
.zeeshan .btn-outline-light:hover {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .btn-outline-light:focus,
.zeeshan .btn-outline-light.focus {
  box-shadow: none, 0 0 0 rgba(234, 236, 243, 0.35);
}
.zeeshan .btn-outline-light.disabled,
.zeeshan .btn-outline-light:disabled {
  color: #eaecf3;
  background-color: transparent;
}
.zeeshan .btn-outline-light:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-light:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-light.dropdown-toggle {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(234, 236, 243, 0.35);
}
.zeeshan .btn-outline-dark {
  color: #171347;
  border-color: #171347;
}
.zeeshan .btn-outline-dark:hover {
  color: #fff;
  border-color: #171347;
  background-color: #171347;
}
.zeeshan .btn-outline-dark:focus,
.zeeshan .btn-outline-dark.focus {
  box-shadow: none, 0 0 0 rgba(23, 19, 71, 0.35);
}
.zeeshan .btn-outline-dark.disabled,
.zeeshan .btn-outline-dark:disabled {
  color: #171347;
  background-color: transparent;
}
.zeeshan .btn-outline-dark:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-dark:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  border-color: #171347;
  background-color: #171347;
}
.zeeshan .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(23, 19, 71, 0.35);
}
.zeeshan .btn-outline-neutral {
  color: #fff;
  border-color: #fff;
}
.zeeshan .btn-outline-neutral:hover {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.zeeshan .btn-outline-neutral:focus,
.zeeshan .btn-outline-neutral.focus {
  box-shadow: none, 0 0 0 rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-outline-neutral.disabled,
.zeeshan .btn-outline-neutral:disabled {
  color: #fff;
  background-color: transparent;
}
.zeeshan .btn-outline-neutral:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-neutral:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-neutral.dropdown-toggle {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.zeeshan .btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.zeeshan .btn-outline-white:hover {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.zeeshan .btn-outline-white:focus,
.zeeshan .btn-outline-white.focus {
  box-shadow: none, 0 0 0 rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-outline-white.disabled,
.zeeshan .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.zeeshan .btn-outline-white:not(:disabled):not(.disabled):active,
.zeeshan .btn-outline-white:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-outline-white.dropdown-toggle {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.zeeshan .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-link {
  font-weight: 400;
  text-decoration: none;
  color: #008aff;
}
.zeeshan .btn-link:hover {
  text-decoration: none;
  color: #0061b3;
}
.zeeshan .btn-link:focus,
.zeeshan .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.zeeshan .btn-link:disabled,
.zeeshan .btn-link.disabled {
  pointer-events: none;
  color: #718096;
}
.zeeshan .btn-lg,
.zeeshan .btn-group-lg > .btn {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 1.875rem;
  border-radius: 0.5rem;
}
.zeeshan .btn-sm,
.zeeshan .btn-group-sm > .btn {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
}
.zeeshan .btn-block {
  display: block;
  width: 100%;
}
.zeeshan .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.zeeshan input[type=submit].btn-block,
.zeeshan input[type=reset].btn-block,
.zeeshan input[type=button].btn-block {
  width: 100%;
}
.zeeshan .fade {
  transition: opacity 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .fade {
    transition: none;
  }
}
.zeeshan .fade:not(.show) {
  opacity: 0;
}
.zeeshan .collapse2:not(.show) {
  display: none;
}
.zeeshan .collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .collapsing {
    transition: none;
  }
}
.zeeshan .dropup,
.zeeshan .dropright,
.zeeshan .dropdown,
.zeeshan .dropleft {
  position: relative;
}
.zeeshan .dropdown-toggle {
  white-space: nowrap;
}
.zeeshan .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: 0.5rem;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.zeeshan .dropdown-toggle:empty::after {
  margin-left: 0;
}
.zeeshan .dropdown-menu {
  font-size: 0.875rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 12rem;
  margin: 0.125rem 0 0;
  padding: 0.35rem 0;
  list-style: none;
  text-align: left;
  color: #718096;
  border: 1px solid #eaecf3;
  border-radius: 0.5rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}
.zeeshan .dropdown-menu-left {
  right: auto;
  left: 0;
}
.zeeshan .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .zeeshan .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .zeeshan .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .zeeshan .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .zeeshan .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .zeeshan .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .zeeshan .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .zeeshan .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .zeeshan .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.zeeshan .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.zeeshan .dropup .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: 0.5rem;
  content: "\f106";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.zeeshan .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.zeeshan .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.zeeshan .dropright .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: 0.5rem;
  content: "\f105";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.zeeshan .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.zeeshan .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.zeeshan .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.zeeshan .dropleft .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: 0.5rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.zeeshan .dropleft .dropdown-toggle::after {
  display: none;
}
.zeeshan .dropleft .dropdown-toggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  content: "\f104";
}
.zeeshan .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.zeeshan .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.zeeshan .dropdown-menu[x-placement^=top],
.zeeshan .dropdown-menu[x-placement^=right],
.zeeshan .dropdown-menu[x-placement^=bottom],
.zeeshan .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.zeeshan .dropdown-divider {
  overflow: hidden;
  height: 0;
  margin: 0.5rem 0;
  border-top: 1px solid #eaecf3;
}
.zeeshan .dropdown-item {
  font-weight: 400;
  display: block;
  clear: both;
  width: 100%;
  padding: 0.25rem 1rem;
  text-align: inherit;
  white-space: nowrap;
  color: #4a5568;
  border: 0;
  background-color: transparent;
}
.zeeshan .dropdown-item:hover,
.zeeshan .dropdown-item:focus {
  text-decoration: none;
  color: #008aff;
  background-color: transparent;
}
.zeeshan .dropdown-item.active,
.zeeshan .dropdown-item:active {
  text-decoration: none;
  color: #008aff;
  background-color: transparent;
}
.zeeshan .dropdown-item.disabled,
.zeeshan .dropdown-item:disabled {
  pointer-events: none;
  color: #718096;
  background-color: transparent;
}
.zeeshan .dropdown-menu.show {
  display: block;
}
.zeeshan .dropdown-header {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0;
  padding: 0.35rem 1rem;
  white-space: nowrap;
  color: #718096;
}
.zeeshan .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #4a5568;
}
.zeeshan .btn-group,
.zeeshan .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.zeeshan .btn-group > .btn,
.zeeshan .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.zeeshan .btn-group > .btn:hover,
.zeeshan .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.zeeshan .btn-group > .btn:focus,
.zeeshan .btn-group > .btn:active,
.zeeshan .btn-group > .btn.active,
.zeeshan .btn-group-vertical > .btn:focus,
.zeeshan .btn-group-vertical > .btn:active,
.zeeshan .btn-group-vertical > .btn.active {
  z-index: 1;
}
.zeeshan .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.zeeshan .btn-toolbar .input-group {
  width: auto;
}
.zeeshan .btn-group > .btn:not(:first-child),
.zeeshan .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.zeeshan .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.zeeshan .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.zeeshan .btn-group > .btn:not(:first-child),
.zeeshan .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.zeeshan .dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}
.zeeshan .dropdown-toggle-split::after,
.zeeshan .dropup .dropdown-toggle-split::after,
.zeeshan .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.zeeshan .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.zeeshan .btn-sm + .dropdown-toggle-split,
.zeeshan .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.zeeshan .btn-lg + .dropdown-toggle-split,
.zeeshan .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.40625rem;
  padding-left: 1.40625rem;
}
.zeeshan .btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.zeeshan .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.zeeshan .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.zeeshan .btn-group-vertical > .btn,
.zeeshan .btn-group-vertical > .btn-group {
  width: 100%;
}
.zeeshan .btn-group-vertical > .btn:not(:first-child),
.zeeshan .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.zeeshan .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.zeeshan .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.zeeshan .btn-group-vertical > .btn:not(:first-child),
.zeeshan .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.zeeshan .btn-group-toggle > .btn,
.zeeshan .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.zeeshan .btn-group-toggle > .btn input[type=radio],
.zeeshan .btn-group-toggle > .btn input[type=checkbox],
.zeeshan .btn-group-toggle > .btn-group > .btn input[type=radio],
.zeeshan .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.zeeshan .input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}
.zeeshan .input-group > .form-control,
.zeeshan .input-group > .form-control-plaintext,
.zeeshan .input-group > .custom-select,
.zeeshan .input-group > .custom-file {
  position: relative;
  min-width: 0;
  margin-bottom: 0;
  flex: 1 1;
}
.zeeshan .input-group > .form-control + .form-control,
.zeeshan .input-group > .form-control + .custom-select,
.zeeshan .input-group > .form-control + .custom-file,
.zeeshan .input-group > .form-control-plaintext + .form-control,
.zeeshan .input-group > .form-control-plaintext + .custom-select,
.zeeshan .input-group > .form-control-plaintext + .custom-file,
.zeeshan .input-group > .custom-select + .form-control,
.zeeshan .input-group > .custom-select + .custom-select,
.zeeshan .input-group > .custom-select + .custom-file,
.zeeshan .input-group > .custom-file + .form-control,
.zeeshan .input-group > .custom-file + .custom-select,
.zeeshan .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.zeeshan .input-group > .form-control:focus,
.zeeshan .input-group > .custom-select:focus,
.zeeshan .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.zeeshan .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.zeeshan .input-group > .form-control:not(:last-child),
.zeeshan .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.zeeshan .input-group > .form-control:not(:first-child),
.zeeshan .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.zeeshan .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.zeeshan .input-group > .custom-file:not(:last-child) .custom-file-label,
.zeeshan .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.zeeshan .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.zeeshan .input-group-prepend,
.zeeshan .input-group-append {
  display: flex;
}
.zeeshan .input-group-prepend .btn,
.zeeshan .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.zeeshan .input-group-prepend .btn:focus,
.zeeshan .input-group-append .btn:focus {
  z-index: 3;
}
.zeeshan .input-group-prepend .btn + .btn,
.zeeshan .input-group-prepend .btn + .input-group-text,
.zeeshan .input-group-prepend .input-group-text + .input-group-text,
.zeeshan .input-group-prepend .input-group-text + .btn,
.zeeshan .input-group-append .btn + .btn,
.zeeshan .input-group-append .btn + .input-group-text,
.zeeshan .input-group-append .input-group-text + .input-group-text,
.zeeshan .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.zeeshan .input-group-prepend {
  margin-right: -1px;
}
.zeeshan .input-group-append {
  margin-left: -1px;
}
.zeeshan .input-group-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  text-align: center;
  white-space: nowrap;
  color: #a0aec0;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background-color: #fafbfe;
  align-items: center;
}
.zeeshan .input-group-text input[type=radio],
.zeeshan .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.zeeshan .input-group-lg > .form-control:not(textarea),
.zeeshan .input-group-lg > .custom-select {
  height: calc(1.5em + 2rem + 2px);
}
.zeeshan .input-group-lg > .form-control,
.zeeshan .input-group-lg > .custom-select,
.zeeshan .input-group-lg > .input-group-prepend > .input-group-text,
.zeeshan .input-group-lg > .input-group-append > .input-group-text,
.zeeshan .input-group-lg > .input-group-prepend > .btn,
.zeeshan .input-group-lg > .input-group-append > .btn {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 1.875rem;
  border-radius: 0.5rem;
}
.zeeshan .input-group-sm > .form-control:not(textarea),
.zeeshan .input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.zeeshan .input-group-sm > .form-control,
.zeeshan .input-group-sm > .custom-select,
.zeeshan .input-group-sm > .input-group-prepend > .input-group-text,
.zeeshan .input-group-sm > .input-group-append > .input-group-text,
.zeeshan .input-group-sm > .input-group-prepend > .btn,
.zeeshan .input-group-sm > .input-group-append > .btn {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 1.25rem;
  border-radius: 0.2rem;
}
.zeeshan .input-group-lg > .custom-select,
.zeeshan .input-group-sm > .custom-select {
  padding-right: 2.25rem;
}
.zeeshan .input-group > .input-group-prepend > .btn,
.zeeshan .input-group > .input-group-prepend > .input-group-text,
.zeeshan .input-group > .input-group-append:not(:last-child) > .btn,
.zeeshan .input-group > .input-group-append:not(:last-child) > .input-group-text,
.zeeshan .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.zeeshan .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.zeeshan .input-group > .input-group-append > .btn,
.zeeshan .input-group > .input-group-append > .input-group-text,
.zeeshan .input-group > .input-group-prepend:not(:first-child) > .btn,
.zeeshan .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.zeeshan .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.zeeshan .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.zeeshan .custom-control {
  position: relative;
  display: block;
  min-height: 1.7rem;
  padding-left: 1.75rem;
}
.zeeshan .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.zeeshan .custom-control-input {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 1rem;
  height: 1.35rem;
  opacity: 0;
}
.zeeshan .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007ce6;
  background-color: #007ce6;
  box-shadow: none;
}
.zeeshan .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none, 0 0 20px rgba(0, 138, 255, 0.1);
}
.zeeshan .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 138, 255, 0.5);
}
.zeeshan .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #99d0ff;
  background-color: #99d0ff;
  box-shadow: none;
}
.zeeshan .custom-control-input[disabled] ~ .custom-control-label,
.zeeshan .custom-control-input:disabled ~ .custom-control-label {
  color: #718096;
}
.zeeshan .custom-control-input[disabled] ~ .custom-control-label::before,
.zeeshan .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf3;
}
.zeeshan .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.zeeshan .custom-control-label::before {
  position: absolute;
  top: 0.35rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  pointer-events: none;
  border: #eaecf3 solid 0;
  background-color: #e2e8f0;
  box-shadow: none;
}
.zeeshan .custom-control-label::after {
  position: absolute;
  top: 0.35rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.zeeshan .custom-checkbox .custom-control-label::before {
  border-radius: 0.375rem;
}
.zeeshan .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.zeeshan .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007ce6;
  background-color: #007ce6;
  box-shadow: none;
}
.zeeshan .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.zeeshan .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 138, 255, 0.5);
}
.zeeshan .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 138, 255, 0.5);
}
.zeeshan .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.zeeshan .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}
.zeeshan .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 138, 255, 0.5);
}
.zeeshan .custom-switch {
  padding-left: 3.75rem;
}
.zeeshan .custom-switch .custom-control-label::before {
  left: -3.75rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}
.zeeshan .custom-switch .custom-control-label::after {
  top: 0.35rem;
  left: -3.75rem;
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.5625rem;
  background-color: #eaecf3;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.zeeshan .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(2rem);
  background-color: #e2e8f0;
}
.zeeshan .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 138, 255, 0.5);
}
.zeeshan .custom-select {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  vertical-align: middle;
  color: #4a5568;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
  box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.zeeshan .custom-select:focus {
  border-color: rgba(0, 138, 255, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075), 0 0 20px rgba(0, 138, 255, 0.1);
}
.zeeshan .custom-select:focus::-ms-value {
  color: #4a5568;
  background-color: #fff;
}
.zeeshan .custom-select[multiple],
.zeeshan .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}
.zeeshan .custom-select:disabled {
  color: #718096;
  background-color: #eaecf3;
}
.zeeshan .custom-select::-ms-expand {
  display: none;
}
.zeeshan .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4a5568;
}
.zeeshan .custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
}
.zeeshan .custom-select-lg {
  font-size: 1rem;
  height: calc(1.5em + 2rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.875rem;
}
.zeeshan .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin-bottom: 0;
}
.zeeshan .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 0;
  opacity: 0;
}
.zeeshan .custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(0, 138, 255, 0.5);
  box-shadow: 0 0 20px rgba(0, 138, 255, 0.1);
}
.zeeshan .custom-file-input[disabled] ~ .custom-file-label,
.zeeshan .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf3;
}
.zeeshan .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.zeeshan .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.zeeshan .custom-file-label {
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  color: #4a5568;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background-color: #fff;
  box-shadow: none;
}
.zeeshan .custom-file-label::after {
  line-height: 1.5;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1.25rem;
  content: "Browse";
  color: #4a5568;
  border-left: inherit;
  border-radius: 0 0.375rem 0.375rem 0;
  background-color: #fafbfe;
}
.zeeshan .custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.zeeshan .custom-range:focus {
  outline: none;
}
.zeeshan .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 20px rgba(0, 138, 255, 0.1);
}
.zeeshan .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 20px rgba(0, 138, 255, 0.1);
}
.zeeshan .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 20px rgba(0, 138, 255, 0.1);
}
.zeeshan .custom-range::-moz-focus-outer {
  border: 0;
}
.zeeshan .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #007ce6;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.zeeshan .custom-range::-webkit-slider-thumb:active {
  background-color: #99d0ff;
}
.zeeshan .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #e2e8f0;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}
.zeeshan .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #007ce6;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.zeeshan .custom-range::-moz-range-thumb:active {
  background-color: #99d0ff;
}
.zeeshan .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #e2e8f0;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}
.zeeshan .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #007ce6;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .custom-range::-ms-thumb {
    transition: none;
  }
}
.zeeshan .custom-range::-ms-thumb:active {
  background-color: #99d0ff;
}
.zeeshan .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  color: transparent;
  border-width: 0.5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}
.zeeshan .custom-range::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #e2e8f0;
}
.zeeshan .custom-range::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #e2e8f0;
}
.zeeshan .custom-range:disabled::-webkit-slider-thumb {
  background-color: #a0aec0;
}
.zeeshan .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.zeeshan .custom-range:disabled::-moz-range-thumb {
  background-color: #a0aec0;
}
.zeeshan .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.zeeshan .custom-range:disabled::-ms-thumb {
  background-color: #a0aec0;
}
.zeeshan .custom-control-label::before,
.zeeshan .custom-file-label,
.zeeshan .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .custom-control-label::before,
  .zeeshan .custom-file-label,
  .zeeshan .custom-select {
    transition: none;
  }
}
.zeeshan .nav {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
.zeeshan .nav-link {
  display: block;
  padding: 0.25rem 1rem;
}
.zeeshan .nav-link:hover,
.zeeshan .nav-link:focus {
  text-decoration: none;
}
.zeeshan .nav-link.disabled {
  cursor: default;
  pointer-events: none;
  color: #718096;
}
.zeeshan .nav-tabs {
  border-bottom: 1px solid #e2e8f0;
}
.zeeshan .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.zeeshan .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.zeeshan .nav-tabs .nav-link:hover,
.zeeshan .nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent;
}
.zeeshan .nav-tabs .nav-link.disabled {
  color: #718096;
  border-color: transparent;
  background-color: transparent;
}
.zeeshan .nav-tabs .nav-link.active,
.zeeshan .nav-tabs .nav-item.show .nav-link {
  color: #718096;
  border-color: transparent transparent #008aff;
  background-color: transparent;
}
.zeeshan .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.zeeshan .nav-pills .nav-link {
  border-radius: 0.375rem;
}
.zeeshan .nav-pills .nav-link.active,
.zeeshan .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007ce6;
}
.zeeshan .nav-fill .nav-item {
  text-align: center;
  flex: 1 1 auto;
}
.zeeshan .nav-justified .nav-item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}
.zeeshan .tab-content > .tab-pane {
  display: none;
}
.zeeshan .tab-content > .active {
  display: block;
}
.zeeshan .navbar {
  position: relative;
  display: flex;
  padding: 0.75rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.zeeshan .navbar .container,
.zeeshan .navbar .container-fluid,
.zeeshan .navbar .container-sm,
.zeeshan .navbar .container-md,
.zeeshan .navbar .container-lg,
.zeeshan .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.zeeshan .navbar-brand {
  font-size: 1.25rem;
  line-height: inherit;
  display: inline-block;
  margin-right: 1rem;
  padding-top: 0.0375rem;
  padding-bottom: 0.0375rem;
  white-space: nowrap;
}
.zeeshan .navbar-brand:hover,
.zeeshan .navbar-brand:focus {
  text-decoration: none;
}
.zeeshan .navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.zeeshan .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.zeeshan .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.zeeshan .navbar-text {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.zeeshan .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.zeeshan .navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
}
.zeeshan .navbar-toggler:hover,
.zeeshan .navbar-toggler:focus {
  text-decoration: none;
}
.zeeshan .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm > .container,
  .zeeshan .navbar-expand-sm > .container-fluid,
  .zeeshan .navbar-expand-sm > .container-sm,
  .zeeshan .navbar-expand-sm > .container-md,
  .zeeshan .navbar-expand-sm > .container-lg,
  .zeeshan .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .zeeshan .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .zeeshan .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .zeeshan .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .zeeshan .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .zeeshan .navbar-expand-sm > .container,
  .zeeshan .navbar-expand-sm > .container-fluid,
  .zeeshan .navbar-expand-sm > .container-sm,
  .zeeshan .navbar-expand-sm > .container-md,
  .zeeshan .navbar-expand-sm > .container-lg,
  .zeeshan .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .zeeshan .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md > .container,
  .zeeshan .navbar-expand-md > .container-fluid,
  .zeeshan .navbar-expand-md > .container-sm,
  .zeeshan .navbar-expand-md > .container-md,
  .zeeshan .navbar-expand-md > .container-lg,
  .zeeshan .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .zeeshan .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .zeeshan .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .zeeshan .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .zeeshan .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .zeeshan .navbar-expand-md > .container,
  .zeeshan .navbar-expand-md > .container-fluid,
  .zeeshan .navbar-expand-md > .container-sm,
  .zeeshan .navbar-expand-md > .container-md,
  .zeeshan .navbar-expand-md > .container-lg,
  .zeeshan .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .zeeshan .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .zeeshan .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg > .container,
  .zeeshan .navbar-expand-lg > .container-fluid,
  .zeeshan .navbar-expand-lg > .container-sm,
  .zeeshan .navbar-expand-lg > .container-md,
  .zeeshan .navbar-expand-lg > .container-lg,
  .zeeshan .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .zeeshan .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .zeeshan .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .zeeshan .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .zeeshan .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .zeeshan .navbar-expand-lg > .container,
  .zeeshan .navbar-expand-lg > .container-fluid,
  .zeeshan .navbar-expand-lg > .container-sm,
  .zeeshan .navbar-expand-lg > .container-md,
  .zeeshan .navbar-expand-lg > .container-lg,
  .zeeshan .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .zeeshan .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl > .container,
  .zeeshan .navbar-expand-xl > .container-fluid,
  .zeeshan .navbar-expand-xl > .container-sm,
  .zeeshan .navbar-expand-xl > .container-md,
  .zeeshan .navbar-expand-xl > .container-lg,
  .zeeshan .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .zeeshan .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .zeeshan .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .zeeshan .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .zeeshan .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .zeeshan .navbar-expand-xl > .container,
  .zeeshan .navbar-expand-xl > .container-fluid,
  .zeeshan .navbar-expand-xl > .container-sm,
  .zeeshan .navbar-expand-xl > .container-md,
  .zeeshan .navbar-expand-xl > .container-lg,
  .zeeshan .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .zeeshan .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.zeeshan .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.zeeshan .navbar-expand > .container,
.zeeshan .navbar-expand > .container-fluid,
.zeeshan .navbar-expand > .container-sm,
.zeeshan .navbar-expand > .container-md,
.zeeshan .navbar-expand > .container-lg,
.zeeshan .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.zeeshan .navbar-expand .navbar-nav {
  flex-direction: row;
}
.zeeshan .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.zeeshan .navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.zeeshan .navbar-expand > .container,
.zeeshan .navbar-expand > .container-fluid,
.zeeshan .navbar-expand > .container-sm,
.zeeshan .navbar-expand > .container-md,
.zeeshan .navbar-expand > .container-lg,
.zeeshan .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.zeeshan .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.zeeshan .navbar-expand .navbar-toggler {
  display: none;
}
.zeeshan .navbar-light .navbar-brand {
  color: rgba(0, 138, 255, 0.9);
}
.zeeshan .navbar-light .navbar-brand:hover,
.zeeshan .navbar-light .navbar-brand:focus {
  color: rgba(0, 138, 255, 0.9);
}
.zeeshan .navbar-light .navbar-nav .nav-link {
  color: rgba(31, 45, 61, 0.6);
}
.zeeshan .navbar-light .navbar-nav .nav-link:hover,
.zeeshan .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 138, 255, 0.9);
}
.zeeshan .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(31, 45, 61, 0.3);
}
.zeeshan .navbar-light .navbar-nav .show > .nav-link,
.zeeshan .navbar-light .navbar-nav .active > .nav-link,
.zeeshan .navbar-light .navbar-nav .nav-link.show,
.zeeshan .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 138, 255, 0.9);
}
.zeeshan .navbar-light .navbar-toggler {
  color: rgba(31, 45, 61, 0.6);
  border-color: transparent;
}
.zeeshan .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 45, 61, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.zeeshan .navbar-light .navbar-text {
  color: rgba(31, 45, 61, 0.6);
}
.zeeshan .navbar-light .navbar-text a {
  color: rgba(0, 138, 255, 0.9);
}
.zeeshan .navbar-light .navbar-text a:hover,
.zeeshan .navbar-light .navbar-text a:focus {
  color: rgba(0, 138, 255, 0.9);
}
.zeeshan .navbar-dark .navbar-brand {
  color: #fff;
}
.zeeshan .navbar-dark .navbar-brand:hover,
.zeeshan .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.zeeshan .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
}
.zeeshan .navbar-dark .navbar-nav .nav-link:hover,
.zeeshan .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.zeeshan .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.zeeshan .navbar-dark .navbar-nav .show > .nav-link,
.zeeshan .navbar-dark .navbar-nav .active > .nav-link,
.zeeshan .navbar-dark .navbar-nav .nav-link.show,
.zeeshan .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.zeeshan .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.85);
  border-color: transparent;
}
.zeeshan .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.zeeshan .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.85);
}
.zeeshan .navbar-dark .navbar-text a {
  color: #fff;
}
.zeeshan .navbar-dark .navbar-text a:hover,
.zeeshan .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.zeeshan .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid #eaecf3;
  border-radius: 0.75rem;
  background-color: #fff;
  background-clip: border-box;
}
.zeeshan .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.zeeshan .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.zeeshan .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.zeeshan .card-body {
  min-height: 1px;
  padding: 1.75rem;
  color: #718096;
  flex: 1 1 auto;
}
.zeeshan .card-title {
  margin-bottom: 1.25rem;
}
.zeeshan .card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0;
}
.zeeshan .card-text:last-child {
  margin-bottom: 0;
}
.zeeshan .card-link:hover {
  text-decoration: none;
}
.zeeshan .card-link + .card-link {
  margin-left: 1.75rem;
}
.zeeshan .card-header {
  margin-bottom: 0;
  padding: 1.25rem 1.75rem;
  border-bottom: 1px solid #eaecf3;
  background-color: transparent;
}
.zeeshan .card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.zeeshan .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.zeeshan .card-footer {
  padding: 1.25rem 1.75rem;
  border-top: 1px solid #eaecf3;
  background-color: transparent;
}
.zeeshan .card-footer:last-child {
  border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
}
.zeeshan .card-header-tabs {
  margin-right: -0.875rem;
  margin-bottom: -1.25rem;
  margin-left: -0.875rem;
  border-bottom: 0;
}
.zeeshan .card-header-pills {
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}
.zeeshan .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.zeeshan .card-img,
.zeeshan .card-img-top,
.zeeshan .card-img-bottom {
  width: 100%;
  flex-shrink: 0;
}
.zeeshan .card-img,
.zeeshan .card-img-top {
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}
.zeeshan .card-img,
.zeeshan .card-img-bottom {
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}
.zeeshan .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .zeeshan .card-deck {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-flow: row wrap;
  }
  .zeeshan .card-deck .card {
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    flex: 1 0;
  }
}
.zeeshan .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .zeeshan .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .zeeshan .card-group > .card {
    margin-bottom: 0;
    flex: 1 0;
  }
  .zeeshan .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .zeeshan .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .zeeshan .card-group > .card:not(:last-child) .card-img-top,
  .zeeshan .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .zeeshan .card-group > .card:not(:last-child) .card-img-bottom,
  .zeeshan .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .zeeshan .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .zeeshan .card-group > .card:not(:first-child) .card-img-top,
  .zeeshan .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .zeeshan .card-group > .card:not(:first-child) .card-img-bottom,
  .zeeshan .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.zeeshan .card-columns .card {
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .zeeshan .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .zeeshan .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.zeeshan .accordion > .card {
  overflow: hidden;
}
.zeeshan .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.zeeshan .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.zeeshan .accordion > .card > .card-header {
  margin-bottom: -1px;
  border-radius: 0;
}
.zeeshan .breadcrumb {
  display: flex;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  list-style: none;
  border-radius: 0.375rem;
  background-color: transparent;
  flex-wrap: wrap;
}
.zeeshan .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.zeeshan .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
  color: #cbd5e0;
}
.zeeshan .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.zeeshan .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.zeeshan .breadcrumb-item.active {
  color: #718096;
}
.zeeshan .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}
.zeeshan .page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  color: #718096;
  border: 1px solid #e2e8f0;
  background-color: #fff;
}
.zeeshan .page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #718096;
  border-color: #e2e8f0;
  background-color: #e2e8f0;
}
.zeeshan .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 rgba(0, 124, 230, 0.25);
}
.zeeshan .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.zeeshan .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.zeeshan .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  border-color: #007ce6;
  background-color: #007ce6;
}
.zeeshan .page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #718096;
  border-color: #e2e8f0;
  background-color: #fff;
}
.zeeshan .pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.zeeshan .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.zeeshan .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.zeeshan .pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.zeeshan .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.zeeshan .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.zeeshan .badge {
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 0.35rem 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 0.375rem;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .badge {
    transition: none;
  }
}
.zeeshan a.badge:hover,
.zeeshan a.badge:focus {
  text-decoration: none;
}
.zeeshan .badge:empty {
  display: none;
}
.zeeshan .btn .badge {
  position: relative;
  top: -1px;
}
.zeeshan .badge-pill {
  padding-right: 0.875em;
  padding-left: 0.875em;
  border-radius: 50rem;
}
.zeeshan .badge-primary {
  color: #fff;
  background-color: #008aff;
}
.zeeshan a.badge-primary:hover,
.zeeshan a.badge-primary:focus {
  color: #fff;
  background-color: #006ecc;
}
.zeeshan a.badge-primary:focus,
.zeeshan a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 138, 255, 0.5);
}
.zeeshan .badge-secondary {
  color: #273444;
  background-color: #eaecf3;
}
.zeeshan a.badge-secondary:hover,
.zeeshan a.badge-secondary:focus {
  color: #273444;
  background-color: #cacfe0;
}
.zeeshan a.badge-secondary:focus,
.zeeshan a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(234, 236, 243, 0.5);
}
.zeeshan .badge-success {
  color: #fff;
  background-color: #5cc9a7;
}
.zeeshan a.badge-success:hover,
.zeeshan a.badge-success:focus {
  color: #fff;
  background-color: #3cb690;
}
.zeeshan a.badge-success:focus,
.zeeshan a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.5);
}
.zeeshan .badge-info {
  color: #fff;
  background-color: #50b5ff;
}
.zeeshan a.badge-info:hover,
.zeeshan a.badge-info:focus {
  color: #fff;
  background-color: #1d9fff;
}
.zeeshan a.badge-info:focus,
.zeeshan a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(80, 181, 255, 0.5);
}
.zeeshan .badge-warning {
  color: #fff;
  background-color: #ffbe3d;
}
.zeeshan a.badge-warning:hover,
.zeeshan a.badge-warning:focus {
  color: #fff;
  background-color: #ffad0a;
}
.zeeshan a.badge-warning:focus,
.zeeshan a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 190, 61, 0.5);
}
.zeeshan .badge-danger {
  color: #fff;
  background-color: #f25767;
}
.zeeshan a.badge-danger:hover,
.zeeshan a.badge-danger:focus {
  color: #fff;
  background-color: #ee283c;
}
.zeeshan a.badge-danger:focus,
.zeeshan a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.5);
}
.zeeshan .badge-light {
  color: #273444;
  background-color: #eaecf3;
}
.zeeshan a.badge-light:hover,
.zeeshan a.badge-light:focus {
  color: #273444;
  background-color: #cacfe0;
}
.zeeshan a.badge-light:focus,
.zeeshan a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(234, 236, 243, 0.5);
}
.zeeshan .badge-dark {
  color: #fff;
  background-color: #171347;
}
.zeeshan a.badge-dark:hover,
.zeeshan a.badge-dark:focus {
  color: #fff;
  background-color: #0a081f;
}
.zeeshan a.badge-dark:focus,
.zeeshan a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 19, 71, 0.5);
}
.zeeshan .badge-neutral {
  color: #273444;
  background-color: #fff;
}
.zeeshan a.badge-neutral:hover,
.zeeshan a.badge-neutral:focus {
  color: #273444;
  background-color: #e6e6e6;
}
.zeeshan a.badge-neutral:focus,
.zeeshan a.badge-neutral.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.zeeshan .badge-white {
  color: #273444;
  background-color: #fff;
}
.zeeshan a.badge-white:hover,
.zeeshan a.badge-white:focus {
  color: #273444;
  background-color: #e6e6e6;
}
.zeeshan a.badge-white:focus,
.zeeshan a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.zeeshan .jumbotron {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media (min-width: 576px) {
  .zeeshan .jumbotron {
    padding: 4rem 2rem;
  }
}
.zeeshan .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.zeeshan .alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.875rem 0.875rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
.zeeshan .alert-heading {
  color: inherit;
}
.zeeshan .alert-link {
  font-weight: 600;
}
.zeeshan .alert-dismissible {
  padding-right: 3rem;
}
.zeeshan .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.875rem 0.875rem;
  color: inherit;
}
.zeeshan .alert-primary {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
}
.zeeshan .alert-primary hr {
  border-top-color: #007ce6;
}
.zeeshan .alert-primary .alert-link {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.zeeshan .alert-primary .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .alert-secondary {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .alert-secondary hr {
  border-top-color: #daddea;
}
.zeeshan .alert-secondary .alert-link {
  font-weight: 600;
  color: #273444;
  border-bottom: 1px dashed #273444;
}
.zeeshan .alert-secondary .close > span:not(.sr-only) {
  color: #273444;
}
.zeeshan .alert-success {
  color: #fff;
  border-color: #5cc9a7;
  background-color: #5cc9a7;
}
.zeeshan .alert-success hr {
  border-top-color: #49c39d;
}
.zeeshan .alert-success .alert-link {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.zeeshan .alert-success .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .alert-info {
  color: #fff;
  border-color: #50b5ff;
  background-color: #50b5ff;
}
.zeeshan .alert-info hr {
  border-top-color: #37aaff;
}
.zeeshan .alert-info .alert-link {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.zeeshan .alert-info .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .alert-warning {
  color: #fff;
  border-color: #ffbe3d;
  background-color: #ffbe3d;
}
.zeeshan .alert-warning hr {
  border-top-color: #ffb524;
}
.zeeshan .alert-warning .alert-link {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.zeeshan .alert-warning .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .alert-danger {
  color: #fff;
  border-color: #f25767;
  background-color: #f25767;
}
.zeeshan .alert-danger hr {
  border-top-color: #f03f52;
}
.zeeshan .alert-danger .alert-link {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.zeeshan .alert-danger .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .alert-light {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .alert-light hr {
  border-top-color: #daddea;
}
.zeeshan .alert-light .alert-link {
  font-weight: 600;
  color: #273444;
  border-bottom: 1px dashed #273444;
}
.zeeshan .alert-light .close > span:not(.sr-only) {
  color: #273444;
}
.zeeshan .alert-dark {
  color: #fff;
  border-color: #171347;
  background-color: #171347;
}
.zeeshan .alert-dark hr {
  border-top-color: #100e33;
}
.zeeshan .alert-dark .alert-link {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.zeeshan .alert-dark .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .alert-neutral {
  color: #273444;
  border-color: white;
  background-color: white;
}
.zeeshan .alert-neutral hr {
  border-top-color: #f2f2f2;
}
.zeeshan .alert-neutral .alert-link {
  font-weight: 600;
  color: #273444;
  border-bottom: 1px dashed #273444;
}
.zeeshan .alert-neutral .close > span:not(.sr-only) {
  color: #273444;
}
.zeeshan .alert-white {
  color: #273444;
  border-color: white;
  background-color: white;
}
.zeeshan .alert-white hr {
  border-top-color: #f2f2f2;
}
.zeeshan .alert-white .alert-link {
  font-weight: 600;
  color: #273444;
  border-bottom: 1px dashed #273444;
}
.zeeshan .alert-white .close > span:not(.sr-only) {
  color: #273444;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.zeeshan .progress {
  font-size: 0.75rem;
  display: flex;
  overflow: hidden;
  height: 0.5rem;
  border-radius: 50rem;
  background-color: #eaecf3;
  box-shadow: inset 0 0.1rem 0.1rem rgba(31, 45, 61, 0.1);
}
.zeeshan .progress-bar {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  transition: width 0.6s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #008aff;
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .progress-bar {
    transition: none;
  }
}
.zeeshan .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem;
}
.zeeshan .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .progress-bar-animated {
    animation: none;
  }
}
.zeeshan .media {
  display: flex;
  align-items: flex-start;
}
.zeeshan .media-body {
  flex: 1 1;
}
.zeeshan .list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.zeeshan .list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #4a5568;
}
.zeeshan .list-group-item-action:hover,
.zeeshan .list-group-item-action:focus {
  z-index: 1;
  text-decoration: none;
  color: #4a5568;
  background-color: #fafbfe;
}
.zeeshan .list-group-item-action:active {
  color: #4a5568;
  background-color: #eaecf3;
}
.zeeshan .list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  border: 1px solid #eaecf3;
  background-color: #fff;
}
.zeeshan .list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.zeeshan .list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.zeeshan .list-group-item.disabled,
.zeeshan .list-group-item:disabled {
  pointer-events: none;
  color: #718096;
  background-color: #fff;
}
.zeeshan .list-group-item.active {
  z-index: 2;
  color: #4a5568;
  border-color: #eaecf3;
  background-color: #fafbfe;
}
.zeeshan .list-group-item + .list-group-item {
  border-top-width: 0;
}
.zeeshan .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.zeeshan .list-group-horizontal {
  flex-direction: row;
}
.zeeshan .list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.375rem;
}
.zeeshan .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}
.zeeshan .list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.zeeshan .list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.zeeshan .list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .zeeshan .list-group-horizontal-sm {
    flex-direction: row;
  }
  .zeeshan .list-group-horizontal-sm .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
  }
  .zeeshan .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .zeeshan .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .zeeshan .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .zeeshan .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .zeeshan .list-group-horizontal-md {
    flex-direction: row;
  }
  .zeeshan .list-group-horizontal-md .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
  }
  .zeeshan .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .zeeshan .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .zeeshan .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .zeeshan .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .zeeshan .list-group-horizontal-lg {
    flex-direction: row;
  }
  .zeeshan .list-group-horizontal-lg .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
  }
  .zeeshan .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .zeeshan .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .zeeshan .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .zeeshan .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .zeeshan .list-group-horizontal-xl {
    flex-direction: row;
  }
  .zeeshan .list-group-horizontal-xl .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
  }
  .zeeshan .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  .zeeshan .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .zeeshan .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .zeeshan .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.zeeshan .list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.zeeshan .list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.zeeshan .list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.zeeshan .list-group-item-primary {
  color: #0f5da2;
  background-color: #b8deff;
}
.zeeshan .list-group-item-primary.list-group-item-action:hover,
.zeeshan .list-group-item-primary.list-group-item-action:focus {
  color: #0f5da2;
  background-color: #9fd2ff;
}
.zeeshan .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #0f5da2;
  background-color: #0f5da2;
}
.zeeshan .list-group-item-secondary {
  color: #89909c;
  background-color: #f9fafc;
}
.zeeshan .list-group-item-secondary.list-group-item-action:hover,
.zeeshan .list-group-item-secondary.list-group-item-action:focus {
  color: #89909c;
  background-color: #e8ecf4;
}
.zeeshan .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #89909c;
  background-color: #89909c;
}
.zeeshan .list-group-item-success {
  color: #3f7e74;
  background-color: #d1f0e6;
}
.zeeshan .list-group-item-success.list-group-item-action:hover,
.zeeshan .list-group-item-success.list-group-item-action:focus {
  color: #3f7e74;
  background-color: #beeadc;
}
.zeeshan .list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #3f7e74;
  background-color: #3f7e74;
}
.zeeshan .list-group-item-info {
  color: #3874a2;
  background-color: #ceeaff;
}
.zeeshan .list-group-item-info.list-group-item-action:hover,
.zeeshan .list-group-item-info.list-group-item-action:focus {
  color: #3874a2;
  background-color: #b5dfff;
}
.zeeshan .list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #3874a2;
  background-color: #3874a2;
}
.zeeshan .list-group-item-warning {
  color: #93783d;
  background-color: #ffedc9;
}
.zeeshan .list-group-item-warning.list-group-item-action:hover,
.zeeshan .list-group-item-warning.list-group-item-action:focus {
  color: #93783d;
  background-color: #ffe5b0;
}
.zeeshan .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #93783d;
  background-color: #93783d;
}
.zeeshan .list-group-item-danger {
  color: #8d4353;
  background-color: #fbd0d4;
}
.zeeshan .list-group-item-danger.list-group-item-action:hover,
.zeeshan .list-group-item-danger.list-group-item-action:focus {
  color: #8d4353;
  background-color: #f9b9bf;
}
.zeeshan .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #8d4353;
  background-color: #8d4353;
}
.zeeshan .list-group-item-light {
  color: #89909c;
  background-color: #f9fafc;
}
.zeeshan .list-group-item-light.list-group-item-action:hover,
.zeeshan .list-group-item-light.list-group-item-action:focus {
  color: #89909c;
  background-color: #e8ecf4;
}
.zeeshan .list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #89909c;
  background-color: #89909c;
}
.zeeshan .list-group-item-dark {
  color: #1b1f42;
  background-color: #bebdcb;
}
.zeeshan .list-group-item-dark.list-group-item-action:hover,
.zeeshan .list-group-item-dark.list-group-item-action:focus {
  color: #1b1f42;
  background-color: #b0afc0;
}
.zeeshan .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #1b1f42;
  background-color: #1b1f42;
}
.zeeshan .list-group-item-neutral {
  color: #939aa2;
  background-color: white;
}
.zeeshan .list-group-item-neutral.list-group-item-action:hover,
.zeeshan .list-group-item-neutral.list-group-item-action:focus {
  color: #939aa2;
  background-color: #f2f2f2;
}
.zeeshan .list-group-item-neutral.list-group-item-action.active {
  color: #fff;
  border-color: #939aa2;
  background-color: #939aa2;
}
.zeeshan .list-group-item-white {
  color: #939aa2;
  background-color: white;
}
.zeeshan .list-group-item-white.list-group-item-action:hover,
.zeeshan .list-group-item-white.list-group-item-action:focus {
  color: #939aa2;
  background-color: #f2f2f2;
}
.zeeshan .list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #939aa2;
  background-color: #939aa2;
}
.zeeshan .close {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  float: right;
  opacity: 0.5;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
}
.zeeshan .close:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.zeeshan .close:not(:disabled):not(.disabled):hover,
.zeeshan .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.zeeshan button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.zeeshan a.close.disabled {
  pointer-events: none;
}
.zeeshan .toast {
  font-size: 0.875rem;
  overflow: hidden;
  max-width: 350px;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  box-shadow: 0 0.25rem 0.75rem rgba(31, 45, 61, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.zeeshan .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.zeeshan .toast.showing {
  opacity: 1;
}
.zeeshan .toast.show {
  display: block;
  opacity: 1;
}
.zeeshan .toast.hide {
  display: none;
}
.zeeshan .toast-header {
  display: flex;
  padding: 0.25rem 0.75rem;
  color: #718096;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  align-items: center;
}
.zeeshan .toast-body {
  padding: 0.75rem;
}
.zeeshan .modal-open {
  overflow: hidden;
}
.zeeshan .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.zeeshan .modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 0;
}
.zeeshan .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.zeeshan .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .modal.fade .modal-dialog {
    transition: none;
  }
}
.zeeshan .modal.show .modal-dialog {
  transform: none;
}
.zeeshan .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.zeeshan .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.zeeshan .modal-dialog-scrollable .modal-content {
  overflow: hidden;
  max-height: calc(100vh - 1rem);
}
.zeeshan .modal-dialog-scrollable .modal-header,
.zeeshan .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.zeeshan .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.zeeshan .modal-dialog-centered {
  display: flex;
  min-height: calc(100% - 1rem);
  align-items: center;
}
.zeeshan .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.zeeshan .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.zeeshan .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.zeeshan .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.zeeshan .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 1px solid rgba(31, 45, 61, 0.2);
  border-radius: 0.75rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.25rem 0.5rem rgba(31, 45, 61, 0.3);
}
.zeeshan .modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1f2d3d;
}
.zeeshan .modal-backdrop.fade {
  opacity: 0;
}
.zeeshan .modal-backdrop.show {
  opacity: 0.4;
}
.zeeshan .modal-header {
  display: flex;
  padding: 1.25rem;
  border-bottom: 1px solid #eaecf3;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
  align-items: flex-start;
  justify-content: space-between;
}
.zeeshan .modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1.25rem;
}
.zeeshan .modal-title {
  line-height: 1.7;
  margin-bottom: 0;
}
.zeeshan .modal-body {
  position: relative;
  padding: 1.5rem;
  flex: 1 1 auto;
}
.zeeshan .modal-footer {
  display: flex;
  padding: 1.25rem;
  border-top: 1px solid #eaecf3;
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.zeeshan .modal-footer > * {
  margin: 0.25rem;
}
.zeeshan .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}
@media (min-width: 576px) {
  .zeeshan .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .zeeshan .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .zeeshan .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .zeeshan .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .zeeshan .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .zeeshan .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.3);
  }
  .zeeshan .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .zeeshan .modal-lg,
  .zeeshan .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .zeeshan .modal-xl {
    max-width: 1140px;
  }
}
.zeeshan .tooltip {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  opacity: 0;
  text-shadow: none;
  line-break: auto;
}
.zeeshan .tooltip.show {
  opacity: 0.9;
}
.zeeshan .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.zeeshan .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent;
}
.zeeshan .bs-tooltip-top,
.zeeshan .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.zeeshan .bs-tooltip-top .arrow,
.zeeshan .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.zeeshan .bs-tooltip-top .arrow::before,
.zeeshan .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1f2d3d;
}
.zeeshan .bs-tooltip-right,
.zeeshan .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.zeeshan .bs-tooltip-right .arrow,
.zeeshan .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.zeeshan .bs-tooltip-right .arrow::before,
.zeeshan .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1f2d3d;
}
.zeeshan .bs-tooltip-bottom,
.zeeshan .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.zeeshan .bs-tooltip-bottom .arrow,
.zeeshan .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.zeeshan .bs-tooltip-bottom .arrow::before,
.zeeshan .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1f2d3d;
}
.zeeshan .bs-tooltip-left,
.zeeshan .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.zeeshan .bs-tooltip-left .arrow,
.zeeshan .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.zeeshan .bs-tooltip-left .arrow::before,
.zeeshan .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1f2d3d;
}
.zeeshan .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 0.375rem;
  background-color: #1f2d3d;
}
.zeeshan .popover {
  font-family: "Rubik", sans-serif !important;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: block;
  max-width: 276px;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  border: 1px solid rgba(31, 45, 61, 0.05);
  border-radius: 0.5rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.5rem 2rem 0 rgba(31, 45, 61, 0.2);
  text-shadow: none;
  line-break: auto;
}
.zeeshan .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
.zeeshan .popover .arrow::before,
.zeeshan .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
  border-color: transparent;
}
.zeeshan .bs-popover-top,
.zeeshan .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.zeeshan .bs-popover-top > .arrow,
.zeeshan .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.zeeshan .bs-popover-top > .arrow::before,
.zeeshan .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: transparent;
}
.zeeshan .bs-popover-top > .arrow::after,
.zeeshan .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.zeeshan .bs-popover-right,
.zeeshan .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.zeeshan .bs-popover-right > .arrow,
.zeeshan .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}
.zeeshan .bs-popover-right > .arrow::before,
.zeeshan .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: transparent;
}
.zeeshan .bs-popover-right > .arrow::after,
.zeeshan .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.zeeshan .bs-popover-bottom,
.zeeshan .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.zeeshan .bs-popover-bottom > .arrow,
.zeeshan .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.zeeshan .bs-popover-bottom > .arrow::before,
.zeeshan .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: transparent;
}
.zeeshan .bs-popover-bottom > .arrow::after,
.zeeshan .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.zeeshan .bs-popover-bottom .popover-header::before,
.zeeshan .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #fff;
}
.zeeshan .bs-popover-left,
.zeeshan .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.zeeshan .bs-popover-left > .arrow,
.zeeshan .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}
.zeeshan .bs-popover-left > .arrow::before,
.zeeshan .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: transparent;
}
.zeeshan .bs-popover-left > .arrow::after,
.zeeshan .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.zeeshan .popover-header {
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.75rem 0.75rem;
  color: #000000;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
  background-color: #fff;
}
.zeeshan .popover-header:empty {
  display: none;
}
.zeeshan .popover-body {
  padding: 0.75rem 0.75rem;
  color: #718096;
}
.zeeshan .carousel {
  position: relative;
}
.zeeshan .carousel.pointer-event {
  touch-action: pan-y;
}
.zeeshan .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.zeeshan .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.zeeshan .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .carousel-item {
    transition: none;
  }
}
.zeeshan .carousel-item.active,
.zeeshan .carousel-item-next,
.zeeshan .carousel-item-prev {
  display: block;
}
.zeeshan .carousel-item-next:not(.carousel-item-left),
.zeeshan .active.carousel-item-right {
  transform: translateX(100%);
}
.zeeshan .carousel-item-prev:not(.carousel-item-right),
.zeeshan .active.carousel-item-left {
  transform: translateX(-100%);
}
.zeeshan .carousel-fade .carousel-item {
  transition-property: opacity;
  transform: none;
  opacity: 0;
}
.zeeshan .carousel-fade .carousel-item.active,
.zeeshan .carousel-fade .carousel-item-next.carousel-item-left,
.zeeshan .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.zeeshan .carousel-fade .active.carousel-item-left,
.zeeshan .carousel-fade .active.carousel-item-right {
  z-index: 0;
  transition: opacity 0s 0.6s;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .carousel-fade .active.carousel-item-left,
  .zeeshan .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.zeeshan .carousel-control-prev,
.zeeshan .carousel-control-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  width: 15%;
  transition: opacity 0.15s ease;
  text-align: center;
  opacity: 0.5;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .carousel-control-prev,
  .zeeshan .carousel-control-next {
    transition: none;
  }
}
.zeeshan .carousel-control-prev:hover,
.zeeshan .carousel-control-prev:focus,
.zeeshan .carousel-control-next:hover,
.zeeshan .carousel-control-next:focus {
  text-decoration: none;
  opacity: 0.9;
  color: #fff;
  outline: 0;
}
.zeeshan .carousel-control-prev {
  left: 0;
}
.zeeshan .carousel-control-next {
  right: 0;
}
.zeeshan .carousel-control-prev-icon,
.zeeshan .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.zeeshan .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.zeeshan .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.zeeshan .carousel-indicators {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.zeeshan .carousel-indicators li {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  transition: opacity 0.6s ease;
  text-indent: -999px;
  opacity: 0.5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #fff;
  background-clip: padding-box;
  flex: 0 1 auto;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .carousel-indicators li {
    transition: none;
  }
}
.zeeshan .carousel-indicators .active {
  opacity: 1;
}
.zeeshan .carousel-caption {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.zeeshan .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  animation: spinner-border 0.75s linear infinite;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}
.zeeshan .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.zeeshan .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  animation: spinner-grow 0.75s linear infinite;
  vertical-align: text-bottom;
  opacity: 0;
  border-radius: 50%;
  background-color: currentColor;
}
.zeeshan .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.zeeshan .align-baseline {
  vertical-align: baseline !important;
}
.zeeshan .align-top {
  vertical-align: top !important;
}
.zeeshan .align-middle {
  vertical-align: middle !important;
}
.zeeshan .align-bottom {
  vertical-align: bottom !important;
}
.zeeshan .align-text-bottom {
  vertical-align: text-bottom !important;
}
.zeeshan .align-text-top {
  vertical-align: text-top !important;
}
.zeeshan .bg-primary {
  background-color: #008aff !important;
}
.zeeshan a.bg-primary:hover,
.zeeshan a.bg-primary:focus,
.zeeshan button.bg-primary:hover,
.zeeshan button.bg-primary:focus {
  background-color: #006ecc !important;
}
.zeeshan .bg-secondary {
  background-color: #eaecf3 !important;
}
.zeeshan a.bg-secondary:hover,
.zeeshan a.bg-secondary:focus,
.zeeshan button.bg-secondary:hover,
.zeeshan button.bg-secondary:focus {
  background-color: #cacfe0 !important;
}
.zeeshan .bg-success {
  background-color: #5cc9a7 !important;
}
.zeeshan a.bg-success:hover,
.zeeshan a.bg-success:focus,
.zeeshan button.bg-success:hover,
.zeeshan button.bg-success:focus {
  background-color: #3cb690 !important;
}
.zeeshan .bg-info {
  background-color: #50b5ff !important;
}
.zeeshan a.bg-info:hover,
.zeeshan a.bg-info:focus,
.zeeshan button.bg-info:hover,
.zeeshan button.bg-info:focus {
  background-color: #1d9fff !important;
}
.zeeshan .bg-warning {
  background-color: #ffbe3d !important;
}
.zeeshan a.bg-warning:hover,
.zeeshan a.bg-warning:focus,
.zeeshan button.bg-warning:hover,
.zeeshan button.bg-warning:focus {
  background-color: #ffad0a !important;
}
.zeeshan .bg-danger {
  background-color: #f25767 !important;
}
.zeeshan a.bg-danger:hover,
.zeeshan a.bg-danger:focus,
.zeeshan button.bg-danger:hover,
.zeeshan button.bg-danger:focus {
  background-color: #ee283c !important;
}
.zeeshan .bg-light {
  background-color: #eaecf3 !important;
}
.zeeshan a.bg-light:hover,
.zeeshan a.bg-light:focus,
.zeeshan button.bg-light:hover,
.zeeshan button.bg-light:focus {
  background-color: #cacfe0 !important;
}
.zeeshan .bg-dark {
  background-color: #171347 !important;
}
.zeeshan a.bg-dark:hover,
.zeeshan a.bg-dark:focus,
.zeeshan button.bg-dark:hover,
.zeeshan button.bg-dark:focus {
  background-color: #0a081f !important;
}
.zeeshan .bg-neutral {
  background-color: #fff !important;
}
.zeeshan a.bg-neutral:hover,
.zeeshan a.bg-neutral:focus,
.zeeshan button.bg-neutral:hover,
.zeeshan button.bg-neutral:focus {
  background-color: #e6e6e6 !important;
}
.zeeshan .bg-white {
  background-color: #fff !important;
}
.zeeshan a.bg-white:hover,
.zeeshan a.bg-white:focus,
.zeeshan button.bg-white:hover,
.zeeshan button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.zeeshan .bg-white {
  background-color: #fff !important;
}
.zeeshan .bg-transparent {
  background-color: transparent !important;
}
.zeeshan .border {
  border: 1px solid #e2e8f0 !important;
}
.zeeshan .border-top {
  border-top: 1px solid #e2e8f0 !important;
}
.zeeshan .border-right {
  border-right: 1px solid #e2e8f0 !important;
}
.zeeshan .border-bottom {
  border-bottom: 1px solid #e2e8f0 !important;
}
.zeeshan .border-left {
  border-left: 1px solid #e2e8f0 !important;
}
.zeeshan .border-0 {
  border: 0 !important;
}
.zeeshan .border-top-0 {
  border-top: 0 !important;
}
.zeeshan .border-right-0 {
  border-right: 0 !important;
}
.zeeshan .border-bottom-0 {
  border-bottom: 0 !important;
}
.zeeshan .border-left-0 {
  border-left: 0 !important;
}
.zeeshan .border-primary {
  border-color: #008aff !important;
}
.zeeshan .border-secondary {
  border-color: #eaecf3 !important;
}
.zeeshan .border-success {
  border-color: #5cc9a7 !important;
}
.zeeshan .border-info {
  border-color: #50b5ff !important;
}
.zeeshan .border-warning {
  border-color: #ffbe3d !important;
}
.zeeshan .border-danger {
  border-color: #f25767 !important;
}
.zeeshan .border-light {
  border-color: #eaecf3 !important;
}
.zeeshan .border-dark {
  border-color: #171347 !important;
}
.zeeshan .border-neutral {
  border-color: #fff !important;
}
.zeeshan .border-white {
  border-color: #fff !important;
}
.zeeshan .border-white {
  border-color: #fff !important;
}
.zeeshan .rounded-sm {
  border-radius: 0.2rem !important;
}
.zeeshan .rounded {
  border-radius: 0.375rem !important;
}
.zeeshan .rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.zeeshan .rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.zeeshan .rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.zeeshan .rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.zeeshan .rounded-lg {
  border-radius: 0.5rem !important;
}
.zeeshan .rounded-circle {
  border-radius: 50% !important;
}
.zeeshan .rounded-pill {
  border-radius: 50rem !important;
}
.zeeshan .rounded-0 {
  border-radius: 0 !important;
}
.zeeshan .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.zeeshan .d-none {
  display: none !important;
}
.zeeshan .d-inline {
  display: inline !important;
}
.zeeshan .d-inline-block {
  display: inline-block !important;
}
.zeeshan .d-block {
  display: block !important;
}
.zeeshan .d-table {
  display: table !important;
}
.zeeshan .d-table-row {
  display: table-row !important;
}
.zeeshan .d-table-cell {
  display: table-cell !important;
}
.zeeshan .d-flex {
  display: flex !important;
}
.zeeshan .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .zeeshan .d-sm-none {
    display: none !important;
  }
  .zeeshan .d-sm-inline {
    display: inline !important;
  }
  .zeeshan .d-sm-inline-block {
    display: inline-block !important;
  }
  .zeeshan .d-sm-block {
    display: block !important;
  }
  .zeeshan .d-sm-table {
    display: table !important;
  }
  .zeeshan .d-sm-table-row {
    display: table-row !important;
  }
  .zeeshan .d-sm-table-cell {
    display: table-cell !important;
  }
  .zeeshan .d-sm-flex {
    display: flex !important;
  }
  .zeeshan .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .zeeshan .d-md-none {
    display: none !important;
  }
  .zeeshan .d-md-inline {
    display: inline !important;
  }
  .zeeshan .d-md-inline-block {
    display: inline-block !important;
  }
  .zeeshan .d-md-block {
    display: block !important;
  }
  .zeeshan .d-md-table {
    display: table !important;
  }
  .zeeshan .d-md-table-row {
    display: table-row !important;
  }
  .zeeshan .d-md-table-cell {
    display: table-cell !important;
  }
  .zeeshan .d-md-flex {
    display: flex !important;
  }
  .zeeshan .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .zeeshan .d-lg-none {
    display: none !important;
  }
  .zeeshan .d-lg-inline {
    display: inline !important;
  }
  .zeeshan .d-lg-inline-block {
    display: inline-block !important;
  }
  .zeeshan .d-lg-block {
    display: block !important;
  }
  .zeeshan .d-lg-table {
    display: table !important;
  }
  .zeeshan .d-lg-table-row {
    display: table-row !important;
  }
  .zeeshan .d-lg-table-cell {
    display: table-cell !important;
  }
  .zeeshan .d-lg-flex {
    display: flex !important;
  }
  .zeeshan .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .zeeshan .d-xl-none {
    display: none !important;
  }
  .zeeshan .d-xl-inline {
    display: inline !important;
  }
  .zeeshan .d-xl-inline-block {
    display: inline-block !important;
  }
  .zeeshan .d-xl-block {
    display: block !important;
  }
  .zeeshan .d-xl-table {
    display: table !important;
  }
  .zeeshan .d-xl-table-row {
    display: table-row !important;
  }
  .zeeshan .d-xl-table-cell {
    display: table-cell !important;
  }
  .zeeshan .d-xl-flex {
    display: flex !important;
  }
  .zeeshan .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .zeeshan .d-print-none {
    display: none !important;
  }
  .zeeshan .d-print-inline {
    display: inline !important;
  }
  .zeeshan .d-print-inline-block {
    display: inline-block !important;
  }
  .zeeshan .d-print-block {
    display: block !important;
  }
  .zeeshan .d-print-table {
    display: table !important;
  }
  .zeeshan .d-print-table-row {
    display: table-row !important;
  }
  .zeeshan .d-print-table-cell {
    display: table-cell !important;
  }
  .zeeshan .d-print-flex {
    display: flex !important;
  }
  .zeeshan .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.zeeshan .embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.zeeshan .embed-responsive::before {
  display: block;
  content: "";
}
.zeeshan .embed-responsive .embed-responsive-item,
.zeeshan .embed-responsive iframe,
.zeeshan .embed-responsive embed,
.zeeshan .embed-responsive object,
.zeeshan .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.zeeshan .embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.zeeshan .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.zeeshan .embed-responsive-4by3::before {
  padding-top: 75%;
}
.zeeshan .embed-responsive-1by1::before {
  padding-top: 100%;
}
.zeeshan .flex-row {
  flex-direction: row !important;
}
.zeeshan .flex-column {
  flex-direction: column !important;
}
.zeeshan .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.zeeshan .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.zeeshan .flex-wrap {
  flex-wrap: wrap !important;
}
.zeeshan .flex-nowrap {
  flex-wrap: nowrap !important;
}
.zeeshan .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.zeeshan .flex-fill {
  flex: 1 1 auto !important;
}
.zeeshan .flex-grow-0 {
  flex-grow: 0 !important;
}
.zeeshan .flex-grow-1 {
  flex-grow: 1 !important;
}
.zeeshan .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.zeeshan .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.zeeshan .justify-content-start {
  justify-content: flex-start !important;
}
.zeeshan .justify-content-end {
  justify-content: flex-end !important;
}
.zeeshan .justify-content-center {
  justify-content: center !important;
}
.zeeshan .justify-content-between {
  justify-content: space-between !important;
}
.zeeshan .justify-content-around {
  justify-content: space-around !important;
}
.zeeshan .align-items-start {
  align-items: flex-start !important;
}
.zeeshan .align-items-end {
  align-items: flex-end !important;
}
.zeeshan .align-items-center {
  align-items: center !important;
}
.zeeshan .align-items-baseline {
  align-items: baseline !important;
}
.zeeshan .align-items-stretch {
  align-items: stretch !important;
}
.zeeshan .align-content-start {
  align-content: flex-start !important;
}
.zeeshan .align-content-end {
  align-content: flex-end !important;
}
.zeeshan .align-content-center {
  align-content: center !important;
}
.zeeshan .align-content-between {
  align-content: space-between !important;
}
.zeeshan .align-content-around {
  align-content: space-around !important;
}
.zeeshan .align-content-stretch {
  align-content: stretch !important;
}
.zeeshan .align-self-auto {
  align-self: auto !important;
}
.zeeshan .align-self-start {
  align-self: flex-start !important;
}
.zeeshan .align-self-end {
  align-self: flex-end !important;
}
.zeeshan .align-self-center {
  align-self: center !important;
}
.zeeshan .align-self-baseline {
  align-self: baseline !important;
}
.zeeshan .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .zeeshan .flex-sm-row {
    flex-direction: row !important;
  }
  .zeeshan .flex-sm-column {
    flex-direction: column !important;
  }
  .zeeshan .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .zeeshan .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .zeeshan .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .zeeshan .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .zeeshan .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .zeeshan .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .zeeshan .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .zeeshan .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .zeeshan .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .zeeshan .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .zeeshan .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .zeeshan .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .zeeshan .justify-content-sm-center {
    justify-content: center !important;
  }
  .zeeshan .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .zeeshan .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .zeeshan .align-items-sm-start {
    align-items: flex-start !important;
  }
  .zeeshan .align-items-sm-end {
    align-items: flex-end !important;
  }
  .zeeshan .align-items-sm-center {
    align-items: center !important;
  }
  .zeeshan .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .zeeshan .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .zeeshan .align-content-sm-start {
    align-content: flex-start !important;
  }
  .zeeshan .align-content-sm-end {
    align-content: flex-end !important;
  }
  .zeeshan .align-content-sm-center {
    align-content: center !important;
  }
  .zeeshan .align-content-sm-between {
    align-content: space-between !important;
  }
  .zeeshan .align-content-sm-around {
    align-content: space-around !important;
  }
  .zeeshan .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .zeeshan .align-self-sm-auto {
    align-self: auto !important;
  }
  .zeeshan .align-self-sm-start {
    align-self: flex-start !important;
  }
  .zeeshan .align-self-sm-end {
    align-self: flex-end !important;
  }
  .zeeshan .align-self-sm-center {
    align-self: center !important;
  }
  .zeeshan .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .zeeshan .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .zeeshan .flex-md-row {
    flex-direction: row !important;
  }
  .zeeshan .flex-md-column {
    flex-direction: column !important;
  }
  .zeeshan .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .zeeshan .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .zeeshan .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .zeeshan .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .zeeshan .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .zeeshan .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .zeeshan .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .zeeshan .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .zeeshan .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .zeeshan .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .zeeshan .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .zeeshan .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .zeeshan .justify-content-md-center {
    justify-content: center !important;
  }
  .zeeshan .justify-content-md-between {
    justify-content: space-between !important;
  }
  .zeeshan .justify-content-md-around {
    justify-content: space-around !important;
  }
  .zeeshan .align-items-md-start {
    align-items: flex-start !important;
  }
  .zeeshan .align-items-md-end {
    align-items: flex-end !important;
  }
  .zeeshan .align-items-md-center {
    align-items: center !important;
  }
  .zeeshan .align-items-md-baseline {
    align-items: baseline !important;
  }
  .zeeshan .align-items-md-stretch {
    align-items: stretch !important;
  }
  .zeeshan .align-content-md-start {
    align-content: flex-start !important;
  }
  .zeeshan .align-content-md-end {
    align-content: flex-end !important;
  }
  .zeeshan .align-content-md-center {
    align-content: center !important;
  }
  .zeeshan .align-content-md-between {
    align-content: space-between !important;
  }
  .zeeshan .align-content-md-around {
    align-content: space-around !important;
  }
  .zeeshan .align-content-md-stretch {
    align-content: stretch !important;
  }
  .zeeshan .align-self-md-auto {
    align-self: auto !important;
  }
  .zeeshan .align-self-md-start {
    align-self: flex-start !important;
  }
  .zeeshan .align-self-md-end {
    align-self: flex-end !important;
  }
  .zeeshan .align-self-md-center {
    align-self: center !important;
  }
  .zeeshan .align-self-md-baseline {
    align-self: baseline !important;
  }
  .zeeshan .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .zeeshan .flex-lg-row {
    flex-direction: row !important;
  }
  .zeeshan .flex-lg-column {
    flex-direction: column !important;
  }
  .zeeshan .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .zeeshan .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .zeeshan .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .zeeshan .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .zeeshan .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .zeeshan .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .zeeshan .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .zeeshan .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .zeeshan .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .zeeshan .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .zeeshan .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .zeeshan .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .zeeshan .justify-content-lg-center {
    justify-content: center !important;
  }
  .zeeshan .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .zeeshan .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .zeeshan .align-items-lg-start {
    align-items: flex-start !important;
  }
  .zeeshan .align-items-lg-end {
    align-items: flex-end !important;
  }
  .zeeshan .align-items-lg-center {
    align-items: center !important;
  }
  .zeeshan .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .zeeshan .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .zeeshan .align-content-lg-start {
    align-content: flex-start !important;
  }
  .zeeshan .align-content-lg-end {
    align-content: flex-end !important;
  }
  .zeeshan .align-content-lg-center {
    align-content: center !important;
  }
  .zeeshan .align-content-lg-between {
    align-content: space-between !important;
  }
  .zeeshan .align-content-lg-around {
    align-content: space-around !important;
  }
  .zeeshan .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .zeeshan .align-self-lg-auto {
    align-self: auto !important;
  }
  .zeeshan .align-self-lg-start {
    align-self: flex-start !important;
  }
  .zeeshan .align-self-lg-end {
    align-self: flex-end !important;
  }
  .zeeshan .align-self-lg-center {
    align-self: center !important;
  }
  .zeeshan .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .zeeshan .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .zeeshan .flex-xl-row {
    flex-direction: row !important;
  }
  .zeeshan .flex-xl-column {
    flex-direction: column !important;
  }
  .zeeshan .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .zeeshan .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .zeeshan .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .zeeshan .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .zeeshan .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .zeeshan .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .zeeshan .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .zeeshan .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .zeeshan .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .zeeshan .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .zeeshan .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .zeeshan .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .zeeshan .justify-content-xl-center {
    justify-content: center !important;
  }
  .zeeshan .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .zeeshan .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .zeeshan .align-items-xl-start {
    align-items: flex-start !important;
  }
  .zeeshan .align-items-xl-end {
    align-items: flex-end !important;
  }
  .zeeshan .align-items-xl-center {
    align-items: center !important;
  }
  .zeeshan .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .zeeshan .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .zeeshan .align-content-xl-start {
    align-content: flex-start !important;
  }
  .zeeshan .align-content-xl-end {
    align-content: flex-end !important;
  }
  .zeeshan .align-content-xl-center {
    align-content: center !important;
  }
  .zeeshan .align-content-xl-between {
    align-content: space-between !important;
  }
  .zeeshan .align-content-xl-around {
    align-content: space-around !important;
  }
  .zeeshan .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .zeeshan .align-self-xl-auto {
    align-self: auto !important;
  }
  .zeeshan .align-self-xl-start {
    align-self: flex-start !important;
  }
  .zeeshan .align-self-xl-end {
    align-self: flex-end !important;
  }
  .zeeshan .align-self-xl-center {
    align-self: center !important;
  }
  .zeeshan .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .zeeshan .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.zeeshan .float-left {
  float: left !important;
}
.zeeshan .float-right {
  float: right !important;
}
.zeeshan .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .zeeshan .float-sm-left {
    float: left !important;
  }
  .zeeshan .float-sm-right {
    float: right !important;
  }
  .zeeshan .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .zeeshan .float-md-left {
    float: left !important;
  }
  .zeeshan .float-md-right {
    float: right !important;
  }
  .zeeshan .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .zeeshan .float-lg-left {
    float: left !important;
  }
  .zeeshan .float-lg-right {
    float: right !important;
  }
  .zeeshan .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .zeeshan .float-xl-left {
    float: left !important;
  }
  .zeeshan .float-xl-right {
    float: right !important;
  }
  .zeeshan .float-xl-none {
    float: none !important;
  }
}
.zeeshan .overflow-auto {
  overflow: auto !important;
}
.zeeshan .overflow-hidden {
  overflow: hidden !important;
}
.zeeshan .position-static {
  position: static !important;
}
.zeeshan .position-relative {
  position: relative !important;
}
.zeeshan .position-absolute {
  position: absolute !important;
}
.zeeshan .position-fixed {
  position: fixed !important;
}
.zeeshan .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.zeeshan .fixed-top {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}
.zeeshan .fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  bottom: 0;
  left: 0;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .zeeshan .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    top: 0;
  }
}
.zeeshan .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.zeeshan .sr-only-focusable:active,
.zeeshan .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  white-space: normal;
}
.zeeshan .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08) !important;
}
.zeeshan .shadow {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05) !important;
}
.zeeshan .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
.zeeshan .shadow-none {
  box-shadow: none !important;
}
.zeeshan .w-25 {
  width: 25% !important;
}
.zeeshan .w-50 {
  width: 50% !important;
}
.zeeshan .w-75 {
  width: 75% !important;
}
.zeeshan .w-100 {
  width: 100% !important;
}
.zeeshan .w-auto {
  width: auto !important;
}
.zeeshan .w-10 {
  width: 10% !important;
}
.zeeshan .w-15 {
  width: 15% !important;
}
.zeeshan .w-80 {
  width: 80% !important;
}
.zeeshan .w-90 {
  width: 90% !important;
}
.zeeshan .w-110 {
  width: 110% !important;
}
.zeeshan .w-120 {
  width: 120% !important;
}
.zeeshan .w-130 {
  width: 130% !important;
}
.zeeshan .h-25 {
  height: 25% !important;
}
.zeeshan .h-50 {
  height: 50% !important;
}
.zeeshan .h-75 {
  height: 75% !important;
}
.zeeshan .h-100 {
  height: 100% !important;
}
.zeeshan .h-auto {
  height: auto !important;
}
.zeeshan .h-10 {
  height: 10% !important;
}
.zeeshan .h-15 {
  height: 15% !important;
}
.zeeshan .h-80 {
  height: 80% !important;
}
.zeeshan .h-90 {
  height: 90% !important;
}
.zeeshan .h-110 {
  height: 110% !important;
}
.zeeshan .h-120 {
  height: 120% !important;
}
.zeeshan .h-130 {
  height: 130% !important;
}
.zeeshan .mw-100 {
  max-width: 100% !important;
}
.zeeshan .mh-100 {
  max-height: 100% !important;
}
.zeeshan .min-vw-100 {
  min-width: 100vw !important;
}
.zeeshan .min-vh-100 {
  min-height: 100vh !important;
}
.zeeshan .vw-100 {
  width: 100vw !important;
}
.zeeshan .vh-100 {
  height: 100vh !important;
}
.zeeshan .stretched-link::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}
.zeeshan .m-0 {
  margin: 0 !important;
}
.zeeshan .mt-0,
.zeeshan .my-0 {
  margin-top: 0 !important;
}
.zeeshan .mr-0,
.zeeshan .mx-0 {
  margin-right: 0 !important;
}
.zeeshan .mb-0,
.zeeshan .my-0 {
  margin-bottom: 0 !important;
}
.zeeshan .ml-0,
.zeeshan .mx-0 {
  margin-left: 0 !important;
}
.zeeshan .m-1 {
  margin: 0.25rem !important;
}
.zeeshan .mt-1,
.zeeshan .my-1 {
  margin-top: 0.25rem !important;
}
.zeeshan .mr-1,
.zeeshan .mx-1 {
  margin-right: 0.25rem !important;
}
.zeeshan .mb-1,
.zeeshan .my-1 {
  margin-bottom: 0.25rem !important;
}
.zeeshan .ml-1,
.zeeshan .mx-1 {
  margin-left: 0.25rem !important;
}
.zeeshan .m-2 {
  margin: 0.5rem !important;
}
.zeeshan .mt-2,
.zeeshan .my-2 {
  margin-top: 0.5rem !important;
}
.zeeshan .mr-2,
.zeeshan .mx-2 {
  margin-right: 0.5rem !important;
}
.zeeshan .mb-2,
.zeeshan .my-2 {
  margin-bottom: 0.5rem !important;
}
.zeeshan .ml-2,
.zeeshan .mx-2 {
  margin-left: 0.5rem !important;
}
.zeeshan .m-3 {
  margin: 1rem !important;
}
.zeeshan .mt-3,
.zeeshan .my-3 {
  margin-top: 1rem !important;
}
.zeeshan .mr-3,
.zeeshan .mx-3 {
  margin-right: 1rem !important;
}
.zeeshan .mb-3,
.zeeshan .my-3 {
  margin-bottom: 1rem !important;
}
.zeeshan .ml-3,
.zeeshan .mx-3 {
  margin-left: 1rem !important;
}
.zeeshan .m-4 {
  margin: 1.5rem !important;
}
.zeeshan .mt-4,
.zeeshan .my-4 {
  margin-top: 1.5rem !important;
}
.zeeshan .mr-4,
.zeeshan .mx-4 {
  margin-right: 1.5rem !important;
}
.zeeshan .mb-4,
.zeeshan .my-4 {
  margin-bottom: 1.5rem !important;
}
.zeeshan .ml-4,
.zeeshan .mx-4 {
  margin-left: 1.5rem !important;
}
.zeeshan .m-5 {
  margin: 3rem !important;
}
.zeeshan .mt-5,
.zeeshan .my-5 {
  margin-top: 3rem !important;
}
.zeeshan .mr-5,
.zeeshan .mx-5 {
  margin-right: 3rem !important;
}
.zeeshan .mb-5,
.zeeshan .my-5 {
  margin-bottom: 3rem !important;
}
.zeeshan .ml-5,
.zeeshan .mx-5 {
  margin-left: 3rem !important;
}
.zeeshan .m-6 {
  margin: 4.5rem !important;
}
.zeeshan .mt-6,
.zeeshan .my-6 {
  margin-top: 4.5rem !important;
}
.zeeshan .mr-6,
.zeeshan .mx-6 {
  margin-right: 4.5rem !important;
}
.zeeshan .mb-6,
.zeeshan .my-6 {
  margin-bottom: 4.5rem !important;
}
.zeeshan .ml-6,
.zeeshan .mx-6 {
  margin-left: 4.5rem !important;
}
.zeeshan .m-7 {
  margin: 6rem !important;
}
.zeeshan .mt-7,
.zeeshan .my-7 {
  margin-top: 6rem !important;
}
.zeeshan .mr-7,
.zeeshan .mx-7 {
  margin-right: 6rem !important;
}
.zeeshan .mb-7,
.zeeshan .my-7 {
  margin-bottom: 6rem !important;
}
.zeeshan .ml-7,
.zeeshan .mx-7 {
  margin-left: 6rem !important;
}
.zeeshan .m-8 {
  margin: 7.5rem !important;
}
.zeeshan .mt-8,
.zeeshan .my-8 {
  margin-top: 7.5rem !important;
}
.zeeshan .mr-8,
.zeeshan .mx-8 {
  margin-right: 7.5rem !important;
}
.zeeshan .mb-8,
.zeeshan .my-8 {
  margin-bottom: 7.5rem !important;
}
.zeeshan .ml-8,
.zeeshan .mx-8 {
  margin-left: 7.5rem !important;
}
.zeeshan .m-9 {
  margin: 9rem !important;
}
.zeeshan .mt-9,
.zeeshan .my-9 {
  margin-top: 9rem !important;
}
.zeeshan .mr-9,
.zeeshan .mx-9 {
  margin-right: 9rem !important;
}
.zeeshan .mb-9,
.zeeshan .my-9 {
  margin-bottom: 9rem !important;
}
.zeeshan .ml-9,
.zeeshan .mx-9 {
  margin-left: 9rem !important;
}
.zeeshan .m-10 {
  margin: 10.5rem !important;
}
.zeeshan .mt-10,
.zeeshan .my-10 {
  margin-top: 10.5rem !important;
}
.zeeshan .mr-10,
.zeeshan .mx-10 {
  margin-right: 10.5rem !important;
}
.zeeshan .mb-10,
.zeeshan .my-10 {
  margin-bottom: 10.5rem !important;
}
.zeeshan .ml-10,
.zeeshan .mx-10 {
  margin-left: 10.5rem !important;
}
.zeeshan .m-17 {
  margin: 21rem !important;
}
.zeeshan .mt-17,
.zeeshan .my-17 {
  margin-top: 21rem !important;
}
.zeeshan .mr-17,
.zeeshan .mx-17 {
  margin-right: 21rem !important;
}
.zeeshan .mb-17,
.zeeshan .my-17 {
  margin-bottom: 21rem !important;
}
.zeeshan .ml-17,
.zeeshan .mx-17 {
  margin-left: 21rem !important;
}
.zeeshan .p-0 {
  padding: 0 !important;
}
.zeeshan .pt-0,
.zeeshan .py-0 {
  padding-top: 0 !important;
}
.zeeshan .pr-0,
.zeeshan .px-0 {
  padding-right: 0 !important;
}
.zeeshan .pb-0,
.zeeshan .py-0 {
  padding-bottom: 0 !important;
}
.zeeshan .pl-0,
.zeeshan .px-0 {
  padding-left: 0 !important;
}
.zeeshan .p-1 {
  padding: 0.25rem !important;
}
.zeeshan .pt-1,
.zeeshan .py-1 {
  padding-top: 0.25rem !important;
}
.zeeshan .pr-1,
.zeeshan .px-1 {
  padding-right: 0.25rem !important;
}
.zeeshan .pb-1,
.zeeshan .py-1 {
  padding-bottom: 0.25rem !important;
}
.zeeshan .pl-1,
.zeeshan .px-1 {
  padding-left: 0.25rem !important;
}
.zeeshan .p-2 {
  padding: 0.5rem !important;
}
.zeeshan .pt-2,
.zeeshan .py-2 {
  padding-top: 0.5rem !important;
}
.zeeshan .pr-2,
.zeeshan .px-2 {
  padding-right: 0.5rem !important;
}
.zeeshan .pb-2,
.zeeshan .py-2 {
  padding-bottom: 0.5rem !important;
}
.zeeshan .pl-2,
.zeeshan .px-2 {
  padding-left: 0.5rem !important;
}
.zeeshan .p-3 {
  padding: 1rem !important;
}
.zeeshan .pt-3,
.zeeshan .py-3 {
  padding-top: 1rem !important;
}
.zeeshan .pr-3,
.zeeshan .px-3 {
  padding-right: 1rem !important;
}
.zeeshan .pb-3,
.zeeshan .py-3 {
  padding-bottom: 1rem !important;
}
.zeeshan .pl-3,
.zeeshan .px-3 {
  padding-left: 1rem !important;
}
.zeeshan .p-4 {
  padding: 1.5rem !important;
}
.zeeshan .pt-4,
.zeeshan .py-4 {
  padding-top: 1.5rem !important;
}
.zeeshan .pr-4,
.zeeshan .px-4 {
  padding-right: 1.5rem !important;
}
.zeeshan .pb-4,
.zeeshan .py-4 {
  padding-bottom: 1.5rem !important;
}
.zeeshan .pl-4,
.zeeshan .px-4 {
  padding-left: 1.5rem !important;
}
.zeeshan .p-5 {
  padding: 3rem !important;
}
.zeeshan .pt-5,
.zeeshan .py-5 {
  padding-top: 3rem !important;
}
.zeeshan .pr-5,
.zeeshan .px-5 {
  padding-right: 3rem !important;
}
.zeeshan .pb-5,
.zeeshan .py-5 {
  padding-bottom: 3rem !important;
}
.zeeshan .pl-5,
.zeeshan .px-5 {
  padding-left: 3rem !important;
}
.zeeshan .p-6 {
  padding: 4.5rem !important;
}
.zeeshan .pt-6,
.zeeshan .py-6 {
  padding-top: 4.5rem !important;
}
.zeeshan .pr-6,
.zeeshan .px-6 {
  padding-right: 4.5rem !important;
}
.zeeshan .pb-6,
.zeeshan .py-6 {
  padding-bottom: 4.5rem !important;
}
.zeeshan .pl-6,
.zeeshan .px-6 {
  padding-left: 4.5rem !important;
}
.zeeshan .p-7 {
  padding: 6rem !important;
}
.zeeshan .pt-7,
.zeeshan .py-7 {
  padding-top: 6rem !important;
}
.zeeshan .pr-7,
.zeeshan .px-7 {
  padding-right: 6rem !important;
}
.zeeshan .pb-7,
.zeeshan .py-7 {
  padding-bottom: 6rem !important;
}
.zeeshan .pl-7,
.zeeshan .px-7 {
  padding-left: 6rem !important;
}
.zeeshan .p-8 {
  padding: 7.5rem !important;
}
.zeeshan .pt-8,
.zeeshan .py-8 {
  padding-top: 7.5rem !important;
}
.zeeshan .pr-8,
.zeeshan .px-8 {
  padding-right: 7.5rem !important;
}
.zeeshan .pb-8,
.zeeshan .py-8 {
  padding-bottom: 7.5rem !important;
}
.zeeshan .pl-8,
.zeeshan .px-8 {
  padding-left: 7.5rem !important;
}
.zeeshan .p-9 {
  padding: 9rem !important;
}
.zeeshan .pt-9,
.zeeshan .py-9 {
  padding-top: 9rem !important;
}
.zeeshan .pr-9,
.zeeshan .px-9 {
  padding-right: 9rem !important;
}
.zeeshan .pb-9,
.zeeshan .py-9 {
  padding-bottom: 9rem !important;
}
.zeeshan .pl-9,
.zeeshan .px-9 {
  padding-left: 9rem !important;
}
.zeeshan .p-10 {
  padding: 10.5rem !important;
}
.zeeshan .pt-10,
.zeeshan .py-10 {
  padding-top: 10.5rem !important;
}
.zeeshan .pr-10,
.zeeshan .px-10 {
  padding-right: 10.5rem !important;
}
.zeeshan .pb-10,
.zeeshan .py-10 {
  padding-bottom: 10.5rem !important;
}
.zeeshan .pl-10,
.zeeshan .px-10 {
  padding-left: 10.5rem !important;
}
.zeeshan .p-17 {
  padding: 21rem !important;
}
.zeeshan .pt-17,
.zeeshan .py-17 {
  padding-top: 21rem !important;
}
.zeeshan .pr-17,
.zeeshan .px-17 {
  padding-right: 21rem !important;
}
.zeeshan .pb-17,
.zeeshan .py-17 {
  padding-bottom: 21rem !important;
}
.zeeshan .pl-17,
.zeeshan .px-17 {
  padding-left: 21rem !important;
}
.zeeshan .m-n1 {
  margin: -0.25rem !important;
}
.zeeshan .mt-n1,
.zeeshan .my-n1 {
  margin-top: -0.25rem !important;
}
.zeeshan .mr-n1,
.zeeshan .mx-n1 {
  margin-right: -0.25rem !important;
}
.zeeshan .mb-n1,
.zeeshan .my-n1 {
  margin-bottom: -0.25rem !important;
}
.zeeshan .ml-n1,
.zeeshan .mx-n1 {
  margin-left: -0.25rem !important;
}
.zeeshan .m-n2 {
  margin: -0.5rem !important;
}
.zeeshan .mt-n2,
.zeeshan .my-n2 {
  margin-top: -0.5rem !important;
}
.zeeshan .mr-n2,
.zeeshan .mx-n2 {
  margin-right: -0.5rem !important;
}
.zeeshan .mb-n2,
.zeeshan .my-n2 {
  margin-bottom: -0.5rem !important;
}
.zeeshan .ml-n2,
.zeeshan .mx-n2 {
  margin-left: -0.5rem !important;
}
.zeeshan .m-n3 {
  margin: -1rem !important;
}
.zeeshan .mt-n3,
.zeeshan .my-n3 {
  margin-top: -1rem !important;
}
.zeeshan .mr-n3,
.zeeshan .mx-n3 {
  margin-right: -1rem !important;
}
.zeeshan .mb-n3,
.zeeshan .my-n3 {
  margin-bottom: -1rem !important;
}
.zeeshan .ml-n3,
.zeeshan .mx-n3 {
  margin-left: -1rem !important;
}
.zeeshan .m-n4 {
  margin: -1.5rem !important;
}
.zeeshan .mt-n4,
.zeeshan .my-n4 {
  margin-top: -1.5rem !important;
}
.zeeshan .mr-n4,
.zeeshan .mx-n4 {
  margin-right: -1.5rem !important;
}
.zeeshan .mb-n4,
.zeeshan .my-n4 {
  margin-bottom: -1.5rem !important;
}
.zeeshan .ml-n4,
.zeeshan .mx-n4 {
  margin-left: -1.5rem !important;
}
.zeeshan .m-n5 {
  margin: -3rem !important;
}
.zeeshan .mt-n5,
.zeeshan .my-n5 {
  margin-top: -3rem !important;
}
.zeeshan .mr-n5,
.zeeshan .mx-n5 {
  margin-right: -3rem !important;
}
.zeeshan .mb-n5,
.zeeshan .my-n5 {
  margin-bottom: -3rem !important;
}
.zeeshan .ml-n5,
.zeeshan .mx-n5 {
  margin-left: -3rem !important;
}
.zeeshan .m-n6 {
  margin: -4.5rem !important;
}
.zeeshan .mt-n6,
.zeeshan .my-n6 {
  margin-top: -4.5rem !important;
}
.zeeshan .mr-n6,
.zeeshan .mx-n6 {
  margin-right: -4.5rem !important;
}
.zeeshan .mb-n6,
.zeeshan .my-n6 {
  margin-bottom: -4.5rem !important;
}
.zeeshan .ml-n6,
.zeeshan .mx-n6 {
  margin-left: -4.5rem !important;
}
.zeeshan .m-n7 {
  margin: -6rem !important;
}
.zeeshan .mt-n7,
.zeeshan .my-n7 {
  margin-top: -6rem !important;
}
.zeeshan .mr-n7,
.zeeshan .mx-n7 {
  margin-right: -6rem !important;
}
.zeeshan .mb-n7,
.zeeshan .my-n7 {
  margin-bottom: -6rem !important;
}
.zeeshan .ml-n7,
.zeeshan .mx-n7 {
  margin-left: -6rem !important;
}
.zeeshan .m-n8 {
  margin: -7.5rem !important;
}
.zeeshan .mt-n8,
.zeeshan .my-n8 {
  margin-top: -7.5rem !important;
}
.zeeshan .mr-n8,
.zeeshan .mx-n8 {
  margin-right: -7.5rem !important;
}
.zeeshan .mb-n8,
.zeeshan .my-n8 {
  margin-bottom: -7.5rem !important;
}
.zeeshan .ml-n8,
.zeeshan .mx-n8 {
  margin-left: -7.5rem !important;
}
.zeeshan .m-n9 {
  margin: -9rem !important;
}
.zeeshan .mt-n9,
.zeeshan .my-n9 {
  margin-top: -9rem !important;
}
.zeeshan .mr-n9,
.zeeshan .mx-n9 {
  margin-right: -9rem !important;
}
.zeeshan .mb-n9,
.zeeshan .my-n9 {
  margin-bottom: -9rem !important;
}
.zeeshan .ml-n9,
.zeeshan .mx-n9 {
  margin-left: -9rem !important;
}
.zeeshan .m-n10 {
  margin: -10.5rem !important;
}
.zeeshan .mt-n10,
.zeeshan .my-n10 {
  margin-top: -10.5rem !important;
}
.zeeshan .mr-n10,
.zeeshan .mx-n10 {
  margin-right: -10.5rem !important;
}
.zeeshan .mb-n10,
.zeeshan .my-n10 {
  margin-bottom: -10.5rem !important;
}
.zeeshan .ml-n10,
.zeeshan .mx-n10 {
  margin-left: -10.5rem !important;
}
.zeeshan .m-n17 {
  margin: -21rem !important;
}
.zeeshan .mt-n17,
.zeeshan .my-n17 {
  margin-top: -21rem !important;
}
.zeeshan .mr-n17,
.zeeshan .mx-n17 {
  margin-right: -21rem !important;
}
.zeeshan .mb-n17,
.zeeshan .my-n17 {
  margin-bottom: -21rem !important;
}
.zeeshan .ml-n17,
.zeeshan .mx-n17 {
  margin-left: -21rem !important;
}
.zeeshan .m-auto {
  margin: auto !important;
}
.zeeshan .mt-auto,
.zeeshan .my-auto {
  margin-top: auto !important;
}
.zeeshan .mr-auto,
.zeeshan .mx-auto {
  margin-right: auto !important;
}
.zeeshan .mb-auto,
.zeeshan .my-auto {
  margin-bottom: auto !important;
}
.zeeshan .ml-auto,
.zeeshan .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .zeeshan .m-sm-0 {
    margin: 0 !important;
  }
  .zeeshan .mt-sm-0,
  .zeeshan .my-sm-0 {
    margin-top: 0 !important;
  }
  .zeeshan .mr-sm-0,
  .zeeshan .mx-sm-0 {
    margin-right: 0 !important;
  }
  .zeeshan .mb-sm-0,
  .zeeshan .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .zeeshan .ml-sm-0,
  .zeeshan .mx-sm-0 {
    margin-left: 0 !important;
  }
  .zeeshan .m-sm-1 {
    margin: 0.25rem !important;
  }
  .zeeshan .mt-sm-1,
  .zeeshan .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .zeeshan .mr-sm-1,
  .zeeshan .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .zeeshan .mb-sm-1,
  .zeeshan .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .zeeshan .ml-sm-1,
  .zeeshan .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .zeeshan .m-sm-2 {
    margin: 0.5rem !important;
  }
  .zeeshan .mt-sm-2,
  .zeeshan .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .zeeshan .mr-sm-2,
  .zeeshan .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .zeeshan .mb-sm-2,
  .zeeshan .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .zeeshan .ml-sm-2,
  .zeeshan .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .zeeshan .m-sm-3 {
    margin: 1rem !important;
  }
  .zeeshan .mt-sm-3,
  .zeeshan .my-sm-3 {
    margin-top: 1rem !important;
  }
  .zeeshan .mr-sm-3,
  .zeeshan .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .zeeshan .mb-sm-3,
  .zeeshan .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .zeeshan .ml-sm-3,
  .zeeshan .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .zeeshan .m-sm-4 {
    margin: 1.5rem !important;
  }
  .zeeshan .mt-sm-4,
  .zeeshan .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .zeeshan .mr-sm-4,
  .zeeshan .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .zeeshan .mb-sm-4,
  .zeeshan .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .zeeshan .ml-sm-4,
  .zeeshan .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .zeeshan .m-sm-5 {
    margin: 3rem !important;
  }
  .zeeshan .mt-sm-5,
  .zeeshan .my-sm-5 {
    margin-top: 3rem !important;
  }
  .zeeshan .mr-sm-5,
  .zeeshan .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .zeeshan .mb-sm-5,
  .zeeshan .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .zeeshan .ml-sm-5,
  .zeeshan .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .zeeshan .m-sm-6 {
    margin: 4.5rem !important;
  }
  .zeeshan .mt-sm-6,
  .zeeshan .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .zeeshan .mr-sm-6,
  .zeeshan .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .zeeshan .mb-sm-6,
  .zeeshan .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .zeeshan .ml-sm-6,
  .zeeshan .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .zeeshan .m-sm-7 {
    margin: 6rem !important;
  }
  .zeeshan .mt-sm-7,
  .zeeshan .my-sm-7 {
    margin-top: 6rem !important;
  }
  .zeeshan .mr-sm-7,
  .zeeshan .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .zeeshan .mb-sm-7,
  .zeeshan .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .zeeshan .ml-sm-7,
  .zeeshan .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .zeeshan .m-sm-8 {
    margin: 7.5rem !important;
  }
  .zeeshan .mt-sm-8,
  .zeeshan .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .zeeshan .mr-sm-8,
  .zeeshan .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .zeeshan .mb-sm-8,
  .zeeshan .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .zeeshan .ml-sm-8,
  .zeeshan .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .zeeshan .m-sm-9 {
    margin: 9rem !important;
  }
  .zeeshan .mt-sm-9,
  .zeeshan .my-sm-9 {
    margin-top: 9rem !important;
  }
  .zeeshan .mr-sm-9,
  .zeeshan .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .zeeshan .mb-sm-9,
  .zeeshan .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .zeeshan .ml-sm-9,
  .zeeshan .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .zeeshan .m-sm-10 {
    margin: 10.5rem !important;
  }
  .zeeshan .mt-sm-10,
  .zeeshan .my-sm-10 {
    margin-top: 10.5rem !important;
  }
  .zeeshan .mr-sm-10,
  .zeeshan .mx-sm-10 {
    margin-right: 10.5rem !important;
  }
  .zeeshan .mb-sm-10,
  .zeeshan .my-sm-10 {
    margin-bottom: 10.5rem !important;
  }
  .zeeshan .ml-sm-10,
  .zeeshan .mx-sm-10 {
    margin-left: 10.5rem !important;
  }
  .zeeshan .m-sm-17 {
    margin: 21rem !important;
  }
  .zeeshan .mt-sm-17,
  .zeeshan .my-sm-17 {
    margin-top: 21rem !important;
  }
  .zeeshan .mr-sm-17,
  .zeeshan .mx-sm-17 {
    margin-right: 21rem !important;
  }
  .zeeshan .mb-sm-17,
  .zeeshan .my-sm-17 {
    margin-bottom: 21rem !important;
  }
  .zeeshan .ml-sm-17,
  .zeeshan .mx-sm-17 {
    margin-left: 21rem !important;
  }
  .zeeshan .p-sm-0 {
    padding: 0 !important;
  }
  .zeeshan .pt-sm-0,
  .zeeshan .py-sm-0 {
    padding-top: 0 !important;
  }
  .zeeshan .pr-sm-0,
  .zeeshan .px-sm-0 {
    padding-right: 0 !important;
  }
  .zeeshan .pb-sm-0,
  .zeeshan .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .zeeshan .pl-sm-0,
  .zeeshan .px-sm-0 {
    padding-left: 0 !important;
  }
  .zeeshan .p-sm-1 {
    padding: 0.25rem !important;
  }
  .zeeshan .pt-sm-1,
  .zeeshan .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .zeeshan .pr-sm-1,
  .zeeshan .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .zeeshan .pb-sm-1,
  .zeeshan .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .zeeshan .pl-sm-1,
  .zeeshan .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .zeeshan .p-sm-2 {
    padding: 0.5rem !important;
  }
  .zeeshan .pt-sm-2,
  .zeeshan .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .zeeshan .pr-sm-2,
  .zeeshan .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .zeeshan .pb-sm-2,
  .zeeshan .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .zeeshan .pl-sm-2,
  .zeeshan .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .zeeshan .p-sm-3 {
    padding: 1rem !important;
  }
  .zeeshan .pt-sm-3,
  .zeeshan .py-sm-3 {
    padding-top: 1rem !important;
  }
  .zeeshan .pr-sm-3,
  .zeeshan .px-sm-3 {
    padding-right: 1rem !important;
  }
  .zeeshan .pb-sm-3,
  .zeeshan .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .zeeshan .pl-sm-3,
  .zeeshan .px-sm-3 {
    padding-left: 1rem !important;
  }
  .zeeshan .p-sm-4 {
    padding: 1.5rem !important;
  }
  .zeeshan .pt-sm-4,
  .zeeshan .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .zeeshan .pr-sm-4,
  .zeeshan .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .zeeshan .pb-sm-4,
  .zeeshan .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .zeeshan .pl-sm-4,
  .zeeshan .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .zeeshan .p-sm-5 {
    padding: 3rem !important;
  }
  .zeeshan .pt-sm-5,
  .zeeshan .py-sm-5 {
    padding-top: 3rem !important;
  }
  .zeeshan .pr-sm-5,
  .zeeshan .px-sm-5 {
    padding-right: 3rem !important;
  }
  .zeeshan .pb-sm-5,
  .zeeshan .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .zeeshan .pl-sm-5,
  .zeeshan .px-sm-5 {
    padding-left: 3rem !important;
  }
  .zeeshan .p-sm-6 {
    padding: 4.5rem !important;
  }
  .zeeshan .pt-sm-6,
  .zeeshan .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .zeeshan .pr-sm-6,
  .zeeshan .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .zeeshan .pb-sm-6,
  .zeeshan .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .zeeshan .pl-sm-6,
  .zeeshan .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .zeeshan .p-sm-7 {
    padding: 6rem !important;
  }
  .zeeshan .pt-sm-7,
  .zeeshan .py-sm-7 {
    padding-top: 6rem !important;
  }
  .zeeshan .pr-sm-7,
  .zeeshan .px-sm-7 {
    padding-right: 6rem !important;
  }
  .zeeshan .pb-sm-7,
  .zeeshan .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .zeeshan .pl-sm-7,
  .zeeshan .px-sm-7 {
    padding-left: 6rem !important;
  }
  .zeeshan .p-sm-8 {
    padding: 7.5rem !important;
  }
  .zeeshan .pt-sm-8,
  .zeeshan .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .zeeshan .pr-sm-8,
  .zeeshan .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .zeeshan .pb-sm-8,
  .zeeshan .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .zeeshan .pl-sm-8,
  .zeeshan .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .zeeshan .p-sm-9 {
    padding: 9rem !important;
  }
  .zeeshan .pt-sm-9,
  .zeeshan .py-sm-9 {
    padding-top: 9rem !important;
  }
  .zeeshan .pr-sm-9,
  .zeeshan .px-sm-9 {
    padding-right: 9rem !important;
  }
  .zeeshan .pb-sm-9,
  .zeeshan .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .zeeshan .pl-sm-9,
  .zeeshan .px-sm-9 {
    padding-left: 9rem !important;
  }
  .zeeshan .p-sm-10 {
    padding: 10.5rem !important;
  }
  .zeeshan .pt-sm-10,
  .zeeshan .py-sm-10 {
    padding-top: 10.5rem !important;
  }
  .zeeshan .pr-sm-10,
  .zeeshan .px-sm-10 {
    padding-right: 10.5rem !important;
  }
  .zeeshan .pb-sm-10,
  .zeeshan .py-sm-10 {
    padding-bottom: 10.5rem !important;
  }
  .zeeshan .pl-sm-10,
  .zeeshan .px-sm-10 {
    padding-left: 10.5rem !important;
  }
  .zeeshan .p-sm-17 {
    padding: 21rem !important;
  }
  .zeeshan .pt-sm-17,
  .zeeshan .py-sm-17 {
    padding-top: 21rem !important;
  }
  .zeeshan .pr-sm-17,
  .zeeshan .px-sm-17 {
    padding-right: 21rem !important;
  }
  .zeeshan .pb-sm-17,
  .zeeshan .py-sm-17 {
    padding-bottom: 21rem !important;
  }
  .zeeshan .pl-sm-17,
  .zeeshan .px-sm-17 {
    padding-left: 21rem !important;
  }
  .zeeshan .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .zeeshan .mt-sm-n1,
  .zeeshan .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .zeeshan .mr-sm-n1,
  .zeeshan .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .zeeshan .mb-sm-n1,
  .zeeshan .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .zeeshan .ml-sm-n1,
  .zeeshan .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .zeeshan .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .zeeshan .mt-sm-n2,
  .zeeshan .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .zeeshan .mr-sm-n2,
  .zeeshan .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .zeeshan .mb-sm-n2,
  .zeeshan .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .zeeshan .ml-sm-n2,
  .zeeshan .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .zeeshan .m-sm-n3 {
    margin: -1rem !important;
  }
  .zeeshan .mt-sm-n3,
  .zeeshan .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .zeeshan .mr-sm-n3,
  .zeeshan .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .zeeshan .mb-sm-n3,
  .zeeshan .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .zeeshan .ml-sm-n3,
  .zeeshan .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .zeeshan .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .zeeshan .mt-sm-n4,
  .zeeshan .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .zeeshan .mr-sm-n4,
  .zeeshan .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .zeeshan .mb-sm-n4,
  .zeeshan .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .zeeshan .ml-sm-n4,
  .zeeshan .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .zeeshan .m-sm-n5 {
    margin: -3rem !important;
  }
  .zeeshan .mt-sm-n5,
  .zeeshan .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .zeeshan .mr-sm-n5,
  .zeeshan .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .zeeshan .mb-sm-n5,
  .zeeshan .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .zeeshan .ml-sm-n5,
  .zeeshan .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .zeeshan .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .zeeshan .mt-sm-n6,
  .zeeshan .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .zeeshan .mr-sm-n6,
  .zeeshan .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .zeeshan .mb-sm-n6,
  .zeeshan .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .zeeshan .ml-sm-n6,
  .zeeshan .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .zeeshan .m-sm-n7 {
    margin: -6rem !important;
  }
  .zeeshan .mt-sm-n7,
  .zeeshan .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .zeeshan .mr-sm-n7,
  .zeeshan .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .zeeshan .mb-sm-n7,
  .zeeshan .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .zeeshan .ml-sm-n7,
  .zeeshan .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .zeeshan .m-sm-n8 {
    margin: -7.5rem !important;
  }
  .zeeshan .mt-sm-n8,
  .zeeshan .my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .zeeshan .mr-sm-n8,
  .zeeshan .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  .zeeshan .mb-sm-n8,
  .zeeshan .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  .zeeshan .ml-sm-n8,
  .zeeshan .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  .zeeshan .m-sm-n9 {
    margin: -9rem !important;
  }
  .zeeshan .mt-sm-n9,
  .zeeshan .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .zeeshan .mr-sm-n9,
  .zeeshan .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .zeeshan .mb-sm-n9,
  .zeeshan .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .zeeshan .ml-sm-n9,
  .zeeshan .mx-sm-n9 {
    margin-left: -9rem !important;
  }
  .zeeshan .m-sm-n10 {
    margin: -10.5rem !important;
  }
  .zeeshan .mt-sm-n10,
  .zeeshan .my-sm-n10 {
    margin-top: -10.5rem !important;
  }
  .zeeshan .mr-sm-n10,
  .zeeshan .mx-sm-n10 {
    margin-right: -10.5rem !important;
  }
  .zeeshan .mb-sm-n10,
  .zeeshan .my-sm-n10 {
    margin-bottom: -10.5rem !important;
  }
  .zeeshan .ml-sm-n10,
  .zeeshan .mx-sm-n10 {
    margin-left: -10.5rem !important;
  }
  .zeeshan .m-sm-n17 {
    margin: -21rem !important;
  }
  .zeeshan .mt-sm-n17,
  .zeeshan .my-sm-n17 {
    margin-top: -21rem !important;
  }
  .zeeshan .mr-sm-n17,
  .zeeshan .mx-sm-n17 {
    margin-right: -21rem !important;
  }
  .zeeshan .mb-sm-n17,
  .zeeshan .my-sm-n17 {
    margin-bottom: -21rem !important;
  }
  .zeeshan .ml-sm-n17,
  .zeeshan .mx-sm-n17 {
    margin-left: -21rem !important;
  }
  .zeeshan .m-sm-auto {
    margin: auto !important;
  }
  .zeeshan .mt-sm-auto,
  .zeeshan .my-sm-auto {
    margin-top: auto !important;
  }
  .zeeshan .mr-sm-auto,
  .zeeshan .mx-sm-auto {
    margin-right: auto !important;
  }
  .zeeshan .mb-sm-auto,
  .zeeshan .my-sm-auto {
    margin-bottom: auto !important;
  }
  .zeeshan .ml-sm-auto,
  .zeeshan .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .zeeshan .m-md-0 {
    margin: 0 !important;
  }
  .zeeshan .mt-md-0,
  .zeeshan .my-md-0 {
    margin-top: 0 !important;
  }
  .zeeshan .mr-md-0,
  .zeeshan .mx-md-0 {
    margin-right: 0 !important;
  }
  .zeeshan .mb-md-0,
  .zeeshan .my-md-0 {
    margin-bottom: 0 !important;
  }
  .zeeshan .ml-md-0,
  .zeeshan .mx-md-0 {
    margin-left: 0 !important;
  }
  .zeeshan .m-md-1 {
    margin: 0.25rem !important;
  }
  .zeeshan .mt-md-1,
  .zeeshan .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .zeeshan .mr-md-1,
  .zeeshan .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .zeeshan .mb-md-1,
  .zeeshan .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .zeeshan .ml-md-1,
  .zeeshan .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .zeeshan .m-md-2 {
    margin: 0.5rem !important;
  }
  .zeeshan .mt-md-2,
  .zeeshan .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .zeeshan .mr-md-2,
  .zeeshan .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .zeeshan .mb-md-2,
  .zeeshan .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .zeeshan .ml-md-2,
  .zeeshan .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .zeeshan .m-md-3 {
    margin: 1rem !important;
  }
  .zeeshan .mt-md-3,
  .zeeshan .my-md-3 {
    margin-top: 1rem !important;
  }
  .zeeshan .mr-md-3,
  .zeeshan .mx-md-3 {
    margin-right: 1rem !important;
  }
  .zeeshan .mb-md-3,
  .zeeshan .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .zeeshan .ml-md-3,
  .zeeshan .mx-md-3 {
    margin-left: 1rem !important;
  }
  .zeeshan .m-md-4 {
    margin: 1.5rem !important;
  }
  .zeeshan .mt-md-4,
  .zeeshan .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .zeeshan .mr-md-4,
  .zeeshan .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .zeeshan .mb-md-4,
  .zeeshan .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .zeeshan .ml-md-4,
  .zeeshan .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .zeeshan .m-md-5 {
    margin: 3rem !important;
  }
  .zeeshan .mt-md-5,
  .zeeshan .my-md-5 {
    margin-top: 3rem !important;
  }
  .zeeshan .mr-md-5,
  .zeeshan .mx-md-5 {
    margin-right: 3rem !important;
  }
  .zeeshan .mb-md-5,
  .zeeshan .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .zeeshan .ml-md-5,
  .zeeshan .mx-md-5 {
    margin-left: 3rem !important;
  }
  .zeeshan .m-md-6 {
    margin: 4.5rem !important;
  }
  .zeeshan .mt-md-6,
  .zeeshan .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .zeeshan .mr-md-6,
  .zeeshan .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .zeeshan .mb-md-6,
  .zeeshan .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .zeeshan .ml-md-6,
  .zeeshan .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .zeeshan .m-md-7 {
    margin: 6rem !important;
  }
  .zeeshan .mt-md-7,
  .zeeshan .my-md-7 {
    margin-top: 6rem !important;
  }
  .zeeshan .mr-md-7,
  .zeeshan .mx-md-7 {
    margin-right: 6rem !important;
  }
  .zeeshan .mb-md-7,
  .zeeshan .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .zeeshan .ml-md-7,
  .zeeshan .mx-md-7 {
    margin-left: 6rem !important;
  }
  .zeeshan .m-md-8 {
    margin: 7.5rem !important;
  }
  .zeeshan .mt-md-8,
  .zeeshan .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .zeeshan .mr-md-8,
  .zeeshan .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .zeeshan .mb-md-8,
  .zeeshan .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .zeeshan .ml-md-8,
  .zeeshan .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .zeeshan .m-md-9 {
    margin: 9rem !important;
  }
  .zeeshan .mt-md-9,
  .zeeshan .my-md-9 {
    margin-top: 9rem !important;
  }
  .zeeshan .mr-md-9,
  .zeeshan .mx-md-9 {
    margin-right: 9rem !important;
  }
  .zeeshan .mb-md-9,
  .zeeshan .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .zeeshan .ml-md-9,
  .zeeshan .mx-md-9 {
    margin-left: 9rem !important;
  }
  .zeeshan .m-md-10 {
    margin: 10.5rem !important;
  }
  .zeeshan .mt-md-10,
  .zeeshan .my-md-10 {
    margin-top: 10.5rem !important;
  }
  .zeeshan .mr-md-10,
  .zeeshan .mx-md-10 {
    margin-right: 10.5rem !important;
  }
  .zeeshan .mb-md-10,
  .zeeshan .my-md-10 {
    margin-bottom: 10.5rem !important;
  }
  .zeeshan .ml-md-10,
  .zeeshan .mx-md-10 {
    margin-left: 10.5rem !important;
  }
  .zeeshan .m-md-17 {
    margin: 21rem !important;
  }
  .zeeshan .mt-md-17,
  .zeeshan .my-md-17 {
    margin-top: 21rem !important;
  }
  .zeeshan .mr-md-17,
  .zeeshan .mx-md-17 {
    margin-right: 21rem !important;
  }
  .zeeshan .mb-md-17,
  .zeeshan .my-md-17 {
    margin-bottom: 21rem !important;
  }
  .zeeshan .ml-md-17,
  .zeeshan .mx-md-17 {
    margin-left: 21rem !important;
  }
  .zeeshan .p-md-0 {
    padding: 0 !important;
  }
  .zeeshan .pt-md-0,
  .zeeshan .py-md-0 {
    padding-top: 0 !important;
  }
  .zeeshan .pr-md-0,
  .zeeshan .px-md-0 {
    padding-right: 0 !important;
  }
  .zeeshan .pb-md-0,
  .zeeshan .py-md-0 {
    padding-bottom: 0 !important;
  }
  .zeeshan .pl-md-0,
  .zeeshan .px-md-0 {
    padding-left: 0 !important;
  }
  .zeeshan .p-md-1 {
    padding: 0.25rem !important;
  }
  .zeeshan .pt-md-1,
  .zeeshan .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .zeeshan .pr-md-1,
  .zeeshan .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .zeeshan .pb-md-1,
  .zeeshan .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .zeeshan .pl-md-1,
  .zeeshan .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .zeeshan .p-md-2 {
    padding: 0.5rem !important;
  }
  .zeeshan .pt-md-2,
  .zeeshan .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .zeeshan .pr-md-2,
  .zeeshan .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .zeeshan .pb-md-2,
  .zeeshan .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .zeeshan .pl-md-2,
  .zeeshan .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .zeeshan .p-md-3 {
    padding: 1rem !important;
  }
  .zeeshan .pt-md-3,
  .zeeshan .py-md-3 {
    padding-top: 1rem !important;
  }
  .zeeshan .pr-md-3,
  .zeeshan .px-md-3 {
    padding-right: 1rem !important;
  }
  .zeeshan .pb-md-3,
  .zeeshan .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .zeeshan .pl-md-3,
  .zeeshan .px-md-3 {
    padding-left: 1rem !important;
  }
  .zeeshan .p-md-4 {
    padding: 1.5rem !important;
  }
  .zeeshan .pt-md-4,
  .zeeshan .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .zeeshan .pr-md-4,
  .zeeshan .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .zeeshan .pb-md-4,
  .zeeshan .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .zeeshan .pl-md-4,
  .zeeshan .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .zeeshan .p-md-5 {
    padding: 3rem !important;
  }
  .zeeshan .pt-md-5,
  .zeeshan .py-md-5 {
    padding-top: 3rem !important;
  }
  .zeeshan .pr-md-5,
  .zeeshan .px-md-5 {
    padding-right: 3rem !important;
  }
  .zeeshan .pb-md-5,
  .zeeshan .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .zeeshan .pl-md-5,
  .zeeshan .px-md-5 {
    padding-left: 3rem !important;
  }
  .zeeshan .p-md-6 {
    padding: 4.5rem !important;
  }
  .zeeshan .pt-md-6,
  .zeeshan .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .zeeshan .pr-md-6,
  .zeeshan .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .zeeshan .pb-md-6,
  .zeeshan .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .zeeshan .pl-md-6,
  .zeeshan .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .zeeshan .p-md-7 {
    padding: 6rem !important;
  }
  .zeeshan .pt-md-7,
  .zeeshan .py-md-7 {
    padding-top: 6rem !important;
  }
  .zeeshan .pr-md-7,
  .zeeshan .px-md-7 {
    padding-right: 6rem !important;
  }
  .zeeshan .pb-md-7,
  .zeeshan .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .zeeshan .pl-md-7,
  .zeeshan .px-md-7 {
    padding-left: 6rem !important;
  }
  .zeeshan .p-md-8 {
    padding: 7.5rem !important;
  }
  .zeeshan .pt-md-8,
  .zeeshan .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .zeeshan .pr-md-8,
  .zeeshan .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .zeeshan .pb-md-8,
  .zeeshan .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .zeeshan .pl-md-8,
  .zeeshan .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .zeeshan .p-md-9 {
    padding: 9rem !important;
  }
  .zeeshan .pt-md-9,
  .zeeshan .py-md-9 {
    padding-top: 9rem !important;
  }
  .zeeshan .pr-md-9,
  .zeeshan .px-md-9 {
    padding-right: 9rem !important;
  }
  .zeeshan .pb-md-9,
  .zeeshan .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .zeeshan .pl-md-9,
  .zeeshan .px-md-9 {
    padding-left: 9rem !important;
  }
  .zeeshan .p-md-10 {
    padding: 10.5rem !important;
  }
  .zeeshan .pt-md-10,
  .zeeshan .py-md-10 {
    padding-top: 10.5rem !important;
  }
  .zeeshan .pr-md-10,
  .zeeshan .px-md-10 {
    padding-right: 10.5rem !important;
  }
  .zeeshan .pb-md-10,
  .zeeshan .py-md-10 {
    padding-bottom: 10.5rem !important;
  }
  .zeeshan .pl-md-10,
  .zeeshan .px-md-10 {
    padding-left: 10.5rem !important;
  }
  .zeeshan .p-md-17 {
    padding: 21rem !important;
  }
  .zeeshan .pt-md-17,
  .zeeshan .py-md-17 {
    padding-top: 21rem !important;
  }
  .zeeshan .pr-md-17,
  .zeeshan .px-md-17 {
    padding-right: 21rem !important;
  }
  .zeeshan .pb-md-17,
  .zeeshan .py-md-17 {
    padding-bottom: 21rem !important;
  }
  .zeeshan .pl-md-17,
  .zeeshan .px-md-17 {
    padding-left: 21rem !important;
  }
  .zeeshan .m-md-n1 {
    margin: -0.25rem !important;
  }
  .zeeshan .mt-md-n1,
  .zeeshan .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .zeeshan .mr-md-n1,
  .zeeshan .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .zeeshan .mb-md-n1,
  .zeeshan .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .zeeshan .ml-md-n1,
  .zeeshan .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .zeeshan .m-md-n2 {
    margin: -0.5rem !important;
  }
  .zeeshan .mt-md-n2,
  .zeeshan .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .zeeshan .mr-md-n2,
  .zeeshan .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .zeeshan .mb-md-n2,
  .zeeshan .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .zeeshan .ml-md-n2,
  .zeeshan .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .zeeshan .m-md-n3 {
    margin: -1rem !important;
  }
  .zeeshan .mt-md-n3,
  .zeeshan .my-md-n3 {
    margin-top: -1rem !important;
  }
  .zeeshan .mr-md-n3,
  .zeeshan .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .zeeshan .mb-md-n3,
  .zeeshan .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .zeeshan .ml-md-n3,
  .zeeshan .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .zeeshan .m-md-n4 {
    margin: -1.5rem !important;
  }
  .zeeshan .mt-md-n4,
  .zeeshan .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .zeeshan .mr-md-n4,
  .zeeshan .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .zeeshan .mb-md-n4,
  .zeeshan .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .zeeshan .ml-md-n4,
  .zeeshan .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .zeeshan .m-md-n5 {
    margin: -3rem !important;
  }
  .zeeshan .mt-md-n5,
  .zeeshan .my-md-n5 {
    margin-top: -3rem !important;
  }
  .zeeshan .mr-md-n5,
  .zeeshan .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .zeeshan .mb-md-n5,
  .zeeshan .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .zeeshan .ml-md-n5,
  .zeeshan .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .zeeshan .m-md-n6 {
    margin: -4.5rem !important;
  }
  .zeeshan .mt-md-n6,
  .zeeshan .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .zeeshan .mr-md-n6,
  .zeeshan .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .zeeshan .mb-md-n6,
  .zeeshan .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .zeeshan .ml-md-n6,
  .zeeshan .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .zeeshan .m-md-n7 {
    margin: -6rem !important;
  }
  .zeeshan .mt-md-n7,
  .zeeshan .my-md-n7 {
    margin-top: -6rem !important;
  }
  .zeeshan .mr-md-n7,
  .zeeshan .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .zeeshan .mb-md-n7,
  .zeeshan .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .zeeshan .ml-md-n7,
  .zeeshan .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .zeeshan .m-md-n8 {
    margin: -7.5rem !important;
  }
  .zeeshan .mt-md-n8,
  .zeeshan .my-md-n8 {
    margin-top: -7.5rem !important;
  }
  .zeeshan .mr-md-n8,
  .zeeshan .mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  .zeeshan .mb-md-n8,
  .zeeshan .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  .zeeshan .ml-md-n8,
  .zeeshan .mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  .zeeshan .m-md-n9 {
    margin: -9rem !important;
  }
  .zeeshan .mt-md-n9,
  .zeeshan .my-md-n9 {
    margin-top: -9rem !important;
  }
  .zeeshan .mr-md-n9,
  .zeeshan .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .zeeshan .mb-md-n9,
  .zeeshan .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .zeeshan .ml-md-n9,
  .zeeshan .mx-md-n9 {
    margin-left: -9rem !important;
  }
  .zeeshan .m-md-n10 {
    margin: -10.5rem !important;
  }
  .zeeshan .mt-md-n10,
  .zeeshan .my-md-n10 {
    margin-top: -10.5rem !important;
  }
  .zeeshan .mr-md-n10,
  .zeeshan .mx-md-n10 {
    margin-right: -10.5rem !important;
  }
  .zeeshan .mb-md-n10,
  .zeeshan .my-md-n10 {
    margin-bottom: -10.5rem !important;
  }
  .zeeshan .ml-md-n10,
  .zeeshan .mx-md-n10 {
    margin-left: -10.5rem !important;
  }
  .zeeshan .m-md-n17 {
    margin: -21rem !important;
  }
  .zeeshan .mt-md-n17,
  .zeeshan .my-md-n17 {
    margin-top: -21rem !important;
  }
  .zeeshan .mr-md-n17,
  .zeeshan .mx-md-n17 {
    margin-right: -21rem !important;
  }
  .zeeshan .mb-md-n17,
  .zeeshan .my-md-n17 {
    margin-bottom: -21rem !important;
  }
  .zeeshan .ml-md-n17,
  .zeeshan .mx-md-n17 {
    margin-left: -21rem !important;
  }
  .zeeshan .m-md-auto {
    margin: auto !important;
  }
  .zeeshan .mt-md-auto,
  .zeeshan .my-md-auto {
    margin-top: auto !important;
  }
  .zeeshan .mr-md-auto,
  .zeeshan .mx-md-auto {
    margin-right: auto !important;
  }
  .zeeshan .mb-md-auto,
  .zeeshan .my-md-auto {
    margin-bottom: auto !important;
  }
  .zeeshan .ml-md-auto,
  .zeeshan .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .zeeshan .m-lg-0 {
    margin: 0 !important;
  }
  .zeeshan .mt-lg-0,
  .zeeshan .my-lg-0 {
    margin-top: 0 !important;
  }
  .zeeshan .mr-lg-0,
  .zeeshan .mx-lg-0 {
    margin-right: 0 !important;
  }
  .zeeshan .mb-lg-0,
  .zeeshan .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .zeeshan .ml-lg-0,
  .zeeshan .mx-lg-0 {
    margin-left: 0 !important;
  }
  .zeeshan .m-lg-1 {
    margin: 0.25rem !important;
  }
  .zeeshan .mt-lg-1,
  .zeeshan .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .zeeshan .mr-lg-1,
  .zeeshan .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .zeeshan .mb-lg-1,
  .zeeshan .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .zeeshan .ml-lg-1,
  .zeeshan .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .zeeshan .m-lg-2 {
    margin: 0.5rem !important;
  }
  .zeeshan .mt-lg-2,
  .zeeshan .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .zeeshan .mr-lg-2,
  .zeeshan .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .zeeshan .mb-lg-2,
  .zeeshan .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .zeeshan .ml-lg-2,
  .zeeshan .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .zeeshan .m-lg-3 {
    margin: 1rem !important;
  }
  .zeeshan .mt-lg-3,
  .zeeshan .my-lg-3 {
    margin-top: 1rem !important;
  }
  .zeeshan .mr-lg-3,
  .zeeshan .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .zeeshan .mb-lg-3,
  .zeeshan .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .zeeshan .ml-lg-3,
  .zeeshan .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .zeeshan .m-lg-4 {
    margin: 1.5rem !important;
  }
  .zeeshan .mt-lg-4,
  .zeeshan .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .zeeshan .mr-lg-4,
  .zeeshan .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .zeeshan .mb-lg-4,
  .zeeshan .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .zeeshan .ml-lg-4,
  .zeeshan .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .zeeshan .m-lg-5 {
    margin: 3rem !important;
  }
  .zeeshan .mt-lg-5,
  .zeeshan .my-lg-5 {
    margin-top: 3rem !important;
  }
  .zeeshan .mr-lg-5,
  .zeeshan .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .zeeshan .mb-lg-5,
  .zeeshan .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .zeeshan .ml-lg-5,
  .zeeshan .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .zeeshan .m-lg-6 {
    margin: 4.5rem !important;
  }
  .zeeshan .mt-lg-6,
  .zeeshan .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .zeeshan .mr-lg-6,
  .zeeshan .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .zeeshan .mb-lg-6,
  .zeeshan .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .zeeshan .ml-lg-6,
  .zeeshan .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .zeeshan .m-lg-7 {
    margin: 6rem !important;
  }
  .zeeshan .mt-lg-7,
  .zeeshan .my-lg-7 {
    margin-top: 6rem !important;
  }
  .zeeshan .mr-lg-7,
  .zeeshan .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .zeeshan .mb-lg-7,
  .zeeshan .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .zeeshan .ml-lg-7,
  .zeeshan .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .zeeshan .m-lg-8 {
    margin: 7.5rem !important;
  }
  .zeeshan .mt-lg-8,
  .zeeshan .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .zeeshan .mr-lg-8,
  .zeeshan .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .zeeshan .mb-lg-8,
  .zeeshan .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .zeeshan .ml-lg-8,
  .zeeshan .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .zeeshan .m-lg-9 {
    margin: 9rem !important;
  }
  .zeeshan .mt-lg-9,
  .zeeshan .my-lg-9 {
    margin-top: 9rem !important;
  }
  .zeeshan .mr-lg-9,
  .zeeshan .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .zeeshan .mb-lg-9,
  .zeeshan .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .zeeshan .ml-lg-9,
  .zeeshan .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .zeeshan .m-lg-10 {
    margin: 10.5rem !important;
  }
  .zeeshan .mt-lg-10,
  .zeeshan .my-lg-10 {
    margin-top: 10.5rem !important;
  }
  .zeeshan .mr-lg-10,
  .zeeshan .mx-lg-10 {
    margin-right: 10.5rem !important;
  }
  .zeeshan .mb-lg-10,
  .zeeshan .my-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  .zeeshan .ml-lg-10,
  .zeeshan .mx-lg-10 {
    margin-left: 10.5rem !important;
  }
  .zeeshan .m-lg-17 {
    margin: 21rem !important;
  }
  .zeeshan .mt-lg-17,
  .zeeshan .my-lg-17 {
    margin-top: 21rem !important;
  }
  .zeeshan .mr-lg-17,
  .zeeshan .mx-lg-17 {
    margin-right: 21rem !important;
  }
  .zeeshan .mb-lg-17,
  .zeeshan .my-lg-17 {
    margin-bottom: 21rem !important;
  }
  .zeeshan .ml-lg-17,
  .zeeshan .mx-lg-17 {
    margin-left: 21rem !important;
  }
  .zeeshan .p-lg-0 {
    padding: 0 !important;
  }
  .zeeshan .pt-lg-0,
  .zeeshan .py-lg-0 {
    padding-top: 0 !important;
  }
  .zeeshan .pr-lg-0,
  .zeeshan .px-lg-0 {
    padding-right: 0 !important;
  }
  .zeeshan .pb-lg-0,
  .zeeshan .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .zeeshan .pl-lg-0,
  .zeeshan .px-lg-0 {
    padding-left: 0 !important;
  }
  .zeeshan .p-lg-1 {
    padding: 0.25rem !important;
  }
  .zeeshan .pt-lg-1,
  .zeeshan .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .zeeshan .pr-lg-1,
  .zeeshan .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .zeeshan .pb-lg-1,
  .zeeshan .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .zeeshan .pl-lg-1,
  .zeeshan .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .zeeshan .p-lg-2 {
    padding: 0.5rem !important;
  }
  .zeeshan .pt-lg-2,
  .zeeshan .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .zeeshan .pr-lg-2,
  .zeeshan .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .zeeshan .pb-lg-2,
  .zeeshan .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .zeeshan .pl-lg-2,
  .zeeshan .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .zeeshan .p-lg-3 {
    padding: 1rem !important;
  }
  .zeeshan .pt-lg-3,
  .zeeshan .py-lg-3 {
    padding-top: 1rem !important;
  }
  .zeeshan .pr-lg-3,
  .zeeshan .px-lg-3 {
    padding-right: 1rem !important;
  }
  .zeeshan .pb-lg-3,
  .zeeshan .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .zeeshan .pl-lg-3,
  .zeeshan .px-lg-3 {
    padding-left: 1rem !important;
  }
  .zeeshan .p-lg-4 {
    padding: 1.5rem !important;
  }
  .zeeshan .pt-lg-4,
  .zeeshan .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .zeeshan .pr-lg-4,
  .zeeshan .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .zeeshan .pb-lg-4,
  .zeeshan .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .zeeshan .pl-lg-4,
  .zeeshan .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .zeeshan .p-lg-5 {
    padding: 3rem !important;
  }
  .zeeshan .pt-lg-5,
  .zeeshan .py-lg-5 {
    padding-top: 3rem !important;
  }
  .zeeshan .pr-lg-5,
  .zeeshan .px-lg-5 {
    padding-right: 3rem !important;
  }
  .zeeshan .pb-lg-5,
  .zeeshan .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .zeeshan .pl-lg-5,
  .zeeshan .px-lg-5 {
    padding-left: 3rem !important;
  }
  .zeeshan .p-lg-6 {
    padding: 4.5rem !important;
  }
  .zeeshan .pt-lg-6,
  .zeeshan .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .zeeshan .pr-lg-6,
  .zeeshan .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .zeeshan .pb-lg-6,
  .zeeshan .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .zeeshan .pl-lg-6,
  .zeeshan .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .zeeshan .p-lg-7 {
    padding: 6rem !important;
  }
  .zeeshan .pt-lg-7,
  .zeeshan .py-lg-7 {
    padding-top: 6rem !important;
  }
  .zeeshan .pr-lg-7,
  .zeeshan .px-lg-7 {
    padding-right: 6rem !important;
  }
  .zeeshan .pb-lg-7,
  .zeeshan .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .zeeshan .pl-lg-7,
  .zeeshan .px-lg-7 {
    padding-left: 6rem !important;
  }
  .zeeshan .p-lg-8 {
    padding: 7.5rem !important;
  }
  .zeeshan .pt-lg-8,
  .zeeshan .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .zeeshan .pr-lg-8,
  .zeeshan .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .zeeshan .pb-lg-8,
  .zeeshan .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .zeeshan .pl-lg-8,
  .zeeshan .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .zeeshan .p-lg-9 {
    padding: 9rem !important;
  }
  .zeeshan .pt-lg-9,
  .zeeshan .py-lg-9 {
    padding-top: 9rem !important;
  }
  .zeeshan .pr-lg-9,
  .zeeshan .px-lg-9 {
    padding-right: 9rem !important;
  }
  .zeeshan .pb-lg-9,
  .zeeshan .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .zeeshan .pl-lg-9,
  .zeeshan .px-lg-9 {
    padding-left: 9rem !important;
  }
  .zeeshan .p-lg-10 {
    padding: 10.5rem !important;
  }
  .zeeshan .pt-lg-10,
  .zeeshan .py-lg-10 {
    padding-top: 10.5rem !important;
  }
  .zeeshan .pr-lg-10,
  .zeeshan .px-lg-10 {
    padding-right: 10.5rem !important;
  }
  .zeeshan .pb-lg-10,
  .zeeshan .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  .zeeshan .pl-lg-10,
  .zeeshan .px-lg-10 {
    padding-left: 10.5rem !important;
  }
  .zeeshan .p-lg-17 {
    padding: 21rem !important;
  }
  .zeeshan .pt-lg-17,
  .zeeshan .py-lg-17 {
    padding-top: 21rem !important;
  }
  .zeeshan .pr-lg-17,
  .zeeshan .px-lg-17 {
    padding-right: 21rem !important;
  }
  .zeeshan .pb-lg-17,
  .zeeshan .py-lg-17 {
    padding-bottom: 21rem !important;
  }
  .zeeshan .pl-lg-17,
  .zeeshan .px-lg-17 {
    padding-left: 21rem !important;
  }
  .zeeshan .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .zeeshan .mt-lg-n1,
  .zeeshan .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .zeeshan .mr-lg-n1,
  .zeeshan .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .zeeshan .mb-lg-n1,
  .zeeshan .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .zeeshan .ml-lg-n1,
  .zeeshan .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .zeeshan .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .zeeshan .mt-lg-n2,
  .zeeshan .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .zeeshan .mr-lg-n2,
  .zeeshan .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .zeeshan .mb-lg-n2,
  .zeeshan .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .zeeshan .ml-lg-n2,
  .zeeshan .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .zeeshan .m-lg-n3 {
    margin: -1rem !important;
  }
  .zeeshan .mt-lg-n3,
  .zeeshan .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .zeeshan .mr-lg-n3,
  .zeeshan .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .zeeshan .mb-lg-n3,
  .zeeshan .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .zeeshan .ml-lg-n3,
  .zeeshan .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .zeeshan .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .zeeshan .mt-lg-n4,
  .zeeshan .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .zeeshan .mr-lg-n4,
  .zeeshan .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .zeeshan .mb-lg-n4,
  .zeeshan .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .zeeshan .ml-lg-n4,
  .zeeshan .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .zeeshan .m-lg-n5 {
    margin: -3rem !important;
  }
  .zeeshan .mt-lg-n5,
  .zeeshan .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .zeeshan .mr-lg-n5,
  .zeeshan .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .zeeshan .mb-lg-n5,
  .zeeshan .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .zeeshan .ml-lg-n5,
  .zeeshan .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .zeeshan .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .zeeshan .mt-lg-n6,
  .zeeshan .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .zeeshan .mr-lg-n6,
  .zeeshan .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .zeeshan .mb-lg-n6,
  .zeeshan .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .zeeshan .ml-lg-n6,
  .zeeshan .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .zeeshan .m-lg-n7 {
    margin: -6rem !important;
  }
  .zeeshan .mt-lg-n7,
  .zeeshan .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .zeeshan .mr-lg-n7,
  .zeeshan .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .zeeshan .mb-lg-n7,
  .zeeshan .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .zeeshan .ml-lg-n7,
  .zeeshan .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .zeeshan .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .zeeshan .mt-lg-n8,
  .zeeshan .my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .zeeshan .mr-lg-n8,
  .zeeshan .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .zeeshan .mb-lg-n8,
  .zeeshan .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .zeeshan .ml-lg-n8,
  .zeeshan .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .zeeshan .m-lg-n9 {
    margin: -9rem !important;
  }
  .zeeshan .mt-lg-n9,
  .zeeshan .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .zeeshan .mr-lg-n9,
  .zeeshan .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .zeeshan .mb-lg-n9,
  .zeeshan .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .zeeshan .ml-lg-n9,
  .zeeshan .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .zeeshan .m-lg-n10 {
    margin: -10.5rem !important;
  }
  .zeeshan .mt-lg-n10,
  .zeeshan .my-lg-n10 {
    margin-top: -10.5rem !important;
  }
  .zeeshan .mr-lg-n10,
  .zeeshan .mx-lg-n10 {
    margin-right: -10.5rem !important;
  }
  .zeeshan .mb-lg-n10,
  .zeeshan .my-lg-n10 {
    margin-bottom: -10.5rem !important;
  }
  .zeeshan .ml-lg-n10,
  .zeeshan .mx-lg-n10 {
    margin-left: -10.5rem !important;
  }
  .zeeshan .m-lg-n17 {
    margin: -21rem !important;
  }
  .zeeshan .mt-lg-n17,
  .zeeshan .my-lg-n17 {
    margin-top: -21rem !important;
  }
  .zeeshan .mr-lg-n17,
  .zeeshan .mx-lg-n17 {
    margin-right: -21rem !important;
  }
  .zeeshan .mb-lg-n17,
  .zeeshan .my-lg-n17 {
    margin-bottom: -21rem !important;
  }
  .zeeshan .ml-lg-n17,
  .zeeshan .mx-lg-n17 {
    margin-left: -21rem !important;
  }
  .zeeshan .m-lg-auto {
    margin: auto !important;
  }
  .zeeshan .mt-lg-auto,
  .zeeshan .my-lg-auto {
    margin-top: auto !important;
  }
  .zeeshan .mr-lg-auto,
  .zeeshan .mx-lg-auto {
    margin-right: auto !important;
  }
  .zeeshan .mb-lg-auto,
  .zeeshan .my-lg-auto {
    margin-bottom: auto !important;
  }
  .zeeshan .ml-lg-auto,
  .zeeshan .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .zeeshan .m-xl-0 {
    margin: 0 !important;
  }
  .zeeshan .mt-xl-0,
  .zeeshan .my-xl-0 {
    margin-top: 0 !important;
  }
  .zeeshan .mr-xl-0,
  .zeeshan .mx-xl-0 {
    margin-right: 0 !important;
  }
  .zeeshan .mb-xl-0,
  .zeeshan .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .zeeshan .ml-xl-0,
  .zeeshan .mx-xl-0 {
    margin-left: 0 !important;
  }
  .zeeshan .m-xl-1 {
    margin: 0.25rem !important;
  }
  .zeeshan .mt-xl-1,
  .zeeshan .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .zeeshan .mr-xl-1,
  .zeeshan .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .zeeshan .mb-xl-1,
  .zeeshan .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .zeeshan .ml-xl-1,
  .zeeshan .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .zeeshan .m-xl-2 {
    margin: 0.5rem !important;
  }
  .zeeshan .mt-xl-2,
  .zeeshan .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .zeeshan .mr-xl-2,
  .zeeshan .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .zeeshan .mb-xl-2,
  .zeeshan .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .zeeshan .ml-xl-2,
  .zeeshan .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .zeeshan .m-xl-3 {
    margin: 1rem !important;
  }
  .zeeshan .mt-xl-3,
  .zeeshan .my-xl-3 {
    margin-top: 1rem !important;
  }
  .zeeshan .mr-xl-3,
  .zeeshan .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .zeeshan .mb-xl-3,
  .zeeshan .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .zeeshan .ml-xl-3,
  .zeeshan .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .zeeshan .m-xl-4 {
    margin: 1.5rem !important;
  }
  .zeeshan .mt-xl-4,
  .zeeshan .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .zeeshan .mr-xl-4,
  .zeeshan .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .zeeshan .mb-xl-4,
  .zeeshan .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .zeeshan .ml-xl-4,
  .zeeshan .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .zeeshan .m-xl-5 {
    margin: 3rem !important;
  }
  .zeeshan .mt-xl-5,
  .zeeshan .my-xl-5 {
    margin-top: 3rem !important;
  }
  .zeeshan .mr-xl-5,
  .zeeshan .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .zeeshan .mb-xl-5,
  .zeeshan .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .zeeshan .ml-xl-5,
  .zeeshan .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .zeeshan .m-xl-6 {
    margin: 4.5rem !important;
  }
  .zeeshan .mt-xl-6,
  .zeeshan .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .zeeshan .mr-xl-6,
  .zeeshan .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .zeeshan .mb-xl-6,
  .zeeshan .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .zeeshan .ml-xl-6,
  .zeeshan .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .zeeshan .m-xl-7 {
    margin: 6rem !important;
  }
  .zeeshan .mt-xl-7,
  .zeeshan .my-xl-7 {
    margin-top: 6rem !important;
  }
  .zeeshan .mr-xl-7,
  .zeeshan .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .zeeshan .mb-xl-7,
  .zeeshan .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .zeeshan .ml-xl-7,
  .zeeshan .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .zeeshan .m-xl-8 {
    margin: 7.5rem !important;
  }
  .zeeshan .mt-xl-8,
  .zeeshan .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .zeeshan .mr-xl-8,
  .zeeshan .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .zeeshan .mb-xl-8,
  .zeeshan .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .zeeshan .ml-xl-8,
  .zeeshan .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .zeeshan .m-xl-9 {
    margin: 9rem !important;
  }
  .zeeshan .mt-xl-9,
  .zeeshan .my-xl-9 {
    margin-top: 9rem !important;
  }
  .zeeshan .mr-xl-9,
  .zeeshan .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .zeeshan .mb-xl-9,
  .zeeshan .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .zeeshan .ml-xl-9,
  .zeeshan .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .zeeshan .m-xl-10 {
    margin: 10.5rem !important;
  }
  .zeeshan .mt-xl-10,
  .zeeshan .my-xl-10 {
    margin-top: 10.5rem !important;
  }
  .zeeshan .mr-xl-10,
  .zeeshan .mx-xl-10 {
    margin-right: 10.5rem !important;
  }
  .zeeshan .mb-xl-10,
  .zeeshan .my-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  .zeeshan .ml-xl-10,
  .zeeshan .mx-xl-10 {
    margin-left: 10.5rem !important;
  }
  .zeeshan .m-xl-17 {
    margin: 21rem !important;
  }
  .zeeshan .mt-xl-17,
  .zeeshan .my-xl-17 {
    margin-top: 21rem !important;
  }
  .zeeshan .mr-xl-17,
  .zeeshan .mx-xl-17 {
    margin-right: 21rem !important;
  }
  .zeeshan .mb-xl-17,
  .zeeshan .my-xl-17 {
    margin-bottom: 21rem !important;
  }
  .zeeshan .ml-xl-17,
  .zeeshan .mx-xl-17 {
    margin-left: 21rem !important;
  }
  .zeeshan .p-xl-0 {
    padding: 0 !important;
  }
  .zeeshan .pt-xl-0,
  .zeeshan .py-xl-0 {
    padding-top: 0 !important;
  }
  .zeeshan .pr-xl-0,
  .zeeshan .px-xl-0 {
    padding-right: 0 !important;
  }
  .zeeshan .pb-xl-0,
  .zeeshan .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .zeeshan .pl-xl-0,
  .zeeshan .px-xl-0 {
    padding-left: 0 !important;
  }
  .zeeshan .p-xl-1 {
    padding: 0.25rem !important;
  }
  .zeeshan .pt-xl-1,
  .zeeshan .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .zeeshan .pr-xl-1,
  .zeeshan .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .zeeshan .pb-xl-1,
  .zeeshan .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .zeeshan .pl-xl-1,
  .zeeshan .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .zeeshan .p-xl-2 {
    padding: 0.5rem !important;
  }
  .zeeshan .pt-xl-2,
  .zeeshan .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .zeeshan .pr-xl-2,
  .zeeshan .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .zeeshan .pb-xl-2,
  .zeeshan .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .zeeshan .pl-xl-2,
  .zeeshan .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .zeeshan .p-xl-3 {
    padding: 1rem !important;
  }
  .zeeshan .pt-xl-3,
  .zeeshan .py-xl-3 {
    padding-top: 1rem !important;
  }
  .zeeshan .pr-xl-3,
  .zeeshan .px-xl-3 {
    padding-right: 1rem !important;
  }
  .zeeshan .pb-xl-3,
  .zeeshan .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .zeeshan .pl-xl-3,
  .zeeshan .px-xl-3 {
    padding-left: 1rem !important;
  }
  .zeeshan .p-xl-4 {
    padding: 1.5rem !important;
  }
  .zeeshan .pt-xl-4,
  .zeeshan .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .zeeshan .pr-xl-4,
  .zeeshan .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .zeeshan .pb-xl-4,
  .zeeshan .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .zeeshan .pl-xl-4,
  .zeeshan .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .zeeshan .p-xl-5 {
    padding: 3rem !important;
  }
  .zeeshan .pt-xl-5,
  .zeeshan .py-xl-5 {
    padding-top: 3rem !important;
  }
  .zeeshan .pr-xl-5,
  .zeeshan .px-xl-5 {
    padding-right: 3rem !important;
  }
  .zeeshan .pb-xl-5,
  .zeeshan .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .zeeshan .pl-xl-5,
  .zeeshan .px-xl-5 {
    padding-left: 3rem !important;
  }
  .zeeshan .p-xl-6 {
    padding: 4.5rem !important;
  }
  .zeeshan .pt-xl-6,
  .zeeshan .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .zeeshan .pr-xl-6,
  .zeeshan .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .zeeshan .pb-xl-6,
  .zeeshan .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .zeeshan .pl-xl-6,
  .zeeshan .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .zeeshan .p-xl-7 {
    padding: 6rem !important;
  }
  .zeeshan .pt-xl-7,
  .zeeshan .py-xl-7 {
    padding-top: 6rem !important;
  }
  .zeeshan .pr-xl-7,
  .zeeshan .px-xl-7 {
    padding-right: 6rem !important;
  }
  .zeeshan .pb-xl-7,
  .zeeshan .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .zeeshan .pl-xl-7,
  .zeeshan .px-xl-7 {
    padding-left: 6rem !important;
  }
  .zeeshan .p-xl-8 {
    padding: 7.5rem !important;
  }
  .zeeshan .pt-xl-8,
  .zeeshan .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .zeeshan .pr-xl-8,
  .zeeshan .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .zeeshan .pb-xl-8,
  .zeeshan .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .zeeshan .pl-xl-8,
  .zeeshan .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .zeeshan .p-xl-9 {
    padding: 9rem !important;
  }
  .zeeshan .pt-xl-9,
  .zeeshan .py-xl-9 {
    padding-top: 9rem !important;
  }
  .zeeshan .pr-xl-9,
  .zeeshan .px-xl-9 {
    padding-right: 9rem !important;
  }
  .zeeshan .pb-xl-9,
  .zeeshan .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .zeeshan .pl-xl-9,
  .zeeshan .px-xl-9 {
    padding-left: 9rem !important;
  }
  .zeeshan .p-xl-10 {
    padding: 10.5rem !important;
  }
  .zeeshan .pt-xl-10,
  .zeeshan .py-xl-10 {
    padding-top: 10.5rem !important;
  }
  .zeeshan .pr-xl-10,
  .zeeshan .px-xl-10 {
    padding-right: 10.5rem !important;
  }
  .zeeshan .pb-xl-10,
  .zeeshan .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  .zeeshan .pl-xl-10,
  .zeeshan .px-xl-10 {
    padding-left: 10.5rem !important;
  }
  .zeeshan .p-xl-17 {
    padding: 21rem !important;
  }
  .zeeshan .pt-xl-17,
  .zeeshan .py-xl-17 {
    padding-top: 21rem !important;
  }
  .zeeshan .pr-xl-17,
  .zeeshan .px-xl-17 {
    padding-right: 21rem !important;
  }
  .zeeshan .pb-xl-17,
  .zeeshan .py-xl-17 {
    padding-bottom: 21rem !important;
  }
  .zeeshan .pl-xl-17,
  .zeeshan .px-xl-17 {
    padding-left: 21rem !important;
  }
  .zeeshan .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .zeeshan .mt-xl-n1,
  .zeeshan .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .zeeshan .mr-xl-n1,
  .zeeshan .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .zeeshan .mb-xl-n1,
  .zeeshan .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .zeeshan .ml-xl-n1,
  .zeeshan .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .zeeshan .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .zeeshan .mt-xl-n2,
  .zeeshan .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .zeeshan .mr-xl-n2,
  .zeeshan .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .zeeshan .mb-xl-n2,
  .zeeshan .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .zeeshan .ml-xl-n2,
  .zeeshan .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .zeeshan .m-xl-n3 {
    margin: -1rem !important;
  }
  .zeeshan .mt-xl-n3,
  .zeeshan .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .zeeshan .mr-xl-n3,
  .zeeshan .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .zeeshan .mb-xl-n3,
  .zeeshan .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .zeeshan .ml-xl-n3,
  .zeeshan .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .zeeshan .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .zeeshan .mt-xl-n4,
  .zeeshan .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .zeeshan .mr-xl-n4,
  .zeeshan .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .zeeshan .mb-xl-n4,
  .zeeshan .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .zeeshan .ml-xl-n4,
  .zeeshan .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .zeeshan .m-xl-n5 {
    margin: -3rem !important;
  }
  .zeeshan .mt-xl-n5,
  .zeeshan .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .zeeshan .mr-xl-n5,
  .zeeshan .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .zeeshan .mb-xl-n5,
  .zeeshan .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .zeeshan .ml-xl-n5,
  .zeeshan .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .zeeshan .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .zeeshan .mt-xl-n6,
  .zeeshan .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .zeeshan .mr-xl-n6,
  .zeeshan .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .zeeshan .mb-xl-n6,
  .zeeshan .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .zeeshan .ml-xl-n6,
  .zeeshan .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .zeeshan .m-xl-n7 {
    margin: -6rem !important;
  }
  .zeeshan .mt-xl-n7,
  .zeeshan .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .zeeshan .mr-xl-n7,
  .zeeshan .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .zeeshan .mb-xl-n7,
  .zeeshan .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .zeeshan .ml-xl-n7,
  .zeeshan .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .zeeshan .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .zeeshan .mt-xl-n8,
  .zeeshan .my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .zeeshan .mr-xl-n8,
  .zeeshan .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .zeeshan .mb-xl-n8,
  .zeeshan .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .zeeshan .ml-xl-n8,
  .zeeshan .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .zeeshan .m-xl-n9 {
    margin: -9rem !important;
  }
  .zeeshan .mt-xl-n9,
  .zeeshan .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .zeeshan .mr-xl-n9,
  .zeeshan .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .zeeshan .mb-xl-n9,
  .zeeshan .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .zeeshan .ml-xl-n9,
  .zeeshan .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .zeeshan .m-xl-n10 {
    margin: -10.5rem !important;
  }
  .zeeshan .mt-xl-n10,
  .zeeshan .my-xl-n10 {
    margin-top: -10.5rem !important;
  }
  .zeeshan .mr-xl-n10,
  .zeeshan .mx-xl-n10 {
    margin-right: -10.5rem !important;
  }
  .zeeshan .mb-xl-n10,
  .zeeshan .my-xl-n10 {
    margin-bottom: -10.5rem !important;
  }
  .zeeshan .ml-xl-n10,
  .zeeshan .mx-xl-n10 {
    margin-left: -10.5rem !important;
  }
  .zeeshan .m-xl-n17 {
    margin: -21rem !important;
  }
  .zeeshan .mt-xl-n17,
  .zeeshan .my-xl-n17 {
    margin-top: -21rem !important;
  }
  .zeeshan .mr-xl-n17,
  .zeeshan .mx-xl-n17 {
    margin-right: -21rem !important;
  }
  .zeeshan .mb-xl-n17,
  .zeeshan .my-xl-n17 {
    margin-bottom: -21rem !important;
  }
  .zeeshan .ml-xl-n17,
  .zeeshan .mx-xl-n17 {
    margin-left: -21rem !important;
  }
  .zeeshan .m-xl-auto {
    margin: auto !important;
  }
  .zeeshan .mt-xl-auto,
  .zeeshan .my-xl-auto {
    margin-top: auto !important;
  }
  .zeeshan .mr-xl-auto,
  .zeeshan .mx-xl-auto {
    margin-right: auto !important;
  }
  .zeeshan .mb-xl-auto,
  .zeeshan .my-xl-auto {
    margin-bottom: auto !important;
  }
  .zeeshan .ml-xl-auto,
  .zeeshan .mx-xl-auto {
    margin-left: auto !important;
  }
}
.zeeshan .text-monospace {
  font-family: "Rubik", sans-serif !important;
}
.zeeshan .text-justify {
  text-align: justify !important;
}
.zeeshan .text-wrap {
  white-space: normal !important;
}
.zeeshan .text-nowrap {
  white-space: nowrap !important;
}
.zeeshan .text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zeeshan .text-left {
  text-align: left !important;
}
.zeeshan .text-right {
  text-align: right !important;
}
.zeeshan .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .zeeshan .text-sm-left {
    text-align: left !important;
  }
  .zeeshan .text-sm-right {
    text-align: right !important;
  }
  .zeeshan .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .zeeshan .text-md-left {
    text-align: left !important;
  }
  .zeeshan .text-md-right {
    text-align: right !important;
  }
  .zeeshan .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .zeeshan .text-lg-left {
    text-align: left !important;
  }
  .zeeshan .text-lg-right {
    text-align: right !important;
  }
  .zeeshan .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .zeeshan .text-xl-left {
    text-align: left !important;
  }
  .zeeshan .text-xl-right {
    text-align: right !important;
  }
  .zeeshan .text-xl-center {
    text-align: center !important;
  }
}
.zeeshan .text-lowercase {
  text-transform: lowercase !important;
}
.zeeshan .text-uppercase {
  text-transform: uppercase !important;
}
.zeeshan .text-capitalize {
  text-transform: capitalize !important;
}
.zeeshan .font-weight-light {
  font-weight: 300 !important;
}
.zeeshan .font-weight-lighter {
  font-weight: lighter !important;
}
.zeeshan .font-weight-normal {
  font-weight: 400 !important;
}
.zeeshan .font-weight-bold {
  font-weight: 600 !important;
}
.zeeshan .font-weight-bolder {
  font-weight: 700 !important;
}
.zeeshan .font-italic {
  font-style: italic !important;
}
.zeeshan .text-white {
  color: #fff !important;
}
.zeeshan .text-primary {
  color: #008aff !important;
}
.zeeshan a.text-primary:hover,
.zeeshan a.text-primary:focus {
  color: #0061b3 !important;
}
.zeeshan .text-secondary {
  color: #eaecf3 !important;
}
.zeeshan a.text-secondary:hover,
.zeeshan a.text-secondary:focus {
  color: #b9c0d7 !important;
}
.zeeshan .text-success {
  color: #5cc9a7 !important;
}
.zeeshan a.text-success:hover,
.zeeshan a.text-success:focus {
  color: #36a381 !important;
}
.zeeshan .text-info {
  color: #50b5ff !important;
}
.zeeshan a.text-info:hover,
.zeeshan a.text-info:focus {
  color: #0495ff !important;
}
.zeeshan .text-warning {
  color: #ffbe3d !important;
}
.zeeshan a.text-warning:hover,
.zeeshan a.text-warning:focus {
  color: #f09f00 !important;
}
.zeeshan .text-danger {
  color: #f25767 !important;
}
.zeeshan a.text-danger:hover,
.zeeshan a.text-danger:focus {
  color: #ea1228 !important;
}
.zeeshan .text-light {
  color: #eaecf3 !important;
}
.zeeshan a.text-light:hover,
.zeeshan a.text-light:focus {
  color: #b9c0d7 !important;
}
.zeeshan .text-dark {
  color: #171347 !important;
}
.zeeshan a.text-dark:hover,
.zeeshan a.text-dark:focus {
  color: #03030b !important;
}
.zeeshan .text-neutral {
  color: #fff !important;
}
.zeeshan a.text-neutral:hover,
.zeeshan a.text-neutral:focus {
  color: #d9d9d9 !important;
}
.zeeshan .text-white {
  color: #fff !important;
}
.zeeshan a.text-white:hover,
.zeeshan a.text-white:focus {
  color: #d9d9d9 !important;
}
.zeeshan .text-body {
  color: #718096 !important;
}
.zeeshan .text-muted {
  color: #718096 !important;
}
.zeeshan .text-black-50 {
  color: rgba(31, 45, 61, 0.5) !important;
}
.zeeshan .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.zeeshan .text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}
.zeeshan .text-decoration-none {
  text-decoration: none !important;
}
.zeeshan .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.zeeshan .text-reset {
  color: inherit !important;
}
.zeeshan .visible {
  visibility: visible !important;
}
.zeeshan .invisible {
  visibility: hidden !important;
}
@media print {
  .zeeshan *,
  .zeeshan *::before,
  .zeeshan *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .zeeshan a:not(.btn) {
    text-decoration: underline;
  }
  .zeeshan abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .zeeshan pre {
    white-space: pre-wrap !important;
  }
  .zeeshan pre,
  .zeeshan blockquote {
    border: 1px solid #a0aec0;
    page-break-inside: avoid;
  }
  .zeeshan thead {
    display: table-header-group;
  }
  .zeeshan tr,
  .zeeshan img {
    page-break-inside: avoid;
  }
  .zeeshan p,
  .zeeshan h2,
  .zeeshan h3 {
    orphans: 3;
    widows: 3;
  }
  .zeeshan h2,
  .zeeshan h3 {
    page-break-after: avoid;
  }
  @page {
    .zeeshan {
      size: a3;
    }
  }
  .zeeshan body {
    min-width: 992px !important;
  }
  .zeeshan .container {
    min-width: 992px !important;
  }
  .zeeshan .navbar {
    display: none;
  }
  .zeeshan .badge {
    border: 1px solid #1f2d3d;
  }
  .zeeshan .table {
    border-collapse: collapse !important;
  }
  .zeeshan .table td,
  .zeeshan .table th {
    background-color: #fff !important;
  }
  .zeeshan .table-bordered th,
  .zeeshan .table-bordered td {
    border: 1px solid #e2e8f0 !important;
  }
  .zeeshan .table-dark {
    color: inherit;
  }
  .zeeshan .table-dark th,
  .zeeshan .table-dark td,
  .zeeshan .table-dark thead th,
  .zeeshan .table-dark tbody + tbody {
    border-color: #eaecf3;
  }
  .zeeshan .table .thead-dark th {
    color: inherit;
    border-color: #eaecf3;
  }
}
.zeeshan .bg-light-primary {
  background-color: #33a1ff !important;
}
.zeeshan a.bg-light-primary:hover,
.zeeshan a.bg-light-primary:focus,
.zeeshan button.bg-light-primary:hover,
.zeeshan button.bg-light-primary:focus {
  background-color: #008aff !important;
}
.zeeshan .bg-dark-primary {
  background-color: #006ecc !important;
}
.zeeshan a.bg-dark-primary:hover,
.zeeshan a.bg-dark-primary:focus,
.zeeshan button.bg-dark-primary:hover,
.zeeshan button.bg-dark-primary:focus {
  background-color: #005399 !important;
}
.zeeshan .bg-soft-primary {
  background-color: #e0f1ff;
}
.zeeshan .bg-gradient-primary {
  background: linear-gradient(50deg, #008aff 0, #003eff 100%) !important;
}
.zeeshan .bg-translucent-primary {
  background-color: rgba(0, 119, 219, 0.6) !important;
}
.zeeshan a.bg-translucent-primary:hover,
.zeeshan a.bg-translucent-primary:focus,
.zeeshan button.bg-translucent-primary:hover,
.zeeshan button.bg-translucent-primary:focus {
  background-color: rgba(0, 105, 194, 0.6) !important;
}
.zeeshan .bg-light-secondary {
  background-color: white !important;
}
.zeeshan a.bg-light-secondary:hover,
.zeeshan a.bg-light-secondary:focus,
.zeeshan button.bg-light-secondary:hover,
.zeeshan button.bg-light-secondary:focus {
  background-color: #e6e6e6 !important;
}
.zeeshan .bg-dark-secondary {
  background-color: #cacfe0 !important;
}
.zeeshan a.bg-dark-secondary:hover,
.zeeshan a.bg-dark-secondary:focus,
.zeeshan button.bg-dark-secondary:hover,
.zeeshan button.bg-dark-secondary:focus {
  background-color: #a9b1ce !important;
}
.zeeshan .bg-soft-secondary {
  background-color: #fcfdfe;
}
.zeeshan .bg-gradient-secondary {
  background: linear-gradient(50deg, #eaecf3 0, #ebeaf3 100%) !important;
}
.zeeshan .bg-translucent-secondary {
  background-color: rgba(211, 215, 230, 0.6) !important;
}
.zeeshan a.bg-translucent-secondary:hover,
.zeeshan a.bg-translucent-secondary:focus,
.zeeshan button.bg-translucent-secondary:hover,
.zeeshan button.bg-translucent-secondary:focus {
  background-color: rgba(195, 201, 221, 0.6) !important;
}
.zeeshan .bg-light-success {
  background-color: #82d6bc !important;
}
.zeeshan a.bg-light-success:hover,
.zeeshan a.bg-light-success:focus,
.zeeshan button.bg-light-success:hover,
.zeeshan button.bg-light-success:focus {
  background-color: #5cc9a7 !important;
}
.zeeshan .bg-dark-success {
  background-color: #3cb690 !important;
}
.zeeshan a.bg-dark-success:hover,
.zeeshan a.bg-dark-success:focus,
.zeeshan button.bg-dark-success:hover,
.zeeshan button.bg-dark-success:focus {
  background-color: #308f72 !important;
}
.zeeshan .bg-soft-success {
  background-color: #ebf9f4;
}
.zeeshan .bg-gradient-success {
  background: linear-gradient(50deg, #5cc9a7 0, #5cc9c8 100%) !important;
}
.zeeshan .bg-translucent-success {
  background-color: rgba(65, 192, 153, 0.6) !important;
}
.zeeshan a.bg-translucent-success:hover,
.zeeshan a.bg-translucent-success:focus,
.zeeshan button.bg-translucent-success:hover,
.zeeshan button.bg-translucent-success:focus {
  background-color: rgba(58, 174, 138, 0.6) !important;
}
.zeeshan .bg-light-info {
  background-color: #83cbff !important;
}
.zeeshan a.bg-light-info:hover,
.zeeshan a.bg-light-info:focus,
.zeeshan button.bg-light-info:hover,
.zeeshan button.bg-light-info:focus {
  background-color: #50b5ff !important;
}
.zeeshan .bg-dark-info {
  background-color: #1d9fff !important;
}
.zeeshan a.bg-dark-info:hover,
.zeeshan a.bg-dark-info:focus,
.zeeshan button.bg-dark-info:hover,
.zeeshan button.bg-dark-info:focus {
  background-color: #0086e9 !important;
}
.zeeshan .bg-soft-info {
  background-color: #eaf6ff;
}
.zeeshan .bg-gradient-info {
  background: linear-gradient(50deg, #50b5ff 0, #5081ff 100%) !important;
}
.zeeshan .bg-translucent-info {
  background-color: rgba(44, 166, 255, 0.6) !important;
}
.zeeshan a.bg-translucent-info:hover,
.zeeshan a.bg-translucent-info:focus,
.zeeshan button.bg-translucent-info:hover,
.zeeshan button.bg-translucent-info:focus {
  background-color: rgba(19, 155, 255, 0.6) !important;
}
.zeeshan .bg-light-warning {
  background-color: #ffcf70 !important;
}
.zeeshan a.bg-light-warning:hover,
.zeeshan a.bg-light-warning:focus,
.zeeshan button.bg-light-warning:hover,
.zeeshan button.bg-light-warning:focus {
  background-color: #ffbe3d !important;
}
.zeeshan .bg-dark-warning {
  background-color: #ffad0a !important;
}
.zeeshan a.bg-dark-warning:hover,
.zeeshan a.bg-dark-warning:focus,
.zeeshan button.bg-dark-warning:hover,
.zeeshan button.bg-dark-warning:focus {
  background-color: #d68e00 !important;
}
.zeeshan .bg-soft-warning {
  background-color: #fff7e8;
}
.zeeshan .bg-gradient-warning {
  background: linear-gradient(50deg, #ffbe3d 0, #fff83d 100%) !important;
}
.zeeshan .bg-translucent-warning {
  background-color: rgba(255, 178, 25, 0.6) !important;
}
.zeeshan a.bg-translucent-warning:hover,
.zeeshan a.bg-translucent-warning:focus,
.zeeshan button.bg-translucent-warning:hover,
.zeeshan button.bg-translucent-warning:focus {
  background-color: rgba(255, 169, 0, 0.6) !important;
}
.zeeshan .bg-light-danger {
  background-color: #f68692 !important;
}
.zeeshan a.bg-light-danger:hover,
.zeeshan a.bg-light-danger:focus,
.zeeshan button.bg-light-danger:hover,
.zeeshan button.bg-light-danger:focus {
  background-color: #f25767 !important;
}
.zeeshan .bg-dark-danger {
  background-color: #ee283c !important;
}
.zeeshan a.bg-dark-danger:hover,
.zeeshan a.bg-dark-danger:focus,
.zeeshan button.bg-dark-danger:hover,
.zeeshan button.bg-dark-danger:focus {
  background-color: #d31024 !important;
}
.zeeshan .bg-soft-danger {
  background-color: #fdebed;
}
.zeeshan .bg-gradient-danger {
  background: linear-gradient(50deg, #f25767 0, #f27657 100%) !important;
}
.zeeshan .bg-translucent-danger {
  background-color: rgba(239, 54, 73, 0.6) !important;
}
.zeeshan a.bg-translucent-danger:hover,
.zeeshan a.bg-translucent-danger:focus,
.zeeshan button.bg-translucent-danger:hover,
.zeeshan button.bg-translucent-danger:focus {
  background-color: rgba(238, 30, 52, 0.6) !important;
}
.zeeshan .bg-light-light {
  background-color: white !important;
}
.zeeshan a.bg-light-light:hover,
.zeeshan a.bg-light-light:focus,
.zeeshan button.bg-light-light:hover,
.zeeshan button.bg-light-light:focus {
  background-color: #e6e6e6 !important;
}
.zeeshan .bg-dark-light {
  background-color: #cacfe0 !important;
}
.zeeshan a.bg-dark-light:hover,
.zeeshan a.bg-dark-light:focus,
.zeeshan button.bg-dark-light:hover,
.zeeshan button.bg-dark-light:focus {
  background-color: #a9b1ce !important;
}
.zeeshan .bg-soft-light {
  background-color: #fcfdfe;
}
.zeeshan .bg-gradient-light {
  background: linear-gradient(50deg, #eaecf3 0, #ebeaf3 100%) !important;
}
.zeeshan .bg-translucent-light {
  background-color: rgba(211, 215, 230, 0.6) !important;
}
.zeeshan a.bg-translucent-light:hover,
.zeeshan a.bg-translucent-light:focus,
.zeeshan button.bg-translucent-light:hover,
.zeeshan button.bg-translucent-light:focus {
  background-color: rgba(195, 201, 221, 0.6) !important;
}
.zeeshan .bg-light-dark {
  background-color: #241e6f !important;
}
.zeeshan a.bg-light-dark:hover,
.zeeshan a.bg-light-dark:focus,
.zeeshan button.bg-light-dark:hover,
.zeeshan button.bg-light-dark:focus {
  background-color: #171347 !important;
}
.zeeshan .bg-dark-dark {
  background-color: #0a081f !important;
}
.zeeshan a.bg-dark-dark:hover,
.zeeshan a.bg-dark-dark:focus,
.zeeshan button.bg-dark-dark:hover,
.zeeshan button.bg-dark-dark:focus {
  background-color: black !important;
}
.zeeshan .bg-soft-dark {
  background-color: #e3e3e9;
}
.zeeshan .bg-gradient-dark {
  background: linear-gradient(50deg, #171347 0, #271347 100%) !important;
}
.zeeshan .bg-translucent-dark {
  background-color: rgba(14, 11, 43, 0.6) !important;
}
.zeeshan a.bg-translucent-dark:hover,
.zeeshan a.bg-translucent-dark:focus,
.zeeshan button.bg-translucent-dark:hover,
.zeeshan button.bg-translucent-dark:focus {
  background-color: rgba(7, 6, 23, 0.6) !important;
}
.zeeshan .bg-light-neutral {
  background-color: white !important;
}
.zeeshan a.bg-light-neutral:hover,
.zeeshan a.bg-light-neutral:focus,
.zeeshan button.bg-light-neutral:hover,
.zeeshan button.bg-light-neutral:focus {
  background-color: #e6e6e6 !important;
}
.zeeshan .bg-dark-neutral {
  background-color: #e6e6e6 !important;
}
.zeeshan a.bg-dark-neutral:hover,
.zeeshan a.bg-dark-neutral:focus,
.zeeshan button.bg-dark-neutral:hover,
.zeeshan button.bg-dark-neutral:focus {
  background-color: #ccc !important;
}
.zeeshan .bg-soft-neutral {
  background-color: white;
}
.zeeshan .bg-gradient-neutral {
  background: linear-gradient(50deg, #fff 0, white 100%) !important;
}
.zeeshan .bg-translucent-neutral {
  background-color: rgba(237, 237, 237, 0.6) !important;
}
.zeeshan a.bg-translucent-neutral:hover,
.zeeshan a.bg-translucent-neutral:focus,
.zeeshan button.bg-translucent-neutral:hover,
.zeeshan button.bg-translucent-neutral:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}
.zeeshan .bg-light-white {
  background-color: white !important;
}
.zeeshan a.bg-light-white:hover,
.zeeshan a.bg-light-white:focus,
.zeeshan button.bg-light-white:hover,
.zeeshan button.bg-light-white:focus {
  background-color: #e6e6e6 !important;
}
.zeeshan .bg-dark-white {
  background-color: #e6e6e6 !important;
}
.zeeshan a.bg-dark-white:hover,
.zeeshan a.bg-dark-white:focus,
.zeeshan button.bg-dark-white:hover,
.zeeshan button.bg-dark-white:focus {
  background-color: #ccc !important;
}
.zeeshan .bg-soft-white {
  background-color: white;
}
.zeeshan .bg-gradient-white {
  background: linear-gradient(50deg, #fff 0, white 100%) !important;
}
.zeeshan .bg-translucent-white {
  background-color: rgba(237, 237, 237, 0.6) !important;
}
.zeeshan a.bg-translucent-white:hover,
.zeeshan a.bg-translucent-white:focus,
.zeeshan button.bg-translucent-white:hover,
.zeeshan button.bg-translucent-white:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}
.zeeshan .bg-blue {
  background-color: #008aff !important;
}
.zeeshan a.bg-blue:hover,
.zeeshan a.bg-blue:focus,
.zeeshan button.bg-blue:hover,
.zeeshan button.bg-blue:focus {
  background-color: #006ecc !important;
}
.zeeshan .bg-gradient-blue {
  background: linear-gradient(50deg, #008aff 0, #003eff 100%) !important;
}
.zeeshan .bg-indigo {
  background-color: #6e00ff !important;
}
.zeeshan a.bg-indigo:hover,
.zeeshan a.bg-indigo:focus,
.zeeshan button.bg-indigo:hover,
.zeeshan button.bg-indigo:focus {
  background-color: #5800cc !important;
}
.zeeshan .bg-gradient-indigo {
  background: linear-gradient(50deg, #6e00ff 0, #b0f 100%) !important;
}
.zeeshan .bg-purple {
  background-color: #510fa8 !important;
}
.zeeshan a.bg-purple:hover,
.zeeshan a.bg-purple:focus,
.zeeshan button.bg-purple:hover,
.zeeshan button.bg-purple:focus {
  background-color: #3a0b79 !important;
}
.zeeshan .bg-gradient-purple {
  background: linear-gradient(50deg, #510fa8 0, #7f0fa8 100%) !important;
}
.zeeshan .bg-pink {
  background-color: #f074ad !important;
}
.zeeshan a.bg-pink:hover,
.zeeshan a.bg-pink:focus,
.zeeshan button.bg-pink:hover,
.zeeshan button.bg-pink:focus {
  background-color: #eb4692 !important;
}
.zeeshan .bg-gradient-pink {
  background: linear-gradient(50deg, #f074ad 0, #f07488 100%) !important;
}
.zeeshan .bg-red {
  background-color: #f25767 !important;
}
.zeeshan a.bg-red:hover,
.zeeshan a.bg-red:focus,
.zeeshan button.bg-red:hover,
.zeeshan button.bg-red:focus {
  background-color: #ee283c !important;
}
.zeeshan .bg-gradient-red {
  background: linear-gradient(50deg, #f25767 0, #f27657 100%) !important;
}
.zeeshan .bg-orange {
  background-color: #ffbe3d !important;
}
.zeeshan a.bg-orange:hover,
.zeeshan a.bg-orange:focus,
.zeeshan button.bg-orange:hover,
.zeeshan button.bg-orange:focus {
  background-color: #ffad0a !important;
}
.zeeshan .bg-gradient-orange {
  background: linear-gradient(50deg, #ffbe3d 0, #fff83d 100%) !important;
}
.zeeshan .bg-yellow {
  background-color: #ffc431 !important;
}
.zeeshan a.bg-yellow:hover,
.zeeshan a.bg-yellow:focus,
.zeeshan button.bg-yellow:hover,
.zeeshan button.bg-yellow:focus {
  background-color: #fdb500 !important;
}
.zeeshan .bg-gradient-yellow {
  background: linear-gradient(50deg, #ffc431 0, #fcff31 100%) !important;
}
.zeeshan .bg-green {
  background-color: #5cc9a7 !important;
}
.zeeshan a.bg-green:hover,
.zeeshan a.bg-green:focus,
.zeeshan button.bg-green:hover,
.zeeshan button.bg-green:focus {
  background-color: #3cb690 !important;
}
.zeeshan .bg-gradient-green {
  background: linear-gradient(50deg, #5cc9a7 0, #5cc9c8 100%) !important;
}
.zeeshan .bg-teal {
  background-color: #50b5ff !important;
}
.zeeshan a.bg-teal:hover,
.zeeshan a.bg-teal:focus,
.zeeshan button.bg-teal:hover,
.zeeshan button.bg-teal:focus {
  background-color: #1d9fff !important;
}
.zeeshan .bg-gradient-teal {
  background: linear-gradient(50deg, #50b5ff 0, #5081ff 100%) !important;
}
.zeeshan .bg-cyan {
  background-color: #4bd6e5 !important;
}
.zeeshan a.bg-cyan:hover,
.zeeshan a.bg-cyan:focus,
.zeeshan button.bg-cyan:hover,
.zeeshan button.bg-cyan:focus {
  background-color: #20cbdd !important;
}
.zeeshan .bg-gradient-cyan {
  background: linear-gradient(50deg, #4bd6e5 0, #4ba8e5 100%) !important;
}
.zeeshan .bg-white {
  background-color: #fff !important;
}
.zeeshan a.bg-white:hover,
.zeeshan a.bg-white:focus,
.zeeshan button.bg-white:hover,
.zeeshan button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.zeeshan .bg-gradient-white {
  background: linear-gradient(50deg, #fff 0, white 100%) !important;
}
.zeeshan .bg-gray {
  background-color: #718096 !important;
}
.zeeshan a.bg-gray:hover,
.zeeshan a.bg-gray:focus,
.zeeshan button.bg-gray:hover,
.zeeshan button.bg-gray:focus {
  background-color: #5a677a !important;
}
.zeeshan .bg-gradient-gray {
  background: linear-gradient(50deg, #718096 0, #717596 100%) !important;
}
.zeeshan .bg-gray-dark {
  background-color: #2d3748 !important;
}
.zeeshan a.bg-gray-dark:hover,
.zeeshan a.bg-gray-dark:focus,
.zeeshan button.bg-gray-dark:hover,
.zeeshan button.bg-gray-dark:focus {
  background-color: #191f29 !important;
}
.zeeshan .bg-gradient-gray-dark {
  background: linear-gradient(50deg, #2d3748 0, #2d2f48 100%) !important;
}
.zeeshan .bg-section-primary {
  background-color: #fff !important;
}
.zeeshan .bg-section-secondary {
  background-color: #fafbfe !important;
}
.zeeshan .bg-section-light {
  background-color: #cbd5e0 !important;
}
.zeeshan .bg-section-dark {
  background-color: #0e0b2b !important;
}
.zeeshan .bg-brand-facebook {
  background-color: #3b5999 !important;
}
.zeeshan a.bg-brand-facebook:hover,
.zeeshan a.bg-brand-facebook:focus,
.zeeshan button.bg-brand-facebook:hover,
.zeeshan button.bg-brand-facebook:focus {
  background-color: #2d4474 !important;
}
.zeeshan .bg-brand-twitter {
  background-color: #1da1f2 !important;
}
.zeeshan a.bg-brand-twitter:hover,
.zeeshan a.bg-brand-twitter:focus,
.zeeshan button.bg-brand-twitter:hover,
.zeeshan button.bg-brand-twitter:focus {
  background-color: #0c85d0 !important;
}
.zeeshan .bg-brand-google-plus {
  background-color: #dd4b39 !important;
}
.zeeshan a.bg-brand-google-plus:hover,
.zeeshan a.bg-brand-google-plus:focus,
.zeeshan button.bg-brand-google-plus:hover,
.zeeshan button.bg-brand-google-plus:focus {
  background-color: #c23321 !important;
}
.zeeshan .bg-brand-instagram {
  background-color: #e4405f !important;
}
.zeeshan a.bg-brand-instagram:hover,
.zeeshan a.bg-brand-instagram:focus,
.zeeshan button.bg-brand-instagram:hover,
.zeeshan button.bg-brand-instagram:focus {
  background-color: #d31e40 !important;
}
.zeeshan .bg-brand-pinterest {
  background-color: #bd081c !important;
}
.zeeshan a.bg-brand-pinterest:hover,
.zeeshan a.bg-brand-pinterest:focus,
.zeeshan button.bg-brand-pinterest:hover,
.zeeshan button.bg-brand-pinterest:focus {
  background-color: #8c0615 !important;
}
.zeeshan .bg-brand-youtube {
  background-color: #cd201f !important;
}
.zeeshan a.bg-brand-youtube:hover,
.zeeshan a.bg-brand-youtube:focus,
.zeeshan button.bg-brand-youtube:hover,
.zeeshan button.bg-brand-youtube:focus {
  background-color: #a11918 !important;
}
.zeeshan .bg-brand-slack {
  background-color: #3aaf85 !important;
}
.zeeshan a.bg-brand-slack:hover,
.zeeshan a.bg-brand-slack:focus,
.zeeshan button.bg-brand-slack:hover,
.zeeshan button.bg-brand-slack:focus {
  background-color: #2d8968 !important;
}
.zeeshan .bg-brand-dribbble {
  background-color: #ea4c89 !important;
}
.zeeshan a.bg-brand-dribbble:hover,
.zeeshan a.bg-brand-dribbble:focus,
.zeeshan button.bg-brand-dribbble:hover,
.zeeshan button.bg-brand-dribbble:focus {
  background-color: #e51e6b !important;
}
.zeeshan .bg-brand-github {
  background-color: #222 !important;
}
.zeeshan a.bg-brand-github:hover,
.zeeshan a.bg-brand-github:focus,
.zeeshan button.bg-brand-github:hover,
.zeeshan button.bg-brand-github:focus {
  background-color: #090909 !important;
}
.zeeshan .bg-brand-vimeo {
  background-color: #04a0f0 !important;
}
.zeeshan a.bg-brand-vimeo:hover,
.zeeshan a.bg-brand-vimeo:focus,
.zeeshan button.bg-brand-vimeo:hover,
.zeeshan button.bg-brand-vimeo:focus {
  background-color: #037fbe !important;
}
.zeeshan .bg-gray-100 {
  background-color: #fafbfe !important;
}
.zeeshan a.bg-gray-100:hover,
.zeeshan a.bg-gray-100:focus,
.zeeshan button.bg-gray-100:hover,
.zeeshan button.bg-gray-100:focus {
  background-color: #d0d9f6 !important;
}
.zeeshan .bg-gray-200 {
  background-color: #eaecf3 !important;
}
.zeeshan a.bg-gray-200:hover,
.zeeshan a.bg-gray-200:focus,
.zeeshan button.bg-gray-200:hover,
.zeeshan button.bg-gray-200:focus {
  background-color: #cacfe0 !important;
}
.zeeshan .bg-gray-300 {
  background-color: #e2e8f0 !important;
}
.zeeshan a.bg-gray-300:hover,
.zeeshan a.bg-gray-300:focus,
.zeeshan button.bg-gray-300:hover,
.zeeshan button.bg-gray-300:focus {
  background-color: #c0cddf !important;
}
.zeeshan .bg-gray-400 {
  background-color: #cbd5e0 !important;
}
.zeeshan a.bg-gray-400:hover,
.zeeshan a.bg-gray-400:focus,
.zeeshan button.bg-gray-400:hover,
.zeeshan button.bg-gray-400:focus {
  background-color: #abbbcd !important;
}
.zeeshan .bg-gray-500 {
  background-color: #a0aec0 !important;
}
.zeeshan a.bg-gray-500:hover,
.zeeshan a.bg-gray-500:focus,
.zeeshan button.bg-gray-500:hover,
.zeeshan button.bg-gray-500:focus {
  background-color: #8194ac !important;
}
.zeeshan .bg-gray-600 {
  background-color: #718096 !important;
}
.zeeshan a.bg-gray-600:hover,
.zeeshan a.bg-gray-600:focus,
.zeeshan button.bg-gray-600:hover,
.zeeshan button.bg-gray-600:focus {
  background-color: #5a677a !important;
}
.zeeshan .bg-gray-700 {
  background-color: #4a5568 !important;
}
.zeeshan a.bg-gray-700:hover,
.zeeshan a.bg-gray-700:focus,
.zeeshan button.bg-gray-700:hover,
.zeeshan button.bg-gray-700:focus {
  background-color: #353d4a !important;
}
.zeeshan .bg-gray-800 {
  background-color: #2d3748 !important;
}
.zeeshan a.bg-gray-800:hover,
.zeeshan a.bg-gray-800:focus,
.zeeshan button.bg-gray-800:hover,
.zeeshan button.bg-gray-800:focus {
  background-color: #191f29 !important;
}
.zeeshan .bg-gray-900 {
  background-color: #273444 !important;
}
.zeeshan a.bg-gray-900:hover,
.zeeshan a.bg-gray-900:focus,
.zeeshan button.bg-gray-900:hover,
.zeeshan button.bg-gray-900:focus {
  background-color: #141b24 !important;
}
.zeeshan .bg-black {
  background-color: #1f2d3d !important;
}
.zeeshan a.bg-black:hover,
.zeeshan a.bg-black:focus,
.zeeshan button.bg-black:hover,
.zeeshan button.bg-black:focus {
  background-color: #0e141b !important;
}
.zeeshan .fill-primary {
  fill: #008aff !important;
}
.zeeshan .fill-light-primary {
  fill: #33a1ff !important;
}
.zeeshan .fill-dark-primary {
  fill: #006ecc !important;
}
.zeeshan .stroke-primary {
  stroke: #008aff !important;
}
.zeeshan .fill-soft-primary {
  fill: #e0f1ff;
}
.zeeshan .fill-secondary {
  fill: #eaecf3 !important;
}
.zeeshan .fill-light-secondary {
  fill: white !important;
}
.zeeshan .fill-dark-secondary {
  fill: #cacfe0 !important;
}
.zeeshan .stroke-secondary {
  stroke: #eaecf3 !important;
}
.zeeshan .fill-soft-secondary {
  fill: #fcfdfe;
}
.zeeshan .fill-success {
  fill: #5cc9a7 !important;
}
.zeeshan .fill-light-success {
  fill: #82d6bc !important;
}
.zeeshan .fill-dark-success {
  fill: #3cb690 !important;
}
.zeeshan .stroke-success {
  stroke: #5cc9a7 !important;
}
.zeeshan .fill-soft-success {
  fill: #ebf9f4;
}
.zeeshan .fill-info {
  fill: #50b5ff !important;
}
.zeeshan .fill-light-info {
  fill: #83cbff !important;
}
.zeeshan .fill-dark-info {
  fill: #1d9fff !important;
}
.zeeshan .stroke-info {
  stroke: #50b5ff !important;
}
.zeeshan .fill-soft-info {
  fill: #eaf6ff;
}
.zeeshan .fill-warning {
  fill: #ffbe3d !important;
}
.zeeshan .fill-light-warning {
  fill: #ffcf70 !important;
}
.zeeshan .fill-dark-warning {
  fill: #ffad0a !important;
}
.zeeshan .stroke-warning {
  stroke: #ffbe3d !important;
}
.zeeshan .fill-soft-warning {
  fill: #fff7e8;
}
.zeeshan .fill-danger {
  fill: #f25767 !important;
}
.zeeshan .fill-light-danger {
  fill: #f68692 !important;
}
.zeeshan .fill-dark-danger {
  fill: #ee283c !important;
}
.zeeshan .stroke-danger {
  stroke: #f25767 !important;
}
.zeeshan .fill-soft-danger {
  fill: #fdebed;
}
.zeeshan .fill-light {
  fill: #eaecf3 !important;
}
.zeeshan .fill-light-light {
  fill: white !important;
}
.zeeshan .fill-dark-light {
  fill: #cacfe0 !important;
}
.zeeshan .stroke-light {
  stroke: #eaecf3 !important;
}
.zeeshan .fill-soft-light {
  fill: #fcfdfe;
}
.zeeshan .fill-dark {
  fill: #171347 !important;
}
.zeeshan .fill-light-dark {
  fill: #241e6f !important;
}
.zeeshan .fill-dark-dark {
  fill: #0a081f !important;
}
.zeeshan .stroke-dark {
  stroke: #171347 !important;
}
.zeeshan .fill-soft-dark {
  fill: #e3e3e9;
}
.zeeshan .fill-neutral {
  fill: #fff !important;
}
.zeeshan .fill-light-neutral {
  fill: white !important;
}
.zeeshan .fill-dark-neutral {
  fill: #e6e6e6 !important;
}
.zeeshan .stroke-neutral {
  stroke: #fff !important;
}
.zeeshan .fill-soft-neutral {
  fill: white;
}
.zeeshan .fill-white {
  fill: #fff !important;
}
.zeeshan .fill-light-white {
  fill: white !important;
}
.zeeshan .fill-dark-white {
  fill: #e6e6e6 !important;
}
.zeeshan .stroke-white {
  stroke: #fff !important;
}
.zeeshan .fill-soft-white {
  fill: white;
}
.zeeshan .fill-blue {
  fill: #008aff !important;
}
.zeeshan .stroke-blue {
  stroke: #008aff !important;
}
.zeeshan .fill-indigo {
  fill: #6e00ff !important;
}
.zeeshan .stroke-indigo {
  stroke: #6e00ff !important;
}
.zeeshan .fill-purple {
  fill: #510fa8 !important;
}
.zeeshan .stroke-purple {
  stroke: #510fa8 !important;
}
.zeeshan .fill-pink {
  fill: #f074ad !important;
}
.zeeshan .stroke-pink {
  stroke: #f074ad !important;
}
.zeeshan .fill-red {
  fill: #f25767 !important;
}
.zeeshan .stroke-red {
  stroke: #f25767 !important;
}
.zeeshan .fill-orange {
  fill: #ffbe3d !important;
}
.zeeshan .stroke-orange {
  stroke: #ffbe3d !important;
}
.zeeshan .fill-yellow {
  fill: #ffc431 !important;
}
.zeeshan .stroke-yellow {
  stroke: #ffc431 !important;
}
.zeeshan .fill-green {
  fill: #5cc9a7 !important;
}
.zeeshan .stroke-green {
  stroke: #5cc9a7 !important;
}
.zeeshan .fill-teal {
  fill: #50b5ff !important;
}
.zeeshan .stroke-teal {
  stroke: #50b5ff !important;
}
.zeeshan .fill-cyan {
  fill: #4bd6e5 !important;
}
.zeeshan .stroke-cyan {
  stroke: #4bd6e5 !important;
}
.zeeshan .fill-white {
  fill: #fff !important;
}
.zeeshan .stroke-white {
  stroke: #fff !important;
}
.zeeshan .fill-gray {
  fill: #718096 !important;
}
.zeeshan .stroke-gray {
  stroke: #718096 !important;
}
.zeeshan .fill-gray-dark {
  fill: #2d3748 !important;
}
.zeeshan .stroke-gray-dark {
  stroke: #2d3748 !important;
}
.zeeshan .fill-primary-100 {
  fill: white !important;
}
.zeeshan .fill-primary-200 {
  fill: #cce8ff !important;
}
.zeeshan .fill-primary-300 {
  fill: #99d0ff !important;
}
.zeeshan .fill-primary-400 {
  fill: #66b9ff !important;
}
.zeeshan .fill-primary-500 {
  fill: #33a1ff !important;
}
.zeeshan .fill-primary-600 {
  fill: #1a96ff !important;
}
.zeeshan .stroke-primary-100 {
  stroke: white !important;
}
.zeeshan .stroke-primary-200 {
  stroke: #cce8ff !important;
}
.zeeshan .stroke-primary-300 {
  stroke: #99d0ff !important;
}
.zeeshan .stroke-primary-400 {
  stroke: #66b9ff !important;
}
.zeeshan .stroke-primary-500 {
  stroke: #33a1ff !important;
}
.zeeshan .stroke-primary-600 {
  stroke: #1a96ff !important;
}
.zeeshan .fill-section-primary {
  fill: #fff !important;
}
.zeeshan .stroke-section-primary {
  stroke: #fff !important;
}
.zeeshan .fill-section-secondary {
  fill: #fafbfe !important;
}
.zeeshan .stroke-section-secondary {
  stroke: #fafbfe !important;
}
.zeeshan .fill-section-light {
  fill: #cbd5e0 !important;
}
.zeeshan .stroke-section-light {
  stroke: #cbd5e0 !important;
}
.zeeshan .fill-section-dark {
  fill: #0e0b2b !important;
}
.zeeshan .stroke-section-dark {
  stroke: #0e0b2b !important;
}
.zeeshan .bg-section-fade {
  background: linear-gradient(177.86deg, #fafbfe 0%, rgba(255, 255, 255, 0) 100%);
}
.zeeshan .bg-cover {
  position: relative;
  background-repeat: no-repeat;
}
.zeeshan .bg-absolute-cover {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.zeeshan .bg-absolute-cover svg {
  height: 1000px;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .zeeshan .bg-lg-cover {
    background-image: none !important;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .bg-md-cover {
    background-image: none !important;
  }
}
.zeeshan .bg-size--cover {
  background: no-repeat center center/cover;
}
.zeeshan .bg-size--contain {
  background-size: contain;
}
.zeeshan .bg-text {
  font-size: 40rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}
.zeeshan .bg-inner--text {
  line-height: 1em;
  display: block;
  display: inline-block;
  width: auto;
  max-width: none;
  height: 1em;
  transition: 2s 0s;
  transform: none;
  animation: text_slide 40s linear infinite;
  white-space: nowrap;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .zeeshan .bg-img-holder {
    background-image: none !important;
  }
  .zeeshan .bg-img-holder img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .zeeshan .bg-img-holder {
    position: absolute;
    z-index: -1;
    height: 100%;
    min-height: 20rem;
    background-repeat: no-repeat;
  }
  .zeeshan .bg-img-holder img {
    display: none;
  }
}
.zeeshan .img-bg:after {
  position: absolute;
  z-index: 1;
  top: -168px;
  left: 31px;
  width: 783px;
  height: 725px;
  content: "";
  background: none no-repeat 50%;
  background-image: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='783' height='726' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z' fill='%23eaecf3' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: auto auto;
  background-size: contain;
}
.zeeshan .img-bg img {
  position: relative;
  z-index: 2;
}
.zeeshan .img-as-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.zeeshan .blend-mode--multiply {
  mix-blend-mode: multiply;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zeeshan .blend-mode--multiply:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: rgba(0, 0, 214, 0.5);
  }
}
.zeeshan .blend-mode--color-burn {
  mix-blend-mode: color-burn;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zeeshan .blend-mode--color-burn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: rgba(0, 0, 214, 0.5);
  }
}
.zeeshan .border-sm {
  border-width: 2px !important;
}
.zeeshan .border-md {
  border-width: 3px !important;
}
.zeeshan .border-lg {
  border-width: 4px !important;
}
.zeeshan .border-dashed {
  border-style: dashed !important;
}
.zeeshan .border-dotted {
  border-style: dotted !important;
}
.zeeshan .border-groove {
  border-style: groove !important;
}
.zeeshan .rounded-xl {
  border-radius: 0.75rem !important;
}
.zeeshan .rounded-left-pill {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.zeeshan .rounded-right-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}
.zeeshan .rounded-bottom-left {
  border-bottom-left-radius: 90px;
}
.zeeshan .border-soft-primary {
  border-color: #66b9ff !important;
}
.zeeshan .border-dark-primary {
  border-color: #007ce6 !important;
}
.zeeshan .border-soft-secondary {
  border-color: white !important;
}
.zeeshan .border-dark-secondary {
  border-color: #daddea !important;
}
.zeeshan .border-soft-success {
  border-color: #a9e2d0 !important;
}
.zeeshan .border-dark-success {
  border-color: #49c39d !important;
}
.zeeshan .border-soft-info {
  border-color: #b6e0ff !important;
}
.zeeshan .border-dark-info {
  border-color: #37aaff !important;
}
.zeeshan .border-soft-warning {
  border-color: #ffe0a3 !important;
}
.zeeshan .border-dark-warning {
  border-color: #ffb524 !important;
}
.zeeshan .border-soft-danger {
  border-color: #f9b6bd !important;
}
.zeeshan .border-dark-danger {
  border-color: #f03f52 !important;
}
.zeeshan .border-soft-light {
  border-color: white !important;
}
.zeeshan .border-dark-light {
  border-color: #daddea !important;
}
.zeeshan .border-soft-dark {
  border-color: #312997 !important;
}
.zeeshan .border-dark-dark {
  border-color: #100e33 !important;
}
.zeeshan .border-soft-neutral {
  border-color: white !important;
}
.zeeshan .border-dark-neutral {
  border-color: #f2f2f2 !important;
}
.zeeshan .border-soft-white {
  border-color: white !important;
}
.zeeshan .border-dark-white {
  border-color: #f2f2f2 !important;
}
.zeeshan .img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.zeeshan .img-grayscale {
  filter: grayscale(100%);
}
.zeeshan .img-saturate {
  filter: saturate(150%);
}
.zeeshan .h-100vh {
  height: 100vh !important;
}
.zeeshan .mw-25 {
  max-width: 25% !important;
}
.zeeshan .mw-50 {
  max-width: 50% !important;
}
.zeeshan .mw-75 {
  max-width: 75% !important;
}
.zeeshan .mw-100 {
  max-width: 100% !important;
}
.zeeshan .mw-auto {
  max-width: auto !important;
}
.zeeshan .mw-10 {
  max-width: 10% !important;
}
.zeeshan .mw-15 {
  max-width: 15% !important;
}
.zeeshan .mw-80 {
  max-width: 80% !important;
}
.zeeshan .mw-90 {
  max-width: 90% !important;
}
.zeeshan .mw-110 {
  max-width: 110% !important;
}
.zeeshan .mw-120 {
  max-width: 120% !important;
}
.zeeshan .mw-130 {
  max-width: 130% !important;
}
@media (min-width: 576px) {
  .zeeshan .mw-sm-25 {
    max-width: 25% !important;
  }
  .zeeshan .mw-sm-50 {
    max-width: 50% !important;
  }
  .zeeshan .mw-sm-75 {
    max-width: 75% !important;
  }
  .zeeshan .mw-sm-100 {
    max-width: 100% !important;
  }
  .zeeshan .mw-sm-auto {
    max-width: auto !important;
  }
  .zeeshan .mw-sm-10 {
    max-width: 10% !important;
  }
  .zeeshan .mw-sm-15 {
    max-width: 15% !important;
  }
  .zeeshan .mw-sm-80 {
    max-width: 80% !important;
  }
  .zeeshan .mw-sm-90 {
    max-width: 90% !important;
  }
  .zeeshan .mw-sm-110 {
    max-width: 110% !important;
  }
  .zeeshan .mw-sm-120 {
    max-width: 120% !important;
  }
  .zeeshan .mw-sm-130 {
    max-width: 130% !important;
  }
}
@media (min-width: 768px) {
  .zeeshan .mw-md-25 {
    max-width: 25% !important;
  }
  .zeeshan .mw-md-50 {
    max-width: 50% !important;
  }
  .zeeshan .mw-md-75 {
    max-width: 75% !important;
  }
  .zeeshan .mw-md-100 {
    max-width: 100% !important;
  }
  .zeeshan .mw-md-auto {
    max-width: auto !important;
  }
  .zeeshan .mw-md-10 {
    max-width: 10% !important;
  }
  .zeeshan .mw-md-15 {
    max-width: 15% !important;
  }
  .zeeshan .mw-md-80 {
    max-width: 80% !important;
  }
  .zeeshan .mw-md-90 {
    max-width: 90% !important;
  }
  .zeeshan .mw-md-110 {
    max-width: 110% !important;
  }
  .zeeshan .mw-md-120 {
    max-width: 120% !important;
  }
  .zeeshan .mw-md-130 {
    max-width: 130% !important;
  }
}
@media (min-width: 992px) {
  .zeeshan .mw-lg-25 {
    max-width: 25% !important;
  }
  .zeeshan .mw-lg-50 {
    max-width: 50% !important;
  }
  .zeeshan .mw-lg-75 {
    max-width: 75% !important;
  }
  .zeeshan .mw-lg-100 {
    max-width: 100% !important;
  }
  .zeeshan .mw-lg-auto {
    max-width: auto !important;
  }
  .zeeshan .mw-lg-10 {
    max-width: 10% !important;
  }
  .zeeshan .mw-lg-15 {
    max-width: 15% !important;
  }
  .zeeshan .mw-lg-80 {
    max-width: 80% !important;
  }
  .zeeshan .mw-lg-90 {
    max-width: 90% !important;
  }
  .zeeshan .mw-lg-110 {
    max-width: 110% !important;
  }
  .zeeshan .mw-lg-120 {
    max-width: 120% !important;
  }
  .zeeshan .mw-lg-130 {
    max-width: 130% !important;
  }
}
@media (min-width: 1200px) {
  .zeeshan .mw-xl-25 {
    max-width: 25% !important;
  }
  .zeeshan .mw-xl-50 {
    max-width: 50% !important;
  }
  .zeeshan .mw-xl-75 {
    max-width: 75% !important;
  }
  .zeeshan .mw-xl-100 {
    max-width: 100% !important;
  }
  .zeeshan .mw-xl-auto {
    max-width: auto !important;
  }
  .zeeshan .mw-xl-10 {
    max-width: 10% !important;
  }
  .zeeshan .mw-xl-15 {
    max-width: 15% !important;
  }
  .zeeshan .mw-xl-80 {
    max-width: 80% !important;
  }
  .zeeshan .mw-xl-90 {
    max-width: 90% !important;
  }
  .zeeshan .mw-xl-110 {
    max-width: 110% !important;
  }
  .zeeshan .mw-xl-120 {
    max-width: 120% !important;
  }
  .zeeshan .mw-xl-130 {
    max-width: 130% !important;
  }
}
.zeeshan .row-grid + .row-grid {
  margin-top: 3rem;
}
.zeeshan .row-grid > [class*=col-] + [class*=col-] {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .zeeshan .row.row-grid > [class*=col-lg-] + [class*=col-lg-] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .zeeshan .row.row-grid > [class*=col-md-] + [class*=col-md-] {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .zeeshan .row.row-grid > [class*=col-sm-] + [class*=col-sm-] {
    margin-top: 0;
  }
}
.zeeshan .top-0 {
  top: 0 !important;
}
.zeeshan .right-0 {
  right: 0 !important;
}
.zeeshan .bottom-0 {
  bottom: 0 !important;
}
.zeeshan .left-0 {
  left: 0 !important;
}
.zeeshan .top-n0 {
  top: 0 !important;
}
.zeeshan .right-n0 {
  right: 0 !important;
}
.zeeshan .bottom-n0 {
  bottom: 0 !important;
}
.zeeshan .left-n0 {
  left: 0 !important;
}
.zeeshan .top-1 {
  top: 0.25rem !important;
}
.zeeshan .right-1 {
  right: 0.25rem !important;
}
.zeeshan .bottom-1 {
  bottom: 0.25rem !important;
}
.zeeshan .left-1 {
  left: 0.25rem !important;
}
.zeeshan .top-n1 {
  top: -0.25rem !important;
}
.zeeshan .right-n1 {
  right: -0.25rem !important;
}
.zeeshan .bottom-n1 {
  bottom: -0.25rem !important;
}
.zeeshan .left-n1 {
  left: -0.25rem !important;
}
.zeeshan .top-2 {
  top: 0.5rem !important;
}
.zeeshan .right-2 {
  right: 0.5rem !important;
}
.zeeshan .bottom-2 {
  bottom: 0.5rem !important;
}
.zeeshan .left-2 {
  left: 0.5rem !important;
}
.zeeshan .top-n2 {
  top: -0.5rem !important;
}
.zeeshan .right-n2 {
  right: -0.5rem !important;
}
.zeeshan .bottom-n2 {
  bottom: -0.5rem !important;
}
.zeeshan .left-n2 {
  left: -0.5rem !important;
}
.zeeshan .top-3 {
  top: 1rem !important;
}
.zeeshan .right-3 {
  right: 1rem !important;
}
.zeeshan .bottom-3 {
  bottom: 1rem !important;
}
.zeeshan .left-3 {
  left: 1rem !important;
}
.zeeshan .top-n3 {
  top: -1rem !important;
}
.zeeshan .right-n3 {
  right: -1rem !important;
}
.zeeshan .bottom-n3 {
  bottom: -1rem !important;
}
.zeeshan .left-n3 {
  left: -1rem !important;
}
.zeeshan .top-4 {
  top: 1.5rem !important;
}
.zeeshan .right-4 {
  right: 1.5rem !important;
}
.zeeshan .bottom-4 {
  bottom: 1.5rem !important;
}
.zeeshan .left-4 {
  left: 1.5rem !important;
}
.zeeshan .top-n4 {
  top: -1.5rem !important;
}
.zeeshan .right-n4 {
  right: -1.5rem !important;
}
.zeeshan .bottom-n4 {
  bottom: -1.5rem !important;
}
.zeeshan .left-n4 {
  left: -1.5rem !important;
}
.zeeshan .top-5 {
  top: 3rem !important;
}
.zeeshan .right-5 {
  right: 3rem !important;
}
.zeeshan .bottom-5 {
  bottom: 3rem !important;
}
.zeeshan .left-5 {
  left: 3rem !important;
}
.zeeshan .top-n5 {
  top: -3rem !important;
}
.zeeshan .right-n5 {
  right: -3rem !important;
}
.zeeshan .bottom-n5 {
  bottom: -3rem !important;
}
.zeeshan .left-n5 {
  left: -3rem !important;
}
.zeeshan .top-6 {
  top: 4.5rem !important;
}
.zeeshan .right-6 {
  right: 4.5rem !important;
}
.zeeshan .bottom-6 {
  bottom: 4.5rem !important;
}
.zeeshan .left-6 {
  left: 4.5rem !important;
}
.zeeshan .top-n6 {
  top: -4.5rem !important;
}
.zeeshan .right-n6 {
  right: -4.5rem !important;
}
.zeeshan .bottom-n6 {
  bottom: -4.5rem !important;
}
.zeeshan .left-n6 {
  left: -4.5rem !important;
}
.zeeshan .top-7 {
  top: 6rem !important;
}
.zeeshan .right-7 {
  right: 6rem !important;
}
.zeeshan .bottom-7 {
  bottom: 6rem !important;
}
.zeeshan .left-7 {
  left: 6rem !important;
}
.zeeshan .top-n7 {
  top: -6rem !important;
}
.zeeshan .right-n7 {
  right: -6rem !important;
}
.zeeshan .bottom-n7 {
  bottom: -6rem !important;
}
.zeeshan .left-n7 {
  left: -6rem !important;
}
.zeeshan .top-8 {
  top: 7.5rem !important;
}
.zeeshan .right-8 {
  right: 7.5rem !important;
}
.zeeshan .bottom-8 {
  bottom: 7.5rem !important;
}
.zeeshan .left-8 {
  left: 7.5rem !important;
}
.zeeshan .top-n8 {
  top: -7.5rem !important;
}
.zeeshan .right-n8 {
  right: -7.5rem !important;
}
.zeeshan .bottom-n8 {
  bottom: -7.5rem !important;
}
.zeeshan .left-n8 {
  left: -7.5rem !important;
}
.zeeshan .top-9 {
  top: 9rem !important;
}
.zeeshan .right-9 {
  right: 9rem !important;
}
.zeeshan .bottom-9 {
  bottom: 9rem !important;
}
.zeeshan .left-9 {
  left: 9rem !important;
}
.zeeshan .top-n9 {
  top: -9rem !important;
}
.zeeshan .right-n9 {
  right: -9rem !important;
}
.zeeshan .bottom-n9 {
  bottom: -9rem !important;
}
.zeeshan .left-n9 {
  left: -9rem !important;
}
.zeeshan .top-10 {
  top: 10.5rem !important;
}
.zeeshan .right-10 {
  right: 10.5rem !important;
}
.zeeshan .bottom-10 {
  bottom: 10.5rem !important;
}
.zeeshan .left-10 {
  left: 10.5rem !important;
}
.zeeshan .top-n10 {
  top: -10.5rem !important;
}
.zeeshan .right-n10 {
  right: -10.5rem !important;
}
.zeeshan .bottom-n10 {
  bottom: -10.5rem !important;
}
.zeeshan .left-n10 {
  left: -10.5rem !important;
}
.zeeshan .top-17 {
  top: 21rem !important;
}
.zeeshan .right-17 {
  right: 21rem !important;
}
.zeeshan .bottom-17 {
  bottom: 21rem !important;
}
.zeeshan .left-17 {
  left: 21rem !important;
}
.zeeshan .top-n17 {
  top: -21rem !important;
}
.zeeshan .right-n17 {
  right: -21rem !important;
}
.zeeshan .bottom-n17 {
  bottom: -21rem !important;
}
.zeeshan .left-n17 {
  left: -21rem !important;
}
@media (min-width: 576px) {
  .zeeshan .top-sm-0 {
    top: 0 !important;
  }
  .zeeshan .right-sm-0 {
    right: 0 !important;
  }
  .zeeshan .bottom-sm-0 {
    bottom: 0 !important;
  }
  .zeeshan .left-sm-0 {
    left: 0 !important;
  }
  .zeeshan .top-sm-n0 {
    top: 0 !important;
  }
  .zeeshan .right-sm-n0 {
    right: 0 !important;
  }
  .zeeshan .bottom-sm-n0 {
    bottom: 0 !important;
  }
  .zeeshan .left-sm-n0 {
    left: 0 !important;
  }
  .zeeshan .top-sm-1 {
    top: 0.25rem !important;
  }
  .zeeshan .right-sm-1 {
    right: 0.25rem !important;
  }
  .zeeshan .bottom-sm-1 {
    bottom: 0.25rem !important;
  }
  .zeeshan .left-sm-1 {
    left: 0.25rem !important;
  }
  .zeeshan .top-sm-n1 {
    top: -0.25rem !important;
  }
  .zeeshan .right-sm-n1 {
    right: -0.25rem !important;
  }
  .zeeshan .bottom-sm-n1 {
    bottom: -0.25rem !important;
  }
  .zeeshan .left-sm-n1 {
    left: -0.25rem !important;
  }
  .zeeshan .top-sm-2 {
    top: 0.5rem !important;
  }
  .zeeshan .right-sm-2 {
    right: 0.5rem !important;
  }
  .zeeshan .bottom-sm-2 {
    bottom: 0.5rem !important;
  }
  .zeeshan .left-sm-2 {
    left: 0.5rem !important;
  }
  .zeeshan .top-sm-n2 {
    top: -0.5rem !important;
  }
  .zeeshan .right-sm-n2 {
    right: -0.5rem !important;
  }
  .zeeshan .bottom-sm-n2 {
    bottom: -0.5rem !important;
  }
  .zeeshan .left-sm-n2 {
    left: -0.5rem !important;
  }
  .zeeshan .top-sm-3 {
    top: 1rem !important;
  }
  .zeeshan .right-sm-3 {
    right: 1rem !important;
  }
  .zeeshan .bottom-sm-3 {
    bottom: 1rem !important;
  }
  .zeeshan .left-sm-3 {
    left: 1rem !important;
  }
  .zeeshan .top-sm-n3 {
    top: -1rem !important;
  }
  .zeeshan .right-sm-n3 {
    right: -1rem !important;
  }
  .zeeshan .bottom-sm-n3 {
    bottom: -1rem !important;
  }
  .zeeshan .left-sm-n3 {
    left: -1rem !important;
  }
  .zeeshan .top-sm-4 {
    top: 1.5rem !important;
  }
  .zeeshan .right-sm-4 {
    right: 1.5rem !important;
  }
  .zeeshan .bottom-sm-4 {
    bottom: 1.5rem !important;
  }
  .zeeshan .left-sm-4 {
    left: 1.5rem !important;
  }
  .zeeshan .top-sm-n4 {
    top: -1.5rem !important;
  }
  .zeeshan .right-sm-n4 {
    right: -1.5rem !important;
  }
  .zeeshan .bottom-sm-n4 {
    bottom: -1.5rem !important;
  }
  .zeeshan .left-sm-n4 {
    left: -1.5rem !important;
  }
  .zeeshan .top-sm-5 {
    top: 3rem !important;
  }
  .zeeshan .right-sm-5 {
    right: 3rem !important;
  }
  .zeeshan .bottom-sm-5 {
    bottom: 3rem !important;
  }
  .zeeshan .left-sm-5 {
    left: 3rem !important;
  }
  .zeeshan .top-sm-n5 {
    top: -3rem !important;
  }
  .zeeshan .right-sm-n5 {
    right: -3rem !important;
  }
  .zeeshan .bottom-sm-n5 {
    bottom: -3rem !important;
  }
  .zeeshan .left-sm-n5 {
    left: -3rem !important;
  }
  .zeeshan .top-sm-6 {
    top: 4.5rem !important;
  }
  .zeeshan .right-sm-6 {
    right: 4.5rem !important;
  }
  .zeeshan .bottom-sm-6 {
    bottom: 4.5rem !important;
  }
  .zeeshan .left-sm-6 {
    left: 4.5rem !important;
  }
  .zeeshan .top-sm-n6 {
    top: -4.5rem !important;
  }
  .zeeshan .right-sm-n6 {
    right: -4.5rem !important;
  }
  .zeeshan .bottom-sm-n6 {
    bottom: -4.5rem !important;
  }
  .zeeshan .left-sm-n6 {
    left: -4.5rem !important;
  }
  .zeeshan .top-sm-7 {
    top: 6rem !important;
  }
  .zeeshan .right-sm-7 {
    right: 6rem !important;
  }
  .zeeshan .bottom-sm-7 {
    bottom: 6rem !important;
  }
  .zeeshan .left-sm-7 {
    left: 6rem !important;
  }
  .zeeshan .top-sm-n7 {
    top: -6rem !important;
  }
  .zeeshan .right-sm-n7 {
    right: -6rem !important;
  }
  .zeeshan .bottom-sm-n7 {
    bottom: -6rem !important;
  }
  .zeeshan .left-sm-n7 {
    left: -6rem !important;
  }
  .zeeshan .top-sm-8 {
    top: 7.5rem !important;
  }
  .zeeshan .right-sm-8 {
    right: 7.5rem !important;
  }
  .zeeshan .bottom-sm-8 {
    bottom: 7.5rem !important;
  }
  .zeeshan .left-sm-8 {
    left: 7.5rem !important;
  }
  .zeeshan .top-sm-n8 {
    top: -7.5rem !important;
  }
  .zeeshan .right-sm-n8 {
    right: -7.5rem !important;
  }
  .zeeshan .bottom-sm-n8 {
    bottom: -7.5rem !important;
  }
  .zeeshan .left-sm-n8 {
    left: -7.5rem !important;
  }
  .zeeshan .top-sm-9 {
    top: 9rem !important;
  }
  .zeeshan .right-sm-9 {
    right: 9rem !important;
  }
  .zeeshan .bottom-sm-9 {
    bottom: 9rem !important;
  }
  .zeeshan .left-sm-9 {
    left: 9rem !important;
  }
  .zeeshan .top-sm-n9 {
    top: -9rem !important;
  }
  .zeeshan .right-sm-n9 {
    right: -9rem !important;
  }
  .zeeshan .bottom-sm-n9 {
    bottom: -9rem !important;
  }
  .zeeshan .left-sm-n9 {
    left: -9rem !important;
  }
  .zeeshan .top-sm-10 {
    top: 10.5rem !important;
  }
  .zeeshan .right-sm-10 {
    right: 10.5rem !important;
  }
  .zeeshan .bottom-sm-10 {
    bottom: 10.5rem !important;
  }
  .zeeshan .left-sm-10 {
    left: 10.5rem !important;
  }
  .zeeshan .top-sm-n10 {
    top: -10.5rem !important;
  }
  .zeeshan .right-sm-n10 {
    right: -10.5rem !important;
  }
  .zeeshan .bottom-sm-n10 {
    bottom: -10.5rem !important;
  }
  .zeeshan .left-sm-n10 {
    left: -10.5rem !important;
  }
  .zeeshan .top-sm-17 {
    top: 21rem !important;
  }
  .zeeshan .right-sm-17 {
    right: 21rem !important;
  }
  .zeeshan .bottom-sm-17 {
    bottom: 21rem !important;
  }
  .zeeshan .left-sm-17 {
    left: 21rem !important;
  }
  .zeeshan .top-sm-n17 {
    top: -21rem !important;
  }
  .zeeshan .right-sm-n17 {
    right: -21rem !important;
  }
  .zeeshan .bottom-sm-n17 {
    bottom: -21rem !important;
  }
  .zeeshan .left-sm-n17 {
    left: -21rem !important;
  }
}
@media (min-width: 768px) {
  .zeeshan .top-md-0 {
    top: 0 !important;
  }
  .zeeshan .right-md-0 {
    right: 0 !important;
  }
  .zeeshan .bottom-md-0 {
    bottom: 0 !important;
  }
  .zeeshan .left-md-0 {
    left: 0 !important;
  }
  .zeeshan .top-md-n0 {
    top: 0 !important;
  }
  .zeeshan .right-md-n0 {
    right: 0 !important;
  }
  .zeeshan .bottom-md-n0 {
    bottom: 0 !important;
  }
  .zeeshan .left-md-n0 {
    left: 0 !important;
  }
  .zeeshan .top-md-1 {
    top: 0.25rem !important;
  }
  .zeeshan .right-md-1 {
    right: 0.25rem !important;
  }
  .zeeshan .bottom-md-1 {
    bottom: 0.25rem !important;
  }
  .zeeshan .left-md-1 {
    left: 0.25rem !important;
  }
  .zeeshan .top-md-n1 {
    top: -0.25rem !important;
  }
  .zeeshan .right-md-n1 {
    right: -0.25rem !important;
  }
  .zeeshan .bottom-md-n1 {
    bottom: -0.25rem !important;
  }
  .zeeshan .left-md-n1 {
    left: -0.25rem !important;
  }
  .zeeshan .top-md-2 {
    top: 0.5rem !important;
  }
  .zeeshan .right-md-2 {
    right: 0.5rem !important;
  }
  .zeeshan .bottom-md-2 {
    bottom: 0.5rem !important;
  }
  .zeeshan .left-md-2 {
    left: 0.5rem !important;
  }
  .zeeshan .top-md-n2 {
    top: -0.5rem !important;
  }
  .zeeshan .right-md-n2 {
    right: -0.5rem !important;
  }
  .zeeshan .bottom-md-n2 {
    bottom: -0.5rem !important;
  }
  .zeeshan .left-md-n2 {
    left: -0.5rem !important;
  }
  .zeeshan .top-md-3 {
    top: 1rem !important;
  }
  .zeeshan .right-md-3 {
    right: 1rem !important;
  }
  .zeeshan .bottom-md-3 {
    bottom: 1rem !important;
  }
  .zeeshan .left-md-3 {
    left: 1rem !important;
  }
  .zeeshan .top-md-n3 {
    top: -1rem !important;
  }
  .zeeshan .right-md-n3 {
    right: -1rem !important;
  }
  .zeeshan .bottom-md-n3 {
    bottom: -1rem !important;
  }
  .zeeshan .left-md-n3 {
    left: -1rem !important;
  }
  .zeeshan .top-md-4 {
    top: 1.5rem !important;
  }
  .zeeshan .right-md-4 {
    right: 1.5rem !important;
  }
  .zeeshan .bottom-md-4 {
    bottom: 1.5rem !important;
  }
  .zeeshan .left-md-4 {
    left: 1.5rem !important;
  }
  .zeeshan .top-md-n4 {
    top: -1.5rem !important;
  }
  .zeeshan .right-md-n4 {
    right: -1.5rem !important;
  }
  .zeeshan .bottom-md-n4 {
    bottom: -1.5rem !important;
  }
  .zeeshan .left-md-n4 {
    left: -1.5rem !important;
  }
  .zeeshan .top-md-5 {
    top: 3rem !important;
  }
  .zeeshan .right-md-5 {
    right: 3rem !important;
  }
  .zeeshan .bottom-md-5 {
    bottom: 3rem !important;
  }
  .zeeshan .left-md-5 {
    left: 3rem !important;
  }
  .zeeshan .top-md-n5 {
    top: -3rem !important;
  }
  .zeeshan .right-md-n5 {
    right: -3rem !important;
  }
  .zeeshan .bottom-md-n5 {
    bottom: -3rem !important;
  }
  .zeeshan .left-md-n5 {
    left: -3rem !important;
  }
  .zeeshan .top-md-6 {
    top: 4.5rem !important;
  }
  .zeeshan .right-md-6 {
    right: 4.5rem !important;
  }
  .zeeshan .bottom-md-6 {
    bottom: 4.5rem !important;
  }
  .zeeshan .left-md-6 {
    left: 4.5rem !important;
  }
  .zeeshan .top-md-n6 {
    top: -4.5rem !important;
  }
  .zeeshan .right-md-n6 {
    right: -4.5rem !important;
  }
  .zeeshan .bottom-md-n6 {
    bottom: -4.5rem !important;
  }
  .zeeshan .left-md-n6 {
    left: -4.5rem !important;
  }
  .zeeshan .top-md-7 {
    top: 6rem !important;
  }
  .zeeshan .right-md-7 {
    right: 6rem !important;
  }
  .zeeshan .bottom-md-7 {
    bottom: 6rem !important;
  }
  .zeeshan .left-md-7 {
    left: 6rem !important;
  }
  .zeeshan .top-md-n7 {
    top: -6rem !important;
  }
  .zeeshan .right-md-n7 {
    right: -6rem !important;
  }
  .zeeshan .bottom-md-n7 {
    bottom: -6rem !important;
  }
  .zeeshan .left-md-n7 {
    left: -6rem !important;
  }
  .zeeshan .top-md-8 {
    top: 7.5rem !important;
  }
  .zeeshan .right-md-8 {
    right: 7.5rem !important;
  }
  .zeeshan .bottom-md-8 {
    bottom: 7.5rem !important;
  }
  .zeeshan .left-md-8 {
    left: 7.5rem !important;
  }
  .zeeshan .top-md-n8 {
    top: -7.5rem !important;
  }
  .zeeshan .right-md-n8 {
    right: -7.5rem !important;
  }
  .zeeshan .bottom-md-n8 {
    bottom: -7.5rem !important;
  }
  .zeeshan .left-md-n8 {
    left: -7.5rem !important;
  }
  .zeeshan .top-md-9 {
    top: 9rem !important;
  }
  .zeeshan .right-md-9 {
    right: 9rem !important;
  }
  .zeeshan .bottom-md-9 {
    bottom: 9rem !important;
  }
  .zeeshan .left-md-9 {
    left: 9rem !important;
  }
  .zeeshan .top-md-n9 {
    top: -9rem !important;
  }
  .zeeshan .right-md-n9 {
    right: -9rem !important;
  }
  .zeeshan .bottom-md-n9 {
    bottom: -9rem !important;
  }
  .zeeshan .left-md-n9 {
    left: -9rem !important;
  }
  .zeeshan .top-md-10 {
    top: 10.5rem !important;
  }
  .zeeshan .right-md-10 {
    right: 10.5rem !important;
  }
  .zeeshan .bottom-md-10 {
    bottom: 10.5rem !important;
  }
  .zeeshan .left-md-10 {
    left: 10.5rem !important;
  }
  .zeeshan .top-md-n10 {
    top: -10.5rem !important;
  }
  .zeeshan .right-md-n10 {
    right: -10.5rem !important;
  }
  .zeeshan .bottom-md-n10 {
    bottom: -10.5rem !important;
  }
  .zeeshan .left-md-n10 {
    left: -10.5rem !important;
  }
  .zeeshan .top-md-17 {
    top: 21rem !important;
  }
  .zeeshan .right-md-17 {
    right: 21rem !important;
  }
  .zeeshan .bottom-md-17 {
    bottom: 21rem !important;
  }
  .zeeshan .left-md-17 {
    left: 21rem !important;
  }
  .zeeshan .top-md-n17 {
    top: -21rem !important;
  }
  .zeeshan .right-md-n17 {
    right: -21rem !important;
  }
  .zeeshan .bottom-md-n17 {
    bottom: -21rem !important;
  }
  .zeeshan .left-md-n17 {
    left: -21rem !important;
  }
}
@media (min-width: 992px) {
  .zeeshan .top-lg-0 {
    top: 0 !important;
  }
  .zeeshan .right-lg-0 {
    right: 0 !important;
  }
  .zeeshan .bottom-lg-0 {
    bottom: 0 !important;
  }
  .zeeshan .left-lg-0 {
    left: 0 !important;
  }
  .zeeshan .top-lg-n0 {
    top: 0 !important;
  }
  .zeeshan .right-lg-n0 {
    right: 0 !important;
  }
  .zeeshan .bottom-lg-n0 {
    bottom: 0 !important;
  }
  .zeeshan .left-lg-n0 {
    left: 0 !important;
  }
  .zeeshan .top-lg-1 {
    top: 0.25rem !important;
  }
  .zeeshan .right-lg-1 {
    right: 0.25rem !important;
  }
  .zeeshan .bottom-lg-1 {
    bottom: 0.25rem !important;
  }
  .zeeshan .left-lg-1 {
    left: 0.25rem !important;
  }
  .zeeshan .top-lg-n1 {
    top: -0.25rem !important;
  }
  .zeeshan .right-lg-n1 {
    right: -0.25rem !important;
  }
  .zeeshan .bottom-lg-n1 {
    bottom: -0.25rem !important;
  }
  .zeeshan .left-lg-n1 {
    left: -0.25rem !important;
  }
  .zeeshan .top-lg-2 {
    top: 0.5rem !important;
  }
  .zeeshan .right-lg-2 {
    right: 0.5rem !important;
  }
  .zeeshan .bottom-lg-2 {
    bottom: 0.5rem !important;
  }
  .zeeshan .left-lg-2 {
    left: 0.5rem !important;
  }
  .zeeshan .top-lg-n2 {
    top: -0.5rem !important;
  }
  .zeeshan .right-lg-n2 {
    right: -0.5rem !important;
  }
  .zeeshan .bottom-lg-n2 {
    bottom: -0.5rem !important;
  }
  .zeeshan .left-lg-n2 {
    left: -0.5rem !important;
  }
  .zeeshan .top-lg-3 {
    top: 1rem !important;
  }
  .zeeshan .right-lg-3 {
    right: 1rem !important;
  }
  .zeeshan .bottom-lg-3 {
    bottom: 1rem !important;
  }
  .zeeshan .left-lg-3 {
    left: 1rem !important;
  }
  .zeeshan .top-lg-n3 {
    top: -1rem !important;
  }
  .zeeshan .right-lg-n3 {
    right: -1rem !important;
  }
  .zeeshan .bottom-lg-n3 {
    bottom: -1rem !important;
  }
  .zeeshan .left-lg-n3 {
    left: -1rem !important;
  }
  .zeeshan .top-lg-4 {
    top: 1.5rem !important;
  }
  .zeeshan .right-lg-4 {
    right: 1.5rem !important;
  }
  .zeeshan .bottom-lg-4 {
    bottom: 1.5rem !important;
  }
  .zeeshan .left-lg-4 {
    left: 1.5rem !important;
  }
  .zeeshan .top-lg-n4 {
    top: -1.5rem !important;
  }
  .zeeshan .right-lg-n4 {
    right: -1.5rem !important;
  }
  .zeeshan .bottom-lg-n4 {
    bottom: -1.5rem !important;
  }
  .zeeshan .left-lg-n4 {
    left: -1.5rem !important;
  }
  .zeeshan .top-lg-5 {
    top: 3rem !important;
  }
  .zeeshan .right-lg-5 {
    right: 3rem !important;
  }
  .zeeshan .bottom-lg-5 {
    bottom: 3rem !important;
  }
  .zeeshan .left-lg-5 {
    left: 3rem !important;
  }
  .zeeshan .top-lg-n5 {
    top: -3rem !important;
  }
  .zeeshan .right-lg-n5 {
    right: -3rem !important;
  }
  .zeeshan .bottom-lg-n5 {
    bottom: -3rem !important;
  }
  .zeeshan .left-lg-n5 {
    left: -3rem !important;
  }
  .zeeshan .top-lg-6 {
    top: 4.5rem !important;
  }
  .zeeshan .right-lg-6 {
    right: 4.5rem !important;
  }
  .zeeshan .bottom-lg-6 {
    bottom: 4.5rem !important;
  }
  .zeeshan .left-lg-6 {
    left: 4.5rem !important;
  }
  .zeeshan .top-lg-n6 {
    top: -4.5rem !important;
  }
  .zeeshan .right-lg-n6 {
    right: -4.5rem !important;
  }
  .zeeshan .bottom-lg-n6 {
    bottom: -4.5rem !important;
  }
  .zeeshan .left-lg-n6 {
    left: -4.5rem !important;
  }
  .zeeshan .top-lg-7 {
    top: 6rem !important;
  }
  .zeeshan .right-lg-7 {
    right: 6rem !important;
  }
  .zeeshan .bottom-lg-7 {
    bottom: 6rem !important;
  }
  .zeeshan .left-lg-7 {
    left: 6rem !important;
  }
  .zeeshan .top-lg-n7 {
    top: -6rem !important;
  }
  .zeeshan .right-lg-n7 {
    right: -6rem !important;
  }
  .zeeshan .bottom-lg-n7 {
    bottom: -6rem !important;
  }
  .zeeshan .left-lg-n7 {
    left: -6rem !important;
  }
  .zeeshan .top-lg-8 {
    top: 7.5rem !important;
  }
  .zeeshan .right-lg-8 {
    right: 7.5rem !important;
  }
  .zeeshan .bottom-lg-8 {
    bottom: 7.5rem !important;
  }
  .zeeshan .left-lg-8 {
    left: 7.5rem !important;
  }
  .zeeshan .top-lg-n8 {
    top: -7.5rem !important;
  }
  .zeeshan .right-lg-n8 {
    right: -7.5rem !important;
  }
  .zeeshan .bottom-lg-n8 {
    bottom: -7.5rem !important;
  }
  .zeeshan .left-lg-n8 {
    left: -7.5rem !important;
  }
  .zeeshan .top-lg-9 {
    top: 9rem !important;
  }
  .zeeshan .right-lg-9 {
    right: 9rem !important;
  }
  .zeeshan .bottom-lg-9 {
    bottom: 9rem !important;
  }
  .zeeshan .left-lg-9 {
    left: 9rem !important;
  }
  .zeeshan .top-lg-n9 {
    top: -9rem !important;
  }
  .zeeshan .right-lg-n9 {
    right: -9rem !important;
  }
  .zeeshan .bottom-lg-n9 {
    bottom: -9rem !important;
  }
  .zeeshan .left-lg-n9 {
    left: -9rem !important;
  }
  .zeeshan .top-lg-10 {
    top: 10.5rem !important;
  }
  .zeeshan .right-lg-10 {
    right: 10.5rem !important;
  }
  .zeeshan .bottom-lg-10 {
    bottom: 10.5rem !important;
  }
  .zeeshan .left-lg-10 {
    left: 10.5rem !important;
  }
  .zeeshan .top-lg-n10 {
    top: -10.5rem !important;
  }
  .zeeshan .right-lg-n10 {
    right: -10.5rem !important;
  }
  .zeeshan .bottom-lg-n10 {
    bottom: -10.5rem !important;
  }
  .zeeshan .left-lg-n10 {
    left: -10.5rem !important;
  }
  .zeeshan .top-lg-17 {
    top: 21rem !important;
  }
  .zeeshan .right-lg-17 {
    right: 21rem !important;
  }
  .zeeshan .bottom-lg-17 {
    bottom: 21rem !important;
  }
  .zeeshan .left-lg-17 {
    left: 21rem !important;
  }
  .zeeshan .top-lg-n17 {
    top: -21rem !important;
  }
  .zeeshan .right-lg-n17 {
    right: -21rem !important;
  }
  .zeeshan .bottom-lg-n17 {
    bottom: -21rem !important;
  }
  .zeeshan .left-lg-n17 {
    left: -21rem !important;
  }
}
@media (min-width: 1200px) {
  .zeeshan .top-xl-0 {
    top: 0 !important;
  }
  .zeeshan .right-xl-0 {
    right: 0 !important;
  }
  .zeeshan .bottom-xl-0 {
    bottom: 0 !important;
  }
  .zeeshan .left-xl-0 {
    left: 0 !important;
  }
  .zeeshan .top-xl-n0 {
    top: 0 !important;
  }
  .zeeshan .right-xl-n0 {
    right: 0 !important;
  }
  .zeeshan .bottom-xl-n0 {
    bottom: 0 !important;
  }
  .zeeshan .left-xl-n0 {
    left: 0 !important;
  }
  .zeeshan .top-xl-1 {
    top: 0.25rem !important;
  }
  .zeeshan .right-xl-1 {
    right: 0.25rem !important;
  }
  .zeeshan .bottom-xl-1 {
    bottom: 0.25rem !important;
  }
  .zeeshan .left-xl-1 {
    left: 0.25rem !important;
  }
  .zeeshan .top-xl-n1 {
    top: -0.25rem !important;
  }
  .zeeshan .right-xl-n1 {
    right: -0.25rem !important;
  }
  .zeeshan .bottom-xl-n1 {
    bottom: -0.25rem !important;
  }
  .zeeshan .left-xl-n1 {
    left: -0.25rem !important;
  }
  .zeeshan .top-xl-2 {
    top: 0.5rem !important;
  }
  .zeeshan .right-xl-2 {
    right: 0.5rem !important;
  }
  .zeeshan .bottom-xl-2 {
    bottom: 0.5rem !important;
  }
  .zeeshan .left-xl-2 {
    left: 0.5rem !important;
  }
  .zeeshan .top-xl-n2 {
    top: -0.5rem !important;
  }
  .zeeshan .right-xl-n2 {
    right: -0.5rem !important;
  }
  .zeeshan .bottom-xl-n2 {
    bottom: -0.5rem !important;
  }
  .zeeshan .left-xl-n2 {
    left: -0.5rem !important;
  }
  .zeeshan .top-xl-3 {
    top: 1rem !important;
  }
  .zeeshan .right-xl-3 {
    right: 1rem !important;
  }
  .zeeshan .bottom-xl-3 {
    bottom: 1rem !important;
  }
  .zeeshan .left-xl-3 {
    left: 1rem !important;
  }
  .zeeshan .top-xl-n3 {
    top: -1rem !important;
  }
  .zeeshan .right-xl-n3 {
    right: -1rem !important;
  }
  .zeeshan .bottom-xl-n3 {
    bottom: -1rem !important;
  }
  .zeeshan .left-xl-n3 {
    left: -1rem !important;
  }
  .zeeshan .top-xl-4 {
    top: 1.5rem !important;
  }
  .zeeshan .right-xl-4 {
    right: 1.5rem !important;
  }
  .zeeshan .bottom-xl-4 {
    bottom: 1.5rem !important;
  }
  .zeeshan .left-xl-4 {
    left: 1.5rem !important;
  }
  .zeeshan .top-xl-n4 {
    top: -1.5rem !important;
  }
  .zeeshan .right-xl-n4 {
    right: -1.5rem !important;
  }
  .zeeshan .bottom-xl-n4 {
    bottom: -1.5rem !important;
  }
  .zeeshan .left-xl-n4 {
    left: -1.5rem !important;
  }
  .zeeshan .top-xl-5 {
    top: 3rem !important;
  }
  .zeeshan .right-xl-5 {
    right: 3rem !important;
  }
  .zeeshan .bottom-xl-5 {
    bottom: 3rem !important;
  }
  .zeeshan .left-xl-5 {
    left: 3rem !important;
  }
  .zeeshan .top-xl-n5 {
    top: -3rem !important;
  }
  .zeeshan .right-xl-n5 {
    right: -3rem !important;
  }
  .zeeshan .bottom-xl-n5 {
    bottom: -3rem !important;
  }
  .zeeshan .left-xl-n5 {
    left: -3rem !important;
  }
  .zeeshan .top-xl-6 {
    top: 4.5rem !important;
  }
  .zeeshan .right-xl-6 {
    right: 4.5rem !important;
  }
  .zeeshan .bottom-xl-6 {
    bottom: 4.5rem !important;
  }
  .zeeshan .left-xl-6 {
    left: 4.5rem !important;
  }
  .zeeshan .top-xl-n6 {
    top: -4.5rem !important;
  }
  .zeeshan .right-xl-n6 {
    right: -4.5rem !important;
  }
  .zeeshan .bottom-xl-n6 {
    bottom: -4.5rem !important;
  }
  .zeeshan .left-xl-n6 {
    left: -4.5rem !important;
  }
  .zeeshan .top-xl-7 {
    top: 6rem !important;
  }
  .zeeshan .right-xl-7 {
    right: 6rem !important;
  }
  .zeeshan .bottom-xl-7 {
    bottom: 6rem !important;
  }
  .zeeshan .left-xl-7 {
    left: 6rem !important;
  }
  .zeeshan .top-xl-n7 {
    top: -6rem !important;
  }
  .zeeshan .right-xl-n7 {
    right: -6rem !important;
  }
  .zeeshan .bottom-xl-n7 {
    bottom: -6rem !important;
  }
  .zeeshan .left-xl-n7 {
    left: -6rem !important;
  }
  .zeeshan .top-xl-8 {
    top: 7.5rem !important;
  }
  .zeeshan .right-xl-8 {
    right: 7.5rem !important;
  }
  .zeeshan .bottom-xl-8 {
    bottom: 7.5rem !important;
  }
  .zeeshan .left-xl-8 {
    left: 7.5rem !important;
  }
  .zeeshan .top-xl-n8 {
    top: -7.5rem !important;
  }
  .zeeshan .right-xl-n8 {
    right: -7.5rem !important;
  }
  .zeeshan .bottom-xl-n8 {
    bottom: -7.5rem !important;
  }
  .zeeshan .left-xl-n8 {
    left: -7.5rem !important;
  }
  .zeeshan .top-xl-9 {
    top: 9rem !important;
  }
  .zeeshan .right-xl-9 {
    right: 9rem !important;
  }
  .zeeshan .bottom-xl-9 {
    bottom: 9rem !important;
  }
  .zeeshan .left-xl-9 {
    left: 9rem !important;
  }
  .zeeshan .top-xl-n9 {
    top: -9rem !important;
  }
  .zeeshan .right-xl-n9 {
    right: -9rem !important;
  }
  .zeeshan .bottom-xl-n9 {
    bottom: -9rem !important;
  }
  .zeeshan .left-xl-n9 {
    left: -9rem !important;
  }
  .zeeshan .top-xl-10 {
    top: 10.5rem !important;
  }
  .zeeshan .right-xl-10 {
    right: 10.5rem !important;
  }
  .zeeshan .bottom-xl-10 {
    bottom: 10.5rem !important;
  }
  .zeeshan .left-xl-10 {
    left: 10.5rem !important;
  }
  .zeeshan .top-xl-n10 {
    top: -10.5rem !important;
  }
  .zeeshan .right-xl-n10 {
    right: -10.5rem !important;
  }
  .zeeshan .bottom-xl-n10 {
    bottom: -10.5rem !important;
  }
  .zeeshan .left-xl-n10 {
    left: -10.5rem !important;
  }
  .zeeshan .top-xl-17 {
    top: 21rem !important;
  }
  .zeeshan .right-xl-17 {
    right: 21rem !important;
  }
  .zeeshan .bottom-xl-17 {
    bottom: 21rem !important;
  }
  .zeeshan .left-xl-17 {
    left: 21rem !important;
  }
  .zeeshan .top-xl-n17 {
    top: -21rem !important;
  }
  .zeeshan .right-xl-n17 {
    right: -21rem !important;
  }
  .zeeshan .bottom-xl-n17 {
    bottom: -21rem !important;
  }
  .zeeshan .left-xl-n17 {
    left: -21rem !important;
  }
}
.zeeshan .center {
  left: 50%;
  transform: translateX(-50%);
}
.zeeshan .middle {
  top: 50%;
  transform: translateY(-50%);
}
.zeeshan [data-negative-margin].is_stuck {
  margin: 0 !important;
}
.zeeshan [class*=shadow] {
  transition: all 0.2s ease;
}
.zeeshan .shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(31, 45, 61, 0.1), 0 10px 10px -5px rgba(31, 45, 61, 0.04) !important;
}
.zeeshan .shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(31, 45, 61, 0.25) !important;
}
.zeeshan .hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08) !important;
}
.zeeshan .hover-shadow:hover {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05) !important;
}
.zeeshan .hover-shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
.zeeshan .hover-shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(31, 45, 61, 0.1), 0 10px 10px -5px rgba(31, 45, 61, 0.04) !important;
}
.zeeshan .hover-shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(31, 45, 61, 0.25) !important;
}
.zeeshan .shadow-none,
.zeeshan .hover-shadow-none:hover {
  box-shadow: none !important;
}
.zeeshan .shadow-primary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 138, 255, 0.4) !important;
}
.zeeshan .shadow-primary {
  box-shadow: 0 0.5rem 1rem rgba(0, 138, 255, 0.4) !important;
}
.zeeshan .shadow-primary-lg {
  box-shadow: 0 1rem 3rem rgba(0, 138, 255, 0.4) !important;
}
.zeeshan .shadow-secondary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(234, 236, 243, 0.4) !important;
}
.zeeshan .shadow-secondary {
  box-shadow: 0 0.5rem 1rem rgba(234, 236, 243, 0.4) !important;
}
.zeeshan .shadow-secondary-lg {
  box-shadow: 0 1rem 3rem rgba(234, 236, 243, 0.4) !important;
}
.zeeshan .shadow-success-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(92, 201, 167, 0.4) !important;
}
.zeeshan .shadow-success {
  box-shadow: 0 0.5rem 1rem rgba(92, 201, 167, 0.4) !important;
}
.zeeshan .shadow-success-lg {
  box-shadow: 0 1rem 3rem rgba(92, 201, 167, 0.4) !important;
}
.zeeshan .shadow-info-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(80, 181, 255, 0.4) !important;
}
.zeeshan .shadow-info {
  box-shadow: 0 0.5rem 1rem rgba(80, 181, 255, 0.4) !important;
}
.zeeshan .shadow-info-lg {
  box-shadow: 0 1rem 3rem rgba(80, 181, 255, 0.4) !important;
}
.zeeshan .shadow-warning-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 190, 61, 0.4) !important;
}
.zeeshan .shadow-warning {
  box-shadow: 0 0.5rem 1rem rgba(255, 190, 61, 0.4) !important;
}
.zeeshan .shadow-warning-lg {
  box-shadow: 0 1rem 3rem rgba(255, 190, 61, 0.4) !important;
}
.zeeshan .shadow-danger-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(242, 87, 103, 0.4) !important;
}
.zeeshan .shadow-danger {
  box-shadow: 0 0.5rem 1rem rgba(242, 87, 103, 0.4) !important;
}
.zeeshan .shadow-danger-lg {
  box-shadow: 0 1rem 3rem rgba(242, 87, 103, 0.4) !important;
}
.zeeshan .shadow-light-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(234, 236, 243, 0.4) !important;
}
.zeeshan .shadow-light {
  box-shadow: 0 0.5rem 1rem rgba(234, 236, 243, 0.4) !important;
}
.zeeshan .shadow-light-lg {
  box-shadow: 0 1rem 3rem rgba(234, 236, 243, 0.4) !important;
}
.zeeshan .shadow-dark-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(23, 19, 71, 0.4) !important;
}
.zeeshan .shadow-dark {
  box-shadow: 0 0.5rem 1rem rgba(23, 19, 71, 0.4) !important;
}
.zeeshan .shadow-dark-lg {
  box-shadow: 0 1rem 3rem rgba(23, 19, 71, 0.4) !important;
}
.zeeshan .shadow-neutral-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}
.zeeshan .shadow-neutral {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}
.zeeshan .shadow-neutral-lg {
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.4) !important;
}
.zeeshan .shadow-white-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}
.zeeshan .shadow-white {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}
.zeeshan .shadow-white-lg {
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.4) !important;
}
.zeeshan .font-weight-300 {
  font-weight: 300 !important;
}
.zeeshan .font-weight-400 {
  font-weight: 400 !important;
}
.zeeshan .font-weight-500 {
  font-weight: 500 !important;
}
.zeeshan .font-weight-600 {
  font-weight: 600 !important;
}
.zeeshan .font-weight-700 {
  font-weight: 700 !important;
}
.zeeshan .font-weight-800 {
  font-weight: 800 !important;
}
.zeeshan .font-weight-900 {
  font-weight: 900 !important;
}
.zeeshan .font-weight-bolder {
  font-weight: 700 !important;
}
.zeeshan .text-underline {
  text-decoration: underline !important;
}
.zeeshan .text-underline--dashed {
  border-bottom: 1px dashed !important;
}
.zeeshan .text-line-through {
  text-decoration: line-through !important;
}
.zeeshan a.text-muted:hover {
  color: #5a677a !important;
}
.zeeshan .text-xs {
  font-size: 0.75rem !important;
}
.zeeshan .text-sm {
  font-size: 0.875rem !important;
}
.zeeshan .text-lg {
  font-size: 1.25rem !important;
}
.zeeshan .text-xl {
  font-size: 1.5rem !important;
}
.zeeshan .lh-100 {
  line-height: 1 !important;
}
.zeeshan .lh-110 {
  line-height: 1.1 !important;
}
.zeeshan .lh-120 {
  line-height: 1.2 !important;
}
.zeeshan .lh-130 {
  line-height: 1.3 !important;
}
.zeeshan .lh-140 {
  line-height: 1.4 !important;
}
.zeeshan .lh-150 {
  line-height: 1.5 !important;
}
.zeeshan .lh-160 {
  line-height: 1.6 !important;
}
.zeeshan .lh-170 {
  line-height: 1.7 !important;
}
.zeeshan .lh-180 {
  line-height: 1.8 !important;
}
.zeeshan .lh-190 {
  line-height: 1.9 !important;
}
.zeeshan .lh-200 {
  line-height: 2 !important;
}
.zeeshan .ls-1 {
  letter-spacing: 0.0625rem !important;
}
.zeeshan .ls-15 {
  letter-spacing: 0.09375rem !important;
}
.zeeshan .ls-2 {
  letter-spacing: 0.125rem !important;
}
.zeeshan .text-limit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zeeshan .zindex-0 {
  z-index: 0 !important;
}
.zeeshan .zindex-100 {
  z-index: 100 !important;
}
.zeeshan .zindex-101 {
  z-index: 101 !important;
}
.zeeshan .zindex-102 {
  z-index: 102 !important;
}
.zeeshan :root {
  --primary-dark: #006ecc;
  --primary-light: #33a1ff;
  --secondary-dark: #cacfe0;
  --secondary-light: white;
  --success-dark: #3cb690;
  --success-light: #82d6bc;
  --info-dark: #1d9fff;
  --info-light: #83cbff;
  --warning-dark: #ffad0a;
  --warning-light: #ffcf70;
  --danger-dark: #ee283c;
  --danger-light: #f68692;
  --light-dark: #cacfe0;
  --light-light: white;
  --dark-dark: #0a081f;
  --dark-light: #241e6f;
  --neutral-dark: #e6e6e6;
  --neutral-light: white;
  --white-dark: #e6e6e6;
  --white-light: white;
}
.zeeshan body,
.zeeshan html {
  overflow-x: hidden;
}
.zeeshan iframe {
  border: 0;
}
.zeeshan figcaption,
.zeeshan figure,
.zeeshan main {
  display: block;
  margin: 0;
}
.zeeshan figure {
  max-width: 100%;
  min-height: 1px;
}
.zeeshan main {
  position: relative;
}
.zeeshan button:focus {
  outline: none;
}
.zeeshan svg {
  overflow: hidden;
  vertical-align: middle;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zeeshan .img-fluid {
    width: 100%;
  }
}
.zeeshan .alert {
  font-size: 0.875rem;
}
.zeeshan .alert strong {
  font-weight: 600;
}
.zeeshan .alert hr {
  margin: 0.875rem 0;
}
.zeeshan .alert p:last-child {
  margin-bottom: 0;
}
.zeeshan .alert-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.15rem;
}
.zeeshan .alert-flush {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.zeeshan .alert-modern {
  display: inline-block;
  padding: 0.275rem 1rem 0.375rem 0.375rem;
  border-radius: 50rem;
}
.zeeshan .alert-modern::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: 0.5rem;
  content: "\f105";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.zeeshan .alert-modern:empty::after {
  margin-left: 0;
}
.zeeshan .alert-modern .badge + .alert-content {
  margin-left: 0.5rem;
}
@media (max-width: 575.98px) {
  .zeeshan .alert-modern {
    text-align: center;
  }
  .zeeshan .alert-modern:after {
    content: "";
  }
  .zeeshan .alert-modern .alert-content {
    display: block;
    margin-top: 0.5rem;
  }
}
.zeeshan .alert-dark {
  color: #fff;
  border: 0;
  background-color: #171347;
}
.zeeshan .alert-dark .alert-link {
  color: #fff;
}
.zeeshan .alert-dark .close > span:not(.sr-only) {
  color: white;
}
.zeeshan .alert-dark .close:hover > span:not(.sr-only),
.zeeshan .alert-dark .close:focus > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .alert-dark hr {
  border-color: rgba(232, 236, 184, 0.1);
}
.zeeshan [class*=alert-outline-] {
  border-right: 1px solid;
}
.zeeshan [class*=alert-outline-] .alert-group-prepend {
  padding-right: 0.875rem;
}
.zeeshan .alert-outline-primary {
  color: #0f5da2;
  border-color: #008aff;
  background: transparent;
}
.zeeshan .alert-outline-primary hr {
  border-top-color: #1a96ff;
}
.zeeshan .alert-outline-primary .alert-link {
  color: #0f5da2;
}
.zeeshan .alert-outline-primary .alert-group-prepend {
  border-right: 1px solid #008aff;
}
.zeeshan .alert-outline-secondary {
  color: #89909c;
  border-color: #eaecf3;
  background: transparent;
}
.zeeshan .alert-outline-secondary hr {
  border-top-color: #fafbfc;
}
.zeeshan .alert-outline-secondary .alert-link {
  color: #89909c;
}
.zeeshan .alert-outline-secondary .alert-group-prepend {
  border-right: 1px solid #eaecf3;
}
.zeeshan .alert-outline-success {
  color: #3f7e74;
  border-color: #5cc9a7;
  background: transparent;
}
.zeeshan .alert-outline-success hr {
  border-top-color: #6fcfb1;
}
.zeeshan .alert-outline-success .alert-link {
  color: #3f7e74;
}
.zeeshan .alert-outline-success .alert-group-prepend {
  border-right: 1px solid #5cc9a7;
}
.zeeshan .alert-outline-info {
  color: #3874a2;
  border-color: #50b5ff;
  background: transparent;
}
.zeeshan .alert-outline-info hr {
  border-top-color: #6ac0ff;
}
.zeeshan .alert-outline-info .alert-link {
  color: #3874a2;
}
.zeeshan .alert-outline-info .alert-group-prepend {
  border-right: 1px solid #50b5ff;
}
.zeeshan .alert-outline-warning {
  color: #93783d;
  border-color: #ffbe3d;
  background: transparent;
}
.zeeshan .alert-outline-warning hr {
  border-top-color: #ffc757;
}
.zeeshan .alert-outline-warning .alert-link {
  color: #93783d;
}
.zeeshan .alert-outline-warning .alert-group-prepend {
  border-right: 1px solid #ffbe3d;
}
.zeeshan .alert-outline-danger {
  color: #8d4353;
  border-color: #f25767;
  background: transparent;
}
.zeeshan .alert-outline-danger hr {
  border-top-color: #f46f7c;
}
.zeeshan .alert-outline-danger .alert-link {
  color: #8d4353;
}
.zeeshan .alert-outline-danger .alert-group-prepend {
  border-right: 1px solid #f25767;
}
.zeeshan .alert-outline-light {
  color: #89909c;
  border-color: #eaecf3;
  background: transparent;
}
.zeeshan .alert-outline-light hr {
  border-top-color: #fafbfc;
}
.zeeshan .alert-outline-light .alert-link {
  color: #89909c;
}
.zeeshan .alert-outline-light .alert-group-prepend {
  border-right: 1px solid #eaecf3;
}
.zeeshan .alert-outline-dark {
  color: #1b1f42;
  border-color: #171347;
  background: transparent;
}
.zeeshan .alert-outline-dark hr {
  border-top-color: #1e185b;
}
.zeeshan .alert-outline-dark .alert-link {
  color: #1b1f42;
}
.zeeshan .alert-outline-dark .alert-group-prepend {
  border-right: 1px solid #171347;
}
.zeeshan .alert-outline-neutral {
  color: #939aa2;
  border-color: white;
  background: transparent;
}
.zeeshan .alert-outline-neutral hr {
  border-top-color: white;
}
.zeeshan .alert-outline-neutral .alert-link {
  color: #939aa2;
}
.zeeshan .alert-outline-neutral .alert-group-prepend {
  border-right: 1px solid white;
}
.zeeshan .alert-outline-white {
  color: #939aa2;
  border-color: white;
  background: transparent;
}
.zeeshan .alert-outline-white hr {
  border-top-color: white;
}
.zeeshan .alert-outline-white .alert-link {
  color: #939aa2;
}
.zeeshan .alert-outline-white .alert-group-prepend {
  border-right: 1px solid white;
}
.zeeshan .avatar {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  width: 3.125rem;
  height: 3.125rem;
  vertical-align: middle;
  color: #fff;
  border-radius: 0.375rem;
  align-items: center;
  justify-content: center;
}
.zeeshan .avatar img {
  width: 100%;
  border-radius: 0.375rem;
}
.zeeshan .avatar.rounded-circle img {
  border-radius: 50%;
}
.zeeshan .avatar span {
  background-color: #008aff;
}
.zeeshan .avatar + .avatar {
  margin-left: 0.25rem;
}
.zeeshan .avatar + .avatar-content {
  display: inline-block;
  margin-left: 0.75rem;
}
.zeeshan .avatar-2xl {
  font-size: 1.375rem;
  width: 7.5rem;
  height: 7.5rem;
}
.zeeshan .avatar-xl {
  font-size: 1.375rem;
  width: 6rem;
  height: 6rem;
}
.zeeshan .avatar-lg {
  font-size: 1.25rem;
  width: 4rem;
  height: 4rem;
}
.zeeshan .avatar-sm {
  font-size: 0.75rem;
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 0.2rem;
}
.zeeshan .avatar-xs {
  font-size: 0.675rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.2rem;
}
.zeeshan .badge {
  display: inline;
  text-transform: none;
}
.zeeshan .badge i:not(:last-child),
.zeeshan .badge svg {
  margin-right: 0.5rem;
}
.zeeshan .badge-group .badge {
  display: inline-block;
  margin-top: 0.125rem;
  margin-right: 0.25rem;
  margin-bottom: 0.125rem;
}
.zeeshan .badge-xs {
  font-size: 60%;
  padding: 0.25rem 0.5rem;
}
.zeeshan .badge-md {
  padding: 0.65em 1em;
}
.zeeshan .badge-lg {
  padding: 0.85em 1.375em;
}
.zeeshan .badge-inline {
  margin-right: 0.625rem;
}
.zeeshan .badge-inline + span {
  position: relative;
  top: 2px;
}
.zeeshan .badge-inline + span > a {
  text-decoration: underline;
}
.zeeshan .btn .badge:not(:first-child) {
  margin-left: 0.5rem;
}
.zeeshan .btn .badge:not(:last-child) {
  margin-right: 0.5rem;
}
.zeeshan .badge-soft-primary {
  color: #008aff;
  background-color: #cce8ff;
}
.zeeshan .badge-soft-primary[href]:hover,
.zeeshan .badge-soft-primary[href]:focus {
  text-decoration: none;
  color: #008aff;
  background-color: #b3ddff;
}
.zeeshan .badge-soft-secondary {
  color: #eaecf3;
  background-color: #fbfbfd;
}
.zeeshan .badge-soft-secondary[href]:hover,
.zeeshan .badge-soft-secondary[href]:focus {
  text-decoration: none;
  color: #eaecf3;
  background-color: #eaeaf5;
}
.zeeshan .badge-soft-success {
  color: #5cc9a7;
  background-color: #def4ed;
}
.zeeshan .badge-soft-success[href]:hover,
.zeeshan .badge-soft-success[href]:focus {
  text-decoration: none;
  color: #5cc9a7;
  background-color: #cbeee3;
}
.zeeshan .badge-soft-info {
  color: #50b5ff;
  background-color: #dcf0ff;
}
.zeeshan .badge-soft-info[href]:hover,
.zeeshan .badge-soft-info[href]:focus {
  text-decoration: none;
  color: #50b5ff;
  background-color: #c3e5ff;
}
.zeeshan .badge-soft-warning {
  color: #ffbe3d;
  background-color: #fff2d8;
}
.zeeshan .badge-soft-warning[href]:hover,
.zeeshan .badge-soft-warning[href]:focus {
  text-decoration: none;
  color: #ffbe3d;
  background-color: #ffeabf;
}
.zeeshan .badge-soft-danger {
  color: #f25767;
  background-color: #fcdde1;
}
.zeeshan .badge-soft-danger[href]:hover,
.zeeshan .badge-soft-danger[href]:focus {
  text-decoration: none;
  color: #f25767;
  background-color: #fac6cc;
}
.zeeshan .badge-soft-light {
  color: #eaecf3;
  background-color: #fbfbfd;
}
.zeeshan .badge-soft-light[href]:hover,
.zeeshan .badge-soft-light[href]:focus {
  text-decoration: none;
  color: #eaecf3;
  background-color: #eaeaf5;
}
.zeeshan .badge-soft-dark {
  color: #171347;
  background-color: #d1d0da;
}
.zeeshan .badge-soft-dark[href]:hover,
.zeeshan .badge-soft-dark[href]:focus {
  text-decoration: none;
  color: #171347;
  background-color: #c3c2cf;
}
.zeeshan .badge-soft-neutral {
  color: #fff;
  background-color: white;
}
.zeeshan .badge-soft-neutral[href]:hover,
.zeeshan .badge-soft-neutral[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f2f2f2;
}
.zeeshan .badge-soft-white {
  color: #fff;
  background-color: white;
}
.zeeshan .badge-soft-white[href]:hover,
.zeeshan .badge-soft-white[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f2f2f2;
}
.zeeshan .breadcrumb {
  border: 1px solid #e2e8f0;
}
.zeeshan .breadcrumb-sm {
  font-size: 0.875rem;
}
.zeeshan .breadcrumb-links {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.zeeshan .breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
  width: 0.3rem;
  height: 0.6rem;
  margin-right: 0.5rem;
  content: "";
  background: #cbd5e0;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.zeeshan .breadcrumb-dark .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .breadcrumb-dark .breadcrumb-item a:hover {
  color: white;
}
.zeeshan .breadcrumb-dark .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}
.zeeshan .breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .breadcrumb-light .breadcrumb-item a {
  color: rgba(23, 19, 71, 0.8);
}
.zeeshan .breadcrumb-light .breadcrumb-item a:hover {
  color: #171347;
}
.zeeshan .breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(23, 19, 71, 0.8);
}
.zeeshan .btn {
  position: relative;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .btn {
    transition: none;
  }
}
.zeeshan .btn + .btn {
  margin-left: 0.5rem;
}
.zeeshan .btn-group > .btn {
  margin: 0;
}
.zeeshan .btn-neutral {
  color: #273444;
  border: 2px solid #e2e8f0;
  background-color: transparent;
}
.zeeshan .btn-neutral:hover {
  border-color: #4dadff;
  background-color: transparent;
}
.zeeshan .btn-neutral:not(:disabled):not(.disabled):focus,
.zeeshan .btn-neutral:not(:disabled):not(.disabled):active {
  color: #008aff;
  border-color: #4dadff;
  background-color: transparent;
}
.zeeshan .btn-neutral:not(:disabled):not(.disabled).active {
  color: #008aff;
  border-color: #008aff;
  background-color: #fff;
}
.zeeshan .btn-xs {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  border-radius: 0.375rem;
}
.zeeshan .btn-xl {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1.5rem 2rem;
  border-radius: 0.75rem;
}
@media (max-width: 1200px) {
  .zeeshan .btn-xl {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.zeeshan .btn-nobg {
  padding: 0;
  background: transparent !important;
}
.zeeshan .btn-nobg:hover {
  border-color: transparent !important;
  background: transparent !important;
}
.zeeshan .btn-nobg--hover:hover {
  background-color: transparent;
}
.zeeshan .btn-soft-primary {
  color: #008aff;
  border-color: #cce8ff;
  background-color: #cce8ff;
  box-shadow: none;
}
.zeeshan .btn-soft-primary:hover {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
  box-shadow: 0 4px 11px rgba(204, 232, 255, 0.35);
}
.zeeshan .btn-soft-primary:focus,
.zeeshan .btn-soft-primary.focus {
  box-shadow: none, 0 0 0 0 rgba(6, 125, 227, 0.5);
}
.zeeshan .btn-soft-primary.disabled,
.zeeshan .btn-soft-primary:disabled {
  color: #008aff;
  border-color: #cce8ff;
  background-color: #cce8ff;
}
.zeeshan .btn-soft-primary:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-primary:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-primary.dropdown-toggle {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
}
.zeeshan .btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-primary:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(6, 125, 227, 0.5);
}
.zeeshan .btn-soft-secondary {
  color: #eaecf3;
  border-color: #fbfbfd;
  background-color: #fbfbfd;
  box-shadow: none;
}
.zeeshan .btn-soft-secondary:hover {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
  box-shadow: 0 4px 11px rgba(251, 251, 253, 0.35);
}
.zeeshan .btn-soft-secondary:focus,
.zeeshan .btn-soft-secondary.focus {
  box-shadow: none, 0 0 0 0 rgba(205, 208, 217, 0.5);
}
.zeeshan .btn-soft-secondary.disabled,
.zeeshan .btn-soft-secondary:disabled {
  color: #eaecf3;
  border-color: #fbfbfd;
  background-color: #fbfbfd;
}
.zeeshan .btn-soft-secondary:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-secondary:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-secondary.dropdown-toggle {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .btn-soft-secondary:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-secondary:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 208, 217, 0.5);
}
.zeeshan .btn-soft-success {
  color: #5cc9a7;
  border-color: #def4ed;
  background-color: #def4ed;
  box-shadow: none;
}
.zeeshan .btn-soft-success:hover {
  color: #fff;
  border-color: #5cc9a7;
  background-color: #5cc9a7;
  box-shadow: 0 4px 11px rgba(222, 244, 237, 0.35);
}
.zeeshan .btn-soft-success:focus,
.zeeshan .btn-soft-success.focus {
  box-shadow: none, 0 0 0 0 rgba(84, 179, 152, 0.5);
}
.zeeshan .btn-soft-success.disabled,
.zeeshan .btn-soft-success:disabled {
  color: #5cc9a7;
  border-color: #def4ed;
  background-color: #def4ed;
}
.zeeshan .btn-soft-success:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-success:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-success.dropdown-toggle {
  color: #fff;
  border-color: #5cc9a7;
  background-color: #5cc9a7;
}
.zeeshan .btn-soft-success:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-success:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(84, 179, 152, 0.5);
}
.zeeshan .btn-soft-info {
  color: #50b5ff;
  border-color: #dcf0ff;
  background-color: #dcf0ff;
  box-shadow: none;
}
.zeeshan .btn-soft-info:hover {
  color: #fff;
  border-color: #50b5ff;
  background-color: #50b5ff;
  box-shadow: 0 4px 11px rgba(220, 240, 255, 0.35);
}
.zeeshan .btn-soft-info:focus,
.zeeshan .btn-soft-info.focus {
  box-shadow: none, 0 0 0 0 rgba(74, 162, 227, 0.5);
}
.zeeshan .btn-soft-info.disabled,
.zeeshan .btn-soft-info:disabled {
  color: #50b5ff;
  border-color: #dcf0ff;
  background-color: #dcf0ff;
}
.zeeshan .btn-soft-info:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-info:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-info.dropdown-toggle {
  color: #fff;
  border-color: #50b5ff;
  background-color: #50b5ff;
}
.zeeshan .btn-soft-info:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-info:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(74, 162, 227, 0.5);
}
.zeeshan .btn-soft-warning {
  color: #ffbe3d;
  border-color: #fff2d8;
  background-color: #fff2d8;
  box-shadow: none;
}
.zeeshan .btn-soft-warning:hover {
  color: #fff;
  border-color: #ffbe3d;
  background-color: #ffbe3d;
  box-shadow: 0 4px 11px rgba(255, 242, 216, 0.35);
}
.zeeshan .btn-soft-warning:focus,
.zeeshan .btn-soft-warning.focus {
  box-shadow: none, 0 0 0 0 rgba(223, 169, 62, 0.5);
}
.zeeshan .btn-soft-warning.disabled,
.zeeshan .btn-soft-warning:disabled {
  color: #ffbe3d;
  border-color: #fff2d8;
  background-color: #fff2d8;
}
.zeeshan .btn-soft-warning:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-warning:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-warning.dropdown-toggle {
  color: #fff;
  border-color: #ffbe3d;
  background-color: #ffbe3d;
}
.zeeshan .btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-warning:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(223, 169, 62, 0.5);
}
.zeeshan .btn-soft-danger {
  color: #f25767;
  border-color: #fcdde1;
  background-color: #fcdde1;
  box-shadow: none;
}
.zeeshan .btn-soft-danger:hover {
  color: #fff;
  border-color: #f25767;
  background-color: #f25767;
  box-shadow: 0 4px 11px rgba(252, 221, 225, 0.35);
}
.zeeshan .btn-soft-danger:focus,
.zeeshan .btn-soft-danger.focus {
  box-shadow: none, 0 0 0 0 rgba(212, 82, 98, 0.5);
}
.zeeshan .btn-soft-danger.disabled,
.zeeshan .btn-soft-danger:disabled {
  color: #f25767;
  border-color: #fcdde1;
  background-color: #fcdde1;
}
.zeeshan .btn-soft-danger:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-danger:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-danger.dropdown-toggle {
  color: #fff;
  border-color: #f25767;
  background-color: #f25767;
}
.zeeshan .btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-danger:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-danger.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(212, 82, 98, 0.5);
}
.zeeshan .btn-soft-light {
  color: #eaecf3;
  border-color: #fbfbfd;
  background-color: #fbfbfd;
  box-shadow: none;
}
.zeeshan .btn-soft-light:hover {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
  box-shadow: 0 4px 11px rgba(251, 251, 253, 0.35);
}
.zeeshan .btn-soft-light:focus,
.zeeshan .btn-soft-light.focus {
  box-shadow: none, 0 0 0 0 rgba(205, 208, 217, 0.5);
}
.zeeshan .btn-soft-light.disabled,
.zeeshan .btn-soft-light:disabled {
  color: #eaecf3;
  border-color: #fbfbfd;
  background-color: #fbfbfd;
}
.zeeshan .btn-soft-light:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-light:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-light.dropdown-toggle {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.zeeshan .btn-soft-light:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-light:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-light.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 208, 217, 0.5);
}
.zeeshan .btn-soft-dark {
  color: #171347;
  border-color: #d1d0da;
  background-color: #d1d0da;
  box-shadow: none;
}
.zeeshan .btn-soft-dark:hover {
  color: #fff;
  border-color: #171347;
  background-color: #171347;
  box-shadow: 0 4px 11px rgba(209, 208, 218, 0.35);
}
.zeeshan .btn-soft-dark:focus,
.zeeshan .btn-soft-dark.focus {
  box-shadow: none, 0 0 0 0 rgba(25, 24, 71, 0.5);
}
.zeeshan .btn-soft-dark.disabled,
.zeeshan .btn-soft-dark:disabled {
  color: #171347;
  border-color: #d1d0da;
  background-color: #d1d0da;
}
.zeeshan .btn-soft-dark:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-dark:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-dark.dropdown-toggle {
  color: #fff;
  border-color: #171347;
  background-color: #171347;
}
.zeeshan .btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-dark:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-dark.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(25, 24, 71, 0.5);
}
.zeeshan .btn-soft-neutral {
  color: #fff;
  border-color: white;
  background-color: white;
  box-shadow: none;
}
.zeeshan .btn-soft-neutral:hover {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-soft-neutral:focus,
.zeeshan .btn-soft-neutral.focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}
.zeeshan .btn-soft-neutral.disabled,
.zeeshan .btn-soft-neutral:disabled {
  color: #fff;
  border-color: white;
  background-color: white;
}
.zeeshan .btn-soft-neutral:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-neutral:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-neutral.dropdown-toggle {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.zeeshan .btn-soft-neutral:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-neutral:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-neutral.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}
.zeeshan .btn-soft-white {
  color: #fff;
  border-color: white;
  background-color: white;
  box-shadow: none;
}
.zeeshan .btn-soft-white:hover {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}
.zeeshan .btn-soft-white:focus,
.zeeshan .btn-soft-white.focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}
.zeeshan .btn-soft-white.disabled,
.zeeshan .btn-soft-white:disabled {
  color: #fff;
  border-color: white;
  background-color: white;
}
.zeeshan .btn-soft-white:not(:disabled):not(.disabled):active,
.zeeshan .btn-soft-white:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-soft-white.dropdown-toggle {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.zeeshan .btn-soft-white:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-soft-white:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-soft-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}
.zeeshan .btn-facebook {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
  box-shadow: none;
}
.zeeshan .btn-facebook:hover {
  color: #fff;
  border-color: #2d4474;
  background-color: #30497d;
}
.zeeshan .btn-facebook:focus,
.zeeshan .btn-facebook.focus {
  box-shadow: none, 0 0 0 rgba(59, 89, 153, 0.35);
}
.zeeshan .btn-facebook.disabled,
.zeeshan .btn-facebook:disabled {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}
.zeeshan .btn-facebook:not(:disabled):not(.disabled):active,
.zeeshan .btn-facebook:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  border-color: #293e6b;
  background-color: #2d4474;
}
.zeeshan .btn-facebook:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-facebook:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(59, 89, 153, 0.35);
}
.zeeshan .btn-twitter {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
  box-shadow: none;
}
.zeeshan .btn-twitter:hover {
  color: #fff;
  border-color: #0c85d0;
  background-color: #0d8ddc;
}
.zeeshan .btn-twitter:focus,
.zeeshan .btn-twitter.focus {
  box-shadow: none, 0 0 0 rgba(29, 161, 242, 0.35);
}
.zeeshan .btn-twitter.disabled,
.zeeshan .btn-twitter:disabled {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}
.zeeshan .btn-twitter:not(:disabled):not(.disabled):active,
.zeeshan .btn-twitter:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  border-color: #0b7ec4;
  background-color: #0c85d0;
}
.zeeshan .btn-twitter:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-twitter:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(29, 161, 242, 0.35);
}
.zeeshan .btn-google-plus {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
  box-shadow: none;
}
.zeeshan .btn-google-plus:hover {
  color: #fff;
  border-color: #c23321;
  background-color: #cd3623;
}
.zeeshan .btn-google-plus:focus,
.zeeshan .btn-google-plus.focus {
  box-shadow: none, 0 0 0 rgba(221, 75, 57, 0.35);
}
.zeeshan .btn-google-plus.disabled,
.zeeshan .btn-google-plus:disabled {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}
.zeeshan .btn-google-plus:not(:disabled):not(.disabled):active,
.zeeshan .btn-google-plus:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  border-color: #b7301f;
  background-color: #c23321;
}
.zeeshan .btn-google-plus:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-google-plus:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(221, 75, 57, 0.35);
}
.zeeshan .btn-instagram {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
  box-shadow: none;
}
.zeeshan .btn-instagram:hover {
  color: #fff;
  border-color: #d31e40;
  background-color: #de1f44;
}
.zeeshan .btn-instagram:focus,
.zeeshan .btn-instagram.focus {
  box-shadow: none, 0 0 0 rgba(228, 64, 95, 0.35);
}
.zeeshan .btn-instagram.disabled,
.zeeshan .btn-instagram:disabled {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}
.zeeshan .btn-instagram:not(:disabled):not(.disabled):active,
.zeeshan .btn-instagram:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  border-color: #c81c3d;
  background-color: #d31e40;
}
.zeeshan .btn-instagram:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-instagram:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(228, 64, 95, 0.35);
}
.zeeshan .btn-pinterest {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
  box-shadow: none;
}
.zeeshan .btn-pinterest:hover {
  color: #fff;
  border-color: #8c0615;
  background-color: #980617;
}
.zeeshan .btn-pinterest:focus,
.zeeshan .btn-pinterest.focus {
  box-shadow: none, 0 0 0 rgba(189, 8, 28, 0.35);
}
.zeeshan .btn-pinterest.disabled,
.zeeshan .btn-pinterest:disabled {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}
.zeeshan .btn-pinterest:not(:disabled):not(.disabled):active,
.zeeshan .btn-pinterest:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  border-color: #800513;
  background-color: #8c0615;
}
.zeeshan .btn-pinterest:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-pinterest:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(189, 8, 28, 0.35);
}
.zeeshan .btn-youtube {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
  box-shadow: none;
}
.zeeshan .btn-youtube:hover {
  color: #fff;
  border-color: #a11918;
  background-color: #ac1b1a;
}
.zeeshan .btn-youtube:focus,
.zeeshan .btn-youtube.focus {
  box-shadow: none, 0 0 0 rgba(205, 32, 31, 0.35);
}
.zeeshan .btn-youtube.disabled,
.zeeshan .btn-youtube:disabled {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}
.zeeshan .btn-youtube:not(:disabled):not(.disabled):active,
.zeeshan .btn-youtube:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  border-color: #961717;
  background-color: #a11918;
}
.zeeshan .btn-youtube:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-youtube:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(205, 32, 31, 0.35);
}
.zeeshan .btn-slack {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
  box-shadow: none;
}
.zeeshan .btn-slack:hover {
  color: #fff;
  border-color: #2d8968;
  background-color: #30926f;
}
.zeeshan .btn-slack:focus,
.zeeshan .btn-slack.focus {
  box-shadow: none, 0 0 0 rgba(58, 175, 133, 0.35);
}
.zeeshan .btn-slack.disabled,
.zeeshan .btn-slack:disabled {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}
.zeeshan .btn-slack:not(:disabled):not(.disabled):active,
.zeeshan .btn-slack:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-slack.dropdown-toggle {
  color: #fff;
  border-color: #2a7f61;
  background-color: #2d8968;
}
.zeeshan .btn-slack:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-slack:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-slack.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(58, 175, 133, 0.35);
}
.zeeshan .btn-dribbble {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
  box-shadow: none;
}
.zeeshan .btn-dribbble:hover {
  color: #fff;
  border-color: #e51e6b;
  background-color: #e62a72;
}
.zeeshan .btn-dribbble:focus,
.zeeshan .btn-dribbble.focus {
  box-shadow: none, 0 0 0 rgba(234, 76, 137, 0.35);
}
.zeeshan .btn-dribbble.disabled,
.zeeshan .btn-dribbble:disabled {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}
.zeeshan .btn-dribbble:not(:disabled):not(.disabled):active,
.zeeshan .btn-dribbble:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  border-color: #dc1a65;
  background-color: #e51e6b;
}
.zeeshan .btn-dribbble:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-dribbble:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(234, 76, 137, 0.35);
}
.zeeshan .btn-github {
  color: #fff;
  border-color: #222;
  background-color: #222;
  box-shadow: none;
}
.zeeshan .btn-github:hover {
  color: #fff;
  border-color: #090909;
  background-color: #0f0f0f;
}
.zeeshan .btn-github:focus,
.zeeshan .btn-github.focus {
  box-shadow: none, 0 0 0 rgba(34, 34, 34, 0.35);
}
.zeeshan .btn-github.disabled,
.zeeshan .btn-github:disabled {
  color: #fff;
  border-color: #222;
  background-color: #222;
}
.zeeshan .btn-github:not(:disabled):not(.disabled):active,
.zeeshan .btn-github:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-github.dropdown-toggle {
  color: #fff;
  border-color: #020202;
  background-color: #090909;
}
.zeeshan .btn-github:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-github:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(34, 34, 34, 0.35);
}
.zeeshan .btn-vimeo {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
  box-shadow: none;
}
.zeeshan .btn-vimeo:hover {
  color: #fff;
  border-color: #037fbe;
  background-color: #0387ca;
}
.zeeshan .btn-vimeo:focus,
.zeeshan .btn-vimeo.focus {
  box-shadow: none, 0 0 0 rgba(4, 160, 240, 0.35);
}
.zeeshan .btn-vimeo.disabled,
.zeeshan .btn-vimeo:disabled {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
}
.zeeshan .btn-vimeo:not(:disabled):not(.disabled):active,
.zeeshan .btn-vimeo:not(:disabled):not(.disabled).active,
.zeeshan .show > .btn-vimeo.dropdown-toggle {
  color: #fff;
  border-color: #0376b1;
  background-color: #037fbe;
}
.zeeshan .btn-vimeo:not(:disabled):not(.disabled):active:focus,
.zeeshan .btn-vimeo:not(:disabled):not(.disabled).active:focus,
.zeeshan .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(4, 160, 240, 0.35);
}
.zeeshan .btn svg:not(:first-child),
.zeeshan .btn i:not(:first-child) {
  margin-left: 0.5rem;
}
.zeeshan .btn svg:not(:last-child),
.zeeshan .btn i:not(:last-child) {
  margin-right: 0.5rem;
}
.zeeshan .btn-icon .btn-inner--text:not(:first-child) {
  margin-left: 0.75em;
}
.zeeshan .btn-icon .btn-inner--text:not(:last-child) {
  margin-right: 0.75em;
}
.zeeshan .btn-icon .btn-inner--icon img {
  width: 20px;
}
.zeeshan .btn-icon-only {
  display: inline-flex;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.zeeshan .btn-icon-only.btn-xs {
  width: 2rem;
  height: 2rem;
}
.zeeshan .btn-icon-only.btn-sm,
.zeeshan .btn-group-sm > .btn-icon-only.btn {
  width: 2.4375rem;
  height: 2.4375rem;
}
.zeeshan .btn-icon-only.btn-lg,
.zeeshan .btn-group-lg > .btn-icon-only.btn {
  width: 4rem;
  height: 4rem;
}
.zeeshan .card {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}
.zeeshan .card.hover-scale-110:hover {
  z-index: 2;
  border-radius: 0.75rem !important;
}
.zeeshan .card.rounded-top-right {
  border-radius: 0.75rem 5rem 5rem 0.75rem 0.75rem !important;
}
.zeeshan .card.rounded-top-left {
  border-radius: 5rem 0.75rem 0.75rem 0.75rem !important;
}
.zeeshan .card.rounded-bottom-right {
  border-radius: 0.75rem 0.75rem 5rem 0.75rem !important;
}
.zeeshan .card.rounded-bottom-left {
  border-radius: 0.75rem 0.75rem 0.75rem 5rem !important;
}
.zeeshan .card.rounded-diagonal-left {
  border-radius: 5rem 0.75rem 5rem 0.75rem !important;
}
.zeeshan .card.rounded-diagonal-right {
  border-radius: 0.75rem 5rem 0.75rem 5rem !important;
}
.zeeshan .card-fluid {
  height: calc(100% - 30px);
}
.zeeshan .card-header {
  padding-bottom: 0;
  border-bottom: 0;
}
.zeeshan .card-header .action-item {
  padding-top: 0;
  padding-bottom: 0;
}
.zeeshan .card-btn {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.zeeshan .card-deck + .row {
  margin-top: 30px;
}
.zeeshan .card-wrapper .card:last-child {
  margin-bottom: 0 !important;
}
.zeeshan .card-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  border-radius: 0.75rem;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .card-img-bg {
    transition: none;
  }
}
.zeeshan .card-img-bg ~ .card-body {
  position: relative;
}
.zeeshan .card:hover .card-img-bg {
  transform: scale(1.1);
}
.zeeshan .card .card-image,
.zeeshan .card .animate-this,
.zeeshan .card > a {
  min-height: 1px;
}
.zeeshan .accordion .card {
  margin-bottom: 0;
}
.zeeshan .accordion .card-header {
  position: relative;
  cursor: pointer;
}
.zeeshan .accordion .card-header:after {
  font-family: "Rubik", sans-serif !important;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "+";
  transform: translateY(-50%);
}
.zeeshan .accordion .card-header[aria-expanded=false]:after {
  content: "+";
}
.zeeshan .accordion .card-header[aria-expanded=true]:after {
  content: "-";
}
.zeeshan .accordion .card-header[aria-expanded=true] .heading {
  color: #008aff;
}
.zeeshan .accordion-spaced .card {
  margin-bottom: 1.5rem;
  border-radius: 0.75rem !important;
}
.zeeshan .close > span:not(.sr-only) {
  color: rgba(31, 45, 61, 0.5);
}
.zeeshan .close:hover > span:not(.sr-only),
.zeeshan .close:focus > span:not(.sr-only) {
  color: rgba(31, 45, 61, 0.8);
}
.zeeshan .custom-control-label {
  line-height: 1.8;
}
.zeeshan .checklist .custom-control-input:checked ~ .custom-control-label {
  text-decoration: line-through;
}
.zeeshan .checklist .card {
  margin-bottom: 0.5rem;
}
.zeeshan .checklist .card:last-child {
  margin-bottom: 0;
}
.zeeshan .dropdown,
.zeeshan .dropup,
.zeeshan .dropright,
.zeeshan .dropleft {
  display: inline-block;
}
.zeeshan .dropdown-menu {
  font-size: 0.875rem;
}
.zeeshan .dropdown-menu .dropdown-item > i,
.zeeshan .dropdown-menu .dropdown-item > svg {
  font-size: 1rem;
  margin-right: 1rem;
}
.zeeshan .dropdown-menu .dropdown-item img,
.zeeshan .dropdown-menu .dropdown-item svg {
  position: relative;
  top: -1px;
  height: 14px;
  margin-right: 0.5rem;
}
.zeeshan .dropdown-menu .dropdown-item .icon-flag {
  width: 19px;
}
.zeeshan .dropdown-menu .list-group-item .media p {
  line-height: 1.4;
  color: #4a5568;
}
.zeeshan .dropdown-menu .list-group-item .media:hover .heading {
  color: #008aff;
}
.zeeshan .dropdown-menu-dark {
  border: 0;
  background: #282f37;
}
.zeeshan .dropdown-menu-dark .dropdown-item {
  color: rgba(255, 255, 255, 0.9);
}
.zeeshan .dropdown-menu-dark .dropdown-item:active,
.zeeshan .dropdown-menu-dark .dropdown-item:focus,
.zeeshan .dropdown-menu-dark .dropdown-item:hover {
  color: white;
  background: rgba(45, 55, 72, 0.1);
}
.zeeshan .dropdown-menu-dark .dropdown-divider {
  background: rgba(31, 45, 61, 0.2);
}
@media (min-width: 992px) {
  .zeeshan .dropdown-menu-arrow:before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 1.25rem;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
    background: #fff;
    box-shadow: none;
  }
  .zeeshan .dropdown-menu-arrow[x-placement=bottom-end]:before {
    bottom: 100%;
    transform: rotate(-45deg) translateY(1rem);
  }
  .zeeshan .dropdown-menu-arrow[x-placement=top-end]:before {
    bottom: 0;
    transform: rotate(-45deg) translateY(0.5rem);
  }
  .zeeshan .dropdown-menu-arrow.dropdown-menu-right:before {
    right: 2.5rem;
    left: auto;
  }
  .zeeshan .dropdown-menu-sm {
    min-width: 10rem !important;
    border: 0.2rem;
  }
  .zeeshan .dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right:before {
    right: 2rem;
    left: auto;
  }
  .zeeshan .dropdown-menu-md {
    min-width: 22rem !important;
    border-radius: 0.375rem;
  }
  .zeeshan .dropdown-menu-lg {
    min-width: 32rem !important;
    border-radius: 0.375rem;
  }
  .zeeshan .dropdown-menu-xl {
    min-width: 46rem !important;
    border-radius: 0.375rem;
  }
}
@media (min-width: 992px) {
  .zeeshan .dropdown-fluid {
    position: static;
  }
  .zeeshan .dropdown-fluid .dropdown-menu {
    width: calc(100% - 30px);
    max-width: 1200px;
  }
  .zeeshan .dropdown-fluid .dropdown-menu {
    right: auto;
    left: 15px;
  }
  .zeeshan .dropdown-fluid .dropdown-menu-right {
    right: 15px;
    left: auto;
  }
}
@media (min-width: 992px) {
  .zeeshan .dropdown-animate > .dropdown-menu {
    position: absolute;
    display: block;
    pointer-events: none;
    opacity: 0;
  }
  .zeeshan .dropdown-animate:not([data-toggle=hover]) .dropdown-menu.show {
    animation: show-dropdown 0.3s ease forwards;
    pointer-events: auto;
  }
  .zeeshan .dropdown-animate:not([data-toggle=hover]) .dropdown-menu.hide {
    display: block;
    animation: hide-dropdown 0.3s ease backwards;
  }
  .zeeshan .dropdown-animate[data-toggle=hover] > .dropdown-menu {
    left: 50%;
    display: block;
    margin: 0;
    transition: all 0.2s ease;
    transform: translateX(-50%) translateY(-3px) scale(0.97);
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .zeeshan .dropdown-animate[data-toggle=hover] > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 992px) {
  .zeeshan .dropdown-animate[data-toggle=hover]:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    transform: translateX(-50%) translateY(-3px) scale(1);
    pointer-events: auto;
    opacity: 1;
  }
}
@keyframes show-dropdown {
  0% {
    transition: all 0.3s ease;
    transform: translateX(0) translateY(-3px) scale(0.97);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1;
  }
}
@keyframes hide-dropdown {
  from {
    transition: all 0.3s ease;
    transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1;
  }
  to {
    transform: translateX(0) translateY(-3px) scale(0.97);
    opacity: 0;
  }
}
.zeeshan .footer {
  padding-top: 3rem;
  background-color: #fff;
}
.zeeshan .footer .nav-link {
  font-size: 0.875rem;
}
.zeeshan .footer .list-unstyled li a {
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.125rem 0;
}
.zeeshan .footer-light p {
  color: #718096;
}
.zeeshan .footer-light .heading {
  color: #000000;
}
.zeeshan .footer-light .list-unstyled li a {
  color: #a0aec0;
}
.zeeshan .footer-light .list-unstyled li a:hover {
  text-decoration: underline;
  color: #4a5568;
}
.zeeshan .footer-light .copyright a {
  color: #4a5568;
}
.zeeshan .footer-light .copyright a:hover {
  color: #008aff;
}
.zeeshan .footer-dark p {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .footer-dark .heading {
  color: white;
}
.zeeshan .footer-dark .list-unstyled li a {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .footer-dark .list-unstyled li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.zeeshan .footer-dark .copyright a {
  color: rgba(255, 255, 255, 0.9);
}
.zeeshan .footer-dark .copyright a:hover {
  color: white;
}
.zeeshan .footer-dark {
  color: #a0aec0;
  background-color: #273444;
}
.zeeshan .footer-dark .heading {
  color: #eaecf3;
}
.zeeshan .footer-dark .nav .nav-item .nav-link,
.zeeshan .footer-dark .list-unstyled li a,
.zeeshan .footer-dark .footer-link {
  color: #a0aec0;
}
.zeeshan .footer-dark .nav .nav-item .nav-link:hover,
.zeeshan .footer-dark .list-unstyled li a:hover,
.zeeshan .footer-dark .footer-link:hover {
  color: #fff;
}
.zeeshan .footer-dark hr {
  border-color: rgba(216, 203, 187, 0.1);
}
.zeeshan .form-control:focus:-ms-input-placeholder {
  color: #cbd5e0;
}
.zeeshan .form-control:focus::-ms-input-placeholder {
  color: #cbd5e0;
}
.zeeshan .form-control:focus::placeholder {
  color: #cbd5e0;
}
.zeeshan .form-control-muted {
  border-color: #edf0f5;
  background-color: #edf0f5;
}
.zeeshan .form-control-muted:focus {
  background-color: #edf0f5;
}
.zeeshan .form-control-emphasized {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.zeeshan .form-control-emphasized:focus {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 0 0 2px #008aff;
}
.zeeshan .form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}
.zeeshan .form-control-flush:focus {
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}
.zeeshan textarea[resize=none] {
  resize: none !important;
}
.zeeshan textarea[resize=both] {
  resize: both !important;
}
.zeeshan textarea[resize=vertical] {
  resize: vertical !important;
}
.zeeshan textarea[resize=horizontal] {
  resize: horizontal !important;
}
.zeeshan .form-control-xl {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1.5rem 2rem;
  border-radius: 0.75rem;
}
.zeeshan .form-primary .form-control {
  color: #fff;
  border: 1px solid #0069c2;
  background-color: #0069c2;
}
.zeeshan .form-primary .form-control:focus {
  border: 1px solid #005ead;
  background-color: #005ead;
}
.zeeshan .form-primary .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .form-primary .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .form-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .form-warning .form-control {
  color: #fff;
  border: 1px solid #ffa900;
  background-color: #ffa900;
}
.zeeshan .form-warning .form-control:focus {
  border: 1px solid #ea9c00;
  background-color: #ea9c00;
}
.zeeshan .form-warning .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .form-warning .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .form-warning .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .form-danger .form-control {
  color: #fff;
  border: 1px solid #ee1e34;
  background-color: #ee1e34;
}
.zeeshan .form-danger .form-control:focus {
  border: 1px solid #e61228;
  background-color: #e61228;
}
.zeeshan .form-danger .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .form-danger .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .form-danger .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.zeeshan .header-transparent + section {
  padding-top: 7rem !important;
}
.zeeshan .header-transparent + .header-1 {
  padding-top: 14rem !important;
}
.zeeshan .header-account-page .btn-group-nav {
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .zeeshan .header-web-app .row:last-of-type {
    position: relative;
    z-index: 2;
    margin-bottom: -12rem;
  }
  .zeeshan .header-web-app + section {
    padding-top: 12rem;
  }
}
.zeeshan .icon i,
.zeeshan .icon svg {
  font-size: 1.71429rem;
}
.zeeshan .icon:not(.icon-shape) svg {
  width: 3rem;
  height: 3rem;
}
.zeeshan .icon + .icon-text {
  width: calc(100% - 3rem - 1);
  padding-left: 1rem;
}
.zeeshan .icon-xl i,
.zeeshan .icon-xl svg {
  font-size: 2.85714rem;
}
.zeeshan .icon-xl:not(.icon-shape) svg {
  width: 5rem;
  height: 5rem;
}
.zeeshan .icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}
.zeeshan .icon-lg i,
.zeeshan .icon-lg svg {
  font-size: 2.28571rem;
}
.zeeshan .icon-lg:not(.icon-shape) svg {
  width: 4rem;
  height: 4rem;
}
.zeeshan .icon-lg + .icon-text {
  width: calc(100% - 4rem - 1);
}
.zeeshan .icon-sm i,
.zeeshan .icon-sm svg {
  font-size: 1.14286rem;
}
.zeeshan .icon-sm:not(.icon-shape) svg {
  width: 2rem;
  height: 2rem;
}
.zeeshan .icon-sm + .icon-text {
  width: calc(100% - 2rem - 1);
}
.zeeshan .icon-xs i,
.zeeshan .icon-xs svg {
  font-size: 0.57143rem;
}
.zeeshan .icon-xs:not(.icon-shape) svg {
  width: 1rem;
  height: 1rem;
}
.zeeshan .icon-xs + .icon-text {
  width: calc(100% - 1rem - 1);
}
.zeeshan .icon-shape {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.375rem;
  align-items: center;
  justify-content: center;
}
.zeeshan .icon-shape i {
  font-size: 1.125rem;
}
.zeeshan .icon-shape svg {
  width: 1.2rem;
  height: 1.2rem;
}
.zeeshan .icon-shape.icon-xl {
  width: 5rem;
  height: 5rem;
}
.zeeshan .icon-shape.icon-xl i {
  font-size: 2.25rem;
}
.zeeshan .icon-shape.icon-xl svg {
  width: 2rem;
  height: 2rem;
}
.zeeshan .icon-shape.icon-lg {
  width: 4rem;
  height: 4rem;
}
.zeeshan .icon-shape.icon-lg i {
  font-size: 1.75rem;
}
.zeeshan .icon-shape.icon-lg svg {
  width: 1.6rem;
  height: 1.6rem;
}
.zeeshan .icon-shape.icon-sm {
  width: 2rem;
  height: 2rem;
}
.zeeshan .icon-shape.icon-sm i {
  font-size: 0.875rem;
}
.zeeshan .icon-shape.icon-sm svg {
  width: 0.8rem;
  height: 0.8rem;
}
.zeeshan .icon-shape.icon-xs {
  width: 1rem;
  height: 1rem;
}
.zeeshan .icon-shape.icon-xs i {
  font-size: 0.75rem;
}
.zeeshan .icon-shape.icon-xs svg {
  width: 0.4rem;
  height: 0.4rem;
}
.zeeshan .icon-primary {
  color: #008aff;
  background-color: #cce8ff;
}
.zeeshan .icon-outline-primary {
  color: #0063b8;
  border: 3px solid rgba(51, 161, 255, 0.5);
}
.zeeshan .icon-secondary {
  color: #eaecf3;
  background-color: #fbfbfd;
}
.zeeshan .icon-outline-secondary {
  color: #bac1dc;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.zeeshan .icon-success {
  color: #5cc9a7;
  background-color: #def4ed;
}
.zeeshan .icon-outline-success {
  color: #32ac86;
  border: 3px solid rgba(130, 214, 188, 0.5);
}
.zeeshan .icon-info {
  color: #50b5ff;
  background-color: #dcf0ff;
}
.zeeshan .icon-outline-info {
  color: #0997ff;
  border: 3px solid rgba(131, 203, 255, 0.5);
}
.zeeshan .icon-warning {
  color: #ffbe3d;
  background-color: #fff2d8;
}
.zeeshan .icon-outline-warning {
  color: #f5a300;
  border: 3px solid rgba(255, 207, 112, 0.5);
}
.zeeshan .icon-danger {
  color: #f25767;
  background-color: #fcdde1;
}
.zeeshan .icon-outline-danger {
  color: #f30e26;
  border: 3px solid rgba(246, 134, 146, 0.5);
}
.zeeshan .icon-light {
  color: #eaecf3;
  background-color: #fbfbfd;
}
.zeeshan .icon-outline-light {
  color: #bac1dc;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.zeeshan .icon-dark {
  color: #171347;
  background-color: #d1d0da;
}
.zeeshan .icon-outline-dark {
  color: #04030f;
  border: 3px solid rgba(36, 30, 111, 0.5);
}
.zeeshan .icon-neutral {
  color: #fff;
  background-color: white;
}
.zeeshan .icon-outline-neutral {
  color: #dddada;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.zeeshan .icon-white {
  color: #fff;
  background-color: white;
}
.zeeshan .icon-outline-white {
  color: #dddada;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.zeeshan .input-group-text {
  transition: all 0.2s ease;
}
.zeeshan .input-group-flush .form-control,
.zeeshan .input-group-flush .input-group-text {
  border: 0 !important;
}
.zeeshan .focused .input-group {
  box-shadow: none, 0 0 20px rgba(0, 138, 255, 0.1);
}
.zeeshan .focused .input-group .form-control {
  box-shadow: none !important;
}
.zeeshan .focused .input-group-text {
  color: #008aff;
  border-color: rgba(0, 138, 255, 0.5);
  background-color: #eaecf3;
}
.zeeshan .jumbotron {
  position: relative;
}
.zeeshan .jumbotron:not([class*=rounded-]) {
  border-radius: 5rem;
}
.zeeshan .jumbotron:not([class*=rounded-]) > img {
  border-radius: 5rem;
}
.zeeshan .jumbotron.rounded-right {
  border-radius: 0 5rem 5rem 0 !important;
}
.zeeshan .jumbotron.rounded-left {
  border-radius: 5rem 0 0 5rem !important;
}
.zeeshan .jumbotron.rounded-top-right {
  border-radius: 0 5rem 0 0 !important;
}
.zeeshan .jumbotron.rounded-top-left {
  border-radius: 5rem 0 0 0 !important;
}
.zeeshan .jumbotron.rounded-bottom-right {
  border-radius: 0 0 5rem 0 !important;
}
.zeeshan .jumbotron.rounded-bottom-left {
  border-radius: 0 0 0 5rem !important;
}
.zeeshan .jumbotron.rounded-diagonal-left {
  border-radius: 5rem 0 5rem 0 !important;
}
.zeeshan .jumbotron.rounded-diagonal-right {
  border-radius: 0 5rem 0 5rem !important;
}
.zeeshan .docs .header .navbar {
  position: fixed;
  z-index: 1000;
}
@media (min-width: 576px) {
  .zeeshan .docs .container-fluid,
  .zeeshan .docs .container-sm,
  .zeeshan .docs .container-md,
  .zeeshan .docs .container-lg,
  .zeeshan .docs .container-xl {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .docs .container-fluid,
  .zeeshan .docs .container-sm,
  .zeeshan .docs .container-md,
  .zeeshan .docs .container-lg,
  .zeeshan .docs .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.zeeshan .docs .container-docs {
  display: flex;
  flex: 1 1;
  align-items: stretch;
}
.zeeshan .docs .main-content {
  display: flex;
  min-width: 0;
  max-width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .zeeshan .docs .main-content {
    padding-left: 250px;
  }
}
.zeeshan .docs .main-content .container,
.zeeshan .docs .main-content .container-fluid,
.zeeshan .docs .main-content .container-sm,
.zeeshan .docs .main-content .container-md,
.zeeshan .docs .main-content .container-lg,
.zeeshan .docs .main-content .container-xl {
  position: relative;
}
.zeeshan .docs .main-content-title + .row,
.zeeshan .docs .main-content-title + .card {
  margin-top: 30px;
}
.zeeshan .docs .docs-content {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .zeeshan .docs .docs-content {
    padding: 0 70px;
  }
}
@media (min-width: 768px) {
  .zeeshan .docs .docs-content {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .docs .docs-content {
    padding: 0 20px;
  }
}
.zeeshan .docs .docs-title {
  margin: 2.5rem 0;
  padding: 2.5rem;
  border: 2px solid #e2e8f0;
  border-radius: 0.5rem;
}
.zeeshan .docs .sidenav {
  position: fixed;
  z-index: 900;
  top: 0;
  overflow: auto;
  height: 100vh;
  margin-bottom: 0;
  transition: all 0.2s ease;
  border: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .docs .sidenav {
    transition: none;
  }
}
@media (min-width: 992px) {
  .zeeshan .docs .sidenav {
    max-width: 250px !important;
    height: 100vh;
    transform: translateX(0);
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .docs .sidenav {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 0;
    height: 100%;
    transform: translateX(-150%);
    border: 0;
  }
}
.zeeshan .docs .sidenav.show {
  z-index: 900;
  max-width: 250px !important;
  transform: translateX(0);
  border-right: 1px solid #e2e8f0;
  border-radius: 0;
}
.zeeshan .docs .sidenav-header {
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
}
.zeeshan .docs .sidenav-header .navbar-brand img {
  height: 1.5rem;
}
.zeeshan .docs .main-content-title + .nav-tabs {
  margin-bottom: 30px;
}
.zeeshan .list-group {
  list-style-type: none;
}
.zeeshan .list-group-space .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
}
.zeeshan .list-group-item {
  font-size: 0.875rem;
}
.zeeshan .list-group-img {
  width: 3rem;
  height: 3rem;
  margin: -0.1rem 1.2rem 0 -0.2rem;
  vertical-align: top;
  border-radius: 50%;
}
.zeeshan .list-group-content {
  min-width: 0;
  flex: 1 1;
}
.zeeshan .list-group-content p {
  line-height: 1.5;
  margin: 0.2rem 0 0;
}
.zeeshan .list-group-heading {
  color: #2d3748;
}
.zeeshan .list-group-heading > small {
  font-weight: 500;
  float: right;
  color: #a0aec0;
}
.zeeshan .list-group-sm .list-group-item {
  font-size: 0.875rem;
  padding: 0.675rem 1.25rem;
}
.zeeshan .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .mask {
    transition: none;
  }
}
.zeeshan .mask + .container {
  position: relative;
}
.zeeshan .card .mask {
  border-radius: 0.75rem;
}
.zeeshan .card .hover-mask {
  transition-delay: 150ms;
  opacity: 0;
}
.zeeshan .card:hover .hover-mask {
  opacity: 0.4;
}
.zeeshan .modal-content {
  border: 0;
  border-radius: 0.75rem;
}
.zeeshan .modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}
.zeeshan .modal-fluid .modal-content {
  border-radius: 0;
}
.zeeshan .modal-open {
  max-height: 100vh;
}
.zeeshan .modal-dialog-aside {
  position: absolute;
  margin: 0;
}
.zeeshan .modal-primary .modal-title {
  color: #fff;
}
.zeeshan .modal-primary .modal-header,
.zeeshan .modal-primary .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.zeeshan .modal-primary .modal-content {
  color: #fff;
  background-color: #008aff;
}
.zeeshan .modal-primary .modal-content .heading {
  color: #fff;
}
.zeeshan .modal-primary .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .modal-secondary .modal-title {
  color: #273444;
}
.zeeshan .modal-secondary .modal-header,
.zeeshan .modal-secondary .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}
.zeeshan .modal-secondary .modal-content {
  color: #273444;
  background-color: #eaecf3;
}
.zeeshan .modal-secondary .modal-content .heading {
  color: #273444;
}
.zeeshan .modal-secondary .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .modal-success .modal-title {
  color: #fff;
}
.zeeshan .modal-success .modal-header,
.zeeshan .modal-success .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.zeeshan .modal-success .modal-content {
  color: #fff;
  background-color: #5cc9a7;
}
.zeeshan .modal-success .modal-content .heading {
  color: #fff;
}
.zeeshan .modal-success .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .modal-info .modal-title {
  color: #fff;
}
.zeeshan .modal-info .modal-header,
.zeeshan .modal-info .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.zeeshan .modal-info .modal-content {
  color: #fff;
  background-color: #50b5ff;
}
.zeeshan .modal-info .modal-content .heading {
  color: #fff;
}
.zeeshan .modal-info .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .modal-warning .modal-title {
  color: #fff;
}
.zeeshan .modal-warning .modal-header,
.zeeshan .modal-warning .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.zeeshan .modal-warning .modal-content {
  color: #fff;
  background-color: #ffbe3d;
}
.zeeshan .modal-warning .modal-content .heading {
  color: #fff;
}
.zeeshan .modal-warning .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .modal-danger .modal-title {
  color: #fff;
}
.zeeshan .modal-danger .modal-header,
.zeeshan .modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.zeeshan .modal-danger .modal-content {
  color: #fff;
  background-color: #f25767;
}
.zeeshan .modal-danger .modal-content .heading {
  color: #fff;
}
.zeeshan .modal-danger .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .modal-light .modal-title {
  color: #273444;
}
.zeeshan .modal-light .modal-header,
.zeeshan .modal-light .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}
.zeeshan .modal-light .modal-content {
  color: #273444;
  background-color: #eaecf3;
}
.zeeshan .modal-light .modal-content .heading {
  color: #273444;
}
.zeeshan .modal-light .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .modal-dark .modal-title {
  color: #fff;
}
.zeeshan .modal-dark .modal-header,
.zeeshan .modal-dark .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.zeeshan .modal-dark .modal-content {
  color: #fff;
  background-color: #171347;
}
.zeeshan .modal-dark .modal-content .heading {
  color: #fff;
}
.zeeshan .modal-dark .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .modal-neutral .modal-title {
  color: #273444;
}
.zeeshan .modal-neutral .modal-header,
.zeeshan .modal-neutral .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}
.zeeshan .modal-neutral .modal-content {
  color: #273444;
  background-color: #fff;
}
.zeeshan .modal-neutral .modal-content .heading {
  color: #273444;
}
.zeeshan .modal-neutral .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .modal-white .modal-title {
  color: #273444;
}
.zeeshan .modal-white .modal-header,
.zeeshan .modal-white .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}
.zeeshan .modal-white .modal-content {
  color: #273444;
  background-color: #fff;
}
.zeeshan .modal-white .modal-content .heading {
  color: #273444;
}
.zeeshan .modal-white .close > span:not(.sr-only) {
  color: #fff;
}
.zeeshan .nav-link {
  font-size: 0.875rem;
  color: #4a5568;
}
.zeeshan .nav-link:hover {
  color: #273444;
}
.zeeshan .nav-link.active {
  font-weight: 600;
  color: #273444;
}
@media (min-width: 992px) {
  .zeeshan .nav-link-badge {
    position: relative;
  }
  .zeeshan .nav-link-badge .badge {
    position: relative;
    top: -15px;
    left: -5px;
  }
  .zeeshan .nav-link-badge .nav-link-text {
    position: relative;
  }
  .zeeshan .nav-link-badge .nav-link-text:before {
    position: absolute;
    top: 0;
    left: -7px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    content: "";
    transform: translate(-50%, -50%) rotate(100deg);
    border-left: 1px dashed #fff;
    border-radius: 10px;
  }
}
.zeeshan .nav.overflow-x {
  display: flex;
  overflow-x: auto;
  padding-bottom: 1px;
  flex-wrap: nowrap;
}
.zeeshan .nav.overflow-x .nav-item {
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}
.zeeshan .nav-header {
  border-bottom-width: 0;
}
.zeeshan .navbar {
  position: relative;
  z-index: 101;
}
.zeeshan .navbar .container {
  position: relative;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.zeeshan .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.15s linear;
  letter-spacing: 0;
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-nav .nav-link {
    transition: none;
  }
}
.zeeshan .navbar-nav .nav-link i,
.zeeshan .navbar-nav .nav-link svg,
.zeeshan .navbar-nav .nav-link img {
  margin-right: 0.5rem;
}
.zeeshan .navbar-nav .media-pill .avatar {
  width: 36px;
  height: 36px;
}
.zeeshan .nav-link > img,
.zeeshan .nav-link > svg {
  position: relative;
  top: -1px;
  height: 14px;
  margin-right: 0.5rem;
}
.zeeshan .nav-link .icon-flag {
  width: 19px;
}
.zeeshan .navbar-text {
  font-size: 1rem;
}
.zeeshan .navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.zeeshan .navbar-img-brand {
  font-size: initial;
}
.zeeshan .navbar-shadow {
  box-shadow: 0 0 10px rgba(31, 45, 61, 0.03);
}
.zeeshan .header,
.zeeshan .navbar,
.zeeshan .navbar-top {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .header,
  .zeeshan .navbar,
  .zeeshan .navbar-top {
    transition: none;
  }
}
.zeeshan .navbar-border.navbar-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.zeeshan .navbar-border.navbar-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.zeeshan .navbar-border.navbar-light {
  border-bottom: 1px solid rgba(31, 45, 61, 0.04) !important;
}
.zeeshan .navbar-border.navbar-light .border-bottom {
  border-bottom: 1px solid rgba(31, 45, 61, 0.1) !important;
}
.zeeshan .navbar-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.zeeshan .navbar-light .border-bottom {
  border-bottom: 1px solid rgba(31, 45, 61, 0.1) !important;
}
.zeeshan .header-transparent {
  position: absolute;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
}
.zeeshan .header-transparent .navbar-main .container:not(.border-0)::after {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  left: 0;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.zeeshan .header-transparent .navbar-top {
  padding-right: 1rem;
  padding-left: 1rem;
  border: 0;
  background-color: transparent !important;
}
.zeeshan .header-transparent .navbar:not(.sticky) {
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
}
.zeeshan .header-transparent + main section:first-child:not([data-spotlight]) .container {
  padding-top: 5rem;
}
.zeeshan .header-collapse-show {
  z-index: 1000;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.zeeshan .navbar-sticky {
  position: -webkit-sticky;
}
.zeeshan .navbar-sticky.sticky {
  position: fixed;
  z-index: 1030;
  top: -100px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  transform: translateY(100px);
  border-top: 0;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-sticky.sticky {
    transition: none;
  }
}
.zeeshan .navbar-top {
  position: relative;
  display: flex;
  align-items: center;
}
.zeeshan .navbar-top .navbar-nav {
  flex-direction: row;
}
.zeeshan .navbar-top .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.zeeshan .navbar-top .navbar-nav .nav-link {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-sm .navbar-brand.dropdown-toggle:after {
    font-size: 1rem;
    float: none;
    opacity: 0.6;
  }
  .zeeshan .navbar-expand-sm .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  .zeeshan .navbar-expand-sm .navbar-nav:not(.flex-row) .nav-link {
    padding: 0.625rem 0;
  }
  .zeeshan .navbar-expand-sm .navbar-nav:not(.flex-row) .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  .zeeshan .navbar-expand-sm .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  .zeeshan .navbar-expand-sm .navbar-nav.flex-row .nav-link {
    padding-right: 0.675rem;
    padding-left: 0.675rem;
  }
  .zeeshan .navbar-expand-sm .navbar-nav.flex-row .dropdown {
    position: static;
  }
  .zeeshan .navbar-expand-sm .navbar-nav.flex-row .dropdown-menu {
    position: absolute;
    top: 60px;
    right: auto;
    left: 15px;
    width: calc(100% - 30px);
  }
  .zeeshan .navbar-expand-sm .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse {
    background: #fff;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .navbar-toggler {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.5rem;
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-sm .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse-fade.collapsing,
  .zeeshan .navbar-expand-sm .navbar-collapse-fade.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse-fade.collapsing-out {
    transition: opacity 0.3s linear;
    animation: none;
    animation-delay: 0;
    opacity: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    overflow-y: scroll;
    max-height: calc(100vh - 2rem) !important;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, transform;
    transform: translateY(-100%);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay.show {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay.show {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}
@media (min-width: 576px) {
  .zeeshan .navbar-expand-sm .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-sm .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  .zeeshan .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-nav .nav-link-icon {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .collapse-header {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-md .navbar-brand.dropdown-toggle:after {
    font-size: 1rem;
    float: none;
    opacity: 0.6;
  }
  .zeeshan .navbar-expand-md .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  .zeeshan .navbar-expand-md .navbar-nav:not(.flex-row) .nav-link {
    padding: 0.625rem 0;
  }
  .zeeshan .navbar-expand-md .navbar-nav:not(.flex-row) .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  .zeeshan .navbar-expand-md .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  .zeeshan .navbar-expand-md .navbar-nav.flex-row .nav-link {
    padding-right: 0.675rem;
    padding-left: 0.675rem;
  }
  .zeeshan .navbar-expand-md .navbar-nav.flex-row .dropdown {
    position: static;
  }
  .zeeshan .navbar-expand-md .navbar-nav.flex-row .dropdown-menu {
    position: absolute;
    top: 60px;
    right: auto;
    left: 15px;
    width: calc(100% - 30px);
  }
  .zeeshan .navbar-expand-md .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  .zeeshan .navbar-expand-md .navbar-collapse {
    background: #fff;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-md .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  .zeeshan .navbar-expand-md .navbar-collapse .navbar-toggler {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.5rem;
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-md .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .zeeshan .navbar-expand-md .navbar-collapse-fade.collapsing,
  .zeeshan .navbar-expand-md .navbar-collapse-fade.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .zeeshan .navbar-expand-md .navbar-collapse-fade.collapsing-out {
    transition: opacity 0.3s linear;
    animation: none;
    animation-delay: 0;
    opacity: 0;
  }
  .zeeshan .navbar-expand-md .navbar-collapse-overlay {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    overflow-y: scroll;
    max-height: calc(100vh - 2rem) !important;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, transform;
    transform: translateY(-100%);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-md .navbar-collapse-overlay {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md .navbar-collapse-overlay.show {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-md .navbar-collapse-overlay.show {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .zeeshan .navbar-expand-md .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-md .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  .zeeshan .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-md .navbar-nav .nav-link-icon {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-md .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .collapse-header {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-lg .navbar-brand.dropdown-toggle:after {
    font-size: 1rem;
    float: none;
    opacity: 0.6;
  }
  .zeeshan .navbar-expand-lg .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  .zeeshan .navbar-expand-lg .navbar-nav:not(.flex-row) .nav-link {
    padding: 0.625rem 0;
  }
  .zeeshan .navbar-expand-lg .navbar-nav:not(.flex-row) .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  .zeeshan .navbar-expand-lg .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  .zeeshan .navbar-expand-lg .navbar-nav.flex-row .nav-link {
    padding-right: 0.675rem;
    padding-left: 0.675rem;
  }
  .zeeshan .navbar-expand-lg .navbar-nav.flex-row .dropdown {
    position: static;
  }
  .zeeshan .navbar-expand-lg .navbar-nav.flex-row .dropdown-menu {
    position: absolute;
    top: 60px;
    right: auto;
    left: 15px;
    width: calc(100% - 30px);
  }
  .zeeshan .navbar-expand-lg .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse {
    background: #fff;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .navbar-toggler {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.5rem;
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-lg .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse-fade.collapsing,
  .zeeshan .navbar-expand-lg .navbar-collapse-fade.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse-fade.collapsing-out {
    transition: opacity 0.3s linear;
    animation: none;
    animation-delay: 0;
    opacity: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    overflow-y: scroll;
    max-height: calc(100vh - 2rem) !important;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, transform;
    transform: translateY(-100%);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay.show {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay.show {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .zeeshan .navbar-expand-lg .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-lg .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  .zeeshan .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-nav .nav-link-icon {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .collapse-header {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-xl .navbar-brand.dropdown-toggle:after {
    font-size: 1rem;
    float: none;
    opacity: 0.6;
  }
  .zeeshan .navbar-expand-xl .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  .zeeshan .navbar-expand-xl .navbar-nav:not(.flex-row) .nav-link {
    padding: 0.625rem 0;
  }
  .zeeshan .navbar-expand-xl .navbar-nav:not(.flex-row) .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  .zeeshan .navbar-expand-xl .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  .zeeshan .navbar-expand-xl .navbar-nav.flex-row .nav-link {
    padding-right: 0.675rem;
    padding-left: 0.675rem;
  }
  .zeeshan .navbar-expand-xl .navbar-nav.flex-row .dropdown {
    position: static;
  }
  .zeeshan .navbar-expand-xl .navbar-nav.flex-row .dropdown-menu {
    position: absolute;
    top: 60px;
    right: auto;
    left: 15px;
    width: calc(100% - 30px);
  }
  .zeeshan .navbar-expand-xl .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse {
    background: #fff;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .navbar-toggler {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.5rem;
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-xl .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse-fade.collapsing,
  .zeeshan .navbar-expand-xl .navbar-collapse-fade.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse-fade.collapsing-out {
    transition: opacity 0.3s linear;
    animation: none;
    animation-delay: 0;
    opacity: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    overflow-y: scroll;
    max-height: calc(100vh - 2rem) !important;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, transform;
    transform: translateY(-100%);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay.show {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay.show {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .zeeshan .navbar-expand-xl .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-xl .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  .zeeshan .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-nav .nav-link-icon {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .collapse-header {
    display: none;
  }
}
.zeeshan .navbar-expand .navbar-brand img {
  height: 1.75rem;
}
.zeeshan .navbar-expand .navbar-brand.dropdown-toggle:after {
  font-size: 1rem;
  float: none;
  opacity: 0.6;
}
.zeeshan .navbar-expand .navbar-brand.dropdown-toggle:hover:after {
  opacity: 1;
}
.zeeshan .navbar-expand .navbar-nav:not(.flex-row) .nav-link {
  padding: 0.625rem 0;
}
.zeeshan .navbar-expand .navbar-nav:not(.flex-row) .dropdown-menu {
  min-width: auto;
  box-shadow: none;
}
.zeeshan .navbar-expand .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
  width: 30px;
}
.zeeshan .navbar-expand .navbar-nav.flex-row .nav-link {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}
.zeeshan .navbar-expand .navbar-nav.flex-row .dropdown {
  position: static;
}
.zeeshan .navbar-expand .navbar-nav.flex-row .dropdown-menu {
  position: absolute;
  top: 60px;
  right: auto;
  left: 15px;
  width: calc(100% - 30px);
}
.zeeshan .navbar-expand .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
  display: block !important;
}
.zeeshan .navbar-expand .navbar-collapse {
  background: #fff;
}
.zeeshan .navbar-expand .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(31, 45, 61, 0.6);
}
.zeeshan .navbar-expand .navbar-collapse .navbar-nav .nav-item-spaced {
  margin-bottom: 1.5rem;
}
.zeeshan .navbar-expand .navbar-collapse .navbar-nav .dropdown-item {
  color: rgba(31, 45, 61, 0.8);
}
.zeeshan .navbar-expand .navbar-collapse .navbar-toggler {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0.5rem;
  color: rgba(31, 45, 61, 0.6);
}
.zeeshan .navbar-expand .navbar-collapse-fade {
  z-index: 1050;
  height: auto !important;
  opacity: 0;
}
.zeeshan .navbar-expand .navbar-collapse-fade.collapsing,
.zeeshan .navbar-expand .navbar-collapse-fade.show {
  animation: show-navbar-collapse 0.2s ease forwards;
  animation-delay: 0.15s;
}
.zeeshan .navbar-expand .navbar-collapse-fade.collapsing-out {
  transition: opacity 0.3s linear;
  animation: none;
  animation-delay: 0;
  opacity: 0;
}
.zeeshan .navbar-expand .navbar-collapse-overlay {
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  overflow-y: scroll;
  max-height: calc(100vh - 2rem) !important;
  padding: 1rem 0;
  transition: all 0.2s ease-in-out;
  transition-property: opacity, transform;
  transform: translateY(-100%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0.375rem;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand .navbar-collapse-overlay {
    transition: none;
  }
}
.zeeshan .navbar-expand .navbar-collapse-overlay.show {
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand .navbar-collapse-overlay.show {
    transition: none;
  }
}
.zeeshan .navbar-expand .navbar-collapse-overlay .nav-item {
  padding: 0 1.5rem;
}
.zeeshan .navbar-expand .navbar-brand img {
  height: 1.75rem;
}
.zeeshan .navbar-expand .navbar-brand.dropdown-toggle:after {
  display: none;
}
.zeeshan .navbar-expand .navbar-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
}
.zeeshan .navbar-expand .navbar-nav .nav-link-icon {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: 0;
}
.zeeshan .navbar-expand .navbar-nav .nav-link-icon i {
  margin-right: 0;
}
.zeeshan .navbar-expand .navbar-collapse .collapse-header {
  display: none;
}
.zeeshan .navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
}
@keyframes show-navbar-collapse {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.zeeshan .pagination {
  margin-bottom: 0;
}
.zeeshan .page-item .page-link,
.zeeshan .page-item > span {
  font-size: 0.875rem;
  margin: 0 3px;
  text-align: center;
  border-radius: 0.2rem;
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08);
}
.zeeshan .popover {
  border: 0;
}
.zeeshan .popover-header {
  font-weight: 600;
}
.zeeshan .popover-primary {
  background-color: #008aff;
}
.zeeshan .popover-primary .popover-header {
  color: #fff;
  background-color: #008aff;
}
.zeeshan .popover-primary .popover-body {
  color: #fff;
}
.zeeshan .popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.zeeshan .popover-primary.bs-popover-top .arrow::after,
.zeeshan .popover-primary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #008aff;
}
.zeeshan .popover-primary.bs-popover-right .arrow::after,
.zeeshan .popover-primary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #008aff;
}
.zeeshan .popover-primary.bs-popover-bottom .arrow::after,
.zeeshan .popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #008aff;
}
.zeeshan .popover-primary.bs-popover-left .arrow::after,
.zeeshan .popover-primary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #008aff;
}
.zeeshan .popover-secondary {
  background-color: #eaecf3;
}
.zeeshan .popover-secondary .popover-header {
  color: #273444;
  background-color: #eaecf3;
}
.zeeshan .popover-secondary .popover-body {
  color: #273444;
}
.zeeshan .popover-secondary .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}
.zeeshan .popover-secondary.bs-popover-top .arrow::after,
.zeeshan .popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #eaecf3;
}
.zeeshan .popover-secondary.bs-popover-right .arrow::after,
.zeeshan .popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #eaecf3;
}
.zeeshan .popover-secondary.bs-popover-bottom .arrow::after,
.zeeshan .popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #eaecf3;
}
.zeeshan .popover-secondary.bs-popover-left .arrow::after,
.zeeshan .popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #eaecf3;
}
.zeeshan .popover-success {
  background-color: #5cc9a7;
}
.zeeshan .popover-success .popover-header {
  color: #fff;
  background-color: #5cc9a7;
}
.zeeshan .popover-success .popover-body {
  color: #fff;
}
.zeeshan .popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.zeeshan .popover-success.bs-popover-top .arrow::after,
.zeeshan .popover-success.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #5cc9a7;
}
.zeeshan .popover-success.bs-popover-right .arrow::after,
.zeeshan .popover-success.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #5cc9a7;
}
.zeeshan .popover-success.bs-popover-bottom .arrow::after,
.zeeshan .popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #5cc9a7;
}
.zeeshan .popover-success.bs-popover-left .arrow::after,
.zeeshan .popover-success.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #5cc9a7;
}
.zeeshan .popover-info {
  background-color: #50b5ff;
}
.zeeshan .popover-info .popover-header {
  color: #fff;
  background-color: #50b5ff;
}
.zeeshan .popover-info .popover-body {
  color: #fff;
}
.zeeshan .popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.zeeshan .popover-info.bs-popover-top .arrow::after,
.zeeshan .popover-info.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #50b5ff;
}
.zeeshan .popover-info.bs-popover-right .arrow::after,
.zeeshan .popover-info.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #50b5ff;
}
.zeeshan .popover-info.bs-popover-bottom .arrow::after,
.zeeshan .popover-info.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #50b5ff;
}
.zeeshan .popover-info.bs-popover-left .arrow::after,
.zeeshan .popover-info.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #50b5ff;
}
.zeeshan .popover-warning {
  background-color: #ffbe3d;
}
.zeeshan .popover-warning .popover-header {
  color: #fff;
  background-color: #ffbe3d;
}
.zeeshan .popover-warning .popover-body {
  color: #fff;
}
.zeeshan .popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.zeeshan .popover-warning.bs-popover-top .arrow::after,
.zeeshan .popover-warning.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #ffbe3d;
}
.zeeshan .popover-warning.bs-popover-right .arrow::after,
.zeeshan .popover-warning.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #ffbe3d;
}
.zeeshan .popover-warning.bs-popover-bottom .arrow::after,
.zeeshan .popover-warning.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #ffbe3d;
}
.zeeshan .popover-warning.bs-popover-left .arrow::after,
.zeeshan .popover-warning.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #ffbe3d;
}
.zeeshan .popover-danger {
  background-color: #f25767;
}
.zeeshan .popover-danger .popover-header {
  color: #fff;
  background-color: #f25767;
}
.zeeshan .popover-danger .popover-body {
  color: #fff;
}
.zeeshan .popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.zeeshan .popover-danger.bs-popover-top .arrow::after,
.zeeshan .popover-danger.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #f25767;
}
.zeeshan .popover-danger.bs-popover-right .arrow::after,
.zeeshan .popover-danger.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #f25767;
}
.zeeshan .popover-danger.bs-popover-bottom .arrow::after,
.zeeshan .popover-danger.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #f25767;
}
.zeeshan .popover-danger.bs-popover-left .arrow::after,
.zeeshan .popover-danger.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #f25767;
}
.zeeshan .popover-light {
  background-color: #eaecf3;
}
.zeeshan .popover-light .popover-header {
  color: #273444;
  background-color: #eaecf3;
}
.zeeshan .popover-light .popover-body {
  color: #273444;
}
.zeeshan .popover-light .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}
.zeeshan .popover-light.bs-popover-top .arrow::after,
.zeeshan .popover-light.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #eaecf3;
}
.zeeshan .popover-light.bs-popover-right .arrow::after,
.zeeshan .popover-light.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #eaecf3;
}
.zeeshan .popover-light.bs-popover-bottom .arrow::after,
.zeeshan .popover-light.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #eaecf3;
}
.zeeshan .popover-light.bs-popover-left .arrow::after,
.zeeshan .popover-light.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #eaecf3;
}
.zeeshan .popover-dark {
  background-color: #171347;
}
.zeeshan .popover-dark .popover-header {
  color: #fff;
  background-color: #171347;
}
.zeeshan .popover-dark .popover-body {
  color: #fff;
}
.zeeshan .popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.zeeshan .popover-dark.bs-popover-top .arrow::after,
.zeeshan .popover-dark.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #171347;
}
.zeeshan .popover-dark.bs-popover-right .arrow::after,
.zeeshan .popover-dark.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #171347;
}
.zeeshan .popover-dark.bs-popover-bottom .arrow::after,
.zeeshan .popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #171347;
}
.zeeshan .popover-dark.bs-popover-left .arrow::after,
.zeeshan .popover-dark.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #171347;
}
.zeeshan .popover-neutral {
  background-color: #fff;
}
.zeeshan .popover-neutral .popover-header {
  color: #273444;
  background-color: #fff;
}
.zeeshan .popover-neutral .popover-body {
  color: #273444;
}
.zeeshan .popover-neutral .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}
.zeeshan .popover-neutral.bs-popover-top .arrow::after,
.zeeshan .popover-neutral.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #fff;
}
.zeeshan .popover-neutral.bs-popover-right .arrow::after,
.zeeshan .popover-neutral.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #fff;
}
.zeeshan .popover-neutral.bs-popover-bottom .arrow::after,
.zeeshan .popover-neutral.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #fff;
}
.zeeshan .popover-neutral.bs-popover-left .arrow::after,
.zeeshan .popover-neutral.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #fff;
}
.zeeshan .popover-white {
  background-color: #fff;
}
.zeeshan .popover-white .popover-header {
  color: #273444;
  background-color: #fff;
}
.zeeshan .popover-white .popover-body {
  color: #273444;
}
.zeeshan .popover-white .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}
.zeeshan .popover-white.bs-popover-top .arrow::after,
.zeeshan .popover-white.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #fff;
}
.zeeshan .popover-white.bs-popover-right .arrow::after,
.zeeshan .popover-white.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #fff;
}
.zeeshan .popover-white.bs-popover-bottom .arrow::after,
.zeeshan .popover-white.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #fff;
}
.zeeshan .popover-white.bs-popover-left .arrow::after,
.zeeshan .popover-white.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #fff;
}
.zeeshan .progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}
.zeeshan .progress-wrapper .progress {
  margin-bottom: 1rem;
}
.zeeshan .progress-inverse {
  background-color: inverse(#eaecf3);
}
.zeeshan .progress-heading {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 2px;
  padding: 0;
}
.zeeshan .progress-text {
  margin-bottom: 0;
}
.zeeshan .progress-lg {
  height: 1rem;
}
.zeeshan .progress-md {
  height: 0.75rem;
}
.zeeshan .progress-sm {
  height: 0.375rem;
}
.zeeshan .progress-xs {
  height: 0.125rem;
}
.zeeshan .progress-group {
  position: relative;
}
.zeeshan .progress-prepend-icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zeeshan .progress-prepend-icon:not(:first-child) {
  right: -17px;
}
.zeeshan .progress-prepend-icon:not(:last-child) {
  left: -17px;
}
.zeeshan .table thead th {
  font-size: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-width: 1px;
  background-color: transparent;
}
.zeeshan .table th {
  font-weight: 600;
}
.zeeshan .table td .progress {
  width: 120px;
  height: 3px;
  margin: 0;
}
.zeeshan .table td,
.zeeshan .table th {
  font-size: 0.8125rem;
  white-space: nowrap;
}
.zeeshan .table.align-items-center td,
.zeeshan .table.align-items-center th {
  vertical-align: middle;
}
.zeeshan .table.table-dark thead th,
.zeeshan .table .thead-dark th {
  color: #4b40cc;
  background-color: #1c1757;
}
.zeeshan .table.table-dark thead th a,
.zeeshan .table .thead-dark th a {
  color: #4b40cc;
}
.zeeshan .table .thead-light th {
  color: #4a5568;
  background-color: transparent;
}
.zeeshan .table .thead-light th a {
  color: #4a5568;
}
.zeeshan .table-hover tr {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .table-hover tr {
    transition: none;
  }
}
.zeeshan .table-flush td,
.zeeshan .table-flush th {
  border-right: 0;
  border-left: 0;
}
.zeeshan .table-flush tbody tr:first-child td,
.zeeshan .table-flush tbody tr:first-child th {
  border-top: 0;
}
.zeeshan .table-flush tbody tr:last-child td,
.zeeshan .table-flush tbody tr:last-child th {
  border-bottom: 0;
}
.zeeshan .card .table {
  margin-bottom: 0;
}
.zeeshan .card .table td,
.zeeshan .card .table th {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}
.zeeshan .table .custom-toggle {
  display: block;
}
.zeeshan h1,
.zeeshan h2,
.zeeshan h3,
.zeeshan .h1,
.zeeshan .h2,
.zeeshan .h3 {
  font-weight: 600;
}
.zeeshan h4,
.zeeshan h5,
.zeeshan h6,
.zeeshan .h4,
.zeeshan .h5,
.zeeshan .h6 {
  font-weight: 600;
}
.zeeshan h1 a,
.zeeshan h2 a,
.zeeshan h3 a,
.zeeshan h4 a,
.zeeshan h5 a,
.zeeshan h6 a,
.zeeshan .h1 a,
.zeeshan .h2 a,
.zeeshan .h3 a,
.zeeshan .h4 a,
.zeeshan .h5 a,
.zeeshan .h6 a {
  color: #000000;
}
.zeeshan h1 a:hover,
.zeeshan h2 a:hover,
.zeeshan h3 a:hover,
.zeeshan h4 a:hover,
.zeeshan h5 a:hover,
.zeeshan h6 a:hover,
.zeeshan .h1 a:hover,
.zeeshan .h2 a:hover,
.zeeshan .h3 a:hover,
.zeeshan .h4 a:hover,
.zeeshan .h5 a:hover,
.zeeshan .h6 a:hover {
  color: #008aff;
}
.zeeshan a {
  transition: all 0.2s ease;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan a {
    transition: none;
  }
}
.zeeshan .surtitle {
  font-size: 0.675rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #718096;
}
.zeeshan .fluid-paragraph {
  position: relative;
  width: 680px;
  margin: auto;
  padding: 0 1.5rem;
}
.zeeshan .fluid-paragraph-sm {
  width: 580px;
}
@media (max-width: 767.98px) {
  .zeeshan .fluid-paragraph {
    width: 100%;
  }
}
.zeeshan .text-highlight-primary {
  background-image: linear-gradient(transparent 66%, rgba(0, 138, 255, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .text-highlight-secondary {
  background-image: linear-gradient(transparent 66%, rgba(234, 236, 243, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .text-highlight-success {
  background-image: linear-gradient(transparent 66%, rgba(92, 201, 167, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .text-highlight-info {
  background-image: linear-gradient(transparent 66%, rgba(80, 181, 255, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .text-highlight-warning {
  background-image: linear-gradient(transparent 66%, rgba(255, 190, 61, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .text-highlight-danger {
  background-image: linear-gradient(transparent 66%, rgba(242, 87, 103, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .text-highlight-light {
  background-image: linear-gradient(transparent 66%, rgba(234, 236, 243, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .text-highlight-dark {
  background-image: linear-gradient(transparent 66%, rgba(23, 19, 71, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .text-highlight-neutral {
  background-image: linear-gradient(transparent 66%, rgba(255, 255, 255, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .text-highlight-white {
  background-image: linear-gradient(transparent 66%, rgba(255, 255, 255, 0.15) 34%);
  background-repeat: repeat-x;
}
.zeeshan .link {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .link {
    transition: none;
  }
}
.zeeshan [class*=link-underline-] {
  position: relative;
  padding-bottom: 8px;
}
.zeeshan [class*=link-underline-]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
  border-radius: 50rem;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan [class*=link-underline-]:after {
    transition: none;
  }
}
.zeeshan [class*=link-underline-]:hover:after {
  left: -4px;
  width: calc(100% + 8px);
}
.zeeshan .link-underline-primary {
  color: #008aff;
}
.zeeshan .link-underline-primary:after {
  background-color: #008aff;
}
.zeeshan .link-underline-primary:hover {
  color: #006ecc;
}
.zeeshan .link-underline-secondary {
  color: #eaecf3;
}
.zeeshan .link-underline-secondary:after {
  background-color: #eaecf3;
}
.zeeshan .link-underline-secondary:hover {
  color: #cacfe0;
}
.zeeshan .link-underline-success {
  color: #5cc9a7;
}
.zeeshan .link-underline-success:after {
  background-color: #5cc9a7;
}
.zeeshan .link-underline-success:hover {
  color: #3cb690;
}
.zeeshan .link-underline-info {
  color: #50b5ff;
}
.zeeshan .link-underline-info:after {
  background-color: #50b5ff;
}
.zeeshan .link-underline-info:hover {
  color: #1d9fff;
}
.zeeshan .link-underline-warning {
  color: #ffbe3d;
}
.zeeshan .link-underline-warning:after {
  background-color: #ffbe3d;
}
.zeeshan .link-underline-warning:hover {
  color: #ffad0a;
}
.zeeshan .link-underline-danger {
  color: #f25767;
}
.zeeshan .link-underline-danger:after {
  background-color: #f25767;
}
.zeeshan .link-underline-danger:hover {
  color: #ee283c;
}
.zeeshan .link-underline-light {
  color: #eaecf3;
}
.zeeshan .link-underline-light:after {
  background-color: #eaecf3;
}
.zeeshan .link-underline-light:hover {
  color: #cacfe0;
}
.zeeshan .link-underline-dark {
  color: #171347;
}
.zeeshan .link-underline-dark:after {
  background-color: #171347;
}
.zeeshan .link-underline-dark:hover {
  color: #0a081f;
}
.zeeshan .link-underline-neutral {
  color: #fff;
}
.zeeshan .link-underline-neutral:after {
  background-color: #fff;
}
.zeeshan .link-underline-neutral:hover {
  color: #e6e6e6;
}
.zeeshan .link-underline-white {
  color: #fff;
}
.zeeshan .link-underline-white:after {
  background-color: #fff;
}
.zeeshan .link-underline-white:hover {
  color: #e6e6e6;
}
.zeeshan .blockquote .quote {
  position: absolute;
}
.zeeshan .blockquote .quote:before {
  font-family: "Rubik", sans-serif !important;;
  font-size: 4em;
  line-height: 1;
  content: "“";
  color: #008aff;
}
.zeeshan .blockquote .quote + .quote-text {
  padding-left: 2.25rem;
}
.zeeshan .blockquote footer {
  background: transparent;
}
.zeeshan .blockquote-border-left {
  border-left: 0.5rem solid #008aff;
}
.zeeshan .blockquote-card {
  position: relative;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 0.5rem solid #008aff;
}
.zeeshan .blockquote-card:before {
  font-family: "Rubik", sans-serif !important;;
  font-size: 4em;
  position: absolute;
  top: -0.875rem;
  left: 0.875rem;
  content: "“";
  color: #008aff;
}
.zeeshan .blockquote-card:after {
  content: "";
}
.zeeshan .list-icons li i,
.zeeshan .list-icons li svg {
  font-size: 8px;
  position: relative;
  top: 2px;
  margin-right: 1rem;
  transform: translateY(-50%);
}
.zeeshan article h4:not(:first-child),
.zeeshan article h5:not(:first-child) {
  margin-top: 3rem;
}
.zeeshan article h4,
.zeeshan article h5 {
  margin-bottom: 1.5rem;
}
.zeeshan article figure {
  margin: 3rem 0;
}
.zeeshan article figure + h5 {
  margin-top: 0 !important;
}
.zeeshan article h5 + figure {
  margin-top: 0;
}
.zeeshan article p {
  line-height: 1.9;
}
.zeeshan .feather {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentcolor;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.zeeshan .svg-text {
  display: inline-flex;
  align-items: center;
}
.zeeshan .svg-text svg {
  position: relative;
}
.zeeshan .navbar {
  position: relative;
  z-index: 101;
}
.zeeshan .navbar .container {
  position: relative;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.zeeshan .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.15s linear;
  letter-spacing: 0;
  text-transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-nav .nav-link {
    transition: none;
  }
}
.zeeshan .navbar-nav .nav-link i,
.zeeshan .navbar-nav .nav-link svg,
.zeeshan .navbar-nav .nav-link img {
  margin-right: 0.5rem;
}
.zeeshan .navbar-nav .media-pill .avatar {
  width: 36px;
  height: 36px;
}
.zeeshan .nav-link > img,
.zeeshan .nav-link > svg {
  position: relative;
  top: -1px;
  height: 14px;
  margin-right: 0.5rem;
}
.zeeshan .nav-link .icon-flag {
  width: 19px;
}
.zeeshan .navbar-text {
  font-size: 1rem;
}
.zeeshan .navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.zeeshan .navbar-img-brand {
  font-size: initial;
}
.zeeshan .navbar-shadow {
  box-shadow: 0 0 10px rgba(31, 45, 61, 0.03);
}
.zeeshan .header,
.zeeshan .navbar,
.zeeshan .navbar-top {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .header,
  .zeeshan .navbar,
  .zeeshan .navbar-top {
    transition: none;
  }
}
.zeeshan .navbar-border.navbar-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.zeeshan .navbar-border.navbar-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.zeeshan .navbar-border.navbar-light {
  border-bottom: 1px solid rgba(31, 45, 61, 0.04) !important;
}
.zeeshan .navbar-border.navbar-light .border-bottom {
  border-bottom: 1px solid rgba(31, 45, 61, 0.1) !important;
}
.zeeshan .navbar-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.zeeshan .navbar-light .border-bottom {
  border-bottom: 1px solid rgba(31, 45, 61, 0.1) !important;
}
.zeeshan .header-transparent {
  position: absolute;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
}
.zeeshan .header-transparent .navbar-main .container:not(.border-0)::after {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  left: 0;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.zeeshan .header-transparent .navbar-top {
  padding-right: 1rem;
  padding-left: 1rem;
  border: 0;
  background-color: transparent !important;
}
.zeeshan .header-transparent .navbar:not(.sticky) {
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
}
.zeeshan .header-transparent + main section:first-child:not([data-spotlight]) .container {
  padding-top: 5rem;
}
.zeeshan .header-collapse-show {
  z-index: 1000;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.zeeshan .navbar-sticky {
  position: -webkit-sticky;
}
.zeeshan .navbar-sticky.sticky {
  position: fixed;
  z-index: 1030;
  top: -100px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  transform: translateY(100px);
  border-top: 0;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-sticky.sticky {
    transition: none;
  }
}
.zeeshan .navbar-top {
  position: relative;
  display: flex;
  align-items: center;
}
.zeeshan .navbar-top .navbar-nav {
  flex-direction: row;
}
.zeeshan .navbar-top .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.zeeshan .navbar-top .navbar-nav .nav-link {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-sm .navbar-brand.dropdown-toggle:after {
    font-size: 1rem;
    float: none;
    opacity: 0.6;
  }
  .zeeshan .navbar-expand-sm .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  .zeeshan .navbar-expand-sm .navbar-nav:not(.flex-row) .nav-link {
    padding: 0.625rem 0;
  }
  .zeeshan .navbar-expand-sm .navbar-nav:not(.flex-row) .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  .zeeshan .navbar-expand-sm .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  .zeeshan .navbar-expand-sm .navbar-nav.flex-row .nav-link {
    padding-right: 0.675rem;
    padding-left: 0.675rem;
  }
  .zeeshan .navbar-expand-sm .navbar-nav.flex-row .dropdown {
    position: static;
  }
  .zeeshan .navbar-expand-sm .navbar-nav.flex-row .dropdown-menu {
    position: absolute;
    top: 60px;
    right: auto;
    left: 15px;
    width: calc(100% - 30px);
  }
  .zeeshan .navbar-expand-sm .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse {
    background: #fff;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .navbar-toggler {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.5rem;
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-sm .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse-fade.collapsing,
  .zeeshan .navbar-expand-sm .navbar-collapse-fade.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse-fade.collapsing-out {
    transition: opacity 0.3s linear;
    animation: none;
    animation-delay: 0;
    opacity: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    overflow-y: scroll;
    max-height: calc(100vh - 2rem) !important;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, transform;
    transform: translateY(-100%);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay.show {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay.show {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}
@media (min-width: 576px) {
  .zeeshan .navbar-expand-sm .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-sm .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  .zeeshan .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-nav .nav-link-icon {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .collapse-header {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-md .navbar-brand.dropdown-toggle:after {
    font-size: 1rem;
    float: none;
    opacity: 0.6;
  }
  .zeeshan .navbar-expand-md .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  .zeeshan .navbar-expand-md .navbar-nav:not(.flex-row) .nav-link {
    padding: 0.625rem 0;
  }
  .zeeshan .navbar-expand-md .navbar-nav:not(.flex-row) .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  .zeeshan .navbar-expand-md .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  .zeeshan .navbar-expand-md .navbar-nav.flex-row .nav-link {
    padding-right: 0.675rem;
    padding-left: 0.675rem;
  }
  .zeeshan .navbar-expand-md .navbar-nav.flex-row .dropdown {
    position: static;
  }
  .zeeshan .navbar-expand-md .navbar-nav.flex-row .dropdown-menu {
    position: absolute;
    top: 60px;
    right: auto;
    left: 15px;
    width: calc(100% - 30px);
  }
  .zeeshan .navbar-expand-md .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  .zeeshan .navbar-expand-md .navbar-collapse {
    background: #fff;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-md .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  .zeeshan .navbar-expand-md .navbar-collapse .navbar-toggler {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.5rem;
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-md .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .zeeshan .navbar-expand-md .navbar-collapse-fade.collapsing,
  .zeeshan .navbar-expand-md .navbar-collapse-fade.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .zeeshan .navbar-expand-md .navbar-collapse-fade.collapsing-out {
    transition: opacity 0.3s linear;
    animation: none;
    animation-delay: 0;
    opacity: 0;
  }
  .zeeshan .navbar-expand-md .navbar-collapse-overlay {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    overflow-y: scroll;
    max-height: calc(100vh - 2rem) !important;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, transform;
    transform: translateY(-100%);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-md .navbar-collapse-overlay {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md .navbar-collapse-overlay.show {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-md .navbar-collapse-overlay.show {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .zeeshan .navbar-expand-md .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-md .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  .zeeshan .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-md .navbar-nav .nav-link-icon {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-md .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .collapse-header {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-lg .navbar-brand.dropdown-toggle:after {
    font-size: 1rem;
    float: none;
    opacity: 0.6;
  }
  .zeeshan .navbar-expand-lg .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  .zeeshan .navbar-expand-lg .navbar-nav:not(.flex-row) .nav-link {
    padding: 0.625rem 0;
  }
  .zeeshan .navbar-expand-lg .navbar-nav:not(.flex-row) .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  .zeeshan .navbar-expand-lg .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  .zeeshan .navbar-expand-lg .navbar-nav.flex-row .nav-link {
    padding-right: 0.675rem;
    padding-left: 0.675rem;
  }
  .zeeshan .navbar-expand-lg .navbar-nav.flex-row .dropdown {
    position: static;
  }
  .zeeshan .navbar-expand-lg .navbar-nav.flex-row .dropdown-menu {
    position: absolute;
    top: 60px;
    right: auto;
    left: 15px;
    width: calc(100% - 30px);
  }
  .zeeshan .navbar-expand-lg .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse {
    background: #fff;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .navbar-toggler {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.5rem;
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-lg .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse-fade.collapsing,
  .zeeshan .navbar-expand-lg .navbar-collapse-fade.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse-fade.collapsing-out {
    transition: opacity 0.3s linear;
    animation: none;
    animation-delay: 0;
    opacity: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    overflow-y: scroll;
    max-height: calc(100vh - 2rem) !important;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, transform;
    transform: translateY(-100%);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay.show {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay.show {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .zeeshan .navbar-expand-lg .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-lg .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  .zeeshan .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-nav .nav-link-icon {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .collapse-header {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-xl .navbar-brand.dropdown-toggle:after {
    font-size: 1rem;
    float: none;
    opacity: 0.6;
  }
  .zeeshan .navbar-expand-xl .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  .zeeshan .navbar-expand-xl .navbar-nav:not(.flex-row) .nav-link {
    padding: 0.625rem 0;
  }
  .zeeshan .navbar-expand-xl .navbar-nav:not(.flex-row) .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  .zeeshan .navbar-expand-xl .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  .zeeshan .navbar-expand-xl .navbar-nav.flex-row .nav-link {
    padding-right: 0.675rem;
    padding-left: 0.675rem;
  }
  .zeeshan .navbar-expand-xl .navbar-nav.flex-row .dropdown {
    position: static;
  }
  .zeeshan .navbar-expand-xl .navbar-nav.flex-row .dropdown-menu {
    position: absolute;
    top: 60px;
    right: auto;
    left: 15px;
    width: calc(100% - 30px);
  }
  .zeeshan .navbar-expand-xl .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse {
    background: #fff;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .navbar-toggler {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.5rem;
    color: rgba(31, 45, 61, 0.6);
  }
  .zeeshan .navbar-expand-xl .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse-fade.collapsing,
  .zeeshan .navbar-expand-xl .navbar-collapse-fade.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse-fade.collapsing-out {
    transition: opacity 0.3s linear;
    animation: none;
    animation-delay: 0;
    opacity: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    overflow-y: scroll;
    max-height: calc(100vh - 2rem) !important;
    padding: 1rem 0;
    transition: all 0.2s ease-in-out;
    transition-property: opacity, transform;
    transform: translateY(-100%);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay.show {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay.show {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .zeeshan .navbar-expand-xl .navbar-brand img {
    height: 1.75rem;
  }
  .zeeshan .navbar-expand-xl .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  .zeeshan .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-nav .nav-link-icon {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .collapse-header {
    display: none;
  }
}
.zeeshan .navbar-expand .navbar-brand img {
  height: 1.75rem;
}
.zeeshan .navbar-expand .navbar-brand.dropdown-toggle:after {
  font-size: 1rem;
  float: none;
  opacity: 0.6;
}
.zeeshan .navbar-expand .navbar-brand.dropdown-toggle:hover:after {
  opacity: 1;
}
.zeeshan .navbar-expand .navbar-nav:not(.flex-row) .nav-link {
  padding: 0.625rem 0;
}
.zeeshan .navbar-expand .navbar-nav:not(.flex-row) .dropdown-menu {
  min-width: auto;
  box-shadow: none;
}
.zeeshan .navbar-expand .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
  width: 30px;
}
.zeeshan .navbar-expand .navbar-nav.flex-row .nav-link {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}
.zeeshan .navbar-expand .navbar-nav.flex-row .dropdown {
  position: static;
}
.zeeshan .navbar-expand .navbar-nav.flex-row .dropdown-menu {
  position: absolute;
  top: 60px;
  right: auto;
  left: 15px;
  width: calc(100% - 30px);
}
.zeeshan .navbar-expand .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
  display: block !important;
}
.zeeshan .navbar-expand .navbar-collapse {
  background: #fff;
}
.zeeshan .navbar-expand .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(31, 45, 61, 0.6);
}
.zeeshan .navbar-expand .navbar-collapse .navbar-nav .nav-item-spaced {
  margin-bottom: 1.5rem;
}
.zeeshan .navbar-expand .navbar-collapse .navbar-nav .dropdown-item {
  color: rgba(31, 45, 61, 0.8);
}
.zeeshan .navbar-expand .navbar-collapse .navbar-toggler {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0.5rem;
  color: rgba(31, 45, 61, 0.6);
}
.zeeshan .navbar-expand .navbar-collapse-fade {
  z-index: 1050;
  height: auto !important;
  opacity: 0;
}
.zeeshan .navbar-expand .navbar-collapse-fade.collapsing,
.zeeshan .navbar-expand .navbar-collapse-fade.show {
  animation: show-navbar-collapse 0.2s ease forwards;
  animation-delay: 0.15s;
}
.zeeshan .navbar-expand .navbar-collapse-fade.collapsing-out {
  transition: opacity 0.3s linear;
  animation: none;
  animation-delay: 0;
  opacity: 0;
}
.zeeshan .navbar-expand .navbar-collapse-overlay {
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  overflow-y: scroll;
  max-height: calc(100vh - 2rem) !important;
  padding: 1rem 0;
  transition: all 0.2s ease-in-out;
  transition-property: opacity, transform;
  transform: translateY(-100%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0.375rem;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand .navbar-collapse-overlay {
    transition: none;
  }
}
.zeeshan .navbar-expand .navbar-collapse-overlay.show {
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand .navbar-collapse-overlay.show {
    transition: none;
  }
}
.zeeshan .navbar-expand .navbar-collapse-overlay .nav-item {
  padding: 0 1.5rem;
}
.zeeshan .navbar-expand .navbar-brand img {
  height: 1.75rem;
}
.zeeshan .navbar-expand .navbar-brand.dropdown-toggle:after {
  display: none;
}
.zeeshan .navbar-expand .navbar-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
}
.zeeshan .navbar-expand .navbar-nav .nav-link-icon {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: 0;
}
.zeeshan .navbar-expand .navbar-nav .nav-link-icon i {
  margin-right: 0;
}
.zeeshan .navbar-expand .navbar-collapse .collapse-header {
  display: none;
}
.zeeshan .navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
}
@keyframes show-navbar-collapse {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.zeeshan .navbar .dropdown-menu {
  min-width: 16rem;
  padding: 1.25rem 1.75rem;
  border: 0 solid rgba(31, 45, 61, 0);
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1.5rem 4rem rgba(31, 45, 61, 0.15);
}
.zeeshan .navbar .dropdown-menu .list-group .list-group-item {
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}
.zeeshan .navbar .dropdown-menu .list-group .list-group-item:hover .heading {
  color: rgba(65, 95, 129, 0.8);
}
.zeeshan .navbar .dropdown-header {
  padding: 0;
  color: #3b485e;
}
.zeeshan .navbar .dropdown-item {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.375rem 0;
  color: rgba(31, 45, 61, 0.8);
}
.zeeshan .navbar .dropdown-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.zeeshan .navbar .dropdown-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.zeeshan .navbar .dropdown-item:hover,
.zeeshan .navbar .dropdown-item:focus {
  text-decoration: none;
  color: rgba(65, 95, 129, 0.8);
  background: transparent;
}
.zeeshan .navbar .dropdown-item.active,
.zeeshan .navbar .dropdown-item:active {
  text-decoration: none;
  color: rgba(65, 95, 129, 0.8);
  background-color: transparent;
}
.zeeshan .navbar .dropdown-img-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.625rem 1.75rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: no-repeat center center/cover;
  justify-content: center;
  align-items: center;
}
.zeeshan .navbar .dropdown-img-left:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 138, 255, 0.8);
}
.zeeshan .navbar .dropdown-menu-xl,
.zeeshan .navbar .dropdown-menu-lg {
  padding: 2rem 2.5rem;
}
.zeeshan .navbar .dropdown-menu-xl .dropdown-header,
.zeeshan .navbar .dropdown-menu-lg .dropdown-header {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  color: #008aff;
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm .navbar-collapse .dropdown-menu {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    background: transparent;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .dropdown-menu.show {
    border-bottom: 1px solid #eaecf3;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .dropdown-menu-single {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    border-left: 3px solid #008aff;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .dropdown-item {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .dropdown-img-left {
    border-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: all 0.2s ease;
    transform: rotate(90deg);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-sm .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm .navbar-collapse .delimiter {
    padding-top: 2.5rem;
    border-top: 1px solid #e2e8f0;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .navbar-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    color: #008aff;
    border: 0;
    border-top: 1px solid #e2e8f0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: all 0.2s ease;
    transform: rotate(-90deg);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-sm .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .zeeshan .navbar-expand-sm .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
    font-size: 0.75rem;
    float: right;
  }
  .zeeshan .navbar-expand-sm .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
    transform: rotate(0);
  }
}
@media (min-width: 576px) {
  .zeeshan .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .zeeshan .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .zeeshan .navbar-expand-sm .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: all 0.2s ease;
    transform: scale(1);
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-sm .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}
@media (min-width: 576px) {
  .zeeshan .navbar-expand-sm .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: all 0.2s ease;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-sm .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}
@media (min-width: 576px) {
  .zeeshan .navbar-expand-sm .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    border-radius: 0.5rem;
    background-color: #fafbfe;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
  }
  .zeeshan .navbar-expand-sm .list-group .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-sm .list-group .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-sm .list-group > li:first-child .list-group-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-sm .list-group > li:last-child .list-group-item {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-sm .bg-dropdown-secondary {
    background-color: #fafafa;
  }
  .zeeshan .navbar-expand-sm .dropdown-body-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-sm .dropdown-body-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-sm .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .zeeshan .navbar-expand-sm .dropdown-submenu .dropdown-menu:before {
    position: absolute;
    top: 0;
    left: -1rem;
    height: 100%;
    content: "";
    border-left: 1.5rem solid transparent;
  }
  .zeeshan .navbar-expand-sm .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .zeeshan .navbar-expand-sm .dropdown-body {
    padding: 2rem 2.5rem;
  }
  .zeeshan .navbar-expand-sm .delimiter {
    border-right: 1px solid #e2e8f0;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md .navbar-collapse .dropdown-menu {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    background: transparent;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .dropdown-menu.show {
    border-bottom: 1px solid #eaecf3;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .dropdown-menu-single {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    border-left: 3px solid #008aff;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .dropdown-item {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .dropdown-img-left {
    border-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: all 0.2s ease;
    transform: rotate(90deg);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-md .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md .navbar-collapse .delimiter {
    padding-top: 2.5rem;
    border-top: 1px solid #e2e8f0;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .navbar-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    color: #008aff;
    border: 0;
    border-top: 1px solid #e2e8f0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: all 0.2s ease;
    transform: rotate(-90deg);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-md .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .zeeshan .navbar-expand-md .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
    font-size: 0.75rem;
    float: right;
  }
  .zeeshan .navbar-expand-md .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
    transform: rotate(0);
  }
}
@media (min-width: 768px) {
  .zeeshan .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .zeeshan .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .zeeshan .navbar-expand-md .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: all 0.2s ease;
    transform: scale(1);
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-md .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}
@media (min-width: 768px) {
  .zeeshan .navbar-expand-md .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-md .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}
@media (min-width: 768px) {
  .zeeshan .navbar-expand-md .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    border-radius: 0.5rem;
    background-color: #fafbfe;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
  }
  .zeeshan .navbar-expand-md .list-group .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-md .list-group .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-md .list-group > li:first-child .list-group-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-md .list-group > li:last-child .list-group-item {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-md .bg-dropdown-secondary {
    background-color: #fafafa;
  }
  .zeeshan .navbar-expand-md .dropdown-body-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-md .dropdown-body-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-md .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .zeeshan .navbar-expand-md .dropdown-submenu .dropdown-menu:before {
    position: absolute;
    top: 0;
    left: -1rem;
    height: 100%;
    content: "";
    border-left: 1.5rem solid transparent;
  }
  .zeeshan .navbar-expand-md .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .zeeshan .navbar-expand-md .dropdown-body {
    padding: 2rem 2.5rem;
  }
  .zeeshan .navbar-expand-md .delimiter {
    border-right: 1px solid #e2e8f0;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg .navbar-collapse .dropdown-menu {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    background: transparent;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .dropdown-menu.show {
    border-bottom: 1px solid #eaecf3;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .dropdown-menu-single {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    border-left: 3px solid #008aff;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .dropdown-item {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .dropdown-img-left {
    border-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: all 0.2s ease;
    transform: rotate(90deg);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-lg .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg .navbar-collapse .delimiter {
    padding-top: 2.5rem;
    border-top: 1px solid #e2e8f0;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .navbar-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    color: #008aff;
    border: 0;
    border-top: 1px solid #e2e8f0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: all 0.2s ease;
    transform: rotate(-90deg);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-lg .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .zeeshan .navbar-expand-lg .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
    font-size: 0.75rem;
    float: right;
  }
  .zeeshan .navbar-expand-lg .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
    transform: rotate(0);
  }
}
@media (min-width: 992px) {
  .zeeshan .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .zeeshan .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .zeeshan .navbar-expand-lg .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: all 0.2s ease;
    transform: scale(1);
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-lg .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}
@media (min-width: 992px) {
  .zeeshan .navbar-expand-lg .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: all 0.2s ease;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-lg .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}
@media (min-width: 992px) {
  .zeeshan .navbar-expand-lg .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    border-radius: 0.5rem;
    background-color: #fafbfe;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
  }
  .zeeshan .navbar-expand-lg .list-group .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-lg .list-group .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-lg .list-group > li:first-child .list-group-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-lg .list-group > li:last-child .list-group-item {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-lg .bg-dropdown-secondary {
    background-color: #fafafa;
  }
  .zeeshan .navbar-expand-lg .dropdown-body-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-lg .dropdown-body-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-lg .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .zeeshan .navbar-expand-lg .dropdown-submenu .dropdown-menu:before {
    position: absolute;
    top: 0;
    left: -1rem;
    height: 100%;
    content: "";
    border-left: 1.5rem solid transparent;
  }
  .zeeshan .navbar-expand-lg .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .zeeshan .navbar-expand-lg .dropdown-body {
    padding: 2rem 2.5rem;
  }
  .zeeshan .navbar-expand-lg .delimiter {
    border-right: 1px solid #e2e8f0;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl .navbar-collapse .dropdown-menu {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    background: transparent;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .dropdown-menu.show {
    border-bottom: 1px solid #eaecf3;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .dropdown-menu-single {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    border-left: 3px solid #008aff;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .dropdown-item {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .dropdown-img-left {
    border-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: all 0.2s ease;
    transform: rotate(90deg);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-xl .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl .navbar-collapse .delimiter {
    padding-top: 2.5rem;
    border-top: 1px solid #e2e8f0;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .navbar-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    color: #008aff;
    border: 0;
    border-top: 1px solid #e2e8f0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: all 0.2s ease;
    transform: rotate(-90deg);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-xl .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .zeeshan .navbar-expand-xl .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
    font-size: 0.75rem;
    float: right;
  }
  .zeeshan .navbar-expand-xl .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
    transform: rotate(0);
  }
}
@media (min-width: 1200px) {
  .zeeshan .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .zeeshan .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .zeeshan .navbar-expand-xl .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: all 0.2s ease;
    transform: scale(1);
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-xl .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .zeeshan .navbar-expand-xl .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: all 0.2s ease;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand-xl .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .zeeshan .navbar-expand-xl .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    border-radius: 0.5rem;
    background-color: #fafbfe;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
  }
  .zeeshan .navbar-expand-xl .list-group .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-xl .list-group .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-xl .list-group > li:first-child .list-group-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-xl .list-group > li:last-child .list-group-item {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-xl .bg-dropdown-secondary {
    background-color: #fafafa;
  }
  .zeeshan .navbar-expand-xl .dropdown-body-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-xl .dropdown-body-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .zeeshan .navbar-expand-xl .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .zeeshan .navbar-expand-xl .dropdown-submenu .dropdown-menu:before {
    position: absolute;
    top: 0;
    left: -1rem;
    height: 100%;
    content: "";
    border-left: 1.5rem solid transparent;
  }
  .zeeshan .navbar-expand-xl .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .zeeshan .navbar-expand-xl .dropdown-body {
    padding: 2rem 2.5rem;
  }
  .zeeshan .navbar-expand-xl .delimiter {
    border-right: 1px solid #e2e8f0;
  }
}
.zeeshan .navbar-expand .navbar-collapse .dropdown-menu {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  background: transparent;
}
.zeeshan .navbar-expand .navbar-collapse .dropdown-menu.show {
  border-bottom: 1px solid #eaecf3;
}
.zeeshan .navbar-expand .navbar-collapse .dropdown-menu-single {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  border-left: 3px solid #008aff;
}
.zeeshan .navbar-expand .navbar-collapse .dropdown-item {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
.zeeshan .navbar-expand .navbar-collapse .dropdown-img-left {
  border-radius: 0.5rem;
}
.zeeshan .navbar-expand .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
  transition: all 0.2s ease;
  transform: rotate(90deg);
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}
.zeeshan .navbar-expand .navbar-collapse .delimiter {
  padding-top: 2.5rem;
  border-top: 1px solid #e2e8f0;
}
.zeeshan .navbar-expand .navbar-collapse .navbar-btn {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 1.75rem;
  color: #008aff;
  border: 0;
  border-top: 1px solid #e2e8f0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
}
.zeeshan .navbar-expand .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
  transition: all 0.2s ease;
  transform: rotate(-90deg);
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}
.zeeshan .navbar-expand .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
  font-size: 0.75rem;
  float: right;
}
.zeeshan .navbar-expand .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
  transform: rotate(0);
}
.zeeshan .navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
  margin-left: -1.25rem;
}
.zeeshan .navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
  margin-right: -1.25rem;
}
.zeeshan .navbar-expand .dropdown-menu .list-group-emphasized > li .list-group-item {
  transition: all 0.2s ease;
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}
.zeeshan .navbar-expand .dropdown-menu .list-group-emphasized > li .media-body * {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .zeeshan .navbar-expand .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}
.zeeshan .navbar-expand .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
  z-index: 11;
  transform: scale(1.05);
  border-radius: 0.5rem;
  background-color: #fafbfe;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}
.zeeshan .navbar-expand .list-group .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.zeeshan .navbar-expand .list-group .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.zeeshan .navbar-expand .list-group > li:first-child .list-group-item {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.zeeshan .navbar-expand .list-group > li:last-child .list-group-item {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.zeeshan .navbar-expand .bg-dropdown-secondary {
  background-color: #fafafa;
}
.zeeshan .navbar-expand .dropdown-body-left {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.zeeshan .navbar-expand .dropdown-body-right {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.zeeshan .navbar-expand .dropdown-submenu .dropdown-menu {
  min-width: 16rem;
  margin-left: 1rem;
}
.zeeshan .navbar-expand .dropdown-submenu .dropdown-menu:before {
  position: absolute;
  top: 0;
  left: -1rem;
  height: 100%;
  content: "";
  border-left: 1.5rem solid transparent;
}
.zeeshan .navbar-expand .dropdown-submenu .dropdown-item:after {
  right: 0;
}
.zeeshan .navbar-expand .dropdown-body {
  padding: 2rem 2.5rem;
}
.zeeshan .navbar-expand .delimiter {
  border-right: 1px solid #e2e8f0;
}
.zeeshan section {
  background-color: #fff;
}
.zeeshan .slice {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.zeeshan .slice-xl {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.zeeshan .slice-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.zeeshan .slice-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.zeeshan .slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*=bg-]):not(.section-rotate) + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*=bg-]) {
  padding-top: 0;
}
.zeeshan .slice-video {
  min-height: 600px;
}
.zeeshan .shape-container {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  transform: translateZ(0);
}
.zeeshan .shape-container svg {
  display: block;
  vertical-align: baseline;
  pointer-events: none;
  fill: #fff;
}
.zeeshan .shape-position-top {
  top: 0;
  margin-top: -1px;
}
.zeeshan .shape-position-bottom {
  bottom: 0;
  margin-bottom: -1px;
}
.zeeshan .shape-orientation-inverse {
  transform: rotate(180deg);
}
.zeeshan .shape-line {
  min-height: 19px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .zeeshan .ie-shape-line {
    height: 100px;
  }
  .zeeshan .ie-shape-wave-1 {
    height: 504px;
  }
  .zeeshan .ie-shape-wave-3 {
    height: 231px;
  }
  .zeeshan .ie-shape-clouds {
    height: 400px;
  }
}
.zeeshan .highlight {
  margin-bottom: 1rem;
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background-color: #13103b;
}
.zeeshan .highlight pre {
  margin-bottom: 0;
  padding: 1.25rem;
}
.zeeshan .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #dcdcdc;
}
.zeeshan .hljs pre code {
  color: #dcdcdc;
}
.zeeshan .hljs-keyword,
.zeeshan .hljs-literal,
.zeeshan .hljs-symbol,
.zeeshan .hljs-name {
  color: #569cd6;
}
.zeeshan .hljs-link {
  text-decoration: underline;
  color: #569cd6;
}
.zeeshan .hljs-built_in,
.zeeshan .hljs-type {
  color: #4ec9b0;
}
.zeeshan .hljs-number,
.zeeshan .hljs-class {
  color: #b8d7a3;
}
.zeeshan .hljs-string,
.zeeshan .hljs-meta-string {
  color: #d69d85;
}
.zeeshan .hljs-regexp,
.zeeshan .hljs-template-tag {
  color: #9a5334;
}
.zeeshan .hljs-subst,
.zeeshan .hljs-function,
.zeeshan .hljs-title,
.zeeshan .hljs-params,
.zeeshan .hljs-formula {
  color: #dcdcdc;
}
.zeeshan .hljs-comment,
.zeeshan .hljs-quote {
  font-style: italic;
  color: #57a64a;
}
.zeeshan .hljs-doctag {
  color: #608b4e;
}
.zeeshan .hljs-meta,
.zeeshan .hljs-meta-keyword,
.zeeshan .hljs-tag {
  color: #9b9b9b;
}
.zeeshan .hljs-variable,
.zeeshan .hljs-template-variable {
  color: #bd63c5;
}
.zeeshan .hljs-attr,
.zeeshan .hljs-attribute,
.zeeshan .hljs-builtin-name {
  color: #9cdcfe;
}
.zeeshan .hljs-section {
  color: gold;
}
.zeeshan .hljs-emphasis {
  font-style: italic;
}
.zeeshan .hljs-strong {
  font-weight: bold;
}
.zeeshan .hljs-bullet,
.zeeshan .hljs-selector-tag,
.zeeshan .hljs-selector-id,
.zeeshan .hljs-selector-class,
.zeeshan .hljs-selector-attr,
.zeeshan .hljs-selector-pseudo {
  color: #d7ba7d;
}
.zeeshan .hljs-addition {
  display: inline-block;
  width: 100%;
  background-color: #144212;
}
.zeeshan .hljs-deletion {
  display: inline-block;
  width: 100%;
  background-color: #600;
}



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