* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.mycontainer {
  width: 90%;
  margin: 0 auto;
}

html {
  scroll-padding-top: 140px;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
}

section,
header,
footer {
  width: 100%;
  float: left;
}

:root {
  --primary-color: #f6252c;
  --text-black: #1b1c1e;
  --text-black-lgt: #292526;
  --light-bg: #f6f7f8;
  --light-bg-2: #f2f5f7;
  --nav-bg: #2e2f34;
}

.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 00;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}

.headersec {
  position: relative;
}

.topheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.header {
  padding: 0 3rem;
}
.quizSubmitButton span {
  border: 1px solid #565656;
  color: #000;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 24px;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;

}


.quizSubmitButton span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-color: #000;
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
.quizSubmitButton span:hover {
  color: #fff;
}
.quizSubmitButton span:hover:before{
  left: 0;
  right: 0;
  opacity: 1;
}
/*.bannersec{
        position: relative;
    }*/
.headerlink {
  position: relative;
  top: 12px;
}

.headerlink ul li {
  display: inline-block;
  margin-left: 40px;
  font-size: 14px;
}

.headerlink ul li a {
  color: #000;
  text-decoration: none;
}

.headerlink ul li a span {
  padding-right: 10px;
}

.quiz a {
  border: 1px solid #565656;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 24px;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  /* Ensure the hover effect stays confined */
}

.quiz a:hover {
  color: #fff;
}
.SelectedBoxDiv {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}
.explanationBox h5 {
  padding-left: 10px;
  margin: 0;
}
.selectValueDiv {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* 
/* .selectValueDiv #true{
    background-color: #2B5234;
    background-image: url("../images/ticksvg.svg"); 
}
.selectValueDiv #false{
    border: 1px solid #000000;
} */
.selectValueDiv input {
  width: 24px; /* Set width */
  height: 24px; /* Set height */
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  appearance: none; /* Remove default radio button appearance */
  border: 2px solid gray;
  background-color: transparent; /* Default background */
}

/* When the radio button is checked */
.selectValueDiv input:checked {
  background-color: #2b5234; /* Set background color */
  background-image: url("../images/ticksvg.svg"); /* Show tick image */
  border: 2px solid #2b5234; /* Match border with background color */
}

.quiz a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-color: #000;
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.quiz a:hover:before,
.quiz a:focus:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.customcontainer {
  padding: 0 5rem;
}

.commonspace40 {
  margin: 40px 0;
}

.mrb40 {
  margin-bottom: 40px;
}

.mrb80 {
  margin-bottom: 80px;
}

.commonhead h2 {
  font-size: 48px;
  line-height: 54px;
  color: #1b1b1b;
  font-weight: 600;
}

.commonhead h1 {
  line-height: 3.625rem;
  font-size: 2.9721rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 40px;
}

.videosec video {
  object-fit: cover;
  width: 100%;
}

.videosec {
  position: relative;
}

.videosec .bannerdetail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  flex-direction: column;
  width: 50%;
}

.videosec .bannerdetail p {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.videosec .bannerdetail h1 {
  color: #1b1b1b;
  font-size: 34px;
  line-height: 52px;
  font-weight: 600;
  margin: 6px 0 16px;
}

.videosec .bannerdetail h1 span {
  font-size: 26px;
  line-height: 42px;
}

.counterbox {
  position: absolute;
  bottom: 30px;
  right: 20px;
  padding: 10px;
  background: #1b1b1b;
  border-radius: 16px;
}

.clockimg {
  position: relative;
}

.clockimg img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.clockmarque {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #343434cc;
  border-radius: 0 16px 0 16px;
}

.clockmarque ul {
  padding: 0;
  margin: 0;
}

.clockmarque ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  padding: 0 7px 0 13px;
  position: relative;
  margin-left: 0px;
  font-size: 12px;
  font-weight: 300;
}

.clockmarque ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.counterdata {
  margin-top: 16px;
  color: #fff;
}

.counterdata h5 {
  font-size: 14px;
  font-weight: 500;
}

.counterdata p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.counterdata ul {
  margin: 0 auto;
  padding: 0;
}

.counterdata ul li {
  list-style: none;
  display: inline-block;
  font-size: 28px;
}

.counterdata ul li + li {
  padding-left: 15px;
}

