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

html,
body {
  height: 100%;
  font-weight: 400;
  background: #fff;
  font-family: 'Quicksand', sans-serif;
}

a:focus {
  outline: 0px solid
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  border-radius: 8px;
}

p {
  margin: 0 0 15px;
  color: #626262;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 700;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #ec4445;
  text-decoration: none;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.clear {
  clear: both
}

.container-fluid {
  padding: 0px 60px;
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  border-bottom: #530561 1px solid;
  padding: 10px 0px;
  z-index: 999;
}

header.whiteHeader{
    box-shadow: 0 2px 8px #00000021;
    background-color: #41034C;
}

.logo-img img{
  height: 60px;
  width: auto;
}

.main_menu {
  width: auto;
  float: right;
}

.navbar-light .navbar-nav .nav-item{
  display: inline-block;
  padding: 0px 5px;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FF9F2D;
}

.navbar-light .navbar-nav a.nav-link.donate-btn {
  background: #871554;
  border-radius: 2px;
}

.navbar-light .navbar-nav a.nav-link.donate-btn:hover {
  background: #000;
  color: #fff;
}

.slider-main {
  background: #41034C url(../images/banner-bg.png) left top no-repeat;
  background-size: contain;
  padding: 120px 0px 20px;
}

.slider-cont{
  background: url(../images/banner-logo.png) center center no-repeat;
  background-size: auto 100%;
  margin-bottom: 40px;
}

.slider-cont .cont{
  display: table;
  height: 400px;
}

.slider-cont .cont span {
  display: table-cell;
  vertical-align: middle;
}

.slider-cont .cont ul{
  width: 100%;
  display: inline-block;
}

.slider-cont .cont ul li{
  width: auto;
  float: left;
  padding: 0px 20px 0px 10px;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}

.slider-cont .cont ul li::before{
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
  background-color: #871554;
  content: '';
  border-radius: 50%;
  margin-top: 6px;
}

.slider-cont .cont ul li.red::before{
  background-color: #F15B43;
}

.slider-cont .cont ul li.grey::before{
  background-color: #65C9BB;
}

.slider-cont h1 {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  padding: 20px 0px;
  margin: 0px;
}

.slider-cont p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 0px 30px;
  margin: 0px;
  width: 76%;
}

a.slider-btn {
  background: #871554;
  height: 34px;
  width: auto;
  display: inline-block;
  line-height: 34px;
  padding: 0px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
}

a.slider-btn:hover {
  background: #000;
  color: #fff;
}

a.slider-btn-w {
  background: #fff;
  height: 34px;
  width: auto;
  display: inline-block;
  line-height: 34px;
  padding: 0px 20px;
  border-radius: 3px;
  color: #871554;
  font-size: 13px;
  margin-left: 15px;
}

a.slider-btn-w:hover {
  background: #000;
  color: #fff;
}


a.fb-icon {
  background: #871554;
  height: 34px;
  width: 34px;
  display: inline-block;
  line-height: 34px;
  padding: 0px 0px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
}

a.fb-icon:hover {
  background: #000;
  color: #fff;
}

.slider-cont .item img {
  max-width: 75%;
  border-radius: 8px;
}

.slider-cont img {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  display: inline-block !important;
}

.about-sec{
  background: url(../images/about-bg.png) right center no-repeat;
  background-size: auto 100%;
  margin-bottom: 40px;
}

.about-sec h5 {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}

.about-sec h2 {
  width: 80%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 15px 0px 20px;
  margin: 0px;
  font-weight: 600;
}

.about-sec h2 span {
  font-weight: 300;
}

.about-sec p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 0px 25px;
  margin: 0px;
  width: 76%;
}

a.main-btn svg {
  margin-left: 8px;
}

a.main-btn {
  background: #871554;
  height: 34px;
  width: auto;
  display: inline-block;
  line-height: 34px;
  padding: 0px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
}

a.main-btn:hover {
  background: #000;
  color: #fff;
}

.about-sec img {
  height: 450px;
  width: 90%;
  
  border-radius: 5px;
}

.events-sec{
  width: 100%;
  background: #44054c url(../images/events-bg.png) left bottom no-repeat;
  background-size: 100% 100%;
  padding: 20px 0px 60px;

}

.events-sec h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 20px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.events-sec h2 span{
  font-weight: 300;
}

.events-col {
  width: 100%;
  float: left;
  margin: 0px 0px 0px;
}

.events-col img {
  width: auto !important;
  height: auto;
  border-radius: 8px;
  max-width: 90%;
}

.events-col .cont{
  height: 480px;
  display: table;
}

.events-col .cont span{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.events-col h3{
  font-weight: 500;
  font-size: 21px;
  color: #fff;
}

.events-col h3 a{
  font-weight: 500;
  font-size: 21px;
  color: #fff;
}

.events-col .datetime span {
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
  display: inline-block !important;
}

.events-col span svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.events-col span svg path{
  fill: #fff;
}

.events-col p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 0px;
  margin: 20px 0px 0px;
  width: 100%;
}

a.w-main-btn {
  background: #fff;
  height: 34px;
  width: auto;
  display: inline-block;
  line-height: 34px;
  padding: 0px 20px;
  border-radius: 3px;
  color: #871554;
  font-size: 13px;
}

a.w-main-btn svg {
  margin-left: 8px;
}

a.w-main-btn:hover {
  background: #000;
  color: #fff;
}

a.w-main-btn:hover svg path {
  fill: #fff;

}

.our_activities {
  padding: 60px 0px;
  text-align: center;
}

.our_activities h2 {
  width: 100%;
  color: #515266;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.our_activities h2 span{
  font-weight: 300;
}


.our_activities .item {
  width: 96%;
}

.owl-dots {
  display: none;
}

.owl-nav {
  width: auto;
  display: inline-block;
}

.owl-nav button {
  width: 50px;
  height: 30px;
  position: relative;
  top: auto;
  margin: 10px 5px 0px;
}

.owl-nav button span {
  font-size: 0px;    
  position: relative;
  top: auto;
  width: 50px;
  height: 30px;
  float: left;
}
.owl-nav button.owl-prev span {
    background: url(../images/arrow-left.svg) left center no-repeat;
    background-size: 40px;
}

.owl-nav button.owl-next span {
  background: url(../images/arrow-right.svg) right center no-repeat;
  background-size: 40px;
}
.owl-nav button:focus {
    outline: none;
}

.trending-sec {
  padding: 0px 0px 40px;
  position: relative;
}

.trending-sec::after {
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 100%;
 height: 50%;
 background: #871554;
 content: '';
 z-index: -1;
}

.trending-sec h2 {
  width: 100%;
  color: #515266;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.trending-sec h2 span{
  font-weight: 300;
}

/*                    */

