@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;900&display=swap');
body {
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  overflow-x: hidden !important;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #fb8c00 !important;
}

.num-strke {
  text-decoration: line-through !important;
  color: #888 !important;
  font-size: 14px !important;
}

.dropdown-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 270px !important;
}

.dropdown-menu li a {
  position: relative;
}

.dropdown-menu li a::after {
  position: absolute;
  content: '\f061';
  font-family: 'FontAwesome';
  opacity: 0;
  right: 20px;
  font-size: 11px;
  transition: transform 200ms ease-in, opacity 200ms ease-in;
}

.dropdown-menu li a:hover::after {
  opacity: 2;
  transform: translateX(4px);
}

.dropdown-item {
  display: flex !important;
  align-items: center;
  padding: 10px 20px !important;
}

.dropdown-item .img-sec {
  background: #f4f4f4;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fba900;
  font-size: 1.2rem;
}

.dropdown-item:hover .img-sec {
  background: #fef3e5;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: unset !important;
}

.bg-hero {
  background-color: #1c2042 !important;
}

.bg-header {
  z-index: 99999 !important;
}

.top-pagespace {
  padding-top: 90px;
}

.full-line hr {
  border-bottom: 2px solid #f8f1e4;
}

.new-sp {
  height: 550px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #222 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fba900 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 22px !important;
  padding-left: 22px !important;
}

.bg-lineball {
  background: url('../images/lineball.png') no-repeat;
  background-position: bottom;
  overflow: hidden !important;
}

.regbtn a,
.regbtn button {
  display: inline-block;
  border: none;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding: 10px 30px;
  background: #f3274f;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.whatsappbtn a {
  display: inline-block;
  border: none;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding: 10px 30px;
  background: #2bb63f;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.discordbtn a {
  display: inline-block;
  border: none;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding: 10px 30px;
  background: #404eed;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.discordbtn a:hover {
  color: #fff;
  border-radius: 50px;
  transition: 0.5s all ease-in-out;
}

.top-para {
  font-size: 18px;
}

.regbtn a:hover,
.regbtn button:hover,
.hirebtn a:hover,
.trans-btn a:hover,
.whatsappbtn a:hover {
  color: #fff;
  border-radius: 50px;
  transition: 0.5s all ease-in-out;
}

.reqcallbtn a:hover,
.reqcallbtn a:after {
  color: #fff !important;
}

.hirebtn a {
  display: inline-block;
  border: none;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding: 10px 30px;
  background: #8e74ed;
  border-radius: 5px;
  color: #222;
  font-size: 20px;
  font-weight: 500;
}

.hirebtn-1 a {
  display: inline-block;
  border: 1px solid #f3274f;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding: 10px 30px;
  background: #f3274f;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 169px;
}

.hirebtn-1 a:hover {
  border-radius: 50px;
  transition: 0.5s all ease-in-out;
  color: #fff !important;
}

.banner-head {
  font-size: 38px;
  line-height: 1.5;
  padding-top: 20%;
  font-weight: bold;
}

.banner-sub-head {
  font-size: 36px;
  padding-top: 2%;
  font-weight: bold;
}

.banner-para {
  color: #555;
  font-weight: 300;
  font-size: 20px;
  text-align: justify !important;
}

.message-drop {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  width: 58%;
  padding: 15px;
  font-size: 15px;
  color: #868686;
  position: relative;
  margin-top: -30%;
}

.starrating i {
  /* background: linear-gradient(#fb8c00, #fbb200); */
  -webkit-background-clip: text;
  background-clip: text;
  color: #fb8c00;
}

.starrating .rating {
  color: #222 !important;
}

.bg-successFull {
  background: #1c2042;
}

.top-head {
  font-size: 28px;
  font-weight: 600;
}

.top-head-new {
  font-size: 35px !important;
}

.heading5 {
  font-size: 2rem;
}
.orange-head {
  color: #fb9a34;
}

.darkblue-head {
  color: #4b3794;
}

.pink-head {
  color: #f2256f;
}

.rose-head {
  color: #ca317d;
}

.blue-head {
  color: #2699fb;
}

.pinky {
  color: #fb9700;
}

.para-top {
  color: #c8d0db;
  font-size: 18px;
  text-align: justify !important;
}

/* courses-1 page */

