
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #5D15FF;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "BL Melody Medium", sans-serif;
}

.bannerimage {
  background-image: url(../img/banner/homebanner.png);
}
.pagebanner {
    height: 500px;
    position: absolute;
    top: 93px!important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/banner/pagebanner.png);
}
.typewriter h2 {
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  letter-spacing: .1em;
  font-weight: bold;
  animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
  animation-iteration-count: infinite;
  font-size: 150px;
  color:#fff;
}

.pagetypewriter h2 {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    letter-spacing: .1em;
    font-weight: bold;
    animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
    animation-iteration-count: infinite;
    font-size: 80px;
    color: #000;
}
.margin-left80 {
  margin-left: 80px;
}

.typewriter h3 {
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
  animation-iteration-count: infinite;
  color:#fff;
}

.showcirclebottom {
    display: inline-block;
    width: 103px;
    height: 50px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-right: 25px;
}

@keyframes typing {
  from {
    width: 0
  }
  to {
    width: 15em
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent
  }
  50% {
    border-color: orange;
  }
}

.sliderow {
  overflow-x: hidden;
  display: flex;
}

.pr-0 {
  padding-right: 0px;
}

.fontsize40 {
  font-size: 40px;

}

.pt70px {
    left: 0px!important;
    right: 70px!important;
}
.ptop10 {
    top: 10%!important;
  }

.bannerbox { 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100%;
  position: relative;
  margin-bottom: 100px;}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#container {
  overflow-x: hidden;
  display: flex;
  margin: 0 auto;
}

#container p {
  font-family: sans-serif;
  
  border-radius: 8px;
  background: #ff6961;
  color: white;
  
  padding: 2rem 3rem;
  margin: 2rem 1rem;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5D15FF;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

.ml-100 {
    margin-left: 100px!important;
}

.mr-100{
    
    margin-right: 100px!important;
}
.mt-minus-30{
   margin-top: -30px!important;
}
.flot-r {
  float: right;
}
.fa-rotate-320 {
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    transform: rotate(320deg);
}
.mt-minus-100{
    margin-top: -100px;
}
.mr-30{
  margin-right: 30px!important;
}
.mt-70{
    margin-top: 70px!important;
}

.p-tb-80 {
    padding: 80px 0px!important;
}

.p-tb-40 {
    padding: 40px 0px!important;
}

.mobile {
  display: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5D15FF;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f06f54;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  font-family: "BL Melody Medium", sans-serif;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 21px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #5D15FF;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #5D15FF;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 31px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ef6445;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5D15FF;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  border-radius: 47px;
  background: #5D15FF;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5D15FF;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5D15FF;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.swipers-row {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
.swiper-slide{
 width: fit-content;
}
.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: unset;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*#hero {
    width: 100%;
    height: 80vh;
    background-color: rgba(4, 12, 21, 0.8);
    background-size: cover;
    position: relative;
    margin-top: -80px;
    z-index: 9;
}*/

#hero {
  width: 100%;
  height: 85vh;
 /* background-color: rgba(4, 12, 21, 0.8);*/
  overflow: hidden;
  position: relative;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
}



#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}
.paddingtop {
  padding-top: 30px!important;
}

.bycl {
    font-size: 54px!important;
    display: inline-block!important;
}

/*#hero h2 {
  font-family: "BL Melody Medium", sans-serif;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 80px;

}*/

.paddingleft {padding-left: 200px;}
#hero p {
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5D15FF;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #5D15FF;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #ef6445;
}

.border-left {
  border-left: 1px solid #aeaeae;
}

.circle {
    position: fixed;
    background-color: #000;
    width: 10px;
    height: 10px;
  left:-10px;
  top:-10px;
    border-radius: 100%;
    z-index: 1;
    // user-select: none;
    // pointer-events: none;
    z-index: 10000;
    transform: scale(1);
    // &.active {
    //     opacity: 1;
    //     transform: scale(0);
    // }
}

.circle-follow {
   position: fixed;
    border:1px solid #000;
    width: 30px;
    height: 30px;
    left:-21px;
    top:-21px;
    border-radius: 100%;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    //overflow: hidden;
    transform: scale(1);
    // &.active {
    //     transform: scale(3);
    // }  
}


/* mobile media */

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }

  .typewriter h2 {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    letter-spacing: .1em;
    font-weight: bold;
    animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
    animation-iteration-count: infinite;
    font-size: 150px;
    color: #fff;
}
.typewriter h3 {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
  animation-iteration-count: infinite;
  color: #fff;
}
.bycl {
    font-size: 44px!important;
    display: inline-block!important;
}

}

