/* 
Theme -: Parivartan 
version -: -0.1
Fonts -: Adelle

*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
/*p.text_align {
  text-align: justify;
}*/
.p4 {
  font-size: 16px !important;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
a:hover {
  color: #b349a5;
  text-decoration: none;
}
#wpadminbar #wp-toolbar ul li a {
  font-size: 14px !important;
}

@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@font-face {
  font-family: "takshila";
  src: url(../fonts/Takshila.otf) format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "takshila light";
  src: url(../fonts/Takshila-Light.otf) format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "takshila hindi";
  src: url(../fonts/TakshilaHindi.otf) format("opentype");
  font-weight: 500;
}
/*@font-face {
  font-family: taskshika;
  src: url(../fonts/Takshila-Regular-Italics.otf);
  font-weight: 500;
}*/

:root {
  --siteblack-color: #180f0f;
  --webfontfamily: "takshila", sans-serif;
  --webfontfamilylight: "takshila light", sans-serif;
  --webfontfamilyhindi: "takshila hindi", sans-serif;
  --titlefontfamily: "Lato", sans-serif;
  --bgcolor: #eaedf4;
}
p {
  color: #2b2e34;
  margin: 0px;
  margin-bottom: 0px !important;
  font-family: var(--webfontfamilylight) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2e34;
  font-family: var(--webfontfamily) !important;
  font-weight: 700 !important;
}

.gray-dark {
  background: #2b2e34;
}
.color-light {
  color: #eaedf4 !important;
}
.red-bg {
  background: #4dbd63;
}
/*.container{
    max-width: 1500px !important;
}*/
.blue-bg {
  background: #ecf8ee;
}
.gray-bg {
  background: #e0e6f2;
}

.pd-left {
  padding-left: 0px !important;
}
.pd-right {
  padding-right: 0px !important;
}

p {
  font-family: var(--webfontfamily);
}
.navbar.navbar-expand.my_nav {
  padding-bottom: 0px;
}
form.search_header {
  text-align: right;
  position: relative;
  width: fit-content;
  float: right;
  margin-right: 2.813rem;
}
form.search_header input::placeholder {
  font-size: 1.25rem;
  color: #8c93a2;
  font-family: var(--webfontfamily);
}
form.search_header input {
  width: 369px;
  height: 52px;
  background: #ffffff;
  border: 1px solid #8c93a2;
  padding: 8px 2.125rem;
  outline: none;
  font-size: 1rem;
  color: #64666b;
  font-family: var(--webfontfamily);
}
form.search_header img {
  position: absolute;
  left: 0.75rem;
  bottom: 0;
  top: 1.188rem;
}
.my_nav {
  float: right;
}
ul.menubar {
  display: flex;
  margin-bottom: 0;
}
/*header .current_page_item a {
    color: #4DBD63 !important;
}*/
.logo {
  position: relative;
}
.logo img {
  width: 250px;
  position: absolute;
  bottom: 1.438rem;
  top: 0.438rem;
}
ul.menubar li a {
  vertical-align: middle;
  align-items: center;
  color: #2b2e34;
  font-weight: 700;
  font-family: var(--webfontfamily);
  font-size: 1.25rem;
  display: inline-block;
  padding: 0 2.813rem 2.5rem;
  text-transform: capitalize;
  cursor: pointer;
}
li#menu-item-101 a {
  text-wrap: nowrap;
}
ul.menubar .menu-item-77 {
  background: #4dbd63;
}
ul.menubar li {
  display: inline-block;
}
.menu-bar {
  padding-top: 1.875rem;
}
.border-left-0 {
  border-left: none !important;
}
ul.menubar li a:hover {
  color: #4dbd63;
}
ul.menubar li {
  vertical-align: middle;
}
ul.sub-menu li:last-child:after {
  display: none !important;
}
.sub-menu li:before {
  display: none !important;
}
ul.menubar li:hover a {
  color: #4dbd63 !important;
}
/* ul.menubar li:last-child a {
  padding-right: 0px;
} */
.sub-menu li {
  border: none !important;
  padding: 0px 0.875rem !important;
  width: 100%;
  /*    padding-left: 0.875rem !important;*/
  line-height: 1.25rem !important;
}
.sub-menu {
  position: absolute;
  /* left: 0; */
  left: -25px;
  top: 100%;
  width: 100%;
  /*    height: 445px;*/
  z-index: 99999;
  background: #5ec372;
  margin: 0px !important;
  padding: 0px !important;
  border-top: none;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 50ms ease-out;
  top: 35px !important;
  padding-block: 20px !important;
}
.sub-menu li a {
  font-family: var(--webfontfamily) !important;
  font-weight: 400 !important;
}
ul.sub-menu li a {
  font-size: 1rem;
  font-weight: 400 !important;
  padding: 0.625rem 0.938rem;
  color: white;
}
.sub-menu li a:hover {
  color: #fff !important;
  text-decoration: underline;
}
ul.menubar li:hover .sub-menu li a {
  color: white !important ;
  text-decoration: none;
  display: block;
}
ul.menubar li:hover .sub-menu li :hover {
  color: #4dbd63 !important ;
}
.dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 4;
}

ul.menubar:hover .sub-menu li a {
  color: #fff !important;
}

.slider-wrap {
  background: #fff1e5;
  position: relative;
  overflow: hidden;
}
.title h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #2b2e34;
  font-family: var(--webfontfamily);
}
.heading h1 {
  font-family: var(--webfontfamily);
  color: #2b2e34;
  font-size: 1.563rem;
  line-height: 2.313rem;
  font-weight: 300;
}
.slider-wrap .carousel-item {
  z-index: 666;
  height: 405px;
  max-height: 100%;
}
.connecting_the_arts .carousel-item {
  height: inherit;
}
.slider_controller {
  position: relative;
}
.cta {
  font-family: var(--webfontfamily);
  color: #2b2e34 !important;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 2.5rem 1.875rem;
  float: left;
  transition: all 600ms ease-out;
  background: #fff1e5;
}
.cta:hover {
  background: #ffbb86;
  border-color: #ffbb86;
}
.cta_button {
  padding: 72px 0px 2.5rem 0px;
}
/*.title {
    padding: 0.625rem 0px;
}*/
.member_image img {
  /*filter: grayscale(1);*/
}
.slider-wrap .carousel-control-next {
  opacity: 4;
}
.slider-wrap .carousel-control-prev {
  opacity: 4;
  left: auto;
}
.slider-wrap .carousel-control-prev-icon {
  background: url(/wp-content/uploads/2023/03/Path-980.png);
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0.3;
}
.slider-wrap .carousel-control-next-icon {
  background: url(/wp-content/uploads/2023/03/Path-981.png);
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.3;
}
.slider-wrap .carousel-control-next-icon:hover {
  opacity: 8;
}
.slider-wrap .carousel-control-prev-icon:hover {
  opacity: 8;
}

.inner-pages-slider .carousel-item {
  height: inherit;
}
.yellow {
  position: absolute;
  left: 0px;
  z-index: 0;
  bottom: 0;
}
.slider_content {
  z-index: 55555;
  position: relative;
}
.red {
  position: absolute;
  bottom: 0;
  left: 18%;
  top: 18%;
  text-align: center;
}
.blue {
  position: absolute;
  left: -210px;
  bottom: 2.688rem;
  transform: rotate(27deg);
}
.yellow img {
  width: 70%;
  float: left;
  max-width: 100%;
}
.red img {
  width: 80%;
  max-width: 100%;
}
.blue img {
  width: 70%;
  max-width: 100%;
}
.yellow_bg h1 {
  color: #fff !important;
}
.blue-bg h1 {
  color: #000 !important;
}
.site_title {
  color: #2b2e34;
  font-size: 1.75rem;
  font-family: var(--webfontfamily);
  font-weight: 700;
  padding-top: 10px;
  text-align: left;
  text-transform: capitalize;
}
.tag-subject:hover h1 {
  color: #000000;
}
.site_title:hover {
  color: #000;
}
section.calendar_wrap .site_title {
  font-weight: 400;
}
.card_main {
  padding: 1.25rem;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  left: 0;
  right: 0;
  background: #ecf7ed;
}
.card_main:hover h1.title_bold {
}
.card_image:hover .card_main {
  opacity: 1;
  background: #ecf7edba 0% 0% no-repeat padding-box;
  backdrop-filter: blur(0.625rem);
}
.card_main .discription {
  color: #ffffff !important;
}
.card_main:hover .discription {
  color: #2b2e34 !important;
}
.card_image:hover .card_title {
  opacity: 0;
}
.heading_top {
  padding-bottom: 1.25rem;
}
.yellow_bg {
  background: #4dbd63;
}
.blue_bg {
  background: #139ed9;
}
.pink_bg {
  background: #b349a5;
}
.card_title {
  font-family: var(--webfontfamily);
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}
.title_bold {
  font-family: var(--webfontfamily);
  font-weight: 700;
  color: #fff;
  padding: 0.625rem 0px;
  font-size: 1.375rem;
}
.discription {
  font-size: 1.25rem;
  font-family: var(--webfontfamilylight);
  font-weight: 300;
  color: #2b2e34;
  line-height: 1.75rem;
  text-decoration: none;
}
.discription span {
  font-weight: bold;
  font-size: 1.625rem;
}