.trending-col img {
  border-radius: 9px;
  margin-bottom: 20px;
} 

.trending-sec h5 {
  width: 100%;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  padding: 0px 0px 10px;
  margin: 0px;
  font-weight: 400;
}


.trending-sec span.date {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}


.people-sec{
  width: 100%;
  background: #871554;
  background-size: 100% 100%;
  padding: 20px 0px 60px;

}

.people-sec h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 20px 0px 30px;
  margin: 0px;
  font-weight: 600;
}

.people-sec h2 span{
  font-weight: 300;
}

.people-col img {
  width: 20% !important;
  float: left;
  height: 250px;
  margin-right: 40px;
}

.people-col h5 {
  width: 80%;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  padding: 30px 30px 20px;
  margin: 0px;
}

.people-col span {
  font-size: 15px;
  color: #fff;
}

.owl-nav {
  width: auto;
  right: 0px;
  position: absolute;
  top: 10px;
}

.owl-nav button.owl-prev span {
  background: url(../images/w-arrow-left.svg) left center no-repeat;
  background-size: 40px;
}

.owl-nav button.owl-next span {
background: url(../images/w-arrow-right.svg) right center no-repeat;
background-size: 40px;
}

.directions-sec{
  background: #41034C url(../images/directions-bg.png) left top no-repeat;
    width: 100%;
    background-size: 100% 100%;
    padding: 20px 0px 60px;
}

.directions-sec h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 20px 0px 30px;
  margin: 0px 0px 30px;
  font-weight: 600;
  text-align: center;
}

.directions-sec h2 span{
  font-weight: 300;
}

.directions-sec label {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 15px;
}

.directions-sec input {
  width: 100%;
  height: 32px;
  color: #fff;
  font-size: 15px;
  background: none;
  box-shadow: none;
  border: 0px;
  border-bottom: #fff 1px solid;
  margin: 0px 0px 30px;
}

.directions-sec textarea {
  width: 100%;
  height: 90px;
  color: #fff;
  font-size: 15px;
  background: none;
  box-shadow: none;
  border: 0px;
  border-bottom: #fff 1px solid;
  margin: 0px 0px 30px;
}


.sent-btn {
  background: #871554 !important;
  height: 34px;
  width: auto;
  display: inline-block;
  line-height: 34px;
  padding: 0px 20px;
  border-radius: 3px;
  color: #fff !important;
  font-size: 13px;
  border: 0px;
}

.sent-btn svg {
  margin-left: 8px;
}

.sent-btn:hover {
  background: #000 !important;
  color: #fff;
}

.map iframe{
  width: 100%;
  height: 340px;
  border-radius: 5px;
}

footer {
  background: #310139;
  padding: 40px 0px 0px;
  position: relative;
  z-index: 99;
}

footer h5 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}

footer h5.heading {
  color: #41034C;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
}

footer ul li{
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 0px 20px;
  margin: 0px;
  font-weight: 400;
}

footer ul li a{
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}

footer ul li a:hover{
  color: #FF9F2D;
}

.footer_menu ul li{
  padding: 0px 0px 10px;
}

footer p{
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 400;
}

footer p a{
  color: #fff;
}

.social-icon a{
  display: inline-block;
  margin-right: 15px;
}
.social-icon a svg{
  width: 20px;
  height: 20px;
  float: left;
}

.copy-footer {
  background: #2E0035;
  padding: 20px 0px 15px;
}

.copy-footer ul{
  width: auto;
  display: inline-block;
  margin-top: 10px;
}

.copy-footer ul li {
  width: auto;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 0px;
  margin: 0px 15px 0px 0px;
  font-weight: 400;
  float: left;
}

.copy-footer p {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}

.copy-footer p a{
  color: #fff;
}

.copy-footer p a:hover {
  color: #871554;
}



.slider-inner{
  margin: 30px 0px 40px;
}

.other-sponsors{
  color: #fff;
  left: 0px;
  top: 45%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 40px;
}

.slider-inner h2 {
  position: absolute;
  left: 0px;
  top: 45%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 40px;
}

.slider-inner h2 span {
  width: 100%;
  font-size: 21px;
  display: block;
  margin-bottom: 10px;
}

.table__head{
  color: #FFF;
  font-weight: 700;
  background: #871554 !important;
  }

  .table-bordered td, .table-bordered th {
    border: 0px solid #FFF;
    text-align: left;
    padding: 30px 20px;
    vertical-align: middle;
}
  .table-bordered td{
  color:#41034C;
  font-size: 500;
  font-size: 15px;
  }
  .table-striped>tbody>tr{
  background: #F6F6F6;
  border: 0px;
  }

  .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left !important;
  padding: 10px !important;
  color: #969696 !important;
}
.redio {
  position: relative;
} 
.redio [type="radio"]:checked,
.redio [type="radio"]:not(:checked) {
    position: absolute;
    left: 10px;
    top: 5px;
}
.redio [type="radio"]:checked + label,
.redio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.redio [type="radio"]:checked + label:before,
.redio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 7px;
    top: -15px; 
    width: 24px;
    height: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 100%;
    background: #D9D9D9;
}
.redio [type="radio"]:checked + label:after, .redio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #41034C;
  position: absolute;
  left: 12px;
  top: -10px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.redio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.redio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.venue-sec {
  text-align: center;
  padding: 50px 0px;
}

.venue-sec svg{
  width: auto;
  height: 45px;
  margin-bottom: 10px;
}

.venue-sec h3 {
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
}

.venue-sec p {
  color: #fff;
  font-size: 15px;
}

.venue-sec p a{
  color: #fff;
  font-size: 15px;
}

.venue-sec p a:hover{
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

.facility-sec {
  padding: 0px;
  text-align: center;
}

.facility-sec h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.facility-sec h2 span{
  font-weight: 300;
}

.facility-table {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.table-select{
  background: #41034C;
  padding: 0px 0px 30px;
}

.form-calendar{
  padding: 60px 0px;
  text-align: left;
}



.form-calendar label{
  color: #41034CBF;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 600;
}

.form-calendar input,
.form-calendar select {
  color: #41034CBF;
  font-size: 15px;
  margin-bottom: 30px;
  background: #F5F5F5;
  height: 50px;
  width: 100%;
  border: 0px;
  padding: 0px 10px;
  border-radius: 4px;
  font-weight: 600;
}

#calendar {
  max-width: 100%;
  margin: 0px auto 40px;
  padding: 0 10px;
  display: inline-block;
}

.facility-sec #calendar h2 {
  width: 100%;
  color: #41034CBF;
  font-size: 24px;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  text-align: center;
}

.form-calendar button.booknow-btn {
  border: 0px;
  background: #871554;
  height: 44px;
  padding: 0px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
}

.form-calendar button.booknow-btn svg {
  margin-left: 10px;
}

