body {
    position: absolute;
    width: 100%;
}
.selectdiv {
    position: relative;
    float: left;
  }
  
  .selectdiv:after {
    content: '\f0d7';
    font: normal normal normal 23px/1 FontAwesome;
    color: #dd2200;
    right: 8px;
    top: 8px;
    position: absolute;
  }
  
  /* IE11 hide native button (thanks Matt!) */
  select {
    -webkit-appearance: none;
  }
  .arrow-img{
    width:10px;
  }
  .arrow-img-big{
    width:17px;
  }
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: all 0.5s ease-out;
  }
.row{
    margin-left:0px;
    margin-right:0px;
}
.navbar-light .navbar-toggler{
    border-color: rgba(0,0,0,0);
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 400;
}
.navbar{
    box-shadow: 0px 3px 20px #00000029;
}
.social-media {
    background-color: #CB3E00;
    padding: 0.5rem;
}
iframe{
    width:100%;
}
.social-media-icons {
    gap: 3rem;
    display: flex;
    justify-content: end;
    width: 95%;
}

.social-media-icons i {
    color: #ffffff;
}

.navbar-brand {
    color: #B41806 !important;
    font-size: 24px;
    padding: 0 1rem;
}

.navbar-nav {
    gap: 1.5rem;
    display: flex;
    font-size: 18px;
}

.nav-item .active {
    background-color: #C49600;
    color: #ffffff !important;
    padding: 1rem !important;
}

.nav-item .nav-link {
    padding: 1rem;
}

