@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root,
[data-bs-theme=light] {
  --bs-body-font-size: 1.1rem!important;
  --bs-blue: #1d3b53;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #d6293e;
  --bs-orange: #fd7e14;
  --bs-yellow: #f7c32e;
  --bs-green: #0cbc87;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #747579;
  --bs-gray-dark: #0b0a12;
  --bs-gray-100: #f5f5f6;
  --bs-gray-200: #dfdfe3;
  --bs-gray-300: #c5c5c7;
  --bs-gray-400: #96969a;
  --bs-gray-500: #85878a;
  --bs-gray-600: #202020;
  --bs-gray-700: #5e5e5f;
  --bs-gray-800: #0b0a12;
  --bs-gray-900: #0b0a12;
  --bs-primary: #d50c59;
  --bs-white: #fff;
  --bs-secondary: #85878a;
  --bs-success: #0cbc87;
  --bs-info: #17a2b8;
  --bs-warning: #f7c32e;
  --bs-danger: #d6293e;
  --bs-light: #f5f5f6;
  --bs-dark: #0b0a12;
  --bs-orange: #fd7d14;
  --bs-mode: #fff;
  --bs-primary-rgb: 255, 255, 255;
  --bs-white-rgb: 255, 255, 255;
  --bs-secondary-rgb: 133, 135, 138;
  --bs-success-rgb: 12, 188, 135;
  --bs-success-dark-rgb: 20, 108, 67;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 247, 195, 46;
  --bs-danger-rgb: 214, 41, 62;
  --bs-light-rgb: 245, 245, 246;
  --bs-light-primary-rgb: 249, 241, 244;
  --bs-light-2-rgb: 239, 239, 239;
  --bs-dark-rgb: 11, 10, 18;
  --bs-orange-rgb: 253, 126, 20;
  --bs-mode-rgb: 255, 255, 255;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-light-green-bg: rgb(225, 230, 224);
  --bs-medium-red-bg: #f3e1e8;
  /* --bs-light-green-bg: 155, 171, 149; */
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 116, 117, 121;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-gradient-2: linear-gradient(90deg, #146c43, #94a114, #1b6f40);
  --bs-body-font-family: 'Baloo2', sans-serif;
  --bs-body-font-size: 1.1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #252525;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(116, 117, 121, 0.75);
  --bs-secondary-color-rgb: 116, 117, 121;
  --bs-secondary-bg: #dfdfe3;
  --bs-secondary-bg-rgb: 223, 223, 227;
  --bs-tertiary-color: rgba(116, 117, 121, 0.5);
  --bs-tertiary-color-rgb: 116, 117, 121;
  --bs-tertiary-bg: #f5f5f6;
  --bs-tertiary-bg-rgb: 245, 245, 246;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-heading-color: var(--bs-gray-900);
  --bs-link-color: #d50c59;
  --bs-link-color-rgb: 81, 67, 217;
  --bs-link-decoration: none;
  --bs-link-hover-color: #4136ae;
  --bs-link-hover-color-rgb: 65, 54, 174;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: var(--bs-gray-200);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.4rem;
  --bs-border-radius-lg: 1rem;
  --bs-border-radius-xl: 1.5rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(29, 58, 83, 0.15);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

[data-bs-theme=dark] {
  --bs-body-color: #242424;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #d50c59;
  --bs-link-hover-color: #4136ae;
  --bs-link-color-rgb: 81, 67, 217;
  --bs-link-hover-color-rgb: 65, 54, 174;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}
html body{overflow-x: hidden!important; }
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

body {
  font-family: "Baloo 2", sans-serif !important;
  font-weight: 500;
  overflow-x: hidden !important;
}
.btn-warning{    background: linear-gradient(to left, #f47216 0%, #6e0bac 100%);}
.main-title {
  position: relative;
}

.main-title::before {
  position: absolute;
  content: '';
  height: 5px;
  width: 27px;
  left: 1px;
  top: -10px;
  background-color: #f06f1b69;
  border-radius: 20px;
}
.main-title.text-center::before {
  left: 0;
  right: 0;
  margin: auto;
}
.main-title.text-center {
  position: relative;
  z-index: 1;
}
/* start sapath-grahan */
.bg-before {
  position: relative;
  z-index: 1;
}
.bg-before::before {
  content: '';
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/gray-shape-bg.jpg);
  clip-path: polygon(0 0, 48% 100%, 100% 0);
  height: 500px;
  z-index: -1;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  background-size: cover;
}
.sapath-grahan video {
  border-radius: 30px;
}
.sapath-grahan {
  position: relative;
  z-index: 1;
}

/* end sapath-grahan */
.main-title .text-end.position-absolute.end-0 {
    top: -35px !important;
}
.main-title .title,
.title {
  font-weight: 700;
  color: #6e0bac;
  background: linear-gradient(to left, #f47216 0%, #6e0bac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  z-index: 10;
  margin-bottom: 20px;
  font-family: sans-serif;
}

.newsbox.border-primary {
  --bs-border-opacity: 1;
  border-color: #6e0bac !important;
}

.newsbox.border-secondary {
  --bs-border-opacity: 1;
  border-color: #f47216 !important;
}

.bg-orange {
  color: #ff6600;
}

.text-orange {
  color: #ff6600!important;
}

.text-purple {
  color: #6e0bac!important;
}

body a {
  text-decoration: none;
}

.back-top {
  cursor: pointer;
  position: fixed !important;
  bottom: 40px;
  right: 40px;
  display: block;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #6e0bac;
  color: #fff;
  border-radius: 10%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}

.back-top:before {
  content: "\F111";
  font-family: "bootstrap-icons";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.back-top:hover {
  background: var(--bs-link-hover-color);
  color: #fff;
}

.back-top.back-top-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/* start slider css */
/* .banner-slider .carousel-item {
  height: 75vh;
} */

/* end slider css */
.navbar-toggler .navbar-toggler-icon {
  width: 2em;
}
.navbar-toggler-icon {
  width: 2.5em;
}

.navbar-light .navbar-brand img.default-logo {
  height: 60px;
}

.up-govt-logo {
  width: 80px;
}

.offcanvas .default-logo2 {
  max-height: 30px;
  width: auto;
}

.offcanvas-header img {
  max-height: 45px;
}

.left_dash {
  position: relative;
  border-bottom: 1px solid !important;
  border-color: #e4e4e4 !important;
}

.navbar .navbar-nav .nav-link {
  padding: 12px 0;
  margin: 0 18px;
  word-break: normal;
  font-weight: 600;
}

li.nav-item.left_dash:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  background: #fd961e;
  width: 10px;
  height: 2px;
}

.slider-navigation-style-07.swiper-button-next,
.swiper-button-prev {
  top: 52% !important;
}
/* start breadcumb */
.inner-page-breadcumb {
  background-image: url(../images/gray-shape-bg.jpg);
background-size:cover;
z-index: 1;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
/* margin-bottom: -10px; */
}
.inner-page-breadcumb::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #3e0043d9 0%, #3e0043a3 35%, rgb(238 110 28 / 34%) 100%);
  z-index: -1;
  /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}
.inner-page-breadcumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgb(255 255 255 / 36%);
}
.link-body-emphasis.text-decoration-none {
  border-bottom: 2px dotted #0000001c;
}
.page-link{
border: var(--bs-pagination-border-width) solid #FFC107!important;
}
/* start about */
.video-icon-frame{
  top: -55px;
  left: 46%;
}
.bg-card-gradient {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffede4;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bg-card-gradient::after {
  content: '';
  position: absolute;
  background-color: #e5c7b8;
  width: 50%;
  height: 12px;
  top: -7px;
  right: 0;
  left: 0;
  border-radius: 52px;
  margin: auto;
}
/* start social media */
.social-media-iframe .body-block {
  border: .1px solid #ebebeb;
  border-top: 0;
  border-top-right-radius: 52px;
}

.social-media-iframe {
overflow-y: auto;
}

/* start easy news ticker css */

.vline {
  background: #ffffff24;
  border-radius: 5px;
  padding: 0px 0px 0px 10px;
}
.vline button {
  color: #d6d6d6 !important;
  border: none;
  background: transparent;
  padding: 0;
  transition: all 0.3s;
}
.vline button:hover {
  color: #0d6efd !important;
  transition: all 0.3s;
}
.easyticker-wrapper li a {
  display: block;
}
.toggle-pause i {
  color: var(--bs-primary) !important;
}

/* end easy news ticker css */
/* start easyticker css */
.easyticker-wrapper li a {
  display: block;
}
.toggle-pause i {
  color: #f17019 !important;
}
.easyticker-text a {
  color: var(--bs-black);
}
.easyticker-wrapper .easyticker-info {
  border-bottom: 2px dotted #0000001c;
  padding-bottom: 7px;
  /* margin-bottom: 10px; */
}
.easyticker-info .text-primary{  color: #f17019 !important;}
.publication-list li img {
  border-radius: 10px;
  width: 100px;
  min-width:100px;
  object-fit: fill;
  object-position: top;
  height: 71px;
}
.news-publication .newsbox {
  max-height: 450px;
}
.text-ellipsis-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.east-ticker-img
 {
    border-radius: 10px;
    width: 100px;
    height: 70px;
}
/* end east ticker css */

.social-media a {
  width: 35px;
  height: 35px;
  line-height: 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  border-radius: 100%;
  text-align: center;
  color: var(--bs-white);
}

.navbar-toggler:focus {
  box-shadow: none !important;
}
.stuck-top.sticky-top {
  top: 0;
  bottom: auto;
  animation: slideDown .6s ease-out;
}
.stuck-top.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
}
@keyframes slideDown{
0% {
  transform: translateY(-100%);
}
100% {
  transform: translateY(0);
}
}

.facb {
  background: #3055a0;
}

.twit {
  background: #202431;
}

.inst {
  background: #d42f96;
}

.yout {
  background: #de2925;
}

.vr-line::before {
  content: '';
  position: absolute;
  top: 15%;
  bottom: 10%;
  left: -17px;
  background: #fd961e;
  width: 2px;
  height: 20px;
}

.smf-max-height {
    max-height: 470px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 470px;
}
/* Photo Album Page*/
.album-item a {
  text-decoration: none;
}

.album-item a figure img {
  height: 230px;
  object-fit: cover;
  object-position: top;
  transition: all 0.5s;
  z-index: 10;
}

.album-item a:hover figure img {
  transform: translateX(-30px);
  transition: all 0.5s;
  z-index: 10;
}

.album-item a figure::before {
  content: '';
  position: absolute;
  right: 50px;
  width: 100%;
  height: calc(100% - 5px);
  background-color: rgba(255, 0, 0, 0);
  transform: rotate(0deg);
  top: -5px;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.4s;
}

.album-item a figure::after {
  content: '';
  position: absolute;
  right: 50px;
  width: 100%;
  height: calc(100% - 15px);
  background-color: rgba(255, 0, 0, 0);
  transform: rotate(0deg);
  border-radius: 10px 10px 20px 10px;
  transition: all 0.4s;
}

.album-item a:hover figure::before {
  content: '';
  background-color: #6e0bac;
  position: absolute;
  right: 20px;
  transform: rotate(4deg);
  transition: all 0.4s;
}

.album-item a:hover figure::after {
  content: '';
  position: absolute;
  right: 12px;
  transform: rotate(7deg);
  top: 5px;
  background-color: #4703723d;
  transition: all 0.4s;
}

.album-item a figcaption span {
  font-family: "Baloo 2", sans-serif;
  color: rgb(26, 26, 26);
  font-weight: 500;
  /* font-size: 19px;
  line-height: 25px; */
  height: 50px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 55px);
  transition: all 0.4s;
}

.album-item a:hover figcaption span {
  color: #520285;
  transition: all 0.4s;
}

.album-item a figcaption i {
  height: 45px;
  width: 45px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6e0bac77;
  color: #5c0096;
  background-color: transparent;
  transition: all 0.4s;
}

.album-item a:hover figcaption i {
  color: #ffffff;
  background-color: #a417fc;
  transition: all 0.4s;
}
.janata-darshan-album-item  a figure img {
  height: 230px;
  object-fit: cover;
  object-position: top;
  transition: all 0.5s;
  z-index: 10;
}
.janata-darshan-album-item  figcaption {
  color: #520285;
  font-weight: 500;
  font-size: 20px;
}
/* sssssss */

.album-gallery .album-item a figure::before {
  content: '';
  background-color: #6e0bac;
  position: absolute;
  right: 20px;
  transform: rotate(4deg);
  transition: all 0.4s;
}
.album-item a figure::before {
  content: '';
  position: absolute;
  right: 50px;
  width: 100%;
  height: calc(100% - 5px);
  background-color: rgba(255, 0, 0, 0);
  transform: rotate(0deg);
  top: -5px;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.4s;
}
.album-item a figure::after {
    content: '';
    position: absolute;
    right: 50px;
    width: 100%;
    height: calc(100% - 15px);
    background-color: rgba(255, 0, 0, 0);
    transform: rotate(0deg);
    border-radius: 10px 10px 20px 10px;
    transition: all 0.4s;
}
.album-gallery .album-item a:hover figure img {
  transform: translateX(0px);
}
.album-gallery .album-item a figure img {
  transform: translateX(-30px);
  transition: all .7s;
  z-index: 10;
}
.album-gallery .album-item a figure::after {
  content: '';
  position: absolute;
  right: 12px;
  transform: rotate(7deg);
  top: 5px;
  background-color: #4703723d;
  transition: all 0.4s;
}
.album-gallery .album-item a:hover figure::after {
  content: '';
  position: absolute;
  right: 36px;
  transform: rotate(0deg);
  top: 5px;
  background-color: #4703723d;
  transition: all 0.4s;
}
.album-gallery .album-item a:hover figure::before {
  content: '';
  background-color: #6e0bac;
  position: absolute;
  right: 36px;
  transform: rotate(0deg);
  transition: all 0.4s;
}
.album-gallery.album-detail-gallery .album-item a figure img {
  transform: translateX(0px);
}
.album-gallery.album-detail-gallery  .album-item a figure::before,
 .album-gallery.album-detail-gallery  .album-item a figure::after
 {display: none;}
 .album-gallery.album-detail-gallery .album-item sapn {
  height: 45px;
  width: 45px;
  font-size: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #6e0bac77;
  color: #6e0bac;
  background-color: #ffffffe7;
  transition: all 0.4s;
  display: flex;
  bottom: 20px;
  right: 40px;
}
.album-gallery.album-detail-gallery .album-item:hover sapn{  right: 20px;}
.album-gallery.album-detail-gallery .album-item sapn i {line-height: 0;}
/* .album-gallery .album-item a figcaption span {
  color: #520285;
  transition: all 0.4s;
} */
/* footer */
.ft-left h4 {
  color: #282828;
  font-size: 30px;
}

.ft-title {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
}

.ft-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.ft-list li {
  width: calc(50% - 30px);
  margin-bottom: 5px;
  position: relative;
}

.ft-list li::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #fd961e;
  left: 0;
  top: 13px;
  transition: all 0.5s;
}

.ft-list li:hover::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 23px;
  transition: all 0.5s;
}