.counterdata ul li span {
  font-weight: 600;
  margin-right: 5px;
}

.counterdata .countertime {
  color: #eb1c23;
}

.empowerrow {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  margin-top: -50px;
}

.empowerbox1 {
  width: 25%;
}

.empowerbox2 {
  width: 25%;
}

.empowerbox3 {
  width: 17%;
}

.empowerbox4 {
  width: 21%;
}

.empowerbox5 {
  width: 17%;
}

.empowerboximgtext {
  position: relative;
}

.empowerboximgtext img {
  width: 100%;
}

.textoverlap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px 20px;
  color: #fff;
}

.textoverlap p {
  margin-bottom: 0;
}

.bgwithtext1 {
  background: #d2decf;
  padding: 20px 40px 20px 20px;
  margin-top: 16px;
  border-radius: 20px;
}

.bgwithtext1 p {
  color: #1b1c1e;
  font-size: 16px;
  margin-bottom: 0;
}

.empowerbox3 {
  position: relative;
  background: #9bcb74;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}

.empowerbox3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/shape1.png);
  width: 222px;
  height: 176px;
}

.empowerbox3 .bgwithtext2 h4 {
  font-size: 42px;
  font-weight: 600;
  color: #363636;
  margin-top: 20px;
}

.empowerbox3 .bgwithtext2 p {
  margin-bottom: 0;
  font-size: 16px;
}

