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

*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a:hover {
  color: #b349a5;
}

@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-Regular.otf);
  font-weight: 500;
}

@font-face {
  font-family: Takshila;
  src: url(../fonts/Takshila-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: Takshila;
  src: url(../fonts/Takshila-Bold-Italics.otf);
  font-weight: 600;
}

@font-face {
  font-family: Takshila;
  src: url(../fonts/Takshila-Light-Italics.otf);
  font-weight: 300;
}

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

@font-face {
  font-family: Takshila;
  src: url(../fonts/TakshilaHindi-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: Takshila;
  src: url(../fonts/TakshilaHindi-BoldItalic.otf);
  font-weight: 600;
}

@font-face {
  font-family: Takshila;
  src: url(../fonts/TakshilaHindi-Italic.otf);
  font-weight: 500;
}

@font-face {
  font-family: Takshila;
  src: url(../fonts/TakshilaHindi-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: Takshila;
  src: url(../fonts/TakshilaHindi-LightItalic.otf);
  font-weight: 300;
}

/*@font-face {
  font-family: Takshila;
  src: url(../fonts/Takshila-Regular-Italics.otf);
  font-weight: 500;
}*/

p {
  color: #2b2e34;
  margin: 0px;
  margin-bottom: 0px !important;
}

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

:root {
  --siteblack-color: #180f0f;
  --webfontfamily: "Takshila", serif;
  --webfontfamilyhindi: "Takshila hindi", sans-serif --titlefontfamily: "Lato", sans-serif;
  --bgcolor: #eaedf4;
}

.text-orange {
  color: #ff7d23 !important;
}

.gray-dark {
  background: #2b2e34;
}

.color-light {
  color: #eaedf4 !important;
}

.red-bg {
  background: #ff7d23;
}

/*.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);
}

header {
  padding: 30px;
}

form.search_header {
  text-align: right;
  position: relative;
  width: fit-content;
  float: right;
}

form.search_header input::placeholder {
  font-size: 20px;
  color: #8c93a2;
  font-family: var(--webfontfamily);
}

form.search_header input {
  width: 340px;
  height: 58px;
  background: #ffffff;
  border: 1px solid #8c93a2;
  padding: 10px 34px;
  outline: none;
  font-size: 20px;
  color: #64666b;
  font-family: var(--webfontfamily);
}

form.search_header img {
  position: absolute;
  left: 12px;
  bottom: 0;
  top: 22px;
}

.my_nav {
  float: right;
}

ul.menubar {
  display: flex;
  margin-bottom: 0;
}

header .current_page_item {
  background: #ff7d23;
}

.logo {
  position: relative;
}

.logo img {
  width: 280px;
  position: absolute;
  bottom: 0;
}

ul.menubar li a {
  vertical-align: middle;
  align-items: center;
  color: #2b2e34;
  font-weight: 700;
  font-family: var(--webfontfamily);
  font-size: 21px;
  display: inline-block;
  padding: 18px 40px;
  text-transform: capitalize;
  font-style: unset;
}

ul.menubar .menu-item-77 {
  background: #ff7d23;
}

ul.menubar li {
  display: inline-block;
}

.menu-bar {
  padding-top: 30px;
}

.border-left-0 {
  border-left: none !important;
}

ul.menubar li a:hover {
  color: #eaedf4;
}

ul.menubar li:hover a {
  color: #eaedf4;
}

.sub-menu li:hover {
  color: #eaedf4;
}

ul.menubar li {
  vertical-align: middle;
  position: relative;
}

ul.sub-menu li:last-child:after {
  display: none !important;
}

.sub-menu li:before {
  display: none !important;
}

ul.menubar li:hover {
  background: #2b2e34;
}

ul.menubar li:hover a {
  color: #eaedf4;
}

.sub-menu li {
  border: none !important;
  padding: 0px 14px !important;
  width: 100%;
  padding-left: 14px !important;
  line-height: 20px !important;
  height: 39px !important;
}

.sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 777777;
  border: 3px solid #2b2e34;
  background: #fff;
  margin: 0px !important;
  padding: 0px !important;
  border-top: none;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}

.sub-menu li a {
  font-family: var(--webfontfamily) !important;
  font-weight: 400 !important;
}

ul.sub-menu li a {
  font-size: 16px;
  font-weight: 400 !important;
  padding-left: inherit;
}

.sub-menu li a:hover {
  color: #eaedf4 !important;
}

ul.menubar li:hover .sub-menu li a {
  color: inherit;
}

.dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 4;
}

.slider-wrap {
  background: #fff1e5;
  position: relative;
  overflow: hidden;
}

.title h4 {
  font-weight: bold;
  font-size: 32px;
  color: #2b2e34;
  font-family: var(--webfontfamily);
}

.heading h1 {
  font-family: var(--webfontfamily);
  color: #2b2e34;
  font-size: 20px !important;
  font-weight: 300 !important;
}

.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: 24px;
  text-decoration: none;
  padding: 40px 30px;
  float: left;
  transition: all 600ms ease-out;
  background: #fff1e5;
}

.cta:hover {
  background: #ffbb86;
  border-color: #ffbb86;
}

.cta_button {
  padding: 72px 0px 40px 0px;
}

/*.title {
    padding: 10px 0px;
}*/

.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/2022/02/leftarrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0.3;
}

.slider-wrap .carousel-control-next-icon {
  background: url(/wp-content/uploads/2022/02/rightarrow.svg);
  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;
  padding-right: 30px;
}

.red {
  position: absolute;
  bottom: 0;
  left: 18%;
  top: 18%;
  text-align: center;
}

.blue {
  position: absolute;
  left: -210px;
  bottom: 43px;
  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: #fff !important;
}

.site_title {
  color: #2b2e34;
  font-size: 32px;
  font-family: var(--webfontfamily);
  font-weight: 700;
  padding-top: 30px;
}

.tag-subject:hover h1 {
  color: #ff7d23;
}

.site_title:hover {
  color: #000;
}

section.calendar_wrap .site_title {
  font-weight: 400;
}

.card_main {
  padding: 20px;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  left: 0;
  right: 0;
  background: #ff7d23 0% 0% no-repeat padding-box;
}

/* .card_image:hover .card_main {
    opacity: 1;
} */
.card_image:hover .card_main {
  opacity: 0.85;
}

.card_image:hover .card_title {
  opacity: 0;
}

.heading_top {
  padding-bottom: 20px;
}

.yellow_bg {
  background: #ff7d23;
}

.blue_bg {
  background: #139ed9;
}

.pink_bg {
  background: #b349a5;
}

.card_title {
  font-family: var(--webfontfamily);
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.title_bold {
  font-family: var(--webfontfamily);
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}

.discription {
  font-size: 30px;
  font-family: var(--webfontfamily);
  font-weight: 300;
  color: #fff;
  line-height: 36px;
  text-decoration: none;
}

.card_main .discription {
  font-size: 20px;
}

.discription span {
  font-weight: bold;
  font-size: 26px;
}

.site_title_wrap {
  /* padding: 40px 0px !important; */
  padding-top: 10px;
  text-align: left;
  text-transform: capitalize;
  color: #2b2e34;
}

section.section-2 {
  padding: 2rem;
}

.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:hover 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: 29px;
}

.view_all:hover img {
  filter: brightness(0);
}

.learn_more_anchor {
  position: absolute;
  right: 17px;
  bottom: 17px;
  color: #fff;
  font-family: var(--webfontfamily);
  font-weight: 700;
  font-size: 16px;
  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 a img {
  width: 60%;
}

/*.foot_logo img:hover {
    filter: invert(100);
}*/
.view_all {
  font-size: 20px;
  margin-bottom: 0px !important;
}

.view_all a {
  color: #ff7d23;
  text-decoration: none;
  font-size: 25px;
}

.view_all a:hover {
  color: #000000;
}

.view_all:hover span img {
  filter: brightness(0);
}

section.city-section {
  /* background: #2b2e34; */
  background: #ffffff;
  padding: 3pc 0pc;
}

.site_title_wrap img {
  width: 23px;
}

.city-section .content_city p {
  font-size: 24px;
  line-height: 2.1rem;
  /* color: #fff; */
  color: #2b2e34;
  font-family: var(--webfontfamily);
  font-weight: 300;
  padding-bottom: 30px;
}

.content_city p {
  font-size: 25px;
  line-height: 2.1rem;
  color: #2b2e34;
  font-family: var(--webfontfamily);
  font-weight: 300;
}

.content_city p b {
  font-weight: 500;
}

/* .city-slider:hover .city_text {
} */
.city_introduction_slider,
.partnership_slider {
  overflow: hidden;
}

.partnerships {
  background-color: #ff7e23;
}

.city-section .col-lg-1 {
  display: flex;
  align-items: center;
}

.city-slider {
  /* background: #2b2e35; */
  background: #ffffff;
  transition: all 300ms ease-out;
  height: 100%;
}

.city-slider .title p {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}

.city_image img {
  width: 100%;
}

.city_text .title p {
  font-weight: 500;
  padding-bottom: 5px;
  font-size: 18px;
}

.title_text h1 {
  font-size: 32px;
  font-family: var(--webfontfamily);
  color: #2b2e34;
  font-weight: 300;
  line-height: 28px;
}

.title_text h1 p {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 22px;
}

.city_introduction_slider .swiper-slide a {
  text-decoration: none;
}

.title p {
  font-family: var(--webfontfamily);
  font-weight: 300;
  font-size: 22px;
  color: #2b2e34;
  letter-spacing: 1px;
}

.title a {
  text-decoration: none;
  color: #2b2e34;
}

.city_text {
  padding: 10px 20px 10px 0px;
}

.team_panel .city_text {
  padding: 10px 20px 20px 20px;
}

.city_image {
  background: #fff;
}

.hide-line {
  opacity: 0;
}

.city_image img {
  transition: all 300ms ease-out;
  mix-blend-mode: normal;
}

.city-slider:hover .city_image img {
  mix-blend-mode: inherit;
}

.tag {
  color: #2b2e34;
  font-family: var(--webfontfamily);
  font-size: 1.125rem;
  text-transform: capitalize;
  /* font-weight: 700 !important; */
}

.section_3 .main_heading h1 {
  font-family: var(--webfontfamily);
  font-size: 48px;
  font-weight: 700;
  color: #ff7d23;
}

.content_left.targetDiv {
  padding-right: 80px;
}

.section_3 .discription {
  font-size: 32px;
  line-height: 40px;
  color: #000;
}

.tile_image img {
  width: 100%;
  opacity: 0.2;
}

.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 #ff7d23;
  background: #ffdcc0bf !important;
  outline: none;
  border-radius: 0;
  font-size: 16px;
  padding: 0px 30px;
  font-weight: 500;
  height: 60px;
}

.news_letter_form input:focus {
  background: none !important;
  box-shadow: none !important;
  border-color: #ff7d23;
}

.news_letter_form .input-group-text {
  background: #2b2e34;
  border: 3px solid #2b2e34;
  color: #ffbe31;
  font-size: 17px;
  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%;
}

.big_image {
  height: 100%;
  overflow: hidden;
}

footer {
  background: #ceced0;
  padding: 3pc 0pc 3pc 0pc;
}

.footer-logo {
  padding-top: 2 rem;
}

.footer-logo a img {
  width: 60%;
}

.foot-1.row {
  padding-top: 3rem;
}

.row.foot_logo {
  padding-top: 1rem;
}

.foot-1 p {
  color: #64666b;
  font-size: 17px;
  font-family: var(--webfontfamily);
  font-weight: 500;
}

.text_footer {
  width: 90%;
  float: right;
  padding-top: 27px;
  max-width: 100%;
}

.contact-info-link a {
  text-decoration: none;
  color: inherit;
}

ul.footer_menu li a {
  color: #64666b;
  font-size: 19px;
  font-weight: 500;
  font-family: var(--webfontfamily);
  text-decoration: none;
}

ul.footer_menu li {
  line-height: 43px;
}

.partner_content {
  padding-left: 60px;
}

.bottom_bar {
  background: #ff7d23;
  padding: 16px;
}

.bottom_social img {
  float: right;
}

.bottom_bar_text {
  font-size: 17px;
  color: #2b2e34;
  font-family: var(--webfontfamily);
}

#big_image img {
  width: 100%;
  height: 100%;
}

ul.footer_menu li a:hover {
  color: #ff7d23;
}

.right {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.left {
  height: 100%;
}

.backbutton a:hover {
  color: #ef4735;
}

/* calendar Page css */
section.calendar_wrap {
  background: #ff7d23;
  padding: 2pc 0pc;
}

.select_data select {
  padding: 0px 20px;
  background: #eaedf400;
  width: 100%;
  font-family: var(--webfontfamily);
  color: #2b2e34;
  font-size: 17px;
  border: 2px solid #fff1e5;
  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: 30px;
  padding: 20px;
  border: 1px solid #8c93a2;
  margin: 20px 0px;
}

.see_all p {
  font-size: 20px;
  font-family: var(--webfontfamily);
  font-weight: 500;
}

.see_all {
  padding: 20px 0px 10px 0px;
}

.post_wrap {
  padding: 4pc 0pc 0;
}

.date-panel .date_panel h1 {
  font-size: 30px;
  font-family: var(--webfontfamily);
  font-weight: 700;
  color: #2b2e34;
}

.tag-subject {
  position: relative;
}

.posterlady {
  height: 100%;
  background-size: cover !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/2022/02/dropdown.svg);
  position: absolute;
  right: 17px;
  top: 0px;
}

.backbutton span {
  padding-right: 20px;
  position: relative;
  top: 4px;
}

.backbutton a {
  font-family: var(--webfontfamily);
  color: #ff7d23;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}

.backbutton {
  display: flex;
  padding: 15px 0px;
}

.inside_font h1 {
  font-size: 30px;
  padding: 0px;
  margin: 0px;
}

.single-events .inside_font h1 {
  font-size: 24px;
  padding: 0px;
  margin: 0px;
}

.inside_font {
  padding: 0px;
}

section.inside-panel {
  /* background: #ebecec; */
  padding-bottom: 3rem !important;
}

.single-events .backbutton {
  padding: 30px 12px !important;
}

.share-inside {
  display: inline-grid;
}

.share-inside {
  width: 100%;
  float: left;
  padding-top: 1pc;
}

.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%;
}

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: #ff7d23;
}

