/* default */
@charset "utf-8";
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
html {
  font-synthesis: none;
  -moz-font-feature-settings: inherit;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 html, body, {
height: 100%;
min-height: 100%;
scroll-behavior: smooth;
}
a, em, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, sub, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
 font-size: 100$;
  background: transparent;
  font-variant-ligatures: none;
}
body {
 font-size: .875rem;
  font-style: normal;
  line-height: 1.6;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
main, .main {
  position: relative;
}
@media (max-width: 991.98px) {
  .wrapper{
    overflow-x:hidden ;
  }
}
::-moz-selection {
 color: #fff;
 background: #000;
}
::selection {
  color: #fff;
  background: #000;
}
body {
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", 'Helvetica', 'Helvetica Neue', Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000000;
  background: #ffffff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Crimson Pro", serif;
}
.h1, h1 {
  font-size: 2.5rem;
  color: #0253a6;
}
.h2, h2 {
  font-size: 2rem;
}
.h3, h3 {
  font-size: 1.75rem;
}
.h4, h4 {
  font-size: 1.5rem;
}
.h5, h5 {
  font-size: 1.25rem;
}
.h6, h6 {
  font-size: 1rem;
}
p {
  margin: 0;
  padding: 0;
  text-align:justify;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
}
a:active {
  text-decoration: none !important;
}
a {
  color: #3e77bc;
}
a:focus, a:hover {
  color: #000000;
}
a:active {
  color: #000000;
}
.theme-color-1 {
  /*color: #ffd63c;*/
  color: #0253a6;
}
.theme-color-2 {
  color: #000000;
}
.theme-background-1 {
  background: #ffd63c;
}
.theme-background-2 {
  background: #000000;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.text-extra-tiny {
  font-size: 10px;
  line-height: 1.2 !important;
}
.text-tiny {
  font-size: 12px;
  line-height: 1.33 !important;
}
.text-extra-small {
  font-size: 14px;
  line-height: 1.29 !important;
  text-align:right;
}
.text-small {
  font-size: 16px;
  line-height: 1.38 !important;
  text-align:justify !important;;
}
.text-medium {
  font-size: 18px;
  line-height: 1.33 !important;
}
.text-extra-medium {
  font-size: 20px;
  line-height: 1.4 !important;
}
.text-large {
  font-size: 24px;
  line-height: 1.25 !important;
}
.text-extra-large {
  font-size: 32px;
  line-height: 1.25 !important;
}
/* main */
.main-content {
  position: relative;
}
.nav-menu .collapse {
    padding-left:50px;
}
footer.footer {
  background: #f7f7f7;
  color: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  padding: 100px 0px 100px 0px;
  position: relative;
  z-index: 50;
  width: 100%;
  bottom: 0;
  left: 0;
}
.brand-button, a.brand-button {
  color: #000000;
  background-color: #ffd63c;
  border: 1px solid #ffd63c;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 15px 35px;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.brand-button:hover, a.brand-button:hover, .brand-button:focus, a.brand-button:focus {
  color: #ffd63c;
  background-color: #000000;
  border: 1px solid #000000;
}
.brand-button:active, a.brand-button:active {
  color: #ffd63c;
  background-color: #000000;
  border: 1px solid #000000;
}
.brand-button-alt, a.brand-button-alt {
  color: #ffd63c;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 15px 35px;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.brand-button-alt:hover, a.brand-button-alt:hover, .brand-button-alt:focus, a.brand-button-alt:focus {
  color: #000000;
  background-color: #ffd63c;
  border: 1px solid #000000;
}
.brand-button-alt:active, a.brand-button-alt:active {
  color: #000000;
  background-color: #ffd63c;
  border: 1px solid #000000;
}
header {
  position: relative;
  z-index: 99;
}
.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
  transition: all 0.3s;
}
.toggleBtn {
    display: inline-block;
    position: fixed;
    top: 54px;
    left: calc(100% - 300px);
    z-index: 12;
}
.toggleBtn a {
  background-color: #fff;
  display: flex;
  padding: 10px 30px;
  color: #000;
  font-weight: 600;
  transition: all 0.3s;
  align-items: center;
  border: 2px solid transparent;
}
.toggleBtn a span {
  display: inline-block;
  width: 50px;
  height: 12px;
  margin-left: 15px;
  transition: all 0.3s;
  position: relative;
}
.mobilebanner{
    display:none;
}
@media (max-width: 768px) {
.toggleBtn a span {
  margin-left: 0px;
}
}
.toggleBtn a span::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.toggleBtn a span::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}

