
html {
  overflow-y: auto;
  margin: 0 !important;
  margin-top: 0 !important;
}
body.admin-bar .topbar {
  margin-top: 32px;
}

/*#slider .owl-carousel .owl-item img{
  width: 100% !important;
}*/
header,section,footer {
  /* background: #ffffff; */
  z-index: 0
}
header#masthead {
  z-index: 2;
  position: relative;
}
button.owl-dot {
  border-radius: 50%;
}
.owl-nav button {
  z-index: 3;
  cursor: pointer !important;
}
.task-inner .main-task-inner-wrapper:nth-child(1).aos-animate{
  animation-name: fade-right !important;
  visibility: visible;
  animation-duration: 0s;
  transition-delay: 0s !important;
}
.task-inner .main-task-inner-wrapper img.arrow-img:nth-child(2){
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 1s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(2).aos-animate{
  -webkit-animation-name: fade-up;
  animation-name: fade-up !important;
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 2s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(3).aos-animate{
  -webkit-animation-name: fade-down;
  animation-name: fade-down !important;
  visibility: visible;
  animation-duration: 3s;
  transition-delay: 3s !important;
}

@-webkit-keyframes shine {
  from {-webkit-mask-position: 150%; } to {-webkit-mask-position: -50%; }
}
/* ------------------ Testimonials ----------------  */
.test-dtls {
    display: inline-flex;
}
#testimonials .testimonials-head{
  text-align: center;
  margin-bottom: 0rem;
}
#testimonials .testimonials-head h3{
  letter-spacing: 0px;
}
#blog .blog-head h3
{
  letter-spacing: 0px;
}
.blog-share{
  float: right;
  cursor: pointer;
}
.blog-share i{
  font-size: 24px;
  color: #4bcdfc;
}
.blog-share{
  border: 1px solid transparent;
  padding: 5px 10px 5px 10px;
  border-radius: 8px 0px;
  margin-top: -10px;
}
.blog-share:hover{
  border: 1px solid #4bcdfc;
}
.blog-share-icon {
  margin-top: 7em;
  margin-left: -10em;
  margin-bottom: -2em;
}
.blog-share-icon a {
  margin-right: 5px;
  background-color: var(--heading-text-color);
  padding: 8px;
  border-radius: 5px 0px;
}
.blog-share-icon a:hover {
  background-color: #4bcdfc;
  color: var(--heading-text-color);
}
.blog-comments i {
  color: #4bcdfc;
}
.blog-comments span{
  font-size: 13px;
}
.blog-contents:hover {
  background-size: cover;
}
#blog .owl-carousel .owl-dot, #our-clients .owl-carousel .owl-dot {
  padding: 4px;
  padding: 5px;
  border: none;
  margin-right: 9px;
  background-color: #d9d9d9;
}
.shortcode_text{
  margin-top: 3%;
  color: #9d9d9e;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
button.owl-next.disabled, button.owl-prev.disabled {
  background: #bbb;
}


/* My Custom Css */

/* Heading And Sub Heading */
.service-heading h2,.department-heading h2,.iwt-heading h2,.pp-heading h2,.facilitie-heading h2,h2.testi-heading,.blog-heading h2 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #232323;
  padding: 0;
}
.service-heading,.doctor-heading,.department-heading,.iwt-heading,.pp-heading,.facilitie-heading,.testi-head,.blog-heading {
  padding-bottom: 40px;
}

/* Button style */
.btn-1,.btn-2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #0038B7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 170px;
  height: 50px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.btn-1 {
  background: #ffffff;
}
.btn-2 {
  background: #E8E8E8;
}
.btn-1 span ,.btn-2 span {
  width: 100%;
  height: 100%;
  max-width: 10px;
  background: #0038B7;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: -1
}
.btn-1:hover span ,.btn-2:hover span {
  max-width: 100%;
}
.btn-1:hover,.btn-2:hover {
  color: #ffffff
}

