/* Home banner section style */
.slider-area {
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}

.slider-area .hero__caption {
  overflow: hidden
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero__caption {
    padding-bottom: 100px
  }
}

.slider-area .hero__caption span {
  font-size: 18px;
  font-family: "Sen", sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 100px;
  letter-spacing: 0.05em
}

@media (max-width: 575px) {
  .slider-area .hero__caption span {
    font-size: 13px
  }
}

@media (max-width: 575px) {
  .slider-area .hero__caption span {
    padding-left: 66px
  }
}

.slider-area .hero__caption span::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width: 575px) {
  .slider-area .hero__caption span::before {
    width: 48px
  }
}

.slider-area .hero__caption h1 {
  font-size: 75px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 57px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .hero__caption h1 {
    font-size: 70px;
    line-height: 1.2
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero__caption h1 {
    font-size: 50px;
    line-height: 1.2
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero__caption h1 {
    font-size: 35px;
    line-height: 1.2
  }
}

@media (max-width: 575px) {
  .slider-area .hero__caption h1 {
    font-size: 29px;
    line-height: 1.2
  }
}

.slider-area .hero__caption p {
  font-size: 18px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px
}

.btnOption {
  background-color: #331391;
  padding: 27px 44px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  border-radius: 0px;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0
}

.btnOption::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background-color: #3e44ec;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px
}

.btnOption:hover {
  background-color: #fff;
}

.btnOption:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1
}

.btnOption.focus, .btnOption:focus {
  outline: 0;
  box-shadow: none
}

.hero-btn {
  padding: 30px 39px;
  background-color: #fff;
  color: #331391 !important
}

.hero-btn::before {
  background-color: #e6c35c
}

.counter-section {
  padding-top: 100px;
}

.counter-section .cd-timer .cd-item {
  /* margin-right: 16px; */
  padding-right: 15px;
  /* height: 60px;
  width: 70px; */
  position: relative;
  display: inline-block;
  text-align: center
}

/* .counter-section .cd-timer .cd-item:after {
  position: absolute;
  right: -10px;
  top: 6px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #ffdb6f
} */

/* .counter-section .cd-timer .cd-item::before {
  position: absolute;
  right: -10px;
  bottom: 25px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #ffdb6f
} */

/* .counter-section .cd-timer .cd-item:last-child::before {
  position: unset
}

.counter-section .cd-timer .cd-item:last-child:after {
  position: unset
} */

.counter-section .cd-timer .cd-item span {
  font-size: 60px;
  color: #ffdb6f;
  font-weight: 400;
  line-height: 30px;
  font-family: "Sen", sans-serif;
  margin-bottom: 28px;
  display: inline-block
}

.counter-section .cd-timer .cd-item p {
  font-size: 16px;
  color: #ffdb6f;
  margin-bottom: 0;
  line-height: 30px;
  font-family: "Sen", sans-serif;
  text-transform: uppercase
}

.counter-section .cd-timer .cd-item:first-child {
  margin-left: 0
}

.counter-section .counter-text span {
  font-size: 16px;
  color: #ffffff
}

.counter-section .counter-text h3 {
  color: #ffffff;
  font-weight: 700;
  line-height: 38px;
  margin-top: 10px
}

.slider-area .hero__caption .slider-btns {
  display: flex
}

.slider-area .hero__caption .slider-btns a.video-btn {
  background: none;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ffdb6f
}

.slider-area .hero__caption .slider-btns a.video-btn i {
  color: #ffdb6f
}

.mfp-bg {
  z-index: 2000;
}

.mfp-wrap {
  z-index: 2001;
}

.slider-area .hero__caption .slider-btns .video-cap {
  display: inline-block;
  line-height: 1.5;
  margin: 0;
  margin-left: 15px
}

.hero-overly {
  position: relative;
  z-index: 1
}

.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat
}

.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9
}