.counter-background{
    background-image: url(../../assets/images/counter.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 181px;

}
.counter-text{
    position: relative;
}
.counter-number-1{
    position: absolute;
    left: 50%;
    transform: translate(-600%, 65%);
    text-align: center;
}
.counter-number-2{
    position: absolute;
    left: 50%;
    transform: translate(-40%, 65%);
    text-align: center;
}
.counter-number-3{
    position: absolute;
    left: 50%;
    transform: translate(250%, 65%);
    text-align: center;
}
.numbers-counter-1{
    font-size:31px;
    color:#dd2200;
    transform: translate(0%, -15%);
}
.numbers-counter-2{
    font-size:31px;
    color:#8b6de7;
    transform: translate(0%, -15%);
}
.numbers-counter-3{
    font-size:31px;
    color:#79dc3f;
    transform: translate(0%, -15%);
}
.counter-names{
    font-size:17px;
}
.counter-background{
    position: relative;
}
/* CAROUSEL */
.carousel-indicators [data-bs-target] {
    height: 5px !important;
    width: 20px !important
}

/* akhil-bharatiy-natya-parishadevishayee */

.abnp {
    margin: 4rem 0;
}

.abnp h3 {
    font-size: 40px !important;
    padding: 0 0 1rem 8rem;
    width: 80%;
}

.info-about-natyaparishad {
    background-color: #C49600;
    padding: 1.5rem 2rem 1rem 8rem;
    text-align: left;
    color: #ffffff;
}

.natyaparishad-info {
    font-size: 13px !important;
}

/* SHAKHA */
.karyarat-shakha {
    margin: 4rem 0;
}

.karyarat-shakha h3 {
    font-size: 40px !important;
    padding: 0 0 1rem 8rem;
}

.shakha-main {
    display: flex;
    flex-direction: row;
    text-align: center;
    gap: 0.5rem;
    justify-content: center;
}

.shakha {
    width: 20%;
    height: auto;
}

.shakha-mumbai h3 {
    padding: 0.7rem;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px !important;
    background-color: #CB3E00;
}

.shakha-pune h3 {
    padding: 0.7rem;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px !important;
    background-color: #C49600;
}

.shakha-nagpur h3 {
    padding: 0.7rem;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px !important;
    background-color: #CB3E00;
}

.shakha-aurangabad h3 {
    padding: 0.7rem;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px !important;
    background-color: #C49600;
}

.shakha-nashik h3 {
    padding: 0.7rem;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px !important;
    background-color: #CB3E00;
}

.shakha-mumbai {
    background-image: url(../../assets/images/mumbai.png);
    background-position: center;
    width: 18%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

.shakha-numbers-mumbai:after {
    content: "";
    border-right: 110px solid transparent;
    border-bottom: 110px solid #dd2200;
    left: 0%;
    position: absolute;
    bottom: 0;
}

.shakha-pune {
    background-image: url(../../assets/images/pune.png);
    background-position: center;
    width: 18%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

.shakha-numbers-pune:after {
    content: "";
    border-right: 110px solid transparent;
    border-bottom: 110px solid #C49600;
    left: 0%;
    position: absolute;
    bottom: 0;
}

.shakha-nagpur {
    background-image: url(../../assets/images/nagpur.png);
    background-position: center;
    width: 18%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

.shakha-nagpur:after {
    content: "";
    border-right: 110px solid transparent;
    border-bottom: 110px solid #dd2200;
    left: 0%;
    position: absolute;
    bottom: 0;
}

.shakha-aurangabad {
    background-image: url(../../assets/images/aurangabad.png);
    background-position: center;
    width: 18%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

.shakha-aurangabad:after {
    content: "";
    border-right: 110px solid transparent;
    border-bottom: 110px solid #C49600;
    left: 0%;
    position: absolute;
    bottom: 0;
}

.shakha-nashik {
    background-image: url(../../assets/images/nashik.png);
    background-position: center;
    width: 18%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

.shakha-nashik:after {
    content: "";
    border-right: 110px solid transparent;
    border-bottom: 110px solid #dd2200;
    left: 0%;
    position: absolute;
    bottom: 0;
}

/* .shakha-numbers-nashik:before {
    content: "\f062";
    left: 5%;
    position: absolute;
    bottom: 3%;
    z-index: 9;
    font: normal normal normal 20px FontAwesome;
    rotate: 30deg;
} */

.shakha-main h4 {
    font-size: 70px !important;
}

.shakha-main .name-shakha {
    font-size: 30px;
}

.shakha-numbers {
    color: #ffffff;
    justify-content: center;
    height: 80%;
    align-items: center;
    display: flex;
    flex-direction: column;
}


/* ADHYAKSHANCHE MANOGAT */
.info-about-natyaparishad h4{
    font-size: 30px;
    padding-bottom: 10px;
}

.adhyakshanche-manogat-info {
    background-color:#a57402;
    display: flex;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.photo-adhyaksha{
    width: 84%;
    max-width: 420px;
    min-width: 250px;
    margin-top: -5rem;
}
.info-about-manogat{
    color: #ffffff;
    padding: 2.5rem;
    text-align: start;
    font-size: 13px;
}
.adhyakshanche-manogat h3{
    padding: 1rem 2rem;
    font-size: 40px;
}
.right-photo{
    height: 83.2%;
    margin-top: 5.5rem;
    width: 100%;
    border-bottom: 3px solid #ffffff;
}
.photo-adhyaksha p{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    padding-top: 1rem;
}

/* mandal-sadasya */

.mandal-sadasya{
    background-color:#CB3E00;
    margin-top: -3.5rem;
}
.rec-1{
    border: 0.5px solid #ffffff;
    width: 60px;
    height: 60px;
    opacity: 0.5;
}
.text-rec p{
    rotate: 270deg;
}
.text-rec{
    /* display: flex;
    font-size: 34px;
    color: #ffffff;
    left: 4rem;
    position: relative; */
    display: flex;
    font-size: 47px;
    color: #ffffff;
    left: 4rem;
    position: relative;
    margin-top: -33px;
}
.blog-1 h3{
    background-color: #9E3405;
    padding: 1rem 6rem;
    color: #ffffff;
    width: 88%;
}
.blogs .blog-2{
    width:59% !important;
    margin-left: -4rem;
    z-index: -1;
}
.blogs .blog-1{
    width:45% !important;
}
.info-batmya{
    background-image:url('../../assets/images/blogs-left.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 16px solid #f6f2e6;
}
.batamya-all{
    padding: 4rem 4rem 4rem 6rem;
}

.adhik-vacha{
    position: relative;
}
.batamya-all .adhik-vacha .fa-arrow-up{
    content: "\f062";
    left: 1.2%;
    position: absolute;
    z-index: 9;
    font: normal normal normal 13px FontAwesome;
    rotate: 30deg;
    color: #df0604;
    padding: 0.2rem;
}
.image-batamya{
    width:150px;
}
.row-1{
    display: flex;
    position: relative;
}
.row-1 p{
    padding: 0rem 0 0 3rem;
    font-size: 17px;
    color: #ffffff;
    text-decoration: underline;
}
.blog-1 .row-1-arrow{
    float: right;
    background-color: #ffffff;
    padding: 0;
    width: 19px;
    height: 19px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.blog-1 .row-1-arrow .fa-arrow-up{
    rotate: 30deg;
    color: #df0604;
    font-size: 14px;
}
.blog-2 .row-1-arrow{
    float: right;
    background-color: #ffffff;
    padding: 0;
    width: 19px;
    height: 19px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.blog-2 .row-1-arrow .fa-arrow-up{
    rotate: 30deg;
    color: #df0604;
    font-size: 14px;
}
.blog-2 .row-1 .information-1{
    width: 53%;
}

.row-2{
    display: flex;
    position: relative;
}
.row-2 p{
    padding: 0rem 3rem;
    font-size: 17px;
    color: #ffffff;
    text-decoration: underline;
}
.karyakram-images-all{
    width:355px;
}
.row-3 p{
    background-color: #ffffff;
    width: 25%;
    text-align: center;
    font-size: 14px;
}
.info-blogs{
    background-image:url('../../assets/images/blogs-right.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-2 h3{
    background-color: #A57E00;
    padding: 0.7rem 5rem;
    color: #ffffff;
    margin-top: 0.6rem;
    width: 93.7%;
    float: right;
}
.name-shakha-icon-arrow{
    bottom: -10px;
    position: absolute;
    left: 12px;
    z-index: 9;
    font-size: 20px;
}
.name-shakha-icon-arrow .fa-arrow-up{
    rotate: 30deg;
    color:#ffffff;
}
.info-blogs .row-3 p{
    background-color: #ffffff;
    width: 18%;
    text-align: center;
    font-size: 14px;
}
/* .mandal-sadasya .col-md-2{
    padding: 5rem 0rem 2.5rem 1rem;
} */
.mandal-sadasya .col-md-3{
    padding: 5rem 0rem 2.5rem 1rem;
    width:20%;
}
/* .mandal-sadasya .col-md-10{
    padding: 9rem 1rem 2.5rem;
} */
.mandal-sadasya .col-md-9{
    padding: 9rem 1rem 2.5rem;
}
.mandal{
    width:30%;
    text-align: center;

}
.icons-lines{
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}
.icons-lines:after{
    content:"";
    position: absolute;
    border: 1px solid #ffffff;
    width: 100px;
    height: 100px;
    opacity: 0.5;
}
.icons-lines:before{
    content:"";
    position: absolute;
    border: 1px solid #ffffff;
    width: 90px;
    height: 90px;
    opacity: 0.5;
}
.icons-lines img{
    width:60px;
    height:60px;
}
.table-header{
    background-color: #ca9800;
    color: #ffffff;
}
.mandal-icos{
    height: 120px;
}
.mandal-name p{
    border: 1px solid #ffffff;
    padding: 1rem;
    font-size: 24px;
    color: #ffffff;
    height: 100px;
}
.mandal-link p{
    font-size: 14px;
    background-color: #ffffff;
    width: 40%;
    margin: auto;
    color: #dd2200;
}
.vishawast-mandal h3{
    background-color: #d19a00;
    padding: 7px;
    color: #ffffff;
}
.karyakari-sadasya h3{
    margin:auto;
}
.sahakaryavah h3{
    margin:auto;
}
.vishavast h3{
    margin:auto;
}
.padasiddha-vishavast h3{
    margin:auto;
}
th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
a{
    text-decoration: none;
}
.blog-1 .adhik-vacha a{
    color: #dd2200;
}
.blog-2 .adhik-vacha a{
    color: #C49600;
}
.blog-2 .fa-arrow-up{
    color: #C49600 !important;
}
.vertical{
    border-left: 1px solid #ffffff;
    height: 40px;
    position: absolute;
    bottom: -3.7rem;
    opacity: 0.5;
}
.vishawastha-mandal{
    gap: 3%;
}
/* samajik-upakram */

.samajik-upakram h3{
    padding: 3rem 6rem;
    font-size: 40px;
}
.samajik-upakram-1{
    background-color: #CB3E00;
    clip-path: polygon(0 0, 69% 1%, 100% 100%, 0% 100%);
    width: 22%;
    height: 170px;
    
}
.samajik-upakram-2{
    background-color: #CB3E00;
    clip-path: polygon(0 0, 71% 0, 92% 100%, 26% 100%);
    width: 27%;
    height: 170px;
    background-image: url(../../assets/images/samajik-upakram-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -5%;
}
.samajik-upakram-3{
    background-color: #CB3E00;
    clip-path: polygon(0 0, 71% 0, 92% 100%, 21% 100%);
    width: 27%;
    height: 170px;
    background-image: url(../../assets/images/samajik-upakram-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -6%;
}
.samajik-upakram-4{
    background-color: #CB3E00;
    clip-path: polygon(0 0, 71% 0, 92% 100%, 21% 100%);
    width: 27%;
    height: 170px;
    background-image: url(../../assets/images/samajik-upakram-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -6%;
}
.samajik-upakram-5{
    background-color: #C49600;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 26% 100%);
    width: 22.5%;
    height: 170px;
    margin-left: -6%;
}

.samajik-upakram-text p{
    font-size: 24px;
    color: #ffffff;
    padding: 1rem 3rem;
    z-index: 9;
    position: relative;
}
.samajik-upakram-2{
    position: relative;   
    /* width: 25%;    */
    height: auto; 
    overflow: hidden;
}
.samajik-upakram-2 .overlay{
    opacity: 0.9;  
}
.samajik-upakram-2:hover .overlay{
    top:100%;
    height:100%;
}
.overlay{
    position: absolute;   
    transition: 0.5s ease;   
    height: 100%;
    width: 100%;   
    top: 0%;  
    background-color: #CB3E00;   
    opacity: 0; 
    overflow: hidden; 
}
.samajik-upakram-mobile{
    display:none;
}
.samajik-upakram-3{
    position: relative;   
    /* width: 25%;    */
    height: auto; 
    overflow: hidden;
}
.samajik-upakram-3 .overlay-3{
    opacity: 0.9;  
}
.samajik-upakram-3:hover .overlay-3{
    top:100%;
    height:100%;
}
.overlay-3{
    position: absolute;   
    transition: 0.5s ease;   
    height: 100%;
    width: 100%;   
    top: 0%;   
    background-color: #C49600;   
    opacity: 0;  
}

.samajik-upakram-4{
    position: relative;   
    /* width: 25%;    */
    height: auto;
    overflow: hidden; 
}
.samajik-upakram-4 .overlay-4{
    opacity: 0.9;  
}
.samajik-upakram-4:hover .overlay-4{
    top:100%;
    height:100%;
}
.overlay-4{
    position: absolute;   
    transition: 0.5s ease;   
    height: 100%;
    width: 100%;   
    top: 0%;   
    background-color: #CB3E00;   
    opacity: 0;  
}
/* natyaparishadetil-sarvotkrushya */

.natyaparishadetil-sarvotkrushya h3{
    padding: 3rem 6rem;
    font-size: 40px;
}
.natyaparishadetil-sarvotkrushya .col-md-2{
    background-color: #D4D4D4;
}

.natak-1 h2{
    font-size: 13px;
    line-height: 32px;
    margin: 20px auto;
    z-index: auto;
    cursor: default;
    color: #ffffff; 
  }
  .natak-1 h2:before, 
  .natak-1 h2:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
  }
  .natak-1 .ribbon {
    background-color: #dd2200;
    position: relative;
    width: 80%;
    border:1px solid #ffffff;
  }
  .natak-1 .ribbon:before, 
  .natak-1 .ribbon:after {
    position: absolute;
    top: 13px;
    z-index: -100;
  }
  .natak-1 .ribbon:before {
    border-color: #dd2200 #dd2200 #dd2200 transparent;
    left: -21px;
    border-width: 17px;
  }
  .natak-1 .ribbon:after {
    border-color: #dd2200 transparent #dd2200 #dd2200;
    right: -21px;
    border-width: 17px;
  }


  .natak-2 h2{
    font-size: 13px;
    line-height: 32px;
    margin: 20px auto;
    z-index: auto;
    cursor: default;
    color: #ffffff; 
  }
  .natak-2 h2:before, 
  .natak-2 h2:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
  }
  .natak-2 .ribbon {
    background-color: #ca9800;
    position: relative;
    width: 80%;
    border:1px solid #ffffff;
  }
  .natak-2 .ribbon:before, 
  .natak-2 .ribbon:after {
    position: absolute;
    top: 13px;
    z-index: -100;
  }
  .natak-2 .ribbon:before {
    border-color: #ca9800 #ca9800 #ca9800 transparent;
    left: -21px;
    border-width: 17px;
  }
  .natak-2 .ribbon:after {
    border-color: #ca9800 transparent #ca9800 #ca9800;
    right: -21px;
    border-width: 17px;
  }



.natyaparishadetil-sarvotkrushya .col-md-3{
    width: 19%;
}
.natyaparishadetil-sarvotkrushya .col-md-8 .row{
    gap: 3rem;
    justify-content: center;
}
.shakha-more-info{
    width: 100%;
    display: flex;
    position: relative;
}
.shakha-heading-main{
    width: 50%;
}
.more-information-shakha{
    width: 50%;
}
.shakha-more-info .natak-adhik-vacha{
    background-color: #f30000;
    right: 50px;
    position: absolute;
}
.shakha-more-info .natak-adhik-vacha p{
    margin-bottom: 0px;
}
.natak-adhik-vacha{
    width: 8%;
    margin: auto;
    background-color: #f30000;
}
.natak-adhik-vacha p{
    padding: 3px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.natak-adhik-vacha .fa-arrow-up{
    rotate: 30deg;
}
.mandal-link{
    color: #dd2200;
}
.mandal-link .fa-arrow-up{
    rotate: 30deg;
}
.manogat p{
    background-color: #ffffff;
    color: #dd2200;
    width: 4%;
    justify-content: center;
    display: flex;
    padding: 4px;
}

.manogat .fa-arrow-up{
    rotate: 30deg;
}
.upakram-all .fa-arrow-up{
    rotate: 30deg;
    font-size: 16px;
}
.upakram-all p{
    background-color: #ffffff;
    color: #dd2200;
    width: 6%;
    display: flex;
    padding: 7px;
    justify-content: center;
    transform: translate(-370%, 51px);
    left: 50%;
}
/* FOOTER */

.bottom {
    background-color: #C49600;
}

.bottom .first-row {
    padding: 3rem 5rem 1rem;
    color: #ffffff;
}

.bottom .brand-name a {
    color: #ffffff;
    text-decoration: none;
    font-size: 40px;
}

.bottom a {
    color: #ffffff;
    text-decoration: none;
}

.tel {
    margin-top: 3rem;
}

.bottom ul {
    line-height: 2 !important;
    padding-left: 0rem !important;
    list-style-type: none;
}

.bottom .bottom-row {
    background-color: #b50404;
}

.bottom .rights-text {
    margin: 0.5rem;
    color: #ffffff;
    font-size: 14px !important;
}


.main-heading-batamya h3{
    padding: 3rem 6rem;
    font-size: 40px;
}

.photo-adhyaksha-mobile{
    display:none;
}

.blogs-heading-mobile{
    display:none;
}
.mobile-image-only{
    display:none;
}
.karyarat-shakha-mobile{
    display:none;
}


/* MUMBAI */

.mumbai h3{
    font-size: 40px;
}
.mumbai-heading{
    padding: 1rem 6rem;
}
.mumbai .etar-shakha{
    justify-content: end;
    display: flex;
    padding: 1rem 6rem;
    font-size: 20px;
    align-self: center;
}
#shakhas-name{
    /* padding: 0.2rem 0.5rem; */
    padding: 0.2rem 4rem 0rem 0.6rem;
}
.all-natya-shakha .puraskrar{
    background-color:#CB3E00;
}
.all-natya-shakha .natya-shakha{
    /* background-color:#e2e2e2; */
    background-image:url('../../assets/images/mumbai-rangayatan.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.all-natya-shakha .natya-mandir{
    font-size: 23px;
    padding: 3rem;
    line-height: 3;
    color: #ffffff;
    text-decoration: underline;
}
.manogat-adhyakshanche-right{
    background-image:url('../../assets/images/adhyakshanche-manogat-right-side.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 300px; */
}
.manogat-adhyakshanche-mumbai .col-md-10{
    background-color:#ac7400;
    color: #ffffff;
}
.adhyakshanche-manogat .col-md-3 img{
    height: 85%;
    width: 100%;
}
.adhyaksha-para{
    font-size:14px;
    padding: 3rem 1rem 1rem 6rem;
    text-align: justify;
}
.adhyaksha-info{
    font-size:20px;
    padding: 3rem;
}
.manogat-adhyakshanche-mumbai .user-image{
    margin-top: -2rem;
}
.manogat-adhyakshanche-mumbai h3{
    padding: 3rem 6rem;
    font-size: 40px;
}
.adhyaksha p{
        margin-bottom: 0;
}
.adhyaksha{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.adhyaksha .icons-fa{
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.adhyaksha .fa-arrow-up{
    color: #dd2200;
    rotate: 30deg;
    font-size: 16px;
}
.karyakram .background-color-grey{
    background-color:#C5C3C3;
}
.images-all-karyakram{
    display:flex;
    height:100%;
}
.images-all-karyakram .img-2-3{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 7px;
    overflow: hidden;
}
.karyakram-right-side .carousel-item p{
    -webkit-line-clamp: 3;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.karyakram-right-side{
    background-color:#CB3E00;
    color:#ffffff;
    padding: 1rem 2rem;
}
.karyakram-right-side h3{
    font-size: 40px;
    padding: 0 0 0.4rem 0;
}
.karyakram-right-side p{
    font-size:14px !important;
}
.carousel-control-prev {
    position: absolute;
    transform: translate(533%, -172%);
    left: 50%;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
}
.carousel-control-prev:after{
    content: "\f060";
    position: absolute;
    z-index: 99999999;
    font-family: 'FontAwesome';
    color: #CB3E00;
}
.carousel-control-next{
    position: absolute;
    transform: translate(693%, -172%);
    left: 50%;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
}
.carousel-control-next:after{
    content: "\f061";
    position: absolute;
    z-index: 99999999;
    font-family: 'FontAwesome';
    color: #CB3E00;
}
.karyakram-adhik-vacha{
    background-color: #ffffff;
    width: 60%;
    text-align: center;
    font-size: 14px;
}
.karyakram-adhik-vacha .fa-arrow-up{
    rotate:30deg;
}
.karyakram-adhik-vacha a{
    color: #dd2200;
    text-decoration: none !important;
}
.karyakram .img-1{
    position: relative;
    overflow: hidden;
}
.karyakram .img-1 p{
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
    z-index: 9;
}
.img-1 .overlay-karyakram-1{
    opacity: 0.5;
}
.overlay-karyakram-1{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    background-color: #000000;
    transition: .5s ease;
    overflow: hidden;
}
.img-1:hover .overlay-karyakram-1 {
    top: 100%;
    height:100%;
  }

  .img-2-1 .overlay-karyakram-2{
    opacity: 0.5;
}
.overlay-karyakram-2{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    background-color: #000000;
    transition: .5s ease;
    overflow: hidden;
}
.img-2-1:hover .overlay-karyakram-2 {
    top: 100%;
    height:100%;
  }

  .img-2-2 .overlay-karyakram-3{
    opacity: 0.5;
}
.overlay-karyakram-3{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    background-color: #000000;
    transition: .5s ease;
    overflow: hidden;
}
.img-2-2:hover .overlay-karyakram-3 {
    top: 100%;
    height:100%;
  }
/* .karyakram .img-2-3{
    position: relative;
} */
.karyakram .img-2-3 p{
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
    z-index: 9;
}
/* .natya-mandir p:after{
    content:"";
    position:absolute;
    width:60%;
    border-bottom:1px solid #ffffff;
} */
.batamya-all-mumbai{
    padding: 2rem 4rem 1rem 3rem;
}
.batamya-all-mumbai .image-batamya{
    width: 130px;
}
hr{
    color:#ffffff;
    height: 1px;
        opacity: 1;
}
.batamya-all-mumbai a{
    color: #f50000;
    text-decoration: none;
}
.puraskrar h3{
    padding: 1.5rem 0rem 0rem 3rem;
    color: #ffffff;
    font-size: 40px;
}
.batamya-all-mumbai .row-1-arrow{
    float: right;
    background-color: #ffffff;
    padding: 0;
    width: 19px;
    height: 19px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.batamya-all-mumbai .fa-arrow-up{
    rotate: 30deg;
    color: #df0604;
    font-size: 14px;
}
.batamya-all-mumbai .information-1{
    width: 63%;
}
.img-shadow{
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.25);
    border: 3px solid #ca9800;
    border-radius: 15px;
}
.vishawast-mandal .col-md-3{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.tahahayat-vishawast{
    gap:10rem;
}
.sahakaryavah{
    gap:3rem;
}
@media(max-width:991.9px){
    .counter-text{
        font-size: 25px;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 1rem;
        gap: 10px;
        transform: inherit;
    }
    .counter-number-1{

        /* width: 50%;
        border: 2px dashed #000000;
        transform: inherit;
        position: unset; */
        /* border: 2px dashed #000000;
    position: absolute;
    left: 50%;
    transform: translate(-261%, 65%);
    text-align: center; */
    border: 2px dashed #000000;
    position: unset;
    transform: inherit;
    text-align: center;
    padding: 10px;
    width: 30%;
    }
    .counter-number-2{

        /* width: 50%;
        border: 2px dashed #000000;
        transform: inherit;
        position: unset; */
        /* border: 2px dashed #000000;
        position: absolute;
        left: 50%;
        transform: translate(-47%, 65%);
        text-align: center; */
        border: 2px dashed #000000;
        position: unset;
        transform: inherit;
        text-align: center;
        padding: 10px;
    width: 30%;
       
   
    }
    .counter-number-3{
    border: 2px dashed #000000;
    position: unset;
    transform: inherit;
    text-align: center;
    padding: 10px;
    width: 35%;
    

    }
    .counter-background{
        background-image: none !important;
    }
}
@media(max-width:767.9px) {
    .tahahayat-vishawast{
        gap:2rem !important;
    }
    .counter{
        padding-top:2rem;
    }
    .abnp{
        margin-top:1rem;
    }
    .karyakram-slider-text{
        padding-top:1rem;
    }
    .mandal-sadasya .col-md-3{
        width:100%;
        padding: 5rem 0rem 0rem 1rem;
    }
    .mandal-sadasya .col-md-9{
        padding: 3rem 1rem 2.5rem;
    }
    
    .mumbai .etar-shakha{
        padding: 1rem 2rem;
    }
    .mumbai-heading{
        padding: 1rem 2rem;
    }
    .manogat-adhyakshanche-mumbai h3{
        padding: 3rem 4rem;
    }
    .images-all-karyakram{
         padding: 0;
         margin-bottom: 1.5rem;
    }
    .img-2-3{
        padding: 0 !important;
    }
    .batamya-all-mumbai{
        padding:0rem;
    }
    .adhyaksha-para{
        padding: 2rem;
    }
    .karyarat-shakha-mobile h3{
        font-size: 28px !important;
        padding: 1rem;
        text-align: center;
    }
    .shakha-more-info .natak-adhik-vacha{
        right: 15px;
    }
    .karyarat-shakha-mobile .shakha-main{
        display: block;
    }
    .karyarat-shakha{
        display:none;
    }
    .karyarat-shakha-mobile{
        display:block;
    }
    .blogs-heading-mobile{
        display: block;
        background-color: #A57E00;
        padding: 1rem;
        color: #ffffff;
        margin-top: 1rem;
        width: 100%;
        float: right;
        text-align: center;
    }
    .samajik-upakram h3{
        font-size: 32px;
    }
    .blogs-heading{
        display:none; 
    }
    .karyarat-shakha h3{
        font-size: 32px !important;
        padding: 1rem;
        text-align: center;
    }
    .adhyakshanche-manogat-info{
        border-left: 0px solid #ffffff;
    }
    .adhyakshanche-manogat .col-md-7{
        padding-left: 0rem!important;
    }
    .mandal-sadasya .col-md-10{
        padding: 2rem 1rem 2.5rem;
    }
    .text-rec p{
        rotate: 0deg;
    }
    .rec{
        display: none;
    }
    .mandal-sadasya .col-md-2{
        padding: 5rem 0rem 0rem 0rem;
    justify-content: center;
    }
    .text-rec{
        left: 0;
    }
    .adhyakshanche-manogat .col-md-3{
        display: none;
    }
    .adhyakshanche-manogat .col-md-2{
        display: none;
    }
    .mandal-sadasya{
        margin-top: 4rem;
    }
    .photo-adhyaksha{
        display: none;
    }
    .photo-adhyaksha-mobile{
        display:block;
        width: 150px;
        margin: auto;
    }
    .photo-adhyaksha-mobile p{
        font-size: 18px;
    text-align: center;
    padding-top: 0.5rem;
    }
    .adhyakshanche-manogat h3{
        padding: 5rem 1rem 1rem;
        font-size: 32px;
        text-align: center;
    }
    .manogat p{
        width: 6%;
    }
    .abnp .images-only{
        display:none;
    }
    
    .vishawastha-mandal{
        flex-direction: column;
    }
    .mandal{
        width: 100%;
        margin-bottom: 4rem;
    }
    .blog-2 .row-1 .information-1{
        width: 100%;
    }
    .blog-2 .row-1-arrow{
        float: none;
        margin: auto;
        padding: 0rem 0rem !important;
    }
    .blog-1 .row-1 .information-1{
        width: 100%;
    }
    .blog-1 .row-1-arrow{
        float: none;
        margin: auto;
        padding: 0rem 0rem !important;
    }
    .natyaparishadetil-sarvotkrushya h3{
        padding: 3rem;
    font-size: 32px;
    }
    .natak-adhik-vacha{
        width: 31%;
    }
    .natyaparishadetil-sarvotkrushya .col-md-3{
        width: 44%;
    }
    .main-heading-batamya h3{
        padding: 3rem;
        font-size: 32px;
        text-align: center;
    }
    .blog-2 h3{
        text-align: center;
        width: 100%;
    }
    .info-blogs .row-1 p{
       padding: 1rem 2rem;
       text-align: center;
       
    }
    .blogs .blog-2{
        margin-left: 0rem;
    }
    .info-batmya{
            border-right: 0px solid #f6f2e6;
    }
    .blog-1 h3{
        width: 100%;
    text-align: center;
    }
    .row-1 p{
        padding: 1rem 2rem;
    }
    .row-2 p{
        padding: 1rem 2rem;
        text-align: center;
    }
    .image-batamya{
        margin: auto;
    }
    .batamya-all a{
        color: #f50000 !important;
        text-decoration: none;
    }
    
    .batamya-all{
        padding: 4rem 0rem 4rem 0rem;
    }
    .batamya-all .row-1{
        flex-direction: column;
    }
    .batamya-all .row-2{
        flex-direction: column;
    }
    .batamya-all .adhik-vacha .fa-arrow-up{
        left: 33%;
    }
    .batamya-all .row-3 p{
        width: 42% !important;
        margin: auto;
    }
    .blogs .blog-1{
        width: 100% !important;
    }
    .blogs .blog-2{
        width: 100% !important;
    }
    .samajik-upakram-all{
        flex-direction: column;
    }
    .samajik-upakram-1{
        display:none;
    }
    .samajik-upakram-5{
        display:none;
    }
    .samajik-upakram-2{
        width: 100%;
        height: 170px;
        margin-left: 0rem;
    }
    .samajik-upakram-3{
        width: 100%;
        height: 170px;
        margin-left: 0rem;
    }
    .samajik-upakram-4{
        width: 100%;
        height: 170px;
        margin-left: 0rem;
    }
    .samajik-upakram{
        display:none;
    }
    .samajik-upakram-mobile{
        display:block;
    }
    .samajik-upakram-mobile h3{
        padding: 3rem 0rem;
        font-size: 32px;
        text-align: center;
    }
    .bottom .first-row {
        padding: 3rem 2rem 1rem;
    }

    .bottom .brand-name a {
        color: #ffffff;
        text-decoration: none;
        font-size: 25px;
    }

    .brand-name {
        margin-bottom: 1rem;
    }

    .navbar-brand {
        padding: 1rem 0rem;
    }

    .abnp h3 {
        padding: 0rem 1rem;
        font-size: 32px !important;
        width: 100%;
        text-align: center;
    }
    .social-media-icons{
        justify-content: center;
        width: 100%;
    }
    .info-about-natyaparishad {
        padding: 1.5rem 2rem 1rem 2rem;
    }

    .shakha-main {
        flex-direction: column;
    }

    .shakha-only {
        width: 100%;
    }
}

@media (max-width:1042px){
    .carousel-control-next{
        transform: translate(416%, -91%);
        background: none !important;
    }
    .carousel-control-prev{
        transform: translate(273%, -91%);
        background: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .navbar-nav{
        gap: 0.5rem;
        font-size: 16px;
    }
    .nav-item .nav-link{
        padding: 1rem 0.5rem !important;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .abnp h3{
        font-size: 60px !important;
    }
    .natyaparishad-info{
        font-size: 20px !important;
    }
    .blogs .blog-1{
        width:44% !important;
    }
    .info-about-manogat{
        font-size: 14px;
        line-height: 19px;
    }
    .right-photo{
        height: 86.5%;
    }
}