.date-sec span {
  border: 1px solid #f2256f;
  border-radius: 5px;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

.mini-boxevents {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.mini-boxevents i {
  color: #ff9900;
  background: rgba(255, 153, 0, 0.2);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}

.top-small-strip {
  background: #ff9900;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px !important;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 10px;
  position: absolute;
  content: '';
  top: 10px;
  right: 10px;
}

.top-small-strip h5 {
  font-size: 16px !important;
}

.event-minisec {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  display: block;
  height: 17px;
}

.img-overblacklay img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.bbt img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.img-overblacklay::before {
  position: absolute;
  content: '';
  /*background: rgba(34, 34, 34, 0.3);*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mini-boxhead {
  font-size: 17px !important;
}

.small-highlight {
  font-size: 14px;
  color: #ff9900;
  margin-top: 8%;
  font-weight: 400;
}

.icon-scourse {
  background: #fef4e5;
  width: 100px;
  height: 100px;
  line-height: 50px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fba900;
  font-size: 3rem;
}

#exampleModal-newtop-1,
#exampleModal-newtop-2,
#exampleModal-newtop-3,
#exampleModal-newtop-4,
#exampleModal-newtop,
#exampleModal-newtopsed,
#curriculum-model,
#popup-modal,
#hero-modal,
#partner-modal {
  z-index: 999999 !important;
}

#exampleModal-newtop-1 .btn-close,
#exampleModal-newtop-2 .btn-close,
#exampleModal-newtop-3 .btn-close,
#exampleModal-newtop-4 .btn-close,
#exampleModal-newtop .btn-close,
#exampleModal-newtopsed .btn-close,
#curriculum-model .btn-close,
#popup-modal .btn-close,
#hero-modal .btn-close,
#partner-modal .btn-close {
  float: right;
  background-color: #fff;
}

#exampleModal-newtop-1 .modal-body,
#exampleModal-newtop-2 .modal-body,
#exampleModal-newtop-3 .modal-body,
#exampleModal-newtop-4 .modal-body,
#exampleModal-newtop .modal-body,
#exampleModal-newtopsed .modal-body,
#curriculum-model .modal-body,
#popup-modal .modal-body,
#hero-modal .modal-body,
#partner-modal .modal-body {
  background: #1c2042;
}

.frame {
  overflow: hidden;
  color: #222;
  display: flex;
  align-items: center;
}

.bbs {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
}

.bbs .row {
  padding: 10px 30px;
}

.mt-minus {
  margin-top: -15px;
  color: #6f6f6f;
  font-size: 14px;
}

.timecounter-new {
  display: flex;
  justify-content: center;
}

.timecounter-new li {
  padding: 0 15px;
}

.criteria-box {
  background: #fef4e5;
  border-radius: 8px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fb8700;
  margin-right: 1rem;
}

.circle-small {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.circle-small svg {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-left: 9px;
}

.circle-small .bg {
  fill: none;
  stroke-width: 6px;
  stroke: #bce0fd;
}

.circle-small .progress {
  fill: none;
  stroke-width: 6px;
  stroke: #fbae00;
  stroke-linecap: round;
  stroke-dasharray: 232.36;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.circle-small .progress.one {
  stroke-dashoffset: 80;
  -webkit-animation: one 2.5s ease-in-out, appear 1s;
  animation: one 2.5s ease-in-out, appear 1s;
}

.circle-small .text {
  position: absolute;
  width: 100%;
  top: 28px;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  line-height: 23px;
}

@-webkit-keyframes one {
  from {
    stroke-dashoffset: 232.36;
  }
  to {
    stroke-dashoffset: 80;
  }
}

@keyframes one {
  from {
    stroke-dashoffset: 232.36;
  }
  to {
    stroke-dashoffset: 80;
  }
}

@-webkit-keyframes appear {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bg-awesome {
  background: #1c2042;
}

.newhead-sec {
  font-weight: 600 !important;
}

.sidebar {
  width: 39%;
  height: 97vh;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 18%;
}

.main {
  width: 58%;
  /* height: 500vh; */
  min-height: 1000px;
  display: flex;
  flex-direction: column;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.bottom {
  -ms-grid-column-align: bottom;
  justify-self: bottom;
}

.wrapper .nav-item {
  padding-right: 10px;
}

.wrapper .nav-link {
  padding: 15px 40px !important;
  font-size: 22px;
  color: #6f6f6f;
  font-weight: 400;
  background: #f1f9ff !important;
}

.wrapper .nav-link.active {
  font-weight: 600;
  background: #8368e6 !important;
  border-radius: 7px;
  position: relative;
}

.wrapper .nav-pills .nav-link.active::after {
  position: absolute;
  content: '\f0dd';
  font-family: 'FontAwesome';
  bottom: -18px;
  margin: auto;
  font-size: 30px;
  color: #8368e6;
  left: 0;
  right: 0;
}

.fullbox-border {
  border: 1px solid #e2e2e2;
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
}

.para-newcont,
.cms {
  color: #555;
  font-size: 20px;
  font-weight: 300;
  text-align: justify !important;
}

.text-justify {
  text-align: justify !important;
}

.pricerangedis {
  font-size: 24px;
  display: inline-block;
  position: relative;
}

.pricerangedis del {
  font-size: 20px;
  font-weight: normal;
}

.pricerangedis span sup {
  font-size: 14px;
  color: #ca317d;
  display: inline-block;
  padding: 8px;
  border: 2px solid #ca317d;
  position: absolute;
  right: -15%;
}

.reachhint a:hover {
  color: #ff9900;
}

.lastsec .hirebtn a {
  padding: 10px 62px;
}

.bg-coursesdisplay {
  background: url('../images/up.png') no-repeat;
  background-position: top center;
  background-size: auto;
}

.courses-box {
  border-radius: 20px;
  border: 1px solid #e2e2e2;
}

.course-toppara {
  color: #555;
  font-size: 20px;
  font-weight: 300;
  text-align: justify !important;
}

.course-tophead {
  font-size: 25px;
  color: #1c2042;
}

.bbt {
  border: 2px solid #f8f1e4;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 1rem;
  min-height: 34rem;
}
.eventheaderimage {
  width: 50% !important;
}
.school-para {
  color: #555;
  font-size: 16px;
  font-weight: 300;
  text-align: initial !important;
}

.hero-para {
  font-size: 1.4rem;
  font-weight: 400;
}

.studentname {
  font-size: 20px;
  font-weight: 600;
}

.studentdest {
  color: #a4a4a4;
  font-size: 18px;
  font-weight: 500;
}

.event-boxlay {
  border: 2px solid #f8f1e5;
  border-radius: 15px;
}

.event-boxhead {
  color: #1c2042;
  font-size: 28px;
  font-weight: 600;
}

.event-avail {
  font-size: 20px;
  color: #272727;
  font-weight: 500;
}

.bg-eventssec {
  background: url('../images/down.png') no-repeat;
  background-position: bottom center;
  position: relative;
  background-size: auto;
}

.text-purple {
  color: #8e74ed;
}

.bg-partners {
  background: #e8f3fa !important;
}

.bannersectionimg {
  width: 100% !important;
}

/* .bg-partners img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.5s all ease-in-out;
} */

/* .bg-partners img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
} */

.trained-box {
  border: 1px solid #faf6ed;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.learn-list {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  justify-content: center;
}

.learn-list li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  display: flex;
  align-items: center;
}

.bg-shade {
  line-height: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 153, 0, 0.2);
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.bg-shade i {
  width: 26px;
  box-shadow: 2px 4px 34px rgba(255, 153, 0, 0.2);
  color: #ff9900 !important;
}

.cot {
  color: #f90;
  font-size: 23px;
  font-weight: 500;
  text-align: left;
}

.programlisted-block {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  justify-content: center;
}

.programlisted-block li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20%;
  max-width: 20%;
  display: flex;
  flex-wrap: row wrap;
  align-items: center;
  background: #fef4e5;
  border: 1px solid #fef4e5;
  color: #222;
  padding: 20px;
  border-radius: 20px;
  font-weight: 700;
  cursor: pointer;
  margin: 20px 20px 0 0;
}

.programlisted-block .scpan {
  background: rgba(255, 153, 0, 0.2);
  line-height: 0;
  width: 40px;
  border-radius: 50%;
  padding: 10px 0;
  text-align: center;
}

.programlisted-block li i {
  line-height: 0;
  width: 45px;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 22px;
  text-align: left;
  color: #ff9900;
}

.bg-trained .modal.show .modal-dialog {
  margin-top: 132px;
}

.bg-trained .btn-close {
  float: right;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  /* background: rgba(34, 34, 34, 0.5); */
  width: 100%;
  padding: 10px;
  height: 260px;
  border-radius: 20px;
}

.middle .text {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  /* background: rgba(255, 255, 255, 0.1); */
  padding: 12px;
}

.trained-box .middle i {
  background: #1b71b6;
  border-radius: 50px;
  /* border: 2px solid #fbb300; */
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.trained-box:hover .image {
  opacity: 0.3;
}

.trained-box:hover .middle {
  opacity: 1;
}

.trained-head {
  font-size: 18px;
  color: #2b2f4e;
  font-weight: 600;
}

.trained-dest {
  color: #7c7c7c;
}

.community-iconbox {
  background: #fff;
  border-radius: 15px;
}

.orange-text-num {
  color: #fb9a34;
  font-weight: bold;
  font-size: 40px;
}

.blue-text-num {
  color: #4b3794;
  font-weight: bold;
  font-size: 40px;
}

.darkblue-text-num {
  color: #1c2042;
  font-weight: bold;
  font-size: 40px;
}

.pink-text-num {
  color: #f0256f;
  font-weight: bold;
  font-size: 40px;
}

.iconbox-small {
  background: #fef4e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border-radius: 8px;
  text-align: center;
  height: 135px;
  padding: 6px 0;
  font-weight: 600;
}

.icontitle-head {
  font-size: 1.1rem;
}

.course-boxes-icon {
  text-align: center;
  max-width: 190px;
  margin: 0 12px;
  padding: 12px;
  border-radius: 12px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  height: 100%;
}

.icon-coursessymbol i {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fb8700;
}

.bg-trained .modal-body {
  background: #fff;
}

.footer-minipara,
.footer-linkheads {
  color: #333755;
  font-weight: 600;
}
.footerhead {
  color: #555;
  font-weight: 300;
  font-size: 18px;
}
.footerhead:hover {
  color: #fb9600;
}
.footer-linkheads {
  font-size: 18px;
}

.bg-footer {
  background: #e8f3fa;
}

.bg-footer .list-group-item {
  background-color: #e8f3fa;
}

.bg-footer li a {
  color: #555;
  font-weight: 300;
  font-size: 18px;
}

.bg-footer li a:hover,
.socailicon i:hover {
  color: #fb9600;
}

.list-group-item {
  border: unset !important;
  padding-left: 0 !important;
}

.socailicon li i {
  background: #fff;
  padding: 14px;
  font-size: 18px;
  border-radius: 10px;
  color: #2699fb;
}

.copyrights {
  color: #7d7d7d;
  font-size: 16px;
}

.designby {
  color: #7d7d7d;
  font-size: 14px;
}

.designby a {
  color: #4d38a1;
  font-size: 16px;
}

.bg-recurit {
  background: url('../images/up.png') no-repeat;
  background-position: top center;
  background-size: auto;
}

.stud-trainbox {
  background: #fff;
  padding: 18px;
  border-radius: 15px;
}

.stud-trainbox i {
  color: #ff9900;
  font-size: 2.25rem;
}
.stud-trainboxblue i {
  color: #404eed;
  font-size: 2.25rem;
}
.bg-faq .accordion-button {
  border: unset !important;
}

.bg-faq .accordion-item {
  border: 1px solid #f8f1e4;
  border-radius: 20px;
}

.bg-faq .accordion-collapse {
  border: unset !important;
}

.bg-faq .accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: unset !important;
}

.bg-faq .accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}

