@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap");

/*================================================
Default CSS
=================================================*/

body {
  padding: 0;
  margin: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
  color: var(--black);
  background-color: var(--bg-white);
}

.container-fluid {
  max-width: 1560px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  /* color: var(--mainColor); */
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.table-bordered > :not(caption) > * > * {
  color: var(--black);
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--paragraphColor);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-30 {
  padding-bottom: 25px;
}

.pr-line {
  height: 1px;
  max-width: 100%;
  background-color: #e2e3e4;
}

/*default-btn*/
.default-btn {
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 20px 45px;
  color: var(--blackColor);
  display: inline-block;
  border-radius: 40px;
  position: relative;
  border: none;
  font-size: var(--fontSize);
  font-weight: 500;
}

.default-btn:hover {
  color: var(--blackColor);
  background-color: transparent;
  background-color: var(--blackColor);
}

a.under-btn {
  font-weight: 500;
  text-decoration: underline;
}

a.white-under-btn {
  color: var(--blackColor);
  text-decoration: underline;
  font-weight: 500;
}

.default-btn.black {
  background-color: var(--blackColor);
}

/*section-title*/
.section-title {
  max-width: 800px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 300%;
  font-family: "Lexend", sans-serif;
}

.section-title .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.section-title .sub-title p {
  font-size: 125%;
}

.section-title-2 .sub-title p {
  font-size: 125%;
  text-transform: uppercase;
}

.section-title .sub-title i {
  color: var(--mainColor);
  font-size: 187.5%;
  margin-right: 8px;
}

.section-title-3 {
  position: relative;
  max-width: 100%;
}

.section-title-3 .sub-title {
  font-size: 125%;
  margin-bottom: 30px;
}

.section-title-3 h2 {
  margin-bottom: 0;
  font-size: 300%;
  font-family: "Lexend", sans-serif;
}

.section-title-3.text-start {
  margin-left: 0;
  margin-right: 0;
  padding-right: 550px;
  margin-bottom: 30px;
}

.section-title-3 .default-btn {
  position: absolute;
  content: "";
  font-weight: 500;
  top: 25%;
  right: 0;
  border-radius: 5px;
  background-color: transparent;
  color: var(--blackColor);
  border: 1px solid var(--paragraphColorSecond);
}

/*form-control*/
.form-control {
  border-radius: 0;
  background-color: var(--bg-form-control) !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none !important;
  border-radius: 3px;
  height: 60px;
  padding-left: 15px;
  color: var(--paragraphColor);
  font-size: 112.5%;
}

.form-control::-webkit-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  padding-top: 15px;
  height: auto;
}

/*================================================
Top Navbar Area CSS
=================================================*/
.top-area {
  padding: 2px 0 0;
  border-bottom: 1px solid #eeeeee;
}

.top-left-items ul,
.top-right-items ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

.top-left-items ul li,
.top-right-items ul li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 30px;
  margin-bottom: 0px;
  position: relative;
  font-size: 100%;
  color: var(--paragraphColor);
}

.top-left-items ul li i,
.top-right-items ul li i {
  color: var(--mainColor);
  font-size: 125%;
  position: absolute;
  top: 2px;
  left: -30px;
  content: "";
}

.top-left-items ul li a {
  font-size: var(--fontSize);
  color: var(--paragraphColor);
}

.top-right-items {
  text-align: right;
}

.top-right-items ul li {
  margin-right: 12px;
  margin-left: 15px;
  position: relative;
}

.top-right-items ul li::before {
  position: absolute;
  top: -2px;
  right: -20px;
  content: "";
  height: 26px;
  width: 1px;
  background: #eeeeee;
}

.top-right-items ul li a {
  font-size: var(--fontSize);
  color: var(--blackColor);
}

/*================================================
Banner Area CSS
=================================================*/
.big-bg-1 {
  background-image: url(../img/banner/banner_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  position: relative;
}

.big-bg-1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #120f2d;
  opacity: 0.4;
}

.white-shape {
  position: relative;
  height: 240px;
}

.banner-content .content {
  padding-top: 14px;
  /* content: ''; */
  /* top: 55px; */
  /* left: 0; */
  /* padding: 0px 60px; */
  /* z-index: 1; */
}

.banner-content .content h1 {
  font-size: 362.5%;
  line-height: 72px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  color: var(--bg-white);
  margin-bottom: 20px;
}

.banner-content .content p {
  color: var(--bg-white);
  width: 80%;
  margin-bottom: 18px;
}

.banner-content .content a {
  color: var(--bg-white);
}

/*================================================
Banner Area 2 CSS
=================================================*/

.big-bg-2 {
  background-image: url(../img/banner/bg-Image-1.jpg);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 250px;
  padding-bottom: 200px;
}

.big-bg-2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #120f2d;
  opacity: 0.4;
}

.nav-style-2.navbar-area {
  top: 0px;
  position: absolute;
  background-color: transparent;
  border-bottom: 1px solid #333;
}

.nav-style-2.navbar-area.is-sticky {
  position: fixed !important;
  border-bottom: none;
}

.nav-style-2 .clgun-nav .navbar .navbar-nav .nav-item a {
  color: var(--bg-white);
}

.nav-style-2 .clgun-nav .nav-search .search-button {
  color: var(--bg-white);
}

.nav-style-2.navbar-area.is-sticky .navbar-nav .nav-item a {
  color: var(--blackColor);
}

.nav-style-2.navbar-area.is-sticky .clgun-nav .nav-search .search-button {
  color: var(--blackColor);
}

.banner-content-2 {
  max-width: 1100px;
  text-align: center;
  margin: auto;
  position: relative;
}

.banner-content-2 .content span {
  color: #fff;
  font-size: 175%;
}

.banner-content-2 .content h1 {
  color: var(--bg-white);
  font-family: "Lexend", sans-serif;
  font-size: 562.5%;
}

.banner-content-2 .content p {
  color: #fff;
  font-size: 125%;
  margin-bottom: 40px;
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
}

.banner-content-2 .content .vertical-lr {
  writing-mode: vertical-lr;
  position: absolute;
  content: "";
  bottom: -35%;
  left: -12%;
  height: 400px;
}

.banner-content-2 .content .vertical-lr p {
  display: flex;
  font-family: "Lexend", sans-serif;
}

.banner-content-2 .content .vertical-lr p span {
  display: inline-block;
  font-size: 112.5%;
  margin-top: 30px;
}

.banner-content-2 .content .buttons-action {
  margin-bottom: 130px;
}

.banner-content-2 .content .buttons-action .default-btn.btn-style-2 {
  background-color: var(--bg-white);
  color: var(--blackColor);
  margin-left: 20px;
}

.banner-content-2 .content .scroll-down a {
  color: var(--bg-white);
  background-color: #ffffff1a;
  display: inline-block;
  font-size: 312.5%;
  border-radius: 5px;
  line-height: 60px;
  transition: var(--transition);
  height: 55px;
  width: 75px;
}

.banner-content-2 .content .scroll-down a:hover {
  background-color: var(--mainColor);
}

/*================================================
Slider Banner Area CSS
=================================================*/

.slider-bg-1 {
  background-image: url(../img/banner/bg-Image-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 350px;
  position: relative;
  padding-bottom: 100px;
}

.slider-bg-1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #120f2d;
  opacity: 0.6;
}

/* Zoom Background Animation */
@-webkit-keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 120% auto;
  }
}

@-moz-keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 120% auto;
  }
}

@-o-keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 120% auto;
  }
}

@keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 120% auto;
  }
}

.zoom-x {
  -webkit-animation: zoom-a 10s linear infinite alternate;
  /* Safari 4+ */
  -moz-animation: zoom-a 10s linear infinite alternate;
  /* Fx 5+ */
  -o-animation: zoom-a 10s linear infinite alternate;
  /* Opera 12+ */
  animation: zoom-a 10s linear infinite alternate;
  /* IE 10+, Fx 29+ */
}

.slider-courser {
  position: relative;
}

.slider-courser .owl-nav {
  position: absolute;
  content: "";
  bottom: 28%;
  right: 5%;
  opacity: 0;
  transition: var(--transition);
}

.slider-courser:hover .owl-nav {
  bottom: 25%;
  opacity: 1;
}

/* .slider-courser .owl-theme .owl-nav [class*=owl-], .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  color: var(--blackColor);
  border: none;
  background-color: var(--bg-white);
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 0px;
  border-radius: 36px;
  font-size: 187.5%;
  transition: var(--transition);
} */

.slider-courser.owl-theme .owl-nav [class*="owl-"]:hover {
  color: var(--bg-white);
  background-color: var(--mainColor);
}

.slider-courser .owl-nav .disabled {
  opacity: inherit;
}

.slider-content .content {
  position: relative;
}

.slider-content .content .text h1 {
  font-family: "Lexend", sans-serif;
  color: var(--bg-white);
  font-size: 400%;
}

.slider-courser .owl-item.active .slider-content .content .text h1 {
  animation: fadeInUp ease 1s;
}

.slider-content .content .text hr {
  border: 1px solid var(--bg-white);
}

.slider-content .content p {
  color: var(--bg-white);
  position: relative;
  padding-left: 30px;
}

.slider-courser .owl-item.active .slider-content .content p {
  animation: fadeInUp ease 1.6s;
}

.slider-content .content p::before {
  position: absolute;
  content: "";
  background-color: var(--bg-white);
  height: 12px;
  width: 12px;
  top: 8px;
  left: 0px;
  border-radius: 30px;
}

.slider-content .content .short-info {
  padding-right: 30px;
}

.slider-content .content .short-info h3 {
  font-family: "Lexend", sans-serif;
  color: var(--bg-white);
  font-size: 187.5%;
  margin-bottom: 30px;
}

.slider-courser .owl-item.active .slider-content .content .short-info h3 {
  animation: fadeInUp ease 2s;
}

.slider-courser
  .owl-item.active
  .slider-content
  .content
  .short-info
  .default-btn {
  animation: fadeInUp ease 3s;
}

/*================================================
Undergraduate Area CSS
=================================================*/

.undergraduate-area {
  padding-top: 25px;
}

.undergraduate-area .item {
  background-image: url(../img/all-img/shape-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--mainColor);
  padding: 40px;
}

.undergraduate-area .item .content h3 {
  font-size: 150%;
  color: var(--blackColor);
  font-family: "Lexend", sans-serif;
}

.undergraduate-area .item .content-2 {
  text-align: right;
}

.undergraduate-area .item .content-2 .default-btn {
  background-color: var(--blackColor);
  margin-left: 20px;
}

.undergraduate-area .blk {
  background-color: var(--mainColor) !important;
}

.undergraduate-area .blk .content-2 .default-btn {
  background-color: var(--mainColor);
}

/*================================================
Academics Area CSS
=================================================*/

.academics-area.bg-color-1 {
  background-color: var(--secounderyColor);
}

.bg-color-1 .academics-item {
  border: 1px solid var(--bg-white);
}

.academics-item.active {
  background-color: var(--bg-white);
}

.bg-color-1 .academics-item:hover {
  background-color: var(--bg-white);
}

.academics-item {
  min-height: 484px;
  padding: 24px 40px;
  text-align: center;
  border: 1px solid #eeeeee;
  transition: var(--transition);
}

.academics-item img {
  margin-bottom: 20px;
}

.academics-item h4 {
  margin-bottom: 20px;
  font-size: 137.5%;
  font-family: "Lexend", sans-serif;
}

.academics-item p {
  margin-bottom: 20px;
}

.academics-item a {
  font-weight: 500;
  color: var(--mainColor);
  position: relative;
}

.academics-item a i {
  position: absolute;
  content: "";
  top: 0px;
  right: -30px;
  font-size: 156.25%;
  transition: var(--transition);
}

.academics-item a:hover i {
  position: absolute;
  content: "";
  top: 0px;
  right: -40px;
  font-size: 156.25%;
}

/*================================================
About Us Area CSS
=================================================*/

.about-us-area.bg-color-1 {
  background-color: var(--secounderyColor);
}

.about-us-area .text-content .sub-title {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
}

.about-us-area .text-content .sub-title p {
  margin-bottom: 0px;
  font-size: 125%;
}

.about-us-area .text-content .sub-title i {
  color: var(--mainColor);
  font-size: 187.5%;
  margin-right: 8px;
}

.about-us-area .text-content h2 {
  font-size: 300%;
  margin-bottom: 20px;
  font-family: "Lexend", sans-serif;
}

.about-us-area .text-content p {
  margin-bottom: 30px;
}

.about-us-area .content {
  padding-left: 35px;
}

.notice-content {
  padding: 10px 40px;
  background-color: var(--mainColor);
}

.notice-content i {
  color: var(--bg-white);
  font-size: 281.25%;
  margin-bottom: 20px;
}

.notice-content h4 {
  font-size: 150%;
  margin-bottom: 20px;
  font-family: "Lexend", sans-serif;
  color: var(--blackColor);
  line-height: 34px;
}

.notice-content p {
  margin-bottom: 20px;
  color: var(--blackColor);
}

.notice-content .author-info h5 {
  color: var(--blackColor);
  font-family: "Lexend", sans-serif;
  font-size: 100%;
  margin-bottom: 8px;
}

.notice-content .author-info span {
  color: var(--bg-white);
  font-family: "Satisfy", cursive;
  margin-bottom: 8px;
  display: block;
}

.notice-content .author-info p {
  margin-bottom: 0;
  color: var(--blackColor);
}

/*================================================
About Us Area 2 CSS
=================================================*/

.about-us-area-2 .section-title {
  max-width: 1290px;
}

.about-us-area-2 .section-title h2 {
  margin-bottom: 30px;
}

.about-us-area-2 .section-title p {
  font-size: 125%;
  width: 70%;
  margin: auto;
}

.about-us-area-2 .content-items {
  position: relative;
}

.about-us-area-2 .content-items .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 290px 110px;
  width: 65%;
  border-radius: 5px;
}

.about-us-area-2 .content-items .image.ct-bg-1 {
  background-image: url(../img/all-img/about-image-2.png);
}

.about-us-area-2 .content-items .image.ct-bg-2 {
  background-image: url(../img/all-img/about-image-3.png);
}

.about-us-area-2 .content-items .image.ct-bg-3 {
  background-image: url(../img/all-img/about-image-4.png);
}

.about-us-area-2 .content-items .content {
  max-width: 615px;
  padding: 50px 50px;
  background-color: var(--secounderyColor);
  position: absolute;
  content: "";
  top: 10%;
  right: 0%;
  border-radius: 5px;
}

.about-us-area-2 .content-items .content span {
  font-size: 125%;
  text-transform: uppercase;
  color: var(--paragraphColor);
  margin-bottom: 10px;
  display: block;
}

.about-us-area-2 .content-items .content h2 {
  font-family: "Lexend", sans-serif;
  font-size: 300%;
}

.about-us-area-2 .content-items .content p {
  margin-bottom: 30px;
}

.global-alumni-events {
  background-color: var(--secounderyColor);
}

.global-alumni-events .global-content-items {
  position: relative;
}

.global-alumni-events .global-content-items .content {
  background-color: var(--bg-white);
  text-align: center;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  padding: 80px 90px;
  max-width: 760px;
  position: absolute;
  top: 10%;
}

.global-alumni-events .global-content-items .content h2 {
  font-family: "Lexend", sans-serif;
  font-size: 300%;
  margin-bottom: 30px;
}

.global-alumni-events .global-content-items .content p {
  margin-bottom: 30px;
}

.global-alumni-events .image {
  background-image: url(../img/all-img/about-image-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 290px 110px;
  max-width: 800px;
  border-radius: 5px;
  margin-left: auto;
}

.about-content-courser.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  position: absolute;
  width: 65px;
  right: 32%;
  bottom: 0;
  height: 35px;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
  border-radius: 25px;
  font-size: 112.5%;
  padding: 0;
  font-weight: bold;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-content-courser.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--mainColor);
  color: var(--bg-white);
}

.about-content-courser.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: 32%;
}

.about-content-courser.owl-theme .owl-nav {
  margin-top: 60px;
}

.about-content-courser .owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 5px 25px;
  font-weight: 600;
  border-radius: 25px;
  font-size: 100%;
  cursor: pointer;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
}

.about-content-courser .owl-dots .owl-dot {
  margin-right: 10px;
}

.about-content-courser .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.about-content-courser .owl-dots .owl-dot button:hover {
  background-color: var(--mainColor);
  color: var(--bg-white);
}

.about-content-courser .owl-dots .owl-dot button:focus {
  outline: none;
}

.about-content-courser .owl-dots .owl-dot.active button {
  background-color: var(--mainColor);
  color: var(--bg-white);
}

/*================================================
About Us Area 3 CSS
=================================================*/

.about-alumni .content {
  padding: 0 50px;
}

.about-alumni .content .sub-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.about-alumni .content .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.about-alumni .content .sub-title p {
  margin-bottom: 0px;
  font-size: 20px;
}

.about-alumni .content h2 {
  font-size: 48px;
  margin-bottom: 30px;
  font-family: "Lexend", sans-serif;
}

.about-alumni .content p {
  margin-bottom: 30px;
}

.about-alumni .image {
  background-image: url(../img/all-img/banner-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 270px;
}

.director .image {
  background-image: url(../img/all-img/about-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 270px;
}

/*================================================
Courses CSS
=================================================*/

.course-item {
  padding: 10px;
  box-shadow: 0px 0px 75px #6767672e;
}

.course-item .image img {
  border-radius: 5px;
  width: auto;
}

.course-item .content {
  padding: 30px 20px;
}

.course-item .content span {
  color: var(--paragraphColor);
}

.course-item .content h2 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 20px;
}

.course-item .content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeee;
  padding-bottom: 15px;
}

.course-item .content ul li {
  display: inline-flex;
  align-items: center;
}

.course-item .content ul li span {
  margin-left: 15px;
  margin-bottom: 0;
  color: var(--paragraphColor);
}

.course-item .content ul li .image-circle {
  padding: 9px 10px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}

.course-item .content ul li .image-circle img {
  width: auto;
}

.teacher-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teacher-info .image {
  display: inline-flex;
  align-items: center;
}

.teacher-info .image img {
  border-radius: 100%;
}

.teacher-info .image p {
  margin-left: 20px;
}

.teacher-info .image p span {
  font-weight: 500;
  color: var(--blackColor);
}

.teacher-info .price p {
  font-weight: 500;
  color: var(--mainColor);
}

.courses-section .course-item {
  margin-bottom: 30px;
}

.grid-sorting {
  margin-bottom: 30px;
}

.grid-sorting .title p {
  font-size: 100%;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  color: var(--blackColor);
}

.grid-sorting .select-box {
  position: relative;
  padding-left: 60px;
}

.grid-sorting .select-box .form-select {
  padding: 20px 25px 20px 100px;
  background-color: var(--secounderyColor);
  border: none;
}

.grid-sorting .select-box label {
  position: absolute;
  top: 20px;
  left: 90px;
  content: "";
}

.courses-area .owl-theme .owl-dots .owl-dot.active span,
.courses-area .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blackColor);
}

.courses-area .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}

/*================================================
Courses Details CSS
=================================================*/

.courses-details .header-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #dddd;
}

.courses-details .header-title span {
  font-size: 100%;
  color: var(--paragraphColor);
  margin-bottom: 20px;
  display: block;
}

.courses-details .header-title h2 {
  font-size: 48px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 30px;
}

.courses-details .header-title ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.courses-details .header-title ul li {
  display: inline-block;
  padding-left: 65px;
  position: relative;
}

.courses-details .header-title ul li::after {
  position: absolute;
  content: "";
  height: 35px;
  right: -30px;
  top: 0px;
  width: 1px;
  background-color: #dddd;
}

.courses-details .header-title ul li:last-child:after {
  display: none;
}

.courses-details .header-title ul li a {
  color: var(--blackColor);
  font-weight: 500;
}

.courses-details .header-title ul li .avater {
  position: absolute;
  left: 0;
  top: -10px;
}

.courses-details .enrolls-count {
  position: relative;
  padding-left: 30px;
}

.courses-details .enrolls-count .ikon {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
}

.courses-details .content {
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
}

.courses-details .content .content-pra {
  margin-bottom: 45px;
}

.courses-details .content .content-pra .title {
  position: relative;
  margin-bottom: 45px;
}