/* Banner */
.banner-inner-wrapper2 {
  position: relative;
  overflow: hidden;
}
.slider-banner-image {
  width: 100%;
  height: 100%;
}
.slider-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slidr-social-icn-box i {
    color: #000000;
    background: #ffffff;
    font-size: 17px;
    width: 32px;
    height: 32px;
    display: inline-grid;
    align-items: center;
    text-align: center;
    font-family: 'Font Awesome 5 Brands';
    margin-right: 15px;
}
.banner-heading .highlight-last {
  color: #0038B7;
}
h1.banner-heading {
    color: #000000;
    font-size: 52px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1px;
}
p.banner-text {
    color: #000000;
    font-size: 16px;
}
a.banner-btn1.btn,a.progm-otr-btn {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #0038B7;
    border-radius: 0px;
    padding: 15px 50px;
}
a.banner-btn2.btn {
    font-size: 16px;
    font-weight: 700;
    color: #9E9E9E;
    border: 2px solid #9E9E9E;
    border-radius: 0px;
    padding: 14px 48px;
}
.slidr-social-icn-box {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
/*@media (max-width: 768px) {
  .slidr-social-icn-box {
    bottom: 10px; /* adjust for smaller screens */
  }
}*/

/*about*/
.rotating-circle {
  width: 100%;
  height: 85px;
  animation: rotateImage 10s linear infinite;
}
@keyframes rotateImage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotating-circle:hover {
  animation-play-state: paused;
}
.abt-rotate-img {
    display: inline-block;
}
p.abt-txt {
    font-weight: 400;
    color: #000000;
    line-height: 34px;
}
.about-img img {
    width: 100%;
}
/* graduate program */
h6.program-title a {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}
.program-text p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}
.program-text-wrap {
    background: #ffffff;
    border: 1px solid #F4F6FF;
}
a.prgrm-read-btn {
    font-size: 12px;
    font-weight: 700;
    color: #0038B7;
    padding: 10px;
    background: #ffffff;
}
a.prgrm-read-btn i {
    font-size: 14px;
}
a.progm-btn2 {
    font-size: 12px;
    font-weight: 700;
    color: #767676;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    padding: 10px 20px;
}
hr.prgrm-bordr {
    color: #F4F6FF;
    opacity: 1;
}
.prgm-brd-box{
  position: relative;
}
.prgm-brd-box:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 6px;
    background: #0038B7;
    left: 0;
    right: 0;
    margin: auto;
    top: -2px;
}
section#graduate_program button.owl-prev i,section#graduate_program button.owl-next i{
    color: #0F0F0F;
    font-size: 16px;
}
section#graduate_program button.owl-prev,section#graduate_program button.owl-next  {
    border: 1px solid #B1B1B1;
    background: transparent;
    border-radius: 2px;
    width: 42px;
    height: 50px;
}
section#graduate_program button.owl-prev:hover,section#graduate_program button.owl-next:hover{
  background: #D9D9D9;
  border: none;
}
section#graduate_program button.owl-prev {
    margin-right: 10px;
}
.program-wrapper {
    position: relative;
}
section#graduate_program .owl-nav{
  position: absolute;
  top: -22%;
  right: 0;
}
.program-wrapper .owl-carousel .owl-item img{
    height: 230px;
    object-fit: cover;
}
header.learn-press-courses-header {
    display: none;
}
/*----learn and grow---*/
.grow-dtls {
    display: flex;
}
p.lrn-feat-inn-txt{
    line-height: 28px;
}
p.lrn-txt,p.lrn-feat-inn-txt {
    font-weight: 400;
}
h4.lrn-feat-head {
    font-size: 16px;
    font-weight: 600;
}
h2.lrn-main-hd{
  font-size: 36px;
}
img.lrn-left-img {
    width: 100%;
}
.lern-img-box {
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 57%;
}
.learn-inner-wrap {
    position: relative;
}
/*---------experience---*/
h3.exper-num {
    font-size: 32px;
    font-weight: 500;
}
h6.exper-name {
    font-size: 16px;
    font-weight: 500;
}
.expernce-info {
    display: inline-flex;
    justify-content: center;
}
h2.exper-hd {
    width: 85%;
    line-height: 60px;
}
/*video*/
.vdeo-details img {
    opacity: 0.62;
}
.vdeo-details {
    background: #000000;
}
.vdeo-inner-wrap {
    position: relative;
}
.video-icon-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 47%;
}
i.play-icon, i.fas.play-icon {
    font-size: 25px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    align-items: center;
    display: grid;
}
/*testimonial*/
img.testi-left-img {
    border-radius: 10px;
}
.testi-content {
    border: 1px solid #919191;
    border-radius: 10px;
}
.testimonial-rating {
  margin-bottom: 10px;
}
p.testi-connt {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 30px;
}
a.testi-title {
    font-size: 20px;
    font-weight: 600;
    color: #343434;
}
p.testi-customer-designation {
    font-weight: 400;
    color: #343434;
    line-height: 15px;
}
.testi-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.testi-wrap {
    position: relative;
}
p.review-count {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
}
p.revw-txt {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.rvw-box{
    position: absolute;
    bottom: 5px;
    left: 42%;
    z-index: 9999;
}
.testimonial-rating .star {
  font-size: 20px;
  color: #343434;
  cursor: pointer;
  transition: color 0.3s ease;
}
.testi-content:hover {
    background: #ffffff;
    border: none;
    border-radius: 10px;
}

.testimonial-rating .star.rated {
  color: #FFD700;
}

.testimonials-content-scroll::-webkit-scrollbar {
  width: 9px;
}

.testimonials-content-scroll::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 100px;
}