/* Events section style */
.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.team-area .single-team .team-img {
  overflow: hidden;
  position: relative;
}

.team-area .single-team .team-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
}

.team-area .single-team .team-caption {
  padding: 15px 0px;
  text-align: center;
}

.team-area .single-team .team-caption h3 {
  margin-bottom: 3px;
}

.team-area .single-team .team-caption h3 a {
  color: #333;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area .single-team .team-caption h3 a {
    font-size: 18px;
  }
}

.team-area .single-team .team-caption h3 a:hover {
  color: #fff;
}

.team-area .single-team .team-caption p {
  color: var(--thirdColor) !important;
}

.team-area .single-team .team-caption2 h3 a {
  color: #331391;
}

.team-area .single-team .team-caption2 h3 a:hover {
  color: #331391;
}

.team-area .single-team .team-caption2 p {
  color: #331391;
}

.team-area .single-team:hover .team-img img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}

.team-area .single-team:hover .team-img .team-socialEvents a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.team-socialEvents {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  text-align: center;
}

.team-socialEvents li {
  display: inline-block;
}

.team-socialEvents li a {
  color: #8ba4b1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin-left: 8px;
  display: inline-block;
  background: #fff;
  -webkit-transform: .4s;
  -ms-transform: .4s;
  transform: .4s;
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.team-socialEvents li a i {
  display: inline-block;
}

.team-socialEvents li:nth-child(1) a {
  transition-delay: 0.0s;
}

.team-socialEvents li:nth-child(2) a {
  transition-delay: 0.1s;
}

.team-socialEvents li:nth-child(3) a {
  transition-delay: 0.3s;
}

@media (max-width: 768px) {
  .counter-section {
    zoom: 65%;
  }
}

.about-low-area {
  position: relative;
}

.about-low-area .section-tittle h2 {
  font-size: 49px;
  display: block;
  color: #26264b;
  font-weight: 700;
  margin-bottom: 17px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.about-low-area .about-caption p {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
  margin-bottom: 43px;
  padding-right: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-low-area .about-caption p {
    padding-right: 20px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-caption p {
    padding-right: 0px
  }
}

@media (max-width: 575px) {
  .about-low-area .about-caption p {
    padding-right: 0px
  }
}

.about-low-area .single-caption {
  display: flex;
  align-items: center
}

.about-low-area .single-caption .caption-icon span {
  color: #212025;
  font-size: 35px;
  margin-bottom: 0;
  display: block
}

.about-low-area .single-caption .caption {
  padding-left: 20px
}

.about-low-area .single-caption .caption h5 {
  color: #26264b;
  font-size: 20px;
  font-weight: 500
}

.about-low-area .single-caption .caption p {
  color: #7f8192;
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  line-height: 1.7
}

.about-img {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-low-area .about-img {
    padding-top: 50px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-img {
    padding-top: 50px
  }
}

@media (max-width: 575px) {
  .about-low-area .about-img {
    padding-top: 50px
  }
}

.about-low-area .about-img .about-font-img {
  position: absolute;
  z-index: 1;
  left: -32px;
  bottom: -13px
}

@media (max-width: 575px) {
  .about-low-area .about-img .about-font-img img {
    width: 100%
  }
}

.about-low-area .about-img .about-back-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0
}

@media (max-width: 575px) {
  .about-low-area .about-img .about-back-img img {
    width: 90%
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-low-area .about-img .about-back-img {
    position: unset
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-low-area .about-img .about-back-img {
    position: unset
  }
}

@media (max-width: 575px) {
  .about-low-area .about-img .about-back-img {
    position: unset
  }
}

@media (max-width: 575px) {
  .about-caption {
    margin-bottom: 35px
  }
}


/* Events Schedule style */
.fix {
  overflow: hidden;
}

.accordion .nav-tabs {
  margin-bottom: 15px;
  padding-bottom: 0px;
  position: relative;
  border: 0;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  background: #f5f3f9;
}

.accordion .accordion-wrapper {
  background: #fff;
  padding: 22px 40px 45px 20px
}

@media (max-width: 575px) {
  .accordion .accordion-wrapper {
    padding: 22px 29px 45px 20px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion .accordion-wrapper {
    padding: 22px 35px 45px 20px
  }
}

.accordion .accordion-wrapper .card-header {
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0
}

.accordion .accordion-wrapper .card-header a {
  padding: 25px 30px 25px 0px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  border: 0;
  line-height: 1.5
}

.accordion .accordion-wrapper .card {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 0;
  background: none;
  border: 0
}

.accordion .accordion-wrapper .card:last-child {
  margin-bottom: 0px
}

.accordion .accordion-wrapper .card-body {
  background: none;
  padding-bottom: 0px;
  color: #7f8192;
  padding: 25px 255px 25px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion .accordion-wrapper .card-body {
    padding: 25px 0px 25px 0
  }
}

@media (max-width: 575px) {
  .accordion .accordion-wrapper .card-body {
    padding: 25px 0px 25px 0
  }
}

.accordion .accordion-wrapper .card-header h2 a::after {
  position: absolute;
  top: 31px;
  width: 30px;
  height: 30px;
  display: flex;
  font-size: 35px;
  justify-content: center;
  align-items: center;
  color: #222222;
  right: 29px;
  content: "-";
  font-family: 'themify';
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion .accordion-wrapper .card-header h2 a::after {
    right: -12px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion .accordion-wrapper .card-header h2 a::after {
    right: -7px
  }
}

@media (max-width: 575px) {
  .accordion .accordion-wrapper .card-header h2 a::after {
    right: -7px
  }
}

.accordion .accordion-wrapper .card-header h2 a.collapsed::after {
  content: "+";
  transform: rotate(0deg)
}

.accordion .accordion-wrapper .card-header a.btn-link {
  border-bottom: 2px solid #eae7f4
}

.accordion .accordion-wrapper .card-header a.collapsed {
  color: #222222;
  font-size: 16px;
  font-weight: 500
}

.accordion .accordion-wrapper .card-header a span {
  color: #331391;
  font-size: 16px;
  font-weight: 800
}

.accordion .nav-tabs {
  margin-bottom: 15px;
  padding-bottom: 0px;
  position: relative;
  border: 0;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  background: #f5f3f9
}

.accordion .nav-tabs .nav-link {
  position: relative;
  background: transparent;
  padding: 33px 88px;
  border-radius: 0;
  border: 0;
  color: #212025
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion .nav-tabs .nav-link {
    padding: 33px 60px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion .nav-tabs .nav-link {
    padding: 15px 39px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion .nav-tabs .nav-link {
    padding: 33px 76px
  }
}

@media (max-width: 575px) {
  .accordion .nav-tabs .nav-link {
    padding: 8px 21px;
    margin-bottom: 20px
  }
}

.accordion .nav-tabs .nav-link::after {
  position: absolute;
  height: 15px;
  width: 15px;
  background: #331391;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden
}

.accordion .nav-tabs .nav-item {
  display: block;
  color: #331391;
  font-size: 24px;
  font-weight: 700
}

@media (max-width: 575px) {
  .accordion .nav-tabs .nav-item {
    font-size: 18px
  }
}

.accordion .nav-tabs .nav-item.show .nav-link, .accordion .nav-tabs .nav-link.active {
  background: #331391;
  color: #fff;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s
}

.accordion .nav-tabs .nav-item.show .nav-link:after, .accordion .nav-tabs .nav-link.active:after {
  opacity: 1;
  visibility: visible
}

.accordion .nav-tabs .nav-link:focus, .accordion .nav-tabs .nav-link:hover {
  border: 0
}

.eventCard {
  box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.eventCard .eventImg {
  /* width: 400px; */
  height: 250px;
}

.eventCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}