.courses-details .content .content-pra .title h3 {
  font-size: 22px;
  font-family: "Lexend", sans-serif;
}

.courses-details .content .content-pra .title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--mainColor);
}

.courses-details .content .content-pra .tag span {
  margin-right: 8px;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
}

.courses-details .content .content-pra .tag ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline;
}

.courses-details .content .content-pra .tag ul li {
  display: inline-block;
}

.courses-details .content .content-pra .tag ul li a {
  color: var(--paragraphColor);
}

.courses-details .content .content-pra .lists {
  padding: 0;
  list-style: none;
  margin: 0;
}

.courses-details .content .content-pra .lists li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.courses-details .content .content-pra .lists li:last-child {
  margin-bottom: 0px;
}

.courses-details .content .content-pra .lists li .icon {
  color: var(--mainColor);
  font-size: 20px;
  position: relative;
  margin-right: 20px;
}

.courses-details .content .content-pra .lists li .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: -5px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.instructor-card {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.instructor-card .title {
  position: relative;
  margin-bottom: 45px;
}

.instructor-card .title h3 {
  font-size: 22px;
  font-family: "Lexend", sans-serif;
}

.instructor-card .title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--mainColor);
}

.instructor-card .content {
  padding: 0;
  border: none;
}

.instructor-card .content h3 {
  font-size: 100%;
  margin-bottom: 20px;
}

.instructor-card .content .review {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.instructor-card .content .review .left {
  margin-right: 10px;
}

.instructor-card .content .review .left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.instructor-card .content .review .left ul li {
  display: inline-block;
  margin-right: 5px;
  color: #dddddd;
}

.instructor-card .content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.instructor-card .content ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}

.instructor-card .content ul li .image-circle {
  padding: 6px 10px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}

.instructor-card .content ul li span {
  margin-left: 15px;
  margin-bottom: 0;
  color: var(--paragraphColor);
}

.instructor-card .content a {
  color: var(--mainColor);
  font-weight: 600;
}

.course-widget-area {
  box-shadow: 0px 7px 60px rgba(22, 23, 26, 0.07);
  margin-left: 20px;
}

.course-widget-area .image {
  position: relative;
}

.course-widget-area .image .play-btn {
  bottom: 0;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
}

.course-widget-area .image .play-btn a {
  height: 50px;
  width: 50px;
  display: inline-block;
  z-index: 1;
  line-height: 55px;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--bg-white);
  border-radius: 100%;
  font-size: 250%;
}

.course-widget-area .content {
  padding: 30px;
}

.course-widget-area .content .pricing h4 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Lexend", sans-serif;
}

.course-widget-area .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-widget-area .content ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.course-widget-area .content ul li:last-child {
  border: none;
  padding-bottom: 0px;
}

.course-widget-area .content ul li span {
  font-weight: 500;
}

.course-widget-area .content .enroll-btn {
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 44px;
  color: var(--bg-white);
  display: block;
  text-align: center;
  border-radius: 40px;
  border: none;
  font-size: var(--fontSize);
  font-weight: 500;
  margin-bottom: 20px;
}