section.section-2 {
  padding: 1.875rem 0px;
}
.card_image {
  max-height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
/*.card_image:before {
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    transition: all 0.30s ease-out;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 0;
}*/
.site_title:hover {
  color: #2b2e34;
  cursor: pointer;
}
.view_all a {
  color: #2b2e34;
}
.onHover:hover .left_overlay:before {
  width: 100%;
  height: 100%;
}
.left_overlay:before {
  width: 0%;
  height: 100%;
}
.card_overlay_1:before {
  background: #ffbe31;
}
.card_overlay_2:before {
  background: #139ed9;
}
.card_overlay_3:before {
  background: #ef4735;
}
.yellow_overlay:before {
  background: #ffeae5;
}
.gray_overlay:before {
  background: #e0e6f2;
}
.blue_overlay:before {
  background: #ecf8ee;
}
.onHover:hover .card_image:before {
  height: 100%;
}
.card_image {
  overflow: hidden;
  position: relative;
  padding: 1.813rem;
}
.view_all img {
  filter: brightness(0.1);
}
.view_all a:hover {
  color: #4dbd63;
}
.learn_more_anchor {
  position: absolute;
  right: 1.063rem;
  bottom: 1.063rem;
  color: #fff;
  font-family: var(--webfontfamily);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: 11111;
}
.learn_more_anchor:hover {
  color: #2b2e34;
}
.onHover:hover .learn_more_anchor {
  visibility: visible;
  transition: all 0.3s ease-out;
}
/*.foot_logo img:hover {
    filter: invert(100);
}*/
.view_all {
  font-size: 1.25rem;
  padding-top: 1.563rem;
}
#download_url {
  text-decoration: none;
  font-size: 1.125rem;
  color: #4dbd63;
}
#download_url:hover {
  color: #000;
}
section.city-section {
  background: #ecf7ed;
  padding: 3.2rem 0px;
}
.site_title_wrap img {
  width: 1.438rem;
}
.content_city p {
  font-size: 2rem;
  color: #ffffff;
  font-family: var(--webfontfamilylight);
  font-weight: 300;
}
.content_city p b {
  font-weight: 500;
}
.city-slider:hover .city_text {
}

.city-slider {
  background: none;
  transition: all 300ms ease-out;
  height: 100%;
}
.city-slider .title p {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
}
.city_image img {
  width: 100%;
}
.city_text .title p {
  font-weight: 500;
  padding-bottom: 0.313rem;
  font-size: 1.375rem;
}
.title_text h1 {
  font-size: 1.563rem;
  font-family: var(--webfontfamily);
  color: #2b2e34;
  font-weight: 300;
  line-height: 1.75rem;
}

.title_text h1 a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.375rem;
}
.title p {
  font-family: var(--webfontfamilylight);
  font-weight: 300;
  font-size: 1.125rem;
  color: #2b2e34;
  letter-spacing: 1px;
}
.title a {
  text-decoration: none;
}
.city_text {
  padding: 1.2rem 1.25rem 0px 0px;
}
.team_panel .city_text {
  padding: 0.625rem 1.25rem 65px 1.25rem;
}
.hide-line {
  opacity: 0;
}

.city-slider:hover .city_image img {
  mix-blend-mode: inherit;
}
.main_headingnew {
  font-size: 1rem;
  font-weight: 300;
  color: black;
}
.main_headingnew a p {
  font-weight: 500 !important;
}
.clender_section .text-green:hover {
  color: #000;
}

.tag {
  color: #2b2e34;
  font-family: var(--webfontfamily);
  font-size: 1.25rem;
  font-weight: 400 !important;
}
.section_3 .main_heading h1 {
  font-family: var(--webfontfamily);
  font-size: 3rem;
  font-weight: 700;
}
.content_left.targetDiv {
  padding-right: 2.5rem;
}
.section_3 .discription {
  font-size: 2rem;
  line-height: 3rem !important;
  color: #000;
}
.tile_image img {
  width: 100%;
  opacity: 0.2;
}
.tile_image img:hover {
  background: green;
}
.opacityremove img {
  opacity: 4;
}
section.newsletter {
  padding: 4pc 0pc;
}
.news_letter_form textarea::placeholder,
.news_letter_form input::placeholder {
  color: #2b2e34;
  font-family: var(--webfontfamily);
}
.news_letter_form input {
  border: 5px solid #ffbb86;
  background: #ffdcc0 !important;
  outline: none;
  border-radius: 0;
  font-size: 1.375rem;
  padding: 1.563rem;
  font-weight: bold;
}
/*.news_letter_form input:focus {
    background: none;
    box-shadow: none;
    border-color: inherit;
}*/
.news_letter_form .input-group-text {
  background: #2b2e34;
  border: 3px solid #2b2e34;
  color: #ffbe31;
  font-size: 1.063rem;
  font-family: var(--webfontfamily);
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.input-group form {
  width: 100%;
}
.big_image img {
  height: 100%;
  object-fit: cover;
}
.big_image {
  height: 100%;
  overflow: hidden;
}
.footer-section {
  background: #ecf7ed;
  padding: 0px 0px 0px 0px;
}
.footer-logo.foot_logo img {
  /*  max-width: 350px;*/
  max-width: 315px;
  width: 100%;
}
.footer_menu {
  padding-top: 158px;
  padding-left: 0px;
}
.footer_partner {
  padding-top: 65px;
}
/*.footer-logo.foot_logo:after {
    content: url(/wp-content/uploads/2023/03/leaf.png);
    position: absolute;
    left: 130px;
    top: 70px;
}*/
.foot-1 p {
  color: #64666b;
  font-size: 16px !important;
  font-family: var(--webfontfamilylight);
  font-weight: 500;
  padding-bottom: 20px;
}
.text_footer {
  width: 68%;
  float: right;
  /* padding-top: 27px; */
  /* max-width: 100%; */
}
.text_footer P {
  color: #000;
}
ul.footer_menu li a {
  color: #000;
  font-size: 16px !important;
  font-family: var(--webfontfamily);
  text-decoration: none;
  line-height: 30px;
}
img.onhovershow {
  padding-bottom: 27px;
  width: 60%;
}
.widget-content {
  padding-top: 27px;
}
/* ul.footer_menu li:first-child {
  line-height: 1;
  padding-bottom: 8px;
} */

ul.footer_menu li {
  line-height: 2.625rem;
}
.partner_content {
  padding-left: 60px;
}
.partner_content P {
  color: #000;
}
.bottom_bar {
  background: #ff7d23;
  padding: 1rem;
}
.bottom_social img {
  width: 28px;
}
.bottom_social {
  text-align: right;
}
.share-inside span.tag.mb-1 {
  font-weight: 300;
  padding-bottom: 0.938rem;
  color: #2b2e34;
}
.bottom_bar_text {
  font-size: 1rem !important;
  color: #2b2e34;
  font-family: var(--webfontfamily);
}
#big_image img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: contain;
  /*    height: 100%;*/
}
ul.footer_menu li a:hover {
  color: #4dbd63;
}

