body {
  color: #6C5E84;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background: #F8FAFC;
}

a {
  text-decoration: none;
}

.container {
  max-width: 85%;
  padding: 0 15px;
}

.header-hroup {
  padding: 20px 15px;
  max-width: 85%;
  margin: 0 auto;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-collapse {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  overflow: hidden;
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
  -webkit-transition: opacity 400ms cubic-bezier(0, .61, .28, .92);
  -moz-transition: opacity 400ms cubic-bezier(0, .61, .28, .92);
  -ms-transition: opacity 400ms cubic-bezier(0, .61, .28, .92);
  transition: opacity 400ms cubic-bezier(0, .61, .28, .92);
  visibility: visible;
  z-index: 99999;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100% - 80px);
  justify-content: flex-start;
  max-width: 85%;
  padding-top: 50px;
  margin: 100px auto 0 auto;
}

.navbar-collapse.collapse.show {
  opacity: 1;
  transform: none;
  -webkit-transition: opacity 400ms cubic-bezier(0, .61, .28, .92);
  -moz-transition: opacity 400ms cubic-bezier(0, .61, .28, .92);
  -ms-transition: opacity 400ms cubic-bezier(0, .61, .28, .92);
  transition: opacity 400ms cubic-bezier(0, .61, .28, .92);
  visibility: visible;
}