.course-widget-area .content .wish-btn {
  background-color: var(--secounderyColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 44px;
  color: var(--mainColor);
  display: block;
  text-align: center;
  border-radius: 40px;
  border: none;
  font-size: var(--fontSize);
  font-weight: 500;
}

/*================================================
Academics Section Area CSS
=================================================*/
.academics-section .academics-left .ac-category {
  margin-bottom: 50px;
}

.academics-section .academics-left .ac-category ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.academics-section .academics-left .ac-category ul li {
  margin-bottom: 20px;
}

.academics-section .academics-left .ac-category ul li:last-child {
  margin-bottom: 0px;
}

.academics-section .academics-left .ac-category ul li a {
  padding: 20px;
  display: block;
  background-color: var(--secounderyColor);
  color: var(--blackColor);
  font-family: "Lexend", sans-serif;
  font-size: 112.5%;
  font-weight: 700;
  transition: var(--transition);
}

.academics-section .academics-left .ac-category ul li a:hover {
  background-color: var(--blackColor);
  color: var(--bg-white);
}

.academics-section .academics-left .ac-category ul li .active {
  background-color: var(--blackColor);
  color: var(--bg-white);
}

.academics-section .academics-left .ac-contact span {
  color: var(--paragraphColor);
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
  font-size: 112.5%;
  font-family: "Lexend", sans-serif;
}

.academics-section .academics-left .ac-contact a {
  background-color: var(--mainColor);
  color: var(--bg-white);
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  font-family: "Lexend", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 112.5%;
}

.academics-section .academics-left .ac-contact a:last-child {
  margin-bottom: 0px;
}

.academics-section .academics-left .ac-contact .darkbtn {
  background-color: var(--blackColor);
  color: var(--bg-white);
}

.ac-overview {
  padding-left: 20px;
}

.academics-section .ac-overview .pera-title h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.academics-section .ac-overview .pera-title span {
  font-size: 128px;
  font-weight: 900;
  margin-right: 30px;
}

.academics-section .ac-overview .pera-dec p {
  margin-bottom: 30px;
}

.academics-section .ac-overview .pera-dec p:last-child {
  margin-bottom: 0px;
}

.academics-section .ac-overview .gallery {
  margin-top: 50px;
  margin-bottom: 160px;
}

.academics-section .ac-overview .gallery .gallery-image ul {
  padding: 0px;
  list-style: none;
  margin: 0;
  position: relative;
}

.academics-section .ac-overview .gallery .gallery-image ul li:last-child {
  position: absolute;
  bottom: -120px;
  right: 0;
  content: "";
}

.academics-section .ac-overview .pera-dec h3 {
  font-family: "Lexend", sans-serif;
  margin-bottom: 30px;
  font-size: 30px;
}

.academics-section .ac-overview .pera-dec .catagorys {
  margin-bottom: 50px;
}

.academics-section .ac-overview .pera-dec .catagorys .pra-catagorys a {
  padding: 80px 20px;
  display: block;
  font-size: 20px;
  text-align: center;
  background-color: var(--secounderyColor);
  font-weight: 700;
  font-family: "Lexend", sans-serif;
}

.academics-section .ac-overview .pera-dec .graduate-area {
  background-image: url(../img/all-img/graduate-area.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box {
  position: absolute;
  content: "";
  bottom: -240px;
  left: 0;
  right: 0;
  max-width: 700px;
  background-color: var(--bg-white);
  padding: 70px 60px;
  margin: auto;
  text-align: center;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box h3 {
  font-family: "Lexend", sans-serif;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 800;
}

.academics-section .ac-overview .pera-dec h4 {
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.academics-section
  .ac-overview
  .pera-dec
  .graduate-area
  .info-box
  .single-info {
  text-align: start;
  padding-left: 30px;
}

.academics-section
  .ac-overview
  .pera-dec
  .graduate-area
  .info-box
  .single-info
  a {
  padding: 8px 8px;
  text-align: start;
  background-color: var(--secounderyColor);
  margin-bottom: 20px;
  display: inline-block;
}

.graduate-events {
  position: relative;
  margin-top: 200px;
}

.graduate-events .content-items .content {
  position: initial;
  max-width: 615px;
  padding-right: 230px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 50px;
  border-radius: 5px;
  background-color: var(--secounderyColor);
}

.graduate-events .content-items .content h2 {
  font-size: 30px;
  font-family: "Lexend", sans-serif;
}

.graduate-events .content-items .content a {
  color: var(--mainColor);
  font-weight: 600;
}

.graduate-events .content-items .image {
  position: absolute;
  content: "";
  top: 15%;
  right: 0;
}

.problem-sector .problem-list {
  margin-bottom: 50px;
}

.problem-sector .problem-list:last-child {
  margin-bottom: 0px;
}

.problem-sector .problem-list .title h3 {
  padding: 30px 35px;
  background-color: var(--secounderyColor);
}

.problem-sector .problem-list .problem-items {
  padding-left: 35px;
}

.problem-sector .problem-list .problem-items ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.problem-sector .problem-list .problem-items ul li {
  margin-bottom: 20px;
}

.problem-sector .problem-list .problem-items ul li:last-child {
  margin-bottom: 0px;
}

.problem-sector .problem-list .problem-items ul li a {
  font-size: 100%;
  font-weight: 600;
  color: var(--paragraphColor);
  transition: var(--transition);
}

.problem-sector .problem-list .problem-items ul li a:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

.faculty-model .col-lg-6 .faculty-card {
  margin-bottom: 30px;
}

.faculty-model .col-lg-6:last-child .faculty-card {
  margin-bottom: 0px;
}

.faculty-model .faculty-card .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faculty-model .faculty-card .image .info {
  height: 100%;
  top: 300px;
  position: absolute;
  padding: 35px 30px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--mainColor);
  opacity: 0;
}

.faculty-model .faculty-card .image:hover .info {
  top: 0;
  opacity: 1;
}

.faculty-model .faculty-card .image .info p {
  color: var(--bg-white);
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faculty-model .faculty-card .image .info p {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  z-index: 2;
}

.faculty-model .faculty-card .content {
  margin-top: 30px;
}

.faculty-model .faculty-card .contact-text span {
  margin-top: 150px;
}

.faculty-model .faculty-card .contact-text span {
  display: block;
  color: var(--bg-white);
  font-size: 112.5%;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.faculty-model .faculty-card .contact-text a {
  display: block;
  color: var(--bg-white);
  margin-bottom: 5px;
}

.faculty-model .faculty-card .contact-text a:last-child {
  margin-bottom: 0px;
}

.faculty-model .faculty-card .content h4 {
  font-size: 22px;
  font-family: "Lexend", sans-serif;
}

.pera-dec .program-info {
  margin-bottom: 50px;
}

.pera-dec .program-info .single-program-info {
  padding: 0 25px;
}

.pera-dec .program-info .single-program-info h4 {
  font-family: "Lexend", sans-serif;
  font-size: 60px;
  margin-bottom: 20px;
}

.pera-dec .program-info .single-program-info p {
  font-size: 112.5%;
  color: var(--blackColor);
  font-weight: 600;
}

.pera-dec .apply-program {
  margin-bottom: 50px;
}

.pera-dec .apply-program:last-child {
  margin-bottom: 0px;
}

.pera-dec .apply-program a {
  color: var(--mainColor);
  font-weight: 500;
}

.pera-dec .apply-program .tuition-fees h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Lexend", sans-serif;
}

.pera-dec .apply-program .tuition-fees {
  padding: 40px;
  background-color: var(--secounderyColor);
}

.pera-dec .apply-program .tuition-fees ul {
  padding: 0;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.pera-dec .apply-program .tuition-fees ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pera-dec .apply-program .total-fees {
  display: flex;
  justify-content: space-between;
}

.pera-dec .apply-program .total-fees span {
  color: var(--blackColor);
}

.pera-dec .program-points {
  margin-bottom: 50px;
}

.pera-dec .program-points .single-point-list {
  position: relative;
  padding-left: 60px;
  border-bottom: 1px solid var(--blackColor);
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.pera-dec .program-points .single-point-list h4 {
  font-family: "Lexend", sans-serif;
  font-size: 30px;
}

.pera-dec .program-points .single-point-list .number-list {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.pera-dec .program-points .single-point-list .number-list h4 {
  font-family: "Lexend", sans-serif;
  font-size: 30px;
}

.pera-dec .program-points .single-point-btn {
  text-align: center;
}

.applicant-from label {
  color: var(--blackColor);
  margin-bottom: 20px;
}

.applicant-from .form-control {
  border-radius: 0;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none !important;
  border-radius: 3px;
  border: 1px solid #eeeeee !important;
  height: 60px;
  padding-left: 15px;
  color: var(--paragraphColor);
  font-size: 112.5%;
  margin-bottom: 30px;
}

.applicant-from .form-select {
  margin-bottom: 30px;
  height: 60px;
  color: #212529;
  border: 1px solid #eeeeee;
  box-shadow: none;
  padding-left: 20px;
}

.applicant-from form .form-group textarea.form-control {
  height: auto;
}

.applicant-from .form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.applicant-from .form-cookies-consent input {
  position: absolute;
  left: 14px;
  top: 9px;
}

.applicant-from .form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--paragraphColor);
  font-weight: normal;
  font-size: var(--fontSize);
}

.faq-item {
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
  color: var(--blackColor);
  font-family: "Lexend", sans-serif;
}

.icon-container i {
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: var(--blackColor);
}

.faq-answer {
  font-size: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding: 0px 20px;
  max-height: 0;
  border-bottom: 2px solid var(--blackColor);
}

.faq-answer.active {
  padding: 20px;
  height: auto !important;
  padding-bottom: 0;
  max-height: 800px !important;
}

.icon-container i.active {
  transform: rotate(180deg);
}

.list-item-list {
  margin-bottom: 30px;
}

.list-item-list h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Lexend", sans-serif;
}

.list-item-list .list-item-title {
  padding: 20px 0px;
  background-color: var(--secounderyColor);
  margin-bottom: 30px;
}

.list-item-list .list-item-title .list-item-title-header {
  color: var(--blackColor);
  font-weight: 500;
  padding-left: 35px;
}

.list-item-list .list-items-details {
  padding-left: 35px;
}

.list-item-list .list-items-details ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-item-list .list-items-details ul li p {
  font-size: 100%;
  font-weight: 500;
  color: var(--paragraphColor);
}

.list-item-list .list-items-details ul li {
  margin-bottom: 20px;
}

.list-item-list .list-items-details ul li:last-child {
  margin-bottom: 0px;
}

.aid-pra {
  margin-bottom: 40px;
}

.aid-pra:last-child {
  margin-bottom: 0px;
}

.aid-pra h4 {
  margin-bottom: 25px;
}

.deadlines-list .list-item-list {
  margin-bottom: 50px;
}

.deadlines-list .list-item-list:last-child {
  margin-bottom: 0px;
}

.univercity-life .image {
  margin-bottom: 40px;
}

.univercity-life .apply-program .image {
  margin-bottom: 0px;
}

.faq-content-2 .faq-question {
  font-size: 24px;
}

.faq-content-2 .faq-item {
  padding: 0 0px 30px 0;
}

.faq-content-2 .faq-answer {
  padding: 0px 0px;
  margin-bottom: 30px;
}

.faq-content-2 .faq-answer:last-child {
  margin-bottom: 0px;
}

.faq-content-2 .faq-answer p {
  margin-bottom: 30px !important;
}

.faq-content-2 .faq-answer.active {
  max-height: 200px !important;
}

.std-activities .graduate-events {
  margin-top: 15px !important;
  margin-bottom: 70px;
}

.std-activities .featured-clubs h3 {
  margin-bottom: 0px !important;
}

.std-activities .featured-clubs ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.std-activities .featured-clubs ul li {
  display: inline-block;
}

.std-activities .featured-clubs ul li a {
  text-decoration: underline;
  color: var(--mainColor);
  font-weight: 600;
}

.featured-clubs .clubs-item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.featured-clubs .clubs-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.featured-clubs .clubs-item span {
  color: var(--paragraphColorSecond);
  margin-bottom: 25px;
  display: block;
}

.featured-clubs .clubs-item h4 {
  font-size: 24px !important;
  margin-bottom: 30px;
}

.featured-clubs .clubs-item p {
  margin-bottom: 30px !important;
}

.featured-clubs p:last-child {
  margin-bottom: 0px !important;
}

/*================================================
Features Area CSS
=================================================*/
.video-play-area .contant {
  text-align: end;
  padding: 20px 0;
}

.video-play-area .contant p {
  margin-right: 145px;
  margin-bottom: 0px;
  color: var(--blackColor);
  font-weight: 500;
  font-size: 20px;
}

.video-play-area .play-button {
  padding: 18px;
  display: inline-block;
  background-color: var(--mainColor);
  position: relative;
  top: 21px;
}

.video-play-area .play-button i {
  font-size: 45px;
  color: var(--bg-white);
}

.features-content {
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
  overflow-x: clip;
  position: relative;
}

.features-content-2 {
  background-color: var(--secounderyColor);
  position: relative;
}

.features-content .sub-title,
.features-content-2 .sub-title {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.features-content .sub-title p {
  margin-bottom: 0px;
  font-size: 20px;
}

.features-content-2 .sub-title p {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.features-content .sub-title i,
.features-content-2 .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.features-content .content .item .item-content,
.features-content-2 .content .item .item-content {
  position: relative;
  padding-left: 80px;
}

.features-content .content h2,
.features-content-2 .content h2 {
  font-size: 48px;
  font-family: "Lexend", sans-serif;
  color: var(--bg-white);
  margin-bottom: 50px;
}

.features-content-2 .content h2 {
  color: var(--blackColor);
}

.features-content .content .item,
.features-content-2 .content .item {
  margin-bottom: 30px;
}

.features-content .content .item .item-content .icon,
.features-content-2 .content .item .item-content .icon {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  background-color: var(--bg-white);
  border-radius: 30px;
}

.features-content .content .item .item-content .icon img,
.features-content-2 .content .item .item-content .icon img {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
}

.features-content .content .item .item-content h3,
.features-content-2 .content .item .item-content h3 {
  font-family: "Lexend", sans-serif;
  font-size: 22px;
  color: var(--bg-white);
}

.features-content-2 .content .item .item-content h3 {
  color: var(--blackColor);
}

.features-content-2 .content .item .item-content p {
  color: var(--paragraphColor);
  padding-right: 40px;
}

.features-content-2 .content {
  position: relative;
}

.features-content-2 .content .arrow-icon {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 20px;
}

.features-content .image {
  position: absolute;
  content: "";
  top: -82px;
  right: -190px;
}

.features-content-2 .academic-item .image {
  position: relative;
}

.features-content-2 .academic-item .image img {
  width: 100%;
}

.features-content-2 .academic-item .image .number {
  position: absolute;
  content: "";
  bottom: -15%;
  right: 5%;
}

.features-content-2 .academic-item .image .number h3 {
  font-size: 96px;
  color: var(--bg-white);
  font-family: "Lexend", sans-serif;
}

.features-content-2 .academic-item .content {
  padding: 20px;
  background-color: var(--bg-white);
}

.features-content-2 .academic-item .content h4 {
  font-size: 22px;
  font-family: "Lexend", sans-serif;
}

.features-content-2 .academic-item .content .btn {
  font-weight: 500;
  color: var(--mainColor);
  position: relative;
  padding: 0;
}

.features-content-2 .academic-item .content .btn i {
  position: absolute;
  content: "";
  top: 0px;
  right: -30px;
  font-size: 25px;
}

.features-content-2 .academic-content {
  position: absolute;
  padding-right: 55px;
  top: 15%;
}

/*================================================
Video Area CSS
=================================================*/

.video-area {
  background-image: url(../img/all-img/video-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 380px;
  padding-bottom: 280px;
}

.video-area .video-play-btn a {
  height: 105px;
  width: 105px;
  line-height: 80px;
  border-radius: 85px;
  background-color: var(--bg-white);
  display: block;
  font-size: 20px;
  text-align: center;
  margin: auto;
  font-family: "Lexend", sans-serif;
}

/*================================================
Find Degree Area CSS
=================================================*/
.find-degree {
  background-image: url(../img/all-img/shape-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.find-degree .d-row {
  display: flex;
}

.find-degree .d-row .d-col-1 {
  width: 31%;
}

.find-degree .d-row .d-col-2 {
  width: 38%;
}

.find-degree .d-row .d-col-3 {
  width: 30%;
}

.find-degree .content-1 {
  padding: 40px 40px;
  background-color: var(--bg-white);
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.find-degree .content-1 h4 {
  background-color: var(--mainColor);
  padding: 10px;
  font-size: 24px;
  color: var(--bg-white);
  margin-bottom: 20px;
  font-family: "Lexend", sans-serif;
}

.find-degree .content-1 .selector-box,
.find-degree .content-1 .selector-box-2 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.find-degree .content-1 .selector-box .form-check {
  margin-right: 30px;
}

.find-degree .content-1 .selector-box .form-check-input:checked[type="radio"],
.find-degree
  .content-1
  .selector-box-2
  .form-check-input:checked[type="radio"] {
  background-image: url(../img/icon/active.png);
}

.find-degree .content-1 .search-key label {
  color: var(--blackColor);
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 100%;
}

.find-degree .content-1 .search-key .form-control {
  background-color: var(--bg-white) !important;
  border: 1px solid #d9d9d9 !important;
  margin-bottom: 15px;
}

.find-degree .form-check-input:checked {
  background-color: var(--bg-white);
  border-color: var(--mainColor);
}

.find-degree .form-check-input:focus {
  box-shadow: none;
  border-color: var(--mainColor) !important;
}

.find-degree .selector-btns .default-btn {
  border-radius: 5px;
  font-weight: 500;
  padding: 15px 45px;
}

.find-degree .content-1 .btn {
  color: var(--mainColor);
  text-decoration: underline;
  padding: 0;
  border: 0;
  font-weight: 500;
}

.find-degree .content-image {
  position: relative;
  background-image: url(../img/all-img/sponcer-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 312px 100px;
}

.find-degree .content-image .content {
  position: absolute;
  content: "";
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
}

.find-degree .content-image .content h5 {
  color: var(--bg-white);
  font-size: 100%;
  font-weight: 500;
}

.find-degree .content-image .content h3 {
  font-size: 250%;
  color: var(--bg-white);
  font-family: "Lexend", sans-serif;
  margin-bottom: 0px;
}

.find-degree .content-image .content h4 {
  font-size: 30px;
  color: var(--mainColor);
  font-family: "Lexend", sans-serif;
}

.find-degree .content-image .content .btn {
  color: var(--bg-white);
  font-size: 100%;
  padding: 0;
  border: none;
  text-transform: uppercase;
  text-decoration: underline;
}

.find-degree .content-1 .selector-btns {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.find-degree .search-key .form-select {
  color: var(--paragraphColor);
  padding: 15px;
  margin-bottom: 16px;
}

.find-degree .search-key .form-select:focus {
  box-shadow: none;
  border-color: var(--mainColor);
}

.find-degree .content-1 .selector-box-2 .form-check {
  margin-right: 30px;
}

.find-degree .search-key span {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 100%;
  display: block;
}

.find-degree .content-2 {
  padding: 40px 40px;
  background-color: var(--bg-white);
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.find-degree .content-2 h4 {
  font-size: 24px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.find-degree .content-2 .default-btn {
  border-radius: 5px;
  font-weight: 500;
}

.find-degree .content-2 .nav-tabs .nav-link {
  color: var(--paragraphColor);
  border: none;
}

.find-degree .content-2 .nav-tabs .nav-link.active {
  border-top: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.find-degree .content-2 .tab-content {
  margin-bottom: 50px;
}

.find-degree .content-2 .tab-content ul {
  padding: 0;
  list-style: none;
  margin: 40px 0px;
}

.find-degree .content-2 .tab-content ul li {
  margin-bottom: 30px;
}

.find-degree .content-2 .tab-content ul li a {
  text-decoration: underline;
  color: var(--mainColor);
}

/*================================================
About University Area CSS
=================================================*/

.about-university {
  background-color: var(--secounderyColor);
  position: relative;
}

.about-university .sub-title,
.about-university .sub-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.about-university .sub-title p {
  font-size: 20px;
  margin-bottom: 0px;
}

.about-university .sub-title i,
.about-university .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.about-university .content h2,
.about-university .content h2 {
  font-size: 48px;
  font-family: "Lexend", sans-serif;
  color: var(--bg-white);
}

.about-university .content h2 {
  color: var(--blackColor);
}

.about-university .content .item {
  margin: 30px 0;
  position: relative;
  padding-left: 80px;
}

.about-university .content .item .item-content .number {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  background-color: var(--mainColor);
  border-radius: 30px;
  margin-right: 25px;
}

.about-university .content .item .item-content .number h4 {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 20px;
  font-weight: 600;
  color: var(--bg-white);
}

.about-university .content .item .item-content h3 {
  font-family: "Lexend", sans-serif;
  font-size: 22px;
  color: var(--blackColor);
}

.about-university .content .item .item-content p {
  color: var(--paragraphColor);
}

/*================================================
News Area CSS
=================================================*/
.news-content {
  background-color: var(--secounderyColor);
}

.news-content ul {
  padding: 0;
  list-style: none;
  padding: 0px 40px;
}

.news-content ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-content ul li:last-child {
  border-bottom: none;
}

.news-content ul li .image {
  width: 72%;
}

.news-item .content {
  padding-left: 20px;
}

.news-item .sub-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.news-item .sub-title p {
  margin-bottom: 0px;
}

.news-item .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.news-item .content h2 {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}

.news-item .sub-title p {
  margin: 0 !important;
}

.news-item .content p {
  margin-bottom: 30px;
}

.news-item .content .btn {
  color: var(--mainColor);
  text-decoration: underline;
  padding: 0;
  border: 0;
  font-weight: 500;
}

.news-content-right {
  margin-bottom: 20px;
}

.news-content-right .content-box {
  box-shadow: 0px 0px 30px #f6f6f6;
}

.news-content-right .content-box .content {
  text-align: center;
  padding: 30px;
}

.news-content-right .content-box .content h3 {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}

.news-content-right .content-box .content .btn {
  color: var(--mainColor);
  text-decoration: underline;
  padding: 0;
  border: 0;
  font-weight: 500;
}

.news-content-item {
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #eeeeee;
}

.news-content-item .content-box {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  padding-top: 30px;
}

.news-content-item .content-box:last-child {
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 20px;
}

.news-content-item .content-box .image {
  width: 40%;
}

.news-content-item .content-box .content .sub-title {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}

.news-content-item .content-box .content .sub-title i {
  color: var(--mainColor);
  font-size: 25px;
  margin-right: 10px;
}

.news-content-item .content-box .content .sub-title p {
  margin-bottom: 0px;
}

.news-content-item .content-box .content h3 {
  font-family: "Lexend", sans-serif;
  font-size: 112.5%;
}

.section-btn {
  padding-top: 40px;
}

.section-btn a {
  color: var(--mainColor);
  position: relative;
  font-weight: 500;
}

.section-btn a i {
  position: absolute;
  content: "";
  font-size: 25px;
  top: 0px;
  right: -25px;
}

/*================================================
Blog Area CSS
=================================================*/

.widget-area .widget {
  padding: 40px;
  background: var(--bg-white);
  box-shadow: 0px 7px 60px rgba(22, 23, 26, 0.07);
  margin-bottom: 30px;
}

.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 3px;
  bottom: -1px;
  background-color: var(--mainColor);
}

.widget-area .widget .widget-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 24px;
  font-family: "Lexend", sans-serif;
}

.widget-area .widget-search form {
  position: relative;
}

.widget-area .widget-search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget-search form .screen-reader-text {
  display: none;
}

.widget-area .widget-search form .search-field {
  height: 60px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 2px 0 0 15px;
  color: var(--blackColor);
  background-color: var(--secounderyColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 100%;
  font-weight: 400;
}

.widget-area .widget-search form button {
  top: 12px;
  right: 10px;
  padding: 0;
  width: 40px;
  border: none;
  height: 37px;
  font-size: 20px;
  position: absolute;
  color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget-catagories ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.widget-area .widget-catagories ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-area .widget-catagories ul li:last-child {
  margin-bottom: 0px;
}

.widget-area .widget-catagories ul li a {
  font-size: 100%;
  font-weight: 400;
  color: var(--paragraphColor);
}

.widget-area .widget-catagories ul li span {
  color: var(--paragraphColor);
}

.widget-area .widget-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.widget-area .widget-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.widget-area .widget-list ul li:last-child {
  margin-bottom: 0px;
}

.widget-area .widget-list ul li a {
  font-size: 112.5%;
  font-weight: 400;
  color: var(--paragraphColor);
}

.widget-area .widget-list ul li span {
  color: var(--paragraphColor);
}

.widget-area .widget-list ul li .form-check label {
  display: flex;
  align-items: center;
}

.widget-area .widget-list ul li .form-check {
  padding: 0;
  margin: 0;
}

.widget-area .widget-list ul li .form-check p {
  padding-left: 8px;
}

.radio-input {
  visibility: hidden;
}

.radio-label {
  position: relative;
  padding-left: 15px;
  color: var(--paragraphColor);
  display: inline-block;
}

.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -14px;
  top: 7px;
  border-radius: 50%;
}

.radio-border {
  width: 16px;
  height: 16px;
  display: inline-block;
  outline: solid 2px var(--paragraphColor);
  border-radius: 50%;
  position: absolute;
  left: -17px;
  top: 4px;
}

.radio-input:checked + .radio-label:after {
  transition: all 0.5s;
  background-color: var(--mainColor);
}

.widget-area .widget-list .radio-from ul {
  list-style: none;
  padding: 0;
}

.widget-area .widget-list .radio-from ul li {
  display: inline-block;
  padding-right: 5px;
  font-size: 112.5%;
  color: #dddddd;
  margin: 0;
}

.widget-area .widget-list .radio-from ul li .active {
  color: #ffc107;
}

.widget-area .widget-banner {
  background-image: url(../img/all-img/blog-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.widget-banner .blog-banner-content .title {
  font-size: 30px;
  color: var(--bg-white);
  font-weight: 800;
  position: relative;
  font-family: "Lexend", sans-serif;
  margin-bottom: 40px;
  margin-bottom: 175px;
}

.widget-banner .blog-banner-content .title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--bg-white);
}

.widget-banner .blog-banner-content .price {
  color: var(--bg-white);
  font-family: "Lexend", sans-serif;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 30px;
}

.widget-banner .blog-banner-content .price span {
  display: block;
  font-size: 112.5%;
  font-weight: 400;
}

.widget-banner .blog-banner-content .banner-button .default-btn {
  width: 100%;
  text-align: center;
}

.widget-tags ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.widget-tags ul li {
  display: inline-block;
}

.widget-tags ul li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  margin-bottom: 15px;
  color: var(--paragraphColor);
}

.widget-tags ul li a:hover {
  background-color: var(--mainColor);
  color: var(--bg-white);
  border: 1px solid var(--mainColor);
}

.blog-single-card {
  box-shadow: 7px 7px 60px rgba(22, 23, 26, 0.06);
  margin-bottom: 30px;
}

.blog-single-card .content {
  padding: 30px;
}

.blog-single-card .content .meta ul {
  padding: 0;
  list-style: none;
}

.blog-single-card .content .meta ul li {
  display: inline-block;
  margin-right: 50px;
  color: var(--paragraphColor);
  position: relative;
}

.blog-single-card .content .meta ul li:last-child {
  margin-right: 0px;
}

.blog-single-card .content .meta ul li::before {
  position: absolute;
  content: "";
  top: 11px;
  right: -45px;
  background-color: #d9d9d9;
  height: 1px;
  width: 35px;
}

.blog-single-card .content .meta ul li:last-child:before {
  display: none;
}

.blog-single-card .content .meta ul li a {
  color: var(--paragraphColor);
}

.blog-single-card .content h3 {
  font-size: 22px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 30px;
}

.blog-single-card .content .butn {
  color: var(--mainColor);
  position: relative;
  font-weight: 500;
}

.blog-single-card .content .butn i {
  position: absolute;
  content: "";
  font-size: 25px;
  top: 0px;
  right: -25px;
  transition: var(--transition);
}

.blog-single-card .content .butn:hover i {
  position: absolute;
  content: "";
  top: 0px;
  right: -30px;
  font-size: 25px;
}

.blog-pagi .pagination {
  justify-content: center !important;
  margin-bottom: 0;
  margin-top: 30px;
}

.blog-pagi .pagination .page-link {
  padding: 5px 25px;
  border-radius: 25px;
  background-color: var(--secounderyColor);
  margin-right: 10px;
  border: none;
  box-shadow: none;
  color: var(--mainColor);
  font-weight: 600;
  font-size: 100%;
  transition: var(--transition);
}

.blog-pagi .pagination .page-link i {
  font-weight: 600;
  font-size: 100%;
}

.blog-pagi .pagination .page-link:hover {
  background-color: var(--mainColor);
  color: var(--bg-white);
}

.blog-pagi .pagination .page-link.active {
  background-color: var(--mainColor);
  color: var(--bg-white);
}

.blog-details-desc {
  padding-right: 30px;
}

.blog-details-desc .article-image {
  margin-bottom: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.blog-details-desc .article-content .entry-meta ul li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  color: var(--paragraphColor);
}

.blog-details-desc .article-content .entry-meta ul li a {
  color: var(--paragraphColor);
}

.blog-details-desc .article-content .entry-meta ul li::before {
  position: absolute;
  content: "";
  top: 11px;
  right: -45px;
  background-color: #d9d9d9;
  height: 1px;
  width: 35px;
}

.blog-details-desc .article-content .entry-meta ul li:last-child:before {
  display: none;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content h3 {
  font-size: 30px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 30px;
}

.blog-details-desc .article-content p {
  margin-bottom: 30px;
}

blockquote,
.blockquote {
  overflow: hidden;
  padding: 0px 50px 0 30px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-left: 40px;
}

blockquote::after,
.blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--mainColor);
}

blockquote p,
.blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px !important;
  font-family: "Lexend", sans-serif;
  margin-bottom: 0px !important;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--blackColor);
  margin-right: 3px;
  position: relative;
  top: -1px;
  font-size: 112.5%;
  font-weight: 800;
  font-family: "Lexend", sans-serif;
}

.blog-details-desc .article-footer .article-tags a {
  color: var(--paragraphColor);
  transition: var(--transition);
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: var(--mainColor);
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -1px;
  font-family: "Lexend", sans-serif;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 5px;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
  border: 1px solid var(--secounderyColor);
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
  transition: var(--transition);
}

.blog-details-desc .article-footer .article-share .social li a:hover {
  background-color: var(--mainColor);
  color: var(--bg-white);
  border: 1px solid var(--mainColor);
}

.comments-area .comments-title {
  font-size: 30px;
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}

.comments-area .comments-title::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: var(--mainColor);
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 130px;
  color: var(--blackColor);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-author {
  font-size: 100%;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  left: -130px;
  position: absolute;
}

.comments-area .comment-author .fn {
  font-weight: 700;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
}

.comments-area .comment-author .reply {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}

.comments-area .comment-body .reply a {
  color: var(--paragraphColor);
  display: inline-block;
  padding: 5px 15px;
  font-size: 100%;
  font-weight: 400;
  background-color: var(--secounderyColor);
}

.comments-area .comment-body .reply a:hover {
  color: var(--bg-white);
  background-color: var(--mainColor);
}

.comments-area .comment-metadata {
  margin-bottom: 0.7em;
  color: var(--paragraphColor);
  letter-spacing: 0.01em;
  font-size: 100%;
}

.comments-area .comment-content .reply {
  display: none;
}

.comments-area .children {
  margin-left: 70px;
}

.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-reply-title {
  font-size: 30px;
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}

.comments-area .comment-reply-title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: var(--mainColor);
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  border: none;
  height: 60px;
  outline: 0;
  font-size: 14.5px;
  border-radius: 3px;
  color: var(--paragraphColor);
  padding: 1px 0 0 15px;
  background-color: var(--secounderyColor);
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--paragraphColor);
  font-weight: normal;
  font-size: var(--fontSize);
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  cursor: pointer;
  text-transform: capitalize;
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 15px 32px;
  color: var(--bg-white);
  display: inline-block;
  border-radius: 30px;
  margin: 5px;
  border: none;
  font-weight: 400;
  font-size: 112.5%;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

/*================================================
Faculty CSS
=================================================*/

.faculty-area,
.faculty-area-2,
.faculty-area-3 {
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
}

.faculty-area .content {
  display: flex;
}

.faculty-area .content .icon {
  width: 30%;
}

.faculty-area .content .text h3 {
  font-family: "Lexend", sans-serif;
  font-size: 30px;
  color: var(--bg-white);
}

.faculty-area .content .text p {
  color: var(--paragraphColorSecond);
  padding-right: 45px;
}

.faculty-area-2 .heading h2 {
  font-family: "Lexend", sans-serif;
  font-size: 48px;
  color: var(--bg-white);
}

.faculty-area-2 .content p {
  color: var(--paragraphColorSecond);
}

.faculty-area-3 .content {
  text-align: center;
}

.faculty-area-3 .content span {
  color: var(--paragraphColorSecond);
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
}

.faculty-area-3 .content h2 {
  color: var(--bg-white);
  margin-bottom: 10px;
  font-family: "Lexend", sans-serif;
  font-size: 48px;
}

.faculty-area-3 .content p {
  color: var(--bg-white);
  margin-bottom: 30px;
}

.faculty-area-3 .content .default-btn {
  border-radius: 5px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-content {
  margin-right: 30px;
}

.contact-content .header-content h2 {
  font-size: 30px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 30px;
}

.contact-content .header-content p a {
  font-weight: 600;
}

.map-pd {
  padding-bottom: 30px;
}

#map iframe {
  width: 100%;
  height: 250px;
  border: none;
}

.contact-form {
  padding-top: 30px;
}

.contact-form form .form-group textarea.form-control {
  height: auto;
}

.contact-form form .help-block ul {
  margin-bottom: 0;
  margin-top: 12px;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form .default-btn {
  margin-top: 5px;
}

.contact-form form #msgSubmit {
  margin: 0 !important;
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
  margin-top: 15px !important;
}

.contact-form .form-control {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none !important;
  border-radius: 3px;
  border: 1px solid #eeeeee !important;
  height: 60px;
  padding-left: 15px;
  color: var(--paragraphColor);
  font-size: 112.5%;
  margin-bottom: 30px;
}

.contact-form label {
  color: var(--paragraphColor);
  margin-bottom: 20px;
  background: transparent;
}
.captcha label {
  display: none;
}
.contact-form .form-select {
  margin-bottom: 30px;
  height: 60px;
  color: #212529;
  border: 1px solid #eeeeee;
  box-shadow: none;
  padding-left: 20px;
}

.contact-info .info-details ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.contact-info .info-details ul li {
  font-size: 100%;
  color: var(--paragraphColor);
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}

.contact-info .info-details ul li a {
  color: var(--paragraphColor);
}

.contact-info .info-details ul li .info-mail {
  font-weight: 700;
  color: var(--blackColor);
}

.contact-info .info-details ul li:last-child {
  margin-bottom: 0px;
}

.contact-info .info-details ul li i {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  font-size: 20px;
  color: var(--mainColor);
}

/*================================================
Quick Search CSS
=================================================*/

/* .quick-search{
  background-image: url(../img/all-img/bg-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
} */

.quick-content {
  padding-left: 40px;
}

.quick-search .course-search-box {
  padding: 60px 50px;
  box-shadow: 0px 0px 30px 10px rgba(22, 23, 26, 0.05);
  background-color: var(--bg-white);
}

.quick-search .course-search-box h4 {
  font-family: "Lexend", sans-serif;
  margin-bottom: 30px;
}

.quick-search .course-search-box .search-key .form-control {
  background-color: var(--bg-white) !important;
  border: 1px solid #d9d9d9 !important;
  margin-bottom: 15px;
}

.quick-search .course-search-box .search-key .form-select {
  color: var(--paragraphColor);
  padding: 18px 15px;
  margin-bottom: 15px;
}

.quick-search .course-search-box .search-key .form-select:focus {
  box-shadow: none;
  border-color: var(--mainColor);
}

.quick-search .course-search-box .search-key .default-btn {
  width: 100%;
  text-align: center;
  border-radius: 6px;
}

.quick-search .quick-content .sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.quick-search .quick-content .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.quick-search .quick-content .sub-title p {
  font-size: 20px;
}

.quick-search .quick-content h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-family: "Lexend", sans-serif;
}

.quick-search .quick-content .list .list-items ul {
  padding-left: 30px;
  padding-top: 30px;
  list-style: none;
  padding-bottom: 30px;
}

.quick-search .quick-content .list .list-items ul li {
  margin-bottom: 25px;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  position: relative;
  color: var(--blackColor);
}

.quick-search .quick-content .list .list-items ul li i {
  color: var(--mainColor);
  font-size: 25px;
  position: absolute;
  content: "";
  top: 5px;
  left: -30px;
}

.quick-search .quick-content .apply-banner {
  background-image: url(../img/all-img/shape-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
  padding: 30px;
  margin-bottom: 40px;
}

.quick-search .quick-content .apply-banner p {
  color: var(--bg-white);
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.quick-search .quick-content .user-exprience .user-info {
  display: flex;
}

.quick-search .quick-content .user-exprience .user-info .image {
  margin-right: 15px;
}

.quick-search .quick-content .user-exprience .user-info .text h4 {
  font-family: "Lexend", sans-serif;
  font-size: 20px;
}

.quick-search .quick-content .user-exprience .exprience {
  display: flex;
  align-items: center;
}

.quick-search .quick-content .user-exprience .exprience .icon {
  margin-right: 15px;
}

.quick-search .quick-content .user-exprience .exprience .text {
  display: flex;
  align-items: center;
}

.quick-search .quick-content .user-exprience .exprience .text h4 {
  font-size: 250%;
  font-family: "Lexend", sans-serif;
  margin-right: 10px;
}

.quick-search .quick-content .user-exprience .exprience .text p {
  line-height: 24px;
}

.quick-search.style-2 .quick-content .sub-title {
  text-transform: uppercase;
}

.quick-search.style-3 {
  background-image: url(../img/all-img/bg-image-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.quick-search.style-3 .quick-content .user-exprience .user-info {
  align-items: center;
  justify-content: flex-end;
}

.quick-search.style-3 .quick-content .user-exprience .user-info .text {
  margin-right: 20px;
}

.quick-search.style-3 .quick-content .user-exprience .user-info .text p {
  color: var(--bg-white);
}

.quick-search.style-3 .quick-content .user-exprience .user-info .image {
  margin-right: 0px;
  border: 3px solid #fff;
  border-radius: 40px;
}

/*================================================
Scholarship CSS
=================================================*/

.scholarship-area {
  background-color: var(--blackColor);
}

.scholarship-area .content {
  max-width: 870px;
  margin: auto;
  text-align: center;
}

.scholarship-area .content h2 {
  color: var(--bg-white);
  margin-bottom: 10px;
  font-family: "Lexend", sans-serif;
  font-size: 48px;
}

.scholarship-area .content p {
  color: var(--paragraphColorSecond);
  margin-bottom: 30px;
}

.scholarship-area .content .default-btn {
  border-radius: 5px;
}

/*================================================
Success Award CSS
=================================================*/

.success-award-area .content {
  padding-right: 55px;
  position: relative;
}

.success-award-area .content .arrow {
  position: absolute;
  content: "";
  bottom: 0%;
  right: -20%;
}

.success-award-area .content span {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: var(--paragraphColor);
}

.success-award-area .content h2 {
  font-size: 48px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 40px;
}

.success-award-area .content ol {
  padding-left: 20px;
  margin: 0;
}

.success-award-area .content ol li {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}

.success-award-area .content ol li b {
  color: var(--blackColor);
}

.success-award-area .content .notice {
  background-color: var(--secounderyColor);
  padding: 30px 60px;
  position: relative;
  border-radius: 5px;
}

.success-award-area .content .notice i {
  position: absolute;
  content: "";
  top: 36px;
  left: 25px;
  color: var(--blackColor);
  font-weight: 500;
  font-size: 20px;
}

.success-award-area .content .notice p {
  color: var(--blackColor);
  font-weight: 500;
  font-size: 112.5%;
}

.success-award-area .image {
  position: relative;
}

.success-award-area .image .play {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 46%;
  right: 0;
}

.success-award-area .image .play .button a {
  height: 50px;
  display: inline-block;
  width: 50px;
  line-height: 57px;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--bg-white);
  border-radius: 100%;
  font-size: 250%;
  position: relative;
}

.success-award-area .image .play .button a::before {
  position: absolute;
  content: "";
  height: 65px;
  width: 65px;
  top: -7px;
  left: -7px;
  border: 2px solid var(--mainColor);
  border-radius: 45px;
  color: var(--bg-white);
}

/*================================================
Activities CSS
=================================================*/

.activities-area {
  background-color: var(--secounderyColor);
}

.activities-card {
  padding: 10px;
  box-shadow: 0px 0px 75px #6767672e;
  background-color: var(--bg-white);
}

.activities-card .image img {
  border-radius: 5px;
  width: auto;
}

.activities-card .content {
  padding: 30px 20px;
}

.activities-card .content h2 {
  margin-top: 10px;
  font-size: 26px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 20px;
}

.activities-card .content .btn {
  color: var(--mainColor);
  text-decoration: underline;
  font-weight: 500;
  padding: 0;
  border: 0;
}

.activities-area hr {
  margin-bottom: 40px;
}

.activities-card.style-2 {
  padding: 0px;
}

.activities-card.style-3 {
  box-shadow: none;
  background-color: transparent;
}

.activities-card.style-2 .content {
  padding: 30px 30px;
}

.activities-card.style-2 .image img {
  border-radius: 5px;
  width: 100%;
}

.activities-card.style-2.style-3 .content {
  padding: 30px 0;
}

/*================================================
Campus Area CSS
=================================================*/
.campus-experience-area .content .comment-box-info {
  padding: 30px 40px;
  box-shadow: 0px 0px 30px 10px rgba(22, 23, 26, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
}

.campus-experience-area .content span {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: var(--paragraphColor);
}

.campus-experience-area .content h2 {
  font-size: 48px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 40px;
}

.campus-experience-area .content .comment-box-info .admin-info {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.campus-experience-area .content .comment-box-info .admin-info .image {
  margin-right: 15px;
}

.campus-experience-area .content .comment-box-info .admin-info .text {
  position: relative;
}

.campus-experience-area .content .comment-box-info .admin-info .text i {
  position: absolute;
  content: "";
  top: 1px;
  right: -19%;
  color: #3897f0;
  font-size: 20px;
}

.campus-experience-area .content .comment-box-info .admin-info .icon {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}

.campus-experience-area .content .comment-box-info .admin-info .text h5 {
  margin-bottom: 2px;
}

.campus-experience-area .content .comment-box-info .admin-comment .date {
  color: var(--paragraphColor);
}

/*================================================
Campus Area 2 CSS
=================================================*/
.campus-area-2 {
  position: relative;
}

.campus-area-2::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
}

.campus-area-2 .section-title-2 h2 {
  color: var(--bg-white);
}

.campus-area-2 .section-title-2 .sub-title p {
  color: var(--paragraphColorSecond);
}

.campus-card {
  position: relative;
}

.campus-card img {
  height: 360px;
}

.campus-card .content {
  position: absolute;
  content: "";
  bottom: 4%;
  left: 5%;
}

.campus-card .content h2 {
  background-color: var(--bg-white);
  padding: 10px;
  font-size: 87.5%;
  font-family: "Lexend", sans-serif;
  margin-bottom: 30px;
  border-radius: 5px;
  position: absolute;
  right: -206px;
  bottom: -27px;
}

/*================================================
Campus Tour Area CSS
=================================================*/
.campus-tour .content .sub-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.campus-tour .content .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.campus-tour .content .sub-title p {
  margin-bottom: 0px;
  font-size: 20px;
}

.campus-tour .content {
  padding: 30px 60px;
}

.campus-tour .content h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-family: "Lexend", sans-serif;
}

.campus-tour .content p {
  margin-bottom: 30px;
}

.campus-tour .content p:last-child {
  margin-bottom: 0px;
}

.campus-tour .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px;
}

.campus-tour .image.cp-bg-1 {
  background-image: url(../img/all-img/campus-1.png);
}

.campus-tour .image.cp-bg-2 {
  background-image: url(../img/all-img/campus-2.png);
}

.campus-tour .image.cp-bg-3 {
  background-image: url(../img/all-img/campus-3.png);
}

/*================================================
Events Area CSS
=================================================*/
.events-area {
  background-color: var(--secounderyColor);
}

.event .content {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.event .content .image {
  width: 55%;
}

.event .content .text {
  width: 77%;
  padding-right: 50px;
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
  padding-top: 30px;
}

.event .content .text::before {
  position: absolute;
  content: "";
  width: -webkit-fill-available;
  z-index: -1;
  top: 10px;
  left: -15px;
  height: -webkit-fill-available;
  background-color: var(--bg-white);
  transition: var(--transition);
  opacity: 0;
  box-shadow: 1px 1px 30px #0000000d;
}

.event .content:hover .text::before {
  top: 0px;
  opacity: 1;
}

.event .content .text .tag {
  color: var(--bg-white);
  background: var(--mainColor);
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 30px;
}

.event .content .text h2 {
  font-size: 30px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 20px;
}

.event .content .text span {
  color: var(--paragraphColor);
  display: inline-block;
  margin-bottom: 20px;
}

.event .content .text .link {
  position: absolute;
  content: "";
  top: 12%;
  right: 5%;
}

.event .content .text .link a {
  color: var(--paragraphColor);
  font-size: 20px;
}

.event .content .text .link a:hover {
  color: var(--mainColor);
}

.recent-post h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.recent-post .event .content .text {
  width: 91%;
}

.upcoming-event h4 {
  font-size: 125%;
  font-weight: 500;
  margin-bottom: 20px;
}

.upcoming-event .content {
  padding-right: 30px;
  padding-left: 30px;
  overflow: hidden;
}

.upcoming-event .content h3 {
  font-family: "Lexend", sans-serif;
  font-size: 112.5%;
  margin-bottom: 10px;
}

.upcoming-event .content .location {
  color: var(--paragraphColor);
  position: relative;
  padding-left: 20px;
}

.upcoming-event .content .location i {
  color: var(--mainColor);
  font-size: 20px;
  position: absolute;
  content: "";
  top: 1px;
  left: -5px;
}

.upcoming-event .content .link a {
  color: var(--paragraphColor);
  font-size: 20px;
}

.upcoming-event .content .link a:hover {
  color: var(--mainColor);
}

.upcoming-event .event-dates {
  display: flex;
  padding: 30px;
  border: 1px solid var(--paragraphColorSecond);
  position: relative;
  border-bottom: 0px;
}

.upcoming-event .event-dates:last-child {
  border-bottom: 1px solid var(--paragraphColorSecond);
  justify-content: center;
}

.upcoming-event .event-dates .btn {
  color: var(--blackColor);
  font-weight: 500;
  position: relative;
  padding: 0;
  border: 0;
}

.upcoming-event .event-dates .btn i {
  position: absolute;
  content: "";
  font-size: 22px;
  top: 1px;
  right: -25px;
}

.upcoming-event .event-dates .date {
  width: 17%;
}

.upcoming-event .event-dates .date ul {
  list-style: none;
  padding: 0;
}

.upcoming-event .event-dates .date ul .mnt {
  padding: 4px;
  background: var(--mainColor);
  text-align: center;
  color: var(--blackColor);
  min-width: 100px;
  max-width: 100px;
}

.upcoming-event .event-dates .date ul .det {
  padding: 5px 12px;
  background: var(--bg-white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.upcoming-event .content .link {
  position: absolute;
  top: 15%;
  right: 6%;
  content: "";
}

/*================================================
Event Area 2 CSS
=================================================*/
.events-area-2 {
  padding-bottom: 60px;
}

.slider-event {
  position: relative;
}

.slider-event.owl-theme .owl-nav [class*="owl-"] {
  background-color: var(--secounderyColor);
  transition: var(--transition);
  margin: 0;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--blackColor);
  border-radius: 50%;
  font-size: 25px;
  padding: 0;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.slider-event.owl-theme .owl-nav [class*="owl-"]:hover {
  color: var(--blackColor);
  background-color: var(--mainColor);
}

.slider-event.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -25px;
}

.slider-event-btn {
  text-align: center;
  margin-top: 30px;
}

/*================================================
Success CSS
=================================================*/
.success-area .success-card {
  position: relative;
}

.success-area .success-card ul {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  list-style: none;
  display: inline-flex;
  padding: 0px 15px 0 85px;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}

.success-area .success-card .play {
  position: absolute;
  content: "";
  bottom: 10%;
  left: 7%;
}

.success-area .success-card .play a {
  height: 50px;
  width: 50px;
  display: inline-block;
  z-index: 1;
  line-height: 55px;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--bg-white);
  border-radius: 100%;
  font-size: 250%;
  position: relative;
}

.success-area .success-card .play::before {
  position: absolute;
  content: "";
  height: 65px;
  width: 65px;
  top: -7px;
  left: -7px;
  border: 2px solid var(--mainColor);
  border-radius: 45px;
}

.success-area .success-card ul li h3 {
  font-family: "Lexend", sans-serif;
  font-size: 22px;
  color: var(--bg-white);
}

.success-area .success-card ul .link a {
  color: var(--bg-white);
  font-size: 24px;
}

.success-area.success-area-2 {
  background-color: var(--secounderyColor);
  border-radius: 0 0 40px 40px;
  position: relative;
  bottom: -40px;
  z-index: 999;
}

/*================================================
Section Banner Area CSS
=================================================*/
.section-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-banner {
  position: relative;
}

.banner-spacing {
  padding: 100px 250px;
  margin-bottom: 80px;
  position: absolute;
}

.section-banner .section-info {
  position: absolute;
  bottom: -20%;
  left: 0%;
  padding: 20px 20px;
  background-image: url(../img/all-img/shape-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--mainColor);
  max-width: 438px;
}

.section-banner .section-info h2 {
  color: var(--blackColor);
  font-family: "Lexend", sans-serif;
  font-size: 44px;
}

.section-banner .section-info p {
  color: var(--blackColor);
}

.section-banner.bg-1 {
  background-image: url(../img/banner/section-image-1.png);
}

.section-banner.bg-2 {
  background-image: url(../img/banner/section-image-2.png);
}

.section-banner.bg-3 {
  background-image: url(../img/banner/section-image-3.png);
}

.section-banner.bg-4 {
  background-image: url(../img/banner/section-image-4.png);
}

.section-banner.bg-5 {
  background-image: url(../img/banner/section-image-5.png);
}

.section-banner.bg-6 {
  background-image: url(../img/banner/section-image-6.png);
}

.section-banner.bg-7 {
  background-image: url(../img/banner/section-image-7.png);
}

.section-banner.bg-8 {
  background-image: url(../img/banner/section-image-8.png);
}

.section-banner.bg-9 {
  background-image: url(../img/banner/section-image-9.png);
}

.section-banner.bg-10 {
  background-image: url(../img/banner/section-image-10.png);
}

.section-banner.bg-11 {
  background-image: url(../img/banner/section-image-11.png);
}

.section-banner.bg-12 {
  background-image: url(../img/banner/section-image-12.png);
}

.section-banner.bg-13 {
  background-image: url(../img/banner/section-image-13.png);
}

.section-banner.bg-14 {
  background-image: url(../img/banner/section-image-14.png);
  margin-bottom: 80px;
}

.section-banner.bg-15 {
  background-image: url(../img/banner/section-image-15.png);
}

.section-banner.bg-16 {
  background-image: url(../img/banner/section-image-16.png);
}

.section-banner.bg-17 {
  background-image: url(../img/banner/section-image-17.png);
}

.section-banner.bg-18 {
  background-image: url(../img/banner/section-image-18.png);
}

.section-banner.bg-19 {
  background-image: url(../img/banner/section-image-19.png);
}

.section-banner.bg-20 {
  background-image: url(../img/banner/section-image-20.png);
}

.section-banner.bg-21 {
  background-image: url(../img/banner/section-image-21.png);
}

.section-banner.bg-22 {
  background-image: url(../img/banner/section-image-22.png);
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  background-image: url(../img/all-img/subscribe-area.jpg);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.subscribe-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #120f2d;
  opacity: 0.3;
}

.subscribe-area .section-title p {
  color: var(--bg-white);
}

.subscribe-area .section-title h2 {
  color: var(--bg-white);
}

.subscribe-area-2 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.subscribe-area-3 {
  background-image: url(../img/all-img/subscribe-image-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.subscribe-area-3 .image {
  position: absolute;
  content: "";
  bottom: -5%;
  left: 20%;
}

.subscribe-area-3 .content span {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: var(--bg-white);
}

.subscribe-area-3 .content h2 {
  font-family: "Lexend", sans-serif;
  color: var(--bg-white);
  font-size: 48px;
  margin-bottom: 40px;
}

.subscribe-area-3 .content .signup {
  height: 85px;
  background-color: #ffffff12;
  border-radius: 5px;
  margin: auto;
  border: 12px solid #282828;
}

.subscribe-area-3 .content .signup .email-signup {
  height: 60px;
  padding: 0px 5px 0px 22px;
  width: 400px;
  caret-color: var(--mainColor);
  font-size: 20px;
  color: var(--bg-white);
  background-color: transparent;
  outline-style: none;
  border: none;
  border-radius: 0.2rem;
}

.subscribe-area-3 .content .signup .btn {
  height: 60px;
  width: 200px;
  background-color: var(--mainColor);
  border: none;
  font-size: 112.5%;
  border-radius: 5px;
  float: right;
  color: var(--bg-white);
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--bg-white);
}

.footer-top-info {
  border-bottom: 1px solid #073972;
}

.footer-top-info .content {
  text-align: center;
  max-width: 675px;
  font-size: 112.5%;
  margin: auto;
}

.footer-top-info .content .image {
  position: relative;
  top: -50px;
}

.footer-top-info .content p {
  color: var(--paragraphColorSecond);
  margin-bottom: 30px;
  font-size: 22px;
}

.footer-top-info .content ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.footer-top-info .content ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-top-info .content ul li:last-child {
  margin-right: 0px;
}

.footer-top-info .content ul li a {
  display: block;
  background-color: #073972;
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--bg-white);
  font-size: 24px;
  border-radius: 2px;
  position: relative;
}

.footer-top-info .content ul li a:hover {
  background-color: var(--mainColor);
  color: var(--bg-white);
}

.footer-top-info .content ul li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-widget-info {
  border-bottom: 1px solid var(--blue);
  padding: 20px 0;
}

.footer-widget-info .footer-widget h4 {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  color: var(--blackColor);
  margin-bottom: 30px;
}

.footer-widget-info .footer-widget ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-widget-info .footer-widget ul li {
  margin-bottom: 15px;
  padding-left: 30px;
}

.footer-widget-info .footer-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-widget-info .footer-widget ul li a {
  color: var(--blackColor);
  position: relative;
}

.footer-widget-info .footer-widget ul li a:hover {
  color: var(--mainColor);
}

.nav-item a:hover {
  color: var(--blackColor);
}

.footer-widget-info .footer-widget ul li a i {
  color: var(--mainColor);
  font-size: 22px;
  position: absolute;
  content: "";
  left: -35px;
  top: 2px;
}

.footer-widget-info .footer-widget .image {
  margin-bottom: 30px;
}

.footer-widget-info .footer-widget .info-links {
  margin-top: 30px;
}

.footer-widget-info .footer-widget .info-links a {
  color: var(--blackColor);
  font-weight: 500;
}

.footer-widget-info .footer-widget .info-links a:hover {
  color: var(--mainColor);
}

.copy-right-area {
  padding: 20px 0;
}

.copy-right-area .cpr-left p {
  color: var(--blackColor);
}

.copy-right-area .cpr-left P a {
  color: var(--bg-white);
  font-weight: 600;
}

.copy-right-area .cpr-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.copy-right-area .cpr-right ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
}

.copy-right-area .cpr-right ul li {
  display: inline-block;
  margin-right: 25px;
}

.copy-right-area .cpr-right ul li:last-child {
  margin-right: 0px;
}

.copy-right-area .cpr-right ul li a {
  color: var(--blackColor);
}

.copy-right-area .cpr-right ul li a:hover {
  color: var(--mainColor);
}

.copy-right-area.style-2 {
  background-color: var(--mainColor);
  position: relative;
}

.copy-right-area.style-2 .copy-logo {
  position: absolute;
  content: "";
  top: -60%;
  left: 0;
  right: 0;
  text-align: center;
}

.copy-right-area.style-2 .cpr-left p {
  color: var(--bg-white);
}

.copy-right-area.style-2 .cpr-right ul li a {
  color: var(--bg-white);
}

.copy-right-area.style-2 {
  padding-top: 40px;
}

.copy-right-area.style-2 .social-list {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  margin-left: 20px;
}

.copy-right-area.style-2 .social-list li {
  display: inline-block;
  margin-right: 10px;
}

.copy-right-area.style-2 .social-list li:last-child {
  margin-right: 0px;
}

.copy-right-area.style-2 .social-list li a {
  display: block;
  background-color: var(--bg-white);
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--blackColor);
  font-size: 24px;
  border-radius: 2px;
  position: relative;
}

.copy-right-area.style-2 .social-list li a i {
  color: var(--blackColor);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: var(--transition);
}

.copy-right-area.style-2 .social-list li a:hover i {
  color: var(--mainColor) !important;
}

.footer-area-3 {
  background-color: var(--secounderyColor);
}

.footer-area-3 .footer-top-info .left-content {
  position: relative;
}

.footer-area-3 .footer-top-info .left-content p {
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 500;
  padding-left: 60px;
}

.footer-area-3 .footer-top-info .left-content p a {
  color: var(--mainColor);
}

.footer-area-3 .footer-top-info .left-content p i {
  font-size: 50px;
  position: absolute;
  left: 0;
  top: -10px;
}

.footer-area-3 .footer-top-info .right-content {
  text-align: end;
  position: relative;
}

.footer-area-3 .footer-top-info .right-content span {
  position: absolute;
  content: "";
  top: 10px;
  right: 37%;
}

.footer-area-3 .footer-top-info .right-content ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.footer-area-3 .footer-top-info .right-content ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-area-3 .footer-top-info .right-content ul li a {
  display: block;
  background-color: var(--bg-white);
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--blackColor);
  font-size: 24px;
  border-radius: 10px;
  position: relative;
  color: var(--bg-white);
}

.footer-area-3 .footer-top-info .right-content ul li a i {
  color: var(--blackColor);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: var(--transition);
}

.footer-area-3 .footer-top-info {
  border-bottom: 1px solid #dddddd;
}

.footer-area-3 .footer-widget-info .footer-widget h4 {
  color: var(--blackColor);
}

.footer-area-3 .footer-widget-info .footer-widget ul li a {
  color: var(--paragraphColor);
}

.footer-area-3 .footer-widget-info .footer-widget ul li a:hover {
  color: var(--mainColor);
}

.footer-area-3 .footer-widget-info {
  border-bottom: 1px solid #dddddd;
}

.footer-area-3 .copy-right-area .cpr-left p {
  color: var(--paragraphColor);
}

.footer-area-3 .copy-right-area .cpr-left P a {
  color: var(--mainColor);
}

.footer-area-3 .copy-right-area .cpr-right ul li a {
  color: var(--paragraphColor);
}

.footer-area-3 .copy-right-area .cpr-right ul li a:hover {
  color: var(--mainColor);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  background-color: var(--mainColor);
  color: var(--bg-white);
  z-index: 4;
  width: 43px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  font-size: 27px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: var(--blackColor);
  color: var(--bg-white);
}

a.btn.readmore {
  color: var(--mainColor);
  padding: 0px 0;
}

/* .faculty-model {
  float: left;
  height: 300px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
} */
/* Preloader CSS */
.preloader-container {
  --dot-size: 15px;
  --bs-white-rgb: 255, 255, 255;
  position: fixed;
  inset: 0;
  background-color: var(--bg-white);
  backdrop-filter: blur(0.25rem);
  z-index: 10000;
  display: flex;
  place-items: center;
  place-content: center;
  gap: calc(var(--dot-size) / 4);
}

.preloader-dot {
  width: var(--dot-size);
  height: var(--dot-size);
  aspect-ratio: 1;
  border-radius: calc(var(--dot-size) / 2);
  background-color: var(--bs-primary);
  animation: slide 1.5s infinite;
}

.preloader-dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #e8e7e8;
}

.preloader-dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #d9d0d2;
}

.preloader-dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #ff7300;
}

.preloader-dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #ff7300;
}

.preloader-dot:nth-child(5) {
  animation-delay: 0.5s;
  background: var(--mainColor);
}

.insitute_name {
  position: static;
  margin-right: 119px !important;
}

@keyframes slide {
  0% {
    scale: 1;
  }

  50% {
    scale: 2;
    opacity: 0.3;
  }

  100% {
    scale: 1;
  }
}

/* Custom CSS */
.custom-padding {
  padding: 0 66px;
}

.emblem-logo {
  max-width: 110%;
}

.azadi-logo,
.swach-logo {
  max-width: 183px !important;
  height: 50px;
}

.swach-logo {
  max-width: 250px !important;
  height: 60px;
}

.campus-card .content .default-btn {
  padding: 5px 30px !important;
}

p {
  text-align: justify;
}

.DG-msg {
  font-size: 42px;
  color: #fff;
}

.footer-quick-links {
  background: var(--mainColor);
  padding: 4px 20px;
}

.footer-links ul {
  list-style: none;
}

.footer-links ul li a {
  border-right: 1px solid #000;
  padding-right: 14px;
  font-size: 87.5%;
  color: var(--blackColor);
}

.footer-links ul li:last-child a {
  border: none;
}

.owl-carousel .owl-item img {
  border: 1px solid #ddd;
}

/* prashant */
.navbar-area {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: var(--mainColor);
  z-index: 10;
}

.footer_menu span {
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #0b0b0c33;
  opacity: 1;
  z-index: 2;
}

.banner-heading {
  font-size: 52px;
  color: #fff;
}
p.text-white.pt-3 {
  color: #000 !important;
}

/* 26 Sep */

.dg-message-container {
  width: 250px;
  height: 250px;
  border: 12px solid #fff;
  border-radius: 50%;
}

.dg-message-container img {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: 1px dashed #f2f2f2;
  padding: 6px;
}

.card-pink {
  border-radius: 6px;
  border-bottom: 4px solid #ff2c95 !important;
}

.card-blue {
  border-radius: 6px;
  border-bottom: 4px solid #1c68b3 !important;
}

.col .card img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.card-body {
  padding: 1rem 1rem;
}

.card-body p {
  color: #4b5563;
}

.card-blue svg {
  fill: #1c68b3;
}

.card-pink svg {
  fill: #ff2c95;
}

.card-blue .card-footer p {
  color: #1c68b3;
}

.card-pink .card-footer p {
  color: #ff2c95;
}

.card-shape {
  position: relative;
}

.custom-shape-divider-bottom-1634717805 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1634717805 svg {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}

.custom-shape-divider-bottom-1634717805 .shape-fill {
  fill: #ffffff;
}

.dg-video {
  background: blueviolet;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

/***

====================================================================
			Projects Section
====================================================================

***/

.projects-section {
  position: relative;
  padding: 40px 0 40px 0;
}

.projects-section .inner-container {
  position: relative;
}

.project-block {
  position: relative;
}

.project-block .image-box {
  position: relative;
}

.project-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  height: 260px;
}

.project-block .image-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.project-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.project-block .overlay-box h4 {
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: right;
  opacity: 0;
  font-size: 112.5%;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .overlay-box h4 a {
  color: #ffffff;
}

.project-block .image-box:hover .overlay-box h4 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.project-block .overlay-box:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0%;
  width: 0%;
  opacity: 0;
  overflow: hidden;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box:before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  border-radius: 0%;
}

.project-block .overlay-box .btn-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  margin-top: -15px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 6px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a:hover {
  color: #ff8a00;
}

.project-block .image-box:hover .overlay-box .btn-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.project-block .overlay-box .tag {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: right;
  opacity: 0;
  font-size: 87.5%;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box .tag {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.projects-carousel {
  position: relative;
}

.projects-carousel .owl-nav {
  position: absolute;
  right: 42px;
  top: -64px;
}

.projects-carousel .owl-next,
.projects-carousel .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 87.5%;
  color: #bbbbbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: #ffffff;
  z-index: 9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.projects-carousel .owl-next:hover,
.projects-carousel .owl-prev:hover {
  color: #ff8a00;
}

.projects-carousel .owl-next,
.projects-carousel .owl-prev {
  /* position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px; */
  border: 2px solid #bbbbbb;
  border-right: 0;
  /* content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; */
}

.projects-carousel .owl-next:hover,
.projects-carousel .owl-prev:hover {
  border-color: #ff8a00;
}

.projects-carousel .owl-next {
  left: auto;
  right: -25px;
  border: 2px solid #bbbbbb;
  border-left: 0;
}

.projects-carousel .owl-next span {
  margin-left: 5px;
}

.projects-carousel .owl-prev span {
  margin-right: 5px;
}

/*=== Projects Section Alternate ===*/

.projects-section.alternate {
  position: relative;
  padding: 100px 0;
}

.mixitup-gallery .filters {
  margin-bottom: 50px;
  text-align: center;
}

.mixitup-gallery .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #777777;
}

.mixitup-gallery .filters li {
  position: relative;
  float: left;
  font-size: 100%;
  line-height: 30px;
  color: #777777;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0 5px 10px;
  margin-right: 30px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mixitup-gallery .filters li:last-child {
  margin-right: 0;
}

.mixitup-gallery .filters li.active,
.mixitup-gallery .filters li:hover {
  border-bottom: 2px solid #ff8a00;
}

.project-block.mix {
  display: none;
  margin-bottom: 30px;
}

.projects-section.alternate .styled-pagination {
  margin-top: 50px;
}

/*** 

====================================================================
		Projects Section Two
====================================================================

***/

.projects-section-two {
  position: relative;
  padding: 100px 0;
}

.projects-section-two .upper-box {
  position: relative;
}

.projects-section-two .upper-box .sec-title {
  float: left;
  margin-bottom: 50px;
}

.projects-section-two .upper-box .link-box {
  position: relative;
  float: right;
  margin-top: 25px;
}

.projects-section-two .upper-box .link-box a {
  position: relative;
  display: block;
  font-size: 112.5%;
  line-height: 30px;
  color: #ff8a00;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.projects-section-two .upper-box .link-box a:hover {
  color: #222222;
}

.projects-carousel-two {
  position: relative;
}

.project-block-two {
  position: relative;
  padding-left: 200px;
  transition: all 300ms ease;
}

.project-block-two .image-box {
  position: relative;
}

.project-block-two .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.project-block-two .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-block-two .info-box {
  position: absolute;
  left: 200px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.projects-carousel-two .active .project-block-two .info-box {
  left: 18px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-block-two .info-box .inner-box {
  position: relative;
  background: #ffffff;
  max-width: 300px;
  width: 100%;
  padding: 35px 30px 20px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}

.project-block-two .info-box .title {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.2em;
  color: #777777;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.project-block-two .info-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 25px;
}

.project-block-two .info-box .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 65px;
}

.project-block-two .info-box .link-box {
  position: relative;
}

.project-block-two .info-box .link-box a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #ff8a00;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-block-two .info-box .link-box a:hover {
  color: #222222;
}

.projects-carousel-two .owl-nav {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 60px;
  height: 30px;
}

.projects-carousel-two .owl-next,
.projects-carousel-two .owl-prev {
  position: absolute;
  left: 15px;
  bottom: 0;
  font-size: 12px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  transition: all 300ms ease;
  z-index: 9;
}

.projects-carousel-two .owl-next {
  left: auto;
  right: -15px;
}

.projects-carousel-two .owl-next:hover,
.projects-carousel-two .owl-prev:hover {
  color: #ff8a00;
}

.projects-carousel-two .owl-dots {
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 30px;
  width: 60px;
  z-index: 0;
  counter-reset: slides-num;
}

.projects-carousel-two .owl-dots:after {
  position: absolute;
  left: 52px;
  content: counter(slides-num);
  display: inline-block;
  line-height: 30px;
  font-size: 100%;
  font-weight: 700;
  color: #222222;
}

.projects-carousel-two .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

.projects-carousel-two .owl-dot span {
  display: none;
}

.projects-carousel-two .owl-dot.active:before {
  position: absolute;
  content: counter(slides-num) " /";
  line-height: 30px;
  font-size: 100%;
  font-weight: 700;
  color: #222222;
  left: 30px;
  top: 0;
}

/*** 

====================================================================
	Product Detail
====================================================================

***/

.project-details-section {
  position: relative;
  padding: 100px 0 60px;
}

.project-detail .upper-box {
  position: relative;
}

.project-detail .project-tabs {
  position: relative;
}

.project-detail .project-tabs .tab-btns {
  position: relative;
  float: left;
  margin-right: 30px;
  width: 170px;
}

.project-detail .project-tabs .tab-btn {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 25px;
}

.project-detail .project-tabs .tab-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.project-detail .tabs-content {
  position: relative;
  float: right;
}

.project-detail .tabs-content .image {
  position: relative;
}

.project-detail .tabs-content .image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-detail .lower-content {
  position: relative;
  padding-top: 50px;
}

.project-detail .lower-content .content-column {
  position: relative;
}

.project-detail .lower-content h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
}

.project-detail .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 27px;
}

.project-detail .lower-content h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
}

.project-detail .lower-content p {
  position: relative;
  display: block;
  font-size: 87.5%;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 30px;
}

.project-detail .list-style-one {
  position: relative;
  margin-bottom: 30px;
}

.project-detail .list-style-one:after {
  display: table;
  clear: both;
  content: "";
}

.project-detail .info-column {
  position: relative;
  margin-bottom: 40px;
}

.project-detail .info-list {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-detail .info-list li {
  position: relative;
  font-size: 87.5%;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
}

.project-detail .info-list li strong {
  position: relative;
  float: left;
  color: #222222;
  font-weight: 700;
  width: 180px;
}

/***

====================================================================
		Video Section
====================================================================

***/

.video-section {
  position: relative;
}

.video-section .outer-box {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.video-section .outer-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.9;
  content: "";
}

.video-section .content-column {
  position: relative;
  order: 12;
}

.video-section .content-column .inner-column {
  position: relative;
  padding: 35px 35px 0px 40px;
}

.video-section .content-column .sec-title {
  margin-bottom: 28px;
  border-top: 10px solid #5d7cb5;
  border-bottom: 10px solid #5d7cb5;
}

.video-section .content-column .title {
  position: relative;
  display: block;
  font-size: 112.5%;
  line-height: 25px;
  color: #ff8a00;
  font-weight: 400;
  margin-bottom: 30px;
}

.video-section .content-column .text {
  position: relative;
  display: block;
  font-size: 87.5%;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  text-align: justify;
}

.video-section .video-column .inner-column {
  position: relative;
  padding-left: 50px;
}

.video-section .video-column .video-box {
  position: relative;
}

.video-section .video-column .video-box .image {
  position: relative;
  margin-bottom: 0;
}

.video-section .video-column .video-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.video-section .video-column .video-box .link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-section .video-column .video-box .link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  background-color: #333333;
  padding-left: 4px;
  font-size: 112.5%;
  color: #ff8a00;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover .icon {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

/*== Video Section Style Two ==*/

.video-section.style-two .outer-box {
  padding-bottom: 155px;
}

.video-section.style-two .outer-box:before {
  display: none;
}

.video-section.style-two .content-column .text {
  color: #777777;
}

/* .video-section .video-column .video-box:before{
	position: absolute;
	left: -50px;
	height: 320px;
	width: 520px;
	bottom: -55px;
	background-image: url(../img/all-img/icon-lines.jpg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
} */
/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 24px;
}

.sec-title .float-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 72px;
  line-height: 1em;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.1;
  font-family: "Arimo", sans-serif;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #2f2f2f;
  font-weight: 500;
  padding: 16px 0;
}

.sec-title.light .float-text {
  color: #f2f2f2;
  opacity: 0.1;
}

.sec-title.light h2 {
  color: #000;
}

.sec-title.text-center .float-text {
  right: 0;
  margin: 0 auto;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

#text-container {
  width: 400px;
  /* Optional, adjust as per your design */
}

.moretext {
  display: none;
}

#text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.moreless-button {
  color: var(--mainColor);
}

.Interested-btn {
  background: var(--mainColor);
  padding: 4px 10px;
  border-radius: 5px;
  color: #000;
  position: relative;
  z-index: 9;
}

.Interested-click {
  background: violet;
  transition: all 300ms ease;
}

.nav-program-card__subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Courses-links .nav-link {
  border-radius: 0px;
  color: #000;
  font-size: 87.5%;
}

.Courses-links button {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link .icon {
  display: none;
  margin-left: 0.5rem;
}

.nav-link.active .icon {
  display: inline;
  color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--mainColor);
}

/* Contact Us Page Css */
.nav-contactus .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}

.nav-contactus .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid var(--bs-danger);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

/* Swiper */
.main .swiper {
  width: 100%;
  height: 80%;
}

.main .swiper-slide {
  text-align: center;
  font-size: 112.5%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .text_list_section {
  list-style: none;
  text-align: justify;
}

.main .second_sec {
  background-color: #dcdbe8;
}

.main .image_positioning {
  top: 60%;
  left: 10%;
  transform: translate(-10%, -60%);
}

.main .button_cl {
  border: 2px solid white;
  text-decoration: none;
  color: white;
}

/* Social Icons */

.sticky-icon {
  z-index: 999;
  position: fixed;
  top: 36%;
  right: -5.5% !important;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 6px;
  font-size: 15px;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #fff;
  transform: translate(-100px, 0px);
}

/* .sticky-icon a:hover i  {
	transform:rotate(360deg);} */
.search_icon a:hover i {
  transform: rotate(360deg);
}

.Facebook {
  background-color: #2c80d3;
  color: #fff;
}

.Youtube {
  background-color: #fa0910;
  color: #fff;
}

.Twitter {
  background-color: #53c5ff;
  color: #fff;
}

.Instagram {
  background-color: #3e96f4;
  color: #fff;
}

.Linkedin {
  background-color: #0072b1;
  color: #fff;
}

.sticky-icon a i {
  background-color: #fff;
  height: 34px;
  width: 34px;
  color: #000;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.sticky-icon a i.fa-google-plus-g {
  background-color: #fff;
  color: #d34836;
}

.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.sticky-icon a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}

.sticky-icon a i.fa-linkedin {
  background: #fff;
  color: #0072b1;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

@media (max-width: 1024px) {
  .campus-card .content .default-btn {
    /* display: none; */
  }

  .npti-menu li a {
    padding-right: 6px !important;
    padding-left: 6px !important;
    font-size: 11px;
  }

  .dg-video {
    width: 32px;
    height: 32px;
  }

  .card-pink .card-body {
    min-height: 306px;
  }

  .card-pink .card-body p {
    font-size: 14px;
  }

  .card-pink .card-footer p {
    font-size: 14px;
  }

  .card-pink svg {
    display: none;
  }

  /* .card-pink{
    height: auto !important;
  } */
  .section-banner .section-info {
    position: relative !important;
  }

  .campus-slider .owl-item {
    /* width: 100% !important; */
  }

  .campus-card .content h2 {
    font-size: 16px;
    left: -334px;
    position: absolute;
    right: auto !important;
    max-width: 437px;
    min-width: 100px;
  }
}

.section-team .card {
  min-height: 200px;
  width: 100%;
}

.section-team .card #overview {
  text-align: left;
}

/* Homepage Css  */
.campus-slider .owl-carousel .owl-item img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/* Homepage Css  */

#overview {
  text-align: left;
}