.form-calendar button.booknow-btn:hover{
  color: #fff;
  background-color: #000;
}

.history-sec {
  padding: 0px;
  text-align: center;
}

.history-sec h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 10px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.history-sec h2 span{
  font-weight: 300;
}

.history-sec h4 {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.history-sec h3 {
  width: 100%;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  padding: 0px 0px 20px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}

.history-sec h3 span {
  width: 100%;
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.history-sec p {
  color: #fff;
  font-size: 15px;
  text-align: left;
  margin-bottom: 25px;
}

.history-sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 500px;
  border-radius: 8px;
  object-fit: cover;
}

.co-opted-sec {
  padding: 50px 0px;
}

.co-opted-sec img{
  width: 100%;
  margin-bottom: 20px;
  /* height: 400px; */
  height: auto;
  border-radius: 8px;
}


.co-opted-sec h2 {
  width: 90%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}

.co-opted-sec h2 span{
  font-weight: 300;
}

.co-opted-sec ul {
  box-shadow: 0px 0px 25px 0px #00000012;
  padding: 20px;
  border-radius: 18px;
  margin-bottom: 30px;
}

.co-opted-sec ul li {
  background: url(../images/check-ic.svg) left 5px no-repeat;
  padding: 0px 0px 0px 30px;
  background-size: 20px;
  margin: 0px 0px 15px;
  color: #41034C;
  font-size: 16px;
  width: 33%;
  display: inline-block;
}

.co-opted-sec .tablediv{
box-shadow: 0px 0px 25px 0px #00000012;
margin-bottom: 30px;
}

.contact1{
  padding-top: 20px;
}

.contact1 h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px 0px 30px;
  font-weight: 600;
  text-align: center;
}

.contact1 h2 span{
  font-weight: 300;
}

.contact2{
  padding-top: 0px;
}

.contact2 h2 {
  width: 100%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.contact2 h2 span{
  font-weight: 400;
}

.contact2 textarea {
  color: #41034CBF;
  font-size: 15px;
  margin-bottom: 30px;
  background: #F5F5F5;
  height: 100px;
  width: 100%;
  border: 0px;
  padding: 10px;
  border-radius: 4px;
  font-weight: 600;
}

.livestream{
  padding:   0px;
}

.livestream h2 {
  width: 100%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.livestream h2 span{
  font-weight: 300;
}

.livestream h2, .livestream2 h2{
  margin-bottom: 0px;
}

.livestream iframe{
  width: 100%;
  height: 400px;
}

.livestream2 img{
  width: 98%;
  margin-top: 20px;
  height: 480px;
  border-radius: 10px;
}



/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  height: 250px;
  
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

.testimonials{
  text-align: center;
  width: 100%;
  margin: 50px 0px;
}
  .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #871554;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 5px;
  margin-bottom: 50px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #310139;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 15px;
}


.team-one__item {
  margin: 20px 20px 40px 0;
}


.team-one__item__image {
  position: relative;
  background-color: #000;
}


.team-one__item__image::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #2E0035;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.team-one__item__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  /* mix-blend-mode: luminosity; */
  z-index: 2;
  position: relative;
}

.team-one__item:hover .team-one__item__image::after {
  right: -20px;
  top: -20px;
}

.team-one__item__content {
  background-color: #2E0035;
  margin: -64px 20px 0 0;
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  text-align: left;
}

.team-one__item__designation {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
  color: #fff;
}

.team-one__item__designation a{
  color: #fff;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}

.team-one__item__title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.96px;
  margin-bottom: 0;
  color: #fff;
}

.team-one__item__title a {
  color: inherit;
}


.team-one__item__links {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 47px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #41034C;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}

.team-one__item__social {
  position: absolute;
  right: 20px;
  bottom: 76px;
  width: 47px;
  background-color: #fff;
  padding: 13px 0px 0;
  text-align: center;
  transform: scaleY(0);
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
}

.team-one__item__social::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
  content: '';
}

.team-one__item__social a {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 9px;
}

.team-one__item__social a:hover {
  color: #871554;
}

.team-one__item__social-wrapper:hover .team-one__item__links {
  background-color: #871554;
  color: var(--ogency-white);
}