.top-head-faq {
  font-size: 20px;
  width: 100%;
}

.bg-faq .school-para {
  font-size: 16px !important;
}

.bg-faq [data-bs-toggle='collapse']:not(.collapsed)::after {
  content: '\f068';
  font-family: 'FontAwesome';
  color: #f7a600;
  background: #fff5e5;
  padding: 16px 10px;
  padding-right: 22px;
  border-radius: 10px;
  text-align: center;
  line-height: 0;
  transform: unset !important;
}

.bg-faq [data-bs-toggle='collapse'].collapsed::after {
  content: '\f067';
  font-family: 'FontAwesome';
  color: #f7a600;
  background: #fff5e5;
  padding: 16px 10px;
  padding-right: 22px;
  border-radius: 10px;
  text-align: center;
  line-height: 0;
}

.bg-faq .accordion-button:not(.collapsed)::after,
.bg-faq .accordion-button::after {
  background-image: unset !important;
  transition: unset !important;
}

.reqcallbtn a {
  display: inline-block;
  border: none;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding: 10px 30px;
  background-image: linear-gradient(to right, #523cb7, #49358c);
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.bg-callback {
  background: #1c2042;
}

#days,
#hours,
#minutes,
#seconds {
  background: #fff !important;
  border-radius: 15px;
  font-size: 30px;
  color: #222;
  font-weight: bold;
  height: 68px;
  width: 68px !important;
  line-height: 68px;
  display: inline-block;
  text-align: center;
}

.callbackbtn a,
.callbackbtn button {
  display: inline-block;
  border: none;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  background-color: #f3274f;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.callbackbtn a:hover,
.callbackbtn button:hover {
  color: #fff;
}

.training-form {
  border-radius: 15px;
  border: 1px solid #e2e2e2;
}

.trainingform-head {
  color: #1c2042;
  font-size: 24px;
  font-weight: bold;
}

.training-form label {
  font-weight: 600;
  font-size: 18px;
}

.training-form .form-control {
  height: 60px;
  border: 1px solid #f8f1e4 !important;
  border-radius: 10px;
}

.form-control:focus {
  box-shadow: unset !important;
}

.iconbox-learn {
  background: #fff;
  border-radius: 15px;
  padding: 18px;
  text-align: center;
  width: 25%;
}

.bg-learning .orange-head,
.bg-learning .darkblue-head,
.bg-learning .pink-head {
  font-size: 22px !important;
  font-weight: bold;
}

#product-image {
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: 0.9s;
}

.product-image-thumbnail img {
  position: relative;
  width: 80%;
  height: 200px;
  margin: 0 auto;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  transition: 0.9s;
  border-radius: 25px;
}

.product-image-thumbnail:hover {
  opacity: 0.7;
}

.product-image-thumbnail {
  display: flex;
}

#product-image img {
  border-radius: 25px;
  height: 600px;
}