#testimonial-pgdc .swiper-slide {
  margin-right: 30px;
}

.text-left {
  text-align: left !important;
}

#testimonial-pgdc .swiper-slide .card {
  min-height: 294px;
}

#testimonial-pgdc .swiper-slide .card .card-footer {
  background: transparent;
  border: none;
  font-size: 87.5%;
}

/* .institutes-menu {
  margin-left: 90px !important;
} */
/* .d-flex.search-top {
  position: relative;
  left: 150px;
} */
@media screen and (min-width: 300px) and (max-width: 767) {
  .header-news-ticker {
    left: 0px;
    clip-path: polygon(0 0, 100% 0, 110% 100%, 0% 100%, 0 100%);
    width: 100%;
    position: relative;
  }
  .KP_Apply_for_IIM_NPTI_eMBA,
  .KP_MBA_IN_Power_Management,
  .KP_PGDC_Admission_link {
    font-size: 10px !important;
    padding: 11px !important;
  }
  .KP_MBA_IN_Power_Management,
  .KP_PGDC_Admission_link {
    margin-top: 0.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  #navbar .navbar .container-fluid {
    flex-direction: inherit;
  }

  #navbar .kp-main-menu .container-fluid {
    flex-direction: row-reverse;
  }

  .search-mobile .fa-search {
    display: none;
  }

  .tbm.tbm--mobile .tbm-button {
    display: block;
    float: left;
    margin: -27px 0 0 0;
    color: #fff;
  }

  .copy-right-area .cpr-left p {
    text-align: center;
  }

  .banner-spacing {
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .section-banner .section-info h2 {
    font-size: 28px;
  }

  .col-xm-12 {
    width: 100% !important;
  }

  .emblem-logo {
    max-width: 100% !important;
  }

  .about-us-area .content {
    right: 0px;
  }

  .campus-card .content .title-anim {
    display: none;
  }

  .footer-links ul li a {
    border-right: none !important;
  }

  .top-left-items ul {
    display: flex;
    justify-content: start;
    flex-direction: column;
  }

  .top-left-items ul li a {
    font-size: 12px;
  }

  .top-left-items ul li,
  .top-right-items ul li {
    font-size: 12px;
  }

  .top-right-items ul {
    display: flex;
    justify-content: center;
  }

  .institutes-menu {
    margin-left: 0px !important;
    text-align: center;
  }

  .header-news-ticker {
    position: relative;
  }

  .insitute_name {
    position: relative;
    left: 33%;
    /* top: -27%; */
    /* margin-right: 0px !important; */
    margin-top: -33px;
    width: 40%;
    font-size: 10px;
  }
  .header-news-ticker {
    left: 0px;
    /* clip-path: polygon(0 0, 100% 0, 110% 100%, 0% 100%, 0 100%); */
    width: 100%;
    position: absolute;
  }

  .banner-heading {
    padding-top: 0px !important;
  }

  .footer_menu {
    flex-wrap: wrap;
  }

  .footer_menu li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 4px;
  }

  .footer_menu li:last-child {
    border-bottom: none !important;
  }
  .KP_Apply_for_IIM_NPTI_eMBA,
  .KP_MBA_IN_Power_Management,
  .KP_PGDC_Admission_link {
    font-size: 10px !important;
    padding: 11px !important;
  }
  .KP_MBA_IN_Power_Management,
  .KP_PGDC_Admission_link {
    margin-top: 0.5rem !important;
  }
}