.right {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.left {
  height: 100%;
}
.backbutton a:hover {
  color: #4dbd72;
}
/* calendar Page css */
section.calendar_wrap {
  background: #4dbd63;
  padding: 2pc 0pc;
}
.select_data select {
  padding: 0px 1.25rem;
  background: #eaedf457;
  width: 100%;
  font-family: var(--webfontfamily);
  color: #2b2e34;
  font-size: 1.063rem;
  border: 1px solid #d1ecd4;
  line-height: 54px;
  position: relative;
  outline: none;
  font-weight: 500;
  appearance: none;
  --webkit-appearance: none;
  z-index: 555;
}
/*.select_data select:focus {
    background: #fff;
}*/
.select_data select option {
  color: #2b2e34;
  line-height: 53px;
  height: 1.875rem;
  padding: 1.25rem;
  border: 1px solid #8c93a2;
  margin: 1.25rem 0px;
}
.see_all p {
  font-size: 1.25rem;
  font-family: var(--webfontfamily);
  font-weight: 500;
}
.see_all {
  padding: 1.25rem 0px 0.625rem 0px;
}
.post_wrap {
  padding: 3pc 0pc 0pc;
}
.date-panel .date_panel h1 {
  /*    font-size: 1.75rem;
    font-family: var(--webfontfamily);
    font-weight: 700;
    color: #2B2E34;*/
  font-size: 30px;
  font-family: var(--webfontfamily);
  font-weight: 700;
  color: #8c93a2;
}
.tag-subject {
  position: relative;
}
.posterlady {
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 100%;
  background-position: bottom !important;
}
.select_data {
  position: relative;
  line-height: 65px;
}
.select_data:after {
  content: url(/wp-content/uploads/2023/03/Path-443.png);
  position: absolute;
  right: 1.063rem;
  top: 0;
}
.backbutton span {
  padding-right: 1.25rem;
  position: relative;
  top: 4px;
}
.backbutton a {
  font-family: var(--webfontfamily);
  color: #4dbd63;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
}
.backbutton {
  display: flex;
  padding: 0.938rem 0px;
}
.backbutton img {
  width: 0.938rem;
}
.inside_font h1 {
  font-size: 2.188rem;
  padding: 0px;
  margin: 0px;
}
.inside_font {
  padding: 0px;
}
section.inside-panel {
  padding-bottom: 0rem !important;
  background: #ffffff;
  /*    padding-bottom: 7rem !important;*/
  /*    border-bottom: 1px solid #000;*/
  border-top: 1px solid #000;
}
.share-inside {
  display: inline-grid;
}
.share-inside {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.inside-panel-image {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

section.inside-panel .tag-subject {
  height: 100%;
}
section.post_wrap .tag-subject {
  height: 100%;
}
#loadpost .title_bold a {
  font-size: 2.188rem;
  padding-bottom: 1.25rem;
  display: block;
}
section.post_wrap .site_title.view_all {
  position: absolute;
  bottom: 0;
}
.main_heading h1 a {
  color: inherit;
  text-decoration: none;
}

.tag-subject:hover .view_all img {
  filter: brightness(0.5);
}
.tag-subject:hover h1.view_all a {
  color: #2b2e34;
}
.tag-subject:hover h1 a {
  color: #0e0e0e;
}
/* 06-03-2025 */

.foot_logo img {
  width: 60%;
  padding-bottom: 27px;
}
.foot_logo:hover .onhovershow {
  display: none !important;
}
.foot_logo:hover .onhoverhide {
  display: block !important;
}
/*.foot_logo:hover .onhovershow {
    display: none;
}*/
.onhoverhide {
  display: none;
}
ul.footer_menu.col-md-6 ul {
  padding-left: 0;
  margin-top: 0.875rem;
  white-space: nowrap;
}
ul.footer_menu li a.nav-link {
  padding: 0px;
}
.hide_line {
  display: none;
}
section.regional_event {
  padding: 2.5rem 0px;
}
.filter_post:nth-of-type(odd) {
  background: #139ed9;
}
.filter_post {
  padding: 1.25rem;
  margin: 1.25rem 0px;
  font-family: var(--webfontfamily);
  font-weight: 600;
  color: #fff;
}
.search_title {
  font-size: 2.063rem !important;
  background: #f9edd29e;
  padding: 0.375rem 1.25rem;
  color: #cd900c !important;
  border-radius: 0.313rem;
  text-transform: capitalize;
}

/*=============== Art studio CSS  =================*/

section.bredcum {
  height: 350px;
  max-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.image_slider_top img {
  width: 100%;
}
.asd {
  overflow: hidden;
}
.text_sec_slider {
  max-height: 100%;
  padding: 3rem 9rem 3rem 6rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-color: #ecf7ed;
}
.slider-cotain .text_sec_slider {
  /*    height: 550px;*/
  max-height: 100%;
  align-items: center;
  display: flex;
  padding: 0 10rem 0 8rem !important;
}
section.connecting_the_arts {
  background: #4dbd63;
}
section.team_panel {
  padding: 70px 0px 150px;
  background: #fff1e5;
}
.image_slider_top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image_slider_top {
  height: 100%;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.about_top_section .image_slider_top {
  min-height: 550px;
}
section.logo_panel {
  padding: 5pc 0pc;
  position: relative;
}
.logo_text {
  padding-left: 125px;
  padding-top: 0.625rem;
}
.logo_discraption {
  color: #2b2e34;
  font-size: 1.063rem;
  font-weight: 500;
}
.discription p {
  font-size: 1.375rem;
  font-family: var(--webfontfamily);
  font-weight: 400;
  color: #2b2e34;
  line-height: 2rem;
  text-decoration: none;
}
.bottom_social ul li img {
  margin-right: 0.625rem;
}
.bottom_social ul li {
  display: inline-block;
}
.bottom_social ul {
  margin: 0;
  padding: 0;
}

/*==============

Ahamdabaad

===================*/

.Ahmedabad_bg p {
  color: #2b2e34;
}
.Ahmedabad_bg h1 {
  color: #2b2e34;
}
.Ahmedabad_bg {
  background: #ffcfc0;
}
.ahmedabad_slider {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 17% !important;
}
.red-bg h1 {
  color: #2b2e34;
}
.inner-pages-slider .carousel-control-next {
  z-index: 666666666;
}
.inner-pages-slider .carousel-control-prev {
  z-index: 666666666;
}
.inner-pages-slider .carousel-control-prev-icon {
  opacity: 1;
}
.inner-pages-slider .carousel-control-next-icon {
  opacity: 0.6;
}
.testimonial_title {
  font-size: 0.938rem;
  font-family: var(--webfontfamily);
  font-weight: 600;
}

.team_social-media {
  padding: 0.625rem 0px;
}
/*.first_hover_1:hover:before {
    width: 50%;
}
.first_hover_1:before {
    content: '';
    background: #2B2E34;
    width: 0%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.30s ease-out;
}

.first_hover_2:hover:before {
    width: 50%;
}
.first_hover_2:before {
    content: '';
    background: #2B2E34;
    width: 0%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.30s ease-out;
}*/
.first_hover_2 .logo_text {
  padding-left: 68px;
  padding-top: 1.25rem;
}
.main_heading a {
  text-decoration: none;
}
.content_left:hover h1 {
  color: #ef4735;
}

.first_hover_2 {
  padding-left: 90px !important;
  border-left: 3px solid #2b2e34;
}
.first_hover_1 {
  padding-right: 1.25rem !important;
}
p.discription a {
  color: #4dbd63;
  text-decoration: underline;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  background-color: #027d88;
  padding: 75px 3.125rem;
}

.slick-slide a {
  color: white;
  font-size: 1rem;
  /*font-family:myriad-pro, sans-serif;*/
  font-family: var(--webfontfamily);
}

/*.slick-slide p {
  line-height: 1.5rem;
}
*/
.slick-slide p:last-of-type {
  margin-bottom: 0;
}

.slick-next:before {
  position: relative;
  top: -0.938rem;
  content: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1552126/right-carousel-arrow.png");
}

.slick-prev:before {
  position: relative;
  top: -0.938rem;
  right: 1.25rem;
  content: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1552126/left-carousel-arrow.png");
}

.swiper-container {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.city-section .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(http://arthshila.stagingwebsite.space/wp-content/uploads/2021/09/leftarrow.svg);
  left: 0.625rem;
  right: auto;
}
.city-section .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(http://arthshila.stagingwebsite.space/wp-content/uploads/2021/09/rightarrow.svg);
  right: 0.625rem;
  left: auto;
}
section.city-section .swiper-slide {
  text-align: left;
}
section.city-section .swiper-button-next,
.swiper-button-prev {
  top: 70%;
}

section.city-section .swiper-button-prev {
  top: 70%;
}
.toggle_button {
  display: none;
}

/*404 page found*/

.cog-wheel1,
.cog-wheel2 {
  transform: scale(0.7);
}

.cog1,
.cog2 {
  width: 40vmin;
  height: 40vmin;
  border-radius: 50%;
  border: 6vmin solid #ffbe31;
  position: relative;
}

.cog2 {
  border: 6vmin solid #0091d3;
}

.container_main .top,
.down,
.left,
.container_main .right,
.left-top,
.left-down,
.right-top,
.right-down {
  width: 10vmin;
  height: 10vmin;
  background-color: #ffbe31;
  position: absolute;
}

.container_main .cog2 .top,
.cog2 .down,
.cog2 .left,
.cog2 .right,
.cog2 .left-top,
.cog2 .left-down,
.cog2 .right-top,
.cog2 .right-down {
  background-color: #0091d3;
}

.container_main .top {
  top: -14vmin;
  left: 9vmin;
}

.down {
  bottom: -14vmin;
  left: 9vmin;
}

.container_main .left {
  left: -14vmin;
  top: 9vmin;
}

.container_main .right {
  right: -14vmin;
  top: 9vmin;
}

.container_main .left-top {
  transform: rotateZ(-45deg);
  left: -8vmin;
  top: -8vmin;
}

.left-down {
  transform: rotateZ(45deg);
  left: -8vmin;
  top: 25vmin;
}

.container_main .right-top {
  transform: rotateZ(45deg);
  right: -8vmin;
  top: -8vmin;
}

.container_main .right-down {
  transform: rotateZ(-45deg);
  right: -8vmin;
  top: 25vmin;
}

.container_main .cog2 {
  position: relative;
  left: -10.2vmin;
  bottom: 10vmin;
}

.first-four {
  position: relative;
  left: 6vmin;
  font-size: 40vmin;
}

.second-four {
  position: relative;
  right: 18vmin;
  z-index: -1;
  font-size: 40vmin;
}

.wrong-para {
  font-family: var(--webfontfamily);
  position: absolute;
  bottom: 0.313rem;
  padding: 3vmin 12vmin 3vmin 3vmin;
  font-weight: 600;
  color: #092532;
}
.container_main {
  width: 100vw;
  padding: 2pc 0pc 8pc 0pc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--webfontfamily);
  position: relative;
  left: 6vmin;
  text-align: center;
}
.slick-slide img {
  display: revert;
  width: 100%;
  height: auto;
}
/*start tarun css 16-02-22*/
/*start  css*/
.takshila-int {
  color: #4dbd63;
  font-weight: bold;
}
.content_city {
  padding-bottom: 2.813rem;
}
.content_partnerships p {
  font-size: 1.125rem;
  color: #ebecec;
  font-family: var(--webfontfamilylight) !important;
  font-weight: 600;
  padding-bottom: 1.875rem;
  text-align: justify;
}
.other_text {
  font-weight: bold;
}
.partnerships-section {
  padding: 3.2rem 0px;
  background: #2b2e34;
}
.content_partnerships p .other_text {
  font-size: 1.75rem;
  padding-bottom: 0.625rem;
  display: inline-block;
  font-family: var(--webfontfamily) !important;
}
.partnerships_text strong {
  font-weight: bold;
  color: #4dbd63;
}
.partnerships_text {
  padding-right: 1.25rem;
  padding-top: 0.75rem;
}
.partnerships_text .title p {
  color: #fff;
  padding-bottom: 0.375rem;
  line-height: 1.625rem;
}
.partnerships-section .fa-solid.fa.fa-arrow-left.slick-arrow {
  top: 50%;
  position: absolute;
  left: -4%;
  font-size: 2.188rem;
  color: #2b2e34;
}
.partnerships-section .fa-solid.fa.fa-arrow-right.slick-arrow {
  top: 50%;
  position: absolute;
  right: -4%;
  font-size: 2.188rem;
  color: #2b2e34;
}
.our-partnerships .swiper-slide {
  background-color: transparent;
  text-align: left;
}

.partnerships .partnerships_image img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.yearbook-section {
  padding: 3.2rem;
  background: #2b2e34;
}
.content_yearbook {
  text-align: center;
}
.content_yearbook h1 {
  color: #ffffff;
  font-family: var(--webfontfamily);
  font-size: 1.75rem;
  font-weight: 700;
  padding-bottom: 0px;
}
.content_yearbook p {
  font-size: 1.125rem;
  color: #ebecec;
  font-family: var(--webfontfamilylight);
  font-weight: 600;
  padding-bottom: 1.5rem;
  line-height: 2rem;
}
.yearbook-section .fa-solid.fa.fa-arrow-left.slick-arrow {
  top: 30%;
  position: absolute;
  left: -8%;
  font-size: 2.188rem;
  color: #4dbd63;
  filter: brightness(9);
}
.yearbook-section .fa-solid.fa.fa-arrow-right.slick-arrow {
  top: 30%;
  position: absolute;
  right: -8%;
  font-size: 2.188rem;
  color: #4dbd63;
  filter: brightness(9);
}
.yearbook_text .title {
  color: #ffffff;
  font-size: 1.125rem;
  font-family: var(--webfontfamily);
  font-weight: 500;
  text-align: center;
  padding-top: 0.938rem;
}
section.section_3 {
  padding-bottom: 120px;
}
/*end css*/
/*start form section*/
.receive-yearbook {
  padding: 130px 0px;
}
.receive-yearbook .content_city p {
  font-size: 2.5rem;
  color: #2b2e34;
  font-weight: 500;
}
#contact-form {
  border-radius: 0.313rem;
}
.receive-yearbook .form-group input {
  width: 100%;
  margin-bottom: 1.25rem;
}
.receive-yearbook .form-group textarea {
  width: 100%;
  margin-bottom: 1.25rem;
}
.receive-yearbook .form-group textarea {
  width: 100%;
  margin-bottom: 1.25rem;
  border: 5px solid #ffbb86;
  background: #ffdcc0;
  outline: none;
  border-radius: 0;
  font-size: 1.5rem;
  padding: 0px 1.875rem;
  font-weight: bold;
  padding-top: 1.25rem;
  height: 240px;
}
.receive-yearbook .submit-btn {
  background: #fff1e5;
  outline: none;
  border-radius: 0;
  font-size: 1.5rem;
  padding: 2.063rem 100px;
  font-weight: bold;
  color: #2b2e34;
  font-family: var(--webfontfamily);
  border: 5px solid #ffdcc0;
}
.receive-yearbook .submit-btn:hover {
  background-color: #ffbb86 !important;
  border: 5px solid #ffbb86;
}
.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;
}
.partnerships-section .fa-arrow-left:before {
  content: url(/wp-content/uploads/2023/03/Path-980.png);
}
.partnerships-section .fa-arrow-right:before {
  content: url(/wp-content/uploads/2023/03/Path-981.png);
}
.yearbook-section .fa-arrow-left:before {
  content: url(http://takshila.esplwebsite.site/wp-content/uploads/2022/02/leftarrow.png);
}
.yearbook-section .fa-arrow-right:before {
  content: url(http://takshila.esplwebsite.site/wp-content/uploads/2022/02/rightarrow.png);
}
.yearbook-section .fa-solid {
  display: none !important;
}
.select_data input {
  padding: 0px 1.25rem;
  background: #eaedf457;
  width: 100%;
  font-family: var(--titlefontfamily);
  color: #2b2e34;
  font-size: 1.063rem;
  border: 1px solid #fff1e5;
  line-height: 54px;
  position: relative;
  outline: none;
  font-weight: 400;
  appearance: none;
  --webkit-appearance: none;
  z-index: 555;
}
.select_data input#session-date {
  display: inline-block;
  position: relative;
}
.select_data input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/*start gallery slider css*/

.single-events .main-slider .track-slider ul {
  height: 500px;
}

.main-slider .track-slider ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  height: 620px;
  width: 100%;
}
.main-slider .track-slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.main-slider .track-slider ul li:first-child {
  opacity: 1;
}
.main-slider .track-slider ul li img {
  /*width: 100%;
    height: 100%;*/
  width: 525px;
  height: 490px;
  object-fit: cover;
}
.slides-sec {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2px;
}
.slides-sec a {
  border: 1px solid #fff;
  height: 100px;
}
.slides-sec a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider .track-slider ul li:target {
  opacity: 1;
}
.slides-sec a:hover {
  border: 1px solid yellow;
}
ul.menubar ul.ul_dropdown li:hover > a,
ul.menubar ul.ul_dropdown li:focus > a {
  color: #4dbd63 !important;
}

@media (max-width: 767px) {
  .menu_header .my_nav .sub-menu li {
    padding: 10px !important;
  }

  .news-ul .sub-menu .ul_dropdown {
    left: 36% !important;
  }

  .main-slider {
    width: 100%;
    margin: 60px auto;
  }
  .slides-sec {
    grid-gap: 2px;
  }
}
/*end gallery slider css*/
/*start about us page*/
.orange_bg {
  background: #4dbd63 !important;
}
.orange_color {
  color: #4dbd63 !important;
}
.white_color {
  color: #ffffff !important;
}
.connecting_the_arts h1.title_bold {
  font-size: 1.75rem;
}
.title_bold-new {
  font-family: var(--webfontfamily);
  font-weight: 700;
  color: #4dbd63;
  padding-bottom: 0.625rem;
  font-size: 2rem;
}
/*start meet-our-founder section*/
.discription-new {
  font-size: 1.75rem;
  font-family: var(--webfontfamily);
  font-weight: 300;
  color: #2b2e34;
  /*    line-height: 2.863rem;*/
  text-decoration: none;
}
.team_panel .title_bold {
  font-size: 3rem;
}
.bottom-about .text_sec_slider {
  padding: 3rem 14rem 3rem 5rem !important;
}
.cta_buttons {
  padding: 72px 0px 2.5rem 0px;
}
.cta-btn {
  font-family: var(--webfontfamily);
  color: #2b2e34 !important;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 2.5rem 1.875rem;
  float: left;
  transition: all 600ms ease-out;
  background: #ffbb86;
}
.cta-btn:hover {
  background: #fff1e5;
}
/*End about us page


/*color-light*/

/*start news single section*/
.main_heading h1 {
  font-size: 1.75rem;
  font-weight: bold;
  color: black;
}
.main_heading h1:hover {
  color: #2b2e34;
}
section.inside-panel .tag-subject {
  padding-right: 3rem;
}
.bottom_social.social_left ul li img {
  margin: 0px 0.75rem 0px 0px;
}
.about_the_event .discription {
  padding-left: 1.875rem;
}

section.about_the_event {
  padding: 2rem 0rem 3rem 0rem !important;
}
/*section.about_the_event {
    padding: 5rem 0 !important;
}*/
.post-line {
  height: 2px;
  width: 100%;
  background: #2b2e34;
}
/*NEWS MAIN*/
.pagination {
  display: inline-block;
  float: right;
}
.pagination a,
.latest_news_section .pagination span {
  color: black;
  float: left;
  padding: 0.688rem 2.5rem;
  text-decoration: none;
  background: #a4dbac;
  margin: 0px 4px;
  font-size: 1.25rem;
}
.pagination .current {
  background: #fff !important;
  border: 2px solid #a4dbac;
}
.post-line.mt-5 {
  margin-top: 4rem !important;
}
.post_type_sec .tag-subject {
  padding-left: 0px !important;
  padding-right: 1.875rem;
}
.header_search.story_left .search_header {
  float: left !important;
}
.header_search.story_left .search_header input {
  width: 615px !important;
  background: #ffbb86;
  border: 2px solid #ffdcc0;
}
.header_search.story_left .search_header input::placeholder {
  color: #64666b;
}
.tag-subject a {
  text-decoration: none;
}
.post_type_sec .tag-subject a {
  text-decoration: none;
  font-size: 1.7rem;
}
.post_type_sec .tag-subject .discription-new {
  font-size: 1.563rem;
  line-height: 2rem;
  padding-top: 0px;
  padding-bottom: 2rem;
}
.results-section span {
  color: #a2a2a5;
}
.quantity-form {
  display: inline-block;
  position: relative;
}
.quantity-form input[type="number"] {
  width: 78px;
  line-height: 2.75rem;
  text-indent: 0.938rem;
  font-weight: normal;
  font-size: 0.938rem;
  border: 2px solid #b5bac4;
  background: #eaedf4;
}
.quantity-form .qty-plus {
  position: absolute;
  right: 0.75rem;
  top: 0.438rem;
}
.quantity-form .qty-minus {
  position: absolute;
  right: 0.75rem;
  bottom: 0.438rem;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 0;
}

/*End news single section*/
/*start single event section*/
.single_event_sec .tag-subject {
  padding-left: 5rem;
  padding-right: 0px !important;
}
.single_event_sec .tag-subject .main_heading h1 {
  font-weight: bold;
  line-height: 2.5rem;
}
.single_event_sec .fw-bold {
  font-size: 2rem;
  color: #000;
}
/*start event main*/
.pagination-event a {
  color: black;
  float: left;
  text-decoration: none;
  margin: 0px 4px;
  font-size: 1.25rem;
  font-family: var(--webfontfamily);
  padding: 0px;
  background: none;
  border: navajowhite;
}
.pagination-event span {
  font-size: 1.25rem;
  font-family: var(--webfontfamily);
}
.pagination-event .fa {
  padding-top: 0.313rem;
  font-size: 1.25rem;
}
.pagination-event .fa.arro_left {
  padding-left: 1.875rem;
}
.pagination-event .fa.arro_right {
  padding-right: 1.875rem;
}
/*end single event section*/
.cta_visit_button {
  padding-top: 90px;
}
.page-id-269 .cta_visit_button.inipage {
  padding-top: 365px;
}
.cta-visit {
  font-family: var(--webfontfamily);
  color: #2b2e34 !important;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  padding: 2.063rem 2.813rem;
  float: left;
  transition: all 600ms ease-out;
  background: #ffbb86;
}
.connecting_the_arts .discription {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: #2b2e34;
  opacity: 1;
  font-weight: 300;
  font-family: var(--webfontfamily);
  max-inline-size: 950px;
  margin-inline: auto;
}
.connecting_the_arts .discription span {
  font-weight: bold;
  font-size: 2.188rem;
}
.city-section.city-sec {
  padding: 5pc 0pc 3pc !important;
}
.connecting_the_arts.bg-blue .discription {
  color: #fff;
}
.bg-green {
  background: #4dbd63 !important;
}
.bg-blue {
  background: #064096 !important;
}
.bg-red {
  background: #ff422e !important;
}
.bg-grey-light {
  background: #ecf7ed !important;
}
.bg-dark-light {
  background: #ffebe5 !important;
}
.bg-blue-light {
  background: #e0e6f2 !important;
}

/*23-02-23//////////////////////////////////////////////////////////////////////////*/
.yearbook_text .details {
  text-align: center;
  color: #fff;
  font-family: "taskshika";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
  padding: 0.313rem 1.813rem;
}

/*6-2-23////////////////////////////////////////////////////////////////////////////////////*/

.text_sec_slider-aboutus .title_bold {
  color: #2b2e34;
}
/*.aboutus-connecting_the_arts{
    background: #FFF1E5 !important;
}*/
.aboutus-connecting_the_arts .title_bold {
  color: #fff;
}
.aboutus-connecting_the_arts .discription {
  color: #2b2e34;
  line-height: 3rem;
}
.about-team_panel {
  background: #4dbd63 !important;
}
.joinouruniverse {
  padding: 100px;
  background: #ffdcc0;
}
.content_joinouruniverse {
  padding-bottom: 80px;
}
.content_joinouruniverse p {
  font-size: 2rem;
  color: #2b2e34;
  font-family: var(--webfontfamily);
  font-weight: 300;
  text-align: center;
}
.content_joinouruniverse p b {
  font-weight: 500;
}
.joinouruniverse_text {
  background: #2b2e34;
  padding: 0.625rem 1.25rem 2.813rem 1.25rem;
}
.joinouruniverse_text .title_text h1 {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.375rem;
}

.joinouruniverse-slider {
  background: none;
  transition: all 300ms ease-out;
  height: 100%;
}
.joinouruniverse-slider .title p {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
}
.joinouruniverse_image img {
  width: 100%;
}
.joinouruniverse_text .title p {
  font-weight: 500;
  padding-bottom: 0.313rem;
  font-size: 1.375rem;
}
.joinouruniverse_image img {
  transition: all 300ms ease-out;
  mix-blend-mode: normal;
}
.joinouruniverse-slider:hover .joinouruniverse_image img {
  mix-blend-mode: inherit;
}

.hashtagtitle_bold-new {
  font-family: var(--webfontfamily);
  font-weight: 700;
  color: #4dbd63;
  padding-bottom: 0.625rem;
  font-size: 2rem;
}
.hashtagdiscription p {
  font-size: 2rem;
  font-family: var(--webfontfamily);
  font-weight: 300;
  color: #fff;
  line-height: 2.25rem;
  text-decoration: none;
}
.hashtagdiscription p a {
  color: #4dbd63;
}
.lastsection {
  height: auto !important;
  padding: 100px;
}
/*10-03-23------------------------------------------------------////////////*/
.blog .title_bold {
  font-size: 3rem !important;
}
.single-post .discription p {
  font-weight: 300;
}
.joinouruniverse_image {
  background: #fff;
}

/*-----------------------------------23-3-23-------------------------------------------------------------*/
.vdosection {
  display: flex;
  height: 500px;
  background: aliceblue;
  align-items: center;
  position: relative;
  width: 100%;
}

.parkesathSwiper .vdosection {
  height: 600px;
}
.video_links {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.modal.show .modal-dialog {
  max-width: 900px;
}
.rwd-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}

.rwd-media iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
/*15-5-23-----------------------------------------------------------------*/
.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.border_top_btm.edu-hero-section {
  border: none;
}
.edu-blue-bg {
  background: #ecf7ed;
}

/*slider banner*/
.slider_main .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.slider_main .swiper-pagination-bullet {
  background: #4dbd63;
  width: 1.563rem;
  height: 1.563rem;
  border: 3px solid #fff;
  opacity: 0.6;
  margin: 0px 0.625rem !important;
}
.slider_main .swiper-pagination {
  bottom: 1rem !important;
}

.slider_main .swiper-slide {
  position: relative;
}

.slider_main .swiper-caption {
  position: absolute;
  bottom: 110px;
  left: 0px;
  right: 0px;
  z-index: 11;
}

.slider_main .swiper-caption h1 {
  font-size: 2.813rem;
  color: #fff;
  font-weight: bold;
  padding-top: 1.25rem;
}

.slider_main .swiper-caption h3 {
  color: #fff;
  font-size: 1.563rem;
  font-weight: bold;
}
.slider_main .swiper-slide:after {
  background-color: rgb(0 0 0 / 53%);
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.slider_main .swiper-slide img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.slider_main .swiper-caption img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.slider_main .swiper-caption a {
  width: 25%;
  display: block;
  margin: 0px auto;
  text-decoration: none;
}
.video_links img {
  width: 90px !important;
  height: 113px !important;
}
/*.big_image img {
    height: 41.3rem !important;
    
}*/

.yearbook-section .swiper-slide {
  background-color: transparent;
}

.yearbook-section .swiper-slide img {
  width: 100%;
}
.yearbook-next {
  float: right;
}
.card_image {
  background-position: center !important;
}
.partnerships-next img {
  display: block;
  margin-right: auto;
}
.partnerships-prev img {
  display: block;
  margin-left: auto;
}

section.read_about_section {
  padding: 2rem;
}
section.innerpages {
  background-color: #fff !important;
}

section.innerpages h2.title_bold {
  color: #4dbd63;
}
.tag-subject h1.title_bold {
  padding: 0;
}
.single_event_sec .bottom_social {
  text-align: left;
}
.bottom_social.social_left {
  text-align: left;
}
.yearbook:hover .yearbook_text .title {
  color: #4dbd63;
}
/*28-09-23*/
.event_mini_image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.sc-top1 {
  position: relative;
}

img.sc-top {
  position: fixed;
  right: 10px;
  bottom: 12px;
  cursor: pointer;
  z-index: 999;
  border-radius: 5px;
}

/*team section css*/
section.our_team_members {
  padding: 5.5rem 0px;
}
.teamdev {
  padding: 1rem 1rem 0.5rem;
}
.green_bg {
  background-color: #a4dbac;
}
.grey_bg {
  background-color: #ecf7ed;
}
.team_details .member_content {
  padding: 12px;
}
.team_details {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 1rem;
}
.member_content h5 {
  font-size: 1.4rem;
  font-weight: 100;
}
.team_details .memberimage img {
  width: 160px;
  object-fit: cover;
}
.team_details span.team-dg {
  font-size: 1.1rem;
  color: #4dbd63;
  font-weight: 700;
  margin-top: 16px;
  display: block;
}

.centered_yearbook {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 2rem !important;
}

.centered_yearbook .swiper-slide {
  position: relative;
  width: var(--swiper-width);
  opacity: 0.5;
  transform: scale(0.74);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.centered_yearbook .swiper-slide {
  transform: scale(0.74) translateZ(0) !important;
}
.centered_yearbook .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.centered_yearbook .swiper-slide.swiper-slide-active {
  transform: scale(1.12) translateZ(0) !important;
}
.centered_yearbook .swiper-pagination {
  bottom: -5px !important;
}
.centered_yearbook .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #4dbd63;
}
.homeswiper {
  height: 500px !important;
}

/* change css */
.home_features {
  background: #a4dbac;
}
.empowerment_features {
  background: #d0ecd5;
}
@media only screen and (max-width: 768px) {
  .centered_yearbook {
    height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
  }

  .centered_yearbook .swiper-slide {
    width: var(--swiper-mobile-width);
    transform: scale(var(--swiper-mobile-inactive-scale));
  }

  .centered_yearbook .swiper-slide.swiper-slide {
    transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
  }
}

.threehundredheight {
  height: 460px !important;
  object-fit: cover;
}
.fourfifty {
  height: 600px !important;
  object-fit: cover;
}
/*rahul carousel css */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  color: #4dbd63;
  /*      background: rgba(255, 255, 255, 0.7);*/
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-weight: 900;
  font-size: 40px;
  color: #4dbd63;
  background: none !important;
}

.imagedivfull {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  object-fit: cover;
}

.imagediv {
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
}
.swiper-slide img.imagediv {
  /* width: 50%; */
  position: absolute;
  right: 0;
  height: 100%;
  object-fit: cover;
}
.mySwiperpatrika .swiper-slide img {
  height: 115px !important;
}
.leftcontentwrap {
  background-color: #0f2413ba;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  backdrop-filter: blur(10px);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innertxt {
  padding-left: 100px;
  padding-right: 36px;
}
.bannerheadtxt {
  text-align: left;
  /*font: normal normal bold 48px/58px Takshila;*/
  font-size: 1.75rem;
  font-weight: bold;
  color: #ffffff;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.bannersubtxt {
  text-align: left;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
  font-family: var(--webfontfamilylight);
}

@media (max-width: 1143px) {
  .innertxt {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bannerheadtxt {
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
  }

  .leftcontentwrap {
    background-color: #22683038;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 789px) {
  .innertxt {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bannerheadtxt {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
  }
  .bannersubtxt {
    font-size: 1.125rem;
    /*    padding-left: 70px;
        padding-right: 52px;*/
  }
}

.swiper-button-prev::after {
  content: url("/wp-content/uploads/2024/07/arrow-left.png") !important;
  padding-left: 50px;
  /*   position: absolute;
          top: -600%;*/
}

.swiper-button-next::after {
  content: url("/wp-content/uploads/2024/07/Arrow-Right.png") !important;
  padding-right: 50px;
  /*  position: absolute;
          top: -600%;*/
}

/*    about us change css */
.discription {
  font-size: 1.125rem;
  /*    padding-top: 10px !important;
        padding-bottom: 20px !important;*/
}
.arrowimg {
  width: 15px;
}

/*    about us */
.secondsection {
  background-color: #ecf7ed;
}
.storyhead {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: var(--webfontfamily);
}
.innersecond {
  padding-top: 40px;
  padding-bottom: 40px;
}
.storypara {
  letter-spacing: 0px;
  font-size: 2.4rem;
  font-weight: 300;
  color: #2b2e34;
  opacity: 1;
  font-family: var(--webfontfamily);
  padding-top: 30px;
  padding-bottom: 40px;
}

.findtext {
  letter-spacing: 0px;
  font-size: 2.4rem;
  font-weight: 300;
  color: #2b2e34;
  opacity: 1;
  font-family: var(--webfontfamily);
}
.knowtxt {
  font-size: 1rem;
  font-weight: 500;
}
.knowtxtwrap {
  padding-top: 20px;
}
.storyimg {
  /*    background: url("/wp-content/uploads/2024/07/ourstory.png");*/
  background-image: url(/wp-content/uploads/2024/07/ourstory.png);
  height: 600px;
}
.section3 {
  background-color: #2b2e34;
}
.storyparawrap {
  padding-bottom: 102px;
}

/**/
.commhead {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--webfontfamily);
  padding-top: 10px;
  color: #ffffff;
}

.commpara {
  letter-spacing: 0px;
  /*  font-size:2.4rem ;*/
  font-weight: 600 !important;
  color: #2b2e34;
  opacity: 1;
  font-family: var(--webfontfamily);
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}

.findtext {
  letter-spacing: 0px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #2b2e34;
  opacity: 1;
  font-family: var(--webfontfamily);
  color: #ffffff;
}

.commparawrap {
  color: #ffffff;
}
.campussection {
  background-color: #fff;
  padding: 40px 40px 20px 40px;
}
.campustext {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 40px;
}
.campuswrap {
  padding: 30px 0px 25px 0px;
}

.row.align-items-stretch {
  display: flex;
  align-items: stretch;
}

.content-column {
  display: flex;
  flex-direction: column;
}

.image-column img.align-self-stretch {
  object-fit: cover;
}
.aboutlink {
  text-decoration: none;
}
.innercamp {
  /*    padding-bottom: 10px;*/
}

/*our story */
.boximg {
  height: 100px;
  width: 100%;
  border: 1px solid #4dbd63;
  background-position: center;
  object-fit: cover;
  height: 100px;
  background-position: center;
  object-fit: cover;
}

.image-container {
  position: relative;
}

.boximg {
  display: block;
  width: 100%;
  height: 100px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s;
  font-size: 26px;
  text-align: left;
  font-weight: bold;
}

.image-container:hover .overlay {
  opacity: 0;
}
.image-container:active .overlay {
  opacity: 0;
}
.imagecontwrap {
  height: 100px;
}
.boxswiper {
  height: 500px;
}

.boxwrap {
  padding: 2rem;
}
.boxtext {
  font-size: 1.125rem;
  color: white;
  text-align: left;
  font-weight: 300;
}
.boxhead {
  text-align: left;
  font-size: 1.75rem;
  font-weight: bold;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 30px;
}
.universehead {
  text-align: left;
  font-weight: bold;
  font-size: 24px !important;
  letter-spacing: 0px;
  color: #2b2e34;
  padding-top: 10px;
}
.campuspara {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: left;
  color: #2b2e34;
  padding-bottom: 20px;
}

/*.youtubewrap{
    padding-top: 10px;
}*/
.maptxtwrap {
  background-color: #4dbd63;
}
.mappara {
  text-align: center;
  font-size: 1.313rem;
  padding: 15px;
  transition: color 0.1s ease-in-out 0.1s;
  cursor: pointer;
}

.mapdemo {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.mapdemoimg {
  /*    padding: 80px;*/
}
.campuswrappad {
  /*    padding-bottom: 50px;*/
}

.large-image {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
  border: 1px solid #000;
  padding: 10px 6px 12px 0px;
}
.thumbnails img {
  width: 200px;
  margin: 10px;
  cursor: pointer;
}
.thumbnails {
  display: flex;
  justify-content: center;
  /*            flex-wrap:wrap ;*/
}
.villagetext {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.villagewrap {
  padding-bottom: 70px;
}
.teamimg {
  width: 100%;
  height: 295px;
  object-fit: cover;
}
.teamnamnewrap {
  background: #4dbd63;
  padding: 20px;
}
.teamname {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}
.teamdes {
  font-weight: bold;
  text-align: left;
  color: white;
  font-size: 1rem;
  padding-top: 10px;
}
p.teamdes {
  font-size: 19px !important;
}
.teamhead {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: left;
  padding-top: 30px;
}
.teamwrap {
  padding: 10px;
}
.meettext {
  background: #4dbd63;
  padding: 3rem;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

/*         demographic tabs */
[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  /*  display: block;*/
}

.container.tab-content {
  display: none;
}
.container.tab-content.active {
  display: block;
}
ul.tab__button__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 10px;
}

/*.tabs {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 0;
}*/
/* a:hover {
  color: black !important;
} */
.tab {
  cursor: pointer;
  /*  padding: 10px;*/
}

.tab.active {
  color: red !important;
  color: white;
}

.tab:hover {
}

.tab-content {
  /*  margin-left: 20px;
  margin-right: 20px;*/
}
.active .mappara {
  color: #fff;
}
/*community sports accordion */

.accordion-button::after {
  background-image: url("/wp-content/uploads/2024/07/1.png") !important;
  width: 20px !important;
  height: 20px !important;
  content: "";
  background-position: center !important;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("https://parivartan.stagingwebsite.space/wp-content/uploads/2024/07/1-1.png") !important;
  top: 17px;
}
.accordion-button {
  box-shadow: none !important;
}
.accordion-header {
  background-color: #4dbd63;
  transition: all 0.3s ease !important;
}
.accordion-header:hover {
  background-color: #000;
}

.accordion-item {
  background-color: #4dbd63 !important;
  color: white;
}
.accordion-body {
  background-color: #2b2e34 !important;
  color: white !important;
}

.accordion-button {
  background-color: #4dbd63 !important;
  color: white !important;
  transition: all 0.3s ease !important;
}
#three_accordian .accordion-header:hover .accordion-button {
  background-color: #000 !important;
}
.read_more a {
  text-decoration: none;
  font-size: 1.375rem;
  color: white;
}
.newview {
  font-size: 33px;
  color: black;
}

.innerview {
  font-size: 1.5rem;
  font-weight: normal;
  padding-top: 20px;
  display: flex;
  align-items: center;
  color: #2b2e34;
  text-decoration: none;
  color: #2b2e34;
  text-decoration: none;
  font-family: Takshila;
}

.innerviewbtn {
  color: #2b2e34;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 900 !important;
  /*    padding-top: 80px;*/
  display: flex;
  align-items: center;
  color: #2b2e34;
  text-decoration: none;
  font-family: Takshila;
}

.viewbtn {
  color: #4dbd63;
  font-size: 2rem !important;
  padding-left: 20px;
  padding-bottom: 17px;
}
.font32 {
  font-size: 1.125rem;
  font-weight: 300;
  font-family: var(--webfontfamilylight);
}
.font40_38 {
  font-size: 1.75rem;
  /*    font-weight: bold;*/
  color: black;
  text-decoration: none;
}

/*.page-id-457 .font40_38bold{
        font-size: 58px;
    font-weight: 500;
}*/

.font40_38bold {
  font-size: 1.75rem;
  font-weight: bold;
}
.fontheading {
  font-size: 2.375rem;
  font-weight: bold;
}
/**/
.container1 {
  display: flex;
}
.left-column,
.right-column {
  flex: 1;
  padding: 10px;
}

.right-column img {
  width: 100%;
  height: 100%;
}
.right-columnimg {
  width: 100%;
  height: 100%;
}

.innerreadbtn {
  color: white;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  font-family: var(--webfontfamily);
}
.studymaintxt {
  font-weight: bold;
  padding-bottom: 5px;
}
.readbtn {
  color: white;
  font-size: 2rem;
  padding-left: 20px;
  padding-bottom: 3px;
}
.readinnerview {
  font-size: 1.5rem;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
}
.readhere_section {
  padding: 27px;
  background-color: #4dbd63;
}
.umangwrap {
  padding: 120px 105px;
}
.centerhead {
  font-size: 1.5rem !important;
}
.accordbigimg {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sporthead {
  font-weight: normal;
  font-size: 22px;
  color: #4dbd63;
  transition: color 0.5s ease-in-out;
}
.sporthead:hover {
  font-size: 22px;
  color: #f4f6fa;
}

.accorddatawrap {
  color: white;
}
.sportpara {
  color: white;
  font-weight: 300;
}
.sportwrap {
  padding-bottom: 20px;
}
.sportimage {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
  background-position: center;
}
.dummy_all {
  transition: all 0.3s ease-in-out;
  border: 2px solid #000000;
  color: black;
  width: fit-content;
  padding: 15px 20px;
  line-height: 1.8rem;
  display: block;
  background-color: transparent;
}

.dummy_all:hover {
  background-color: #4dbd63;
  color: white !important;
  display: block;
  width: fit-content;
  padding: 15px 20px;
  line-height: 1.8rem;
  transition-delay: 0.3s;
  border: 2px solid #4dbd63;
}

.dummy_all a {
  text-decoration: none;
  color: black;
  font-size: 1rem;
  font-weight: normal;
}

.agriwrap {
  margin: 140px 100px;
}
.agrepara {
  font-size: 30px;
}
.theatrewrap {
  max-height: 8950px;
}
.theatreimg {
  width: 100%;
  object-position: center;
  background-position: center;
  background-size: cover;
}

.imagemovie {
  background-color: #2b2e34;
  height: 500px !important;
  width: 100%;
  padding: 2rem 7rem;
  object-fit: cover;
}
.paraparent p {
  padding-bottom: 10px;
}
.movcarousel {
  background-color: #2b2e34 !important;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 5rem;
}
.vidmovwrap {
  background-color: #2b2e34 !important;
  /*      padding: 40px;*/
}
.vidmovwrapbg {
  background-color: #2b2e34 !important;
}
.swiper-slide {
  background-color: #2b2e34 !important;
}
.workshopswrap {
  padding: 191px 191px;
}

/*.swiper-button-prev2:after{
    padding-bottom: 400px;
}
.swiper-button-next2:after{
    padding-bottom: 400px;
}*/

/* .belowarrow:after {
  position: absolute;
  top: -221%;
} */
.belowarrow2:after {
  position: absolute;
  top: -240%;
}
.datacenter {
  text-align: center;
  padding-top: 20px;
}
.medaltxt {
  color: green;
  padding-top: 20px;
}
.datacenterwrap {
  /*    padding-top: 20px !important;*/
}
.prejudicewrap {
  padding-bottom: 10px;
}
/* .menu_header .my_nav .sub-menu {
  left: -25%;
  top: 0;
  width: 242px !important;
} */
.womenimg {
  height: 300px;
  object-fit: cover;
}
.womentxt {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-menu ul.ul_dropdown {
  margin-top: 0px !important;
  padding-left: 0px !important;
}
.demonwrap {
  padding: 3rem 0rem;
}
.greenarrow {
  font-size: 25px;
  /* padding-top: 10px; */
  /* margin-top: 10px; */
  padding-left: 10px;
  color: #4dbd63;
}
.green_text span:hover,
.green_text:hover .greenarrow {
  color: #000;
}
.campusparaparent p {
  padding-bottom: 20px;
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: left;
}
.sub-menu li:hover {
  background: #d1ecd4;
  color: #4dbd63 !important;
}
.educationbanner {
  padding: 40px;
}
.educationwrap {
  padding: 44px;
}
.communitywrap {
  padding: 3rem 0rem;
}
.casestudysec {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ecf7ed;
}
.casestudysec2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.agriwraps {
  padding: 20px;
}
.studywrap p {
  line-height: 2rem;
}
.studywrap {
  padding-right: 30px;
}
.viewright {
  display: flex;
  justify-content: end;
}
.casestory {
  padding: 2rem 0rem;
}

.image-column {
  background-image: url("path-to-your-image.jpg");
  background-size: cover;
  background-position: center;
}
.casestudyimg {
  height: 100%;
}
.weavingparent p {
  color: white;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 300;
}
.knowtxt {
  font-size: 1rem;
}

.upperpad {
  padding-top: 1rem;
}
.campusframeimg {
  height: 600px;
  width: 100%;
}
.knowimg {
  width: 25px;
  margin-top: 5px;
}
.section3 {
  padding: 3rem;
}
.youtubewrap {
  /*height: 500px;
    object-fit: cover;*/
  padding-bottom: 20px;
}
.discription-new.font40_38 {
  font-size: 1.125rem !important;
}
.tabcontent .row {
  padding: 20px 0px !important;
}
.researchpara {
  padding-bottom: 20px;
}
.single-line {
  background: #9a9b9f;
  height: 2px;
}
.theatreimg {
  /*  padding-bottom: 10px;*/
}
.workshopswrap a {
  display: flex;
  align-items: center;
}
/*media queries start */
.campuspara.pt-5 {
  padding-top: 10px !important;
}
.campuspara {
  padding: 15px 0px;
}

/*24-jul */
/* Animation on hover */

a.lim-title {
  font-size: 20px !important;
  color: #4dbd63;
}

/*@media (min-width: 809) and (max-width: 1399px)  {
  #big_image img {
    width: 100%;
    height: 100%;
 height: 100%; 
}
}
*/

.city_image img {
  animation: rollAndFade 2s ease-in-out !important;
  transform: rotate(0);
}
.news-ul .sub-menu {
  background: transparent;
  left: 0% !important;
}

.news-ul .sub-menu .ul_dropdown {
  position: absolute;
  left: -100%;
  right: 100%;
  border: 1px solid #f4f4f4 !important;
  background: #4dbd63 !important;
  width: inherit;
  top: -35px;
}
.borderClass {
  border-top: 1px solid var(--siteblack-color);
}
.lightFont {
  font-family: var(--webfontfamilylight);
}
.patrika-grid,
.patrika-grid1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  gap: 35px;
  background: #fff;
  padding: 20px;
}
.patrika-grid a,
.patrika-grid1 a {
  color: #000 !important;
  text-decoration: none !important;
}
.patrika-grid img,
.patrika-grid1 img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  background: #000;
  cursor: pointer;
}
.patrika-grid h5,
.patrika-grid1 h5 {
  font-weight: bold;
}
.blackbox {
  background-color: #2b2e34;
  color: #fff;
  padding-block: 6rem;
}
.blackbox .main-img {
  aspect-ratio: 1/1;
  object-fit: cover;
  min-width: 500px;
}
.blackbox .main-slider .track-slider ul li img {
  width: 500px;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
}
.blackbox .main-slider .track-slider ul {
  height: 500px;
}
.blackbox .slides-sec {
  max-width: 500px;
}
.blackbox .slides-sec a {
  border: 1px solid #2b2e34;
}
.blackbox .slides-sec a:hover {
  border: 1px solid #4dbd63;
}
.blackbox p {
  color: #fff;
  font-family: var(--webfontfamilylight);
  font-size: 20px;
}
.blackbox h6 {
  color: #4dbd63;
}
.blackbox h1 {
  margin-bottom: 30px;
}
.blackbox h1,
.blackbox h5,
.blackbox h6 {
  font-weight: bold;
}
.menu-footer-1-container {
  margin-inline: 40px;
}
.menu-footer-2-container {
  margin-left: 20px;
}
b {
  font-weight: bold !important;
  font-family: var(--webfontfamily);
}
.centerhead {
  max-inline-size: 950px;
  margin-inline: auto;
}
p.campuspara,
.campusparaparent p {
  font-family: var(--webfontfamilylight);
}
.mySwiperpatrika .swiper-slide {
  cursor: pointer;
}
h1,
h2 {
  font-size: 32px !important;
}
h3 {
  font-size: 28px !important;
}
h4 {
  font-size: 24px !important;
}
h5 {
  font-size: 20px !important;
}
p,
a {
  font-size: 20px !important;
}
div {
  font-family: var(--webfontfamilylight);
  font-size: 20px;
}
#loadpost .title_bold a {
  font-size: 28px !important;
}
.discription-new b {
  font-size: 22px !important;
}
.day.date_panel h1,
.inside_font h1.site_title {
  font-size: 28px !important;
}
p.font40_38,
.readinnerview p,
p.font40_38bold.datacenter {
  font-family: var(--webfontfamily) !important;
  font-size: 28px !important;
}
.title_text.featured_text p a {
  font-family: var(--webfontfamily) !important;
}
.womentxt.font32 {
  font-size: 28px !important;
  font-family: var(--webfontfamilylight) !important;
}

.womentxt.font32 strong {
  font-family: var(--webfontfamily) !important;
}
.content_yearbook h1 {
  font-size: 28px !important;
}
.campuswrap p {
  font-size: 19px !important;
}
#sports p {
  text-align: justify;
}
p.agriculture {
  font-weight: 600 !important;
}
.demonwrap p {
  font-weight: 600 !important;
}
.paraparent p {
  padding-top: 0;
}
button.accordion-button {
  font-size: 24px !important;
  font-family: var(--webfontfamily) !important;
}
p.discription-new.font40_38 {
  font-family: var(--webfontfamilylight) !important;
  font-size: 20px !important;
}
.viewbtn {
  padding-bottom: 0;
}
.weavingparent p {
  font-family: var(--webfontfamilylight) !important;
}
.discription {
  font-size: 24px !important;
  font-family: var(--webfontfamilylight) !important;
}
.second_about strong {
  font-family: var(--webfontfamily) !important;
  font-weight: 700 !important;
}
.see_all p {
  font-family: var(--webfontfamily) !important;
}
.main_heading h1,
h2.single-date {
  font-size: 28px !important;
}
.single_author_name h5 {
  font-size: 24px !important;
}
.takshila_yearbook .swiper-wrapper {
  /*  justify-content: center;*/
}
.blue-bg h1 {
  font-size: 24px !important;
}
.card_main .discription {
  font-size: 20px !important;
}
.pagination a:hover {
  color: #000;
}
.backbutton span {
  position: static;
}
.refrences {
  border-bottom: 2px solid #707070;
}
a.back_btn {
  font-size: 28px !important;
  color: #4dbd63;
  text-decoration: none;
}
a.back_btn:hover {
  color: #000;
}
#patrika-description .site_title_wrap {
  padding-top: 15px;
}
.text-green {
  color: #4dbd63;
}
h3.green_heading {
  color: #4dbd63;
}
p#single-description span {
  color: #4dbd63;
}
a#single-download_url {
  color: #4dbd63;
  text-decoration: none;
}
a#single-download_url:hover {
  color: #000;
}
.patrika-grid h5,
.patrika-grid1 h5 {
  color: #4dbd63;
}
.patrika-grid > div:hover h5,
.patrika-grid1 > div:hover h5 {
  color: #000;
}
#research_image {
  border: 1px solid #00000080;
  height: 370px;
  object-fit: cover;
}
h4.researchhead {
  color: #4dbd63;
}
.page-id-1523 .patrika-grid,
.page-id-1523 .patrika-grid1 {
  padding-top: 25px;
}

