/* from custom style sheet all css */

@import url(https://fonts.googleapis.com/css?family=Lato:300);

@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.clock:before {
  content: "";
  position: absolute;
  background-color: #000000;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}

@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.inner-scroll::-webkit-scrollbar,
.inner-scroll::-webkit-scrollbar-thumb {
  width: 13px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 4px solid transparent;
  background: transparent;
}

.inner-scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}

.inner-scroll:hover {
  color: rgba(0, 0, 0, 0.3);
}

.inner-scroll {
  overflow: auto;
  color: rgba(0, 0, 0, 0);
  transition: color 0.3s ease;
  height: 248px;
  z-index: 1;
}

.inner-scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 12px;
}

#main {
  width: 650px;
  height: 315px;
}

.count-section .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.sdsd {
  min-width: 220px;
  text-align: center;
  border-top-left-radius: 65px;
  border-bottom-right-radius: 65px;
  border: 2px solid #ff8220;
}

.reg-box img {
  width: 70px;
  height: auto;
}

.toolbar-sl-share ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.toolbar-sl-share ul li {
  white-space: nowrap;
}

.custom-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}

.custom-card {
  background: white;
  border: 2px solid #ff8220;
  border-radius: 20px;
  box-shadow: 0px 10px 20px #ffbb8699;
  transition: transform 0.3s ease-in-out;
  width: 250px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.custom-card:hover {
  transform: scale(1.05);
}

.hvr {
  transition: transform 0.3s ease-in-out;
}

.hvr:hover {
  transform: scale(1.05);
}

.card-header {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  color: black;
  font-weight: 600;
  font-size: 16.5px;
}

.news {
  background-color: #fffd8c;
}

.orders {
  background-color: #b389ff;
}

.events {
  background-color: #ffa5c3;
}

.cmrise {
  background-color: #e494ff;
}

.book {
  background-color: #8bf3e0;
}

.card-content {
  padding: 15px;
  flex-grow: 1;
  overflow-y: auto;
  max-height: 400px;
}

.icon {
  font-size: 20px;
}

.arrow {
  font-size: 18px;
}

.card-content::-webkit-scrollbar {
  width: 4px;
}

.card-content::-webkit-scrollbar-track {
  background: transparent;
}

.card-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.minus {
  margin-top: -50px;
}

.card-content:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

.pc {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  text-align: center;
  padding: 5px;
  /*background: linear-gradient(135deg, #ffffff, #f8f9fa);*/ /* Light gradient background */
  /*border-left: 5px solid #007bff;*/ /* Left border highlight */
  /*border-radius: 8px;*/ /* Rounded corners */
  /*box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);*/ /* Soft shadow */
}

.containernew {
  max-width: 1200px;
  margin: auto;
}

/* .impkpi {
    margin-top: -100px;
} */

.heading {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #ff8220;
}

.gridnew {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.cardnew {
  background: white;
  padding: 15px;
  border: 2px solid #ff8220;
  border-radius: 10px;
  box-shadow: 4px 4px 15px #f58b387b;
  /*box-shadow: 0px 10px 20px #ffbb8699;*/
  text-align: left;
}

.cardnew h2 {
  font-size: 20px;
  color: #004488;
  display: flex;
  align-items: center;
}

.cardnew h2 i {
  margin-right: 10px;
  color: #027cff;
}

.cardnew ul {
  list-style: none;
  padding: 0;
}

.cardnew ul li {
  background: #f1f1f1;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.cardnew ul li i {
  margin-right: 10px;
  color: #ff8220;
}

.buttonnew {
  padding: 10px 15px;
  font-size: 16px;
  color: white;
  background: #3ae500;
  border: 2px solid;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

.buttonnew:hover {
  background: #82cafc;
  color: black;
  transition: ease-in 0.4s;
}

.quote-box {
  background: linear-gradient(to right, #f8f9fa, #e9ecef);
  padding: 5px;
  border-left: 5px solid #007bff;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.quote-text {
  font-size: 20px;
  font-weight: bold;
  color: #343a40;
}

.quote-author {
  font-size: 15px;
  font-weight: bold;
  color: #007bff;
  /*margin-top: 2px;*/
}

.overlay {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
  transition: 0.5s;
}

.aboutus {
  position: relative;
  margin-top: -120px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #000000;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
  width: 25%;
  left: 10%;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.mySlides {
  display: none;
  padding: 10px;
  text-align: center;
}

.prev,
.next {
  cursor: pointer;
  /* position: absolute;*/
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 12px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  /* position: absolute;*/
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.dot-containers {
  text-align: center;
  padding: 10px;
  background: #ddd;
  width: 80%;
  position: relative;
  left: 10%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -50px;
}

.mySlides {
  margin-top: -30px;
}

.mySlides2 {
  margin-top: -25px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #69060664;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activa,
.dot:hover {
  background-color: #f3f3f3;
}

q {
  font-style: italic;
}

.author {
  color: cornflowerblue;
}

.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/*.row {
    margin: 0 -5px;
}


    .row:after {
        content: "";
        display: table;
        clear: both;
    }*/

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 14px;
  text-align: center;
  background-color: #f1f1f1;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.lg {
  padding: 7px 20px;
  font-size: 16px;
  color: white;
  background: #3f51b5;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 10px;
}

.lg:hover {
  background: #005fa3;
}

.cancelbtn {
  width: auto;
  padding: 8px 16px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 30%;
  border-radius: 50%;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 20px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  border: 1px solid #888;
  width: 30%;
}

/*.close {
    position: absolute;
    right: 35px;
    top: 0;
    color: #000;
    font-size: 70px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: red;
        cursor: pointer;
    }*/

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn {
    width: 100%;
  }
}

.btn-12 {
  position: relative;
  right: 10px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}

.btn-12 span {
  background: rgb(0, 172, 238);
  background: linear-gradient(
    0deg,
    rgba(0, 172, 238, 1) 0%,
    rgba(2, 126, 251, 1) 100%
  );
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:
    inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-12 span:nth-child(1) {
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
  box-shadow:
    inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
  box-shadow:
    inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.map {
  margin-left: -40px;
}

.backgroundcolor {
  /*background: linear-gradient(to left, #e7b4f5, #a8e0f3);*/
  /*background: linear-gradient(to bottom, rgb(213, 48, 48) -5%, rgb(138, 40, 40, 0.00) 60%, rgb(135, 87, 87, 0.00) 60%, rgb(61, 121, 172) 100%)*/
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) -3%,
      rgba(255, 255, 255, 0) 85%,
      rgba(255, 255, 255, 0) 80%,
      rgba(255, 255, 255, 1) 98%
    ),
    url("assets/images/gredientimg.png") center/cover no-repeat;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.modal-content {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  border-radius: 15px;
  width: 600px;
  margin: 5% auto;
  padding: 20px;
  box-shadow: 0px 4px 15px rgb(0, 0, 0, 0.46);
  animation: fadeIn 0.5s ease-in-out;
}

.close {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 55px;
  cursor: pointer;
  color: white;
  transition: 0.3s;
}

.close:hover {
  color: red;
  transform: scale(1.1);
}

.imgcontainer {
  text-align: center;
  margin: 20px 0;
}

.avatar {
  width: 100px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/*input[type="text"], input[type="password"] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: none;
    border-radius: 5px;*/
/*   background: rgba(255, 255, 255, 0.2);*/
/*backdrop-filter: blur(5px);*/
/* color: white;*/
/*font-size: 16px;
}*/

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  /* border: none; */
  /* border-radius: 5px; */
  /* background: rgba(255, 255, 255, 0.2); */
  backdrop-filter: blur(5px);
  /* color: white; */
  font-size: 16px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.custom-btn {
  width: 100%;
  padding: 12px;
  border: none;
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.custom-btn:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 10px rgba(255, 138, 0, 0.4);
}

.cancelbtn {
  width: 100%;
  padding: 12px;
  border: none;
  background: #e74c3c;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.cancelbtn:hover {
  background: #c0392b;
}

.container label {
  /*color: white;*/
  color: black;
}

.psw {
  float: right;
  color: white;
}

.psw a {
  color: #ff8a00;
  text-decoration: none;
}

.psw a:hover {
  text-decoration: underline;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fntfmly {
  /*font-family: "Kalam", serif;*/
  font-size: 28px !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 600;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

/* Legacy suchna modal rule replaced by modern styles in gov-theme.css */
/*
.suchna-modal .modal-content {
  background: ghostwhite;
  backdrop-filter: blur(20px);
  border-radius: 15px;
  width: 1000px;
  margin: 5% auto;
  padding: 30px;
}
*/

.samachar-modal .modal-content {
  background: rgba(255, 0, 0, 0.15);
  /*background: #d7b766;*/
  backdrop-filter: blur(20px);
  border-radius: 15px;
  width: 1000px;
  margin: 5% auto;
  padding: 20px;
  box-shadow: 0px 4px 15px #d54e4e;
}

.close {
  position: absolute;
  right: 15px;
  top: -5px;
  font-size: 35px;
  cursor: pointer;
  color: white;
}

.close:hover {
  color: red;
}

.partner-logos {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  margin: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  perspective: 1000px;
  border-radius: 35px;
  height: 120px;
}

.partner-logos::before,
.partner-logos::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 120px;
  z-index: 2;
  pointer-events: none;
}

.partner-logos::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.partner-logos::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.logo-track {
  display: flex;
  position: relative;
  animation: scroll 15s linear infinite;
  width: max-content;
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.logo-track:hover {
  animation-play-state: paused;
  transform: translateZ(30px);
}

.logo-slide {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
  padding: 0 clamp(20px, 3vw, 40px);
}

.Yojana-logo {
  margin: 10px 20px;
  width: 80%;
  height: 70px;
}

.fnt {
  font-size: 15px;
}

.bdr {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.footer-contact {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 10px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-color);
  font-size: 1rem;
}

.footer-contact i {
  color: var(--navy);
  font-size: 16px;
}

:root {
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(0.1, 0.7, 0, 1);
}

.b {
  border-width: 20px;
  border-style: solid;
  animation: line 3s infinite ease-in-out;
}

@keyframes line {
  0% {
    border-image: linear-gradient(to right, darkorchid, darkorchid) 1;
  }

  50% {
    border-image: linear-gradient(to left, yellow, darkorchid) 1;
  }

  100% {
    border-image: linear-gradient(to right, red, darkorchid) 1;
  }
}

.mn {
  margin-left: -90px;
}

.yoj {
  color: #c44527;
  font-family: "Eczar-SemiBold";
  font-size: 23px;
}

.imgicon {
  height: 40px;
  margin-bottom: 5px;
}

.con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.left img {
  max-width: 100%;
  height: auto;
}

.center {
  flex: 1;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}

.right {
  display: flex;
  gap: 10px;
}

a {
  text-decoration: none;
}

@media (max-width: 821px) {
  .toolbar-area {
    display: none;
  }

  .con {
    flex-direction: column !important;
    align-items: center !important;
  }

  .center {
    text-align: center;
  }

  .right {
    margin-top: 0px;
    display: flex;
    gap: 0px;
    flex-direction: row;
  }

  .logotxt {
    font-size: 20px;
  }

  .logoimg {
    width: 80px;
    height: 80px;
  }

  .btn {
    padding: 10px;
    margin: 0px 5px;
  }

  .btn-3d {
    min-width: 80px;
    padding: 0px !important;
    font-size: 13px;
  }

  .slick-dots {
    display: none !important;
  }

  .btn-3:before,
  .btn-3d:after {
    display: none;
  }

  .full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    justify-content: flex-end !important;
  }

  .nav-item {
    border-right: none;
    margin: 5px;
  }

  .box-one {
    margin-bottom: 25px;
    min-height: 100px;
  }

  .box-one:before,
  .box-one:after {
    content: "";
    height: 119px;
  }

  .custom-grid {
    gap: 10px;
    flex-direction: column;
  }

  .custom-card {
    width: 100%;
    margin: 10px auto;
    height: auto;
  }

  .gridnew {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .card-content {
    max-height: auto;
  }

  .wrapper {
    height: auto !important;
    flex-direction: row;
    overflow: scroll;
    overflow-y: hidden;
  }

  .paripatra-item {
    flex-direction: column;
  }

  .footer-bottom-left,
  .footer-bottom-right,
  .footer-bottom-right p {
    text-align: center;
  }

  .suchna-modal .modal-content,
  .samachar-modal .modal-content {
    width: 100%;
  }

  .sidenav {
    width: 100%;
  }

  .slick-slide img {
    height: 200px;
  }

  .inner-content {
    flex-direction: column;
  }

  .card-wrap {
    width: 100% !important;
  }
}

.tabs-design .nav-link {
  border: 3px solid #ddd;
  border-top: 4px solid orange;
  border-bottom: 1px solid #fff;
  padding: 10px 10px;
  margin-right: 2px;
  border-radius: 0px;
  display: inline;
}

.tabs-design .nav-tabs .nav-link.active {
  background-color: orange;
  color: #fff;
  border-color: orange;
}

.tab-content {
  border: 3px solid #ddd;
  background: #fff;
  padding: 15px;
  margin-top: -1px;
  max-height: auto;
  overflow: hidden;
}

.tabs-design .nav-item {
  border-right: none;
  margin: 0px;
}

.footer-section-row img {
  height: 65px;
}

.footer-section-row {
  padding: 20px 25px;
}

.inr-page-list li {
  padding: 6px 0;
  list-style: circle;
}

.inr-page-list li::marker {
  color: orange;
}

.schoolDirBg {
  background: url(https://educationportal3.in/img/schoolimg1.jpg) no-repeat;
  max-height: 400px;
}

.hero-img {
  height: 30rem;
  zoom: 78%;
}

.animated-heading {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  background-color: rgb(255 107 107);
  padding: 5px 10px;
  border-radius: 5px;
  animation: slideIn 2sease-in-out;
}

:root {
  --color-text: #616161;
  --color-text-btn: #ffffff;
  --card1-gradient-color1: #f12711;
  --card1-gradient-color2: #f5af19;
  --card2-gradient-color1: #7f00ff;
  --card2-gradient-color2: #e100ff;
  --card3-gradient-color1: #3f2b96;
  --card3-gradient-color2: #a8c0ff;
  --card4-gradient-color1: #11998e;
  --card4-gradient-color2: #38ef7d;
  --card5-gradient-color1: #118099;
  --card5-gradient-color2: #38efdd;
}

.card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.card-wrap {
  width: 23%;
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  overflow: hidden;
  color: var(--color-text);
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-height: 230px;
}

.card-wrap:hover {
  transform: scale(1.1);
}

.card-container .card-header {
  height: 80px;
  width: 100%;
  background: red;
  /*border-radius: 100% 0% 100% 0% / 0% 25% 70% 100%;*/
  border-radius: 80% 0% 50% 50% / 0% 0% 65% 65%;
  display: grid;
  place-items: center;
  justify-content: center;
}

.card-container .card-header img {
  width: 55px;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.card-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.card-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.card-btn {
  border: none;
  border-radius: 100px;
  padding: 6px 15px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
}

.card-header.one {
  background: linear-gradient(
    to bottom left,
    var(--card1-gradient-color1),
    var(--card1-gradient-color2)
  );
}

.card-header.two {
  background: linear-gradient(
    to bottom left,
    var(--card2-gradient-color1),
    var(--card2-gradient-color2)
  );
}

.card-header.three {
  background: linear-gradient(
    to bottom left,
    var(--card3-gradient-color1),
    var(--card3-gradient-color2)
  );
}

.card-header.four {
  background: linear-gradient(
    to bottom left,
    var(--card4-gradient-color1),
    var(--card4-gradient-color2)
  );
}

.card-header.five {
  background: linear-gradient(
    to bottom left,
    var(--card5-gradient-color1),
    var(--card5-gradient-color2)
  );
}

.card-btn.one {
  background: linear-gradient(
    to left,
    var(--card1-gradient-color1),
    var(--card1-gradient-color2)
  );
}

.card-btn.two {
  background: linear-gradient(
    to left,
    var(--card2-gradient-color1),
    var(--card2-gradient-color2)
  );
}

.card-btn.three {
  background: linear-gradient(
    to left,
    var(--card3-gradient-color1),
    var(--card3-gradient-color2)
  );
}

.card-btn.four {
  background: linear-gradient(
    to left,
    var(--card4-gradient-color1),
    var(--card4-gradient-color2)
  );
}

.card-btn.five {
  background: linear-gradient(
    to left,
    var(--card5-gradient-color1),
    var(--card5-gradient-color2)
  );
}

.school-section2 {
  background: #f1f1f1;
  padding: 50px;
}

.gridnew2 .cardnew .icon {
  background-color: #fce4ec;
  border-radius: 50%;
  padding: 10px;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gridnew2 .cardnew {
  text-align: center;
}

.gridnew2 .cardnew h2 {
  display: inherit;
}

.gridnew2 .cardnew .icon img {
  width: 60px;
}

.school-section3 .card {
  min-height: 164px;
}

.school-section3 .user-info img {
  width: 60px;
}

.school-section3 .user-info h3 {
  font-size: 14px;
}

.card1C {
  background-color: #e5c3f1;
}

.card2C {
  background-color: #f3cb93;
}

.card3C {
  background-color: #d2e5ff;
}

.card4C {
  background-color: #f7dafd;
}

.card5C {
  background-color: #f1b7b5;
}

.card6C {
  background-color: #c8f3be;
}

.school-section2 .border-box {
  width: 169px;
  padding: 20px;
  border: 1px solid #e9cfc2;
  border-radius: 8px;
  text-align: center;
  font-family: Arial, sans-serif;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 160px;
}

.school-section2 .border-box .icon {
  width: 50px;
  height: 55px;
  margin-bottom: 10px;
}

.school-section2 .border-box a {
  color: orange;
}

.school-section2 .border-box {
  background: #fff;
}

.school-section2 .border-box:hover {
  background: #fff;
}

.school-section4 .inr-page-list {
  text-align: left;
}

ul.pop_list {
  list-style-type: none;
  padding-left: 1rem;
}

/* Birthday Page Css*/
.birthday-content {
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 12px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.27);
  min-height: 145px;
}

.birthday-content:hover {
  -webkit-box-shadow: 0 1px 4px 0 rgb(255 165 1);
  box-shadow: 0 1px 4px 0 rgb(255 165 1);
}

.birthday-content .carousel-control.left {
  margin-left: 0;
}
.container {
  padding: 8px !important;
}

.birthday-content .product-image {
  background-color: #fff;
  display: block;
  /* min-height: 238px;
       overflow: hidden;*/
  position: relative;
}

.birthday-content .product-deatil {
  padding-bottom: 10px;
  padding-left: 6px;
  padding-top: 10px;
  position: relative;
  background: #fff;
  z-index: 8;
}

.birthday-content .product-deatil p {
  margin: 0;
  font-size: 13px;
}

.birthday-content .product-deatil h5 {
  color: #ffa500;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  padding-left: 0;
  margin: 0;
}

.birthday-content .product-deatil h5 a span {
  color: #9aa7af;
  display: block;
  font-size: 13px;
}

.birthday-content .product-deatil .graytxt {
  color: #ccc;
  font-size: 13px;
}

.birthday-content .product-deatil span.tag1 {
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 50px;
  padding: 13px 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 50px;
}

.birthday-content .product-deatil span.hot {
  background-color: #fa9442;
}

.birthday-content .description {
  font-size: 12.5px;
  line-height: 20px;
  padding: 10px 14px 16px 19px;
  background: #fff;
}

.birthday-content .product-info {
  padding: 11px 19px 10px 20px;
}

.birthday-content name.a {
  padding: 5px 10px;
  margin-left: 16px;
}

.product-block .product-deatil p.price-container span,
.birthday-content .product-deatil p.price-container span,
.product-entry .product-deatil p.price-container span,
.shipping table tbody tr td p.price-container span,
.shopping-items table tbody tr td p.price-container span {
  color: #21c2f8;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 20px;
}

.product-wrap .product-image span.tag2 {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 40px;
  height: 50px;
  padding: 10px 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background-image: url(https://educationportal3.in/img/baloon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9;
}

.text-right {
  text-align: right;
}

.categories1 {
  padding: 40px 20px;
  text-align: center;
}

.categories1 .container1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.category1 {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgb(255 152 0 / 33%);
  padding: 20px;
  width: 160px;
  /*height: 250px;*/
  text-align: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.category1 .icon {
  border-radius: 50%;
  padding: 10px;
  width: 100px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category1 .icon img {
  width: 50px;
}

.category1 span a {
  font-size: 14px;
  color: orange;
  font-weight: bolder !important;
  line-height: 1.2 !important;
}

.course-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.course-container .badge {
  position: absolute;
  top: 310px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #f9f9f9;
  font-size: 20px;
  text-transform: uppercase;
}

.course-container .course {
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.course-container .course {
  transform: translateY(-5px);
  overflow: hidden;
  text-align: left;
  width: 400px;
}

.course-container .course-info {
  padding: 15px;
}

.course-info h6 {
  font-size: 18px;
  color: orange;
  margin-bottom: 10px;
  font-weight: 900 !important;
}

.navbar .nav-item .dropdown-menu {
  background-color: whitesmoke !important;
  /* background-image: url(../img/traditional.jpg); */
  border-radius: 5px;
  width: fit-content !important;
}

.nav-item ul li {
  border-bottom: 1px solid orange;
  padding: 5px 0;
  width: fit-content !important;
}