.testimonials-content-scroll::-webkit-scrollbar-thumb {
  background-color: #0038B7;
  border-radius: 100px;
}
.testimonials-content-scroll * {
  max-width: 100%;
  box-sizing: border-box;
}
.testimonials-content-scroll {
  max-height: 540px; /* Adjust height as needed */
  overflow-y: auto;   /* Enable vertical scroll */
  overflow-x: hidden; /* Hide horizontal scroll */
  scrollbar-width: auto;
}
/*why we*/
.whywe-inner-wrapper .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 130px;
}
.whydtl-box {
  width: 100%;
}
h2.why-main-hd {
    color: #ffffff;
}
h6.why-inn-hd {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
p.why-txt {
    font-weight: 400;
    color: #ffffff;
}
.why-icon-box.count-sub1 svg,.why-icon-box.count-sub2 svg,.count-learn2 svg,.count-apply2 svg,.count-apply3 svg {
    fill: transparent !important;
}
a.why-otr-btn {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    background: #ffffff;
    border-radius: 0;
    padding: 15px 50px;
}
.why-we-details {
    border: 1px solid #ffffff;
    border-radius: 4px;
}
/*latest-event*/
p.evnt-txt {
    font-weight: 400;
    line-height: 28px;
    width: 80%;
}
h4.event-date {
    font-size: 64px;
    font-weight: 700;
    color: #0038B7;
    line-height: 1;
    margin: 0;
    display: inline-flex;
    align-items: baseline; /* Or center, depending on your design */
    gap: 4px;
    border-left: 5px solid #F2F2F2;
}
span.evnt-date-month {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.event-title a {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}
p.event-duratn,p.event-loctn {
    font-weight: 500;
}
p.event-duratn i,p.event-loctn i,p.event-duratn-sec i,p.event-loctn-sec i {
    font-size: 20px;
}
.event-text p {
    font-weight: 400;
    line-height: 25px;
    margin-top: 0;
}
.first-event-img img {
    width: 100%;
}
.first-event-content {
    border-bottom: 1px solid #E9E9E9;
}
p.evnt-date-txt {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 20px;
}
.sec-evnt-date {
    background: #0038B7;
}
h4.event-date-sec {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 20px;
}
.event-img {
    position: relative;
}
.sec-evnt-date {
    background: #0038B7;
    position: absolute;
    top: -10px;
    right: -10px;
}
.event-title-sec a {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
p.event-duratn-sec,p.event-loctn-sec {
    font-size: 14px;
    font-weight: 500;
}
/*how-to-apply*/
.apply-inner-wrapper .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 220px;
}
.apply-box {
  width: 100%;
}

span.apply-inn-hd {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}
i.apply-icon,i.fas.apply-icon {
    color: #000000;
    font-size: 32px;
}
p.apply-txt {
    font-weight: 400;
    line-height: 25px;
}
/*scholarship*/
h2.sclr-hd {
    color: #ffffff;
}
p.schrl-txt {
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    width: 74%;
}
a.schlr-btn {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    background: #ffffff;
    border-radius: 0;
    padding: 12px 20px;
}
a.schlr-btn i {
    font-size: 15px;
    color: #000000;
}
/*student*/
/*sports*/
p.sports-text {
    font-weight: 400;
    color: #000000;
    line-height: 25px;
}
a.sprts-btn.btn {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
a.sprts-btn.btn i {
    font-size: 14px;
}
/*categories*/
a.cat-inn-hd {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.category-text p {
    font-weight: 400;
    color: #B0B0B0;
    margin: 0;
}
.category-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.category-content {
    border: 1px solid #DADADA;
}
/*blog*/
.blog-title {
    line-height: 0px;
}
.blog-title a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: normal;
}
.blog-comment {
    color: #C4C4C4;
    font-size: 16px;
    font-weight: 400;
}
.blog-text p {
    font-weight: 400;
    color: #A3A3A3;
    margin: 0;
}
.blog-information {
    background: #ffffff;
    box-shadow: 0px 1px 1px 0px #00000040;
}
/*button animation*/
.btn-10 {
  background: rgb(22,9,240);
background: linear-gradient(0deg, rgba(22,9,240,1) 0%, rgba(49,110,244,1) 100%);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.btn-10:hover {
  color: #fff !important;
  border: none;
  background: transparent;
}
.btn-10:hover:after {
  background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(2,126,251,1) 0%,  rgba(0, 56, 183, 1)100%) !important;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-btn {
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
/*2*/
.btn-11 {
  /*background: rgb(22,9,240);
background: linear-gradient(0deg, rgba(22,9,240,1) 0%, rgba(49,110,244,1) 100%);*/
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-11:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.btn-11:hover {
  color: #0038B7 !important;
  border: none ;
  background: transparent !important;
  border: 2px solid #0038B7;
}
.btn-11:hover:after {
  background: rgb(0,3,255);
background: #ffffff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-btn2 {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
/*3*/
.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #0038B7;
background-image: linear-gradient(315deg, #0038B7 0%, #b621fe 74%);
  transition: all 0.3s ease;
}
.btn-9:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
/*hover color*/
span.tbr-mail-id a:hover,.f1 ul li a:hover, .f2 ul li a:hover, .f3 ul li a:hover, .f4 ul li a:hover,a.ftr4-mail:hover, a.ftr4-number:hover, a.ftr4-location:hover,#footer input[type="submit"]:hover{
    color: #ffffff;
    transform: translateY(-2px);
    text-shadow: 0 0 5px #ffffff;
}
.tbr-social-icn-box i:hover,#footer_box .socialbox i:hover,#footer input[type="submit"]:hover {
    background: transparent;
    border: 2px solid #ffffff;
}
.menu-primary-menu-container ul li a:hover,.event-title a:hover,.event-title-sec a:hover,a.sprts-btn.btn:hover,a.cat-inn-hd:hover,.blog-title a:hover,.blog-comment:hover,a.testi-title:hover,h6.program-title a:hover{
  color: #0038B7;
}

a.progm-btn2:hover {
    background: #0038B7;
    color: #ffffff;
}
a.prgrm-read-btn:hover {
    background: #ffffff;
    border-radius: 0px;
}
/*hover*/
.about-img,.sports-img {
    position: relative;
}
.about-img::before,.sports-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.about-img:hover::before,.sports-img:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#zoomIn:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 9;
    position: relative;
}
.card1 {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

  .card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 122px;
    right: 180px;
    background: #0038B7;
    width: 39px;
    height: 15px;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  .card1:hover:before {
    transform: scale(21);
  }


.card1:hover h6.program-title a,.card1:hover .program-text p{
    transition: all 0.3s ease-out;
    color: #ffffff;
}
.card1:hover .prgm-brd-box:before{
    background: #ffffff;
}
span.lrn-fet-icon-box:hover svg {
    transform: scale(1.7);
}
span.lrn-fet-icon-box:hover svg path,.expern-icon:hover svg path{
    fill: #0094b7;
}
h4.lrn-feat-head:hover,a.sprts-btn.btn:hover{
    color: #0038B7;
    transform: translateY(-2px);
  text-shadow: 0 0 5px #0038B7;
}
.expern-icon:hover svg {
    transform: scale(1.4);
}
a.popup-youtube{
    overflow: hidden;
    z-index: 1;
}
a.popup-youtube i {
  position: relative;
  transition: .5s;
  z-index: 3;
}

a.popup-youtube:hover i {
  color: #fff;
  transform: rotateY(360deg);
}

a.popup-youtube:before {
  content: "";
  position: absolute;
  top:100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0038B7;
  transition: .5s;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
}

a.popup-youtube:hover:before {
  top: 0;
  opacity: 1;
}

a.popup-youtube:before{
  background: #0038B7;
}
/*card*/
.whydtl-box:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0px 5px 35px rgba(255, 255, 255, 1.1);
    z-index: 2;
    margin-top: 30px;
}
.whydtl-box:hover .why-we-details {
  background-color: #f9f9f9;
}
/*.whydtl-box:hover {
  animation: pulse 0.8s;
}*/
.whydtl-box:hover .why-icon-box svg path{
    stroke: #0038B7 !important;
}
.whydtl-box:hover h6.why-inn-hd,.whydtl-box:hover p.why-txt{
    color: #0038B7;
}
.first-event-img,.event-img {
  width: 100%;
  aspect-ratio: 0;
  outline: 10px solid transparent;
  outline-offset: -200px;
  cursor: pointer;
  transition: .3s;
}
.first-event-img:hover {
  outline: 8px solid #0038B7;
  outline-offset: 14px;
}
.event-img:hover{
     outline: 8px solid #0038B7;
  outline-offset: 8px;
}
.slidr-social-icn-box i:hover {
    background: #0038B7;
    color: #ffffff;
}
.closepop {
    position: absolute;
    top: 10%;
}
/*steps*/
.apply-box:hover{
    --itemWidth: min(300px, 30vw);
    --itemWidthMinus: calc(-1 * var(--itemWidth));
    box-shadow: 
        inset var(--itemWidthMinus) var(--itemWidthMinus) 0 #0038B7, 
        inset var(--itemWidth) var(--itemWidthMinus) 0 green, 
        inset var(--itemWidthMinus) var(--itemWidth) 0 black, 
        inset var(--itemWidth) var(--itemWidth) 0 yellow, 
        0 0 20px silver;
    transition: box-shadow ease-in-out .6s, color ease-in-out .5s;
    text-align: center;
    cursor: pointer;
}
.apply-box{
    padding: 20px;
    box-shadow: 
        inset 0 0 0 transparent, 
        inset 0 0 0 transparent, 
        inset 0 0 0 transparent, 
        inset 0 0 0 transparent, 
        0 0 0px silver;
    color: transparent;
}
.apply-box:hover span.apply-inn-hd,.apply-box:hover p.apply-txt{
    color: #ffffff;
}
.apply-box:hover svg.custom-learn-icon path{
    fill: #ffffff;
}
/*life*/
.stdnt-img-box figure {
    position: relative;
}
.stdnt-img-box figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: none;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.stdnt-img-box figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    display: block;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/*category*/

.category-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.7s;
}

.category-content:hover {
  background: #0094b7;
  transform: scale(1.1);
  z-index: 9;
}

.category-content:hover::before {
  background: rgb(85 108 214 / 10%);
}

.category-content:hover .solu_title h3,
.category-content:hover .solu_description p {
  color: #fff;
}

.category-content:hover:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 20%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    left: -25%;
    top: -100px;
    border-radius: 35px;
}

/*.category-content:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}*/

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -34rem;
  transition: 0.7s;
}

.category-content:hover .hover_color_bubble {
  top: 0rem;
}

/*start media query*/
/*@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .category-content {
    width: 100%;
    margin: 0 auto;
  }

  .category-content {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .category-content {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .category-content {
    width: 50%;
    margin: 0 auto;
  }
}
*/

.blog-info.blurred {
  filter: blur(4px);
  transform: scale(0.95);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.blog-info.zoomed {
  transform: scale(1.05);
  z-index: 1;
}
/*testi*/
.test-left-box{
  position: relative;
  z-index: 1000;
}
  .test-left-box img{
    object-fit: cover;
  }
  .test-left-box::before, .test-left-box::after {
    background-image: linear-gradient(-180deg, #A1DEFF 0%, #5EA3DB 97%);
    content: '';
    height: 100%;
    position: absolute;
    transition: all .2s;
    transition-delay: .2s;
    transform: translateY(0px) translateX(0px);
    width: 100%;
    z-index: -1;
    border-radius: 10px;
  }
  .test-left-box::after {
    background-image: linear-gradient(0deg, #FFCF70 0%, #FFAE3D 97%);
    left: 0;
  }
  .test-left-box img:hover{
    animation-name: hoverPop;
    animation-duration: .4s;
    animation-fill-direction: forward;
}
    /*.test-left-box img{  
      box-shadow: 2px 2px 4px 0px rgba(10,12,15,0.27);
      box-shadow: 0px 0px 30px 0px rgba(10,12,15,0.27);
    }*/
    .test-left-box:hover::before{
      animation: slick-hover-2 3s .4s linear infinite;
      transform: translateY(-20px) translateX(-20px);
    }
    .test-left-box:hover::after{
      animation: slick-hover 3s .4s linear infinite reverse;
      transform: translateY(20px) translateX(20px);
    }
  
@keyframes hoverPop {
  0%, 100% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.05);
  }
  66% {
    transform: scale(.90);
  }
}

@keyframes slick-hover {
  0.00% {
    transform: translateY(20px) translateX(20px) }
  16.67% {
    transform: translateY(-13px) translateX(-9px) }
  33.33% {
    transform: translateY(4px) translateX(12px) }
  50.00% {
    transform: translateY(20px) translateX(-20px) }
  66.67% {
    transform: translateY(-3px) translateX(8px) }
  83.33% {
    transform: translateY(-15px) translateX(-11px) }
  100.00% {
    transform: translateY(20px) translateX(20px) }
}

@keyframes slick-hover-2 {
  0.00% {
    transform: translateY(-20px) translateX(-20px) }
  16.67% {
    transform: translateY(3px) translateX(-5px) }
  33.33% {
    transform: translateY(18px) translateX(-10px) }
  50.00% {
    transform: translateY(-20px) translateX(20px) }
  66.67% {
    transform: translateY(15px) translateX(-4px) }
  83.33% {
    transform: translateY(-1px) translateX(15px) }
  100.00% {
    transform: translateY(-20px) translateX(-20px) }
}