@media (max-width: 1000px) {
  .about_top_section .text_sec_slider-aboutus {
    /*    height: 550px;*/
  }
  .agriwrap {
    margin: 40px;
  }
  .image_slider_top {
    height: 450px;
  }
  .innersecond {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .knowimg {
    width: 23px;
  }
  .imagemovie {
    padding: 8px 13px;
    background-color: #2b2e34;
    height: 400px !important;
  }
  .workshopswrap {
    padding: 40px;
  }
  .reversecolumn {
    flex-direction: column-reverse;
  }
  .educationwrap {
    padding: 30px;
    padding-top: 70px;
  }
  .campusparaparent p {
    padding-bottom: 30px;
    color: white;
    font-size: 1.2rem;
  }
  .communitywrap {
    padding: 18px;
  }
  .movcarousel {
    padding-bottom: 10px;
  }
  .campuswrap {
    padding: 40px;
  }
  .accordbigimg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sportwrap {
    padding-bottom: 20px;
  }
  .umangwrap {
    padding: 40px;
  }
  .agriwraps {
    padding: 20px;
  }
  .demonwrap {
    padding: 2rem;
  }
  .vidmovwrap {
    /*    padding: 20px;*/
  }
  .educationbanner {
    padding: 40px 20px;
  }
  .innersecond {
    padding: 40px 20px;
  }
  .campussection {
    padding: 10px;
  }
  .imagediv {
    height: 100% !important;
  }
  .boxtext {
    padding: 0px 30px;
  }
  .campusframeimg {
    height: 200px;
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  /* .belowarrow:after {
    position: absolute;
    top: -521%;
  } */
  .takshila_yearbook .swiper-wrapper {
    justify-content: flex-start;
  }
  .day.date_panel {
    margin-top: 20px;
  }
  .font32 {
    font-size: 1rem;
    font-weight: 300;
  }
  .font40_38 {
    font-size: 1.375rem;
  }
  .font40_38bold {
    font-size: 1.375rem;
  }
  .fontheading {
    font-size: 1.375rem;
  }
  .campuswrap {
    padding: 0px;
    padding-top: 10px;
  }
  .universehead {
    padding-top: 10px;
    font-size: 1.375rem;
  }
  .featured_section {
    /*    margin-top: 40px;*/
  }
  .campussection {
    padding: 20px;
  }
  .commhead {
    padding-top: 50px;
  }
  .commparawrap {
    padding-bottom: 40px;
  }
  .image_slider_top {
    height: 250px;
  }
  .dummy_all a {
    font-size: 1rem;
  }
  .campuspara {
    font-size: 1rem;
  }
  .innerview {
    padding-top: 0px;
  }
  .weavingparent p {
    font-size: 1rem;
  }
  .innerreadbtn {
    font-size: 1rem;
  }
  .knowtxt {
    font-size: 1rem;
    font-weight: 500;
  }
  .upperpad {
    padding-top: 1.5rem;
  }
  .boxtext {
    font-size: 0.875rem;
    margin: 10px;
  }
  .leftcontentwrap {
    padding: 0px;
  }
  .boxswiper {
    height: 700px;
  }
  .boxwrap {
    padding: 15px;
  }
  .boxhead {
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    margin: 15px 42px;
  }
  .swiper-button-prev::after {
    content: url("/wp-content/uploads/2024/07/arrow-left.png") !important;
    padding-left: 10px;
  }

  .swiper-button-next::after {
    content: url("/wp-content/uploads/2024/07/Arrow-Right.png") !important;
    padding-right: 10px;
  }
  .threehundredheight {
    height: 200px !important;
    object-fit: cover;
  }
  .fourfifty {
    height: 260px;
    object-fit: cover;
  }
  .section3 {
    padding: 20px;
  }
  ul.tab__button__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 10px;
  }
  .thumbnails img {
    width: 74px;
  }
  .large-image {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .villagetext {
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
  }
  .movcarousel {
    padding-right: 0;
  }
  .single_author_name h5 {
    margin-top: 20px;
  }
  .content_yearbook h1 {
    margin-bottom: 20px;
  }
}
.theatreimg_slider {
  max-height: 650px !important;
}
p.green_text {
  font-weight: 900 !important;
  color: #4dbd63 !important;
  font-size: 26px !important;
}

a.green_text {
  font-weight: 900;
  color: #4dbd63 !important;
}

p.text_change {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.mapdiv {
  border: 0px !important;
  width: 270px !important;
  height: 235.5px !important;
}
.footer_menu_map {
  padding-top: 150px;
  padding-left: 0px !important;
}
h6.map {
  color: #000;
  font-size: 21px;
  font-weight: 800;
  font-family: "taskshika", serif;
  text-decoration: none;
}
.single_author_name img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.sporthead {
  font-weight: 900;
}
.single_author_name img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.dummy_all {
  display: inline-flex;
}
.dummy_all:hover {
  display: inline-flex;
}
p.font40_38,
.readinnerview p,
p.font40_38bold.datacenter .arts_textt {
  font-size: 27px !important;
}

/* sdvad */

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #4dbd63;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.vdosection {
  position: relative;
}
.video_overlay {
  position: absolute;
  inset: 0;
  background-color: #00000078;
}
.watch_btn {
  font-size: 26px !important;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #4dbd63 !important;
}
.view-more_btn {
  padding-block: 25px;
  background: #fff;
}
button#viewMoreBtn {
  padding: 10px 20px;
  color: #fff;
  background-color: #4dbd63;
  border: 1px solid #4dbd63;
  transition: all 0.5s;
}
.viewMoreBtn {
  padding: 10px 20px;
  color: #fff;
  background-color: #4dbd63;
  border: 1px solid #4dbd63;
  transition: all 0.5s;
  width: fit-content;
  text-decoration: none;
}
button#viewMoreBtn:hover {
  background-color: #000;
  border: 1px solid #000;
}
.viewMoreBtn:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.accordion {
  background: #fff;
  width: 100%;
  /*  max-width: 1000px;*/
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #4dbd63;
  color: #fff;
  transition: all 0.5s;
}