.foot_logo:hover .onhoverhide {
  display: block;
}

.foot_logo:hover .onhovershow {
  display: none;
}

.onhoverhide {
  display: none;
}

ul.footer_menu.col-lg-6 ul {
  padding-left: 0;
}

ul.footer_menu li a.nav-link {
  padding: 0px;
}

.hide_line {
  display: none;
}

section.regional_event {
  padding: 40px 0px;
}

.filter_post:nth-of-type(odd) {
  background: #139ed9;
}

.filter_post {
  padding: 20px;
  margin: 20px 0px;
  font-family: var(--webfontfamily);
  font-weight: 600;
  color: #fff;
}

.search_title {
  font-size: 33px !important;
  background: #f9edd29e;
  padding: 6px 20px;
  color: #cd900c !important;
  border-radius: 5px;
  text-transform: capitalize;
}

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

section.bredcum {
  height: 255px;
  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 1rem 3rem 5rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.slider-cotain .text_sec_slider {
  height: 720px;
  max-height: 100%;
  align-items: center;
  display: flex;
  padding: 0 1rem 0 9rem !important;
  background-color: #ff7e23;
}

section.connecting_the_arts {
  padding: 60px 0px;
  background: #ff7d23;
}

section.team_panel {
  padding: 35px 0px 75px;
  background: #fff1e5;
}

.image_slider_top img {
  height: 100%;
  width: 100%;
}

.image_slider_top {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

section.logo_panel {
  padding: 5pc 0pc;
  position: relative;
}

.logo_text {
  padding-left: 125px;
  padding-top: 10px;
}

.logo_discraption {
  color: #2b2e34;
  font-size: 17px;
  font-weight: 500;
}

.discription p {
  font-size: 22px;
  font-family: var(--webfontfamily);
  font-weight: 400;
  color: #2b2e34;
  line-height: 32px;
  text-decoration: none;
}

.bottom_social ul li img {
  margin: 0px 7px;
}

.bottom_social ul li {
  display: inline-block;
}

.bottom_social ul {
  margin: 0;
  float: right;
  text-align: right;
  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;
}

.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: 15px;
  font-family: var(--webfontfamily);
  font-weight: 600;
}

.team_social-media {
  padding: 10px 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: 20px;
}

.main_heading a {
  text-decoration: none;
}

.main_heading h5 {
  font-weight: 700;
  font-size: 25px;
}

.content_left:hover h1 {
  color: #ef4735;
}

.text-orange {
  color: #ef4735;
}

.first_hover_2 {
  padding-left: 90px !important;
  border-left: 3px solid #2b2e34;
}

.first_hover_1 {
  padding-right: 20px !important;
}

p.discription a {
  color: #ff7d23;
  text-decoration: underline;
}

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

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

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

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

.slick-prev:before {
  position: relative;
  top: -15px;
  right: 20px;
  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: 18px;
  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: 10px;
  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: 10px;
  left: auto;
}

section.city-section .swiper-slide {
  text-align: left;
  background-color: #2b2e35;
}

.partnership_slider .swiper-slide {
  text-align: left;
  background-color: #ff7e23;
}

/* 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: 5px;
  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;
  /* padding: 8px; */
}