.toggleBtnn {
    display: inline-block;
    position: fixed;
    top: 150px;
    /*left: calc(100% - 300px);*/
    z-index: 12;
    width:100%;
}
.toggleBtnn a {
  background-color: #fff;
  display: flex;
  padding: 10px 10px;
  color: #fff;
  text-align:center;
  font-weight: 600;
  transition: all 0.3s;
  align-items: center;
  border: 2px solid transparent;
  float: left;
  width: 19%;
  margin-left: 12px;
  justify-content: center;
  height:100px;
  background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 100%);
}
.toggleBtnn a span {
  display: inline-block;
  width: 50px;
  height: 12px;
  margin-left: 15px;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 768px) {
.toggleBtnn a span {
  margin-left: 0px;
}
.toggleBtnn a{
    /*float:none !important;*/
    width: 40%;
    margin-left: auto;
    margin-right:auto;
    height: 65px;
    font-size: 10px;
    position: static;
    margin: 10px;
    font-weight: 500;
}
.logoimg img{
    
    width: 133px;
    margin-top: -130px;
    display: inline-block;
}
.py-5 {
    padding-top: 6rem !important;
}
.single-contact-item{
    margin-bottom: 10px;
}
}
.toggleBtnn a span::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.toggleBtnn a span::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}


.nav-menu a {
  font-size: 18px;
  font-weight: 500;
}
button.btn-close {
  padding: 0;
}
section.banner {
  position: relative;
  z-index: 6;
  height: 50vh !important;
  margin-top:-170px;
}
section.banner video {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: relative;
  object-fit: cover;
}
section.bannerh {
  position: relative;
  z-index: 6;
  height: 100vh;
  margin-top:-170px;
}
section.bannerh video {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: relative;
  object-fit: cover;
}
.innerBanner {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 1340px;
}
.bannerText{
    width:60%;
}
.scrolltext{
    z-index: 50;
    position: absolute;
    color: #fff;
    margin-top: 0px;
    padding: 15px;
    background-color: #0e2040;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    
}
.scrolltext p{
    text-align: center;
    transform: translateX(50%);
    animation: bouncing-text 10s ease-in-out infinite alternate;
}
@keyframes bouncing-text {
            0% {
                transform: translateX(50%);
            }

            100% {
                transform: translateX(-50%);
            }
        }
