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

body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #666;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Big Shoulders Display", cursive;
  color: #1a0a1e;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 36px;
}

@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.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: 0;
}

/* @media only screen and (max-width: 992px) {
  a,
  button,
  img,
  input {
    margin-top: 20px;
  }
} */

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

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

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

img {
  max-width: 100%;
}

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

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

.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.section-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}

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

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

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

.section-padding-02 {
  padding-top: 150px;
}

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

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

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

@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1920px;
    padding: 0 70px;
  }
}

.off-canvas-overlay {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  transition: opacity 0.15s linear;
  z-index: 93;
}

.meeta-section-title {
  margin-bottom: 55px;
}

.meeta-section-title .sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #fc097c;
  margin-bottom: 5px;
}

.meeta-section-title .main-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .meeta-section-title .main-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-section-title .main-title {
    font-size: 28px;
  }
}

.meeta-section-title-2 {
  margin-bottom: 55px;
  position: relative;
}

.meeta-section-title-2::after {
  content: "";
  background: url(../images/LINE-FIRST.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}

.meeta-section-title-2.ptn_white::after {
  background: url(../images/alf-ptnimg_white.png) repeat-x;
  background-size: cover;
}

.meeta-section-title-2 .sub-title {
  font-size: 70px;
  line-height: 70px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #e73c6c;
  margin-bottom: 5px;
}

.about_title span:nth-child(2) {
  color: #eb7836;
}

.about_title span:nth-child(3) {
  color: #2c3192;
}

.meeta-section-title-2 .main-title {
  font-size: 40px;
  line-height: 60px;
  font-family: "Archivo", sans-serif;
  color: #757575;
}

@media only screen and (max-width: 1199px) {
  .meeta-section-title-2 .main-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-section-title-2 .sub-title {
    font-size: 40px;
    line-height: 40px;
  }

  .single-speaker-2 .speaker-content .speaker-name a {
    font-size: 18px;
  }

  .meeta-section-title-2 .main-title {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-section-title-2 .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title-3 .main-title {
  font-size: 40px;
  line-height: 52px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 575px) {
  .section-title-3 .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title-4 .main-title {
  font-size: 48px;
  line-height: 60px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 1199px) {
  .section-title-4 .main-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title-4 .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title-4 .main-title .title-shape-1 {
  position: relative;
  z-index: 1;
}

.section-title-4 .main-title .title-shape-1::before {
  position: absolute;
  left: 35px;
  bottom: -60px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/title-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .section-title-4 .main-title .title-shape-1::before {
    left: 10px;
    bottom: -40px;
  }
}

.section-title-4 .main-title .title-shape-2 {
  position: relative;
  z-index: 1;
}

.section-title-4 .main-title .title-shape-2::before {
  position: absolute;
  left: 15px;
  bottom: -50px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/title-shape-2.png);
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .section-title-4 .main-title .title-shape-2::before {
    left: 10px;
    bottom: -40px;
  }
}

.color-1 {
  background: #f9d464;
}

.color-2 {
  background: #f9d464;
}

.color-3 {
  background: #554bb9;
}

.color-4 {
  background: #fc097c;
}

.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #fff;
  width: 13px;
  height: 13px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5abaf7;
}

.slider-bullet .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.slider-bullet .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-repeat: 50%;
  /* background: #e1e1e1; */
  border: 1px solid #fc097c;
}

.slider-bullet .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fc097c;
}

.meeta-pagination .pagination .page-item {
  margin: 0 3px;
}

.meeta-pagination .pagination .page-item .page-link {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 33px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #1a0a1e;
  border: 0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.meeta-pagination .pagination .page-item .page-link:hover {
  background: #fc097c;
  color: #fff;
}

.meeta-pagination .pagination .page-item .page-link i {
  font-size: 13px;
  color: #919191;
}

.meeta-pagination .pagination .page-item.active .page-link {
  background: #fc097c;
  color: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  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: #fc097c;
  -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;
  }
}

.btn-margin {
  margin-top: 40px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #666;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  border-width: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

.btn.btn-3 {
  font-family: "Big Shoulders Display", cursive;
}

.btn::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: -1;
  opacity: 0.1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

.btn:hover {
  box-shadow: none;
}

.btn:hover::before {
  width: 420px;
  height: 420px;
}

.btn-2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #2c3192;
  border-color: transparent;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  border-width: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .btn-2 {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

.btn-2::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  color: #fc097c;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

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

.btn-2:hover {
  color: #2c3192;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-2:hover::before {
  transform-origin: bottom left;
  transform: scale(1, 1);
}

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

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #fc097c;
  border-color: #fc097c;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn-danger {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #1a0a1e;
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #1a0a1e;
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #1a0a1e;
  box-shadow: 5px 10px 38px 0 rgba(46, 63, 99, 0.3);
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
}

.btn-heading-color {
  background-color: #1a0a1e;
  border-color: #1a0a1e;
  color: #fff;
}

.btn-heading-color:active,
.btn-heading-color:focus,
.btn-heading-color:hover {
  background-color: #1a0a1e;
  border-color: #1a0a1e;
}

[class*="btn-outline-"] {
  border: 2px solid transparent;
  line-height: calc(50px + -2px);
}

@media only screen and (max-width: 575px) {
  [class*="btn-outline-"] {
    line-height: calc(45px + -2px);
  }
}

[class*="btn-outline-"]::before {
  width: 0;
  height: 0;
}

.btn-outline-primary {
  border-color: #fc097c;
  color: #1a0a1e;
}

.btn-outline-primary:hover {
  background-color: #fc097c;
  border-color: #fc097c;
  color: #fff;
}

.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-outline-success {
  border-color: #4caf50;
  color: #4caf50;
}

.btn-outline-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

.btn-outline-danger {
  border-color: #f44336;
  color: #f44336;
}

.btn-outline-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}

.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}

.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #1a0a1e;
}

.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #1a0a1e;
}

.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}

.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
}

.btn-outline-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1a0a1e;
}

.btn-outline-heading-color {
  border-color: #1a0a1e;
  color: #1a0a1e;
}

.btn-outline-heading-color:hover {
  background-color: #1a0a1e;
  border-color: #1a0a1e;
  color: #fff;
}

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

.btn-hover-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-hover-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

.btn-hover-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}

.btn-hover-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #1a0a1e;
}

.btn-hover-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-hover-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #1a0a1e;
}

.btn-hover-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-hover-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1a0a1e;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-hover-heading-color:hover {
  background-color: #1a0a1e;
  border-color: #1a0a1e;
  color: #fff;
}

label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

.meeta-header-section {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 91;
  background-color: #fff;
  padding-top: 14px;
}

.meeta-header-section .header-middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 1399px) {
  .header-meta {
    gap: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header-meta {
    gap: 30px;
  }
}

@media only screen and (max-width: 1399px) {
  .header-meta .header-btn .btn {
    padding: 0 20px;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 1399px),
only screen and (max-width: 1199px) {
  .header-actions {
    gap: 30px;
  }
}

.header-actions>* {
  position: relative;
}

.header-actions>*::before {
  width: 1px;
  height: 22px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  opacity: 0.4;
}

@media only screen and (max-width: 1399px),
only screen and (max-width: 1199px) {
  .header-actions>*::before {
    left: -15px;
  }
}

.header-actions>*:first-child::before {
  display: none;
}

.header-action button {
  font-family: "Big Shoulders Display", cursive;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.header-action button .action-text {
  margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
  .header-action button .action-text {
    display: none;
  }
}

.header-action button .count {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background-color: #fc097c;
  display: inline-block;
  padding: 0 7px;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -5px;
}

.header-navigation .main-menu {
  display: flex;
  justify-content: center;
}

.header-navigation .main-menu li {
  position: relative;
  white-space: nowrap;
}

.header-navigation .main-menu li a {
  font-family: "Big Shoulders Display", cursive;
  font-size: 16px;
  font-weight: 700;
  color: #311a79;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 36px 15px;
  display: block;
}

.header-navigation .main-menu li.menu-item-has-children>a::after {
  content: "";
  background: url(../images/down-arrow.png) no-repeat;
  width: 14px;
  height: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-left: 5px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
}

.header-navigation .main-menu li.active-menu>a {
  color: #24b389;
}

.header-navigation .main-menu li.active-menu>a::after {
  color: #24b389;
}

.header-navigation .main-menu li:hover>a {
  color: #24b389;
}

.header-navigation .main-menu li:hover>a::after {
  color: #24b389;
}

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

.header-navigation .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 270px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 0;
  border-radius: 5px;
  z-index: 99;
  border-bottom: 3px solid #fc097c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

.header-navigation .sub-menu li a {
  padding: 5px 30px;
  display: block;
  position: relative;
  color: #1a0a1e;
}

.header-navigation .sub-menu li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fc097c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation .sub-menu li a.active {
  padding-left: 37px;
  color: #fc097c;
}

.header-navigation .sub-menu li a.active::before {
  opacity: 1;
  visibility: visible;
}

.header-navigation .sub-menu li:hover>a {
  padding-left: 37px;
}

.header-navigation .sub-menu li:hover>a::before {
  opacity: 1;
  visibility: visible;
}

.header-navigation .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
}

.header-navigation .sub-menu li:hover>.sub-menu {
  top: -20px;
}

.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
  background-color: #fff;
  border-bottom-color: #000;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  padding: 10px 0;
}

.header-search .search-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

.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: #fff;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

.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: #fff;
  border-bottom: 2px solid #fff;
  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:focus {
  border-bottom: 2px solid #fc097c;
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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;
  }
}

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

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

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

.meeta-header-2 .header-middle {
  border-bottom: 0;
}

.meeta-header-2 .header-middle .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meeta-header-2 .header-middle .header-wrap .header-navigation {
  margin-left: auto;
}

.meeta-header-2 .header-middle .header-wrap .header-navigation .main-menu li a {
  font-family: "Archivo", sans-serif;
}

.meeta-header-2 .header-middle .header-wrap .header-navigation .sub-menu li a {
  font-weight: 600;
}

.meeta-header-2 .header-middle .header-wrap .header-navigation .sub-menu li:hover>a {
  color: #24b389;
}

.meeta-header-2 .header-middle .header-wrap .header-meta .header-btn {
  margin-left: 20px;
}

.header-logo-3 .logo-white {
  display: none;
}

.meeta-header-3 {
  background: #fff;
}

.meeta-header-3 .header-middle.sticky .header-wrap .header-logo-3 .logo-black {
  display: none;
}

.meeta-header-3 .header-middle.sticky .header-wrap .header-logo-3 .logo-white {
  display: block;
}

.meeta-header-3 .header-middle.sticky .header-wrap .header-navigation {
  margin-left: auto;
}

.meeta-header-3 .header-middle.sticky .header-wrap .header-navigation .main-menu>li>a {
  color: #fff;
}

.meeta-header-3 .header-middle.sticky .header-wrap .header-navigation .main-menu>li.menu-item-has-children>a::after {
  color: #fff;
}

.meeta-header-3 .header-middle .header-wrap .header-navigation {
  margin-left: auto;
}

.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li a {
  color: #1a0a1e;
}

.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li.menu-item-has-children>a::after {
  color: #1a0a1e;
}

.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li:hover>a {
  color: #24b389;
}

.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li:hover.menu-item-has-children>a::after {
  color: #24b389;
}

.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li.active-menu>a {
  color: #24b389;
}

.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li.active-menu>a::after {
  color: #24b389;
}

.meeta-header-3 .header-middle.sticky .header-wrap .header-navigation .main-menu>li.active-menu>a::after {
  color: #24b389;
}

.meeta-header-3 .header-middle .header-wrap .header-btn .btn-2 {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

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

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

.meeta-header-4 .header-navigation .main-menu li a {
  font-family: "Archivo", sans-serif;
}

.meeta-header-4 .header-navigation .sub-menu li a {
  font-family: "Archivo", sans-serif;
}

.meeta-header-4 .header-action button {
  font-family: "Archivo", sans-serif;
}

.meeta-header-4 .header-meta .header-btn .btn {
  font-family: "Archivo", sans-serif;
}

.meeta-header-5 {
  background: transparent;
}

.meeta-mini-cart-box {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 375px;
  min-height: 20%;
  max-height: calc(100% - 30px);
  border-radius: 10px;
  padding: 34px 34px 24px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  transform: translateX(calc(100% + 20px));
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  scrollbar-width: none;
  background-color: #fff;
  z-index: 95;
}

.meeta-mini-cart-box .mini-cart-items .mini-cart-item {
  display: flex;
  position: relative;
  align-items: center;
}

.meeta-mini-cart-box .mini-cart-items .mini-cart-item+.mini-cart-item {
  margin-top: 30px;
}

.meeta-mini-cart-box .mini-cart-items .mini-cart-item .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
}

.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-item-image {
  flex-shrink: 0;
}

.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-item-image img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-item-content {
  flex-grow: 1;
  padding: 0 20px;
}

.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-title {
  font-size: 15px;
  font-weight: 700;
}

.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-quantity {
  font-size: 14px;
  font-weight: 700;
  color: #fc097c;
  margin-top: 5px;
}

.meeta-mini-cart-box .mini-cart-sub-total {
  padding-top: 20px;
}

.meeta-mini-cart-box .mini-cart-sub-total p {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #1a0a1e;
}

.meeta-mini-cart-box .mini-cart-sub-total p strong {
  font-weight: 600;
}

.meeta-mini-cart-box .mini-cart-amount {
  color: #fc097c;
  font-weight: 600;
}

.meeta-mini-cart-box .mini-cart-sub-btn {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}

.meeta-mini-cart-box .mini-cart-sub-btn .btn {
  width: 48%;
}

.off-canvas {
  position: absolute;
  z-index: 95;
}

.off-canvas.show .meeta-mini-cart-box {
  transform: translateX(0);
}

.offcanvas {
  background: #fff;
  width: 320px;
}

.offcanvas .footer-widget-social a {
  color: #1a1a1a;
}

.offcanvas .footer-widget-social {
  justify-content: center;
  margin-top: 50px;
}

/* =========================
   NAVBAR
========================= */

.alf-navbar{
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    position:relative;
    z-index:999;
}

.navbar-wrapper{
    min-height:106px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

/* LOGO */

.navbar-logo img{
    width:180px;
    height:auto;
    display:block;
}

/* MENU */

.navbar-menu{
    flex:1;
    display:flex;
    justify-content:center;
}

.main-menu{
    display:flex;
    gap:20px;
    margin:0;
    padding:0;
    list-style:none;
}

.main-menu li{
    position:relative;
}

.main-menu li a{
    text-decoration:none;
    color:#311a79;
    font-weight:600;
    font-size:16px;
    white-space:nowrap;
}
.main-menu li a :hover{
  color: #24b389;
}

/* DESKTOP DROPDOWN */

.submenu{
    position:absolute;
    top:100%;
    left:0;
    min-width:180px;
    background:#fff;
    list-style:none;
    padding:10px 0;
    box-shadow:0 10px 25px rgba(0,0,0,.1);

    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.dropdown:hover .submenu{
    opacity:1;
    visibility:visible;
}

.submenu li a{
    display:block;
    padding:10px 20px;
}

/* BUTTONS */

.navbar-actions{
    display:flex;
    gap:10px;
}

.btn-register,
.btn-donate{
    padding:11px 18px;
    border-radius:50px;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
}

.btn-register{
    background:#013291;
    color:#fff;
}

.btn-donate{
    background:#f7941d;
    color:#fff;
}

/* MOBILE TOGGLE */

.mobile-toggle{
    display:none;
    border:none;
    background:none;
    font-size:30px;
    cursor:pointer;
}

/* MOBILE MENU */

.mobile-menu{
    display:none;
    background:#fff;
    padding:20px;
    border-top:1px solid #eee;
}

.mobile-menu.active{
    display:block;
}

.mobile-buttons{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:20px;
}

.mobile-menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.mobile-menu li{
    border-bottom:1px solid #eee;
}

.mobile-menu li a,
.mobile-dropdown-btn{
    width:100%;
    display:block;
    padding:14px 0;
    text-decoration:none;
    color:#222;
    font-weight:600;
    background:none;
    border:none;
    text-align:left;
}

.mobile-submenu{
    display:none;
    padding-left:20px !important;
}

.mobile-submenu.active{
    display:block;
}

/* RESPONSIVE */

@media(max-width:991px){

    .navbar-menu,
    .navbar-actions{
        display:none;
    }

    .mobile-toggle{
        display:block;
    }

    .navbar-logo img{
        width:150px;
    }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section {
    height: 480px;
  }
}

.meeta-hero-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0541da;
  opacity: 0.6;
  z-index: -1;
}

.meeta-hero-section .hero-shape-01 {
  position: absolute;
  top: 35%;
  left: 30px;
  width: 108px;
  opacity: 0.6;
  -webkit-animation: bounce-animate 3s infinite linear;
  animation: bounce-animate 3s infinite linear;
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .hero-shape-01 {
    width: 70px;
  }
}

.meeta-hero-section .hero-shape-02 {
  position: absolute;
  top: 20%;
  right: 30px;
  opacity: 0.6;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .hero-shape-02 {
    width: 110px;
  }
}

.meeta-hero-section .meeta-hero-content {
  max-width: 710px;
  padding: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content {
    margin-top: 120px;
  }
}

.meeta-hero-section .meeta-hero-content .hero-content-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 710px;
  width: 100%;
  height: auto;
  z-index: -1;
}

.meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
  width: 70%;
  height: 95px;
  background-color: #8c0050;
  position: absolute;
  bottom: -20px;
  left: 66px;
  z-index: -2;
  transform: skewX(10deg);
}

@media only screen and (max-width: 767px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
    bottom: -14px;
    left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
    left: 59px;
    bottom: -15px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
    bottom: 21px;
    left: 22px;
  }
}

.meeta-hero-section .meeta-hero-content .hero-content-shape-02 {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 130px solid #1fe0df;
  border-bottom: 20px solid transparent;
  position: absolute;
  bottom: 19%;
  left: 0;
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-02 {
    border-top: 15px solid transparent;
    border-left: 90px solid #1fe0df;
    border-bottom: 15px solid transparent;
    bottom: 9%;
  }
}

.meeta-hero-section .meeta-hero-content .hero-content-shape-03 {
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-left: 190px solid #f9d464;
  border-bottom: 0 solid transparent;
  position: absolute;
  top: -25px;
  left: 30px;
  transform: rotate(-8deg);
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-03 {
    border-top: 25px solid transparent;
    border-left: 120px solid #f9d464;
    top: 10px;
    left: 10px;
  }
}

.meeta-hero-section .meeta-hero-content .hero-content-shape-04 {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 130px solid #00acee;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: -55px;
  right: 48%;
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-04 {
    border-top: 15px solid transparent;
    border-right: 100px solid #00acee;
    top: -10px;
    right: 20%;
  }
}

.meeta-hero-section .meeta-hero-content .hero-content-shape-05 {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 180px solid #f9d464;
  border-bottom: 0 solid transparent;
  position: absolute;
  bottom: 24%;
  right: -40px;
  transform: rotate(8deg);
}