.team-one__item__social-wrapper:hover .team-one__item__social {
  transform: scaleY(1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.slider-inner img{
  height: 350px;
  object-fit: cover;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
}

.sponsor .logo-col{
  background: #fff;
  padding: 10px;
  margin: 0px 10px 30px;
  width: 100%;
}

.sponsor .logo-col img{
  height: 60px;
  width: auto;
  
}



.form-sponsor{
  padding:0px;
  text-align: left;
}



.form-sponsor label{
  color: #41034CBF;
  font-size: 15px;
  margin-bottom: 8px;
}

.form-sponsor input,
.form-sponsor select,
.form-sponsor textarea {
  color: #41034CBF;
  font-size: 15px;
  margin-bottom: 10px;
  background: #F5F5F5;
  height: 50px;
  width: 100%;
  border: 0px;
  padding: 0px 10px;
  border-radius: 4px;
}

.form-sponsor textarea {
  height: 100px;
  padding-top: 10px;
}

.form-sponsor input.submit-btn {
  border: 0px;
  background: #871554;
  height: 44px;
  padding: 0px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  width: auto;
  display: inline-block;
}
.form-sponsor input.submit-btn:hover{
    background: #41034C;
}



.story-sec {
  background: #41034C;
  padding: 50px 0px;
}

.story-sec h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 30px 0px 0px;
  font-weight: 600;
}

.story-sec h2 span{
  font-weight: 300;
}

.story-sec p {
  text-align: left;
  margin: 0px 0px 20px;
  font-size: 15px;
  color: #fff;
}

.story-sec img{
  width: 100%;
  height: 350px;
  
  border-radius: 10px;
}

.readmore-btn {
  border: 0px;
  background: #871554;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  margin: 10px 0px 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  width: auto;
  display: inline-block;
}

.readmore-btn:hover {
  background: #000;
  color: #fff;
}

.latestnews-sec{
  width: 100%;
  text-align: center;
  padding: 50px 0px 50px;  
  background: #F8F8F8;
}

.latestnews-sec h2 {
  width: 100%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
}

.latestnews-sec h2 span{
  font-weight: 300;
}

.latestnews-sec h4 {
  width: 100%;
  color: #41034C;
  font-size: 21px;
  line-height: 30px;
  padding: 10px 0px 15px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
  height: 85px;
}

.latestnews-sec h4 a{
  color: #41034C;
}

.latestnews-sec p {
  text-align: left;
  margin: 0px 0px 15px;
  font-size: 15px;
  color: #41034C;
}

.news-col{
  text-align: left;
}

.news-col .cont{
  width: 100%;
  display: inline-block;
  height: 90px;
}

.artist .news-col .cont{
  width: 100%;
  display: inline-block;
  height: 60px;
}

.news-col img {
  width: 100%;
  height: 380px;
  margin-bottom: 10px;
  border-radius: 8px;
  object-fit: cover;
}

.upcomingevents{
  padding: 0px;
  text-align: center;
}

.upcomingevents h2 {
  width: 100%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 10px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.upcomingevents h2 span{
  font-weight: 300;
}

.upcomingevents h4 {
  width: 100%;
  color: #41034C;
  font-size: 21px;
  line-height: 30px;
  padding: 10px 10px 5px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
  height: 80px;
}

.upcomingevents h4 a{
  color: #41034C;
}

.upcomingevents p {
  text-align: left;
  margin: 0px 0px 15px;
  font-size: 15px;
  color: #41034C;
}

.upcomingevents-col {
  padding: 0px 0px 25px;
  border-radius: 10px;
  margin: 20px 15px ;
  background-color: #F8F8F8;
}

.upcomingevents-col .cont{
  width: 100%;
  display: inline-block;
  height: 110px;
}

.owl-carousel .owl-item .upcomingevents-col img {
  transform-style: preserve-3d;
  max-width: 100%;
  width: 100%;
  margin: 0px;
  height: 350px;
  border-radius: 10px 10px 0px 0px;
  object-fit: contain;
}
.upcomingevents-col {
  text-align: left;
}
.upcomingevents-col .date-time{
  text-align: left;
  padding: 15px 10px 5px;
  color: #41034C;
  font-weight: 600;
  font-size: 14px;
}

.upcomingevents-col .date-time span{
  margin-right: 10px;
}

.upcomingevents-col .date-time span svg{
  width: 15px;
  height: auto;
}

.upcomingevents-col .readmore-btn{
  margin-left: 15px;
}

.upcomingevents-slider{
  padding: 10px 0px 30px;
  position: relative;
}

/* .upcomingevents-slider::before{
  background: #871554;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 80%;
  content: '';
} */

.upcomingevents-slider .owl-nav {
  width: auto;
  right: 15px;
  position: absolute;
  top: -50px;
  background: #41034C;
  padding: 0px 20px;
  border-radius: 30px;
  display: none;
}

.mandiractivities{
  padding-bottom: 20px;
  text-align: center;
  background: none;
  padding-top: 0px;
}

.mandiractivities .news-col{
  margin-bottom: 30px;
}

.mandiractivities .news-col img {
  width: auto;
  height: auto;
  border: 1px solid #fff;
}

.txt-col{
  height: 450px;
  display: table;
}

.txt-col span{
 display: table-cell;
 vertical-align: middle;
}

.aartitimes{
  padding: 50px 0px;
}


.aartitimes h2 {
  width: 100%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.aartitimes h2 span{
  font-weight: 300;
}

.aartitimes-col {
  position: relative;
  width: 100%;
  background-attachment: fixed;
  border-radius: 15px;
  background-size: cover;
}

.aartitimes-col .txt {
  /* position: absolute;
  left: 0px;
  bottom: 0px; */
  z-index: 9;
  text-align: center;
  width: 100%;
  padding: 20px 15px;
}

.aartitimes-col .txt svg{
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.aartitimes-col .txt svg path{
  fill: #fff;
}

.aartitimes-col img{
  border-radius: 10px;
  height: 350px;
  width: 100%;
  
}

.aartitimes-col h3 {
  width: 100%;
  color: #fff;
  font-size: 24spx;
  line-height: 30px;
  padding: 10px 0px 15px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.aartitimes-col p {
  text-align: center;
  margin: 0px 0px 15px;
  font-size: 15px;
  color: #fff;
}



/* .activities-slider .owl-carousel .owl-item .upcomingevents-col img {
  height: 480px;
} */

.activities-slider p {
  margin: 0px 0px 15px;
  font-size: 18px;
  text-align: center;
}

.mandirhours img {
    height: 450px;
    width: 100%;
    margin-bottom: 30px;
    object-fit: cover;
}

.mandirnote{
  width: 100%;
  display: inline-block;
  padding: 50px 0px 40px;
  background: #fff;
}

.mandirnote p {
  text-align: center;
  margin: 0px 0px 15px;
  font-size: 15px;
  color: #41034C;
}

.mandirnote p a{
  color: #41034C;
}

.mandirnote p a:hover{
  text-decoration: underline;
}

.healthfitness{
  margin-bottom: 50px;
}

.healthfitness h4 {
  color: #41034C;
  font-size: 24px;
  margin-top: 10px;
}
.healthfitness p {
  color: #41034C;
  font-size: 15px;
  margin-bottom: 25px;
}

.healthfitness ul {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.healthfitness ul li {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 28px;
  background: url(../images/check-ic.svg) left 0px no-repeat;
  background-size: 22px;
  font-size: 15px;
  color: #41034C;
}

.healthfitness2 .tablediv {
  box-shadow: 0px 0px 25px 0px #00000012;
  margin-bottom: 30px;
}

.healthfitness2 table{
  padding: 0px;
  margin: 0px;
  border: #f1f1f1 1px solid;
}

.healthfitness2 img{
  width: 100%;
  height: 450px;
  
}

.timeline-sec{
  position: relative;
}

.timeline-sec nav {
  position: fixed;
  top: 0px;
  bottom: auto;
  z-index: 9;
  display: none;
  height: 100vh;
}

.timeline-sec nav.fix-nav{
  display: table;
}

.timeline-sec nav.fix-nav span.center-div{
  list-style: none;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.timeline-sec nav.fix-nav ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  display: inline-block;
  height: 90vh;
  padding: 90px 0px;
}

.timeline-sec nav.fix-nav ul::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.timeline-sec ul {
  list-style: none;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.timeline-sec li{
	padding: 10px 0;
}

.timeline-sec span{
	display: inline-block;
	position:relative;
}

.timeline-sec nav a{
	display: inline-block;
	color: #41034C;
	text-decoration: none;
	font-size: 1em;
}

.timeline-sec nav.fix-nav ul li {
  padding: 0px;
  line-height: 18px;
}

.timeline-sec nav.fix-nav ul li a{
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.timeline-sec .circle{
	height: 8px;
	width: 8px;
	left: -10px;
	border-radius: 50%;
	background-color: #41034C;
}

.timeline-sec .rect{
	height: 2px;
	width: 0px;
	left: 0;
	bottom: 3px;
	background-color: #41034C;
	-webkit-transition: -webkit-transform 0.6s, width 1s;
	-moz-transition: -webkit-transform 0.6s, width 1s;
	transition: transform 0.6s, width 1s;
}

.timeline-sec nav a:hover, .timeline-sec nav .active-section{
	color: #871554 ;
}

.timeline-sec nav a:hover span,
.timeline-sec nav .active-section span{
	background-color: #871554 ;
}

.timeline-sec nav .active-section .rect{
	width: 35px;
}

.timeline-sec .content-section{
	position: relative;
	width: 100%;
	height: 90%;
	left: 50%;
	text-align: left;
	-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.timeline-sec .content-section{
  padding-top: 30px;
}

.timeline-sec .content-section h1{
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
	color:#9b59b6;
	font-size: 3em;
}

/*CREDITS*/

.timeline-sec .about{
	position: fixed;
	bottom:0; 
	left: 1%;
}

.timeline-sec .about a{
	text-decoration: none;
	font-size: 1.5em;
}

.timeline-sec .about a:visited, 
.timeline-sec .about a:active, 
.timeline-sec .about a:link{
	color:#000;
}

.timeline-sec .about a:hover{
	color: red;
}

.timeline-sec img.dami-img {
  width: 50%;
  float: left;
  padding: 0px 10px;
  height: 240px;
  object-fit: contain;
}

.timeline-sec img.dami-img2 {
  width: 50%;
  float: left;
  padding: 0px 10px;
  height: 240px;

}

.timeline-sec .content-section .container{
	border-top:1px solid #E3E3E3;
  padding: 60px 0px;
}

.timeline-sec h2 {
  width: 100%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}

.timeline-sec h2 span{
  font-weight: 300;
}

.slider-main, .history-sec, .co-opted-sec {
  z-index: 10;
}

.timeline-sec{
  z-index: 9;
}

.timeline-sec .content-section h2 {
  color: #41034C;
  font-size: 72px;
  font-weight: bold;
  margin-left: 20px;
}

.timeline-sec .content-section h3 {
  color: #41034C;
  font-size: 24px;
  font-weight: 700;
}

.timeline-sec .content-section h5 {
  color: #41034C;
  font-size: 21px;
  font-weight: 400;
  margin: 20px 0px 30px;
}

.timeline-sec .content-section h5 span {
  font-weight: 600;
}

.timeline-sec .content-section p {
  color: #41034C;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0px;
}

.timeline-sec .content-section p span {
  font-weight: 600;
}


.timeline-sec .content-section ul {
  margin: 30px 0px;
}

.timeline-sec .content-section ul li {
  background: url(../images/check-ic.svg) left 3px no-repeat;
  background-size: 18px !important;
  padding: 0px 0px 0px 24px;
  background-size: 20px;
  margin: 0px 0px 8px;
  color: #41034C;
  font-size: 15px;
}


.history-sec .img-sticky {
  grid-area: timeline;
  align-self: start;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  margin-left: 1em;
  z-index: 100;
  width: 90%;
}

.sticky-main {
  grid-area: timeline;
  align-self: start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 100;
  transform-origin: left top;
  transition: 1s;
}

.timeline-sec .content-section h2.sticky-year {
    position: sticky;
    top: 40%;
    color: var(--c-gray-text-on-light);
    font-size: 36px;
    line-height: 1em!important;
    transform-origin: left top;
    transition: 1s;
}

.timeline-sec .content-section.scroll-view h2.sticky-year {
  transform: scale(2.666666);
  transition: transform 750ms;
}

.timeline-list {
  margin-top: 30px;
  position: relative;
}

.termsec2{
  padding: 50px 0px;
}

.termsec2 h4 {
  width: 100%;
  color: #41034C;
  font-size: 21px;
  line-height: 30px;
  padding: 10px 15px 10px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}

.termsec2 p {
  text-align: left;
  margin: 0px 15px 15px;
  font-size: 15px;
  color: #41034C;
}

.termsec3 {
  background: #41034C;
  padding: 50px 0px;
}

.termsec3 h4 {
  width: 100%;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  padding: 10px 15px 10px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}

.termsec3 p {
  text-align: left;
  margin: 0px 15px 15px;
  font-size: 15px;
  color: #fff;
}

.donete-slider{
  height: 80px;
  padding: 20px 0px;
  margin-bottom: 50px;
}


.donete-sec {
  padding: 0px;
  text-align: left;
}

.donete-sec h2 {
  width: 100%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 20px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
  margin-top: 30px;
}

.donete-sec h2 span{
  font-weight: 300;
}

.donete-sec h6 {
  margin-bottom: 15px;

}

.donete-sec p {
  text-align: left;
  margin: 0px 0px 10px;
  font-size: 15px;
  color: #41034C;
  line-height: 28px;
}

.donete-form{
  padding: 0px 0px 50px;
  text-align: left;
}

.donete-form [type="radio"]:checked,
.donete-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.donete-form [type="radio"]:checked + label,
.donete-form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #41034C;
}
.donete-form [type="radio"]:checked + label:before,
.donete-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
.donete-form [type="radio"]:checked + label:after,
.donete-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.donete-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.donete-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.donete-form .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 12px;
}

.donete-form .checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.donete-form .checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #F5F5F5;
  transition: all 0.2s ease;
  margin-right: 8px;
}

.donete-form .checkbox:hover .checkmark {
  background: #000;
  transition: all 0.2s ease;
}

.donete-form .checkbox input:checked ~.checkmark {
  background: #F5F5F5;
  outline: 1px solid #F5F5F5;
}

.donete-form .checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 6px;
  height: 12px;
  border: solid #41034C;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.donete-form .checkbox input:checked~.checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.donete-sec2{
  background-color: #F8F8F8;
  text-align: center;
  padding: 20px 0px 50px;
}

.donete-sec2 h2, .donete-sec2 p{
  text-align: center;
}


.donete-sec label{
  color: #41034CBF;
  font-size: 15px;
  margin-bottom: 8px;
}

.donete-sec input,
.donete-sec select{
  color: #41034CBF;
  font-size: 15px;
  margin: 10px 0px 20px;
  background: #F5F5F5;
  height: 50px;
  width: 100%;
  border: 0px;
  padding: 0px 10px;
  border-radius: 4px;
}

.donete-sec .submit-btn {
  border: 0px;
  background: #871554;
  height: 40px;
  padding: 0px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  width: auto;
  display: inline-block;
}
.donete-sec .submit-btn:hover{
    background: #000;
}

.col_border{
  border-right: #ccc 1px solid;
}

.col-div p {
  line-height: 24px;
}

.thankyou{
  text-align: center;
}

.thankyou h2{
  text-align: center;
}

.thankyou p{
  text-align: center;
  margin-bottom: 20px;
}

.backtowork_btn {
  border: 0px;
  background: #871554;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  width: auto;
  display: inline-block;
}

.backtowork_btn:hover{
    background: #41034C;
    color: #fff;
}

.activities-slider{
  margin-top: 0px !important;
}

.activities-slider .slider-inner img{ 

}

.activities-slider .slider-inner h2 {
  position: absolute;
  left: 0px;
  text-align: center;
  width: 100%;
  color: #41034C;
  font-size: 40px;
  top: auto;
  bottom: 30px;
}

.activities-slider .slider-inner h2 span {
    width:auto !important;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 0px;
    background: #FFFFFFCC;
    border-radius: 3px;
    padding: 2px 5px;
}

.mandiractivities h2 {
  color: #41034C;
}

.mandiractivities h4 {
  color: #41034C;
  font-weight: bold;
  font-size: 24px;
  text-align: justify;
  text-align-last: left;
}

.activities-slider p {
  margin: 0px 0px 15px;
  font-size: 15px;
  text-align: left;
}

.mandiractivities .txt-col{
  display: inline-block;
  width: 100%;
  height: auto;
}

.mandiractivities p{
  text-align: justify;
  text-align: left;
}

.aartitimes {
  background: #F8F8F8;
}

.aartitimes-col .txt {
  bottom: auto;
  top: 10px;
}

.aartitimes-col img {
  height: 450px;
}

.aartitimes-col h3 {
  font-size: 30px;
}

.activities-slider p {
  color: #41034C;
}

.activities-slider p a {
  color: #41034C;
}

.activities-slider p a:hover {
  text-decoration: underline;
}

.mandirhours h2 {
  text-align: center !important;
  margin: 0px;
}

.mandirhours p{  
  text-align: center !important;
}

.mandirhours .border_right{
  border-right: #631471 1px solid;
}

.mandirhours .border_top{
  border-top: #631471 1px solid;
}

.mandirhours2 p{
  text-align: left !important;
}

.upcomingevents-col p{
  padding: 5px 10px 0px;
  font-weight: 500;
}

.available_amenities{
  background: #F8F8F8;
  padding: 50px 0px 25px;
}

.available_amenities h2 {
  width: 100%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}

.available_amenities h2 span{
  font-weight: 300;
}

.available_amenities ul {
  width: 100%;
  display: inline-block;
}
.available_amenities ul li {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px 0px 15px;
  padding: 0px 0px 0px 35px;
  background: url(../images/check-ic.svg) left 4px no-repeat;
  background-size: 20px;
  font-size: 17px;
}

.foodmenu-sec{
  width: 100%;
  background: #41034C url(../images/foodmenu.png) left top no-repeat;
  background-size: cover;
  padding: 50px 0px 10px;
  position: relative;
  z-index: 1;
}

.foodmenu-sec::before {
  width: 200px;
  height: 300px;
  background: url(../images/foodmenu2.png) left top no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  content: '';
  background-size: 100%;
  display: none;
}

.foodmenu-sec::after{
  width: 350px;
  height: 450px;
  /* background: url(../images/foodmenu3.png) left top no-repeat; */
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  content: '';
  background-size: 100%;
}

.foodmenu-sec h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.foodmenu-sec h2 span{
  font-weight: 300;
  width: 100%;
  display: inline-block;
}

.foodmenu-sec .listdiv{
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}

.foodmenu-sec h4 {
  width: 100%;
  color: #FF9F2D;
  font-size: 24px;
  line-height: 40px;
  padding: 0px 0px 10px;
  margin: 0px 0px 15px;
  font-weight: 600;
  text-align: left;
  border-bottom: #5D1E68 1px solid;
}

.foodmenu-sec .listdiv ol {
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: 0px 0px 30px 15px;
}
.foodmenu-sec .listdiv ol li {
  width: 50%;
  float: left;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 15px;
  font-size: 16px;
  color: #fff;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 1.55rem;
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  border-top: #FF9F2D 2px solid;
}
.dropdown-item {
  padding: .5rem 1rem;
}

.table-bordered>:not(caption)>*{
  border-width:0px;
}

.btn-primary {
  color: #fff;
  background-color: #871554;
  border-color: #871554;
}

.date-time{
  width: 100%;
  display: inline-block;
}
.date-time span {
  margin-right: 20px;
  float: left;
  width: auto;
}

.newsevents_details img{
  width: 50%;
  height: 450px;
  
  margin: 30px 0px 40px ;
}

.submit_comment input,
.submit_comment select,
.submit_comment textarea {
  color: #41034CBF;
  font-size: 15px;
  margin: 10px 0px 20px;
  background: #F5F5F5;
  height: 50px;
  width: 100%;
  border: 0px;
  padding: 0px 10px;
  border-radius: 4px;
}

.submit_comment textarea {
  height: 100px;
  padding-top: 10px;
}

.submit_comment input.submit-btn {
  border: 0px;
  background: #871554;
  height: 44px;
  padding: 0px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  width: auto;
  display: inline-block;
}
.submit_comment input.submit-btn:hover{
    background: #41034C;
}



.submit_comment .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 12px;
}

.submit_comment .checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.submit_comment .checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #F5F5F5;
  transition: all 0.2s ease;
  margin-right: 8px;
}

.submit_comment .checkbox:hover .checkmark {
  background: #000;
  transition: all 0.2s ease;
}

.submit_comment .checkbox input:checked ~.checkmark {
  background: #F5F5F5;
  outline: 1px solid #F5F5F5;
}

.submit_comment .checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 6px;
  height: 12px;
  border: solid #41034C;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.submit_comment .checkbox input:checked~.checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

#carousel_people .owl-nav button.owl-prev {
  border-right: #fff 1px solid !important;
  width: 55px !important;
}

#carousel_activities{
  margin-bottom: 30px;
}

#carousel_activities .owl-nav {
  width: auto;
  right: auto;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: 44%;
}

