

.tag1, .tag2 , .tag3 , .tag4, .tagb,.tagw,.tagbl {
  font-size:14px;  vertical-align:top;
 padding:3px 8px; display:inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; font-weight: 500; 
}



.tag1 { margin-right:7px; border: 1px solid #e9a466;color: #fa9504;}
.tag2 { margin-right:7px; border:1px solid #004dda; color:#bbd8f9;}
.tag3 { margin-right:7px; border:1px solid #fafafa; color:#f4f3ed; }
.tag4 { margin-right:7px; border:1px solid #03c75a; color:#fff;background-color:#03c75a;opacity:1;}
.tagb { margin-right:7px; border:1px solid #3651e0; color:#000;background-color:#fff;opacity:1;}
.tagw { margin-right:7px; border:1px solid #3651e0; color:#fff;background-color:#3651e0;opacity:1;}
.tagbl { margin-right:7px; border:1px solid #f45f4b; color:#fff;background-color:#f45f4b;opacity:1;}

@media screen and (max-width:767px){
.tag1, .tag2 , .tag3 , .tag4, .tagb,.tagw,.tagbl{
 padding:2px 7px; 
}


}


.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }


.background-bottom {
 background-attachment: fixed;
  background-position: center bottom;
  background-size: cover; }


.background-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover; }

.no-parallax {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center !important; }

.top-pad-80 .wrapper {
  padding: 20px 0px 30px 0px;
}



@media (max-width: 1023px) {
  .top-pad-80 .wrapper {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
 .top-pad-80 .wrapper {
     padding: 20px;
  }
}

  .rts-category-area .category-wrapper .title {
    font-size: 20px;
  }

.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.4s;
}


.category-wrapper {
  background: var(--color-gray);
  border-radius: 10px;
  padding: 30px 10px;
  text-align: center;
  transition: all 0.4s;
  margin:10px 0px 60px 0px ;
}
.category-wrapper:hover {
  background: var(--color-gray2);
}
.category-wrapper:hover .title a,
.category-wrapper:hover .desc {
 /*color: var(--text-white); */
}
.category-wrapper .icon {
  margin-bottom: 24px;
}

.category-wrapper .icon img {
  max-width:50px;
}
.category-wrapper .title {
  font-weight: 500;
  margin-bottom: 8px;
  transition: all 0.4s; font-size: 20px;
}
.category-wrapper .title a {
  color: var(--color-heading-1);
  transition: all 0.4s;
}
.category-wrapper .desc {
  transition: all 0.4s;
}
.section-title-area {
  max-width: max-content;
}
.section-title-area p.sub-title {
  color: var(--color-primary);
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 10px;
}
.section-title-area .section-title {
  color: var(--color-heading-1);
  font-weight: 500;
  margin-bottom: 0;
}
.section-title-area .section-title span {
  color: var(--color-primary);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}



.project-wrapper {
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.project-wrapper:hover .image-area img {
  transform: scale(105%);
}
.project-wrapper .image-area {
  overflow: hidden;
  transition: var(--transition);
  border-radius: 10px;
  width: 100%;
}
.project-wrapper .image-area img {
  transform: scale(100%);
  transition: var(--transition);
  width: 100%;
}
.project-wrapper .price {
  color: var(--primary-color);
  background: var(--grey-sub-color);
  border-radius: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 14px 10px;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
  transform: scale(0);
  transition: var(--transition);
}
.project-wrapper .content-area {
  background: var(--grey-sub-color);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 30px 40px rgba(197, 197, 197, 0.16);
  position: absolute;
  z-index: 1;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  transition: var(--transition);
  opacity: 0;
}
.project-wrapper .content-area .feature-area {
  display: flex;
  align-items: center;
  gap: 51px;
  margin-bottom: 25px;
  justify-content: center;
}
.project-wrapper .content-area .feature-area li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  font-size: 20px;
  color: var(--color-body);
  font-weight: 500;
  font-family: var(--font-primary);
}
.project-wrapper .content-area .rts-btn {
  margin-left: auto;
  margin-right: auto;
}
.section-title-area2 {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;  margin-bottom:20px;
}
.section-title-area2 p.sub-title {
  color: var(--bg-black-color);
  font-size: 20px;
  line-height: 34px;
  margin-bottom:0px;
}
.section-title-area2 .section-title {
  color: var(--color-body);font-size:24px;
  font-weight: 500;
  margin-bottom: 0;
}
.section-title-area2 .section-title span {
  color: var(--bg-black-color);
 /* text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;*/
}

@media only screen and (max-width: 768px) {


}

/*=============================
    	05. About
===============================*/
.about__area-two {
  position: relative;
  z-index: 1;
}
.about__area-two::before {
  content: "";
 
  width: 515px;
  height: 515px;
  background: #7838FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  filter: blur(150px);
  opacity: 0.1;
}
@media (max-width: 991.98px) {
  .about__area-two::before {
    top: 0;
  }
}
.about__area-three {
  position: relative;
  z-index: 1;
}
.about__area-three::before {
  content: "";
 
  width: 515px;
  height: 515px;
  background: #7838FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  filter: blur(150px);
  opacity: 0.1;
}
.about__area-four {
  position: relative;
  z-index: 1;
}
.about__area-five {
  position: relative;
  z-index: 1;
}
.about__area-eight {
  background: #969697;
}
@media (max-width: 991.98px) {
  .about__img-three {
    text-align: center;
    margin-bottom: 50px;
  }
}
.about__img-four {
  margin-left: -20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .about__img-four {
    margin-left: -45px;
  }
}
@media (max-width: 991.98px) {
  .about__img-four {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.about__img-four .shape img {
  position: absolute;
  z-index: -1;
  left: -5%;
  top: 11%;
}
.about__img-five {
  width: 505px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .about__img-five {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .about__img-five {
    width: 100%;
  }
}
.about__img-five img {
  border-radius: 50px 200px 50px 50px;
}
.about__img-six {
  text-align: right;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .about__img-six {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-six {
    padding-left: 20px;
  }
}
.about__img-six::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100px;
  height: 70%;
  background: var(--color-primary);
  border-radius: 25px 0px 0px 25px;
  z-index: -1;
}
.about__img-six img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .about__img-six img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
}
.about__img-wrap {
  position: relative;
  margin-right: 45px;
}
@media (max-width: 1199.98px) {
  .about__img-wrap {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about__img-wrap {
    margin-bottom: 60px;
  }
}
.about__img-wrap .shape img {
  position: absolute;
  z-index: -1;
}
.about__img-wrap .shape img:nth-child(1) {
  left: -6%;
  top: 42%;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .about__img-wrap .shape img:nth-child(1) {
    max-width: 90px;
  }
}
@media (max-width: 767.98px) {
  .about__img-wrap .shape img:nth-child(1) {
    left: -4%;
    top: 38%;
  }
}
.about__img-wrap .shape img:nth-child(2) {
  left: 20%;
  bottom: -6%;
}
@media (max-width: 1199.98px) {
  .about__img-wrap .shape img:nth-child(2) {
    left: 6%;
  }
}
@media (max-width: 767.98px) {
  .about__img-wrap .shape img:nth-child(2) {
    left: 1%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-wrap .shape img:nth-child(2) {
    left: 16%;
  }
}
.about__img-wrap-two {
  position: relative;
  padding: 70px 80px 70px 0;
  margin-right: 35px;
}
@media (max-width: 1199.98px) {
  .about__img-wrap-two {
    padding: 70px 50px 70px 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about__img-wrap-two {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .about__img-wrap-two {
    padding: 30px 20px 30px 0;
  }
}
.about__img-wrap-two::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 84%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-border-radius: 20px 20px 107px 20px;
  -moz-border-radius: 20px 20px 107px 20px;
  -o-border-radius: 20px 20px 107px 20px;
  -ms-border-radius: 20px 20px 107px 20px;
  border-radius: 20px 20px 107px 20px;
}
@media (max-width: 767.98px) {
  .about__img-wrap-two::before {
    -webkit-border-radius: 20px 20px 50px 20px;
    -moz-border-radius: 20px 20px 50px 20px;
    -o-border-radius: 20px 20px 50px 20px;
    -ms-border-radius: 20px 20px 50px 20px;
    border-radius: 20px 20px 50px 20px;
  }
}
.about__img-wrap-two > img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .about__img-wrap-two > img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
}
.about__img-wrap-two .shape img {
  position: absolute;
}
.about__img-wrap-two .shape img:nth-child(1) {
  left: -50px;
  bottom: 0;
  z-index: -1;
}
.about__img-wrap-two .shape img:nth-child(2) {
  right: 4%;
  bottom: 25%;
}
@media (max-width: 767.98px) {
  .about__img-wrap-two .shape img:nth-child(2) {
    display: none;
  }
}
.about__img-wrap-three {
  margin-right: 80px;
  text-align: right;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .about__img-wrap-three {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about__img-wrap-three {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-wrap-three {
    padding: 0 0 40px 30px;
  }
}
.about__img-wrap-three > img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 8px solid #fff;
}
.about__img-wrap-three .rating-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-end;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .about__img-wrap-three .rating-wrap {
    display: none;
  }
}
.about__img-wrap-three .rating-wrap p {
  margin-bottom: 0;
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.3;
}
.about__img-wrap-three .rating-wrap p span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.about__img-wrap-four {
  position: relative;
  padding-bottom: 30px;
  margin-right: 35px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .about__img-wrap-four {
    margin-right: 0;
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .about__img-wrap-four {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-wrap-four {
    padding-right: 0;
    text-align: center;
  }
}
.about__img-wrap-four::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 290px;
  height: 50px;
  background: var(--color-primary);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about__img-wrap-four::before {
    display: none;
  }
}
.about__img-wrap-four img:nth-child(1) {
  border: 12px solid #fff;
}
.about__img-wrap-four img:nth-child(2) {
  border: 10px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .about__img-wrap-four img:nth-child(2) {
    display: none;
  }
}
.about__images {
  padding-right: 30px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .about__images {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__images {
    padding-right: 30px;
  }
}
.about__images img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.about__images img:nth-child(2) {
  -webkit-border-radius: 15px 20px 0px 15px;
  -moz-border-radius: 15px 20px 0px 15px;
  -o-border-radius: 15px 20px 0px 15px;
  -ms-border-radius: 15px 20px 0px 15px;
  border-radius: 15px 20px 0px 15px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.about__mask-img {
  -webkit-mask-image: url(../img/images/about_mask_img.svg);
  mask-image: url(../img/images/about_mask_img.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 623px;
  height: 566px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .about__mask-img {
    width: 495px;
    height: 452px;
  }
}
@media (max-width: 991.98px) {
  .about__mask-img {
    width: 575px;
    height: 523px;
  }
}
@media (max-width: 767.98px) {
  .about__mask-img {
    width: 330px;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__mask-img {
    width: 513px;
    height: 468px;
  }
}
.about__mask-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__content > p {
  margin-bottom: 25px;
  width: 95%;
}
.about__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px 70px;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .about__content-bottom {
    gap: 30px 30px;
  }
}
.about__content-bottom-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px 25px;
}
@media (max-width: 1199.98px) {
  .about__content-bottom-two {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.about__content-bottom-two .rating-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 68%;
}
@media (max-width: 1199.98px) {
  .about__content-bottom-two .rating-wrap {
    width: 100%;
  }
}
.about__content-bottom-two .rating-wrap p {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-heading-color);
}
.about__content-bottom-two .rating-wrap p span {
  font-size: 24px;
  font-weight: 600;
}
.about__content-two > p {
  font-size: 18px;
  margin-bottom: 38px;
  width: 90%;
}
@media (max-width: 1199.98px) {
  .about__content-two > p {
    margin-bottom: 30px; font-size: 16px;
    width: 100%;
  }
}
.about__content-three {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .about__content-three {
    margin-left: 0;
  }
}
.about__content-three > p {
  margin-bottom: 28px;
  width: 90%;
}
.about__content-four {
  margin-right: 55px;
}
@media (max-width: 991.98px) {
  .about__content-four {
    margin-right: 0;
  }
}
.about__content-four .section__title .title strong {
  font-style: italic;
  font-weight: 400;
}
.about__content-four > p {
  margin-bottom: 0;
}
.about__content-four .about__list-item-two li {
  margin-bottom: 14px;
  font-size: 18px;
}
.about__content-four .tg-btn {
  margin-top: 33px;
}
@media (max-width: 767.98px) {
  .about__content-four .tg-btn {
    margin-top: 23px;
  }



}
.about__content-five > p {
  margin-bottom: 30px;
}
.about__content-five .about__list-item-two {
  margin-bottom: 45px;
}
.about__content-six > p {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .about__content-six > p {
    margin-bottom: 40px;
  }
}
.about__content-seven {
  margin-left: -45px;
}
@media (max-width: 1199.98px) {
  .about__content-seven {
    margin-left: 0;
  }
}
.about__content-seven p {
  margin-bottom: 18px;
}
.about__content-seven p.info-one {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 18px;
}
.about__content-seven .about__list-item {
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .about__content-seven .about__list-item {
    margin-bottom: 25px;
  }
}
.about__content-seven .about__list-item li {
  margin-bottom: 13px;
}
.about__content-seven .about__list-item li:last-child {
  margin-bottom: 0;
}
.about__content-eight .info-one {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-secondary);
  line-height: 1.4;
}
.about__content-eight p {
  margin-bottom: 20px;
}
.about__inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px 30px;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .about__inner-wrap {
    flex-wrap: wrap;
  }
}
.about__inner-wrap-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .about__inner-wrap-two {
    margin-bottom: 40px;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .about__inner-wrap-two {
    flex-wrap: wrap; margin-bottom:0px;
  }
}
.about__inner-wrap-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0 35px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .about__inner-wrap-three {
    margin: 22px 0 25px;
  }
}
.about__inner-wrap-four {
  margin-left: -90px;
  margin-right: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px 55px;
}
@media (max-width: 1500px) {
  .about__inner-wrap-four {
    margin-left: -50px;
    margin-right: 40px;
    gap: 30px 40px;
  }
}
@media (max-width: 1199.98px) {
  .about__inner-wrap-four {
    margin-left: -10px;
    margin-right: 20px;
    gap: 30px 25px;
  }
}
@media (max-width: 991.98px) {
  .about__inner-wrap-four {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .about__inner-wrap-four {
    flex-wrap: wrap;
  }
}
.about__inner-wrap-five {
  margin-left: -20px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .about__inner-wrap-five {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.about__inner-wrap-five .circle__wrap-two {
  margin-bottom: 45px;
}
.about__inner-wrap-five img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.about__inner-wrap-six {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px 50px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .about__inner-wrap-six {
    gap: 30px 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .about__inner-wrap-six {
    flex-wrap: wrap;
  }
}
.about__inner-wrap-seven {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__inner-wrap-eight {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.about__inner-wrap-eight .about__list-item {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px 20px;
}
.about__inner-wrap-eight .about__list-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--color-primary);
}
.about__inner-box {
  position: relative;
}
.about__inner-box::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E3E3E3;
}
@media (max-width: 767.98px) {
  .about__inner-box::before {
    display: none;
  }
}
.about__inner-box:last-child::before {
  display: none;
}
.about__inner-box .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-4);
  color: var(--color-primary);
  border-radius: 8px 18px;
  font-size: 45px;
  margin-bottom: 25px;
}
.about__inner-box .content .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.about__inner-box .content p {
  margin-bottom: 0;
}
.about__list-box {
  width: 44.4%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .about__list-box {
    width: 100%;
  }
}
.about__list-box-item {
  background: #eaf0ff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  gap: 17px;
  padding: 29px 24px;
}
@media (max-width: 1199.98px) {
  .about__list-box-item {
    padding: 29px 18px;
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .about__list-box-item {
    padding: 29px 24px;
    gap: 17px;
  }
}
.about__list-box-item:last-child {
  margin-bottom: 0;
}
.about__list-box-item .icon {
  font-size: 50px;
  line-height: 0;
  color: var(--color-primary);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.about__list-box-item .content .title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .about__list-box-item .content .title br {
    display: none;
  }
}
.about__list-box-item:hover .icon {
  transform: rotateY(180deg);
}
.about__list-box-item-two {
  background: #fff;
  border: 1px solid #DFE1ED;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 29px 40px;
  justify-content: space-between;
  gap: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767.98px) {
  .about__list-box-item-two {
    flex-wrap: wrap;
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__list-box-item-two {
    flex-wrap: nowrap;
  }
}
.about__list-box-item-two:last-child {
  margin-bottom: 0;
}
.about__list-box-item-two:hover {
  transform: translateY(-5px);
}
.about__list-box-item-two:hover .left-side-content .icon i {
  transform: rotateY(180deg);
}
.about__list-box-item-two .left-side-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .about__list-box-item-two .left-side-content {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__list-box-item-two .left-side-content {
    flex-wrap: nowrap;
  }
}
.about__list-box-item-two .left-side-content .icon {
  position: relative;
  font-size: 42px;
  color: var(--color-primary);
  z-index: 1;
}
.about__list-box-item-two .left-side-content .icon::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -8px;
  width: 42px;
  height: 42px;
  background: #eaf0ff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  z-index: -1;
}
.about__list-box-item-two .left-side-content .icon i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about__list-box-item-two .content .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.about__list-box-item-two .content p {
  margin-bottom: 0;
  width: 93%;
}
.about__list-box-item-two .right-side-arrow a {
  width: 74px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf0ff;
  color: var(--color-primary);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.about__list-box-item-two .right-side-arrow a:hover {
  background: var(--color-primary);
  color: #fff;
}
.about__inner-content p {
  margin-bottom: 25px;
}
.about__inner-img {
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
}
.about__inner-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  background: var(--color-primary);
}
.about__list-item li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.about__list-item li:last-child {
  margin-bottom: 0;
}
.about__list-item li .icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1.5px solid var(--color-primary);
  color: var(--color-primary);
  transform: translateY(1px);
  flex: 0 0 auto;
}
.about__list-item-two li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 19px;
}
.about__list-item-two li:last-child {
  margin-bottom: 0;
}
.about__list-item-two li .icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  flex: 0 0 auto;
}
.about__list-item-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px 0;
  flex-wrap: wrap;
}
.about__list-item-three li {
  width: 33.33%;
  flex: 0 0 auto;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about__list-item-three li {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .about__list-item-three li {
    width: 100%;
  }

.about__list-item-two li {
  font-size: 15px;margin-bottom: 15px;
  
}
.about__list-item-two li .icon {
  width: 20px;
  height: 20px;
 
}

}
.about__list-item-four {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 0;
  margin-bottom: 35px;
}
.about__list-item-four li {
  width: 50%;
  flex: 0 0 auto;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about__list-item-four li {
    width: 100%;
  }
}
.about__list-item-white li {
  color: #969697;
}
.about__shape img {
  position: absolute;
  z-index: -1;
  right: 15%;
  bottom: 10%;
}
@media (max-width: 767.98px) {
  .about__shape img {
    display: none;
  }
}
.about__shape-two img {
  position: absolute;
  left: 30px;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .about__shape-two img {
    max-width: 240px;
  }
}
@media (max-width: 767.98px) {
  .about__shape-two img {
    display: none;
  }
}
.about__shape-three img {
  position: absolute;
  z-index: -1;
}
.about__shape-three img:nth-child(1) {
  left: 17%;
  top: 17%;
}
@media (max-width: 1800px) {
  .about__shape-three img:nth-child(1) {
    left: 11%;
  }
}
@media (max-width: 1500px) {
  .about__shape-three img:nth-child(1) {
    left: 5%;
  }
}
@media (max-width: 1199.98px) {
  .about__shape-three img:nth-child(1) {
    left: 1%;
    max-width: 200px;
    top: 19%;
  }
}
@media (max-width: 991.98px) {
  .about__shape-three img:nth-child(1) {
    display: none;
  }
}
.about__shape-three img:nth-child(2) {
  right: 10%;
  top: -10px;
}
@media (max-width: 1800px) {
  .about__shape-three img:nth-child(2) {
    right: 4%;
  }
}
@media (max-width: 1500px) {
  .about__shape-three img:nth-child(2) {
    max-width: 200px;
    right: 2%;
  }
}
@media (max-width: 1199.98px) {
  .about__shape-three img:nth-child(2) {
    max-width: 155px;
  }
}




/*----------------------------------------*/
/*  BUTTON CSS START
/*----------------------------------------*/

.primary-btn-1{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  display: inline-flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 20px 24px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s
}

.primary-btn-1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--bg-light-dark-color);
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-1:hover {
  color: #fff;
  border: 1px solid var(--bg-light-dark-color);
}

.primary-btn-1:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-1:active {
  background-color: #fff
}

/* button style two */

.primary-btn-2{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  display: inline-flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s ;
}

.primary-btn-2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--bg-light-dark-color);
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-2:hover {
  color: #fff;
  border: 1px solid var(--bg-light-dark-color);
}

.primary-btn-2:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-2:active {
  background-color: #fff
}

/* button style 3 */

.primary-btn-3 {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid var(--bg-light-dark-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  white-space: nowrap;
  padding: 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s;
  border-radius: 30% 70% 67% 33% / 30% 30% 70% 70%;
  flex-direction: column;
  height: 125px;
  width: 145px;   
  animation: morphing 10s infinite;
}

.primary-btn-3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--bg-light-dark-color);
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-3:hover {
  color: #fff;
  border: 1px solid var(--bg-light-dark-color);
}

.primary-btn-3:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-3:active {
  background-color: #fff
}

.primary-btn-3 i {
  margin-top: 10px;
}

.primary-btn-3:hover i {
  animation: wobble-vertical 1s ease-in-out 1;
}


/* button style Four */

.primary-btn-4{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--bg-light-dark-color);
  border: 1px solid var(--bg-light-dark-color);
  display: inline-flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all .6s
}

.primary-btn-4 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--color-primary);
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-4:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
}

.primary-btn-4:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-4:active {
  background-color: #fff
}


/* button style five */

.primary-btn-5{
  color: var(--bg-light-dark-color);
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid var(--bg-light-dark-color);
  display: inline-flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: all .6s
}

.primary-btn-5 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--bg-light-dark-color);
  transition: all .6s;
  transform: translate(-50%,-50%);
  z-index: -1
}

.primary-btn-5:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
}

.primary-btn-5:hover span {
  width: 225%;
  height: 1000.5px
}

.primary-btn-5:active {
  background-color: #fff
}






/*=============================
	 Button style
===============================*/



