/* IMPORT FONTS */

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

.content-item-h:hover {
  opacity: 0.5;
}

@font-face {
  font-family: "Gotham Black";
  src: url(../rsc/fonts/Gotham-Black.ttf);
}

@font-face {
  font-family: "Gotham Bold";
  src: url(../rsc/fonts/Gotham-Bold.ttf);
}

@font-face {
  font-family: "Gotham BoldItalic";
  src: url(../rsc/fonts/Gotham-BoldItalic.ttf);
}

@font-face {
  font-family: "Gotham BookItalic";
  src: url(../rsc/fonts/Gotham-BookItalic.ttf);
}

@font-face {
  font-family: "Gotham Light";
  src: url(../rsc/fonts/Gotham-Light.ttf);
}

@font-face {
  font-family: "Gotham LightItalic";
  src: url(../rsc/fonts/Gotham-LightItalic.ttf);
}

@font-face {
  font-family: "Gotham Medium";
  src: url(../rsc/fonts/Gotham-Medium.ttf);
}

@font-face {
  font-family: "Gotham MediumItalic";
  src: url(../rsc/fonts/Gotham-MediumItalic.ttf);
}

@font-face {
  font-family: "Gotham Book";
  src: url(../rsc/fonts/GothamBook.ttf);
}

.bg-white {
  background: #ffffff;
}

.high-z {
  z-index: 200;
}

.master-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-image: url(/rsc/backgrounds/master-bg.png);
  background-repeat: repeat;
}

.main-header {
  color: #ff0f05;
  font-size: 36px;
  font-family: "Gotham Medium";
}

.secondary-header {
  color: #ff6e00;
  font-size: 30px;
  font-family: "Gotham Medium";
}

.sub-header {
  color: #2c2c2c;
  font-size: 14px;
  font-family: "Gotham Medium";
  margin: 5px 0 5px 0px;
}

.fade {
  visibility: hidden;
}

.fadeIn {
  -webkit-animation: animat_show 1.2s;
  animation: animat_show 1.2s;
  visibility: visible !important;
}

@-webkit-keyframes animat_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#assam {
  margin-top: 30px;
}

.cont-std-header {
  margin: 20px;
}

.page-container {
  width: 100vw;
  overflow-x: hidden;
}

.flex-column-parent {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: space-between !important;
}

.all-caps {
  text-transform: uppercase;
  max-width: 80vw;
}

#parent-00 {
  align-items: flex-end;
  justify-content: space-between;
  min-height: 100vh;
}

.text-00-wrapper {
  display: flex;
  margin: 20px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.bottom-gif {
  height: 200px;
  width: 100vw;
  background-color: #ff6e00;
}

#surf,
#ar-2020 {
  text-align: right;
}

#surf {
  margin-top: 10px;
  color: #ff1700;
  font-family: "Gotham Black";
  font-weight: bolder;
  font-size: 48.95px;
  letter-spacing: 5px;
}

.text-img-wave {
  width: 100%;
  margin-top: 10px;
}

#ar-2020 {
  color: #7f0000;
  font-family: "Gotham Black";
  font-size: 24px;
  letter-spacing: 5px;
  width: 100vw;
}

.testimonial-text {
  width: 30%;
}

.testimonial-cards {
  width: 70%;
}
.mast-co {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wave {
  width: 100vw;
  object-fit: cover;
  z-index: -2000 !important;
  margin-top: -500px;
}

.waveud {
  margin-top: -250px !important;
}

.andy {
  margin-top: -25px;
  padding-bottom: 50px;
}

.wave2 {
  min-height: 100vh;
  width: 100vw;
  object-fit: cover;
  z-index: -2000 !important;
  margin-top: -500px;
}

.oep-chart {
  width: 100%;
  margin-left: -10px;
}

.youth {
  width: 600px;
}

.testimonial-text {
  width: 30%;
  margin-right: 40px;
  font-family: "Gotham Book";
  font-size: 11px;
  color: #413f41;
  letter-spacing: 1px;
  line-height: 20px;
}

.testiominal-cards {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.testimonial-card {
  max-width: 400px;
  margin: 10px;
}

.testimonial-card-wrapp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.test-box {
  padding: 10px;
}

#udhyam-00-logo {
  height: 100px;
  width: 233px;
}

#wave-00 {
  height: 100%;
  width: 100vw;

  overflow-x: hidden;
}