.navbar-collapse .header-hroup {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.menu-wrapper ul {
  padding: 0;
  height: 100%;
  margin: 0;
  max-width: 70%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.menu-wrapper ul li {
  margin-bottom: 50px;
}

.menu-link {
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.menu-link:hover {
  color: #Ffffff;
}

body.open-menu {
  overflow: hidden;
}

.menu-wrapper ul::-webkit-scrollbar,
.sections::-webkit-scrollbar {
  display: none;
}

.menu-wrapper ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-wrapper ul li {
  list-style: none;
}

.menu-link:before {
  background-color: #fff;
  bottom: -5px;
  content: '';
  height: 3px;
  left: 3px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 500ms cubic-bezier(0, .61, .28, .92);
  -moz-transition: transform 500ms cubic-bezier(0, .61, .28, .92);
  -ms-transition: transform 500ms cubic-bezier(0, .61, .28, .92);
  transition: transform 500ms cubic-bezier(0, .61, .28, .92);
  width: 98%;
}

.menu-link:hover:before {
  transform: scaleX(1);
}

.dropdown-toggle::after {
  position: absolute;
  content: "";
  border: none;
  height: 35px;
  width: 35px;
  right: -60px;
  top: 22px;
  background-image: url(../images/arrow.svg);
  margin: 0;
  -webkit-transition: transform 250ms cubic-bezier(.645, .045, .355, 1);
  -moz-transition: transform 250ms cubic-bezier(.645, .045, .355, 1);
  -ms-transition: transform 250ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 250ms cubic-bezier(.645, .045, .355, 1);
}

.show.dropdown-toggle::after {
  transform: rotate(180deg);
}

.dropdown-item {
  font-weight: 500;
  font-size: 35px;
  line-height: 49px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  background: transparent;
  padding: 0;
  display: inline-block;
}

.dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 0;
}

.menu-wrapper ul.dropdown-menu {
  -webkit-transition: max-height 0.6s;
  -moz-transition: max-height 0.6s;
  -ms-transition: max-height 0.6s;
  transition: max-height 0.6s;
  max-height: 0;
  display: block !important;
  opacity: 0;
}

.menu-wrapper ul.dropdown-menu.show {
  background: transparent;
  border: none;
  position: relative !important;
  transform: none !important;
  margin-top: 15px !important;
  max-height: 681px;
  opacity: 1;
}

.menu-wrapper ul.dropdown-menu li {
  margin-bottom: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background: transparent;
}

.menu-wrapper.open-menu .menu-link {
  opacity: 0.7;
}

.menu-wrapper.open-menu .menu-link.dropdown-toggle.show {
  opacity: 1;
}

.footer-link {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-link-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #6C5E84;
  margin-bottom: 25px;
  display: inline-block;
  text-decoration: none;
}

.footer-link-title:hover {
  color: #6C5E84;
  text-decoration: underline;
}

.footer-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #6C5E84;
  margin-bottom: 25px;
  display: inline-block;
}

.footer-link-small {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #90879F;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}

.footer-link-small:hover {
  text-decoration: underline;
  color: #90879F;
}

.f_title {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #180142;
  margin-bottom: 25px;
}

.footer-address {
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  padding-left: 45px;
}

.footer-address a,
.footer-address span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #6C5E84;
  text-decoration: none;
}

.footer-address img {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-top {
  padding: 15px 0;
  border-top: 2px solid #DDDDDD;
}

.footer-botom {
  background: #ffffff;
  padding: 23px 0;
}

.copy-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #474748;
  margin-bottom: 0;
}

.download {
  padding: 100px 0 70px 0;
}

.big-heading {
  font-weight: 600;
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 60px;
  color: #180142;
}

.home-heading {
  font-weight: 600;
  font-size: 120px;
  line-height: 130px;
  color: #180142;
  margin-bottom: 30px;
}

.home-heading span {
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.s_padding {
  padding: 100px 0;
}

.text-normal {
  font-weight: 500;
  font-size: 36px;
  line-height: 51px;
}

.f-400 {
  font-weight: 400;
}

.mt-25 {
  margin-top: 25px;
}

.text-medium {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  color: #6C5E84;
}

.arrow-icon svg {
  animation: arrowAnimation 2.5s infinite cubic-bezier(.0, .0, .1, 1.0);
}

.arrow-icon {
  height: 100px;
  overflow: hidden;
}

.down-arrow {
  margin-top: 130px;
}

@keyframes arrowAnimation {
  0% {
    transform: translateY(-150%);
  }

  30% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(0);
  }

  95% {
    transform: translateY(75%);
  }

  100% {
    transform: translateY(150%);
  }
}

.parelex {
  position: relative;
  height: calc(100vh - 50px);
  -webkit-transition: opacity 750ms cubic-bezier(.645, .045, .355, 1), visibility 750ms cubic-bezier(.645, .045, .355, 1);
  -moz-transition: opacity 750ms cubic-bezier(.645, .045, .355, 1), visibility 750ms cubic-bezier(.645, .045, .355, 1);
  -ms-transition: opacity 750ms cubic-bezier(.645, .045, .355, 1), visibility 750ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 750ms cubic-bezier(.645, .045, .355, 1), visibility 750ms cubic-bezier(.645, .045, .355, 1);
}

.parelex:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.fix_image_bg {
  position: relative;
  height: 100%;
}

.image-effect {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  transform-origin: bottom;
}

.image-effect .container {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.fix-content {
  padding: 50px 0;
}

.fix-content h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.gradient-btn {
  background: #EB855A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 40px;
  line-height: 33px;
}

.btn-link-svg {
  margin-left: 20px;
  width: 66px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 58px;

}

.gradient-btn:hover svg {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: horizontalRolling;
  animation-timing-function: cubic-bezier(.0, .0, .1, 1.0);
}

@keyframes horizontalRolling {
  0% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(150%);
  }

  41% {
    transform: translateX(-150%);
  }

  80% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

.text-justify {
  text-align: justify;
}

.mb-30 {
  margin-bottom: 30px;
}

.bg-wrap {
  min-height: 700px;
  padding-top: 70px;
}

.business-group {
  position: absolute;
  right: 0;
  top: 0;
}

.slide-content h3 {
  color: #180142;
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
  margin-bottom: 25px;
}

.slide-content p {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #6C5E84;
  margin-bottom: 35px;
}

.slider-item {
  padding: 50px 0;
}

.simple-btn {
  font-weight: 600;
  font-size: 40px;
  line-height: 33px;
  color: #EB855A;
  display: inline-block;
  text-decoration: none;
}

.simple-btn:hover {
  color: #EB855A;
  text-decoration: none;
}

.simple-btn:hover svg {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-name: horizontalRolling;
  animation-timing-function: cubic-bezier(.0, .0, .1, 1.0);
}

.hero__area-15 {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

.hero__area-15 .swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hero__area-15 .main-slider {
  padding-top: 160px;
}

.hero__area-15 .swiper-slide {
  overflow: hidden;
}

.gallary12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
}

.gallary12__content {
  opacity: 0.2;
  -webkit-transition: all 0.7s;
  transition: opacity 750ms cubic-bezier(.645, .045, .355, 1);
}

.gallary12__content img {
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

.gallary12__content__title {
  font-size: 60px;
}

.hero__area-15 .gallary12 {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  max-width: 750px;
}

.slide {
  position: relative;
  height: 100vh;
  /*  overflow: hidden;*/
  padding: 100px 0;
}

.slide .row,
.slide .row .col-md-7,
.gallary12 {
  height: 100%;
}

.sections {
  position: relative;
}

.slide.active .gallary12__content {
  opacity: 1;
}

.slide .col-md-5 {
  position: absolute;
  right: 9%;
  top: 80px;
  width: 340px;
  height: 740px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
}

.slide .col-md-5.fixed {
  visibility: visible;
  opacity: 1;
}

.img-border-box {
  background: transparent;
  border-radius: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px;
}


.iner-1 {
  border-radius: 24px;
  padding: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.img-border-box-wrapper {
  padding: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 24px;
}

.gallary12__thumb {
  width: 100%;
  height: 100%;
  margin-left: auto;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
  -moz-transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
  -ms-transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
  transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
}

.gallary12__thumb video {
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  -webkit-transition: opacity 750ms cubic-bezier(.645, .045, .355, 1);
  -moz-transition: opacity 750ms cubic-bezier(.645, .045, .355, 1);
  -ms-transition: opacity 750ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 750ms cubic-bezier(.645, .045, .355, 1);
}

.img-border-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.max-width-85 {
  padding-right: 100px;
}

.slide.active .gallary12__thumb {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.slide.active .gallary12__thumb video {
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.slide_dots {
  position: absolute;
  top: calc(100% - 140px);
  z-index: 2;
}

.slide_dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 3px;
}

.slide_dots li a {
  border-radius: 100px;
  width: 17px;
  height: 17px;
  background: #DDDDDD;
  display: inline-block;
}

.slide_dots li a.active {
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
}

.fixed {
  position: fixed !important;
}

/*about us page*/

.ab-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #180142;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
}

.ab-title:after {
  position: absolute;
  content: "";
  height: 70px;
  width: 2px;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
}

.ab-desc {
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
}

.ab-padding {
  padding: 30px 0;
}

.ab-desc a {
  font-weight: 600;
  color: #EB855A;
  text-decoration: none;
}

.pb-footer {
  padding-bottom: 70px;
}



/*community*/
.large-title {
  font-weight: 600;
  font-size: 70px;
  line-height: 100px;
  color: #180142;
}

.large-title span,
.medium-title span {
  display: inline-block;
}

.com-first {
  position: absolute;
  height: calc(100% + 95px);
  min-height: 600px;
  background-position: top center;
  background-size: cover;
  right: 0;
  width: 50%;
  top: -95px;
  z-index: -1;
}

.com-first:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.38%, #000000 95.19%);
}

.full-height {
  height: calc(100vh - 90px);
}

.p-25 {
  padding: 25px 10px;
}

.medium-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 0;
}

.mx-90 {
  max-width: 600px;
}

.mx-76 {
  max-width: 1200px;
}

.py-100 {
  padding: 100px 0;
}

.middal-title {
  font-weight: 500;
  font-size: 62px;
  line-height: 86px;
  color: #180142;
  letter-spacing: 1px;
}

.gr-span {
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.o-hidden {
  overflow: hidden;
}

.bg-section {
  position: relative;
  overflow: hidden;
  min-height: 1024px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.side-img {
  position: absolute;
  width: 45%;
  overflow: hidden;
  height: 100%;
}

.side-img img {
  height: 100%;
  max-width: none;
  min-height: inherit;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.side-img.right {
  left: auto;
  right: 0;
}

.t-theme {
  color: #EB855A;
}

.f-600 {
  font-weight: 600;
}

.padding-text {
  padding: 55px 0;
}

.padding-text p {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #6C5E84;
  margin-bottom: 0;
  max-width: 1300px;
}

a.t-theme:hover {
  color: #EB855A;
}

/*********** antibullying ******************/
.anb-slider {
  position: relative;
  overflow: hidden;
}

.anb-bg {
  padding: 100px 35px;
  display: flex;
  align-items: center;
  min-height: 920px;
}

.anb-bg .slide-content {
  max-width: 700px;
}

.anti-slide-img {
  padding: 5px;
  display: inline-block;
  border-radius: 27px;
  overflow: hidden;
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
}

.anti-slide-img img {
  background: #ffffff;
  border-radius: 24px;
}

.anti-bullying-slider {
  margin-bottom: 70px;
}

.anb-slider .swiper-button-next {
  right: 80px;
}

.anb-slider .swiper-button-prev {
  left: 80px;
}

.swiper-button-next,
.swiper-button-prev {
  background: transparent;
  height: 62px;
  width: 62px;
  border: 2px solid #000000;
  border-radius: 100%;
  text-align: center;
  line-height: 58px;
  z-index: 9;
  cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.bg-section.reporting {
  min-height: 700px;
  margin-bottom: 70px;
}

.small-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  color: #180142;
}



/******* reporting **********/
.report-content h3 {
  font-weight: 600;
  font-size: 45px;
  line-height: 46px;
  color: #180142;
  margin-bottom: 30px;
}

.report-content p {
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 0;
}

.report-content {
  max-width: 750px;
  position: relative;
  padding-left: 20px;
}

.report-content:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
}

.report-slider {
  overflow: hidden;
  height: calc(100vh - 100px);
}

.report-slider .swiper-slide {
  height: 100% !important;
}

@media(min-width: 768px) {
  .report-slider .swiper-slide .report-content {
    -webkit-transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
    -moz-transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
    -ms-transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
    transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  .report-slider .swiper-slide.swiper-slide-active .report-content {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  .v_arrows .swiper-button-next,
  .v_arrows .swiper-button-prev {
    position: initial !important;
    transform: none !important;
    top: auto !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }

  .v_arrows {
    position: absolute;
    bottom: 10%;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }

  .v_arrows .swiper-button-prev svg {
    transform: rotate(-90deg);
  }

  .v_arrows .swiper-button-next svg {
    transform: rotate(-90deg);
  }

  .report-slider .anti-slide-img-wrap {

    border-radius: 0;
    padding: 0 !important;
  }

  .report-slider .swiper-slide-active .anti-slide-img-wrap {
    animation-name: example;
    animation-duration: 0.7s;
    opacity: 1;
    -webkit-transition: opacity 600ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
    -moz-transition: opacity 600ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
    -ms-transition: opacity 600ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
    transition: opacity 600ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
  }


}


/************** privacy feature *******/
.pr_feature-wrapper .slide_dots {
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.pr_feature .report-content {
  margin-left: 100px;
}

.op-center {
  object-position: center !important;
}

.report-slider-wrap {
  position: relative;
  overflow: hidden;
}

.mx-13 {
  max-width: 1300px;
}

@media(min-width: 768px) {
  .pr_feature.slide .row .col-md-7 {
    margin-left: auto;
  }

  .privacy.slide_dots {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }


}


/*********** rolics page ************/
.feature-content h3 {
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #180142;
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
}

.feature-content h3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
}

.feature-content p {
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  color: #6C5E84;
}

.f-content p {
  font-weight: 600;
  font-size: 27px;
  line-height: 40px;
  color: #6C5E84;
  letter-spacing: 1px;
  text-align: center;

}

.pb-70 {
  padding-bottom: 70px;
}

.anti-slide-img video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.reel-video {
  width: 340px;
  height: 710px;
  border-radius: 24px;
}

.rol_slide .row .col-12.col-md-6 {
  height: 100%;
}

.rol-tab {
  position: absolute;
  top: 300px;
  width: 70px;
  z-index: 2;
  text-align: center;
  margin-left: -30px;
}

.rol-tab li {
  list-style: none;
  margin: 30px 0;
}

.rol-tab li a {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  background: transparent;
}

.rol-tab li a.active {
  background: transparent;
}

.rol-tab svg.gred-svg,
.rol-tab a.active svg.normal-svg {
  display: none;
}

.rol-tab a.active svg.gred-svg {
  display: block;
}

.scroll-feature {
  position: relative;
  overflow: hidden;
}

/*.rol_slide{
  margin-bottom: 50px;
  padding: 0;
  height: 850px;
  overflow: visible;
}*/
.rolics-wrapper {
  margin-bottom: 50px;
}

.rol_slide .feature-content {
  opacity: 0.2;
  -webkit-transition: all 0.7s;
  transition: opacity 750ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 750ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 750ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 750ms cubic-bezier(.645, .045, .355, 1);
}

.rol_slide.active .feature-content {
  opacity: 1;
}

.rol_slide .anti-slide-img {
  transition: opacity 400ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
  opacity: 0;
  top: 100px;
  left: 19.5%;
  height: auto;
  width: auto;
}

.rol_slide.active .anti-slide-img {
  animation: fadeIn 750ms cubic-bezier(.645, .045, .355, 1);
  visibility: visible;
  z-index: 2;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.reel-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.go-live p {
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #D9D9D9;
}

.go-live {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.go-live .container {
  height: 100%;
}

.fix-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
  transition: opacity 0.5s;
}

.fix-image:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

.text-gray {
  color: #6C5E84;
}

.mb-70 {
  margin-bottom: 70px;
}

.desc-second p {
  font-weight: 500;
  font-size: 35px;
  line-height: 55px;
  position: relative;
  padding-left: 15px;
  max-width: 530px;
  margin-bottom: 0;
}

.desc-second p:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
}

.desc-second.bottom {
  position: absolute;
  bottom: 40px;
  right: 0;
  text-align: right;
}

.desc-second.bottom p {
  padding-left: 0;
  padding-right: 15px;
}

.desc-second.bottom p:before {
  left: auto;
  right: 0;
}

/* .left-side-img{
  margin-top: -180px;
} */
.left-side-img {
  margin-top: 0px !important;
}

@media(min-width: 700px) {
  .left-side-img {
    margin-top: -350px !important;
  }
}

@media(min-width: 1200px) {
  .left-side-img {
    margin-top: -400px !important;
  }
}

@media(min-width: 1400px) {
  .left-side-img {
    margin-top: -480px !important;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.busineess-bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.busineess-bg {
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
  width: 263px;
  height: 540px;
  padding: 5px;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 auto;
}

.event-box {
  margin-top: -95px;
  z-index: -1;
  position: relative;
}

.e_item {
  position: relative;
  border-radius: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.e_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.e_item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
}

.e_item p {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 0;
  bottom: 30px;
  text-align: center;
  padding: 0 40px;
  line-height: 35px;
  height: 70px;
}

.event-slider {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.event-slider .swiper-button-next,
.event-slider .swiper-button-prev {
  border: 2px solid #6C5E84;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
  background: #FFFFFF;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.event-slider:hover .swiper-button-next,
.event-slider:hover .swiper-button-prev {
  opacity: 1;
}

.event-slider .swiper-button-next svg path,
.event-slider .swiper-button-prev svg path {
  fill: #6C5E84;
}

.event-wraper {
  padding: 100px 70px;
}

.bg-gredient-img {
  border-radius: 24px;
  padding: 5px;
  width: 340px;
  height: 740px;
  overflow: hidden;
  background: linear-gradient(90deg, #E9556A 0%, #EDB44C 100%);
}

.bg-gredient-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  max-width: 100%;
}

/********** animation ************/
.nett-aniamtion {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  transform: translateY(100px);
  transition: clip-path 900ms cubic-bezier(.7, .0, .3, 1.0), opacity 666ms cubic-bezier(.33, .0, .67, 1.0), transform 900ms cubic-bezier(.0, .0, .1, 1.0);
}

.nett-aniamtion.add_anim {
  overflow: hidden;
  transition-delay: 600ms;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateY(0);
}

.fadeInUp.anim-up {
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  transform: translateY(100px);
  transition: clip-path 900ms cubic-bezier(.7, .0, .3, 1.0), opacity 666ms cubic-bezier(.33, .0, .67, 1.0), transform 900ms cubic-bezier(.0, .0, .1, 1.0);
}

header {
  transform: none;
  transition: transform 500ms cubic-bezier(0, .61, .28, .92);
}

header.header_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #F8FAFC;
  z-index: 999;
}

header.scrolling_down {
  transform: translateY(-100%);
}



/************ new home page ***********/


.slide .col-md-5 {
  visibility: visible;
  top: 100px;
  padding: 0;
  z-index: 1;
  opacity: 1;
}

.slide .col-md-5.fixed {
  visibility: visible;
  opacity: 1;
  right: 16%;
  top: 100px;
  z-index: -2;
}

.slide.active .col-md-5.fixed {
  z-index: 2;
  animation-name: example;
  opacity: 1;
  animation-duration: 0.7s;
  transition: opacity 600ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
}

.anti-slide-img-wrap {
  padding: 0 !important;
  height: 100%;
  width: 100%;
}

.anti-slide-img {
  height: 100%;
  width: 100%;
}

.anti-slide-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slide:has(+ .active) .col-md-5 {
  z-index: 0;
  opacity: 1;
}

.slide.active+div.slide .col-md-5 {
  z-index: -1;
  opacity: 1;
}



@keyframes example {
  0% {
    z-index: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: opacity 600ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
  }

  100% {
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: opacity 600ms cubic-bezier(.33, 0, .67, 1), clip-path 1000ms cubic-bezier(.7, .0, .3, 1.0);
  }
}


.anti-bullying-img {
  width: 340px;
  height: 740px;
  margin: 0 auto;
}

.rolics-wrapper .anti-slide-img {
  width: auto;
  height: auto;
}

.shopping-page .report-slider {
  height: 860px;
  overflow: visible;
}

.shopping-page .swiper-slide {
  z-index: 0;
  position: relative;
}

.shopping-page .swiper-slide.swiper-slide-active {
  z-index: 2;
  position: relative;
}

.active.slide:first-child .col-md-5.fixed {
  animation: none;
}

@media(min-width: 768px) {
  .rol_slide {
    overflow: visible;
  }

  .rol_slide.extra .col-md-6:last-child {
    -webkit-transform: translateY(-58%);
    -moz-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
  }
}

@media(max-width: 1500px) and (min-width: 1200px) {
  .rol_slide .feature-content h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .rol_slide .feature-content p {
    font-size: 22px;
    line-height: 36px;
  }

  .rol_slide.extra .col-md-6:last-child {
    -webkit-transform: translateY(-66%);
    -moz-transform: translateY(-66%);
    -ms-transform: translateY(-66%);
    transform: translateY(-66%);
  }
}


.desc-second p.about-content {
  font-size: 26px;
  line-height: 36px;
}

@media(max-width: 1199px) {
  .desc-second p.about-content {
    font-size: 18px;
    line-height: 30px;
  }

  .desc-second.bottom.b-new {
    bottom: 0;
  }
}

@media(min-width: 768px) {
  .logo-text {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    text-decoration: none;
  }

  .logo {
    text-decoration: none;
  }

  .header_fixed .logo-text {
    color: #180142;
  }
}

@media(min-width: 1200px) {
  .image-height {
    height: 100%;
    overflow: hidden;
  }

  .image-height img {
    height: 98%;
    object-fit: cover;
  }
}

.home-padding {
  padding-top: 40px;
}