.applynow {
    display: none;
}
#more {
    display: none;
}

.heading-01 {
    font-size: 80px;
}
.heading1-big {
    background: transparent;
}
.educatorsClm {
    height: 400px;
}
.bord {
    margin: 10px;
    margin-bottom: 20px;
    border-left: 1px solid #f39d37 !important;
    border: 1px solid #f39d37;
    border-left: 1px solid #f39d37;
    padding: 20px;
}

.top-set {
    margin-top: 20px;
}

.text-end a:hover {
    color: #fff;
}

:root {
    --background: #f39d37;
    --base: #063797;
    --accent: #786fa6;
    --shadow: #f39d37;
}

.cool {
    font: bold sans-serif;
    max-width: 100%;
}

.cool span {
    color: var(--shadow);
    display: inline-block;
    position: relative;
}
.cool span:nth-child(1)::before,
.cool span:nth-child(1)::after {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.cool span:nth-child(2)::before,
.cool span:nth-child(2)::after {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}
.cool span:nth-child(3)::before,
.cool span:nth-child(3)::after {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}
.cool span:nth-child(4)::before,
.cool span:nth-child(4)::after {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
}
.cool span:nth-child(5)::before,
.cool span:nth-child(5)::after {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}
.cool span:nth-child(6)::before,
.cool span:nth-child(6)::after {
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s;
}
.cool span:nth-child(7)::before,
.cool span:nth-child(7)::after {
    -webkit-animation-delay: 7.7s;
    animation-delay: 7.7s;
}
.cool span:nth-child(8)::before,
.cool span:nth-child(8)::after {
    -webkit-animation-delay: 8.8s;
    animation-delay: 8.8s;
}
.cool span:nth-child(9)::before,
.cool span:nth-child(9)::after {
    -webkit-animation-delay: 9.9s;
    animation-delay: 9.9s;
}
.cool span:nth-child(10)::before,
.cool span:nth-child(10)::after {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
@media (prefers-reduced-motion) {
    .cool span {
        color: var(--base);
    }
}
.cool span::before {
    -webkit-animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
    animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
    color: var(--accent);
}
.cool span::after {
    -webkit-animation: max-width 0.7s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
    animation: max-width 0.7s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
    color: var(--base);
}
.cool span::before,
.cool span::after {
    content: attr(data-text);
    left: 0;
    overflow: hidden;
    position: absolute;
    speak: none;
}

@media (prefers-reduced-motion) {
    .cool span::before,
    .cool span::after {
        -webkit-animation: none;
        animation: none;
        content: "";
    }
}

@-webkit-keyframes max-width {
    from {
        max-width: 0;
    }
    to {
        max-width: 100%;
    }
}

@keyframes max-width {
    from {
        max-width: 0;
    }
    to {
        max-width: 100%;
    }
}
@-webkit-keyframes max-height {
    from {
        max-height: 0;
    }
    to {
        max-height: 100%;
    }
}
@keyframes max-height {
    from {
        max-height: 0;
    }
    to {
        max-height: 100%;
    }
}

.split-text-container {
    display: flex;
    overflow: hidden;
}

.text-part {
    display: inline-block;
    position: relative;
    transform: translateX(0);
    animation-duration: 10s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.text-part.left {
    transform: translateX(-200%);
    animation-name: slide-in-left;
}

.text-part.right {
    transform: translateX(200%);
    animation-name: slide-in-right;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}

.homesec012 figure.effect-lily h4,
.homesec012 figure.effect-lily p {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 286px, 0);
}


.homesec012 figure.effect-lily p,
.homesec012 figure.effect-lily ul {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
.homesec012 figure.effect-lily:hover img {
    opacity: 0.6;
}
.homesec012 figure.effect-lily:hover p,
.homesec012 figure.effect-lily:hover ul {
    opacity: 1;
}

.homesec012 figure.effect-lily:hover img,
.homesec012 figure.effect-lily:hover h4,
.homesec012 figure.effect-lily:hover p,
.homesec012 figure.effect-lily:hover ul {
  
}

.homesec012 figure.effect-lily figcaption > div {
    height: 75%;
}

.homesec012 figure.effect-lily figcaption > div p {
    font-size: 18px;
}

.cursor-box {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cursor-box::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: -100%;
    left: -100%;
    transition: all 0.5s ease;
}

.cursor-box:hover::before {
    top: 100%;
    left: 100%;
}

/* Unique styles for each cursor type */
.move {
    z-index: 11;
    cursor: wait;
    background: linear-gradient(145deg, #2a2a2a, #383838);
}
.move:hover {
    animation: pulse 1.5s infinite;
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0) scale(1.05);
    }
    25% {
        transform: translateX(-5px) scale(1.05);
    }
    75% {
        transform: translateX(5px) scale(1.05);
    }
}

@keyframes moveAround {
    0% {
        transform: translate(0, 0) scale(1.05);
    }
    25% {
        transform: translate(5px, -5px) scale(1.05);
    }
    50% {
        transform: translate(0, 0) scale(1.05);
    }
    75% {
        transform: translate(-5px, 5px) scale(1.05);
    }
    100% {
        transform: translate(0, 0) scale(1.05);
    }
}

@media (max-width: 768px) {
    .container {
        grid-template-columns: repeat(3, 1fr);
    }
    .cursor-box {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
	.col-8 {
    width: 100%;
}

.left-white {
        padding-left: 0;}
		
    .container {
        grid-template-columns: repeat(2, 1fr);
    }
    .cursor-box {
        width: 140px;
        height: 140px;
    }
	
	.homesec012 figure.effect-lily h4, .homesec012 figure.effect-lily p {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 250px, 0);

}
	
	.homesec012 figure.effect-lily p,
.homesec012 figure.effect-lily ul {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.0s, -webkit-transform 0.0s;
    transition: opacity 0.0s, transform 0.35s;
}
.homesec012 figure.effect-lily:hover img {
    opacity: 0.6;
}
.homesec012 figure.effect-lily:hover p,
.homesec012 figure.effect-lily:hover ul {
    opacity: 1;
}
.homesec012 figure.effect-lily:hover img,
.homesec012 figure.effect-lily:hover h4,
.homesec012 figure.effect-lily:hover p,
.homesec012 figure.effect-lily:hover ul {
   
}


.grid figure {
		    background: #000;
    }
	
}

.card {
    height: 245px;
    width: 100%;
    border: 0px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 150px;
    padding-bottom: 90%;
    border-left: 1px solid #f39d37 !important;
    border: 1px solid #f39d37;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    padding: 20px;
    height: 100%;
    backface-visibility: hidden;
    display: block;

    align-items: center;
    justify-content: center;
}

.card-back {
    background: #f39d37;
    color: #333;
    transform: rotateY(180deg);
    padding: 28px;
    display: flex;
}

.mar {
    background: #e7e7e7;
    padding-top: 30px;
    padding-bottom: 20px;
}

/* marquee div container */
.marquee {
    font-size: 22px;
    position: relative;
    overflow: hidden;
    height: 41px;
}

.marquee img {
    height: 40px;
}

.marquee div {
    display: block;
    width: 250%;
    position: absolute;
    overflow: hidden;
    animation: marquee 30s linear infinite;
}

.marquee div .set {
    position: relative;
}

@keyframes marquee {
    0% {
        left: 100px;
    }
    100% {
        left: -100%;
    }
}

.single-img {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

figure.effect-lily img {
    left: 24px;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    background-color: #0000002d;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.single-img:hover .img-overlay {
    height: 100%;
}

.text-1 {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Proxima Nova Rg", sans-serif;
    font-weight: bold;
}
.text span {
    font-weight: 300;
}

.alumni-row {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 25px;
}

.alumni-card {
    width: 100%;
    margin: 10px;
    padding: 30px;

    text-align: center;
    background: #fff;
    min-height: 350px;
	    margin-top: 58px;
}

.alumni-card img {
    width: 120px;
    border-radius: 50%;
    height: 120px;
    object-fit: cover;
    display: block;
    margin: auto;
    margin-top: -82px;
    margin-bottom: 20px;
}

.card_title h3 {
    margin-bottom: -4px;
    margin-top: 25px;
    font-size: 22px;
	    color: #063797;
    font-weight: 600;
    line-height: 30px;
	    font-family: 'Lato';	
}

.alumni-card p {
    font-size: 15px;
	    margin: 0;
		color:#000;
		    font-family: 'Lato';			
    padding: 6px 0;
}

.alumni-card p span{
	font-size:12px;
	color:#7b7b7b;
}

.institue_name {
    color: #000000;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ada8a8;
    margin-top: 12px;
}


/*glories Slider*/
.glories .owl-nav {
    position: absolute;
	top: -85px;
    right: 10%;
}

.glories .owl-nav .owl-next,
.glories .owl-nav .owl-prev {
    border: solid 1px #063797;
    text-decoration: none;
    background: #fff;
    color: #063797;
    font-size: 22px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
}
.glories .owl-nav .owl-next:hover,
.glories .owl-nav .owl-prev:hover {
    background: #ff9800;
    color: #fff;
}

.glories .owl-nav .owl-prev {
    margin-right: 8px;
}
.glories .quote-start {
    font-size: 40px;
    line-height: 1;
}
.glories .quote-end {
    font-size: 40px;
    line-height: 1;
    text-align: right;
    margin-top: -35px;
}
.glories .owl-dots {
    text-align: left;
    padding: 0 0 0 25%;
}

@media screen and (max-width: 1400px) {
    .card-01:hover .img-top {
        min-height: 200px;
    }
    p.para {
        font-size: 16px;
    }
    .marquee {
        font-size: 18px;
    }
	
	.alumni-card{
		width:98%;
		min-height:360px;
	}
	
}

@media screen and (max-width: 479px) {
    .col-3 {
        flex: 0 0 auto;
        width: 100%;
    }

    .alumni-card {
        width: 94%;
    }
	
	.glories .owl-nav{		
		display:none;
	}
	
	.glories .owl-dots {
        position: absolute;
        bottom: 12px;
        width: 100%;
        text-align: center;
        font-size: 0px;
		    padding: 0 0 0 0%;
    }
	
	    .glories .owl-dots button {
        padding: 0;
        border: 1px solid #fff;
        border-radius: 50%;
        margin: 0 4px;
        background: transparent;
    }
	
	    .glories .owl-dots button.active span {
        background: #f39d37;
		        width: 4px;
        height: 4px;
        display: block;
        margin: 2px;
        border-radius: 50%;
    }
	
	    .glories .owl-dots button span {
        background: rgba(243, 158, 55, 0);
        width: 4px;
        height: 4px;
        display: block;
        margin: 2px;
        border-radius: 50%;
    }
	
	    .alumni-row {
        gap: 60px !important;
		        flex-wrap: wrap;
    }


    .img-overlay {
        left: -33px;
        width: 94%;
    }

    .text-1 {
        width: 90%;
    }

    

    .text-end {
        text-align: center !important;
    }
    .educatorsClm:nth-child(even) {
        border-left: 0px solid #505050;
    }

    .card-inner {
        min-height: 250px;
        padding-bottom: 0;
    }

    .educatorsBx {
        text-align: center;
        padding-bottom: 0px;
    }
    .card {
        height: 250px;

        margin-bottom: 20px;
    }

    .educatorsTitle {
        font-size: 20px;
    }

    .col-9 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.mar {
    background-color: #f8f9fa;
    padding: 10px 0;
    overflow: hidden;
  }

  .marquee {
    overflow: hidden;
    position: relative;
  }

  .marquee div {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 70s linear infinite; /* very slow */
    animation-delay: 0s;
  }

  .marquee span {
    display: inline-block;
    margin-right: 80px;
    font-size: 1rem;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .text-og {
    color: #d9534f;
  }

  .marquee img {
    height: 18px;
    vertical-align: middle;
  }

  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  @media (max-width: 768px) {
    .marquee span {
      font-size: 0.9rem;
    }

    .marquee img {
      height: 14px;
    }
    
  }