#carousel_activities .owl-nav button.owl-prev span {
  background: url(../images/arrow-left.svg) left center no-repeat;
  background-size: 40px;
}

#carousel_activities .owl-nav button.owl-next span {
background: url(../images/arrow-right.svg) right center no-repeat;
background-size: 40px;
}

#carousel_activities .owl-nav button:focus {
  outline: none;
}


.sponsor-sec {
  text-align: center;
  padding: 50px 0px;
}

.sponsor-sec svg{
  width: auto;
  height: 45px;
  margin-bottom: 10px;
}

.sponsor-sec h3 {
  color: #41034C;
  font-size: 24px;
  margin-top: 10px;
}

.sponsor-sec p {
  color: #41034C;
  font-size: 15px;
}

.sponsor-sec p a{
  color: #41034C;
}

.sponsor-sec p a:hover {
  text-decoration: underline;
}

.contact_details {
  background: #F8F8F8;
  padding: 40px 0px 30px;
}


.contact_details h2 {
  width: 100%;
  color: #41034C;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.contact_details h2 span{
  font-weight: 300;
}

.financialstatements{
  padding: 60px 0px;
}

.financialstatements-btn {
  border: 0px;
  background: #871554;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  margin: 0px 0px 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
}
.financialstatements-btn:hover{
    background: #000;
}