.accordion-item-header:hover {
  background-color: #000;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion > .all .accordion-item-body {
  overflow: auto;
}
.accordion > .all .accordion-item-body::-webkit-scrollbar {
  display: none;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.patrika_page .swiper-slide::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #4dbd6359;
  transition: opacity 0.3s ease;
}
.patrika_page .swiper-slide {
  width: 206px;
}

/*.campuswrappad > div p,
.campuswrap > div p {
  text-align: justify !important;
}*/
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  visibility: hidden;
  padding: 1px 12px;
  border: none;
  border-top: none;
  opacity: 0;
  transition: opacity 1s;
  display: none;
}

.tabcontent .row {
  padding: 40px 0px;
}

.tabcontent.activetab {
  visibility: visible;
  opacity: 1;
  transition: 1s;
  display: block;
}
.weavingparent p {
  text-align: justify;
}
p.livelihood {
  font-weight: 600;
  line-height: 2rem;
}
h1 a#calendar_event_heading:hover {
  color: #000 !important;
}
.single_event_sec p {
  text-align: left;
}
.about_the_event .discription p {
  text-align: justify;
}
.footer_social_icons {
  border-radius: 50%;
  border: 3px solid #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 10px;
  padding: 15px;
  font-size: 20px;
  height: 30px;
  width: 30px;
  color: #000;
}
.footer_social_icons:hover {
  color: #fff;
  border: 3px solid #fff;
}
a.footer_social_anchor {
  text-decoration: none;
}
#patrika-description p {
  text-align: justify;
  font-family: var(--webfontfamilyhindi) !important;
  display: initial;
}
#field_reflections {
  text-align: justify;
}
#accordionFlushExample p.campuspara {
  text-align: justify;
}
.read_about_section .col-md-5 > .onhover {
  margin-bottom: 24px;
}
.annualreport .swiper-slide:hover::before {
  background-color: transparent;
}
.mySwiperpatrika .swiper-slide::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #4dbd6359;
  transition: opacity 0.3s ease;
}
.mySwiperpatrika .swiper-slide:hover::before {
  background-color: transparent;
}