@media (max-width: 768px) {
  .desk-text {
    display: none !important;
}
  .desk {
  display: none!important;
  }
  .mobile {
    display: block;
  }

  #footer .stn-btn {
    font-size: 15px;
    font-weight: 600;
  }
  .paddingleft {padding-left: 130px;}
  .typewriter h2 {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  letter-spacing: .1em;
  font-weight: bold;
  animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
  animation-iteration-count: infinite;
  font-size: 100px!important;
  color:#fff;
}
.homecirclebottom {
    display: inline-block;
    width: 15px!important;
    height: 15px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -22px!important;
    margin-bottom: -3px!important;
}
.homecircletop {
    display: inline-block;
    width: 17px!important;
    height: 16px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -30px!important;
    margin-bottom: 30px!important;
}
.whomecircletop {
    display: inline-block;
    width: 17px!important;
    height: 16px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -26px!important;
    margin-bottom: 40px!important;
}
.typewriter h3 {
    text-align: left;
    font-size: 36px!important;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
    animation-iteration-count: infinite;
    color: #fff;
}
.why-us .video-box {
    min-height: 430px!important;
    
}
.bycl {
    font-size: 24px!important;
    display: inline-block!important;
}
.inside-heading-txt {
    font-size: 50px!important;
    line-height: 50px!important;
    display: block;
    font-weight: 600;
    color: #000000;
}

.inside .inside-box i {
    display: block;
    font-size: 30px!important;
    color: #000;
    float: right;
}
.inside .a-circle {
    width: 10px !important;
    height: 10px !important;
    margin-left: -7px !important;
    margin-bottom: -3px !important;
}

.inside .b-circle {
    width: 10px!important;
    height: 10px!important;
    margin-left: -10px !important;
    margin-bottom: 15px !important;
}
.inside .w-circle {
    display: inline-block !important;
    width: 10px!important;
    height: 10px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    margin-left: -19px !important;
    margin-bottom: 17px !important;
}

.event-heading-txt {
    font-size: 70px!important;
}
.inside .event-a-circle {
    width: 15px!important;
    height: 15px!important;
    margin-left: -7px!important;
    margin-bottom: -3px!important;
}
.inside .event-b-circle {
    width: 16px!important;
    height: 16px!important;
    margin-left: -14px!important;
    margin-bottom: 20px!important;
}
.inside .event-w-circle {
    width: 16px!important;
    height: 16px!important;
    margin-left: -26px!important;
    margin-bottom: 25px!important;
}
.pagetypewriter h2 {
    font-size: 50px;
}

}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 500px) {

  #hero .hero-container {
    height: 400px;
  }

  .desk {
  display: none!important;
  }
  .desk-text {
  display: none!important;
  }
  .mobile {
    display: block;
  }
  .height {
    height: 100vh!important;
  }
  #hero {
    height: 65vh;
}
 /* #hero h2 {
  
    font-size: 50px;
  }*/
  .mt-minus-100{
      margin-top: 0px!important;
  }
  .circletop {
    width: 35px!important;
    height: 35px!important;
  
}
.circlebottom {
    width: 50px!important;
    height: 25px!important;
    margin-right: 0px!important; 
}
.showcirclebottom {
    width: 106px !important;
    height: 25px !important;
    margin-right: 0px !important;
}
.ml0 {
    margin-left: 0px!important;
}

  section {
    padding: 30px 0!important;
  }

  .why-section-title {
    padding-top: 0px!important;
    padding-bottom: 30px!important;
  }

  .member-info-content h4{
    font-size: 14px!important;
}

  .newsocial {
      font-size: 14px!important;
      float: right;
      margin-top: -10px!important;
  }

  #footer .stn-btn {
    padding: 8px 10px!important; 
    font-size: 14px!important;
    font-weight: 600;
  }

  #about .section-title .title-mobile {
   
    font-size: 40px!important;
  }
  
  .title-mobile {
   
    font-size: 46px!important;
  }
  .title-mobile52px {
   
    font-size: 52px!important;
  }
  .sp-heading {
    font-size: 34px!important;
}
.mopadding {
  padding: 0px!important;
}
  .mt-minus-30 {
    margin-top: -15px!important;
  }
  .services .service-btn {
    padding: 8px 10px!important;
    font-size: 14px!important;
  }
  #footer h2 {
    font-size: 42px!important;
   
  }
  .counts .count-box .textal {
    font-size: 52px!important;

}
  .counts .count-box span {
    font-size: 52px!important;
    margin-left: -40px!important;
}
  .counts .count-box p {
    padding: 40px 0px 0 0px!important;
    letter-spacing: 4.52px;
}

.mo-border-left {
  margin-top: 0px;
  border-left: 1px solid #aeaeae;
}
.portfolio .portbg {
    background: #fff!important;
}
.portfolio .port-section-title p {
    padding: 15px 15px!important;
    /*border-top: 1px solid #000;
    border-bottom: 1px solid #000;*/
    color: #000!important;
    margin-bottom: -25px!important;
}
.mob-expotext {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 13px;
    color: #000;
}

.typewriter h2 {
  padding-left: 60px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  letter-spacing: .1em;
  font-weight: bold;
  animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
  animation-iteration-count: infinite;
  font-size: 100px!important;
  color:#fff;
}
.homecirclebottom {
    display: inline-block;
    width: 15px!important;
    height: 15px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -22px!important;
    margin-bottom: -3px!important;
}
.homecircletop {
    display: inline-block;
    width: 17px!important;
    height: 16px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -30px!important;
    margin-bottom: 30px!important;
}
.whomecircletop {
    display: inline-block;
    width: 17px!important;
    height: 16px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -26px!important;
    margin-bottom: 40px!important;
}
.typewriter h3 {
    padding-left: 60px;
    text-align: left;
    font-size: 36px!important;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
    animation-iteration-count: infinite;
    color: #fff;
}

