/*-----------------------------------------------------------------------------------




-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    01. Theme default CSS
    02. Header CSS
    2.1. - Header Top CSS
    2.2. - Header Off-canvas CSS
    2.3 - Button CSS
    03. Hero CSS
    04. Counter CSS
    05. About CSS
    06. Widget CSS
    06.1 - Sidebar Widget CSS
    07. Speaker CSS
    07.1 - Speaker Single CSS
    08. Schedule CSS
    09. Pricing CSS
    10. Brand CSS
    11. Gallery CSS
    12. Video CSS
    13. Testimonial CSS
    14. Countdown CSS
    15. Blog CSS
    16. CTA CSS
    17. Event CSS
    17.1 - Event List CSS
    17.2 - Event Single CSS
    18. Contact CSS
    19. Footer CSS
    19.1. - Footer Widget CSS
	

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*-- Common Style --*/
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4c4d56;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: "";
}

body[dir="rtl"] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #1a0a1e;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

p,
li {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input {
  transition: all 0.3s linear;
  outline: 0;
}

a:focus,
button:focus,
img:focus,
input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

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

ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: justify;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  /* border-radius: 25px; */

}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  width: 100%;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1170px;
  }
}

/*--Section Spacing--*/
.section-padding {
  padding: 100px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .section-padding {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-padding {
    padding-top: 200px;
  }
}

.section-padding-top {
  padding-top: 100px;
}

.section-padding-top-2 {
  padding-top: 130px;
}

.section-padding-02 {
  padding: 50px 0;
}

.section-padding-03 {
  padding: 80px 0;
  /* padding: 50px 0; */
}

@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }

  .section-title .sub-title {
    font-size: 24px !important;
  }
}

.section-padding-04 {
  padding: 45px 0;
}

.section-padding-05 {
  padding-top: 140px;
  padding-bottom: 110px;
}

.section-padding-06 {
  padding-top: 100px;
  padding-bottom: 130px;
}

.section-padding-07 {
  padding: 80px 0;
}

.section-padding-08 {
  padding: 150px 0;
  padding-top: 190px;
}

.section-padding-09 {
  padding: 70px 0;
}

/*--Background Colors--*/
.grey-bg {
  background-color: #f1f3ff;
}

.purple-bg {
  background-color: #250449;
}

.purple-bg-2 {
  background-color: #250449;
}

.purple-bg-3 {
  background-color: #4d0a91;
}

.section-traingle-shape {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0px;
  top: 0px;
  background: #ffffff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}

/*--Inner Page Title--*/
.page-title .section-title {
  font-size: 48px;
  color: #ffffff;
}

/*--Section Title--*/
.section-title .title {
  font-size: 50px;
  line-height: 62px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}

.section-title .title.white {
  color: #ffffff;
}

.section-title .sub-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #c0392b;
  text-transform: capitalize;
  /* margin-bottom: 40px; */
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

/* .section-title .sub-title.orange {
  color: #ffae4a;
} */

.section-title .sub-title.orange::after {
  display: none;
}

.section-title .sub-title.color-2 {
  color: #f9d464;
}

.section-title .sub-title.color-3 {
  color: #00acee;
}

.section-title .sub-title.white {
  color: #ffffff;
}

.section-title .sub-title.white-2 {
  color: #ffffff;
}

.section-title .sub-title.white-2::after {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}

/*-- Section Paragraph --*/
.section-paragraph p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 35px;
}

/*--Swiper Pagination--*/
.swiper {
  position: relative;
  /* top: 44px; */
  /* margin-bottom: 100px; */
}
@media(max-width:767px){

  .swiper {
    position: relative;
    /* top: 10rem;
    margin-bottom: 150px; */
  }
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination {
  /* transform: rotate(90deg); */
  height: auto !important;
  width: auto !important;
  /* left: unset;
  bottom: unset; */
  right: calc(0% + 15%);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after,
.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  border: 1px solid #ffae4a;
  transform: scale(0);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 50%;
  transition: all 0.3s linear;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c73659;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

@media only screen and (max-width: 1199px) {

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination {
    right: calc(0% + 10%);
  }
}

@media only screen and (max-width: 991px) {

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination {
    right: calc(0% + 7%);
  }
}

/* @media only screen and (max-width: 767px) {

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination {
    display: none;
  }
} */

/*--  Animations  --*/
@-webkit-keyframes round-01 {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@keyframes round-01 {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes bounce-animate {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes bounce-animate {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@-webkit-keyframes bounce-animate-2 {
  0% {
    transform: translateY(-60px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(-60px);
  }
}

@keyframes bounce-animate-2 {
  0% {
    transform: translateY(-60px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(-60px);
  }
}

@-webkit-keyframes left-right-animate {
  0% {
    transform: translateX(-60px);
  }

  50% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(-60px);
  }
}

@keyframes left-right-animate {
  0% {
    transform: translateX(-60px);
  }

  50% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(-60px);
  }
}

@keyframes spin-border {
  100% {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 0px #ffffff;
  }

  100% {
    box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 7e-06);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 0px #ffffff;
  }

  100% {
    box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 7e-06);
  }
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(-50%) !important;
    opacity: 0;
  }

  100% {
    transform: translateX(50%) !important;
    opacity: 1;
  }
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1);
  }
}

/*--  Preloader Styles  --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}

#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
}

#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c73659;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media only screen and (max-width: 575px) {
  #preloader .preloader {
    left: 45%;
  }
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  transition: all 0.3s linear;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
  outline: none;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}


/* -------------------------------------------------------------------------- */
/*                               NAVBAR SECTION                               */
/* -------------------------------------------------------------------------- */
.form-check .form-check-input {
  transition: .2s;
}

.form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.25);
}

.form-check .form-check-label {
  padding-top: 4px;
}

.hero-form,
.login-register-form {
  margin-top: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 40px;
  padding-bottom: 60px;
}

.hero-form .form-title,
.login-register-form .form-title {
  font-size: 30px;
  color: #ffffff;
  padding: 40px 0;
}

.hero-form .form-title.black,
.login-register-form .form-title.black {
  color: #000000;
}

.hero-form .exvent-form .single-input,
.login-register-form .exvent-form .single-input {
  display: flex;
}

.hero-form .exvent-form .single-input input,
.hero-form .exvent-form .single-input textarea,
.login-register-form .exvent-form .single-input input,
.login-register-form .exvent-form .single-input textarea {
  border-radius: 0;
  background-color: #ebebeb;
  font-size: 14px;
  color: #000000;
  border: none;
  outline: none;
}

.hero-form .exvent-form .single-input input::-moz-placeholder,
.hero-form .exvent-form .single-input textarea::-moz-placeholder,
.login-register-form .exvent-form .single-input input::-moz-placeholder,
.login-register-form .exvent-form .single-input textarea::-moz-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.hero-form .exvent-form .single-input input:-ms-input-placeholder,
.hero-form .exvent-form .single-input textarea:-ms-input-placeholder,
.login-register-form .exvent-form .single-input input:-ms-input-placeholder,
.login-register-form .exvent-form .single-input textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.hero-form .exvent-form .single-input input::placeholder,
.hero-form .exvent-form .single-input textarea::placeholder,
.login-register-form .exvent-form .single-input input::placeholder,
.login-register-form .exvent-form .single-input textarea::placeholder {
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.hero-form .exvent-form .single-input input:focus,
.hero-form .exvent-form .single-input textarea:focus,
.login-register-form .exvent-form .single-input input:focus,
.login-register-form .exvent-form .single-input textarea:focus {
  border: none;
  outline: none;
}

.hero-form .exvent-form .single-input textarea,
.login-register-form .exvent-form .single-input textarea {
  height: 140px;
}

.hero-form .exvent-form .single-input.white-bg input,
.hero-form .exvent-form .single-input.white-bg textarea,
.login-register-form .exvent-form .single-input.white-bg input,
.login-register-form .exvent-form .single-input.white-bg textarea {
  background-color: #ffffff;
}

.exvent-comment-section {
  margin-top: 50px;
  padding: 60px 25px;
  background-color: #f9fafc;
}

.exvent-comment-section .comment-title {
  margin-bottom: 50px;
}

.exvent-comment-section .comment-title .title {
  font-size: 20px;
  margin-bottom: 5px;
}

.exvent-comment-section .comment-title .reuired-messege {
  color: #686f7a;
}

.exvent-comment-section .comment-form .comment-form-input {
  border: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.exvent-comment-section .comment-form textarea.comment-form-input {
  height: 95px;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  /* position: relative; */
  background: #c73659;
  border-color: transparent;
  color: #ffffff;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  height: 50px;
  line-height: 48px;
  padding: 0px 30px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
}

.btn.btn-blue {
  background: #00acee;
}

.btn.btn-yellow {
  background: #f9d464;
}

.btn.btn-orange {
  background: #ffae4a;
}

.btn.btn-purple {
  background: #a221b9;
}

.btn.btn-purple-2 {
  background: #250449;
}

.btn.btn-purple-2:hover {
  color: #250449;
  background: #ffffff;
}


.btn::before {
  content: '';
  border: 2px solid #000;
  padding: 0 30px;
  position: absolute;
  top: 4px;
  left: 4px;
  height: 50px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  transition: .3s;
}

.btn:focus,
.btn:focus:active {
  box-shadow: none;
}

.btn:hover {
  box-shadow: none;
  background: #250449 !important;
  color: #ffffff;
}

.btn:hover::before {
  top: 0;
  left: 0;
}

.btn-hero {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.btn-2 {
  display: inline-block;
  position: relative;
  background: #ffae4a;
  border-color: transparent;
  color: #ffffff;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  height: 50px;
  line-height: 48px;
  padding: 0px 30px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
}

.btn-2.btn-blue {
  background: #00acee;
}

.btn-2.btn-yellow {
  background: #f9d464;
}

.btn-2:focus,
.btn-2:focus:active {
  box-shadow: none;
}

.btn-2:hover {
  box-shadow: none;
  background: #ffffff;
  color: #ffae4a;
}

.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: #00acee;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #ffffff;
}

.btn-4:hover {
  background: #ffffff;
  color: #00acee;
}

.submit_btn,
.btn-5 {
  display: inline;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  background-color: #ffae4a;
  padding: 15px 0;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.submit_btn::before,
.btn-5::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  left: -50%;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  overflow: hidden;
}

.submit_btn::after,
.btn-5::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  left: -100%;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  width: 100px;
  pointer-events: none;
}


.submit_btn:hover::before,
.btn-5:hover::before {
  left: 120%;
  opacity: .5;
}

.submit_btn:hover::after,
.btn-5:hover::after {
  left: 200%;
  opacity: .6;
}

.button-names {
  align-items: center;
  appearance: none;
  /* background-color: #FCFCFD; */
  /* border-radius: 4px; */
  /* border-width: 0; */
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.15) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  /* color: #36395A; */
  /* cursor: pointer; */
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  /* height: 48px; */
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  /* transition: box-shadow .15s,transform .15s; */
  /* user-select: none; */
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 16px;
}

.button-names:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-names:hover {
  box-shadow: rgba(45, 35, 66, 0.3) 0 4px 8px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-names:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.exvent-header-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  top: 0px;
}

.exvent-header-section.sticky {
  box-shadow: none;
}

.exvent-header-section.sticky {
  background-color: #ffffff;
}

.exvent-header-section.sticky {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 991px) {
  .exvent-header-section {
    padding: 0;
  }
}

/* .exvent-header-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.exvent-header-2.top-gap {
  top: 30px;
}

.exvent-header-2.sticky {
  box-shadow: none;
  top: 0;
}

.exvent-header-2.sticky .header-wrap,
.exvent-header-2.sticky {
  background-color: #150328;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.exvent-header-2.sticky .header-menu .main-menu li a {
  color: #ffffff;
}

.exvent-header-2.sticky .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .exvent-header-2 {
    padding: 0;
  }
}

.exvent-header-2 .header-wrap {
  background: none;
}

.exvent-header-2 .header-menu .main-menu li a {
  color: #ffffff;
}

.exvent-header-2 .header-menu .main-menu li.active-menu>a {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li.active-menu>.menu-icon::after {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

.exvent-header-2 .header-menu .main-menu li:hover>.menu-icon::after {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li:hover>a {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu {
  border-top: 3px solid #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu li a {
  color: #000000;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu li a::before {
  background: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu li.active>a {
  color: #ffae4a;
}

.exvent-header-2 .header-menu .main-menu li .sub-menu li:hover>a {
  color: #ffae4a;
}

.exvent-header-2 .header-search {
  position: relative;
}

.exvent-header-2 .header-search .search-btn {
  color: #ffffff;
}

.exvent-header-2 .header-search .search-btn:hover {
  color: #ffae4a;
}

.exvent-header-2 .search-wrap .search-inner .search-close:hover {
  color: #c73659;
}

.exvent-header-2 .header-cart {
  margin-left: 10px;
}

.exvent-header-2 .header-cart .cart-btn {
  color: #ffffff;
}

.exvent-header-2 .header-cart .cart-btn:hover {
  color: #ffae4a;
}

.exvent-header-2 .header-cart .cart-btn .count {
  background: #ffae4a;
}

.exvent-header-2 .header-cart .cart-btn .count.purple {
  background: #250449;
}

.exvent-header-2 .header-toggle button span {
  background: #ffae4a;
}

.exvent-header-2 .header-meta .header-btn button.btn-5 {
  transform: none;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li a {
  color: #ffffff;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li.active-menu>a {
  color: #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li.active-menu>.menu-icon::after {
  color: #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li:hover>.menu-icon::after {
  color: #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li:hover>a {
  color: #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu {
  border-top: 3px solid #250449;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu li a {
  color: #000000;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu li a::before {
  background: #ffae4a;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu li.active>a {
  color: #ffae4a;
}

.exvent-header-2.exvent-header-4 .header-menu .main-menu li .sub-menu li:hover>a {
  color: #ffae4a;
}

.exvent-header-2.exvent-header-4 .header-meta .header-cart .cart-btn .count {
  background-color: #250449;
}

.exvent-header-2.exvent-header-4.sticky .header-meta .header-btn .btn.btn-purple-2 {
  color: #ffffff;
  background: #ffae4e;
}

.exvent-header-2.exvent-header-4.sticky .header-meta .header-btn .btn.btn-purple-2:hover {
  color: #ffae4e;
  background-color: #ffffff;
}


.exvent-header-2.sticky .header-menu .main-menu li a {
  color: #ffffff;
}

.exvent-header-2.sticky .header-menu .main-menu li.active-menu>a {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li.active-menu>.menu-icon::after {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

.exvent-header-2.sticky .header-menu .main-menu li:hover>.menu-icon::after {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li:hover>a {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu {
  border-top: 3px solid #250449;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu li a {
  color: #000000;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu li a::before {
  background: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu li.active>a {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-menu .main-menu li .sub-menu li:hover>a {
  color: #ffae4a;
}

.exvent-header-2.sticky .header-meta .header-btn button.btn-5 {
  background-color: #ffae4a;
}

.exvent-header-2.sticky .header-meta .header-btn button.btn-5:hover {
  background-color: #c73659;
  transform: none;
}

.exvent-header-2.sticky .header-meta .header-cart .cart-btn .count {
  background-color: #ffae4a;
}

.header-purple .header-wrap {
  background-color: #150328;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
} */

.header-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  background: #C80B00;
  padding: 0 20px;
  z-index: 5;
}

@media(max-width:767px) {
  .header-wrap {
    background: #fff!important;
  }
}

@media only screen and (max-width: 991px) {
  .header-wrap {
    padding: 10px 20px;
    justify-content: space-around;
    background: #fff;
  }
}

.header-menu .main-menu {
  display: flex;
}

.header-menu .main-menu li {
  position: relative;
  padding: 5px 7px;

}

@media only screen and (max-width: 1199px) {
  .header-menu .main-menu li {
    padding: 30px 14px;
  }
}

.header-menu .main-menu li a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
}


@media only screen and (max-width: 991px) {
  .header-menu .main-menu li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1025px) {
  .header-menu .main-menu li a {
    font-size: 14px;
  }

  .header-menu .main-menu li {
    padding: 30px 10px;
  }
}


.header-logo a {
  width: 88px;
}

.header-menu .main-menu li.active-menu>a {
  color: #c73659;
}

.header-menu .main-menu li.active-menu>.menu-icon::after {
  color: #c73659;
}

/* .header-menu .main-menu li .menu-icon::after {
  content: '\f16c';
  font-family: "flaticon";
  font-size: 10px;
  color: #94a0b9;
  margin-left: 5px;
  transition: all 0.3s linear;
} */

.header-menu .main-menu li:hover>.menu-icon::after {
  color: #ffffff;
  border: 1px solid rgb(255, 255, 255);
  padding: 2px;
}

.header-menu .main-menu li:hover>a {
  color: #ffffff;
  border: 1px solid rgb(255, 255, 255);
  padding: 2px;
}

.header-menu .main-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 270px;
  background: #c73659;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid #ffffff;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li {
  padding: 0;
}

.header-menu .main-menu li .sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
}


.header-menu .main-menu li .sub-menu li.active>a {
  color: #c73659;
}

.header-menu .main-menu li .sub-menu li.active>a::before {
  opacity: 1;
  visibility: visible;
  left: 25px;
}

.header-menu .main-menu li .sub-menu li:hover>a {
  color: #c73659;
  background: #d0c5db;
}



.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-search {
  position: relative;
}

.header-search .search-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #333333;
  transition: all 0.3s linear;
}

.header-search .search-btn:hover {
  color: #c73659;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-inner .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}

.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #c73659;
}

.search-wrap .search-inner .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-inner .search-cell .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
}


/* topHeader */


/* .header-cart {
  margin-left: 10px;
}

.header-cart .cart-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background: none;
  color: #333333;
  border: 0;
  position: relative;
  transition: all 0.3s linear;
}

.header-cart .cart-btn:hover {
  color: #c73659;
}

.header-cart .cart-btn .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #c73659;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: -4px;
  right: -12px;
}

.dropdown-cart {
  max-width: 370px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  transform: translateX(-50%) !important;
  left: 50% !important;
  top: 70px !important;

  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.cart-btns a.btn::before {
  display: none;
}

@media only screen and (max-width: 1399px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-85%) !important;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown-cart {
    top: 56px !important;
  }
}

@media only screen and (max-width: 449px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-72%) !important;
    max-width: 300px;
    padding: 15px;
  }
}

.dropdown-cart .cart-items {
  height: 100%;
  overflow-y: hidden;
}

.dropdown-cart .cart-items .single-cart-item {
  display: flex;
  align-items: center;
  position: relative;
}

.dropdown-cart .cart-items .single-cart-item+.single-cart-item {
  margin-top: 30px;
}

.dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.dropdown-cart .cart-items .single-cart-item .item-content {
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}

.dropdown-cart .cart-items .single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
}



.dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #c73659;
  line-height: 1.75;
  display: block;
}

.dropdown-cart .cart-items .single-cart-item .btn-close {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 5px;
}

.dropdown-cart .cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.dropdown-cart .cart-total .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #000000;
}

.dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #c73659;
}

.dropdown-cart .cart-btns {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.dropdown-cart .cart-btns .btn {
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  padding: 0 35px;
  width: 48%;
}

.dropdown-cart .cart-btns .btn.btn-2 {
  background: #00acee;
  border: 2px solid transparent;
  transition: all 0.3s linear;
}

.dropdown-cart .cart-btns .btn.btn-2:hover {
  color: #ffffff;
  background-color: #250449;
} */

.header-btn {
  margin-left: 25px;
}

.header-toggle {
  margin-left: 30px;
}

.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #c73659;
  margin: 5px 0;
  display: block;
}

.header-toggle button span:last-child {
  margin-bottom: 0;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-top-wrapper .header-top-info ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
}

.header-top-wrapper .header-top-info ul li i {
  font-size: 20px;
  color: #00acee;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.header-top-wrapper .header-top-info ul li+li {
  padding-left: 30px;
  margin-left: 25px;
}

.header-top-wrapper .header-top-info ul li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #353542;
  width: 1px;
  height: 45px;
  transform: translateY(-46%);
}

.header-top-wrapper .header-social {
  display: flex;
  align-items: center;
}

.header-top-wrapper .header-social span {
  font-size: 14px;
  color: #00acee;
  display: inline-block;
  margin-right: 20px;
}

.header-top-wrapper .header-social ul li {
  display: inline-block;
}

.header-top-wrapper .header-social ul li+li {
  margin-left: 10px;
}

.header-top-wrapper .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
}

.header-top-wrapper .header-social ul li a:hover {
  color: #00acee;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
}