.campusparaparent p {
  text-align: justify;
}

h5.event-dates {
  font-size: 20px !important;
  font-weight: 300 !important;
  color: #2b2e34;
  line-height: 1.9rem;
  text-decoration: none;
  font-family: var(--webfontfamily) !important;
}

h5.event_home_title {
  font-size: 25px !important;
}

img.demographics_image {
  aspect-ratio: 2.17 / 1;
  height: 600px;
  display: block;
  margin-inline: auto;
}

.sabrangi_btn {
  transition: all 0.3s;
  color: white;
  width: fit-content;
  padding: 15px 20px;
  line-height: 1.8rem;
  display: flex;
  background-color: #4dbd63;
  border: 2px solid #4dbd63;
  align-items: center;
  /* margin-inline: auto; */
}

.sabrangi_btn a {
  text-decoration: none;
  color: white !important;
  font-size: 1rem;
  font-weight: normal;
}

.sabrangi_btn a:hover {
  color: #000 !important;
}

.our_story_cover_img img {
  object-fit: cover;
}

/* #home_video,
#home_video .homebottmslider,
#home_video .vdosection {
  height: 100%;
} */

#home_video .video_links img {
  width: 100% !important;
}
#home_video .vdosection {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
}
.aboutlink:hover .knowtxt,
.aboutlink:hover .knowimg {
  color: black !important;
  filter: brightness(0);
}
.know_work {
  width: 25px;
  margin-top: 2px;
}