.why-us .video-box {
    min-height: 330px!important;
    
}
.mt-70 {
    margin-top: 15px !important;
}
.inside .inside-box i {
    display: block;
    font-size: 30px!important;
    color: #000;
    float: right;
}
.fonts50m {
  font-size: 50px!important;
  line-height: 45px!important;

}
.inside-heading {
    margin: 30px 0px 0px 0px;
    padding: 15px 0px 0px;
}
.bycl {
    font-size: 14px!important;
    display: inline-block!important;
}

.inside-heading-txt {
    font-size: 40px!important;
    line-height: 40px!important;
    display: block;
    font-weight: 600;
    color: #000000;
}
.inside .a-circle {
    display: inline-block !important;
    width: 8px!important;
    height: 8px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -5px!important;
    margin-bottom: -3px!important;
}

.inside .b-circle {
    display: inline-block !important;
    width: 8px!important;
    height: 8px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -8px!important;
    margin-bottom: 12px!important;
}
.inside .w-circle {
    display: inline-block !important;
    width: 8px!important;
    height: 8px!important;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -15px!important;
    margin-bottom: 14px!important;
}

.services .icon-box {
    height: 290px;
    padding: 25px 15px!important;
}
.services .p25{
    padding-bottom: 25px;
}
.services .p50{
    padding-bottom: 50px;
}
.inside .event-box {
    padding: 30px!important;
}
.event-heading-txt {
    font-size: 70px!important;
}
.inside .event-a-circle {
    width: 15px!important;
    height: 15px!important;
    margin-left: -7px!important;
    margin-bottom: -3px!important;
}
.inside .event-b-circle {
    width: 16px!important;
    height: 16px!important;
    margin-left: -14px!important;
    margin-bottom: 20px!important;
}
.inside .event-w-circle {
    width: 16px!important;
    height: 16px!important;
    margin-left: -26px!important;
    margin-bottom: 25px!important;
}
.bannerimage {
  background-image: url(../img/mobile/firstbanner.png)
}

.pagebanner {
    height: 500px;
    position: absolute;
    top: 93px!important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/mobile/pagebanner.png);
}
.pagetypewriter h2 {
    font-size: 40px;
}
.pagetext {
    margin-top: -85px;
    margin-left: 46px;
}
.newsbox p {
    font-size: 12px;
}
.padding-40 {
    padding: 15px!important;
}
.newsbox {
  height: 270px;
  padding: 20px!important;
}
.pb-33 {
   padding-bottom: 0px!important;
}
.newsbox h3 {
    font-size: 14px;
}
.home_newsimgHM {
    width: 100%;
    height: 95px!important;
    object-fit: cover;
    border-radius: 16px;
}
.services .button-tbt {
    padding-top: 0px!important;
}
.mobile-top {
  margin-top: 0px!important;
}

.showpagetext {
    margin-top: -85px;
    margin-left: 61px;
}
.whyarrow {
    top: 59px!important;
    right: -24px!important;
}
.contact-pagetext {
    margin-top: -85px;
    margin-left: 100px;
}
.padding-60 {
     padding: 60px !important; 
}


}

@media (max-width: 468px) {
.pagetext {
    margin-top: -85px;
    margin-left: 20px;
}
.contact-pagetext {
    margin-top: -85px;
    margin-left: 85px;
}


}

@media (max-width: 368px) {

  .desk {
  display: none!important;
  }
 
.typewriter h2 {
  padding-left: 0px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  letter-spacing: .1em;
  font-weight: bold;
  animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
  animation-iteration-count: infinite;
  font-size: 100px;
  color:#fff;
}
.typewriter h3 {
    padding-left: 0px;
    text-align: left;
    font-size: 36px!important;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
    animation-iteration-count: infinite;
    color: #fff;
}

  #footer .stn-btn {
    font-size: 15px!important;
    font-weight: 600;
  }
  .event-heading-txt {
    font-size: 50px !important;
}
.fontsize40 {
    font-size: 24px !important;
}
.pagetext {
    margin-top: -90px;
    margin-left: 8px;
}
.pagetypewriter h2 {
    font-size: 30px;
}
.exhibitprev {
    color: #000;
    position: absolute;
    top: 50%;
    left: 260px;
}
.about .about-btn {
    padding: 6px 12px;
    border: 3px solid #000;
    background: #000000;
    border-radius: 52px;
    color: #fff;
    font-size: 16px!important;
}
.agenda .nav-link {
    padding: 5px 44px!important;
    font-size: 16px!important;
}
.agenda .nav-link.active {
  padding: 5px 44px!important;    
}
.swiper-button-prev {
    left: 200px!important;
    right: auto;
}


}

@media (max-height: 330px) {

  .desk {
  display: none!important;
  }
  #hero {
    height: 120vh;
  }