.tg-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tg-btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--color-primary) none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size:16px;
  font-weight:600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 25px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 10px;
  --arrow-hover-move-x: -110%;
  gap: 10px;
  z-index: 1;
  position: relative;
  border: none;
}
.tg-btn svg {
  transition: all 0.3s ease-out 0s;
}
.tg-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.tg-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.tg-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;


}
.tg-btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--color-secondary);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.tg-btn:hover, .tg-btn:focus-visible {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.tg-btn:hover svg path:nth-of-type(1), .tg-btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.tg-btn:hover svg path:nth-of-type(2), .tg-btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.tg-btn:hover::before, .tg-btn:focus-visible::before {
  top: -40%;
}
.tg-btn.white-btn {
  background: #fff;
  color: var(--color-secondary);
}
.tg-btn.white-btn svg path {
  stroke: var(--color-secondary);
}



.white-btn-two {
  background:#fff;
  color: var(--color-primary);
}
.white-btn-two::before {
  background: var(--color-primary);
}
.white-btn-two:hover {
  color:#fff;
  background:#fff;
}

.tg-hover-btn::before {
  background: var(--tg-color-sky-blue);
}

.tg-btn-two {
  background: var(--tg-color-gray-1);
  color: var(--tg-body-color);
}
.tg-btn-two svg {
  color: var(--color-primary);
}
.tg-btn-two::before {
  background: var(--color-primary);
}
.tg-btn-two:hover {
  color:#fff;
  background: var(--tg-color-gray-1);
}
.tg-btn-two:hover svg {
  color:#fff;
}

.tg-btn-three {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.tg-btn-four {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 17px 25px;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
}
.tg-btn-four svg path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
}
.tg-btn-four svg path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
}
.tg-btn-four:hover, .tg-btn-four:focus-visible {
  background: var(--color-primary);
  color:#fff;
  border-color: var(--color-primary);
}
.tg-btn-four:hover svg path:nth-of-type(1), .tg-btn-four:focus-visible svg path:nth-of-type(1) {
  transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
}
.tg-btn-four:hover svg path:nth-of-type(2), .tg-btn-four:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
}
.tg-btn-four::before {
  display: none;
}

.tg-btn-five {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.tg-btn-six {
  background: var(--color-primary);
  border: none;
  gap: 40px;
  padding: 18px 24px;
}
.tg-btn-six::after {
  content: "";
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background:#fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tg-btn-six::before {
  display: block;
}

.tg-btn-seven {
  -webkit-border-radius: 4px 12px;
  -moz-border-radius: 4px 12px;
  -o-border-radius: 4px 12px;
  -ms-border-radius: 4px 12px;
  border-radius: 4px 12px;
}

.tg-btn-eight {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 18px 24px;
}

.tg-border-btn {
  border: 1px solid#fff;
  background: transparent;
  color:#fff;
  padding: 17px 25px;
}
.tg-border-btn:hover {
  background: var(--color-secondary);
  color:#fff;
  border-color: var(--color-secondary);
}
.tg-border-btn::before {
  display: none;
}
.tg-border-btn-two {
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.tg-border-btn-two::after {
  background: var(--color-primary);
}
.tg-border-btn-two::before {
  display: none;
}
.tg-border-btn-two:hover::after {
  background:#fff;
}

.tg-btn-lavender {
  background: var(--tg-color-gray-1);
  color: var(--color-primary);
}
.tg-btn-lavender::after {
  background: var(--color-primary);
}
.tg-btn-lavender::before {
  background: var(--color-secondary);
}
.tg-btn-lavender:hover {
  background: var(--tg-color-gray-1);
  color:#fff;
}
.tg-btn-lavender:hover::after {
  background:#fff;
}

.link-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tg-body-color);
}

/*=============================
	00. Section Title
===============================*/
.section__title {
  position: relative;
}
.section__title .sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-primary);
  margin-bottom:0px;
}
.section__title .title {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0;
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title .title {
    font-size: 34px;
  }
}
.section__title .title span {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .section__title .title br {
    display: none;
  }
}
.section__title .title svg {
  color: var(--color-primary);
}
.section__title p {
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .section__title p br {
    display: none;
  }
}
.section__title.white-title .sub-title {
  color: #fff;
}
.section__title.white-title .title {
  color: #fff;
}
.section__title.white-title p {
  color: #ACAACC;
}
.section__title.white-title-two p {
  color:#666;
}
.section__title-semiBold .title {
  font-weight: 600;
}
.section__title-two .title {
  font-size: 40px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section__title-two .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-two .title {
    font-size: 34px;
  }
}


.client__box {
  background: #d6e2ee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 32px 20px 32px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  gap: 15px;
}
@media (max-width: 1199.98px) {
  .client__box {
    padding: 30px 20px 30px 25px;
  }
}
.client__box .icon {
  font-size: 50px;
  color: var(--color-primary);
}
.client__box .content .count {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 0.8;
}
.client__box .content span {
  display: block;
  font-weight: 500;
  line-height: 1;
}
.client__box-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #CFD5ED;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  gap: 15px;
  padding: 30px 35px;
}
@media (max-width: 991.98px) {
  .client__box-two {
    padding: 20px 20px;
  }
}
.client__box-two .icon {
  font-size: 50px;
  color: var(--color-primary);
}
.client__box-two .content .count {
  font-size: 40px;
  margin-bottom: 7px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .client__box-two .content .count {
    font-size: 36px;
  }
}
.client__box-two .content span {
  display: block;
  font-weight: 600;
  font-size: 17px;
  color: #444;
  text-transform: capitalize;
  line-height: 1;
}