.empowerboxvideo video {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.empowerbox5 .bgwithtext3 {
  background: #2b5234;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 15px;
}

.empowerbox5 .bgwithtext3 h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.empowerbox5 .bgwithtext4 {
  background: #d2decf;
  border-radius: 20px;
  padding: 35px 15px 15px;
}

.empowerbox5 .bgwithtext4 h4 {
  font-size: 20px;
  color: #1b1b1b;
  margin: 15px 0;
}

.empowerbox5 .bgwithtext4 p {
  font-size: 16px;
  margin-bottom: 0;
}

.journeydesigntest {
  background: #2b5234;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  display: inline-block;
  padding: 0px 10px;
}

.journeydesigntest p {
  margin-bottom: 0;
}

.journeydesigntest p img {
  margin-right: 10px;
}

.journeyimg {
  position: relative;
}

.journeyimg img {
  width: 100%;
}

.employedata {
  position: absolute;
  bottom: -40px;
  right: 20px;
  display: flex;
  grid-gap: 10px;
  width: 280px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  border: 1px #f1f1f1 solid;
}

.employedata .employeimg ul {
  margin: 0 auto;
  padding: 0;
}

.employedata .employeimg ul li {
  list-style: none;
  display: inline-block;
}

.employedata .employeimg ul li + li {
  margin-left: -20px;
}

.employedata .employeimg img {
  width: 48px;
}

.employedata p {
  margin-bottom: 0;
  font-size: 16px;
}

.employedata p span {
  font-weight: 500;
  font-size: 20px;
}

.marqueesec {
  margin-top: 40px;
}

.marqueesec .slick-slide .inner {
  margin: 0 15px;
}

.marqueesec .slick-slide {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journneycontainer .commonhead h2 {
  margin-bottom: 24px;
}

.academyslider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
  height: auto;
}

.academybox {
  padding: 10px;
  border: #dfdfdf 1px solid;
  border-radius: 16px;
}

.academybox img {
  width: 100%;
}

.academybox .academyimg {
  border-radius: 12px;
  overflow: hidden;
}

.academybox h4 {
  margin: 15px 0;
  text-align: center;
  color: #1b1b1b;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  min-height: 68px;
}

.academyslider {
  position: relative;
  margin-bottom: 80px;
  margin-top: 30px;
}

.academyslider .slick-arrow {
  position: absolute;
  bottom: -70px;
  z-index: 10;
  font-size: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 20px;
  border: 1px #f1f1f1 solid;
  box-shadow: 0px 4px 12px 0px #0000000a;
}

.academyslider .slick-arrow.slick-prev {
  left: 46.5%;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png")
    8px 8px / 55% no-repeat;
}

.academyslider .slick-arrow.slick-next {
  right: 46.5%;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png")
    8px 8px / 55% no-repeat;
}

.academyslider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.opportunitydata table {
  width: 100%;
  overflow: visible;
}

.opportunitydata table tr td {
  font-size: 18px;
  padding: 30px 0;
}

.opportunitydata table tr:nth-of-type(1) td {
  font-weight: 500;
}

.opportunitydata table tr td:nth-of-type(1) {
  font-weight: 500;
  width: 30%;
  position: relative;
  padding-left: 60px;
}

.opportunitydata table tr td:nth-of-type(1) img {
  position: absolute;
  top: 20px;
  left: 0;
}

.opportunitydata table tr td:nth-of-type(2) {
  width: 20%;
  padding: 0 20px;
}

.opportunitydata table tr td:nth-of-type(3) {
  width: 40%;
  padding: 0 20px;
}

.opportunitydata table tr td:nth-of-type(4) {
  width: 10%;
}

.opportunities-popup .tablename {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 16px;
}

.opportunities-popup .tablename img {
  margin-right: 10px;
}

.opportunities-popup .modal-body h4 {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.opportunities-popup .modal-body h4 img {
  position: absolute;
  left: 0;
  top: -2px;
}

.opportunities-popup .modal-content {
  padding: 40px 30px 20px;
}

.opportunities-popup {
  position: relative;
}

.opportunities-popup .popupclose {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ececec;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.opportunities-popup .popupclose .btn-close {
  width: 6px;
  height: 6px;
}

.explore {
  background: transparent;
  border: 1px #000 solid;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.explore:hover {
  color: #fff !important;
}

.explore:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #000;
  z-index: -1;
  border-radius: 8px;
}

.explore:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.explore:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

/*.opportunitydata table tr td .hoverimgshow{
    display: none
}*/
.opportunitydata table tr {
  position: relative;
  border-bottom: 1px dashed #cccccc;
}

.opportunitydata table tr .hoverimgshow {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  rotate: -5deg;
}

.opportunitydata table tr:hover .hoverimgshow {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  visibility: visible;
  opacity: 1;
}

.internshipbox {
  background: #d2decf;
  padding: 1.5rem 5rem;
  border-radius: 30px;
}

.internshipbox h3 {
  color: #2b5234;
  font-size: 48px;
  font-weight: 600;
}

.internshipbox p {
  color: #2b5234;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.internshipbox .applyhere {
  margin: 40px 0 0 0;
  padding: 10px 28px;
  color: #2b5234;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #2b5234;
  display: inline-block;
  text-decoration: none;
  position: relative;
  /* Necessary for stacking context */
  z-index: 1;
  /* Ensures it stays above the :before element */
  background: transparent;
}

.applyhere:hover {
  color: #fff;
}

.applyhere:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #2b5234;
  z-index: -1;
  /* Ensure it stays behind the parent element */
  border-radius: 8px;
}

.applyhere:hover:before,
.applyhere:focus:before {
  left: 0;
  right: 0;
  opacity: 1;
  transition: 0.5s all ease;
}

.internshipbox p.note {
  color: #2b5234;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.learningcontainer .commonhead p {
  font-size: 16px;
  margin-top: 20px;
}

.learninglist ul {
  margin: 0 auto;
  padding: 0;
}

.learninglist ul li {
  list-style: none;
  text-align: center;
  background: #8abb62;
  border-radius: 16px;
  padding: 28px 12px;
  position: relative;
  overflow: hidden;
}

.learninglist ul li h4 {
  color: #363636;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  padding-left: 33px;
}

.learninglist ul li + li {
  margin-top: 16px;
}

.learninglist ul li:nth-of-type(2) {
  background: #d9d9d9;
}

.learninglist ul li:nth-of-type(3) {
  background: #f8df7c;
}

.learninglist ul li:nth-of-type(4) {
  background: #55705b;
}

.learninglist ul li:nth-of-type(5) {
  background: #d2decf;
}

.learninglist ul li:nth-of-type(6) {
  background: #f8df7c66;
}

.learninglist ul li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 90px;
}

.mediadata {
  display: flex;
  height: 100%;
  align-items: stretch;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 30px;
}

.mediadata h5 {
  background: #c2c2c2;
  font-size: 12px;
  color: #000;
  padding: 6px 16px;
  display: inline-block;
  border-radius: 20px;
}