/* 12 OCT 2024 */
/* Container for the toggle switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 15px;
}

/* Hide the default checkbox */
.toggle-switch .toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

/* The circle/knob inside the slider */
.toggle-slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 3px;
  background-color: var(--white);
  transition: 0.4s;
  border-radius: 50%;
}
/* gkfhkh */

/* Toggle switch when checked */
.toggle-input:checked + .toggle-slider {
  background-color: #000;
}

/* Toggle switch knob when checked */
.toggle-input:checked + .toggle-slider:before {
  transform: translateX(26px);
}

/* 14 oct 24 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/*.owl-carousel1 .owl-item1 img {
     display: block;  
      width: 100%; 
    }*/
.MainBanner_images {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* .owl-dots {
  display: none;
} */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between; /* pushes prev to left and next to right */
  pointer-events: none; /* ensures clicks go only to buttons */
}

.owl-nav button {
  pointer-events: auto; /* re-enable clicks for buttons */
  background: rgba(0, 0, 0, 0.6); /* semi-transparent background */
  color: #fff;
  border: none;
  padding: 12px 18px;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.owl-nav button:hover {
  background: rgba(0, 0, 0, 0.85);
}

.owl-prev {
  position: absolute;
  left: 10px; /* distance from left edge */
}

.owl-next {
  position: absolute;
  right: 10px; /* distance from right edge */
}

.color_Map #IN-PB,
  .color_Map #IN-AN,

  .color_Map #IN-AR,
  .color_Map #IN-JK

  /* .color_Map #IN-Ldd */ {
  fill: #f58341;
  background-color: #f58341;
}

.color_Map #IN-AP:hover,
.color_Map #IN-AS:hover,
.color_Map #IN-DL:hover,
.color_Map #IN-GJ:hover,
.color_Map #IN-GA:hover,
.color_Map #IN-KA:hover,
.color_Map #IN-KL:hover,
.color_Map #IN-MP:hover,
.color_Map #IN-MH:hover,
.color_Map #IN-ML:hover,
.color_Map #IN-OR:hover,
.color_Map #IN-TN:hover,
.color_Map #IN-TG:hover,
.color_Map #IN-UP:hover,
.color_Map #IN-UT:hover,
.color_Map #IN-WB:hover,
.color_Map #IN-CH:hover,
.color_Map #IN-HR:hover,
.color_Map #IN-LE:hover,
.color_Map #IN-CT:hover,
.color_Map #IN-Ldd:hover,
.color_Map #IN-RJ:hover,
.color_Map #IN-CHL:hover {
  fill: #6cb870;
  cursor: pointer;
}