.parent-grain {
  background-image: url(/rsc/backgrounds/bg.png);
}

.text-flex-con {
  display: flex;
  flex-direction: row;
  margin: 25px;
}

.text-flex-item {
  margin-right: 40px;
  font-family: "Gotham Book";
  font-size: 11px;
  color: #413f41;
  letter-spacing: 1px;
  line-height: 20px;
  flex-basis: 100%;
}

.fundoo-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.fundoo-logo {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fundoo-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.fundoo-iphone {
  margin-right: 20px;
}

.fundoo-table {
  margin-bottom: 20px;
}

.adsub {
  margin-top: -150px !important;
}

.indiam2 {
  margin-top: 70px !important;
}

.card-2 {
  margin: 20px 0 20px 0 !important;
  padding: 5px 10px 5px 10px !important;
}

.india-map {
  width: 75%;
  margin-top: 20px;
}

.balance-img {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.iframe-vid {
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

.qcard {
  margin-top: -40px !important;
}

.fundoo-content-text {
  margin-right: 40px;
  font-family: "Gotham Bold";
  font-size: 11px;
  color: #ff0f05;
  letter-spacing: 1px;
  line-height: 20px;
  font-style: italic;
  width: 60%;
}

.balance-h {
  font-family: "Gotham Bold";
  font-size: 32px;
  color: #ff0f05;
  letter-spacing: 1px;
  line-height: 30px;
  width: 100%;
  max-width: 90vw;
  text-align: center;
}

.m50 {
  margin-top: -450px !important;
}

.container-01 {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.balance-c,
.balance-cont {
  height: 100%;
  margin-top: 40px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.audit-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70vh;
  width: 90vw;
  margin-left: 30px;
}

.audit-text {
  font-family: "Gotham Medium";
  font-size: 54px;
  text-transform: uppercase;
  color: #f9c546;
  margin-bottom: 30px;
}

.audit-subtext {
  font-family: "Gotham Book";
  font-size: 44px;
  color: #f9c546;
}

.content-heading {
  font-family: "Gotham Medium";
  font-size: 16px;
  text-transform: uppercase;
}

.content-item {
  display: flex;
  flex-direction: column;
}

#contents-item-two {
  margin-top: 100px;
  margin-left: 80px;
}
.contents-cnt {
  height: 70vh;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content-box {
  width: 250px;
}

.content-item-txt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 10px 0;
}

.content-item-h {
  font-family: "Gotham Medium";
  font-size: 16px;
  text-transform: uppercase;
  color: #ff0f05;
}

.content-item-pg {
  font-family: "Gotham Medium";
  font-size: 16px;
  text-transform: uppercase;
  color: #2c2c2c;
}

.udhyam-shiksha {
  margin-left: -350px;
}

.kerala-text {
  margin-left: 20px;
}

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff0f05; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ul li {
  margin-top: 20px;
  font-family: "Gotham Book";
  font-size: 11px;
  color: #413f41;
  letter-spacing: 1px;
  line-height: 20px;
}

.kerala-text {
  font-family: "Gotham Book";
  font-size: 11px;
  color: #413f41;
  letter-spacing: 1px;
  line-height: 20px;
}

.kerala-left {
  display: flex;
  flex-direction: column;
  flex-basis: 60%;
  margin-left: -20px;
  margin-right: 20px;
}

.kerala-right {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}

.kerala-h {
  color: #ff0f05;
  font-size: 24px;
  font-family: "Gotham Medium";
}

.kerala-card {
  background: #f9c546;
  margin: -40px 20px 0 20px;
  padding: 20px;
  border-radius: 10px;
}

#kerala-container {
  flex-wrap: wrap;
  width: 95%;
  justify-content: space-between;
}

.kerala-left-img {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-left: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#k1 {
  margin-right: 80px;
}

.k1-img {
  margin: 10px 40px 20px 10px;
  width: 40%;
  align-self: center;
}

#main-y {
  color: #ff6e00 !important;
}

.oep-rc {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  margin-top: -60px;
}

.oep-card {
  display: flex;
  flex-direction: column;
  background: #ff6e00;
  padding: 20px;
  width: 350px;
}

.oep-txt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.oep-text {
  margin-right: 40px;
}

.oep-b {
  font-family: "Gotham Book";
  font-size: 11px;
  color: #413f41;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.oep-b-red {
  font-family: "Gotham Medium";
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: -20px;
  color: #ff0f05;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.m-top {
  margin-top: 80px;
}

.oep-red {
  font-family: "Gotham Bold";
  font-style: italic;
  font-size: 11px;
  color: #ff0f05;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.storm-side {
  width: 70% !important;
}

.storm-sub {
  font-style: italic !important;
}

.oep-black {
  font-family: "Gotham Bold";
  font-style: italic;
  font-size: 11px;
  color: #2c2c2c;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

#oep-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oep-text {
  max-width: 500px;
}

#abcd {
  width: 350px;
  height: 100%;
}