.view-allhome:hover i {
  color: black !important;
}
.readinnerview:hover .innerreadbtn,
.readinnerview:hover .readbtn {
  color: #000;
}
.innerview:hover .innerviewbtn,
.innerview:hover .viewbtn {
  color: #000 !important;
}

.lim-title:hover,
.lim-title:hover i {
  color: #000 !important;
}

.field_reflection:hover .green_text,
.field_reflection:hover .knowimg {
  color: #000 !important;
  filter: brightness(0);
}

.leftcontentwrap_videosection {
  background-color: #0f2413ba;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 56%;
  backdrop-filter: blur(10px);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leftcontentwrap_videosection .innertxt {
  width: 100%;
  padding-left: 54px !important;
}
.leftcontentwrap_videosection .innertxt p {
  /*text-align: justify;*/
  /* font-size: 18px !important; */
}
.leftcontentwrap_videosection_yt_icon {
  width: 100px !important;
  height: auto !important;
  position: absolute;
  top: 300px;
  right: 25%;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  img.demographics_image {
    height: 185px;
  }
  h1#video_title {
    font-size: 26px !important;
  }
  h4.site_sub_heading {
    font-size: 24px !important;
  }
  .site_designation {
    font-size: 24px !important;
  }
  .vdosection p {
    font-size: 15px !important;
  }
}