.typewriter h2 {
  padding-left: 0px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  letter-spacing: .1em;
  font-weight: bold;
  animation: typing 4s steps(40, end), blink-caret .5s step-end infinite;
  animation-iteration-count: infinite;
  font-size: 100px;
  color:#fff;
}

  #footer .stn-btn {
    font-size: 15px!important;
    font-weight: 600;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  font-size: 80px;
  font-weight: 500;
  font-family: "BL Melody Medium", sans-serif;
  color: #000;
}


/*--------------------------------------------------------------
# Circle
--------------------------------------------------------------*/
.whomecircletop {
    display: inline-block;
    width: 24px;
    height: 23px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -38px;
    margin-bottom: 62px;
}
.homecircletop {
    display: inline-block;
    width: 24px;
    height: 23px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -43px;
    margin-bottom: 45px;
}
.homecirclebottom {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -25px;
    margin-bottom: -3px;

}
.fnt-size60 {
  margin-top: -30px;
    font-size: 60px;
}

.circletop {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;

}
.circlebottom {
    display: inline-block;
    width: 103px;
    height: 50px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-right: 25px;

}
.contact-circlebottom {
    display: inline-block;
    width: 308px;
    height: 50px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    /* margin-right: 25px; */
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #5D15FF;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #5D15FF;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #5D15FF;
}

.about .content .btn-learn-more:hover {
  background: #5D15FF;
  color: #fff;
  text-decoration: none;
}
.about .about-item {
   padding: 30px 15px;
   border-top: 1px solid #5D15FF;
}

.vert-tab > div {
  width: 10%;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.recr-content {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #5D15FF;
  padding: 32px 22px;
  border-left: 3px solid #5D15FF;

}
.recr-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000a19;
  white-space: nowrap;
  transform: rotate(269deg);
}
.work_items_content {
  display: none;
}
.vert_tab_image_wrrapeer {
  display: flex;
  align-items: center;
}
.vert-tab-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: 0em;
  text-align: left;
  color: #000a19;
  margin-bottom: 30px;
}
.vert-tab-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000a19;
  margin-bottom: 20px;
}
.vert-tab-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 96%;
  color: #000a19;
  margin-left: 0px;
  margin-right: auto;
}
.recr-content.active {
  width: 100%;
}
.recr-content.active {
  background: white;
  border-color: #5D15FF;
}
.recr-content.active h3 {
  display: none;
}
.recr-content.active .work_items_content {
  display: block;
}

.recr-content img {
  max-width: 100%;
  height: 426px;
}
.vert-tab {
  display: flex;
  border:3px solid #5D15FF;
  border-left: none;
  border-radius: 16px;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .count-box {
  /*box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);*/
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #5D15FF;
  float: left;
}

.counts .count-box span {
  font-size: 95px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: -25px;
  margin-left: -25px;
}

.counts .count-box .textal {
  font-size: 95px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #000000;
  text-align: end;
}

.counts .count-box p {
  text-align: center;
  padding: 60px 0px 0 60px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  letter-spacing: 4.52px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}


/*--------------------------------------------------------------
# What is  inside
--------------------------------------------------------------*/
.inside .inside-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 14px;
}

.inside .inside-box .top-title {
  display: block;
  font-size: 18px;
  color: #5D15FF;
  float: left;
  padding: 0px;
}
.inside .a-circle {
    display: inline-block!important;
    width: 15px;
    height: 15px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -11px;
    margin-bottom: -3px;
}
.inside .b-circle {
    display: inline-block!important;
    width: 15px;
    height: 15px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -13px;
    margin-bottom: 19px;
}
.inside .w-circle {
    display: inline-block!important;
    width: 15px;
    height: 15px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -28px;
    margin-bottom: 24px;
}