/* .color_Map #IN-CH:hover{
  display: block;
  fill: #00b0f0;
  display: block;
} */
/* News Section start */

.important_links_section .press-release-main {
  padding: 10px;
}

.press-release-main {
  padding: 12px 12px;
  display: flex;
  flex-direction: column;
}

.state_nodal_agencies #IN-JK:hover,
.state_nodal_agencies #IN-AN:hover,
.state_nodal_agencies #IN-AP:hover,
.state_nodal_agencies #IN-AR:hover,
.state_nodal_agencies #IN-AS:hover,
.state_nodal_agencies #IN-BR:hover,
.state_nodal_agencies #IN-CH:hover,
.state_nodal_agencies #IN-CT:hover,
.state_nodal_agencies #IN-DO:hover,
.state_nodal_agencies #IN-DL:hover,
.state_nodal_agencies #IN-DN:hover,
.state_nodal_agencies #IN-GA:hover,
.state_nodal_agencies #IN-GJ:hover,
.state_nodal_agencies #IN-HP:hover,
.state_nodal_agencies #IN-HR:hover,
.state_nodal_agencies #IN-JH:hover,
.state_nodal_agencies #IN-JK:hover,
.state_nodal_agencies #IN-KA:hover,
.state_nodal_agencies #IN-KL:hover,
.state_nodal_agencies #IN-MH:hover,
.state_nodal_agencies #IN-ML:hover,
.state_nodal_agencies #IN-MN:hover,
.state_nodal_agencies #IN-MP:hover,
.state_nodal_agencies #IN-MZ:hover,
.state_nodal_agencies #IN-NL:hover,
.state_nodal_agencies #IN-OR:hover,
.state_nodal_agencies #IN-PB:hover,
.state_nodal_agencies #IN-PY:hover,
.state_nodal_agencies #IN-RJ:hover,
.state_nodal_agencies #IN-SK:hover,
.state_nodal_agencies #IN-TG:hover,
.state_nodal_agencies #IN-TN:hover,
.state_nodal_agencies #IN-TR:hover,
.state_nodal_agencies #IN-UP:hover,
.state_nodal_agencies #IN-UT:hover,
.state_nodal_agencies #IN-WB:hover,
.state_nodal_agencies #Ld:hover,
.state_nodal_agencies #Path_991:hover {
  fill: #2865a3;
  cursor: pointer;
}

.pub-chrg-sn-map-hgt #IN-JK:hover,
.pub-chrg-sn-map-hgt #IN-AN:hover,
.pub-chrg-sn-map-hgt #IN-AP:hover,
.pub-chrg-sn-map-hgt #IN-AR:hover,
.pub-chrg-sn-map-hgt #IN-AS:hover,
.pub-chrg-sn-map-hgt #IN-BR:hover,
.pub-chrg-sn-map-hgt #IN-CH:hover,
.pub-chrg-sn-map-hgt #IN-CT:hover,
.pub-chrg-sn-map-hgt #IN-DO:hover,
.pub-chrg-sn-map-hgt #IN-DL:hover,
.pub-chrg-sn-map-hgt #IN-DN:hover,
.pub-chrg-sn-map-hgt #IN-GA:hover,
.pub-chrg-sn-map-hgt #IN-GJ:hover,
.pub-chrg-sn-map-hgt #IN-HP:hover,
.pub-chrg-sn-map-hgt #IN-HR:hover,
.pub-chrg-sn-map-hgt #IN-JH:hover,
.pub-chrg-sn-map-hgt #IN-JK:hover,
.pub-chrg-sn-map-hgt #IN-KA:hover,
.pub-chrg-sn-map-hgt #IN-KL:hover,
.pub-chrg-sn-map-hgt #IN-MH:hover,
.pub-chrg-sn-map-hgt #IN-ML:hover,
.pub-chrg-sn-map-hgt #IN-MN:hover,
.pub-chrg-sn-map-hgt #IN-MP:hover,
.pub-chrg-sn-map-hgt #IN-MZ:hover,
.pub-chrg-sn-map-hgt #IN-NL:hover,
.pub-chrg-sn-map-hgt #IN-OR:hover,
.pub-chrg-sn-map-hgt #IN-PB:hover,
.pub-chrg-sn-map-hgt #IN-PY:hover,
.pub-chrg-sn-map-hgt #IN-RJ:hover,
.pub-chrg-sn-map-hgt #IN-SK:hover,
.pub-chrg-sn-map-hgt #IN-TG:hover,
.pub-chrg-sn-map-hgt #IN-TN:hover,
.pub-chrg-sn-map-hgt #IN-TR:hover,
.pub-chrg-sn-map-hgt #IN-UP:hover,
.pub-chrg-sn-map-hgt #IN-UT:hover,
.pub-chrg-sn-map-hgt #IN-WB:hover,
.pub-chrg-sn-map-hgt #Ld:hover,
.pub-chrg-sn-map-hgt #Path_991:hover {
  fill: #2865a3;
  cursor: pointer;
}

/* .important_links_section .notice_tender_bg_white {
  border: 1px solid #0b4283;
} */
.important_links_section .notice_tender_section {
  height: 268px;
  overflow-y: auto;
}

.notice_tender_section .marquee_direction_up {
  transition: all 0.2s linear;
  animation: marquee 14s linear infinite;
}

/* @keyframes marquee {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
} */

.notice_tender_section .marquee_direction_up:hover {
  animation-play-state: paused;
}

.notice_board-section {
  /* border-bottom: 2px solid #e7e7e5;
  padding: 5px 0px;
  margin: 0px 1px 0px 2px; */
  padding-right: 20px;
}

.about-notice-board-section {
  display: flex;
  align-items: center;
}

.important_links_section .calender-noice-board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 0px;
  font-weight: 500;
  min-width: 60px;
}

.date-notice-board {
  display: flex;
  justify-content: center;
  background-color: #d8d8d8;
}

.date-notice-board p {
  font-size: 15px;
  margin-bottom: 0px;
  color: black;
}

.month-notice-board {
  display: flex;
  justify-content: center;
  background-color: #c33415a1;
  color: white;
  padding: 0px 4px;
}

.month-notice-board p {
  font-size: 15px;
  margin-bottom: 0px;
}

.important_links_section .notice-board-content {
  /* display: flex; */
  /* align-items: center; */
  padding-left: 12px;
  padding-right: 12px;
  /* flex-direction: column; */
}

.about-notice-board-section .notice-board-content .source_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice-board-content .news_name {
  font-size: 14px;
  line-height: 1.3;
  color: black;
  margin-bottom: 0px;
  padding-right: 22px;
  font-weight: 500;
  text-align: left;
  word-spacing: 3px;
}

.about-notice-board-section .notice-board-content .source_section p {
  font-size: 14px;
  margin: 0px;
  font-weight: 500;
}

.about-notice-board-section .notice-board-content .source_section .source_news {
  font-weight: 700;
}

.notice-board-content .rdmore {
  font-size: 11px;
  line-height: 1.3;
  color: white;
  margin-bottom: 0px;
  background-color: #1f6ebe;
  display: inline-block;
  padding: 2px 4px;
  min-width: 80px;
  text-align: center;
  /* margin-top: 25px; */
}

.important_links_section .press-release-main {
  border: 1px solid #709dd3;
}

.press-release-main {
  padding: 12px 12px;
  display: flex;
  flex-direction: column;
  /* background-color: rgb(80 122 172); */
}

/* .important_links_section .notice_tender_bg_white {
  background-color: #f7f7f9;
  padding: 10px 6px 10px 8px;
} */
/* width */
.important_links_section ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.important_links_section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.important_links_section ::-webkit-scrollbar-thumb {
  background: #00b0f0;
  border-radius: 10px;
}

/* Handle on hover */
.important_links_section ::-webkit-scrollbar-thumb:hover {
  background: #00b0f0;
}

/* News Section end */
.new_box-details .central_initia_head {
  font-size: 24px;
  font-weight: 500;
  padding: 12px 0px;
  margin: 0px;
  text-align: center;
}

.new_box-details .central_initia_content {
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  margin: 0px;
}

.new_box-details .central_initia__orderlist {
  margin: 0px;
  padding: 20px 0px;
}

.new_box-details .central_initia__orderlist li {
  font-size: 15px;
  padding: 10px 0px;
  font-weight: 500;
  list-style: none;
  position: relative;
  padding: 7px 10px 7px 10px;
  background-color: #0b6cb8;
  margin: 10px 0px;
  color: white;
  border-radius: 15px;
}

/* .new_box-details .central_initia__orderlist li::before {
  content: "";
  position: absolute;
  width: 0; 
  height: 0;
  left: 4px;
  top: 3px;
  border-top: 9px solid transparent; 
  border-right: 9px solid #7db2d8;
  transform: rotate(10deg);
} */

/* .new_box-details .central_initia__orderlist li::after {
  content: "";
  position: absolute;
  border: 0 solid transparent; 
  border-top: 3px solid #7db2d8;
  border-radius: 20px 0 0 0; 
  top: 0; 
  left: -5px; 
  width: 12px; 
  height: 12px; 
  transform: rotate(45deg);
} */
/* .new_box-details .central_initia__orderlist li ul li::before {
  content: "";
  position: absolute;
  width: 0; 
  height: 0;
  left: 4px;
  top: 3px;
  border-top: 9px solid transparent; 
  border-right: 9px solid #82d87d;;
  transform: rotate(10deg);
}

.new_box-details .central_initia__orderlist li ul  li::after {
  content: "";
  position: absolute;
  border: 0 solid transparent; 
  border-top: 3px solid #82d87d;;
  border-radius: 20px 0 0 0; 
  top: 0; 
  left: -5px; 
  width: 12px; 
  height: 12px; 
  transform: rotate(45deg);
} */

.new_box-details .central_heading {
  font-size: 16px;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 500;
  color: #0b4284;
  position: relative;
  padding-left: 50px;
}

.new_box-details .central_heading::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 34px;
  height: 4px;
  background: #0b4283;
  border-radius: 5px;
}

/* width */
.table_height_mapBox::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.table_height_mapBox::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.table_height_mapBox::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.table_height_mapBox::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.niti_ayog .color_box {
  width: 475px;
  height: 350px;
  background-color: #2785ac;
  /* border-radius: 12px; */
  border-top-left-radius: 20px;
}

.niti_ayog .bgimg {
  /* width: 549px;
  height: 349px; */
  margin-top: 50px;
  border-radius: 20px;
}

.niti_ayog .content_box {
  position: absolute;
  box-shadow: 0px 0px 4px 0px grey;
  top: 50px;
  background-color: white;
  width: 475px;
  right: -90px;
  z-index: 999;
  /* padding: 15px 0px; */
  padding-bottom: 13px;
  padding-top: 13px;
}

.niti_ayog h1 {
  font-size: 20px;
  padding: 4px 12px;
  margin: 0px;
  padding-bottom: 40px !important;
}

.niti_ayog .content_box p {
  font-size: 15px;
  padding: 0px 15px;
  margin: 0px;
  line-height: 20px;
}

.morth_boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}

.morthSubbox {
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 360px;
  position: relative;
}

.morthSubbox h3 {
  font-size: 18px;
  padding: 10px 12px;
  margin: 0px;
  line-height: 18px;
}

.morthSubbox p {
  font-size: 15px;
  /* padding: 0px 15px; */
  margin: 0px;
  line-height: 20px;
}

.morthSubbox a {
  padding-top: 12px;
  position: absolute;
  bottom: 0;

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.morthSubbox .central_heading1 {
  font-size: 17px;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 500;
  color: #0b4284;
  position: relative;
  /* padding-left: 50px; */
}

#Popup_Box_Ad,
#Popup_Box_MP,
#Popup_Box_AP,
#Popup_Box_AS,
#Popup_Box_BR,
#Popup_Box_DL,
#Popup_Box_HR,
#Popup_Box_GJ,
#Popup_Box_TN,
#Popup_Box_MH,
#Popup_Box_KA,
#Popup_Box_ML,
#Popup_Box_OR,
#Popup_Box_TG,
#Popup_Box_UP,
#Popup_Box_WB,
#Popup_Box_AN,
#Popup_Box_UT,
#Popup_Box_HP,
#Popup_Box_CT,
#Popup_Box_HP,
#Popup_Box_CH,
#Popup_Box_PB,
#Popup_Box_RJ,
#Popup_Box_LE {
  display: none;
}

/* Centeral initiat */
.dhi_2013 p {
  line-height: 20px;
  font-size: 16px;
  background-color: #fff;
}

.dhi_2013 .govert_text {
  padding: 10px;
}

.dhi_2013 .bgblue_supppotText {
  background-color: #f1f7fe;
  padding: 10px;
}

.dhi_2013 .heading_central {
  color: #0b4284;
  font-size: 20px;
  font-weight: 600;
}

/* MNRE css */

.mnre_css .bgcol_mnre {
  background-color: #1473e7;
  position: relative;
  margin-top: 95px;
  height: 500px;
}

.mnre_css .heading_central {
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  color: blue;
}

.mnre_css p {
  line-height: 20px;
  font-size: 15px;
  background-color: #fff;
}

.mnre_css .child_1 {
  position: absolute;
  top: -47px;
  left: 27px;
  z-index: 12;
  min-height: 274px;
  width: 450px;
  padding: 51px 20px;
  min-width: 480px;
  border: 2px solid #d9d9d9;
}

.mnre_css .child {
  position: absolute;
  top: 300px;
  padding-left: 10px;
}

.mnre_css .child_3 {
  padding: 70px 14px;
  border: 2px solid #d9d9d9;
  min-height: 283px;
}

.mnre_css .img_bg {
  background-color: #7798c1;
  padding: 20px;
}

.mnre_css a img {
  margin-top: 20px;
}

.mnre_css .child436 {
  padding-left: 15px;
}

.mnre_css a {
  padding-left: 20px;
}

/* MORTH */
.MOrth_css p {
  font-size: 15px;
  margin: 0px;
  padding: 22px;
  background-color: #f1f7fe;
  color: black;
}

/* MOP */
.MOP_css h4 {
  font-size: 15px;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 500;
}

.MOP_css p {
  font-size: 15px;
  margin: 0px;
  padding: 10px 0px;
}

.MOP_css .bgBlue_MOP {
  background-color: #f1f7fe;
  padding: 0px 10px;
  position: relative;
}

.MOP_css a {
  color: black;
  font-size: 13px;
}

.MOP_css a img {
  width: 71px;
  margin-bottom: 4px;
}

.MOP_css .down_child_right {
  position: absolute;
  top: 85%;
  right: 0px;
}

.MOP_css .down_child_left {
  position: absolute;
  top: 109%;
  left: 0px;
}

.MOP_css .heading_central {
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  color: blue;
}

/* DHI 2019 */
.dhi_2019 h4 {
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  color: blue;
}

.dhi_2019 p {
  font-size: 15px;
  margin: 0px;
  padding: 10px 0px;
}

/* State ev merge code */
.pos_relative {
  position: relative;
}

.postiion_abs {
  position: absolute;
  /* bottom: 100%; */
  top: 5%;
  z-index: 100;
  left: 0;
  width: 28%;
}

.object_sec_height_key {
  height: 283px;
  overflow: auto;
  padding-top: 10px;
}

#stateEvPolicyTable {
  height: 370px;
  overflow: auto;
}

#stateEvPolicyTable .table {
  margin: 0px;
}

.key_high_font p {
  font-size: 15px;
  margin: 0px;
  padding-left: 20px;
  text-align: left;
  /* color: blue; */
  padding-bottom: 10px;
  background-color: #f5f7f7;
  /* border: 1px solid black; */
  padding: 8px 6px;
  margin: 18px 5px;
  margin-right: 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 3px 0px #7ca77c;
}

.key_high_font .object_sec_height_key b {
  color: #1d569b;
}

/* public charging start */
.light-green-bg {
  background-color: #0b4284;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.header {
  position: sticky;
  top: 0;
}

.col_ {
  position: absolute;
  top: 0px;
  left: -95px;
  z-index: 100;
}