section.common-100 {
  background: #fff;
  z-index: 10;
}
section.common-100-white {
  padding-top: 100px;
  padding-bottom: 30px;
  background: #fff;
}
section.common-50-white {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}
section.common-100-grey {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f7f7;
}
section.common-100-brand {
  padding-top: 100px;
  padding-bottom: 100px;
  /*background: #ffd63c;*/
  background: #0253a6;
  z-index: 10;
}
section.common-100-black {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #000000;
  z-index: 10;
}
.animateLogo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.animateLogo video {
  width: 350px;
  height: auto;
}
.foundation-picture {
  margin-top: -125px;
}
.learning {
  background: url("../images/home/learning.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  padding: 300px 0 200px 0;
}
.slick-carousel .item {
  position: relative;
}
.slick-carousel a {
  display: block;
  position: absolute;
  z-index: 8;
  top: 70%;
  left: 38%;
  transform: translate(-50%, -50%);
}
.slick-carousel .playIconBtn {
  width: 60px;
  height: 60px;
  background-color: #ffd63c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  border-radius: 50%;
}
.slick-carousel p{
    /*font-size: 21px;*/
    font-weight: 700;
    color: #fff;
}
.socialUl ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.socialUl ul li a {
  background: #ffd63c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
  color: #000;
  font-size: 24px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerMenu p {
  display: inline-block;
  border-bottom: 2px solid #0364f3;
}
.footer-links a {
  color: #000;
}
.footer-links a:hover {
  color: #0364f3;
}
.footerline {
  height: 1px;
  width: 100%;
  background: #0364f3;
}
.howToApplyCardList {
  width: 100%;
  position: relative;
  height: 500px;
}
/*.howToApplyCardList::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -30px;*/
/*  left: -30px;*/
/*  background-color: #ffd63c;*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  border-radius: 50%;*/
/*  z-index: 1;*/
/*  color: #000000;*/
/*  display: flex;*/
/*  align-self: center;*/
/*  justify-content: center;*/
/*  font-size: 38px;*/
/*  font-family: "Crimson Pro", system-ui;*/
/*}*/
@media (max-width: 1024px) {
.howToApplyCardList::before {
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  left: 30px;
  top: -20px;
}
}
.howToApplyCard {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.howToApplyOneImage {
  height: 100%;
}
.howToApplyOneImage img {
  object-fit: cover;
  /*height: 100%;*/
}
.howToApplyCardDetail {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  background-color: #ffd63c;
  border-radius: 20px 20px 0 0;
  /*transform: translateY(calc(100% + 1px));*/
  transition: all 0.3s;
  transform:none;
}
.subHeading {
  font-size: 38px;
  font-family: "Crimson Pro", system-ui;
  color: #000;
  display: block;
  font-weight: 600;
}
.howToApplyCardDetail .subDescription {
  color: #000;
}
.subDescription {
  font-size: 16px;
  font-weight: 300;
  color: #303030;
  display: inline-block;
  text-align: left;
}
.howToApplyCardListing .col-lg-4:nth-child(2) .howToApplyCardList::before {
  content: '2';
}
.howToApplyCardList:hover .howToApplyCardDetail {
  /*transform: translateY(0);*/
}
.howToApplyCardListing .col-lg-4:first-child .howToApplyCardList::before {
  content: '1';
}
.howToApplyCardListing .col-lg-4:nth-child(2) .howToApplyCardList::before {
  content: '2';
}
.howToApplyCardListing .col-lg-4:last-child .howToApplyCardList::before {
  content: '3';
}
.horizontal-scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.horizontal {
  gap: 30px;
  display: flex;
  width: max-content;
  height: 100%;
  overflow: visible;
}
.horizontal {
  translate: none;
  rotate: none;
  scale: none;
}
.horizontal .horizontalCard {
  flex-shrink: 0;
  width: 500px;
  padding: 30px;
  background-color: #dff3ff;
  white-space: normal;
  overflow: visible;
}
.horizontal .horizontalCard:nth-child(2) {
/*  transform: rotate(3deg) translateY(-40px);*/
}
.horizontal .horizontalCard:nth-child(3) {
/*  background-color: #ffd63c;*/
/*  transform: rotate(-3deg) translateY(-20px);*/
}
.horizontal .horizontalCardTop {
  display: flex;
  justify-content: space-between;
}
.horizontalCardDetail {
  padding: 130px 0 0 0;
}
.subHeading {
  font-size: 38px;
  font-family: "Crimson Pro", system-ui;
  color: #000;
  display: block;
  font-weight: 600;
}
.youTubeBtn {
  margin: 20px 0 0 0;
}
.bigFont {
  font-size: 100px;
  font-family: "Crimson Pro", system-ui;
  font-weight: 300;
}
.topImage {
  width: 200px;
  height: 250px;
}
.topImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vrtclBtnWrapper {
    display: flex;
    position: fixed;
    z-index: 99;
    flex-direction: column;
    top: 65px;
    right: 15px;
}
.vrtclBtnWrapper a {
    writing-mode: vertical-rl;
    padding: 35px 15px;
    margin: 0 0 20px 0;
    transform: rotate(180deg);
}
.programListing {
  display: flex;
  padding: 0;
  /*height: 600px;*/
  height: 400px;
}
@media (max-width: 768px) {
.programListing {
  flex-direction: column;
  height: unset;
}
}
.programList {
  position: relative;
  z-index: 6;
  transition: all 1s;
}
 @media (max-width: 768px) {
.programList {
  width: 100%;
  height: 80vh;
}
.banner{
    display:none;
}
.bannerh{
    display:none;
}
.bannerText{
    display:none;
}
.toggleBtn a div {
        display: none;
}
.toggleBtn {
    /*left:auto !important;*           -----------------Anand Change */
    display: inline-block;
    position: fixed;
    top: 19px;
    left: calc(100% - 123px);
    z-index: 12;
}
.toggleBtnn {
    display: inline-block;
    position: fixed;
     top: 75px; 
     /*left: calc(100% - 450px); */
    z-index: 12;
    width: 100%;
}
}
.programList.activeList {
  width: calc(100% / 2);
}
.programList::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  z-index: 0;
}
.programImage {
  height: 100%;
  /*height:60%;*/
}
.programImage img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.programDetail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 160px 50px 50px 50px;
}
.programDetail .subDescription, .programDetail .subHeading {
  color: #fff;
}
.programDetail .subHeading {
  font-size: 38px;
  font-family: "Crimson Pro", system-ui;
  color: #fff;
  display: block;
  font-weight: 600;
  width:70%;
}
.programDetail .subDescription {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}
.yellowText {
  color: #ffd63c;
  font-size: 18px;
  font-weight: 500;
}
.programDetail .subDescription {
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
}
.programList.activeList .subDescription, .programList.activeList .primaryLink {
  opacity: 1;
  visibility: visible;
}
a.primaryLink {
  color: #ffd63c;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s;
}
a.primaryLink:hover {
  color: #fff;
}
.holisticSupportUl {
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
  height: max-content;
  z-index: 10;
}
.holisticSupportUl ul {
  list-style: none;
}
.holisticSupportUl ul li .nav-link {
  font-weight: 400;
  font-size: 18px;
  color: #888;
  margin: 0 0 40px 0;
  padding: 0 0 0 30px;
  position: relative;
}
.holisticSupportUl ul li .nav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  border: 1px solid #888;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.holisticSupportUl .nav-link {
  position: relative;
}
.holisticSupportUl .nav-link::after {
  content: '';
  position: absolute;
  top: calc(100% - 10px);
  left: 10px;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  z-index: -1;
  background-color: #888;
}
.holisticSupportUl ul li:last-child .nav-link::after {
  content: none;
}
.holisticSupportUl ul li .nav-link {
  font-weight: 400;
  font-size: 18px;
  color: #888;
}
.holisticSupportUl .nav-link.active::before {
  /*border-color: #ffd63c !important;*/
  /*background-color: #ffd63c !important;*/
  border-color: #81a969 !important;
  background-color: #81a969 !important;
}
.tabsection {
  position: relative;
  animation: fade-in ease-in-out forwards;
  animation-timeline: view();
  animation-range: entry;
  margin: 0 0 150px 0;
}
.tabsection .holisticSupportImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabsection .holisticSupportText {
  /*background: rgb(255 213 61 / 80%);*/
  background:#81a969cc;
  /*background:#00000094;*/
  padding: 30px;
  width: 65%;
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.tabsection .holisticSupportText .subHeading {
  font-size: 32px;
  font-family: "Crimson Pro", system-ui;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.tabsection .holisticSupportText .subDescription {
  font-size: 14px;
  /*font-weight: 500;*/
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-align:justify;
}
.learnMoreBtn {
  margin: 30px 0 0 0;
}

@media (max-width: 991.98px) {
.mobiletabsection .holisticSupportImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner {
  height: 20vh !important;
}
.mobilebanner{
    display:block;
    position: relative;
    margin-top: -170px;
    z-index: 20;
}
.innerBanner {
    position: absolute;
    top: 42%;
    transform: translateY(-58%);
    width: 100%;
    /* max-width: 1340px; */
}
.banner{
    display:none;
}
.bannerh{
    display:none;
}
.mobiletabsection .holisticSupportText {
  /*background: rgb(255 213 61 / 80%);*/
  background:#81a969cc;
  padding: 10px;
  width: 99%!important;
  position: absolute;
  top: 37%!important;
  left: 50%!important;
  transform: translate(-50%, -40%);
  height: 75%;
}
.mobiletabsection .holisticSupportText .subHeading {
  font-size: 15px;
  font-family: "Crimson Pro", system-ui;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.mobiletabsectionzz .holisticSupportTextzz .subDescriptionzz{
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-align:justify;
}
.mobiletabsection .holisticSupportText .subDescription{
    
   display: -webkit-box;
    -webkit-line-clamp: 4;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    text-align: justify;
}

.subDescription p{
    /*display:none !important;*/
    text-align:justify !important;
}
section.common-100-white{
    padding-bottom:0px !important;
}
.vrtclBtnWrapper {
  display: flex;
  position: fixed;
  z-index: 99;
  flex-direction: column;
  top: 65px;
  right: 15px;
}
.vrtclBtnWrapper a {
  writing-mode: vertical-rl;
  padding: 35px 15px;
  margin: 0 0 20px 0;
  transform: rotate(180deg);
}
}
@media (max-width: 1024px) {
.vrtclBtnWrapper {
  right: auto;
  flex-direction: unset;
  text-align: center;
  width: 100%;
  justify-content: space-between;
  top: auto;
  bottom: 0;
  z-index: 9;
}
.vrtclBtnWrapper a {
  writing-mode: unset;
  transform: unset;
  padding: 15px 30px;
  margin: 0;
  width: 49%;
  border: 2px solid #ffc900;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 201, 0);
  border-bottom: none;
}
}
@media (max-width: 1024px) {
.vrtclBtnWrapper a {
  writing-mode: unset;
}
}
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.innerBanner .playIconBtn {
  width: 60px;
  height: 60px;
  background-color: #ffd63c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  border-radius: 50%;
}
.commonElements{
  overflow: hidden;
}