.activities{
  padding-top: 50px;
}

/* #carousel_activities .owl-item .item{
  height: 600px;
} */

#carousel_activities .owl-item img {
  display: inline-block;
  height: 380px;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

.activities-slider .item{
  position: relative;
}

.activities-slider .item  h3{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  background: #41034C;
  text-align: left;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;  
  border-radius:0px 0px 8px 8px;
}

#upcomingevents_home .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
  background: none;
}

#upcomingevents_home .owl-dots button.owl-dot {
  background: #fff;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}


#upcomingevents_home .owl-dots button.owl-dot.active {
  background: #FF9F2D;
}

.slider-main.inner-slider {
  height: 80px;
  padding: 0px;
}

.application-form{
  text-align: left;
}

.application-form h2{
  text-align: left;
}


.application-form .radio, .application-form .checkbox {
  margin: 12px 0;
}

/* Custom radio buttons */
.application-form input[type="radio"] + label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 35px;
margin-right: 15px;
font-size: 14px;
font-weight: 600;
color: #41034CBF;
margin-bottom: 0px;
}

.application-form input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #DBDBDB;
  background-color: #F5F5F5;
  border-radius: 50%;
}

.application-form input[type="radio"] {
display: none !important;
*display: inline;
}

.application-form input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #871554;
}