/*--
/*  2.3 - Header Offcanvas CSS
/*----------------------------------------*/
.offcanvas {
  background: #ffffff;
  width: 320px;
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #c73659;
  transition: all 0.3s linear;
}

.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #00acee;
}

.offcanvas-logo a img {
  width: 61px;
}

.offcanvas-menu {
  padding: 30px 0;
}

.offcanvas-menu .main-menu li {
  position: relative;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #c73659;
  padding: 3px 0px;
  position: relative;
}


.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  left: 135px!important;
  top: 3px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #c73659;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #c73659;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li:hover>a {
  color: #00acee;
}

.offcanvas-menu .main-menu li.active>.menu-expand::after {
  height: 0;
}

.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}

/*----------------------------------------*/
/*  Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.exvent-hero-section {
  overflow: hidden;
  position: relative;
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 1020px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section {
    height: 860px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section {
    height: auto;
  }
}

.exvent-hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to right, #1c0087, #9a00b0); */
  opacity: 0.9;
  z-index: -1;
}

.exvent-hero-section .shape-1 {
  position: absolute;
  top: 0;
  right: 0%;
  z-index: 1;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.exvent-hero-section .shape-2 {
  position: absolute;
  bottom: -180px;
  left: -430px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section .exvent-hero-row {
    margin-top: 80px;
  }
}

.exvent-hero-section .hero-content {
  position: relative;
  z-index: 1;
  padding-left: 45px;
  padding-top: 65px;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section .hero-content {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section .hero-content {
    border: 3px solid #fff;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section .hero-content {
    padding: 30px;
  }
}

.exvent-hero-section .hero-content .shape-3 {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section .hero-content .shape-3 {
    display: none;
  }
}

.exvent-hero-section .hero-content .sub-title {
  font-size: 30px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section .hero-content .sub-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section .hero-content .sub-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.exvent-hero-section .hero-content .title {
  font-size: 76px;
  line-height: 86px;
  color: #ffffff;
  margin-top: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section .hero-content .title {
    font-size: 56px;
    line-height: 68px;
  }
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section .hero-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}

.exvent-hero-section .hero-content .event-address {
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 25px;
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section .hero-content .event-address {
    padding: 5px 15px;
  }
}

.exvent-hero-section .hero-content .event-address h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section .hero-content .event-address h5 {
    font-size: 12px;
  }
}

.exvent-hero-section .hero-content .btn-hero {
  position: relative;
  margin-top: 45px;
}

.exvent-hero-section .hero-content .btn-hero::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 0%;
  background: #c73659;
  bottom: 0;
  left: 0;
  right: auto;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.exvent-hero-section .hero-content .btn-hero:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}

.exvent-hero-section .hero-content .btn-hero::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: #c73659;
  bottom: 0;
  left: 0;
  transition: .9s;
}

.exvent-hero-section .hero-content .btn-hero:hover:before {
  opacity: 0;
  visibility: hidden;
  width: 0%;
}

.exvent-hero-section .hero-images {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section .hero-images {
    position: relative;
    width: 100%;
    margin-top: 90px;
  }
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section .hero-images {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section .hero-images .images {
    padding: 0 130px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section .hero-images .images {
    padding: 0 90px;
  }
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section .hero-images .images {
    padding: 0 50px;
  }
}

.exvent-hero-section-02 {
  overflow: hidden;
  position: relative;
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 380px;
  z-index: 1;
  /* top: 24.4%; */
  /* margin-bottom: 100px; */
}

@media(max-width:767px){
  .exvent-hero-section-02{
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    z-index: 1;
    /* top: 22%; */
    /* margin-bottom: 100px; */
  }
}
@media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 {
    /* height: auto; */
    padding-bottom: 100px;
  }
}

.exvent-hero-section-02::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #0301276b; */
  opacity: 0.7;
  z-index: -1;
}