.oep-c-h {
  color: #2c2c2c;
  font-size: 24px;
  font-family: "Gotham Medium";
}

.oep-c-sb {
  color: #2c2c2c;
  font-size: 18px;
  font-family: "Gotham Medium";
}

.oep-y-img {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.oep-y-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oep-c-p {
  font-family: "Gotham Book";
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.oep-c-img {
  width: 100%;
}

.oep-c-tc {
  color: #2c2c2c;
  margin-top: 10px;
  font-size: 10px;
  font-family: "Gotham Medium";
}

.text-df-item {
  font-family: "Gotham Bold";
  font-size: 12px;
  color: #2c2c2c;
  letter-spacing: 0px;
  line-height: 20px;
  margin-bottom: 20px;
}
.ycard {
  display: flex;
  flex-direction: row;
  background: #f9c546;
  padding: 10px;
  align-items: center;
  margin-top: -20px;
  justify-content: center;
}

.text-df-item {
  margin: 0px 20px 0 20px;
}

#udhs {
  max-width: 600px;
  margin: 0 !important;
  margin-left: 0px !important;
  margin-bottom: 50px !important;
}

#udhs2 {
  width: 50%;
}

#img-py {
  width: 100%;
  margin-left: -50px;
}

#the-challenge {
  margin-top: 20px;
  margin-bottom: -20px;
}
#bee-udh {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.content-16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90vw;
}

#quote-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.quote-box {
  background: #f9c546;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.quote-h {
  font-family: "Gotham Medium";
  font-size: 24px;
  color: #ff0f05;
}

.quote-mark {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: -25px;
}

.agency-b {
  font-family: "Gotham Medium";
  color: #2c2c2c;
  font-style: italic;
}

.agency-img {
  max-width: 600px;
}

.quote-mark2 {
  display: flex;
  width: 100%;
  margin-left: 1px;
  justify-content: flex-end;
  margin-top: -25px;
}
.quote-auth {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 20px 0 20px 0;
}

.quote-p {
  font-family: "Gotham Book";
  font-size: 11px;
  margin-top: 10px;
  color: #413f41;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.test-box {
  background: #f9c546;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.testiominal-card {
  display: flex;
  flex-direction: column;
}