/* public charging end */
._Map #IN-AP,
._Map #IN-DL,
._Map #IN-GJ,
._Map #IN-GA,
._Map #IN-AS,
._Map #IN-KA,
._Map #IN-KL,
._Map #IN-MP,
._Map #IN-MH,
._Map #IN-ML,
._Map #IN-OR,
._Map #IN-TN,
._Map #IN-TG,
._Map #IN-UP,
._Map #IN-UT,
._Map #IN-WB,
._Map #IN-CT,
._Map #IN-LKS {
  fill: #c2c2c2;
  background-color: #c2c2c2;
}

._Map #IN-BR,
._Map #IN-HR,
._Map #IN-HP,
._Map #IN-PB,
._Map #IN-AN {
  fill: #c2c2c2;
  background-color: #c2c2c2;
}

.fill_blue_bg {
  fill: #6656db !important;
}

/* news again */
.latest-news-strip {
  position: relative;
  z-index: 0;
}

.latest-news-strip {
  /* position: relative; */
  /* max-height: 31px; */
  max-height: 62px;
  /* border: 1px solid grey; */
  width: 100%;
  width: 100%;
}

.latest-news-ticker {
  position: absolute;
  padding: 0px 29px 0px 14px;
  background: #dd0606;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  /* clip-path: polygon(0 0, 100% 0, 70% 100%, 50% 100%, 0 100%); */
}

.latest-news-strip .latest-news-ticker p {
  /* height: 100%; */
  color: #fff;
  font-style: italic;
  font-weight: 700;
  margin: 0px;
}

/* .latest-news-ticker p:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #dd0606;
  border-left-color: #dd0606;
} */

.marquees {
  color: #fff;
  background-color: #fff;
  /* padding: 20px 0 0px; */
  border: 1px solid #e1e1e1;
  border-right: none;
  border-left: none;
}

marquee {
  background: var(--mainColor);
  padding: 12px 0;
}

.black-clr-lable:hover {
  fill: #000;
  text-decoration: underline;
}

.grid_hover:visited {
  box-shadow: 0px 0px 8px 0px grey;
  cursor: pointer;
  background-color: #c7bcbc;
}

.object_sec_height_key .table {
  font-size: 12px;
  width: 98%;
}

#IN-CH:hover #Popup_Box_CH {
  display: block !important;
}

/* ._Map #IN-AN{
  fill: #6656db ;
} */
.swiper-pagination {
  position: static;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 100%;
  background: #c1c1c1;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: rgb(11 66 132);
}

/* .select-blue {
  box-shadow: 0px 0px 8px 0px grey;
  cursor: pointer;
  background-color: #c7bcbc !important;
} */

/* Charging Point operator start */

.tablecharging table thead th {
  font-weight: 500;
  text-align: left;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.categorytabs_ul .nav-link.active {
  color: #185589;
  background: #fbfbfb;
  text-transform: none;
}

.categorytabs_ul .nav-link.active path {
  fill: #185589;
}

.categorytabs_ul .nav-link {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  text-transform: uppercase;
  border: unset;
  padding: 9px 28px;

  font-weight: 500;
}

.categorytabs_ul {
  background: #185589;
  padding: 30px 20px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Charging Point operator end */

.multicolor
  svg
  #Alternate_fuel_for_surface_Transportation_Programme_2011_
  tspan {
  fill: #5b6a81;
  font-size: 16px;
}

.multicolor svg #National_Electric_Mobility_Mission_Plan tspan {
  fill: #297ec3;
  font-size: 16px;
}

.multicolor svg #Green_licence_plates_2018_ tspan {
  fill: #8c0f3e;
  font-size: 16px;
}

.multicolor svg #GST_reduction_on_Lithium-_ion_batteries tspan {
  fill: #8c0f3e;
  font-size: 16px;
}

.multicolor svg #Delicensing_of_setting_up_of_charging_stations tspan {
  fill: #8c0f3e;
  font-size: 16px;
}

.multicolor svg #FAME_India_Scheme_Phase_I tspan {
  fill: #32948c;
  font-size: 16px;
}

.multicolor
  svg
  #Amendments_in_Model_Building_Byelaws_MBBL_-_2016_for_Electric_Vehicle_Charging_Infrastructure_2019_
  tspan {
  fill: #9c530a;
  font-size: 16px;
}

.multicolor
  svg
  #Advised_states_to_minimise_road_tax_on_EVs_and_License_to_people_of_age_group_16-18_years_
  tspan {
  fill: #9c530a;
  font-size: 16px;
}

.multicolor
  svg
  #National_Mission_on_Transformative_Mobility_and_Battery_Storage
  tspan {
  fill: #9c530a;
  font-size: 16px;
}

.multicolor svg #FAME_India_Scheme_Phase_II tspan {
  fill: #9c530a;
  font-size: 16px;
}

.multicolor svg #Grid_Connectivity_Safety_regulations tspan {
  fill: #9c530a;
  font-size: 16px;
}

.multicolor
  svg
  #Advised_states_to_minimize_road_tax_on_EVs_License_to_people_of_age_group_16-18_years_
  tspan {
  fill: #9c530a;
  font-size: 16px;
}

.multicolor
  svg
  #Amendments_in_Model_Building_Byelaws_MBBL_-_2016_for_EV_Charging_Infrastructure_2019_
  tspan {
  fill: #9c530a;
  font-size: 16px;
}

.multicolor svg #Wayside_Amenity tspan {
  fill: #95bc13;
  font-size: 16px;
}

.multicolor svg #Wayside_Amenity tspan {
  fill: #779510;
  font-size: 16px;
}

.multicolor svg #MoP_Guidlines tspan {
  fill: #fe922b;
  font-size: 16px;
}

.multicolor svg #pli tspan {
  fill: #fe922b;
  font-size: 16px;
}

.multicolor
  svg
  #Revised_Guidelines_Standards_for_Charging_Infrastructure
  tspan {
  fill: #db4b00;
  font-size: 16px;
}

.multicolor svg #Amendment_in_revised_Consolidated_guidelines tspan {
  fill: #db4b00;
  font-size: 16px;
}

.multicolor
  svg
  #Sale_and_registration_of_Electric_Vehicle_without_batteries_2020_
  tspan {
  fill: #0b8471;
  font-size: 16px;
}

.multicolor
  svg
  #Income_Tax_deduction_for_purchase_of_Electric_Vehicles_2020
  tspan {
  fill: #0b8471;
  font-size: 16px;
}

.multicolor svg #Electricity_Consumer_Rules_2020 tspan {
  fill: #03674c;
  font-size: 16px;
}

.multicolor svg #Income_Tax_deduction_for_purchase_of_EVs_2020_ tspan {
  fill: #03674c;
  font-size: 16px;
}

.multicolor svg #Sale_and_registration_of_EV_without_batteries_2020_ tspan {
  fill: #03674c;
  font-size: 16px;
}

.multicolor
  svg
  #Provision_for_Public_Charging_Infrastructure_for_EVs_in_Revamped_Distribution_Sector_Scheme_RDSS_
  tspan {
  fill: rgb(219, 75, 0);
  font-size: 16px;
}

.multicolor
  svg
  #Provision_for_Public_Charging_Infrastructure_for_EVs_in_Revamped_Distribution_Sector_Scheme_RDSS_
  tspan {
  fill: rgb(219, 75, 0);
  font-size: 16px;
}

.multicolor svg #Amendment_in_subsidy_for_2w_under_FAME-II tspan {
  fill: rgb(119, 149, 16);
  font-size: 16px;
}

.multicolor
  svg
  #National_Programme_on_Advanced_ChemistryCell_ACC_battery_storage-II
  tspan {
  fill: rgb(119, 149, 16);
  font-size: 16px;
}

.multicolor a:hover tspan {
  text-decoration: underline;
}

.state_nodal_agencies {
  height: 100%;
}

.multicolor svg #DHI,
.multicolor svg #MNRE,
.multicolor svg #DHI-2,
.multicolor svg #MoRTH,
.multicolor svg #MoF,
.multicolor svg #MoP,
.multicolor svg #MoRTH-2,
.multicolor svg #MoP-2,
.multicolor svg #MoHUA,
.multicolor svg #MoRTH-4,
.multicolor svg #Niti_Ayog,
.multicolor svg #MoRTH,
.multicolor svg #MoF-2,
.multicolor svg #MoP-3,
.multicolor svg #MoRTH-3,
.multicolor svg #MoP-2 {
  font-size: 16px;
}

h2.date_place {
  color: #0b4284;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 13px;
}

/* #btn_id_name_0 {
  background-color: #c7bcbc;
} */

.header-fixed {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
}

.pt_115 {
  padding-top: 115px;
}

.mt-107 {
  margin-top: 107px;
}

.unavailables_icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: rgb(255, 98, 0);
}

.occupied_icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: red;
}

.availables_icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: 2px;
  border-radius: 50%;
  background-image: url("../images/availables.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* .modal_custom_class{
    display: block;
    margin-top: 91px;
    margin-bottom: 181px;
    padding-right: 8px;
} */
.selectt {
  display: none;
}

.search-by-stattion {
  display: none;
}

#dis_none_location input[type="radio"] {
  margin-right: 7px;
  vertical-align: middle;
}

/* Autocomplete */
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type="text"] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type="submit"] {
  background-color: DodgerBlue;
  color: #000;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

#tags {
  width: 240%;
}

input[type="number"] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type="email"] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type="number"]::placeholder {
  color: black;
}

input[type="email"]::placeholder {
  color: black;
}

.snaForm {
  border: 1px solid #0b4284;
  padding: 12px 20px;
  border-radius: 20px;
}

.snaForm .captcha_img {
  width: 100%;
  border: 1px solid #d6d6d6;
}

p.form_response.err_msg {
  color: red;
}

.imgTabs {
  width: 224px;
  margin-top: 45px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.name_activities.box.arrow-bottom:after {
  position: absolute;
  border-top: 0px solid #255a9a;
  border-right: 2px solid #0b4284;
  border-left: 0px solid #0b4284;
  border-bottom: 2px solid #0b4284;
  left: 50%;
  width: 25px;
  height: 25px;
  top: 73%;
  content: "";
  transform: translateX(-50%) rotate(45deg);
  background: white;
  cursor: pointer;
}

.number_activities.box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 50%;
  bottom: -15px;
  border-top: 15px solid #0b4284;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}

.select-blue .number_activities.box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 50%;
  top: 100%;
  border-top: 15px solid #0b4284;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}

.select-blue .name_activities.box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 50%;
  top: 103%;
  /* bottom: -15px; */
  border-top: 15px solid #0b4284;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}

.grid_hover:hover .ev_policy_states_section .bg-color {
  color: #0b4284;
  background-color: white;
  border: 2px solid #0b4284;
}

.select-blue .name_activities {
  background-color: #0b4284;
  color: white;
}

.select-blue .imgTabs {
  transform: scale(1.2);
  margin-top: 50px;
  transition: 0.3s;
}

.name_activitiesbtn_id_name_0 {
  background-color: #0b4284;
  color: white;
}

.state_go_electric_response .grid_property_state_wise .imgTabs:hover {
  transform: scale(1.2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition: 0.3s;
}

.color_Map tspan {
  font-size: 17px;
}

.color_Map #IN-RJ {
  cursor: pointer;
}

.social-fixed-icon .fa {
  color: white;
  font-size: 16px;
}

.fix-fb-clr {
  background: #3747c1 !important;
}

.footer-social-icons-fix {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
}

/* .social-fixed-icon {
  height: 29px;
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
} */
.backCalColor {
  background-color: #c0ebc9;
}

.backCalColor .form-heading {
  color: black;
  font-size: 22px;
}

/* .fix-youtube-clr {
  background-color: #db0000 !important;
}
.fix-twitter-clr {
  background-color: #338fff !important;
} */
/* #Group_29{
  display: none;
} */
.footer-social-icons a {
  margin-right: 15px;
}

.footer-social-icons {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 20px;
}

.footer-social-icons i {
  color: #fff;
}

a.footer-social-icons:nth-child(2):hover {
  background: #00acee;
  border: 2px solid transparent;
}

a.footer-social-icons:first-child:hover {
  background: #3b5998;
  border: 2px solid transparent;
}

a.footer-social-icons:nth-child(3):hover {
  /* background-image: linear-gradient(to right, #d65f11, #8a3ab9); */
  background-color: red;
  border: 2px solid transparent;
}

#AN-2,
#AP-2,
#OD-2,
#Kl,
#Lk,
#Rj,
#MZ {
  cursor: pointer !important;
}

.selector-dropdown {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  background: #fff;
  max-width: 300px;
}

.selector-dropdown:focus {
  box-shadow: 0 0 0 4px rgb(131 192 253 / 50%);
  outline: none;
}

.display-none {
  display: none;
}

.goog-te-banner-frame {
  display: none;
}

div.goog-te-gadget {
  color: transparent;
}

select.goog-te-combo {
  width: 125px;
  margin-right: 12px !important;
  padding: 3px 2px;
  border-radius: 15px;
}

#google_translate_element span {
  display: none;
}

.pac-container {
  margin-top: 0px !important;
}

#google_translate_element {
  height: 35px;
}

.topbar_bg .textwidget.custom-html-widget {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .pt_115 {
    padding-top: 78px;
} */
.pt_115 {
  padding-top: 118px;
}

.postion-relative-wpml {
  position: relative;
}

.wpml-ls-sidebars-top_header_right.wpml-ls.wpml-ls-legacy-list-vertical {
  position: absolute;
  top: 5px;
  left: -30px;
}

.wpml-ls-sidebars-top_header_right.wpml-ls.wpml-ls-legacy-list-vertical ul {
  display: flex;
  font-size: 15px;
  list-style: none;
  margin: 0px;
}

.wpml-ls-sidebars-top_header_right.wpml-ls.wpml-ls-legacy-list-vertical
  ul
  li
  a
  span {
  font-weight: 500;
  font-size: 13px;
  padding-right: 12px;
  color: black;
}

ul li.wpml-ls-current-language a span {
  color: #33a44d !important;
}

.key_high_font .object_sec_height_key div {
  font-size: 15px;
  margin: 0px;
  padding-left: 20px;
  text-align: left;
  /* color: blue; */
  padding-bottom: 10px;
  background-color: #f5f7f7;
  /* border: 1px solid black; */
  padding: 8px 6px;
  margin: 18px 5px;
  margin-right: 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 3px 0px #7ca77c;
}

#Popup_Box_AR {
  display: none;
}

.color_Map #IN-AR {
  cursor: pointer;
}

.pagenotfound img {
  width: 500px;
}

.page404 {
  padding: 80px;
}

.page404 h4 {
  font-size: 30px;
}

.page404 h4.pagenotFoundhead {
  font-size: 40px;
}

/* For Choose your ev */

.img-sp-wd-hgt {
  width: 320px;
}

.compare-product-wd {
  min-width: 320px;
}

.qr-mobile-app p {
  font-size: 15px;
  font-weight: 500;
  color: #706e6e;
  margin-bottom: 5px;
}

#culturalActivitySlider .culturalActivitySlider-arrowbtn .swiper-button-prev,
#singleCultureSlider .culturalActivitySlider-arrowbtn .swiper-button-prev,
#glimpseNaiPuraneyChiraghSlider
  .culturalActivitySlider-arrowbtn
  .swiper-button-prev,
.customSliderTehzeeb .culturalActivitySlider-arrowbtn .swiper-button-prev {
  left: 0%;
  top: 55%;
  color: #000;
  font-size: 21px;
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 17%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1c9c9;
}

#culturalActivitySlider .culturalActivitySlider-arrowbtn .swiper-button-next,
#singleCultureSlider .culturalActivitySlider-arrowbtn .swiper-button-next,
#glimpseNaiPuraneyChiraghSlider
  .culturalActivitySlider-arrowbtn
  .swiper-button-next,
.customSliderTehzeeb .culturalActivitySlider-arrowbtn .swiper-button-next {
  color: #000;
  top: 55%;
  right: 0%;
  font-size: 21px;
  box-shadow: 0px 3px 96px rgb(215 208 208 / 7%);
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 17%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1c9c9;
}

#culturalActivitySlider .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
}

.total_Count {
  background: #185589;
  padding: 30px 20px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
}

.institutes h4::before,
.institutes h3::before {
  content: "";
  border: 2px solid var(--bs-success);
  margin-bottom: 4px;
  margin-right: 20px;
  border-radius: 25px;
}

/* .totlheadcpo{
  font-weight: 500;
  font-size: 35px;
  color: white;
  background-color: #185589;
}
*/
/***

====================================================================
			Fun Fact Section
====================================================================

***/

.fun-fact-section {
  position: relative;
}

.fun-fact-section .outer-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0 60px;
}

.fact-counter {
  position: relative;
}

.fact-counter .counter-column {
  position: relative;
  /* margin-bottom:40px; */
}

.fact-counter .count-box {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
  padding: 20px 0;
  padding-left: 20px;
}

.fact-counter .count-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 50px;
  border: 2px solid #ff8a00;
  content: "";
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.fact-counter .count-box:hover:before {
  -webkit-box-shadow: #ff8a00 0 0px 0px 40px inset;
  -moz-box-shadow: #ff8a00 0 0px 0px 40px inset;
  -ms-box-shadow: #ff8a00 0 0px 0px 40px inset;
  -o-box-shadow: #ff8a00 0 0px 0px 40px inset;
  box-shadow: #ff8a00 0 0px 0px 40px inset;
}

.fact-counter .count-box .count {
  position: relative;
  float: left;
  margin-right: 15px;
}

.fact-counter .count-box .count-text {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
}

.fact-counter .count-box .counter-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  color: #dddddd;
  padding: 9px 0;
  font-family: "Rubik", sans-serif;
}

/***

====================================================================
			Fun Fact And Features
====================================================================

***/

.fun-fact-and-features {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 0;
}

.fun-fact-and-features.alternate {
  padding-bottom: 100px;
}

.fun-fact-and-features.alternate:before {
  height: 270px;
}

.fun-fact-and-features:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 170px;
  width: 100%;
  background-color: #ffffff;
  content: "";
}

.fun-fact-and-features .outer-box {
  position: relative;
}

.fun-fact-and-features .fact-counter {
  position: relative;
  margin-bottom: 60px;
}

.fun-fact-and-features .features {
  position: relative;
}

.feature-block {
  position: relative;
}

.feature-block .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 35px 35px 30px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover {
  background-color: #ff8a00;
}

.feature-block .icon-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.feature-block .icon-box .icon {
  position: relative;
  display: inline-block;
  font-size: 52px;
  line-height: 52px;
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box .icon {
  color: #ffffff;
}

.feature-block h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.feature-block h3 a {
  position: relative;
  display: inline-block;
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover h3 a {
  color: #ffffff;
}

.feature-block h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background-color: #222222;
  content: "";
}

.feature-block .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 28px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .text {
  color: #ffffff;
}

.feature-block .link-box {
  position: relative;
}

.feature-block .link-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ff8a00;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .link-box a {
  color: #222222;
}

/* MBA Testimonial */
.mba-testimonials .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.viewer_img {
  height: 74px;
}

.gallery-section .gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.gallery-section .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.gallery-section .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 60%;
  background: #ffffff;
}