/* End Custom radio buttons */

/* Custom checkbox */
.application-form input[type="checkbox"] + label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 35px;
margin-right: 25px;
font-size: 14px;
    font-weight: 600;
    color: #41034CBF;
}

.application-form input[type="checkbox"] + label:before {
  content: "";  
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #DBDBDB;
  background-color: #F5F5F5;
  border-radius: 5px;
}

.application-form input[type="checkbox"] {
display: none !important;
*display: inline;
}
.application-form input[type="checkbox"]:checked + label:after {
  content: "✔";
  font-size: 20px;
  line-height: 20px;
  color: #871554;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

/* End Custom checkbox */

.form-calendar .col-md-4, .form-calendar .col-md-3, .form-calendar .col-md-6, .form-calendar .col-md-12{
  position: relative;
}

.form-calendar  label.error {
  color: red !important;
  position: absolute;
  bottom: 2px;
  width: 100%;
  left: 15px;
  font-size: 12px;
}


.contact2 h5 {
  width: 100%;
  color: #41034C;
  font-size: 21px;
  line-height: 40px;
  padding: 0px 0px 20px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}

.contact2 h5 span{
  font-weight: 400;
}

.contact2 .col-md-4, .contact2 .col-md-3, .contact2 .col-md-6, .contact2 .col-md-12{
  position: relative;
}

.contact2  label.error {
  color: red !important;
  position: absolute;
  bottom: 2px;
  width: 100%;
  left: 15px;
  font-size: 12px;
}

.contact2 .form-group label.error{
  bottom: -18px;
}


button.plus-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #871554;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 39px;
  border: 0px;
  padding: 0px;
}

button.plus-btn:hover{
  background: #000;
  color: #fff;
}

.donation-box{
  border: #D9D9D9 1px solid;
  padding: 30px 30px 0px;
  margin: 0px 0px 30px;
}

.form-calendar .donation-box label {
  font-weight: 600;
  padding-top: 14px;
}

.signature input{
  margin-bottom: 20px;
}

.form-calendar input[type="file"] {
  padding: 10px 10px;

}

.application-form button.booknow-btn {
  border: 0px;
  background: #871554;
  height: 60px;
  padding: 0px 20px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  border-radius: 3px;
  width: 250px;
  margin-top: 30px;
}


.school_fees{
  border: #D9D9D9 1px solid;
  padding: 30px 30px 20px;
  margin: 0px 0px 30px;
}

.form-calendar .school_fees label {
  font-weight: 600;
  padding-top: 0px;
}

.school_fees input{
  margin: 0px;
}


#homepage_slider .owl-dots {
  display: block;
  text-align: center;
  margin-top: 10px;
  background: fixed;
}

#homepage_slider .owl-dots button.owl-dot {
  background: #fff;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}


#homepage_slider .owl-dots button.owl-dot.active {
  background: #FF9F2D;
}

.gallery-col {
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0px;
  background: #F5F5F5;
  text-align: left;
  height: 320px;
}


.gallery-col ul{
  list-style: disc;
  margin: 0px 0px 0px 20px;
  padding: 10px 20px 70px;
}

.gallery-col ul li{
  display: list-item;
  width: auto;
  margin: 10px 0px;
}

.gallery-col a{
  color: #41034CBF;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: inline-block;
}


.gallery-col:hover{
  background: #871554;
  border-radius: 12px 12px 0px 0px ;
}

.gallery-col:hover a{
  color: #fff;
}

.gallery-col img {
  width: 100%;
  float: left;
  height: 300px;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.gallery-col h3{
  width: 96%;
  left: -5px;
  bottom: 10px;
  position: absolute;
  z-index: 1;
  text-align: left;
  padding: 10px 25px;
  background: #2E0035;
  font-size: 18px;
}

.gallery{
  padding: 30px 0px;
}

.img-box {
  width: 22%;
  display: inline-block;
  margin: 1%;
}

.img-box h3 {
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
}

.img-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: inline-block;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
  color: #FF9F2D !important;
}


.activities-slider .social-icon a{
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: #41034C;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
}
.activities-slider .social-icon a svg{
  width: 18px;
  height: 18px;
  display: inline-block !important;
  float: none; 
}

.activities-slider .social-icon a svg path{
  fill: #fff;
}

.heading0logo img{
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
}

.cipa-sec{
  display: inline-block;
  width: 100%;
  padding: 10px 0px 50px;
}


.cipa-sec ul {
  width: 100%;
  display: inline-block;
  margin: 10px 0px 30px;
}
.cipa-sec ul li {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px 0px 15px;
  padding: 0px 0px 0px 35px;
  background: url(../images/check-ic.svg) left 4px no-repeat;
  background-size: 20px;
  font-size: 17px;
}


.cipa-sec img{
  width: auto;
  height: 380px;
  object-fit: cover;
  border-radius: 10px;
}


.cipa-sec2 {
  background: #41034C;
  padding: 50px 0px;
}

.cipa-sec2 h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 10px 0px 0px;
  font-weight: 600;
}

.cipa-sec2 h2 span{
  font-weight: 300;
}

.cipa-sec2 p {
  text-align: left;
  margin: 0px 0px 20px;
  font-size: 15px;
  color: #fff;
}

.cipa-sec2 img{
  width: 100%;
  height: 350px;
  
  border-radius: 10px;
}


.cipa-sec3 img{
  width: 100%;
  height: 400px;
  
  border-radius: 10px;
}