.exvent-hero-section-02 .hero-shape-3 {
  position: absolute;
  width: 100%;
  /* height: 130px; */
  right: 0;
  left: 0px;
  bottom: -130px;
  background: #F1F3FF;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}

.exvent-hero-section-02 .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.exvent-hero-section-02 .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.exvent-hero-section-02 .exvent-hero-title {
  /* padding: 45px 0; */
  position: relative;
  z-index: 3;
}

/* @media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 .exvent-hero-title {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 .exvent-hero-title {
    padding: 80px 0;
  }
} */

.exvent-hero-section-02 .exvent-hero-title .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 77px;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 .exvent-hero-title .title {
    font-size: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-02 .exvent-hero-title .title {
    font-size: 80px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 575px) {
  .exvent-hero-section-02 .exvent-hero-title .title {
    font-size: 52px;
  }
}

.exvent-hero-section-02 .exvent-hero-title .sub-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 200;
  /* letter-spacing: 18px; */
  letter-spacing: 5px;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 .exvent-hero-title .sub-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-02 .exvent-hero-title .sub-title {
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .exvent-hero-section-02 .exvent-hero-title .sub-title {
    font-size: 18px;
    letter-spacing: 5px;
  }
}

.exvent-hero-section-02 .exvent-hero-title .shape-3 {
  position: absolute;
  left: 55px;
  top: 0px;
  pointer-events: none;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-02 .exvent-hero-title .shape-3 {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section-02 .exvent-hero-title .shape-3 {
    left: 0;
  }
}

.exvent-hero-section-02 .exvent-countdown .single-countdown {
  display: inline-block;
  border: 5px solid #c73659;
  border-radius: 100%;
  height: 170px;
  width: 170px;
  padding-top: 35px;
  margin: 0 25px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown {
    height: 130px;
    width: 130px;
    padding-top: 25px;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown {
    height: 100px;
    width: 100px;
    padding-top: 15px;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 575px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown {
    margin: 0 20px;
    margin-bottom: 30px;
  }
}

.exvent-hero-section-02 .exvent-countdown .single-countdown:nth-child(2) {
  border-color: #f9d464;
}

.exvent-hero-section-02 .exvent-countdown .single-countdown:nth-child(3) {
  border-color: #00acee;
}

.exvent-hero-section-02 .exvent-countdown .single-countdown:nth-child(4) {
  border-color: #a221b9;
}

.exvent-hero-section-02 .exvent-countdown .single-countdown .count {
  font-size: 76px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown .count {
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown .count {
    font-size: 38px;
  }
}

.exvent-hero-section-02 .exvent-countdown .single-countdown .value {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown .value {
    font-size: 14px;
  }
}

.exvent-hero-section-03 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 1160px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-03 {
    height: auto;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section-03 {
    padding-bottom: 50px;
  }
}

.exvent-hero-section-03::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d0a91;
  opacity: 0.9;
  z-index: -1;
}

.exvent-hero-section-03 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: bounce-animate 3s linear infinite;
  animation: bounce-animate 3s linear infinite;
}

.exvent-hero-section-03 .shape-2 {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 1;
  pointer-events: none;

}

@media only screen and (max-width: 767px) {
  .exvent-hero-section-03 .shape-2 {
    display: none;
  }
}

.exvent-hero-section-03 .shape-3 {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.exvent-hero-section-03 .shape-4 {
  position: absolute;
  top: 300px;
  right: 500px;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: bounce-animate-2 3s linear infinite;
  animation: bounce-animate-2 3s linear infinite;
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section-03 .shape-4 {
    display: none;
  }
}

.exvent-hero-section-03 .shape-5 {
  position: absolute;
  bottom: 0;
}

.exvent-hero-section-03 .exvent-hero-title {
  padding: 160px 0;
  padding-top: 350px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-03 .exvent-hero-title {
    padding: 250px 0;
    padding-top: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section-03 .exvent-hero-title {
    padding: 200px 0;
    padding-bottom: 200px;
  }
}

.exvent-hero-section-03 .exvent-hero-title .title-bg-shape {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-03 .exvent-hero-title .title-bg-shape {
    left: 100px;
    bottom: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-03 .exvent-hero-title .title-bg-shape {
    left: 0;
  }
}

.exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper {
  display: inline-block;
  background-color: #ffffff;
  padding: 50px 60px;
  margin-left: 100px;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper {
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper .title {
  color: #250449;
  text-transform: capitalize;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper .title {
    font-size: 62px;
  }
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper .title {
    font-size: 42px;
  }

  .exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper .title br {
    display: none;
  }
}

.exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper .sub-title .date,
.exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper .sub-title .year {
  color: #ffffff;
  text-transform: capitalize;
  background-color: black;
  display: inline-block;
  padding: 0 5px;
  font-size: 30px;
  font-weight: 200;
}

@media only screen and (max-width: 449px) {

  .exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper .sub-title .date,
  .exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper .sub-title .year {
    font-size: 24px;
  }
}

.exvent-hero-section-03 .exvent-hero-title .hero-title-wrapper .sub-title .year {
  margin-top: 3px;
}

.exvent-hero-section-03 .exvent-hero-title .shape-3 {
  position: absolute;
  left: -90px;
  top: 80px;
  pointer-events: none;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-03 .exvent-hero-title .shape-3 {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section-03 .exvent-hero-title .shape-3 {
    left: 0;
  }
}

.exvent-hero-section-04 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 825px;
  z-index: 1;
}

.exvent-hero-section-04::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fd5c5b, #ffc57d);
  opacity: 0.8;
  z-index: -1;
}

.exvent-hero-section-04 .shape-5 {
  position: absolute;
  bottom: 0;
}

.exvent-hero-section-04 .exvent-hero-title {
  padding: 160px 0;
  padding-top: 200px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.exvent-hero-section-04 .exvent-hero-title .title-date {
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 25px;
  margin-left: 5px;
}

.exvent-hero-section-04 .exvent-hero-title .main-title {
  color: #ffffff;
  font-size: 94px;
  line-height: 1;
  text-transform: uppercase;
}

.exvent-hero-section-04 .exvent-hero-title .title-year {
  line-height: 1;
  font-size: 150px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-04 .exvent-hero-title .main-title {
    font-size: 75px;
  }

  .exvent-hero-section-04 .exvent-hero-title .title-year {
    font-size: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-04 {
    height: auto;
    padding-bottom: 120px;
  }

  .exvent-hero-section-04 .exvent-hero-title {
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
  }

  .exvent-hero-section-04 .hero-form {
    margin-top: 0;
  }
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section-04 .exvent-hero-title .main-title {
    font-size: 48px;
  }

  .exvent-hero-section-04 .exvent-hero-title .title-year {
    font-size: 76px;
  }

  .exvent-hero-section-04 .hero-form {
    margin-top: 0;
  }
}

.exvent-hero-section-05 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding: 100px 0 25px;
  z-index: 1;
}
@media(max-width:767px){
  .exvent-hero-section-05 {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    padding: 80px 0 24px;
    background-position: center;
    z-index: 1;
}

}

.exvent-hero-section-05::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 21%);
  opacity: 0.8;
  z-index: -1;
}

.exvent-hero-section-05 .hero-conent-wrapper .top-title-date span {
  font-size: 30px;
  font-weight: 500;
  color: #ffae4a;
  text-transform: capitalize;
}

.exvent-hero-section-05 .hero-conent-wrapper .main-title h1 {
  color: #ffffff;
  line-height: 90px;
  margin-bottom: 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.exvent-hero-section-05 .hero-conent-wrapper .hero-meta {
  margin-bottom: 40px;
}

.exvent-hero-section-05 .hero-conent-wrapper .hero-meta .meta-item {
  display: inline-block;
}

.exvent-hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a {
  font-size: 20px;
  color: #ffffff;
  margin: 0 10px;
  text-transform: uppercase;
}

.exvent-hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a i {
  color: #ffae4a;
}

.exvent-hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a:hover {
  color: #ffae4a;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-05 .hero-conent-wrapper .top-title-date span {
    font-size: 26px;
    display: block;
    margin-bottom: 15px;
  }

  .exvent-hero-section-05 .hero-conent-wrapper .main-title h1 {
    font-size: 40px;
    line-height: 70px;
  }

  .exvent-hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .exvent-hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a i {
    color: #ffae4a;
  }

  .exvent-hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a:hover {
    color: #ffae4a;
  }
}

@media only screen and (max-width: 449px) {
  .exvent-hero-section-05 .hero-conent-wrapper .top-title-date span {
    font-size: 20px;
  }

  .exvent-hero-section-05 .hero-conent-wrapper .main-title h1 {
    font-size: 28px !important;
    line-height: 50px;
    bottom: 150px !important;
  }

  .exvent-hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.exvent-hero-section-06 {
  overflow: hidden;
  position: relative;
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 1020px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-06 {
    height: auto;
    padding-bottom: 100px;
  }
}

.exvent-hero-section-06::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #030127;
  opacity: 0.7;
  z-index: -1;
}

.exvent-hero-section-06 .hero-shape-3 {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0px;
  bottom: -130px;
  background: #ffffff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}

.exvent-hero-section-06 .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.exvent-hero-section-06 .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.exvent-hero-section-06 .exvent-hero-title {
  padding: 160px 0;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-06 .exvent-hero-title {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-06 .exvent-hero-title {
    padding: 80px 0;
  }
}

.exvent-hero-section-06 .exvent-hero-title .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 84px;
  margin-bottom: 20px;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-06 .exvent-hero-title .title {
    font-size: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-06 .exvent-hero-title .title {
    font-size: 80px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 575px) {
  .exvent-hero-section-06 .exvent-hero-title .title {
    font-size: 52px;
  }
}

.exvent-hero-section-06 .exvent-hero-title .sub-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 18px;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-06 .exvent-hero-title .sub-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-06 .exvent-hero-title .sub-title {
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .exvent-hero-section-06 .exvent-hero-title .sub-title {
    font-size: 18px;
    letter-spacing: 5px;
  }
}

.exvent-hero-section-06 .exvent-hero-title .shape-3 {
  position: absolute;
  left: -90px;
  top: 80px;
  pointer-events: none;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-06 .exvent-hero-title .shape-3 {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .exvent-hero-section-06 .exvent-hero-title .shape-3 {
    left: 0;
  }
}

.exvent-hero-section-06 .exvent-countdown .single-countdown {
  display: inline-block;
  border: 5px solid #c73659;
  border-radius: 100%;
  height: 170px;
  width: 170px;
  padding-top: 35px;
  margin: 0 25px;
  position: relative;
  z-index: 3;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-06 .exvent-countdown .single-countdown {
    height: 130px;
    width: 130px;
    padding-top: 25px;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-06 .exvent-countdown .single-countdown {
    height: 100px;
    width: 100px;
    padding-top: 15px;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 575px) {
  .exvent-hero-section-06 .exvent-countdown .single-countdown {
    margin: 0 20px;
    margin-bottom: 30px;
  }
}

.exvent-hero-section-06 .exvent-countdown .single-countdown:nth-child(2) {
  border-color: #f9d464;
}

.exvent-hero-section-06 .exvent-countdown .single-countdown:nth-child(3) {
  border-color: #00acee;
}

.exvent-hero-section-06 .exvent-countdown .single-countdown:nth-child(4) {
  border-color: #a221b9;
}

.exvent-hero-section-06 .exvent-countdown .single-countdown .count {
  font-size: 76px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-06 .exvent-countdown .single-countdown .count {
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-06 .exvent-countdown .single-countdown .count {
    font-size: 38px;
  }
}

.exvent-hero-section-06 .exvent-countdown .single-countdown .value {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-06 .exvent-countdown .single-countdown .value {
    font-size: 14px;
  }
}

.inner-page-hero {
  height: 600px;
}

.inner-page-hero .page-title {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .inner-page-hero {
    height: auto;
  }
}

.inner-page-hero .page-navigation {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

.inner-page-hero .page-navigation ol.breadcrumb {
  color: #ffffff;
}

.inner-page-hero .page-navigation ol.breadcrumb li {
  margin-right: 23px;
}

.actives {
  color: yellow;
}

.inner-page-hero .page-navigation ol.breadcrumb .breadcrumb-item a {
  letter-spacing: 1px;
  font-weight: 400;
}

.inner-page-hero .page-navigation ol.breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}

/*--
/*  04 - Counter CSS
/*----------------------------------------*/
.event-counter-section {
  position: relative;
}

.event-counter-section .conter-shape1,
.event-counter-section .conter-shape2,
.event-counter-section .conter-shape3 {
  position: absolute;
  z-index: 1;
}

.event-counter-section .conter-shape1 {
  top: 65px;
  left: 0;
}

.event-counter-section .conter-shape2 {
  top: 30px;
  right: 200px;
  -webkit-animation: round-01 3s linear infinite;
  animation: round-01 3s linear infinite;
}

.event-counter-section .conter-shape3 {
  top: 150px;
  left: 140px;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}

@media only screen and (max-width: 991px) {
  .event-counter-section .conter-shape2 {
    right: 120px;
    top: 60px;
  }
}

@media only screen and (max-width: 449px) {
  .event-counter-section .conter-shape2 {
    display: none;
  }
}

.event-counter-section .counter-item {
  padding: 50px 20px;
  background: #fff;
  text-align: center;
  margin: 0 15px;
  position: relative;
  z-index: 2;
}

.event-counter-section .counter-item::before,
.event-counter-section .counter-item::after {
  position: absolute;
  content: '';
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #f1f3ff;
}

.event-counter-section .counter-item::before {
  top: -20px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.event-counter-section .counter-item::after {
  bottom: -20px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.event-counter-section .counter-item .counter-numb {
  font-size: 48px;
}

.event-counter-section .counter-item .counter-numb.color1 {
  color: #f9d464;
}

.event-counter-section .counter-item .counter-numb.color2 {
  color: #c73659;
}

.event-counter-section .counter-item .counter-numb.color3 {
  color: #00acee;
}

.event-counter-section .counter-item span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

@media only screen and (max-width: 1199px) {
  .event-counter-section .counter-item {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .event-counter-section .counter-item {
    margin: 0 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .event-counter-section .counter-item {
    margin: 0;
    margin-bottom: 30px;
  }
}

/*--
/*  05 - About CSS
/*----------------------------------------*/
/* .about-section .about-thumb-wrap {
  margin-right: -165px;
  text-align: center;
} */

.about-section .about-thumb-wrap img {
  margin-bottom: 35px;
  border-radius: 21px;
  height: 387px;
}

/* .about-section .about-thumb-wrap img:last-child {
  margin-right: 95px;
} */

@media only screen and (max-width: 1199px) {
  .about-section .about-thumb-wrap img:last-child {
    margin-right: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .about-thumb-wrap img:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .about-thumb-wrap {
    margin: 0;
    margin-top: 80px;
  }
}

.about-section .about-content-wrap {
  padding: 60px 60px;
  border: 10px solid #C80B00;
  position: relative;
  margin-top: 40px;
  background: rgba(255, 255, 255, 72%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  z-index: 0;
}

.about-section .about-content-wrap .about-box-shape {
  position: absolute;
  bottom: -53px;
  right: -53px;
  width: 100%;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .about-section .about-content-wrap .about-box-shape {
    bottom: -46px;
    right: -46px;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .about-content-wrap .about-box-shape {
    bottom: -55px;
    right: -55px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section .about-content-wrap .about-box-shape {
    bottom: -45px;
    right: -45px;
  }
}

@media only screen and (max-width: 575px) {
  .about-section .about-content-wrap .about-box-shape {
    display: none;
  }
}

.about-section .about-content-wrap .about-shape-x {
  position: absolute;
  top: 40px;
  right: 60px;
  -webkit-animation: round-01 3s linear infinite;
  animation: round-01 3s linear infinite;
}

.about-section .about-content-wrap .section-paragraph {
  padding-right: 100px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1199px) {
  .about-section .about-content-wrap .section-paragraph {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-section .about-content-wrap {
    padding: 90px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .about-section .about-content-wrap {
    padding: 60px 20px;
  }
}

.about-area-2 .thumnail-wrap {
  position: relative;
}

.about-area-2 .thumnail-wrap .about-shape-1 {
  position: absolute;
  top: -10px;
  right: -50px;
}

@media only screen and (max-width: 1199px) {
  .about-area-2 .thumnail-wrap .about-shape-1 {
    right: -180px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-2 .thumnail-wrap .about-shape-1 {
    right: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area-2 .thumnail-wrap .about-shape-1 {
    left: 0;
    z-index: -1;
  }
}

.about-area-2 .thumnail-wrap .about-shape-2 {
  max-width: none;
  position: absolute;
  top: 60px;
  left: 45px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .about-area-2 .thumnail-wrap .about-shape-2 {
    display: none;
  }
}

.about-area-2 .thumnail-wrap .about-thumbnails {
  position: relative;
  margin-right: 150px;
}

@media only screen and (max-width: 767px) {
  .about-area-2 .thumnail-wrap .about-thumbnails {
    margin-right: 0;
  }
}

.about-area-2 .thumnail-wrap .about-thumbnails .main-img {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .about-area-2 .thumnail-wrap .about-thumbnails .main-img {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .about-area-2 .thumnail-wrap .about-thumbnails .main-img .about-img-1 {
    margin-bottom: 30px;
  }
}

.about-area-2 .thumnail-wrap .about-thumbnails .main-img .about-img-2 {
  position: absolute;
  z-index: -1;
  top: 115px;
  left: 200px;
}

@media only screen and (max-width: 767px) {
  .about-area-2 .thumnail-wrap .about-thumbnails .main-img .about-img-2 {
    position: relative;
    left: auto;
    top: auto;
  }
}

.about-area-2 .about-content {
  margin-bottom: 40px;
  padding-left: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-area-2 .about-content {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-2 .about-content {
    margin-top: 230px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-area-2 .about-content {
    margin-top: 40px;
  }
}

.about-area-2 .about-content .about-title .title-numb {
  font-size: 120px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #ffae4a;
}

.about-area-2 .about-content .about-title .section-title {
  margin-bottom: 40px;
}

.about-area-2 .about-content .about-title .section-paragraph {
  font-size: 16px;
  padding-right: 25px;
}

@media only screen and (max-width: 449px) {
  .about-area-2 .about-content .about-title .section-paragraph {
    padding: 0;
  }
}

.about-area-2 .abot-event {
  padding-left: 100px;
}


@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-area-2 .abot-event {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-2 .abot-event {
    padding-left: 0;
  }
}

.about-area-2 .abot-event img {
  margin-bottom: 20px;
  transition: all 400ms ease;
}

.about-area-2 .abot-event:hover img {
  transform: scale(-1) rotate(180deg);
}

.about-area-2 .abot-event h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.about-area-4 .about-thumbnail {
  position: relative;
}

.about-area-4 .about-thumbnail .about-thumb-1 {
  position: relative;
  left: 240px;
  top: 120px;
}

.about-area-4 .about-thumbnail .thumbnail-shape {
  position: absolute;
  top: 195px;
  left: 80px;
}

.about-area-4 .about-title {
  margin-top: 50px;
  padding: 0 80px;
  padding-right: 0;
  position: relative;
}

.about-area-4 .about-title::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 290px;
  background-color: #ffae4a;
  left: 0;
  top: 20px;
}

.about-area-4 .about-title .section-title {
  padding-right: 80px;
}

.about-area-4 .about-title .section-title .title {
  font-size: 65px;
  line-height: 80px;
}

.about-area-4 .about-content {
  padding-left: 80px;
  padding-right: 50px;
}

.about-area-4 .about-content .section-paragraph {
  margin-bottom: 20px;
}

.about-area-4 .about-content .about-event {
  display: flex;
  margin-top: 30px;
  margin-right: 30px;
  text-align: left;
}

.about-area-4 .about-content .about-event .thumb {
  margin-right: 30px;
  transition: all 400ms ease;
}

.about-area-4 .about-content .about-event:hover .thumb {
  transform: scale(-1) rotate(180deg);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-area-4 .about-thumbnail {
    padding: 0 20px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area-4 .about-title::before {
    left: 45px;
  }

  .about-area-4 .about-title .section-title .title {
    font-size: 52px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-4 .about-thumbnail {
    padding: 0 100px;
    padding-left: 80px;
  }

  .about-area-4 .about-thumbnail .thumbnail-shape {
    top: 195px;
    left: 150px;
  }

  .about-area-4 .about-title::before {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-area-4 .about-thumbnail {
    padding: 0;
    padding-left: 0px;
  }

  .about-area-4 .about-thumbnail .about-thumb-1 {
    position: relative;
    left: 150px;
    top: 120px;
  }

  .about-area-4 .about-thumbnail .thumbnail-shape {
    top: 195px;
    left: 80px;
  }

  .about-area-4 .about-title::before {
    left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .about-area-4 .about-thumbnail {
    text-align: center;
  }

  .about-area-4 .about-thumbnail .about-thumb-1 {
    position: relative;
    left: 80px;
    top: 120px;
  }

  .about-area-4 .about-thumbnail .thumbnail-shape {
    top: 195px;
    left: 30px;
  }

  .about-area-4 .about-title .section-title {
    padding-right: 0px;
  }

  .about-area-4 .about-title .section-title .title {
    font-size: 42px;
    line-height: 48px;
  }

  .about-area-4 .about-title::before {
    left: 50px;
  }
}

@media only screen and (max-width: 449px) {
  .about-area-4 .about-thumbnail {
    text-align: center;
  }

  .about-area-4 .about-thumbnail .about-thumb-1 {
    position: relative;
    left: 0px;
    top: 120px;
  }

  .about-area-4 .about-thumbnail .thumbnail-shape {
    display: none;
  }

  .about-area-4 .about-title {
    padding-left: 0;
    text-align: center;
  }

  .about-area-4 .about-title::before {
    display: none;
  }

  .about-area-4 .about-content {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}

.about-page .section-title {
  margin-bottom: 120px;
}

.about-page .about-right-content .section-paragraph {
  margin-bottom: 30px;
}

.about-page .about-content-wrap {
  padding-top: 100px;
  padding-bottom: 40px;
  margin-left: -145px;
  margin-top: 90px;
  border-color: #c73659;
}

.about-page .about-content-wrap .section-title {
  margin-bottom: 50px;
}

.about-page .about-content-wrap .about-item {
  display: flex;
  padding-right: 100px;
  margin-bottom: 30px;
}

.about-page .about-content-wrap .about-item .icon {
  height: 100%;
  transition: all 400ms ease;
}

.about-page .about-content-wrap .about-item:hover .icon {
  transform: scale(-1) rotate(180deg);
}

.about-page .about-content-wrap .about-item .about-item-content {
  margin-left: 30px;
}

.about-page .about-content-wrap .about-item .about-item-content .item-heading {
  font-size: 22px;
  margin-bottom: 10px;
}

.about-page .about-content-wrap .about-item .about-item-content .item-description {
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .about-page .about-content-wrap {
    padding-right: 35px;
    padding-left: 35px;
  }

  .about-page .about-content-wrap .about-item {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .about-page .section-title {
    margin-bottom: 20px;
  }

  .about-page .about-content-wrap {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-page .about-content-wrap .about-item {
    padding-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .about-page .about-content-wrap .section-title {
    text-align: center;
  }

  .about-page .about-content-wrap .about-item {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }

  .about-page .about-content-wrap .about-item .icon {
    margin-bottom: 20px;
  }

  .about-page .about-content-wrap .about-item .about-item-content {
    margin-left: 0;
  }
}

/*--
/*  07 - Speaker CSS
/*----------------------------------------*/
.speaker-section {
  background: #ffffff;
}

.speaker-section .container-fluid {
  overflow: hidden;
  padding: 0;
}

.speaker-section .section-title {
  /* padding-bottom: 80px; */
  padding-bottom: 5px;
}

.speaker-section .speaker-link {
  display: inline;
}

.speaker-section .speaker-link .single-speaker {
  position: relative;
}

.speaker-section .speaker-link .single-speaker::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: linear-gradient(to right, #1c0087, #9c00b1); */
  opacity: 0.45;
  z-index: 2;
}

.speaker-section .speaker-link .single-speaker .speaker-thumb {
  overflow: hidden;
}

.speaker-section .speaker-link .single-speaker .speaker-thumb img {
  width: 100%;
  transition: .3s;
  z-index: 0;
  height: 426px;
}

.speaker-section .speaker-link .single-speaker .speaker-content {
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  background: white;
  width: 90%;
  margin: 0 auto;
  z-index: 2;
}

.speaker-section .speaker-link .single-speaker .speaker-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.speaker-section .speaker-link .single-speaker .speaker-content {
  z-index: 4;
}

.speaker-section .speaker-link .single-speaker .speaker-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  transition: .3s;
}

.speaker-section .speaker-link .single-speaker .speaker-content span {
  font-size: 14px;
  color: #534949;
}

.speaker-section .speaker-link:hover .speaker-thumb img {
  transform: scale(1.1);

}

.speaker-thumb img {
  border: 2px solid white;
  border-radius: 25px;
  height: 300px;
}

.speaker-section .speaker-link:hover .speaker-content h4 {
  color: #ffae4a;
}

.speaker-section-2 {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .speaker-section-2 {
    padding-bottom: 0;
  }
}

.speaker-section-2 .speaker-bg-shape {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 575px) {
  .speaker-section-2 .speaker-bg-shape {
    display: none;
  }
}

.speaker-section-2 .section-title {
  margin-bottom: 80px;
}

.speaker-section-2 .speaker-col .speaker-link .single-speaker {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  transition: .3s;
}

.speaker-section-2 .speaker-col .speaker-link .single-speaker .speaker-thumb {
  position: relative;
}

.speaker-section-2 .speaker-col .speaker-link .single-speaker .speaker-thumb::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-color: #00acee; */
  top: 0;
  left: 0;
  opacity: .45;
}

.speaker-section-2 .speaker-col .speaker-link .single-speaker .speaker-thumb .speaker-social-links {
  position: absolute;
  top: 0;
}

.speaker-section-2 .speaker-col .speaker-link .single-speaker .speaker-content {
  margin-top: 25px;
}

.speaker-section-2 .speaker-col .speaker-link .single-speaker .speaker-content h4 {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s linear;
}

.speaker-section-2 .speaker-col .speaker-link .single-speaker .speaker-content span {
  color: #ffffff;
  transition: all 0.3s linear;
}

.speaker-section-2 .speaker-col .speaker-link:hover .single-speaker {
  transform: translateY(20px);
  transition: .3s;
  filter: drop-shadow(2px 4px 6px white);
}

.speaker-section-2 .speaker-col .speaker-link:hover .single-speaker .speaker-content h4 {
  color: #ffae4a;
  filter: none;
}



@media only screen and (max-width: 767px) {
  .speaker-section-2 .speaker-col:nth-child(3n+0) .single-speaker {
    transform: none;
  }
}



.speaker-section-2 .speaker-col:nth-child(3n-1):hover .single-speaker {

  transition: .3s;
}


@media only screen and (max-width: 767px) {

  .speaker-section-2 .speaker-col:nth-child(1) .single-speaker,
  .speaker-section-2 .speaker-col:nth-child(4) .single-speaker {
    transform: none;
  }
}

.speaker-section-3,
.event-single-page,
.single-speaker-page {
  padding-top: 0px;
}

.speaker-section-3 .section-title,
.event-single-page .section-title,
.single-speaker-page .section-title {
  margin-bottom: 70px;
}

.speaker-section-3 .speaker-col .single-speaker,
.event-single-page .speaker-col .single-speaker,
.single-speaker-page .speaker-col .single-speaker {
  text-align: center;
}

.speaker-section-3 .speaker-col .single-speaker .speaker-thumbnail,
.event-single-page .speaker-col .single-speaker .speaker-thumbnail,
.single-speaker-page .speaker-col .single-speaker .speaker-thumbnail {
  margin-bottom: 40px;
  border-radius: 100%;
  position: relative;
  padding: 20px;
}

.speaker-section-3 .speaker-col .single-speaker .speaker-thumbnail::after,
.event-single-page .speaker-col .single-speaker .speaker-thumbnail::after,
.single-speaker-page .speaker-col .single-speaker .speaker-thumbnail::after {
  content: '';
  height: 100%;
  width: 100%;
  border: 2px solid #ffae4a;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}

.speaker-section-3 .speaker-col .single-speaker .speaker-thumbnail .speaker-img,
.event-single-page .speaker-col .single-speaker .speaker-thumbnail .speaker-img,
.single-speaker-page .speaker-col .single-speaker .speaker-thumbnail .speaker-img {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}

.speaker-section-3 .speaker-col .single-speaker:hover .speaker-thumbnail::after,
.event-single-page .speaker-col .single-speaker:hover .speaker-thumbnail::after,
.single-speaker-page .speaker-col .single-speaker:hover .speaker-thumbnail::after {
  border-style: dashed;
  animation: spin-border 10s infinite linear;
}


.speaker-section-3 .speaker-col .single-speaker .speaker-details,
.event-single-page .speaker-col .single-speaker .speaker-details,
.single-speaker-page .speaker-col .single-speaker .speaker-details {
  position: relative;
}

.speaker-section-3 .speaker-col .single-speaker .speaker-details .heading-shape,
.event-single-page .speaker-col .single-speaker .speaker-details .heading-shape,
.single-speaker-page .speaker-col .single-speaker .speaker-details .heading-shape {
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: -1;
  opacity: 0.2;
}

@media only screen and (max-width: 1199px) {

  .speaker-section-3 .speaker-col .single-speaker .speaker-details .heading-shape,
  .event-single-page .speaker-col .single-speaker .speaker-details .heading-shape,
  .single-speaker-page .speaker-col .single-speaker .speaker-details .heading-shape {
    left: 0;
  }
}

@media only screen and (max-width: 991px) {

  .speaker-section-3 .speaker-col .single-speaker .speaker-details .heading-shape,
  .event-single-page .speaker-col .single-speaker .speaker-details .heading-shape,
  .single-speaker-page .speaker-col .single-speaker .speaker-details .heading-shape {
    left: 60px;
  }
}

@media only screen and (max-width: 991px) {

  .speaker-section-3 .speaker-col .single-speaker .speaker-details .heading-shape,
  .event-single-page .speaker-col .single-speaker .speaker-details .heading-shape,
  .single-speaker-page .speaker-col .single-speaker .speaker-details .heading-shape {
    right: 50px;
  }
}

.speaker-section-3 .speaker-col .single-speaker .speaker-details .speaker-name-link .speaker-name,
.event-single-page .speaker-col .single-speaker .speaker-details .speaker-name-link .speaker-name,
.single-speaker-page .speaker-col .single-speaker .speaker-details .speaker-name-link .speaker-name {
  font-size: 20px;
  color: #250449;
  transition: all 0.3s linear;
}

.speaker-section-3 .speaker-col .single-speaker:hover .speaker-details .speaker-name-link .speaker-name,
.event-single-page .speaker-col .single-speaker:hover .speaker-details .speaker-name-link .speaker-name,
.single-speaker-page .speaker-col .single-speaker:hover .speaker-details .speaker-name-link .speaker-name {
  color: #ffae4a;
}

.speaker-section-3 .speaker-col .single-speaker .speaker-details .speaker-designation,
.event-single-page .speaker-col .single-speaker .speaker-details .speaker-designation,
.single-speaker-page .speaker-col .single-speaker .speaker-details .speaker-designation {
  color: #666666;
}

.speaker-section-3 .speaker-col:nth-child(4n+1) .single-speaker .speaker-thumbnail::after,
.event-single-page .speaker-col:nth-child(4n+1) .single-speaker .speaker-thumbnail::after,
.single-speaker-page .speaker-col:nth-child(4n+1) .single-speaker .speaker-thumbnail::after {
  border-color: #ffae4a;
}

.speaker-section-3 .speaker-col:nth-child(4n+2) .single-speaker .speaker-thumbnail::after,
.event-single-page .speaker-col:nth-child(4n+2) .single-speaker .speaker-thumbnail::after,
.single-speaker-page .speaker-col:nth-child(4n+2) .single-speaker .speaker-thumbnail::after {
  border-color: #00acee;
}

.speaker-section-3 .speaker-col:nth-child(4n+3) .single-speaker .speaker-thumbnail::after,
.event-single-page .speaker-col:nth-child(4n+3) .single-speaker .speaker-thumbnail::after,
.single-speaker-page .speaker-col:nth-child(4n+3) .single-speaker .speaker-thumbnail::after {
  border-color: #c73659;
}

.speaker-section-3 .speaker-col:nth-child(4n+4) .single-speaker .speaker-thumbnail::after,
.event-single-page .speaker-col:nth-child(4n+4) .single-speaker .speaker-thumbnail::after,
.single-speaker-page .speaker-col:nth-child(4n+4) .single-speaker .speaker-thumbnail::after {
  border-color: #a221b9;
}

.speaker-section-4 {
  padding: 110px 0;
  padding-bottom: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.speaker-section-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, #000000);
  opacity: 0.8;
  z-index: -1;
}

.speaker-section-4 .section-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.speaker-section-4 .speaker-col .single-speaker {
  text-align: center;
}

.speaker-section-4 .speaker-col .single-speaker .speaker-thumbnail::after {
  border-color: #ffffff !important;
}

.speaker-section-4 .speaker-col .single-speaker .speaker-thumbnail .speaker-img {
  border-radius: 100%;
  overflow: hidden;
}

.speaker-section-4 .speaker-col .single-speaker .speaker-thumbnail .speaker-img:hover {
  overflow: hidden;
}

.speaker-section-4 .speaker-col .single-speaker .speaker-details {
  position: relative;
}

.speaker-section-4 .speaker-col .single-speaker .speaker-details .speaker-name-link .speaker-name {
  color: #ffffff;
  transition: all 0.3s linear;
}

.speaker-section-4 .speaker-col .single-speaker:hover .speaker-details .speaker-name-link .speaker-name {
  color: #4d0a91;
}

.speaker-section-4 .speaker-col .single-speaker .speaker-details .speaker-designation {
  color: #ffffff;
}

.speaker-about {
  padding-top: 200px;
  position: relative;
}

.speaker-about .section-traingle-shape {
  position: absolute;
  top: 0;
  left: 0;
}

/*--
/*  08 - Schedule CSS
/*----------------------------------------*/
.schedule-area {
  position: relative;
  /* z-index: 5; */
  overflow: hidden;
}

.schedule-area .schedule-shape1,
.schedule-area .schedule-shape2 {
  position: absolute;
  top: 0;
  z-index: 1;
}

.schedule-area .schedule-shape1 {
  left: 0;
}

.schedule-area .schedule-shape2 {
  right: 0;
}

@media only screen and (max-width: 575px) {
  .schedule-area .schedule-shape2 {
    display: none;
  }
}

.schedule-area .section-title-wrap {
  /* margin-bottom: 80px; */
  position: relative;
  z-index: 5;
}

.schedule-area .sticky-col {
  position: sticky;
  z-index: 5;
  top: 80px;
}

.schedule-area .sticky-col .schedule-side-nav .nav-link {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 0;
  position: relative;
  color: white;
  transform: rotate(180deg);
  margin-bottom: -1px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 60px 30px;
  cursor: pointer;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .schedule-area .sticky-col .schedule-side-nav .nav-link {
    padding: 60px 10px;
    font-size: 18px;
  }
}

.schedule-area .sticky-col .schedule-side-nav .nav-link.active::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #c73659 transparent transparent;
  left: -19px;
  top: 90px;
  z-index: 9;
}

.schedule-area .sticky-col .schedule-side-nav .nav-link.active:nth-child(2)::after {
  border-color: transparent #f9d464 transparent transparent;
}

.schedule-area .sticky-col .schedule-side-nav .nav-link.active:nth-child(3)::after {
  border-color: transparent #00acee transparent transparent;
}

.schedule-area .sticky-col .schedule-side-nav .nav-link:nth-child(1) {
  background-color: #c73659;
}

.schedule-area .sticky-col .schedule-side-nav .nav-link:nth-child(2) {
  background-color: #f9d464;
}

.schedule-area .sticky-col .schedule-side-nav .nav-link:nth-child(3) {
  background-color: #00acee;
}

.schedule-area .schedule-wrapper {
  background-color: #ffffff;
  padding: 0 55px;
  margin-left: -50px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1199px) {
  .schedule-area .schedule-wrapper {
    margin-left: -25px;
  }
}

@media only screen and (max-width: 991px) {
  .schedule-area .schedule-wrapper {
    margin-left: 0;
    padding: 0 30px;
    margin-left: -10px;
  }
}

@media only screen and (max-width: 449px) {
  .schedule-area .schedule-wrapper {
    margin-left: 25px;
  }
}

.schedule-area .schedule-wrapper .single-schedule .shedule-row {
  padding: 55px 0;
  border-bottom: 1px solid #ebebeb;
}

.schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail {
  border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 991px) {
  .schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail {
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time {
    display: flex;
    justify-content: center;
    float: left;
  }
}

@media only screen and (max-width: 575px) {
  .schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time {
    float: left;
  }
}

.schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time .time {
  font-size: 48px;
  font-weight: 700;
  color: #c73659;
  margin-right: 10px;
}

.schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time .month-time .month {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1a0a1e;
}

.schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time .month-time .duration-event {
  color: #959595;
}

@media only screen and (max-width: 991px) {
  .schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time .month-time {
    text-align: left;
    margin-bottom: 0;
  }
}



@media only screen and (max-width: 575px) {
  .schedule-area .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-thumb-img {
    margin-bottom: 10px;
  }
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap {
  padding-left: 39px;
  padding-right: 90px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap {
    padding: 20px;
  }
}

@media only screen and (max-width: 449px) {
  .schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap {
    padding: 0;
  }
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .schedule-location {
  margin-bottom: 10px;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .schedule-location p {
  color: #959595;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .schedule-location p span {
  color: #c73659;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .schedule-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 20px;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .schedule-descrip .hidden-desc {
  margin-top: 15px;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3 {
  position: relative;
  height: 20px;
  width: 20px;
  transition: 0.5s;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1.active-plus,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2.active-plus,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3.active-plus {
  background: transparent;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1:hover,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2:hover,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3:hover {
  cursor: pointer;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1 .plus-icon-shape::before,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2 .plus-icon-shape::before,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3 .plus-icon-shape::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0px;
  width: 20px;
  height: 2px;
  background: #c73659;
  transition: 0.5s;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1 .plus-icon-shape::after,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2 .plus-icon-shape::after,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3 .plus-icon-shape::after {
  position: absolute;
  content: "";
  top: 0;
  left: 9px;
  width: 2px;
  height: 20px;
  background: #c73659;
  transition: 0.5s;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1 .plus-icon-shape.active-plus::before,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2 .plus-icon-shape.active-plus::before,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3 .plus-icon-shape.active-plus::before {
  transform: rotate(180deg);
  transition: 0.5s;
}

.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1 .plus-icon-shape.active-plus::after,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2 .plus-icon-shape.active-plus::after,
.schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3 .plus-icon-shape.active-plus::after {
  transform: rotate(90deg);
  transition: 0.5s;
}

.schedule-area-2 .schedule-shape3,
.schedule-area-2 .schedule-shape4 {
  position: absolute;
  top: 300px;
  z-index: 1;
}

@media only screen and (max-width: 575px) {

  .schedule-area-2 .schedule-shape3,
  .schedule-area-2 .schedule-shape4 {
    display: none;
  }
}

.schedule-area-2 .schedule-shape4 {
  right: 0;
}

.schedule-area-2 .schedule-top-nav {
  margin-bottom: 50px;
}

.schedule-area-2 .schedule-top-nav .nav-link {
  cursor: pointer;
  border-radius: 0;
  position: relative;
  color: white;
  margin-right: -4px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 12px 54px;
  display: inline;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .schedule-area-2 .schedule-top-nav .nav-link {
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .schedule-area-2 .schedule-top-nav .nav-link {
    padding: 20px 30px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .schedule-area-2 .schedule-top-nav .nav-link {
    display: block;
    margin-bottom: 20px;
  }
}

.schedule-area-2 .schedule-top-nav .nav-link.active::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #ffae4a transparent transparent transparent;
  left: 85px;
  text-align: center;
  bottom: -20px;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .schedule-area-2 .schedule-top-nav .nav-link.active::after {
    left: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .schedule-area-2 .schedule-top-nav .nav-link.active::after {
    left: 45px;
  }
}

.schedule-area-2 .schedule-top-nav .nav-link.active:nth-child(2)::after {
  border-color: #a221b9 transparent transparent transparent;
}

.schedule-area-2 .schedule-top-nav .nav-link.active:nth-child(3)::after {
  border-color: #00acee transparent transparent transparent;
}

.schedule-area-2 .schedule-top-nav .nav-link.active:nth-child(4)::after {
  border-color: #c73659 transparent transparent transparent;
}

.schedule-area-2 .schedule-top-nav .nav-link:nth-child(1) {
  background-color: #ffae4a;
}

.schedule-area-2 .schedule-top-nav .nav-link:nth-child(2) {
  background-color: #a221b9;
}

.schedule-area-2 .schedule-top-nav .nav-link:nth-child(3) {
  background-color: #00acee;
}

.schedule-area-2 .schedule-top-nav .nav-link:nth-child(4) {
  background-color: #c73659;
}

.schedule-area-2 .schedule-wrapper {
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 5;
}

.schedule-area-2 .schedule-wrapper .single-schedule .shedule-row {
  padding: 50px;
  border-bottom: 0;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 136px 0px rgba(0, 0, 0, 0.17);
}

.schedule-area-2 .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time {
  display: flex;
  align-items: center;
}

.schedule-area-2 .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time .time {
  color: #ffae4a;
}

.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap {
  padding-left: 39px;
  padding-right: 90px;
  position: relative;
}

.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .schedule-location p span {
  color: #ffae4a;
}

.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1.active-plus,
.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2.active-plus,
.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3.active-plus {
  background: transparent;
}

.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1:hover,
.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2:hover,
.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3:hover {
  cursor: pointer;
}

.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1 .plus-icon-shape::before,
.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2 .plus-icon-shape::before,
.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3 .plus-icon-shape::before {
  background-color: #ffae4a;
}

.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1 .plus-icon-shape::after,
.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2 .plus-icon-shape::after,
.schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3 .plus-icon-shape::after {
  background-color: #ffae4a;
}

.schedule-area-3 {
  padding-bottom: 200px;
}

.schedule-area-3 .schedule-shape5 {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.4;
}

.schedule-area-3 .schedule-shape6 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
}

.schedule-area-3 .schedule-shape7 {
  position: absolute;
  bottom: 0;
}

.schedule-area-3 .schedule-wrapper .single-schedule .shedule-row .schedule-thumbnail .schedule-time .time {
  color: #ffae4a;
}

.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .schedule-location p span {
  color: #ffae4a;
}

.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1.active-plus,
.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2.active-plus,
.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3.active-plus {
  background: transparent;
}

.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1:hover,
.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2:hover,
.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3:hover {
  cursor: pointer;
}

.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1 .plus-icon-shape::before,
.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2 .plus-icon-shape::before,
.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3 .plus-icon-shape::before {
  background-color: #ffae4a;
}

.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-1 .plus-icon-shape::after,
.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-2 .plus-icon-shape::after,
.schedule-area-3 .schedule-wrapper .single-schedule .schedule-content-wrap .minus-btn .plus-icon-3 .plus-icon-shape::after {
  background-color: #ffae4a;
}




@media only screen and (max-width: 991px) {

  .schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap,
  .schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap {
    padding: 20px;
  }
}

@media only screen and (max-width: 449px) {

  .schedule-area .schedule-wrapper .single-schedule .schedule-content-wrap,
  .schedule-area-2 .schedule-wrapper .single-schedule .schedule-content-wrap {
    padding: 0;
  }
}

/*--
/*  09 - Pricing CSS
/*----------------------------------------*/
.pricing-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.pricing-area .pricing-shape-1 {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0px;
  top: 0px;
  background: #ffffff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .pricing-area {
    padding-bottom: 70px;
  }
}

.pricing-area::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #1c0087, #9a00b0);
  opacity: 0.9;
  z-index: 1;
}

.pricing-area .pricing-wrapper {
  position: relative;
  z-index: 2;
}

.pricing-area .pricing-wrapper .section-title-wrap {
  margin-bottom: 55px;
}

.pricing-area .price-card {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 60px;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .pricing-area .price-card {
    margin-bottom: 50px;
  }
}

.pricing-area .price-card .price-header {
  background-color: #00acee;
  padding: 55px 0;
  padding-bottom: 30px;
  color: #ffffff;
}

.pricing-area .price-card .price-header.pink-bg {
  background-color: #c73659;
}

.pricing-area .price-card .price-header.yellow-bg {
  background-color: #f9d464;
}

.pricing-area .price-card .price-header.orange-bg {
  background-color: #ffae4a;
}

.pricing-area .price-card .price-header.purple-bg {
  background-color: #a221b9;
}

.pricing-area .price-card .price-header .price-plan {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}

.pricing-area .price-card .price-header .price-ammount {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

.pricing-area .price-card .price-header .price-ammount sup {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -35px;
  left: 0px;
}

.pricing-area .price-card .price-body {
  padding: 40px 0;
  padding-bottom: 20px;
}

.pricing-area .price-card .price-body .price-desc li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #666666;
}

.pricing-area .price-card .price-footer .price-btn::before {
  border: 1px solid #000;
}

.pricing-area-2::after {
  background: #030127;
  opacity: 0.7;
  z-index: -1;
}

.pricing-area-2 .pricing-wrapper .section-title-wrap {
  margin-bottom: 95px;
}

.pricing-area-2 .price-card {
  background-color: transparent;
  padding-bottom: 0;
  z-index: 1;
}

.pricing-area-2 .price-card .price-header {
  padding: 40px 0;
  padding-bottom: 40px;
  margin-bottom: 15px;
  position: relative;
}

.pricing-area-2 .price-card .price-header .price-header-shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
}

.pricing-area-2 .price-card .price-body {
  padding: 60px 0;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.pricing-area-2 .price-card .price-footer {
  background-color: #ffffff;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.pricing-area-2 .price-card .price-footer .price-btn::before {
  border: 1px solid #000;
}

.pricing-area-3 {
  padding-top: 100px;
  padding-bottom: 250px;
}

.pricing-area-3 .price-shape-3 {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.pricing-area-3::after {
  background-color: #160329;
  opacity: 0.8;
  z-index: -1;
}

.pricing-area-4 {
  position: relative;
  padding-bottom: 250px;
  z-index: 1;
}

.pricing-area-4 .section-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.pricing-area-4::after {
  opacity: 0.8;
  background: linear-gradient(to right, #fd5c5b, #ffc57d);
  z-index: -1;
}

.pricing-area-4 .price-card {
  position: relative;
}

.pricing-area-4 .price-card .price-card-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pricing-area-4 .price-card .price-header {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  padding: 55px 0;
  padding-bottom: 30px;
  color: #1a0a1e;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.pricing-area-4 .price-card .price-header .price-plan {
  font-size: 24px;
  text-transform: capitalize;
  display: block;
}

.pricing-area-4 .price-card .price-header .price-ammount {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

.pricing-area-4 .price-card .price-header .price-ammount.pink-text {
  color: #c73659;
}

.pricing-area-4 .price-card .price-header .price-ammount.blue-text {
  color: #00acee;
}

.pricing-area-4 .price-card .price-header .price-ammount.orange-text {
  color: #ffae4a;
}

.pricing-area-4 .price-card .price-header .price-ammount.purple-text {
  color: #a221b9;
}

.pricing-area-4 .price-card .price-header .price-ammount sup {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -35px;
  left: 0px;
}

.pricing-area-4 .price-card .price-body {
  padding: 60px 0;
  padding-bottom: 30px;
}

.pricing-area-4 .price-card .price-body .price-desc li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #666666;
}

.pricing-area-4 .price-card .price-footer .price-btn::before {
  border: 1px solid #000;
}

/*--
/*  10 - Brand CSS
/*----------------------------------------*/
.brand-area .section-title,
.event-single-page .section-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

  .brand-area .section-title,
  .event-single-page .section-title {
    margin-bottom: 15px;
  }
}

.brand-area .brand-item,
.event-single-page .brand-item {
  padding: 40px 0;
}

.brand-area-2 .section-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .brand-area-2 .section-title {
    margin-bottom: 15px;
  }
}

.brand-area-2 .border-row {
  border: 2px solid #d7d7d7;
  border-right: 0;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .brand-area-2 .border-row {
    border: none;
  }
}

.brand-area-2 .border-row::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d7d7d7;
  top: 50%;
}

@media only screen and (max-width: 991px) {
  .brand-area-2 .border-row::before {
    display: none;
  }
}

.brand-area-2 .border-row .brand-item {
  padding: 40px 0;
  border-right: 2px solid #d7d7d7;
}

@media only screen and (max-width: 991px) {
  .brand-area-2 .border-row .brand-item {
    border: none;
    padding: 20px;
  }
}

.brand-area-3 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.brand-area-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #160329;
  opacity: 0.7;
  z-index: -1;
}

.brand-area-3 .section-title {
  margin-bottom: 60px;
}

.brand-area-3 .brand-item {
  background-color: #ffffff;
  padding: 20px 10px;
}

/*--
/*  11 - Gallery CSS
/*----------------------------------------*/
.past-event-gallery-area .section-title {
  margin-bottom: 30px;
}

.past-event-gallery-area .single-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.past-event-gallery-area .single-gallery::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: linear-gradient(to right, #1c0087, #9a00b0);
  bottom: -110px;
  left: -110px;
  transition: .3s;
}

.past-event-gallery-area .single-gallery::after {
  content: '';
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  bottom: -230px;
  left: -150px;
  transition: .5s;
}

.past-event-gallery-area .single-gallery:hover:before {
  width: 230px;
  height: 230px;
}

.past-event-gallery-area .single-gallery:hover:after {
  bottom: -130px;
  left: -100px;
}

.past-event-gallery-area .single-gallery img {
  width: 100%;
}

.past-event-gallery-area .single-gallery .gallery-content {
  position: absolute;
  bottom: 50px;
  left: 45px;
  z-index: 5;
}

.past-event-gallery-area .single-gallery .gallery-content span {
  color: #ffffff;
  background-color: #c73659;
  padding: 4px 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 3px;
}

.past-event-gallery-area .single-gallery .gallery-content h5 {
  /* padding: 2px 10px;
  background-color: #ffffff;
  font-size: 24px;
  line-height: 1; */
  padding: 10px 2px;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1;
}

.gallery-area-2 .single-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.single-gallery img {
  height: 25pc;
}

@media only screen and (max-width: 767px) {
  .gallery-area-2 .single-gallery {
    padding: 0 40px;
    padding-bottom: 20px;
  }
}

.gallery-area-2 .single-gallery::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #918aaa, #ab53b6);
  opacity: 0.5;
  top: 100%;
  right: 100%;
  transition: .5s;
  border-radius: 21px;
}

.gallery-area-2 .single-gallery:hover:after {
  top: 0;
  right: 0;
}

.gallery-area-2 .single-gallery img {
  width: 100%;
  border-radius: 21px;
  height: 20pc;
  width: 100%;
  background: linear-gradient(#fff, #f5f5f5, #fff);
  font-family: 'Poppins', sans-serif;
  border-radius: 20px;
  box-shadow: 3px 3px 5px rgb(0 0 0 / 69%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}

.gallery-area-2 .single-gallery .gallery-text {
  position: absolute;
  bottom: -150px;
  left: 45px;
  transition: .5s;
  z-index: 5;
}

.gallery-area-2 .single-gallery .gallery-text span {
  color: #c73659;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  transition: .5s;
  transition-delay: .3s;
}

.gallery-area-2 .single-gallery:hover .gallery-text {
  top: 45%;
  left: 45%;
  margin: 0 auto;
}

/*--
/*  12 - Video CSS
/*----------------------------------------*/
.video-area {
  height: 555px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.video-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #030127; */
  opacity: 0.7;
}

.video-area .video-area-shape1 {
  position: absolute;
  top: 100px;
  z-index: 2;
}

.video-area .video-area-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.video-area .video-shape-3 {
  position: absolute;
  width: 100%;
  height: 83px;
  right: 0;
  left: 0px;
  top: 0px;
  background: #EFE8E7;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}

.video-area .video-title {
  padding: 0 50px;
}

@media only screen and (max-width: 991px) {
  .video-area .video-title {
    padding: 0;
  }
}

.video-area-2 {
  padding-top: 120px;
  padding-bottom: 160px;
}

.video-area-2 .video-images {
  position: relative;
}

.video-area-2 .video-images .video-img-wrap .video-img1 {
  margin-right: -3px;
  transform: translateY(-70px);
}

.video-area-2 .video-images .video-img-wrap .button-img {
  position: relative;
  display: inline-block;
  text-align: center;
}

.video-area-2 .video-images .video-img-wrap .button-img .play-btn {
  position: absolute;
  margin: 0 auto;
  top: 50px;
  left: 100px;
}

.video-area-2 .video-images .video-img-wrap .button-img .play-btn a {
  color: #ffae4a;
  background-color: #ffffff;
}

.video-area-2 .video-images .video-shape3 {
  position: absolute;
  left: 0;
  top: -110px;
  z-index: -1;
}

.video-area-2 .video-area-contents .title {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 35px;
}

.video-area-2 .video-area-contents .title span {
  padding: 0 5px;
  background-color: #000000;
  display: inline-block;
  margin-bottom: 5px;
}

.video-area-2 .video-area-contents .text {
  font-size: 16px;
  color: #666666;
  padding-right: 35px;
}

.video-area-2 .video-area-contents .text p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .video-area-2 {
    padding-bottom: 80px;
  }

  .video-area-2 .video-images {
    margin-bottom: 70px;
  }

  .video-area-2 .video-area-contents {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .video-area-2 .video-images .video-img-wrap .button-img {
    position: unset;
  }

  .video-area-2 .video-images .video-img-wrap .button-img .video-img2 {
    position: absolute;
    top: 0;
    right: 0px;
  }

  .video-area-2 .video-images .video-img-wrap .button-img .play-btn {
    right: 50px;
  }

  .video-area-2 .video-area-contents .title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .video-area-2 .video-images {
    margin-bottom: 50px;
  }

  .video-area-2 .video-area-contents .title {
    font-size: 42px;
    color: #000000;
  }

  .video-area-2 .video-area-contents .title span {
    background-color: #ffffff;
    display: inline;
    padding: 0;
  }

  .video-area-2 .video-area-contents .text {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .video-area-2 .video-images {
    text-align: center;
  }

  .video-area-2 .video-images .video-img-wrap .video-img1 {
    margin-right: 0;
    transform: translateY(-30px);
  }

  .video-area-2 .video-images .video-img-wrap .button-img {
    position: unset;
  }

  .video-area-2 .video-images .video-img-wrap .button-img .video-img2 {
    position: relative;
  }

  .video-area-2 .video-images .video-img-wrap .button-img .play-btn {
    right: 70px;
  }

  .video-area-2 .video-area-contents .title {
    font-size: 35px;
    line-height: 1.1;
  }
}

.play-btn {
  text-align: center;
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .play-btn {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .play-btn {
    padding-top: 40px;
  }
}

.play-btn a {
  color: white;
  position: relative;
  background-color: #ffae4a;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  line-height: 100px;
  -webkit-animation: ripple 1.5s infinite;
  animation: ripple 1.5s infinite;
  cursor: pointer;
  z-index: 4;
}

.play-btn a:hover {
  background-color: #c73659;
}

@media only screen and (max-width: 575px) {
  .play-btn a {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}

.play-btn a::after {
  content: '';
  position: absolute;
  height: 120px;
  width: 120px;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

@media only screen and (max-width: 575px) {
  .play-btn a::after {
    height: 80px;
    width: 80px;
    left: -5px;
    top: -5px;
  }
}



/*--
/*  13 - Testimonial CSS
/*----------------------------------------*/
.testimonial-area .section-title-wrap {
  /* margin-bottom: 60px; */
  margin-bottom: 30px;
}

.testimonial-area .testimonial-wrap {
  display: flex;
}

.testimonial-area .testimonial-wrap .testimonial-content {
  flex: 1;
  width: 50%;
}

.testimonial-area .testimonial-wrap .testimonial-content .swiper-container .swiper-container-horizontal>.swiper-pagination-bullets,
.testimonial-area .testimonial-wrap .testimonial-content .swiper-container .swiper-pagination {
  transform: unset;
  top: unset;
  left: auto;
  bottom: 0;
  right: auto;
  text-align: center;
  width: 100% !important;
}

.testimonial-area .testimonial-wrap .testimonial-quote-shape {
  margin-bottom: 15px;
}

.testimonial-area .testimonial-wrap .testimonial-author {
  width: 50%;
  position: relative;
}

.testimonial-area .testimonial-wrap .testimonial-author .testimonial-author-wrap {
  width: 100%;
}

.testimonial-area .testimonial-wrap .testimonial-author .testimonial-author-wrap .testimonial-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-area .testimonial-wrap .testimonial-author .testimonial-author-wrap .testimonial-shape-2 {
  position: absolute;
  bottom: 0;
  right: 60px;
}

.testimonial-area .testimonial-wrap .single-testimonial-content p {
  font-size: 30px;
  color: #666666;
  line-height: 48px;
  margin-bottom: 40px;
}

.testimonial-area .testimonial-wrap .single-testimonial-content .author-details .name {
  font-size: 18px;
}

.testimonial-area .testimonial-wrap .single-testimonial-content .author-details .designation {
  color: #959595;
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area .testimonial-wrap .testimonial-author .testimonial-author-wrap .testimonial-shape-2 {
    right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-area .testimonial-wrap {
    display: block;
    text-align: center;
  }

  .testimonial-area .testimonial-wrap .testimonial-content {
    width: 100%;
  }

  .testimonial-area .testimonial-wrap .testimonial-author {
    width: 100%;
  }

  .testimonial-area .testimonial-wrap .testimonial-author .testimonial-author-wrap {
    margin-bottom: 50px;
  }

  .testimonial-area .testimonial-wrap .testimonial-author .testimonial-author-wrap .testimonial-shape-1 {
    left: 70px;
  }

  .testimonial-area .testimonial-wrap .testimonial-author .testimonial-author-wrap .testimonial-shape-2 {
    right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area .testimonial-wrap .testimonial-author .testimonial-author-wrap .testimonial-shape-1 {
    left: 0;
  }

  .testimonial-area .testimonial-wrap .testimonial-author .testimonial-author-wrap .testimonial-shape-2 {
    right: 0;
  }
}



/* !0000000000000000000000000000 */

/* !0000000000000000000000000000 */

/*--
/*  14 - Countdown CSS
/*----------------------------------------*/
.exvent-hero-section-02 .exvent-countdown .single-countdown {
  display: inline-block;
  border: 5px solid #c73659;
  border-radius: 100%;
  height: 170px;
  width: 170px;
  padding-top: 35px;
  margin: 0 25px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown {
    height: 130px;
    width: 130px;
    padding-top: 25px;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown {
    height: 100px;
    width: 100px;
    padding-top: 15px;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 575px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown {
    margin: 0 20px;
    margin-bottom: 30px;
  }
}

.exvent-hero-section-02 .exvent-countdown .single-countdown:nth-child(2) {
  border-color: #f9d464;
}

.exvent-hero-section-02 .exvent-countdown .single-countdown:nth-child(3) {
  border-color: #00acee;
}

.exvent-hero-section-02 .exvent-countdown .single-countdown:nth-child(4) {
  border-color: #a221b9;
}

.exvent-hero-section-02 .exvent-countdown .single-countdown .count {
  font-size: 76px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown .count {
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown .count {
    font-size: 38px;
  }
}

.exvent-hero-section-02 .exvent-countdown .single-countdown .value {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .exvent-hero-section-02 .exvent-countdown .single-countdown .value {
    font-size: 14px;
  }
}

.event-countdown-2 .counter-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 225px;
  padding: 40px 100px;
  padding-right: 70px;
}

.event-countdown-2 .counter-wrapper .counter-content-left .counter-title {
  margin-bottom: 20px;
  font-size: 30px;
}

.event-countdown-2 .counter-wrapper .exvent-countdown-2 {
  padding-top: 15px;
  text-align: right;
}

.event-countdown-2 .counter-wrapper .exvent-countdown-2 .single-countdown {
  display: inline-block;
  background-color: #c73659;
  border-radius: 100%;
  height: 110px;
  width: 110px;
  padding-top: 20px;
  text-align: center;
  margin: 0 15px;
  position: relative;
  z-index: 3;
}

.event-countdown-2 .counter-wrapper .exvent-countdown-2 .single-countdown:nth-child(2) {
  background-color: #f9d464;
}

.event-countdown-2 .counter-wrapper .exvent-countdown-2 .single-countdown:nth-child(3) {
  background-color: #00acee;
}

.event-countdown-2 .counter-wrapper .exvent-countdown-2 .single-countdown:nth-child(4) {
  background-color: #a221b9;
}

.event-countdown-2 .counter-wrapper .exvent-countdown-2 .single-countdown .count {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}

.event-countdown-2 .counter-wrapper .exvent-countdown-2 .single-countdown .value {
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.event-countdown-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.event-countdown-3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .2;
  top: 0;
  left: 0;
  z-index: -1;
}

.event-countdown-3 .counter-wrapper {
  padding: 0;
  padding-right: 0;
  height: auto;
}

.event-countdown-3 .counter-wrapper .counter-content-left .counter-title {
  color: #ffffff;
}

.event-countdown-3 .counter-wrapper .counter-content-left .btn-orange:hover {
  background-color: #c73659;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 {
  padding-top: 15px;
  text-align: right;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown {
  display: inline-block;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 3;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown::after {
  content: ':';
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  right: -10px;
  top: -35px;
  color: #a221b9;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown .count {
  font-size: 72px;
  color: #a221b9;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown .value {
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown:nth-child(2) .count {
  color: #ffae4a;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown:nth-child(2)::after {
  color: #ffae4a;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown:nth-child(3) .count {
  color: #00acee;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown:nth-child(3)::after {
  color: #c73659;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown:nth-child(4) {
  padding-right: 15px;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown:nth-child(4) .count {
  color: #c73659;
}

.event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown:nth-child(4)::after {
  display: none;
}

.about-page-countdown::after {
  background: linear-gradient(to right, #1c0087, #9a00b0);
  opacity: .5;
}

.event-countdown-5 {
  position: relative;
  z-index: 5;
  padding: 0 0;
}

.event-countdown-5::after {
  display: none;
}

.event-countdown-5 .counter-wrapper {
  transform: translateY(-100px);
  padding: 60px 0;
  background: #ffffff url("../images/shape/counter-pattarn-bg.png") left top no-repeat;
  border-radius: 10px;
  box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.15);
}

.event-countdown-5 .counter-wrapper .counter-content-left .counter-title {
  font-size: 36px;
  text-transform: capitalize;
}

.event-countdown-5 .counter-wrapper .counter-content-left .counter-subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown {
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 3;
}

.event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown::after {
  content: ':';
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 68px;
  right: -10px;
  top: -35px;
  color: #1a0a1e;
}

.event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown .count {
  font-size: 62px;
  color: #1a0a1e;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown .value {
  display: block;
  font-size: 16px;
  color: #c73659;
}

.event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown:last-child::after {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .event-countdown-2 .counter-wrapper {
    height: 225px;
    padding: 40px 20px;
    text-align: center;
  }

  .event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown {
    padding: 0 30px;
  }

  .event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown .count {
    font-size: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .event-countdown-2 .counter-wrapper {
    padding: 0;
    padding-top: 60px;
    height: 400px;
  }

  .event-countdown-2 .counter-wrapper .exvent-countdown-2 {
    padding-top: 0;
    margin-top: 40px;
    text-align: center;
  }

  .event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 {
    text-align: center;
  }

  .event-countdown-3 .counter-wrapper .counter-content-left {
    text-align: center;
    margin-bottom: 30px;
  }

  .event-countdown-5 .counter-wrapper {
    background-image: none;
  }

  .event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .event-countdown-2 .counter-wrapper {
    padding: 0;
    padding-top: 80px;
    height: 600px;
  }

  .event-countdown-2 .counter-wrapper .exvent-countdown-2 {
    padding-top: 0;
    margin-top: 40px;
    text-align: center;
  }

  .event-countdown-2 .counter-wrapper .exvent-countdown-2 .single-countdown {
    margin-bottom: 20px;
  }

  .event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown {
    padding: 0 20px;
  }

  .event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown .count {
    font-size: 52px;
  }

  .event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown::after {
    font-size: 64px;
  }

  .event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown {
    margin-bottom: 25px;
  }

  .event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown:first-child {
    padding-left: 0;
  }
}

@media only screen and (max-width: 449px) {
  .event-countdown-2 .counter-wrapper {
    padding: 80px 0;
    height: auto;
  }

  .event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown {
    padding: 0 5px;
  }

  .event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown .count {
    font-size: 32px;
  }

  .event-countdown-3 .counter-wrapper .exvent-countdown-inner-3 .single-countdown::after {
    font-size: 32px;
    top: -15px;
    right: -5px;
  }

  .event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown {
    margin-bottom: 25px;
  }

  .event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown:first-child {
    padding-left: 40px;
  }

  .event-countdown-5 .counter-wrapper .exvent-countdown-inner-5 .single-countdown::after {
    display: none;
  }
}

/*--
/*  15 - Blog CSS
/*----------------------------------------*/
.blog-area {
  padding-bottom: 120px;
}

.blog-area .section-title-wrap {
  margin-bottom: 60px;
}

.blog-area .single-blog .blog-thumnail {
  position: relative;
  z-index: 1;
}

.blog-area .single-blog .blog-thumnail .blog-event-date {
  position: absolute;
  top: 40px;
  left: 30px;
  color: #ffffff;
  text-align: center;
}

.blog-area .single-blog .blog-thumnail .blog-event-date .month {
  display: block;
  background-color: #ffae4a;
}

.blog-area .single-blog .blog-thumnail .blog-event-date .year {
  display: block;
  font-size: 24px;
}

.blog-area .single-blog .blog-body {
  padding: 20px 0;
  background-color: #ffffff;
  margin-top: -55px;
  margin-right: 65px;
  position: relative;
  z-index: 2;
}

.blog-area .single-blog .blog-body .blog-details {
  color: #8d8d8d;
  font-size: 12px;
  margin-bottom: 15px;
}

.blog-area .single-blog .blog-body .blog-details .author {
  margin-right: 25px;
}

.blog-area .single-blog .blog-body .blog-details .author:hover {
  color: #ffae4a;
}

.blog-area .single-blog .blog-body .blog-details .author span {
  color: #ffae4a;
  margin-right: 5px;
}

.blog-area .single-blog .blog-body .blog-details .comment:hover {
  color: #ffae4a;
}

.blog-area .single-blog .blog-body .blog-details .comment span {
  color: #ffae4a;
  margin-right: 5px;
}

.blog-area .single-blog .blog-body a .blog-title {
  font-size: 24px;
  line-height: 30px;
  transition: all 0.3s linear;
}

.blog-list-page .single-blog .blog-body a .blog-title {
  transition: all 0.3s linear;
}

.blog-list-page .single-blog .blog-body a:hover .blog-title {
  color: #ffae4a;
}

.blog-area .single-blog .blog-footer .blog-content {
  color: #666666;
}

.blog-list-page .single-blog {
  margin-bottom: 40px;
}

.blog-list-page .single-blog .blog-header {
  position: relative;
  margin-bottom: 35px;
}

.blog-list-page .single-blog .blog-header .blog-event-date {
  position: absolute;
  top: 40px;
  left: 30px;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}

.blog-list-page .single-blog .blog-header .blog-event-date .month {
  display: block;
}

.blog-list-page .single-blog .blog-header .blog-event-date .month.bg-orange {
  background-color: #ffae4a;
}

.blog-list-page .single-blog .blog-header .blog-event-date .month.bg-pink {
  background-color: #c73659;
}

.blog-list-page .single-blog .blog-header .blog-event-date .month.bg-blue {
  background-color: #00acee;
}

.blog-list-page .single-blog .blog-header .blog-event-date .year {
  display: block;
  font-size: 24px;
}

.blog-list-page .single-blog .blog-body .blog-details {
  color: #8d8d8d;
  font-size: 12px;
  margin-bottom: 15px;
}


.blog-list-page .single-blog .blog-body .blog-details .author {
  margin-right: 25px;
}

.blog-list-page .single-blog .blog-body .blog-details .author:hover {
  color: #ffae4a;
}

.blog-list-page .single-blog .blog-body .blog-details .author span {
  color: #ffae4a;
  margin-right: 5px;
}

.blog-list-page .single-blog .blog-body .blog-details .comment:hover {
  color: #ffae4a;
}

.blog-list-page .single-blog .blog-body .blog-details .comment span {
  color: #ffae4a;
  margin-right: 5px;
}

.blog-list-page .single-blog .blog-body .blog-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.blog-list-page .single-blog .blog-body .blog-content {
  color: #666666;
}

.blog-list-page .blog-pagination {
  margin-top: 70px;
}

.blog-list-page .blog-pagination .pagination .page-item .page-link {
  border: none;
  color: #1a0a1e;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  margin: 0 2px;
}

.blog-list-page .blog-pagination .pagination .page-item .page-link:focus {
  outline: none;
  border: none;
  box-shadow: none;
  background-color: #ffae4a;
  color: #ffffff;
}

.blog-list-page .blog-pagination .pagination .page-item .page-link:hover {
  background-color: #ffae4a;
  color: #ffffff;
}

.blog-list-page .blog-pagination .pagination .page-item .page-link.active {
  background-color: #ffae4a;
  color: #ffffff;
}

.blog-list-page .blog-pagination .pagination .page-item .page-link.arrow {
  background-color: transparent;
  color: #8d8d8d;
}

.single-blog-page .blog-quotation {
  background-color: rgba(255, 233, 205, 0.4);
  display: flex;
  padding: 40px;
  align-items: baseline;
  margin-bottom: 50px;
}

.single-blog-page .blog-quotation .qoute-icon {
  transform: translateY(14px);
}

.single-blog-page .blog-quotation .qoute-icon i {
  background-color: #ffae4a;
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0px 15px 24px 0px rgba(255, 161, 22, 0.55);
}

.single-blog-page .blog-quotation .qoute {
  margin-left: 25px;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #1a0a1e;
  margin-bottom: 0;
}

.single-blog-page .tags-and-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-blog-page .tags-and-share .tags {
  margin-bottom: 30px;
}

.single-blog-page .tags-and-share .tags .sidebar-tag li {
  display: inline;
  margin-right: 10px;
}

.single-blog-page .tags-and-share .tags .sidebar-tag li a {
  font-size: 13px;
  color: #666666;
  padding: 8px 15px;
  background-color: #f0f2f6;
  border-radius: 5px;
}

.single-blog-page .tags-and-share .tags .sidebar-tag li a:hover {
  background-color: #c73659;
  color: #ffffff;
}

.single-blog-page .tags-and-share .share-wrap {
  margin-bottom: 30px;
}

.single-blog-page .tags-and-share .share-wrap .label {
  display: inline-block;
  margin-right: 10px;
}

.single-blog-page .tags-and-share .share-wrap .share-media {
  display: inline-block;
  position: relative;
}

.single-blog-page .tags-and-share .share-wrap .share-media .share-media-list {
  position: absolute;
  bottom: 100%;
  right: -75px;
  transform: translate(-50%, -10px);
  width: auto;
  white-space: nowrap;
  padding: 0 4px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.single-blog-page .tags-and-share .share-wrap .share-media .share-media-list::before {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateX(-50%);
  content: '';
  border-top: 8px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.single-blog-page .tags-and-share .share-wrap .share-media .share-media-list .social-links {
  display: inline-block;
  font-size: 15px;
  padding: 10px 12px;
}

.single-blog-page .tags-and-share .share-wrap .share-media .share-button {
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  transition: all 0.3s linear;
  cursor: pointer;
}

.single-blog-page .tags-and-share .share-wrap .share-media:hover .share-button {
  background-color: #c73659;
  border-color: none;
  color: #ffffff;
}

.single-blog-page .tags-and-share .share-wrap .share-media:hover .share-media-list {
  transform: translate(-50%, -10px);
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.single-blog-page hr {
  margin: 80px 0;
  margin-top: 50px;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination {
  display: flex;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .previous-post {
  margin-bottom: 30px;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .previous-post .post-icon {
  margin-right: 20px;
  color: #ffae4a;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .previous-post .post-icon a:hover {
  color: #ffae4a;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .previous-post .single-post {
  display: inline-flex;
  align-items: center;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .previous-post .single-post .post-thumb {
  margin-right: 20px;
  flex-shrink: 0;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .previous-post .single-post .post-thumb img {
  display: block;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .previous-post .post-content span {
  font-size: 13px;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .previous-post .post-content .title {
  font-size: 16px;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .next-post {
  margin-bottom: 30px;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .next-post .post-icon {
  margin-left: 20px;
  color: #ffae4a;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .next-post .post-icon a:hover {
  color: #ffae4a;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .next-post .single-post {
  display: inline-flex;
  align-items: center;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .next-post .single-post .post-thumb {
  margin-left: 20px;
  flex-shrink: 0;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .next-post .single-post .post-thumb img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .next-post .post-content span {
  font-size: 13px;
}

.single-blog-page .exvent-post-pegination .blog-post-pegination .next-post .post-content .title {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .exvent-sidebar {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-page .exvent-post-pegination .blog-post-pegination {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog .blog-thumnail a {
    display: block;
  }

  .single-blog .blog-thumnail a .blog-img {
    width: 100%;
  }
}

/*--
/*  16 - CTA CSS
/*----------------------------------------*/
.cta-area {
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.cta-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d0a91;
  opacity: 0.9;
  z-index: -9;
}

.cta-area .cta-shape-1 {
  position: absolute;
  top: 0;
}

.cta-area .cta-shape-2 {
  position: absolute;
  top: 0;
  right: 200px;
}

.cta-area .cta-shape-3 {
  position: absolute;
  left: 25%;
  bottom: 90px;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.cta-area .section-title {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .cta-area .cta-shape-2 {
    position: absolute;
    top: 0;
    right: 20px;

  }
}

@media only screen and (max-width: 575px) {

  .cta-area .cta-shape-2,
  .cta-area .cta-shape-3 {
    display: none;
  }

}

/*--
/*  17 - Event CSS
/*----------------------------------------*/
.event-agenda-area {
  position: relative;
  z-index: 1;
}

.event-agenda-area .shape-1 {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
}

.event-agenda-area .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.event-agenda-area .section-title {
  margin-bottom: 70px;
}

.event-agenda-area .single-event {
  margin-bottom: 30px;
}

.event-agenda-area .single-event .event-header .event-thumb {
  width: 100%;
}

.event-agenda-area .single-event .event-body {
  padding: 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.event-agenda-area .single-event .event-body .event-body-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.event-agenda-area .single-event .event-body .event-title {
  font-size: 24px;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}

.event-agenda-area .single-event .event-body .event-title:hover {
  color: #ffae4a;
}

.event-agenda-area .single-event .event-body .event-desc {
  font-size: 16px;
}

/*--
/*  17 - Pricing CSS
/*----------------------------------------*/
.faq-area {
  position: relative;
}

.faq-area .bg-map {
  position: absolute;
  left: 0;
  top: 155px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.faq-area .section-title-wrap {
  margin-bottom: 90px;
}

.faq-area .accordion .accordion-item {
  border: none;
  background: transparent;
}

.faq-area .accordion .accordion-item .accordion-header .accordion-button {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: 600;
  color: #1a0a1e;
  padding-bottom: 25px;
  background: transparent;
}

.faq-area .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  background-image: none;
}

.faq-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: 600;
  color: #ffae4a;
  background: none;
  box-shadow: none;
}

.faq-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  background-image: none;
  transform: none;
}

.faq-area .accordion .accordion-item .accordion-header .accordion-button:focus {
  color: #ffae4a;
  outline: none;
  box-shadow: none;
  background: none;
}

.faq-area .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 16px;
  line-height: 36px;
}

/*--
/*  18 - Contact CSS
/*----------------------------------------*/
.contact-form-section .section-title {
  margin-bottom: 60px;
}

.contact-form-section .single-contact {
  display: flex;
  margin-bottom: 40px;
}

.contact-form-section .single-contact .contact-icon {
  font-size: 38px;
  margin-right: 30px;
  color: #c73659;
}

.contact-form-section .single-contact .contact-icon.orange-color {
  color: #ffae4a;
}

.contact-form-section .single-contact .contact-icon.blue-color {
  color: #00acee;
}

.contact-form-section .single-contact .contact-info .contact-label {
  font-size: 22px;
  margin-bottom: 5px;
}

.contact-form-section .single-contact .contact-info .address {
  font-size: 20px;
}

.contact-form-section .single-contact .contact-info .address:hover {
  color: inherit;
}

.contact-form-section .map-section .map {
  margin-bottom: 100px;
}

.contact-form-section .map-section .map iframe {
  height: 580px;
  width: 100%;
  /* filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); */
}

.contact-form-section .contact-form-wrap {
  padding: 80px;
  background-color: #f9fafc;
}

@media only screen and (max-width: 449px) {
  .contact-form-section .contact-form-wrap {
    padding: 40px 20px;
  }
}

/*--
/*  17.1 - Event List CSS
/*----------------------------------------*/
.event-list-page-wrap .event-list-top-bar .event-list-search {
  background: #fff;
  box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.05);
}

.event-list-page-wrap .event-list-top-bar .event-list-search .single-form {
  position: relative;
}

.event-list-page-wrap .event-list-top-bar .event-list-search .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.event-list-page-wrap .event-list-top-bar .event-list-search .single-form textarea {
  height: 70px;
  width: 100%;
  border: 1px solid #ffffff;
  color: #666666;
  padding: 15px 25px;
  padding-left: 40px;
}

.event-list-page-wrap .event-list-top-bar .event-list-search .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
.event-list-page-wrap .event-list-top-bar .event-list-search .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #9d9d9d;
}

.event-list-page-wrap .event-list-top-bar .event-list-search .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
.event-list-page-wrap .event-list-top-bar .event-list-search .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #9d9d9d;
}

.event-list-page-wrap .event-list-top-bar .event-list-search .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
.event-list-page-wrap .event-list-top-bar .event-list-search .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #9d9d9d;
}

.event-list-page-wrap .event-list-top-bar .event-list-search .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
.event-list-page-wrap .event-list-top-bar .event-list-search .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #9d9d9d;
}

.event-list-page-wrap .event-list-top-bar .event-list-search .single-form i {
  display: block;
  position: absolute;
  left: 16px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #ffae4a;
}

.event-list-page-wrap .event-list-top-bar .event-list-search .single-form.form-border::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  background: #e5e5e5;
  width: 1px;
  height: 45px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .event-list-page-wrap .event-list-top-bar .event-list-search .single-form.form-border::before {
    display: none;
  }
}

.event-list-page-wrap .event-list-top-bar .event-list-search .form-btn .event-topbar-btn {
  height: 70px;
  padding: 0 40px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  white-space: nowrap;
}

.event-list-page-wrap .event-list-top-bar .event-list-search .form-btn .event-topbar-btn:hover {
  background-color: #c73659;
}

@media only screen and (max-width: 1199px) {
  .event-list-page-wrap .event-list-top-bar .event-list-search .form-btn .event-topbar-btn {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .event-list-page-wrap .event-list-top-bar .event-list-search .form-btn .event-topbar-btn {
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.event-list-page-wrap .event-list-top-bar .event-list-search .form-btn .event-topbar-btn::before {
  display: none;
}

.event-list-page-wrap .event-list-top-bar .event-filter-wrap {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .event-list-page-wrap .event-list-top-bar .event-filter-wrap {
    margin-top: 20px;
  }
}

.event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-collapse-btn {
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-collapse-btn {
    margin-left: 0;
  }
}

.event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-collapse-btn .btn {
  height: 70px;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 0 45px;
  color: #1a0a1e;
  background-color: transparent;
}

@media only screen and (max-width: 1399px) {
  .event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-collapse-btn .btn {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 1199px) {
  .event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-collapse-btn .btn {
    padding: 0 25px;
  }
}

.event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-collapse-btn .btn::before {
  display: none;
}

.event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-list-btn {
  border: 2px solid #ebebeb;
  border-radius: 5px;
  margin-left: 10px;
}

.event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-list-btn ul {
  flex-wrap: nowrap;
  padding: 0 20px;
}

.event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-list-btn ul li button {
  width: 25px;
  height: 66px;
  border: 0;
  background: none;
  color: #1a0a1e;
}

.event-list-page-wrap .event-list-top-bar .event-filter-wrap .event-list-btn ul li button.active {
  color: #ffae4a;
}

.event-list-page-wrap .event-list-top-bar .event-list-tag {
  margin-top: 15px;
}

.event-list-page-wrap .event-list-top-bar .event-list-tag ul li {
  display: inline-block;
  margin-top: 10px;
  padding: 0 3px;
}

.event-list-page-wrap .event-list-top-bar .event-list-tag ul li a {
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  font-size: 14px;
  color: #1a0a1e;
  line-height: 30px;
  padding: 0 15px;
  display: block;
}

.event-list-page-wrap .event-list-top-bar .event-list-tag ul li a:hover {
  color: #c73659;
  border-color: #c73659;
}

.event-list-page-wrap .event-list-bottom-bar {
  display: flex;
  align-items: center;
  margin-top: 55px;
}

@media only screen and (max-width: 449px) {
  .event-list-page-wrap .event-list-bottom-bar {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.event-list-page-wrap .event-list-bottom-bar .event-list-btn .event-btn {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #ebebeb;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
}

.event-list-page-wrap .event-list-bottom-bar .event-list-btn .event-btn:hover {
  background-color: #ffae4a;
  color: #ffffff;
}

.event-list-page-wrap .event-list-bottom-bar .date-picker-filter .input-group {
  flex-wrap: nowrap;
  margin-bottom: 0 !important;
}

.event-list-page-wrap .event-list-bottom-bar .date-picker-filter .input-group #datepicker {
  font-size: 22px;
  font-weight: 400;
  width: 230px;
  color: #1a0a1e;
  padding-right: 0;
}

.event-list-page-wrap .event-list-bottom-bar .date-picker-filter .input-group #datepicker::-webkit-input-placeholder {
  font-size: 22px;
  font-weight: 400;
  color: #1a0a1e;
}

.event-list-page-wrap .event-list-bottom-bar .date-picker-filter .input-group #datepicker:-moz-placeholder {
  font-size: 22px;
  font-weight: 400;
  color: #1a0a1e;
}

.event-list-page-wrap .event-list-bottom-bar .date-picker-filter .input-group #datepicker::-moz-placeholder {
  font-size: 22px;
  font-weight: 400;
  color: #1a0a1e;
}

.event-list-page-wrap .event-list-bottom-bar .date-picker-filter .input-group #datepicker:-ms-input-placeholder {
  font-size: 22px;
  font-weight: 400;
  color: #1a0a1e;
}

.event-list-page-wrap .event-list-bottom-bar .date-picker-filter .input-group .btn {
  background: transparent;
  color: #1a0a1e;
  padding: 0;
  font-size: 22px;
}

.event-list-page-wrap .event-list-bottom-bar .date-picker-filter .input-group .btn::before {
  display: none;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item {
  margin-top: 40px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-img a {
  display: block;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-img a img {
  width: 100%;
  transition: all 0.3s linear;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-img .cat {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 2;
  height: 25px;
  line-height: 25px;
  background: #ffae4a;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 10px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-list-content {
  margin-top: 20px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-list-content .event-price .price {
  font-size: 24px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-list-content .title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 15px;
  margin-bottom: 10px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-list-content .title a {
  transition: .3s;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item:hover .event-list-content .title a {
  color: #c73659;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-list-content .meta-data span {
  font-size: 13px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-list-content .meta-data span:last-child {
  margin-left: 20px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-list-content .meta-data span i {
  color: #ffae4a;
  margin-right: 5px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-list-content p {
  margin-top: 15px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item .event-list-content .ticket-link {
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffae4a;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffae4a;
  text-decoration-color: #ffae4a;
  margin-top: 10px;
  transition: .3s;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item:hover .event-list-content .ticket-link {
  color: #c73659;
  -webkit-text-decoration-color: #c73659;
  text-decoration-color: #c73659;
}


.event-list-page-wrap .event-list-content-wrap .event-list-item:hover .event-img a img {
  transform: scale(1.1);
}

.event-list-page-wrap .event-list-content-wrap .event-list-item.event-list {
  margin-top: 60px;
  position: relative;
  padding-left: 95px;
}

@media only screen and (max-width: 575px) {
  .event-list-page-wrap .event-list-content-wrap .event-list-item.event-list {
    padding-left: 65px;
  }
}

.event-list-page-wrap .event-list-content-wrap .event-list-item.event-list::before {
  content: "";
  width: 1px;
  height: 130%;
  background-color: #ebebeb;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: -1;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item.event-list:last-child::before {
  height: 100%;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item.event-list .event-img {
  border-radius: 5px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item.event-list .event-list-content {
  flex: 1;
  margin-top: 0;
  margin-left: 50px;
}

@media only screen and (max-width: 991px) {
  .event-list-page-wrap .event-list-content-wrap .event-list-item.event-list .event-list-content {
    margin-left: 0;
    margin-top: 25px;
  }
}

.event-list-page-wrap .event-list-content-wrap .event-list-item.event-list .event-time {
  width: 45px;
  height: 45px;
  line-height: 16px;
  text-align: center;
  background: #c73659;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 8px;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item.event-list .event-time.purple-bg {
  background: #a221b9;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item.event-list .event-time.blue-bg {
  background: #00acee;
}

.event-list-page-wrap .event-list-content-wrap .event-list-item.event-list .event-time span {
  font-size: 16px;
  display: block;
}

.event-list-page-wrap .event-next-prev-btn {
  margin-top: 35px;
}

.event-list-page-wrap .event-next-prev-btn .event-btn {
  font-size: 15px;
}

.event-list-page-wrap .event-next-prev-btn .event-btn:hover {
  color: #ffae4a;
}

.event-list-page-wrap .event-next-prev-btn .event-btn i {
  font-size: 11px;
}

.event-list-page-wrap .event-next-prev-btn .event-btn.btn-next {
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  margin-left: 25px;
}

/*--
/*  17.2 - Event Single CSS
/*----------------------------------------*/
.event-single-page .event-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.event-single-page .single-event .event-thumbnail {
  margin-bottom: 40px;
}

.event-single-page .single-event .event-body {
  margin-bottom: 60px;
}

.event-single-page .single-event .event-body .text {
  font-size: 16px;
  color: #666666;
}

.event-single-page .event-sponsor-wrapper {
  margin-bottom: 50px;
}

.event-single-page .event-sponsor-wrapper .brand-item {
  padding: 25px 0;
}

.event-single-page .event-speaker-wrapper .speaker-col {
  margin-top: 35px;
}

/*--
/*  07.1 - Speaker Single CSS
/*----------------------------------------*/
.single-speaker-page {
  padding-top: 30px;
  padding-bottom: 100px;
}

.single-speaker-page .speaker-wrapper {
  padding: 40px 60px;
  border: 1px solid #ebebeb;
  background:white;
  box-shadow: 5px 4px 6px 0px #00000066;
  border-radius: 20px;
}

.single-speaker-page .speaker-social {
  text-align: center;
  margin-top: 35px;
  display: none !important;
}

.single-speaker-page .speaker-social .social-list li {
  display: inline-block;
}

.single-speaker-page .speaker-social .social-list li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 20px;
  margin: 0 5px;
  transition: .2s;
}

.single-speaker-page .speaker-social .social-list li a.fb-bg {
  background-color: #4867AA;
}

.single-speaker-page .speaker-social .social-list li a.fb-bg:hover {
  background-color: #3B5998;
}

.single-speaker-page .speaker-social .social-list li a.tw-bg {
  background-color: #1DA1F2;
}

.single-speaker-page .speaker-social .social-list li a.tw-bg:hover {
  background-color: #00B6F1;
}

.single-speaker-page .speaker-social .social-list li a.pin-bg {
  background-color: #33c85b;
}

.single-speaker-page .speaker-social .social-list li a.pin-bg:hover {
  background-color: #269243;
}

.single-speaker-page .speaker-informations {
  padding: 30px 40px;
  box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 50px;
}

.single-speaker-page .speaker-informations .info-single {
  margin-bottom: 25px;
}

.single-speaker-page .speaker-informations .info-single:last-child {
  margin-bottom: 0;
}

.single-speaker-page .speaker-informations .info-single .title {
  font-size: 14px;
  color: #250449;
  margin-bottom: 5px;
}

.single-speaker-page .speaker-informations .info-single .desc {
  color: #666666;
  line-height: 20px;
}

.single-speaker-page .speaker-informations .skill-bar-wrap .skill-item {
  margin-top: 20px;
}

.single-speaker-page .speaker-informations .skill-bar-wrap .skill-item:first-child {
  margin-top: 0;
}

.single-speaker-page .speaker-informations .skill-bar-wrap .skill-item .skill-header {
  position: relative;
}

.single-speaker-page .speaker-informations .skill-bar-wrap .skill-item .skill-header .skill-title {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  font-weight: 600;
  color: #120e1d;
}

.single-speaker-page .speaker-informations .skill-bar-wrap .skill-item .skill-header .skill-percentage {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
}

.single-speaker-page .speaker-informations .skill-bar-wrap .skill-item .skill-header .skill-percentage .counter {
  line-height: 24px;
  font-weight: 600;
}

.single-speaker-page .speaker-informations .skill-bar-wrap .skill-item .skill-bar .bar-inner {
  width: 100%;
  height: 10px;
  margin-top: 5px;
  position: relative;
}

.single-speaker-page .speaker-informations .skill-bar-wrap .skill-item .skill-bar .bar-inner .progress-line {
  height: 10px;
  position: absolute;
  border-radius: 5px;
  width: 0;
  top: 1px;
  left: 3px;
  background: #ffae4a;
  transition: width 2s;
  transition-delay: 1s;
}

.single-speaker-page .persoal-info {
  margin-bottom: 20px;
  padding: 0 25px;
}

.single-speaker-page .persoal-info .title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #250449;
}

.single-speaker-page .persoal-info p,.single-speaker-page .persoal-info ul li,.single-speaker-page .persoal-info a {
  font-size: 13px!important;
  line-height: 28px;
  color: #666666;
}
.persoal-table ul{
  list-style: circle!important;
}
.persoal-info ol{
  list-style:decimal!important;
}

.single-speaker-page .speaker-upcoming .title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #250449;
}

.single-speaker-page .speaker-upcoming .single-speaker-event {
  padding: 40px 25px;
  background-color: #f8f8f8;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .date-details {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .date-details .date {
  font-size: 40px;
  color: #ffae4a;
  margin-right: 10px;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .date-details .month-time .month {
  font-size: 12px;
  font-weight: 600;
  color: #1a0a1e;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .date-details .month-time .time {
  font-size: 12px;
  line-height: 20px;
  color: #959595;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .thumbnail {
  margin-bottom: 20px;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .location {
  margin-bottom: 10px;
  font-size: 12px;
  color: #959595;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .location i {
  color: #ffae4a;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .title {
  margin-bottom: 0;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .title h3 {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s linear;
}

.single-speaker-page .speaker-upcoming .single-speaker-event .title h3:hover {
  color: #ffae4a;
}

@media only screen and (max-width: 991px) {
  .single-speaker-page .speaker-wrapper {
    margin-bottom: 40px;
  }

  .single-speaker-page .speaker-informations .info-single {
    text-align: center;
  }

  .single-speaker-page .speaker-informations .skill-bar-wrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 449px) {
  .single-speaker-page .speaker-wrapper {
    padding: 40px;
  }

  .single-speaker-page .speaker-wrapper .single-speaker .speaker-details .heading-shape {
    left: 0;
  }
}

/*----------------------------------------*/
/*  06. Widget CSS
/*----------------------------------------*/
/*--
/*  06.1 - Sidebar Widget CSS
/*----------------------------------------*/
.exvent-sidebar {
  position: sticky;
  top: 0;
}

.exvent-sidebar .sidebar-widget {
  margin-top: 40px;
}

.exvent-sidebar .sidebar-widget .widget-title h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.exvent-sidebar .sidebar-widget.sidebar-widget-no-margin {
  margin-top: 0;
}

.exvent-sidebar .sidebar-widget .search-form {
  position: relative;
}

.exvent-sidebar .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #8d8d8d;
  border-radius: 0;
  padding: 10px 25px;
  padding-right: 35px;
  color: #1a0a1e;
  font-weight: 400;
  outline: none;
  overflow: hidden;
}

.exvent-sidebar .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  font-weight: 500;
  color: #797e82;
}

.exvent-sidebar .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  font-weight: 500;
  color: #797e82;
}

.exvent-sidebar .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder {
  font-weight: 500;
  color: #797e82;
}

.exvent-sidebar .sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
  border-color: #8d8d8d;
}

.exvent-sidebar .sidebar-widget .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  color: #1a0a1e;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.exvent-sidebar .sidebar-widget .category .category-item {
  margin-top: 10px;
}

.exvent-sidebar .sidebar-widget .category .category-item:first-child {
  margin-top: 0;
}

.exvent-sidebar .sidebar-widget .category .category-item a {
  display: flex;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #666666;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.exvent-sidebar .sidebar-widget .category .category-item a:hover {
  color: #ffae4a;
}

.exvent-sidebar .sidebar-widget .category .category-item a i {
  font-size: 10px;
  line-height: 24px;
  color: #ffae4a;
  margin-right: 10px;
}

.exvent-sidebar .sidebar-widget .category .category-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
}

.exvent-sidebar .sidebar-widget .sidebar-offer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  padding-right: 50px;
}

.exvent-sidebar .sidebar-widget .sidebar-offer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a0a1e;
  opacity: 0.8;
  z-index: -1;
}

.exvent-sidebar .sidebar-widget .sidebar-offer .offer {
  color: #ffae4a;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

.exvent-sidebar .sidebar-widget .sidebar-offer .offer-title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
  color: #ffffff;
}

.exvent-sidebar .sidebar-widget .sidebar-offer a {
  margin-bottom: 30px;
}

.exvent-sidebar .sidebar-widget .sidebar-offer a:hover {
  background-color: #c73659;
}

.exvent-sidebar .sidebar-widget .popular-posts {
  padding-right: 30px;
}

.exvent-sidebar .sidebar-widget .popular-posts ul li {
  margin-top: 30px;
}

.exvent-sidebar .sidebar-widget .popular-posts ul li:first-child {
  margin-top: 0;
}

.exvent-sidebar .sidebar-widget .popular-posts ul li .post-link {
  display: flex;
  align-items: center;
}

.exvent-sidebar .sidebar-widget .popular-posts ul li .post-link:hover .post-text .title {
  color: #ffae4a;
}

.exvent-sidebar .sidebar-widget .popular-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}

.exvent-sidebar .sidebar-widget .popular-posts ul li .post-link .post-thumb img {
  min-width: 60px;
  height: 60px;
}

.exvent-sidebar .sidebar-widget .popular-posts ul li .post-link .post-text .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.exvent-sidebar .sidebar-widget .popular-posts ul li .post-link .post-text .post-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #8d8d8d;
  display: inline-block;
  margin-top: 5px;
}

.exvent-sidebar .sidebar-widget .popular-posts ul li .post-link .post-text .post-meta i {
  color: #ffae4a;
  margin-right: 5px;
}

.exvent-sidebar .sidebar-widget .event-price-details {
  padding: 20px 0;
  background-color: #f1f3ff;
}

.exvent-sidebar .sidebar-widget .event-price-details .price {
  padding: 0 20px;
  margin-bottom: 5px;
}

.exvent-sidebar .sidebar-widget .event-price-details .price h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.exvent-sidebar .sidebar-widget .event-price-details .price h3 sup {
  font-size: 14px;
  position: relative;
  top: -15px;
}

.exvent-sidebar .sidebar-widget .event-price-details .purchase-button {
  padding: 0 20px;
  margin-bottom: 30px;
}

.exvent-sidebar .sidebar-widget .event-price-details .purchase-button .submit_btn {
  width: auto;
  padding: 15px 20px;
}

.exvent-sidebar .sidebar-widget .event-price-details .all-details .title {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.exvent-sidebar .sidebar-widget .event-price-details .all-details .single-details {
  border-bottom: 1px solid #ffffff;
}

.exvent-sidebar .sidebar-widget .event-price-details .all-details .single-details:last-child {
  border-bottom: none;
}

.exvent-sidebar .sidebar-widget .event-price-details .all-details .single-details .label {
  margin-top: 15px;
  padding: 0 20px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a0a1e;
}

.exvent-sidebar .sidebar-widget .event-price-details .all-details .single-details .details {
  padding: 10px 20px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}

.details a {
  width: 100%;
}

.details a i {
  float: right;
}

.exvent-sidebar .sidebar-widget .sidebar-google-map {
  margin-top: 20px;
}

.exvent-sidebar .sidebar-widget .sidebar-google-map iframe {
  width: 100%;
  height: 180px;
  display: block;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

@media only screen and (max-width: 991px) {
  .exvent-sidebar {
    margin-top: 50px;
  }
}

/*--
/*  19.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 70px;
  padding-bottom: 75px;
}

.footer-widget {
  margin-top: 30px;
}

.widget-info {
  padding-top: 20px;
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.widget-info ul li .info-icon i {
  display: inline-block;
  color: #c73659;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}

.widget-info ul li .info-text {
  font-size: 16px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #c4c5c7;
}

.footer-widget-about {
  margin-top: 15px;
}

.footer-widget-about p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding-right: 110px;
  margin-top: 20px;
}

.footer-social .social {
  margin-top: 25px;
}

.footer-social .social li {
  display: inline-block;
}

.footer-social .social li+li {
  margin-left: 5px;
}

.footer-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  background: #ffffff;
  color: #c73659;
}

.footer-social .social li a:hover {
  color: #c73659;
}

.footer-widget .footer-widget-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
}

.widget-link {
  padding-top: 22px;
}

.widget-link .link li {
  margin-top: 7px;
}

.widget-link .link li a {
  font-size: 14px;
  color: #c4c5c7;
  transition: all 0.3s linear;
}

.widget-link .link li a:hover {
  color: #c73659;
  padding-left: 10px;
}

.footer-section-02 .footer-social .social li a {
  color: #f9d464;
}

.footer-section-02 .footer-social .social li a:hover {
  color: #f9d464;
}

.footer-section-02 .widget-link {
  padding-top: 22px;
}

.footer-section-02 .widget-link .link li a:hover {
  color: #f9d464;
}

.footer-section-02 .widget-info ul li .info-icon i {
  color: #f9d464;
}

.footer-section-02 .widget-info ul li .info-text a:hover {
  color: #f9d464;
}

.footer-section-04 .footer-widget-about p {
  color: #1a0a1e;
}

.footer-section-04 .footer-widget .footer-widget-title {
  color: #1a0a1e;
}

.footer-section-04 .widget-link {
  padding-top: 22px;
}

.footer-section-04 .widget-link .link li a {
  color: #1a0a1e;
}

.footer-section-04 .widget-link .link li a:hover {
  color: #c73659;
}

.footer-section-04 .widget-info ul li .info-text {
  color: #1a0a1e;
}

.footer-section-05 .footer-social .social li a {
  color: #00acee;
}

.footer-section-05 .footer-social .social li a:hover {
  color: #00acee;
}

.footer-section-05 .widget-link {
  padding-top: 22px;
}

.footer-section-05 .widget-link .link li a:hover {
  color: #00acee;
}

.footer-section-05 .widget-info ul li .info-icon i {
  color: #00acee;
}

.footer-section-05 .widget-info ul li .info-text a:hover {
  color: #00acee;
}

/*--
/*  19. Footer CSS
/*----------------------------------------*/
.footer-section {
  /* background: linear-gradient(180deg,#4F709C,#002855); */
  /* padding-top: 50px; */
  background-repeat: no-repeat;

  background-size: cover;
  background-position: center center;

  position: relative;
  z-index: 1;
}

.footer-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #120525; */
  opacity: .8;
  z-index: -1;
  background: url(assets/images/shape/speaker_shape2.png);
}

.footer-logo {
  max-width: 170px;
}

.footer-newsletter {
  /* background: linear-gradient(to right, #1c0087, #9a00b0);   */
  background: linear-gradient(to right, #c9c1c1, #b0abb1);
  padding: 15px 30px;
  border-radius: 10px;
  position: relative;
  width: 70%;
  z-index: 1;
  margin-bottom: 80px;
  margin: auto;

}

/* .footer-newsletter::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/shape/footer_contact_object.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
} */

.footer-newsletter .footer-title {
  padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .footer-newsletter .footer-title {
    padding: 0;
  }
}

.footer-newsletter .footer-title span {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.footer-newsletter .footer-title h4 {
  color: #ffffff;
  font-size: 30px;
}

@media only screen and (max-width: 575px) {
  .footer-newsletter {
    padding: 75px 30px;
  }
}

.footer-newsletter-form {
  max-width: 750px;
  margin: 18px auto 0;
  position: relative;
}

.footer-newsletter-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #93a1a2;
  padding: 0 30px;
  padding-right: 195px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
}

@media only screen and (max-width: 575px) {
  .footer-newsletter-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}

.footer-newsletter-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  min-width: 165px;
}

.footer-newsletter-form .btn:hover {
  background-color: #250449;
}

.footer-newsletter-form .btn::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer-newsletter-form .btn {
    min-width: 120px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-newsletter-form .btn {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
}

.footer-widget-social .social-title .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-widget-social .social-list {
  margin-bottom: 25px;
}

.footer-widget-social .social-list li {
  display: inline-block;
}

.footer-widget-social .social-list li+li {
  margin-left: 20px;
}

@media only screen and (max-width: 449px) {
  .footer-widget-social .social-list li+li {
    margin-left: 14px;
  }
}

.footer-widget-social .social-list li a {
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.footer-widget-social .social-list li a:hover {
  background-color: #c73659;
}

.footer-widget-navigation .footer-navigation {
  margin-bottom: 60px;
}

.footer-widget-navigation .footer-navigation ul li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 10px;
}

.footer-widget-navigation .footer-navigation ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .footer-widget-navigation .footer-navigation ul li {
    margin-right: 20px;
  }
}

.footer-widget-navigation .footer-navigation ul li a {
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}

.footer-widget-navigation .footer-navigation ul li a:hover {
  color: #c73659;
}

.footer-copyright-area .footer-copyright-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text p {
  font-size: 14px;
  color: #c4c5c7;
  font-family: "Poppins", sans-serif;
  opacity: .6;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 75px;
  height: 45px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #c73659;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #c73659;
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.footer-section-02 {
  position: relative;
}

.footer-section-02 .footer-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}

.footer-section-02 .footer-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.6;
}

.footer-section-02 .footer-shape-3 {
  position: absolute;
  top: 70px;
  left: 200px;
  opacity: 0.6;
  -webkit-animation: round-01 3s linear infinite;
  animation: round-01 3s linear infinite;
}

.footer-section-02 .footer-widget {
  position: relative;
  z-index: 3;
  margin-top: 0;
}

.footer-section-02 .footer-widget .footer-widget-address .widget-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-section-02 .footer-widget .footer-widget-address .widget-content .vanue-date {
  color: #ffae4a;
  margin-bottom: 5px;
}

.footer-section-02 .footer-widget .footer-widget-address .widget-content .vanue-location {
  color: #ffffff;
  line-height: 30px;
}

.footer-section-02 .footer-widget .footer-logo {
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer-section-02 .footer-widget .footer-social-2 .social-title-2 h4 {
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .footer-section-02 .footer-widget .footer-social-2 .social-title-2 h4 {
    margin-top: 50px;
  }
}

.footer-section-02 .footer-widget .footer-social-2 .social-list {
  margin-top: 30px;
}

.footer-section-02 .footer-widget .footer-social-2 .social-list li {
  display: inline-block;
}

.footer-section-02 .footer-widget .footer-social-2 .social-list li+li {
  margin-left: 15px;
}

@media only screen and (max-width: 449px) {
  .footer-section-02 .footer-widget .footer-social-2 .social-list li+li {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.footer-section-02 .footer-widget .footer-social-2 .social-list li a {
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.footer-section-02 .footer-widget .footer-social-2 .social-list li a:hover {
  background-color: #c73659;
}

.footer-section-3 {
  background-color: #120525;
  position: relative;
  z-index: 3;
}

.footer-section-3 .footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.footer-section-3 .footer-widget-social {
  position: relative;
  z-index: 5;
}

.footer-section-3 .footer-widget-social .social-title .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-section-3 .footer-widget-social .social-list {
  margin-bottom: 75px;
}

.footer-section-3 .footer-widget-social .social-list li {
  display: inline-block;
}

.footer-section-3 .footer-widget-social .social-list li a {
  color: #ffffff;
}

.footer-section-3 .footer-widget-social .social-list li:nth-child(1) a {
  background-color: #a221b9;
}

.footer-section-3 .footer-widget-social .social-list li:nth-child(1) a:hover {
  background-color: #4867AA;
}

.footer-section-3 .footer-widget-social .social-list li:nth-child(2) a {
  background-color: #c73659;
}

.footer-section-3 .footer-widget-social .social-list li:nth-child(2) a:hover {
  background-color: #1DA1F2;
}

.footer-section-3 .footer-widget-social .social-list li:nth-child(3) a {
  background-color: #ffae4a;
}

.footer-section-3 .footer-widget-social .social-list li:nth-child(3) a:hover {
  background-color: #189D0E;
}

.footer-section-3 .footer-widget-social .social-list li:nth-child(4) a {
  background-color: #00acee;
}

.footer-section-3 .footer-widget-social .social-list li:nth-child(4) a:hover {
  background-color: #4867AA;
}

.footer-section-3 .footer-widget-navigation {
  position: relative;
  z-index: 5;
}

.footer-section-3 .footer-copyright-area {
  position: relative;
  z-index: 5;
}

.progress-wrap-3 {
  box-shadow: inset 0 0 0 2px rgba(249, 212, 100, 0.2);
}

.progress-wrap-3::after {
  color: #f9d464;
}

.progress-wrap-3 svg.progress-circle path {
  stroke: #f9d464;
}

.footer-section-4 {
  position: relative;
  z-index: 2;
}

.footer-section-4 .footer-shape-1 {
  position: absolute;
  left: 0;
  z-index: 1;
}

.footer-section-4 .footer-shape-2 {
  position: absolute;
  right: 0;
  z-index: 1;
}

.footer-section-4 .footer-newsletter {
  margin-bottom: 50px;
  background: linear-gradient(to right, #fd5251, #ffad4b);
}

.footer-section-4 .footer-newsletter::after {
  display: none;
}

.footer-section-4 .footer-newsletter-form .btn {
  background-color: #250449;
}

.footer-section-4 .footer-newsletter-form .btn:hover {
  background-color: #c73659;
}

.footer-section-4 .footer-newsletter-form .btn::before {
  display: none;
}

.footer-section-4 .footer-widgets-area {
  margin-bottom: 60px;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-content {
  color: #ffffff;
  font-size: 14px;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-content .event-date,
.footer-section-4 .footer-widgets-area .footer-widget .widget-content .event-address {
  color: inherit;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-content .event-date:hover,
.footer-section-4 .footer-widgets-area .footer-widget .widget-content .event-address:hover {
  color: #ffae4a;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-content .event-date {
  margin-bottom: 10px;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-content .event-meta {
  display: block;
  margin-bottom: 5px;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-content .event-meta:hover {
  color: #ffae4a;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-content .event-meta span {
  font-size: 18px;
  margin-right: 15px;
  color: #ffae4a;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-content .footer-nav-item {
  display: block;
  margin-bottom: 10px;
}

.footer-section-4 .footer-widgets-area .footer-widget .widget-content .footer-nav-item:hover {
  color: #ffae4a;
}

.cbcs-tab {
  width: 100%;
  display: table;
  padding-top: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
}

/* academic */

.academicBorder {
  width: 100%;
  background: linear-gradient(#fff, #f5f5f5, #fff);
  font-family: 'Poppins', sans-serif;
  display: table;
  padding-top: 20px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgb(0 0 0 / 100%);
}

.section-title {
  max-width: 100%;
  text-align: center;
  margin: -10px auto 40px;
  position: relative;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title p:last-child {
  margin-bottom: 0;
}

.section-title p {
  margin-bottom: 20px;
}

.justify-content-center {
  justify-content: center !important;
}

.single-academics-card3 {
  text-align: left;
  padding: 16px;
  /* border: 2px solid #00000047; */
  margin-bottom: 30px;
  position: relative;
  border-radius: 25px;
  height: 1%;
}

.single-academics-card3::before {
  position: absolute;
  content: "";
  height: 100%;
  height: 100%;
  /* width: 0; */
  top: 0;
  /* right: 0; */
  /* background-color: #c73659eb; */
  transition: all ease .5s
}

.single-academics-card3::after {
  transform: rotate(20deg);
}

.single-academics-card3 .icon {
  margin-bottom: 20px
}

.single-academics-card3 .icon i {
  font-size: 35px;
  /* height: 65px; */
  width: 65px;
  line-height: 72px;
  border-radius: 16%;
  border: 1px solid rgb(0, 40, 85);
  display: inline-block;
  color: rgb(0, 40, 85);
  position: relative;
  transition: all ease .5s
}

.single-academics-card3 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  transition: all ease .5s
}

.single-academics-card3 p {
  position: relative;
  transition: all ease .5s
}

.single-academics-card3:hover::before {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto
}




.vissionMission ul li {
  font-size: 22px;
  margin-bottom: 5px;
}

/* testimonial */
.testimonialSize img {
  width: 233px;
  height: 358px;
  border-radius: 23px;

}

/* footer section */
.widget h2 {
  color: white;
  font-size: 35px;
  margin-bottom: 15px;
}

.widget ul li {
  color: white;
  font-size: 17px !important;
  line-height: 2;
}

.contact-list p {
  font-size: 17px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.contact-list li {
  font-size: 16px;
}

/* aboutMediaQuerie */

@media only screen and (max-width: 991px) {
  .img a img {
    width: 144pc;
    height: 400px;
  }
}

p {
  text-align: justify;
}



/* home section */
#featured-list_home {
  padding: 15px 0px;
  position: relative;
  text-align: center;
}

#featured-list_home ul {
  margin: 0px;
  padding: 0px 40px;
  list-style-type: none;
}

#featured-list_home ul li {
  display: inline-block;
  padding: 0px 20px;
}

#featured-list_home ul li .inners {
  width: 150px;
  height: 144px;
  border-radius: 35%;
  border: 4px solid #9baabf;
  display: table;
  margin: 0px auto 14px auto;
  transition: -webkit-transform 0.25s ease-out,
    border-color 0.25s ease-out;
  transition: transform 0.25s ease-out, border-color 0.25s ease-out;
}

#featured-list_home ul li.apply .inners .fa {
  color: #fc654c;
}

#featured-list_home ul li .inners .fa {
  font-size: 48px;
  line-height: 145px;
}

#featured-list_home ul li h6 {
  color: #000;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
}

#featured-list_home ul li.scholarship .inners .fa {
  color: #557a46;
}

#featured-list_home ul li.schools .inners .fa {
  color: #ffc436;
}

#featured-list_home ul li.leadership .inners .fa {
  color: #c70039;
}

#featured-list_home ul li.contact .inners .fa {
  color: #fc654c;
}

#featured-list_home ul li.placements .inners .fa {
  color: #00bfe7;
}

#featured-list_home ul li.leadership :hover .inners {
  border-color: #c70039;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#featured-list_home ul li.scholarship :hover .inners {
  border-color: #557a46;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#featured-list_home ul li.contact :hover .inners {
  border-color: #ff0000;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#featured-list_home ul li.schools :hover .inners {
  border-color: #ffc436;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#featured-list_home ul li.placements :hover .inners {
  border-color: #00bfe7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#featured-list_home ul li.applyNow :hover .inners {
  border-color: #f24c3d;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 0px;
  background: rgb(252, 9, 124) !important;
  padding: 0;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 7px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

/* whatnews */
.whats_new {
  position: relative;
  top: 24pc;
  left: 1339px;
  transform: rotate(90deg);
  background: #c73659;
  display: none !important;
}

@media (max-width:1281px) {
  .whats_new {
    position: relative;
    top: 25pc;
    left: 68pc;
    transform: rotate(90deg);
    background: #c73659;
  }

  .cycle-caption {

    left: 70.5% !important;
  }
}

@media (max-width:1025px) {
  .whats_new {
    position: relative;
    top: 18pc;
    left: 55pc;
    transform: rotate(90deg);
    background: #c73659;
  }

  .cycle-caption {
    left: 70.5% !important;
  }
}

@media (max-width:992px) {
  .whats_new {
    position: relative;
    top: 42pc;
    left: 44pc;
    transform: rotate(90deg);
    background: #c73659;
  }
}

@media (max-width:823px) {
  .whats_new {
    position: relative;
    top: 34pc;
    left: 42pc;
    transform: rotate(90deg);
    background: #c73659;
  }
}

@media (max-width:769px) {
  .whats_new {
    position: relative;
    top: 32pc;
    left: 40pc;
    transform: rotate(90deg);
    background: #c73659;
  }

  .cycle-caption {
    left: 70.5% !important;
  }
}

@media (max-width:544px) {
  .whats_new {
    position: relative;
    top: 26pc;
    left: 27pc;
    transform: rotate(90deg);
    background: #c73659;
  }
}

@media (max-width:415px) {
  .whats_new {
    /* position: relative;
    top: 25pc;
    left: 312px;
    transform: rotate(90deg); background: #c73659; */
    display: none;
  }
}

@media (max-width:395px) {
  .whats_new {
    position: relative;
    top: 23pc;
    left: 286px;
    transform: rotate(90deg);
    background: #c73659;
  }

  .cycle-caption {

    left: 47.5% !important;
    max-width: 40.1%;
  }
}

@media (max-width:281px) {
  .whats_new {
    position: relative;
    top: 22pc;
    left: 179px;
    transform: rotate(90deg);
    background: #c73659;
  }
}

.cycle-caption {
  background-color: rgba(255, 255, 255, 85%);
  border-radius: 10px;
  /* border-right: 10px solid #002855; */
  position: absolute;
  /* border-left: 10px solid #002855; */
  height: auto;
  left: 78.5%;
  max-width: 18.1%;
  padding: 7px;
  position: absolute;
  text-align: left;
  top: 48%;
  width: auto;
  z-index: 999;
  /* border-top: 3px solid #002855; */
  /* border-bottom: 3px solid #002855; */
}

/* whatnews */


/* homeSocialIcon */
.slider-social {
  display: inline-block;
  top: 50%;
  left: 21px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 12324;
  position: fixed;
}


/* Icons */

.slider-social a {
  color: #fff;
  background: rgb(93 99 105 / 75%);
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  font-family: fontawesome;
  position: relative;
  display: flex;
  width: 43px;
  height: 40px;
  padding-top: 12px;
  margin: 0px 0px;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-font-smoothing: antialiased;
  justify-content: center;
}

.slider-social a:hover {
  background: #ef92a3;
}

/* pop-up text */

.slider-social a span {
  color: white;
  position: absolute;
  font-family: sans-serif;
  bottom: 0;
  left: -25px;
  right: -25px;
  width: 100px;
  padding: 5px 7px;
  z-index: -1;
  font-size: 14px;
  border-radius: 2px;
  background: #c73659;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

/* text pops up when icon is in hover state */

.slider-social a:hover span {
  left: 45px;
  visibility: visible;
  opacity: 1;
}

@media (max-width:361px) {



  #featured-list_home ul li {
    display: inline-block;
    padding: 0px 0px;
  }

  #featured-list_home ul {
    margin: 0px;
    padding: 0px 0px;
    list-style-type: none;
  }

}

@media (max-width:415px) {
  #featured-list_home ul li {
    display: inline-block;
    padding: 0px 0px;
  }

  #featured-list_home ul {
    margin: 0px;
    padding: 0px 0px;
    list-style-type: none;
  }

  .section .exvent-hero-title img {
    width: 111px;
    position: relative;
    top: 37px !important;
  }

  .section .title {
    font-size: 16px !important;
  }

  .shape3Postion {
    width: 100px !important;
    left: -66px !important;
  }

  .slider-social {
    display: none !important;
  }
}


@media (max-width:1025px) {

  .cd-headline .cd-words-wrapper b {
    margin-left: 190px;
    margin-top: 34px;
  }

  .section .exvent-hero-title img {
    width: 180px;
    position: relative;
    top: 25px !important;
  }
}

@media (max-width:992px) {
  .cd-headline .cd-words-wrapper b {
    margin-left: 19px;
    margin-top: 22px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .exvent-hero-section-02 .exvent-hero-title .title {
    font-size: 50px;
  }
}

@media (max-width:1550px) {
  .patnaFont {
    font-size: 51px !important;
  }
}

@media (max-width:1281px) {
  .patnaFont {
    font-size: 51px !important;
  }
}

@media (max-width:415px) {
  .patnaFont {
    font-size: 40px !important;
  }
}

@media (max-width:821px) {
  .swiperSlidershape {
    right: 200px !important;
  }
}

@media (max-width:541px) {
  .swiperSlidershape {
    right: 106px !important;
    width: 274px !important;
  }
}

/* psMediaCorner */
.img a img {
  border-radius: 15px;
  height: 360px;
  width: 100%;
  border: 2px solid #c73659;
}

.img a {
  margin-bottom: 20px;

}

/* marqueeSlider */

.GeneratedMarquee {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  /* background-color: #000000; */
  padding: 10px;
}

.GeneratedMarquee img {
  width: 400px;
  height: 300px;
  border: 1px solid #931c54b5;
  border-radius: 10px;
  margin-right: 10px;
  background: #b406581f;
  padding: 2px;
}


.slide-tracks .slides img {
  height: 350px;
}

.stars i {
  color: yellow;
}




.downMarquee .listItem li a {
  margin-right: 40px;
  font-size: 16px;
}



.downMarquee {
  position: fixed;
  top: 93%;
  background: rgb(93 99 105 / 75%);
  border-radius: 10px;
  color: #fff;
  z-index: 5;
  /* font-weight: bold; */

  backdrop-filter: blur(5px) contrast(80%);
}


@media only screen and (max-width: 1281px) {
  .downMarquee {

    top: 94%;

  }
}

@media (max-width:1025px) {
  .downMarquee {
    top: 92%;
  }
}

@media (max-width:992px) {
  .downMarquee {
    top: 94%;
  }
}

@media (max-width:821px) {
  .downMarquee {
    top: 93%;
  }

  #gb-widget-6991 {
    bottom: 54px;

  }
}

@media (max-width:541px) {
  .downMarquee {
    top: 92%;
  }

  .GeneratedMarquee {

    padding: 0px;
  }
}

@media (max-width:415px) {
  .downMarquee {
    top: 90%;
  }

  .GeneratedMarquee {

    padding: 0px;
  }

  .downMarquee .listItem li a {
    margin-right: 26px;
    font-size: 15px;
  }
}

@media (max-width:376px) {
  .downMarquee {
    top: 91%;
  }

}



/* department */
.event-body .prepare-exam .exam-card {
  margin-bottom: 25px;
}

.related-download {
  padding: 30px;
  background-color: #F1F3FF;
  margin-bottom: 30px;
}

.related-download h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.related-download ul li {
  margin-bottom: 10px;
  list-style-type: none;
  background-color: #fff;
  padding: 20px;
  padding-left: 70px;
  position: relative;
}

.related-download ul li a {
  color: #555;
}

.related-download ul li i {
  position: absolute;
  left: 0;
  background-color: #c73659;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #fff;
  padding: 16px;
}

.related-post-area {
  padding: 30px;
  background-color: #F1F3FF;
  margin-bottom: 30px;
}

.related-post-area h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.related-post-area .related-post-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d3d3;
}

.related-post-area .related-post-box .related-post-content {
  position: relative;
  padding-left: 105px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.related-post-area .related-post-box .related-post-content img {
  height: 80px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.related-post-area .related-post-box .related-post-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.academics-details .prepare-exam .exam-card {
  margin-bottom: 30px;
  padding-left: 30px;
}

.academics-details .prepare-exam .exam-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}

.academics-details .prepare-exam .exam-card h4::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: rgb(0, 40, 85);
  left: -30px;
  top: 5px;
}

/* our Archiever */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #c73659 !important;
  border-color: #c73659 !important;
}

/* ourAchiever */


.arc h2 {
  text-align: justify !important;
  margin-bottom: 23px !important;
}

.arc li {
  text-align: justify !important;
  list-style: none;
}

.arc li i {
  margin-right: 0px;
}

.cbcs-tab .arc h2 {
  display: flex;
  justify-content: center;
  color: red;
}

/* iqac */
.btnDownload {
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
  border-radius: 6em;
  transition: all .2s;
  border: none;
  font-family: inherit;
  font-weight: 500;
  color: black;
  background-color: #c5b7b7;
}

.btnDownload:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btnDownload:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btnDownload::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}

.btnDownload::after {
  background-color: #fff;
}

.btnDownload:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

/* chatbox */
/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');


.chatbot-toggler {
  position: fixed;
  bottom: 30px;
  right: 35px;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #724ae8;
  transition: all 0.2s ease;
}

body.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
}

.chatbot-toggler span {
  color: #fff;
  position: absolute;
}

.chatbot-toggler span:last-child,
body.show-chatbot .chatbot-toggler span:first-child {
  opacity: 0;
}

body.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
}

.chatbot {
  position: fixed;
  right: 35px;
  bottom: 90px;
  width: 420px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1),
    0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease;
}

body.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.chatbot header {
  padding: 16px 0;
  position: relative;
  text-align: center;
  color: #fff;
  background: #724ae8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.chatbot header span {
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}

header h2 {
  font-size: 1.4rem;
}

.chatbot .chatbox {
  overflow-y: auto;
  height: 510px;
  padding: 30px 20px 100px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.chatbox .chat {
  display: flex;
  list-style: none;
}

.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}

.chatbox .incoming span {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: default;
  text-align: center;
  line-height: 32px;
  align-self: flex-end;
  background: #724ae8;
  border-radius: 4px;
  margin: 0 10px 7px 0;
}

.chatbox .chat p {
  white-space: pre-wrap;
  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: #724ae8;
}

.chatbox .incoming p {
  border-radius: 10px 10px 10px 0;
}

.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}

.chatbox .incoming p {
  color: #000;
  background: #f2f2f2;
}

.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
}

.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}

.chat-input span {
  align-self: flex-end;
  color: #724ae8;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}

.chat-input textarea:valid~span {
  visibility: visible;
}

@media (max-width: 490px) {
  .chatbot-toggler {
    right: 20px;
    bottom: 20px;
  }

  .chatbot {
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    width: 100%;
  }

  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }

  .chatbot .chat-input {
    padding: 5px 15px;
  }

  .chatbot header span {
    display: block;
  }
}



/* alumni Event */
.alumni-left-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.single-alumni-events-card {
  padding: 10px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  margin-bottom: 30px;
  transition: all ease .5s;
}

.single-alumni-events-card .alumni-img {
  position: relative;
}

.single-alumni-events-card .alumni-img img {
  width: 100%;
}

.single-alumni-events-card .alumni-img .date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #c73659;
  padding: 8px 12px;
}

.single-alumni-events-card .alumni-img .date p {
  color: #fff;
  font-size: 13px;
}

.single-alumni-events-card .alumni-content .time {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
  text-align: justify;
}

.single-alumni-events-card .alumni-content .time p i {
  color: rgb(0, 40, 85);
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.single-alumni-events-card .alumni-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}


/* buttonviewmore */
.button-view {
  --button_radius: 0.75em;
  --button_color: #e8e8e8;
  --button_outline_color: #000000;
  font-size: 14px;
  font-weight: bold;
  /* width: 100%; */
  border: none;
  display: flex;

  position: relative;
  margin: auto;

  border-radius: var(--button_radius);
  background: #22222200;
  justify-content: center;
  align-items: center;
}

.button_top {
  display: block;
  box-sizing: border-box;
  border: 2px solid var(--button_outline_color);
  border-radius: var(--button_radius);
  padding: 0.75em 1.5em;
  background: var(--button_color);
  color: var(--button_outline_color);
  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
}

.button-view:hover .button_top {
  /* Pull the button upwards when hovered */
  transform: translateY(-0.33em);
}

.button-view:active .button_top {
  /* Push the button downwards when pressed */
  transform: translateY(0);
}

.author-details .name a {

  padding: 0.75em 1.5em !important;

}


/* facultyPage */
.welcome-area {
  float: left;
  display: inline;
  width: 100%;
  margin: 30px 0;
}

.title-area {
  display: inline;
  float: left;
  /* padding: 0 172px; */
  position: relative;
  text-align: center;
  width: 100%;
}

.tittle {
  color: #3a3a3a;
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 18px;
}

.tittle>span {
  color: #c73659;
}

.tittle-line {
  background-color: #c73659;
  display: inline-block;
  height: 3px;
  margin-bottom: 16px;
  width: 60px;
}

.welcome-content {
  float: left;
  display: inline;
  width: 100%;
  margin-top: 50px;
}

/* academicCalender */
.academicBtnMargB li {
  margin-bottom: 15px;
}

.beautiful-button {
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, #00224D, #00224D);
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border: none;
  border-radius: 20px;
  z-index: 1234;
  padding: 7px 24px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: button-shimmer 2s infinite;
  transition: all 0.3s ease-in-out;
}

.beautiful-button a {
  background: linear-gradient(to bottom, #00215E, #00215E) !important;
  color: white !important;
}

.beautiful-button a:hover {
  /* background: linear-gradient(to bottom, #2c2f63, #5b67b7); */
  animation: button-particles 1s ease-in-out infinite;
  transform: translateY(-2px);
}

/* Hover animation */
.beautiful-button:hover {
  /* background: linear-gradient(to bottom, #2c2f63, #5b67b7); */
  animation: button-particles 1s ease-in-out infinite;
  transform: translateY(-2px);
}

/* Click animation */
.beautiful-button:active {
  transform: scale(0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Shimmer animation */
@keyframes button-shimmer {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}

/* Particle animation */
@keyframes button-particles {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}


/* libraryBtn */
.btnloginlib {
  padding: 5px 20px;
  border: unset;
  border-radius: 15px;
  color: #212121;
  z-index: 1;
  background: rgb(93 99 105 / 85%);
  position: relative;
  font-weight: 300;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
}

.btnloginlib::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #c73659;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms
}

.btnloginlib:hover {
  color: #e8e8e8;
}

.btnloginlib:hover::before {
  width: 100%;
}

/* boxslider */
.single-campus-cards {
  margin-bottom: 30px;
  height: 100%;
  transition: all ease .5s;
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  width: 100%;
}

.single-campus-cards img {
  height: 300px !important;
  width: 100%;
}

.single-campus-cards .campus-content {
  padding: 10px 5px;
  /* padding-bottom: 26px; */
}

.single-campus-cards .campus-content span {
  color: rgb(0, 40, 85);
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 21px;
}

.single-campus-cards .campus-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.3;
  transition: all ease .5s;
}

.cd-headline .cd-words-wrapper b {
  display: inline-block;
  opacity: 0;
  position: absolute;
  color: white;
  border-right: 1px solid #333;
  /* padding-right: 5px; */
  margin-top: 15pc;
  right: 365px;
  display: flex;
  animation: showWord 3s forwards;
}

.dmopMx {

  display: none !important;
}

.alumnicenternone {
  /* display: table; */
  align-items: normal !important;
}

.section-title {
  max-width: 100%;
  text-align: center;
  margin: -10px auto 40px;
  position: relative;
}

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


/* campusLife */

.counter-up::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  /* height: 100%; */
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.counter-up .content {
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.counter-up .content .box {
  /* border: 1px dashed rgba(255,255,255,0.6); */
  width: calc(25% - 30px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 20px;
}

.content .box .icon {
  font-size: 48px;
  color: #c73659;
}

.content .box .counter {
  font-size: 50px;
  font-weight: 500;
  color: #4a4877;
  font-family: "Poppins", sans-serif;
}

.content .box .text {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

@media screen and (max-width: 1036px) {
  .counter-up {
    padding: 50px 50px 0 50px;
  }

  .counter-up .content .box {
    width: calc(50% - 30px);
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 580px) {
  .counter-up .content .box {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .wrapper {
    padding: 20px;
  }

  .counter-up {
    padding: 30px 20px 0 20px;
  }
 
}

.header-logo img {
  border-radius: inherit;
  width: 100%;
}

.footer-title img {
  border-radius: inherit;
}

/* Your CSS styles for text-to-speech icons */
#text-to-speech-icon {
  position: fixed;
  bottom: 45px;
  left: 2px;
  cursor: pointer;
  z-index: 1000;
}

#text-to-speech-icon:hover::after {
  content: "Select any text and click on the icon to listen!";
  position: absolute;
  top: 62px;
  left: 30px;
  transform: translateX(2%);
  background-color: rgb(36 35 35 / 70%);
  color: white;
  padding: 15px 15px;
  border-radius: 5px;
  font-size: 16px;
  white-space: nowrap;
  z-index: 1000;
}

#text-to-speech-selected {
  position: absolute;
  display: none;
  cursor: pointer;
  z-index: 1000;
}

#text-to-speech-selected img {
  width: 40px;
  height: 40px;
}

.speaker-thumbnail img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.speaker-details .info-single p {
  text-align: center !important;
}

.thumbnail img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.persoal-info ul {
  list-style: disc !important;
  ;
}

.administrat a {
  font-size: 25px;
}

.single-academics-card3 .icon img {
  height: 240px;
  border-radius: 25px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  border-radius: 13px !important;
  background-color: #fff;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
  z-index: 0;
}

@media screen and (max-width: 1025px) {
  .header-menu .main-menu li {
    position: relative;
    padding: 30px 7px;
  }
}


.vision .container {
  background-color: #F2F2F2;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.vision .title {
  color: #A4243B;
  margin-bottom: 10px;
}

.vision .subtitle {
  color: #555;
  margin-bottom: 30px;
}

.vision .section-title {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  color: #333;
  margin-bottom: 15px;
  justify-content: center;
}

.vision .section-title i {
  margin-right: 10px;
  color: #A4243B;
}

.vision .list {
  list-style: none;
  padding: 0;
}

.vision .list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.1em;
  transition: color 0.3s;

}

.vision .list li i {
  margin-right: 10px;
  color: #2ecc71;
}

/* Hover effect */
.vision .list li:hover {
  color: #A4243B;
}

.vision .list li:hover i {
  color: #A4243B;
}

.about-section-one .card {
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.about-section-one .card-title {
  color: #A4243B;
  margin-bottom: 20px;
  font-weight: bold;
}

.about-section-one .card-text {
  font-size: 1.1em;
  color: #555;
  line-height: 1.6;
}

.about-section-one .btn {
  background-color: #A4243B;
  border-color: #A4243B;
  color: #fff;
  margin-top: 20px;
}

.about-section-one .btn:hover {
  background-color: #c0392b;
  border-color: #c0392b;
}

.about-section-one img {
  max-width: 100%;
  height: 330px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .about-section-one .card-title {
    font-size: 1.5em;
  }

  .about-section-one .card-text {
    font-size: 1em;
  }
  .header-logo img {
    border-radius: inherit;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .header-logo img {
    border-radius: inherit;
    width: 100px;
  }
}

.card-title1 {
  font-size: 1.15rem;
  font-weight: bold;
}

.card-text1 {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 20px;
}

.btn-primary1 {
  background-color: #a92336;
  border-color: #a92336;
  color: #fff;
}

.btn-primary:hover {
  background-color: #921f30;
  border-color: #921f30;
}

.principle {
  transition: transform 0.3s, box-shadow 0.3s;
  background: #F2F2F2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.principle img {
  /* height: 250px; */
  width: 100%;
  background-size: cover;
}

.principle:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.principle:hover .card-title,
.principle:hover .card-text {
  color: #a92336;
}

.carousel-img {
  width: 100%;
  object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

/* Achiever */
.achive {
  background: linear-gradient(to bottom, #e0f7fa, #ffffff);
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  animation: colorChange 3s infinite;
  transition: all ease-in-out;
}

.achievements {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.achievements-title {
  text-align: center;
  color: #d32f2f;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.achievements-list {
  list-style: none;
  padding: 0;
}

.achievement-item {
  font-size: 18px;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  transition: background-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
  position: relative;
  padding-left: 30px;

}

@keyframes colorChange {
  0% {
    background: linear-gradient(to bottom, #e0f7fa, #ffffff);
  }

  50% {
    background: linear-gradient(to bottom, #c1f8ff, #ffffff);
  }

  100% {
    background: linear-gradient(to bottom, #e0f7fa, #ffffff);
  }
}

.achievement-item:before {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #d32f2f;
}

.achievement-item:hover {
  background-color: #f8bbd0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.single-campus-card a img:hover {
  cursor: zoom-in;
}

/* search */
.offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.offcanvas-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offcanvasSearch0 {
  width: 100% !important;
}

.headerSearch {
  background: #d32f2f;
}

.noticePic {
  cursor: zoom-in;
}

/* NAAC ALL CSS HERE */


.iqacTable {
  background-color: #ffffff;
  border-radius: 8px;
}

.iqacTable thead {
  background-color: #d32f2f !important;
  color: white;
}

.iqacTable tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.iqacTable tbody tr:hover {
  background-color: #dfe6e9;
}

.iqacTable th,
.iqacTable td {
  vertical-align: middle;
  padding: 12px;
}

.iqacTable td i {
  color: #007bff;
  margin-right: 8px;
}

/* From Uiverse.io by zjssun */
.button-nikh {
  position: relative;
  padding: 10px 10px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #7d2ae8;
  transition: all 0.2s ease;
}

.button-nikh:active {
  transform: scale(0.96);
}

.button-nikh:before,
.button-nikh:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button-nikh:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button-nikh:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.breadcrumb-item{
  text-transform: uppercase;
}
@media(max-width:767px){
  .breadcrumb-item{
    font-size: 14px!important;
  }
}
/* NAAC ALL CSS HERE */

.speaker-card {
  transition: all 0.3s ease;
  border-radius: 10px; /* Optional: Adds rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Initial shadow */
  height: 100%;
}

.speaker-card:hover {
  transform: translateY(-5px); /* Slightly moves the card up on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Deepens the shadow on hover */
}

.speaker-img {
  border-radius: 10px 10px 0 0; /* Matches the card's border-radius */
  height: 250px!important;
}

.speaker-name-link {
  text-decoration: none;
  color: #333; /* Default color */
}

.speaker-name-link:hover .speaker-name {
  color: #df1f31; /* Changes the color on hover */
}

/* department list */
.department-card .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #ff003cba;
}

.department-card .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.department-card .card:hover .fa-book,.department-card .card:hover .fa-book-open {
  color: #df1f31; /* Change to your desired color */
}
.department-card  .fa-book,.department-card  .fa-book-open {
  color: #fff; /* Change to your desired color */
}

.department-card .card:hover .card-title {
  color: #df1f31; /* Change to your desired color */
}
.department-card  .card-title {
  color: #fff; /* Change to your desired color */
}

#departmentAccordion ul{
  list-style: circle;
}
.notice-h3{
  display: inline-block;
    background: #df1f31;
    padding: 2px;
    border-radius: 5px;
    color: #fff;
}
.gyanmandir-hero-section {
  background-color: #df1f31;
  color: white;
  padding: 40px 0;
  text-align: center;
}
.gyanmandir-hero-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media(max-width:767px){
  .gyanmandir-hero-section h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .gyanmandir-hero-section {
    background-color: #df1f31;
    color: white;
    padding: 40px 0;
    text-align: center;
    margin-top: 10px;
  }
}
.gyanmandir-content-section {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 8px;
  margin-top: -30px;
}
.gyanmandir-content-section h3 {
  color: #df1f31;
}
.gyanmandir-content-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}
.highlight {
  color: #4e28a7;
  font-weight: bold;
}


/* 99999999999999999999999999 */
.header-nav {
  position: relative;
  background: #C80B00!important;
  padding: 0 20px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:767px) {
  .header-nav {
    background: #fff!important;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav {
    padding: 10px 20px;
    justify-content: space-around;
    background: #fff;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-menu {
  display: none;
}
.dropdown-menu.show {
  display: block;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
}

.navbar-nav .nav-item .nav-link{
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff!important;
  transition: all 0.3s ease;
}
.nav-item{
  padding: 5px;
}

.navbar-nav li:hover>a {
  color: #ffffff;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
}


@media( max-width:767px){

  .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #C80B00!important;
    transition: all 0.3s ease;
  }
  .nav-item{
    padding: 5px;
  }
  
  .navbar-nav li:hover>a {
    color: #000!important;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
  }
}

.sick-room-header {
  background: linear-gradient(135deg, #dc3545, #000000);
  color: white;
  padding: 50px 15px;
  text-align: center;
  border-radius: 10px;
}

.sick-room-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.sick-room-header p {
  font-size: 1.2rem;
  margin-top: 15px;
}

.sick-room-card {
  background: #f1f3ff;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.sick-room-card i {
  font-size: 3rem;
  color: #6c63ff;
}

.sick-room-card h5 {
  font-weight: bold;
  margin-top: 20px;
}
.canteen-header {
  background: linear-gradient(135deg, #ffa726, #fb8c00);
  color: white;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
}

.canteen-header h2 {
  font-size: 2.8rem;
  font-weight: bold;
}

.canteen-header p {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}

.timeline-item {
  border-left: 3px solid #fb8c00;
  padding-left: 20px;
  margin-bottom: 20px;
}

.timeline-item h5 {
  font-weight: bold;
}

.canteen {
  background: #f1f3ff;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  height: 100%;
}

.canteen i {
  font-size: 2rem;
  color: #fb8c00;
  margin-bottom: 10px;
}

.canteen h5 {
  font-weight: bold;
  margin-top: 20px;
}

/* central dispensary */
.health-header {
  background: linear-gradient(135deg, #4caf50, #388e3c);
  color: white;
  padding: 50px 15px;
  text-align: center;
  border-radius: 10px;
}

.health-header h2 {
  font-size: 2.8rem;
  font-weight: bold;
}

.health-header p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.content-section {
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.6;
}

.content-section b {
  font-weight: bold;
}

.icon-section i {
  font-size: 2rem;
  color: #388e3c;
}

.icon-section {
  /* text-align: center; */
  margin-top: 20px;
}
/* yoga */
.yoga-header {
  background: linear-gradient(135deg, #ff5722, #e64a19);
  color: white;
  padding: 50px 15px;
  text-align: center;
  border-radius: 10px;
}

.yoga-header h2 {
  font-size: 2.8rem;
  font-weight: bold;
}

.yoga-header p {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}
/* principal-desk */
.principal-img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.quote-desk {
  background-color: #f8f9fa;
  border-left: 4px solid #007bff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.desk-btn{
  padding: 10px 20px;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.desk-btn:focus{
  padding: 10px 20px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}