.inside .event-a-circle {
    display: inline-block!important;
    width: 23px;
    height: 22px;
    background: #8069b5 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -11px;
    margin-bottom: -3px;
}
.inside .event-b-circle {
  display: inline-block!important;
  width: 23px;
  height: 22px;
  background: #8069b5 0% 0% no-repeat padding-box;
  border-radius: 47px;
  opacity: 1;
  margin-left: -23px;
  margin-bottom: 40px;
}
.inside .event-w-circle {
    display: inline-block!important;
    width: 23px;
    height: 22px;
    background: #8069b5 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: -49px;
    margin-bottom: 56px;
}
.inside .inside-box span {
  font-size: 95px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.inside-heading {
  margin: 30px 0px 0px 0px;
  padding: 15px 0px;
}


.inside-heading-txt {
  font-size: 70px;
  line-height: 70px;
  display: block;
  font-weight: 700;
  color: #000000;
}
.inside .event-box {
  color: #fff;
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
  width: 100%;
  background: #660BFF 0% 0% no-repeat padding-box;
  border-radius: 14px;
}
.event-heading-txt {
    font-size: 136px;
    line-height: 70px;
    display: block;
    font-weight: 700;
    color: #fff;
}
.inside .inside-box i {
  display: block;
  font-size: 55px;
  color: #000;
  float: right;
}
.inside .inside-box .textal {
  font-size: 95px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #000000;
  text-align: end;
}
.inside .section-title p {
    margin: 0;
    font-size: 80px;
    font-weight: 500;
    font-family: "BL Melody Medium", sans-serif;
    color: #fff;
}
.inside .inside-box p {
  text-align: center;
  padding: 30px 0px 0 30px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  letter-spacing: 4.52px;
}

.inside .inside-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.inside .inside-box a:hover {
  color: #2169c4;
}



/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
/*.why-us {
  padding: 0;
}*/

.why-us .content {
  padding: 60px 100px 0 100px;
}

.section-bgb {
  background-color: #000;
}

.why-section-title {
    padding-top: 40px;
    padding-bottom: 40px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .why-section-title p {
    margin: 0;
    font-size: 80px;
    font-weight: 500;
    font-family: "BL Melody Medium", sans-serif;
    color: #fff;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 790px;
  position: relative;
  margin-bottom: 100px 
}

.why-us .accordion-list {
  border: 3px solid #5D15ED;
  border-top:none;
  border-radius: 20px;
  /*padding: 0 100px 60px 100px;*/
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  border-top: 3px solid #5D15ED;
  border-radius: 16px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "BL Melody Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #5D15FF;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #5D15FF;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#5D15FF 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #5D15FF;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  border-radius: 14px;
  border: 2px solid #aeaeae;
  background: #fefefe;
  /*box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);*/
  padding: 50px 40px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #5D15FF;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #5D15FF;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #5D15FF;
  border-color: #5D15FF;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #5D15FF;
}

.services .icon-box:hover .icon::before {
  background: #5D15FF;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

.services .service-btn {
    padding: 8px 20px;
    border: 3px solid #000;
    background: #000000;
    border-radius: 52px;
    color: #fff;
    font-size: 21px;
}

.services .button-tb {
  padding-top: 50px;
}

.services .button-tb .arrow-pl{
    padding-left: 100px;
}
.services .service-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5D15FF;
}

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



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #5D15FF;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #5D15FF;
  border: 2px solid #5D15FF;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  font-family: "BL Melody Medium", sans-serif;
}

/*.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}*/

.portfolio .port-section-title p {
    padding: 15px 60px;
    margin: 0;
    font-size: 75px;
    font-weight: 500;
    font-family: "BL Melody Medium", sans-serif;
 
}

.img-box {
    width: 633px;
}

.portfolio .portbg {
   background: #000;
}

.bordertb {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
}
.port-text {
    padding-left: 30px;
    font-size: 26px;
    padding-right: 120px;
    font-weight: 500;
}

.position-top {
    position: relative;
    z-index: 110;
    margin-top: -75px;
}
.portfolio #portfolio-flters li {
    letter-spacing: 1.97px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 53px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters .listbtns  {
    color: #660BFF;
    border-radius: 50px;
    border: 1px solid #660BFF;
}

.portfolio #portfolio-flters .listbtns-active {
    color: #fff;
    background: #660BFF;
    border-radius: 50px;
    border: 1px solid #660BFF;
}
.portfolio #portfolio-flters .listbtns-active:hover {
    color: #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #5D15FF;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5D15FF;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5D15FF;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .sponsor {
    padding: 30px;
    border: 1px solid #DDAE70;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #5D15FF;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}
.newsocial{
  float: right;
}
.newsocial a {
    color: #000;
    text-decoration: none;
}
.icon-30 {
  font-size: 30px
}


/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Speaker & Sponsor
--------------------------------------------------------------*/
.sp-heading {
  margin: 0;
  font-size: 80px;
  font-weight: 500;
  color: #fff;
}
.sp-bg {
background: #5D15FF;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #0b2341;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #5D15FF;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  background: #fff;
}

.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #5D15FF;
}

.pricing .featured .get-started-btn {
  background: #5D15FF;
  color: #fff;
  border-color: #5D15FF;
}

.pricing .featured .get-started-btn:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
.pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
.mt-minus-100 {
    margin-top: 0px;
}
.portfolio .port-section-title p {
    padding: 25px 70px;
    font-size: 83px;

}
.counts .count-box .textal {
    font-size: 66px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #000000;
    text-align: end;
}
.counts .count-box span {
    font-size: 66px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: -25px;
    margin-left: -100px;
}
.counts .count-box p {
    margin-right: 97px;
    text-align: center;
    padding: 60px 0px 0 0px;
}

.services .button-tb .arrow-pl {
    padding-left: 44px;
}
.member-info-content h4,span{
    font-size: 14px;
}
.newsocial a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
  .counts .count-box .textal {
    font-size: 66px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #000000;
    text-align: end;
}
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5D15FF;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5D15FF;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #5D15FF;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ef6445;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000000 0% 0% no-repeat padding-box;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer h2 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 60px;
  font-weight: 600;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  /*background: #05101e;
  border-top: 4px solid #5D15FF;*/
  text-align: center;
  padding: 0px 20px 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #000;
  line-height: 1;
  padding: 12px 0;
  margin-right: 4px;
  border-radius: 30px;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
  background: #fff;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #5D15FF;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ef6445;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #5D15FF;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ef6445;
}

#footer .copyright {
  border-top: 1px solid #0f2f57;
  text-align: center;
  padding-top: 30px;
}

#footer .stn-btn {
  padding: 8px 20px;
  border: 3px solid #FFFFFF;
  border-radius: 52px;
  color: #fff;
  font-size: 21px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: 22px 0 0px 0;
  }
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/