/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 2s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 2s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.rightToLeft {
  -webkit-animation: rightToLeft 3s ease-in-out 0s infinite alternate;
  animation: rightToLeft 3s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeRight2 {
  -webkit-animation-name: fadeRight2;
  animation-name: fadeRight2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeDown2 {
  -webkit-animation-name: fadeDown2;
  animation-name: fadeDown2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}







/* ÅÇ ÄÃ·¯*/

 .nav-item .nav-link {
  color: #121212;
  padding: 8pt 20pt; margin:5px;
  border: 1px solid ;
  border-color:var(--color-border);
  background: var(--color-gray);
}
.nav-item .nav-link.active {margin:5px;
  background: var(--thm-black2);
  color: #ffffff;
   border: 1px solid ;
  border-color:#121212;
}


.box_feat {
  background-color: #fff;
  padding: 165px 45px 20px 45px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.box_feat h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 25px;
  color: #3651e0;
}
.box_feat#icon_1 {
  background: #fff url(../img/icon-home-1.svg) no-repeat center 45px;
}
.box_feat#icon_2 {
  background: #fff url(../img/icon-home-2.svg) no-repeat center 45px;
}
.box_feat#icon_3 {
  background: #fff url(../img/icon-home-3.svg) no-repeat center 45px;
}
.box_feat span {
  position: absolute;
  top: 50%;
  right: -48px;
  margin: -42px 0 0 0;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ededed;
  background: #fff url(../img/arrow-gray-1.svg) no-repeat center center;
  display: block;
  z-index: 9;
}
@media (max-width: 991px) {
  .box_feat span {
    /* For less than 991px */
    top: 100%;
    left: 50%;
    margin: -20px 0 0 -35px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.hr-title {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  text-align: center;
  height: 10px;
  line-height: 20px;
  margin: 10px 0;
  height: auto;
  color: #bbbbbb; }
  
.hr-title2 {
 border-top-style: solid;
  border-top-width:2px;
  font-size: 16px;
  text-align: center;
  height: 10px;
  line-height: 20px;
  margin: 10px 0;
  height: auto;
  color:#6762fd }

  .hr-title abbr,.hr-title2 abbr {
    background-color: #fff; }

  .hr-title abbr {
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
    top: -10px;
    letter-spacing: .2em;
    text-transform: uppercase; }



	.hr-title2 abbr {
	 padding:10px 30px;
    border-radius: 2px;
    position: relative;
    top: -10px;font-weight: 500;
	letter-spacing: -0.06em;
    background-color:#6762fd;color:#FFF; }
  
  .hr-title i {
    position: relative;
    top: -2px;
    font-size: 8px; }
  .hr-title.hr-full {
    width: 100%; }

  .hr-title.hr-long, .hr-title2.hr-long { width:50%;
    margin:40px auto 30px; }


@media (max-width: 767px) {
 
  .hr-title.hr-long, .hr-title2.hr-long { width:100%;
    margin:40px auto 30px; }

}



  .hr-title.hr-short, .hr-title2.hr-short {
    width: 25%;
    margin: 20px auto 30px; }
  .hr-title.hr-left {
    text-align: left; }
    .hr-title.hr-left abbr {
      padding-left: 0; }
    
	.hr-title.hr-left.hr-long {
      margin-left: 0; }
  .hr-title.hr-right {
    text-align: right; }
    .hr-title.hr-right abbr {
      padding-right: 0; }
    .hr-title.hr-right.hr-long {
      margin-right: 0; }
  .hr-title.hr-double {
    border-top: 4px double #ebebeb; }
    .hr-title.hr-double abbr {
      top: -12px; }

/*# sourceMappingURL=pricing-tables.css.map */

/* ----------------------------------------------------------------------
	Base Colors
-------------------------------------------------------------------------*/
/*Colors*/
/*Typography*/
/*Header*/
/*Side Panel*/
/*Margins*/
/*Transitions*/
/* ----------------------------------------------------------------
    Testimonial-È÷½ºÅä¸®
-----------------------------------------------------------------*/
.testimonial .testimonial-item {
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  padding: 46px;
  text-align: center; font-size:14px;font-weight:500;color:#666;}


  .testimonial .testimonial-item > img {
    border-radius: 50%;
    display: block;
    float: none;
    height: 60px;
    margin: 0 auto 10px;
    width: 60px; }
 
  .testimonial .testimonial-item  li {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 21px;
  text-align:left;font-size:14px;
	font-size:0.875rem;
 
}

  .testimonial .testimonial-item li:after {
  position: absolute;
  left: 0;
  top:0px;
  font-weight:500;
/*- font-family: 'themify';*/
content: "-";
 font-size:14px;  colOR:var(--primary-color);

}

/* ----------------------------------------------------------------
    Testimonial - Responsive
-----------------------------------------------------------------*/
@media (max-width: 992px) {
  .testimonial.testimonial-left .testimonial-item {
    text-align: left; }
    .testimonial.testimonial-left .testimonial-item > img {
      display: inherit;
      float: none;
      margin: 0px auto;
      height: 60px;
      width: 60px; }
    .testimonial.testimonial-left .testimonial-item > p,
    .testimonial.testimonial-left .testimonial-item > span {
      margin-left: 0;
      text-align: center; }
  .testimonial.testimonial-single .testimonial-item {
    padding: 0px 0px; }
    .testimonial.testimonial-single .testimonial-item > img {
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06); }
    .testimonial.testimonial-single .testimonial-item p {
      font-size: 14px; }
	  
	  
	.testimonial .testimonial-item {
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  padding: 10px;
  text-align: center; font-size:14px;font-weight:500;color:#666;}
  
 .testimonial .testimonial-item > img {
    height: 40px;
    margin: 0 auto 10px;
    width: 40px; }  
	  
	  
	  
	  
	  
	  
	  
	  }

/*# sourceMappingURL=testimonials.css.map */

/* ----------------------------------------------------------------------
TIMELINE
-------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------
    Clients Logo
-------------------------------------------------------------------------*/
.grid li {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1; }

.clients-carousel a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0.8; }
  .clients-carousel a img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0.1; }

.parallax .clients-carousel a {
  opacity: 1; }

.grid li:hover {
  opacity: 0.8;
  cursor: pointer; }

.clients-carousel a:hover {
  opacity: 1;
  cursor: pointer; }
  .clients-carousel a:hover img {
    opacity: 0.9;
    cursor: pointer; }

.client-carousel .owl-item img, .clients-logo .owl-item img {
  padding: 20px; }

.grid {
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px; }
  .grid.grid-2-columns li, .grid.grid-2-columns figure {
    width: 50%; }
  .grid.grid-3-columns li, .grid.grid-3-columns figure {
    width: 33.333333%; }
  .grid.grid-4-columns li, .grid.grid-4-columns figure {
    width: 25%; }
  .grid.grid-5-columns li, .grid.grid-5-columns figure {
    width: 20%; }
  .grid.grid-6-columns li, .grid.grid-6-columns figure {
    width: 16.6666666%; }
  .grid li:hover {
    cursor: pointer;
    background-color: #ffffff; }
  .grid li a, .grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
  .grid li a img {
    width: 100%; }
  .grid li:before, .grid li:after {
    content: '';
    position: absolute; }
  .grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #eee; }
  .grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee; }
  .grid.clients-grey {
    border: 1px solid #ddd; }
    .grid.clients-grey li {
      background-color: #eee; }
      .grid.clients-grey li:before {
        border-left: 1px solid #ccc; }
      .grid.clients-grey li:after {
        border-bottom: 1px solid #ccc; }
  .grid.clients-border {
    border-width: 10px; }



@media (max-width: 767px){	

  .grid.grid-6-columns li, .grid.grid-6-columns figure {
    width: 33.333333%;}
  .grid li a, .grid li img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

}




/*client options*/

/* ----------------------------------------------------------------
Page Menu
-----------------------------------------------------------------*/
.page-menu {
  position: relative;
 /* height: 46px;
  line-height: 46px;*/
  background-color: #f3f3f3; }
  .page-menu > .container { position: relative;padding:20px;    }
  .page-menu .menu-title {
    float: left;
    color: #565656;
    font-size: 18px; }
    .page-menu .menu-title span {
      font-weight: 600; }
  .page-menu nav {
    float: right; }
    .page-menu nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative; }
    .page-menu nav li {
      position: relative;
      margin-right: 2px;
      border: 0;
      display: inline-block;
      float: none; }
      .page-menu nav li a {
        display: block;
        position: relative;
        padding: 8px 10px;
        font-size: 13px;
        line-height: 12px;
        color: #565656;
        border-radius: 50px;
        transition: all .3s ease;
        border-width: 2px;
        border-style: solid;
        border-color: transparent; }
      .page-menu nav li:hover a, .page-menu nav li.active a {
        color: #ffffff;
        background-color: #29304b; }
      .page-menu nav li:last-child {
        margin-right: 0; }
  .page-menu.menu-outline nav li:hover a, .page-menu.menu-outline nav li.active a {
    border-color: #29304b;
    color: #29304b;
    background-color: transparent; }
  .page-menu.menu-lines nav li a {
    border-radius: 0;
    border: none;
    background-color: transparent; }
    .page-menu.menu-lines nav li a:after {
      content: '';
      position: absolute;
      top: auto;
      bottom: -8px;
      left: 50%;
      width: 0;
      height: 2px;
      transition: all 0.3s ease; }
  .page-menu.menu-lines nav li:hover a, .page-menu.menu-lines nav li.active a {
    color: #29304b; }
    .page-menu.menu-lines nav li:hover a:after, .page-menu.menu-lines nav li.active a:after {
      width: 100%;
      left: 0%;
      background-color: #29304b; }
  .page-menu.menu-line-bottom {
    border-bottom: 2px solid #ebebeb;
    background-color: #ffffff !important; }
  .page-menu.menu-classic nav li a {
    color: #565656;
    border-radius: 4px; }
  .page-menu.menu-classic nav li:hover a, .page-menu.menu-classic nav li.active a {
    background-color: #29304b;
    color: #ffffff; }
  .page-menu.menu-light nav li a {
    color: #565656;
    background-color: transparent; }
  .page-menu.menu-light nav li:hover a, .page-menu.menu-light nav li.active a {
    border-color: #ebebeb; }
  .page-menu.menu-dark nav li a {
    color: #222a77;
    background-color: transparent; }
  .page-menu.menu-dark nav li:hover a, .page-menu.menu-dark nav li.active a {
    border-color: #222a77; }
  .page-menu.menu-default nav li a {
    color: none;
    border-radius: 0;
    background-color: transparent; }
  .page-menu.menu-default nav li:hover a, .page-menu.menu-default nav li.active a {
    background-color: transparent;
    color: #29304b; }
  .page-menu.menu-creative nav li a {
    border-radius: 0;
    border: none;
    background-color: transparent; }
    .page-menu.menu-creative nav li a:after {
      background: #222a77;
      content: "";
      height: 2px;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 100%;
      transform: translateY(10px);
      transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
      width: 100%; }
  .page-menu.menu-creative nav li:hover a, .page-menu.menu-creative nav li.active a {
    color: #565656; }
    .page-menu.menu-creative nav li:hover a:after, .page-menu.menu-creative nav li.active a:after {
      opacity: 1;
      transform: translateY(0px); }
  
  
  
 .page-menu.menu-colored-background {
 background:#312cbe;
  /* background: -webkit-gradient(linear, left top, right top, from(#104cba), color-stop(56%, #0059fc)) !important;
 background: -webkit-linear-gradient(left,#00a4e4, #5db408);*/
  
  }

    .page-menu.menu-colored-background .menu-title {
      color: #ffffff; }
    .page-menu.menu-colored-background nav li a {
      color: #ffffff;
      border-width: 0; }
    .page-menu.menu-colored-background nav li:hover a, .page-menu.menu-colored-background nav li.active a {
      color: #29304b;
      background-color: #ffffff; }



/*------------------- 4.00. Breaking News -------------------*/
.news-area {
  background-color: var(--color-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;-webkit-border-radius:1px;
  -moz-border-radius: 1px;
  -ms-border-radius:1px;
  border-radius:1px;
  /*
  border: 2px solid #121212;*/

}

.news-area .title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  /*text-transform: uppercase; ´ë¹®ÀÚ*/
  padding: 12px 0px 12px 0px;
  color: var(--text-white);
  background-color:#070707;
  white-space: nowrap;
  min-width: 260px;
  text-align: center;
}

.news-area .news-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 160px);
  padding: 5px 40px;
}

.breaking-news {
  font-size:14px;
  color: var(--color-secondary);
  position: relative;
  padding-left: 18px;font-weight:500;
  letter-spacing: 0.2px;
}

.breaking-news:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--color-primary);
  border-radius: 99px;
}

.breaking-news:hover {
  color: var(--color-primary);
}

/* Extra small devices */
@media (max-width: 575px) {
  .news-area .title {
    padding: 7px 7px;
    min-width:180px;font-size: 11px;
  }
  .news-area .news-wrap {
    max-width: calc(100% - 138px);
    padding: 5px 20px;
  }
}



	  /* ----------------------------------------------------------------------
    call-to-action (call to action)
-------------------------------------------------------------------------*/
.call-to-action {
  position: relative;
  overflow: hidden;
  padding: 36px 40px 40px 0px;
  margin-bottom: 40px; }
  .call-to-action .container {
    position: relative; }
  .call-to-action h3 {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px; }
    .call-to-action h3 span {
      color: #29304b !important; }
  .call-to-action p {
    margin-top: 0;  font-size:18px;
  font-size: 1.125rem;margin-bottom:0px;}
  .call-to-action a.btn {
    margin-top: 20px; }
  .call-to-action.call-to-action-border {
    background: #fff;
    border: 1px solid #eee; }
  .call-to-action.call-to-action-colored {
    background-color: #29304b; }
    .call-to-action.call-to-action-colored h3,
    .call-to-action.call-to-action-colored p {
      color: #ffffff; }
    .call-to-action.call-to-action-colored h3 span {
      color: #ffffff !important; }
  .call-to-action.call-to-action-dark {
    background-color: #222a77; }
    .call-to-action.call-to-action-dark h3,
    .call-to-action.call-to-action-dark p {
      color: #ffffff; }
  .call-to-action.cta-center {
    text-align: center; }
    .call-to-action.cta-center [class*="col-"] {
      width: 100%;
      clear: both;
      display: block; }
  .call-to-action.cta-right {
    text-align: right; }
    .call-to-action.cta-right [class*="col-"]:first-child {
      float: right; }

@media (max-width: 991px) {
  .call-to-action {
    padding:16px 12px 18px; 12px;  margin-bottom: 10px; }

  [class*="col-"] > .call-to-action {
    padding: 16px 12px 18px; 12px  } 
	
.call-to-action h3 {
    font-size:20px;}
	
	
	}




/* »ó¼¼ ÆäÀÌÁö*/

/*-------- 3.5 Misc 2 + Forms --------*/
/* Opacity mask ove images ex.banner in home */
.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}


.banner {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 450px;
  margin-bottom:20px;
  position: relative;
}
.banner .wrapper {
  color: #fff;
  padding-top:160px;
}

  .banner .wrapper {
    padding:60px 0px 20px 0px;
  }
}
.banner .wrapper small {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.banner .wrapper h3 {
  color: #fff;
  font-size: 68px;
  font-weight: 500;
  margin: 10px 0 0 0;text-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
}
.banner .wrapper p {
  font-size:24px;
 
}

@media (max-width: 767px) {
 
 .banner {
  height: 250px;  margin-bottom:0px;
}
.banner .wrapper h3 {
  font-size:30px;
  
}
.banner .wrapper p {
  font-size:16px;
 
}



}




/* ----------------------------------
    Banner Style
 ------------------------------------*/
.banner-area {
  height: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 1023px) {
  .banner-area {
    height: auto;
  }
}

.banner-area div {
  height: 100%;
}

.banner-area div.swiper-slide .row div {
  height: auto;
}




.banner-area.top-pad-150 .content {
  padding-top: 280px;padding-bottom:220px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-150 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-150 .content {
    padding-top:150px;padding-bottom:180px;
  }
}

.top-pad-80 .wrapper {
  padding: 20px 0px 30px 0px;
}



@media (max-width: 1023px) {
  .top-pad-80 .wrapper {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
 .top-pad-80 .wrapper {
     padding: 20px;
  }
}

/*ºÎºÐ¼öÁ¤*/
.banner-area.banner-style-two  {
 height:770px;
}
.banner-area.top-pad-100 .content {
  padding-top:140px;padding-bottom:130px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-100 .content {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {

.banner-area.banner-style-two  {
 height:300px;
}

  .banner-area.top-pad-100 .content {
    padding-top:0px;padding-bottom:0px;
  }
}

/* ----------------------------------
    °Ë»öºÎºÐ ºÎºÐ¼öÁ¤- ¸ð¹ÙÀÏ
 ------------------------------------*/
.search_bar_error {
  position: relative;
  margin-bottom: 0px;
}

.search_bar_error input[type='submit']:hover {
  background-color: #ff5e14;
  color: #fff;
}

/* ----------------------------------
    °Ë»öºÎºÐ ºÎºÐ¼öÁ¤- À¥
 ------------------------------------*/
.custom-search-input-2 input[type='submit'] {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight:500;
  font-size: 16px;
  font-size: 1rem;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #ff5e14;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .custom-search-input-2 input[type='submit'] {
    margin: 20px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}
.custom-search-input-2 input[type='submit']:hover {
  background-color: #0c1c39;
  color: #fff;
}


/* ----------------------------------
   end
 ------------------------------------*/

.banner-area .content { 
min-height: 830px; max-height:830px;

position: relative;
  z-index: 9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1023px) {
  .banner-area .content {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area .content {
    padding: 60px 0;

min-height: 450px; max-height:450px;

  }
}




.banner-area.auto-height {
  height: auto;
}

.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 200px 0;
}

@media only screen and (max-width: 767px) {
  .banner-area.auto-height .content {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.auto-height .content {
    padding: 120px 0;
  }
}

.banner-area.auto-height .content .thumb {
  padding-left: 35px;
}

@media (max-width: 991px) {
  .banner-area.auto-height .content .thumb {
    padding-left: 0;
    margin-top: 50px;
  }
}

.banner-area.auto-height.inc-header-transparent .content {
  padding-top: 250px;
}

@media only screen and (max-width: 767px) {
  .banner-area.auto-height.inc-header-transparent .content {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.auto-height.inc-header-transparent .content {
    padding-top: 220px;
  }
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
  padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
  margin-top: 250px;
}

@media only screen and (max-width: 767px) {
  .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
    margin-top: 50px;
  }
}


.banner-area h4 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(-15%, 0, 0);
          transform: translate3d(-15%, 0, 0);
  opacity: 0;
  visibility: hidden;
}

.banner-area h2 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.banner-area p {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  padding-right: 25%;
  margin: 0;
  visibility: hidden;
}

@media (max-width: 1023px) {
  .banner-area p {
    padding-right: 0;
  }
}

.banner-area.text-center p {
  padding-left: 13%;
  padding-right: 13%;
}

@media (max-width: 1023px) {
  .banner-area.text-center p {
    padding: 0;
  }
}

.banner-area .thumb {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.banner-area .button {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 60px;
}

.banner-area .banner-slide h4 {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.banner-area .banner-slide h2 {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.banner-area .banner-slide p {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.banner-area .banner-slide .button {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h4 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.banner-area.double-items .thumb {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  visibility: visible;
  opacity: 1;
}

.banner-area.double-items.bottom-thumb .content {
  padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .banner-area.double-items.bottom-thumb .content {
    padding: 50px 0;
  }
  .banner-area.double-items.bottom-thumb .content .thumb {
    margin-top: 30px;
  }

.banner-area .button {
   margin-top: 30px;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.double-items.bottom-thumb .content {
    padding: 120px 0;
  }
  .banner-area.double-items.bottom-thumb .content .thumb {
    margin-top: 50px;
  }
}

.banner-area.zoom-effect .banner-thumb {
  -webkit-transition: 10s ease-out;
  transition: 10s ease-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner-area .swiper-notification {
  display: none;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.banner-area .swiper-slide.swiper-slide-active p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 3200ms;
          transition-delay: 3200ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active .button {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

.banner-area .banner-items {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
  opacity: 1;
}

.banner-area:hover .swiper-button-prev {
  left: 30px;
  right: auto;
}

.banner-area:hover .swiper-button-next {
  right: 30px;
  left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
  height: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
  font-size: 28px;
  color: #ffffff;
}

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
  font-size: 18px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
  left: auto;
  right: 30px;
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
          transform: inherit;
  bottom: 50px;
  border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
  right: 92px;
}

.banner-area.navigation-between-bottom .content {
  padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
  .banner-area.navigation-between-bottom .content {
    padding-bottom: 220px;
  }
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
  left: auto;
  right: 30px;
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
          transform: inherit;
  bottom: 30px;
  border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
  left: 30px;
  right: auto;
}

@media only screen and (max-width: 830px) {
  .banner-area .swiper-button-prev,
  .banner-area .swiper-button-next {
    display: none;
  }
}

.banner-area.navigation-custom .swiper-button-prev::after {
  font-family: 'ElegantIcons';
  content: "\23";
  font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
  font-family: 'ElegantIcons';
  content: "\24";
  font-size: 22px;
}

/* ¹öÆ° ¹Ú½º Å©±â Á¶Á¤*/
.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  left: auto;
  right: 0;
  bottom: 0;
  display: inline-block;
  width:165px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  height: 100px;
  line-height: 100px;
}

@media only screen and (max-width: 830px) {
  .banner-area.navigation-text .swiper-button-prev,
  .banner-area.navigation-text .swiper-button-next {
    display: none;
  }
}

.banner-area.navigation-text .swiper-button-prev {
  right: 166px;
}


.banner-area.navigation-text .swiper-button-prev::after {
 /*font-family:'Noto Sans KR', sans-serif;
  content: "Pre";
  text-transform: uppercase !important;
  font-size:16px;
    font-family: 'ElegantIcons';
  content: "\23";
  letter-spacing: 0.6px;
  */

 font-family: 'fontello';
 content: "\e897";

  font-size: 30px;
  font-weight: 500;
  position: absolute;
  top:40%;
color:rgba(255, 255, 255, 0.7);
}

.banner-area.navigation-text .swiper-button-next::after {
  /*font-family:'Noto Sans KR', sans-serif;
  content: "Next";
  text-transform: uppercase !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-family: 'ElegantIcons';
  content: "\24";
  */

 
 font-family: 'fontello';
 content: "\e898";

 font-size: 30px;  position: absolute;
  top:40%;
color:rgba(255, 255, 255, 0.7);
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
  font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
  min-width: 65px;
  height: 30px;
  margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  font-weight: 400;
  font-size: 30px;
  position: absolute;
  left: 8px;
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  right: inherit;
  bottom: inherit;
  left: 12px;
  content: "";
  height: 2px;
  width: 50px;
  z-index: -1;
  background-color: #ffffff;
  margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-weight: 400;
  font-size: 30px;
  position: absolute;
  right: 8px;
}

.banner-area.navigation-custom-large .swiper-button-next::before {
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: inherit;
  left: inherit;
  content: "";
  height: 2px;
  width: 50px;
  z-index: -1;
  background-color: #ffffff;
  margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
  position: absolute;
  left: auto;
  right: 30px;
  top: auto;
  bottom: 40px;
  opacity: 1;
  -webkit-transform: inherit;
          transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
  right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
  bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
  right: 100px;
}

.banner-area .swiper-pagination {
  height: auto;
  bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
  height: 4px;
  width: 50px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: inherit;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  height: 7px;
}

@media only screen and (max-width: 767px) {
  .banner-area.include-pagination .content {
    padding-bottom: 100px;
  }
}

.banner-area .swiper-pagination-fraction span {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
  font-size: 30px;
  font-family:'Noto Sans KR', sans-serif;
  font-weight: 500;
}

/* Banner Style One */
.banner-style-one {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner-style-one .banner-angle-shape .shape-item {
  position: absolute;
  right: -300px;
  bottom: -400px;
  height: 0;
  width: 600px;
  background: linear-gradient(-45deg, #5410ba 45%, #104cba 100%);
  z-index: 1;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-box-shadow: 0px 0px 10px #232931;
          box-shadow: 0px 0px 10px #232931;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.banner-style-one .banner-angle-shape .shape-item:first-child {
  z-index: 2;
}

.banner-style-one .banner-angle-shape .shape-item:nth-child(2) {
  height: 0;
  width: 2200px;
  bottom: 399px;
  right: -350px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #104cba), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #104cba 30%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}

.banner-style-one .banner-angle-shape .shape-item:nth-child(3) {
  height: 0;
  width: 2200px;
  bottom: 400px;
  right: -224px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #104cba), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #104cba 10%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-delay: 3800ms;
          transition-delay: 3800ms;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

@media only screen and (max-width: 767px) {
  .banner-style-one .banner-angle-shape .shape-item {
    display: none;
  }
}

.banner-style-one.swiper-slide-visible .banner-angle-shape .shape-item {
  height: 1000px;
  opacity: 0.7;
}

.banner-style-one.swiper-slide-visible .banner-angle-shape .shape-item:nth-child(2) {
  height: 150px;
  opacity: 1;
}

.banner-style-one.swiper-slide-visible .banner-angle-shape .shape-item:nth-child(3) {
  height: 100px;
  opacity: 1;
}

/* Banner Style Custom */
.banner-area h2 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 400;
}

.banner-area img {
  max-height:40px;
}

.banner-area h2 strong {
  display: block;
  font-weight: 500;
}



.banner-area h4 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size:32px;color:#fff;
}

@media only screen and (max-width: 767px) {
  .banner-area h4 {
    font-size: 18px;
  }
.banner-area img {
  max-height:20px;
}

}

.banner-area p {
  font-size: 18px;
  line-height: 30px;
}

.banner-area.banner-style-two .content h2 {
  font-size: 50px;
  font-weight:400;line-height:50px;color:#fff;
}
.banner-area.banner-style-two .content p {color:#fff;
  font-size: 18px;
  line-height: 30px;margin-top:30px;
}

.banner-area.banner-style-two .content h2 strong ,.banner-area.banner-style-two .content h4 strong{
  font-weight: 500;
  font-size: 90px;
}

@media (max-width: 767px) {
  .banner-area.banner-style-two .content h2 {
    font-size: 32px;line-height:32px;
  }
  .banner-area.banner-style-two .content h2 strong {
    font-size: 30px;
    margin-top: 0px;
  }
}



.banner-area.banner-style-two .swiper-slide {
  overflow: hidden;
}

.banner-area.banner-style-two .swiper-slide::before {
  position: absolute;
  left: 5%;
  top: 50%;
  content: "";
  height: 500px;
  width: 500px;
  background: #104cba;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-size: 220% 150%;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
  border-radius: 50%;
  filter: blur(80px);
  -webkit-filter: blur(80px);
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active::before {
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 30px;
}






.banner-style-three {
  padding-top: 220px;
}

@media only screen and (max-width: 991px) {
  .banner-style-three {
    padding: 0 15px;
  }
}

.banner-style-three img {
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-three img {
    padding-left: 0;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-style-three img {
    padding-left: 0;
    display: none;
  }
}

.banner-style-three .info {
  margin-top: -100px;
}

.banner-style-three .info h4 {
  font-size: 24px;
}

.banner-style-three .info h2 {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .banner-style-three .info h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.banner-style-three .info .btn {
  margin-top: 25px;
}

.banner-style-three .info p {
  opacity: 0.8;
  padding-right: 7%;
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
}

.banner-style-three-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-three-area {
    padding-top: 300px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-style-three-area {
    padding-top: 250px;
    padding-bottom: 60px;
  }
}

.banner-style-three-area .shape {
  position: absolute;
  left: 0;
  top: 120px;
  content: "";
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}

.banner-style-four-area {
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner-style-four-area {
    height: auto;
  }
}

.banner-style-four-area div {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .banner-style-four-area div {
    height: auto;
  }
}

.banner-style-four-area .banner-items .row div {
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-four-area .banner-items {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner-style-four-area .banner-items {
    padding: 60px 0;
  }
}

.banner-style-four-area .banner-thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 100% !important;
  width: 46%;
  background-size: cover;
  background-position: center top;
}

.banner-style-four-area .thumb {
  position: relative;
  z-index: 1;
  padding: 50px;
}

.banner-style-four-area .thumb img {
  border-radius: 50%;
}

.banner-style-four-area .thumb::after {
  position: absolute;
  right: 25px;
  bottom: 30px;
  content: "";
  height: 90%;
  width: 90%;
  background: #104cba;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

@media only screen and (max-width: 991px) {
  .banner-style-four-area .thumb {
    display: none;
  }
}

.banner-style-four-area .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .banner-style-four-area .title {
    font-size: 30px;
    line-height: 1.2;
  }
}

.banner-style-four-area .title strong {
  display: block;
  font-weight: 500;
  font-size: 65px;
}

@media only screen and (max-width: 767px) {
  .banner-style-four-area .title strong {
    font-size: 36px;
  }
}

.banner-style-four-area p {
  font-size: 18px;
  padding-right: 15%;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #cccccc;
}

.banner-style-four-area .button {
  margin-top: 30px;
}

/* Banner Style FIve */
.banner-style-five-area {
  position: relative;
  z-index: 1;
}

.banner-style-five-area .banner-items {
  padding-top: 180px;
}

.banner-style-five-area .banner-shape-bottom {
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-position: bottom center;
  z-index: -1;
  background-repeat: no-repeat;
}

.banner-style-five h2 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .banner-style-five h2 {
    font-size: 36px;
  }
}

.banner-style-five p {
  padding: 0 20%;
  opacity: 0.9;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .banner-style-five p {
    padding: 0;
  }
}

.banner-style-five .button {
  margin-top: 30px;
}

.banner-style-five .thumb img {
  margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
  .banner-style-five .thumb img {
    max-width: 120%;
    width: 110%;
    margin-left: -5%;
  }
}

.banner-style-five .video-play-button.with-text .effect,
.banner-style-five .video-play-button.with-text .effect::after {
  background: #1a29ff;
}

.banner-style-six-area {
  height: 100%;
  background-size: 50%, contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  overflow: inherit;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner-style-six-area {
    height: auto;
    background-position: right top;
  }
}

.banner-style-six-area .animate-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-style-six-area .animate-shape img {
  position: absolute;
}

.banner-style-six-area .animate-shape img:first-child {
  opacity: 0.3;
  height: 200px;
}

.banner-style-six-area .animate-shape img:nth-child(2) {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-animation: spinner 30s infinite linear;
          animation: spinner 30s infinite linear;
  margin-left: -80px;
}

.banner-style-six-area div {
  height: 100%;
}

.banner-style-six-area .row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-style-six-area .row div {
  height: auto;
}

@media only screen and (max-width: 991px) {
  .banner-style-six-area .banner-items {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-style-six-area .banner-items {
    padding-top: 100px;
  }
}

.banner-style-six .info {
  padding-top: 50px;
}

.banner-style-six .thumb {
  position: relative;
  z-index: 1;
}

.banner-style-six .thumb img {
  max-width: 110%;
  margin-top: 90px;
}

.banner-style-six .thumb img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -50px;
  -webkit-animation: spinner 30s infinite linear;
          animation: spinner 30s infinite linear;
  margin-left: -100px;
}

@media only screen and (max-width: 991px) {
  .banner-style-six .thumb img {
    max-width: 80%;
    margin: auto;
  }
}

@media only screen and (max-width: 991px) {
  .banner-style-six .thumb {
    text-align: center;
    margin-top: 50px;
  }
}

.banner-style-six h4 {
  color: #104cba;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#104cba), color-stop(#00ccff), to(#104cba));
  background: linear-gradient(to right, #104cba, #00ccff, #104cba);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 220% 150%;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.banner-style-six h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .banner-style-six h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.banner-style-six h2 strong {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 100px;
}

@media only screen and (max-width: 767px) {
  .banner-style-six h2 strong {
    font-size: 36px;
  }
}

.banner-style-six p {
  padding-right: 20%;
  font-size: 18px;
  line-height: 1.7;
}

/* Banner Style Seven */
.banner-style-seven-area {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .banner-style-seven-area {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-seven-area {
    text-align: center;
    padding-top: 200px;
  }
}

.banner-style-seven-area::after {
  position: absolute;
  right: 5%;
  top: 50%;
  content: "";
  height: 600px;
  width: 600px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  background: #d20b0b;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.1;
}

.banner-style-seven .thumb {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-seven .thumb {
    max-width: 60%;
    margin: 50px auto auto;
  }
}

.banner-style-seven .thumb ::after {
  position: absolute;
  left: 50%;
  bottom: 4px;
  content: "";
  height: 550px;
  width: 550px;
  background: #104cba;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0.1;
}

.banner-style-seven .thumb .thumb-inner {
  margin: auto;
  border-radius: 0 0 430px 463px;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .banner-style-seven .thumb {
    display: none;
  }
}

.banner-style-seven h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: #104cba;
}

.banner-style-seven h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .banner-style-seven h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.banner-style-seven p {
  padding-right: 25%;
}

@media only screen and (max-width: 767px) {
  .banner-style-seven p {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-seven p {
    padding: 0 10%;
  }
}

.banner-style-seven .button a {
  margin-right: 30px;
}

.banner-style-seven .btn i {
  position: relative;
  margin-left: 3px;
  font-size: 12px;
  top: 0;
}

.mini-shape {
  position: absolute;
  left: 1%;
  top: 20%;
  z-index: -1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.mini-shape img {
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .mini-shape {
    display: none;
  }
}


.swiper-slide.swiper-slide-active .services-style-two i {
  background: #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-slide.swiper-slide-active .services-style-two a::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}








a, .btn, button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  outline: medium none;
}

/* --------------------------------------------
    Button
 ---------------------------------------------- */
.btn {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid transparent;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 13px 30px;
  background: #E7EDF8;
  position: relative;
  z-index: 1;
}

.btn:focus, .btn.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border: 2px solid transparent;
}

.btn:hover {
  background-color: #104cba;
  color: #ffffff;
}

.btn.radius {
  border-radius: 6px;
}

.btn.btn-border {
  border: 2px solid #e7e7e7;
  background: transparent;
}

.btn.btn-border:hover {
  background: #104cba;
  border-color: #104cba;
}

.btn.btn-border.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #e7e7e7;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
  border-color: #e7e7e7;
  color: #091d3e;
}

.btn.btn-border.animation:hover::after {
  width: 100%;
}

.btn.btn-border-dark {
  border: 2px solid #011e2a;
  background: transparent;
}

.btn.btn-border-dark:hover {
  background: #091d3e;
  border-color: #091d3e;
}

.btn.btn-border-dark.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #091d3e;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
  border-color: #091d3e;
  color: #ffffff;
}

.btn.btn-border-dark.animation:hover::after {
  width: 100%;
}

.btn.btn-border-theme {
  border: 2px solid #104cba;
  background: transparent;
}

.btn.btn-border-theme:hover {
  background: #104cba;
  border-color: #104cba;
}

.btn.btn-border-theme.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #104cba;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
  border-color: #104cba;
  color: #ffffff;
}

.btn.btn-border-theme.animation:hover::after {
  width: 100%;
}

.btn.btn-border-light {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn.btn-border-light:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #091d3e;
}

.btn.btn-border-light.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
  border-color: #ffffff;
  color: #091d3e;
}

.btn.btn-border-light.animation:hover::after {
  width: 100%;
}

.btn.btn-gradient {
  border: none;
  color: #ffffff;
}

.btn.btn-gradient::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #104cba;
  background-image: -webkit-gradient(linear, left top, right top, from(#02218f), color-stop(#0e72e3), to(#02218f));
  background-image: linear-gradient(to right, #02218f, #0e72e3, #02218f);
  background-size: 220% 150%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-gradient:hover::after {
  background-position: -70% 0;
}

.btn.btn-gradient.active {
  background-position: -70% 0;
}

.btn.btn-theme {
  color: #ffffff;
  border: none;
  background: #104cba;
}

.btn.btn-theme::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: #04358c; 
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
          transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-theme:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
          transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
  color: #091d3e;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
          transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
  color: #232323;
  border: none;
  background: #ffffff;
  border: 2px solid transparent;
}

.btn.btn-light:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.btn.btn-dark {
  color: #ffffff;
  background: #091d3e;
  border: none;
}

.btn.btn-dark::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background-color: #104cba;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-dark:hover::after {
  width: 100%;
}

.btn i {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.btn.text-slide {
  min-width: 150px;
  height: 55px;
  line-height: 55px;
}

.btn.text-slide span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.btn.animate-border {
  overflow: inherit;
  z-index: inherit;
  width: 200px;
  height: 55px;
  line-height: 55px;
  padding: 0;
}

.btn.animate-border:hover {
  background: transparent;
  color: #091d3e;
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
  opacity: 1;
  -webkit-animation: open 0.4s;
  /* Chrome, Safari, Opera */
  animation: open 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
  opacity: 1;
  -webkit-animation: openB 0.4s;
  /* Chrome, Safari, Opera */
  animation: openB 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.btn.animate-border .hover-border {
  position: absolute;
  left: 0;
  top: -1px;
  height: 100%;
  width: 100%;
}

.btn.animate-border .hover-border::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  display: block;
  opacity: 0;
  border-top: solid 2px red;
  border-left: solid 2px red;
  right: 98px;
  top: -1px;
}

.btn.animate-border .hover-border::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  display: block;
  opacity: 0;
  border-top: solid 2px red;
  border-right: solid 2px red;
  left: 98px;
  top: -1px;
}

.btn.animate-border .hover-border-bottom {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  opacity: 0;
  height: 55px;
  border-bottom: solid 2px red;
  right: -1px;
  bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  opacity: 0;
  height: 100%;
  border-bottom: solid 2px red;
  left: 0;
  bottom: -2px;
}

.btn.animated-arrow {
  border: none;
  background: transparent;
  min-width: 14rem;
  height: auto;
  padding: 0;
}

.btn.animated-arrow .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: #104cba;
  border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 15px;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn.animated-arrow .circle .icon::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  margin: 0 0 0 70px;
  color: #ffffff;
  line-height: 2;
  text-align: left;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
}

.btn.animated-arrow:hover {
  color: #ffffff;
}

.btn.animated-arrow:hover .circle {
  width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
  background: #ffffff;
  -webkit-transform: translate(1.5rem, 0);
          transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
  color: #ffffff;
}

.btn.circle {
  border-radius: 30px !important;
}

.text-shine {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #091d3e), color-stop(10%, #ffffff), color-stop(20%, #104cba));
  background: linear-gradient(to right, #091d3e 0, #ffffff 10%, #104cba 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s infinite linear;
          animation: shine 3s infinite linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  padding: 12px 48px;
}

.animate-inout {
  background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
  background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
  color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
  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;
  position: relative;
  overflow: hidden;
  border: solid 2px #104cba;
  cursor: pointer;
}

.animate-inout span {
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 20px;
}

.animate-inout::before, .animate-inout::after {
  width: 0%;
  height: 0%;
  position: absolute;
  content: "";
  border-radius: 100%;
}

.animate-inout:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ffffff;
}

.animate-inout:before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #104cba;
}

.animate-inout.animate-inout-borde {
  background: transparent;
  color: #091d3e;
}

.animate-inout.animate-inout-borde::after {
  background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
  background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
  color: #ffffff;
}

.animate-inout.animate-inout-borde:hover::before {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

.animate-inout:hover {
  color: #091d3e;
}

.animate-inout:hover::before, .animate-inout:hover::after {
  width: 200px;
  height: 200px;
  border-radius: 4px;
}

.animate-inout:hover::before {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

.btn-md {
  padding: 17px 45px;
  font-size: 17px;
}

.btn-sm {
  padding: 14px 30px;
  font-size: 16px;
}

.btn-border-secondary {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 12px 35px;
  border-radius: 30px;
  color: #232323;
}

.btn-border-secondary i {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.btn-border-secondary:hover {
  border-color: #104cba;
  background: #104cba;
  color: #ffffff;
}

.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 95%;
    width: 95%;
  }
}

.main_title_2 {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}
.main_title_2 span {
  width: 180px;
  height: 2px;
  background-color: #ddd;
  display: block;
  margin: auto;
}
.main_title_2 span em {
  width: 80px;
  height: 2px;
  background-color: #004dda;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .main_title_2 {
    margin-bottom: 10px;
  }
}


.main_title_2 h2 { font-weight: 500;
  margin: 25px 0 0 0;
}

.main_title_2 h2.Mont { font-weight: 700;
 
}

@media (max-width: 767px) {
  .main_title_2 h2 {
     font-size: 24px;
  font-size: 1.5rem;
  }
}
.main_title_2 p {
    font-size: 20px; font-weight:500;
  font-size:1.25rem;
  line-height: 1.4;color:#121212;
}
@media (max-width: 767px) {
  .main_title_2 p {
    font-size: 16px;
    font-size: 1rem;
  }
}






.box_style_3 {border: 1px solid #104cba;
	padding: 10px;
	position: relative;background:#104cba ;animation: pulse5 2s infinite;
	
	/* 
--------------------------------------------------------
	background:#fa4748 url(../img/bg/main_ban.png) center left no-repeat;---------*/
	margin-bottom: 5px;
	color: #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	text-align: center;-webkit-border-radius:20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
@keyframes pulse5 {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(32,36,194, 0.6);
	  box-shadow: 0 0 0 0 rgba(32,36,194, 0.6);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(235,104,124, 0);
		box-shadow: 0 0 0 10px rgba(235,104,124, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(235,104,124, 0);
		box-shadow: 0 0 0 0 rgba(235,104,124, 0);
	}
  }

.box_style_3 h3 {color: #fff;
	font-size: 16px;margin-bottom:5px;
}
.box_style_3 h4 {color: #fff;letter-spacing:-0.03em;
	
}

.box_style_3 h6 {color:#9fcded;letter-spacing:-0.03em;
	
}

.box_style_3 img {border: 0px solid #fa4748;margin-bottom:10px;
  width:50px;
  
 
}
.box_style_3 i {background:#fff ;
	margin: auto;
	margin-bottom:10px;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size:26px;
	color: #480048;
}

/* ---Äü¸Þ´º--------------------------------------------*/


.box_style_top {
	padding: 10px;border: 1px solid #fa4748;
	position: relative;background:#fff ;
	/* 
--------------------------------------------------------
	background:#fa4748 url(../img/bg/main_ban.png) center left no-repeat;---------*/
	margin-bottom: 5px;
	color: #333;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.box_style_top h3 {
	font-size: 16px;margin-bottom:10px;
}
.box_style_top img {
  width: 80px;
  
 
}


.box_style_bottom {
	padding:3px;border: 1px solid #bb9f51;
	position: relative;background:#e3d929;;
	/* 
--------------------------------------------------------
	background:#fa4748 url(../img/bg/main_ban.png) center left no-repeat;---------*/
	margin-bottom: 0px;
	color: #333;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.box_style_bottom h3 {
	font-size: 16px;margin-bottom:0px;
}
.box_style_bottom h4 {
	font-size: 14px;margin-bottom:10px;
}

.box_style_bottom img {border: 0px solid #fa4748;margin-bottom:10px;overflow: hidden;
  width:110px;
  
 
}



.col-auto {
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

/*------------------- 2.2. Grid -------------------*/
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.g-10 {
  --bs-gutter-y: 10px;
  --bs-gutter-x: 10px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gy-10 {
  --bs-gutter-y: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}





/*--https://demo.timesw.co.kr/2025/munai/assets/css/shortcodes.css ÄÚµå³»¿ë*/

/**
    * themesflat-container
    * side-bar
    * blog-article
    * blog blog-detail
    * wg-banner
    * heading-section
    * wg-result
    * wg-partners
    * wg-create-design
    * list-tool
    * helpful
    * wg-road-map
    * wg-pricing
    * faqs-wrap
    * wg-banner-2
    * wg-doing
    * wg-banner-3
    * wg-works
    * widget-gallery-slider
    * wg-news
    * wg-services
    * wg-members
    * wg-steps
    * wg-features
    * range-two-val
    * dropdown
    * card-item
    * shop-page
    * wg-single-detail
    * widget-tabs
    * editors-languages
    * wg-files
    * wg-box-features
    * wg-videos

*/

.themesflat-container {
    position     : relative;
    margin-left  : auto;
    margin-right : auto;
    padding-right: 15px;
    padding-left : 15px;
    width        : 1320px;
    max-width    : 100%;
}

.themesflat-container.full {
    width: 100%;
}

.themesflat-container.w1420 {
    width: 1450px;
}

/* side-bar */
/* ------------------------------------------------ */
.side-bar > div {
    border: 1.2px solid rgba(104, 68, 237, 0.20);
    box-shadow: 0px 4px 30px 0px rgba(141, 141, 141, 0.05);
    border-radius: 14px;
}

.side-bar .widget {
    padding: 30px 50px 40px;
    background: #EBEBFD;
    border-radius: 14px;
    margin-bottom: 30px;
}

.side-bar h4.title-widget {
    line-height: 33px;
    color: #030014;
    letter-spacing: -0.66px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(104, 68, 237, 0.20);
    margin-bottom: 40px;
}

.side-bar .wg-search {
    border: none !important;
}

.side-bar .wg-search input {
    height: 65px;
    padding: 24px 25px 24px 25px;
}

.widget-categories ul {
    margin-top: 43px;
}

.widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
}

.widget-categories ul li:last-child {
    margin-bottom: 0;
}

.widget-categories ul li i,
.widget-categories .cate-item a {
    color: #696969;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.32px;
}

.widget-categories ul li i {
    margin-right: -9px;
    font-size: 24px;
}

.widget-categories .cate-item a:hover {
    color: #6844ED;
}

.recent-news-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.recent-news-item:last-child {
    margin-bottom: 0;
}

.recent-news-item .card-media img {
    width: 90px;
    min-width: 90px;
    border-radius: 50%;
}

.recent-news-item h6 {
    letter-spacing: -0.54px;
    margin-bottom: 3px;
    line-height: 27px;
}

.recent-news-item h6 a {
    color: #030014;
}

.recent-news-item h6 a:hover {
    color: #6844ED;
}

.comment,
.date {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.widget-trailer {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 30px;
    border: none !important;
}

.widget-trailer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(12, 9, 29, 0.00) 0%, rgba(12, 9, 29, 0.80) 43.23%, #0C091D 100%);
}

.widget-trailer img {
    width: 100%;
}

.widget-trailer .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 50px 50px 50px;
}

.widget-trailer .content .title {
    margin-bottom: 14px;
}

.widget-trailer .content .title .text {
    color: #FFF;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.84px;
}

.widget-trailer .content .title .text-1 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.84px;
}

.widget-trailer .content .title .text-2 {
    color: #CBED44;
    font-family: 'Playfair Display';
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.84px;
}

.widget-trailer .content p {
    color: #FFF;
    line-height: 28px;
    margin-bottom: 22px;
}

.widget-tag ul {
    margin-top: -12px;
}

.widget-tag ul li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    line-height: 10px;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #696969;
    
}

.widget-tag ul li a:hover {
    background-color: #6844ED;
    color: #FFF;
}
/* style-1 */
.side-bar.style-1 > div {
    border: 1.2px solid #6844ED;
}

.tf-blog-detail .side-bar .wg-search input {
    border: 1px solid #6844ED;
    padding: 23px 29px 23px 24px;
}

/* style-2 */
.side-bar.style-2 .widget {
    padding: 29px 30px;
}

.side-bar.style-2 h4.title-widget {
    padding-bottom: 0;
    border: none;
    margin-bottom: 20px;
    color: #030014;
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: -0.54px;
}

.side-bar.style-2 .widget-search input {
    height: 50px;
    padding: 20px;
}

.side-bar.style-2 .widget-search .icon-search {
    right: 18px;
    font-size: 16px;
}

.side-bar.style-2 .widget-search .icon-search::before {
    color: #6844ED;
}

.side-bar.style-2 .widget-trailer .content {
    padding: 0 30px 30px 30px;
}

.side-bar.style-2 .widget-trailer .content .title {
    margin-bottom: 9px;
}

.side-bar.style-2 .widget-trailer .content .title .text {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.6px;
}

.side-bar.style-2 .widget-trailer .content .title .text-1 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.6px;
}

.side-bar.style-2 .widget-trailer .content .title .text-2 {
    color: #CBED44;
    font-family: 'Playfair Display';
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.6px;
}

.side-bar.style-2 .widget-trailer .content p {
    font-weight: 400;
    margin-bottom: 21px;
}

.side-bar.style-2 .widget-categories ul {
    margin-top: 26px;
}

.side-bar.style-2 .widget-categories ul li {
    margin-bottom: 26px;
}

.side-bar.style-2 .widget-categories ul li:last-child {
    margin-bottom: 0;
}

/* blog-article */
/* ---------------------------------------- */
.blog-article .card-media {
    border-radius: 16px;
    overflow: hidden;
}

.blog-article .card-media .video-wrap.style-2 img {
    width: 100%;
    height: 100%;
}

.blog-article .wrapper-info {
    margin: -80px 40px 50px 40px;
    border-radius: 14px;
    background-color: #FFF;
    box-shadow: 0px 10px 60px rgba(104, 68, 237, 0.20);
    padding: 26px 40px 30px 40px;
    position: relative;
    z-index: 5;
}

.meta {
    display: flex;
    align-items: center;
    gap: 56px;
    margin-bottom: 6px;
}

.wrapper-info h3 {
    letter-spacing: -0.72px;
    color: #030014;
    line-height: 36px;
}

.wrapper-info h3 a:hover {
    color: #6844ED;
}

.wrapper-info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #D9D9D9;
    margin-top: 30px;
}

.author {
    display: flex;
    align-items: center;
    gap: 7px;
}

.author i {
    font-size: 16px
}

.author a {
    line-height: 16px;
    font-size: 16px;
}

.wg-quote {
    padding: 26px 50px 30px 153px;
    background: #EBEBFD;
    border-radius: 14px;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid rgba(104, 68, 237, 0.20);
}

.wg-quote svg {
    position: absolute;
    top: 35px;
    left: 50px;
}

.blog-article-1 {
    border-radius: 16px;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.blog-article-1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(12, 9, 29, 0.85);
}

.blog-article-1 .wrapper-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 60px 50px 60px ;
}

.blog-article-1 .wrapper-info .icon-user::before,
.blog-article-1 .wrapper-info * {
    color: #FFF;
}

/* widget-pagination */
.widget-pagination {
    margin-top: 68px;
}

.widget-pagination ul {
    display: flex; 
    gap: 10px;
    align-items: center;
}

.widget-pagination ul li {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
    border: 1.5px solid rgba(104, 68, 237, 0.20);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-pagination ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6844ED;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.54px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-pagination ul li a i::before {
    font-size: 18px;
}

.widget-pagination ul li.active,
.widget-pagination ul li:hover {
    background-color: #6844ED;
}

.widget-pagination ul li.active a,
.widget-pagination ul li:hover a {
    color: #fff;
}

/* blog blog-detail */
/* ---------------------------------------- */
.tf-blog-detail,
.tf-blog {
    padding-top: 130px;
    padding-bottom: 130px;
}

.flat-title-page.blog-detail {
    padding-bottom: 156px;
}

.flat-title-page.blog-detail .heading {
    font-size: 48px;
    letter-spacing: -1.44px;
    margin-top: 11px;
    margin-bottom: 30px;
}

.flat-title-page.blog-detail .breadcrumbs {
    gap: 43px;
    margin-left: 16px;
}

.flat-title-page.blog-detail .breadcrumbs li::before {
    right: -33px;
    font-size: 24px;
}

.flat-title-page.blog-detail .breadcrumbs li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.54px;
}

.tf-blog-detail .main-image img {
    border-radius: 14px;
    width: 100%;
}

.tf-blog-detail .wrap-inner {
    padding: 24px 30px 30px 40px;
}

.tf-blog-detail .wrap-inner .meta {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(104, 68, 237, 0.20);
    margin-bottom: 32px;
}

.tf-blog-detail .wrap-inner > p {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; 
    margin-bottom: 40px;
}

.tf-blog-detail .wrap-inner .wg-quote {
    position: relative;
    border: none;
}

.tf-blog-detail .wrap-inner .wg-quote::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100px;
    background: #6844ED;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tf-blog-detail .wrap-inner .wg-quote {
    padding: 23px 65px 27px 148px;
    margin-top: 42px;
    margin-bottom: 42px;
}

.tf-blog-detail .wrap-inner .wg-quote .wrapper-info h3 {
    color: #030014;
    font-size: 27px;
    font-weight: 700;
    line-height: 32.4px;
    letter-spacing: -0.81px;
    margin-bottom: 22px;
}

.tf-blog-detail .wrap-inner .wg-quote .wrapper-info .author {
    color: #696969;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 70px;
    position: relative;
}

.tf-blog-detail .wrap-inner .wg-quote .wrapper-info .author::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    top: 50%;
    left: 0;
    background: #6844ED;
}

.tf-blog-detail .wrap-inner .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid rgba(104, 68, 237, 0.20);
    margin-bottom: 40px;
    margin-top: -9px;
}

.tf-blog-detail .wrap-inner .widget-tag a {
    border-radius: 10px;
    border: 1.5px solid rgba(104, 68, 237, 0.20);
    padding: 13px 23px;
    line-height: 11px;
    font-size: 16px;
    font-weight: 400;
}

.wg-social.style-1 li a {
    background-color: rgba(104, 68, 237, 0.20);
    color: #6844ED;
}

.wg-social.style-1 li a:hover {
    background-color: #6844ED;
    color: #FFF;
}

.wg-review {
    padding: 39px 50px;
    background: #EBEBFD;
    border-radius: 10px;
    border: 1.2px solid rgba(104, 68, 237, 0.20);
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
}

.wg-review .image img {
    width: 160px;
    min-width: 160px;
    box-sizing: 50%;
}

.wg-review h4 {
    letter-spacing: -0.66px;
    margin-bottom: 14px;
}

.wg-review p {
    margin-bottom: 31px;
}

.wg-social.style-2 {
    gap: 34px;
}

.wg-social.style-2 li a {
    color: #696969;
    width: unset;
    height: unset;
    background: none;
}

.wg-social.style-2 li a:hover {
    color: #6844ED;
    background: none;
}

.related-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(104, 68, 237, 0.20);
    margin-bottom: 71px;
}

.related-post h6 {
    width: 200px;
}

.widget-comment {
    margin-bottom: 51px;
}

.widget-comment .title {
    color: #030014;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px; 
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}

.comment-box {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.comment-box.rep {
    padding-left: 50px;
    gap: 37px;
}

.comment-box:last-child {
    margin-bottom: 0;
}

.comment-box > img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
}

.comment-box .top {
    display: flex;
    gap: 23px;
    align-items: center;
    margin-bottom: 7px;
}

.comment-box h6.name {
    color:  #030014;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.54px;
}

.comment-box .date {
    line-height: 32px;
}

.comment-box .reply {
    margin-top: 16px;
    display: flex;
}

.comment-box .reply a {
    color: #696969;
}

.comment-box .reply a:hover {
    color: #6844ED;
}

.widget-reply {
    padding: 50px 60px 60px 60px;
    background: #EBEBFD;
    border-radius: 10px;
    border: 1px solid rgba(104, 68, 237, 0.20);
}

.widget-reply h3 {
    letter-spacing: -0.72px;
    margin-bottom: 3px;
}

.widget-reply > p {
    margin-bottom: 31px;
}

.widget-reply textarea {
    height: 150px;
}

/* wg-banner */
/* -------------------------------------------------- */
.wg-banner-1 {
    position: relative;
    padding-top: 275px;
    padding-bottom: 214px;
    background: #030014;
    overflow: hidden;
    background-image: url(../images/item-background/line.png);
}

.wg-banner-1 .bg-item .item-1 {
    position: absolute;
    top: 217px;
    left: 99px;
    animation: ani-1 25s infinite linear;
}

.wg-banner-1 .bg-item .item-2 {
    position: absolute;
    bottom: 109px;
    left: 85px;
    animation: to-right 7s infinite linear;
}

.wg-banner-1 .bg-item .item-3 {
    position: absolute;
    bottom: 295px;
    left: -59px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #61FF00;
    filter: blur(40px);
}

.wg-banner-1 .bg-item .item-4 {
    position: absolute;
    bottom: -69px;
    left: 668px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #00FFF0;
    filter: blur(50px);
}

.wg-banner-1 .bg-item .item-5 {
    position: absolute;
    top: -27px;
    right: 438px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #FF00E5;
    filter: blur(40px);
}

.wg-banner-1 .bg-item .item-6 {
    position: absolute;
    bottom: 191px;
    right: -189px;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    background: #ECE30A;
    filter: blur(50px);
}

.wg-banner-1 .content .title {
    color: #FFF;
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -1.95px;
    margin-bottom: 24px;
}

.wg-banner-1 .content .title span {
    color: #6844ED;
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 65px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: -1.95px;
}

.wg-banner-1 .content p {
    color: #FFF;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 39px;
}

.wg-banner-1 .content .tf-button:hover svg path {
    fill: #6844ED;
}

.wg-banner-1 .content .tf-button.active {
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    background: var(--color-2nd-black, #0C091D);
    color: #696969;
}

.wg-banner-1 .content .tf-button.active:hover {
    color: #6844ED;
    background-color: #FFF;
} 

.wg-banner-1 .content .grid-button > span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;  
}

.wg-banner-1 .box-1 {
    position: absolute;
    top: -75px;
    left: 113px;
    z-index: 5;
    animation: to-left 7s infinite linear;
}

.wg-banner-1 .box-1 .wrap {
    border-radius: 20px;
    border: 1px solid #3468F0;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(52, 104, 240, 0.20);
    padding: 16px 20px;
    position: relative;
}

.wg-banner-1 .box-1 p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 6px 0px 6px 20px;
    color: #696969;
    border-radius: 7px;
    width: 170px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.wg-banner-1 .box-1 p.active,
.wg-banner-1 .box-1 p:hover {
    background: #3468F0;
}

.wg-banner-1 .box-1 p:hover a,
.wg-banner-1 .box-1 p.active a {
    color: #FFF;
}

.wg-banner-1 .box-1 img {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.wg-banner-1 .box-2 {
    position: absolute;
    bottom: -33px;
    right: -79px;
    z-index: 5;
    animation: to-right 7s infinite linear;
}

.wg-banner-1 .box-2 .wrap {
    border-radius: 15px;
    border: 1px solid #3468F0;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(52, 104, 240, 0.20);
    padding: 26px 70px 26px 60px;
    position: relative;
}

.wg-banner-1 .box-2 .wrap p {
    width: max-content;
    line-height: 13px;
}

.wg-banner-1 .box-2 .wrap p a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 13px; 
    letter-spacing: -0.54px;
}

.wg-banner-1 .box-2 .wrap img {
    position: absolute;
    right: 5px;
    bottom: -33px;
    width: 46px;
    height: 74px;
}

.wg-banner-1 .box-2 .wrap .ellipse {
    position: absolute;
    top: 15px;
    left: 17px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FC8800;
}

.wg-banner-1 .box-2 .wrap .ellipse-1 {
    position: absolute;
    bottom: 10px;
    left: 27px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FC8800;
}

.wg-banner-1 .box-2 .wrap .ellipse-2 {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(104, 68, 237, 0.2);
    border: 6px solid rgba(104, 68, 237, 0.2);
}

.wg-banner-1 .wrap-user {
    position: absolute;
    width: 290px;
    /* height: 365px; */

    border: 1px solid #fff;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.60) 0%, rgba(233, 233, 233, 0.80) 100%);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(40px);
    padding: 26px 37px 29px 38px;
}

.wg-banner-1 .wrap-user h4 {
    letter-spacing: -0.66px;
    margin-bottom: -3px;
}

.wg-banner-1 .wrap-user h4 a {
    color: #FFF;
}

.wg-banner-1 .wrap-user h4 a:hover {
    color: #6844ED;
}

.wg-banner-1 .wrap-user p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
}

.wg-banner-1 .wrap-user .image {
    position: relative;
}

.wg-banner-1 .wrap-user .image img {
    width: 215px;
    height: 215px;
    border-radius: 215px;
    border: 2px solid #FFF;
}

.wg-banner-1 .wrap-user .image .icon {
    position: absolute;
    left: 4px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(104, 68, 237, 0.20);
    border-radius: 50%;
    background: #FFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wg-banner-1 .wrap-user .counter-like {
    width: 70px;
    height: 70px;
    background: #0925B6;
    position: absolute;
    top: 0;
    right: -8px;
    text-align: center;
    padding: 18px 0;
    border-radius: 50%;
}

.wg-banner-1 .wrap-user .counter-like .number-counter {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.6px;
    margin-bottom: 8px;
}

.wg-banner-1 .wrap-user .counter-like .icon-heart {
    font-size: 16px;
}

.wg-banner-1 .wrap-user.item-1 {
    left: 45px;
    bottom: -86px;
    animation: to-bottom 7s infinite linear;
}

.wg-banner-1 .wrap-user.item-1 .icon-facebook {
    color: #3468F0;
}

.wg-banner-1 .wrap-user.item-1 .counter-like {
    background-color: #6844ED;
}

.wg-banner-1 .wrap-user.item-2 {
    left: 230px;
    bottom: 18px;
    animation: to-top 7s infinite linear;
}

.wg-banner-1 .wrap-user.item-2 .icon-instagram {
    color: #F034A5;
}

.wg-banner-1 .wrap-user.item-3 {
    top: -50px;
    right: -116px;
    animation: to-bottom 7s infinite linear;
}

.wg-banner-1 .wrap-user.item-3 .icon-tiktok {
    color: #F62B52;
}

.wg-banner-1 .wrap-user.item-3 .counter-like {
    background-color: #F62B52;
}

.wg-banner-1 .border-dashed-line {
    position: absolute;
    top: -14px;
    left: 161px;
    width: 436px;
    height: 489px;
    border-radius: 20px;
    border: 2px dashed #FFF;
}

/* heading-section */
/* ------------------------------------------- */
.heading-section {
    margin-bottom: 58px;
}

.heading-section .sub-title {
    color: #696969;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing:-0.66px;
    margin-bottom: 10px;
    margin-top: -9px;
}

.heading-section .main-title {
    color: #030014;
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.44px;
}

.heading-section .main-title span {
    color: #6844ED;
    font-family: 'Playfair Display';
    font-style: italic;
    line-height: 51px;
}

/* style-1 */
.heading-section.style-1 .main-title {
    color: #FFF;
}

/* style-2 */
.heading-section.style-2 {
    /* margin-bottom: 61px; */
}

.heading-section.style-2 h6 {
    color: #696969;
}


/* wg-result */
/* ------------------------------------------- */
.wg-result.style-1::before {
    position: absolute;
    content: '';
    top: -63px;
    left: 0;
    width: 100%;
    height: 800px;
    background: url(../images/item-background/line-1.png);
}

.wg-result .counter {
    margin-top: -47px;
    margin-bottom: 55px;
}

.wg-result .number-counter span {
    color: #6844ED;
    font-family: 'Playfair Display';
    font-size: 100px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -3px;
}

/* wg-partners */
/* ------------------------------------------------ */
.partners-inner {
    padding: 49px;
    border: 1px solid #6844ED;
    border-radius: 20px;
    background: #FFF;
}

.partners-inner .swiper-wrapper {
    transition-timing-function: linear;
}

.partners-inner .swiper-slide {
    width: auto;
}

.partners-inner .swiper-slide .item-1 {
    width: 100px;
    height: 30px;
}

.partners-inner .swiper-slide .item-2 {
    width: 153px;
    height: 30px;
}

.partners-inner .swiper-slide .item-3 {
    width: 96px;
    height: 30px;
}

.partners-inner .swiper-slide .item-4 {
    width: 96px;
    height: 30px;
}

.partners-inner .swiper-slide .item-5 {
    width: 157px;
    height: 30px;
}

/* style-1 */
.wg-partners-1 {
    padding-top: 122px;
    padding-bottom: 130px;
}

.wg-partners-1 p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 145%;
    margin-bottom: 42px;
    text-align: center;
}

.wg-partners-1 .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 123px;
    flex-wrap: wrap;
}

.wg-partners-1.type-1 {
    padding-top: 0;
}

.wg-partners-1.type-1 .partners-inner-1 p {
    color: #030014;
    margin-top: -8px;
}

.wg-partners-1.type-1 .wrap img.item-1,
.wg-partners-1.type-1 .wrap img:nth-child(1) {
    width: 133.216px;
    height: 40px;
}

.wg-partners-1.type-1 .wrap img.item-2,
.wg-partners-1.type-1 .wrap img:nth-child(2) {
    width: 203.39px;
    height: 40px;
}

.wg-partners-1.type-1 .wrap img.item-3,
.wg-partners-1.type-1 .wrap img:nth-child(3) {
    width: 127.66px;
    height: 40px;
}

.wg-partners-1.type-1 .wrap img.item-4,
.wg-partners-1.type-1 .wrap img:nth-child(4) {
    width: 127.66px;
    height: 40px;
}

.wg-partners-1.type-1 .wrap img.item-5,
.wg-partners-1.type-1 .wrap img:nth-child(5) {
    width: 209.967px;
    height: 40px;
}

/* wg-partners-2 */
.wg-partners-2 h5 {
    color: #FFF;
    letter-spacing: -0.6px;
    text-align: center;
    margin-bottom: 42px;
}

.wg-partners-2 .wrap {
    display: flex;
    gap: 127px;
    align-items: center;
    width: 1400px;
    height: 80px;
    padding: 30px 55px ;
    margin: auto;
    margin-bottom: 40px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.wg-partners-2 .wrap img:nth-child(1) {
    width: 133.216px;
    height: 40px;
}

.wg-partners-2 .wrap img:nth-child(2) {
    width: 203.39px;
    height: 40px;
}

.wg-partners-2 .wrap img:nth-child(3) {
    width: 127.66px;
    height: 40px;
}

.wg-partners-2 .wrap img:nth-child(4) {
    width: 127.66px;
    height: 40px;
}

.wg-partners-2 .wrap img:nth-child(5) {
    width: 209.967px;
    height: 40px;
}

.wg-partners-2 .info {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wg-partners-2 .info .text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    padding-left: 33px;
    position: relative;
}

.wg-partners-2 .info .text::before {
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #E6F85E;
    border-radius: 50%;
}

.wg-partners-2 .info .text::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #E6F85E;
    border-radius: 50%;
}

/* wg-create-design */
/* ------------------------------------------------ */
.wg-create-design .image {
    position: relative;
    width: 629px;
    height: 565px;
    z-index: 1;
}

.wg-create-design .image .img-01 {
    position: absolute;
    top: 0;
    left: 40px;
    border-radius: 16px;
    animation: to-bottom 5s infinite linear;
}

.wg-create-design .image .rectangle {
    position: absolute;
    left: 0;
    top: 90px;
    width: 520px;
    height: 410px;
    border-radius: 20px;
    border: 1.5px solid rgba(104, 68, 237, 0.30);
    background: #EBEBFD;
}

.wg-create-design .image .place {
    position: absolute;
    left: 319px;
    top: 43px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #6844ED;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0px 10px 60px rgba(104, 68, 237, 0.50);
    animation: to-top 5s infinite linear;
}

.wg-create-design .image .img-02 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 345px;
    height: 345px;
    animation: to-right 5s infinite linear;
}

.wg-create-design .content {
    padding-top: 42px;
    padding-left: 61px;
}

.heading-section h6 {
    letter-spacing: -0.54px;
    margin-bottom: 12px;
    margin-top: -7px;
}

.wg-create-design .heading-section {
    margin-bottom: 31px;
}

.wg-create-design .content p {
    margin-bottom: 24px;
}

.wg-create-design ul {
    margin-bottom: 42px;
}

/* style-1 */
.wg-create-design.style-1 {
    position: relative;
    background: #0C091D;
    padding-top: 130px;
    padding-bottom: 155px;
    overflow: hidden;
}

.wg-create-design.style-1 .content {
    padding-left: 0;
    padding-top: 68px;
}

.wg-create-design.style-1 .content h6,
.wg-create-design.style-1 .content .main-title {
    color: #FFF;
}

.wg-create-design.style-1 .content p {
    margin-bottom: 36px;
}

.wg-create-design.style-1 .content ul {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.wg-create-design.style-1 .content ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px 15px 20px;
    border-radius: 15px;
    background: #FFF;
    color: #030014;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.6px;
    margin-bottom: 0;
}

.wg-create-design.style-1 .content ul li i {
    padding: 7px;
    background-color: #6844ED;
    color: #FFF;
    font-size: 16px;
    border-radius: 50%;
}

.wg-create-design.style-1 .image {
    width: 100%;
}

.wg-create-design.style-1 .image .img-01 {
    position: absolute;
    left: 100px;
    border-radius: 25px;
}

.wg-create-design.style-1 .image .img-02 {
    position: absolute;
    bottom: -25px;
    left: 42px;
    width: 355px;
    height: 355px;
    border: 5px solid #FFF;
}

.wg-create-design.style-1 .image .img-03 {
    position: absolute;
    bottom: -30px;
    right: -59px;
    z-index: -1;
    animation: to-left 7s infinite linear;
}

.wg-create-design.style-1 .item1 {
    position: absolute;
    top: 111px;
    left: 108px;
    animation: to-bottom 5s infinite linear;
}

.wg-create-design.style-1 .item2 {
    position: absolute;
    bottom: 295px;
    left: -59px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #61FF00;
    filter: blur(40px);
}

.wg-create-design.style-1 .item3 {
    position: absolute;
    bottom: -69px;
    left: 668px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #00FFF0;
    filter: blur(50px);
}

.wg-create-design.style-1 .item4 {
    position: absolute;
    top: -27px;
    right: 438px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #FF00E5;
    filter: blur(40px);
}

.wg-create-design.style-1 .item5 {
    position: absolute;
    bottom: 191px;
    right: -189px;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    background: #ECE30A;
    filter: blur(50px);
}

.wg-create-design.style-1 .item6 {
    position: absolute;
    bottom: 0px;
    left: -339px;
    animation: to-right 7s infinite linear;
}

/* style-2 */
.wg-create-design.style-2 .content {
    padding-left: 0;
    padding-top: 28px;
}

.wg-create-design.style-2 p {
    margin-bottom: 34px;
    color: #C8C8C8;
}

.wg-create-design.style-2 ul {
    margin-bottom: 0;
}

.wg-create-design.style-2 ul li {
    color: #FFF;
}

.wg-create-design.style-2 ul li .icon-tick::before {
    color: rgba(9, 182, 162, 1);
}

.wg-create-design.style-2 .image {
    width: 100%;
    height: 476px;
}

.wg-create-design.style-2 .image img {
    right: 0;
    left: unset;
    box-shadow: 0px 20px 40px 0px rgba(9, 182, 162, 0.10);
    animation: none;
}

/* style-3 */
.wg-create-design.style-3 .content {
    padding-left: 0;
    padding-top: 58px;
}

.wg-create-design.style-3 .content h6 {
    padding-left: 4px;
}

.wg-create-design.style-3 .content p {
    margin-bottom: 31px;
}

.grid-counter {
    display: flex;
    gap: 100px;
}

.grid-counter .number-counter {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -0.72px;
    margin-bottom: -10px;
}

.grid-counter .number-counter span {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 75px; 
    letter-spacing: -1.44px;
}

.grid-counter .counter .text {
    color: #C8C8C8;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.wg-create-design.style-3 .image {
    margin-left: 31px;
    width: 558px;
    height: 522px;
}

.wg-create-design.style-3 .image img {
    width: 558px;
    height: 522px;
    border-radius: 20px;
    animation: none;
}

/* style-4 */
.wg-create-design.style-4 {
    padding-top: 130px;
    padding-bottom: 130px;
    background: rgba(242, 248, 253, 1);
}

.wg-create-design.style-4 .image {
    position: relative;
    width: 630px;
    height: 532px;
    border-radius: 20px;
    border: 1px solid rgba(52, 104, 240, 0.30);
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(52, 104, 240, 0.15);
}

.wg-create-design.style-4 .image .item-1 {
    position: absolute;
    top: 46px;
    left: 29px;
    border-radius: 10px;
    animation: to-top 5s infinite linear;
}

.wg-create-design.style-4 .image .item-2 {
    position: absolute;
    bottom: 29px;
    left: 99px;
    border-radius: 10px;
    animation: to-left 5s infinite linear;
}

.wg-create-design.style-4 .image .item-3 {
    position: absolute;
    top: 29px;
    right: 111px;
    border-radius: 10px;
    animation: to-right 5s infinite linear;
}

.wg-create-design.style-4 .image .box-1 {
    position: absolute;
    top: 105px;
    right: 158px;
}

.wg-create-design.style-4 .image .box-2 {
    position: absolute;
    right: 30px;
    bottom: 97px;
    width: 270px;
    height: 231px;
}

.wg-create-design.style-4 .image .box-2 .wrap {
    border-radius: 16px;
    background: #F90;
    padding: 90px 50px 30px 41px;
    animation: to-bottom 5s infinite linear;
}

.wg-create-design.style-4 .image .box-2 .wrap .text {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
    margin-bottom: 21px;
}

.wg-create-design.style-4 .image .box-2 .wrap .text a {
    color:  #FFF;
}

.wg-create-design.style-4 .image .box-1 .wrap {
    border-radius: 20px;
    border: 1px solid #3468F0;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(52, 104, 240, 0.20);
    padding: 16px 20px;
    position: relative;
}

.wg-create-design.style-4 .image .box-1 p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 6px 0px 6px 20px;
    color: #696969;
    border-radius: 7px;
    width: 170px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.wg-create-design.style-4 .image .box-1 p.active,
.wg-create-design.style-4 .image .box-1 p:hover {
    background: #3468F0;
}

.wg-create-design.style-4 .image .box-1 p:hover a,
.wg-create-design.style-4 .image .box-1 p.active a {
    color: #FFF;
}

.wg-create-design.style-4 .image .box-1 img {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.wg-create-design.style-4 .content {
    padding-top: 25px;
    padding-left: 72px;
}

.wg-create-design.style-4 ul li .icon-tick::before {
    color: #3468F0;
}

/* style-5 */
.wg-create-design.style-5 .image {
    width: unset;
    height: unset;
}

.wg-create-design.style-5 .image img {
    border-radius: 25px;
    border: 1px solid rgba(104, 68, 237, 0.15);
    background:  #EBEBFD;
}

.wg-create-design.style-5 .content {
    padding-top: 2px;
    padding-left: 47px;
}

/* style-6 */
.wg-create-design.style-6 .content {
    padding-top: 27px;
    padding-left: 0;
}

.wg-create-design.style-6 .content p {
    margin-top: -5px;
    margin-bottom: 31px;
}

/* style-7 */
.wg-create-design.style-7 .content {
    padding-top: 46px;
    padding-left: 0;
}

.wg-create-design.style-7 .content p {
    margin-top: -5px;
    margin-bottom: 41px;
}

.wg-create-design.style-7 .image {
    position: unset;
    width: unset;
    height: unset;
    border-radius: 25px;
    border: 1px solid rgba(104, 68, 237, 0.15);
    background: #EBEBFD;
    padding: 45px 50px;
}

/* list-item */
ul.list-item li {
    margin-bottom: 10px;
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    gap: 10px;
    align-items: center;
}

ul.list-item li .icon-tick::before {
    color: #6844ED;
}

/* list-tool */
/* -------------------------------------------- */
.list-tool {
    padding-top: 130px;
    padding-bottom: 100px;
    position: relative;
    background: linear-gradient(180deg, rgba(235, 235, 253, 0.00) 0%, #EBEBFD 100%);
}

.list-tool::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 800px;
    bottom: 0;
    left: 0;
    background-image: url(../images/item-background/line-1.png);
}

.wg-tool {
    border: 1px solid #fff;
    padding: 38px 50px 30px 50px;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-tool:hover {
    border: 1px solid #6844ED;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.wg-tool .icon {
    font-size: 35px;
}

.wg-tool h3 {
    letter-spacing: -0.72px;
    margin-top: 21px;
    margin-bottom: 8px;
}

.wg-tool h3 a {
    color: #030014;
}

.wg-tool h3 a:hover {
    color: #6844ED;
}

.wg-tool .order {
    position: absolute;
    top: 30px;
    right: 53px;
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -3px;
    background: linear-gradient(180deg, rgba(230, 228, 252, 0.50) 0%, rgba(230, 228, 252, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* list-tool-1 */
.list-tool-1 {
    padding-top: 130px;
}

.wg-tool.style-1 {
    padding: 45px 50px 50px 45px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.wg-tool.style-1 h4 {
    color:  #030014;
    line-height: 33px;
    letter-spacing: -0.66px;
    margin-top: 27px;
    margin-bottom: 13px;
}

.wg-tool.style-1 p {
    margin-bottom: 31px;
}

.wg-tool.style-1 a {
    color: #696969;
}

.wg-tool.style-1 .order {
    top: 22px;
    right: 46px;
}


/* helpful */
/* ----------------------------------------- */
.wg-helpful {
    border-radius: 15px;
    border: 1.5px solid rgba(104, 68, 237, 0.20);
    background: #EBEBFD;
    /* height: 100%; */
    padding: 35px 30px 27px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-helpful:hover {
    border: 1px solid #6844ED;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(104, 68, 237, 0.20);
}

.wg-helpful .image {
    width: 60px !important;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-helpful:hover .image {
    background: #6844ED;
    box-shadow: 0px 7px 40px rgba(104, 68, 237, 0.60);
}

.wg-helpful .image span::before {
    color: #6844ED;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-helpful:hover .image span::before {
    color: #FFF;
}

.wg-helpful h6 a {
    letter-spacing: -0.54px;
    color: #030014;   
}

.wg-helpful h6 a:hover {
    color: #6844ED;
}

/* style-1 */
.wg-helpful.style-1 {
    padding: 51px 49px 41px 49px;
    box-shadow: 0px 7px 60px rgba(104, 68, 237, 0.15);
    background: none;
    border: 1.5px solid transparent;
}

.wg-helpful.style-1:hover {
    border-color: #6844ED;
}

.wg-helpful.style-1 .image {
    margin: unset;
    margin-bottom: 27px;
    width: 85px !important;
    height: 85px;
    border:  1px solid #EBEBFD;
    background-color: #FFF;
    padding: 9px;
}

.wg-helpful.style-1:hover .image {
    box-shadow: none;
}

.wg-helpful.style-1 .image .icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EBEBFD;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.wg-helpful.style-1:hover .image .icon {
    background-color: #6844ED;
}

.wg-helpful.style-1 .image span::before {
    font-size: 24px;
}

.wg-helpful.style-1 p {
    color: #696969;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 6px;
}

/* wg-road-map */
/* -------------------------------------------- */

.road-map-content {
    position: relative;
    padding: 0 110px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.road-map-content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: rgba(104, 68, 237, 0.10);
}

.road-map-item {
    max-width: 410px;
    border-radius: 15px;
    background: #EBEBFD;
    padding: 40px 50px 30px;
    border: 1px solid #EBEBFD;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.road-map-item:hover {
    border: 1px solid #6844ED;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(104, 68, 237, 0.20);
}

.road-map-item.item-1 {
    margin-top: 60px;
}

.road-map-item.item-2 {
    margin-top: 188px;
}

.road-map-item.item-3 {
    margin-top: -48px;
}

.road-map-item.item-4 {
    margin-top: 80px;
    margin-bottom: 72px;
}

.road-map-item .number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 20px 40px rgba(104, 68, 237, 0.20);
    border: 5px solid #fff;
    background: #6844ED;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.road-map-item h4 {
    margin-top: 20px;
    margin-bottom: 9px;
}

.road-map-item h4 a {
    color: #030014;
    letter-spacing: -0.66px;
}

.road-map-item h4 a:hover {
    color: #6844ED;
}

.road-map-item .arrow {
    position: absolute;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.road-map-item:hover .arrow {
    opacity: 1;
}

.road-map-item.item-3 .arrow,
.road-map-item.item-1 .arrow {
    right: -125px;
    top: 50%;
    transform: translateY(-50%);
}

.road-map-item.item-4 .arrow,
.road-map-item.item-2 .arrow {
    left: -125px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

/* wg-pricing */
/* ---------------------------------------- */
.wg-pricing {
    padding: 130px 0;
    background-image: url(../images/item-background/line-1.png);
    background-color: #EBEBFD;
    position: relative;
    overflow: hidden;
}


.wg-pricing .item1 {
    position: absolute;
    top: 522px;
    left: -59px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #61FF00;
    filter: blur(40px);
}

.wg-pricing .item2 {
    position: absolute;
    bottom: -86px;
    left: 668px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #00FFF0;
    filter: blur(50px);
}

.wg-pricing .item3 {
    position: absolute;
    top: -27px;
    right: 438px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: rgba(10, 127, 236, 0.70);
    filter: blur(40px);
}

.wg-pricing .item4 {
    position: absolute;
    bottom: 396px;
    right: -129px;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    background: #ECE30A;
    filter: blur(50px);
}

.pricing-item {
    padding: 40px 50px 50px;
    background: #FFF;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-item:hover {
    border: 1px solid #6844ED;
    box-shadow: 0px 10px 60px rgba(104, 68, 237, 0.20);
}

.pricing-item h3 {
    letter-spacing: -0.72px;
    margin-bottom: 8px;
}

.pricing-item p {
    margin-bottom: 27px;
}

.pricing-item .tf-button {
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-item:hover .tf-button {
    background-color: #6844ED;
}

.pricing-item .number-price {
    color: #6844ED;
    font-size: 48px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -1.44px;
    margin-bottom: 46px;
}

.pricing-item .number-price span {
    display: inline-block;
    color: #696969;
    font-family: 'Playfair Display';
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
}

.pricing-item ul li {
    padding-left: 40px;
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
    position: relative;
}

.pricing-item ul li:last-child {
    margin-bottom: 0;
}

.pricing-item ul li .icon-check {
    position: absolute;
    left: 0;
    top: 0%;
    width: 28px;
    height: 28px;
    font-size: 14px;
    background-color: #6844ED;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pricing-item ul li .number {
    font-weight: 700;
}

/* style-1 */
.wg-pricing-1 {
    padding-top: 130px;
    position: relative;
}

.wg-pricing-1 > svg {
    position: absolute;
    content: '';
    top: -167px;
    left: 0;
    width: 100%;
    height: 666px;
}

.wg-pricing-1 .heading-section {
    margin-bottom: 61px;
}

.wg-pricing-1 .heading-section .main-title {
    margin-top: -11px;
    margin-bottom: 15px;
}

.wg-pricing-1 .heading-section .text {
    color:  #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    }

.pricing-item.style-1 {
    padding: 43px 50px 50px;
    border-radius: 40px;
    background: linear-gradient(163deg, rgba(255, 255, 255, 0.15) 0%, rgba(9, 182, 162, 0.10) 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: none;
}

.pricing-item.style-1 .top {
    margin-bottom: 35px;
}

.pricing-item.style-1.active {
    background: linear-gradient(163deg, rgba(9, 182, 162, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
}

.pricing-item.style-1 h3 {
    margin-bottom: 0;
    color: #FFF;
}

.pricing-item.style-1 .number-price {
    color: #FFF;
    font-family: 'Playfair Display';
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.pricing-item.style-1 p {
    color: #FFF;
    padding-bottom: 41px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 50px;
}

.pricing-item.style-1.active {
    padding-bottom: 44px;
}

.pricing-item.style-1 ul li {
    color: #FFF;
}

.pricing-item.style-1 ul li .icon-check {
    background: #09B6A2;
}

.pricing-item.style-1 .tf-button {
    margin: unset;
    padding: 20px 28px;
}

.pricing-item.style-1:hover .tf-button {
    background: none;
}

.pricing-item.style-1 .tf-button:hover {
    background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}

.pricing-item.style-1.active .tf-button {
    background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}

/* type-1 */
.wg-pricing.type-1 {
    padding-top: 100px;
    background: none;
}

.wg-pricing.type-1 .pricing-item {
    box-shadow: 0px 10px 60px rgba(104, 68, 237, 0.20);
}

/* style-2 */
.pricing-item.style-2 {
    border-radius: 20px;
    border: 1px solid rgba(52, 104, 240, 0.20);
    background: #F2F8FD;
    padding: 41px 50px 50px;
}

.pricing-item.style-2 h3 {
    margin-bottom: 3px;
    font-size: 27px;
    letter-spacing: -0.81px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.pricing-item.style-2 > p {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.pricing-item.style-2 .avatar-wrapper {
    margin-bottom: 50px;
}

.pricing-item.style-2 .avatar-wrapper p {
    color: #030014;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.pricing-item.style-2 .price-tabs {
    border-radius: 10px;
    background: #FFF;
    padding: 15px 20px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.pricing-item.style-2 .price-tabs::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 20px;
    border-radius: 10px;
    background: #3468F0;
}

.pricing-item.style-2 .price-tabs .button-price {
    color: #696969;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.pricing-item.style-2 .price-tabs .price-month {
    padding-left: 41px;
}

.pricing-item.style-2 .price-tabs .price-year {
    padding-right: 41px;
}

.pricing-item.style-2 .price-tabs .button-price.active {
    color: #030014;
}

.pricing-item.style-2 .price-tabs .button-price::after,
.pricing-item.style-2 .price-tabs .button-price::before {
    position: absolute;
    content: '';
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.pricing-item.style-2 .price-tabs .price-month::before {
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(52, 104, 240, 0.2);
}

.pricing-item.style-2 .price-tabs .price-month::after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    background: rgba(52, 104, 240, 0.2);
}

.pricing-item.style-2 .price-tabs .price-year::before {
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(52, 104, 240, 0.2);
}

.pricing-item.style-2 .price-tabs .price-year::after {
    top: 7px;
    right: 7px;
    width: 7px;
    height: 7px;
    background: rgba(52, 104, 240, 0.2);
}

.pricing-item.style-2 .price-tabs .button-price.active::before {
    border-color: #3468F0;
}

.pricing-item.style-2 .price-tabs .button-price.active::after {
    background: #3468F0;
}

.pricing-item.style-2 ul {
    margin-bottom: 49px;
}

.pricing-item.style-2 ul li {
    padding-left: 44px;
    color: #030014;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.pricing-item.style-2 ul li .icon-check {
    left: 4px;
    background: #3468F0;
}

.pricing-item.style-2 .number-price {
    color:#030014;
    font-family: 'Playfair Display';
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    padding-left: 5px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.pricing-item.style-2 .tf-button {
    border: 1px solid rgba(52, 104, 240, 0.20);
    background: #FFF;
    color: #030014;
    margin-bottom: 0;
}

.pricing-item.style-2:hover {
    background-color: #0D111A;
    border: 1px solid #0D111A;
}

.pricing-item.style-2:hover ul li,
.pricing-item.style-2:hover p,
.pricing-item.style-2:hover h3 {
    color: #FFF;
}

.pricing-item.style-2:hover .avatar-wrapper p strong,
.pricing-item.style-2:hover .number-price {
    color: #CBED44 !important;
}

.pricing-item.style-2:hover .tf-button {
    background: #3468F0;
    color: #FFF;
}

/* style-3 */
.wg-pricing-3 {
    padding-top: 119px;
    padding-bottom: 129px;
    background-image: url(../images/item-background/line.png);
}

.wg-pricing-3 .heading-section {
    margin-bottom: 68px;
}

.wg-pricing-3 h6 {
    color: #FFF;
    letter-spacing: -0.54px;
    margin: 0;
}

.wg-pricing-3 .number-price {
    margin-bottom: 55px;
}

.wg-pricing-3 .check {
    position: relative;
    min-width: 50px;
    width: 50px;
    height: 28px;
    -webkit-appearance: none;
    background: #E6F85E;
    border-radius: 999px;
    transition: .5s;
    margin-right: 0;
}

.wg-pricing-3 input:checked[type=checkbox] {
    transition: .5s;
}

.wg-pricing-3 .check::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #171825;
    transition: .5s;
}

.wg-pricing-3 input:checked[type=checkbox]::before {
    background: #FFF;
    left: 24px;
}

.pricing-item.style-3 {
    background-color: #171825;
    border-color: #171825;
    position: relative;
}

.pricing-item.style-3 h3 {
    color: #FFF;
    margin-bottom: 20px;
}

.pricing-item.style-3 p {
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.65);
}

.pricing-item.style-3 .number-price {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
}

.pricing-item.style-3 .number-price::before {
    position: absolute;
    content: '';
    width: calc(100% + 100px);
    height: 78px;
    left: -50px;
    top: -27px;
    background: linear-gradient(113deg, rgba(230, 248, 94, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.pricing-item.style-3 .number-price b {
    color: #E6F85E;
    font-size: 40px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1.2px;
}

.pricing-item.style-3 ul li {
    color: #FFF;
}

.pricing-item.style-3 ul li .icon-check {
    background-color: #E6F85E;
    color: #030014;
}

.pricing-item.style-3 .tf-button {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #11121C;
    margin-top: 40px;
    margin-bottom: 0;
}

.pricing-item.style-3:hover {
    border-color: #E6F85E;
    box-shadow: none;
}

.pricing-item.style-3:hover .tf-button {
    background-color: #E6F85E;
    color: #030014;
}

/* faqs-wrap */
/* ------------------------------------- */
.faqs-wrap {
    padding-top: 129px;
    padding-bottom: 130px;
}

.flat-accordion .flat-toggle,
.flat-accordion2 .flat-toggle2,
.flat-accordion1 .flat-toggle1 {
    position: relative;
    border-radius: 10px;
    padding: 20px 30px 18px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 15px;
}

.flat-accordion .flat-toggle:last-child,
.flat-accordion2 .flat-toggle2:last-child,
.flat-accordion1 .flat-toggle1:last-child {
    margin-bottom: 0;
}

.flat-accordion .flat-toggle.active ,
.flat-accordion2 .flat-toggle2.active ,
.flat-accordion1 .flat-toggle1.active {
    background-color: #6844ED;
}

.flat-accordion .flat-toggle .toggle-title ,
.flat-accordion2 .flat-toggle2 .toggle-title ,
.flat-accordion1 .flat-toggle1 .toggle-title {
    position: relative;
    letter-spacing: -0.66px;
    cursor: pointer;
}

.flat-accordion .flat-toggle.active .toggle-title ,
.flat-accordion2 .flat-toggle2.active .toggle-title ,
.flat-accordion1 .flat-toggle1.active .toggle-title {
    color: #FFF;
}

.flat-accordion .flat-toggle .toggle-title::after ,
.flat-accordion2 .flat-toggle2 .toggle-title::after ,
.flat-accordion1 .flat-toggle1 .toggle-title::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-size: 18px;
    content: '\ea3c';
    font-weight: 400;
    font-family: 'icomoon';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flat-accordion .flat-toggle.active .toggle-title::after ,
.flat-accordion2 .flat-toggle2.active .toggle-title::after ,
.flat-accordion1 .flat-toggle1.active .toggle-title::after {
    color: #FFF;
    transform: translateY(-50%) rotate(90deg);
}

.flat-accordion .flat-toggle .toggle-content ,
.flat-accordion2 .flat-toggle2 .toggle-content ,
.flat-accordion1 .flat-toggle1 .toggle-content {
    display: none;
}

.flat-accordion .flat-toggle .toggle-content p ,
.flat-accordion2 .flat-toggle2 .toggle-content p ,
.flat-accordion1 .flat-toggle1 .toggle-content p {
    margin-top: 10px;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* video-wrap */
.video-wrap {
    padding: 60px 35px;
    border-radius: 20px;
    border: 1.5px solid rgba(104, 68, 237, 0.20);
    background: #F2F8FD;
    position: relative;
}

.video-wrap img {
    border-radius: 10px;
    width: 100%;
}

.popup-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background-color: rgba(255, 255, 255, 0.30);
}

.popup-youtube::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.30);
    z-index: 1;
}

.popup-youtube:hover::before {
    animation: playvideo 2.5s ease-in-out infinite;
}

.popup-youtube .icon {
    font-size: 15px;
    background-color: #6844ED;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.faqs-wrap-1 {
    padding-top: 130px;
    padding-bottom: 122px;
}

.faqs-wrap-1 .heading-section {
    margin-bottom: 30px;
}

.faqs-wrap-1 p.text {
    margin-bottom: 31px;
}

.faqs-wrap-1 .flat-toggle {
    margin-bottom: 10px;
    padding: 15px 30px 20px 37px;
    background: linear-gradient(163deg, rgba(255, 255, 255, 0.15) 0%, rgba(9, 182, 162, 0.05) 100%);
}

.faqs-wrap-1 .flat-toggle.active {
    background: linear-gradient(163deg, rgba(9, 182, 162, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
}

.faqs-wrap-1 .flat-toggle h4.toggle-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.faqs-wrap-1 .flat-toggle .toggle-content p {
    margin-top: 7px;
}

.faqs-wrap-1 .flat-accordion .flat-toggle .toggle-title::after {
    right: -8px;
}

.faqs-wrap-1 .flat-accordion .flat-toggle.active .toggle-title::after {
    color: rgba(9, 182, 162, 1) !important;
}

/* type-1 */
.faqs-wrap-1.type-1 {
    padding-top: 0;
}

.faqs-wrap-1.type-1 .flat-toggle {
    background: #FFF ;
    box-shadow: 0px 10px 60px 0px rgba(104, 68, 237, 0.20);
}

.faqs-wrap-1.type-1 .flat-toggle h4.toggle-title {
    color: #030014;
}

.faqs-wrap-1.type-1 .flat-accordion .flat-toggle .toggle-title::after {
    color: #6844ED !important;
}

.faqs-wrap-1.type-1 .flat-toggle .toggle-content p {
    color: #696969;
}

/* faqs-wrap-2 */
.faqs-wrap-2 {
    padding-top: 118px;
    background: rgba(13, 17, 26, 1);
    padding-bottom: 115px;
    background-image: url(../images/item-background/line.png);
    position: relative;
}

.faqs-wrap-2 > .item1 {
    position: absolute;
    content: '';
    top: 163px;
    left: 133px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(203, 237, 68, 1);
}

.faqs-wrap-2 > .item2 {
    position: absolute;
    content: '';
    bottom: 176px;
    right: 296px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(9, 182, 162, 1);
}

.faqs-wrap-2 > .item3 {
    position: absolute;
    content: '';
    bottom: 186px;
    left: 169px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: to-top 7s infinite linear;
}

.faqs-wrap-2 > .item4 {
    position: absolute;
    content: '';
    top: 138px;
    right: 220px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: to-top 7s infinite linear;
}

.faqs-wrap-2 .heading-section {
    margin-bottom: 61px;
}

.faqs-wrap-2 .heading-section .text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin-top: 15px;
}

.faqs-wrap-2 .flat-accordion .flat-toggle.active {
    background-color: #3468F0;
}

.faqs-wrap-2 .flat-accordion .flat-toggle {
    padding: 21px 80px 20px 35px;
    margin-bottom: 12px;
}

.faqs-wrap-2 .flat-accordion .flat-toggle .toggle-title::after {
    right: -48px;
}

/* faqs-wrap-3 */
.faqs-wrap-3 {
    padding-top: 130px;
    position: relative;
}

.faqs-wrap-3 .heading-section {
    padding-left: 20px;
}

.faqs-wrap-3 .linear-line {
    position: absolute;
    top: 25px;
    left: -25px;
}

.faqs-wrap-3 .line {
    position: absolute;
    top: 173px;
    left: -3px;
}

.faqs-wrap-3 .flat-toggle {
    background: none;
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 2px;
}

.faqs-wrap-3 .flat-toggle:nth-child(4),
.faqs-wrap-3 .flat-toggle:nth-child(2) {
    margin-bottom: 23px;
    padding-bottom: 22px;
}

.faqs-wrap-3 .flat-toggle:nth-child(3) {
    margin-bottom: 33px;
    padding-bottom: 22px;
}

.faqs-wrap-3 .flat-toggle.active {
    background: none;
    border: none;
}

.faqs-wrap-3 .flat-toggle .toggle-title {
    color: #FFF;
}

.faqs-wrap-3 .flat-toggle.active .toggle-title::after,
.faqs-wrap-3 .flat-toggle.active .toggle-title {
    color: rgba(230, 248, 94, 1);
}

.faqs-wrap-3 .flat-toggle .toggle-content p {
    color: rgba(255, 255, 255, 0.65);
    border-radius: 14px;
    border: 1px solid #E6F85E;
    background: #171825;
    margin-top: 22px;
    padding: 22px 30px 20px;
}

.faqs-wrap-3 .image {
    margin-left: 81px;
    border-radius: 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    background: #171825;
    padding: 37px 40px 30px;
}

.faqs-wrap-3 .image img {
    border-radius: 15px;
    width: 470px;
    height: 365px;
}

.faqs-page .flat-title-page {
    padding-top: 226px;
}

.faqs-page .wrap-faqs-1 {
    padding-top: 130px;
    padding-bottom: 116px;
}

.faqs-page .wrap-faqs-1 .flat-toggle {
    margin-bottom: 8px;
}

.faqs-page .wrap-faqs-2 {
    background-color: #EBEBFD;
    background-image: url(../images/item-background/dot-2.png);
    background-position: 0 203px;
    background-repeat: no-repeat;
}

.faqs-page .wrap-faqs-2 .heading-section {
    margin-top: 17px;
    margin-bottom: 38px;
}

.faqs-page .wrap-faqs-2 .image {
    margin-left: 110px;
    width: 597px;
    height: 641px;
    position: relative;
}

.faqs-page .wrap-faqs-2 .image .img-01 {
    width: 521px;
    height: 610px;
    border-top-left-radius: 521px;
    border-top-right-radius: 521px;
    animation: to-bottom 7s infinite linear;
}

.faqs-page .wrap-faqs-2 .image .place {
    position: absolute;
    right: 0;
    top: 117px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #6844ED;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0px 10px 60px rgba(104, 68, 237, 0.50);
    animation: to-top 7s infinite linear;
}

.faqs-page .wrap-faqs-2 .image .img-02 {
    position: absolute;
    bottom: 0;
    right: 31px;
    animation: to-left 7s infinite linear;
}

.faqs-page .wrap-faqs-3 {
    position: relative;
    padding-top: 119px;
    background: url(../images/item-background/line-1.png);
}


.faqs-page .wrap-faqs-3 > .item1 {
    position: absolute;
    content: '';
    top: 163px;
    left: 133px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(203, 237, 68, 1);
}

.faqs-page .wrap-faqs-3 > .item2 {
    position: absolute;
    content: '';
    bottom: 176px;
    right: 296px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(9, 182, 162, 1);
}

.faqs-page .wrap-faqs-3 > .item3 {
    position: absolute;
    content: '';
    bottom: 186px;
    left: 169px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: to-top 7s infinite linear;
}

.faqs-page .wrap-faqs-3 > .item4 {
    position: absolute;
    content: '';
    top: 138px;
    right: 220px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: to-top 7s infinite linear;
}

.faqs-page .wrap-faqs-3 .heading-section {
    margin-bottom: 61px;
}

.faqs-page .wrap-faqs-3 .heading-section .text {
    color: #030014;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin-top: 15px;
}

.faqs-page .wrap-faqs-3 .flat-accordion2 .flat-toggle2 {
    padding: 21px 32px 17px 35px;
}

.wg-create-design-2 .content .heading-section {
    margin-top: 62px;
    margin-bottom: 31px;
}

.wg-create-design-2 .content p {
    margin-bottom: 29px;
}

.wg-feedback {
    padding: 39px 55px 50px 55px;
    box-shadow: 0px 10px 60px rgba(104, 68, 237, 0.20);
    border: 1.5px solid #6844ED;
    border-radius: 15px;
}

.wg-feedback h3 {
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}

/* wg-banner-2 */
/* -------------------------------------------------- */
.wg-banner-2 {
    position: relative;
    padding-top: 155px;
    padding-bottom: 185px;
    background-image: url(../images/item-background/line.png);
}

.wg-banner-2 .bg-item .item-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 565.5px;
    height: 514px;
    background: linear-gradient(180deg, #09B6A2 0%, rgba(9, 182, 162, 0.00) 100%);
    opacity: 0.8;
    filter: blur(150px);
}

.wg-banner-2 .bg-item .item-2 {
    position: absolute;
    bottom: -352px;
    left: -487px;
    width: 750px;
    height: 750px;
    border-radius: 750px;
    opacity: 0.2;
    background: #09B6A2;
    filter: blur(250px);
}

.wg-banner-2 .content .title {
    margin-top: 81px;
    margin-bottom: 24px;
    color:  #FFF;
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -1.95px;
}

.wg-banner-2 .content .title span {
    font-family: 'Playfair Display';
    font-style: italic;
    line-height: 67px;
}

.wg-banner-2 .content > p {
    color: #FFF;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 34px;
}

.wg-banner-2 .image .item-2 {
    position: absolute;
    right: 0px;
    bottom: -38px;
    width: 318px;
    height: 296px;
    border-radius: 12px;
    box-shadow: 0px 20px 60px 0px rgba(9, 182, 162, 0.20);
    animation: to-left 5s infinite linear;
}

.wg-banner-2 .image .item-1 {
    position: absolute;
    top: 57px;
    left: 11px;
    border-radius: 17px;
    box-shadow: 0px 20px 40px 0px rgba(9, 182, 162, 0.20);
    animation: to-top 5s infinite linear;
}

.wg-banner-2 .image .item-3 {
    position: absolute;
    top: 0;
    right: -65px;
    width: 393px;
    height: 393px;
    border-radius: 393px;
    border: 3px dashed #FFF;
    animation: rotate360 20s infinite linear;
}

.wg-banner-2 .image .item-4 {
    position: absolute;
    left: -58px;
    bottom: -101px;
    width: 393px;
    height: 393px;
    border-radius: 393px;
    border: 3px dashed rgba(255, 255, 255, 0.10);
    animation: rotate360rv 20s infinite linear;
}

/* wg-doing */
/* -------------------------------------- */
.wg-doing {
    padding-top: 46px;
}

.doing-item {
    padding: 35px 50px 25px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(163deg, rgba(255, 255, 255, 0.15) 0%, rgba(9, 182, 162, 0.10) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.doing-item.active {
    background: linear-gradient(163deg, rgba(9, 182, 162, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
}

.doing-item:hover {
    box-shadow:  0px 0px 15px rgba(9, 182, 162, 0.10);
}

.doing-item .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(150deg, #09B6A2 0%, rgba(9, 182, 162, 0.05) 100%);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.doing-item.active .icon {
    background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}

.doing-item h3 a {
    margin-bottom: 25px;
}

.doing-item h3 a {
    color: #FFF;
    letter-spacing: -0.72px;
}

.doing-item h3 a:hover {
    color: rgba(9, 182, 162, 1);
}

.doing-item p {
    margin-top: 8px;
    color: #C8C8C8;
}

/* wg-testimonials */
.wg-testimonials.bg-line::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 887px;
    bottom: 0;
    left: 0;
    background-image: url(../images/item-background/line-2.png);
}

.wg-testimonials > .item-1 {
    position: absolute;
    content: '';
    right: -110px;
    bottom: 46px;
    width: 370px;
    height: 336px;
    background: linear-gradient(180deg, #09B6A2 0%, rgba(9, 182, 162, 0.00) 100%);
    opacity: 0.6;
    filter: blur(150px);
}

.wg-testimonials > .item-2 {
    position: absolute;
    content: '';
    left: -108px;
    top: -400px;
    width: 430px;
    height: 390px;
    transform: rotate(-105deg);
    background: linear-gradient(180deg, #09B6A2 0%, rgba(9, 182, 162, 0.00) 100%);
    opacity: 0.6;
    filter: blur(150px);
}

.testimonial-item_new {
    display: flex;
    padding-left: 135px;
    height: 290px;
}

.testimonial-item_new .image {
    width: 275px;
    min-width: 275px;
    height: 275px;
    position: relative;
    margin: 8px 203px 7px 0;
}

.testimonial-item_new .image::before {
    position: absolute;
    content: '';
    top: -8px;
    right: -102px;
    width: 2px;
    height: 290px;
    background: rgba(255, 255, 255, 0.20);
}

.testimonial-item_new .image .icon {
    position: absolute;
    top: 2px;
    left: -27px;
    width: 80px;
    height: 80px;
    background-color: #09B6A2;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.testimonial-item_new .image img {
    border-radius: 50%;
    width: 100%;
}

.testimonial-item_new .content {
    max-width: 570px;
}

.testimonial-item_new .content p {
    color:  #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.72px;
    margin-top: 31px;
    margin-bottom: 18px;
}

.testimonial-item_new .content .infor {
    color: #C8C8C8;
    font-size: 18px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.54px;
    margin-bottom: 5px;
}

.rating {
    display: flex;
    gap: 11px;
    font-size: 17px;
}
/* testimonial-item_new1 */
.wg-testimonials-1 {
    padding-bottom: 124px;
}

.wg-testimonials-1 .ellipse1 {
    position: absolute;
    content: '';
    left: 0;
    top: -130px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(12, 9, 29, 0.07);
    animation: ellipse4 3s linear 0s infinite;
}

.wg-testimonials-1 .ellipse1.item1 {
    width: 155px;
    height: 155px;
}

.wg-testimonials-1 .ellipse1.item2 {
    width: 237px;
    height: 237px;
    animation-delay: 0.25s;
}

.wg-testimonials-1 .ellipse1.item3 {
    width: 321px;
    height: 321px;
    animation-delay: 0.5s;
}

.wg-testimonials-1 .ellipse1.item4 {
    width: 410px;
    height: 410px;
    animation-delay: 0.75s;
}

.wg-testimonials-1 .ellipse1.item5 {
    width: 498px;
    height: 498px;
    animation-delay: 1s;
}

.wg-testimonials-1 > .box-color {
    position: absolute;
    top: -100px;
    left: -334px;
    width: 548px;
    height: 548px;
    border-radius: 548px;
    opacity: 0.55;
    background: #6844ED;
    filter: blur(250px);
}

.wg-testimonials-1 .ellipse {
    position: absolute;
    content: '';
    right: 315px;
    top: 0;
    border-radius: 50%;
    transform: translate(50%, -50%);
    border: 1px solid rgba(12, 9, 29, 0.07);
    animation: ellipse3 3s linear 0s infinite;
}

.wg-testimonials-1 .ellipse.item1 {
    width: 155px;
    height: 155px;
}

.wg-testimonials-1 .ellipse.item2 {
    width: 237px;
    height: 237px;
    animation-delay: 0.25s;
}

.wg-testimonials-1 .ellipse.item3 {
    width: 321px;
    height: 321px;
    animation-delay: 0.5s;
}

.wg-testimonials-1 .ellipse.item4 {
    width: 410px;
    height: 410px;
    animation-delay: 0.75s;
}

.wg-testimonials-1 .ellipse.item5 {
    width: 498px;
    height: 498px;
    animation-delay: 1s;
}

.testimonial-item_new1 .content h2 {
    color: #030014;
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.44px;
    margin-top: 23px;
    margin-bottom: 31px;
}   

.testimonial-item_new1 .content h2 span {
    color: #6844ED;
    font-family: 'Playfair Display';
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: -1.44px;
}

.box-quote-left {
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.10);
    margin-left: 50px;
}

.testimonial-item_new1 .say {
    padding: 50px 60px;
    border-radius: 10px;
    background-color: #FFF;
}

.testimonial-item_new1 .say .image {
    position: relative;
    box-shadow: 0px 20px 40px 0px rgba(104, 68, 237, 0.30);
    border-radius: 50%;
}

.testimonial-item_new1 .say .image::after {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border: 3px solid #6844ED;
    border-radius: 50%;
}

.testimonial-item_new1 .say img {
    width: 80px;
    border-radius: 50%;
}

.testimonial-item_new1 .say .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #6844ED;
    border-radius: 50%;
}

.testimonial-item_new1 .say p {
    color: #030014;
    font-size: 24px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.72px;
    margin-bottom: 29px;
}

.testimonial-item_new1 .say .infor a {
    color:  #6844ED;
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.6px;
}

.testimonial-item_new1 .say .infor a:hover {
    color: #030014;
}

.testimonial-item_new1 .say .infor .meta {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: -0.54px;
    margin-top: 13px;
}

.testimonial-item_new1 .say .rating {
    padding-right: 19px;
    margin-top: -5px;
}

/* testimonial-item_new2 */
.wg-testimonials-2 {
    padding-top: 117px;
    padding-bottom: 130px;
}

.wg-testimonials-2 .testimonial-item_new1 .say {
    margin-left: 0;
    padding: 50px 60px 44px;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.10);
}

/* slider-type1 */
.slider-type1 .swiper-wrapper {
    padding-bottom: 91px;
}

.slider-type1 .swiper-pagination-bullet {
    margin: 0 7px !important;
    background: rgba(255, 255, 255, 1);
}

.slider-type1 .swiper-pagination {
    bottom: 4px !important;
}

.slider-type1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(9, 182, 162, 1);
    position: relative;
}

.slider-type1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    content: '';
    top: -6.5px;
    left: -6.5px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid rgba(9, 182, 162, 1);
}

.slider-type1 .testimonial-item_new .image::before,
.slider-type1 .testimonial-item_new .content p,
.slider-type1 .testimonial-item_new .content .infor,
.slider-type1 .testimonial-item_new .content .rating ,
.slider-type1 .testimonial-item_new .image .icon,
.slider-type1 .testimonial-item_new .image img {
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
}

.slider-type1 .swiper-slide-active .testimonial-item_new .image::before,
.slider-type1 .swiper-slide-active .testimonial-item_new .content .rating,
.slider-type1 .swiper-slide-active .testimonial-item_new .content .infor,
.slider-type1 .swiper-slide-active .testimonial-item_new .content p,
.slider-type1 .swiper-slide-active .testimonial-item_new .image .icon,
.slider-type1 .swiper-slide-active .testimonial-item_new .image img {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
    transition-delay: 0.25s;
}

.slider-type1 .swiper-slide-active .testimonial-item_new .content .infor {
    transition-delay: 0.5s;
}

.slider-type1 .swiper-slide-active .testimonial-item_new .content .rating {
    transition-delay: 0.7s;
}

/* slider-type2 */
.slider-type2 .swiper-button-prev,
.slider-type2 .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #EBEBFD;
    border-radius: 50%;
    bottom: 40px;
    top: unset;
    right: unset;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.slider-type2 .swiper-button-prev {
    left: -535px;
} 

.slider-type2 .swiper-button-next {
    left: -475px;
} 

.slider-type2 .swiper-button-next::after {
    content: '\ea3c';
    font-family: 'icomoon';
    font-size: 16px;
    color: #6844ED;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.slider-type2 .swiper-button-prev::after {
    content: '\ea40';
    font-family: 'icomoon';
    font-size: 16px;
    color: #6844ED;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.slider-type2 .swiper-button-next:hover,
.slider-type2 .swiper-button-prev:hover {
    background-color: #6844ED;
}

.slider-type2 .swiper-button-next:hover::after,
.slider-type2 .swiper-button-prev:hover::after {
    color: #FFF;
}

.swiper-container.show-shadow {
    padding: 60px 15px;
    margin: -60px -15px;
}

/* wg-banner-3 */
/* -------------------------------------------- */
.wg-banner-3 {
    background: #F2F8FD;
    background: url(../images/item-background/square.png);
}

.wg-banner-3 .content {
    padding-top: 132px;
}

.wg-banner-3 .content .title {
    color: #030014;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -1.95px;
    margin-bottom: 17px;
}

.wg-banner-3 .content .title span {
    color: #3468F0;
        font-size: 36px;
    /*font-style: italic;*/
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.95px;
    margin-top: -7px;
}

.wg-banner-3 .content p {
    color: #696969;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 39px;
}

.wg-banner-3 .content .note {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 31px;
    margin-top: 16px;
    margin-bottom: 30px;
    color:  #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.wg-banner-3 .content .note i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3468F0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

/* box-generate */
.box-generate form input {
    border-radius: 14px;
    border: 1px solid rgba(52, 104, 240, 0.20);
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(52, 104, 240, 0.20);
    padding: 30px 56px;
    height: 71px;
}

.box-generate form input:focus {
    padding: 30px 56px;
    box-shadow: 0px 10px 50px 0px rgba(52, 104, 240, 0.20);
}

.box-generate form svg {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.box-generate form button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #3468F0;
}

.box-generate form button:hover {
    background-color: #030014;
    color: #FFF;
}

.auto-slide {
    padding-left: 70px;
    display: flex;
    gap: 20px;
}

.auto-slide .swiper-container {
    height: 650px;
}

.auto-slide .swiper-slide {
    height: auto;
}



/* Responsive */
@media (max-width: 767px){	
.auto-slide {
    padding-left: 0px;
    display: flex;
    gap:20px;
}

.auto-slide .swiper-container {
    height:250px;
}



.wg-banner-3 .content {
    padding-top:20px;
}

.wg-banner-3 .content .title {
    font-size:24px;
    line-height:30px;
    letter-spacing: -1.95px;
    margin-bottom: 20px;
}

.wg-banner-3 .content .title span {
/*text-shadow: 1px 0 #000, 0 1px #000, 0px 0 #000, 0 1px #000;*/
 background-color: #000;
    font-size:20px;
    /*font-style: italic;*/
    line-height: 20px;letter-spacing:-0.00em; color: #0066ff;
   
}

.wg-banner-3 .content p {
   font-size:16px;
    line-height:24px;
    margin-bottom: 39px;
}

.box-generate  {
  margin-bottom:50px;
}



}


/* wg-works */
/* ---------------------------------------- */
.works-item {
    width: 600px;
    border-radius: 20px;
    border: 1px solid rgba(52, 104, 240, 0.20);
    background: #F2F8FD;
    margin-left: auto;
    padding: 25px 0 25px 70px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.works-item:hover {
    border: 1px solid #3468F0;
    background: #FFF;
    box-shadow: 0px 10px 40px 0px rgba(52, 104, 240, 0.20);
}

.works-item .number {
    position: absolute;
    top: 34px;
    left: -25px;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    border: 1.5px solid rgba(52, 104, 240, 0.20);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3468F0;
    font-weight: 700;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.works-item:hover .number {
    background: #3468F0;
    color: #FFF;
}

.works-item h3 {
    letter-spacing: -0.72px;
    margin-bottom: 13px;
}

.works-item h3 a {
    color: #030014;
}

.works-item h3 a:hover {
    color: #6844ED;
}

.wg-works-1 .content {
    margin-top: 12px;
}

.works-item.style-1 {
    width: unset;
    padding: 25px 40px 25px 38px;
}

.works-item.style-1 h3 {
    margin-bottom: 8px;
}

.video-wrap.style-1 {
    margin-left: 80px;
    padding: 30px 37px 30px 38px;
}

.video-wrap.style-1 img {
    border-radius: 15px;
}

.video-wrap.style-1 .popup-youtube .icon {
    background: #FFF;
}

.video-wrap.style-1 .popup-youtube .icon-play::before {
    color: rgba(52, 104, 240, 1);
}

/* widget-gallery-slider */
/* --------------------------------------- */
.widget-gallery-slider {
    padding-top: 3px;
    padding-right: 35px;
}

.widget-gallery-slider .gallery .swiper-item {
    overflow: hidden;
}

.widget-gallery-slider .gallery-thumbs {
    margin: 0 0 10px 0;
}

.widget-gallery-slider .gallery-slider .swiper-slide {
    width: 595px;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
}

.widget-gallery-slider .gallery-thumbs .swiper-slide img ,
.widget-gallery-slider .gallery-slider .swiper-slide img {
    width: 100%;
    height: 100%;
}

.widget-gallery-slider .gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.widget-gallery-slider .gallery-thumbs .swiper-slide {
    width: 191px;
    height: 172px;
    overflow: hidden;
}

/* style-1 */
.widget-gallery-slider.gallery-style-1 {
    padding: 0 ;
}

.widget-gallery-slider.gallery-style-1 .gallery-slider {
    margin-bottom: 20px;
}

.widget-gallery-slider.gallery-style-1 .gallery-slider .swiper-slide {
    height: 515px;
}

.widget-gallery-slider.gallery-style-1 .gallery-thumbs .swiper-slide img,
.widget-gallery-slider.gallery-style-1 .gallery-slider .swiper-slide img {
    border-radius: 10px;
}

.widget-gallery-slider.gallery-style-1 .gallery-thumbs .swiper-slide {
    width: 190px;
    height: 190px;
}

/* widget-filter-isotope */
.filter {
    position: relative;
    padding-bottom: 130px;
}

.filter::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 1920px;
    height: 887px;
    background-image: url(../images/item-background/line-1.png);
}

.widget-filter-isotope .button-group {
    border: 1.5px solid rgba(52, 104, 240, 0.25);
    border-radius: 15px;
    width: max-content;
    padding: 13px 38px 12px;
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.widget-filter-isotope .button-group button {
    width: max-content;
    height: 34px;
    border-radius: 5px;
    padding: 10px 12px;
    color: #696969;
    background: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.54px;
}

.widget-filter-isotope .button-group button::after {
    display: none;
}

.widget-filter-isotope .button-group .button:hover,
.widget-filter-isotope .button-group .button.is-checked {
    color: #fff;
    background: #3468F0;
}

.widget-filter-isotope .grid {
    margin-left: -15px;
    margin-right: -15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 6px;
}

.widget-filter-isotope .grid .element-item {
    position: unset !important;
    height: max-content;
}

/* box-image */
.box-image {
    margin: 0 15px 30px 15px;
    position: relative;
}

.box-image img {
    width: 100%;
}

.box-image h4 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 40px;
    padding: 18px 20px 17px;
    background-color: #FFF;
    letter-spacing: -0.66px;
    line-height: 15px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.box-image:hover h4 {
    bottom: 45px;
    opacity: 1;
    visibility: visible;
}

.box-image h4 a {
    color: #030014;
}

.box-image h4 a:hover {
    color: #6844ED;
}

/* wg-news */
/* ------------------------------------------- */
.news-item {
    border-radius: 20px;
    border: 1px solid rgba(52, 104, 240, 0.20);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.news-item .image.type-1 {
    border-radius: 10px;
    border: 1px solid rgba(13, 17, 26, 0.10);
    background: #F2F8FD;
    padding: 24px 30px;
    margin: 28px 29px 22px 29px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.news-item .image.type-2 {
    margin: 28px 29px 22px 29px;
}

.news-item .image img {
    width: 100%;
    border-radius: 10px;
}

.news-item .meta {
    margin: 0 50px 6px;
}

.news-item h4 {
    color: #030014;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.66px;
    margin: 0 50px 31px;
}

.news-item .bottom {
    border-top: 1px solid rgba(52, 104, 240, 0.20);
    padding: 25px 50px;
}

.news-item .bottom a {
    color: #696969;
    font-weight: 700;
}

.news-item:hover {
    box-shadow: 0px 10px 60px 0px rgba(52, 104, 240, 0.20);
}

.news-item:hover .bottom a {
    color: rgba(52, 104, 240, 1);
}

/* wg-services */
/* ----------------------------------------------- */


.services__item-two img {
  width:100px; height:100px;
}

.services__item-two {
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 50px 45px;
}
@media (max-width: 1199.98px) {
  .services__item-two {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__item-two {
    padding: 40px 40px;
  }
}
.services__item-two:hover .services__icon-two i {
  transform: rotateY(180deg);
}






.wg-services {
    background: #171825;
    padding-top: 130px;
    padding-bottom: 100px;
}

.services-item {
    background-color: #11121C;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 25px 40px;
    border-radius: 10px;
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.services-item .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(230, 248, 94, 0.10) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-item .icon i {
    font-size: 45px;
}

.services-item .content h4 {
    color: #FFF;
    letter-spacing: -0.66px;
    margin-bottom: 9px;
}

.services-item .content p {
    color: rgba(255, 255, 255, 0.65);
}

.services-item > a {
    font-size: 20px;
    color: #62647A;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 21px 22px;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    transform: rotate(45deg);
}   

.services-item:hover {
    border-color: #E6F85E;
}

.services-item:hover > a {
    color: #030014;
    background: #E6F85E;
}

/* wg-clients */
.wg-clients {
    padding: 131px 0 122px;
    position: relative;
}

.wg-clients > svg {
    position: absolute;
    top: 0;
    right: 0;
}

.client-item .images {
    position: relative;
    width: 435px;
    height: 435px;
    /* margin-right: 85px; */
    border-radius: 50%;
    margin-top: 23px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.client-item .images .ellipse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.client-item .images img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.client-item .images .item-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.client-item .images .item-2 {
    position: absolute;
    top: -24px;
    left: 203px;
    border-radius: 25px;
}

.client-item .images .item-2 {
    position: absolute;
    top: -24px;
    left: 203px;
    border-radius: 25px;
}

.client-item .images .item-3 {
    position: absolute;
    top: 103px;
    right: -11px;
    border-radius: 25px;
}

.client-item .images .item-4 {
    position: absolute;
    bottom: 85px;
    right: 8px;
    border-radius: 25px;
}

.client-item .images .item-5 {
    position: absolute;
    bottom: -21px;
    left: 166px;
    border-radius: 25px;
}

.client-item .images .item-6 {
    position: absolute;
    bottom: 105px;
    left: 0px;
    border-radius: 25px;
}

.client-item .images .item-7 {
    position: absolute;
    top: 43px;
    left: 20px;
    border-radius: 25px;
}

.client-item .images .item-2:hover,
.client-item .images .item-3:hover,
.client-item .images .item-4:hover,
.client-item .images .item-5:hover,
.client-item .images .item-6:hover,
.client-item .images .item-7:hover {
    transform: translateY(-10px);
}

.client-item .content h6 {
    color: #E6F85E;
    letter-spacing: -0.54px;
    margin-bottom: 12px;
}

.client-item .content h2 {
    color:#FFF;
    letter-spacing: -1.44px;
    margin-bottom: 49px;
}

.client-item .content h2 span {
    color: #E6F85E;
    font-family: 'Playfair Display';
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: -1.44px;
}

.client-item .content p {
    color:  #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.72px;
    margin-bottom: 35px;
}

.client-item .content .infor {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 540px;
}

.client-item .content .infor img {
    border-radius: 50%;
    width: 65px;
}

.client-item .content .infor .name {
    color: #E6F85E;
    font-size: 20px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.6px;
}

.client-item .content .infor .name:hover {
    color: #6844ED;
}

.client-item .content .infor .meta {
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.54px;
}

.wg-clients .swiper-container {
    max-height: 487px;
    overflow: hidden;
}

.client-slider .swiper-wrapper {
    padding-bottom: 20px;
}

.client-slider .swiper-pagination-bullet {
    margin: 15px 0 !important;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    width: 5px;
    height: 5px;
}

.client-slider .swiper-pagination-bullets {
    top: 0;
    right: 8px;
    bottom: unset !important;
    left: unset !important;
    width: unset !important;
    display: flex;
    flex-direction: column;
}

.client-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E6F85E;
    position: relative;
}

.client-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    content: '';
    top: -8px;
    left: -8px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #E6F85E;
}

/* wg-members */
/* -------------------------------------- */
.wg-members {
    padding-top: 99px;
    position: relative;
}

.wg-members::before {
    position: absolute;
    content: '';
    top: 74px;
    left: 0;
    width: 100%;
    height: 1377px;
    background: linear-gradient(180deg, rgba(235, 235, 253, 0.00) 0%, #EBEBFD 100%);
}

.member-item .image {
    position: relative;
    margin-bottom: 30px;
}

.member-item .image img {
    border-radius: 14px;
    width: 100%;
}

.member-item .image ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
    left: 30px;
    padding: 10px 20px;
    background: #FFF;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition   : all 0.3s linear;
    -ms-transition    : all 0.3s linear;
    -o-transition     : all 0.3s linear;
    transition        : all 0.3s linear;
}

.member-item:hover .image ul {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.member-item .image ul li a {
    width: 34px;
    height: 34px;
    background: rgba(104, 68, 237, 0.10);
    color: #6844ED;
}

.member-item .image ul li a:hover {
    background-color: #6844ED;
    color: #FFF;
}

.member-item .content {
    padding: 0 20px;
}

.member-item .content h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -0.66px;
    margin-bottom: 15px;
}

.member-item .content h4 a {
    color: #030014;
}

.member-item .content h4 :hover {
    color: #6844ED;
}

.member-item .content p {
    color: #696969;
    line-height: 11px;
}

/* wg-steps */
/* ------------------------------ */
.step-item {
    display: flex;
    gap: 80px;
    justify-content: center;
}

.wg-steps .line svg ,
.wg-steps .line {
    height: 178px;
}

.step-item.item2 {
    margin-left: 76px;
}

.step-item.item4 .image,
.step-item.item2 .image {
    padding: 24px 50px;
}

.step-item.item3 {
    margin-left: 41px;
}

.step-item.item3 .content {
    padding-top: 95px;
}

.step-item.item3 .image {
    padding: 24px 59px;
}

.step-item.item4 {
    margin-left: 78px;
}

.step-item.item4 .image {
    margin-left: 26px;
}

.step-item .image {
    width: 520px;
    height: 376px;
    padding: 29px 39px;
    border-radius: 25px;
    border: 1px solid rgba(104, 68, 237, 0.15);
    background: #EBEBFD;
}

.step-item .image img {
    border-radius: 13px;
    width: 100%;
}

.step-item .content {
    padding-top: 75px;
}

.step-item .content .number {
    width: 50px;
    height: 50px;
    box-shadow: 0px 20px 40px rgba(104, 68, 237, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #FFF;
    background-color: #6844ED;
    margin-bottom: 21px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}

.step-item .content .title {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1.05px;
    margin-bottom: 23px;
}

.step-item .content .title a {
    color: #030014;
}

.step-item .content .title a:hover {
    color: #6844ED;
}

/* wg-features */
/* ---------------------------------------- */
.wg-features {
    padding: 100px 0;
    background-color: #EBEBFD;
    background-image: url(../images/item-background/line-1.png);
}

.feature-item {
    background-color: #FFF;
    padding: 39px 60px 41px 60px;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.feature-item:hover {
    border: 1px solid #6844ED;
}

.feature-item h3 {
    letter-spacing: -0.72px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(104, 68, 237, 0.20);
    margin-bottom: 23px;
}

.feature-item h3 a {
    color: #030014;
}

.feature-item h3 a:hover {
    color: #6844ED;
}

/* range-two-val */
/* ---------------------------------- */
#range-two-val {
    margin-top: 32px;
    margin-bottom: 60px;
    height: 4px;
    background: rgba(104, 68, 237, 0.2);
    border: none;
    box-shadow: none;
}

#range-two-val .noUi-connect {
    background: #6844ED;
}

#range-two-val .noUi-handle {
    width: 4px;
    height: 4px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    right: -4px;
    background-color: #6844ED;
}

#range-two-val .noUi-handle.noUi-handle-upper {
    right: 0;
}

#range-two-val .noUi-handle::before,
#range-two-val .noUi-handle::after {
    display: none;
}

#range-two-val .noUi-tooltip {
    left: 0;
    top: 22px;
    bottom: unset;
    transform: none;
    background: none;
    border: none;
    color: #696969;
    font-family: 'Space Grotesk';
    font-size: 16px;
    font-weight: 400;
    line-height: 11px;
    padding: 0;
}

#range-two-val .noUi-tooltip::before {
    content: '$';
}

#range-two-val .noUi-handle.noUi-handle-upper .noUi-tooltip {
    left: -10px;
}

/* dropdown */
/* ------------------------------------------- */
.dropdown {
    border-radius: 14px;
    border: 1.5px solid rgba(104, 68, 237, 0.20);
    padding: 7px 20px;
    width: 150px;
    position: relative;
    cursor: pointer;
}

.dropdown::after {
    position: absolute;
    font-family: 'icomoon';
    content: '\e915';
    color: #696969;
    font-size: 16px;
    top: 14px;
    right: 20px;
}

.dropdown span {
    color:  #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.dropdown span:hover {
    color: #6844ED;
}

.dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    border: 1.5px solid rgba(104, 68, 237, 0.20);
    border-radius: 10px;
}

.dropdown ul li span {
    padding: 10px 20px;
}

/* card-item */
/* ------------------------------------------- */
.card-item {
    margin-bottom: 41px;
}

.card-item .card-media {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.card-item .card-media::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    content: '';
    background: rgba(12, 9, 29, 0.85);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.card-item:hover .card-media::before {
    top: 0;
}

.card-item .card-media img {
    width: 100%;
}

.card-item .card-media .more-infor {
    position: absolute;
    top: 49%;
    left: 27.7%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.card-item .card-media .infor-item {
    position: relative;
    width: 45px;
    height: 45px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
} 

.card-item:hover .card-media .infor-item {
    opacity: 1;
    visibility: visible;
}

.card-item .card-media .infor-item::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: -33px;
    transform: rotate(45deg);
    background: #6844ED;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.card-item .card-media .infor-item:hover::after {
    top: -20px;
    opacity: 1;
    visibility: visible;
}

.card-item .card-media .infor-item::before {
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px ;
    width: max-content;
    height: 25px;
    background: #6844ED;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.card-item .card-media .infor-item:hover::before {
    top: -38px;
    opacity: 1;
    visibility: visible;
}

.card-item .card-media .infor-item.cart::before {
    content: 'Add to Cart';
}

.card-item .card-media .infor-item.view::before {
    content: 'View';
}

.card-item .card-media .infor-item.data::before {
    content: 'Details';
}

.card-item .card-media .infor-item i::before {
    color: #696969;
}

.card-item .card-media .infor-item:hover i::before {
    color: #6844ED;
}

.card-item .card-content {
    padding: 22px 20px 0 20px;
}

.card-item .card-content h5 {
    letter-spacing: -0.6px;
    margin-bottom: 4px;
}

.card-item .card-content h5 a {
    color: #030014;
}

.card-item .card-content h5 a:hover {
    color: #6844ED;
}

.card-item .card-content .price {
    color: #6844ED;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

/* shop-page */
/* ------------------------------------------- */
.shop-page-inner .text {
    color:  #030014;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.shop-page-grid .widget-pagination {
    margin-top: 20px;
}

/* wg-single-detail */
/* -------------------------------------------------- */
.wg-single-detail {
    padding-top: 36px;
    padding-left: 110px;
}

.wg-single-detail .sub-title {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11px;
}

.wg-single-detail .sub-title .rating {
    gap: 6px;
    font-size: 15px;
}

.wg-single-detail .sub-title .icon-star::before {
    color: rgba(255, 107, 0, 1);
}

.wg-single-detail .title {
    color: #030014;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -0.9px;
    margin-bottom: 14px;
}

.wg-single-detail .price {
    color: #6844ED;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 37px;
}

.wg-single-detail p {
    margin-top: 24px;
}

.wg-single-detail .button-group {
    margin-top: 41px;
    margin-bottom: 63px;
}

/* quantity */
.quantity {
    display: flex;
    width: 126px;
    height: 45px;
    background: #ffffff;
    border: 1.5px solid rgba(104, 68, 237, 0.20);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
  
.quantity .btn-quantity {
    position: absolute;
    width: 50px;
    height: 42px;
    background: #fff;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 16px;
}

.quantity .btn-quantity.minus-btn {
    left: 0;
    top: 0;
}

.quantity .btn-quantity.plus-btn {
    right: 0;
    top: 0;
}
  
.quantity .btn-quantity:hover {
    color: #6844ED;
}
  
.quantity input[type="number"] {
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.54px;
    color: #6844ED;
    border: unset;
    height: 43px;
    overflow: hidden;
}

.quantity input[type="number"]:focus {
    padding: unset;
    border: none;
}

.wg-single-detail .more-infor .item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.wg-single-detail .more-infor h6 {
    letter-spacing: -0.54px;
    max-width: 120px;
    width: 100%;
    margin-right: 15px;
}

.wg-single-detail .more-infor .text {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

/* widget-tabs */
/* ---------------------------------------------- */
.tabs-description {
    padding-top: 63px;
    padding-bottom: 102px;
}

.widget-tabs ul.widget-menu-tab {
    display: flex;
    gap: 60px;
    padding-bottom: 23px;
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(104, 68, 237, 0.20);
}

.widget-tabs ul.widget-menu-tab li {
    color: #696969;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.54px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-tabs ul.widget-menu-tab li.active,
.widget-tabs ul.widget-menu-tab li:hover {
    color: #6844ED;
}

.widget-tabs ul.widget-menu-tab li.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -25px;
    background-color: #6844ED;
}

.widget-tabs .widget-content-inner p {
    margin-bottom: 33px;
}

.widget-tabs .widget-content-inner h4 {
    letter-spacing: -0.66px;
    margin-bottom: 23px;
}

.widget-tabs .widget-content-inner li {
    padding-left: 25px;
    margin-bottom: 0px;
    position: relative;
}

.widget-tabs .widget-content-inner li::before {
    position: absolute;
    content: '';
    top: 13px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: #696969;
    border-radius: 50%;
}

.widget-tabs .widget-content-inner li p {
    margin-bottom: 12px;
}

/* editors-languages */
/* --------------------------------------- */
.editors-languages {
    padding-top: 130px;
    background: #111112;
    position: relative;
    overflow: hidden;
}

.editors-languages::after,
.editors-languages::before {
    position: absolute;
    content: '';
    width: 565.5px;
    height: 514px;
    background: linear-gradient(180deg, #09B6A2 0%, rgba(9, 182, 162, 0.00) 100%);
    filter: blur(150px);
}

.editors-languages::before {
    opacity: 0.3;
    right: -120px;
    top: -22px;
}

.editors-languages::after {
    opacity: 0.4;
    left: -170px;
    bottom: -222px;
}

.grid-languages {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.grid-languages .swiper-slide {
    width: auto;
}

.language-item {
    border-radius: 30px;
    background: linear-gradient(163deg, rgba(255, 255, 255, 0.15) 0%, rgba(9, 182, 162, 0.10) 100%);
    padding: 15px 40px 15px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.language-item img {
    border-radius: 25px;
}

.language-item .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;  
    letter-spacing: -0.66px;
}

.language-item .title a {
    color: #FFF;
}

.language-item .title a:hover {
    color: rgba(9, 182, 162, 1);
}

.editors-languages .bottom {
    padding-top: 130px;
    padding-bottom: 130px;
    background-image: url(../images/item-background/line.png);
}

.editors-languages .bottom .image {
    margin-left: 23px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #27292C;
    padding: 25px;
    width: 602px;
    height: 530px;
    position: relative;
    z-index: 2;
}

.editors-languages .bottom .image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 20px 40px 0px rgba(9, 182, 162, 0.10);
}

.editors-languages .bottom .content {
    padding-top: 61px;
    padding-left: 70px;
}

.editors-languages .bottom .content .heading-section {
    margin-bottom: 30px;
}

.editors-languages .bottom .content p {
    margin-bottom: 41px;
}

/* wg-banner-4 */
.wg-banner-4 {
    padding-top: 143px;
    position: relative;
    padding-bottom: 122px;
}

.wg-banner-4 > .grid {
    position: absolute;
    top: -85px;
    left: -71px;
    transform: rotate(-6.83deg);
}

.wg-banner-4 > .image {
    position: absolute;
    border-radius: 50px;
    border: 3px solid var(--color-white, #FFF);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
    width: 50px;
}

.wg-banner-4 > .image.item1 {
    top: 570px;
    left: 46px;
    animation: to-bottom 5s infinite linear;
}

.wg-banner-4 > .image.item2 {
    top: 163px;
    left: 114px;
    animation: to-bottom 5s infinite linear;
}

.wg-banner-4 > .image.item3 {
    top: 485px;
    right: 394px;
    animation: to-bottom 5s infinite linear;
}

.wg-banner-4 > .image.item4 {
    top: 116px;
    right: 192px;
    animation: to-bottom 5s infinite linear;
}

.wg-banner-4 > .image.item5 {
    top: 579px;
    right: 49px;
    animation: to-bottom 5s infinite linear;
}

.wg-banner-4 > .linear-line {
    position: absolute;
    top: 70px;
    left: -18px;
}

.wg-banner-4 > .line {
    position: absolute;
    top: 233px;
    left: -8.5px;
}

.wg-banner-4 .content h6 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.54px;
    margin-bottom: 15px;
}

.wg-banner-4 .content h1 {
    color: #FFF;
    letter-spacing: -2.25px;
    margin-bottom: 20px;
}

.wg-banner-4 .content h1 span {
    color: #E6F85E;
    font-family: 'Playfair Display';
    font-size: 75px;
    font-style: italic;
    font-weight: 700;
    line-height: 81px;
    letter-spacing: -2.25px;
}

.wg-banner-4 .content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 39px;
}

.wg-banner-4 .full img {
    border-radius: 24px;
    box-shadow: 0px 10px 60px 0px rgba(230, 248, 94, 0.30);
    margin-top: 150px;
}

/* wg-files */
/* ------------------------------------- */
.wg-files {
    padding-top: 130px;
    padding-bottom: 91px;
}

.file-item {
    border-top: 1.5px solid rgba(255, 255, 255, 0.1);
    padding-top: 71.5px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.file-item:hover {
    border-top-color: #e6f85e;
}

.file-item.item-1 {
    margin-right: 40px;
}

.file-item.item-2 {
    margin-right: 20px;
    margin-left: 20px;
}

.file-item.item-3 {
    margin-left: 40px;
}

.file-item .icon {
    font-size: 45px;
    margin-bottom: 27px;
    display: inline-block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.file-item:hover .icon {
    transform: rotateY(180deg);
}

.file-item h4 {
    letter-spacing: -0.66px;
    margin-bottom: 14px;
}

.file-item h4 a {
    color: #FFF;
}

.file-item h4 a:hover {
    color: rgba(230, 248, 94, 1);
}

/* wg-box-features */
/* --------------------------------- */
.grid-box-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.box-feature-item {
    width: 100%;
}

.box-feature-item .title {
    color: #FFF;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.81px;
    margin-bottom: 19px;
}

.box-feature-item .title span {
    color:  #E6F85E;
    font-family: 'Playfair Display';
    font-size: 27px;
    font-style: italic;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.81px;
}

.box-feature-item p {
    margin-bottom: 24px;
}

.box-feature-item.item1 {
    display: flex;
    gap: 193px;
    padding: 53px 90px 65px;
    border-radius: 14px;
    background: #171825;
    position: relative;
}

.box-feature-item.item1::before {
    position: absolute;
    content: '';
    top: 0;
    left: 575px;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.box-feature-item.item1 .image {
    min-width: 395px;
    height: 395px;
    position: relative;
}

.box-feature-item.item1 .image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 395px;
    height: 395px;
    border-radius: 395px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100%);
}
 
.box-feature-item.item1 .image img {
    position: absolute;
    top: 29px;
    left: 26px;
    animation: to-bottom 5s infinite linear;
}

.box-feature-item.item1 .title {
    margin-top: 19px;
}

.box-feature-item.item1 ul {
    margin-bottom: 45px;
}

.box-feature-item.item1 ul li i::before {
    color: rgba(230, 248, 94, 1);
}

.box-feature-item.item2,
.box-feature-item.item3 {
    max-width: 640px;
    padding: 72px 80px 80px 81px;
    border-radius: 14px;
    background: #171825;
    position: relative;
    overflow: hidden;
}

.box-feature-item.item2 .title span,
.box-feature-item.item3 .title span {
    line-height: 40px;
}

.box-feature-item.item2 p,
.box-feature-item.item3 p {
    margin-bottom: 32px;
}

.box-feature-item.item2 .image,
.box-feature-item.item3 .image {
    position: relative;
    z-index: 5;
    animation: to-right 5s infinite linear;
}

.box-feature-item.item2 .item-1,
.box-feature-item.item3 .item-1 {
    position: absolute;
    content: '';
    width: 156px;
    height: 156px;
    border-radius: 50%;
    right: 40px;
    bottom: -41px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    z-index: 1;
    animation: ellipse2 3s linear 0s infinite;
}

.box-feature-item.item2 .item-2,
.box-feature-item.item3 .item-2 {
    position: absolute;
    content: '';
    width: 270px;
    height: 270px;
    border-radius: 50%;
    right: -17px;
    bottom: -98px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    z-index: 1;
    animation: ellipse2 3s linear 0s infinite;
}

.box-feature-item.item2 .item-3,
.box-feature-item.item3 .item-3 {
    position: absolute;
    content: '';
    width: 405px;
    height: 405px;
    border-radius: 50%;
    right: -85px;
    bottom: -166px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    z-index: 1;
    animation: ellipse2 3s linear 0s infinite;
}

/* wg-videos */
/* --------------------------------- */
.wg-videos {
    padding-top: 130px;
    padding-bottom: 130px;
}

.videos-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-inner > .img-01 {
    border-radius: 13px;
    box-shadow: 0px 7px 40px 0px rgba(104, 68, 237, 0.30);
    width: 248px;
    height: 376px;
    margin-right: -16px;
}

.video-wrap.style-2 {
    padding: 0;
    border: none;
    background: none;
    overflow: hidden;
    border-radius: 7px;
}

.video-wrap.style-2::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 0, 20, 0.30);
}

.video-wrap.style-2 img {
    width: 660px;
    height: 470px;
}

.video-wrap.style-2 .popup-youtube {
    z-index: 5;
}


.video-wrap.style-2 .popup-youtube .icon {
    background: #FFF;
}

.video-wrap.style-2 .popup-youtube .icon-play::before {
    color: #6844ED;
}

.videos-inner > .img-03 {
    width: 202px;
    height: 376px;
    border-radius: 13px;
    box-shadow: 0px 7px 40px 0px rgba(104, 68, 237, 0.20);
    margin-left: -24px;
    position: relative;
    z-index: 10;
}

/* box-messages */
.box-messages {
    padding-top: 131px;
    padding-bottom: 130px;
}

.box-messages .widget-reply {
    padding: 50px;
    margin: 0 220px;
}

.box-messages form textarea {
    height: 130px;
}

iframe.map {
    margin-bottom: -160px;
}

/* 404-page */
.page-404 .flat-title-page {
    padding-top: 226px;
}

.page-404-wrap .content {
    padding-top: 41px;
    padding-left: 80px;
}

.page-404-wrap .content .heading-section {
    margin-bottom: 21px;
}

.page-404-wrap .content p {
    margin-bottom: 31px;
}

.page-404-wrap img {
    margin-left: 9px;
}













/* tf-button
-------------------------------------------------------------- */
.tf-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    position: relative;
    border: none;
    color: #fff;
    background-color: #6844ED;
    border-radius: 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 11px;
    width: max-content;
    height: 51px;
    padding: 20px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.tf-button:hover,
.tf-button.active {
    color: #6844ED;
    background-color: #fff;
}

.tf-button i {
    font-size: 12px;
}

.tf-button.style-1 {
    color: #030014;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 19px 29px;
}

.tf-button.style-1.active,
.tf-button.style-1:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.tf-button.style-1.active:hover {
    color: #030014;
    background-color: #fff;
}

.tf-button.type-1:hover {
    background-color: #030014;
    color: #FFF;
}

.tf-button.type-2 {
    background-color: #030014;
    color: #FFF;
}

.tf-button.type-2:hover {
    background-color: #6844ED;
    color: #FFF;
}

.tf-button.type-3 {
    background-color: #030014;
    color: #FFF;
}

.tf-button.type-3:hover {
    color: #030014;
    background-color: #FFF;
}

.tf-button.h45 {
    padding: 17px 30px;
    height: 45px;
}

.tf-button.h40 {
    padding: 15px 25px 14px ;
    height: 40px;
    font-size: 14px;
}

.tf-button.style-2 {
    color: #fff;
    padding: 20px 29px;
    border: 1px solid #55EDDB;
    background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}

.tf-button.style-2:hover {
    background: linear-gradient(315deg, #09B6A2 0%, #55EDDB 100%);
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.tf-button.style-3 {
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    background: none;
    color: #FFF;
}

.tf-button.style-3:hover {
    background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}

.tf-button {
        padding: 15px 20px;
        height: 45px;
    }

/* tf-button-default */
.tf-button-default {
    display: flex;
    gap: 7px;
    align-items: center;
    color: #6844ED;
    font-size: 16px;
    line-height: 11px;
}

.tf-button-default:hover {
    color: #030014;
}

.tf-button-default i {
    font-size: 11px;
}

/* style-green */
.tf-button.style-green {
    background-color: rgba(9, 182, 162, 1);
}

.tf-button.style-green:hover {
    color: rgba(9, 182, 162, 1);
    background-color: #FFF;
}

/* style-blue */
.tf-button.style-blue {
    background-color: rgba(52, 104, 240, 1);
    border: 1px solid rgba(52, 104, 240, 1);
    padding: 17px 29px;
}

.tf-button.style-blue:hover {
    color: rgba(52, 104, 240, 1);
    background-color: #FFF;
}

/* style-yellow */
.tf-button.style-yellow {
    background-color: #E6F85E;
    border: 1px solid #E6F85E;
    color: #030014;
    padding: 17px 29px;
}

.tf-button.style-yellow:hover {
    color: #E6F85E;
    background-color: #030014;
}

.wg-banner-3 {
    background: #F2F8FD;
    background: url(https://timesw.co.kr/timesw/images/item-background/square.png);/*
	background: url(../common/img/bg/1920_900_5.jpg);*/



}




.grid_item2 {padding:10px 10px 0px 10px;
  
  text-align:center;
  position: relative;
  cursor: pointer; 
  

 -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
 
/* border:1px solid var(--grey);background-color:#fafafa;¼±*/
 
 /*
-webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.1);
*/

}

.grid_item2 h3{
  font-size:16px;
 
}


/* ÀÌ¹ÌÁö 2°³ */


.grid_item2 figure img {-webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius:8px 8px 8px 8px;
  -ms-border-radius:8px 8px 8px 8px;
  border-radius:8px 8px 8px 8px;
 
}


.grid_item2 figure:hover img {
 transform: scale(105%); -webkit-transition: opacity 0.5s ease, -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}


@media (max-width: 767px) {
.grid_item2 {padding:0px 10px 0px 0px;
}


.grid_item2 figure {
height:100%;}
.grid_item2 figure img {height:100%;
}


}




/* ¾Ö¹Ì¸ÞÀÌ¼Ç*/



.rotate-x {
  animation-duration: .5s;
  animation-name: rotate-x;
}

@keyframes rotate-x {
  from {
    transform: rotateY(0deg);

  }
  to {
    transform: rotateY(360deg);
  }
}


.scroll-button .button-style1 {
z-index:9999999999;
	/*position: absolute;
    left:48%;
    bottom:30px;*/
    transform: translateX(-48%);
    box-shadow: none;
}
.scroll-button img {max-width:160px;}

@media only screen and (max-width: 767px) {
.scroll-button .button-style1 {;
    /*left:45%;
    bottom:-30px;*/
    transform: translateX(-48%);
   
}
/*.button-style1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;

    font-size: 30px;
    border-radius:30px;
}
*/
.scroll-button img {width:90px;}

}

/* BOUNCE */
.arrow-animation{animation: fade-arrow-animation 2.7s linear infinite;}
@keyframes fade-arrow-animation {
	0% {
		opacity: 0.6;
		transform: translateY(-20px);
	}
	50% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0.6;
		transform: translateY(-20px);
	}
}












@keyframes ellipse1 {
  0% {
    transform: translate(-50%, 55%) scale(0.8) ;
    opacity: 0;
  }
  20% {
    transform: translate(-50%, 55%) scale(0.9) ;
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 55%) scale(1) ;
    opacity: 0;
  }
}

@keyframes ellipse2 {
  0% {
    transform: scale(0.8) ;
    opacity: 0;
  }
  20% {
    transform: scale(0.9) ;
    opacity: 1;
  }
  100% {
    transform: scale(1) ;
    opacity: 0;
  }
}

@keyframes ellipse3 {
  0% {
    transform: translate(50%, -50%) scale(0.8) ;
    opacity: 0;
  }
  20% {
    transform: translate(50%, -50%) scale(0.9) ;
    opacity: 1;
  }
  100% {
    transform: translate(50%, -50%) scale(1) ;
    opacity: 0;
  }
}

@keyframes ellipse4 {
  0% {
    transform: translate(-50%, -50%) scale(0.8) ;
    opacity: 0;
  }
  20% {
    transform: translate(-50%, -50%) scale(0.9) ;
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) ;
    opacity: 0;
  }
}


@keyframes rotate360 {
  from {
      transform: rotate(0deg) scale(1);
  }
  to {
      transform: rotate(360deg);
  }
}

@keyframes rotate360rv {
  from {
      transform: rotate(0deg) scale(1);
  }
  to {
      transform: rotate(-360deg);
  }
}

@keyframes playvideo {
  0% {
    transform: scale(1.0) ;
    opacity: 1;
  }
  100% {
    transform: scale(1.3) ;
    opacity: 0;
  }
}

@keyframes loader {
  0% {
      transform: scaleY(0.1);
  }
  50% {
      transform: scaleY(1);
      background: #6844ED;
  }
  100% {
      transform: scaleY(0.1);
      background: transparent;
  }
}

@keyframes loader1 {
  0% {
      transform: scaleY(0.1);
  }
  50% {
      transform: scaleY(1);
      background: #09B6A2;
  }
  100% {
      transform: scaleY(0.1);
      background: transparent;
  }
}

@keyframes loader2 {
  0% {
      transform: scaleY(0.1);
  }
  50% {
      transform: scaleY(1);
      background: #3468F0;
  }
  100% {
      transform: scaleY(0.1);
      background: transparent;
  }
}

@keyframes loader3 {
  0% {
      transform: scaleY(0.1);
  }
  50% {
      transform: scaleY(1);
      background: #E6F85E;
  }
  100% {
      transform: scaleY(0.1);
      background: transparent;
  }
}

@keyframes to-left {

  0%,
  100% {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  50% {
    transform: translateX(-15px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@keyframes to-right {

  0%,
  100% {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  50% {
    transform: translateX(15px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@keyframes to-top {

  0%,
  100% {
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  50% {
    transform: translateY(-15px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@keyframes to-bottom {

  0%,
  100% {
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  50% {
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@keyframes ani-1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes ani-2 {

  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }

  25%,
  75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }

  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}


@keyframes tf-buzz-out {
  10% {
      transform: translateY(3%) rotate(2deg);
  }
  20% {
      transform: translateY(-3%) rotate(-2deg);
  }
  30% {
      transform: translateY(3%) rotate(2deg);
  }
  40% {
      transform: translateY(-3%) rotate(-2deg);
  }
  50% {
      transform: translateY(2%) rotate(1deg);
  }
  60% {
      transform: translateY(-2%) rotate(-1deg);
  }
  70% {
      transform: translateY(2%) rotate(1deg);
  }
  80% {
      transform: translateY(-2%) rotate(-1deg);
  }
  90% {
      transform: translateY(1%) rotate(0);
  }
  to {
      transform: translateY(-1%) rotate(0);
  }
}



/* -------------------------------- 

Primary style

-------------------------------- */
.animationtext {
  height: 70px;
  overflow: hidden;
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
}
.cd-words-wrapper .item-text {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.cd-words-wrapper .item-text.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper .item-text {
  opacity: 0;
}
.no-js .cd-words-wrapper .item-text.is-visible {
  opacity: 1;
}
/* .cd-words-wrapper .item-text , .cd-words-wrapper .item-text i {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: rgb(0 0 0/0%);
} */

/* -------------------------------- 

xslide 

-------------------------------- */
.animationtext.slide span {
  display: inline-block;
}
.animationtext.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.animationtext.slide .item-text {
  opacity: 0;
  top: .2em;
}
.animationtext.slide .item-text.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.animationtext.slide .item-text.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.animationtext.clip span {
  display: inline-block;
  padding: 0;
}
.animationtext.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.animationtext.clip .cd-words-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.animationtext.clip .item-text {
  opacity: 0;
}
.animationtext.clip .item-text.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-3 

-------------------------------- */
.animationtext.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.animationtext.rotate-3 .item-text {
  opacity: 0;
}
.animationtext.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .animationtext.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.animationtext.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.animationtext.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .animationtext.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .animationtext.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}