.mediadata h3 a {
  font-size: 28px;
  color: #000;
  line-height: 36px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nextSvgWrapper {
  position: relative;
  overflow: hidden;
  /* Prevents visibility outside the container */
  display: inline-block;
}

.nextSvgCommon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.nextSvgAnimate {
  opacity: 0;
  transform: translate(-30px, -3px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* When hovering over .nextSvgAnimate */
.testimonialowl .owl-nav .owl-next:hover .nextSvgAnimate {
  opacity: 1;
  transform: translate(0, 0px);
}

.testimonialowl .owl-nav .owl-next:hover .nextSvgCommon {
  transform: translateX(40px) translateY(-50%);
}

/* Ensuring smooth return without appearing outside the border */
.testimonialowl .owl-nav .owl-next:not(:hover) .nextSvgCommon {
  transform: translateX(0) translateY(-50%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.testimonialowl .owl-nav .owl-next:not(:hover) .nextSvgAnimate {
  opacity: 0;
  transform: translate(-30px, 0px);
}

.galleryowl .owl-nav .owl-next:hover .nextSvgAnimate {
  opacity: 1;
  transform: translate(0, 0px);
}

.galleryowl .owl-nav .owl-next:hover .nextSvgCommon {
  transform: translateX(40px) translateY(-50%);
}

/* Ensuring smooth return without appearing outside the border */
.galleryowl .owl-nav .owl-next:not(:hover) .nextSvgCommon {
  transform: translateX(0) translateY(-50%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.galleryowl .owl-nav .owl-next:not(:hover) .nextSvgAnimate {
  opacity: 0;
  transform: translate(-30px, 0px);
}

.prevSvgCommon {
  position: absolute;
  top: 1px;
  right: 0;
  /* transform: translateY(-50%); */
  opacity: 1;
  rotate: 180deg;
  /* rotate: 180deg; */
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.prevSvgAnimate {
  opacity: 0;
  rotate: 180deg;
  transform: translate(30px, 0px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.testimonialowl .owl-nav .owl-prev:hover .prevSvgAnimate {
  opacity: 1;
  transform: translate(0, -1px);
}

.testimonialowl .owl-nav .owl-prev:hover .prevSvgCommon {
  opacity: 0;
  transform: translatex(30px) translateY(0px);
}

/* Ensuring smooth return transition */
.testimonialowl .owl-nav .owl-prev:not(:hover) .prevSvgAnimate {
  opacity: 0;
  transform: translateX(-30px);
}

.galleryowl .owl-nav .owl-prev:hover .prevSvgAnimate {
  opacity: 1;
  transform: translate(0, -1px);
}

.galleryowl .owl-nav .owl-prev:hover .prevSvgCommon {
  opacity: 0;
  transform: translatex(30px) translateY(0px);
}

/* Ensuring smooth return transition */
.galleryowl .owl-nav .owl-prev:not(:hover) .prevSvgAnimate {
  opacity: 0;
  transform: translateX(-30px);
}

.mediadata h6 {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.futurequiz .futurequiz-detail {
  background: url(../images/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 1rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 4px 20px 0px #0000000a;
}

.futurequiz .futurequiz-detail h2 {
  width: 60%;
  margin: 0 auto 16px;
}

.futurequiz .futurequiz-detail p {
  margin: 0 auto 16px;
}

.connect-form form .form-group {
  margin-bottom: 10px;
}

.connect-form form input,
.connect-form form textarea {
  width: 100%;
  margin-bottom: 5px;
  padding: 20px 40px;
  border: 1px solid #eeeeee;
}

.connect-form form .form-group .error,
.connect-form form #recaptcha-error {
  color: red;
  font-size: 12px;
}

.connect-form form input[type="submit"] {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  width: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s all;
}

.connect-form form input[type="submit"]:hover {
  color: #fff;
  background: #000;
}

.contactbox {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}

.contactbox p {
  color: #565656;
  font-size: 16px;
  margin-bottom: 0;
}

.contactbox p a {
  color: #565656;
  text-decoration: none;
}

.contactbox h4 {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
}

.contactsocial {
  margin: 20px 0;
}

.contactsocial ul {
  margin: 0 auto;
  padding: 0;
}

.contactsocial ul li {
  list-style: none;
  display: inline-block;
}

.contactsocial ul li + li {
  margin-left: 16px;
}

.contactsocial ul li img {
  width: 25px;
}

.textwhite {
  color: #fff !important;
}

.mediasec {
  background: #1b1b1b;
  padding: 60px 0;
}

.galleryslider .slick-slide {
  margin: 0 10px;
}

.gallerybox img {
  width: 100%;
}

.slick-dots {
  margin: 24px auto 0;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  color: #8abb62;
  padding: 0 15px;
  position: relative;
}

.slick-dots li:after {
  content: "...";
  position: absolute;
  bottom: -3px;
  right: -8px;
  letter-spacing: 2px;
  font-size: 24px;
}

.slick-dots li button {
  background: none;
  border: 0;
  color: #8abb62;
}

.slick-dots li.slick-active button {
  font-weight: 600;
  font-size: 18px;
}

/*.slick-dots li.slick-active button{
    display: none;
}

.slick-dots li.slick-active:before{
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    background: url(../images/polygon.svg);
    width: 16px;
    height: 15px;
}*/
.gallerytab {
  margin-top: 40px;
  text-align: center;
}

.gallerytab ul {
  display: inline-block;
  padding: 10px;
  border-radius: 50px;
  border: 1px #fff solid;
}

.gallerytab ul li {
  display: inline-block;
}

.gallerytab ul li .nav-link {
  padding: 6px 20px;
  color: #fff;
  border-radius: 30px;
}

.gallerytab ul li .nav-link.active {
  background: #fff;
  color: #000;
}

.galleryowl .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.galleryowl .owl-nav button {
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  border-radius: 50%;
  margin: 0 15px;
}

.galleryowl .owl-nav button img {
  width: 25px;
}

.tableresponsive table tr:nth-of-type(2) {
  position: relative;
  /* z-index: -1; */
}
.tableresponsive table tr:nth-of-type(3) {
  position: relative;
  /* z-index: -1; */
}
.tableresponsive table tr:nth-of-type(4) {
  position: relative;
  /* z-index: -1; */
}

.hoverImg3 {
  position: absolute;
  left: 50%;
  z-index: 4;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.hoverImg2 {
  position: absolute;
  left: 50%;
  z-index: 4;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.hoverImg {
  position: absolute;
  left: 50%;
  z-index: 4;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.testimonialowl .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.testimonialowl .owl-nav button {
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  border-radius: 50%;
  margin: 0 15px;
}

.testimonialowl .owl-nav button img {
  width: 25px;
}

.testimonialbox {
  position: relative;
  height: fit-content;
}

.testimonialbox > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.playvideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.playvideo img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: unset;
  height: unset;
}

.thankyousec {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.thankyousec img {
  margin-bottom: 30px;
}

.thankyousec h2 {
  color: #292526;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 24px;
}

.thankyousec p {
  font-size: 16px;
  font-weight: 400;
  color: #1b1c1e;
  margin-bottom: 15px;
}

footer {
  background: #2b5234;
  color: #fff;
  padding: 20px 0;
}

footer p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

.mobileshow {
  display: none;
}

.mobiletakequiz {
  background: #fff;
  border-radius: 8px;
}

.mobiletakequiz a {
  color: #000 !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*Mobile Menu*/
#slide {
  display: none;
}

.sidewarper {
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  left: -1400px;
  top: 0;
  bottom: 0;
}

#slidesection {
  width: 320px;
}

#slidesection .container {
  padding: 0 !important;
}

#slidesection .overscroll {
  padding: 10px 10px 30px 10px;
}

#slidesection .topclose {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 30px;
  display: block;
}

#slidesection .topclose a {
  display: block;
  color: #fff !important;
  cursor: pointer;
  text-align: right;
}

#slidesection .topclose a i {
  float: right;
}

#slidesection .topclose a strong {
  color: #fff;
}

#slidesection .overscroll #sidelinks {
  color: #fff;
}

#slidesection .overscroll #sidelinks ul {
  padding: 0;
}

#slidesection .overscroll #sidelinks ul li {
  list-style: none;
}

#slidesection .overscroll #sidelinks a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: 400;
}

#slidesection .overscroll #sidelinks li + li {
  border-top: 1px rgba(255, 255, 255, 0.2) dashed;
}

#slidesection .overscroll #sidelinks a {
  color: #fff;
}

#slidesection .overscroll #sidelinks .subchild {
  background-color: #155aba;
  margin-top: 10px;
}