.about-circlebottom {
    display: inline-block;
    width: 103px;
    height: 50px;
    background: #5D15FF 0% 0% no-repeat padding-box;
    border-radius: 47px;
    opacity: 1;
    margin-left: 25px;
}
.abt-box {
  background: #5D15ED;
  color: #fff;
  padding: 50px 100px;
}

.abt-box .section-title p{
  color: #fff;

}
.abt-text {
  font-size: 22px;
}

.abt-image {
    height: auto;
    max-width: 100%;
    background-size: cover;
}
.mapa {
  padding: 0px!important;
  margin: 0px!important;
  }

  .color-heading {
    color: #5D15ED!important;
}

.sec-color-bg {
  background: #5D15ED;
}

.img-bg {
  height: 715px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}

@media (max-width: 768px) {
  .img-bg {
    height: 400px;
  }
}

.img-bg:before {
  position: absolute;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}

.img-bg .img-bg-inner {
  margin-left: 20px;
  padding: 40px;
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: -220px;
  border:3px solid #fff;
  background: #000;
  border-radius: 16px;
  color: #fff
}

@media (max-width: 768px) {
  .img-bg .img-bg-inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
  color: var(--color-white);
}

@media (max-width: 500px) {

  .abt-box {
    background: #5D15ED;
    color: #fff;
    padding: 50px 50px;
}
.img-bg .img-bg-inner {
    margin-left: 0px;
    
  }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: ''!important;
}

.swiper-button-prev:after {
    content: ''!important;
}

.swiper-button-prev {
    left: 300px;
    right: auto;
}
.swiper-button-next {
    right: 45px;
    left: auto;
}

.myagendaSwiper .swiper-button-next, .swiper-button-prev {
    color: #000;
    position: absolute;
    top: 6%;
  }

  .exhibitprev {
    color: #000;
    position: absolute;
    top: 50%;
    left: 260px;
  }

}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {

  /*.custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: none;
  }*/
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
  font-size: 20px;
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
  color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
  right: 40px;
}

/*.custom-swiper-button-prev {
  left: 40px;
}*/

.right80 {
  right: 80px!important;
}
.pt215 {
  padding-top: 215px!important;
}
.left70 {
    left: 70px!important;
}
.pt160px {
    padding-top: 160px !important;
}

.rightscene {
    right: 30px!important;
    left: auto;
}
.rightscene60px {
    right: 124px!important;
    left: auto;
}
.bi-arrow-right-circle::after {
    content: " ";
}
.bi-arrow-left-circle::after {
    content: " ";
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-white-rgb), 1);
}

/*--------------------------------------------------------------
# a New chapter Page
--------------------------------------------------------------*/

.about .about-btn {
    padding: 8px 20px;
    border: 3px solid #000;
    background: #000000;
    border-radius: 52px;
    color: #fff;
    font-size: 21px;
}

.seat-box {
    background: #5D15ED;
    color: #fff;
    padding: 70px 70px 46px 155px;
}


.denim-box {
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
.denim-border {
  margin-right: -24px;
  margin-left: -12px;
  border-bottom: 1px solid #fff;
}
.denim-borderbox {
  padding: 40px 40px 0px;
  margin-right: -42px;
  margin-left: -42px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}
.denim-img {
    width: 300px;
}

.denim-text{
    font-size: 80px;
    color: #fff;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-40 {
  padding-top: 40px;
}

.about .seat-btn {
    padding: 8px 60px;
    border: 3px solid #fff;
    /* background: #000000; */
    border-radius: 52px;
    color: #fff;
    font-size: 21px;
}

.about .button-tb {
    padding-top: 50px;
}
.padding-left100 {
 padding-left: 100px;
}

.agenda .nav-link {
    text-transform: uppercase;
    border: 1px solid #000000;
    border-radius: 33px;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-secondary);
    padding: 5px 60px;
    margin-bottom: -2px;
    margin-right: 10px;
}

.agenda .nav-pills {
    border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
}
.agenda .nav-link.active {
    background: #5D15FF;
    padding: 5px 60px;
    border-radius: 31px;
    color: #fff;
    border: 1px solid #5D15FF;
}

.agenda .sub-heading {
    font-size: 24px;
    font-weight: 600;
}

.agenda .description {
    font-size: 21px;
    font-weight: 500;
}

.agenda .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.section-bgb .icon-box {
    color: #fff;
    border-radius: 14px;
    border: 2px solid #aeaeae;
    background: #000;
    padding: 50px 40px;
    transition: all ease-in-out 0.3s;
}

.section-bgb .service-btn {
    padding: 8px 20px;
    border: 3px solid #000;
    background: #5D15FF;
    border-radius: 52px;
    color: #fff;
    font-size: 21px;
}