.top-head-1 {
  font-size: 42px;
  font-weight: bold;
}

.text-grey {
  color: #888888;
}

.bg-pay {
  background: #1c2042 url('../images/right.png') no-repeat;
  background-position: top right;
  background-size: auto;
}

.orange-head-pay {
  color: #fb9a34;
  font-size: 190px;
  font-weight: bold;
}

.payhead {
  font-size: 42px;
  font-weight: bold;
}

.pricingopt a {
  font-size: 24px;
  font-weight: 400;
  color: #2699fb;
}

.pricingopt a:hover {
  color: #fb9a34;
}

.bg-pricing-section {
  background: #1c2042 url('../images/down.png') no-repeat;
  background-position: bottom center;
  background-size: auto;
}

.bg-pricing-section .nav-pills .nav-link {
  background: #fff !important;
  padding: 15px 70px;
  margin-bottom: 15px;
  font-size: 32px;
  color: #6f6f6f !important;
  text-align: left;
  padding-left: 65px !important;
  position: relative;
  font-weight: 400;
}

.bg-pricing-section .nav-pills .nav-link:nth-child(1)::before {
  position: absolute;
  content: 'url("../images/ic-1.png")';
  background: url('../images/ic-1.png') no-repeat;
  top: 24px;
  left: 12px;
  z-index: 999;
  color: transparent;
}

.bg-pricing-section .nav-pills .nav-link:nth-child(2)::before {
  position: absolute;
  content: 'url("../images/ic-1.png")';
  background: url('../images/ic-2.png') no-repeat;
  top: 24px;
  left: 12px;
  z-index: 999;
  color: transparent;
}

.bg-pricing-section .nav-pills .nav-link:nth-child(3)::before {
  position: absolute;
  content: 'url("../images/ic-1.png")';
  background: url('../images/ic-3.png') no-repeat;
  top: 24px;
  left: 12px;
  z-index: 999;
  color: transparent;
}

.bg-pricing-section .nav-pills .active:nth-child(1)::before {
  position: absolute;
  content: 'url("../images/ic-a1.png")';
  background: url('../images/ic-a1.png') no-repeat;
  top: 24px;
  left: 12px;
  z-index: 999;
  color: transparent;
}

.bg-pricing-section .nav-pills .active:nth-child(2)::before {
  position: absolute;
  content: 'url("../images/ic-1.png")';
  background: url('../images/ic-a2.png') no-repeat;
  top: 24px;
  left: 12px;
  z-index: 999;
  color: transparent;
}

.bg-pricing-section .nav-pills .active:nth-child(3)::before {
  position: absolute;
  content: 'url("../images/ic-1.png")';
  background: url('../images/ic-a3.png') no-repeat;
  top: 24px;
  left: 12px;
  z-index: 999;
  color: transparent;
}

.bg-pricing-section .nav-pills .nav-link.active::after {
  position: absolute;
  content: '\f0da';
  font-family: 'FontAwesome';
  right: -10px;
  margin: auto;
  font-size: 35px;
  color: #fff;
}

.bg-pricing-section .nav-pills .nav-link.active {
  color: #4b3794 !important;
  font-weight: 600;
}