/*3-3-2025*/

/*.video-section-home.leftcontentwrap_videosection.innertxt p {
    font-size: 18px !important;
}*/

h4.site_sub_heading {
  color: #fff;
  text-align: left;
  font-size: 32px !important;
}

.site_designation {
  text-align: left;
  color: #c863bf;
  font-size: 32px !important;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.vdosection h1.site_title {
  color: #ecf7ed;
  font-size: 42px !important;
}

.video-title {
  font-style: italic;
}
.get_direction_btn {
  transition: all 0.3s ease-in-out;
  border: 2px solid #000000;
  color: black !important;
  width: fit-content;
  padding: 15px 20px;
  line-height: 1.8rem;
  display: block;
  background-color: transparent;
  display: inline-flex;
  margin-top: 20px;
}
.get_direction_btn:hover {
  background-color: #4dbd63;
  color: white !important;
  display: block;
  width: fit-content;
  padding: 15px 20px;
  line-height: 1.8rem;
  transition-delay: 0.3s;
  border: 2px solid #4dbd63;
}

.get_direction_btn:hover {
  display: inline-flex;
}

.get_direction_btn a {
  text-decoration: none;
  color: black;
  font-size: 1rem;
  font-weight: normal;
}

.get_direction_btn a:hover {
  color: #000;
}
.copyright {
  align-items: end !important;
}

#single-description {
  text-align: justify;
  font-family: var(--webfontfamilyhindi) !important;
}

#single-description span {
  color: #4dbd63;
}

.targetDiv {
  display: none;
}

.targetDiv:first-child {
  display: block;
}
section.calendar_section {
  padding: 2rem !important;
}
.weavingparent i {
  margin-left: 12px !important;
}
.DDNMgDuOMADwj0OwNzDDcZY4cQG2Nkg {
  display: none !important;
}