/* .yearbook_image img {
  border: 1px solid #fff;
} */

.yearbook {
  margin-right: 10px;
}

/*start tarun css 16-02-22*/
/*start  css*/
.takshila-int {
  color: #ff7d23;
  font-weight: bold;
}

.article_price p {
  font-weight: 700 !important;
  color: #ff7d23;
}

.content_partnerships p {
  font-size: 25px;
  color: #2b2e34;
  font-family: var(--webfontfamily);
  font-weight: 300;
  text-align: center;
  padding-bottom: 45px;
}

.other_text {
  font-weight: bold;
}

.partnerships-section {
  padding: 65px 0px;
  background: #ff7d23;
}

.partnerships_text strong {
  font-weight: bold;
}

.partnerships_text {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
}

.partnerships_text .title p {
  color: #000;
}

.partnerships-section .fa-solid.fa.fa-arrow-left.slick-arrow {
  top: 50%;
  position: absolute;
  left: -8%;
  font-size: 35px;
  color: #2b2e34;
}

.partnerships-section .fa-solid.fa.fa-arrow-right.slick-arrow {
  top: 50%;
  position: absolute;
  right: -8%;
  font-size: 35px;
  color: #2b2e34;
}

/* .yearbook-section {
  padding: 65px 0px;
  background: #2b2e34;
} */

section.yearbook-section {
  padding-block: 40px;
  background: #2b2e34;
}

.content_yearbook {
  text-align: center;
}

.content_yearbook h1 {
  color: #ff7d23;
  font-family: var(--webfontfamily);
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 10px;
}

.content_yearbook p {
  font-size: 25px;
  color: #ebecec;
  /* color: #000; */
  font-family: var(--webfontfamily);
  font-weight: 300;
  padding-bottom: 45px;
  line-height: 40px;
}

.yearbook-section .fa-solid.fa.fa-arrow-left.slick-arrow {
  top: 30%;
  position: absolute;
  left: -8%;
  font-size: 35px;
  color: #ff7d23;
}

.yearbook-section .fa-solid.fa.fa-arrow-right.slick-arrow {
  top: 30%;
  position: absolute;
  right: -8%;
  font-size: 35px;
  color: #ff7d23;
}

.yearbook_text .title {
  color: #ff7d23;
  font-size: 24px;
  font-family: var(--webfontfamily);
  font-weight: bold;
  text-align: left;
}

section.section_3 {
  /* padding-bottom: 60px; */
  padding: 2rem !important;
}

/*end css*/
/*start form section*/
.receive-yearbook {
  padding: 0px 0px 40px;
  margin-top: 60px;
}

.receive-yearbook .content_city p {
  font-size: 40px;
  color: #2b2e34;
  font-weight: 500;
}

#contact-form {
  border-radius: 5px;
}

.receive-yearbook .form-group input {
  width: 100%;
  margin-bottom: 20px;
}

.receive-yearbook .form-group textarea {
  width: 100%;
  margin-bottom: 20px;
}

.receive-yearbook .form-group textarea {
  width: 100%;
  margin-bottom: 20px;
  border: 5px solid #ff7d23;
  background: #ffdcc0bf;
  outline: none;
  border-radius: 0;
  font-size: 16px;
  padding: 0px 30px;
  font-weight: 500;
  padding-top: 20px;
  height: 200px;
}

.receive-yearbook .submit-btn {
  background: #000 !important;
  outline: none;
  border-radius: 0;
  font-size: 19.2px;
  padding: 0px 82px;
  color: #fff;
  font-family: var(--webfontfamily);
  border: 5px solid #000;
  font-weight: 500;
  height: 60px;
  transition: 1.1s;
}

.receive-yearbook .submit-btn:hover {
  background-color: #febb86 !important;
  border: 5px solid #febb86;
  color: #000;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;
}

.partnerships-section .fa-arrow-left:before {
  content: url(http://takshila.esplwebsite.site/wp-content/uploads/2022/02/leftarrow.svg);
}

.partnerships-section .fa-arrow-right:before {
  content: url(http://takshila.esplwebsite.site/wp-content/uploads/2022/02/rightarrow.svg);
}

.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);
}

.select_data input {
  padding: 0px 20px;
  background: #eaedf400;
  width: 100%;
  font-family: var(--titlefontfamily);
  color: #2b2e34;
  font-size: 17px;
  border: 2px solid #fff1e5;
  line-height: 54px;
  position: relative;
  outline: none;
  font-weight: 400;
}

/*start gallery slider css*/