#slide {
  cursor: pointer;
}

.accordion-toggle {
  cursor: pointer;
  margin: 0;
  display: block;
  position: relative;
}

.accordion-toggle span {
  position: absolute;
  right: 5px;
  top: 0;
  text-align: center;
  line-height: 20px;
  color: #fff;
  z-index: 999;
  width: 20px;
  height: 20px;
}

.accordion-toggle .disinb {
  display: inline-block !important;
}

.accordion-content ul {
  background-color: #333;
  margin-top: 15px;
}

.accordion-content ul li {
  border: 0 !important;
}

.accordion-content ul a {
  padding: 5px 10px !important;
}

.accordion-content {
  display: none;
}

.topsocial a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
}

.topsocial a + a {
  margin-left: 9px;
}

.mobilenone {
  display: block;
}

.mobilemenu {
  padding: 20px 0;
}

.mobilemenu ul {
  padding: 0;
}

.mobilemenu ul li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: 1px #313131 solid;
}

.mobilemenu ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .commonspace {
    padding: 30px 0;
  }

  .commonhead h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .commonhead h1 {
    line-height: 2.8rem;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .mobilenone {
    display: none;
  }

  .mobileshow {
    display: block;
  }

  .videosec .bannerdetail h1 {
    font-size: 16px;
    line-height: 27px;
  }

  .opportunitydata table tr td:nth-of-type(2) {
    display: none;
  }

  .opportunitydata table tr td:nth-of-type(3) {
    display: none;
  }

  .customcontainer {
    padding: 0 1rem;
  }

  .futurequiz .futurequiz-detail {
    background-position: center center;
  }

  .opportunitydata table tr .hoverimgshow {
    display: none;
  }

  .opportunitydata table tr td:nth-of-type(1) img {
    top: 30px;
  }

  .journneycontainer .commonhead {
    margin-top: 60px;
  }

  .videosec .bannerdetail {
    width: 80%;
  }

  .empowerrow {
    display: block;
    margin-top: 50px;
  }

  .empowerbox1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .empowerbox2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .empowerbox3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .empowerbox4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .empowerbox5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .academyslider .slick-arrow.slick-next {
    right: 38.5%;
  }

  .academyslider .slick-arrow.slick-prev {
    left: 38.5%;
  }

  .header {
    padding: 0 0rem;
  }

  .videosec .bannerdetail p {
    font-size: 14px;
  }

  #slide {
    display: block;
    margin-top: 0px;
  }

  .quiz {
    display: none;
  }

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