.gallery-section .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 600px) {
  .gallery-section .gallery-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.gallery-section .first-line,
.second-line,
.third-line,
.fourth-line {
  position: absolute;
  background-color: #fff;
  transition: width 0.2s, height 0.2s;
  z-index: 3;
}

.gallery-section .first-line {
  left: 0;
  top: 10px;
  width: 0;
  height: 2px;
}

.gallery-section .second-line {
  right: 10px;
  top: 0;
  height: 0;
  width: 2px;
}

.gallery-section .third-line {
  right: 0;
  bottom: 10px;
  width: 0;
  height: 2px;
}

.gallery-section .fourth-line {
  bottom: 0;
  left: 10px;
  height: 0;
  width: 2px;
}

.gallery-section .overlay {
  position: absolute;
  /* background-color: #000; */
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  z-index: 2;
}

.card-image:hover .first-line {
  width: 100%;
}

.card-image:hover .second-line {
  height: 100%;
  transition-delay: 0.2s;
}

.card-image:hover .third-line {
  width: 100%;
  transition-delay: 0.4s;
}

.card-image:hover .fourth-line {
  height: 100%;
  transition-delay: 0.6s;
}

.card-image:hover img {
  transform: scale(1);
}

.card-image:hover .overlay {
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-image::before {
  content: "";
  position: absolute;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 3;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s;
}

.card-image:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.card-image:hover .overlay i {
  opacity: 1;
}

.overlay i {
  color: #fff;
  font-size: 26px;
  opacity: 0;
}

.subsites-name {
  position: relative;
  left: -36px;
  top: -22px;
}

.subsites-nav .navbar-nav {
  left: 91px;
}

.rotatre-180 {
  transform: rotate(180deg);
}

.fs-46 {
  font-size: 46px;
}

.fs-22 {
  font-size: 22px;
}

.border-right {
  border-right: 1px solid #ddd;
}

.corporate-relation {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #065a48;
  display: flex;
  justify-content: center;
  align-items: center;
}

.images-guwahati {
  background-image: url(../img/images/npti-guwahati.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 270px;
}

.images-hltc {
  background-image: url(../img/images/);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 270px;
}

/*** 

====================================================================
					Corporate Relation
====================================================================

***/

.about-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 100px 0;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .inner-column {
  position: relative;
  text-align: right;
  margin-right: -15px;
}

.about-section .image-column .title-box {
  position: absolute;
  left: 95px;
  bottom: 75px;
  width: 100%;
  text-align: left;
  z-index: 9;
}

.about-section .image-column .title-box h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 78px;
  color: #f2f2f2;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000;
}

.about-section .image-column .image-box {
  position: relative;
  z-index: 1;
  /* padding-top: 110px; */
}

.about-section .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.about-section .image-column .image-box .alphabet-img {
  position: absolute;
  left: 0;
  top: 0;
}

.about-section .image-column .image-box .alphabet-img img {
  max-width: 100%;
  height: auto;
}

.about-section .image-column .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 50px;
  -webkit-box-shadow: 0 8px 20px rgb(32 70 70);
  -moz-box-shadow: 0 8px 20px rgb(32 70 70);
  -ms-box-shadow: 0 8px 20px rgb(32 70 70);
  -o-box-shadow: 0 8px 20px rgb(32 70 70);
  box-shadow: 0 8px 20px rgb(32 70 70);
}

.about-section .content-column {
  position: relative;
}

.about-section .content-column .inner-column {
  position: relative;
  /* padding-top: 170px; */
}

.about-section .content-column .content-box {
  position: relative;
  padding: 70px 90px 74px;
  background-color: #ffffff;
  border: 20px solid #f2f2f2;
  border-left: 0;
}

.about-section .content-column .content-box .title {
  position: relative;
  margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  color: #222222;
  font-weight: 500;
  padding-bottom: 16px;
}

.about-section .content-column .content-box .title h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 45px;
  background-color: var(--mainColor);
  content: "";
  border-radius: 25px;
}

.about-section .content-column .content-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  margin-bottom: 45px;
}

.about-section .content-column .content-box .link-box {
  position: relative;
}

.about-section .content-column .content-box .link-box a {
  font-weight: 700;
}

/*** 

====================================================================
			Corporate Relation
====================================================================

***/

.recruiters_logo figure {
  margin: 20px;
}

.recruiters_logo .logos {
  flex-wrap: wrap;
}

.recruiters_logo .logo {
  height: 60px;
  width: auto;
  max-width: 300px;
}

.contact-icons {
  width: 45px;
  border: 1px solid #ddd;
  border-radius: 25px;
}

.contact-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.paragraphColor {
  color: var(--paragraphColor);
}

/*** 

====================================================================
			HLTC Institute Css Start
====================================================================

***/
.hoi-image {
  width: 225px;
  height: 225px;
  border: 4px dashed #1c1c26;
  border-radius: 100%;
}

.hoi-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.gallery-two {
  padding: 0px 14px;
}

/* Override bootstrap column paddings */
.gallery-two .row > div {
  padding: 2px;
}

.p-2px {
  padding-top: 2px;
}

.gallery-two .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/*** 

====================================================================
			 HLTC Institute Css End
====================================================================

***/
.others-page .card {
  min-height: 330px;
}

main .gallery-two .lightbox img {
  object-fit: contain;
}

/*** 

====================================================================
			 Nangal Institute Css End
====================================================================

***/
.recriuter_two .logo {
  height: auto;
  width: auto;
  max-width: 300px;
  aspect-ratio: 3 / 2;
}

#Guwahati-ContactPage p {
  text-align: start !important;
}

#Guwahati-ContactPage > p > span {
  font-size: 15px;
}

.radius-5 {
  border-radius: 25px;
}

.text-capitalize {
  text-transform: capitalize;
}

/*** 

====================================================================
			Main Gallery Page CSS 
====================================================================

***/

.folder .inner_folder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  transform: rotate(10deg);
  border-radius: 4px;
  border: 1px solid #d0d5e3;
}

.folder .inner_folder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e5e5e5;
  border: 1px solid #d0d5e3;
  transform: rotate(-10deg);
  border-radius: 2px;
}

.folder .inner_folder {
  position: relative;
  min-width: 100%;
  background-color: #f6f6f6;
}

.folder .inner_folder a img {
  position: relative;
  z-index: 9;
  height: 130px !important;
}

.tabRow {
  row-gap: 20px;
  gap: 50px;
}

.folder .inner_folder::after {
  height: 100%;
  width: 100%;
}

/* 22 oct 24 */
ul.institutes-menu {
  margin-left: 50px;
  font-size: 93.25%;
  font-weight: 600;
}

ul.institutes-menu.me-auto.navbar-nav {
  width: 100%;
}

.file_size:before,
.pdf-icon:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 0;
  margin-right: 7px;
  color: red;
}

.career-section .shifts-diagram p {
  color: #fff;
}

/* About NPTI Page Css */
.about-npti {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.about-npti-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 281px);
  grid-template-rows: repeat(2, 220px);
  min-height: 456px;
  gap: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-npti-container div {
  flex: 0 0 50%;
  position: relative;
}

.about-npti-container div:nth-of-type(1) {
  background: url("../img/images/Faridabad-npti/hq-faridabad.jpg") no-repeat 50%
    50% / cover;
}

.about-npti-container div:nth-of-type(1):after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  transform: scale(0.9);
  outline: 5px solid white;
}

.about-npti-container div:nth-of-type(2) {
  background: url("../img/images/Faridabad-npti/hq-faridabad2.jpg") no-repeat
    50% 50% / cover;
}

.about-npti-container div:nth-of-type(2):after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  transform: scale(0.9);
  outline: 5px solid white;
}

.about-npti-container div:nth-of-type(3) {
  background: url("../img/images/Faridabad-npti/hq-faridabad3.jpg") no-repeat
    50% 50% / cover;
}

.about-npti-container div:nth-of-type(3):after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  transform: scale(0.9);
  outline: 5px solid white;
}

.about-npti-container div:nth-of-type(4) {
  background: url("../img/images/Faridabad-npti/hq-faridabad4.jpg") no-repeat
    50% 50% / cover;
}

.about-npti-container div:nth-of-type(4):after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  transform: scale(0.9);
  outline: 5px solid white;
}

.about-npti-container div:nth-of-type(5) {
  background: url("../img/images/Faridabad-npti/HQ-images/npti-faridabad1.jpg")
    no-repeat 50% 50% / cover;
}

.about-npti-container div:nth-of-type(5):after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  transform: scale(0.9);
  outline: 5px solid white;
}

.about-npti-container div:nth-of-type(6) {
  background: url("../img/images/Faridabad-npti/HQ-images/npti-faridabad2.jpg")
    no-repeat 50% 50% / cover;
}

.about-npti-container div:nth-of-type(6):after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  transform: scale(0.9);
  outline: 5px solid white;
}

.about-npti-container div:nth-of-type(7) {
  background: url("../img/images/Faridabad-npti/HQ-images/npti-faridabad3.jpg")
    no-repeat 50% 50% / cover;
}

.about-npti-container div:nth-of-type(7):after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  transform: scale(0.9);
  outline: 5px solid white;
}

.about-npti-container div:nth-of-type(8) {
  background: url("../img/images/Faridabad-npti/HQ-images/npti-faridabad4.jpg")
    no-repeat 50% 50% / cover;
}

.about-npti-container div:nth-of-type(8):after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  transform: scale(0.9);
  outline: 5px solid white;
}

.about-npti-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-npti-container svg .path-one {
  fill: #ffffffe3;
}

.about-npti-container span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ccbc9d;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.shadow-light {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

select#edit-lang-dropdown-select {
  width: 100% !important;
  height: auto;
  background-color: var(--mainColor) !important;
  padding: 0 20px;
}

.top-left-items {
  font-size: 15px;
}

/* Lang Hindi Css Modify */
/* html:lang(hi) p {
  
  font-size: 18px !important;
} */
ul.navbar-nav.npti-menu.me-auto {
  text-wrap-mode: nowrap;
  font-size: 90%;
}

/* Alappuzha Institute Css */
/* Alappuzha Institute Css */
.recruiters-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  align-items: center;
}

.recruiters-logos img {
  height: 96px;
}

/* Faculty Page Design CSS */
/* Faculty Page Design CSS */
.fs-18 {
  font-size: 18px !important;
}

.line-height-normal {
  line-height: normal !important;
}

.overflow-hidden {
  overflow: hidden;
}

.faculty-card p {
  text-align: left !important;
}

.faculty-images {
  /* height: 330px; */
  width: 100%;
  aspect-ratio: 3 / 3;
}

.w-20-faculty .col-md-3 {
  width: 20% !important;
}

.faculty-footer {
  min-height: 114px;
}

/* search form */
.search-box #edit-actions--2 {
  display: none;
}

.search-box #edit-actions {
  display: none;
}

/* Faculty Page Css */
.faculty-institutes .btn {
  width: 218px;
  height: 45px;
  background-color: #9575cd;
  color: var(--blackColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.Intitite-Links {
  flex-wrap: wrap;
  gap: 6px;
}

.faculty-institutes {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 24px 26px;
}

.child-items {
  padding-left: 20px;
}

.child-item {
  font-size: 0.9rem;
}

.toggle-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.Courses-links button {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link .icon {
  display: none;
  margin-left: 0.5rem;
}

.nav-link.active .icon {
  display: inline;
  color: #fff;
}

.w-20-faculty {
  justify-content: center;
}

.edit-captcha-response {
  display: none;
}

/* #sticky-apply{
  position: fixed;
  z-index: 999;
  left: 0px ;
  bottom: 10% ;
  top: auto ;
} */
.sticky-icon2 {
  z-index: 999;
  position: fixed;
  top: 58%;
  left: -2px;
  /* width:220px; */
  display: flex;
  flex-direction: column;
}
.KP_PGDC_Admission {
  position: fixed;
  right: 1px;
  top: 73.6%;
  z-index: 9999;
}
.KP_Apply_for_IIM_NPTI_eMBA {
  color: var(--black);
  border-radius: 0px 50px 50px 0px;
  background: #3e96f4;
  text-transform: capitalize;
  padding: 18px;
  font-size: 15px;
  float: left;
}
.KP_PGDC_Admission_link {
  color: var(--black);
  border-radius: 50px 0px 0px 50px;
  background: var(--mainColor);
  text-transform: capitalize;
  padding: 18px;
  font-size: 15px;
  float: right;
}
.KP_MBA_IN_Power_Management {
  color: var(--black);
  border-radius: 50px;
  background: #3e96f4;
  text-transform: capitalize;
  padding: 18px;
  font-size: 15px;
  max-width: 305px;
}

.sticky-icon2 a {
  border-radius: 0px 50px 50px 0px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}

.sticky-icon2 a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}

.sticky-icon2 a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/

.sticky-icon a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

/* .contact label {
  display: none;
} */

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .section-banner .section-info {
    bottom: 16%;
  }

  .languages_logo .lang-logos__container .languages_logo_img {
    height: 58px !important;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 4099px) {
  .section-banner .section-info {
    bottom: 33%;
  }

  .languages_logo .lang-logos__container .languages_logo_img {
    height: 58px !important;
  }
}

/* 14-01-2025 */

.mid-card .card-body {
  min-height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mid-card .card-header img {
  aspect-ratio: 3/3;
}

.mid-card {
  justify-content: space-between !important;
}

.mid-card .col-md-3 {
  border: 5px solid #dddd;
  width: 21% !important;
  padding: 0px;
  border: 3px solid #b7b1b1;

  border-radius: 6px;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.mid-card2 .col-md-3 {
  border: 5px solid #dddd;
  width: 21% !important;
  padding: 0px;
  border: 3px solid #b7b1b1;
  border-radius: 6px;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.dg-faculty {
  border: 5px solid #dddd;
  width: 21% !important;
  padding: 0px !important;
  border: 3px solid #b7b1b1 !important;
  border-radius: 6px;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.dg-faculty .card-body {
  min-height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rem-1 {
  font-size: 1rem !important;
}

.Training-Search .button {
  margin-top: 22px !important;
  width: 100%;
  border-radius: 5px;
}

.bannerImage,
.bannerImage video {
  height: 500px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.AcademicText {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.AcademicText li a {
  color: var(--blackColor);
  font-size: 14px;
  text-decoration: underline;
}

.undergraduate-area .item {
  min-height: 152px;
}

/* menu css */
.tbm.tbm--mobile .tbm-collapse {
  z-index: 999999 !important;
}

.tbm-link.level-1 {
  /* color: #fff;
  padding-left: .5rem;
  padding-right: .5rem; */
  font-weight: 600;
  font-size: 93.75%;
  text-decoration: none;
  text-wrap: nowrap;
  color: var(--blackColor);
  padding-right: 2px;
  padding-left: 15px;
  text-wrap: nowrap;
}

.tbm-link-container {
  color: var(--blackColor);
}

.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:hover,
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:focus {
  font-weight: 600;
  font-size: 93.75%;
}

.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link {
  color: var(--blackColor);
  font-weight: 600;
  font-size: 93.75%;
  text-decoration: none;
}

.tbm-subnav > .tbm-item:first-child > .tbm-link-container > .tbm-link {
  text-decoration: none;
}

.tbm-submenu.tbm-item-child.tbm-has-width {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* border-top: 2px solid #000; */
}

.tbm.tbm--mobile,
.tbm-button {
  background-color: var(--mainColor);
}

.tbm.tbm--mobile .tbm-nav {
  background: var(--mainColor);
}

.tbm {
  background-color: var(--mainColor);
}

.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
  background-color: var(--mainColor);
}

.tbm-submenu-toggle:hover,
.tbm-submenu-toggle:focus {
  background-color: var(--mainColor);
}

.tbm-submenu-toggle {
  background-color: var(--mainColor);
  color: var(--blackColor);
}

.tbm-submenu {
  background-color: var(--mainColor);
}

.tbm-item--has-flyout > .tbm-submenu {
  left: calc(100% + 17px);
}

.tbm-submenu-toggle {
  width: 1rem;
  margin-left: 0;
}

.tbm-link {
  color: var(--black);
}

.tbm-link.level-1:focus {
  background-color: var(--mainColor);
  color: var(--black);
}

.tbm-link.level-1:active {
  background-color: var(--mainColor);
  color: var(--black);
}

.tbm.tbm--mobile .tbm-submenu .tbm-submenu-toggle {
  color: #fff;
  background-color: var(--mainColor);
}

.tbm-item.level-1 {
  border-right: none !important;
}

.cookiesjsr-banner.active {
  transform: translateY(0);
  position: fixed;
  bottom: 16px;
  width: 100% !important;
  margin: 0 auto;
  right: 0px !important;
  left: 0px !important;
  border-radius: 15px;
  background: #212529 !important;
}

.cookiesjsr-btn {
  min-height: 30px !important;
}

.cookiesjsr-banner--info {
  font-size: 15px;
}

.cookiesjsr-banner--links.links--row {
  display: none;
}

/* Socal media icon  kripa*/

/* Just for the pen to look nice */

.wrapper {
  display: flex;
  height: auto;
  flex-direction: row;
  /* padding: 0 20px; */
  align-items: center;
  justify-content: center;
}

.fab {
  margin: auto;
}
.social {
  color: #fff;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social:hover {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  transition: all ease 0.5s;
  -moz-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
}

.facebook {
  color: #4267b2;
}

.twitter {
  color: #000;
}
.youtube {
  color: #c4302b;
}
.linkedin {
  color: #0a66c2;
}
.instagram {
  color: transparent;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
}
.tumblr {
  color: #34526f;
}
.whatsapp {
  color: #25d366;
}

.bg-ico {
  display: flex;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 3px 5px -0px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  padding: 9px;
}
kp-icons i {
  font-size: 20px !important;
}
.bg-ico:hover {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);
}

#facebook:hover {
  background-color: #4267b2;
}

#twitter:hover {
  background-color: #1da1f2;
}
#youtube:hover {
  background-color: #c4302b;
}
#linkedin:hover {
  background-color: #0a66c2;
}
#instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
#tumblr:hover {
  background-color: #34526f;
}
#whatsapp:hover {
  background-color: #25d366;
}

.facebook:hover,
.twitter:hover,
.youtube:hover,
.linkedin:hover,
.instagram:hover,
.tumblr:hover,
.whatsapp:hover {
  color: #fff;
  transform: scale(1.3);
}
.kp-icons {
  padding: 0px 5px;
}
.cpr-right ul {
  display: inline-block;
}
.cpr-right ul li {
  display: block;
}
.tbm-submenu.tbm-item-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  border: 1px solid #bbbbbb !important;

  margin: 0;
}
.owl-carousel .owl-nav button.owl-next {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-color: transparent !important;
  background: var(--mainColor);
}
.owl-carousel .owl-nav button.owl-prev {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-color: transparent !important;
  margin-right: -25px;
  background: var(--mainColor);
}
.owl-carousel .owl-nav button.owl-next:hover {
  border-left: 0 !important;
  border: 1px solid #ff8a00 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: #ff8a00;
  border-left-color: transparent !important;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  border-right-color: transparent !important;
  border: 1px solid #ff8a00 !important;
  border-top-right-radius: 0 !important;
  color: #ff8a00;
  border-bottom-right-radius: 0 !important;
  border-right: 0 !important;
}
.dropdown-menu {
  min-width: 13rem !important;
  padding: 0.5rem 13px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cpr-right ul li {
  display: inline-block;
}

@media screen and (min-width: 300px) and (max-width: 767.98px) {
  .header-news-ticker {
    clip-path: polygon(0 0, 100% 0, 110% 100%, 0% 100%, 0 100%);
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-news-ticker {
    left: 0;
    width: 100%;
    position: absolute;
  }
}
/* Red focus box for active/focused main tab */
.nav-tabs > .nav-item > .nav-link:focus,
.nav-tabs > .nav-item > .nav-link.active:focus {
  outline: none;
  border: 2px solid red;
  background-color: #ffe6e6;
  color: red;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(255, 0, 0, 0.6);
}
*:focus {
  outline: 2px solid red !important;
}
/* Apply red highlight when an <a> tab is focused */
.tbm-subnav .tbm-link:focus {
  outline: none;
  border: 2px solid red;
  background-color: #ffe6e6;
  color: red !important;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(255, 0, 0, 0.6);
}
.tprogramcard {
  display: inline-block;
  background: none; /* no default button background */
  border: none; /* remove default border */
  padding: 0; /* reset spacing */
  margin: 0;
  cursor: pointer; /* pointer like a link */
  text-decoration: none; /* remove underline */
  font: inherit; /* inherit font styles */
  color: #007bff; /* default link color */
}

.tprogramcard:hover,
.tprogramcard:focus {
  text-decoration: underline; /* behave like a link */
  outline: none;
}

.Interested-btn {
  font-weight: 600;
}
.upcoming-event h4 {
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
}
.marquee-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.marquee-fix {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}

.marquee-fix span {
  display: inline-block;
  position: relative;
  will-change: transform;
  animation: scroll-text linear infinite;
  animation-duration: var(--scroll-time, 15s); /* dynamic duration */
}

@keyframes scroll-text {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.paused span {
  animation-play-state: paused;
}

button#toggleMarquee {
  background: var(--mainColor);
  color: var(--blackColor);
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
button#toggleMarquee:focus {
  outline: 2px solid #333;
}

.marquee-fix {
  background: var(--mainColor);
  padding: 12px 0;
}
.visually-hidden-focusable {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.visually-hidden-focusable:focus,
.visually-hidden-focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  z-index: 1000;
}
.field--name-title,
.page-title {
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
}