.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;
  inset: 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%;
  object-fit: contain;
}

.slides-sec {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* grid-gap: 2px; */
  grid-gap: 5px;
  /* padding-top: 20px; */
  padding: 20px 70px;
}

.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;
}

@media (max-width: 767px) {
  .main-slider {
    width: 100%;
    /* margin: 60px auto; */
  }

  .slides-sec {
    grid-gap: 2px;
  }
}

/*end gallery slider css*/
/*start about us page*/
/* .orange_bg {
  background: #ff7d23;
} */
.orange_line {
  border-top: 5px solid #ff7d23;
  padding: 0px !important;
}

.orange_color {
  color: #ff7d23 !important;
}

.connecting_the_arts h1.title_bold {
  font-size: 38px;
}

.title_bold-new {
  font-family: var(--webfontfamily);
  font-weight: 700;
  color: #ff7d23;
  padding-bottom: 10px;
  font-size: 29px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

/*start meet-our-founder section*/

.meet-our-founder .text_sec_meet {
  max-height: 100%;
  padding: 3rem 16rem 3rem 5rem !important;
}

.discription-new {
  font-size: 19px;
  font-family: var(--webfontfamily);
  font-weight: 300;
  color: #2b2e34;
  line-height: 2rem;
  text-decoration: none;
}

.team_member .discription-new {
  line-height: 1.5rem;
}

.discription-new b {
  font-size: 22px;
}

.team_panel .title_bold {
  font-size: 40px;
}

.bottom-about .text_sec_slider {
  padding: 3rem 14rem 3rem 5rem !important;
  background: #fff1e6;
  height: 100%;
}

.cta_buttons {
  padding: 72px 0px 40px 0px;
}

.cta-btn {
  font-family: var(--webfontfamily);
  color: #2b2e34 !important;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  padding: 15px 30px;
  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: 32px;
  font-weight: bold;
}

section.inside-panel .tag-subject {
  padding-right: 5rem;
}

.bottom_social.social_left ul {
  float: left !important;
}

.bottom_social.social_left ul li img {
  margin: 0px 12px 0px 0px;
}

.about_the_event .discription {
  padding-left: 30px;
}

section.about_the_event {
  padding: 2rem 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: 11px 18px;
  text-decoration: none;
  background: #ffbb86;
  margin: 0px 4px;
  font-size: 20px;
  border: 2px solid #ffdcc0;
}

.pagination .current {
  background: #fff !important;
}

.post-line.mt-5 {
  margin-top: 4rem !important;
}

.post_type_sec .tag-subject {
  padding-left: 0px !important;
  padding-right: 40px;
}

.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;
}

.results-section span {
  color: #a2a2a5;
}

.quantity-form {
  display: inline-block;
  position: relative;
}

.quantity-form input[type="number"] {
  width: 78px;
  line-height: 44px;
  text-indent: 15px;
  font-weight: normal;
  font-size: 15px;
  border: 2px solid #b5bac4;
  background: #eaedf4;
}

.quantity-form .qty-plus {
  position: absolute;
  right: 12px;
  top: 7px;
}

.quantity-form .qty-minus {
  position: absolute;
  right: 12px;
  bottom: 7px;
}

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-size: 37px;
  font-weight: bold;
  line-height: 40px;
}

.single_event_sec .fw-bold {
  font-size: 24px;
  color: #000;
}

/*start event main*/
.pagination-event a {
  color: black;
  float: left;
  text-decoration: none;
  margin: 0px 4px;
  font-size: 20px;
  font-family: var(--webfontfamily);
  padding: 0px;
  background: none;
  border: navajowhite;
}

.pagination-event span {
  font-size: 20px;
  font-family: var(--webfontfamily);
}

.pagination-event .fa {
  padding-top: 5px;
  font-size: 20px;
}

.pagination-event .fa.arro_left {
  padding-left: 30px;
}

.pagination-event .fa.arro_right {
  padding-right: 30px;
}

/*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; */
  color: #000 !important;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 50px;
  float: left;
  transition: all 600ms ease-out;
  background: #febb86;
}

.publication-page .cta-visit:hover {
  background: #000 !important;
}

.publication-page .cta-visit {
  background: #ff7d23 !important;
  color: #fff !important;
}

.connecting_the_arts .discription {
  font-size: 27px;
  line-height: 40px;
}

.connecting_the_arts .discription span {
  font-weight: bold;
  font-size: 27px;
}

.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: left;
  color: #dbdbdb;
  /* color: #000; */
  font-family: "Takshila";
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  /* padding: 5px 29px; */
}

.yearbook_text {
  padding-inline: 1px;
}

/*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: #ff7d23;
}

.aboutus-connecting_the_arts .discription {
  color: #2b2e34;
}

.text_sec_meet {
  background: #2b2e34;
}

.text_sec_meet .discription-new {
  color: #fff;
}

.about-team_panel {
  background: #ff7d23 !important;
}

.joinouruniverse {
  padding: 100px;
  background: #ffdcc0;
}

.content_joinouruniverse {
  padding-bottom: 80px;
}

.content_joinouruniverse p {
  font-size: 32px;
  color: #2b2e34;
  font-family: var(--webfontfamily);
  font-weight: 300;
  text-align: center;
}

.content_joinouruniverse p b {
  font-weight: 500;
}

.joinouruniverse_text {
  background: #2b2e34;
  padding: 10px 20px 45px 20px;
}

.joinouruniverse_text .title_text h1 {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
}

.joinouruniverse-slider {
  background: none;
  transition: all 300ms ease-out;
  height: 100%;
}

.joinouruniverse-slider .title p {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}

.joinouruniverse_image img {
  width: 100%;
}

.joinouruniverse_text .title p {
  font-weight: 500;
  padding-bottom: 5px;
  font-size: 22px;
}

.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: #ff7d23;
  padding-bottom: 10px;
  font-size: 32px;
}

.hashtagdiscription p {
  font-size: 32px;
  font-family: var(--webfontfamily);
  font-weight: 300;
  color: #fff;
  line-height: 36px;
  text-decoration: none;
}

.hashtagdiscription p a {
  color: #ff7d23;
}

.lastsection {
  height: auto !important;
  padding: 100px;
}

/*10-03-23------------------------------------------------------////////////*/
.blog .title_bold {
  font-size: 32px !important;
}

.single-post .discription p {
  font-weight: 300;
}

.joinouruniverse_image {
  background: #fff;
}

a.verticalUrl {
  text-decoration: none;
}

/* .city_introduction_prev.swiper-button-prev {
  background-image: url("/wp-content/uploads/2022/02/leftarrow.png") !important;
}
.city_introduction_next.swiper-button-next {
  background-image: url("/wp-content/uploads/2022/02/rightarrow.png") !important;
} */
.partnership_prev.swiper-button-prev {
  background-image: url("/wp-content/uploads/2022/02/leftarrow.png");
}

.partnership_next.swiper-button-next {
  background-image: url("/wp-content/uploads/2022/02/rightarrow.png");
}

.event_mini_image {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 15px;
}

.tile_image img {
  aspect-ratio: 1;
}

.partnerships_image img {
  width: 100%;
}

a.view-allhome {
  color: #2b2e34;
  text-decoration: none;
  font-size: 24px;
  font-family: var(--webfontfamily);
}

#big_image img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}

img.calendar-right-arrow {
  width: 25px;
  padding-left: 5px;
}

