/*
Theme Name: LPS IIM 
Theme URI: localhost
Author: Lakshmipat Singhania – IIM, Lucknow
Author URI: https://www.lpsiimlawards.com/
Description: Lakshmipat Singhania – IIM, Lucknow | National Leadership Awards 2025
Tags: custome theme
Version: 1.0
*/
@font-face {
  font-family: 'Indivisible-Regular';
  src: url('assets/fonts/Indivisible-Regular.eot');
  src: url('assets/fonts/Indivisible-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Indivisible-Regular.woff2') format('woff2'), url('assets/fonts/Indivisible-Regular.woff') format('woff'), url('assets/fonts/Indivisible-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indivisible-Light';
  src: url('assets/fonts/Indivisible-Light.eot');
  src: url('assets/fonts/Indivisible-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Indivisible-Light.woff2') format('woff2'), url('assets/fonts/Indivisible-Light.woff') format('woff'), url('assets/fonts/Indivisible-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indivisible-Medium';
  src: url('assets/fonts/Indivisible-Medium.eot');
  src: url('assets/fonts/Indivisible-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Indivisible-Medium.woff2') format('woff2'), url('assets/fonts/Indivisible-Medium.woff') format('woff'), url('assets/fonts/Indivisible-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indivisible-SemiBold';
  src: url('assets/fonts/Indivisible-SemiBold.eot');
  src: url('assets/fonts/Indivisible-SemiBold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Indivisible-SemiBold.woff2') format('woff2'), url('assets/fonts/Indivisible-SemiBold.woff') format('woff'), url('assets/fonts/Indivisible-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indivisible-Thin';
  src: url('assets/fonts/Indivisible-Thin.eot');
  src: url('assets/fonts/Indivisible-Thin.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Indivisible-Thin.woff2') format('woff2'), url('assets/fonts/Indivisible-Thin.woff') format('woff'), url('assets/fonts/Indivisible-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indivisible-Bold';
  src: url('assets/fonts/Indivisible-Bold.eot');
  src: url('assets/fonts/Indivisible-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Indivisible-Bold.woff2') format('woff2'), url('assets/fonts/Indivisible-Bold.woff') format('woff'), url('assets/fonts/Indivisible-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*  */ :root {
  --black: #000000;
  --white: #ffffff;
  --grey: #2b2b2b;
  --light-grey: #fff8f1;
  --orange: #ed3a21;
  --btn: #ff7e3d;
  --blue: #b8ebff;
}
::placeholder {
  color: #000000 !important;
}
html, body {
  height: 100%;
  font-family: 'Indivisible-Regular';
  font-weight: normal;
}
p:only-child, p:last-child, p:last-of-type, h1, h2, h3, h4, h5, ul, ol {
  margin-bottom: 0;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  color: var(--black);
  font-family: 'Indivisible-Bold';
  padding-bottom: 15px;
  /* padding-top: 25px; */
}
h3 {
  font-size: 26px;
  line-height: 30px;
  color: var(--black);
  font-family: 'Indivisible-Bold';
  padding-bottom: 12px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  color: var(--balck);
  font-family: 'Indivisible-Bold';
  padding-bottom: 10px;
  /* padding-top: 15px; */
}
h5 {
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
  font-family: 'Indivisible-Bold';
  padding-bottom: 10px;
  /* padding-top: 15px; */
}
p {
  font-size: 18px;
  line-height: 22px;
  color: var(--balck);
  font-family: 'Indivisible-Regular';
}
.text-primary {
  color: var(--orange) !important;
}
.txt-blue, .bg-blue {
  background: #b8ebff;
}
.txt-blue-dark, .bg-blue-dark {
  background: #1e5fab;
}
.txt-grey, .bg-grey {
  background: #fff8f1;
}
.txt-dark-grey, .bg-dark-grey {
  background: #2b2b2b;
}
.txt-orange, .bg-orange {
  background: #2b2b2b;
}
.txt-white, .bg-white {
  background: #2b2b2b;
}
.text-light {
  font-family: 'Indivisible-Light';
}
.text-thin {
  font-family: 'Indivisible-Thin';
}
.text-regular {
  font-family: 'Indivisible-Regular';
}
.text-medium {
  font-family: 'Indivisible-Medium';
}
.text-semibold {
  font-family: 'Indivisible-SemiBold';
}
.text-bold {
  font-family: 'Indivisible-Bold';
}
.header {
  padding-block: 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999;
  width: 100%;
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 12px 24px rgb(200 200 200 / 5%);
}
main {
  padding-top: 109px;
}
section, .footer {
  padding-block: 60px 60px;
}
.btn {
  font-size: 18px;
  color: var(--white);
  line-height: 18px;
  font-family: 'Indivisible-Medium';
  padding-block: 12px 12px;
  padding-inline: 20px 40px;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: var(--btn);
  border: 2px solid var(--btn);
  transition: .15s ease-in-out;
  position: relative;
}
.btn:hover {
  background: transparent;
  color: var(--btn);
  border: 2px solid var(--btn);
}
/* Base styling for the button's arrow */
.btn::after, .btn::before {
  content: '';
  position: absolute;
  background-image: url('assets/images/arrow.svg');
  background-repeat: no-repeat;
  background-size: auto;
  height: 17px;
  width: 17px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: .15s ease-in-out;
}
.btn::after {
  right: 18px;
}
.btn::before {
  right: 30px;
  opacity: 0;
  transition: .15s ease-in-out;
}
.btn:hover::after {
  right: 3px;
  opacity: 0;
  filter: brightness(0) saturate(100%) invert(77%) sepia(34%) saturate(7124%) hue-rotate(331deg) brightness(99%) contrast(104%);
}
.btn:hover::before {
  right: 18px;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(77%) sepia(34%) saturate(7124%) hue-rotate(331deg) brightness(99%) contrast(104%);
}
.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-link {
  display: block;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Indivisible-Medium';
  color: var(--black);
  text-decoration: none;
  background: none;
  border: 0;
  position: relative;
  transition: .15s ease-in-out;
}
.mega-menu-link {
  font-family: 'Indivisible-Medium' !important;
}
.navbar-nav .nav-item:not(:first-child) .nav-link::before {
  content: "|";
  position: absolute;
  font-size: 18px;
  color: var(--black);
  left: 0;
  top: auto;
  bottom: auto;
  border: none;
  background-repeat: no-repeat;
  line-height: 1;
}
.banner {
  background-color: #f9e7d4;
}
.home .banner {
  padding: 0 0;
}
.banner .container {
  position: relative;
}
.banner-txt {
  padding-block: 15px 15px;
}
.banner-txt h1 {
  font-size: 65px;
  color: var(--black);
  line-height: 70px;
  font-family: 'Indivisible-Regular';
  padding-bottom: 15px;
}
.banner-txt h1 span {
  font-family: 'Indivisible-SemiBold';
}
.banner-txt h1 .text-lg {
  font-size: 100px;
  display: block;
  line-height: 104px;
}
.banner-txt h4 {
  font-size: 24px;
  color: var(--black);
  line-height: 28px;
  font-family: 'Indivisible-Regular';
  padding-bottom: 30px;
}
.banner .btn {
  margin-top: 30px;
}
.text-orange {
  color: #ed3a21;
}
.about {
  padding-bottom: 55px;
}
.about-img {
  padding-right: 30px;
}
.about-txt {
  padding-left: 30px;
}
.bdr {
  position: relative;
}
.bdr::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  right: 0;
  top: 0;
  background: #96caf1;
  left: 0;
  margin: auto;
  bottom: 0;
}
.title {
  padding-bottom: 40px;
  text-align: center;
}
.title h2 {
  font-size: 54px;
  line-height: 58px;
  color: var(--black);
  font-family: 'Indivisible-Regular';
  padding-top: 0;
}
.title h2 {
  padding-bottom: 0;
}
/* .title + :is(h1, h2, h3, h4, h5, h6) {
  padding-top: 0;
} */
/* :is(h1, h2, h3, h4, h5, h6) + :is(h1, h2, h3, h4, h5, h6) {
  padding-top: 0;
  padding-bottom: 15px;
} */
.spotlight-intro {
  padding-bottom: 30px;
}
.spotlight-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .4s ease-in-out;
}
.spotlight-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .4s ease-in-out;
}
.intro {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: -10%;
  padding: 20px 30px;
  color: var(--white);
  background: transparent;
  transition: .4s ease-in-out;
  z-index: 1;
}
.spotlight-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 65%;
  left: 0;
  right: 0;
  background: #0C3358;
  background: linear-gradient(0deg, rgba(12, 51, 88, 1) 30%, rgba(12, 51, 88, 0.83) 70%, rgba(12, 51, 88, 0) 100%);
  transition: .4s ease-in-out;
}
.card-heading {
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  text-align: left;
  font-family: 'Indivisible-Bold';
  padding-bottom: 15px;
  transition: .3s ease-in-out;
}
.card-para {
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  text-align: left;
  font-family: 'Indivisible-Regular';
  opacity: 0;
  transition: .3s ease-in-out;
  position: relative;
  transform: translateY(100%);
}
.spotlight-box:hover .intro {
  bottom: 0;
  transition: .4s ease-in-out;
}
.spotlight-box:hover .intro .card-para {
  opacity: 1;
}
.spotlight-box:hover:after {
  top: 0;
}
.spotlight-box:hover .card-para {
  transform: translateY(0);
}
.bd-separator {
  margin: 50px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #e4ded8;
}
.teams-slider {
  position: relative;
}
.member-title {
  background: #FF7E3D;
  background: linear-gradient(90deg, rgba(255, 126, 61, 1) 0%, rgba(255, 126, 61, 0) 85%);
  padding: 10px 12px 8px;
  border-radius: 6px;
  margin-top: 12px;
  margin-bottom: 15px;
  height: 45px;
  display: flex;
  align-items: center;
}
.member-intro .member-title p {
  font-size: 14px;
  line-height: 18px;
  color: var(--black);
  text-align: left;
  font-family: 'Indivisible-SemiBold';
  text-transform: uppercase;
  width: 90%;
}
.member-intro h4 {
  font-size: 20px;
  line-height: 24px;
  color: var(--black);
  text-align: left;
  font-family: 'Indivisible-Bold';
}
.member-intro p {
  text-align: left;
}
.owl-nav {
  width: 108%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 35%;
  left: -4%;
  transform: translateY(-65%);
  pointer-events: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: #949494;
  font-size: 70px;
  font-family: 'Indivisible-Light';
  pointer-events: visible;
}
.img-bdr {
  width: 100%;
  height: 100%;
  border: 1px solid #a3a9ac;
  padding: 10px 10px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-bdr img {
  max-height: 80px;
  max-width: 100%;
}
.footer {
  padding-block: 60px 60px;
}
.footer .title h2 {
  color: var(--white);
  padding-top: 0;
}
.footer-contact h3 {
  font-size: 26px;
  line-height: 30px;
  color: #ededed;
  text-align: left;
  font-family: 'Indivisible-Bold';
  padding-bottom: 12px;
  padding-top: 0;
}
.footer-contact p, .footer-contact a {
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-align: left;
  font-family: 'Indivisible-Regular';
}

/*
.footer-contact a:hover { 
	color: #0065B7 !important;
}
*/

.footer-contact a {
  text-decoration: underline;
}
.footer-contact a:hover {
  color: var(--btn);
  transition: 0.15s ease-in-out;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #757575;
  border-radius: 50%;
  text-align: center;
  padding: 11px 12px;
  height: 50px;
  width: 50px;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.footer-social a img {
  position: relative;
  z-index: 1;
}
.footer-social a img {
  max-height: 25px;
}
.footer-social a::after {
  position: absolute;
  content: "";
  inset: 100% 0 0;
  background: #070707;
  background: var(--btn);
  pointer-events: none;
  transition: inset 0.25s ease-in-out;
}
.footer-social a:hover::after, .footer-social a:focus-visible::after {
  inset-block-start: 0;
}
.footer-social a:hover img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(80%) saturate(2%) hue-rotate(314deg) brightness(102%) contrast(100%);
  /* transition: 0.3s ease-in-out; */
}
/* marque */
.marquee-wrap {
  width: 100%;
  overflow-x: hidden;
  background: #ffd302;
  padding: 15px 10px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  z-index: 1;
}
.banner [class^=col-]:last-child {
  display: flex;
  align-items: end;
}
.marquee-txt {
  position: relative;
  display: flex;
  width: 100%;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list {
  display: inline-flex;
}
.marquee-item-list li {
  width: 100%;
  list-style: none;
  padding-right: 14rem;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Indivisible-SemiBold';
  white-space: nowrap;
}
.marquee-txt {
  animation-name: marquee-txt;
}
@keyframes marquee-txt {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/* Contact Page */
.inner-banner {
  background: #f9e7d4 url('assets/images/img11.png') no-repeat right 13rem bottom;
  background-size: 28rem;
  text-align: center;
  height: 550px;
  padding-block: 30px;
}
.entry-content-wrap {
  background: var(--white);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 4px 5px rgba(200, 200, 200, .5);
  margin-top: -18rem;
  position: relative;
}
.form-outer {
  position: relative;
}
.form-outer:before {
  content: url('assets/images/icon01.png');
  position: absolute;
  top: -22%;
  left: -11.5%;
  transform: scale(.75);
}
.entry-content {
  background: #fcfaf8;
  padding: 40px 40px;
  border-radius: 8px;
}
.note {
  font-size: 14px;
  color: var(--black);
  line-height: 17px;
  margin-top: 8px;
  font-family: 'Indivisible-regular';
}
.entry-content .form-control, .entry-content .form-select {
  background-color: #f2efec;
  border: none;
  font-size: 16px;
  line-height: 18px;
  color: var(--black);
  font-family: 'indivisible-regular';
  padding: 15px 24px;
}
.entry-content .form-control:focus, .entry-content .form-select:focus {
  box-shadow: none;
  background-color: #f2efec;
}
.entry-content textarea.form-control {
  height: 120px;
  resize: none;
}
.add-catg {
  font-size: 16px;
  color: var(--black);
  line-height: 20px;
  font-family: 'Indivisible-SemiBold';
  /* text-decoration: underline; */
}
.add-catg a {
  font-size: 16px;
  color: var(--black);
  line-height: 20px;
  font-family: 'Indivisible-SemiBold';
  text-decoration: underline;
}
.guidelines {
  position: relative;
}
.guidelines:before {
  content: url('assets/images/icon02.png');
  position: absolute;
  top: -26%;
  right: 8.5%;
  transform: scale(0.65);
}
.guidelines .title h2 {
  color: var(--white);
  text-align: left;
  padding-top: 0;
}
.guidelines-list li {
  font-size: 18px;
  color: var(--white);
  line-height: 22px;
  font-family: 'Indivisible-Regular';
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.guidelines-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* process page */
.banner {
  /*  padding-block: 0px;*/
}
.banner.process-banner {
  padding-block: 20px;
}
.process-banner .banner-img {
  position: relative;
}
.process-banner .banner-img p {
  text-align: right;
  font-size: 16px;
  line-height: 18px;
}
.text-green {
  color: #0a9116;
}
.criteria-box .icon-block {
  text-align: center;
  margin-bottom: 30px;
}
.criteria-box .para-block p {
  text-align: center;
}
.criteria-box .para-block {
  width: 75%;
  margin: 0 auto;
}
.criteria-box .para-block span {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Indivisible-Bold';
}
.award-process {
  background-image: url('assets/images/icon07.png'), url('assets/images/icon08.png'), url('assets/images/icon09.png');
  background-repeat: no-repeat;
  background-size: 9rem, 7rem, 9rem;
  background-position: 5% 8%, 95% 10%, 5% 90%;
}
.gy-bdr [class^=col-]:nth-child(n+3) {
  padding-top: 30px;
  border-top: 1px solid #e4ded8;
  margin-top: 30px;
}
.step-box {
  font-size: 42px;
  line-height: 42px;
  color: var(--white);
  font-family: 'Indivisible-Regular';
  padding: 15px 40px;
  border-top-right-radius: 125px;
  box-shadow: 12px 7px 10px rgba(180, 180, 180, 1);
  position: relative;
  z-index: 1;
}
.step-para-block {
  position: relative;
  padding-inline: 45px 15px;
}
.step-para-block:before {
  content: '';
  position: absolute;
  height: 45px;
  width: 45px;
  top: 0;
  left: 0px;
  pointer-events: none;
  z-index: 1;
}
.step-para {
  position: relative;
  padding: 40px 15px 15px;
  box-shadow: 0px -30px 20px 0px #c3c3c3;
}
.step-para h4 {
  font-size: 20px;
  line-height: 24px;
  color: var(--balck);
  font-family: 'Indivisible-Bold';
  padding-bottom: 10px;
  padding-top: 0;
}
.steps:nth-child(1) .step-box {
  background: #009688;
}
.steps:nth-child(1) .step-para-block:before {
  background: linear-gradient(225deg, #05877b, #00413b 50%, transparent 50%, transparent 1px);
}
.steps:nth-child(2) .step-box {
  background: #0189ce;
}
.steps:nth-child(2) .step-para-block:before {
  background: linear-gradient(225deg, #004579, #00265f 50%, transparent 50%, transparent 1px);
}
.steps:nth-child(3) .step-box {
  background: #3856a6;
}
.steps:nth-child(3) .step-para-block:before {
  background: linear-gradient(225deg, #101b52, #101b52 50%, transparent 50%, transparent 1px);
}
.steps:nth-child(4) .step-box {
  background: #0e9fc0;
}
.steps:nth-child(4) .step-para-block:before {
  background: linear-gradient(225deg, #002b2f, #00525a 50%, transparent 50%, transparent 1px);
}
.steps:nth-child(2) .steps-wrap, .steps:nth-child(4) .steps-wrap {
  margin-top: 70px;
}
.ap-bm {
  margin-bottom: 60px;
}
/* legacy */
.text-blue {
  color: #2b5ac2;
}
.journey .title h2 {
  text-align: left;
  padding-top: 0;
}
.journey-box {
  background: #ffe5ca;
  padding: 20px 30px;
  height: 100%;
  position: relative;
  z-index: 15;
}
.journey-box .journey-img {
  margin-bottom: 15px;
}
.journey-box h4 {
  font-size: 20px;
  line-height: 24px;
  color: var(--balck);
  font-family: 'Indivisible-Bold';
  padding-bottom: 10px;
  padding-top: 0;
}
.journey {
  background-image: url('assets/images/icon10.png');
  background-repeat: no-repeat;
  background-size: 26rem;
  background-position: 0% 100%;
  position: relative;
}
/* .journey:before {
  content: url('assets/images/icon11.png');
  position: absolute;
  top: -9%;
  right: 0%;
  transform: scale(.8);
} */
.journey::before {
  content: '';
  position: absolute;
  top: -9%;
  right: 2%;
  background: url('assets/images/icon11.png');
  width: 9%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  pointer-events: none;
}
.journey .gy-md-5 {
  --bs-gutter-y: 2.2rem;
}
.seminar {
  background-image: url('assets/images/img18.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.seminar-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  height: 100%;
}
.seminar-title {
  min-height: 208px;
  border-bottom: 2px solid #868686;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.seminar-title h3 {
  font-size: 54px;
  line-height: 58px;
  color: var(--balck);
  font-family: 'Indivisible-Regular';
  padding-bottom: 0;
}
.gallery {
  background: #fff8f1 url(assets/images/img22.png) no-repeat center bottom;
  background-size: 100%;
}
.gallery-slider {
  padding-top: 80px;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  border: 1px solid #f7d7bb;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  margin-inline: 5px;
}
.owl-carousel .owl-dots .owl-dot span {
  border: 4px solid #fffcf9;
  background: #fffcf9;
  height: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #ff7e3d;
}
.the-jury {
  background: #fffcf9 url('../images/img36.png') no-repeat 100% 109%;
}
.jury-info {
  border-top: 2px solid #777674;
  margin-top: 25px;
  padding-top: 10px;
}
.jury-img img {
  width: 100%;
  height: 100%;
}
.jury-info p, .full-details p {
  margin-bottom: 5px;
}
.show-icon {
  width: 50px;
  text-align: right;
}
.show-full {
  cursor: pointer;
}
.privacy-banner {
  background: #f9e7d4;
  padding-block: 60px 60px;
  height: auto;
}
/* privacy police*/
.privacy h4 {
  padding-top: 15px;
}
.privacy h4 {
  padding-top: 15px;
}
.privacy h2:not(:first-child) {
  padding-top: 25px;
}
.privacy h5 {
  padding-top: 15px;
}
.privacy ul:not(:last-child) {
  padding-bottom: 20px;
}
.privacy ul:not(:last-child) {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .step-box {
    font-size: 38px;
    line-height: 38px;
    padding: 15px 30px;
  }
  .step-para-block::before {
    height: 38px;
    width: 38px;
  }
  .step-para-block {
    padding-inline: 38px 15px;
  }
  .step-para {
    padding: 25px 15px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  section, .footer {
    padding-block: 50px 50px;
  }
  .about {
    padding-bottom: 55px;
  }
  .banner-txt h1 {
    font-size: 58px;
    line-height: 62px;
  }
  .banner-txt h1 .text-lg {
    font-size: 82px;
    line-height: 82px;
  }
  .banner-txt h4 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  p {
    font-size: 16px;
    line-height: 20px;
  }
  .marquee-item-list li {
    font-size: 16px;
    line-height: 18px;
  }
  .marquee-wrap {
    padding: 10px 10px;
    border-radius: 6px;
  }
  .btn {
    font-size: 16px;
    line-height: 14px;
    font-family: 'Indivisible-Medium';
    padding-block: 10px 10px;
    padding-inline: 15px 30px;
    margin-top: 30px;
  }
  .btn::after, .btn:hover::before {
    right: 10px;
  }
  .btn::before {
    right: 25px;
  }
  .btn:hover::after {
    right: 0px;
  }
  .title h2 {
    font-size: 48px;
    line-height: 52px;
  }
  .title {
    padding-bottom: 30px;
  }
  .img-bdr img {
    max-height: 60px;
  }
  .bd-separator {
    margin: 40px 0;
  }
  .member-intro .member-title p {
    font-size: 13px;
    line-height: 17px;
    width: 100%;
  }
  .member-intro h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .member-title {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 65px;
  }
  .footer-contact h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
  }
  .footer-contact p, .footer-contact a {
    font-size: 16px;
    line-height: 20px;
  }
  .about-img, .about-txt {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-outer::before {
    top: -20%;
    left: -15.2%;
    transform: scale(0.55);
  }
  .entry-content-wrap {
    margin-top: -12.5rem;
  }
  .inner-banner {
    background-size: 24rem;
    min-height: 480px;
    height: auto;
  }
  .guidelines-list li {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .criteria-box .para-block span {
    font-size: 18px;
    line-height: 22px;
  }
  .journey::before {
    top: -6%;
    width: 10%;
  }
  .journey {
    background-size: 20rem;
  }
  .seminar-title h3 {
    font-size: 42px;
    line-height: 46px;
  }
  .seminar-title {
    min-height: 160px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ap-bm {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-txt h1 {
    font-size: 52px;
    line-height: 56px;
  }
  .banner-txt h1 .text-lg {
    font-size: 64px;
    line-height: 68px;
  }
  .banner-txt h1 {
    padding-bottom: 8px;
  }
  .banner-txt {
    padding-block: 30px 30px;
  }
  .spotlight-box .intro {
    bottom: auto;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .spotlight-box .intro .card-para {
    opacity: 1;
  }
  .spotlight-box .card-para {
    transform: translateY(0);
  }
  .intro {
    padding: 40px 20px 20px;
  }
  .spotlight-box::after {
    top: 0;
  }
  .card-heading {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 8px;
  }
  .title h2 {
    font-size: 42px;
    line-height: 46px;
  }
  .title {
    padding-bottom: 20px;
  }
  .btn {
    margin-top: 20px;
  }
  .banner-txt h4 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .footer-contact h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .footer-social a {
    padding: 10px 10px;
    height: 40px;
    width: 40px;
  }
  .owl-nav {
    width: 106%;
    left: -3%;
  }
  .guidelines::before {
    top: -22%;
    right: 0;
    transform: scale(0.45);
  }
  .entry-content {
    padding: 30px 30px;
  }
  .journey {
    background-size: 18rem;
  }
  .journey-box h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .seminar-title h3 {
    font-size: 38px;
    line-height: 42px;
  }
  .seminar-title {
    min-height: 150px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .Org-logo {
    max-width: 100px;
  }
  .step-box {
    font-size: 36px;
    line-height: 38px;
    padding: 15px 30px;
  }
  .step-para-block::before {
    height: 35px;
    width: 35px;
  }
  .step-para-block {
    padding-inline: 35px 15px;
  }
  .step-para {
    padding: 30px 15px 15px;
  }
  .ap-bm {
    margin-bottom: 30px;
  }
  .criteria-box .para-block span {
    font-size: 16px;
    line-height: 20px;
  }
  .criteria-box .para-block {
    width: 95%;
    margin: 0 auto;
  }
  /* 31 */
  .journey::before {
    top: -4%;
    width: 12%;
  }
}
@media only screen and (max-width: 991px) {
  .entry-content-wrap {
    margin-top: -6.5rem;
  }
  .inner-banner {
    padding-block: 15px;
  }
  .entry-content {
    padding: 20px 20px;
  }
  .seminar-title {
    min-height: 125px;
  }
  .seminar-title h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .seminar-box {
    padding: 30px 20px;
    height: 100%;
  }
  .banner-txt h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .process-banner .banner-img p {
    font-size: 14px;
    line-height: 14px;
  }
  .steps:nth-child(1) .steps-wrap, .steps:nth-child(1) .steps-wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .inner-banner {
    min-height: 450px;
  }
  .banner-txt h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .banner-txt h1 .text-lg {
    font-size: 54px;
    line-height: 58px;
  }
  .seminar-title h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .seminar-title {
    min-height: 114px;
  }
  .member-intro h4 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
  }
  .step-box {
    font-size: 32px;
    line-height: 34px;
    padding: 10px 20px;
  }
  .step-para-block::before {
    height: 26px;
    width: 25px;
  }
  .step-para-block {
    padding-inline: 25px 15px;
  }
  .step-para {
    padding: 20px 10px 10px;
  }
  .step-para h4 {
    font-size: 18px;
    line-height: 22px;
  }
  /* 31 */
  .journey::before {
    top: -6%;
    width: 16%;
  }
}
@media only screen and (max-width: 767px) {
  section, .footer {
    padding-block: 40px 40px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .banner .row {
    flex-direction: column-reverse;
  }
  .banner-txt {
    padding-block: 0 20px;
  }
  .marquee-wrap {
    bottom: -30px;
  }
  .banner .btn {
    margin-top: 15px !important;
  }
  .title h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .title {
    padding-bottom: 15px;
  }
  .btn {
    margin-top: 15px;
  }
  .img-bdr img {
    max-height: 50px;
    /* width: 100%; */
    max-width: 100%;
  }
  .bd-separator {
    margin: 30px 0;
  }
  .banner-img {
    margin-bottom: 10px;
  }
  .banner-img img {
    max-width: 350px;
  }
  .about-img {
    margin-bottom: 15px;
  }
  .spotlight .text-center > .btn {
    margin-top: 25px;
  }
  .spotlight-box img {
    height: 300px;
    object-position: top;
  }
  .spotlight-box .intro {
    justify-content: flex-end;
  }
  .bdr::before {
    content: none;
    display: none;
  }
  .entry-content-wrap {
    margin-top: 0;
  }
  .entry-content {
    padding: 15px 15px;
  }
  .entry-content-wrap {
    padding: 10px;
  }
  .form-outer::before {
    top: -24%;
    left: -37.1%;
    transform: scale(0.25);
  }
  .inner-banner {
    min-height: auto;
    padding-block: 35px 15px;
  }
  .process-banner .banner-img p {
    text-align: center;
  }
  /* .journey::before {
    top: -18%;
    transform: scale(0.5);
  } */
  .seminar-title {
    min-height: auto;
  }
  .journey-box {
    padding: 20px 20px;
  }
  .steps:nth-child(1) .steps-wrap, .steps:nth-child(4) .steps-wrap {
    margin-top: 30px;
  }
  .step-para h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .step-box {
    font-size: 24px;
    line-height: 26px;
    padding: 8px 20px;
  }
  .step-para {
    padding: 15px 10px 10px;
  }
  .ap-bm {
    margin-bottom: 20px;
  }
  .gy-bdr [class^=col-]:nth-child(n+2) {
    padding-top: 30px;
    border-top: 1px solid #e4ded8;
    margin-top: 30px;
  }
  /* 31 */
  .home .banner {
    padding-bottom: 15px;
  }
  .owl-nav {
    width: 110%;
    left: -5%;
  }
  .about {
    padding-bottom: 40px;
  }
  .logoimg {
    max-width: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-txt h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .banner-txt h1 .text-lg {
    font-size: 52px;
    line-height: 52px;
  }
  .banner-txt h4 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
  }
  .banner-txt p {
    font-size: 15px;
    line-height: 19px;
  }
  .title h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .owl-nav {
    /*
    width: 103%;
    left: -1.5%;
*/
    /* 31 */
    /* width: 108%;
    left: -4%; */
  }
  .member-desc {
    min-height: auto !important;
    height: auto !important;
  }
  .footer-social {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
  .footer .title h2, .footer-contact h3, .footer-contact p {
    text-align: center;
  }
  .member-title {
    height: auto;
  }
  /* .teams-slider .owl-nav {
    top: 42%;
    transform: translateY(-60%);
  } */
  .seminar-title h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .steps:nth-child(2) .steps-wrap, .steps:nth-child(4) .steps-wrap {
    margin-top: 0px;
  }
  .teams-slider .team-item {
    padding: 0 20px;
  }
  .journey::before {
    top: -2%;
    width: 18%;
  }
  .banner-img img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .title h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .logoimg {
    max-width: 75px;
  }
}
@media only screen and (max-width: 400px) {
  .banner-txt h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .banner-txt h1 .text-lg {
    font-size: 42px;
    line-height: 46px;
    display: inline;
  }
}
@media only screen and (max-width: 360px) {
  .banner-txt h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-txt h1 .text-lg {
    font-size: 32px;
    line-height: 36px;
  }
}