.section-bgb .icon-box h4 a {
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.agenda .faq-list {
/*  padding: 0 100px;*/
}

.agenda .faq-list ul {
  padding: 0;
  list-style: none;
}

.agenda .faq-list li+li {
  margin-top: 0px;
}

.agenda .faq-list li {
  padding: 50px 0px;
  border-top:2px solid black;
  position: relative;
}

.agenda .faq-list a {
  color: #000;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}

.agenda .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.agenda .faq-list .icon-show,
.agenda .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.agenda .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.agenda .faq-list .icon-show {
  display: none;
}

.agenda .faq-list a.collapsed {
  color: #000;
  transition: 0.3s;
}

.agenda .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.agenda .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.agenda .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .agenda .faq-list {
    padding: 0;
  }
 .pass-box .pass-btn {
  padding: 8px 15px;
  font-size: 16px;
}
}

@media (max-width: 500px) {

  .title-24 {
    font-size: 24px!important;
}
.padding-left100 {
    padding-left: 50px;
}

.slidebox {
 padding: 15px 30px 15px 30px!important;
  }
.slidebox .padding-40 {
    padding: 10px 20px!important;
  }
.large-box{
    padding: 100px!important;
}
.small-box {
    padding: 50px!important;
}
.small-boxhieght {
  padding-bottom: 150px!important;
}
.float_r {
    float: none!important;
}

.fontsize40 {
  font-size: 40px!important;

}

.pass-box .pass-btn {
    padding: 9px 10px!important;
    font-size: 17px!important;
}
.pass-des {
    padding-right: 0px!important;
}

.btns a {
    color: #fff;
    font-size: 12px!important;
    font-weight: 500;
    text-transform: uppercase;
    margin: 3px 1px!important;
    text-decoration: none;
    transition: 0.3s;
}
.form-btn {
    padding: 1px 20px!important;
    font-size: 16px!important; 
}
.form-btn .arrow-pl {
     padding-left: 10px!important; 
}
.form-email {
    font-size: 14px;
    word-wrap: break-word;
}
.padding-lr44px {
    padding: 0px 44px;
}
.mr-100 {
    margin-right: 0px!important;
}
.ptm-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.portfolio #portfolio-flters li {
    padding: 10px 10px;
    font-size: 18px;
    margin-bottom: 0px;
}
.abt-text {
      font-size: 18px;
  }
.pt160px {
    padding-top: 27px !important;
}
.left70 {
    left: 306px !important;
}

.coustomprev {
    left: 247px;
    right: auto;
}

.bg-icon-box {
    padding: 32px 30px!important;
}
.reg-exibit {
    font-size: 18px!important;    
}
.iconbheight{
    height: 330px!important;
}

.padding-0{
  padding: 0px!important;
}

}

@media (max-width: 768px) {

.title-24 {
    font-size: 24px!important;
  }
  .padding-left100 {
    padding-left: 50px;
  }
  .inside-txt{
    font-size: 40px!important;
    line-height: 40px!important;
  }
.pass-box {
    padding: 20px 20px!important;
}
.pt160px {
    padding-top: 27px !important;
}
.left70 {
    left: 306px !important;
}

.coustomprev {
    left: 247px;
    right: auto;
}


}

@media (max-width: 992px) {
  .title-24 {
    font-size: 60px;
  }
  .pass-box .pass-btn {
    padding: 8px 15px;
    font-size: 16px;
  }
  
}

/*--------------------------------------------------------------
# Get New Inspired
--------------------------------------------------------------*/

.slidebox {
    border: 3px solid #5D15FF;
    border-radius: 14px;
    padding: 15px 80px 15px 50px
  }
 .slidebox p {
   font-size: 24px;
  } 

.inside-txt {
    font-size: 70px;
    line-height: 70px;
    display: block;
    font-weight: 700;
    color: #000000;
}
.reg-exibit {
  font-size: 34px;
  float: right;
  background: #5D15FF;
  padding: 10px 26px;
  border-radius: 31px;
  color: #fff;
}
.reg-exibit:hover {

  color: #fff;
}
.slidebox .font-40 {
   font-size: 40px;
  } 
.slidebox .padding-40 {
    padding: 40px 40px;
  }
.slidebox .by-font{
  font-weight: 100!important;

}

.bg-icon-box {
    color: #fff;
    border-radius: 14px;
    border: 2px solid #aeaeae;
    padding: 50px 40px;
    transition: all ease-in-out 0.3s;
}
.scene-slidebox {
    padding: 15px 15px 15px 15px;
}

.scene-box {
  background: #660BFF 0% 0% no-repeat padding-box;
  border-radius: 32px;
}
.large-box{
    padding: 200px;
}
.small-box {
    padding: 100px;
}
.small-boxhieght {
  padding-bottom: 300px;
}
.pl-3 {
  padding-left: 1rem;
}
.float_r {
    float: right;
}
.pass-box {
  padding: 20px 70px;
  border-radius: 16px;
  border: 3px solid #000;
}
.pass-box .pass-btn {
    padding: 5px 30px;
    border: 2px solid #660BFF;
    border-radius: 52px;
    color: #000;
    font-size: 21px;
}
.reg-btn {
    padding: 16px 20px;
    padding-right: 340px;
    border: 3px solid #660BFF;
    background: #660BFF;
    border-radius: 52px;
    color: #fff;
    font-size: 21px;
}
.sm-reg-btn {
    padding: 8px 50px;
    border: 3px solid #660BFF;
    background: #660BFF;
    border-radius: 52px;
    color: #fff;
    font-size: 21px;
}
.reg-btn:hover {
    color: #fff;
    
}
.pass-box .icon-font {
  font-size: 42px;
}