@media only screen and (max-width: 991px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-05 {
    right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-05 {
    border-top: 40px solid transparent;
    border-right: 120px solid #f9d464;
    right: -20px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-05 {
    border-top: 25px solid transparent;
    border-right: 90px solid #f9d464;
    right: -5px;
    bottom: 30%;
  }
}

.meeta-hero-section .meeta-hero-content .hero-title {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

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

@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-title {
    font-size: 30px;
  }
}

.meeta-hero-section .meeta-hero-content .hero-year {
  font-size: 170px;
  font-weight: 700;
  font-family: "Big Shoulders Display", cursive;
  color: #f9d464;
  line-height: 1.1;
  display: block;
}

@media only screen and (max-width: 767px) {
  .meeta-hero-section .meeta-hero-content .hero-year {
    font-size: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-year {
    font-size: 60px;
  }
}

.meeta-hero-section .meeta-hero-content .hero-date {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Big Shoulders Display", cursive;
  padding: 0 40px;
  display: inline-block;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .meeta-hero-section .meeta-hero-content .hero-date {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-date {
    font-size: 15px;
    padding: 0 14px;
  }
}

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

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

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

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

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

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

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

.meeta-hero-section-2 {
  height: 1040px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0541da;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.meeta-hero-section-2 .shape-1 {
  position: absolute;
  left: 19%;
  top: 40%;
  z-index: -1;
  -webkit-animation: animationFrames 30s alternate infinite linear;
  animation: animationFrames 30s alternate infinite linear;
}

.meeta-hero-section-2 .shape-2 {
  position: absolute;
  right: 28.5%;
  top: 16%;
  z-index: -1;
  -webkit-animation: rotate-style 10s linear infinite;
  animation: rotate-style 10s linear infinite;
}

.meeta-hero-section-2 .shape-3 {
  position: absolute;
  right: 14.5%;
  bottom: 35%;
  z-index: -1;
  -webkit-animation: animationFrames 30s alternate infinite linear;
  animation: animationFrames 30s alternate infinite linear;
}

.meeta-hero-section-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-87deg,
      #5e0886 0%,
      #5e0885 47%,
      rgba(94, 8, 133, 0.99) 48%,
      rgba(186, 9, 252, 0.61176) 100%);
  opacity: 0.95;
  z-index: -1;
}

.meeta-hero-section-2 .meeta-hero-content {
  max-width: 760px;
  margin: 0 auto;
}

.meeta-hero-section-2 .meeta-hero-content .title {
  font-size: 120px;
  line-height: 56px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

.meeta-hero-section-2 .meeta-hero-content .text {
  font-size: 22px;
  line-height: 170px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 {
  display: flex;
  justify-content: space-between;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown {
  display: inline-block;
  text-align: center;
  padding: 40px 15px;
  min-width: 115px;
  height: 115px;
  line-height: 115px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown.countdown-2::before {
  border-color: #00acee;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown.countdown-3::before {
  border-color: #fc097c;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown.countdown-4::before {
  border-color: #554bb9;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown::before {
  content: "";
  width: 155px;
  height: 88px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border: 12px solid #f9d464;
  border-bottom: 0;
  position: absolute;
  left: -5px;
  top: 40px;
  transform: rotate(150deg);
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .count {
  font-size: 58px;
  line-height: 12px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .value {
  font-size: 15px;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: block;
  color: #fff;
  margin-top: 25px;
  text-transform: capitalize;
}

.meeta-hero-section-2 .meeta-hero-content .header-btn {
  margin-top: 80px;
}

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

  .meeta-hero-section-2 .shape-1 {
    left: 5%;
    top: 35%;
  }

  .meeta-hero-section-2 .shape-2 {
    right: 13.5%;
    top: 12%;
  }

  .meeta-hero-section-2 .shape-2 img {
    width: 80%;
  }

  .meeta-hero-section-2 .shape-3 {
    bottom: 20%;
  }

  .meeta-hero-section-2 .meeta-hero-content .title {
    font-size: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-hero-section-2 .shape-1 {
    left: 15%;
    top: 75%;
  }

  .meeta-hero-section-2 .shape-2 {
    right: 2.5%;
    top: 13%;
  }

  .meeta-hero-section-2 .shape-3 {
    right: 17.5%;
    bottom: 15%;
  }

  .meeta-hero-section-2 .meeta-hero-content .title {
    font-size: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-hero-section-2 {
    height: 650px;
  }

  .meeta-hero-section-2 .meeta-hero-content .title {
    font-size: 65px;
  }

  .meeta-hero-section-2 .meeta-hero-content .text {
    font-size: 18px;
    line-height: 120px;
  }

  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown {
    min-width: 90px;
    height: 90px;
    line-height: 90px;
    padding: 25px 5px;
  }

  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown::before {
    width: 127px;
    height: 67px;
    left: -6px;
    top: 35px;
  }

  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .count {
    font-size: 35px;
    line-height: 12px;
  }

  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .value {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section-2 {
    height: 550px;
  }

  .meeta-hero-section-2 .shape-2 img {
    width: 70%;
  }

  .meeta-hero-section-2 .meeta-hero-content .title {
    font-size: 52px;
  }

  .meeta-hero-section-2 .meeta-hero-content .text {
    font-size: 16px;
    line-height: 70px;
  }

  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 15px 0;
  }

  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown::before {
    width: 99px;
    height: 51px;
    left: -10px;
    top: 23px;
  }

  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .count {
    font-size: 28px;
    line-height: 12px;
  }

  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .value {
    font-size: 12px;
    margin-top: 8px;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(120px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 110px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

@keyframes animationFrames {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(120px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 110px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

.meeta-hero-section-3 {
  padding-top: 310px;
  padding-bottom: 240px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.meeta-hero-section-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(-180deg, #f6730d 0%, #d90845 100%);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-hero-section-3 .meeta-countdown-wrap {
  text-align: center;
  border: 3px solid #fff;
  width: 475px;
  height: 475px;
  padding-top: 110px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.meeta-hero-section-3 .meeta-countdown-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.85);
  background: #ff8a2f;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date {
  margin-bottom: 20px;
}

.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date .number {
  font-size: 120px;
  line-height: 36px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date span {
  font-size: 22px;
  line-height: 36px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
}

.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 {
  display: flex;
  justify-content: center;
}

.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown {
  display: inline-block;
  text-align: center;
  padding: 22px 15px;
  background: #e57c2a;
  min-width: 75px;
  height: 75px;
  line-height: 40px;
}

.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown+.single-countdown {
  margin-left: 5px;
}

.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown .count {
  font-size: 30px;
  line-height: 12px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
}

.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown .value {
  font-size: 12px;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.meeta-hero-section-3 .meeta-hero-content .text {
  font-size: 18px;
  line-height: 55px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

.meeta-hero-section-3 .meeta-hero-content .title {
  font-size: 70px;
  line-height: 72px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.meeta-hero-section-3 .meeta-hero-content .hero-btn {
  margin-top: 40px;
}

.meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-2 {
  background: #fff;
  color: #fc097c;
  border-radius: 5px;
}

.meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-2::before {
  background-color: #fc097c;
}

.meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-2:hover {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .meeta-hero-section-3 {
    padding-top: 240px;
    padding-bottom: 170px;
  }

  .meeta-hero-section-3 .meeta-countdown-wrap {
    width: 430px;
    height: 430px;
  }

  .meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date .number {
    font-size: 95px;
    line-height: 36px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    color: #fff;
  }

  .meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date span {
    font-size: 20px;
    margin-top: 25px;
  }

  .meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown {
    padding: 15px 15px;
    min-width: 65px;
    height: 65px;
  }

  .meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown .count {
    font-size: 28px;
  }

  .meeta-hero-section-3 .meeta-hero-content .title {
    font-size: 55px;
    line-height: 65px;
  }

  .meeta-hero-section-3 .meeta-hero-content .header-btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-hero-section-3 {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .meeta-hero-section-3 .meeta-countdown-wrap {
    margin: 0 auto;
  }

  .meeta-hero-section-3 .meeta-hero-content {
    margin-top: 50px;
    text-align: center;
  }

  .meeta-hero-section-3 .meeta-hero-content .title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section-3 {
    padding-bottom: 125px;
  }

  .meeta-hero-section-3 .meeta-countdown-wrap {
    margin: 0 auto;
  }

  .meeta-hero-section-3 .meeta-hero-content .text {
    font-size: 16px;
  }

  .meeta-hero-section-3 .meeta-hero-content .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 449px) {
  .meeta-hero-section-3 .meeta-countdown-wrap {
    display: none;
  }
}

.meeta-hero-section-4 {
  padding-top: 185px;
  padding-bottom: 450px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.meeta-hero-section-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(19, 19, 141, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.meeta-hero-section-4 .hero-content .hero-date {
  display: flex;
  align-items: center;
}

.meeta-hero-section-4 .hero-content .hero-date .date {
  font-size: 100px;
  line-height: 110px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #f9d464;
  margin-right: 10px;
}

.meeta-hero-section-4 .hero-content .hero-date .year {
  font-size: 30px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-top: 8px;
}

.meeta-hero-section-4 .hero-content .place {
  font-size: 18px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  display: inline-block;
  background: #00acee;
  color: #fff;
  border-radius: 30px;
}

.meeta-hero-section-4 .hero-content .title {
  font-size: 100px;
  line-height: 100px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-top: 45px;
}

.hero-form {
  background: #7132cd;
  overflow: hidden;
  max-width: 460px;
  position: relative;
  z-index: 1;
}

.hero-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape/hero-form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-form .hero-form-wrap {
  padding: 45px 40px 60px;
  box-shadow: 0 0 40px 0 rgba(49, 48, 48, 0.81);
}

.hero-form .hero-form-wrap .heading-wrap {
  margin-bottom: 15px;
}

.hero-form .hero-form-wrap .heading-wrap .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

.hero-form .hero-form-wrap .single-form {
  margin-top: 20px;
}

.hero-form .hero-form-wrap .single-form input,
.hero-form .hero-form-wrap .single-form textarea {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #93a1a2;
  padding: 0 30px;
  padding: 10px 25px;
  background-color: #fff;
  border: 0;
}

.hero-form .hero-form-wrap .single-form textarea {
  height: 135px;
  resize: none;
}

.hero-form .hero-form-wrap .single-form textarea:focus {
  outline: none;
}

.hero-form .hero-form-wrap .form-btn {
  margin-top: 15px;
}

.hero-form .hero-form-wrap .form-btn .btn-2 {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .meeta-hero-section-4 {
    padding-top: 160px;
    padding-bottom: 290px;
  }

  .meeta-hero-section-4 .hero-content .hero-date .date {
    font-size: 80px;
    line-height: 80px;
  }

  .meeta-hero-section-4 .hero-content .hero-date .year {
    font-size: 25px;
  }

  .meeta-hero-section-4 .hero-content .title {
    font-size: 70px;
    line-height: 80px;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-hero-section-4 {
    padding-top: 130px;
    padding-bottom: 260px;
    background-size: cover;
  }

  .meeta-hero-section-4 .hero-content .title {
    font-size: 55px;
    line-height: 65px;
  }

  .meeta-hero-section-4 .hero-form {
    max-width: 100%;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-hero-section-4 {
    padding-bottom: 220px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section-4 {
    padding-bottom: 195px;
  }

  .meeta-hero-section-4 .hero-content .hero-date .date {
    font-size: 70px;
    line-height: 80px;
  }

  .meeta-hero-section-4 .hero-content .hero-date .year {
    font-size: 20px;
    line-height: 24px;
  }

  .meeta-hero-section-4 .hero-content .place {
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
  }

  .meeta-hero-section-4 .hero-content .title {
    font-size: 40px;
    line-height: 50px;
  }

  .meeta-hero-section-4 .hero-form .hero-form-wrap {
    padding: 40px 25px 50px;
  }
}

.meeta-hero-section-5 {
  background: #e5fefd;
  padding-top: 290px;
  padding-bottom: 255px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.meeta-hero-section-5 .image-1 {
  position: absolute;
  left: 0;
  top: 180px;
}

.meeta-hero-section-5 .image-2 {
  position: absolute;
  right: 0;
  top: 220px;
}

.meeta-hero-section-5 .shape-1 {
  position: absolute;
  left: 10px;
  bottom: 80px;
}

.meeta-hero-section-5 .shape-2 {
  position: absolute;
  right: -50px;
  top: -30px;
}

.meeta-hero-section-5 .hero-content .title-wrap {
  padding-bottom: 50px;
}

.meeta-hero-section-5 .hero-content .title-wrap .title {
  font-size: 120px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a0a1e;
  position: relative;
  z-index: 1;
}

.meeta-hero-section-5 .hero-content .title-wrap .title::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  background-image: url(../images/shape/hero-5-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-hero-section-5 .hero-content .title-wrap .sub-title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #1a0a1e;
  margin-top: 25px;
}

.meeta-hero-section-5 .hero-content .search-form-wrap {
  position: relative;
  margin: 20px 0;
  z-index: 1;
}

.meeta-hero-section-5 .hero-content .search-form-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleY(1.15) scaleX(0.79);
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner {
  max-width: 945px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 70px;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form {
  display: flex;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form {
  width: 25%;
  margin-right: 10px;
  position: relative;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form+.single-form {
  padding-left: 40px;
  margin-right: 30px;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form+.single-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ebebeb;
  width: 1px;
  height: 60px;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form .form-label {
  font-size: 12px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
  text-transform: uppercase;
  margin-bottom: 0;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form .form-label i {
  color: #fc097c;
  margin-right: 3px;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input {
  height: 30px;
  width: 100%;
  border: 0;
  color: #b5b5b5;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #b5b5b5;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #b5b5b5;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #b5b5b5;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #b5b5b5;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form .nice-select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 0;
  color: #b5b5b5;
  border: 0;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form .nice-select .list {
  width: 100%;
  color: #1a0a1e;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .form-btn {
  width: 25%;
  text-align: end;
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .form-btn .search-btn {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #fc097c;
  border-radius: 50%;
  border: 0;
  color: #fff;
}

.meeta-hero-section-5 .hero-content .popular-tag {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}

.meeta-hero-section-5 .hero-content .popular-tag .label {
  font-size: 16px;
  line-height: 24px;
  margin-right: 10px;
}

.meeta-hero-section-5 .hero-content .popular-tag ul li {
  display: inline-block;
}

.meeta-hero-section-5 .hero-content .popular-tag ul li+li {
  margin-left: 15px;
}

.meeta-hero-section-5 .hero-content .popular-tag ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  color: #1a0a1e;
}

.meeta-hero-section-5 .hero-content .popular-tag ul li a:hover {
  color: #fc097c;
}

@media only screen and (max-width: 1399px) {
  .meeta-hero-section-5 {
    padding-top: 210px;
    padding-bottom: 170px;
  }

  .meeta-hero-section-5 .image-1 {
    display: none;
  }

  .meeta-hero-section-5 .image-2 {
    display: none;
  }

  .meeta-hero-section-5 .shape-1 {
    display: none;
  }

  .meeta-hero-section-5 .shape-2 {
    display: none;
  }

  .meeta-hero-section-5 .hero-content .title-wrap {
    padding-bottom: 50px;
  }

  .meeta-hero-section-5 .hero-content .title-wrap .title {
    font-size: 90px;
  }

  .meeta-hero-section-5 .hero-content .title-wrap .title::before {
    display: none;
  }

  .meeta-hero-section-5 .hero-content .title-wrap .sub-title {
    font-size: 24px;
    line-height: 35px;
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap::before {
    transform: scaleY(1.15) scaleX(0.7);
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner {
    max-width: 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .meeta-hero-section-5 .hero-content .search-form-wrap::before {
    transform: scaleY(1.15) scaleX(0.79);
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner {
    max-width: 850px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-hero-section-5 {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .meeta-hero-section-5 .hero-content .title-wrap .title {
    font-size: 70px;
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap::before {
    transform: scaleY(1.1) scaleX(0.85);
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form {
    flex-direction: column;
    gap: 25px;
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form {
    width: 40%;
    margin-right: 0;
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form+.single-form {
    padding-left: 0;
    margin-right: 0;
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form+.single-form::before {
    display: none;
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .form-btn {
    width: 25%;
    text-align: left;
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .form-btn .search-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #fc097c;
    border-radius: 50%;
    border: 0;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-hero-section-5 {
    padding-top: 170px;
    padding-bottom: 110px;
  }

  .meeta-hero-section-5 .hero-content .title-wrap .title {
    font-size: 55px;
  }

  .meeta-hero-section-5 .hero-content .title-wrap .sub-title {
    font-size: 20px;
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap::before {
    transform: scaleY(1.1) scaleX(0.85);
  }

  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section-5 .hero-content .title-wrap .title {
    font-size: 48px;
  }
}

.meeta-hero-section-6 {
  height: 900px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e6edff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.meeta-hero-section-6 .plane img {
  animation: slidein 30s linear infinite;
  position: absolute;
  transition: linear;
}

@keyframes slidein {
  from {
    right: -180px;
  }

  to {
    right: 130%;
  }
}

.meeta-hero-section-6 .shape-svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}

.meeta-hero-section-6 .meeta-hero-content {
  max-width: 760px;
  margin: 0 auto;
}

.meeta-hero-section-6 .meeta-hero-content .title {
  font-size: 30px;
  line-height: 35px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #000;
}

.meeta-hero-section-6 .meeta-hero-content h1.title {
  color: #fc097c;
  font-size: 95px;
  line-height: 105px;
  font-weight: 700;
  margin-top: 20px;
}

.meeta-hero-section-6 .meeta-hero-content p {
  font-size: 30px;
  color: #000;
}

.meeta-hero-section-6 .meeta-hero-content .text {
  font-size: 30px;
  line-height: 40px;
  font-family: "Archivo", sans-serif;
  color: #000;
}

.meeta-hero-section-6 .meeta-hero-content .header-btn {
  margin-top: 60px;
}

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

  .meeta-hero-section-6 .meeta-hero-content .title {
    font-size: 65px;
    line-height: 75px;
  }
}

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

  .meeta-hero-section-6 .meeta-hero-content .title {
    font-size: 65px;
    line-height: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-hero-section-6 {
    height: 650px;
  }

  .meeta-hero-section-6 .meeta-hero-content .title {
    font-size: 55px;
    line-height: 65px;
  }

  .meeta-hero-section-6 .meeta-hero-content .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-hero-section-6 .meeta-hero-content .title {
    font-size: 38px;
    line-height: 50px;
  }

  .meeta-hero-section-6 .meeta-hero-content .text {
    font-size: 18px;
  }
}

.meeta-register-countdown .register-countdown-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
  z-index: -2;
}

.meeta-register-countdown-wrapper {
  padding: 70px 100px;
  box-shadow: 0 10px 180px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-top: -143px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .meeta-register-countdown-wrapper {
    padding: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-register-countdown-wrapper {
    margin-top: 50px;
    padding: 20px;
  }
}

.meeta-register-countdown-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/shape-3.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.45;
}

.meeta-register .register-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: -10px;
}

@media only screen and (max-width: 575px) {
  .meeta-register .register-title {
    font-size: 28px;
  }
}

.meeta-register .register-btn {
  margin-top: 15px;
  padding: 0 60px;
}

.meeta-countdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.meeta-countdown .single-countdown {
  text-align: center;
  position: relative;
}

.meeta-countdown .single-countdown::before {
  content: ":";
  font-size: 58px;
  font-weight: 700;
  font-family: "Big Shoulders Display", cursive;
  line-height: 1;
  position: absolute;
  right: -34.5%;
  top: 14px;
}

@media only screen and (max-width: 767px) {
  .meeta-countdown .single-countdown::before {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-countdown .single-countdown::before {
    top: 10px;
    font-size: 24px;
    right: -24%;
  }
}

.meeta-countdown .single-countdown .count {
  font-size: 58px;
  font-weight: 700;
  font-family: "Big Shoulders Display", cursive;
  width: 110px;
  height: 110px;
  line-height: 110px;
  display: block;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .meeta-countdown .single-countdown .count {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-countdown .single-countdown .count {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

.meeta-countdown .single-countdown .value {
  color: #9a9a9a;
  margin-top: 10px;
  display: block;
}

.meeta-countdown .single-countdown:nth-child(1) .count {
  background-color: #f9d464;
}

.meeta-countdown .single-countdown:nth-child(1)::before {
  color: #f9d464;
}

.meeta-countdown .single-countdown:nth-child(2) .count {
  background-color: #00acee;
}

.meeta-countdown .single-countdown:nth-child(2)::before {
  color: #00acee;
}

.meeta-countdown .single-countdown:nth-child(3) .count {
  background-color: #fc097c;
}

.meeta-countdown .single-countdown:nth-child(3)::before {
  color: #fc097c;
}

.meeta-countdown .single-countdown:nth-child(4) .count {
  background-color: #554bb9;
}

.meeta-countdown .single-countdown:nth-child(4)::before {
  color: #554bb9;
}

.meeta-countdown .single-countdown:last-child::before {
  display: none;
}

.register-countdown-4 {
  margin-top: -80px;
  position: relative;
  z-index: 5;
}

.register-countdown-4 .count-shape-1 {
  position: absolute;
  left: 15px;
  bottom: -25px;
}

.register-countdown-4 .count-shape-2 {
  position: absolute;
  right: 15px;
  top: -25px;
}

.register-countdown-4 .count-shape-3 {
  position: absolute;
  top: 0;
  left: 0;
}

.register-countdown-4 .meeta-register-countdown-wrapper {
  padding: 35px 120px 50px;
  max-width: 1080px;
  margin: 30px auto;
}

.register-countdown-4 .meeta-register-countdown-wrapper::before {
  display: none;
}

.register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown .count {
  height: 95px;
  line-height: 110px;
  font-family: "Archivo", sans-serif;
  background: none;
  color: #fc097c;
}

.register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown .value {
  margin-top: 0;
}

.register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown:nth-child(1)::before {
  color: #fc097c;
}

.register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown:nth-child(2) .count {
  color: #f9d464;
}

.register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown:nth-child(2)::before {
  color: #f9d464;
}

.register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown:nth-child(3) .count {
  color: #0db0ef;
}

.register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown:nth-child(3)::before {
  color: #0db0ef;
}

.register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown:nth-child(4) .count {
  color: #554bb9;
}

@media only screen and (max-width: 1199px) {
  .register-countdown-4 {
    margin-top: -35px;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper {
    margin: 30px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .register-countdown-4 {
    margin-top: -35px;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper {
    padding: 35px 40px 50px;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown .count {
    height: 85px;
    line-height: 105px;
  }
}

@media only screen and (max-width: 767px) {
  .register-countdown-4 {
    margin-top: 0;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper {
    padding: 35px 40px 50px;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown .count {
    width: 70px;
    height: 62px;
    line-height: 82px;
  }
}

@media only screen and (max-width: 575px) {
  .register-countdown-4 .count-shape-1 {
    display: none;
  }

  .register-countdown-4 .count-shape-2 {
    display: none;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper {
    padding: 35px 20px 50px;
    max-width: 100%;
    margin: 0 auto;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown .count {
    width: 60px;
    height: 45px;
    line-height: 55px;
    font-size: 30px;
  }
}

.meeta-about-section {
  overflow: hidden;
}

.meeta-about-images {
  padding: 75px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1199px),
only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .meeta-about-images {
    padding: 55px 70px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-about-images {
    padding: 25px 30px;
  }
}

.meeta-about-title {
  background-color: #fff;
  padding: 45px 65px;
  margin-left: -260px;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .meeta-about-title {
    padding: 0;
    margin-left: 0;
  }
}

.meeta-about-content {
  padding: 0 30px;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .meeta-about-content {
    padding: 0;
  }
}

.meeta-about-content p {
  margin-top: 10px;
}

.meeta-about-counter-items {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 45px;
  padding: 0 30px;
}

@media only screen and (max-width: 1199px),
only screen and (max-width: 767px) {
  .meeta-about-counter-items {
    gap: 40px;
  }
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .meeta-about-counter-items {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-about-counter-items {
    gap: 30px;
    margin-top: 30px;
  }
}

.meeta-about-counter-items .single-about-counter .about-count {
  font-size: 40px;
  font-weight: 700;
  font-family: "Big Shoulders Display", cursive;
  color: #1a0a1e;
  display: block;
  line-height: 1.1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-about-counter-items .single-about-counter .about-text {
  margin-top: 3px;
}

.meeta-about-section-2 .meeta-about-images-2 {
  position: relative;
  padding: 0 75px;
}

.meeta-about-section-2 .meeta-about-images-2 .shape-1 {
  position: absolute;
  z-index: -1;
  top: -55px;
  right: 25px;
}

.meeta-about-section-2 .meeta-about-images-2 .image img {
  border-radius: 50%;
}

.meeta-about-section-2 .meeta-about-images-2 .play-btn {
  position: absolute;
  top: 70px;
  right: 40px;
}

.meeta-about-section-2 .meeta-about-images-2 .play-btn a {
  width: 80px;
  height: 80px;
  line-height: 68px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 6px solid #fff;
  background: #fc097c;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-about-section-2 .meeta-about-images-2 .play-btn a:hover {
  background: #311a79;
  color: #fff;
}

.meeta-about-section-2 .about-2-content-wrap {
  padding-left: 20px;
}

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

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content {
  padding: 0 0;
  padding-right: 50px;
}

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content p {
  font-size: 16px;
}

.about-list {
  padding-top: 5px;
  max-width: 100%;
}

.about-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-list ul .about-list-item {
  width: 50%;
  max-width: 190px;
  padding-bottom: 10px;
  margin-top: 30px;
}

.about-list ul .about-list-item .content {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 80px;
}

.about-icon img {
  width: 50px;
}

.about-list ul .about-list-item .content .about-icon img {
  transition: all 400ms ease;
}

.about-list ul .about-list-item .content .about-text .title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.about-list ul .about-list-item .content .about-text {
  padding-left: 10px;
}

/* .about-list ul .about-list-item .content:nth-child(1) {
  margin-right: 35px;
  border-color: #f9d464;
}

.about-list ul .about-list-item .content:nth-child(2) {
  border-color: #00acee;
} */

.about-list ul .about-list-item .content:nth-child(3) {
  margin-right: 35px;
  border-color: #554bb9;
}

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul .about-list-item .content:nth-child(4) {
  border-color: #fc097c;
}

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul .about-list-item:hover .about-icon img {
  transform: scale(-1) rotate(180deg);
}

@media only screen and (max-width: 1199px) {
  .meeta-about-section-2 .meeta-about-images-2 {
    padding: 0 60px;
  }

  .meeta-about-section-2 .about-2-content-wrap {
    padding-left: 0;
  }

  .meeta-about-section-2 .about-2-content-wrap .meeta-about-content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-about-section-2 .meeta-about-images-2 {
    padding: 60px 60px;
  }

  .meeta-about-section-2 .meeta-about-images-2 .shape-1 {
    top: 0;
    right: 40px;
  }

  .meeta-about-section-2 .meeta-about-images-2 .image {
    text-align: center;
  }

  .meeta-about-section-2 .meeta-about-images-2 .play-btn {
    top: 150px;
    right: 85px;
  }

  .meeta-about-section-2 .about-2-content-wrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-about-section-2 .meeta-about-images-2 .play-btn {
    right: 30px;
  }

  .meeta-about-section-2 .about-2-content-wrap {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-about-section-2 .meeta-about-images-2 {
    padding: 20px 20px;
  }

  .meeta-about-section-2 .meeta-about-images-2 .shape-1 {
    top: -5px;
    right: 0;
  }

  .meeta-about-section-2 .meeta-about-images-2 .play-btn {
    top: 90px;
    right: -5px;
  }

  .meeta-about-section-2 .about-2-content-wrap {
    margin-top: 30px;
  }
}

.meeta-about-section-3 .about-images-3-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.meeta-about-section-3 .about-images-3-wrap .shape-1 {
  position: absolute;
  top: 0;
  left: 45px;
  z-index: -1;
}

.meeta-about-section-3 .about-images-3-wrap .shape-2 {
  position: absolute;
  bottom: 0;
  left: 185px;
  z-index: -1;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-big {
  padding-right: 12px;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-big img {
  border-radius: 15px;
  width: 100%;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-small {
  padding-left: 12px;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-small .image-1 {
  margin-bottom: 24px;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-small .image-1 img {
  border-radius: 15px;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-small .image-2 img {
  border-radius: 15px;
}

.meeta-about-section-3 .about-content-3-wrap {
  padding-left: 95px;
}

.meeta-about-section-3 .about-content-3-wrap .meeta-section-title-2 {
  margin-bottom: 30px;
}

.meeta-about-section-3 .about-content-3-wrap .meeta-section-title-2 .main-title {
  font-size: 40px;
  line-height: 48px;
}

.meeta-about-section-3 .about-content-3-wrap .about-content-3 .text {
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
  margin-bottom: 15px;
}

.meeta-about-section-3 .about-content-3-wrap .about-content-3 p {
  font-size: 16px;
}

.meeta-about-section-3 .about-content-3-wrap .about-content-3 .btn-2 {
  font-size: 16px;
  padding: 0 50px;
  border-radius: 5px;
  margin-top: 40px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1199px) {
  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    position: absolute;
    bottom: 0;
    left: 137px;
    z-index: -1;
  }

  .meeta-about-section-3 .about-content-3-wrap {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-about-section-3 .about-images-3-wrap {
    justify-content: center;
  }

  .meeta-about-section-3 .about-images-3-wrap .shape-1 {
    left: 135px;
  }

  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    left: 255px;
  }

  .meeta-about-section-3 .about-content-3-wrap {
    padding-left: 0;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-about-section-3 .about-images-3-wrap {
    justify-content: center;
  }

  .meeta-about-section-3 .about-images-3-wrap .shape-1 {
    left: 50px;
  }

  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    left: 168px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-about-section-3 .about-images-3-wrap {
    display: block;
    text-align: center;
  }

  .meeta-about-section-3 .about-images-3-wrap .shape-1 {
    display: none;
  }

  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    display: none;
  }

  .meeta-about-section-3 .about-images-3-wrap .about-img-small {
    padding-left: 0;
  }

  .meeta-about-section-3 .about-images-3-wrap .about-img-small .image-1 {
    display: none;
  }

  .meeta-about-section-3 .about-images-3-wrap .about-img-small .image-2 {
    display: none;
  }

  .meeta-about-section-3 .about-content-3-wrap .meeta-section-title-2 .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.meeta-about-section-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.meeta-about-section-4 .shape-1 {
  position: absolute;
  left: -50px;
  top: 5px;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.meeta-about-section-4 .shape-2 {
  position: absolute;
  top: 0;
  right: 130px;
  z-index: -1;
  -webkit-animation: rotate-style 10s linear infinite;
  animation: rotate-style 10s linear infinite;
}

.meeta-about-section-4 .shape-3 {
  position: absolute;
  top: 60px;
  right: -50px;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.meeta-about-section-4 .meeta-about-counter-wrap {
  position: relative;
}

.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter {
  width: 215px;
  height: 215px;
  line-height: 35px;
  background: #f9d464;
  border-radius: 50%;
  padding: 60px 30px;
}

.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .value {
  font-size: 58px;
  line-height: 60px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .text {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(2) {
  background: rgba(25, 180, 240, 0.9);
  position: absolute;
  top: 135px;
  left: 135px;
}

.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(3) {
  background: rgba(252, 9, 124, 0.9);
  position: absolute;
  top: -50px;
  left: 190px;
}

.meeta-about-section-4 .meeta-about-content-wrap {
  margin-top: -30px;
}

.meeta-about-section-4 .meeta-about-content-wrap .meeta-section-title-2 {
  margin-bottom: 25px;
}

.meeta-about-section-4 .meeta-about-content-wrap .meeta-about-content-4 .about-list {
  margin-top: 15px;
}

.meeta-about-section-4 .meeta-about-content-wrap .meeta-about-content-4 .about-list ul {
  display: flex;
  flex-wrap: wrap;
}

.meeta-about-section-4 .meeta-about-content-wrap .meeta-about-content-4 .about-list ul .about-list-item .content {
  display: flex;
  width: 50%;
  margin-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .meeta-about-section-4 .meeta-about-content-wrap .meeta-about-content-4 .about-list ul .about-list-item .content {
    width: 100%;
  }
}

.meeta-about-section-4 .meeta-about-content-wrap .meeta-about-content-4 .about-list ul .about-list-item .about-text {
  flex: 1;
  margin-left: 20px;
}

.meeta-about-section-4 .meeta-about-content-wrap .meeta-about-content-4 .about-list ul .about-list-item .about-text .title {
  font-size: 22px;
  line-height: 22px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.meeta-about-section-4 .meeta-about-content-wrap .meeta-about-content-4 .about-list ul .about-list-item .about-text p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
  .meeta-about-section-4 .meeta-about-counter-wrap {
    position: relative;
    max-width: 355px;
    margin: auto;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter {
    width: 190px;
    height: 190px;
    line-height: 35px;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .value {
    font-size: 50px;
    line-height: 50px;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(2) {
    top: 122px;
    left: 110px;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(3) {
    top: -35px;
    left: 160px;
  }

  .meeta-about-section-4 .meeta-about-content-wrap {
    margin-top: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-about-section-4 .meeta-about-counter-wrap {
    position: relative;
    top: 20px;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter {
    width: 190px;
    height: 190px;
    line-height: 35px;
  }

  .meeta-about-section-4 .meeta-about-content-wrap {
    margin-top: 180px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-about-section-4 .meeta-about-counter-wrap {
    position: relative;
    top: 35px;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter {
    width: 165px;
    height: 165px;
    line-height: 30px;
    padding: 50px 30px;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .value {
    font-size: 40px;
    line-height: 40px;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .text {
    font-size: 16px;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(2) {
    top: 110px;
    left: 90px;
  }

  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(3) {
    top: -25px;
    left: 140px;
  }
}

.meeta-event-sponsors {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.meeta-event-sponsors::before {
  position: absolute;
  content: "";
  background-color: #250449;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.9;
}

.meeta-event-sponsors-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.meeta-event-sponsors-3 .meeta-sponsor-wrap {
  margin-top: -30px;
}

.meeta-event-sponsors-3 .meeta-sponsor-wrap .meeta-sponsor-logo {
  background: #fafafa;
  padding: 30px;
  margin-top: 30px;
  height: 130px;
  line-height: 65px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-event-sponsors-3 .meeta-sponsor-wrap .meeta-sponsor-logo:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.meeta-event-sponsors-3 .meeta-sponsor-wrap .meeta-sponsor-logo:hover a img {
  opacity: 0.75;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap {
  position: relative;
  padding-top: 15px;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap::before {
  content: "";
  background: #ebebeb;
  width: 100%;
  margin: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box {
  border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 991px) {
  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box {
    border-right: 0;
  }
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-1 {
  padding-right: 20px;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-2 {
  padding-right: 20px;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-3 {
  padding-right: 20px;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-4 {
  padding-right: 20px;
  border-right: 0;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box .meeta-sponsor-logo {
  height: 130px;
  line-height: 120px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .meeta-event-sponsors-4 .meeta-sponsor-wrap {
    padding-top: 0;
  }

  .meeta-event-sponsors-4 .meeta-sponsor-wrap::before {
    display: none;
  }

  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box {
    border-right: 0;
  }

  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-1 {
    padding-right: 0;
  }

  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-2 {
    padding-right: 0;
  }

  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-3 {
    padding-right: 0;
  }

  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-4 {
    padding-right: 0;
    border-right: 0;
  }
}

.meeta-event-schedule {
  background-color: #311a79;
  position: relative;
  z-index: 1;
}

.meeta-event-schedule::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/shape-6.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.meeta-event-schedule-banner {
  height: 510px;
  padding: 70px 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.meeta-event-schedule-banner::before {
  position: absolute;
  content: "";
  background-color: #1a0a1e;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.meeta-event-schedule-tabs {
  display: flex;
  gap: 30px;
}

@media only screen and (max-width: 575px) {
  .meeta-event-schedule-tabs {
    flex-direction: column;
  }
}

.meeta-event-schedule-tabs-menu {
  flex-shrink: 0;
}

@media only screen and (max-width: 575px) {
  .meeta-event-schedule-tabs-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}

.meeta-event-schedule-tabs-menu li+li {
  margin-top: 10px;
}

@media only screen and (max-width: 575px) {
  .meeta-event-schedule-tabs-menu li+li {
    margin-top: 0;
  }
}

.meeta-event-schedule-tabs-menu .active .meeta-event-schedule-time {
  background-color: #e73c6c;
  border-color: #e73c6c;
}

.meeta-event-schedule-time {
  width: 165px;
  padding: 20px 0;
  border: 1px dashed #fff;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .meeta-event-schedule-time {
    width: 120px;
    padding: 10px 0;
  }
}

.meeta-event-schedule-time p {
  color: #fff;
}

.meeta-event-schedule-day {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .meeta-event-schedule-day {
    font-size: 24px;
  }
}

.meeta-event-schedule-tab-content {
  flex-grow: 1;
}

.meeta-event-schedule-tab-pane {
  display: none;
}

.meeta-event-schedule-tab-pane.active {
  display: block;
}

.meeta-event-accordion-item {
  background-color: #fff;
  padding: 20px 30px 25px;
  border-radius: 8px;
}

.meeta-event-accordion-item+.meeta-event-accordion-item {
  margin-top: 10px;
}

.meeta-event-accordion-item.active .meeta-event-accordion-body {
  display: block;
}

.meeta-event-accordion-toggle {
  cursor: pointer;
  position: relative;
}

.accordion_btn::before {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #1a0a1e;
  font-size: 36px;
  font-family: "Big Shoulders Display", cursive;
  font-weight: 300;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.accordion_btn.is-open::before {
  content: "-";
}

.meeta-event-accordion-toggle .time {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  display: block;
}

.meeta-event-accordion-toggle .title {
  font-size: 23px;
  font-weight: 700;
  display: block;
}

.meeta-event-accordion-body {
  padding-top: 15px;
}

.meeta-event-accordion-body.open {
  display: block;
}

.ex_open {
  display: block;
}

.meeta-event-schedule-2 {
  background: #fefefe;
  position: relative;
}

.meeta-event-schedule-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/schedule-2-bg.png);
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs {
  display: inherit;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu {
  display: flex;
  justify-content: center;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li {
  margin-top: 0;
  background: #f9fafc;
  position: relative;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #e73c6c;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
  width: 286.5px;
  border: 0;
  border-radius: 0;
  padding: 13px 0;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time .meeta-event-schedule-day {
  font-family: "Archivo", sans-serif;
  color: #1a0a1e;
  margin-bottom: 0;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time p {
  color: #1a0a1e;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:hover {
  background: #e73c6c;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:hover .meeta-event-schedule-time .meeta-event-schedule-day {
  color: #fff;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:hover .meeta-event-schedule-time p {
  color: #fff;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li.active::before {
  opacity: 1;
  visibility: visible;
  bottom: -15px;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li.active .meeta-event-schedule-time .meeta-event-schedule-day {
  color: #fff;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li.active .meeta-event-schedule-time p {
  color: #fff;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content {
  background: #fff;
  box-shadow: 0 0 136px 0 rgba(0, 0, 0, 0.17);
  padding: 15px;
  margin-top: 40px;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item {
  border-radius: 0;
  padding-top: 30px;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle {
  align-items: center;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle::before {
  font-size: 45px;
  color: #fc097c;
  top: 0;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .image {
  margin-right: 40px;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .image img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .event-title {
  flex: 1;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .event-title .time {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fc097c;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .event-title .title {
  font-family: "Archivo", sans-serif;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item+.meeta-event-accordion-item {
  border-top: 1px solid #fc097c;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
    width: 233.5px;
    padding: 13px 0;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
    width: 173.5px;
    padding: 10px 0;
  }

  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content {
    padding: 35px 50px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu {
    flex-wrap: wrap;
  }

  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
    width: 173.5px;
    padding: 10px 0;
  }

  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content {
    padding: 35px 20px 25px;
  }

  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle::before {
    top: 5px;
  }

  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .image {
    margin-right: 30px;
  }

  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-body {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 449px) {
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle {
    display: block;
  }

  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-body {
    padding-left: 0;
  }
}

.meeta-event-schedule-4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/schedule-bg-4.jpg);
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li::before {
  transition: none;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
  background: #fc097c;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time .meeta-event-schedule-day {
  color: #fff;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time p {
  color: #fff;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time.color-1 {
  background: #f9d464;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time.color-2 {
  background: #0db0ef;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time.color-3 {
  background: #554bb9;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:nth-child(2).active::before {
  border-top: 15px solid #f9d464;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:nth-child(3).active::before {
  border-top: 15px solid #0db0ef;
}

.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:nth-child(4).active::before {
  border-top: 15px solid #554bb9;
}

.schedule-section .schedule-tag ul li {
  display: inline-block;
  margin-top: 10px;
  padding: 0 3px;
}

.schedule-section .schedule-tag ul li a {
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  font-size: 14px;
  color: #1a0a1e;
  height: 35px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
}

.schedule-section .schedule-tag ul li a:hover {
  color: #fc097c;
  border-color: #fc097c;
}

.schedule-section .schedule-table {
  margin-top: 35px;
}

.schedule-section .schedule-table .table-bordered {
  margin-bottom: 0;
}

.schedule-section .schedule-table .table-bordered thead tr th {
  text-align: center;
  padding: 27px 0;
  vertical-align: middle;
  color: #fff;
  background-color: transparent;
  text-transform: capitalize;
  font-size: 12px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.schedule-section .schedule-table .table-bordered thead tr th.color-1 {
  background: #554bb9;
}

.schedule-section .schedule-table .table-bordered thead tr th.color-2 {
  background: #00acee;
}

.schedule-section .schedule-table .table-bordered thead tr th.color-3 {
  background: #fc097c;
}

.schedule-section .schedule-table .table-bordered thead tr th.color-4 {
  background: #f9d464;
}

.schedule-section .schedule-table .table-bordered thead tr th.day {
  min-width: 105px;
}

.schedule-section .schedule-table .table-bordered tbody {
  border-top: 0;
}

.schedule-section .schedule-table .table-bordered tbody tr .hour {
  text-align: center;
  padding: 30px 0;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
  background: #f9fafc;
}

.schedule-section .schedule-table .table-bordered tbody tr .schedule-text {
  text-align: center;
}

.schedule-section .schedule-table .table-bordered tbody tr .schedule-text .time {
  font-size: 10px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fc097c;
}

.schedule-section .schedule-table .table-bordered tbody tr .schedule-text .title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.schedule-section .schedule-table .table-bordered tbody tr .schedule-text p {
  font-size: 10px;
  line-height: 22px;
  color: #666;
}

.schedule-section .schedule-table .table-bordered tbody tr .bg-1 {
  background: #fff1f7;
}

.schedule-section .schedule-table .table-bordered tbody tr .bg-2 {
  background: #edf9fe;
}

.schedule-section .schedule-table .table-bordered tbody tr .bg-3 {
  background: #fffcf4;
}

.schedule-section .schedule-table .table-bordered tbody tr .bg-4 {
  background: #f3f2fa;
}

.schedule-sidebar-wrap {
  padding-left: 40px;
  padding-top: 35px;
}

@media only screen and (max-width: 991px) {
  .schedule-sidebar-wrap {
    padding-left: 0;
  }
}

.schedule-sidebar-wrap .schedule-sidebar {
  margin-top: 40px;
}

.schedule-sidebar-wrap .schedule-sidebar .main-title {
  font-size: 18px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 20px;
}

.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li+li {
  margin-top: 20px;
}

.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link {
  display: flex;
  align-items: center;
}

.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-thumb {
  margin-right: 20px;
}

.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-thumb img {
  image-rendering: crisp-edges;
}

.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-text {
  flex: 1;
}

.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-text .time {
  font-size: 12px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fc097c;
}

.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-text span {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  display: block;
}

.meeta-speakers-row [class*="col-"]:nth-child(4n + 1) .single-speaker .speaker-image img {
  background-color: #f9d464;
}

.meeta-speakers-row [class*="col-"]:nth-child(4n + 2) .single-speaker .speaker-image img {
  background-color: #00acee;
}

.meeta-speakers-row [class*="col-"]:nth-child(4n + 3) .single-speaker .speaker-image img {
  background-color: #fc097c;
}

.meeta-speakers-row [class*="col-"]:nth-child(4n + 4) .single-speaker .speaker-image img {
  background-color: #554bb9;
}

.single-speaker {
  text-align: center;
}

.single-speaker:hover .speaker-image img {
  transform: scale(1.05);
}

.single-speaker .speaker-image img {
  border-radius: 50%;
  padding: 10px;
}

.single-speaker .speaker-content {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 15px;
}

.single-speaker .speaker-content::before {
  content: "";
  width: 170px;
  height: 60px;
  background-image: url(../images/shape/shape-7.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.single-speaker .speaker-content .speaker-content-box {
  position: relative;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 120px;
  margin: 0 auto;
}

.single-speaker .speaker-content .speaker-content-box .speaker-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.single-speaker .speaker-content .speaker-content-box .speaker-designation {
  font-size: 14px;
  color: #666;
}

.single-speaker .speaker-content .speaker-shape-1 {
  width: 29px;
  position: absolute;
  top: -12px;
  right: 27%;
  z-index: -1;
}

.single-speaker .speaker-content .speaker-shape-2 {
  width: 35px;
  height: 35px;
  background-color: #fc097c;
  border-radius: 50%;
  position: absolute;
  left: 25%;
  bottom: 0;
  z-index: -1;
}

.meeta-speakers-2 {
  /* background: #311a79; */
  position: relative;
  z-index: 1;
}

.meeta-speakers-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/speaker-bg-3.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-speakers-3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/speaker-bg-2.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-speakers-content-wrap-2 {
  margin-top: -20px;
}

.single-speaker-2 {
  padding: 60px 0 20px 0;
  background: #fc097c;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 642px;
}

.single-speaker-2 .shape-2 {
  position: absolute;
  right: -20px;
  bottom: -8px;
  z-index: -1;
}

.single-speaker-2.color-1 {
  background: #00acee;
}

.single-speaker-2.color-2 {
  background: #554bb9;
}

.single-speaker-2.color-3 {
  background: #e28f25;
}

.single-speaker-2.color-4 {
  background: #fc097c;
}

.single-speaker-2.color-5 {
  background: #44d7b6;
}

.single-speaker-2.color-6 {
  background: #00acee;
}

.single-speaker-2 .speaker-image {
  position: relative;
  z-index: 1;
}

.single-speaker-2 .speaker-image .shape-1 {
  position: absolute;
  top: -27px;
  left: 40px;
  z-index: -1;
  transition: all 0.3s linear;
}

.single-speaker-2 .speaker-image .image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-speaker-2 .speaker-image:hover .image img {
  transform: scale(0.98);
}

.single-speaker-2 .speaker-content {
  margin-top: 45px;
}

.single-speaker-2 .speaker-content .speaker-name {
  font-size: 24px;
  line-height: 25px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}


.single-speaker-2 .speaker-content .speaker-name a {
  color: #1a0a1e;
  background: #fff;
  padding: 0 10px;
}


.single-speaker-2 .speaker-content .speaker-name a:hover {
  color: #fc097c;
}

.single-speaker-2 .speaker-content .speaker-designation {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
}

.single-speaker-2 .speaker-content .speaker-designation-4 {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
}

.single-speaker-2:hover .speaker-image .shape-1 {
  -webkit-animation: rotate-style 40s linear infinite;
  animation: rotate-style 40s linear infinite;
}

@media only screen and (max-width: 1199px) {
  .single-speaker-2 {
    padding: 60px 10px 45px 10px;
  }

  .single-speaker-2 .speaker-image .shape-1 {
    top: -20px;
    left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .single-speaker-2 {
    padding: 60px 10px 45px 10px;
  }

  .single-speaker-2 .speaker-image .shape-1 {
    top: -28px;
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single-speaker-2 .speaker-image .image img {
    max-width: 85%;
  }

  .single-speaker-2 .speaker-image .shape-1 {
    top: -18px;
    left: 2px;
  }
}

@media only screen and (max-width: 575px) {
  .single-speaker-2 .speaker-image .image img {
    max-width: 100%;
  }

  .single-speaker-2 .speaker-image .shape-1 {
    display: none;
  }
}

.meeta-speakers-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

/* .meeta-speakers-3::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #dd6d21 0%, #e72f68 100%);
    opacity: .8;
    top: 0;
    left: 0;
    z-index: -1
} */

.meeta-speakers-3 .meeta-speakers-content-wrap {
  margin-top: -15px;
}

.single-speker-3 {
  margin-top: 30px;
}

.single-speker-3 .speker-img {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.single-speker-3 .speker-img a {
  display: block;
  position: relative;
}

.single-speker-3 .speker-img a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fc097c;
  width: 100%;
  height: 255px;
  -webkit-clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
  clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-speker-3 .speker-img a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fc097c;
  width: 100%;
  height: 295px;
  -webkit-clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
  clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-speker-3 .speker-img a img {
  width: 100%;
}

.single-speker-3 .speker-img .speker-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(0);
  opacity: 0;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-speker-3 .speker-img .speker-content .name {
  font-size: 20px;
  line-height: 22px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

.single-speker-3 .speker-img .speker-content .designation {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.single-speker-3:hover .speker-img a::before {
  opacity: 1;
  visibility: visible;
}

.single-speker-3:hover .speker-img a::after {
  opacity: 0.4;
  visibility: visible;
}

.single-speker-3:hover .speker-img .speker-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(-20px);
}

.meeta-speakers-4 {
  padding-top: 460px;
  background: #554bc0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .meeta-speakers-4 {
    padding-top: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-speakers-4 {
    padding-top: 265px;
  }
}

.meeta-speakers-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-120px);
  background-image: url(../images/shape/speaker-shape-4.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single-speaker-4 {
  background: #fff;
}

.single-speaker-4.grey-bg {
  background: #f9fafc;
}

.single-speaker-4 .speaker-image {
  overflow: hidden;
}

.single-speaker-4 .speaker-image a {
  display: block;
}

.single-speaker-4 .speaker-image a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-speaker-4 .speaker-content {
  padding: 20px;
}

.single-speaker-4 .speaker-content .speaker-name {
  font-size: 24px;
  line-height: 25px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.single-speaker-4 .speaker-content .speaker-designation {
  font-size: 14px;
  line-height: 25px;
  color: #1a0a1e;
}

.single-speaker-4:hover .speaker-image a img {
  transform: scale(1.1);
}

@-webkit-keyframes rotate-style {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes rotate-style {
  0% {
    transform: rotate(0deg);
  }

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

.meeta-speakers-5 {
  position: relative;
  z-index: 1;
}

.meeta-speakers-5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/speaker-bg-2.png);
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-speakers-5 .single-speaker .speaker-content {
  background: none;
}

.meeta-speakers-5 .single-speaker .speaker-content .speaker-content-box {
  max-width: 130px;
}

.meeta-speakers-5 .single-speaker .speaker-content .speaker-content-box .speaker-name {
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.meeta-speakers-5 .single-speaker .speaker-content .speaker-content-box .speaker-designation {
  font-size: 14px;
  color: #666;
}

.meeta-speakers-6 .meeta-speakers-wrap {
  margin-top: -30px;
}

.meeta-pricing {
  background-color: #311a79;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.meeta-pricing::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/patter01.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.meeta-pricing .pricing-shape-01 {
  position: absolute;
  top: 28%;
  right: 55px;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.meeta-pricing .pricing-shape-02 {
  position: absolute;
  top: 55%;
  left: 13%;
  z-index: -1;
  -webkit-animation: rotate-style 10s linear infinite;
  animation: rotate-style 10s linear infinite;
}

.meeta-pricing .pricing-shape-03 {
  position: absolute;
  top: 30%;
  left: -90px;
  width: 275px;
  height: 275px;
  border: 30px solid #f9d464;
  border-radius: 50%;
  z-index: -1;
}

.meeta-pricing-row {
  padding-top: 40px;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 1) .pricing-header {
  background-color: #f9d464;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 1) .price span {
  color: #f9d464;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 1) .pricing-body .btn {
  background-color: #f9d464;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 2) .pricing-header {
  background-color: #fc097c;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 2) .price span {
  color: #fc097c;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 2) .pricing-body .btn {
  background-color: #fc097c;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 3) .pricing-header {
  background-color: #00acee;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 3) .price span {
  color: #00acee;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 3) .pricing-body .btn {
  background-color: #00acee;
}

.single-pricing {
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}

.single-pricing .pricing-header {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.single-pricing .pricing-header .price_title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 8px;
}

.single-pricing .pricing-header .price {
  width: 95px;
  height: 95px;
  line-height: 95px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}

.single-pricing .pricing-header .price span {
  font-size: 60px;
  font-family: "Big Shoulders Display", cursive;
  font-weight: 700;
}

.single-pricing .pricing-header .price sup {
  font-size: 16px;
  top: -35px;
}

.single-pricing .pricing-body {
  padding: 60px 30px;
  background-color: #fff;
}

.single-pricing .pricing-body ul li {
  font-size: 16px;
  color: #666;
}

.single-pricing .pricing-body ul li+li {
  margin-top: 8px;
}

.single-pricing .pricing-body .btn {
  margin-top: 50px;
  width: 200px;
  color: #fff;
}

.single-pricing.active {
  margin-top: -40px;
  position: relative;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .single-pricing.active {
    margin-top: 0;
  }
}

.single-pricing.active .pricing-header {
  padding: 50px 30px;
}

.single-pricing.active .pricing-body {
  padding: 80px 30px;
}

@keyframes rotate-style {
  0% {
    transform: rotate(0deg);
  }

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

.meeta-pricing-2 {
  background: #1a0a1e;
  position: relative;
  z-index: 1;
}

.meeta-pricing-2::before {
  position: absolute;
  content: "";
  width: 100%;
  background-size: 400px;
  background-image: url(../images/patter01.png);
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-pricing-2 .shape-1 {
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: -1;
}

.meeta-pricing-2 .single-pricing .pricing-header .price_title {
  font-family: "Archivo", sans-serif;
}

.meeta-pricing-2 .single-pricing .pricing-header .price span {
  font-size: 50px;
  font-family: "Archivo", sans-serif;
}

.meeta-pricing-2 .single-pricing .pricing-header .price sup {
  font-size: 14px;
  top: -25px;
}

.meeta-pricing-3 {
  position: relative;
  z-index: 1;
}

.meeta-pricing-3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/price-3-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-pricing-3 .single-pricing .pricing-body .btn {
  border-radius: 5px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-pricing-3 .single-pricing .pricing-body .btn::before {
  display: none;
}

.meeta-pricing-3 .single-pricing .pricing-body .btn:hover {
  background: #311a79;
  color: #fff;
}

.meeta-pricing-4 {
  position: relative;
  z-index: 5;
}

.meeta-pricing-4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/price-4-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}

.meeta-pricing-4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 10, 30, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .meeta-pricing-4 .meeta-pricing-row {
    padding-top: 15px;
  }
}

.meeta-pricing-4 .single-pricing {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.meeta-pricing-4 .single-pricing .pricing-body {
  padding-top: 25px;
}

.meeta-pricing-4 .single-pricing::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/price-shape.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.meeta-pricing-4 .single-pricing .pricing-body ul li {
  color: #fff;
}

.meeta-pricing-4 .single-pricing.color-1 {
  background: #f9d464;
}

.meeta-pricing-4 .single-pricing.color-1 .pricing-header {
  background: none;
}

.meeta-pricing-4 .single-pricing.color-1 .pricing-body {
  background: none;
}

.meeta-pricing-4 .single-pricing.color-1 .pricing-body .btn {
  background: #fc097c;
}

.meeta-pricing-4 .single-pricing.color-2 {
  background: #fc097c;
}

.meeta-pricing-4 .single-pricing.color-2 .pricing-header {
  background: none;
}

.meeta-pricing-4 .single-pricing.color-2 .pricing-body {
  background: none;
}

.meeta-pricing-4 .single-pricing.color-2 .pricing-body .btn {
  background: #f9d464;
}

.meeta-pricing-4 .single-pricing.color-3 {
  background: #0db0ef;
}

.meeta-pricing-4 .single-pricing.color-3 .pricing-header {
  background: none;
}

.meeta-pricing-4 .single-pricing.color-3 .pricing-body {
  background: none;
}

.meeta-pricing-4 .single-pricing.color-3 .pricing-body .btn {
  background: #fc097c;
}

.meeta-pricing-5 {
  background: #fff;
}

.meeta-pricing-5::before {
  display: none;
}

.meeta-pricing-5::after {
  display: none;
}

.meeta-gallery {
  position: relative;
  overflow: hidden;
}

.single-gallery {
  position: relative;
  text-align: center;
}

.single-gallery:hover .gallery-content {
  opacity: 1;
  visibility: visible;
}

.single-gallery:hover .gallery-content .gallery-content-wrap .gallery-plus,
.single-gallery:hover .gallery-content .gallery-content-wrap .gallery-title {
  transform: translateY(0);
}

.single-gallery .gallery-image img {
  width: 100%;
}

.single-gallery .gallery-content {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  bottom: 20px;
  background-color: #fc097c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery .gallery-content .gallery-content-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-plus {
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-plus span {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .single-gallery .gallery-content .gallery-content-wrap .gallery-plus span {
    width: 30px;
    height: 30px;
  }
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-plus span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-plus span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .single-gallery .gallery-content .gallery-content-wrap .gallery-title {
    margin-top: 15px;
  }
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-title a {
  background-color: #fff;
  padding: 0 5px;
}

.meeta-gallery-2 .single-gallery .gallery-content .gallery-content-wrap .gallery-title {
  font-family: "Archivo", sans-serif;
}

.meeta-gallery-4 {
  background: #554bc0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.meeta-gallery-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bg/insta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center toopp;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.meeta-gallery-4 .single-gallery .gallery-image img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.meeta-testimonial {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.meeta-testimonial::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0.95;
  z-index: -1;
}

.meeta-testimonial .testimonial-shape-01 {
  position: absolute;
  top: 23%;
  left: -140px;
  width: 275px;
  height: 275px;
  border: 30px solid #00acee;
  border-radius: 50%;
  z-index: -1;
}

.meeta-testimonial .testimonial-shape-02 {
  position: absolute;
  top: 16%;
  right: -95px;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.single-testimonial {
  padding: 70px 90px;
  background-color: #fff;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .single-testimonial {
    padding: 50px 60px;
  }
}

@media only screen and (max-width: 575px) {
  .single-testimonial {
    padding: 70px 30px 30px;
  }
}

.single-testimonial p {
  font-size: 28px;
  font-weight: 700;
  font-family: "Big Shoulders Display", cursive;
  color: #1a0a1e;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #fc097c;
  text-decoration-color: #fc097c;
  margin-top: 40px;
}

@media only screen and (max-width: 575px) {
  .single-testimonial p {
    font-size: 20px;
  }
}

.single-testimonial .testimonial-quote {
  position: relative;
  z-index: 1;
  margin-top: -60px;
}

.single-testimonial .testimonial-quote img {
  width: 69px;
}

@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-quote img {
    width: 58px;
  }
}

.single-testimonial .testimonial-quote .testimonial-shape {
  width: 130px;
  position: absolute;
  top: -50px;
  left: 45%;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-quote .testimonial-shape {
    width: 100px;
  }
}

.single-testimonial .testimonial-name {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-name {
    font-size: 20px;
  }
}

.single-testimonial .testimonial-name span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  margin-left: 10px;
}

.meeta-testimonial-active .swiper-button-next {
  right: 0;
}

.meeta-testimonial-active .swiper-button-prev {
  left: 0;
}

.meeta-testimonial-active .swiper-button-next,
.meeta-testimonial-active .swiper-button-prev {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.meeta-testimonial-active .swiper-button-next::after,
.meeta-testimonial-active .swiper-button-prev::after {
  font-size: 28px;
  color: #fc097c;
}

.meeta-testimonial-active:hover .swiper-button-next {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

.meeta-testimonial-active:hover .swiper-button-prev {
  left: 10px;
  opacity: 1;
  visibility: visible;
}

.page-banner-section {
  min-height: 645px;
  background-image: url(../images/page-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .page-banner-section {
    min-height: 520px;
  }
}

@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    min-height: 350px;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner-section {
    padding-top: 50px;
  }
}

.page-banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(5, 65, 218, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape/banner-shape.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-banner .title {
  font-size: 60px;
  line-height: 70px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .page-banner .title {
    font-size: 48px;
    line-height: 1.25;
  }
}

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

.page-banner .breadcrumb {
  background: #1a0a1e;
  max-width: 225px;
  margin: 0 auto;
  height: 45px;
  line-height: 43px;
  padding: 0 20px;
  margin-top: 15px;
}

.page-banner .breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .page-banner .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.meeta-counter-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.meeta-counter-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-counter-section .shape-1 {
  position: absolute;
  left: 0;
  top: -25px;
  z-index: -1;
}

.meeta-counter-section .shape-2 {
  position: absolute;
  left: -75px;
  top: 135px;
  z-index: -1;
}

.meeta-counter-section .shape-3 {
  position: absolute;
  right: 220px;
  top: 90px;
  z-index: 0;
}

@media only screen and (max-width: 1199px) {
  .meeta-counter-section .shape-3 {
    right: 70px;
    top: 75px;
  }
}

.meeta-counter-section .shape-4 {
  position: absolute;
  right: 80px;
  top: 90px;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

@media only screen and (max-width: 1199px) {
  .meeta-counter-section .shape-4 {
    right: 0;
  }
}

.counter-wrap {
  margin-top: -40px;
}

.single-counter {
  margin-top: 30px;
  position: relative;
}

.single-counter::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #383838;
  width: 1px;
  height: 410px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .single-counter::before {
    display: none;
  }
}

.single-counter.counter-item-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #383838;
  width: 1px;
  height: 410px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .single-counter.counter-item-1::after {
    display: none;
  }
}

.single-counter.counter-item-1 .counter-text .counter {
  color: #f9d464;
}

.single-counter.counter-item-2 .counter-text .counter {
  color: #00acee;
}

.single-counter.counter-item-3 .counter-text .counter {
  color: #fc097c;
}

.single-counter .counter-text .counter {
  font-size: 60px;
  line-height: 70px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #554bb9;
}

@media only screen and (max-width: 767px) {
  .single-counter .counter-text .counter {
    font-size: 45px;
    line-height: 58px;
  }
}

.single-counter .counter-text p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.meeta-blog-wrap {
  margin-top: -25px;
}

.single-blog {
  background: #311a79;
  margin-top: 30px;
}

.single-blog .blog-image {
  overflow: hidden;
}

.single-blog .blog-image a {
  display: block;
}

.single-blog .blog-image a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-blog .blog-content {
  padding: 20px 30px 40px;
  background: #fff;
  width: calc(100% - 20px);
  position: relative;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin-top: -50px;
}

.single-blog .blog-content .blog-meta .category {
  font-size: 13px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  background: #fc097c;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  margin-right: 5px;
}

.single-blog .blog-content .blog-meta .category.color-1 {
  background: #f9d464;
}

.single-blog .blog-content .blog-meta .category.color-2 {
  background: #00acee;
}

.single-blog .blog-content .blog-meta .date {
  font-size: 13px;
  line-height: 30px;
  color: #8d8d8d;
}

.single-blog .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 10px;
}

.single-blog:hover .blog-image a img {
  transform: scale(1.1);
}

.meeta-blog-2 .single-blog {
  box-shadow: 0 30px 98px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.meeta-blog-2 .single-blog .blog-image {
  overflow: hidden;
}

.meeta-blog-2 .single-blog .blog-image a {
  display: block;
}

.meeta-blog-2 .single-blog .blog-image a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-blog-2 .single-blog .blog-content {
  padding: 20px 30px 40px;
  background: #fff;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  transform: translateX(0);
  margin-top: 0;
}

.meeta-blog-grid-wrap {
  margin-top: -30px;
}

.meeta-blog-grid-wrap .pagination {
  margin-top: 70px;
}

.meeta-blog-3 .section-title-4 .main-title .title-shape-2::before {
  left: 15px;
  bottom: -55px;
}

@media only screen and (max-width: 575px) {
  .meeta-blog-3 .section-title-4 .main-title .title-shape-2::before {
    left: 10px;
    bottom: -40px;
  }
}

.single-blog-3 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 30px;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-blog-3 .blog-image {
  position: relative;
}

.single-blog-3 .blog-image a {
  display: block;
}

.single-blog-3 .blog-image a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(21, 19, 32, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.single-blog-3 .blog-image a img {
  width: 100%;
}

.single-blog-3 .blog-image .top-meta {
  position: absolute;
  top: 35px;
  left: 30px;
}

.single-blog-3 .blog-image .top-meta .category {
  font-size: 13px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  margin-right: 5px;
}

.single-blog-3 .blog-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.single-blog-3 .blog-content .blog-meta .date {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}

.single-blog-3 .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

.single-blog-3:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}

.meeta-blog-grid-wrap {
  margin-top: -30px;
}

.meeta-blog-grid-wrap .pagination {
  margin-top: 70px;
}

.meeta-video-section {
  position: relative;
}

.meeta-video-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape/video-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.meeta-video-content {
  background: #fff;
  box-shadow: 0 0 131px 0 rgba(0, 0, 0, 0.08);
  padding: 70px 70px;
  margin-top: 35px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1199px) {
  .meeta-video-content {
    padding: 70px 35px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-video-content {
    padding: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-video-content {
    padding: 30px;
  }
}

.meeta-video-content .main-title {
  font-size: 40px;
  line-height: 48px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

@media only screen and (max-width: 575px) {
  .meeta-video-content .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.meeta-video-content .video-info {
  margin-top: 35px;
}

.meeta-video-content .video-info .video-info-item {
  padding-right: 10px;
}

.meeta-video-content .video-info .video-info-item i {
  font-size: 26px;
  color: #fc097c;
}

.meeta-video-content .video-info .video-info-item .title {
  font-size: 18px;
  line-height: 36px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 10px;
}

.meeta-video-content .video-info .video-info-item p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}

.meeta-video-img {
  padding: 330px 0;
  width: 642px;
  margin-left: -70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .meeta-video-img {
    width: 537px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-video-img {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    padding: 180px 0;
  }
}

.meeta-video-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-180deg, #f6730d 0%, #d90845 100%);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.popup-video {
  width: 100px;
  height: 100px;
  background: #fff;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  font-size: 14px;
  color: #fc097c;
  position: relative;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .popup-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.popup-video::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: pulse 1500ms ease-out infinite;
  animation: pulse 1500ms ease-out infinite;
}

.popup-video:hover {
  background: #fc097c;
  color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }

  70% {
    box-shadow: 0 0 0 30px rgba(255, 31, 89, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 31, 89, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }

  70% {
    box-shadow: 0 0 0 30px rgba(255, 31, 89, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 31, 89, 0);
  }
}

.meeta-video-section-2 .video-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 190px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  margin-bottom: -310px;
}

@media only screen and (max-width: 1199px) {
  .meeta-video-section-2 .video-img {
    padding-top: 130px;
    padding-bottom: 170px;
    margin-bottom: -260px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-video-section-2 .video-img {
    margin-bottom: -275px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-video-section-2 .video-img {
    padding-top: 80px;
    padding-bottom: 110px;
    margin-bottom: -190px;
  }
}

.meeta-video-section-2 .video-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(25, 18, 99, 0.2);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-video-section-2 .video-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape/video-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-video-section-2 .video-img .section-title-4 {
  margin-bottom: 30px;
}

.meeta-video-section-2 .video-img .section-title-4 .main-title {
  color: #fff;
}

.meeta-video-section-2 .video-img .popup-video {
  background: #fc097c;
  color: #fff;
}

.meeta-video-section-2 .video-img .popup-video:hover {
  background: #fff;
  color: #fc097c;
}

.meeta-topics-section {
  position: relative;
  z-index: 1;
}

.meeta-topics-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/topics-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-topics-content-wrap {
  margin-top: -15px;
}

.topic-item {
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.topic-item .topic-img {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.topic-item .topic-img a {
  display: block;
}

.topic-item .topic-img a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.topic-item .topic-content {
  padding: 40px 45px 55px 40px;
  background-repeat: no-repeat;
  background-position: 40% -45%;
}

.topic-item .topic-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.topic-item .topic-content p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.topic-item:hover .topic-img a img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
  .topic-item .topic-content {
    padding: 40px 30px 50px;
    background-repeat: no-repeat;
    background-position: 40% -45%;
  }
}

.meeta-conference-wrap {
  margin-top: -25px;
}

.single-item {
  margin-top: 30px;
}

.single-item .conference-image {
  overflow: hidden;
  position: relative;
}

.single-item .conference-image a {
  display: block;
}

.single-item .conference-image a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-item .conference-image .conference-top-meta {
  position: absolute;
  top: 30px;
  left: 20px;
}

.single-item .conference-image .conference-top-meta .date {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  background: #fc097c;
  color: #fff;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  padding: 0 15px;
}

.single-item .conference-image .conference-top-meta .date.color-2 {
  background: #f9d464;
}

.single-item .conference-image .conference-top-meta .date.color-3 {
  background: #0db0ef;
}

.single-item .conference-content {
  padding-top: 30px;
  padding-right: 50px;
}

.single-item .conference-content .meta {
  font-size: 13px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.single-item .conference-content .meta i {
  color: #fc097c;
  margin-right: 5px;
}

.single-item .conference-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 10px;
}

.single-item:hover .conference-image a img {
  transform: scale(1.1);
}

.meeta-featured-section {
  background: #fafcff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.meeta-featured-section .shape-1 {
  width: 900px;
  height: 900px;
  background: #f9edf8;
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -18%;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .meeta-featured-section .shape-1 {
    width: 700px;
    height: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-featured-section .shape-1 {
    width: 500px;
    height: 500px;
    top: -12%;
    left: -30%;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-featured-section .shape-1 {
    width: 390px;
    height: 390px;
    top: -5%;
    left: -40%;
  }
}

.meeta-featured-section .shape-2 {
  width: 105px;
  height: 105px;
  background: #e1f6fd;
  border-radius: 50%;
  position: absolute;
  top: 105px;
  right: 15%;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .meeta-featured-section .shape-2 {
    width: 90px;
    height: 90px;
    right: 5%;
  }
}

.meeta-featured-section .meeta-featured-wrap .section-title-4 .main-title .title-shape-1::before {
  left: 35px;
  bottom: -55px;
}

@media only screen and (max-width: 575px) {
  .meeta-featured-section .meeta-featured-wrap .section-title-4 .main-title .title-shape-1::before {
    left: 10px;
    bottom: -40px;
  }
}

.meeta-featured-section .meeta-featured-wrap .meeta-event-featured {
  margin-top: -10px;
}

.meeta-featured-section .meeta-featured-wrap .meeta-event-featured .single-item .featured-img .top-meta {
  position: absolute;
  top: 15px;
  left: 15px;
}

.meeta-featured-section .meeta-featured-wrap .meeta-event-featured .single-item .featured-img .top-meta .date {
  width: 50px;
  height: 50px;
  line-height: 20px;
  font-size: 12px;
  padding: 12px;
}

.meeta-featured-section .meeta-featured-wrap .meeta-event-featured .single-item .featured-img .top-meta .date span {
  font-size: 18px;
  line-height: 12px;
}

.meeta-featured-section .meeta-featured-wrap .meeta-event-featured .single-item .featured-content {
  padding: 0 35px 35px 20px;
}

.meeta-featured-section .meeta-featured-wrap .meeta-event-featured .single-item .featured-content .category {
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  line-height: 23px;
  padding: 0 15px;
}

.meeta-featured-section .meeta-featured-wrap .meeta-event-featured .single-item .featured-content .title {
  font-size: 16px;
  line-height: 22px;
}

.meeta-featured-section .meeta-featured-wrap .meeta-event-featured .single-item .featured-content .meta {
  font-size: 13px;
  line-height: 12px;
}

.meeta-featured-section .meeta-featured-wrap .featured-more {
  margin-top: 50px;
}

.meeta-featured-section .meeta-featured-wrap .featured-more .btn-2 {
  border-radius: 5px;
}

.meeta-featured-section .meeta-featured-wrap .featured-more .btn-2:hover {
  background: transparent;
}

.meeta-featured-section .meeta-featured-wrap .featured-more .btn-2:hover::before {
  display: none;
}

.meeta-features-section {
  background: #f9fafc;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.meeta-features-section::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/features-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-features-section .shape-1 {
  position: absolute;
  top: 13%;
  left: -150px;
  width: 275px;
  height: 275px;
  border: 30px solid #00acee;
  border-radius: 50%;
  z-index: -1;
}

.meeta-features-section .shape-2 {
  position: absolute;
  top: 8%;
  right: -60px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .meeta-features-wrap .meeta-section-title-2 {
    text-align: center;
  }
}

.feature-item {
  background: #fff;
  box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 45px 50px;
}

.feature-item .feature-icon img {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.feature-item .feature-content {
  margin-top: 40px;
}

.feature-item .feature-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.feature-item .feature-content p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.feature-item.feature-1 {
  margin-top: 115px;
}

@media only screen and (max-width: 991px) {
  .feature-item.feature-1 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-item.feature-2 {
    margin-top: 30px;
  }
}

.feature-item.feature-3 {
  margin-top: 30px;
}

.feature-item.feature-4 {
  margin-top: 80px;
}

@media only screen and (max-width: 991px) {
  .feature-item.feature-4 {
    margin-top: 30px;
  }
}

.feature-item:hover .feature-icon img {
  transform: scale(-1) rotate(180deg);
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box {
  background: #fff;
  box-shadow: 0 6px 120px 0 rgba(0, 0, 0, 0.07);
  padding: 40px 70px 100px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box {
    padding: 40px 50px 90px;
  }
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/shape/speaker-sh-2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-image img {
  border-radius: 50%;
  padding: 10px;
  background-color: #f9d464;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-content {
  margin-top: 25px;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-content .speaker-name {
  font-size: 24px;
  line-height: 25px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-content .speaker-social {
  margin-top: 20px;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-content .speaker-social ul li {
  display: inline-block;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-content .speaker-social ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-content .speaker-social ul li a.share-facebook {
  background: #374ccb;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-content .speaker-social ul li a.share-twitter {
  background: #37abee;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-content .speaker-social ul li a.share-pinterest {
  background: #d64145;
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box .speaker-content .speaker-social ul li+li {
  margin-left: 5px;
}

.speaker-single-right {
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .speaker-single-right {
    padding-left: 0;
    margin-top: 50px;
  }
}

.speaker-single-right .speaker-single-info-wrap .main-title {
  font-size: 30px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .speaker-single-right .speaker-single-info-wrap .main-title {
    font-size: 28px;
  }
}

.speaker-single-right .speaker-single-info-wrap .speaker-info {
  margin-top: 45px;
}

.speaker-single-right .speaker-single-info-wrap .speaker-info .speaker-info-list {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .speaker-single-right .speaker-single-info-wrap .speaker-info .speaker-info-list {
    margin-top: 30px;
  }
}

.speaker-single-right .speaker-single-info-wrap .speaker-info .speaker-info-list ul li {
  padding: 10px 25px;
}

.speaker-single-right .speaker-single-info-wrap .speaker-info .speaker-info-list ul li .title {
  font-size: 14px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #fc097c;
}

.speaker-single-right .speaker-single-info-wrap .speaker-info .speaker-info-list ul li p {
  font-size: 14px;
  line-height: 24px;
}

.speaker-single-right .speaker-single-info-wrap .speaker-info .speaker-info-list ul li+li {
  border-top: 1px solid #ebebeb;
}

.meeta-event-featured {
  margin-top: 65px;
}

.meeta-event-featured .main-title {
  font-size: 30px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .meeta-event-featured .main-title {
    font-size: 28px;
  }
}

.meeta-event-featured .single-item .featured-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.meeta-event-featured .single-item .featured-img a {
  display: block;
}

.meeta-event-featured .single-item .featured-img a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-event-featured .single-item .featured-img .top-meta {
  position: absolute;
  top: 15px;
  left: 15px;
}

.meeta-event-featured .single-item .featured-img .top-meta .date {
  width: 40px;
  height: 40px;
  line-height: 14px;
  font-size: 10px;
  border-radius: 50%;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding: 8px;
  color: #1a0a1e;
}

.meeta-event-featured .single-item .featured-img .top-meta .date span {
  font-size: 14px;
  line-height: 11px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  display: block;
  color: #1a0a1e;
}

.meeta-event-featured .single-item .featured-content {
  background: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 14px 30px;
}

.meeta-event-featured .single-item .featured-content .category {
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  line-height: 18px;
  padding: 0 15px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  transform: translateY(-15px);
}

.meeta-event-featured .single-item .featured-content .title {
  font-size: 13px;
  line-height: 17px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.meeta-event-featured .single-item .featured-content .meta {
  font-size: 10px;
  line-height: 12px;
}

.meeta-event-featured .single-item .featured-content .meta i {
  font-size: 11px;
  color: #1a0a1e;
  margin-right: 5px;
}

.meeta-event-featured .single-item:hover .featured-img a img {
  transform: scale(1.1);
}

.blog-standard-wrap {
  margin-top: -60px;
}

.blog-standard-wrap .blog-post-wrap .pagination {
  margin-top: 45px;
}

.single-blog-post {
  margin-top: 60px;
}

.single-blog-post .blog-img {
  position: relative;
  overflow: hidden;
}

.single-blog-post .blog-img a {
  display: block;
}

.single-blog-post .blog-img a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-blog-post .blog-content {
  background: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
  padding: 0 40px 40px;
}

@media only screen and (max-width: 575px) {
  .single-blog-post .blog-content {
    padding: 0 30px 40px;
  }
}

.single-blog-post .blog-content .category {
  font-size: 13px;
  height: 25px;
  line-height: 23px;
  padding: 0 15px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  transform: translateY(-15px);
}

.single-blog-post .blog-content .blog-meta span {
  font-size: 13px;
  line-height: 24px;
  margin-right: 15px;
}

.single-blog-post .blog-content .blog-meta i {
  font-size: 11px;
  color: #fc097c;
  margin-right: 5px;
}

.single-blog-post .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 10px;
  margin-top: 5px;
}

.single-blog-post:hover .blog-img a img {
  transform: scale(1.1);
}

.blog-sidebar {
  margin-top: 60px;
  margin-left: 40px;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-left: 0;
  }
}

.blog-sidebar .sidebar-widget-1 {
  margin-top: 0;
}

.blog-sidebar hr {
  margin: 50px 0 0;
}

.sidebar-widget {
  margin-top: 45px;
}

.sidebar-widget .search-form {
  position: relative;
}

.sidebar-widget .search-form input {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 0;
  padding: 10px 25px;
  padding-right: 35px;
  background: #f9fafc;
  color: #415674;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  outline: none;
  overflow: hidden;
}

.sidebar-widget .search-form input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797e82;
  font-weight: 400;
}

.sidebar-widget .search-form input:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797e82;
  font-weight: 400;
}

.sidebar-widget .search-form input::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797e82;
  font-weight: 400;
}

.sidebar-widget .search-form input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797e82;
  font-weight: 400;
}

.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: #fc097c;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-widget .search-form button:hover {
  color: #1a0a1e;
}

.sidebar-widget .widget-title {
  margin-bottom: 25px;
}

.sidebar-widget .widget-title .title {
  font-size: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #362c39;
  display: inline-block;
}

.sidebar-widget .recent-posts {
  padding-right: 30px;
}

.sidebar-widget .recent-posts ul li {
  margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
  margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  min-width: 60px;
  height: 60px;
  image-rendering: crisp-edges;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 14px;
  line-height: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #8d8d8d;
  display: inline-block;
  margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color: #fc097c;
  margin-right: 5px;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #fc097c;
}

.sidebar-widget .category .cate-item {
  margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
  margin-top: 0;
}

.sidebar-widget .category .cate-item a {
  display: flex;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #362c39;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-widget .category .cate-item a i {
  font-size: 10px;
  line-height: 24px;
  color: #fc097c;
  margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
}

.sidebar-widget .category .cate-item a:hover {
  color: #fc097c;
}

.sidebar-widget .widget-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 50px 70px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .sidebar-widget .widget-banner {
    padding: 60px 40px 70px;
  }
}

.sidebar-widget .widget-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(26, 10, 30, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sidebar-widget .widget-banner .sub-title {
  font-size: 14px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #fc097c;
}

.sidebar-widget .widget-banner .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}

.sidebar-widget .widget-banner .btn {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  margin-top: 75px;
}

.blog-details-wrap {
  margin-top: -60px;
}

.blog-details-post .single-blog-post .blog-content {
  background: none;
  box-shadow: none;
  padding: 0;
}

.blog-details-post .single-blog-post .blog-content .category {
  transform: translate(35px, -15px);
}

.blog-details-post .blog-details-content .blog-quote {
  background-color: #f9fafc;
  padding: 30px 50px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .blog-quote {
    padding: 30px;
  }
}

.blog-details-post .blog-details-content .blog-quote .blockquote {
  padding-left: 60px;
  margin-bottom: 0;
  position: relative;
}

.blog-details-post .blog-details-content .blog-quote .blockquote::before {
  content: "\f115";
  font-family: flaticon !important;
  font-size: 40px;
  line-height: 1;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #fc097c;
}

.blog-details-post .blog-details-content .blog-quote .blockquote p {
  display: inline;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  font-weight: 600;
  color: #1a0a1e;
}

.blog-details-post .blog-details-content .blog-details-text .title {
  font-size: 18px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 10px;
}

.blog-details-post .blog-details-content .blog-details-tag-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag {
  padding-top: 20px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
  font-size: 14px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-right: 10px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 0;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li a {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #ebebeb;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li a:hover {
  background: #fc097c;
  color: #fff;
  border-color: #fc097c;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share .share-title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-right: 15px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share .social-share li {
  display: inline-block;
  margin-right: 10px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share .social-share li a {
  display: inline-block;
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share .social-share li a.share-facebook {
  background: #374ccb;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share .social-share li a.share-twitter {
  background: #37abee;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share .social-share li a.share-pinterest {
  background: #d64145;
}

.blog-details-post .blog-details-content .meeta-post-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.16);
  padding: 10px 30px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .meeta-post-pagination {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .meeta-post-pagination {
    padding: 0 10px;
  }
}

.blog-details-post .blog-details-content .meeta-post-pagination::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .meeta-post-pagination::before {
    width: auto;
    height: 1px;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}

.blog-details-post .blog-details-content .meeta-post-pagination .previous-post,
.blog-details-post .blog-details-content .meeta-post-pagination .next-post {
  width: 50%;
}

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

  .blog-details-post .blog-details-content .meeta-post-pagination .previous-post,
  .blog-details-post .blog-details-content .meeta-post-pagination .next-post {
    width: 100%;
  }
}

.blog-details-post .blog-details-content .meeta-post-pagination .blog-pagination-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .meeta-post-pagination .blog-pagination-post {
    padding: 20px 0;
  }
}

.blog-details-post .blog-details-content .meeta-post-pagination .blog-pagination-post .post-icon {
  flex-shrink: 0;
}

.blog-details-post .blog-details-content .meeta-post-pagination .blog-pagination-post .post-icon a i {
  font-size: 14px;
  color: #fc097c;
  padding: 0 10px;
}

.blog-details-post .blog-details-content .meeta-post-pagination .blog-pagination-post .post-content {
  flex-grow: 1;
  padding: 0 25px;
}

@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .meeta-post-pagination .blog-pagination-post .post-content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .meeta-post-pagination .blog-pagination-post .post-content {
    padding: 0 13px;
  }
}

.blog-details-post .blog-details-content .meeta-post-pagination .blog-pagination-post .post-content .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
}

@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .meeta-post-pagination .blog-pagination-post .post-content .title {
    font-size: 15px;
  }
}

.blog-details-post .blog-details-content .comment-wrap .comment-form {
  margin-top: 75px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form p {
  font-size: 14px;
  line-height: 30px;
  color: #686f7a;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
  padding-top: 10px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
  margin-top: 30px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
  height: 50px;
  padding: 10px 25px;
  border: 1px solid transparent;
  font-size: 13px;
  color: #415674;
  background: #f6f7f9;
  border-radius: 0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fc097c;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  font-size: 14px;
  padding: 0 55px;
}

.event-single-content .meeta-video-section-2 .video-img {
  padding-top: 120px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
}

.event-single-content .meeta-video-section-2 .video-img .section-title-4 .main-title {
  font-size: 30px;
  line-height: 36px;
}

.event-single-content p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 35px;
}

.event-single-content .event-single-item {
  margin-top: 40px;
}

.event-single-content .event-single-item .title {
  font-size: 30px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.event-single-content .event-single-item .speakers-content-wrap .single-speker-3 .speker-img .speker-content .name {
  font-size: 16px;
  line-height: 18px;
}

.event-single-content .event-single-item .speakers-content-wrap .single-speker-3 .speker-img .speker-content .designation {
  font-size: 12px;
  line-height: 18px;
}

.event-single-content .event-single-item .meeta-event-sponsors-3 .meeta-sponsor-wrap {
  margin-top: 0;
}

.event-single-content .event-single-item .meeta-event-sponsors-3 .meeta-sponsor-wrap .meeta-sponsor-logo {
  height: 90px;
  line-height: 55px;
  padding: 15px;
}

.event-single-sidebar {
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .event-single-sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}

.event-single-sidebar .btn-price {
  display: flex;
  align-items: center;
}

.event-single-sidebar .btn-price .btn {
  font-size: 14px;
  height: 50px;
  padding: 0 20px;
}

.event-single-sidebar .btn-price .price {
  margin-left: 20px;
}

.event-single-sidebar .btn-price .price span {
  font-size: 30px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fc097c;
}

.event-single-sidebar .btn-price .price sup {
  font-size: 14px;
  top: -15px;
}

.event-single-sidebar .sidebar-item .sidebar-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 30px;
}

.event-single-sidebar .sidebar-item .event-details {
  margin-top: 40px;
}

.event-single-sidebar .sidebar-item .event-details ul li .title {
  font-size: 14px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
}

.event-single-sidebar .sidebar-item .event-details ul li p {
  font-size: 14px;
  line-height: 18px;
}

.event-single-sidebar .sidebar-item .event-details ul li+li {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  margin-top: 15px;
}

.event-single-sidebar .sidebar-item .event-map {
  margin-top: 60px;
}

.event-single-sidebar .sidebar-item .event-map .google-map iframe {
  width: 100%;
  height: 180px;
  display: block;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

.contact-form-section .contact-wrap {
  background-image: url(../images/shape/contact-map.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -10px;
}

.contact-form-section .contact-wrap .form-title .title {
  font-size: 54px;
  line-height: 54px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

@media only screen and (max-width: 991px) {
  .contact-form-section .contact-wrap .form-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.contact-form-section .contact-wrap .contact-form-wrap {
  padding-top: 30px;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form {
  margin-top: 20px;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control {
  border: 1px solid transparent;
  height: 50px;
  padding: 10px 25px;
  background: #f6f7f9;
  color: #415674;
  border-radius: 0;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 16px;
  color: #a7a5c6;
  font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 16px;
  color: #a7a5c6;
  font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 16px;
  color: #a7a5c6;
  font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 16px;
  color: #a7a5c6;
  font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fc097c;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control {
  height: 135px;
  color: #415674;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn {
  font-size: 14px;
  padding: 0 60px;
  margin-top: 35px;
}

.contact-info-section .contact-info-wrap {
  margin-top: -10px;
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap {
    margin-top: -30px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info {
  background: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.11);
  padding: 55px;
  margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 40px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -95px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -80px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
  font-size: 35px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
    font-size: 30px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 15px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 18px;
  }
}

.contact-map-section .contact-map-wrap {
  margin-bottom: -7px;
}

.contact-map-section .contact-map-wrap iframe {
  height: 430px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

.event-list-top-bar .event-list-search {
  background: #fff;
  box-shadow: 0 0 109px 0 rgba(0, 0, 0, 0.05);
}

.event-list-top-bar .event-list-search .single-form {
  position: relative;
}

.event-list-top-bar .event-list-search .single-form input {
  height: 70px;
  width: 100%;
  border: 1px solid #fff;
  color: #415674;
  padding: 15px 25px;
  padding-left: 40px;
}

.event-list-top-bar .event-list-search .single-form input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #828282;
}

.event-list-top-bar .event-list-search .single-form input:-moz-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #828282;
}

.event-list-top-bar .event-list-search .single-form input::-moz-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #828282;
}

.event-list-top-bar .event-list-search .single-form input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #828282;
}

.event-list-top-bar .event-list-search .single-form i {
  display: block;
  position: absolute;
  left: 16px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fc097c;
}

.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-top-bar .event-list-search .single-form.form-border::before {
    display: none;
  }
}

.event-list-top-bar .event-list-search .form-btn .btn {
  height: 70px;
  padding: 0 40px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  .event-list-top-bar .event-list-search .form-btn .btn {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .event-list-top-bar .event-list-search .form-btn .btn {
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

.event-list-top-bar .event-list-search .form-btn .btn::before {
  display: none;
}

.event-list-top-bar .event-filter-wrap {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .event-list-top-bar .event-filter-wrap {
    margin-top: 20px;
  }
}

.event-list-top-bar .event-filter-wrap .event-collapse-btn {
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .event-list-top-bar .event-filter-wrap .event-collapse-btn {
    margin-left: 0;
  }
}

.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: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0 45px;
  color: #1a0a1e;
}

@media only screen and (max-width: 1199px) {
  .event-list-top-bar .event-filter-wrap .event-collapse-btn .btn {
    padding: 0 25px;
  }
}

.event-list-top-bar .event-filter-wrap .event-collapse-btn .btn::before {
  display: none;
}

.event-list-top-bar .event-filter-wrap .event-list-btn {
  border: 2px solid #ebebeb;
  border-radius: 5px;
  margin-left: 10px;
}

.event-list-top-bar .event-filter-wrap .event-list-btn ul {
  flex-wrap: nowrap;
}

.event-list-top-bar .event-filter-wrap .event-list-btn ul li button {
  width: 40px;
  height: 66px;
  border: 0;
  background: none;
  color: #1a0a1e;
}

.event-list-top-bar .event-filter-wrap .event-list-btn ul li button.active {
  color: #fc097c;
}

.event-list-top-bar .event-list-tag {
  margin-top: 15px;
}

.event-list-top-bar .event-list-tag ul li {
  display: inline-block;
  margin-top: 10px;
  padding: 0 3px;
}

.event-list-top-bar .event-list-tag ul li a {
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  font-size: 14px;
  color: #1a0a1e;
  height: 35px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
}

.event-list-top-bar .event-list-tag ul li a:hover {
  color: #fc097c;
  border-color: #fc097c;
}

.event-list-bottom-bar {
  display: flex;
  align-items: center;
  margin-top: 55px;
}

.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-bottom-bar .event-list-btn .event-btn:hover {
  background: #fc097c;
  color: #fff;
}

.event-list-content-wrap .event-list-item {
  margin-top: 40px;
}

.event-list-content-wrap .event-list-item .event-img {
  overflow: hidden;
}

.event-list-content-wrap .event-list-item .event-img a {
  display: block;
}

.event-list-content-wrap .event-list-item .event-img a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.event-list-content-wrap .event-list-item .event-list-content {
  margin-top: 20px;
}

.event-list-content-wrap .event-list-item .event-list-content .event-price .cat {
  height: 25px;
  line-height: 25px;
  background: #fc097c;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}

.event-list-content-wrap .event-list-item .event-list-content .event-price .price {
  font-size: 16px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
}

.event-list-content-wrap .event-list-item .event-list-content .title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 15px;
}

.event-list-content-wrap .event-list-item .event-list-content .meta-data span {
  font-size: 13px;
}

.event-list-content-wrap .event-list-item .event-list-content .meta-data span:last-child {
  margin-left: 20px;
}

.event-list-content-wrap .event-list-item .event-list-content .meta-data span i {
  color: #fc097c;
  margin-right: 5px;
}

.event-list-content-wrap .event-list-item .event-list-content p {
  margin-top: 15px;
}

.event-list-content-wrap .event-list-item .event-list-content .ticket-link {
  font-size: 14px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #fc097c;
  text-decoration: underline;
  -webkit-text-decoration-color: #fc097c;
  text-decoration-color: #fc097c;
  margin-top: 10px;
}

.event-list-content-wrap .event-list-item:hover .event-img a img {
  transform: scale(1.1);
}

.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-content-wrap .event-list-item.event-list {
    padding-left: 65px;
  }
}

.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-content-wrap .event-list-item.event-list:last-child::before {
  height: 100%;
}

.event-list-content-wrap .event-list-item.event-list .event-img {
  border-radius: 5px;
}

.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-content-wrap .event-list-item.event-list .event-list-content {
    margin-left: 0;
    margin-top: 25px;
  }
}

.event-list-content-wrap .event-list-item.event-list .event-time {
  width: 45px;
  height: 45px;
  line-height: 16px;
  text-align: center;
  background: #fc097c;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 8px;
}

.event-list-content-wrap .event-list-item.event-list .event-time span {
  font-size: 16px;
  display: block;
}

.meeta-event-list-wrap .event-next-prev-btn {
  margin-top: 35px;
}

.meeta-event-list-wrap .event-next-prev-btn .event-btn {
  font-size: 15px;
}

.meeta-event-list-wrap .event-next-prev-btn .event-btn i {
  font-size: 11px;
}

.meeta-event-list-wrap .event-next-prev-btn .event-btn.btn-next {
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  margin-left: 25px;
}

.faq-accordion-wrapper {
  display: flex;
  padding-top: 60px;
}

@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper {
    display: block;
  }
}

.faq-accordion-wrapper .faq-col {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col {
    width: 100%;
  }
}

.faq-accordion-wrapper .faq-col:first-child {
  padding-right: 25px;
}

@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:first-child {
    padding-right: 0;
  }
}

.faq-accordion-wrapper .faq-col:last-child {
  padding-left: 25px;
}

@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:last-child {
    padding-left: 0;
  }
}

.faq-accordion .accordion-item {
  border: 0;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}

.faq-accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-accordion .accordion-item .accordion-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #1a0a1e;
  font-weight: 700;
  padding-right: 45px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .faq-button {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  color: #fc097c;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-accordion .accordion-item .accordion-header .accordion-button .faq-button i {
  font-size: 15px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:focus {
  border: 0;
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #1a0a1e;
  background: #fff;
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  color: #fc097c;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 50%;
  transform: rotate(-90deg);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button i {
  font-size: 15px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #fc097c;
}

.faq-accordion .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 20px;
}

.faq-accordion .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 30px;
  color: #415674;
}

.faq-accordion .accordion-item:hover .accordion-button .faq-button {
  transform: rotate(-90deg);
}

.meeta-category-section .meeta-category-wrap .col .category-item {
  height: 195px;
  width: 195px;
  line-height: 110px;
  padding: 20px;
  text-align: center;
  border: 2px dashed red;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 30px;
}

.meeta-category-section .meeta-category-wrap .col .category-item a img {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-category-section .meeta-category-wrap .col .category-item a span {
  font-size: 21px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  display: block;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-category-section .meeta-category-wrap .col .category-item.cat-1 {
  border-color: #7fd5f6;
}

.meeta-category-section .meeta-category-wrap .col .category-item.cat-2 {
  border-color: #fc097c;
}

.meeta-category-section .meeta-category-wrap .col .category-item.cat-3 {
  border-color: #554bb9;
}

.meeta-category-section .meeta-category-wrap .col .category-item.cat-4 {
  border-color: #00acee;
}

.meeta-category-section .meeta-category-wrap .col .category-item:hover a img {
  transform: scale(-1) rotate(180deg);
}

.meeta-category-section .meeta-category-wrap .col .category-item:hover a span {
  color: #fad003;
}

.meeta-category-section .meeta-category-wrap .col .category-item:hover.cat-1 a span {
  color: #7fd5f6;
}

.meeta-category-section .meeta-category-wrap .col .category-item:hover.cat-2 a span {
  color: #fc097c;
}

.meeta-category-section .meeta-category-wrap .col .category-item:hover.cat-3 a span {
  color: #554bb9;
}

.meeta-category-section .meeta-category-wrap .col .category-item:hover.cat-4 a span {
  color: #00acee;
}

.meeta-trending-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.meeta-trending-section .trending-shape-1 {
  position: absolute;
  top: 30%;
  left: -120px;
  width: 240px;
  height: 240px;
  border: 30px solid #00bef0;
  border-radius: 50%;
  z-index: -1;
}

.meeta-trending-section .trending-shape-2 {
  position: absolute;
  left: 240px;
  top: 28%;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.meeta-trending-section .trending-shape-3 {
  position: absolute;
  left: 140px;
  bottom: 30%;
  z-index: -1;
}

.meeta-trending-section .trending-shape-4 {
  position: absolute;
  right: 170px;
  top: 40%;
  z-index: -1;
  -webkit-animation: rotate-style 10s linear infinite;
  animation: rotate-style 10s linear infinite;
}

.meeta-trending-section .trending-shape-5 {
  position: absolute;
  right: -40px;
  bottom: 30%;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.meeta-trending-content-wrap {
  padding-top: 30px;
}

.trending-item .trending-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.trending-item .trending-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(11, 14, 72, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.trending-item .trending-thumb img {
  width: 100%;
}

.trending-item .trending-thumb .trending-city {
  position: absolute;
  top: 35px;
  left: 25px;
}

.trending-item .trending-thumb .trending-city .city {
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  margin: 5px 0;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  border-radius: 30px;
}

.trending-item .trending-thumb .trending-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .trending-item .trending-thumb .trending-content {
    padding-right: 20px;
  }
}

.trending-item .trending-thumb .trending-content .title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.trending-item .trending-thumb .trending-content .date {
  font-size: 13px;
  line-height: 30px;
  color: #d8d8d9;
  padding-top: 12px;
}

.newsletter-section .newsletter-wrap {
  background: #fff;
  box-shadow: 0 0 133px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 80px 70px 90px;
  margin-bottom: -145px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .newsletter-section .newsletter-wrap {
    padding: 50px;
  }
}

.newsletter-section .newsletter-wrap .newsletter-text .title {
  font-size: 40px;
  line-height: 48px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

@media only screen and (max-width: 991px) {
  .newsletter-section .newsletter-wrap .newsletter-text .title {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter-section .newsletter-wrap .newsletter-text .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.newsletter-section .newsletter-wrap .newsletter-form {
  position: relative;
}

.newsletter-section .newsletter-wrap .newsletter-form input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #93a1a2;
  padding: 0 30px;
  padding-right: 30px;
  padding-right: 195px;
  background-color: #f9fafc;
  border-radius: 5px;
  border: 0;
}

@media only screen and (max-width: 575px) {
  .newsletter-section .newsletter-wrap .newsletter-form input {
    padding: 0 25px;
  }
}

.newsletter-section .newsletter-wrap .newsletter-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  min-width: 160px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 575px) {
  .newsletter-section .newsletter-wrap .newsletter-form .btn {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
}

.newsletter-section .newsletter-wrap .newsletter-form .btn::before {
  display: none;
}

.meeta-event-project .section-title-4 .main-title .title-shape-1::before {
  left: 55px;
  bottom: -55px;
}

@media only screen and (max-width: 575px) {
  .meeta-event-project .section-title-4 .main-title .title-shape-1::before {
    left: 10px;
    bottom: -40px;
  }
}

.meeta-event-project .meeta-event-project-wrap .project-item {
  display: flex;
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-thumb {
  height: 575px;
  width: 1140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content {
  background: #fff;
  box-shadow: 0 5px 95px 0 rgba(0, 0, 0, 0.1);
  padding: 75px 40px 45px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 550px;
  display: none;
}

@media only screen and (max-width: 575px) {
  .meeta-event-project .meeta-event-project-wrap .project-item .event-project-content {
    padding: 50px 35px 45px;
  }
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/shape/project-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: 100%;
  height: 100%;
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

@media only screen and (max-width: 767px) {
  .meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .title {
    font-size: 28px;
  }
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .event-meta {
  margin-top: 15px;
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .event-meta span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 25px;
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .event-meta span i {
  color: #fc097c;
  margin-right: 5px;
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 {
  margin-top: 0;
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 .meeta-register-countdown-wrapper {
  padding: 0;
  max-width: 0;
  margin: 0;
  box-shadow: none;
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown {
  text-align: left;
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown::before {
  content: ":";
  font-size: 36px;
  right: 20.5%;
  top: 48px;
}

@media only screen and (max-width: 767px) {
  .meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown::before {
    font-size: 32px;
    right: 22.5%;
    top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown::before {
    font-size: 28px;
    right: 19.5%;
    top: 12px;
  }
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown .count {
  width: 105px;
  font-size: 36px;
  line-height: 145px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown .count {
    font-size: 32px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown .count {
    width: 80px;
    font-size: 28px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .register-countdown-5 .meeta-register-countdown-wrapper .meeta-countdown .single-countdown .value {
    font-size: 13px;
  }
}

.meeta-event-project .meeta-event-project-wrap .project-item .event-project-content .btn-2 {
  border-radius: 5px;
  margin-top: 40px;
}

.meeta-event-project .meeta-event-project-wrap .swiper-slide.swiper-slide-active .event-project-thumb {
  max-width: 650px;
}

.meeta-event-project .meeta-event-project-wrap .swiper-slide.swiper-slide-active .event-project-content {
  display: block;
}

.login-register-section .login-register-wrap {
  margin-top: -50px;
}

.login-register-section .login-register-wrap .section-title .title {
  font-size: 36px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  line-height: 1.2;
  margin-top: -8px;
}

.login-register-section .login-register-wrap .login-register-box {
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
  margin-top: 20px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  color: #787884;
  font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  color: #787884;
  font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  color: #787884;
  font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  color: #787884;
  font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
  outline: none;
  border-color: #fc097c;
  box-shadow: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
  margin-right: 8px;
  margin-top: 5px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
  box-shadow: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
  display: inline;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
  margin-top: 30px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
  height: 50px;
  line-height: 45px;
  width: 100%;
}

.sidebar-wrap {
  border-left: 1px solid #eee;
  height: 100%;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #666;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  border-bottom: 1px solid #eee;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .footer-logo img {
    width: 80px;
  }
}

.footer-newsletter {
  padding-top: 32px;
}

.footer-newsletter p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .footer-newsletter p {
    font-size: 16px;
  }
}

.footer-newsletter-form {
  max-width: 750px;
  margin: 18px auto 0;
  position: relative;
}

.footer-newsletter-form input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #93a1a2;
  padding: 0 30px;
  padding-right: 195px;
  background-color: #fff;
  border: 0;
}

@media only screen and (max-width: 575px) {
  .footer-newsletter-form input {
    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;
}

@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 {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 38px;
}

@media only screen and (max-width: 575px) {
  .footer-widget-social {
    gap: 24px;
  }
}

.footer-widget-social a {
  font-size: 36px;
  color: #a3a3cb;
  line-height: 1.1;
}

@media only screen and (max-width: 575px) {
  .footer-widget-social a {
    font-size: 24px;
  }
}

.footer-widget-social a:hover {
  color: #fc097c;
}

.footer-copyright {
  margin-top: 42px;
}

.footer-copyright p {
  color: #a3a3cb;
}

.meeta-footer-section.meeta-footer-2 {
  padding-bottom: 0;
}

.meeta-footer-2 .footer-widget .footer-wrap {
  padding-bottom: 80px;
}

.meeta-footer-2 .footer-newsletter {
  padding-top: 0;
}

@media only screen and (max-width: 1199px) {
  .meeta-footer-2 .footer-newsletter {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-footer-2 .footer-newsletter {
    padding-left: 0;
    padding-top: 50px;
  }
}

.meeta-footer-2 .footer-newsletter .footer-newsletter-form {
  margin-top: 0;
  margin-right: 0;
}

.meeta-footer-2 .footer-bottom-wrap {
  padding-left: 125px;
  margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .meeta-footer-2 .footer-bottom-wrap {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-footer-2 .footer-bottom-wrap {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-footer-2 .footer-bottom-wrap {
    margin-top: 60px;
  }
}

.meeta-footer-2 .footer-bottom-wrap .footer-info .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

.meeta-footer-2 .footer-bottom-wrap .footer-info .date {
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fc097c;
  display: inline-block;
  margin-top: 20px;
}

.meeta-footer-2 .footer-bottom-wrap .footer-info p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.meeta-footer-2 .footer-widget-social {
  gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
}

.meeta-footer-2 .footer-widget-social a {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .meeta-footer-2 .footer-widget-map {
    margin-top: 40px;
  }
}

.meeta-footer-2 .footer-widget-map iframe {
  width: 100%;
  height: 200px;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

.meeta-footer-2 .footer-copyright {
  border-top: 3px solid #1e0c53;
  padding-top: 40px;
  padding-bottom: 45px;
  margin-top: 0;
}

.meeta-footer-2 .footer-copyright p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #a3a3cb;
}

.meeta-footer-section.meeta-footer-3 {
  padding-bottom: 0;
}

.meeta-footer-3 {
  position: relative;
  z-index: 1;
}

.meeta-footer-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(26, 24, 49, 0.95);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-footer-3 .footer-widget-wrap {
  padding-bottom: 100px;
  margin-top: -40px;
}

@media only screen and (max-width: 991px) {
  .meeta-footer-3 .footer-widget-wrap {
    padding-bottom: 80px;
  }
}

.meeta-footer-3 .footer-widget-wrap .footer-widget {
  margin-top: 40px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-title {
  font-size: 18px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .footer-logo {
  margin-top: 15px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-text .date {
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fc097c;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-text p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-text .btn-2 {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 20px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-info ul li {
  display: flex;
  align-items: start;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-info ul li+li {
  margin-top: 5px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-info ul li .info-icon i {
  font-size: 17px;
  color: #2c3192;
  margin-right: 10px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-info ul li .info-text {
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-form {
  position: relative;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-form .form-control {
  height: 45px;
  background-color: #f0f0f0;
  color: #93a1a2;
  font-weight: 400;
  border: 0;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
  border-radius: 5px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-form .form-control:focus {
  box-shadow: none;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-form button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fc097c;
  border: 0;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .footer-widget-social {
  gap: 25px;
  justify-content: flex-start;
  margin-top: 20px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .footer-widget-social a {
  font-size: 25px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .footer-widget-social a:hover {
  color: #24b389;
}

.meeta-footer-3 .footer-copyright {
  background: #151320;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
}

.meeta-footer-4 {
  position: relative;
  z-index: 1;
}

.meeta-footer-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(26, 10, 30, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-footer-4 .footer-widget .footer-newsletter {
  background: #554bc0;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 45px;
  padding: 40px 50px 60px;
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .meeta-footer-4 .footer-widget .footer-newsletter {
    padding: 30px 50px 60px;
  }
}

.meeta-footer-4 .footer-widget .footer-newsletter .title {
  font-size: 44px;
  line-height: 70px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .meeta-footer-4 .footer-widget .footer-newsletter .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-footer-4 .footer-widget .footer-newsletter .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.meeta-footer-4 .footer-widget .footer-newsletter .footer-newsletter-form {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .meeta-footer-4 .footer-widget .footer-newsletter .footer-newsletter-form {
    margin-top: 20px;
  }
}

.meeta-footer-4 .footer-widget .footer-newsletter .footer-newsletter-form .btn::before {
  display: none;
}

.meeta-footer-4 .footer-widget .footer-widget-social {
  gap: 20px;
}

.meeta-footer-4 .footer-widget .footer-widget-social a {
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.meeta-footer-4 .footer-widget .footer-widget-social a:hover {
  color: #fc097c;
}

.footer-menu {
  margin-top: 45px;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  font-size: 18px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-menu ul li a:hover {
  color: #fc097c;
}

.footer-menu ul li+li {
  margin-left: 45px;
}

@media only screen and (max-width: 575px) {
  .footer-menu ul li+li {
    margin-left: 38px;
  }
}

.meeta-footer-5 {
  padding-top: 225px;
  padding-bottom: 65px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.meeta-footer-5 .footer-widget-social {
  border-top: 1px solid #4a555f;
  gap: 20px;
  padding-top: 35px;
  margin-top: 70px;
}

.meeta-footer-5 .footer-widget-social a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #34404b;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-footer-5 .footer-widget-social a:hover {
  color: #fc097c;
}

.meeta-footer-5 .footer-copyright p {
  color: #919191;
}

.meeta-footer-section {
  background-color: #311a79;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

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


.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(36, 179, 137, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #fc097c;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}

.progress-wrap i {
  position: absolute;
  font-size: 25px;
  text-align: center;
  left: 15px;
  top: 10px;
  color: #24b389;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #24b389;
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.aboutpt {
  background: url(../images/Pattern-01-min.png) repeat-x;
  background-position: center bottom;
  padding-bottom: 250px;
  background-size: contain;
}

.speakers-2024 {
  background: url(../images/Pattern-01-min.png) repeat-x;
  background-position: center bottom;
  padding-bottom: 250px;
  background-size: contain;
}

.title_event {
  font-family: "Archivo", sans-serif;
}

.meeta-event-schedule-tab-pane h3 {
  font-family: "Archivo", sans-serif;
}

.pro_list li {
  font-size: 20px;
  font-weight: 700;
  color: #2e4072;
  display: inline-block;
  width: 49%;
  margin-bottom: 30px;
}

.meeta-event-accordion-body .dp {
  width: 60px;
  margin-right: 10px;
}

.meeta-event-accordion-body .dp img {
  border-radius: 50%;
}

.pro_list li h3 {
  font-size: 20px;
}

.pro_list .time {
  background: #e5e6ff;
  font-size: 13px;
  font-weight: 500;
  color: #2c3192;
  padding: 5px 5px;
  border-radius: 5px;
  width: 150px;
  text-align: center;
}

.list li {
  list-style-type: circle;
  padding-bottom: 2px;
}

.progm_title {
  color: #2c3192;
  margin-bottom: 20px;
  position: relative;
}

.progm_title-2 {
  color: #2c3192;
  margin-bottom: 20px;
  position: relative;
}

.progm_title::after {
  height: 18px;
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/ACCORDION-IMAGE.png);
  top: 10px;
}

.progm_title .in {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 01;
  padding: 0 20px;
}

.prog_time {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.dance_module li {
  display: inline-block;
  align-items: center;
  border: 1px solid #f7f7f7;
  padding: 5px 13px;
  background-color: #ffe4f1;
  margin: 5px 5px;
  border-radius: 5px;
  color: #fc097c;
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.xpt h4 {
  font-family: "Archivo", sans-serif;
}

.xpt .title_dev,
.font-defualt {
  font-family: "Archivo", sans-serif;
  font-size: 30px;
}

.list_mud {
  font-weight: 400;
  margin-top: 4px;
}

.list_mud li {
  padding: 5px 0;
  font-weight: 600;
  background: url(../images/kathak.png) no-repeat left center;
  padding-left: 35px;
}

.list_classic li {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.live_img {
  width: 100px;
}

.alf_venu {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #858585;
  font-weight: 400;
  margin-bottom: 10px;
}

.venue_attra {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.venue_attra li {
  width: 30%;
  /* background: #fff url(../images/alf-ptnimg-2.png) repeat-x; */
  background-position: 10px 180px;
  border: 1px solid #eee;
  padding: 20px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 10px;
}

.venue_attra li h3 {
  font-size: 18px;
  margin-top: 10px;
}

.org_sect {
  background: #f6f6f6 url(../images/patter5865.jpg);
}

.org_sect .title_sub {
  font-size: 30px;
  margin-bottom: 20px;
}

.live_section {
  background: #ffffe5;
}

.accordion-header {
  cursor: pointer;
}

.accordion-button {
  background-color: transparent !important;
}

.accordion-content {
  padding: 30px;
}

.devika_img {
  margin-top: 30px;
}

.meeta-event-schedule-tab-content .accordion-button .btn {
  padding: 0 22px;
}

.faq {
  float: right;
  position: absolute;
  right: 13px;
  border: 1px solid #f7efaf;
  padding: 5px 23px;
  background: #fbf7d9;
  line-height: 18px;
  font-size: 12px;
  font-weight: 700;
}

.faq_list {
  list-style: decimal;
  margin-left: 10px;
}

.faq_list li {
  padding-bottom: 10px;
}

.modelp .modal-content {
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .venue_attra li h3 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 990px) {
  .img-banner {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 990px) {
  .modal-content {
    width: 90% !important;
  }

  .speaker-image img {
    border: 8px solid #ffffff8f;
  }

  .single-speaker-2 .speaker-image .shape-1 {
    display: none;
  }

  .meeta-event-schedule-day {
    font-size: 18px;
  }

  .meeta-event-accordion-item {
    padding: 0;
  }

  .alf_venu {
    font-size: 14px;
    margin-top: 5px;
  }

  .venue_attra li {
    width: 100%;
  }

  .meeta-event-accordion-toggle .title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 767px) {
  .meeta-event-schedule-tab-content .accordion-button h3 {
    width: 80%;
  }

  .devika_img {
    margin-top: 44px;
  }

  .about-list ul .about-list-item {
    max-width: 231px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-event-schedule-tab-content .accordion-button::after {
    position: absolute;
    right: 18px;
    top: 20px;
  }

  /* .buty_ticket img {
    width: 70px !important;
  } */

  .meeta-event-schedule-tab-content .accordion-button {
    display: block;
  }

  .accordion-content {
    padding: 30px 24px;
  }

  .aboutpt {
    padding-bottom: 50px;
  }

  .meeta-section-title-2::after {
    width: 75px;
    height: 15px;
  }

  /* .img-banner { 
    margin-top: 80px;
  }*/

  .pro_list li {
    font-size: 13px;
    width: 100%;
  }

  .pro_list .time {
    font-size: 13px;
    width: 150px;
  }

  .meeta-hero-section-6 .meeta-hero-content h1.title {
    font-size: 44px !important;
    line-height: 55px;
  }

  @media only screen and (max-width: 490px) {
    .venue_attra li h3 {
      font-size: 14px;
    }

    .meeta-section-title-2 .sub-title {
      font-size: 30px;
      line-height: 32px;
    }

    .meeta-section-title-2 .main-title {
      font-size: 19px;
      line-height: 30px;
    }

    .about-list ul .about-list-item {
      width: 43%;
    }

    .meeta-event-schedule-day {
      font-size: 16px;
    }

    .pro_list li {
      width: 100%;
    }

    .pro_list li h3 {
      font-size: 16px;
    }

    .pro_list .time {
      width: 150px;
    }

    .live_img {
      width: 50px;
    }
  }
}

#banner .mobile {
  display: none;
}

@media only screen and (max-width: 490px) {
  #banner .mobile {
    display: block;
    margin-top: 100px;
  }

  #banner img {
    display: none;
  }
}

.support_festival .support_festival_sub {
  padding: 10px;
  border: 1px solid #b3b3b3;
  margin: 4px;
}

.support_festival .support_festival_sub h3 {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
}

/* .meeta-speakers-3 .single-speaker-2.color-1 {
    background: #6e852d;
    height: 700px;
}

.meeta-speakers-3 .single-speaker-2.color-2 {
    background: #e73268;
    height: 700px;
}

.meeta-speakers-3 .single-speaker-2.color-3 {
    background: #78428e;
    height: 700px;
}

.meeta-speakers-3 .single-speaker-2.color-4 {
    background: #f1d218;
    height: 700px;
}

.meeta-speakers-3 .single-speaker-2.color-5 {
    background: #0a3473;
    height: 700px;
}

.meeta-speakers-3 .single-speaker-2.color-6 {
    background: #dd6d22;
    height: 700px;
} */

.single-speaker-3 {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.single-speaker-3 .speaker-content .speaker-name {
  font-size: 24px;
  line-height: 25px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-speaker-3 .speaker-content .speaker-name {
  color: #fff;
  padding: 0 10px;
}

.meeta-speakers-3 .speaker-content {
  transition: 0.5s ease;
  /* opacity: 0; */
  position: absolute;
  margin-top: 370px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #6e852d;
  width: 100%;
  height: 100%;
  padding: 14px 10px 0 10px;
  color: white;
  z-index: 2;
}

@media only screen and (max-width: 1200px)and (min-width: 990px) {
  .meeta-speakers-3 .speaker-content {
    margin-top: 260px;
  }
}

.meeta-speakers-3 .speaker-content .speaker-designation {
  display: none;
}

.meeta-speakers-3 .single-speaker-3 .item-wrap:hover .speaker-content {
  transition: 0.5s ease;
  margin-top: 0;
}

.meeta-speakers-3 .single-speaker-3 .item-wrap:hover .speaker-content .speaker-designation {
  display: block;
}







.alf-2023::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/speaker-bg-alf2023.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}




.about-2023 span {
  color: #2C3192;

}

.about-2023 span:nth-child(2) {
  color: #24B389;
}

.about-2023 span:nth-child(4) {
  color: #24B389;
}









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






.meeta-event-schedule-tabs #tab2 .heading {
  padding: 20px;
  background-color: #f5f5f5;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
}

.meeta-event-schedule-tabs #tab2 .heading .time {
  padding: 2px 9px;
  background-color: #e73c6c;
  color: #fff;
  border-radius: 4px;
  display: inline-block;

}

.meeta-event-schedule-tabs #tab2 h4 {
  font-size: 20px;
  line-height: auto;
  font-family: "Archivo", sans-serif;
  color: #2c3192;
  margin-bottom: 6px;
}

.meeta-event-schedule-tabs #tab1 .heading {
  padding: 20px;
  background-color: #f5f5f5;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
}

.meeta-event-schedule-tabs #tab1 .heading .time {
  padding: 2px 9px;
  background-color: #e73c6c;
  color: #fff;
  border-radius: 4px;
  display: inline-block;

}

.meeta-event-schedule-tabs #tab1 h4 {
  font-size: 20px;
  line-height: auto;
  font-family: "Archivo", sans-serif;
  color: #2c3192;
  margin-bottom: 6px;
}


/* .meeta-event-schedule-tabs #tab2 .heading::before {
  content: "";
  background: url(../images/LINE-FIRST.png) repeat-y;
  background-size: cover;
  width: 50px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
} */




.prgtable {

  border-radius: 6px;
  background-color: #fff;

}



.prgtable tr th {
  padding: 14px 12px;
  background-color: #e5e6ff;
  color: #2c3192;

}



.prgtable tr td {

  border: 1px solid #E4E4E4;

  padding: 6px 12px;

}

/* .prgtable tr td:nth-child(1) {
  background-color: #2c3192;
} */



.profile {
  float: left;
  padding-right: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 540px) {
  .profile {
    display: block;

  }

  .prgtable .time1 {
    font-size: 12px;

  }

  .prgtable tr th {
    padding: 14px 6px;
    font-size: 12px;

  }

  .prgtable tr td {
    padding: 6px 6px;
  }
}



.prgtable .profile img {
  width: 50px;
  margin-right: 6px;

  border-radius: 50%;

  border: 2px solid #a90f59;

  /* box-shadow: 2px 3px 3px #919191; */

}



.prgtable .time1 {

  padding: 2px 9px;

  background-color: #78428e;

  color: #fff;

  border-radius: 4px;

  margin: 7px;

  display: inline-block;

}



.prgtable .dpname {

  padding: 0px 7px;

  font-weight: bold;

  margin-top: 10px;

}

.rwbg {

  background-color: #f5f5f5;

}

.rwbg1 {

  background-color: #2c3192;

}

.rwbg1 h3 {

  background-color: #2c3192;

}

.rwbg1 h3 {
  color: #fff;
}

.prgtable h5 {
  font-family: "Archivo", sans-serif;

}









/* .buy_ticket{
	padding: 20px 0;
}



.buy_ticket img{
	transition: all 0.5s ease-in-out;
	border-radius: 10px 10px 0 0;
} */

.image-anime:hover a img {
  transform: scale(1.1);
}



.image-anime {
  position: relative;
  overflow: hidden;
  border-radius: 100px 0 0 100px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.image-anime a {
  margin-top: 0;
}

/* .image-anime:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
} */







.float-sm {
  /* background: #d4af2c; */
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px;
  /* width: 200px; */
  position: fixed;
  right: 0px;
  /* top: 500px; */
  bottom: 7%;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.float-sm a {
  width: 250px;
}




/*festivals*/

.festivals {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
  align-items: center;
}

.festivals li {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 14px;
  /* width: 15%; */
  border-radius: 10px;
  list-style: none;
  margin: 10px 0;
}

.festivals li h3 {
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
}

.festivals li .img img {
  width: 80px;
}

/*festivals*/




/* @media only screen and (max-width: 990px) {
  .festivals li{
   width: 100%;
  }  
} */




/*drama-section*/

.drama {
  background: #f6f6f6 url(/assets/images/drama_bg.jpg);
  /* background-repeat: no-repeat; */
  background-size: cover;
}




.drama h4 {
  font-size: 70px;
  line-height: 110%;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #e73c6c;
  margin-bottom: 5px;
}

.drama h2 {
  font-size: 24px;
}

.drama .content-1 {
  padding: 14px;
}

.drama .content-1 h3 {
  font-size: 20px;
  font-family: "Archivo", sans-serif;
  color: #851571;
}

.drama .content-1 .date {
  border: 1px solid #851571;
  border-radius: 6px;
  align-items: center;
  /* float: right; */
}

.drama .content-1 .date h1 {
  font-size: 40px;
  font-family: "Archivo", sans-serif;
  background-color: #851571;
  padding: 0 8px;
  color: white;
  border-radius: 6px;
}

.drama .content-1 .date p {
  font-size: 22px;
  font-family: "Archivo", sans-serif;
  padding: 0 6px;
  font-weight: 800;
  color: #851571;
}



.drama .content-2 {
  padding: 14px;
}

.drama .content-2 h3 {
  font-size: 20px;
  font-family: "Archivo", sans-serif;
  color: #ff1212;
}

.drama .content-2 .date {
  border: 1px solid #ff1212;
  border-radius: 6px;
  align-items: center;
  /* float: left; */
}

.drama .content-2 .date h1 {
  font-size: 40px;
  font-family: "Archivo", sans-serif;
  background-color: #ff1212;
  padding: 0 8px;
  color: white;
  border-radius: 6px;
}

.drama .content-2 .date p {
  font-size: 22px;
  font-family: "Archivo", sans-serif;
  padding: 0 6px;
  font-weight: 800;
  color: #ff1212;
}


.drama .section-2 p {
  font-size: 30px;
  margin-top: 20px;
  font-weight: 600;
  color: #e73c6c;
  text-align: center;
}

.drama .section-2 .drama_title {
  display: flex;
  align-items: center;
}

.drama .section-2 .drama_title img {
  width: 400px;
}

.drama .speaker_details {
  padding: 20px;

}

.drama .speaker_details h4 {
  font-size: 36px;
  color: black;
  margin-bottom: 14px;

}

.drama .speaker {
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

.drama .speaker img {
  width: 80px;
  margin-right: 10px;
  border: 2px solid #a90f59;
  border-radius: 50%;
}

.drama .speaker h2 {
  font-size: 24px;
  list-style: none;
  font-family: "Archivo", sans-serif;
  color: #24B389;
}

.drama .speaker span {
  font-size: 14px;
  color: #b0b0b0;
}








@media only screen and (max-width: 768px) {
  .drama .dateandtime {
    /* background-color: rgba(255, 255, 255, 0.7); */
    padding: 20px 10px;
    margin: 20px;
    border-radius: 8px;
  }

  .drama .title_sub {
    /* background-color: rgba(255, 255, 255, 0.7); */
    padding: 20px 10px;
    border-radius: 8px;

  }

  .drama .speaker_details {
    /* background-color: rgba(255, 255, 255, 0.7); */
    padding: 20px 20px;
  }

  .drama .speaker_details h4 {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .drama .speaker_details h2 {
    font-size: 22px;
  }

  .drama .speaker_details span {
    color: #000;
  }

  .drama .section-2 p {
    /* color: white; */
    margin-top: 10px;
  }

  /* .drama{
    background: #f6f6f6 url(/assets/images/drama_bg.jpg);
    background-repeat: no-repeat;
    background-size: 140%;
  } */
  .drama .section-2 .drama_title {
    display: block;
    align-items: center;
  }

}


.drama_sponsor {
  padding: 20px 0;
  border: 1px solid #b0b0b0;
  margin-top: 14px;
  border-radius: 10px;
}


.drama_sponsor h2 {
  font-size: 18px;
  list-style: none;
  font-family: "Archivo", sans-serif;
}


/*highlights-section*/


.perks {
  padding: 30px 0;
}

.perks h3 {
  font-family: "Archivo", sans-serif;
  content: none;

}


.perks .festivals-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
  align-items: center;
  font-family: "Archivo", sans-serif;
}

.perks .festivals-1 li {
  display: flex;
  align-items: center;
  /* background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  padding: 4px 20px;
  width: 100%;
  border-radius: 50px;
  list-style: none;
  margin: 10px 0;
}

.perks .festivals-1 li:first-child {
  background-color: #ffbd06;
}

.perks .festivals-1 li {
  background-color: #ffbd06;
}

.perks .festivals-1 li h3 {
  /* text-align: center; */
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  color: white;
}

.perks .festivals-1 li .img img {
  width: 50px;
  margin-right: 6px;
}


/*highlights-section*/








.schedule .card {
  padding: 10px;
  height: 330px;
  margin: 10px;
}



.schedule h2 {
  font-size: 18px;
  font-family: "Archivo", sans-serif;
}

.schedule h4 {
  font-size: 10px;
  font-family: "Archivo", sans-serif;
}



/* .schedule .time {
  display: flex;
  justify-content: space-between;
  align-items: center;

} */

.schedule .time1 {

  padding: 2px 9px;

  background-color: #78428e;

  color: #fff;

  border-radius: 4px;

  margin: 4px 0;

  display: inline-block;

}



.schedule .dpname {

  padding: 0px 7px;

  font-weight: bold;

  margin-top: 10px;

}


.schedule .profile_1 {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 10px 0;
  flex-wrap: wrap;
}

.schedule .profile_1 .img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 6px;
  border-radius: 50%;
  border: 2px solid #a90f59;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 2px 3px 3px #919191; */
}

.schedule .profile_1 h5 {
  font-size: 16px;
  font-family: "Archivo", sans-serif;
}






.spons a {
  text-align: center;
  padding: 10px;
}

.spons a img {
  width: 350px;
}



@media only screen and (max-width: 576px) {
  .spons a img {
    width: 100%;
  }
}






/*new css*/

.registration {
  background-image: url(/assets/images/patter5866.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
}

.registration .meeta-section-title-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .registration .meeta-section-title-3 {
    flex-direction: column;
  }
}

.registration .meeta-section-title-3::after {
  /* content: ""; */
  background: none;
}

.registration .sub-title {
  font-size: 48px;
  color: #8104c0;
  line-height: normal;
  /* text-align: center; */
  font-family: "Archivo", sans-serif;
}

.registration p {
  /* text-align: center; */
}

.registration .meeta-section-title-2 {
  /* text-align: center; */
}

.registration .sub-title span {
  color: #dd6d21;
}

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

  .registration .sub-title {
    font-size: 30px;
  }
}


.registration .button {
  margin: 20px 0;
  text-align: end;
}

@media only screen and (max-width: 767px) {
  .registration .button {
    text-align: start;
  }
}

.registration .button a {
  background-color: #dd6d21;
  padding: 10px 24px;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px;
}

.registration .button a:hover {
  background-color: #8104c0;
  transition: ease-in 0.3s;
  transform: scale(1.2);
}



.registration .event_details .box {
  background-color: #fff;
  padding: 14px;
  text-align: center;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 992px) {
  .registration .event_details .box {
    height: 120px;
  }
}

.registration .event_details .box span {
  font-size: 16px;
}

.registration .event_details .box h5 {
  font-size: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #dd6d21;
}


.registration .event_details .information .content {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #cacaca;
}

.registration .event_details .information .content h6 {
  font-size: 22px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  text-align: center;
}

.registration .event_details .information .content h6 span {
  padding: 4px 8px;
  background-color: #8104c0;
  color: #fff;
  margin: 0 4px;
  border-radius: 10px;
}

.registration .event_details .information .payment {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #cacaca;
  background-color: #fff;
}

.registration .event_details .information .payment h6 {
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}

.registration .event_details .information .payment .logo img {
  max-width: 80px;
}

.registration .event_details .information .payment .important {
  padding: 6px;
  background-color: rgba(231, 60, 108, 0.1);
  border: 1px solid rgba(231, 60, 108);
  color: rgba(231, 60, 108);
  border-radius: 10px;
}






.confluence {
  background-image: url(/assets/images/patter5865.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 0;
  background-blend-mode: hard-light;
}

.confluence .support_festival_sub {
  color: #fff;
  border-radius: 14px;
  padding: 30px;
  margin-bottom: 14px;
  border: none;
}

.confluence .support_festival_sub .meeta-section-title-2 {
  margin: 0;
}

.confluence .support_festival_sub .meeta-section-title-2::after {
  content: "";
  background: url(../images/LINE-FIRST_1.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .confluence .support_festival_sub {
    padding: 14px;
  }
}

.confluence .support_festival_sub h3 {
  color: #dd6d21;
  font-size: 44px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -1px;
  line-height: normal;
}

@media only screen and (max-width: 576px) {
  .confluence .support_festival_sub h3 {
    font-size: 36px;
  }
}

.confluence .support_festival_sub p {
  color: #151515;
  font-size: 14px;
  line-height: normal;
  /* letter-spacing: -1px; */
}

.confluence .support_festival_sub .dance_forms {
  padding: 10px;
  /* border: 1px solid #fff; */
  margin-top: 10px;
  border-radius: 7px;
  /* background-image: url(/assets/images/patter5865.jpg); */
  /* margin: 10px 1px; */
}

@media only screen and (max-width: 576px) {
  .confluence .support_festival_sub .dance_forms {
    padding: 0;
  }
}

.confluence .support_festival_sub .dance_forms h6 {
  color: #151515;
  font-size: 18px;
  font-family: "Archivo", sans-serif;

}

.confluence .support_festival_sub .dance_forms .box {
  padding: 24px;
  margin: 10px 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 992px) {
  .confluence .support_festival_sub .dance_forms .box {
    height: 320px;
  }
}

.confluence .support_festival_sub .dance_forms .box .img {
  width: 100px;
}

.confluence .support_festival_sub .dance_forms .box .img-2 {
  width: 140px;
}

.confluence .support_festival_sub .dance_forms .box h2 {
  color: #151515;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  line-height: normal;
  margin: 14px 0;
}

.confluence .support_festival_sub .dance_forms .box p {
  color: #151515;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  line-height: normal;
  text-align: center;

}

.why_attend {
  background-image: url(../images/bg/speaker-bg-2.png);
  background-position: center center;
  background-size: cover;
}

.why_attend .meeta-section-title-2 {
  margin: 0;
}

.why_attend .meeta-section-title-2::after {
  content: "";
  background: url(../images/LINE-FIRST_1.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}

.why_attend h4 {
  color: #151515;
  font-size: 24px;
  font-family: "Archivo", sans-serif;
  line-height: normal;
  margin-bottom: 6px;
}

@media only screen and (max-width: 576px) {
  .why_attend h4 {
    font-size: 18px;
  }
}

.why_attend ul li {
  margin-left: 14px;
}



.faq-section {
  padding: 60px 0;
}

@media only screen and (max-width: 576px) {
  .faq-section {
    padding: 30px 0;
  }
}

.faq-section .meeta-section-title-2 {
  margin: 0;
}

.faq-section .meeta-section-title-2::after {
  content: "";
  background: url(../images/LINE-FIRST_1.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}

.faq-section .accordion .accordion-item {
  border: none !important;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
  .faq-section .accordion .accordion-item {
    margin-bottom: 14px;
  }
}

.faq-section .accordion .accordion-button .accordion-collapse {}

.faq-section .accordion .accordion-button h3 {
  color: #151515;
  font-size: 20px;
  font-family: "Archivo", sans-serif;
}

@media only screen and (max-width: 576px) {
  .faq-section .accordion .accordion-button h3 {
    color: #151515;
    font-size: 14px;
    font-family: "Archivo", sans-serif;
  }
}


.about-ala-section .meeta-section-title-2 {
  margin: 0;
}

.about-ala-section .meeta-section-title-2::after {
  content: "";
  background: url(../images/LINE-FIRST_1.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}





.about-event-section .meeta-section-title-2::after {
  content: "";
  background: url(../images/LINE-FIRST_1.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}

.about-event-section .meeta-section-title-2 {
  margin-bottom: 20px !important;
}

.about-event-section .meeta-section-title-2 .sub-title {
  font-size: 50px;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .about-event-section .meeta-section-title-2 .sub-title {
    font-size: 30px;
  }
}

.about-event-section {
  background: none;
  padding-bottom: 60px;
}


.about-kalamandalam-section {
  background-image: url(/assets/images/patter5865.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-kalamandalam-section .meeta-section-title-2::after {
  content: "";
  background: url(../images/LINE-FIRST_1.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}

.about-kalamandalam-section .meeta-section-title-2 {
  margin-bottom: 20px !important;
}

.about-kalamandalam-section .meeta-section-title-2 .sub-title {
  font-size: 50px;
  line-height: normal;
  color: #dd6d21;
}

@media only screen and (max-width: 767px) {
  .about-kalamandalam-section .meeta-section-title-2 .sub-title {
    font-size: 30px;
  }
}



.sponsor-section .meeta-section-title-2::after {
  content: "";
  background: url(../images/LINE-FIRST_1.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}

.registration .meeta-section-title-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .registration .meeta-section-title-3 {
    flex-direction: column;
    align-items: start;
  }
}




.vip-messages-section {
  background-image: url(/assets/images/bg-video.jpg);
  background-size: cover;
}

.vip-messages-section .meeta-section-title-2::after {
  content: "";
  background: url(../images/LINE-FIRST_1.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}

.vip-messages-section .message-box {
  background-color: #fff;
  padding: 24px;
  text-align: center;
  border-radius: 10px;
  margin: 20px;
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* background-image: url(/assets/images/patter5865.jpg); */
}


.vip-messages-section .message-box .details p {
  text-align: left;
  font-size: 16px;
  color: #fff;
}

.vip-messages-section .message-box .details h5 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "Archivo", sans-serif;
  margin-top: 14px;
}

.vip-messages-section .message-box .profile {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .vip-messages-section .message-box {
    flex-direction: column;
    margin: 0;
  }

  .vip-messages-section .message-box .profile {
    width: 100%;
    margin: 14px 0;
  }
}

.vip-messages-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-repeat: 50%;
  /* background: #e1e1e1; */
  border: 1px solid #dd6d21;
  background-color: none;
}

.vip-messages-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd6d21;
}





.count-section {
  padding: 60px 0;
  background-image: url(/assets/images/bg/counter-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.count-section .meeta-section-title-2::after {
  content: none;
  background: url(../images/LINE-FIRST_1.png) repeat-x;
  background-size: cover;
  width: 150px;
  height: 25px;
  display: inline-block;
  margin-top: 15px;
}

.count-section .meeta-section-title-2 {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  text-align: center;
  margin: 20px 0;
}

/* .count-section .meeta-section-title-2 .sub-title{
  font-size: 30px;
} */
.count-section::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 0;
  background-color: #151515;
  opacity: 0.80;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-repeat: no-repeat;
  background-size: 10%;
  width: 100%;
  height: 100%;
}

.count-section .container {
  z-index: 2;
  position: sticky;
}

.count-section .count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 20px 0;
}

@media screen and (max-width: 992px) {
  .count-section .count {
    border: none;
  }
}

.count-section .count-parent {
  background-color: var(--color-main);
  padding: 20px 0;
  margin-top: 30px;
}

.count-section .count-parent .count-1 {
  border: none;
}

.count-section .count-parent .count p {
  font-size: 16px;
  text-align: center;
}

.count-section .count .count-num {
  transition: all 0.5s ease-in-out;
  font-size: 60px;
  line-height: normal;
  font-family: "Archivo", sans-serif;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .count-section .count .count-num {
    font-size: 40px;
  }
}

/* count-section */
@media screen and (max-width: 992px) {
  .alf_2025_about .about-list ul {
    flex-direction: column;
  }

  .alf_2025_about .about-list ul li {
    width: 100%;
  }
}

.meeta-section-title-2.alf_2025_title::after {
  background: url(../images/alf_2025_pattern_min.png) repeat-x;
  background-size: contain;
  background-repeat: repeat-x;
}

.meeta-section-title-2.alf_2025_title .sub-title {
  color: #F22081;
}

.about_title.alf_2025_title span:nth-child(2) {
  color: #129527;
}

.about_title.alf_2025_title span:nth-child(3) {
  color: #581580;
}

.aboutpt.alf_2025_about {
  background: url(../images/alf_2025_pattern.png) repeat-x;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.alf_2025_speakers .meeta-section-title-2 .sub-title {
  color: #581580;
}

.alf_2025_speakers .meeta-section-title-2.ptn_white::after {
  background: url(../images/alf_2025_pattern_min.png) repeat-x;
  background-size: contain;
  background-repeat: repeat-x;
}

.alf_2025_speakers .slider-bullet .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-repeat: 50%;
  /* background: #e1e1e1; */
  border: 1px solid #581580;
}

.alf_2025_speakers .slider-bullet .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #581580;
}


.alf_2025_event_schedule .meeta-section-title-2 .sub-title {
  color: #581580;
}

.alf_2025_event_schedule .meeta-section-title-2::after {
  background: url(../images/alf_2025_pattern_min.png) repeat-x;
  background-size: contain;
  background-repeat: repeat-x;
}

.alf_2025_event_schedule .meeta-event-schedule-tabs-menu .active .meeta-event-schedule-time {
  background-color: #581580;
}

.alf_2025_event_schedule.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li::before {
  border-top: 15px solid #581580 !important;
}

.alf_2025_event_schedule.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:hover {
  background: #581580;
}

.alf_2025_support_festival .meeta-section-title-2 .sub-title {
  color: #581580;
}

.alf_2025_support_festival .meeta-section-title-2::after {
  background: url(../images/alf_2025_pattern_min.png) repeat-x;
  background-size: contain;
  background-repeat: repeat-x;
}

.alf_2025_about_ala .meeta-section-title-2 .sub-title {
  color: #581580;
}

.alf_2025_about_ala .meeta-section-title-2::after {
  background: url(../images/alf_2025_pattern_min.png) repeat-x;
  background-size: contain;
  background-repeat: repeat-x;
}


.prgm-schdl .progm_title::after {
  height: 18px;
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  background-image: url(../images/alf2025-pattern-2.png);
  top: 10px;
}
.prgm-schdl .schedule .card {
    padding: 10px;
    height: 260px;
    margin: 10px;
}
.prgm-schdl .progm_title .in{
  text-transform: uppercase;
}
.meeta-event-schedule-tabs #tab1 h4{
  font-size: 26px;
  margin-bottom: 0;
}
.meeta-event-schedule-tabs #tab2 h4{
  font-size: 26px;
  margin-bottom: 0;
}
/* =============choose-registration satrts============== */
/* ====================================
   SECTION
==================================== */

.choose-session-section{
    position:relative;
    padding:90px 0;

    /* Replace with your image */
    background:url("../images/about-alf26-bg.jpg")
    center center/cover no-repeat;
}

.choose-session-section::before{
    content:"";
    position:absolute;
    inset:0;
    /* background:rgba(255,255,255,.50); */
}

.choose-session-section .container{
    position:relative;
    z-index:2;
}

/* ====================================
   HEADING
==================================== */

.re-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:60px;
}

.re-heading h2{
    color:#013291;
    font-size:42px;
    font-weight:700;
    margin:0;
    text-align:center;
}

.side-images{
    width:220px;
}

.side-images img{
    width:100%;
}

/* ====================================
   TICKET CARD
==================================== */

.ticket-card{
    position:relative;
    background:#fff;
    border-radius:24px;
    padding:40px 30px;
    text-align:center;
    min-height:350px;

    display:flex;
    flex-direction:column;
    align-items:center;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.3s ease;
}

.ticket-card:hover{
    transform:translateY(-8px);
}

/* Ticket Cutouts */

.ticket-card::before,
.ticket-card::after{
    content:"";
    position:absolute;
    top:50%;
    width:34px;
    height:34px;
    background:#white;
    border-radius:50%;
    transform:translateY(-50%);
}

.ticket-card::before{
    left:-17px;
}

.ticket-card::after{
    right:-17px;
}

.morning-ticket{
    border:2px solid #013291;
}

.full-ticket{
    border:2px solid #f7941d;
}

/* ====================================
   BADGE
==================================== */

.ticket-badge{
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:25px;
}

.morning-ticket .ticket-badge{
    background:#eef4ff;
    color:#013291;
}

.full-ticket .ticket-badge{
    background:#fff4e8;
    color:#f7941d;
}

/* ====================================
   ICON
==================================== */

.icon-circle{
    width:100px;
    height:100px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.morning-ticket .icon-circle{
    background:#eef4ff;
}

.full-ticket .icon-circle{
    background:#fff4e8;
}

.icon-circle img{
    width:50px;
}

/* ====================================
   TITLE
==================================== */

.ticket-card h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
}

/* ====================================
   PRICE
==================================== */

.price-area{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    margin-bottom:20px;
}

.currency{
    font-size:28px;
    margin-right:4px;
    margin-top:12px;
}

.price{
    font-size:90px;
    font-weight:800;
    line-height:1;
}

.morning-ticket .price{
    color:#013291;
}

.full-ticket .price{
    color:#f7941d;
}

/* ====================================
   DESCRIPTION
==================================== */

.ticket-description{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

/* ====================================
   FEATURES
==================================== */

.ticket-features{
    list-style:none;
    padding:0;
    margin:0 0 30px;
    width:100%;
}

.ticket-features li{
    padding:12px 0;
    border-bottom:1px dashed #ddd;
    color:#555;
}

/* ====================================
   BUTTON
==================================== */

.ticket-btn{
    /* margin-top:auto; */

    display:flex;
    align-items:center;
    justify-content:center;

    width:220px;
    height:55px;

    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-weight:700;
}

.morning-ticket .ticket-btn{
    background:#013291;
}

.full-ticket .ticket-btn{
    background:#f7941d;
}

/* ====================================
   BOTTOM NOTE
==================================== */

.bottom-note{
    margin-top:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.bottom-note img{
    width:24px;
}

.bottom-note p{
    margin:0;
    color:#666;
}

/* ====================================
   TABLET
==================================== */

@media(max-width:991px){

    .re-heading h2{
        font-size:32px;
    }

    .side-images{
        width:140px;
    }

    .ticket-card{
        min-height:auto;
    }
}

/* ====================================
   MOBILE
==================================== */

@media(max-width:576px){

    .re-heading{
        gap:8px;
        margin-bottom:35px;
    }

    .re-heading h2{
        font-size:18px;
    }

    .side-images{
        width:70px;
    }

    .ticket-card{
        padding:30px 20px;
    }

    .ticket-card h3{
        font-size:22px;
    }

    .price{
        font-size:65px;
    }

    .ticket-btn{
        width:100%;
    }

    .bottom-note{
        align-items:flex-start;
        text-align:left;
    }

    .bottom-note p{
        font-size:13px;
    }
}
  


/* =========new changes========== */
/* ==========================
   SECTION BACKGROUND DOTS
========================== */

.choose-session-section{
    position:relative;
    overflow:hidden;
    padding:80px 0;
    background:url("../images/bg/schedule-2-bg.png") center center/cover no-repeat;
}

.choose-session-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.92);
}

/* Keep content above dots */
.choose-session-section .container,
.choose-session-section .row,
.choose-session-section .re-heading{
    position:relative;
    z-index:2;
}


/* ==========================
   SMALLER CARDS
========================== */

.pass-box1,
.pass-box2{
    max-width:520px;   /* increased width */
    width:100%;
    margin:auto;
    min-height:320px;
    padding:30px 20px;
}
/*  */
@media (min-width:992px){

    .choose-session-section .row{
        max-width:1100px;
        margin:auto;
    }

    .choose-session-section .col-lg-6{
        padding-left:10px;
        padding-right:10px;
    }

    .pass-box1,
    .pass-box2{
        max-width:500px;
    }
}
/*  */

/* Smaller Icons */

.icon-circle{
    width:75px;
    height:75px;
    margin-bottom:18px;
}

.icon-circle img{
    width:38px;
    height:38px;
}

/* Smaller Heading */

.pass-box1 h4,
.pass-box2 h4{
    font-size:22px;
    margin-bottom:18px;
}

/* Smaller Price */

.price-box h2{
    font-size:60px;
}

/* Smaller Dollar Icon */

.dollar-icon img{
    width:32px;
}

/* Smaller Description */

.price-box p{
    font-size:14px;
    line-height:1.6;
    max-width:240px;
}


/* ==========================
   TABLET
========================== */

@media (max-width:991px){

    .pass-box1,
    .pass-box2{
        max-width:100%;
        min-height:300px;
        padding:28px 18px;
    }

    .price-box h2{
        font-size:52px;
    }

    .pass-box1 h4,
    .pass-box2 h4{
        font-size:20px;
    }
}


/* ==========================
   MOBILE
========================== */

@media (max-width:767px){

    .pass-box1,
    .pass-box2{
        max-width:350px;
        min-height:auto;
        padding:25px 15px;
    }

    .icon-circle{
        width:65px;
        height:65px;
    }

    .icon-circle img{
        width:30px;
        height:30px;
    }

    .pass-box1 h4,
    .pass-box2 h4{
        font-size:18px;
        margin-bottom:15px;
    }

    .price-box h2{
        font-size:45px;
    }

    .dollar-icon img{
        width:24px;
    }

    .price-box p{
        font-size:13px;
    }

    .choose-session-section::before{
        width:180px;
        height:180px;
    }
}
/* ==========chnges-ends=========== */
.program-highlights{
    background:#fff;
    position:relative;
}

/* Heading */
.highlight-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:60px;
}

.highlight-heading h2{
    color:#013291;
    font-size:42px;
    font-weight:700;
    margin:0;
    text-align:center;
    border-bottom:2px solid #d7d7d7;
    padding-bottom:10px;
}

.highlight-heading img{
    max-width:260px;
    height:auto;
}

/* Row */

.highlights-row{
    row-gap:50px;
    justify-content:center;
}

/* 5 items per row */
.col-lg-custom{
    flex:0 0 20%;
    max-width:20%;
}

/* Item */

.highlight-item{
    text-align:center;
    position:relative;
    height:100%;
    padding:0 10px;
}

/* Vertical separator */

.highlight-item::after{
    content:"";
    position:absolute;
    right:0;
    top:15px;
    width:1px;
    height:180px;
    background:#e5e5e5;
}

/* Remove separator on every 5th item */
.col-lg-custom:nth-child(5n) .highlight-item::after{
    display:none;
}

/* Circle */

.icon-circle{
    width:100px;
    height:100px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}

.icon-circle img{
    width:50px;
    height:50px;
    object-fit:contain;
}

.green{
    background:#edf6f2;
}

.pink{
    background:#fff0f4;
}

.blue{
    background:#eef3ff;
}

.orange{
    background:#fff4eb;
}

/* Text */

.highlight-item h4{
    font-size:18px;
    font-weight:500;
    line-height:1.5;
    text-transform:uppercase;
    max-width:180px;
    margin:auto;
}

/* Tablet */

@media (max-width:991px){

    .col-lg-custom{
        flex:0 0 33.333%;
        max-width:33.333%;
    }

    .highlight-item::after{
        display:none;
    }

    .highlight-heading h2{
        font-size:32px;
    }

    .highlight-heading img{
        max-width:140px;
    }

    .icon-circle{
        width:90px;
        height:90px;
    }

    .highlight-item h4{
        font-size:16px;
    }
}

/* Mobile */

@media (max-width:576px){

    .col-lg-custom{
        flex:0 0 50%;
        max-width:50%;
    }

    .highlight-heading{
        gap:4px;
        flex-wrap:nowrap;
    }

    .highlight-heading img{
        max-width:80px;
    }

    .highlight-heading h2{
        font-size:24px;
        border:none;
        padding:0;
    }

    .icon-circle{
        width:75px;
        height:75px;
    }

    .icon-circle img{
        width:35px;
        height:35px;
    }

    .highlight-item h4{
        font-size:14px;
        line-height:1.4;
    }
}
.donation-section{
    background:#fff;
    position:relative;
}

/* Image */

.donation-image{
    width:100%;
}

.donation-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:10px;
}

/* Content */

.donation-content h2{
    color:#013291;
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase;
    border-bottom:2px solid #d9d9d9;
    display:inline-block;
    padding-bottom:8px;
}

.donation-content p{
    font-size:16px;
    line-height:1.7;
    color:#555;
    margin:0;
}

/* Right Side */

.amount-buttons{
    display:flex;
    gap:12px;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.amount-buttons button{
    flex:1;
    min-width:120px;
    height:60px;
    border:2px solid #013291;
    border-radius:18px;
    background:#fff;
    color:#013291;
    font-size:20px;
    font-weight:500;
    transition:.3s;
}

.amount-buttons button.active{
    background:#ef2b5f;
    color:#fff;
    border-color:#ef2b5f;
}

.donate-btn1{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0F525A;
    color:#fff;
    text-decoration:none;
    height:70px;
    border-radius:20px;
    font-size:20px;
    font-weight:500;
    transition:.3s;
}

.donate-btn1 :hover{
    background:#1C8996;
    color:#fff;
}

.donation-note{
    text-align:center;
    margin-top:20px;
    color:#666;
    font-size:14px;
}

.donation-note span{
    color:#ef2b5f;
    font-size:18px;
    margin-right:10px;
}

/* Tablet */

@media(max-width:991px){

    .donation-content{
        text-align:center;
    }

    .donation-content h2{
        font-size:32px;
    }

    .donation-content p{
        font-size:18px;
    }

    .amount-buttons button{
        font-size:20px;
        min-width:100px;
    }

    .donate-btn{
        font-size:24px;
    }
}

/* Mobile */

@media(max-width:576px){

    .donation-content h2{
        font-size:26px;
    }

    .donation-content p{
        font-size:16px;
        text-align: justify;
    }

    .amount-buttons{
        gap:10px;
    }

    .amount-buttons button{
        flex:calc(50% - 5px);
        min-width:auto;
        height:52px;
        font-size:18px;
    }

    .donate-btn{
        height:60px;
        font-size:20px;
    }

    .donation-note{
        font-size:14px;
    }

    .donation-note span{
        font-size:18px;
    }
}
.sponsor-section{
    background:#fff;
}

/* Heading */

.sponsor-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:40px;
}

.sponsor-heading h2{
    color:#013291;
    font-size:42px;
    font-weight:700;
    margin:0;
    padding-bottom:8px;
    border-bottom:2px solid #d9d9d9;
    text-align:center;
}

.heading-flower{
    max-width:260px;
}

.heading-flower img{
    width:100%;
    height:auto;
    display:block;
}

/* Sponsor Cards */

.sponsor-card{
    height:90px;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px;
    transition:.3s ease;
}

.sponsor-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.sponsor-card img{
    width:100%;
    max-height:50px;
    object-fit:contain;
}

/* Button */

.sponsor-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:16px 40px;
    border-radius:18px;
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    transition:.3s ease;
    background:#013291;
     margin: 10px;
}

.sponsor-btn:hover{
    background: #white;
    color:#fff;
}
.sponsor-btn1{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:16px 40px;
    border-radius:18px;
    color:#fff;
    background: #ec188a;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    transition:.3s ease;
     margin: 10px;
}

.sponsor-btn:hover{
    background:#013291;
    color:#fff;
}
.sponsor-btn2{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:16px 40px;
    background: #FB4901;
    border-radius:18px;
    color: #fff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    transition:.3s ease;
    margin: 10px;
}

.sponsor-btn:hover{
    background:#013291;
    color:#fff;
}

.btn-icon{
    font-size:22px;
}

/* Tablet */

@media (max-width:991px){

    .sponsor-heading h2{
        font-size:32px;
    }

    .heading-flower{
        max-width:140px;
    }

    .sponsor-btn{
        font-size:18px;
        padding:14px 30px;
        width:60%;
    }
    .sponsor-btn1{
        font-size:18px;
        padding:14px 30px;
        width:60%;
    }
    .sponsor-btn2{
        font-size:18px;
        padding:14px 30px;
        width:60%;
    }
}

/* Mobile */

@media (max-width:576px){

    .sponsor-heading{
        gap:10px;
    }

    .heading-flower{
        max-width:80px;
    }

    .sponsor-heading h2{
        font-size:24px;
        border:none;
    }

    .sponsor-card{
        height:75px;
    }

    .sponsor-btn{
        width:100%;
        font-size:16px;
        padding:14px 20px;
        border-radius:12px;
         margin-top: 10px;
    }
    .sponsor-btn1{
        width:100%;
        font-size:16px;
        padding:14px 20px;
        border-radius:12px;
         margin-top: 10px;
    }
     .sponsor-btn2{
        width:100%;
        font-size:16px;
        padding:14px 20px;
        border-radius:12px;
        margin-top: 10px;
    }


    .btn-icon{
        font-size:18px;
    }
}
/* .morning-table{  
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.morning-table-header{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #013291;
}
.morning-table-header .sun-icon{
  width: 24px;
  height: 24px;
}
.morning-table .sun-icon img{
  width: 100%;
  height: 100%;
}
.morning-sub-session .lines{
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;

}
.morning-sub-session */
/* =========================
   SECTION BACKGROUND
========================= */

/* =========================
   FESTIVAL SECTION
========================= */

.festival-glance-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;

    /* Replace this image later */
    background: url("../images/bg/schedule-2-bg.png")
        center center/cover no-repeat;
}

.festival-glance-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.90);
}

.festival-glance-section .container,
.festival-glance-heading {
    position: relative;
    z-index: 2;
}

/* =========================
   DECORATIVE IMAGES
========================= */

.festival-glance-left-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 350px;
    opacity: .25;
    z-index: 1;
}

.festival-glance-right-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    opacity: .25;
    z-index: 1;
}

/* =========================
   HEADING
========================= */

.festival-glance-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px;
    text-align: center;
}

.festival-glance-heading h2 {
    color: #0d3c98;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}

.festival-glance-flower img {
    max-width: 240px;
    width: 100%;
}

/* =========================
   CARDS
========================= */

.festival-glance-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    height: 100%;
}

.festival-glance-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 25px;
}

.morning-header {
    background: #0d3c98;
}

.evening-header {
    background: #ff5a00;
}

.festival-glance-header h4 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.festival-glance-icon img {
    width: 24px;
    height: 24px;
}

/* =========================
   BODY
========================= */

/* =========================
   BODY
========================= */

.festival-glance-body{
    min-height:250px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px;
    text-align:center;
}

.festival-glance-row{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    margin:0;
}

.festival-glance-row h5{
    color:#0d3c98;
    font-size:32px;
    font-weight:700;
    margin:0;
    line-height:1.3;
}

.festival-glance-row p {
    margin: 0;
    color: #666;
    font-size: 18px;
}

/* =========================
   FOOTER
========================= */

.festival-glance-footer {
    text-align: center;
    padding: 18px;
    border-top: 1px solid #e5e5e5;
    font-weight: 600;
}

.morning-footer {
    color: #0d3c98;
}

.evening-footer {
    color: #ff5a00;
}

/* =========================
   CENTER DIVIDER
========================= */

@media(min-width:992px){

    .festival-glance-section .col-lg-6:first-child{
        position:relative;
    }

    .festival-glance-section .col-lg-6:first-child::after{
        content:"";
        position:absolute;
        right:-12px;
        top:0;
        /* width:1px; */
        height:100%;
        background:#444;
    }
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

    .festival-glance-heading h2{
        font-size:32px;
    }

    .festival-glance-flower img{
        max-width:150px;
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

    .festival-glance-section{
        padding:60px 0;
    }
   

    .festival-glance-row h5{
        font-size:24px;
    }

    .festival-glance-body{
        min-height:180px;
    }


    .festival-glance-heading{
        flex-wrap: nowrap;
        gap:4px;
        margin-bottom:30px;
    }

    .festival-glance-heading h2{
        font-size:24px;
    }

    .festival-glance-flower img{
        max-width:90px;
    }

    .festival-glance-header h4{
        font-size:18px;
    }

    .festival-glance-row{
        gap:12px;
    }

    .festival-glance-row h5{
        min-width:75px;
        font-size:16px;
    }

    .festival-glance-row p{
        font-size:15px;
    }

    .festival-glance-footer{
        font-size:14px;
    }

    .festival-glance-left-bg{
        width:180px;
    }

    .festival-glance-right-bg{
        width:140px;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

    .festival-glance-row{
        flex-direction:column;
        align-items:flex-start;
        gap:5px;
    }

    .festival-glance-heading h2{
        font-size:20px;
    }
}
/* ==============2026-homepage & Buttons ============== */
/* ====================================
   Banner Section
==================================== */

.img-banner{
    position:relative;
    width:100%;
    overflow:hidden;
}

.desktop-banner{
    display:block;
    width:100%;
    height:auto;
}

.mobile-banner{
    display:none;
    width:100%;
    height:auto;
}

/* ====================================
   Buttons
==================================== */

.banner-buttons{
    position:absolute;
    left:50%;
    bottom:4%;
    transform:translateX(-50%);
    display:flex;
    gap:20px;
    z-index:90;
}

.banner-btn{
    min-width:220px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    border-radius:50px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    transition:.3s ease;
}

.register-btn{
    background:#00358B;
}

.register-btn:hover{
    background:#fff;
    color:#00358B;
    border: 1px solid #00358B;
}

.donate-btn{
    background:#ff5a00;
}

.donate-btn:hover{
    background:#fff;
    color:#ff5a00;
    border: 1px solid #ff5a00;
}

/* ====================================
   Tablet
==================================== */

@media (max-width:991px){

    .banner-buttons{
        gap:12px;
        bottom:3%;
    }

    .banner-btn{
        min-width:180px;
        height:48px;
        font-size:14px;
    }
}

/* ====================================
   Mobile
==================================== */

@media (max-width:576px){

    .desktop-banner{
        display:none;
    }

    .mobile-banner{
    display:block !important;
    width:100% !important;
    height: auto;
}

    .banner-buttons{
        position:absolute;
        left:50%;
        bottom:5%;
        transform:translateX(-50%);
        width:90%;
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:10px;
        z-index:90;
    }

    .banner-btn{
        width:100%;
        max-width:260px;
        min-width:auto;
        height:44px;
        font-size:13px;
    }
}
/* ==========2026-homepage-banner-styles-ends========== */
/* =========================
   SECTION
========================= */

.alf-about-section{
    position:relative;
    overflow:hidden;
    padding:70px 0 180px;

    /* ====section-bg======= */
    background:url("../images/about-alf26-bg.jpg")
    center center/cover no-repeat;
}

.alf-about-section::before{
    content:"";
    position:absolute;
    inset:0;
    
}

.alf-about-section .container{
    position:relative;
    z-index:2;
    margin-top: 40px;
    padding-top: 30px;
}

/* =========================
   TITLE
========================= */

.main-title h1{
    margin:0;
    font-weight:700;
    line-height:.95;
    font-size:66px;
}

.pink1{
    color:#ec188a;
}

.green1{
    color:#1ca03a;
}

.purple1{
    color:#64238f;
}

/* =========================
   LOGO AREA
========================= */

.logo-area{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:25px;
}

.ala-logo{
    width:140px;
    flex-shrink:0;
}

.ala-logo img{
    width:100%;
    display:block;
}

.festival-logo{
    width:380px;
}

.festival-logo img{
    width:100%;
    display:block;
}

/* =========================
   INTRO
========================= */

.intro-line{
    text-align:center;
    margin-top:30px;
    margin-bottom:40px;
}

.intro-line p{
    font-size:20px;
    line-height:1.8;
    color:#222;
}

.intro-line strong{
    color:#6a2f91;
}

/* =========================
   CONTENT
========================= */

.content-area{
    max-width:1250px;
    margin:auto;
}

.content-area p{
    font-size:17px;
    color:#5d5d5d;
    line-height:1.7;
    margin-bottom:20px;
    text-align: justify;
}

.content-area strong{
    color:#000;
}

/* =========================
   BOTTOM DECORATIONS
========================= */

.bottom-left-art{
    position:absolute;
    left:70px;
    bottom:20px;
    z-index:2;
}

.bottom-left-art img{
    width:350px; /* same visual size as design */
}

.bottom-right-art{
    position:absolute;
    right:80px;
    bottom:45px;
    z-index:2;
}

.bottom-right-art img{
    width:290px; /* same visual size as design */
}

/* =========================
   TABLET
========================= */

@media (max-width:991px){

    .alf-about-section{
        padding:60px 0 150px;
    }

    .main-title h1{
        font-size:60px;
    }

    .ala-logo{
        width:110px;
    }

    .festival-logo{
        width:280px;
    }

    .content-area p{
        font-size:17px;
    }

    .bottom-left-art img{
        width:240px;
    }

    .bottom-right-art img{
        width:180px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width:767px){

    .alf-about-section{
        padding:40px 0 130px;
    }

    .top-row{
        text-align:center;
    }

    .main-title h1{
        font-size:48px;
        margin-bottom:25px;
    }

    .logo-area{
        justify-content:center;
        gap:15px;
    }

    .ala-logo{
        width:90px;
    }

    .festival-logo{
        width:200px;
    }

    .intro-line p{
        font-size:16px;
    }

    .content-area p{
        font-size:15px;
        line-height:1.8;
    }

    .bottom-left-art{
        left:15px;
        bottom:15px;
    }

    .bottom-left-art img{
        width:170px;
    }

    .bottom-right-art{
        right:15px;
        bottom:25px;
    }

    .bottom-right-art img{
        width:120px;
    }
}
/* ==========session-style-starts */
/* ==================================
   FEATURED SESSION
================================== */

.featured-session-section{
    position:relative;
    padding:100px 0;
    overflow:hidden;

    /* Replace with your background */
    background:url("../images/bg/pastel-bg.jpg");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

/* White Overlay */

.session-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.50);
    z-index:1;
}

/* Container */

.featured-session-section .container{
    position:relative;
    z-index:2;
}

/* Layout */

.session-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

/* Left Content */

.session-content{
    flex:1;
    max-width:800px;
}

/* Tag */

.session-tag{
    display:inline-block;
    color:#013291;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:20px;
    position:relative;
}

.session-tag::after{
    content:"";
    display:block;
    width:80px;
    height:2px;
    background:#fff;
    margin-top:10px;
}

/* Heading */

.session-content h2{
    font-size:30px;
    font-weight:800;
    color:#013291;
    line-height:1.1;
    margin-bottom:20px;
}

/* Sub Heading */

.session-content h4{
    color:#013291;
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}

.session-content h3{
    font-size:16px;
    font-weight:700;
    line-height:1.3;
    color:#222;
    margin-bottom:12px;
}

/* Paragraph */

.session-content p{
    color:#555;
    font-size:17px;
    line-height:1.7;
    margin-bottom:12px;
    text-align: justify;
}

/* Button */

.session-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:20px;

    min-width:260px;
    height:58px;

    background:#013291;
    color:#fff;

    text-decoration:none;
    font-size:16px;
    font-weight:600;

    border-radius:10px;
    transition:.3s;
}

.session-btn:hover{
    background:#022368;
    color:#fff;
}

/* Speaker */

.speaker-box{
    width:320px;
    text-align:center;
    flex-shrink:0;
}

.speaker-image{
    width:280px;
    height:280px;
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    border:8px solid rgba(1,50,145,.12);
}

.speaker-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.speaker-box h4{
    margin-top:25px;
    font-size:24px;
    font-weight:700;
    color:#ec188a;
}

.speaker-box span{
    color:#666;
    font-size:16px;
}

/* Bottom Decoration */

.bottom-decoration{
    position:absolute;
    right:40px;
    bottom:0;
    width:350px;
    z-index:2;
    opacity:.9;
}

.bottom-decoration img{
    width:100%;
}

/* ===================
   TABLET
=================== */

@media(max-width:991px){

    .session-wrapper{
        gap:40px;
    }

    .session-content h2{
        font-size:48px;
    }

    .session-content h3{
        font-size:28px;
    }

    .speaker-box{
        width:250px;
    }

    .speaker-image{
        width:220px;
        height:220px;
    }

    .bottom-decoration{
        width:250px;
    }
}

/* ===================
   MOBILE
=================== */

@media(max-width:767px){

    .featured-session-section{
        padding:70px 0;
    }

    .session-wrapper{
        flex-direction:column-reverse;
        text-align:center;
    }

    .session-content{
        max-width:100%;
    }

    .session-tag::after{
        margin:10px auto 0;
    }

    .session-content h2{
        font-size:34px;
    }

    .session-content h3{
        font-size:22px;
    }

    .session-content h4{
        font-size:18px;
    }

    .session-content p{
        font-size:15px;
        line-height:1.8;
        text-align: justify;
    }

    .speaker-box{
        width:100%;
    }

    .speaker-image{
        width:180px;
        height:180px;
    }

    .speaker-box h4{
        font-size:22px;
    }

    .session-btn{
        width:100%;
        max-width:320px;
        margin:auto;
        margin-top:20px;
    }

    .bottom-decoration{
        width:180px;
        right:0;
    }
}
/* ==============session-style-ends============== */

/* ///=========morning-section--styles===========///// */
.featured-session-section1{
    position:relative;
    padding:100px 0;
    overflow:hidden;

    /* Replace with your background */
    background:url("../images/bg-for-morning-session.png");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

/* White Overlay */

.session-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.50);
    z-index:1;
}

/* Container */

.featured-session-section1 .container{
    position:relative;
    z-index:2;
}

/* Layout */

.session-wrapper1{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

/* Left Content */

.session-content1{
    flex:1;
    max-width:800px;
}

/* Tag */

.session-tag1{
    display:inline-block;
    color:#013291;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:20px;
    position:relative;
    color: #0F525A;
}

.session-tag1::after{
    content:"";
    display:block;
    width:80px;
    height:2px;
    background:#013291;
    margin-top:10px;
}

/* Heading */

.session-content1 h2{
    font-size:30px;
    font-weight:800;
    color:#013291;
    line-height:1.1;
    margin-bottom:20px;
}

/* Sub Heading */

.session-content1 h4{
    color:#013291;
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}

.session-content1 h3{
    font-size:16px;
    font-weight:700;
    line-height:1.3;
    color:#222;
    margin-bottom:12px;
}

/* Paragraph */

.session-content1 p{
    color:#555;
    font-size:17px;
    line-height:1.7;
    margin-bottom:12px;
    text-align: justify;
}

/* Button */

.session-btn1{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:20px;

    min-width:260px;
    height:58px;

    background:#013291;
    color:#fff;

    text-decoration:none;
    font-size:16px;
    font-weight:600;

    border-radius:10px;
    transition:.3s;
}

.session-btn1:hover{
    background:#022368;
    color:#fff;
}

/* Speaker */

.speaker-box1{
    width:320px;
    text-align:center;
    flex-shrink:0;
}

.speaker-image1{
    width:280px;
    height:280px;
    margin:auto;
    /* border-radius:50%; */
    overflow:hidden;
    /* border:8px solid rgba(1,50,145,.12); */
}

.speaker-image1 img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.speaker-box1 h4{
    margin-top:25px;
    font-size:24px;
    font-weight:700;
    color:#ec188a;
}

.speaker-box1 span{
    color:#666;
    font-size:16px;
}

/* Bottom Decoration */

.bottom-decoration{
    position:absolute;
    right:40px;
    bottom:0;
    width:350px;
    z-index:2;
    opacity:.9;
}

.bottom-decoration img{
    width:100%;
}

/* ===================
   TABLET
=================== */

@media(max-width:991px){

    .session-wrapper1{
        gap:40px;
    }

    .session-content1 h2{
        font-size:48px;
    }

    .session-content1 h3{
        font-size:28px;
    }

    .speaker-box1{
        width:250px;
    }

    .speaker-image1{
        width:220px;
        height:220px;
    }

    .bottom-decoration1{
        width:250px;
    }
}

/* ===================
   MOBILE
=================== */

@media(max-width:767px){

    .featured-session-section1{
        padding:70px 0;
    }

    .session-wrapper1{
        flex-direction:column-reverse;
        text-align:center;
    }

    .session-content1{
        max-width:100%;
    }

    .session-tag::after{
        margin:10px auto 0;
    }

    .session-content1 h2{
        font-size:34px;
    }

    .session-content1 h3{
        font-size:22px;
    }

    .session-content1 h4{
        font-size:18px;
    }

    .session-content1 p{
        font-size:15px;
        line-height:1.8;
        text-align: justify;
    }

    .speaker-box1{
        width:100%;
    }

    .speaker-image1{
        width:180px;
        height:180px;
    }

    .speaker-box1 h4{
        font-size:22px;
    }

    .session-btn1{
        width:100%;
        max-width:320px;
        margin:auto;
        margin-top:20px;
    }

    .bottom-decoration1{
        width:180px;
        right:0;
    }
}


/* ===================================
   PROGRAM SCHEDULE
=================================== */

.program-schedule-section{
    padding:100px 0;
    position:relative;

    /* Replace with your image */
    background:url("../images/speaker-bg-2.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.program-schedule-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.50);
}

.program-schedule-section .container{
    position:relative;
    z-index:2;
}

/* Heading */

.schedule-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:50px;
}

.schedule-heading h2{
    color:#013291;
    font-size:42px;
    font-weight:700;
    margin:0;
}

.schedule-heading .line{
    width:180px;
    /* height:2px; 
    background:#013291;*/
}

/* Main Card */

.schedule-date-card{
    background:#fff;
    /* border-radius:25px; */
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* Top Header */

.schedule-top{
    padding:30px 40px;
    border-bottom:1px solid #e5e5e5;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.schedule-top h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
    color:#013291;
    border-bottom: 1px solid #013291;
    padding-bottom: 6px;
    width: fit-content;
}

.schedule-top p{
    margin:0;
    color:#666;
    font-size:17px;
}

/* Ticket Button */

.ticket-btn{
    background:#013291;
    color:#fff;
    text-decoration:none;

    padding:14px 28px;
    border-radius:8px;
    font-weight:600;
}

.ticket-btn:hover{
    color:#fff;
}

/* Grid */

.schedule-content{
    padding:40px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

/* Card */

.inagruation-details{
    grid-column:1 / -1;
    width:100%;
    display:flex;
    align-items:start; 
    justify-content:center;
    flex-direction:column;
    background:#fff;
    border:1px solid #e5e7eb;
    padding:30px;
  
}
.inaguration-span-box{
    display:flex;
    align-items:start;
    justify-content:center;
    gap:12px;
    padding: 10px;
    border-radius: 6px;
    flex-direction:column;
    background:rgba(236, 24, 138, .10);
    width:100%;
    margin-bottom: 6px;
}

/* MORNING-SESSION */
.inagruation-detailsm{
    grid-column:1 / -1;
    width:100%;
    display:flex;
    align-items:start; 
    justify-content:center;
    flex-direction:column;
    background:#fff;
    border:1px solid #e5e7eb;
    padding:30px;
  
}
.inaguration-span-boxm{
    display:flex;
    align-items:start;
    justify-content:center;
    gap:12px;
    padding: 10px;
    border-radius: 6px;
    flex-direction:column;
    background:rgba(236, 24, 138, .10);
    width:100%;
    margin-bottom: 6px;
}
.inaguration-span-boxm h4{
    font-size:28px;
    color:#ec188a;
    line-height:1.3;

}
.inagruation-detailsl{
    grid-column:1 / -1;
    width:100%;
    display:flex;
    align-items:start; 
    justify-content:center;
    flex-direction:column;
    padding:30px;
    background-color: #fff;
    border:1px solid #e5e7eb;
  
}
.inaguration-span-boxl{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding: 10px;
    border-radius: 6px;
    flex-direction:row;
    background:#ececec;
    width:100%;
    margin-bottom: 6px;
    
}
.inaguration-span-boxl h4{
    font-size:28px;
    color:#013291;
    margin-bottom:0px;
    line-height:1.3;
}

/* =======fratured-performance-session-2026========= */
.featured-performance-box {
    grid-column: 1 / -1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 10px 0;
    flex-wrap: nowrap;
}

.featured-performance-box h3 {
    font-size: clamp(20px, 2.5vw, 36px);
    color: #013291;
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.left-pattern,
.right-pattern {
    display: flex;
    align-items: center;
}

.left-pattern img,
.right-pattern img {
    width: clamp(80px, 15vw, 220px);
    height: auto;
    display: block;
}
/* tab */
@media (max-width: 768px) {

    .featured-performance-box {
        gap: 12px;
    }

    .left-pattern img,
    .right-pattern img {
        width: 90px;
    }

    .featured-performance-box h3 {
        font-size: 24px;
    }

}
/* mobile */
@media (max-width: 480px) {

    .featured-performance-box {
        gap: 8px;
    }

    .left-pattern img,
    .right-pattern img {
        width: 55px;
    }

    .featured-performance-box h3 {
        font-size: 20px;
    }

}
/* ======the-pattern-dont show -if the size is too small */
@media (max-width: 400px) {

    .left-pattern,
    .right-pattern {
        display: none;
    }

    .featured-performance-box h3 {
        font-size: 20px;
    }

}
/* =========the-session-styles---ends========== */





.program-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:0px;
    padding:30px;
    transition:.3s;
}

.program-card:hover{
    transform:translateY(-5px);
}

/* Session Tag */

.session-tag{
    display:inline-block;
    padding:8px 14px;
    border-radius:8px;
    color:#fff;
    font-size:12px;
    font-weight:700;
    margin-bottom:12px;
}


.morning{
    background:#e91e63;
}

.afternoon{
    background:#6a1b9a;
}

.performance{
    background:#00897b;
}

.evening{
    background:#ff6f00;
}

/* Title */

.program-card h4{
    font-size:28px;
    color:#ec188a;
    margin-bottom:12px;
    line-height:1.3;
  
}
.header-line{
    width:100%;
    height:1px;
    background:#e5e7eb;
    margin-bottom:10px;
}
.inaguration-span-box h4{
    font-size:28px;
    color:#ec188a;
    line-height:1.3;
}
/* ====image====== */
.guest-image-box{
    width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 6px;
  border-radius: 50%;
  border: 2px solid #DD9C00;
  display: flex;
  align-items: center;
  justify-content: center;
 
  
}
.guest-image-box img{
    width: 100%;
  height: 100%;
  object-fit: fill;
}
.card-image-container{
  width: 100%;
  height: fit-content;
  background:rgba(221, 156, 0, .10);

  display: flex;
  align-items:center;
  justify-content: start;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

/* ----neena-parasad------ */
.guest-image-boxn{
    width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 6px;
  border-radius: 50%;
  border: 2px solid #fb4901;
  display: flex;
  align-items: center;
  justify-content: center;
 
  
}
.guest-image-boxn img{
    width: 100%;
  height: 100%;
  object-fit: fill;
}
.card-image-containern{
  width: 100%;
  height: fit-content;
  background:rgba(251, 73, 1, .10);

  display: flex;
  align-items:center;
  justify-content: start;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}
/* ---------vayalar-styles------- */
.guest-image-boxv{
    width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 6px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
 
  
}
.guest-image-boxv img{
    width: 100%;
  height: 100%;
  object-fit: fill;
}
.card-image-containerv{
  width: 100%;
  height: fit-content;
  background:rgba(0, 0, 0, .10);

  display: flex;
  align-items:center;
  justify-content: start;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}
/* Time */

.time-badge{
    display:inline-block;
    background:#013291;
    color:#fff;

    padding:10px 16px;
    border-radius:8px;
    font-weight:600;
    margin-bottom:12px;
}
.time-badge1{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0F525A;
    color:#fff;
    padding:10px 16px;
    font-weight:600;
    margin-bottom:12px;
    gap: 6px;
    border-radius:6px;
}
.time-badge11{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0F525A;
    color:#fff;
    padding:10px 16px;
    font-weight:600;
    gap: 6px;
    border-radius:6px;
}

/* Text */

.program-card p{
    color:#555;
    line-height:1.7;
    margin-bottom:12px;
    font-size:17px;
}

.program-card small{
    color:#888;
    font-style:italic;
}

/* Tablet */

@media(max-width:991px){

    .schedule-content{
        grid-template-columns:1fr;
    }

    .schedule-top{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }

    .schedule-top h3{
        font-size:28px;
    }
}

/* Mobile */

@media(max-width:576px){

    .program-schedule-section{
        padding:70px 0;
    }

    .schedule-heading{
        gap:10px;
    }

    .schedule-heading h2{
        font-size:22px;
    }

    .schedule-heading .line{
        width:50px;
    }

    .schedule-content{
        padding:20px;
    }

    .schedule-top{
        padding:20px;
    }

    .schedule-top h3{
        font-size:22px;
    }

    .schedule-top p{
        font-size:14px;
    }

    .program-card{
        padding:20px;
    }

    .program-card h4{
        font-size:24px;
    }

    .ticket-btn{
        width:100%;
        text-align:center;
    }
    .program-card p{
    color:#555;
    line-height:1.7;
    margin-bottom:8px;
    font-size:15px;
}
}


/* ==========================
   SPEAKERS SECTION
========================== */

/* ===================================
   SPEAKERS SECTION
=================================== */

.speakers-section{
    padding:80px 0;
    position:relative;

   
    background:url("../images/schedule-2-bg.png")
    center center/cover no-repeat;
}

.speakers-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.92);
}

.speakers-section .container{
    position:relative;
    z-index:2;
}

/* Title */

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:56px;
    font-weight:800;
    color:#013291;
    margin-bottom:15px;
}

.title-divider{
    width:120px;
    height:5px;
    background:linear-gradient(
        90deg,
        #013291,
        #f7941d
    );
    margin:0 auto 15px;
    border-radius:20px;
}

.section-title p{
    font-size:18px;
    color:#666;
}

/* Grid */

.speakers-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

/* Card */

.speaker-card{
    background:#fff;
    
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.speaker-card:hover{
    transform:translateY(-8px);
}

/* SQUARE IMAGE */

.speaker-image1{
    width:100%;
    height: auto;
    aspect-ratio:1/1;
    overflow:hidden;
}

.speaker-image1 img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.speaker-card:hover .speaker-image img{
    transform:scale(1.08);
}

/* Content */

.speaker-content{
    padding:25px;
    text-align:center;
}

.speaker-content h4{
    font-size:28px;
    color:#013291;
    margin-bottom:8px;
}

.speaker-content span{
    display:block;
    color:#f7941d;
    font-weight:600;
    margin-bottom:15px;
}

.speaker-content p{
    color:#666;
    line-height:1.7;
    font-size:15px;
}

/* Tablet */

@media(max-width:991px){

    .section-title h2{
        font-size:42px;
    }

    .speakers-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */

@media(max-width:767px){

    .speakers-section{
        padding:60px 0;
    }

    .section-title{
        margin-bottom:40px;
    }

    .section-title h2{
        font-size:32px;
    }

    .section-title p{
        font-size:15px;
    }

    .speakers-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .speaker-content{
        padding:20px;
    }

    .speaker-content h4{
        font-size:22px;
    }

    .speaker-content p{
        font-size:14px;
    }
}
.alf-sites{
  color: #00897b;
  font-size: 16px;
  font-weight: 600;
}
.alf-sites:hover{
  color: #00acee;
}
/* ============coming-soon-box=========== */
.coming-soon{
    min-height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:28px;
    font-weight:700;
    color:#013291;
}
/* ===============coming-soon========== */
/* =========================
   SUPPORT FESTIVAL SECTION
========================= */

.support_festival1{
    position:relative;
    padding:80px 0;
    background:url('../images/bg/speaker-bg-2.png') center center/cover no-repeat;
    overflow:hidden;
}

/* Overlay */
.support_festival1::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,0.50);
    z-index:1;
}

/* Keep content above overlay */
.support_festival1 .container{
    position:relative;
    z-index:2;
}

.support_subtitle1{
    text-align:center;
    font-size:18px;
    color:#666;
    margin-top:-20px;
    margin-bottom:40px;
}

/* =========================
   GRID
========================= */

.support_grid1{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

/* =========================
   CARD
========================= */

.support_card1{
    background:#fff;
    border:2px solid #e9e9e9;
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    transition:.3s ease;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.support_card1:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

/* Colored Borders */

.support_card1:nth-child(1){
    border-color:#8e44ad;
}

.support_card1:nth-child(2){
    border-color:#f39c12;
}

.support_card1:nth-child(3){
    border-color:#17a2b8;
}

.support_card1:nth-child(4){
    border-color:#e91e63;
}

.support_card1:nth-child(5){
    border-color:#013291;
}

/* Featured Card */

.featured_card1{
    background:linear-gradient(
        135deg,
        #013291,
        #0049d1
    );
    color:#fff;
}

.featured_card1 h3,
.featured_card1 p,
.featured_card1 .support_amount1{
    color:#fff;
}

/* =========================
   CONTENT
========================= */

.support_icon1{
    font-size:32px;
    margin-bottom:15px;
}

.support_card1 h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.support_amount1{
    font-size:42px;
    font-weight:800;
    color:#013291;
    margin-bottom:15px;
}

.support_card1 p{
    font-size:15px;
    color:#666;
    line-height:1.6;
    min-height:70px;
}

/* =========================
   BUTTON
========================= */

.support_btn1{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 25px;
    border-radius:50px;
    text-decoration:none;
    background:#013291;
    color:#fff;
    font-weight:600;
    transition:.3s;
}

.support_btn1:hover{
    background:#ff5a00;
    color:#fff;
}

.featured_card1 .support_btn1{
    background:#fff;
    color:#013291;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

    .support_grid1{
        grid-template-columns:repeat(2,1fr);
    }

    .support_card1 h3{
        font-size:20px;
    }

    .support_amount1{
        font-size:34px;
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

    .support_grid1{
        grid-template-columns:1fr;
        gap:15px;
    }

    .support_subtitle1{
        font-size:15px;
        margin-bottom:25px;
    }

    .support_card1{
        padding:25px 18px;
    }

    .support_card1 h3{
        font-size:18px;
    }

    .support_amount1{
        font-size:30px;
    }

    .support_card1 p{
        min-height:auto;
        font-size:14px;
    }
}
html{
    scroll-behavior:smooth;
}

/* ===================about-alf-2026-style-ends================ */