@media (min-width: 1200px) and (max-width: 1920px) {
  .internshipbox {
    padding: 1.5rem 129px;
  }

  .learningcontainer {
    padding: 0 1rem;
  }

  .futurequiz {
    padding: 0 6rem;
  }

  .journneycontainer {
    padding: 0 5rem;
  }
}

/* Quiz form  */

.quiz-parent .modal-lg {
  max-width: 962px;
}

.quiz-img {
  height: 100%;
}

.quiz-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  object-fit: cover;
}

.quiz-btn {
  border: 0;
  background: transparent;
}

.quiz-btn:hover {
  background: transparent;
}

.quiz-form-detail {
  padding: 35px 27px 36.5px 0px;
  position: relative;
}

.quiz-form-close {
  position: absolute;
  top: 7px;
  right: 8px;
  background-color: #ececec;
  padding: 0px;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  border: none;
}

.quiz-form-close img {
  font-size: 10px;
}

.quiz-form-detail p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  color: #1b1b1b;
}

.quiz-form-detail h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 53px;
  color: #1b1b1b;
  padding-bottom: 26px;
}

.quiz-form-detail span {
  display: inline-block;
  /* padding-bottom: 20px; */
}

.quiz-input-details input {
  padding: 15px 18px 13px 10px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 4px 20px 0px #00000005;
}

::placeholder {
  color: #cccccc;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.quiz-input-details input:focus-visible {
  outline: none;
}
.quizSubmitButton{
  border: none;
}

/* .quiz-input-details button {
  padding: 9px;
  border: 1px solid #565656;
  border-radius: 8px;
  background: transparent;
  width: 100px;
} */

.question-section {
  padding: 53px 28px 7px 17px;
}

.question-section p:nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-size: 19.85px;
  line-height: 29.77px;
  font-weight: 500;
}