.right-contentbox {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.bg-willlearn .nav-tabs {
  display: flex;
  justify-content: space-evenly !important;
  border-bottom: unset !important;
  width: 65%;
  margin: 0 auto;
}

.bg-willlearn .nav-tabs .nav-link {
  border: unset !important;
  color: #828282 !important;
  font-weight: 400;
  font-size: 20px;
}

.bg-willlearn .nav-tabs .nav-link.active {
  color: #4b3794 !important;
  position: relative;
  font-weight: 600;
}

.bg-willlearn .nav-tabs .nav-link.active::after {
  position: absolute;
  content: '\f192';
  bottom: -25px;
  font-family: 'FontAwesome';
  left: 0;
  right: 0;
  color: #fb8700;
}

.bg-willlearn .nav-pills .nav-link {
  background: #fff;
  padding: 30px 30px;
  text-align: left !important;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
}

.bg-willlearn .nav-pills .nav-link.active {
  background: #fff;
  border: 1px solid #eaeaea;
  color: #222 !important;
  background-color: unset !important;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-left: 5px solid #ff9900;
}

.bg-willlearn .nav-pills .nav-link.active::after {
  position: absolute;
  content: '\f0da';
  font-family: 'FontAwesome';
  right: -13px;
  margin: auto;
  font-size: 35px;
  color: #fb8700;
  top: 33px;
}

.bg-willlearn .nav-pills .nav-link {
  border: 2px solid #f8f1e4;
  border-radius: 20px;
}

.bg-willlearn .nav-pills .nav-link.active .new-font {
  font-size: 20px;
  font-weight: 500;
  color: #222 !important;
}

.bg-willlearn .nav-pills .nav-link .new-font {
  color: #6f6f6f !important;
  font-size: 20px;
  font-weight: 500;
}

.bg-willlearn .tab-pane .right-newcont .new-cont {
  color: #4b3794 !important;
  font-size: 30px !important;
}

.right-newcont {
  border: 2px solid #f8f1e4;
  height: 562px;
  overflow-y: scroll;
  border-radius: 20px;
  padding: 20px;
}

.right-newcont .new-font {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #222 !important;
}

.trans-btn a {
  border: 1px solid #866ce8;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 260px;
  border-radius: 5px;
  color: #222;
  font-size: 20px;
  font-weight: 500;
}

.bg-hire .cir-dot-blue {
  position: absolute;
  content: '';
  bottom: 00px;
  left: 50px;
  width: auto;
  -webkit-animation: blinker 5s linear infinite;
  animation: blinker 5s linear infinite;
}

.bg-hire .cir-dot-pink {
  position: absolute;
  content: '';
  bottom: 60px;
  left: 550px;
  width: auto;
  -webkit-animation: blinker 5s linear infinite;
  animation: blinker 5s linear infinite;
}

.bg-faq .cir-dot-yellow {
  position: absolute;
  content: '';
  top: 60px;
  right: 450px;
  width: auto;
  -webkit-animation: blinker 3s linear infinite;
  animation: blinker 3s linear infinite;
}

.bg-faq .cir-dot-blue {
  position: absolute;
  content: '';
  top: 300px;
  right: 50px;
  width: auto;
  -webkit-animation: blinker 7s linear infinite;
  animation: blinker 7s linear infinite;
}

.bg-footer .cir-dot-yellow {
  position: absolute;
  content: '';
  bottom: 100px;
  right: 335px;
  width: auto;
  -webkit-animation: blinker 4s linear infinite;
  animation: blinker 4s linear infinite;
}

.bg-footer .cir-dot-blue {
  position: absolute;
  content: '';
  bottom: 183px;
  left: 500px;
  width: auto;
  -webkit-animation: blinker 10s linear infinite;
  animation: blinker 10s linear infinite;
}

.bg-eventssection .cir-dot-yellow {
  position: absolute;
  content: '';
  top: 52px;
  left: 416px;
  width: auto;
  -webkit-animation: blinker 5s linear infinite;
  animation: blinker 5s linear infinite;
}

.bg-eventssection .cir-dot-blue {
  position: absolute;
  content: '';
  top: 150px;
  left: 0px;
  width: auto;
  -webkit-animation: blinker 5s linear infinite;
  animation: blinker 5s linear infinite;
}

.bg-eventssection .cir-dot-pink {
  position: absolute;
  content: '';
  bottom: 00px;
  right: 0;
  width: auto;
  -webkit-animation: blinker 5s linear infinite;
  animation: blinker 5s linear infinite;
}

.bg-coursepg .cir-dot-blue {
  position: absolute;
  content: '';
  top: 78px;
  left: 395px;
  width: auto;
  -webkit-animation: blinker 3s linear infinite;
  animation: blinker 3s linear infinite;
}

.bg-coursepg .cir-dot-pink {
  position: absolute;
  content: '';
  top: 300px;
  left: 0;
  width: auto;
  -webkit-animation: blinker 9s linear infinite;
  animation: blinker 9s linear infinite;
}

.bg-pay .cir-dot-pink {
  position: absolute;
  content: '';
  top: 300px;
  left: 500px;
  width: auto;
  -webkit-animation: blinker 3s linear infinite;
  animation: blinker 3s linear infinite;
}

.bg-pay .cir-dot-yellow {
  position: absolute;
  content: '';
  top: 30px;
  left: 800px;
  width: auto;
  -webkit-animation: blinker 7s linear infinite;
  animation: blinker 7s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.bg-pay .cir-dot-blue {
  position: absolute;
  content: '';
  bottom: 30px;
  left: 1200px;
  width: auto;
  -webkit-animation: blinker 10s linear infinite;
  animation: blinker 10s linear infinite;
}

.owl-theme .owl-nav {
  display: none;
}

.bg-eventssection .owl-dots {
  position: absolute;
  content: '';
  bottom: -60px;
  left: 0;
  right: 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #dcd7ee;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4e39a6 !important;
}

.bg-schoolsec .owl-dots {
  position: absolute;
  content: '';
  bottom: 40px;
  left: 0;
  right: 0;
}

.bg-eventssec {
  position: relative;
}

.bg-eventssec .owl-dots {
  position: absolute;
  content: '';
  bottom: -40px;
  left: 0;
  right: 0;
}

.mob-faq {
  display: none !important;
}

.d-show .active {
  position: relative;
}

/* .bg-willlearn .nav-pills .nav-link.active::before {
position: absolute;
background: #4b3794 !important;
color: transparent;
transform: rotate(-45deg);
text-align: center;
top: 18px;
left: -9px;
width: 55px;
content: "red";
height: 4px;
border-radius: 10px;
} */

#third1 {
  background-size: cover;
  color: #303030;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.story-1,
.story-2 {
  margin: 0 auto;
  margin-bottom: 0px;
  overflow: auto;
  background: url('../images/l1.png') no-repeat center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover !important;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  color: #fff;
  margin-bottom: 100px;
}

.story-2 {
  background: url('../images/l2.png') no-repeat center center;
}

.story-1::before,
.story-2::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(34, 34, 34, 0.5);
}

.up-content {
  position: absolute;
  content: '';
  top: 50vh;
  margin: auto 0;
}

header {
  height: 96px;
  position: absolute;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
}

.nav-up {
  top: -92px;
  transition: 0.3s all;
}

.coursepg-header {
  overflow-x: hidden;
  margin-bottom: 20px;
  width: 100%;
}

.new-topscrolllist li a {
  color: #4b3794 !important;
  font-size: 16px;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.new-topscrolllist li a:hover {
  color: #fb8700 !important;
}

.top-coursepgscrollhead {
  font-size: 28px;
  font-weight: 500;
}

.nav-up {
  position: fixed;
  top: 0;
  content: '';
}

.new-navdown {
  z-index: 999999 !important;
  position: absolute;
  content: '';
  top: 0;
  opacity: 0;
}

.up-content {
  width: 50% !important;
}

.new-md-mob {
  display: none;
}

.bg-bannerslider-sec .owl-dots {
  bottom: -50px;
  position: absolute;
  left: 0;
  right: 0;
}

.toysec img {
  width: 75% !important;
}

.bg-trainerintro {
  background: #e8f3fa;
}

.trainee-box {
  border-radius: 20px;
  padding: 30px;
}

.trainee-box .timg img {
  text-align: center;
}

.trainee-headtitle {
  font-size: 18px !important;
  color: #f3274f;
}

.event-boxlay .school-para {
  text-align: unset !important;
}

.feature-titletop {
  font-size: 22px !important;
}

.featureimg-box {
  margin: 2% 0;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 20px;
  padding: 6px 10px;
  box-sizing: border-box;
}

.ft-16 {
  font-size: 16px !important;
}

.certified-content i {
  font-size: 20px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  color: #ff9900;
}

.s-ov {
  background: rgba(255, 153, 0, 0.2);
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.cer-head {
  font-size: 25px;
  color: #f3274f;
}

.techCard {
  background-color: #f7f7f7;
  min-height: 4.5rem;
  min-width: 4.5rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.tech-logo-container {
  width: 65%;
}

.tech-logo-container img {
  width: 75%;
  margin: auto;
}

#tech-carousel .owl-nav {
  width: 50%;
  margin: 2rem auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#tech-carousel .owl-nav .owl-prev i,
#tech-carousel .owl-nav .owl-next i {
  font-size: 2rem;
  font-weight: 900;
  opacity: 0.5;
  transition: all 0.5s ease;
}

#tech-carousel .owl-nav .owl-prev:hover i,
#tech-carousel .owl-nav .owl-next:hover i {
  opacity: 1;
}

/* media queries */

@media (max-width: 767px) {
  body {
    overflow-x: hidden !important;
  }
  .coursepg-header {
    display: none;
  }
  .bg-coursepg {
    padding-top: 100px !important;
  }
  .navbar-nav {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    padding: 20px;
  }
  .dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 98% !important;
    margin-left: 10px !important;
  }
  .dropdown-menu {
    margin: 0 auto;
  }
  .navbar-collapse {
    padding-top: 20px;
  }
  .banner-head {
    font-size: 25px;
  }
  .banner-para {
    font-size: 16px;
  }
  .toysec img {
    width: 100% !important;
  }
  .message-drop {
    width: 85%;
    margin-top: -15%;
  }
  .bg-lineball {
    background-position: center !important;
    background-size: contain !important;
  }
  .top-head,
  .top-head-new {
    font-size: 24px !important;
  }
  .owl-carousel {
    display: block !important;
  }
  .community-iconbox .w-100 {
    width: unset !important;
  }
  .orange-text-num,
  .blue-text-num,
  .darkblue-text-num,
  .pink-text-num {
    font-size: 30px !important;
  }
  .timecounter li {
    width: 75px;
    text-align: center;
  }
  #days,
  #hours,
  #minutes,
  #seconds {
    font-size: 22px !important;
    height: unset !important;
    width: unset !important;
    line-height: unset !important;
  }
  .frame {
    justify-content: center !important;
  }
  .top-head-faq {
    font-size: 18px !important;
  }
  .top-head-1,
  .payhead {
    font-size: 30px;
  }
  .orange-head-pay {
    font-size: 48px !important;
  }
  #product-image img {
    height: unset !important;
  }
  #product-image-wrap {
    display: flex !important;
  }
  .product-image-thumbnail img {
    width: 100% !important;
    height: unset !important;
    margin: unset !important;
  }
  .bg-pricing-section .flex-column {
    flex-direction: row !important;
  }
  .bg-pricing-section .nav-pills .nav-link {
    padding: 10px !important;
    font-size: 15px !important;
    padding-left: 10px !important;
    margin-right: 25px;
  }
  .bg-pricing-section .nav-pills .nav-link.active::after {
    content: unset !important;
  }
  .bg-pricing-section .align-items-start {
    justify-content: space-evenly;
  }
  .bg-willlearn .nav-tabs .nav-link {
    font-size: 13px !important;
  }
  .bg-willlearn .nav-tabs {
    flex-wrap: unset !important;
    justify-content: unset !important;
    width: 100% !important;
  }
  .mob-faq .accordion-collapse {
    border-bottom: 1px solid #eaeaea;
  }
  .md-show {
    display: none !important;
  }
  .mob-faq {
    display: block !important;
  }
  .bg-willlearn .mob-faq .accordion-button:not(.collapsed) {
    color: #4b3794 !important;
    background-color: rgba(251, 135, 0, 0.5) !important;
  }
  .bg-willlearn .mob-faq .accordion-button:focus,
  .bg-pricing-section .mob-faq .accordion-button:focus {
    border-color: unset !important;
    box-shadow: unset !important;
  }
  .bg-willlearn .mob-faq .accordion-button {
    border-bottom: 1px solid #eaeaea;
  }
  .bg-pricing-section .mob-faq .accordion-button:not(.collapsed),
  .bg-pricing-section .mob-faq .accordion-button:not(.collapsed) .new-font {
    color: #4b3794 !important;
    background-color: #fff !important;
  }
  .bg-pricing-section .mob-faq .accordion-button {
    border: 1px solid #eaeaea;
  }
  .bg-pricing-section .mob-faq .accordion-collapse {
    border: 1px solid #fff;
  }
  .bg-pricing-section .mob-faq .new-font {
    color: #fff;
  }
  .middle {
    opacity: 999 !important;
  }
  .bg-trained .modal.show .modal-dialog {
    margin-top: unset !important;
  }
  .message-drop {
    width: 85%;
    margin-top: -15% !important;
    margin: 0 auto;
  }
  .timecounter ul {
    display: flex;
    justify-content: center;
  }
  .up-content {
    width: 100% !important;
    top: 20vh !important;
  }
  .bg-faq .school-para {
    font-size: 16px !important;
  }
  .timecounter-new li {
    padding: 0 7px !important;
  }
  .mt-minus {
    margin-top: unset !important;
  }
  .sidebar {
    display: none;
  }
  .main {
    width: 100% !important;
  }
  .reachhint {
    font-size: 18px;
  }
  .icon-scourse {
    margin: auto !important;
  }
  .priceacc .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #f90 !important;
  }
  .priceacc .accordion-button:focus {
    border-color: unset !important;
    box-shadow: unset !important;
  }
  .new-md-show {
    display: none !important;
  }
  .new-md-mob {
    display: block !important;
  }
  .learn-list li {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
  }
  .programlisted-block li {
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .new-topscrolllist {
    overflow-x: scroll;
  }
  .new-navdown {
    height: unset !important;
  }
  .justify-content-around .school-para {
    font-size: 16px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #days,
  #hours,
  #minutes,
  #seconds {
    background: #fff !important;
    border-radius: 15px;
    font-size: 30px !important;
    color: #222 !important;
    font-weight: bold !important;
    height: 78px !important;
    width: 78px !important;
    line-height: 78px !important;
    display: inline-block;
    text-align: center;
  }
  /* .hirebtn-1 a {
width: unset!important;
} */
  .bg-willlearn .nav-tabs .nav-link {
    font-size: 18px !important;
  }
  .timecounter li {
    width: 105px !important;
    text-align: center;
  }
  .wrapper .nav-link {
    padding: 15px 32px !important;
  }
  .new-md-show {
    display: block;
  }
  .learn-list li {
    flex-basis: 50% !important;
    max-width: 50% !important;
    margin-bottom: 10px;
  }
  .programlisted-block li {
    flex-basis: 45% !important;
    max-width: 45% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .regbtn a,
  .regbtn button {
    padding: 10px 20px !important;
  }
  .bg-lineball {
    background-position: center !important;
    background-size: contain !important;
  }
  .hirebtn-1 a {
    width: unset !important;
  }
  .top-head {
    font-size: 32px;
  }
  .message-drop {
    margin: 0 auto;
    margin-top: -15% !important;
    width: 85% !important;
  }
  .toysec {
    display: none !important;
  }
  .orange-text-num,
  .blue-text-num,
  .darkblue-text-num,
  .pink-text-num {
    font-size: 42px !important;
  }
  .product-image-thumbnail img,
  #product-image img {
    height: unset !important;
  }
  .payhead {
    font-size: 26px;
  }
  .orange-head-pay {
    font-size: 110px;
  }
  .bg-willlearn .nav-tabs {
    width: unset !important;
  }
  .right-newcont {
    height: auto;
  }
  .bg-pricing-section .nav-pills .nav-link {
    padding: 15px !important;
    font-size: 22px;
  }
  .mob-faq .accordion-button {
    height: 54px;
  }
  .mob-faq .accordion-collapse {
    border-bottom: 1px solid #eaeaea;
  }
  .mob-faq {
    display: none !important;
  }
  .timecounter ul {
    display: flex;
    justify-content: center;
  }
  .up-content {
    width: 100% !important;
    top: 20vh !important;
  }
  #days,
  #hours,
  #minutes,
  #seconds {
    width: unset !important;
    height: unset !important;
  }
  .closesin {
    font-size: 18px;
  }
  .sidebar {
    display: none;
  }
  .main {
    width: 100% !important;
  }
  .learn-list li {
    flex-basis: 33% !important;
    max-width: 33% !important;
    margin-bottom: 10px;
  }
  .programlisted-block li {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bg-lineball {
    background-size: contain !important;
  }
  .top-head-1 {
    font-size: 35px;
  }
  .bg-pricing-section .nav-pills .nav-link {
    font-size: 28px !important;
  }
  .wrapper .nav-link {
    padding: 15px 35px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .bg-lineball {
    background-size: contain !important;
  }
}

@media (min-width: 1500px) and (max-width: 3000px) {
  .bg-lineball {
    background-size: cover !important;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px !important;
  }
}

.modal-content {
  background: none !important;
  border-radius: 20px !important;
}

.modal-body {
  border-radius: 20px !important;
}

.pricetag-strike {
  color: #ff9900 !important;
  font-size: 20px !important;
  font-weight: 500;
}

.modal-content {
  background: none !important;
  border-radius: 20px !important;
}

.modal-body {
  border-radius: 20px !important;
}

.pricetag-strike {
  color: #ff9900 !important;
  font-size: 20px !important;
  font-weight: 500;
}

/*  */

.col-sec {
  background: #f0eded !important;
}

.w-35 {
  width: 35% !important;
}

.tabHeader {
  color: #f80a6f;
}

.strivesec .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #1c2042 !important;
  transition: background-color 0.2s ease-in 0s;
  width: 100%;
  align-items: flex-start;
  cursor: pointer;
  border-left: 8px solid #f80a6f;
  overflow: hidden;
  border-radius: 4px 0px 0px 4px;
  background-color: white;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 3px 3px 6px);
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 3px 3px 6px);
}