.ft-list li a {
  color: rgb(46, 46, 46);
  font-size: 20px;
  font-family: "Baloo 2", sans-serif;
  padding-left: 25px;
  display: block;
  transition: all 0.5s;
  font-weight: 500;
}

.ft-list li a:hover {
  padding-left: 30px;
  transition: all 0.5s;
  color: black;
}

/* footer-new-code-end */
.abs-img::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  background: linear-gradient(to left, #f47216 0%, #6e0bac 100%);
  bottom: -20px;
  border-radius: 0 30px;
}

.abs-img img {
  position: relative;
  z-index: 1;
  border-radius: 0 30px;
  max-height: 400px;
  object-fit: cover;
  object-position: bottom;
}

.special-text {
  font-size: 18px;
  font-weight: 600;
}

.bg-light-2 {
  background-color: #ffe8d9 !important;
}

/* video-section */
.sec-videos {
  background-color: #f8f8f8;
}

.video-sl video {
  width: 100%;
}

.video-content {
  background: #ffffff;
  padding: 30px;
}

.video-content .video-title, .videoContent .video-title{
  font-size: 30px;
  font-weight: 600;
  display: -webkit-box;
  line-height: 1.5;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-content p, .video-title p{
  color: rgb(90, 90, 90);
  font-family: "Baloo 2", sans-serif;
  display: -webkit-box;
  font-weight: 500;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-sl-ctrls {
  position: absolute;
  left: calc(65% + 30px);
  bottom: 30px;
}

.ctrl-btn {
  box-shadow: none;
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: #6e0bac;
  border: 1px solid #6e0bac3d;
  background-color: white;
  transform: scale(1.0);
  transition: all 0.5s;
}

.ctrl-btn:hover {
  background-color: #6e0bac;
  color: white;
  transform: scale(1.2);
  transition: all 0.5s;
}

/* video-section-end */
/* video slider  */
.bg-yellow {
  background-color: #fff2e7;
}

.video-single .vd iframe {
  width: 100%;
  height: 220px;
  border-radius: 0.5rem;
}

.video-single .vd-caption p {
  font-family: "Baloo 2", sans-serif;
  color: rgb(26, 26, 26);
  font-weight: 500;
  /* font-size: 19px;
line-height: 25px; */
  height: 70px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

/* video slider end */
 /* Video Slider */
 .videoSlider.slick-slider .slick-list .slick-track  .slider-item.slick-slide  .d-block {
  filter: brightness(-5);
  opacity:0.5;
 }
 .videoSlider.slick-slider .slick-list .slick-track .slick-active.slick-center .d-block {
   width: calc(100% - 60px);
   filter: blur(0px);
   opacity:  1 !important;
 }


 .videoSlider.slick-slider .slick-list   .slider-item.slick-slide  .d-block .videoContent 
 {width: 0 !important;overflow: hidden;display: none;}
 .videoSlider.slick-slider .slick-list   .slider-item.slick-slide  .d-block .videoThumb {
  width: 100%;
 }

 .videoSlider.slick-slider .slick-list   .slider-item.slick-slide  .d-block  .videoThumb img {
   width: 100%;
   height: 400px;
   object-fit: cover;
   object-position: center;
 }
  .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoThumb {
   width: 60% !important; 
 }

  .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoThumb img {
   width: 100%;
   height: 400px;
   object-fit: cover;
   object-position: center;
 }

 .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoContent {
   width: 40% !important;
   background-color: white;
   padding: 30px;
   overflow: visible;
   display: block;
 }
 .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoContent .vc-date {
  color: #922784;
  font-weight: 600;
}

 .videoThumb .overlay {
   position: absolute;
   top: 0;
   left: 0;

 }

 .videoThumb .overlay .paybutton {
   border: 1px solid #80808000;
   height: 80px;
   width: 80px;
   background-color: rgb(0 0 0 / 36%);
   line-height: 1;
   font-size: 60px;
   color: white;
   backdrop-filter: blur(5px);
   padding: 10px 13px;
 }

 .video-modal .btn-close {
   position: absolute;
   right: 10px;
   top: 10px;
   opacity: 1;
   font-size: 20px;
 }
  #insta-iframe iframe{
    width:100%!important;
     min-width: 100% !important;
    max-width: 100% !important;
    display: none!important;
  }
  /* Video Slider */
@media (min-width: 1400px) {
  body{
    font-size: 1.2rem !important;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 80% !important;
  }
}
.body-block blockquote {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
        overflow-x: hidden!important;
}
.body-block.rounded-3.smf-max-height {
    max-height: 470px;
    overflow-y: auto;
    /* overflow-x: hidden; */
    min-height: 465px;
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden!important;
}
@media (max-width: 768px) {
/* .body-block blockquote {
    width: calc(70% - 2px) !important;
    max-width: 250px!important;
    min-width: 250px!important;
} */
  .social-media-iframe{overflow-x: hidden!important;}
  .social-media-iframe .body-block, blockquote.instagram-media{
    width:100%!important;
     min-width: 100% !important;
    max-width: 100% !important;
  }
  /* .social-media-iframe .body-block blockquote.instagram-media
 {
    min-width: 100% !important;
    max-width: 100% !important;
} */
  .publication-list li img {
    width: 100%;
    min-width: 100px;
    object-fit: cover;
    height: 150px;
}
  .btn-warning{margin-top: 15px; margin-bottom: 15px;}
  .portfolio-gallery {
    grid-template-columns: repeat(1, 1fr)!important;
}
    .navbar.navbar-light .navbar-toggler {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
  #google_translate_element {
           margin-right: auto !important;
        margin-left: 0px !important;
}

/* span#google_translate_element {
    margin-left: 0px !important;
    margin-right: 40px;
} */
/* .navbar.navbar-light .d-flex.justify-content-end.py-1
 {
    order: 2;
}
.navbar.navbar-light .navbar-toggler
 {
    order: 3;
} */
.abs-img img {
    width: 97% !important;
}
.abs-img::before {
    width: 94%!important;
}
.grid-box:nth-child(1) {
    grid-column: 1 / 2!important;
}
  .d-flex.flex-wrap .w-50 {
    width: 100% !important;
}
.video-icon-frame.position-absolute {
    top: 0;
    left: 0%;
    position: relative !important;
    margin-top: 10px;
}
.back-top {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
  section .portfolio-gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
  .back-top:before {
    font-size: 0.6rem;
  }
  .videoSliderItem{flex-wrap: wrap;}
  .video-content .video-title, .videoContent .video-title{font-size: 26px;}
  .videoSlider.slick-slider .slick-list .slick-track .slick-active.slick-center .d-block {
    width: calc(100% - 30px) !important;} 
   .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoThumb,
   .videoSlider.slick-slider .slick-list .slider-item.slick-slide .d-block .videoThumb {
    width: 100% !important;}  
    .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoThumb img,
    .videoSlider.slick-slider .slick-list  .slider-item.slick-slide .d-block  .videoThumb img 
    {height: 220px;}
    .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoContent,
    .videoSlider.slick-slider .slick-list  .slider-item.slick-slide .d-block  .videoContent   {
      width: 100% !important; 
      padding: 20px 15px;  display: block;overflow: visible;
    } 
  .videoThumb img {height: 200px;}
}

@media (max-width: 575.98px) {

  .back-top {
    display: none;
  }
  .videoThumb img {
    height: 330px;
}
.bg-before::before{height: 200px;}

}

@media (max-width: 480px) {

  .sec-about.py-5{padding-top: 2rem !important;}
  .navbar-toggler.mx-3 {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .main-title::before {
    top: -10px;
  }

  .ft-left .text-purple {
    font-size: 20px;
  }

  .ft-list li {
    width: 100%;
  }

  .social-media {
    margin-bottom: 40px !important;
  }

  .navbar .social-media {
    margin-bottom: 0 !important;
  }
.navbar-light .navbar-brand {
    width: 100%;
    display: inline-block;
}
    .navbar-light .navbar-brand img.default-logo {
        height: 45px;
        width: 80% !important;
    }
  .skiptranslate, .goog-te-gadget, #google_translate_element select {
    max-width: 100px;
    min-width: 100px;
    font-size: 10px !important;
    padding: 7px 10px;
}
  .navbar-toggler .navbar-toggler-icon {
    width: 1.2em;
}
  .navbar-brand {
    width: 100;
    margin-right: 0 !important;
  }

  .main-title .title,
  .title {
    font-size: 26px;
    line-height: 40px;
  }

  .ft-left h4 {
    font-size: 24px !important;
    line-height: 1.3;
  }
  .up-govt-logo {
    width: 32px;
  }
  .video-content {
    padding: 15px;
  }
  .video-content .video-title {
    font-size: 20px;
  }
  .videoSliderItem{flex-wrap: wrap;}
  .videoSlider.slick-slider .slick-list .slick-track .slick-active .d-block,
   .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoThumb {
    width: 100% !important;}  
    .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoThumb img{height: 220px;}
    .videoSlider.slick-slider .slick-list  .slick-active.slick-center .d-block  .videoContent {
      width: 100% !important; 
      padding: 20px 15px;  display: block;overflow: visible;
    } 
    .videoThumb img {
      height: 200px;
  }
  .videoContent{padding: 20px 15px ;}
  .videoContent p{margin-bottom: 0;}
  .video-content .video-title, .videoContent .video-title{font-size: 26px;}
}

/* portfolio */
.grid-details {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.portfolio-gallery  {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 400px 200px;
  background-color: #fff;
  color: #444;
}

.grid-box:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1;
}
/* .grid-box:nth-child(2) {
  grid-column: 3 ;
  grid-row: 1 / 1;
}
.grid-box:nth-child(3) {
  grid-column: 1 ;
  grid-row: 2 ;
}
.grid-box:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
} */
.grid-box{position: relative;}
.grid-box img{object-fit: cover; object-position: top;border-radius: 6px;}
.grid-box:before {
  content: "";
  position: absolute;
  height: 70%;
  width: 100%;
  bottom: 0;
  background-image:linear-gradient(180deg, transparent, rgb(0 0 0 / 79%));
  z-index: 1;
  border-radius: 6px;
}
.grid-date {
    border: 1px solid #fff;
    padding: 0px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.content-grid {
    width: 100%;
}

.play-button {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.play-button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.play-button.is-play .button-outer-circle {
  background:rgb(255 255 255 / 38%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.play-button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.play-button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}
.play-button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

.bg-leftpoint::before{
  clip-path: polygon(0% 0%, 75% 0%, 100% 60%, 75% 100%, 0% 100%);
background-color: #fff2e7;
content: "";
position: absolute;
left: 0;
right: 40%;
top: 0;
bottom: 0;
width: 70%;
bottom: 0;
z-index: -1;
}

/* janata darshan */

/* google translate */
   
body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: transparent !important;
}
/* .skiptranslate, .goog-te-gadget{
   background: linear-gradient(to left, #f47216 0%, #6e0bac 100%);
} */

.translated-ltr body, html body{    top: 0px!important;}

#google_translate_element select {
    color: #fff4e4;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 8px 10px;
    background: #4c4c4c;
    border-radius: 100px;
    outline: 0px;
}

.skiptranslate, .goog-te-gadget, #google_translate_element select {
    max-width: 150px;
    min-width: 150px;
}

.list-style-1-title{position: relative;    padding-left: 35px; font-size: 21px;}

.list-style-1 li {
    background: #f7f3f3;
    padding: 7px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.list-style-1-title:before{
  content: '\F280';
  position: absolute;
  left: 0px;
  font-size: 20px;
font-family: "bootstrap-icons";
}