a.view-allhome:hover {
  color: #ff7d23;
}

.main_headingnew {
  font-size: 24px;
  color: black;
}

.takshila_yearbook img.left-arrow {
  top: 30%;
  position: absolute;
  left: -8%;
  cursor: pointer;
}

.takshila_yearbook img.right-arrow {
  top: 30%;
  position: absolute;
  right: -8%;
  cursor: pointer;
}

.tile_image {
  transition: background-color 0.3s ease-in-out;
}

.event_width_50:hover .tile_image {
  background-color: #ff7d23;
  opacity: 0.85;
}

.event_width_50:hover .opacityremove img {
  opacity: 0.25;
}

#pills-tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  overflow: auto;
}

#pills-tab img {
  aspect-ratio: 1;
  width: 220px;
}

* {
  --orange: #ff7e23;
  --orange_light: #febb86;
  --green: #4cb960;
  --green_light: #a3dbac;
  --yellow: #ffcc2a;
  --yellow_light: #fedc94;
  --red: #ef4136;
  --red_light: #ff9f87;
  --green_alternate: #4cbd63;
  --green_alternate_light: #d0ecd5;
}

#pills-tab .nav-link {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

#pills-tab .nav-link div {
  background-color: white !important;
}

#pills-tab .nav-link p {
  padding: 20px;
  padding-bottom: 40px;
  text-align: left;
  font-weight: 300;
  font-size: 18px;
}

#pills-takshila-1 p {
  background-color: var(--orange);
}

#pills-takshila-2 p {
  background-color: var(--green);
  color: white;
}

#pills-takshila-3 p {
  background-color: var(--yellow);
}

#pills-takshila-4 p {
  background-color: var(--red);
  color: white;
}

#pills-takshila-5 p {
  background-color: var(--green_alternate);
  color: white;
}

#pills-takshila-tab-1 .takshila_tab_container_1 {
  background-color: var(--orange);
}

#pills-takshila-tab-1 .takshila_tab_container_1.alternate {
  background-color: var(--orange_light);
}

#pills-takshila-tab-2 .takshila_tab_container_2 {
  background-color: var(--green);
}

#pills-takshila-tab-2 .takshila_tab_container_2.alternate {
  background-color: var(--green_light);
}

#pills-takshila-tab-3 .takshila_tab_container_3 {
  background-color: var(--yellow);
}

#pills-takshila-tab-3 .takshila_tab_container_3.alternate {
  background-color: var(--yellow_light);
}

#pills-takshila-tab-4 .takshila_tab_container_4 {
  background-color: var(--red);
}

#pills-takshila-tab-4 .takshila_tab_container_4.alternate {
  background-color: var(--red_light);
}

#pills-takshila-tab-5 .takshila_tab_container_5 {
  background-color: var(--green_alternate);
}

#pills-takshila-tab-1 .takshila_tab_container_1 img,
#pills-takshila-tab-2 .takshila_tab_container_2 img,
#pills-takshila-tab-3 .takshila_tab_container_3 img,
#pills-takshila-tab-4 .takshila_tab_container_4 img,
#pills-takshila-tab-5 .takshila_tab_container_5 img {
  max-height: 750px;
  object-fit: cover;
}

a.apply_btn {
  background-color: #2b2e34;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  margin-block: 20px;
  padding: 15px 50px;
  font-family: var(--webfontfamily);
  border: none;
  text-decoration: none;
}

a.apply_btn:hover {
  color: #fff;
}

.we_are_takshila {
  padding-block: 80px;
  background-color: #2b2e34;
}

.we_are_takshila h2 {
  color: var(--orange);
  max-inline-size: 380px;
}

.job_openings {
  padding-block: 80px;
  background-color: #febb86;
  transition: all 0.3s ease-out;
}

.job_openings .job_opening_heading {
  text-align: center;
  margin-bottom: 30px;
}

.takshila_info {
  padding-block: 40px;
  background-color: #2b2e34;
  color: #dbdbdb;
}

.takshila_info h2 {
  color: var(--orange);
  font-size: 1.5rem !important;
}

.takshila_info p {
  color: #dbdbdb;
  font-family: var(--webfontfamily);
  font-weight: 300;
  font-size: 22px;
}

.takshila_info div:first-child {
  margin-bottom: 30px;
}

/* .takshila_info ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  font-family: var(--webfontfamily);
  font-size: 22px;
  font-weight: 300;
} */

.info_list {
  display: flex;
  gap: 12px;
}

.info_img img {
  width: 30px;
}

.info_text p {
  font-size: 22px;
}

.takshila_info a {
  color: var(--orange);
}

.content h2.job_head {
  font-size: 38px;
  font-weight: 700;
  padding-block: 20px;
}

.content p.job_para {
  font-size: 24px;
  font-weight: 300;
  padding-right: 20px;
}

h2.job_opening_heading {
  font-weight: 700;
}

/* ul.info_list li {
  padding-block: 10px;
  color: #dbdbdb;
} */

.info_list ::marker {
  font-size: 13px !important;
}

section.takshila_universe {
  padding-block: 100px;
  background-color: #2b2e34;
}

.tku_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 55px;
}

.tku_grid img {
  aspect-ratio: 1;
  width: 325px;
}

.gallery_content {
  padding-inline: 10rem;
}

.gallery_content h2 {
  color: #fff;
  letter-spacing: 5px;
}

.gallery_content p {
  color: #dbdbdb;
  font-size: 28px;
  font-family: var(--webfontfamily);
  font-weight: 300;
  line-height: 36px;
}

section.bredcum p {
  color: #dbdbdb !important;
  font-family: var(--webfontfamily);
  font-weight: 300;
  line-height: 36px;
  font-size: 25px;
}

p.discription.white {
  color: #fff;
  padding-inline: 12rem;
}

#pills-tab .nav-link {
  position: relative;
}

#pills-tab .nav-link:not(.active):before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
}

#pills-tab .nav-link:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

ul.menubar li a:focus {
  color: #ff7d23;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: unset !important;
}

.team_slider {
  overflow: hidden;
}

section.bredcum {
  text-align: center;
}

.about-team_panel {
  background-color: #ffdcc0 !important;
}

.about-team_panel .title_bold {
  color: #2b2e34;
}

.aboutus-connecting_the_arts {
  background-color: #2b2e35 !important;
}

.connecting_the_arts .discription {
  color: white !important;
  line-height: 36px !important;
}

.text_sec_meet {
  background-color: white;
}

.discription-new.font32 {
  color: #2b2e34;
}

.meet-our-founder .text_sec_meet {
  padding-right: 0 !important;
}

.team_panel .city_text {
  text-align: left;
  height: 95px;
}

.about_top_section {
  padding-block: 40px;
}

.about_top_section .image_slider_top {
  height: 450px;
}

.about_top_section.bottom-about {
  padding-block: 0;
}

.about_top_section.bottom-about .image_slider_top {
  height: 100%;
}

.cta-visit {
  margin-bottom: 30px;
}

.city_introduction_slider img {
  height: 265px;
  aspect-ratio: 1;
  object-fit: cover;
}

.timeline_slider {
  overflow: hidden;
}

.timeline_img_container {
  margin-bottom: 10px;
}

.timeline_img_container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.timeline_img_container .main_timeline_img_content,
.timeline_img_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px;
}

.main_timeline_img_content {
  display: none;
}