/* vision mission */

.b-img img {
  border-radius: 20px !important;
}

.vm-border {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
}

.bg-ltleabt {
  background: #1c2042;
}

.blueborder {
  border: 1px solid #2699fb;
  border-radius: 20px;
}

.blueborder span {
  float: right;
  background: #2699fb;
  color: #fff;
  padding: 6px 10px;
  border-radius: 50px;
}

/*  */

.how-it-works.row .col-2::after {
  content: '';
  position: absolute;
  z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}

.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}

.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 340px;
}

.timeline.position-absolute {
  position: absolute !important;
  content: '';
  top: 66%;
  left: 5%;
}

.timeline hr {
  border-top: 3px solid #ed8d8d;
  margin: 0;
  top: 167px;
  position: relative;
}

.timeline hr {
  opacity: unset !important;
}

.timeline .col-2 {
  display: flex;
  overflow: hidden;
}

.timeline .corner {
  border: 3px solid #ed8d8d;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline .top-right {
  left: 50%;
  top: -50%;
}

.timeline .left-bottom {
  left: -88%;
  top: calc(50% - 3px);
}

.timeline .top-left {
  left: -88%;
  top: -50%;
}

.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

.roadmapp img {
  z-index: 9999 !important;
}

.tp-min-top {
  margin-top: -20%;
  position: relative !important;
}

