*,
body,
p,
ul {
  margin: 0;
  padding: 0;
}
a,
a:active,
a:focus,
a:hover,
input:focus,
textarea {
  outline: 0 !important;
  text-decoration: none;
}
.fs-14,
body {
  font-size: 14px;
}
#back-top:after,
body,
p {
  color: var(--text-dark);
}
#back-top,
.Marquee,
.overflow {
  overflow: hidden;
}
#back-top,
a.whatsapp_chat {
  position: fixed;
  height: 50px;
}
@font-face {
  font-family: "Sequel Sans Black Head";
  src: url("../webfonts/SequelSans-BlackHead.woff2") format("woff2"),
    url("../webfonts/SequelSans-BlackHead.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Book Head";
  src: url("../webfonts/SequelSans-BookHead.woff2") format("woff2"),
    url("../webfonts/SequelSans-BookHead.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Black Disp";
  src: url("../webfonts/SequelSans-BlackDisp.woff2") format("woff2"),
    url("../webfonts/SequelSans-BlackDisp.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Book Disp";
  src: url("../webfonts/SequelSans-BookDisp.woff2") format("woff2"),
    url("../webfonts/SequelSans-BookDisp.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Bold Body";
  src: url("../webfonts/SequelSans-BoldBody.woff2") format("woff2"),
    url("../webfonts/SequelSans-BoldBody.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Semi Bold Disp";
  src: url("../webfonts/SequelSans-SemiBoldDisp.woff2") format("woff2"),
    url("../webfonts/SequelSans-SemiBoldDisp.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg-grey: #f7f7f7;
  --bg-orange: #daa83e;
  --bg-blue: #073d84;
  --bg-red: #3e107c;
  --bg-yellow: #fcb900;
  --bg-orange: #f58220;
  --white-col: #ffffff;
  --font: 1rem;
  --text-dark: #2b2a29;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Sequel Sans Book Head";
  font-weight: 400;
  outline: 0;
  line-height: 1.4em;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  margin: 0;
  line-height: 1.2em;
}
p {
  font-size: var(--font);
  line-height: 1.6rem;
}
.hr {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 1px;
  background: var(--bg-orange);
  width: 40%;
  opacity: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  color: #ffcb05;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
}
a:active,
a:focus,
a:hover {
  color: #4490bc;
}
img {
  border: 0;
}
.zindex5 {
  z-index: 5;
}
.bg-orange {
  background-color: var(--bg-orange);
}
.text-blue {
  color: var(--bg-blue);
}
.Marquee-tag h4 strong,
.text-yellow {
  color: var(--bg-yellow);
}
.bg-blue {
  background-color: var(--bg-blue);
}
.bg-green {
  background-color: var(--bg-green);
}
.bg-yellow {
  background-color: var(--bg-yellow);
}
.text-green {
  color: var(--bg-green);
}
#back-top:hover,
.bg-red,
.sideNavi a:hover {
  background-color: var(--bg-red);
}
.text-red {
  color: var(--bg-red);
}
.text-justify {
  text-align: justify;
}
#back-top,
#back-top:after,
.video-button,
.video-section,
a.whatsapp_chat {
  text-align: center;
}
li {
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
}
::-moz-selection {
  background-color: var(--bg-blue);
  color: #fff;
}
::selection {
  background-color: var(--bg-blue);
  color: #fff;
}
::-webkit-input-placeholder {
  color: var(--text-dark) !important;
}
::-moz-placeholder {
  color: var(--text-dark) !important;
}
:-ms-input-placeholder {
  color: var(--text-dark) !important;
}
:-moz-placeholder {
  color: var(--text-dark) !important;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
}
#back-top {
  right: 0;
  bottom: 1%;
  z-index: 999;
  display: none;
  width: 50px;
  border: 1px solid var(--text-dark);
  background-color: var(--white-col);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#back-top:after {
  display: block;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  content: "\f357";
  line-height: 48px;
  -webkit-transition: color 0.25s, -webkit-transform 2s;
  transition: color 0.25s, transform 2s;
}
#back-top:hover:after {
  color: #fff;
}
.bc-img01 {
  background-image: url(../images/sastra-abt.webp);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 30px;
    border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sideNavi {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
}
.a-icon-sticky a {
  width: 40px;
  background: #3e107c;
  margin-bottom: 10px;
  padding: 3px;
  border-radius: 10px;
  border: 1px solid #eee;
  display: block;
}
.shadow:hover {
  box-shadow: none !important;
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}
.shadow {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
  margin: auto;
  background-color: #fff;
  width: 500px;
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: 30px;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
  font-size: 5em;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
  font-size: 20px;
  line-height: 1.2;
}
.thankyou-sec .hero-thankyou .bc-img01 {
  height: 100vh;
  background-size: cover;
  padding-top: 18%;
}
.bouncebtn {
  animation: 2s infinite bounce;
  -webkit-animation: 2s infinite bounce;
  -moz-animation: 2s infinite bounce;
  -o-animation: 2s infinite bounce;
}
.image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.image-box .image img {
  transition: 0.4s;
}
.image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  transition: 0.4s linear;
}
.image-box:hover .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.4s linear;
}
.image-box:hover .image img {
  transform: scale(1.1);
}
.marquee-area-1 {
  top: 1rem;
  left: 0;
  padding: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 20px;
  z-index: 9;
  margin: auto;
  background: #fff;
}
.Marquee {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: 20s linear infinite marquee;
  -moz-animation: 20s linear infinite marquee;
  -o-animation: 20s linear infinite marquee;
  -ms-animation: marquee 20s linear infinite running;
  animation: 20s linear infinite marquee;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  margin: 0 1rem;
  width: 198px;
  border-right: 1px dotted var(--text-dark);
  padding: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.Marquee-tag h4 {
  white-space: nowrap;
  font-size: 1.5rem;
  color: var(--white-col);
}
.Marquee-tag h4 strong {
  font-size: 2rem;
  font-weight: 700;
}
.Marquee-tag:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.video-play-fluid:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-button {
  width: 55px;
  height: 55px;
  color: #aa1f2f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background-color: var(--white-col);
  font-size: 1.1rem;
  line-height: 55px;
  animation: 2s linear infinite pulse;
  -webkit-animation: 2s linear infinite pulse;
  -moz-animation: 2s linear infinite pulse;
}
.video-button::after,
.video-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 74px;
  opacity: 0.15;
}
.video-play-row {
  position: relative;
  overflow: visible;
  display: inline-block;
}
.video-button::before {
  z-index: 2;
  animation: 2s linear infinite inner-ripple;
  -webkit-animation: 2s linear infinite inner-ripple;
  -moz-animation: 2s linear infinite inner-ripple;
}
.video-button::after {
  z-index: 1;
  animation: 2s linear infinite outer-ripple;
  -webkit-animation: 2s linear infinite outer-ripple;
  -moz-animation: 2s linear infinite outer-ripple;
}
.video-section {
  position: absolute;
  left: 41%;
  top: 35%;
  z-index: 3;
}
@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
.bdr-ripple {
  border-radius: 100%;
  box-sizing: border-box;
  animation: 0.7s linear infinite at-ripple-orange;
  overflow: hidden;
}
@-webkit-keyframes at-ripple-orange {
  0% {
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15),
      0 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 5px rgba(255, 255, 255, 0.15),
      0 0 0 10px rgba(255, 255, 255, 0.15);
  }
  100% {
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15),
      0 0 0 5px rgba(255, 255, 255, 0.15), 0 0 0 10px rgba(255, 255, 255, 0.15),
      0 0 0 20px rgba(237, 113, 23, 0);
  }
}
@keyframes at-ripple-orange {
  0% {
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15),
      0 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 5px rgba(255, 255, 255, 0.15),
      0 0 0 10px rgba(255, 255, 255, 0.15);
  }
  100% {
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15),
      0 0 0 5px rgba(255, 255, 255, 0.15), 0 0 0 10px rgba(255, 255, 255, 0.15),
      0 0 0 20px rgba(237, 113, 23, 0);
  }
}
a.whatsapp_chat {
  display: block;
  left: 50px;
  bottom: 100px;
  z-index: 99;
  animation: 4s infinite bounce;
  background-color: #2ab200;
  color: #fff;
  padding: 8px;
  font-size: 2.2rem;
  border-radius: 100%;
  width: 50px;
  box-shadow: 0 0 10px #111;
}