.timeline_img_content {
  padding: 10px 10px;
}

.timeline_img_content .time {
  color: white;
  font-size: 16px;
  text-align: left;
  font-size: 300;
}

.timeline_img_content .heading {
  color: white;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px !important;
}

.timeline_img_container .main_timeline_img_content h1,
.timeline_img_container .main_timeline_img_content h2,
.timeline_img_container .main_timeline_img_content p {
  color: white;
}

.timeline_img_container .main_timeline_img_content h1 {
  font-size: 3rem;
}

.timeline_img_container .main_timeline_img_content .time,
.timeline_img_container .main_timeline_img_content .text {
  font-weight: 300;
}

.timeline_img_container .main_timeline_img_content .d-flex div:last-child {
  border-left: 1px solid white;
  padding-inline: 20px;
}

.timeline {
  background-color: #ffdcc0;
  padding-top: 80px;
  padding-bottom: 120px;
}

.timeline>.container>.row>.col-lg-10>h1 {
  margin-bottom: 30px;
  font-weight: 700;
}

.timeline_img {
  cursor: pointer;
}

.timeline_img img {
  aspect-ratio: 1;
  object-fit: cover;
}

.about-meetthefounder h1 {
  color: #2b2e34;
  font-size: 32px;
  margin-bottom: 32px !important;
}

.about-meetthefounder p {
  color: #2b2e34;
  font-size: 22px;
  font-weight: 400;
  line-height: 2.5rem;
}

.team_member .title {
  text-transform: uppercase;
}

.team_member .title a p {
  font-size: 14px;
}

.team_member .text-white {
  font-size: 14px;
}

section.parivartan_movement {
  background: #ecf8ee;
  padding-bottom: 80px;
}

section.parivartan_movement p {
  font-size: 25px;
}

section.ektara_imagination {
  padding-bottom: 80px;
}

section.arthshila {
  background-color: #feebe5;
  padding-bottom: 80px;
}

.city_section_slider,
.lectures_architecture_slider,
.shiksha_slider,
.lectures_democracy_slider {
  overflow: hidden;
}

section.takshila_arts {
  padding-block: 120px;
  background-color: #2b2e34;
}

h2.arts_head {
  color: #ff7e23;
  letter-spacing: 4px;
  font-weight: 700;
  padding-block: 25px;
  margin-bottom: 0px;
}

p.arts_para {
  color: #dbdbdb;
  font-size: 28px;
  font-family: var(--webfontfamily);
  font-weight: 300;
  line-height: 36px;
}

.city_image img {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #2b2e34;
}

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

section.lectures {
  background-color: #ff7e23;
}

section.lectures p {
  font-size: 25px;
}

.lectures_architecture_container .swiper-button-prev,
.lectures_democracy_container .swiper-button-prev,
.shiksha_container .swiper-button-prev {
  left: 5%;
}

.lectures_architecture_container .swiper-button-next,
.lectures_democracy_container .swiper-button-next,
.shiksha_container .swiper-button-next {
  right: 5%;
}

section.on_eating_container {
  padding-block: 40px;
  padding-inline: 20px;
}

.lectures_architecture_container,
.lectures_architecture_slider .swiper-slide,
.lectures_democracy_container,
.lectures_democracy_slider .swiper-slide,
.on_eating_container {
  background-color: #fff1e6;
}

.lectures_architecture_container,
.lectures_democracy_container,
.shiksha_container,
.beyond_boundaries,
.on_eating_container {
  padding-block: 80px;
}

.lectures_architecture_container h2,
.lectures_democracy_container h2,
.shiksha_container h2 {
  color: #f87f2d;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 500 !important;
}

.lectures_architecture_container h3 {
  color: #2b2e34;
  text-align: left;
}

.lectures_democracy_container h3 {
  color: #2b2e34;
  text-align: left;
}

.lectures_architecture_container p,
.lectures_democracy_container p,
.shiksha_container p {
  text-align: left;
}

.shiksha_container p,
.lectures_democracy_container p,
.lectures_architecture_container p {
  font-size: 17px;
}

/* .lectures_architecture_slider .col-lg-6:last-child,
.lectures_democracy_slider .col-lg-6:last-child,
.beyond_boundaries .col-lg-6:last-child {
  padding-left: 60px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */

.lectures_architecture_slider .col-lg-6:last-child,
.lectures_democracy_slider .col-lg-6:last-child {
  padding-left: 60px !important;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.beyond_boundaries .col-lg-6:last-child {
  padding-left: 60px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shiksha_container .col-lg-6:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lectures_architecture_slider .col-lg-6:last-child .cta-visit,
.lectures_democracy_slider .col-lg-6:last-child .cta-visit,
.beyond_boundaries .col-lg-6:last-child .cta-visit,
.shiksha_container .col-lg-6:first-child {
  margin-bottom: 0 !important;
}

.lectures_architecture_slider .col-lg-6:last-child .cta_visit_button,
.lectures_democracy_slider .col-lg-6:last-child .cta_visit_button,
.beyond_boundaries .col-lg-6:last-child .cta_visit_button,
.shiksha_container .col-lg-6:first-child .cta_visit_button {
  padding-top: 0 !important;
  margin-top: 30px;
}

.lectures_architecture_slider .img_container,
.lectures_democracy_slider .img_container,
.beyond_boundaries .img_container,
.shiksha_container .img_container {
  height: 100%;
}

.lectures_architecture_slider .img_container img,
.lectures_democracy_slider .img_container img,
.beyond_boundaries .img_container img,
.shiksha_container .img_container img {
  height: 100%;
  object-fit: cover;
}

.shiksha_container .col-lg-6:first-child {
  padding-right: 60px !important;
}

.beyond_boundaries {
  background-color: #2b2e35;
}

.beyond_boundaries h2,
.beyond_boundaries p {
  color: white;
}

.read_more img {
  width: 20px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.read_more a {
  color: #f87f2d;
  font-weight: 700;
  text-decoration: none;
  font-family: var(--webfontfamily);
  font-size: 24px;
  margin-top: 1.5rem;
  display: inline-block;
}

.read_more a:hover {
  color: #f87f2d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5rem !important;
  font-family: var(--webfontfamily) !important;
  font-weight: 700 !important;
}

p {
  font-size: 26px;
  font-family: var(--webfontfamily) !important;
  font-weight: 300 !important;
}

.city_text .title h4 {
  /* color: #fff; */
  color: #2b2e34;
  font-size: 18px;
  font-weight: 500 !important;
}

h1.title_bold.story {
  font-size: 32px;
}

p.info_list_para {
  color: #fff;
  font-weight: 400 !important;
}

.lectures img {
  height: 600px;
  object-fit: cover;
  object-position: top center;
}

.city-section.city-sec .city-slider .title p {
  font-weight: 500 !important;
  text-transform: uppercase;
}

.single_event_sec .tag-subject .main_heading h1 {
  font-size: 22.4px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0px !important;
}

.single-events h2.single-date {
  font-size: 26px;
  font-weight: 700;
  color: #8c93a2;
  margin-bottom: 0px !important;
}

.single-events p.discription {
  margin-bottom: 3rem !important;
  margin-top: 1rem !important;
  font-size: 1.4rem;
  color: #2b2e34 !important;
  line-height: 1.9rem;
}

.single-events .event_cta_btn {
  padding: 0px !important;
}

.single-events .event_cta_btn a.cta-btn {
  color: #2b2e34 !important;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border: 4px solid #2b2e34;
  padding: 20px 35px;
  float: left;
  transition: all 600ms ease-out;
  background: unset;
  margin: 30px 0px 40px 0px !important;
}

.single-events .event_cta_btn a.cta-btn:hover {
  background: #2b2e34;
  border-color: #2b2e34;
  color: #eaedf4 !important;
}

.centre_Coor_subhead {
  color: #fff;
  margin-bottom: 0px !important;
}

.centre_coordinate_wrap {
  padding: 100px 0px 25px 0px;
}

.centre_coordinate_inside h2 {
  padding-bottom: 50px;
  margin-bottom: 0px !important;
}

.centre_coordinate_inside ul li {
  margin-bottom: 4px !important;
}

.desc_wraps h5 .para_wraps {
  padding: 40px 0px;
}

.desc_wraps p {
  padding-bottom: 20px;
}

.desc_wraps h5 {
  color: white;
  font-weight: 400 !important;
  margin: 0px !important;
  padding: 40px 0px;
  font-size: 22px;
}

.key_res_wrap h4 {
  color: white;
  margin: 0px !important;
  padding-top: 40px;
}

.key_res_wrap h5 {
  color: white;
  margin: 0px !important;
  padding: 30px 0px;
  font-weight: 400 !important;
}

.centre_coordinate_inside ul {
  margin: 0px !important;
  padding: 30px 0px;
  padding-left: 18px !important;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ff7e23;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #2b2e34;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.button {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(12, 12, 12);
  color: white;
  border: none;
}

.arrow.up {
  transform: rotate(-135deg);
}

.taks_form_wrap {
  background-color: #2b2e34;
}

.form_head {
  color: white;
  padding-bottom: 60px;
  padding-top: 40px;
  text-align: center;
  margin: 0px !important;
  font-weight: 300 !important;
}

.article-section .child-category-section {
  border-bottom: 2px solid #f2933b;
  /* margin-bottom: 15px; */
}

.article-section .row:last-child {
  border-bottom: none !important;
}

#centre_coordinator_form {
  padding-bottom: 75px;
}

#centre_coordinator_form input,
#centre_coordinator_form select {
  width: 100%;
  border: 5px solid #ff7d23;
  background: #ffff;
  outline: none;
  border-radius: 0;
  font-size: 22px;
  padding: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  appearance: none;
}

#centre_coordinator_form input::placeholder {
  color: #000;
}