.pass-des {
    font-size: 18px;
    padding-right: 150px;
}
.pass-box .pass-item {
    color: #fff;
    padding: 15px 0px;
    border-top: 1px solid #fff;
}
.pass-item h4 {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}
span.c {
  text-decoration-line: line-through; 
}
.p-bottom5px {
    padding-bottom: 5px;
}
.ticket-box {
    padding: 70px;
}
.ticket-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 70px;
}
.marquee-bar {
  padding-top: 40px;
  padding-bottom: 20px;
}
.marquee-bar ul, .marquee-list {
    font-size: 30px;
    list-style-type: none;
    
}
.marquee-list > li {
    display: table-cell;
    vertical-align: middle;
}
ul  li a.plus::before {
  content: "\2022";
  color: white;
  font-weight: bold;
  display: inline-block; 
  width: 5em;
  margin-left: -1em;
  /*margin-right: 84px;*/
}
.marquee-list >li > a {
    margin-right: 150px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
}

/*--------------------------------------------------------------
# Contact Us 
--------------------------------------------------------------*/
.form-content {
  width: 60%;
  padding-top: 65px;
  padding-left: 51px;
  padding-right: 51px; 
}
.form-row {
  display: flex;
  margin-bottom: 18px; 
}
.form-row .form-holder {
    width: 50%;
    margin-right: 30px;
}
.form-row .form-holder:last-child {
      margin-right: 0; 
}
.form-row .form-holder.w-100 {
      width: 100%;
      margin-right: 0; 
}
.form-row .select {
    width: 50%;
    margin-right: 30px; 
}
.form-row .select .form-holder {
      width: 100%;
      margin-right: 0;
}
.padding-40 {
    padding: 40px 40px;
  }
.form-control {
    background: #000;
    height: 37px;
    border: none;
    border-bottom: 2px solid #fff;
    width: 100%;
    color: #fff; 
}
.msg-form-control {
    background: #000;
    height: 150px;
    border: 2px solid #fff;
    width: 100%;
    color: #fff; 
    border-radius: 16px;
}
.form-control:focus {
  border-color: #e9e0cf; 
}
.form-control::-webkit-input-placeholder {
  color: #fff; 
}
.form-control::-moz-placeholder {
  color: #fff; 
}
.form-control:-ms-input-placeholder {
  color: #fff; 
}
.form-control:-moz-placeholder {
  color: #fff; 
}

.form-btn {
  background: #000;
  padding: 8px 20px;
  border: 3px solid #FFFFFF;
  border-radius: 52px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
.form-btn .arrow-pl {
    padding-left: 100px;
}

.ctc-btn {
    padding: 8px 20px;
    border: 3px solid #000;
    background: #000000;
    border-radius: 52px;
    color: #fff;
    font-size: 21px;
}
.ctc-btn .arrow-pl {
    padding-left: 100px;
}
.connect-box {
  padding: 60px 40px;
  border: 2px solid #660BFF;
  border-radius: 16px;
}
.connect-box .font56px {
      font-size: 56px;
}
.pl-0{
  padding-left: 0;
}

/*--------------------------------------------------------------
# News and features 
--------------------------------------------------------------*/
#filter .filter-container {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#filter .btns a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}
#filter .dropdown-menu li a {
  color: #000;
  margin: 0px;
  font-size: 14px;
}
.groupsbtns{
    background: #000;
    padding: 14px 20px;
    border-radius: 31px;
    color: #fff;
}
.blkbutton {
    background: #5D15FF;
    padding: 14px 20px;
    border-radius: 31px;
    color: #fff;
}
.newsbox{
  border:2px solid #000;
  padding: 40px;
  border-radius: 16px;
}
.home_newsimgHM {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 16px;
}
.pb-33 { 
  padding-bottom: 33px;
}

.news-heading {
  font-size: 18px;

}

.getpass-btn {
    padding: 8px 20px;
    border: 3px solid #000;
    background: #000;
    border-radius: 52px;
    color: #fff;
    font-size: 21px;
}
.getpass-btn .arrow-pl {
    padding-left: 50px;
}
.margin-top-5px{
    margin-top: 5px;
}

.newsbox .social-links a {
    font-size: 24px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 12px 0;
    margin-right: 4px;
    border-radius: 30px;
    text-align: center;
    width: 45px;
    height: 45px;
    transition: 0.3s;
    background: #5D15ED;
}

.ptop99 {
    top: 99% !important;
}
/* faq*/

.faq .nav .nav-pills a .listbtnblk  {
    color: #000;
    border-radius: 50px;
    border: 1px solid #000;
}

.p-lr-100 {
    padding-left: 100px;
    padding-right: 100px;
}
.upper-case {
  text-transform: uppercase;
}

.section-top-border {
      border-top: 1px solid #000;
}
.section-topbottom-border {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
}
.section-bottom-border {
      border-bottom: 1px solid #fff;
}
.getpass-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 14px;
}
.font-size50px {font-size: 50px;}

.connect-whitebox {
    padding: 30px 30px;
    border: 2px solid #fff;
    border-radius: 16px;
}