.question-list-section {
  border-radius: 10px;
}

.question-list-section h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18.04px;
  font-weight: 600;
  line-height: 27.07px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#answerContainer {
  border: 1px solid #f1f1f1;
  margin-top: 50px;
  border-radius: 10px;
}
.questions {
  border-radius: 10px;
}

.questions h5 {
  color: #8abb62;
  /* padding: 17px 12.18px 0px 12.18px; */
}

.questions p {
  font-family: "Poppins", sans-serif;
  font-size: 13.24px;
  font-weight: 400;
  line-height: 24.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0;
}

.answers {
  padding: 0px;
  border-radius: 10px;
}

.answers h5 {
  color: #8abb62;
  padding: 18.04px 1.8px 0px 18.04px;
}

.answers input {
  background: transparent;
  border: none;
  width: 100%;
  padding: 3.1px 0px 21.65px 18.04px;
}

.answers input:focus-visible {
  outline: none;
}

.answers input::placeholder {
  font-size: 12.63px;
}

.vertical-border {
  position: relative;
}

.start-no {
  position: absolute;
  top: -17px;
  right: 7px;
  color: #8abb62;
}

.end-no {
  position: absolute;
  bottom: -36px;
  right: 6px;
  color: #8abb62;
  font-size: 19.85px;
}

.progress-vertical {
  width: 1px;
  height: 90%;
  display: flex;
  flex-direction: column;
  background-color: #e9ecef;
  margin: 14px auto;
  position: relative;
}

.progress-vertical .progress-bar {
  width: 100%;
  background-color: #0a0a0a;
}

/* .vertical-line {
    width: 0.4px;
    background-color: rgb(51 50 50 / 47%);
    height: 205px;
    position: absolute;
    left: 19%;
    transform: translateX(-50%);
} */

.next-btn {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

/* .next-btn button {
  padding: 7.5px 28px 11.5px 28px;
  border: 1px solid #565656;
  border-radius: 8px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
} */
.quizQuestionDiv span {
  visibility: hidden;
}
.quizQuestionDiv {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
@media (max-width: 991px) {
  .journeydesigntest {
    padding: 10px 10px;
  }

  .questions h5 {
    padding: 0;
  }
  .quizQuestionDiv h5 {
    width: 100%;
  }
  .explanationBox {
    padding: 18px !important;
    background: none;
    margin: 0;
    text-align: start;
  }

  .explanationText {
    padding: 0 !important;

    margin: 0 !important;
  }
  .quizQuestionDiv span {
    visibility: visible;
  }

  .SelectedBoxDiv {
    padding-left: 0;
  }
  .quizQuestionDiv h5 {
    border-bottom: none;
  }
  .quiz-img {
    display: none;
  }
  .internshipbox {
    padding: 1.5rem 2rem;
  }
  .hoverImg {
    display: none;
  }
  .hoverImg2 {
    display: none;
  }
  .hoverImg3 {
    display: none;
  }
  .progress-vertical {
    display: none;
  }

  .progress-vertical .progress-bar {
    display: none;
  }

  .start-no,
  .end-no {
    display: none;
  }
  /* .quizHeading{
    padding: 0 15px;
  } */

  .next-btn button {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .quiz-input-details {
    padding: 10px 21px;
  }
  .quiz-form-detail h1 {
    font-size: 24px;
    text-align: center;
    line-height: 41px;
  }

  .quiz-input-details button {
    width: 100%;
    font-size: 14px;
  }
  .quiz-form-close {
    top: 2%;
    right: 2%;
    height: 32px;
    width: 32px;
  }

  .quiz-input-details input {
    padding: 15px 18px 13px 10px;
    width: 100%;
    border: 2px solid #f1f1f1;
  }

  .quiz-form-detail {
    padding: 35px 10px 36.5px 11px;
  }

  .quiz-img img {
    height: 100%;
  }

  .question-section {
    padding: 37px 23px 7px 32px;
  }

  .questions {
    padding: 0px 0px 0px 0.18px;
  }

  .vertical-line {
    right: 18px;
    left: auto;
    /* left: 0px !important; */
    top: -252px;
  }

  .start-no {
    right: 0px;

    margin-bottom: 0px;
  }

  .end-no {
    bottom: 158px;
    right: 0px;
    color: #8abb62;
  }
}