input#submit_btn {
  background: #ff7d23;
  outline: none;
  border-radius: 0;
  font-size: 24px;
  padding: 33px 100px;
  font-weight: 500;
  color: #2b2e34;
  font-family: var(--webfontfamily);
  border: 5px solid #ff7d23;
  width: unset;
  text-transform: uppercase;
}

input#submit_btn:hover {
  background: #f37824;
  border: 5px solid #f37824;
}

input#resume_file {
  height: 249px;
  padding-top: 50px;
}

.select_category {
  position: relative;
}

.select_category::after {
  content: "";
  position: absolute;
  right: 41px;
  top: 36px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 30.727 30.727' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.994 10.183L15.363 24.812 0.733 10.184c-.977-.978-.977-2.561 0-3.536.977-.977 2.559-.976 3.536 0l11.095 11.093L26.461 6.647c.977-.976 2.559-.976 3.535 0 .977.977.977 2.559 0 3.536z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 20px;
  width: 20px;
}

/* .select_category:focus::after,
.select_category:focus-within::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 14.5C15.4015 14.5005 15.3038 14.4813 15.2128 14.4435C15.1218 14.4057 15.0392 14.3501 14.97 14.28L11.97 11.28L8.96999 14.28C8.82472 14.3502 8.6607 14.3716 8.50227 14.3411C8.34385 14.3107 8.19947 14.23 8.09056 14.111C7.98165 13.9919 7.91402 13.841 7.89771 13.6805C7.88139 13.52 7.91726 13.3585 7.99999 13.22L11.5 9.72001C11.6406 9.57956 11.8312 9.50067 12.03 9.50067C12.2287 9.50067 12.4194 9.57956 12.56 9.72001L16.06 13.22C16.2004 13.3606 16.2793 13.5513 16.2793 13.75C16.2793 13.9488 16.2004 14.1394 16.06 14.28C15.9873 14.3539 15.8998 14.4116 15.8034 14.4495C15.7069 14.4874 15.6035 14.5046 15.5 14.5Z' fill='%23000000'/%3E%3C/svg%3E");
  height: 20px;
  width: 20px;
} */
span#listPrice {
  color: #ff7d23;
  font-weight: 500;
}

/*20-8-2025*/
.list-fellowship li {
  list-style: disc;
  font-family: var(--webfontfamily) !important;
  font-weight: 300 !important;
  font-size: 20px;
}

.publication-content p {
  font-size: 22px;
  text-align: justify;
  display: flex;
  flex-direction: column;
}

.pahal {
  padding-bottom: 80px;
  background: #ecf8ee;
}

/*21-8-2025*/
.pahal p {
  padding-bottom: 20px;
}

.takshila-education-centre {
  padding: 5pc 0pc 3pc !important;
}

.lm a {
  font-size: 20px !important;
}

.fa-solid {
  font-weight: 900;
}

.tag-subject h1.title_bold {
  margin-bottom: 0.5rem !important;
}

a.lim-title {
  color: #ff7d23;
}

a.lim-title:hover {
  color: #000000;
}

.main_timeline_img_content p {
  font-size: 18px;
}

.main_timeline_img_content h2.heading {
  font-size: 30px;
}

.site_title_wrap.news_btn {
  padding-top: 20px;
}

.book-image img {
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px; */
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.5);
}

.results-per-page {
  font-size: 14px;
  color: #333;
}

.results-per-page select {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto;
  line-height: 1.2;
  font-size: 14px;
}

.about_top_section.bottom-about .discription {
  color: #2b2e34;
  font-size: 22px !important;
}

a.footer_social_anchor {
  text-decoration: none !important;
}

span.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;
}

span.footer_social_orange {
  border-radius: 50%;
  border: 3px solid #ff7d23;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 10px;
  padding: 15px;
  font-size: 20px;
  height: 30px;
  width: 30px;
  color: #ff7d23;
}

.footer_social_icons:hover {
  color: #fff;
  /* border: 3px solid #fff; */
}

.footer_social_orange:hover {
  color: #000;
  border: 3px solid #000;
}

h3.book_child_category {
  font-size: 30px;
  font-weight: 600;
}

h4.book_title {
  font-size: 24px;
  color: #5f6164;
}

.book_content p {
  font-size: 18px;
  font-weight: 400;
  color: #2b2e34;
  line-height: 32px;
}

.parent-category-description p {
  font-size: 23px;
  margin-bottom: 0px !important;
}

.copyright {
  align-items: end !important;
}

.accord_plus {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accord_plus::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: -4px;
  top: -32px;
  font-size: 39px;
}

.accord_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #ff7e23;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  color: white;
  margin-bottom: 20px;
  transition: all 0.2s linear;
  cursor: pointer;
}

.accord_wrap:hover {
  background: #8d8d8d;
}

.accord_wrap .parent-category-title {
  margin: 0px !important;
  padding: 15px 20px;
  font-size: 24px;
  color: white;
}

.show {
  display: block;
  transition: all 0.6s linear;
  height: auto !important;
}

