@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('./pretendard.css');

:root {
  /* --alt-font: "Plus Jakarta Sans", sans-serif;
  --primary-font: "Inter", sans-serif; */
  --primary-font: "Pretendard", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --dark-gray: #232323;
  --white: #ffffff;
  --alt-font: "Pretendard", sans-serif;
}


body {
  /* font-family: "Outfit", sans-serif; */
  font-family: var(--primary-font), sans-serif;
}

.Montserrat {
  font-family: var(--secondary-font), sans-serif !important;
}

.body-wrap {
  overflow: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1200px;
}

.container-full {
  width: 100%;
  display: flex;
  align-items: center;
  padding:0 30px;
  margin:0;
}

img {
  max-width: 100%;
  height: auto;
}

h3 {
  font-weight: 600;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

h2 {
  font-size: 34px;
  font-weight: 600;
}

.mid-bg { background: url(../imgs/kme/middle2_bg.png) no-repeat center bottom / cover !important; padding:120px 0 100px !important;}
.info-countdown { background: url(../imgs/subtract2.svg) no-repeat center / cover; }
.counter-box { flex-wrap:wrap; padding-bottom:10px; }
.counter-box li { display:flex; align-items:center; position:relative; padding-left:50px; padding-right:50px; margin-right:0; flex-wrap:wrap;}
.counter-box li::before { content:""; display:block; width:13px; height:54px; background:url(../imgs/dot_c.svg) no-repeat center / 100%; position:absolute; left:0; top:50%; margin-top:-27px; }
.counter-box li:nth-child(1) { padding-left:0; }
.counter-box li:nth-child(1)::before { display: none; }
.counter-box li strong { margin-right:15px; font-weight:800 !important; font-family: var(--secondary-font);}
.counter-box li span { opacity: 0.5;}
.navbar-nav > li { margin:0 25px;}
.navbar-nav > li > a { font-weight: 600;color:black; font-size:18px !important;}
.ml-10 { margin-left:10px; }

.align-items-end {align-items: flex-end; }

.card { background: transparent !important;}
.cardList { padding:40px 0 20px !important; }
.cardList .card-title { font-size:22px !important; font-weight:700; line-height:1.4 !important; font-family: var(--primary-font), sans-serif !important;  }
.cardList .card-desc { font-size:17px !important; line-height:1.7; margin:20px 0 30px; font-family: var(--primary-font), sans-serif !important; }
.cardList .blog-btn { font-size:17px !important; font-weight:600 !important; color:#06BFEA !important; font-family: var(--primary-font), sans-serif !important; }
                           
.mid-title { font-size:36px !important; font-weight:800 !important; }
.desc-type { font-size:20px !important; line-height:1.6 !important; }
.white-space-nowrap { white-space:nowrap;}

.pt10 { padding-top:10px !important}
.pt20 { padding-top:20px !important}
.pt30 { padding-top:30px !important}
.pt40 { padding-top:40px !important}


.custom-btn3 {
  border: 1px solid #3E3E3E;
  background-color: transparent;
  border-radius: 32px;
  width: 114px;
  height: 50px;
  font-size: 16px;
  color: #3E3E3E;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-btn3:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  background-image: linear-gradient(97.14deg, #06BFEA 97.11%, #25F79C 7.04%);
  border-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.custom-btn {
  border: 2px solid #6600CC;
  background-color: transparent;
  border-radius: 32px;
  width: 170px;
  height: 60px;
  font-size: 18px;
  color: #6600CC;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-btn:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  background-image: linear-gradient(97.14deg, #06BFEA 97.11%, #25F79C 7.04%);
  border-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-btn2 {
  border: none;
  width: 170px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  
  border-radius: 38px;
  text-align: center;
  color: #fff;
  /* -webkit-box-shadow: 0 0 2px #eee;
          box-shadow: 0 0 2px #eee; */
  display: inline-block;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
}
.custom-btn2::before {
  content: "";
  opacity: 1;
  position: absolute;
  left:0; top:0;
  width:100%; height: 100%;
  display: block;
  background-image: linear-gradient(97.14deg, #06BFEA 7.11%, #25F79C 100%);
  transition: all 0.5s;
  opacity: 1;
}
.custom-btn2 span { position: relative; z-index: 2; color:#fff;}


.custom-btn2::after {
  content: "";
  opacity: 1;
  position: absolute;
  left:0; top:0;
  width:100%; height: 100%;
  display: block;
  background-image: linear-gradient(97.14deg, #06BFEA 100%, #25F79C 7.04%);
  transition: all 0.5s;
  opacity: 0;
}

.custom-btn2:hover::before {
  opacity: 0;
}
.custom-btn2:hover::after {
  opacity: 1;
}


.custom-btn2:hover {
  background-position: right center;
  /* change the direction of the change here */
  background-image: linear-gradient(97.14deg, #06BFEA 100%, #25F79C 7.04%);
  color: #fff;
  text-decoration: none;
}

.custom-btn-c {
  border: none;
  width: 76px;
  height: 76px;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(97.14deg, #06BFEA 7.11%, #25F79C 100%);
  background: #fff;;
  border-radius: 38px;
  text-align: center;
  color: black;
  -webkit-box-shadow: 0 0 2px #eee;
          box-shadow: 0 0 2px #eee;
  display: inline-block;
    transition: all 0.5s ease-in-out;
}
.custom-btn-c:hover {
  background-position: right center;
  /* change the direction of the change here */
  background-image: linear-gradient(97.14deg, #06BFEA 100%, #25F79C 7.04%);
  color: #fff;
  text-decoration: none;
}




.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item:hover .custom-btn-c{
  background-position: right center;
  /* change the direction of the change here */
  background: linear-gradient(97.14deg, #06BFEA 7.11%, #25F79C 100%);
  color: #fff;
  text-decoration: none;
}
.modal {
  overflow: hidden;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}
.social li:not(:last-child) {
  margin-right: 8px;
}
.social li a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.social li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7579FF), to(#B224EF));
  background: linear-gradient(#7579FF, #B224EF);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.mode {
  cursor: pointer;
}

.shape {
  z-index: -1;
}

hr {
  color: #605656b8;
}

.border-color {
  border-bottom: 1px solid #ececec;
}

.blog-page .header-nav-menu {
  padding-top: 0px !important;
}

.img-moving-anim1 {
  position: relative;
  -webkit-animation: glide1 3s linear infinite alternate;
          animation: glide1 3s linear infinite alternate;
}

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

@keyframes glide1 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.img-moving-anim2 {
  position: relative;
  -webkit-animation: glide2 4s ease-in-out alternate infinite;
          animation: glide2 4s ease-in-out alternate infinite;
}

.img-moving-anim3 {
  position: relative;
  -webkit-animation: glide2 3s ease-in-out alternate infinite;
          animation: glide2 3s ease-in-out alternate infinite;
}

@-webkit-keyframes glide2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes glide2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}
.img-moving-anim4 {
  position: relative;
  -webkit-animation: glide3 4s ease-in-out alternate infinite;
          animation: glide3 4s ease-in-out alternate infinite;
}

.img-moving-anim5 {
  position: relative;
  -webkit-animation: glide3 4s cubic-bezier(0.4, 0, 0.2, 1) alternate infinite;
          animation: glide3 4s cubic-bezier(0.4, 0, 0.2, 1) alternate infinite;
}

@-webkit-keyframes glide3 {
  0% {
    -webkit-transform: translateY(-30px) translateX(30px);
    transform: translateY(-30px) translateX(30px);
  }
  100% {
    -webkit-transform: translateY(-30px) translateX(0px);
    transform: translateY(-30px) translateX(0px);
  }
}

@keyframes glide3 {
  0% {
    -webkit-transform: translateY(-30px) translateX(30px);
    transform: translateY(-30px) translateX(30px);
  }
  100% {
    -webkit-transform: translateY(-30px) translateX(0px);
    transform: translateY(-30px) translateX(0px);
  }
}
/* header area start */
.header-area .header-nav {
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 33;
  padding-left:30px;
  padding-right:0;
  box-sizing:border-box;
}
.header-area .header-nav .header-nav-menu {
  padding-top: 10px;
}
.header-area .header-nav.sticky {
  background-color: #fff;
  position: fixed !important;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.header-area .header-nav.sticky .newLogo img { height:50px;}
.header-area .header-nav.sticky .header-nav-menu {
  padding-top: 0px;
}
.header-area .header-nav.sticky .drop-down {
  top: 60px;
}
.header-area .header-nav.sticky.shadowNone{
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
}


.header-area .nav-item {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header-area .nav-item a {
  font-size: 16px;
  color: #212121;
}
.header-area .nav-item:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header-area .nav-item:hover .drop-down {
  display: block;
}
.header-area .mode-and-button .mode .light-mode {
  margin-right: 20px;
  font-size: 16px;
  color: #212121;
}

.drop-down {
  display: none;
  transition: 0.6s;
  content: "";
  display: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 90px;
  margin-left:-25px;
  position: fixed;
  -webkit-animation: 0.3s ease-in-out normal none 1 fadeInUp;
          animation: 0.3s ease-in-out normal none 1 fadeInUp;
}
.drop-down .drop-down-wrap {
  width: 230px;
  height: 230px;
  background-color: #fff;
  border-radius: 20px 25px 25px 20px;
  overflow: hidden;
}
.drop-down .drop-down-wrap .drop-down-menu {
  padding: 30px;
}
.drop-down .drop-down-wrap .drop-down-menu .dropdown-item:not(:last-child) {
  margin-bottom: 20px;
}
.drop-down .drop-down-wrap .drop-down-menu .dropdown-item .item-content {
  margin-left: 8px; transition: all 0.5s;
}
.drop-down .drop-down-wrap .drop-down-menu .dropdown-item .item-content .item-title {
  font-size: 17px;
  line-height: 19px;
  font-weight:600;
  color:#000;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.drop-down .drop-down-wrap .drop-down-menu .dropdown-item .item-content:hover .item-title {
	color:#25F79C; color:#06BFEA;
}

.drop-down .drop-down-wrap .drop-down-menu .dropdown-item .item-content .item-title::before {
  content: "";
  width: 8px; height: 12px;
  width:0;
  opacity: 0;
  background: url(../imgs/sub_menu_i.svg) no-repeat center / 100%;
  margin-right:0;
  transition: all 0.3s;
  display: block;
}

.drop-down .drop-down-wrap .drop-down-menu .dropdown-item .item-content:hover .item-title::before {
  width:8px;
  opacity: 1;
  margin-right:6px;
}

.drop-down .drop-down-wrap .drop-down-menu .dropdown-item .item-content .item-sub {
  font-size: 12px;
  line-height: 12px;
  color: #cecece;
}
.drop-down .drop-down-wrap .dropdown-thumb {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.drop-down .drop-down-wrap .dropdown-thumb .dropdown-sub {
  bottom: 40px;
  left: 40px;
  font-size: 18px;
  color: #fff;
}

.header-nav-2 .drop-down {
  top: 55px;
}

/* header area end */
/* footer area start */
.footer-area {
  background-size: cover;
  background-position: center;
}
.footer-area .footer-top {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-area .footer-top .footer-info {
  margin-left: 30px;
}
.footer-area .footer-top .footer-info .footer-logo {
  margin-bottom: 30px;
  display: block;
}
.footer-area .footer-top .footer-info .footer-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #BCBCBC;
  margin-bottom: 40px;
}
.footer-area .footer-top .footer-about .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 30px;
  margin-bottom: 35px;
}
.footer-area .footer-top .footer-enterprise .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 30px;
  margin-bottom: 35px;
}
.footer-area .footer-top .footer-contact .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 30px;
  margin-bottom: 35px;
}
.footer-area .custom-item a {
  line-height: 3;
  color: #BCBCBC;
}
.footer-area hr {
  color: #212121;
}
.footer-area .footer-copyright-area span {
  color: #BCBCBC;
}

/* footer area end */
/* hero sec start*/
.hero-sec {
  position: relative;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.hero-sec .hero-slider-item {
  position: relative;
  z-index: 1;
  min-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-sec .item-content .item-title1 {
  font-size: 50px;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight:800;
}
.hero-sec .item-content .item-sub {
  font-size: 20px;
  color: #212121;
  line-height: 25px;
  margin-bottom: 70px;
}
.hero-sec .item-content .button-group button:not(:last-child) {
  margin-right: 10px;
}
.hero-sec .item-content .button-group .item-btn {
  border: none !important;
}
.hero-sec .item-content .dots-1 {
  position: absolute;
  top: 180px;
  left: 0px;
}
.hero-sec .item-image {
  position: relative;
}
.hero-sec .item-image .img-1,
.hero-sec .item-image .img-2 {
  position: relative;
}
.hero-sec .item-image .img-1 img,
.hero-sec .item-image .img-2 img {
  border-radius: 20px;
}
.hero-sec .item-image .img-1 img,
.hero-sec .item-image .img-2 img {
  width: 100%;
  display: block;
}
.hero-sec .item-image .img-2 {
  max-width: 320px;
  float: right;
  z-index: 1;
  margin-top: -140px;
  margin-right: -90px;
}
.hero-sec .item-image .dots-2 {
  position: absolute;
  top: 510px;
  right: -280px;
  opacity: 0.5;
}
.hero-sec .highlight-text {
  font-family: "Outfit";
  font-size: 200px;
  line-height: 260px;
  color: rgba(255, 255, 255, 0.5);
  margin: -210px 0 0 -166px;
  z-index: -1;
  position: relative;
}
.hero-sec .item-content2 .item-title2 {
  font-size: 100px;
  color: #212121;
  line-height: 130px;
  margin-bottom: 30px;
}
.hero-sec .item-content2 .conference-video {
  text-align: center;
}
.hero-sec .item-content2 .conference-video a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6600CC;
}
.hero-sec .item-content2 .highlight-text2 {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 200px;
  line-height: 260px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0px 0 0 0px;
  z-index: -1;
  position: relative;
}
.hero-sec .dots .dots-4 {
  position: absolute;
  top: 40%;
  right: -60px;
  opacity: 0.5;
  z-index: -1;
}

.item-video .img-3 {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.item-video .img-3 img {
  width: 100%;
  display: block;
}
.item-video a {
  width: 70px;
  height: 70px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6600CC;
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dots-3 {
  position: absolute;
  top: 120px;
  left: 60px;
  opacity: 0.5;
}

.dots-5 {
  position: absolute;
  top: 130px;
  right: 35px;
  opacity: 0.5;
  z-index: -1;
}

.highlight-text3 {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 200px;
  line-height: 260px;
  color: rgba(255, 255, 255, 0.5);
  margin: -100px 0 0 -85px;
  z-index: -1;
  position: relative;
}

.slide-2 {
  margin-top: 120px;
}

.slide-3 {
  margin-top: 150px;
}

/* hero sec end*/
/* about sec start */
.about-sec {
  padding: 40px 0px 120px;
  position: relative;
}
.about-sec .shape {
  position: absolute;
  bottom: -40%;
  right: 0px;
}
.about-sec .shape img {
  width: 300px;
  height: 600px;
}
.about-sec .about-items-wrap {
  position: relative;
}
.about-sec .about-items-wrap .about-item .item-thumb {
  position: relative;
  background-size: cover;
}
.about-sec .about-items-wrap .about-item .item-thumb img {
  width: 100%;
}
.about-sec .about-items-wrap .about-item .item-thumb .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 50px;
  left: 30px;
  width: 80%;
}
.about-sec .about-items-wrap .about-item .item-thumb .item-content .content-title .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: inline-block;
  margin-bottom: 10px;
}
.about-sec .about-items-wrap .about-item .item-thumb .item-content .content-title .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}
.about-sec .about-items-wrap .about-item .item-thumb .item-content .about-video .video-btn1 {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ddddef5c;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px;
}
.about-sec .about-items-wrap .about-item .item-thumb .item-content .about-video .video-btn1 i {
  color: #fff;
}
.about-sec .about-items-wrap .about-item .item-thumb .item-content .about-video .video-btn1:hover {
  background-color: #7d207d;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.about-sec .about-items-wrap .dots {
  position: absolute;
  bottom: -35px;
  left: -70px;
  opacity: 0.5;
  z-index: -1;
}

/* about sec end */
/* blog sec start*/
.blog-sec {
  padding: 100px 0px;
  position: relative;
}
.blog-sec .shape {
  position: absolute;
  top: -26%;
  left: 0px;
  z-index: -1;
}
.blog-sec .shape img {
  width: 300px;
  height: 600px;
}
.blog-sec .section-head {
  margin-bottom: 50px;
}
.blog-sec .section-head .blog-btn {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}


.blog-sec .section-head .blog-btn:hover {
  background-color: #06BFEA;
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.blog-sec .blog-cards-wrap {
  position: relative;
}
.blog-sec .blog-cards-wrap .card {
  z-index: 1;
}
.blog-sec .blog-cards-wrap .card .card-thumb {
  border-radius: 20px;
  width: 100%;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.blog-sec .blog-cards-wrap .card .card-thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #022E57;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.blog-sec .blog-cards-wrap .card .card-thumb img {
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.blog-sec .blog-cards-wrap .card .card-thumb:hover {
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.blog-sec .blog-cards-wrap .card .card-thumb:hover span {
  opacity: 1;
  -webkit-animation: 0.3s ease-in-out normal none;
          animation: 0.3s ease-in-out normal none;
}
.blog-sec .blog-cards-wrap .card .card-thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.blog-sec .blog-cards-wrap .card .card-body {
  padding: 10px 0px;
}
.blog-sec .blog-cards-wrap .card .card-body .label {
  padding: 5px 20px;
  background-color: #DAF8FF;
  border-radius: 32px;
  color: #06BFEA;
  margin-top: 12px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 24px;
}
.blog-sec .blog-cards-wrap .card .card-body .card-title {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #212121;
}
.blog-sec .blog-cards-wrap .card .card-body .card-desc {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #797979;
}
.blog-sec .blog-cards-wrap .card .card-body .blog-btn {
  color: #6600CC;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.blog-sec .blog-cards-wrap .card .blog-dots-2 {
  position: absolute;
  top: 185px;
  right: -37px;
  opacity: 0.5;
  z-index: -1;
}
.blog-sec .blog-cards-wrap .dots .blog-dots-1 {
  position: absolute;
  top: 0px;
  left: -110px;
  opacity: 0.5;
  z-index: 0;
}

/* blog sec end */
/* blog feature sec start */
.blog-feature-sec {
  padding-top: 180px;
}
.blog-feature-sec .section-head .blog-feature-title {
  font-size: 54px !important;
  text-align: center;
  margin-bottom: 60px;
}
.blog-feature-sec .blog-feature-wrap {
  border-radius: 22px;
  overflow: hidden;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-thumb {
  overflow: hidden;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-thumb img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-bottom: 0px;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-content {
  padding: 110px 30px;
  background-color: #fff;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-post-tag {
  margin-bottom: 15px;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-post-tag a {
  margin-bottom: 20px;
  color: #212121;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-post-tag a i {
  margin-right: 10px;
  color: #6600CC;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-feature-title {
  font-size: 27px;
  color: #212121;
  margin-bottom: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-feature-title:hover {
  color: #6600CC;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-feature-desc {
  font-size: 17px;
  color: #797979;
  padding-bottom: 20px;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-comment a {
  color: #212121;
}
.blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-comment a i {
  margin-right: 10px;
  color: #6600CC;
}

.blog-post-area .posts-title {
  font-size: 27px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.blog-post-area .blog-post-area-wrap .blog-post-item {
  margin-bottom: 50px;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-thumb {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-thumb img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content {
  padding: 0px 20px;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-tag {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-tag a {
  color: #212121;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-tag a i {
  margin-right: 10px;
  color: #6600CC;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-title {
  margin-bottom: 15px;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-title a {
  color: #212121;
  font-size: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  cursor: pointer;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-title a:hover {
  color: #6600CC;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-desc {
  font-size: 17px;
  color: #797979;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-meta .comment {
  color: #212121;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-meta .comment i {
  margin-right: 10px;
  color: #6600CC;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-meta .read-btn {
  color: #212121;
}
.blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-meta .read-btn i {
  margin-right: 10px;
  color: #6600CC;
}

.blog-newsletter-area .newsletter-title {
  font-size: 39px;
  padding-bottom: 30px;
}
.blog-newsletter-area .newsletter-form {
  position: relative;
}
.blog-newsletter-area .newsletter-form input {
  height: 50px;
  border: none;
  border-bottom: 2px solid #797979;
}
.blog-newsletter-area .newsletter-form .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 11px 25px;
  border-radius: 5px;
  border: none;
}

/* blog feature sec end */
/* contact sec start */
.contact-sec {
  padding: 100px 0px;
}
.contact-sec .contact-wrap {
  position: relative;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 40px 70px rgba(75, 3, 116, 0.15);
          box-shadow: 0px 40px 70px rgba(75, 3, 116, 0.15);
}
.contact-sec .contact-wrap .contact-thumb-wrap {
  background-size: cover;
  background-position: center;
  padding: 80px 40px;
  border-radius: 32px;
}
.contact-sec .contact-wrap .contact-thumb-wrap .contact-content .title {
  font-size: 20px;
  font-weight: 600;
}
.contact-sec .contact-wrap .contact-thumb-wrap .contact-content .desc {
  font-size: 18px;
  color: #E8E8E8;
  margin-bottom: 30px;
}
.contact-sec .contact-wrap .contact-thumb-wrap .contact-content .info .icon,
.contact-sec .contact-wrap .contact-thumb-wrap .contact-content .info .location,
.contact-sec .contact-wrap .contact-thumb-wrap .contact-content .info .phone {
  border: 1px solid #fff;
  text-align: center;
  padding: 20px 0px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.contact-sec .contact-wrap .contact-thumb-wrap .contact-content .info .icon img,
.contact-sec .contact-wrap .contact-thumb-wrap .contact-content .info .location img,
.contact-sec .contact-wrap .contact-thumb-wrap .contact-content .info .phone img {
  margin-right: 15px;
}
.contact-sec .contact-wrap .contact-form {
  padding: 0px 50px;
}
.contact-sec .contact-wrap .contact-form label {
  color: #06BFEA;
  font-size: 16px;
}
.contact-sec .contact-wrap .contact-form input {
  background-color: #F3F3F3;
  border: none;
}
.contact-sec .contact-wrap .contact-form textarea {
  background-color: #F3F3F3;
  border: none;
}
.contact-sec .contact-wrap .contact-form .contact-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#7579FF), to(#B224EF));
  background: linear-gradient(#7579FF, #B224EF);
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.contact-sec .contact-wrap .contact-form .contact-btn:hover {
  background: #fff;
  color: #B224EF;
  border-color: #B224EF;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.contact-sec .contact-wrap .contact-form .form-control {
  padding: 0.875rem 0.75rem !important;
}
.contact-sec .contact-wrap .contact-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-sec .contact-wrap .dots .contact-dots-1 {
  position: absolute;
  top: -50px;
  left: -100px;
  opacity: 0.5;
  z-index: -1;
}
.contact-sec .contact-wrap .dots .contact-dots-2 {
  position: absolute;
  bottom: -40px;
  right: -100px;
  opacity: 0.5;
  z-index: -1;
}

/* contact sec end */
/* gallery sec start*/
.gallery-sec {
  padding-top: 80px;
  position: relative;
}
.gallery-sec .shape {
  position: absolute;
  top: -15%;
  z-index: -1;
  right: 0px;
}
.gallery-sec .shape img {
  width: 300px;
}
.gallery-sec .image-gallery-wrap .image-gallery-item {
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.gallery-sec .image-gallery-wrap .image-gallery-item .item-thumb {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 22px;
  display: inline-block;
}
.gallery-sec .image-gallery-wrap .image-gallery-item .item-thumb img {
  width: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.gallery-sec .image-gallery-wrap .image-gallery-item .view {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #022E57;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.gallery-sec .image-gallery-wrap .image-gallery-item:hover {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.gallery-sec .image-gallery-wrap .image-gallery-item:hover .view {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.gallery-sec .image-gallery-wrap .image-gallery-item:hover .item-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/* gallery sec end*/
/* speakers gallery sec start*/
.speakers-gallery-sec {
  padding: 80px 0px;
}
.speakers-gallery-sec .shape {
  position: absolute;
  bottom: -28%;
  left: 0px;
  z-index: -1;
}
.speakers-gallery-sec .shape img {
  width: 350px;
  height: 700px;
}
.speakers-gallery-sec .speakers-gallery-items-wrap {
  position: relative;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item {
  position: relative;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .speakers-gallery-item-thumb {
  border-radius: 20px;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content {
  text-align: center;
  margin-top: 30px;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .title {
  font-size: 18px;
  font-weight: 600;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .sub {
  font-size: 14px;
  color: #797979;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .social-icons {
  position: absolute;
  bottom: 100px;
  left: 60px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .social-icons li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .social-icons a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item:hover .speakers-gallery-item-thumb {
  opacity: 0.9;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item:hover .speakers-gallery-item-thumb:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item:hover .social-icons {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 99;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item:hover .social-icons > li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item:hover .social-icons > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item:hover .social-icons > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item:hover .social-icons > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.speakers-gallery-sec .speakers-gallery-items-wrap .dots {
  position: absolute;
  top: -120px;
  right: -45px;
  z-index: -1;
  opacity: 0.5;
}

/* speakers gallery sec end*/
/* brand sec start */
.brand-sec {
  padding: 80px 0px;
}
.brand-sec .brand-items-wrap { width:100%;}
.brand-sec .brand-items-wrap .brand-item {
  font-size: 20px;
  font-weight: 700;
  color: #3A3B7B;
}

/* brand sec end */
/* cta sec start*/
.cta-sec {
  padding: 100px 0px;
  position: relative;
}
.cta-sec .shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.cta-sec .shape img {
  width: 700px;
}
.cta-sec .cta-content-wrap {
  position: relative;
}
.cta-sec .cta-content-wrap .cta-title {
  font-size: 62px !important;
  font-weight: 600;
  color: #212121;
}
.cta-sec .cta-content-wrap .desc {
  font-size: 20px;
  color: #212121;
}
.cta-sec .cta-content-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-sec .cta-content-wrap form input {
  height: 50px;
  border: none;
  background-color: #F3F3F3;
  max-width: 280px;
  border-radius: 32px;
  margin-right: 12px;
  padding-left: 30px;
}
.cta-sec .cta-content-wrap form input::-webkit-input-placeholder {
  margin-left: 30px;
}
.cta-sec .cta-content-wrap form input::-moz-placeholder {
  margin-left: 30px;
}
.cta-sec .cta-content-wrap form input:-ms-input-placeholder {
  margin-left: 30px;
}
.cta-sec .cta-content-wrap form input::-ms-input-placeholder {
  margin-left: 30px;
}
.cta-sec .cta-content-wrap form input::placeholder {
  margin-left: 30px;
}
.cta-sec .cta-content-wrap .dots .cta-dots-1 {
  position: absolute;
  top: 100px;
  left: 0px;
  opacity: 0.5;
}
.cta-sec .cta-content-wrap .dots .cta-dots-2 {
  position: absolute;
  top: 0px;
  right: -110px;
  opacity: 0.5;
}

/* cta sec end*/
/* review sec start */
.review-sec {
  padding: 100px 0px;
}
.review-sec .review-title {
  font-weight: 600;
}
.review-sec .review-cards-wrap {
  position: relative;
  margin-bottom: 50px;
}
.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item {
  background-color: #fff;
  margin: 0px 15px;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item .card-desc {
  font-size: 18px;
  color: #797979;
}
.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item .profile .thumb {
  margin-right: 20px;
}
.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item .profile .content .name {
  font-size: 18px;
  font-weight: 600;
}
.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item .profile .content span {
  font-size: 14px;
  color: #797979;
}
.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item .rating-star i {
  color: #F3B545;
}
.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item span {
  font-size: 16px;
  color: #797979;
}
.review-sec .review-cards-wrap .carousel-nav {
  position: absolute;
  top: -90px;
  right: 30px;
}
.review-sec .review-cards-wrap .carousel-nav button {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin-left:4px;
}
.review-sec .review-cards-wrap .carousel-nav button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7579FF), to(#B224EF));
  background: linear-gradient(#7579FF, #B224EF);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border: 1px;
}
.review-sec .review-cards-wrap .dots {
  position: absolute;
  bottom: -69px;
  left: -30px;
  opacity: 0.5;
  z-index: 0;
}
.review-sec .slick-slider {
  z-index: 1;
}
.review-sec .slick-dots {
  bottom: -50px;
}
.review-sec .slick-dots li {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  display: inline-block;
}
.review-sec .slick-dots li.slick-active {
  background: linear-gradient(97.14deg, #7579FF 7.11%, #B224EF 97.04%);
  border-radius: 32px;
  width: 44px;
  height: 14px;
}

/* review sec end */
/* pricing sec start */
.pricing-sec {
  padding: 100px 0px;
  position: relative;
}
.pricing-sec .shape {
  position: absolute;
  top: -165px;
  left: 0px;
  z-index: -1;
}
.pricing-sec .shape img {
  width: 300px;
}

.section-head .label {
  font-size: 16px;
  color: #6600CC;
  color:#06BFEA;
  background-color: #6600cc1a;
  background-color:  #DAF8FF;
  padding: 12px 25px;
  border-radius: 32px;
  display: inline-block;
  margin-bottom: 22px;
  font-weight:700;
}
.section-head .title {
  font-weight: 700;
  line-height:1.5;
  letter-spacing: -1px;
}
.section-head .desc {
  font-size: 20px;
  color: #797979;
  color: #5e5e5e;
  line-height:1.8;
}

.section-head .desc-1 {
  padding-bottom:14px;
  word-break: keep-all;
  font-size:18px;
}


.pricing-cart-wrap {
  position: relative;
}
.pricing-cart-wrap .card {
  border: 1px solid #E8E8E8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px !important;
}
.pricing-cart-wrap .card .card-body {
  padding: 35px 25px;
}
.pricing-cart-wrap .card .card-body .card-lable {
  font-size: 14px;
  margin-bottom: 30px;
  display: inline-block;
}
.pricing-cart-wrap .card .card-body .card-lable i {
  color: #77BF41;
  margin-right: 10px;
}
.pricing-cart-wrap .card .card-body .price-pacage {
  font-size: 42px;
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(97.14deg, #7579FF 7.11%, #B224EF 97.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pricing-cart-wrap .card .card-body .price-pacage .regular-price {
  font-size: 18px;
  background: linear-gradient(97.14deg, #BCBCBC 7.11%, #BCBCBC 97.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text !important;
  font-weight: 400;
}
.pricing-cart-wrap .card .card-body ul {
  margin-left: -25px;
  line-height: 2;
  margin-bottom: 30px;
}
.pricing-cart-wrap .card .card-body ul li a {
  font-size: 16px;
  color: #212121;
}
.pricing-cart-wrap .card .card-body ul li a i {
  color: #77BF41;
  padding-right: 8px;
}
.pricing-cart-wrap .card .card-body .card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.pricing-cart-wrap .card .card-body .card-btn button {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pricing-cart-wrap .card .card-body .card-btn .card-footer-label {
  display: inline-block;
  font-size: 14px;
  color: #BCBCBC;
  margin: auto;
}
.pricing-cart-wrap .card:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 40px 70px rgba(75, 3, 116, 0.15));
          filter: drop-shadow(0px 40px 70px rgba(75, 3, 116, 0.15));
  border: 1px solid transparent;
}
.pricing-cart-wrap .dots {
  position: absolute;
  content: "";
  top: -55px;
  right: -35px;
  opacity: 0.5;
  z-index: -1;
}

/* pricing sec end */
/* video sec start */
.video-sec {
  padding: 120px 0px 100px;
}
.video-sec .video-wrap {
  position: relative;
}
.video-sec .video-wrap .video-image img {
  border-radius: 20px;
  width: 65%;
}
.video-sec .video-wrap .video-play {
  position: absolute;
  top: 250px;
  right: 0px;
}
.video-sec .video-wrap .video-play img {
  border-radius: 20px;
}
.video-sec .video-wrap .video-play .video-btn1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-sec .video-wrap .video-play .video-btn1 i {
  color: #B224EF;
}
.video-sec .video-wrap .dots {
  position: absolute;
  top: -50px;
  right: 160px;
  opacity: 0.9;
  z-index: -1;
}
.video-sec .video-content-wrap {
  position: relative;
  margin-left: 18px;
}
.video-sec .video-content-wrap .title {
  margin-bottom: 25px;
}
.video-sec .video-content-wrap .desc {
  font-size: 18px;
  color: #797979;
  margin-right: 30px;
  margin-bottom: 30px;
}
.video-sec .video-content-wrap .management {
  margin-bottom: 20px;
}
.video-sec .video-content-wrap .management .count-block {
  font-size: 22px;
  font-weight: 600;
  color: #212121;
}
.video-sec .video-content-wrap .management span {
  background: linear-gradient(97.14deg, #7579FF 7.11%, #B224EF 97.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 50px;
  display: block;
}
.video-sec .video-content-wrap .dots {
  position: absolute;
  bottom: 20px;
  right: -50px;
  opacity: 0.8;
}

/* video sec end */
/* schedule sec start */
.schedule-sec {
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
}
.schedule-sec .shape {
  position: absolute;
  top: 25%;
  left: 0px;
  z-index: -1;
}
.schedule-sec .shape img {
  width: 300px;
  height: 850px;
}
.schedule-sec .schedule-content-wrap {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px 40px 70px rgba(75, 3, 116, 0.15);
          box-shadow: 0px 40px 70px rgba(75, 3, 116, 0.15);
}
.schedule-sec .schedule-content-wrap .schedule-nav-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.schedule-sec .schedule-content-wrap .schedule-nav-tab .schedule-nav-item button {
  background-color: transparent;
  color: #000;
  font-weight:700;
  font-size: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  padding:0 0 !important;
  margin:0 15px;
}
.schedule-sec .schedule-content-wrap .schedule-nav-tab .schedule-nav-item button.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 30px;
  left:0;
}
.schedule-sec .schedule-content-wrap .schedule-nav-tab .schedule-nav-item:hover button {
  color: #6600CC;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content {
  padding: 0px 30px;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background:url(../imgs/session_normal.png) no-repeat center / cover;
  position: relative;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item::before {
  content:""; display:block; width:1px; height:83px; 
  background:url(../imgs/v_dash.svg) no-repeat center / 100%;
  position: absolute; left:350px; top:50%; margin-top:-42px;
}

.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-box-shadow: 0px 10px 20px 4px rgba(75, 3, 116, 0.15);
          box-shadow: 0px 10px 20px 4px rgba(75, 3, 116, 0.15);
          background:url(../imgs/session_over.png) no-repeat center / cover;          
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-description {
  text-align: center;
  text-align: left ;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-description .name {
  font-size: 18px;
  color: #000;
  font-weight:800;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-description .date {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-description .time {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-title-area {
  margin-top: 20px;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-title-area .title {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-title-area .title-desc {
  font-size: 14px;
  color: #797979;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-title-area .title-desc a {
  color: #6600CC;
}
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.schedule-sec .dots {
  position: absolute;
  bottom: -51px;
  right: -35px;
  opacity: 0.5;
  z-index: -1;
}

/* schedule sec end */
/* info sec start */
.info-sec {
  position: relative;
  top: -100px;
  width:100%;
}

.info-secBox {
  max-width:1260px; margin:0 auto; position: relative; left:10px
}

.info-sec .info-countdown {
  background-size: cover;
  background-position: center;
  height:230px;
  padding: 0 0px;
  border-radius: 32px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  /*
  -webkit-box-shadow: 0px 40px 70px rgba(75, 3, 116, 0.15);
          box-shadow: 0px 40px 70px rgba(75, 3, 116, 0.15);
  */
  
}
.info-sec .info-countdown .dots {
  position: absolute;
  bottom: -140px;
  right: -60px;
  opacity: 0.8;
  z-index: -1;
}
.info-sec .info-countdown .counter-box {
  text-align: center;
}
.info-sec .info-countdown .counter-box li strong {
  font-size: 52px;
  background: linear-gradient(97.14deg, #06BFEA 7.11%, #25F79C 97.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  text-align: center;
}
.info-sec .info-countdown .counter-box li span {
  font-size: 22px;
  font-weight: 600;
  color: #212121;
  text-align: center;
}
.info-sec .information-area {
  padding-top: 60px;
}
.info-sec .information-area .mail,
.info-sec .information-area .location,
.info-sec .information-area .number {
  border: 1px solid #aaaaaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  border-radius: 5px;
  background-color: #fff;
}
.info-sec .information-area .mail .icon,
.info-sec .information-area .location .icon,
.info-sec .information-area .number .icon {
  margin-right: 10px;
}
.info-sec .information-area .mail .icon i,
.info-sec .information-area .location .icon i,
.info-sec .information-area .number .icon i {
  color: #6600CC;
}
.info-sec .information-area .mail a,
.info-sec .information-area .location a,
.info-sec .information-area .number a {
  color: #212121;
  font-size: 16px;
}

/* info sec end */
/* faq sec start */
.faq-sec {
  padding: 80px 0px;
}
.faq-sec .title-area .title {
  line-height: 44.2px;
  padding-right: 75px;
}
.faq-sec .title-area .desc {
  font-size: 18px;
  color: #797979;
}
.faq-sec .question-area .accordion .accordion-item {
  border-left: none;
  border-right: none;
  border-top: none;
  /* border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(97.14deg, #7579FF 7.11%, #B224EF 97.04%); */
  border-radius: 0;

  border-bottom:1px solid #3e3e3e;
}
.faq-sec .question-area .accordion .accordion-item .accordion-header { position: relative;}
.faq-sec .question-area .accordion .accordion-item .accordion-header .accordion-button {
  width:100%;
  font-size: 17px;
  font-weight: 600;
  color: #212121;
  padding: 25px 0px;
  border: none;
  line-height:1.5;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-sec .question-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.faq-sec .question-area .accordion .accordion-item .accordion-collapse .accordion-body {
  line-height: 120%;
  color: #788190;
  padding-top: 0px;
  padding-left: 0px;
  font-size:14px; 
  line-height:1.7;
  transition: all 0.3s;
}

.accordion-button:not(.collapsed)::after {
  content: "✕";
  color: black;
  background-image: none;
  margin-left:15px;  
  position: absolute;
  right:20px; top:20px;
}

.accordion-button.collapsed::after {
  content: "+";
  color: black;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  background-image: none;
  margin-left:15px;
  position: absolute;
  right:20px; top:20px;
}

.faq-sec .question-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color:#ac67f0;
}

.faq-sec .question-area .accordion .accordion-item .accordion-collapse.show .accordion-body {
  border-top:1px solid #ac67f0;
  background:#faf5ff;
  padding:25px 20px;
}


/* faq sec end */
.dark-version {
  background-color: #292F3A;
}
.dark-version .info-countdown {
  background-color: #333;
}
.dark-version .info-countdown:before {
  background: url(../images/counter-bg.png);
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  z-index: 0;
}
.dark-version .info-countdown .counter-box {
  position: relative;
  z-index: 9;
}
.dark-version .info-countdown .counter-box span {
  color: #fff !important;
}
.dark-version .information-area .mail,
.dark-version .information-area .location,
.dark-version .information-area .number {
  border: 0.5px solid #BCBCBC;
}
.dark-version .information-area .mail .icon img,
.dark-version .information-area .location .icon img,
.dark-version .information-area .number .icon img {
  -webkit-filter: invert(0.75) sepia(51) hue-rotate(136deg);
          filter: invert(0.75) sepia(51) hue-rotate(136deg);
}
.dark-version .information-area .mail a,
.dark-version .information-area .location a,
.dark-version .information-area .number a {
  color: #fff;
}
.dark-version .info-sec .dots {
  opacity: 1;
}
.dark-version .section-head .blog-title {
  color: #fff;
}
.dark-version .section-head .blog-btn {
  border-color: #91CFEE;
  color: #91CFEE;
}
.dark-version .section-head .label {
  background-color: #3d5d6e;
  color: #91CFEE;
}
.dark-version .section-head .title {
  color: #fff;
}
.dark-version .section-head .desc {
  color: #fff;
}
.dark-version .cta-sec .cta-content-wrap .desc {
  color: #fff;
}
.dark-version .sec-head .label {
  background-color: #b4d8eb;
  color: #91CFEE;
}
.dark-version .sec-head .title {
  color: #fff;
}
.dark-version .sec-head .desc {
  color: #fff;
}
.dark-version .about-sec .dots,
.dark-version .schedule-sec .dots,
.dark-version .speakers-gallery-sec .dots,
.dark-version .pricing-sec .dots,
.dark-version .gallery-sec .dots,
.dark-version .contact-sec .dots {
  opacity: 1;
}
.dark-version .about-sec .schedule-content-wrap,
.dark-version .schedule-sec .schedule-content-wrap,
.dark-version .speakers-gallery-sec .schedule-content-wrap,
.dark-version .pricing-sec .schedule-content-wrap,
.dark-version .gallery-sec .schedule-content-wrap,
.dark-version .contact-sec .schedule-content-wrap {
  background-color: #050718;
}
.dark-version .about-sec .schedule-content-wrap .schedule-nav-tab li button,
.dark-version .schedule-sec .schedule-content-wrap .schedule-nav-tab li button,
.dark-version .speakers-gallery-sec .schedule-content-wrap .schedule-nav-tab li button,
.dark-version .pricing-sec .schedule-content-wrap .schedule-nav-tab li button,
.dark-version .gallery-sec .schedule-content-wrap .schedule-nav-tab li button,
.dark-version .contact-sec .schedule-content-wrap .schedule-nav-tab li button {
  color: #fff;
}
.dark-version .about-sec .schedule-content-wrap .schedule-btn,
.dark-version .schedule-sec .schedule-content-wrap .schedule-btn,
.dark-version .speakers-gallery-sec .schedule-content-wrap .schedule-btn,
.dark-version .pricing-sec .schedule-content-wrap .schedule-btn,
.dark-version .gallery-sec .schedule-content-wrap .schedule-btn,
.dark-version .contact-sec .schedule-content-wrap .schedule-btn {
  border-color: #91CFEE !important;
  color: #91CFEE !important;
}
.dark-version .about-sec .schedule-content-wrap .schedule-btn:hover,
.dark-version .schedule-sec .schedule-content-wrap .schedule-btn:hover,
.dark-version .speakers-gallery-sec .schedule-content-wrap .schedule-btn:hover,
.dark-version .pricing-sec .schedule-content-wrap .schedule-btn:hover,
.dark-version .gallery-sec .schedule-content-wrap .schedule-btn:hover,
.dark-version .contact-sec .schedule-content-wrap .schedule-btn:hover {
  border: transparent;
}
.dark-version .about-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .title,
.dark-version .schedule-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .title,
.dark-version .speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .title,
.dark-version .pricing-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .title,
.dark-version .gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .title,
.dark-version .contact-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .title {
  color: #fff;
}
.dark-version .about-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .sub,
.dark-version .schedule-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .sub,
.dark-version .speakers-gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .sub,
.dark-version .pricing-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .sub,
.dark-version .gallery-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .sub,
.dark-version .contact-sec .speakers-gallery-items-wrap .speakers-gallery-item .item-content .sub {
  color: #bcbcbc;
}
.dark-version .about-sec .contact-wrap,
.dark-version .schedule-sec .contact-wrap,
.dark-version .speakers-gallery-sec .contact-wrap,
.dark-version .pricing-sec .contact-wrap,
.dark-version .gallery-sec .contact-wrap,
.dark-version .contact-sec .contact-wrap {
  background-color: #050718;
  border-radius: 20px;
  z-index: 9;
}
.dark-version .about-sec .contact-wrap .dots .contact-dots-1,
.dark-version .schedule-sec .contact-wrap .dots .contact-dots-1,
.dark-version .speakers-gallery-sec .contact-wrap .dots .contact-dots-1,
.dark-version .pricing-sec .contact-wrap .dots .contact-dots-1,
.dark-version .gallery-sec .contact-wrap .dots .contact-dots-1,
.dark-version .contact-sec .contact-wrap .dots .contact-dots-1 {
  opacity: 1;
}
.dark-version .about-sec .contact-wrap .dots .contact-dots-2,
.dark-version .schedule-sec .contact-wrap .dots .contact-dots-2,
.dark-version .speakers-gallery-sec .contact-wrap .dots .contact-dots-2,
.dark-version .pricing-sec .contact-wrap .dots .contact-dots-2,
.dark-version .gallery-sec .contact-wrap .dots .contact-dots-2,
.dark-version .contact-sec .contact-wrap .dots .contact-dots-2 {
  opacity: 1;
}
.dark-version .about-sec .card,
.dark-version .schedule-sec .card,
.dark-version .speakers-gallery-sec .card,
.dark-version .pricing-sec .card,
.dark-version .gallery-sec .card,
.dark-version .contact-sec .card {
  background-color: #292f3a;
  border: 1px solid #797979;
}
.dark-version .about-sec .card:hover,
.dark-version .schedule-sec .card:hover,
.dark-version .speakers-gallery-sec .card:hover,
.dark-version .pricing-sec .card:hover,
.dark-version .gallery-sec .card:hover,
.dark-version .contact-sec .card:hover {
  -webkit-filter: drop-shadow(0px 20px 70px rgba(145, 207, 238, 0.1));
          filter: drop-shadow(0px 20px 70px rgba(145, 207, 238, 0.1));
  border: 1px solid transparent;
}
.dark-version .about-sec .card .card-body .card-lable,
.dark-version .schedule-sec .card .card-body .card-lable,
.dark-version .speakers-gallery-sec .card .card-body .card-lable,
.dark-version .pricing-sec .card .card-body .card-lable,
.dark-version .gallery-sec .card .card-body .card-lable,
.dark-version .contact-sec .card .card-body .card-lable {
  color: #fff;
}
.dark-version .about-sec .card .card-body ul li a,
.dark-version .schedule-sec .card .card-body ul li a,
.dark-version .speakers-gallery-sec .card .card-body ul li a,
.dark-version .pricing-sec .card .card-body ul li a,
.dark-version .gallery-sec .card .card-body ul li a,
.dark-version .contact-sec .card .card-body ul li a {
  color: #fff;
}
.dark-version .cta-sec .cta-content-wrap .cta-title {
  color: #fff;
}
.dark-version .cta-sec .cta-content-wrap .dots .cta-dots-2 {
  opacity: 1;
}
.dark-version .cta-sec .cta-content-wrap .dots .cta-dots-1 {
  opacity: 1;
}
.dark-version .faq-sec .title-area .title {
  color: #fff;
}
.dark-version .faq-sec .title-area .desc {
  color: #E8E8E8;
}
.dark-version .faq-sec .question-area .accordion {
  background-color: transparent !important;
}
.dark-version .faq-sec .question-area .accordion .accordion-item .accordion-header {
  background-color: #292F3A !important;
}
.dark-version .faq-sec .question-area .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #292F3A !important;
  color: #fff;
}
.dark-version .faq-sec .question-area .accordion .accordion-item .accordion-collapse .accordion-body {
  color: #E8E8E8;
  background-color: #292F3A !important;
}
.dark-version .faq-sec .faq-btn {
  border-color: #91CFEE !important;
  color: #91CFEE !important;
}
.dark-version .blog-sec .blog-cards-wrap .card {
  background-color: transparent;
}
.dark-version .blog-sec .blog-cards-wrap .card .card-body .label {
  background-color: #3d5d6e;
  color: #91CFEE;
}
.dark-version .blog-sec .blog-cards-wrap .card .card-body .card-title {
  color: #fff;
}
.dark-version .blog-sec .blog-cards-wrap .card .card-body .card-desc {
  color: #E8E8E8;
}
.dark-version .blog-sec .blog-cards-wrap .card .card-body .blog-btn {
  color: #91CFEE;
}
.dark-version .blog-sec .blog-cards-wrap .card .blog-dots-2 {
  opacity: 1;
}
.dark-version .blog-sec .blog-cards-wrap .dots .blog-dots-1 {
  opacity: 1;
}
.dark-version .brand-sec .brand-items-wrap .brand-item {
  color: #E8E8E8;
}
.dark-version .accordion-button:not(.collapsed)::after {
  color: #fff;
}
.dark-version .accordion-button.collapsed::after {
  color: #fff;
}
.dark-version .header-nav-2 {
  background-color: #fff;
}
.dark-version .blog-feature-sec .section-head .blog-feature-title {
  color: #fff;
}
.dark-version .blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-tag a {
  color: #fff;
}
.dark-version .blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-title a {
  color: #fff;
}
.dark-version .blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-desc {
  color: #afa8a8;
}
.dark-version .blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-meta .comment {
  color: #fff;
}
.dark-version .blog-post-area .blog-post-area-wrap .blog-post-item .item-content .post-meta .read-btn {
  color: #fff;
}
.dark-version .blog-post-area .posts-title {
  color: #fff;
}
.dark-version .blog-newsletter-area .newsletter-title {
  color: #fff;
}
.dark-version .border-color {
  border-color: #524452;
}
.dark-version .blog-feature-sec .blog-feature-wrap .blog-feature-content {
  background-color: #292F3A;
}
.dark-version .blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-post-tag a {
  color: #fff;
}
.dark-version .blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-feature-title {
  color: #fff;
}
.dark-version .blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-comment a {
  color: #fff;
}
.dark-version .blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-feature-desc {
  color: #afa8a8;
}
.dark-version .dots {
  -webkit-filter: invert(0.75) sepia(51) hue-rotate(136deg);
          filter: invert(0.75) sepia(51) hue-rotate(136deg);
}

/* popup-modal start */
.popup-modal .popup-dialogue .popup-content {
  border: none;
  background-color: transparent;
}
.popup-modal .popup-dialogue .popup-content button {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  color: black;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
}
.popup-modal .popup-dialogue .popup-content .popup-body {
  padding: 0px;
  margin: 0px;
}

/* popup-modal end */
/* popup-modal-2 start */
.popup-box-content {
  border-radius: 20px;
}

.popup-form {
  padding: 25px;
}
.popup-form input {
  border: none;
  background-color: #F3F3F3;
}

.popup-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 120px;
  width: 100%;
  line-height: 0.5;
  color: #fff;
}

.popup-play {
  width: 40px;
  height: 40px;
  background-color: #6600CC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.popup2-btn {
  position: absolute;
  top: 0px;
  z-index: 9999999;
  color: #fff;
  right: 0px;
  border-radius: 50%;
  border: none;
}

/*  popup-modal-2 end */
/*=========================================
// 1  media screen and (max-width: 1200px)
// 2. media screen and (max-width: 992px)
// 3. media screen and (max-width: 768px)
// 4. media screen and (max-width: 576px)
=========================================== */
/* max width 1440 px*/
@media screen and (max-width: 1440px) {
  .hero-sec .highlight-text {
    margin: -240px 0 0 -60px;
  }
}
/* max width 1199px */
@media screen and (max-width: 1199px) {
  .hero-sec .highlight-text {
    font-size: 140px;
    margin: -240px 0 0 0px;
  }

  .hero-sec .item-content2 .highlight-text2 {
    font-size: 180px;
  }
  .hero-sec .item-content2 .item-title2 {
    font-size: 90px;
  }

  .speakers-gallery-item {
    margin-bottom: 30px;
  }
  .speakers-gallery-item .speakers-gallery-item-thumb img {
    width: 100%;
    display: block;
  }

  .video-content-wrap .title {
    font-size: 27px;
  }
}
/* max width 991 px*/
@media screen and (max-width: 991px) {
  .about-sec .section-head .title {
    font-size: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

	.svgPbox svg { max-width:100%; width:auto; }

  .hero-sec .item-image img {
    max-width: 270px;
    margin: auto;
    margin-top: 70px;
  }
  .hero-sec .item-image .img-2 {
    max-width: 245px;
    float: right;
    z-index: 1;
    margin-top: -30px;
    margin-right: 0px;

  }
  .hero-sec .item-content .item-title1 {
    font-size: 35px;
    line-height: 52px;
  }
  .hero-sec .item-content .dots-1 {
    display: none;
  }
  .hero-sec .highlight-text {
    font-size: 100px;
    margin: -215px 0 0 0px;
  }
  .hero-sec .item-content2 .item-title2 {
    font-size: 70px;
    line-height: 80px;
  }
  .hero-sec .item-content2 .highlight-text2 {
    font-size: 130px;
  }

  .highlight-text3 {
    font-size: 130px;
    margin: -100px 0 0 0px;
  }

  .dots-5 {
    display: none !important;
  }

  .dots-3 {
    display: none !important;
  }

  .cta-sec .cta-content-wrap .cta-title {
    font-size: 42px !important;
    font-weight: 600;
    color: #212121;
  }

  .speakers-gallery-item-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .video-sec .video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 50px;
  }
  .video-sec .video-wrap .video-image img {
    width: 100%;
  }
  .video-sec .video-wrap .video-play {
    position: sticky;
  }
  .video-sec .video-wrap .dots {
    position: absolute;
    top: -10px;
    right: 230px;
    opacity: 0.5;
    z-index: -1;
  }

  .dots-1 {
    display: none;
  }

  .dots-3 {
    display: none;
  }

  .hero-sec .dots .dots-4 {
    display: none;
  }

  .blog-newsletter-area .newsletter-title {
    font-size: 27px;
  }

  .header-area .nav-item:hover .drop-down {
    display: block;
    position: static;
  }
}
/* max width 767 px*/
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  .hero-sec .item-content2 .item-title2 {
    font-size: 52px;
    line-height: 80px;
  }
  .hero-sec .item-content2 .highlight-text2 {
    font-size: 100px;
  }

  .hero-sec .item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
    
  }

  .hero-sec .item-image .img-2 {
    margin-top: 40px;
    margin-right: 0px;
  }

  .hero-sec .item-image img {
    margin-top: 0;
  }

  .brand-items img {
    max-width: 100px;
  }

  .about-sec .section-head .title {
    font-size: 24px;
  }

  .schedule-sec .title {
    font-size: 24px;
  }

  .cta-sec .cta-content-wrap .cta-title {
    font-size: 32px !important;
    font-weight: 600;
    color: #212121;
  }

  .video-sec .video-wrap .video-play img {
    margin-top: 0px;
  }

  .video-sec .video-content-wrap {
    margin-left: 30px;
  }

  .cta-sec .dots {
    display: none;
  }

  .blog-feature-sec .section-head .blog-feature-title {
    font-size: 42px !important;
  }
}
/* max width 575 px*/
@media screen and (max-width: 575px) {
  .hero-sec .highlight-text {
    font-size: 70px;
  }
  .hero-sec .item-content2 .item-title2 {
    font-size: 35px;
    line-height: 60px;
  }
  .hero-sec .highlight-text2 {
    font-size: 65px;
  }
  .hero-sec .highlight-text3 {
    font-size: 70px;
  }

  .hero-sec .item-content2 .highlight-text2 {
    font-size: 65px;
  }

  .info-sec {
    top: -85px;
  }
  .info-sec .info-countdown .counter-box li strong {
    font-size: 36px;
  }
  .info-sec .info-countdown .counter-box li span {
    font-size: 18px;
  }

  .schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item {
    padding: 5px;
  }

  .brand-items img {
    max-width: 50px;
  }
}
/* max width 400px*/
@media screen and (max-width: 420px) {
  .hero-sec .item-content .item-title1 {
    padding-top: 30px;
    line-height: 1.2;
  }
  .hero-sec .item-content .item-sub {
    margin-bottom: 40px;
  }
  .hero-sec .highlight-text {
    font-size: 60px;
    line-height: 3;
    margin: -90px 0 0 0px;
  }
  .hero-sec .item-content2 .highlight-text2 {
    font-size: 60px;
    line-height: 3;
  }
  .hero-sec .highlight-text3 {
    font-size: 60px;
    line-height: 3;
  }

  .custom-btn,
.custom-btn2 {
    border: none;
    width: 125px;
    height: 40px;
  }

  .cta-sec .cta-content-wrap form input {
    height: 40px;
  }

  .schedule-sec .title {
    font-size: 17px;
  }

  .about-sec .section-head .title {
    font-size: 17px;
  }

  .section-head .desc {
    font-size: 12px;
  }

  h2 {
    font-size: 17px !important;
  }

  .video-sec .video-content-wrap .desc {
    font-size: 13px;
  }
  .video-sec .video-content-wrap .dots {
    display: none;
  }

  .cta-sec .cta-content-wrap .cta-title {
    font-size: 20px !important;
  }
  .cta-sec .cta-content-wrap .desc {
    font-size: 14px;
  }

  .faq-sec .title-area .desc {
    font-size: 14px;
  }
  .faq-sec .question-area .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  .faq-sec .question-area .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }

  .schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-description {
    margin-left: 10px;
  }
  .schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-description .date,
.schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-description .time {
    font-size: 10px;
  }
  .schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-description .name {
    font-size: 12px;
  }
  .schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-title-area .title {
    font-size: 14px;
  }
  .schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item .card-title-area .title-desc {
    font-size: 10px;
  }
  .schedule-sec .schedule-content-wrap .schedule-nav-tab li button {
    font-size: 12px;
  }

  .card-button button {
    font-size: 10px !important;
  }

  .blog-feature-sec .section-head .blog-feature-title {
    font-size: 27px !important;
  }

  .blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-feature-title {
    font-size: 22px;
  }
  .blog-feature-sec .blog-feature-wrap .blog-feature-content .blog-feature-desc {
    font-size: 16px;
  }

  .blog-newsletter-area .newsletter-title {
    font-size: 22px;
  }
}





.beneList { display: flex; flex-wrap: wrap;}
.beneList article { margin-left:30px; border-radius: 10px; flex:0 0 calc(33.33333% - 30px); margin-bottom:30px; overflow: hidden;}
.beneList article a { width: 100%; height: 100%; background: #fff;; display: block; transition: all 0.3s ease-in; padding:25px 25px 70px; position: relative;}
.beneList article a h3 { font-size:20px; color:black; margin-bottom: 12px; transition: all 0.3s ease-in;}
.beneList article a p { font-size:16px; font-weight: 400; line-height: 1.5; opacity: 0; transition: all 0.3s ease-in;}
.beneList article a div { position: absolute; right:25px; bottom: 25px; width: 100%; display: flex; justify-content: flex-end; opacity: 1; }

.beneList article a:hover { background: linear-gradient(97.14deg, #06BFEA 57.11%, #25F79C 97.04%);}
.beneList article a:hover h3 { color:#fff;}
.beneList article a:hover p { opacity: 1; color:#fff;}
.beneList article a:hover div { opacity: 0;}

.beneIcon { 
   display: block;
}
.bene1 { background: url(../imgs/kme/icon-3.svg) no-repeat center / 100%; width:60px; height:59.6px;}
.bene2 { background: url(../imgs/kme/icon-2.svg) no-repeat center / 100%; width:47.49px; height:60px; }
.bene3 { background: url(../imgs/kme/icon-1.svg) no-repeat center / 100%; width:60.52px; height:60px;}
.bene4 { background: url(../imgs/kme/icon-4.svg) no-repeat center / 100%; width:61px; height:60px;}
.bene5 { background: url(../imgs/kme/icon-5.svg) no-repeat center / 100%; width:53.54px; height:60px;}
.bene6 { background: url(../imgs/kme/icon-6.svg) no-repeat center / 100%; width:50.48px; height:60px;}

.caseP1 { margin-bottom:80px !important;}
.wordBreakKeepAll { 
  word-break: keep-all;
}

.footList { display: flex; padding:12px 0 30px 0; border-bottom:1px solid #434343; justify-content:space-between;}
.footList li { margin-left:0; }
.footList li:nth-child(1) { margin-left:0 !important; padding-left:0 !important;}
.footList li a { font-size:18px; color:#fff; font-weight:500; margin-left:0; padding-left:0;}

.footCopy { padding-top:20px;}
.footCopy p{ font-size:16px; color:#9e9e9e; line-height:1.6;}
.footCopy p:nth-child(1){ margin-bottom:50px; }

.quick { position:fixed; right:0; top:200px; z-index: 99999; transition: all 0.5s ease-out;}
.quick span { position: absolute; left: -25px; top: 50%; margin-top:-31px; width:25px; height: 62px; background:#06BFEA; border-radius:5px 0 0 5px; display:flex; justify-content: center; align-items: center; cursor: pointer;}
.quick span i { width:20px; height: 20px; display: block; background: url(../imgs/i_qk_right.svg) no-repeat center / 100%; }

.quick.on { right:-100px;}
.quick.on span i { transform: rotate(180deg);}

.quick article { box-shadow: -10px 10px 20px rgba(0,0,0,0.15);}
.quick article {
  border-radius:10px 0 0 10px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; 
  background: #fff;
  width:100px;
  padding:0 10px;
}
.quick article div { 
  width:100%;
   height: calc(20%);
   padding:10px 0;
   border-top:1px solid #dadada;
}
.quick article div a {
   display: block;
   padding:10px;   
   border-radius: 5px;
   background: #fff;
   transition: all 0.5s ease-out;
   text-align: center;
}
.quick article div:nth-child(1) { border-top: none;}
.quick article div a i { display:block; text-align: center; transition: all 0.2s ease-out; width:32px; height: 32px; margin: 0 auto;}
.quick article div a strong { font-size:15px; line-height:1.1; display: block; text-align: center; margin-top:10px; font-weight:600; color:#3e3e3e;  transition: all 0.2s ease-out;}
.quick article div a:hover i svg path { fill: #fff;}




.quick article div a:hover {
  background: linear-gradient(97.14deg, #06BFEA 7.11%, #25F79C 97.04%);
}
.quick article div a:hover strong { color:#fff;}


.text-white { color:#fff; }

a.btnBase {margin-left:15px; display: inline-flex; align-items: center; }
a.btnBase i { margin-right:5px;}
a.btnBase em { font-style: normal; font-size:16px; color:#000; font-weight:700; transition: all 0.5s ease-out;}
a.btnMypage i {
   display: block;
   width:32px; height:32px;
   background: url(../imgs/i_mypage_d.svg) no-repeat center / 100%;
   transition: all 0.5s ease-out;
}

a.btnLogin i {
   display: block;
   width:32px; height:32px;
   background: url(../imgs/i_login_d.svg) no-repeat center / 100%;
   transition: all 0.5s ease-out;
}

a.btnLogout i {
   display: block;
   width:24px; height:24px;
   background: url(../imgs/i_logout_c.svg) no-repeat center / 100%;
   transition: all 0.5s ease-out;
}

a.btnInstagram i {
   display: block;
   width:36px; height:36px;
   background: url(../imgs/kme/instagram.svg) no-repeat center / 100%;
   transition: all 0.5s ease-out;
}
a.btnYoutube i {
   display: block;
   width:36px; height:24px;
   background: url(../imgs/kme/youtube.svg) no-repeat center / 100%;
   transition: all 0.5s ease-out;
}

.btnMember.dark a.btnInstagram i {
   display: block;
   width:24px; height:24px;
   background: url(../imgs/kme/instagram_dark.svg) no-repeat center / 100%;
   transition: all 0.5s ease-out;
   margin-right:10px;
}
.btnMember.dark a.btnYoutube i {
   display: block;
   width:28px; height:20px;
   background: url(../imgs/kme/youtube_dark.svg) no-repeat center / 100%;
   transition: all 0.5s ease-out;
   margin-right:10px;
}



.header-nav.sticky a.btnLogout_d i {
	width:24px; height:24px;
	background: url(../imgs/i_logout_c.svg) no-repeat center / 100%;
}


.header-nav.sticky a.btnBase i { margin-right:10px; }
.header-nav.sticky a.btnInstagram i {
   display: block;
   width:24px; height:24px;
   background: url(../imgs/kme/instagram_ov.svg) no-repeat center / 100%;

}
.header-nav.sticky a.btnYoutube i {
   display: block;
   width:28px; height:20px;
   background: url(../imgs/kme/youtube_ov.svg) no-repeat center / 100%;
}



@media (max-width:1200px){
  a.btnBase {margin-left:20px; }
  a.btnBase i { margin-right:5px;}
  a.btnBase em { font-size:14px; }
  a.btnMypage i,
  a.btnLogin i {
    width:22px; height:22px;
  }
  .newLogo img { width:180px;}

}

.btnMember.on a.btnBase em { color:#fff; }
.btnMember.on a.btnMypage i {
  background: url(../imgs/i_mypage.svg) no-repeat center / 100%;
}
.btnMember.on a.btnLogin i {
  background: url(../imgs/i_login.svg) no-repeat center / 100%;
}
.btnMember.on a.btnLogout i {
   width:32px; height:32px;
  background: url(../imgs/i_logout_d.svg) no-repeat center / 100%;
}

.shapeN1 { left:50% !important; margin-left:-580px !important; top:-190px !important}
.shapeN2 { right:0 !important; left:auto !important; top:auto !important; bottom: -350px !important;}

.dotsN1 { left:50% !important; margin-left:650px; bottom: 200px !important; top:auto !important }
.dotsN2 { left:auto !important; right:100px !important; bottom: auto !important; top:150px !important }

.navbar-nav.newNav.on > li > a { color:#fff; font-weight:600 !important;}
.newNavWrap { margin-left:0; }

.review-sec { position: relative; z-index:1; background:#f7f7f7}
.review-sec::before {
   content:"";
   display: block;
   position: absolute;
   left:0; top:0;
   width:100%;
   height:100%;
   background:url(../imgs/repeat_product.jpg) repeat;
   z-index:-1;
   border-top:1px solid #cecece;

}
.review-sec .review-cards-wrap .carousel-nav {
   position: absolute;
   top: -100px;
   right: auto;
   left:50%; 
   margin-left:500px;
   z-index:100;
}
.review-sec .review-cards-wrap .carousel-nav button {
   width: 48px;
   height: 48px;
   background-color: transparent;
   border-radius: 50%;
   border: 1px solid #3e3e3e;
   color: #3e3e3e;
   background-color: #fff;;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.review-sec .review-cards-wrap .carousel-nav button:hover {
   color:#fff;
}

.profile_z { position: relative; width:285px; }
.profile_z a { display: block; }
.thumb_z { position:relative;}
/* .thumb_z::before {
   content:"";
   display: block;
   position: absolute;
   left:0; bottom:0;
   background:url(../imgs/img_shadow.png) no-repeat center bottom / 100%;
   width:100%; 
   height:100%;
} */
.thumb_z img { width:100%;}

.favorit_z {
   border-radius:16px; 
   height:32px;
   background:rgba(255,255,255,0.6);
   border:1px solid #9E9E9E;
   display: flex; align-items: center;
   padding:15px;
   position: absolute;
   left:20px;
   top:20px;
}
.favorit_z i {
   display: block;
   width:15px; height: 15px;
   background:url(../imgs/i_s_heart.svg) no-repeat center / 100%;
   }
.favorit_z strong { font-size:14px; font-weight:400; margin-left:6px;}

.text_z { position: relative; padding:20px 0;}
.text_z span { display: block; font-size:16px; font-weight:600; color:#6e6e6e !important; margin-bottom:10px;}
.text_z p { display: block; font-size:20px; font-weight:700; color:#1e1e1e; line-height:1.2 }

.productSlideWrap { padding-top:0;}

.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item {
   transition: all 0.3s ease-out; position: relative; 
   margin-top:50px; 
   width:285px; height:430px;
   background: none !important;

}
.review-sec .review-cards-wrap .review-card-items-wrap .review-card-item.on {
   margin-top:0; 
}
/* .review-sec .review-cards-wrap .review-card-items-wrap .review-card-item:hover {
   margin-top:0; 
} */

.progress {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute; left:50%; bottom:-70px; width:50%; z-index:999; 
  transform:translateX(-50%);
  
  background-color: #DEDEDE;
  background-image: linear-gradient(to right, #9E9E9E, #9E9E9E);
  background-repeat: no-repeat;
  background-size: 0 100%;
 
  transition: background-size .3s ease-in-out;
}


.teacherCon { padding-left:30px;}
@media (max-width:1500px){
  .navbar-nav > li { margin:0 6px;}
  .navbar-nav > li > a { font-size:16px !important;}
}
@media (max-width:1200px){
  .info-sec .info-countdown { background: #fff; padding:30px 10px 0; height:auto; box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.03);}
  .info-sec .info-countdown .counter-box li strong { font-size:18px; margin-right:5px; }
  .info-sec .info-countdown .counter-box li span { font-size:14px; }
  
  .counter-box { padding-bottom:10px;}
  .counter-box li { display:flex; align-items:center; position:relative; padding-left:0; padding-right:0; margin-right:0; margin-bottom:15px; flex:0 0 50%;}
  .counter-box li::before { content:""; display:block; width:5px; height:22px; margin-top:-12px; }
  .counter-box li:nth-child(1),
  .counter-box li:nth-child(3) { padding-left:0; flex:0 0 40%;}

  .counter-box li:nth-child(2),
  .counter-box li:nth-child(4) { padding-left:20%; flex:0 0 60%;}

  .counter-box li:nth-child(1)::before { display: none; }
  .counter-box li:nth-child(3)::before { display: none; }

  .counter-box li strong { margin-right:15px;}

  .quick { display: none; }

  .mid-title { font-size:24px !important; padding:0 0;}
  .desc-type { font-size:14px !important; }

}


.mobNav { position: absolute; right: 30px; }
.white-btn { background:rgba(255,255,255,0.8); color:#333;}
.hero-sec .item-content .button-group .item-btn.border-white-btn { background: none; border:1px solid rgba(255,255,255,08) !important; color:#fff; transition: all 0.5s ease;}
.hero-sec .item-content .button-group .item-btn.border-white-btn:hover { background: #fff; color:#000;}

.mv2_img { position: absolute; left: 50%; top: 0px; margin-left:200px; width:510px; }
.mv2_wsf { top:150px; }

.mv2_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width:76px;
  height:76px;
  background:rgba(255,255,255,0.5);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv2_play i {
  display: block;
  width:28px; height: 30px;
  background: url(../imgs/p_play.svg) no-repeat center / 100%;
}



@media(max-width:1024px){
  .header-nav-menu > .navbar-brand > img { width:120px;}
  .mv2_img { position: absolute; left: 50%; top: -150px; margin-left:auto; transform: translateX(-50%); width:100%; }

  .info-secBox {
    max-width:auto; margin:0 15px; position: static; left:auto
  }

  .beneList { display: flex; flex-wrap: wrap; justify-content: space-between; padding:0 10px;}
  .beneList article { margin-left:0; background:#fff; border-radius: 10px; padding:25px 25px; flex:0 0 calc(48%); margin-bottom:20px;}
  .beneList article h3 { font-size:20px; color:black; margin-bottom: 12px;}
  .beneList article p { font-size:16px; font-weight: 400; line-height: 1.5;}
  .beneList article div { display: flex; justify-content: flex-end; }

  .caseP1 { margin-bottom:40px !important;}
  .caseDiv2 { margin-top:80px !important; }

  .footList { display: flex; padding:12px 0 30px 0; justify-content: space-between; flex-wrap: wrap; }
  .footList li { margin-left:0; margin-bottom:20px; flex:0 0 33.33333%; text-align: center;}
  .footList li:nth-child(1) { margin-left:0 !important; padding-left:0 !important;}
  .footList li a { font-size:18px; color:#fff; font-weight:500; margin-left:0; padding-left:0; text-align: center;}

  .footCopy { padding-top:20px;}
  .footCopy p{ font-size:16px; color:#9e9e9e; line-height:1.6; text-align: center;}
  .footCopy p:nth-child(1){ margin-bottom:50px; text-align: center;}

  .brand-items-newBox > div { margin-bottom:40px !important; }

  .teacherCon { padding-left:20px;}
}

@media(max-width:580px){


  .schedule-sec .schedule-content-wrap { padding:40px 10px; }
  .tab-pane > div { padding-top:25px !important; padding-bottom:10px;}
  .accordion-button { padding-right:60px !important;}
  .beneList article {  flex:0 0 calc(100%); margin-bottom:20px;}
  .schedule-sec .schedule-content-wrap .schedule-tab-content .schedule-item::before { display: none;}
  .teacherCon { padding-left:20px; padding-right:30px;}

  .schedule-sec .schedule-content-wrap .schedule-nav-tab .schedule-nav-item button {
    margin:10px 15px 10px;
  }

  .section-head.wellAbout { text-align: center; }
  .section-head .label {
    font-size: 14px;
    padding:7px 20px;
  }
  .faq-sec .title-area .title {
    line-height: 1.2;
    padding-right: auto;
  }
}






/* Magic cursor */
.magic-cursor {
  cursor: none;
}
#ball-cursor {
  position: fixed;
  width: 70px;
  height: 70px;
  border: 0 !important;
  background-color: var(--dark-gray);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  opacity: 0 !important;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out 0.1s;
  text-align: center;
  z-index:999999;
}
#ball-cursor:before, #ball-cursor:after {
  /* content: "\e843"; */
  content:"<";
  font-family: feather !important;
  color: var(--white);
  font-size: 20px;
  line-height: 70px;
  position: absolute;
  left: 12px;
  top: 0px;
}
#ball-cursor:after {
  /* content: "\e844"; */
  content:">";
  right: 12px;
  left: auto;
}
.magic-cursor-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  transition: opacity 0.2s ease-in-out 0.2s;
}
.magic-cursor-wrapper.sliderhover #ball-cursor {
  opacity: 1 !important;
}
.magic-cursor-wrapper.vertical #ball-cursor:before, .magic-cursor-wrapper.vertical #ball-cursor:after {
  content: "\e845";
  left: 50%;
  top: 10px;
  line-height: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.magic-cursor-wrapper.vertical #ball-cursor:after {
  content: "\e842";
  right: auto;
  bottom: 10px;
  top: auto;
}
@media (hover: none) {
  .magic-cursor-wrapper {
    display: none;
  }
}
.magic-cursor-light #ball-cursor {
  background-color: var(--white);
}
.magic-cursor-light #ball-cursor:before {
  color: var(--dark-gray);
}
.magic-cursor-light #ball-cursor:after {
  color: var(--dark-gray);
}
.magic-cursor-base-color #ball-cursor {
  background-color: var(--base-color);
}
.magic-cursor-base-color #ball-cursor:before {
  color: var(--white);
}
.magic-cursor-base-color #ball-cursor:after {
  color: var(--white);
}
.magic-view-cursor #ball-cursor {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  width: 180px;
  height: 180px;
  box-shadow: none;
}
.magic-view-cursor #ball-cursor:after {
  display: none;
}
.magic-view-cursor #ball-cursor:before {
  content: "Explore";
  font-size: 16px;
  color: var(--white) !important;
  font-weight: 400;
  font-family: var(--alt-font) !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.magic-drag-cursor #ball-cursor {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  width: 140px;
  height: 140px;
  box-shadow: none;
}
.magic-drag-cursor #ball-cursor:after {
  display: none;
}
.magic-drag-cursor #ball-cursor:before {
  content: "< DRAG >";
  font-size: 14px;
  color: var(--white) !important;
  font-weight: 600;
  font-family: var(--alt-font) !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  word-spacing: 4px;
  width: inherit;
}
.magic-drag-cursor.magic-cursor-light #ball-cursor {
  background-color: rgba(255, 255, 255, 0.2);
}
.magic-drag-cursor.magic-cursor-light #ball-cursor:before {
  color: var(--dark-gray);
}
.magic-drag-cursor.magic-cursor-light #ball-cursor:after {
  color: var(--dark-gray);
}
.magic-round-cursor #ball-cursor {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  width: 220px;
  height: 220px;
  box-shadow: none;
}
.magic-round-cursor #ball-cursor:before {
  display: none;
}
.magic-round-cursor #ball-cursor:after {
  display: none;
}



/* .mvc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
background:#936c9e;
}
.mvc iframe {
  width: 100vw;
  height:56.25vh; Given a 16:9 aspect ratio, 9/16*100 = 56.25
  min-height: 100vh;
  min-width: 177.77vw; Given a 16:9 aspect ratio, 16/9*100 = 177.77
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:-1;
} */


.mvc {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;

}

.mvc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mvc::before {
content:"";
display:block;
left:0;top:0;
width:100%;
height:100%;
 position:absolute; 
  background:url(../imgs/mv0.jpg) no-repeat center bottom / cover;
  z-index:-1;
}

.mvc iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  z-index:10;

  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  height:56.25vw;

  min-height: 100vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  min-width: 177.78vh;

  transform: translate(-50%, -50%);
  /* background:#180633; */
    z-index:-1;
}
@media (max-width:768px) {
	.mvc iframe {
	  transform: translate(-50%, -50%);
	  height:140vh;
	}
}

@media (min-aspect-ratio: 16/6) {
  .mvc iframe {
    /* height = 100 * (9 / 16) = 56.25 */
	  height: 56.25vw;
	  /* height:37.5vw; */
  }
}
@media (max-aspect-ratio: 16/6) {
  .mvc iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
	 width:266.67vh;
  }
}

.btnPosCenter .button-group button {
	box-shadow:0 5px 10px rgba(0,0,0,0.08);
}



/* .mvc {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.mvc iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .mvc iframe {
    height = 100 * (9 / 16) = 56.25
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mvc iframe {
    width = 100 / (9 / 16) = 177.777777
    width: 177.78vh;
  }
} */


.blog-sec .more-view { 
  color:#3E3E3E !important;
  font-size:16px !important;
 }

.mail, .location, .number { height:90px; }
a.mail-link,
a.location-link,
a.number-link { color:#3E3E3E; font-weight:600;}
.location-link span em { display:inline-block; width:60px;  }
.location-link span strong { font-weight:600; }