.test-h {
  font-family: "Gotham Bold";
  font-size: 11px;
  margin-top: 10px;
  color: #413f41;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.test-c {
  font-family: "Gotham Book";
  font-size: 11px;
  margin-top: 10px;
  color: #413f41;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.main-section-14 {
  display: flex;
  flex: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.outcome-section {
  width: 60%;
  align-items: center;
}
.way-fwd {
  width: 30%;
  margin-right: 40px;
}

.outcome-img {
  width: 90%;
  margin-bottom: 20px;
}

.py-super {
  width: 600px !important;
  margin-right: 100px !important;
}

.pm1 {
}

.pm2 {
  margin-top: -550px;
}

.pm3 {
  margin-top: -420px;
}

.pm4 {
}

.pm5 {
  margin-top: -750px;
}

.pm6 {
  margin-top: -600px;
}

.pm7 {
}

.pm8 {
  margin-top: -650px;
}

.pm9 {
  margin-top: -550px;
}

.pm10 {
  margin-top: -650px;
}

.pm11 {
}

.pm12 {
  margin-top: -450px;
}

.pm13 {
  margin-top: -600px;
}

.pm14 {
  margin-top: -620px;
}

.pm15 {
  margin-top: -600px;
}

.pm16 {
  margin-top: -600px;
}

.pm17 {
  margin-top: -600px;
}

.pm18 {
  margin-top: -650px;
}

.pm19 {
  margin-top: -650px;
}

.pm20 {
  margin-top: -650px;
}

.pm21 {
  margin-top: -650px;
}

.pm22 {
  margin-top: -650px;
}

.pm23 {
  margin-top: -520px;
}

.pm24 {
  margin-top: -520px;
}

.pm25 {
  margin-top: -550px;
}

.pm26 {
  margin-top: -550px;
}

.pm27 {
  margin-top: -550px;
}

.pm28 {
  margin-top: -550px;
}

.pm29 {
  margin-top: -500px;
}

.pm30 {
  margin-top: -450px;
}

.pm31 {
  margin-top: -580px;
}

.pm32 {
  margin-top: -700px;
}

.pm33 {
  margin-top: -600px;
}

.pm34 {
  margin-top: -650px;
}

.pm35 {
  margin-top: -650px;
}

/* MEDIA QUERY MOBILE */
@media only screen and (max-width: 600px) {
  .master-container {
    background-image: url(/rsc/backgrounds/bg-iphone.png);
    background-repeat: repeat;
  }

  .andy {
    margin-top: 0px;
  }

  .bad-gif2 {
    margin: 0px !important;
  }

  .youth {
    margin-bottom: 20px !important;
  }

  .pm1 {
    margin-top: -150px !important;
  }

  .pm2 {
    margin-top: -550px;
  }

  .pm3 {
    margin-top: -420px;
  }

  .pm4 {
    margin-top: -150px !important;
  }

  .pm5 {
    margin-top: -150px !important;
  }

  .pm6 {
    margin-top: -200px !important;
  }

  .pm7 {
  }

  .pm8 {
    margin-top: -200px !important;
  }

  .pm9 {
    margin-top: -500px !important;
  }

  .pm10 {
    margin-top: -100px !important;
  }

  .pm11 {
    margin-top: -200px !important;
  }

  .pm12 {
    margin-top: -200px !important;
  }

  .pm13 {
    margin-top: -200px !important;
  }

  .pm14 {
    margin-top: -200px !important;
  }

  .pm15 {
    margin-top: -100px !important;
  }

  .pm16 {
    margin-top: -150px !important;
  }

  .pm17 {
    margin-top: -200px !important;
  }

  .pm18 {
    margin-top: -200px !important;
  }

  .pm19 {
    margin-top: -200px !important;
  }

  .pm20 {
    margin-top: -200px !important;
  }

  .pm21 {
    margin-top: -200px !important;
  }

  .pm22 {
    margin-top: -200px !important;
  }

  .pm23 {
    margin-top: -100px !important;
  }

  .pm24 {
    margin-top: -100px !important;
  }

  .pm25 {
    margin-top: -200px !important;
  }

  .pm26 {
    margin-top: -100px !important;
  }

  .pm27 {
    margin-top: -150px !important;
  }

  .pm28 {
    margin-top: -150px !important;
  }

  .pm29 {
    margin-top: -200px !important;
  }

  .pm30 {
    margin-top: -100px !important;
  }

  .pm31 {
    margin-top: -200px !important;
  }

  .pm32 {
    margin-top: -100px !important;
  }

  .pm33 {
    margin-top: -400px !important;
  }

  .pm34 {
    margin-top: -300px !important;
  }

  .pm35 {
    margin-top: -300px !important;
  }

  .text-00-wrapper {
    width: 100%;
  }

  .wave {
    width: 100vw;
    object-fit: cover;
    z-index: -2000 !important;
    margin-top: -100px;
  }

  .page-container {
    min-height: 100vh;
    height: 100%;
  }

  .container-01 {
    min-height: 100vh;
    height: 100%;
  }

  .fundoo-content {
    display: flex;
    width: 90vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .audit-cont {
    max-width: 80vw !important;
    margin-left: -40px !important;
  }

  .audit-text {
    font-size: 36px;
  }

  .audit-subtext {
    font-size: 28px;
  }
  .stopmar {
    margin: 20px !important;
    max-width: 80vw;
  }

  .undo-stopmar {
    margin-left: -32px !important;
  }

  .bimg {
    width: 90vw !important;
  }

  .balance-img {
    max-width: 300px !important;
  }
  .k1-img {
    margin: 10px 40px 20px 10px;
    width: 100%;
    align-self: center;
  }

  #udhs {
    max-width: 90vw;
    margin: 0 !important;
    margin-left: 20px !important;
  }

  .idk {
    margin-left: 20px !important;
    max-width: 80vw;
  }

  .oep-chart {
    width: 90vw !important;
    margin-left: -10px;
  }

  .oep-py {
    width: 90vw !important;
    margin-left: 20px !important;
  }

  .oep-chart2 {
    width: 80vw !important;
    margin-left: -5px;
  }

  .oep-chart-img {
    width: 100%;
    align-self: center;
    justify-self: center;
  }

  .bad-gif {
    margin-bottom: 100px;
  }
  .bad-gif2 {
    margin-bottom: 300px;
  }

  .oep-text {
    margin-left: -20px;
  }

  .kerala-left {
    margin-left: -20px;
    width: 100vw !important;
  }

  .kerala-left-img {
    padding-left: 40px !important;
  }

  .content-box {
    margin-top: 50px;
  }

  #contents-item-two {
    margin-top: -30px !important;
    margin-left: 80px;
  }

  .contents-cnt {
    margin-left: -40px;
  }

  .text-flex-con {
    flex-wrap: wrap;
  }

  #wave-00 {
    height: 10vh;
    width: 100vw;
    object-fit: cover;
  }

  .df-image {
    display: none;
  }

  .oep-text {
    width: 300px;
  }

  .kerala-text {
    width: 300px;
    margin-left: 35px !important;
  }

  .abc {
    margin: 0 !important;
  }

  .rude-container {
    max-width: 250px !important;
  }

  .kerala-left-img {
    width: 300px !important;
    margin: 0 !important;
  }

  .kerala-card {
    margin: 0 !important;
    width: 300px !important;
    padding: 10px;
  }
}

/* MEDIA QUERY IPAD */
@media only screen and (max-width: 1200px) {
  .text-00-wrapper {
    width: 80%;
  }

  .oep-text {
    margin-right: 0px;
  }

  .testimonial-text {
    width: 100%;
  }

  .testimonial-cards {
    width: 100%;
  }

  .kerala-card {
    margin: 20px 20px 0 20px;
  }

  .mast-co {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .container-01 {
    align-items: center;
    margin: 0 10px 0 10px;
    min-height: 100vh;
  }
}

/* MEDIA QUERY IPAD 2*/
@media only screen and (max-width: 1000px) {
  .text-00-wrapper {
    width: 80%;
  }
  .text-flex-con {
    flex-wrap: wrap;
  }

  .udhyam-shiksha {
    margin-left: 0px;
    width: 80vw;
    margin-left: 60px;
  }

  .oep-rc {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    margin-top: 40px;
  }

  .ycard {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  #img-py {
    width: 80vw !important;
    margin-left: 0px;
    margin-top: 20px;
  }

  .outcome-section {
    width: 90%;
  }
  .way-fwd {
    width: 90%;
  }
}