.homelatestnews .news-col{
  padding: 0px 10px;
}

.homelatestnews .news-col img {
  width: auto;
  height: 380px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 8px;
}

.homelatestnews .news-col h4 {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0px 10px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}

.homelatestnews .news-col h2 {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  padding: 0px 0px 20px;
  margin: 0px;
  font-weight: 600;
}

.homelatestnews .news-col h4 a {
  color: #fff;
}

.homelatestnews .news-col p {
  text-align: left;
  margin: 0px 0px 15px;
  font-size: 15px;
  color: #fff;
}

.homelatestnews .news-col .readmore-btn {
  border: 0px;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  margin: 10px 0px 0px;
  color: #871554;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  width: auto;
  display: inline-block;
}

.homelatestnews .news-col .readmore-btn:hover {
  background: #000;
  color: #fff;
}




#carousel_homeletastnew{
  margin-bottom: 30px;
  text-align: center;
}

#carousel_homeletastnew .owl-nav {
  width: auto;
  right: auto;
  position: absolute;
  top: auto;
  bottom: -60px;
  margin-left: 0px;
  left: 44%;
}

#carousel_homeletastnew .owl-nav button.owl-prev span {
  background: url(../images/arrow-left-w.svg) left center no-repeat;
  background-size: 40px;
}

#carousel_homeletastnew .owl-nav button.owl-next span {
background: url(../images/arrow-right-w.svg) right center no-repeat;
background-size: 40px;
}

#carousel_homeletastnew .owl-nav button:focus {
  outline: none;
}

.whatwedo{
    background-size: 100%;
    padding: 60px 0px 20px;
}

.whatwedo h2{
  text-align: left;
}

.about-sec img {
  height: auto;
  width: auto;
  /*  */
  border-radius: 8px;
}

.whoweare{
  background: none;
  border-bottom: #FFFFFF36 1px solid;
  margin: 0px;
  padding-bottom: 50px;

}

.keyPeoples_col{
    background: #fff;
    box-shadow: 0px 4px 12px 1px #00000017;
    margin: 20px 5px;
    border-radius: 15px;
    position: relative;
}

.keyPeoples_col .overview{
  background: rgba(0, 0, 0, 0.8);
  height: 300px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  border-radius: 10px 10px 0px 0px;
  display: table;
}

.keyPeoples_col .overview h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.keyPeoples_col .overview span{
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#keyPeoples .keyPeoples_col img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.keyPeoples_col h4 {
  font-size: 18px;
  color: #41034C;
  font-weight: 700;
  text-align: left;
  padding: 15px 0px 0px 15px;
}

.keyPeoples_col p {
  text-align: left;
  padding: 0px 0px 15px 15px;
}

.facilities::after{
  background: none;
}

.facilities {
  text-align: center;
}

.facilities p{
  width: 80%;
  display: inline-block;
  font-size: 16px;
}

.aboutArtist{
  padding-top: 60px;
}

.aboutArtist h2{
  text-align: center;
}

.aboutArtist p, .aboutArtist .trending-col span{
  color: #fff;
  font-size: 14px;
}

.cipa-sec {
  padding: 0px 0px 40px;
  position: relative;
}

.cipa-sec::after {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 50%;
 background: #871554;
 content: '';
 z-index: -1;
}

.cipa-sec h2 {
  width: 100%;
  color: #515266;
  font-size: 25px;
  line-height: 20px;
  padding: 0px 0px 20px;
  margin: 0px;
  font-weight: 600;
  text-align: left;
}

.cipa-sec h2 span{
  font-weight: 300;
}

.cipa-sec .news-col {
  text-align: left;
  margin: 0px 10px;
}

.cipa-sec .news-col a.subtitle {
  color: #41034C;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  display: inline-block;
  width: 100%;
}

.cipa-sec .news-col .cont {
  height: 100px;
  display: inline-block;
  width: 100%;
}
.cipa-slider .slider-cont {
  background: url(../images/pngwing.png) 82% top no-repeat;
  background-size: auto 90%;
  margin-bottom: 40px;
}

.whoweare .logo-img{
  width: 90%;
  height: 520px;
  

}

.aboutArtist .container {
  border-bottom: 1px solid #FFFFFF5E;
  padding-bottom: 60px;
}

.homelatestnews .news-col a.subtitle {
  color: #fff;
  width: 100%;
  display: inline-block;
  height: 60px;
}

.cipapage_sec{
  padding-top: 30px;
}

.cipapage_sec h2{
  color: #fff;
}

.f-logo{
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
}


.activities.upcomingevents .upcomingevents-col p {

  padding: 15px 15px 0px!important;
  margin: 0px;
}

.cipapage_sec h2 {
  width: 100%;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  padding: 20px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.cipapage_sec h2 span{
  font-weight: 300;
}

.homecipaslider{
  background: none;
  position: relative;
}

.homecipaslider h2 {
  width: 100%;
  color: #515266;
  font-size: 34px;
  line-height: 40px;
  padding: 0px 0px 30px;
  margin: 0px;
  font-weight: 600;
  text-align: center;
}

.homecipaslider::after{
  background: #871554;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  content: '';
}

.newseventdetails img {
  height: auto;
  object-fit: cover;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
}

.ourActivities-sec .upcomingevents-col h4 {
  padding: 10px 10px 5px;
}

.ourActivities-sec .upcomingevents-col p {
  padding: 5px 10px 0px;
  font-weight: 500;
  margin: 0px;
}

.ourActivities-sec .upcomingevents-col .more_btn, .ourActivities-sec .upcomingevents-col .less_btn {
  padding-left: 10px;
  margin-top: 10px;
  display: inline-block;
}


/* Opacity #1 */
.hover11 {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11:hover {
	opacity: .5;
}

.artist .news-col img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.heading_white{
  color: #fff !important;
}

img.f-favicon {
  width: 18px;
}


.newseventdetails_page {
  width: 100%;
  display: inline-block;
}
.newseventdetails_page .imgDiv{
    margin: 0px 0px 40px;
    float: left;
    width: 40%;
    margin-right: 30px;

} 

.newseventdetails_page .contDiv{
  margin-bottom: 50px;
  width: auto;
  display: grid;
}



.application-form .g-recaptcha{
  width: auto;
  display: inline-block;
}

.activities-slider .business-img img{
  height: auto !important;
}

.newsevent-slider {
  height: auto;
  padding: 14px 0px;
  margin-bottom: 50px;
  margin-top: 0px;
}

.our_constitution{
  font-size: 30px !important;
  font-weight: 600 !important;
}

.gallery-slider h2{
  position: relative;
  top: auto;
  left: auto;
  margin: 30px 0px 0px;
}

#latestnews .news-col{
  margin: 20px 15px;
}