.hide {
  height: 0px;
  overflow: hidden;
  transition: all 0.6s linear;
}

.downarrow {
  rotate: 180deg;
}

.downarrow::after {
  content: "\2212";
  font-size: 2rem;
  position: absolute;
  right: -21px;
  top: -32px;
  font-size: 39px;
}

p.no_events {
  font-size: 30px;
  font-weight: 500 !important;
}

.wpcf7-response-output {
  color: #ffffff !important;
  border-color: #ff7d23 !important;
}

/* 23-9-2025 */
.reset-btn {
  font-size: 20px !important;
  background-color: #000;
  border: none;
  color: white;
  padding: 6px 25px;
  display: inline;
}

.ui-datepicker-calendar {
  display: none;
}

#date::placeholder {
  color: #2b2e34;
}

.ui-datepicker-current {
  display: none;
}

.takshila_search {
  padding: 60px 0px;
}

h1.search_head {
  font-family: var(--webfontfamily) !important;
  font-weight: 700 !important;
  color: #ff7d23;
  padding-bottom: 10px;
  font-size: 29px;
  letter-spacing: 5px;
  margin-bottom: 0px !important;
  text-transform: capitalize;
}

/* 404 Page Not Found */
.error_head {
  font-family: var(--webfontfamily) !important;
  font-weight: 700 !important;
  color: #ff7d23;
  padding-bottom: 10px;
  font-size: 29px;
  letter-spacing: 5px;
  margin-bottom: 0px !important;
  text-transform: capitalize;
}

.error_btn {
  font-family: var(--webfontfamily);
  color: #000 !important;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 50px;
  transition: all 600ms ease-out;
  background: #febb86;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .error_head {
    font-size: 30px;
  }
}

.not_listed_books_on_amazon p {
  font-size: 16px;
  font-weight: 400;
  color: #2b2e34;
  line-height: 32px;
  font-style: italic;
}

.not_listed_books_on_amazon p a {
  color: #ff7d23;
  font-weight: 600;
}

.partnership_slider a {
  text-decoration: none;
}

/* fellowship css */

section.fellowship_bredcum {
  height: 175px;
  max-height: 100%;
  display: flex;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

section.fellowship_bredcum h1 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.fellowship-page .accord_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #ff7e23;
  color: white;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.fellowship-page .accord_wrap:hover {
  background: #8d8d8d;
}

.fellowship-page .parent-category-title {
  margin: 0;
  padding: 15px 20px;
  font-size: 24px;
  color: white;
}

/* ICON */
.fellowship-page .accord_plus {
  position: absolute;
  right: 20px;
  top: 50%;
  /* transform: translateY(-50%); */
}

.fellowship-page .accord_plus::after {
  content: "\002B";
  /* + */
  font-size: 32px;
  transition: 0.2s;
}

.fellowship-page .accord_plus.fellowship_downarrow::after {
  content: "\2212";
  /* − */
}

/* CONTENT */
.fellowship-page .fellowship-block {
  overflow: hidden;
  transition: all 0.3s ease;
}

.fellowship-page .hide {
  display: none;
}

.fellowship-page .fellowship-block:not(.hide) {
  height: auto;
  padding: 15px;
}

/* IMAGE */
.fellowship-page .post-thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.parivartan_movement h2,
.ektara_imagination h2 {
  font-size: 30px;
}

.contact-deatils p {
  font-size: 16px;
  color: #2b2e34;
  padding-bottom: 0px;
  padding-left: 48px;
  margin-bottom: 1rem !important;
  font-weight: 400 !important;
}

.contact-deatils p a {
  color: #2b2e34 !important;
  text-decoration: none;
}

.map-sec {
  margin-left: 48px;
  border: solid 1px #000;
  overflow: hidden;
}

.job-info {
  height: 100%;
  padding-left: 5rem;
  padding-right: 0px !important;
}

.job-info .main_heading h1 {
  font-size: 30px;
  line-height: 1.1;
  /* margin-bottom: 0px !important; */
  font-family: var(--webfontfamily) !important;
  font-weight: 700 !important;
}

.job_cta_btn a.cta-btn {
  color: #2b2e34 !important;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border: 4px solid #2b2e34;
  padding: 20px 35px;
  float: left;
  transition: all 600ms ease-out;
  background: unset;
  margin: 0px 0px 40px 0px !important;
  color: #2b2e34;
}

.job_cta_btn a.cta-btn:hover {
  background: #2b2e34;
  border-color: #2b2e34;
  color: #eaedf4 !important;
}

.about_the_job {
  padding: 2rem 0 !important;
}

.about_the_job h1.site_title {
  font-size: 24px;
  padding: 0px;
  margin: 0px;
  cursor: text;
}

.job-content p {
  font-size: 22px;
  color: #2b2e34;
  line-height: 32px;
  text-decoration: none;
}

.all-jobs h3 {
  font-size: 24px;
  padding: 0px;
  margin: 0px;
}

.job-item a {
  text-decoration: none;
}

.job-item h4 {
  font-size: 21.4px;
  margin-bottom: 0px !important;
  margin-top: 1.1rem !important;
}

.job-item h4:hover {
  color: #ff7d23;
}

section.job-single-wrap {
  padding-top: 100px !important;
}

.job-hidden {
  display: none;
}

.short-content {
  max-height: 350px;
  overflow: hidden;
  transition: .4s;
}

.short-content.expanded {
  max-height: 10000px;
}

.read-more-btn {
  margin: 0px;
  border: none;
  padding: 9px 0px;
  background: transparent;
  font-weight: 400;
  font-size: 20px;
  color: #2b2e34;
  font-family: var(--webfontfamily) !important;
}

.read-more-btn:hover {
  color: #ff7d23;
}

#job_pagination {
  margin-top: 50px;
}

#job_pagination .custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

#job_pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 56px;
  padding: 0 20px;
  margin: 0 5px;
  background: #f7c08e;
  color: #000;
  text-decoration: none;
  border: 1px solid #f7c08e;
  font-size: 18px;
  transition: all .3s ease;
}

#job_pagination .page-numbers.current {
  background: #fff;
  border-color: #f7c08e;
}

#job_pagination .page-numbers:hover {
  text-decoration: none;
}

#job_pagination .prev,
#job_pagination .next {
  min-width: 130px;
}

.single-line {
  background: #9a9b9f;
  height: 2px;
}

#takshila_newsletter .sib_msg_disp {
  position: absolute;
  bottom: -50px;
}

#takshila_newsletter input[type=email] {
  direction: ltr;
  background: none !important;
  border: 3px solid #000 !important;
  border-radius: 0 !important;
  color: #28303d !important;
  line-height: 1.7 !important;
  padding: 10px !important;
  margin: 0 2px !important;
  max-width: 100% !important;
  height: 90px !important;
}

input.input-group-text {
  background: #2b2e34 !important;
  border: 3px solid #2b2e34 !important;
  height: 90px;
  outline: none;
  color: #fff !important;
}

input.input-group-text:hover {
  background: #fff0 !important;
  color: #2b2e34 !important;
}

#takshila_newsletter input[type=email]::placeholder {
  font-size: 17px;
  font-weight: 400;
}

form#sib_signup_form_1 p.sib-alert-message {
  font-size: 15px !important;
}

.job-single-wrap .tag {
  font-size: 22px;
}

.posterlady {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.posterlady img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}