.bg-criteria__content {
  background: #fef4e5;
}
.criteriaboxhead {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.criteria__card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fb8700;
  width: 100%;
  padding: 1rem;
}
.about-para-color-heading {
  color: #fbbf40;
  font-weight: 600;
  font-size: 1.25rem;
}

.parsley-errors-list {
  list-style: none;
  padding-left: 0.25rem;
  margin-top: 0.5rem;
  color: #f3274f;
}

.change-text {
  color: #f3274f;
  position: relative;
}

.change-text::before {
  content: '';
  cursor: pointer;
}

.change-text::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  height: 5px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2699fb, #f3274f);
  width: 100%;
  height: 9px;
}

.bottom-cta {
  background-color: #f3274f;
}

.bottom-cta p {
  font-size: 16px;
  font-weight: 400;
}

.bottom-cta p a {
  font-size: 18px;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  opacity: 0.8;
  transition: all 0.25s ease-in;
}

.bottom-cta p a:hover {
  opacity: 1;
  font-weight: 700;
}

.course-content .section-title {
  font-size: 1.75rem;
}
.section__card-title {
  font-size: 1.5rem;
}

.advantage-card {
  background: #fef4e5;
}

.course-sidebar ul {
  padding-left: 0;
}

.course-sidebar li {
  list-style: none;
}

.course__sidebar-link {
  text-decoration: none;
  font-size: 1.1rem;
  color: #303030;
  transition: all 0.5s ease;
}

.course__sidebar-link.active,
.course__sidebar-link:focus,
.course__sidebar-link:hover {
  color: #f0256f !important;
}

.course-highlight {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.pricing__details-container {
  background-color: #f32747;
  height: 7.5rem;
  border-radius: 100px;
}

.pricing__details-content {
  margin: 1rem auto;
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
  .pricing__details-container {
    border-radius: 100px 0px 0px 100px;
  }
}

@media screen and (min-width: 991px) {
  .pricing__details-content {
    margin: 1rem 0.25rem 1rem 2rem;
  }
}

/* offline page */
.cbeimg {
  width: 110%;
}
.super30 {
  color: #f3274f;
  font-size: 2.5rem;
  font-weight: 700;
}
