.msHeader {
  position: relative;
  padding: 14px 0;
}
.topbar {
  height: 28px;
  background-color: var(--lit-yello);

}

.msHeader .hdRw{
    align-items: center;
}

.hdRw {
  display: flex;
  justify-content: space-between;
}
.msHeader.sticky {
  position: sticky;
  top: 0;
  z-index: 222;
  background-color: #fff;
}
.logo img {
  width: 190px;
}

.litLogo img {
  width: 400px;
}
.litresLog {
  display: none;
}
.navMenu ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.navMenu li a {
  font-weight: 700;
  color: var(--text-color);
  font-size: 17px;
}
.navContain {
  position: absolute;
  bottom: -30px;
  z-index: 22;
  width: fit-content;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  padding: 0 24px 14px 24px;
  border-radius: 19px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mobTogg {
  display: none;
}
.mobTogg span {
  width: 32px;
  height: 2px;
  display: block;
  background-color: var(--lit-blue);
  margin: 6px 0;
  transition: all 0.3s;
}
.mobTogg.open span:nth-child(1) {
  transform: rotate(43deg) translate(6px, 6px);
}
.mobTogg.open span:nth-child(2) {
  width: 0;
}
.mobTogg.open span:nth-child(3) {
  transform: rotate(-42deg) translate(6px, -6px);
}
/* HERO */
.litHero {
  position: relative;
  padding-top: 0;
}
.heroSlider .item .herImg{
  overflow: hidden;
}
 .herImg img{
  width: 100%;
     height: 768px;
    object-fit: cover;
    object-position: bottom;
}
.heroContent{
  position: absolute;
  top: 25%;
  left: 218px;
  max-width: 695px;
		z-index:22
}
.herImg{
	position:relative;
}
.herImg::before{
	  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #141414;
  background: linear-gradient(
    125deg,
    rgb(10, 10, 10) 17%,
    rgba(237, 221, 83, 0) 100%
  );
	z-index:2
}

.heroContent h1 {
  font-size: 62px;
  color: #fff;
}
.heroContent {
  color: #fff;

}
.heroContent p {
  font-weight: 300;
  line-height: 1.4;
  font-size: 20px;
  padding-right: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heroContent a {
  padding: 14px 34px;
  color: #fff;
  border: 3px solid #fff;
  font-size: 20px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  transition: all 0.3s;
}
.hr-btn button{
  margin: 0 !important;
}
.herobutton button {
  padding: 14px 34px;
  color: #fff;
  border: 3px solid #fff;
  font-size: 20px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin:15px auto 0;
  transition: all 0.3s;
  background-color: transparent;
  cursor: pointer;
}
.herobutton button:hover {
  color: var(--text-color);
  background-color: #fff;
}

.herobutton a:hover {
  color: var(--text-color);
  background-color: #fff;
}

/* ABOUT */
.litAboutBg {
  background-color: var(--lit-purple);
  height: 350px;
  position: relative;
  color: #fff;
  text-align: center;
}
.litAboutBg .secTitle h2 {
  color: #fff;
}
.secTitle h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.abtBlk {
  padding: 48px;
  text-align: center;
  background-color: #fff;
  box-shadow: -2px 7px 31px -14px rgba(189, 189, 189, 0.75);
  -webkit-box-shadow: -2px 7px 31px -14px rgba(189, 189, 189, 0.75);
  -moz-box-shadow: -2px 7px 31px -14px rgba(189, 189, 189, 0.75);
  height: 100%;
}

.abtIco img {
  width: 80px;
  aspect-ratio: 2/2;
  object-fit: contain;
}
.abtCont h3 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.litAbout {
  padding-top: 0;
  margin-top: -100px;
  padding-bottom: 80px;
}
.litAboutBott {
  padding-top: 60px;
  text-align: center;
}
.litAboutBott span {
  display: block;
  width: fit-content;
  padding: 12px 40px;
  background-color: var(--text-color);
  color: #fff;
  margin: auto;
  margin-bottom: 14px;
}

.litAboutBott h3 {
  font-size: 28px;
  font-weight: 500;
}

/* JOURNEY */
.litjrny {
  background-image: url(../assets/about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 0;
  display: flex;
  align-items: center;
}

.litjrny::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #141414;
  background: linear-gradient(
    90deg,
    rgb(10, 10, 10) 10%,
    rgba(237, 221, 83, 0) 100%
  );
}

.jrnyCont {
  color: #fff;
  padding: 120px 0;
}
.jrnyCont h2 {
  color: #fff;
  font-size: 47px;
  font-weight: 200;
  margin-bottom: 40px;
  padding-right: 120px;
}
.jrnyCont h2 span {
  font-weight: 700;
  display: block;
}

.jrnyCont p span {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
.secTitle {
  text-align: center;
  margin-bottom: 20px;
}
.secTitle p {
  font-size: 22px;
}
.litWhy p {
  text-align: center;
}
.litWhyCont {
  padding-bottom: 80px;
}
.whyFeat {
  padding-top: 0;
  background-color: var(--lit-yello);
}

.whyFeatBlk {
  padding: 80px 0;
}
.feature-item h5 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 6px;
}

.whyFeatBlk li {
  margin-bottom: 24px;
  padding-left: 40px;
}
.whyFeatBlk li:last-child {
  margin-bottom: 0;
}
.whyBg img {
  width: 100%;
}

.left-side {
  background: url("../assets/why.jpg") no-repeat center center;
  background-size: cover;
}

.right-side {
  background-color: #f2b919;
  padding: 60px 30px;
  color: #000;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.whyFeat {
  overflow: hidden;
}

.feature-item:last-child {
  margin-bottom: 0;
}
.feature-item {
  padding-left: 30px;
  position: relative;
}

.feature-item::before {
  content: "";
  display: block;
  top: 0;
  left: -47px;
  background-image: url(../assets/dots.png);
  width: 60px;
  height: 60px;
  position: absolute;
  background-size: contain;
}

/* SYLLABUS */
.litSyllabus{
    padding-bottom: 80px;
}
.crseSyllb {
  border: 2px solid #e7e1e1;
  transition: all 0.3s;
}
.crseSyllb:hover .crsImg img {
  transform: scale(1.03);
}
.crseSyllb:hover .crseCont a {
  background-color: var(--lit-blue);
  color: #fff;
  border: 2px solid var(--lit-blue);
}
.crsImg {
  overflow: hidden;
}
.crsImg img {
  width: 100%;
  transition: all 0.3s;
}
.crsImg {
  line-height: 0;
}
.crseCont {
  padding: 34px;
}
.crseHd {
  color: var(--lit-blue);
}
.crseHd h2 {
  color: var(--lit-red);
  font-size: 30px;
}
.crseHd h2 span {
  display: block;
  color: var(--lit-blue);
  font-size: 30px;
}
.crseCont {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.crseHd {
  width: 80%;
}
.crseCont a {
  font-size: 20px;
  border: 2px solid #d3d3d3;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  color: #d3d3d3;
}
.crseCont a:hover {
  background-color: var(--lit-blue);
  color: #fff;
  border: 2px solid var(--lit-blue);
}

/* FOOTER */

.ftrLft {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.litFtr {
  background-color: var(--lit-purple);
  padding-top: 80px;
  padding-bottom: 24px;
}

.littLogo img {
  filter: brightness(0) invert(1);
  width: 320px;
}
.place p{
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.res-social{
    display: none;
}
.ftrSocial ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.ftrCnt a {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
}
.ftrCnt {
  border-bottom: 2px solid #fff;
  padding-bottom: 14px;
}
.ftrCopyright p {
  color: #fff;
  font-weight: 500;
}
.ftrCopyright span {
  display: block;
}
.ftrSocial a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ftrForm h2 {
  font-size: 38px;
  margin-bottom: 14px;
  color: #fff;
}

.ftrForm p {
  margin-bottom: 20px;
  color: #fff;
}
.ftrForm {
  padding-left: 34px;
}
.inpFrm input,
.inpFrm textarea {
  display: block;
  width: 100%;
  padding: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: transparent !important;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
}
.inpFrm input:focus,
.inpFrm textarea:focus {
  outline: none;
}
.inpFrm .wpcf7-not-valid-tip{
        color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    display: block;
    background: #ce1515;
    padding: 2px;
    margin-bottom: 5px;
}

.inpFrm input::placeholder,
.inpFrm textarea::placeholder {
  color: #fff !important;
  font-family: var(--primary-font) !important;
}

.inpFrm input[type="submit"] {
  cursor: pointer;
  background: url(../assets/icon/arrow.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: none !important;
  cursor: pointer;
  margin-left: auto;
  transition: all 0.3s;
  margin-top: 24px;
}

.resFtrBtm {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000083;
  z-index: 222;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.popcontainer {
  background-color: var(--lit-purple);
  max-width: 1024px;
  padding: 28px;
  border-radius: 28px;
  margin: auto;
}
.LITpopup {
  position: fixed;
  z-index: 2222;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.LITpopup.show {
  opacity: 1;
  visibility: visible;
}

.popCont span {
  color: var(--lit-yello);
  font-size: 34px;
  display: block;
}
.popCont h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.popCont h3 {
  font-size: 34px;
  text-align: center;
  color: #fff;
}
.popCont p {
  text-align: center;
  color: #fff;
  margin-top: 8px;
}

.inpFrm select {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #b6b6b6;

  background-color: transparent;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
}

.inpFrm label {
  margin-bottom: 4px;
  display: block;
}

.popForm {
  background-color: #fff;
  padding: 25px;
  border-radius: 14px;
}

.popForm .inpFrm input,
.popForm .inpFrm textarea {
  border: 1px solid #b6b6b6 !important;
  padding: 12px !important;
  color: #141414 !important;
  font-family: var(--primary-font);
}

.popForm .inpFrmSnd input {
  background-color: #0ec51c;
  padding: 12px;
  border-radius: 8px;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  font-size: 16px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.popForm textarea{
    height: 100px !important;
}
.popForm h2 {
  margin-bottom: 20px;
  text-align: center;
}
.popForm .wpcf7 form.invalid .wpcf7-response-output{
	margin:0 !important;
	font-size:12px
}
.popcontainer .close {
  display: block;
  font-size: 30px;
  color: #fff;
  text-align: right;
  margin-bottom: 14px;
  cursor: pointer;
}

/* COURSE PAGE */
.pageHd {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 0;
}

.crsePg {
  background-image: url(../assets/course-bnr.jpg);
  background-position: 40%;
}

.pgContent h2 {
  color: #fff;
  font-size: 56px;
}

.overview {
  background: var(--lit-purple);
  padding-bottom: 80px;
}

.ovrCont p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0 100px;
}
.ovrCont p span {
  color: var(--lit-yello);
}
.overview .secTitle h2 {
  color: #fff;
}

.overview .heroContent button {
  margin: auto;
  margin-top: 20px;
}

.info-box {
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #ccc;
  transition: 0.3s ease;
  height: 100%;
}
.info-box i {
  font-size: 50px;
  margin-bottom: 15px;
}
.info-box h5 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 26px;
  color: #000;
}
.info-box p {
  margin: 0;
  color: #141414;
  font-weight: 500;
}


.crseDur .col-md-4 {
  padding: 0;
}
.br-0 {
  border-right: 0;
}
.crseDur {
  padding: 80px 0;
  padding-bottom: 0;
}

.career-section {
  background-color: #f4b400; /* Yellow background */
  color: #000;
  padding: 80px 160px !important;
  display: flex;
  align-items: center;
}

.career-section h2 {
  font-weight: 700;
}

.career-section ul {
  padding-left: 20px;
  list-style-type: square;
}
.crseModule{
    padding-top: 0;
}

.career-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courseOpportunity {
  overflow: hidden;
}
.courseOpportunity .col-md-6:last-child {
  padding: 0 !important;
}

.career-section ul {
  margin-top: 24px;
}
.career-section h2 {
  font-size: 42px;
}
.career-section li {
  font-size: 24px;
  margin-bottom: 12px;
  list-style: square;
  font-weight: 300;
}

.crseHighCont li {
  list-style-type: square;
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 300;
}
.crseHighCont li::marker {
  color: var(--lit-yello);
}
.crseHighCont{
    margin-top: 40px;
}

.crseHiglight{
    padding-bottom: 80px;
}
.pl-space{
    padding-left: 40px;
}
.crseModuleContain{
    background-color: #e3e3e3;
    padding-bottom: 40px;
    padding-top: 80px;
    margin-top: 40px;
}

.crseModuleContain .feature-item::before{

    filter: invert(1);
        width: 40px;
    height: 40px;
    left: -17px;
}
.crseModuleContain .row{
    justify-content: center;
}

.crseModuleContain .feature-item{
    margin-bottom: 40px;
}
.crseModuleContain .feature-item h5{
    font-weight: 400;
    font-size: 24px;
    color: var(--lit-blue);
}

.crseCertification{

}
.certIco{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.certIco img{
    width: 30px;
}
.cert-cl-1{
    background-color: var(--lit-yello);
}

.cert-cl-2{
    background-color: var(--lit-purple);
}

.cert-cl-3{
    background-color: #34caef;
}
.crseCertBlk{
    text-align: center;
}
.crseCertBlk h3{
    font-weight: 300;
    font-size: 22px;
    padding: 0 60px;
}
.crseCertification{
    padding-bottom: 80px;
}
.mob{
	margin-bottom:10px;
}
.mob a{
	display:flex;
	align-items:center;
	gap:10px;
}
.mob a i{
	background-color:#fff;
	color:#000;
	border-radius:50px;
	width:38px;
	height:38px;
	font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}


