/*** Body start ***/

.section-w-span-p {
    color: white;
}
.bg-black-gray {
    background: #080119;

}
.bg-filter-black-gray:before {
    top: unset;
    filter: invert(1) invert(4%) sepia(18%) saturate(5066%) hue-rotate(237deg) brightness(118%) contrast(111%);
}

.section-pink {
    color: #FF05FF;
}

.bg-gradient {
    background: linear-gradient(115.02deg, #6c2084 51.01%, #7e7fe6 102.64%) !important;
    overflow: hidden;
    z-index: 2;
}

/*wave start */
.wave-before:before {
    -webkit-animation: wave 2s ease-in-out infinite alternate both;
    animation: wave 2s ease-in-out infinite alternate both;
}

svg .id-s142 {
    -webkit-animation: wave 2s ease-in-out infinite alternate both;
    animation: wave 2s ease-in-out infinite alternate both;
}

.wave {
    -webkit-animation: wave 2s ease-in-out infinite alternate both;
    animation: wave 2s ease-in-out infinite alternate both; }
  
  /* ------- */
  @-webkit-keyframes wave {
    0% {
      -webkit-transform: rotate(1deg);
      transform: rotate(1deg); }
    100% {
      -webkit-transform: rotate(-1deg);
      transform: rotate(-1deg); } }
  
  @keyframes wave {
    0% {
      -webkit-transform: rotate(1deg);
      transform: rotate(1deg); }
    100% {
      -webkit-transform: rotate(-1deg);
      transform: rotate(-1deg); } }
  
/*Wave end */

/** Preload start **/
.spin {
    animation: tiltSpin 8s linear infinite;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 17em;
    height: 17em;
    color: #FF05FF;
  }
  .spin, .preloader__ring {
    transform-style: preserve-3d;
    display: flex;
  }
  .preloader__ring {
    animation-name: spin-1;
    animation-duration: 4s;
    animation-timing-function: inherit;
    animation-iteration-count: inherit;
    font-size: 2em;
    position: relative;
    height: 3rem;
    width: 1.5rem;
  }
  .preloader__ring:nth-child(even) {
    animation-direction: reverse;
  }
  .preloader__sector {
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(7rem);
  }
  .preloader__sector, .preloader__sector:empty:before {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .preloader__sector:empty:before {
    background: linear-gradient(transparent 45%, currentColor 45% 55%, transparent 55%);
    content: "";
  }
  .preloader__sector:nth-child(2) {
    transform: rotateY(12deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(3) {
    transform: rotateY(24deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(4) {
    transform: rotateY(36deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(5) {
    transform: rotateY(48deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(6) {
    transform: rotateY(60deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(7) {
    transform: rotateY(72deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(8) {
    transform: rotateY(84deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(9) {
    transform: rotateY(96deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(10) {
    transform: rotateY(108deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(11) {
    transform: rotateY(120deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(12) {
    transform: rotateY(132deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(13) {
    transform: rotateY(144deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(14) {
    transform: rotateY(156deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(15) {
    transform: rotateY(168deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(16) {
    transform: rotateY(180deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(17) {
    transform: rotateY(192deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(18) {
    transform: rotateY(204deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(19) {
    transform: rotateY(216deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(20) {
    transform: rotateY(228deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(21) {
    transform: rotateY(240deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(22) {
    transform: rotateY(252deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(23) {
    transform: rotateY(264deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(24) {
    transform: rotateY(276deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(25) {
    transform: rotateY(288deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(26) {
    transform: rotateY(300deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(27) {
    transform: rotateY(312deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(28) {
    transform: rotateY(324deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(29) {
    transform: rotateY(336deg) translateZ(7rem);
  }
  .preloader__sector:nth-child(30) {
    transform: rotateY(348deg) translateZ(7rem);
  }

  .preloader .loader .loader-section .bg {
    background-color: #0c001c;
  }
  @keyframes spin {
    from {
      transform: rotateY(0);
    }
    to {
      transform: rotateY(1turn);
    }
}
  
  /* Animations */
@keyframes tiltSpin {
    from {
      transform: rotateY(0) rotateX(30deg);
    }
    to {
      transform: rotateY(1turn) rotateX(30deg);
    }
  }
  @keyframes spin-1 {
    from  {
      transform: rotateY(0);
    }
    to  {
      transform: rotateY(1turn);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}

@keyframes moveFromLeft {
    0% {
      width: 20px;
    }
    50% {
      width: 50px;
    }
    100% {
      width: 20px;
    }
  }
@keyframes moveFromCenter {
    0% {
      width: 30px;
    }
    15% {
      width: 45px;
    }
    25% {
      width: 50px;
    }
    35% {
      width: 45px;
    }
    65% {
      width: 15px;
    }
    75% {
      width: 10px;
    }
    85% {
      width: 15px;
    }
    100% {
      width: 30px;
    }
}
@keyframes moveFromRight {
    0% {
      width: 50px;
    }
    50% {
      width: 35px;
    }
    100% {
      width: 50px;
    }
}
@keyframes maxOff {
    to {
      width: 100%;
    }
}
/** Preload end **/ 


/* Declare border pulse animation */
@keyframes borderPulse {
	0% {
		box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4),
			0px 0px 0px 0px rgba(255, 255, 255, 1);
	}
	100% {
		box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2),
			0px 0px 0px 10px rgba(255, 255, 255, 0);
	}
}

/* Declare shine on hover animation */
@keyframes hoverShine {
	0% {
		background-image: linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.4) 0%,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0) 100%
		);
	}
	50% {
		background-image: linear-gradient(
			135deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.4) 50%,
			rgba(255, 255, 255, 0) 100%
		);
	}
	100% {
		background-image: linear-gradient(
			135deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0.4) 100%
		);
	}
}

.btn-interact.theme-btn {
    transform: translate3d(0, 0, 0.01px);
    opacity: 0.999;
    -webkit-backdrop-filter: blur(9px) brightness(1.1);
    backdrop-filter: blur(9px) brightness(1.1);
    border-radius: 100vw;
    align-items: center;
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1.5px solid transparent;
    box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    line-height: 10px;
    color: black;
}

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100px;
    /* margin-left: -125px; */
    left: calc(50% - 60px);
    border: 1px solid white;
}
.logo-head a:focus .tooltiptext,
.logo-head a:hover .tooltiptext {
    visibility: visible;
}

/*** Body End ***/

/*** Nav start ***/
header {
    display: flex;
    flex-direction: row;
    position: fixed;
    height: 90px;
    width: 100%;
    z-index: 99999;
    align-items: center;
}
header .head-flow {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .wrap-links ul.menu-wrap {
    display: flex;
    gap: 30px;
    /* background-color: hsl(0deg 0% 0% / 30%); */
    transform: translate3d(0, 0, 0.01px);
    opacity: 0.999;
    -webkit-backdrop-filter: blur(9px) brightness(1.1);
    backdrop-filter: blur(9px) brightness(1.1);
    border-radius: 100vw;
    /* padding: 0.4em;
    box-shadow: 0 4px 20px hsl(205deg 50% 30% / 0.15), 0 4px 10px hsl(205deg 30% 10% / 0.075), inset 0 -4px 15px 6px hsl(205deg 70% 90% / 0.2), inset 0 -2px 5px hsl(205deg 70% 90% / 0.15), inset 0 -1px 1px hsl(205deg 70% 90% / 0.4), inset 0 10px 15px hsl(205deg 30% 10% / 0.2), inset 0 1px 2px hsl(205deg 70% 90% / 0.3); */
    height: 50px;
    align-items: center;
    padding: 10px 25px;

    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1.5px solid transparent;
    box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

header .wrap-links {
    flex-grow: 1;
    display: flex;
    flex-basis: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
}
header .logo-head {
    display: flex;
    flex-grow: 1;
    width: auto;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
header .wrap-buttons {
    display: flex;
    flex-grow: 1;
    flex-basis: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
}

header .wrap-buttons a.btn-interact {
    transform: translate3d(0, 0, 0.01px);
    opacity: 0.999;
    -webkit-backdrop-filter: blur(9px) brightness(1.1);
    backdrop-filter: blur(9px) brightness(1.1);
    border-radius: 100vw;
    height: 50px;
    align-items: center;
    padding: 10px 25px;
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1.5px solid transparent;
    box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    line-height: 25px;
    color: black;
    margin-right: 80px;
} 

header .wrap-links ul.menu-wrap li.link-base a {
    /* color: white; */
    color: black;
}

.logo-head a {
    /* background-color: hsl(0deg 0% 0% / 30%);
    transform: translate3d(0, 0, 0.01px);
    opacity: 0.999; */
    /* border-radius: 100vw; */
    /* padding: 0.4em; */
    /* box-shadow: 0 4px 20px hsl(205deg 50% 30% / 0.15), 0 4px 10px hsl(205deg 30% 10% / 0.075), inset 0 -4px 15px 6px hsl(205deg 70% 90% / 0.2), inset 0 -2px 5px hsl(205deg 70% 90% / 0.15), inset 0 -1px 1px hsl(205deg 70% 90% / 0.4), inset 0 10px 15px hsl(205deg 30% 10% / 0.2), inset 0 1px 2px hsl(205deg 70% 90% / 0.3); */
    padding: 1.4em 0.4em 0.4em 0.4em;
    margin-top: -15px;
    border-radius: 0 0 25px 25px;
    /* -webkit-backdrop-filter: blur(9px) brightness(1.1);
    backdrop-filter: blur(9px) brightness(1.1); */
    /* background-color: black; */
    background-color: #2f1e51;
}

.logo-head a:before, 
.logo-head a:after {
    content: "";
    background: transparent;
    position: absolute;
    right: 225px;
    bottom: 100%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 11;
    top: 6px;
    box-shadow: 10px -10px 0 0 #2f1e51;
    border-top-right-radius: 25px;
}
.logo-head a:after {
    top: 6px;
    left: 227px;
    box-shadow: -10px -10px 0 0 #2f1e51;
    border-top-left-radius: 25px;
}

.header-contain {
    
    height: 90px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 25px 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sticky .header-contain {
    background: #2e1e51;
    border-radius: 0 0 25px 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sticky .header-contain:before,
.sticky .header-contain:after {
    content: "";
    background: transparent;
    position: absolute;
    right: calc(50% + 660px);
    bottom: 100%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 0;
    top: -2px;
    box-shadow: 60px -40px 0 0 #2e1e51;
    border-top-right-radius: 45px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sticky .header-contain:after {
    z-index: 0;
    top: -2px;
    box-shadow: -60px -40px 0 0 #2e1e51;
    right: calc(50% - 750px);
}

.logo-head a img {
    z-index: 3;
    position: relative;
}


/* linkone */
.link-1 a:before,
.link-1 a:after {
  content: "";
  border-bottom: solid 1px black;
  position: absolute;
  bottom: 0;
  width: 0;
  opacity: 0;
}

.link-1 a:before {
  left: 0;
}
.link-1 a:after {
  right: 0;
}

.link-1 a:hover:before,
.link-1 a:hover:after,
.link-1 a:focus:before,
.link-1 a:focus:after,
.link-1 a.active:before,
.link-1 a.active:after  {
  width: 50%;
  opacity: 1;
}

.link-1 a:before,
.link-1 a:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.link-1 .dropdown-toggle::after {
    /* border: none; */
    border-bottom: solid 1px black;
    border-top: transparent;
}
.link-1.dropdown:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    /* border-bottom: solid 1px black; */
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    position: absolute;
    bottom: 0;
    width: 0;
    top: 12px;
    right: -12px;
}

.dropdown-menu.show {
    margin-top: 0;
    border-radius: 25px;
    left: -80px;
    background: black;
    border: 1px solid white;
    overflow: hidden;
    padding: 20px;
}

li.menu-item {
    text-align: center;
}

header .wrap-links ul.menu-wrap li.link-base a.dropdown-item {
    color: white;
}
header .wrap-links ul.menu-wrap li.link-base a.dropdown-item:focus, 
header .wrap-links ul.menu-wrap li.link-base a.dropdown-item:hover {
    color: black;
    background-color: #fe01fe;
}

/*Btn hover nav start */
.btn-interact {
    overflow: hidden;
}
.btn-interact:hover,
.btn-interact:focus,
header .wrap-buttons a.btn-interact:hover,
header .wrap-buttons a.btn-interact:focus {
    color: white;
}

.btn-interact:hover,
.btn-interact:focus {
	animation: borderPulse 1000ms infinite ease-out;
}
.btn-interact:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FF05FF;
    border-radius: 35px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translateX(-105%);
    transition: transform .3s ease-in-out;
    transform-origin: left center;
}
.btn-interact:hover:before,
.btn-interact:focus:before {
    transform: translateX(0);
}
/*Btn hover nav end */

#nav-icon2 {
    width: 67px;
    height: 67px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    transform: translate3d(0, 0, 0.01px);
    opacity: 0.999;
    -webkit-backdrop-filter: blur(9px) brightness(1.1);
    backdrop-filter: blur(9px) brightness(1.1);
    border-radius: 100vw;
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1.5px solid transparent;
    box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30%;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-top: 19px;
  }
  
  #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 3px 3px 0;
  }
  
  #nav-icon2 span:nth-child(odd) {
    left: 13px;
    border-radius: 3px 0 0 3px;
  }
  
  #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
  }
  
  #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 12px;
  }
  
  #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 24px;
  }
  
  #nav-icon2.open span {
    margin-top: 13px;
    width: 50%;
  }

  #nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  
  #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  
  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
  }
  
  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
  }


  #menu {
    position: absolute;
    max-width: 400px;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    margin: 89px 0 0 0;
    top: 0;
    padding: 50px;
    padding-top: 25px;
    padding-bottom: 100px;
    right: 0;
    box-sizing: border-box;
    overflow-y: auto;
    /* background: #c7ccd4; */
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    opacity: 0.999;
    -webkit-backdrop-filter: blur(9px) brightness(1.1);
    backdrop-filter: blur(9px) brightness(1.1);
    align-items: center;
    background: linear-gradient(32deg, #505050, #24034e 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-top: 1px solid;
  }

  #menu.open {
    transform: none;
    opacity: 1;
  }

  #menu li {
    padding: 10px 0;
    font-size: 22px;
    display: flex;
    flex-direction: column;
  }
  
  #menu li a {
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    margin-bottom: 15px;
  }

  #menu li a.mob-link-contact {
    margin-top: 15px;
  }

  #menu li a.mob-link {
    border: 1px solid transparent;
    font-size: 20px;
  }

  #menu li a.mob-link:hover,
  #menu li a.mob-link:focus,
  #menu li a.mob-link.active {
    color: black;
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1px solid transparent;
    box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
    border-radius: 5px;
  }

  #menu li.sub-menu-mob {
    background: black;
    border: 1px solid #717171;
    padding-top: 0 !important;
    border-radius: 25px;
    overflow: hidden;
}
#menu .sub-title-menu-mob {
    width: 100%;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #25034e;
    color: #e096ff;
    padding: 15px 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#menu ul.sub-menu-mob-open {
    padding: 10px;
}
#menu li.menu-item {
    display: flex;
}

#menu ul.sub-menu-mob-open a.mob-link {
    margin-bottom: 0;
}

#menu li a.mob-link.active:before {
    z-index: 1;
    position: absolute;
    content: '⚬';
    left: 5px;
    top: -2px;
    bottom: 0;
    display: flex;
    font-size: 20px;
}

#menu li a.mob-link.active:hover:before,
#menu li a.mob-link.active:focus:before {
    filter: invert(21%) sepia(100%) saturate(2105%) hue-rotate(285deg) brightness(113%) contrast(148%);
}
#menu li a.mob-link.active:hover,
#menu li a.mob-link.active:focus {
    color: #ff00ff;
}
  

@media screen and (max-width: 1399px) {
    .sticky .header-contain:before {
        right: calc(50% + 570px);
    }
    .sticky .header-contain:after {
        right: calc(50% - 660px);
    }
    
}
@media screen and (max-width: 1199px) {
    .sticky .header-contain:before {
        right: calc(50% + 480px);
    }
    .sticky .header-contain:after {
        right: calc(50% - 570px);
    }
}
@media screen and (min-width: 992px) {
    header #nav-icon2 {
        display: none;
        opacity: 0;
    }
    #menu {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .zindexing {
        z-index: 3 !important;
    }
   
    .sticky .header-contain:before,
    .sticky .header-contain:after {
        display: none;
    }
    header .wrap-links {
        display: none;
    }
    header {
        background: #2e1e51;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-bottom: 1px solid #b8b8b8;
    }
    header .wrap-buttons a.btn-interact {
        height: 50px;
        line-height: 25px;
        margin-right: 15px;
    }
    header #nav-icon2 {
        display: flex;
        opacity: 1;
    }
    header #nav-icon2:hover,
    header #nav-icon2:focus {
        background: #fe01fe;
        border: 1px solid #a0a0a0;
    }
    header #nav-icon2:hover span,
    header #nav-icon2:focus span {
        background: #ffffff;
    }
    header .wrap-buttons {
        align-items: center;
    }
}
@media screen and (max-width: 530px) {
    header .wrap-buttons a.btn-interact {
        display: none;
    }
    header #nav-icon2 {
        width: 50px;
        height: 50px;
    }
    #nav-icon2 span {
        margin-top: 10px;
    }
    #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
        top: 4px;
    }
    #nav-icon2 span:nth-child(odd) {
        left: 10px;
        border-radius: 3px 0 0 3px;
    }
    #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
        top: 20px;
    }
    #nav-icon2.open span {
        margin-top: 5px;
    }
    #nav-icon2.open span:nth-child(1) {
        left: 4px;
        top: 10px;
    }
    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 4px);
        top: 11px;
    }
    #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 26px;
    }
    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 4px);
        top: 26px;
    }
}
@media screen and (max-width: 475px) {
    .logo-head a img {
        transform: translateX(-20px) scale(0.85);
    }
    header .logo-head {
        min-width: 170px;
    }
    .logo-head a:before,
    .logo-head a:after {
        display: none;
    }
}
@media screen and (max-width: 375px) {
    #menu {
        top: 0;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 100px;
        max-width: 100%;
    }
}

/*** Nav end ***/

/*** Accessability start ***/
.mdp-readabler-trigger-button-box button {
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1.5px solid transparent;
    box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}
.mdp-readabler-trigger-button-box button .mdp-readabler-trigger-button-icon svg {
    fill: black;
}

.mdp-readabler-trigger-button-box.bottom-right {
    right: calc(50% - 656px);
    bottom: unset;
    top: 2px;
    z-index: 99999;
}

.mdp-readabler-trigger-button-box button:hover .mdp-readabler-trigger-button-icon svg,
.mdp-readabler-trigger-button-box button:focus .mdp-readabler-trigger-button-icon svg {
    /* fill: rgb(208 19 216); */
    fill: white;
}
.mdp-readabler-trigger-button-box button:active, 
.mdp-readabler-trigger-button-box button:focus, 
.mdp-readabler-trigger-button-box button:focus-visible, 
.mdp-readabler-trigger-button-box button:hover {
    background: #ff04ff;
}
.mdp-readabler-trigger-button-box button#mdp-readabler-trigger-button:focus,
.mdp-readabler-trigger-button-box button#mdp-readabler-trigger-button:hover {
    color: white;
    box-shadow: 0 0 0 3px white;
    outline: 0px;
    background: #ff04ff;
}

#mdp-readabler-popup {
    left: unset;
    right: 0;
    top: unset;
    bottom: 20px;
}

header#mdp-readabler-popup-header {
    padding-top: 0;
    position: relative;
}
@media screen and (max-width: 1399px) {
    .mdp-readabler-trigger-button-box.bottom-right {
        right: calc(50% - 568px);
    }
}
@media screen and (max-width: 1199px) {
    .mdp-readabler-trigger-button-box.bottom-right {
        right: calc(50% - 478px);
    }
}
@media screen and (max-width: 991px) {
    .mdp-readabler-trigger-button-box.bottom-right {
        top: unset;
        bottom: 70px;
        right: 0;
    }
}
/*** Accessability end ***/

/*** Scroll Up start ***/
#scrollUp {
    width: 50px;
    height: 50px;
    right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid transparent;
    box-shadow: 0 4px 12px 8px rgba(0, 0, 0, .1);
    background: linear-gradient(32deg, #b8c2ce, #fff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
#scrollUp i {
    font-size: 20px;
}
#scrollUp:hover,
#scrollUp:focus {
    background: linear-gradient(32deg, #5b1f76, #ff00ff 50%), linear-gradient(80deg, #737989, #fbffff, #fbffff, #707988);
    border: 1.5px solid #cacaca;
}
/*** Scroll Up end ***/

/*** Hero Slider start ***/
.hero-3 .single-slide {
    padding: 130px 0px 180px;
}

.bg-overlay-1 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 1;
   
}
.bg-overlay-1:before {
    position: absolute;
    content: "";
    display: block;
    background: #1e192a7d;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.bg-overlay-1.darker-01:before {
    /* background: #000000cc; */
    background: #2c042cd4;
}
.bg-overlay-1.darker-02:before {
    background: #141414b5;
}

.pt-60-imp {
    padding-top: 60px!important;
}

.txt-under {
    text-decoration-line: underline;
}
video#video-bg {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}

.z-index-front {
    z-index: 1;
    position: relative;
}

.hero-3 .single-slide .hero-contents h1 span,
.rainbow span {
    color: #FF05FF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#b185e9), color-stop(30%, #856dbd), color-stop(30%, #8f68e6), color-stop(73%, #a44cee), to(#ff00ff));
    background-image: -webkit-linear-gradient(left, #b185ea 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff00ff 100%);
    background-image: linear-gradient(to right, #B185EA 0%, #856dbd 30%, #8f68e6 30%, #a44cee 73%, #ff00ff 100%);
}

@media screen and (max-width: 991px) {
    .hero-3 .single-slide {
        padding-top: 130px;
    }
}
/*** Hero Slider end ***/

/*** Card slider start ***/
.wrapper.wraps-slides {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.wraps-slides .card .card-title {
    text-align: center;
    color: #fff;
}
.wraps-slides .card .card-text p {
    color: #fff;
    text-align: center;
}

.wraps-slides .carousel {
    /* width: 90%; */
    width: 85%;;
    margin: 0px auto;
  }
  .wraps-slides .slick-slide {
    margin: 10px;
  }
  .wraps-slides .slick-slide img {
    width: 100%;
  }
  .wraps-slides .slick-prev,
  .wraps-slides .slick-next {
    background: blueviolet;
    border-radius: 15px;
    border-color: transparent;
  }

  .wraps-slides button.slick-next:focus,
  .wraps-slides button.slick-prev:focus,
  .wraps-slides button.slick-next:hover,
  .wraps-slides button.slick-prev:hover {
    background: #ff00ff;
  }

  .wraps-slides .slick-prev {
    left: -45px;
  }

  .wraps-slides .slick-next {
    right: -45px;
  }

  .wraps-slides .slick-prev, .wraps-slides .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 70px;
    margin-top: -26px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
  }

  .wraps-slides .slick-prev:before, .wraps-slides .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wraps-slides .slick-prev:before {
    content: '←';
}
.wraps-slides .slick-next:before {
    content: '→';
}

  .wraps-slides .card {
    border: 2px solid #fff;
    box-shadow: 1px 1px 15px #ccc;
  }
  .wraps-slides .card-body {
    /* background: #fff; */
    width: 100%;
    vertical-align: top;
    background: linear-gradient(135.01deg, #5f2dee -10.43%, #256ad7 100%);
  }
  .wraps-slides .card-content {
    text-align: left;
    color: #333;
    padding: 15px;
  }
  .wraps-slides .card-text {
    font-size: 14px;
    font-weight: 300;
  }
  .wraps-slides .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.wraps-slides .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.wraps-slides .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}

.wraps-slides .slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wraps-slides .card-sub {
    font-style: italic;
    text-decoration: underline;
}

.wraps-slides .slick-track {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.wraps-slides .slick-slide {
    align-items: stretch;
    display: -ms-flexbox!important;
    display: flex !important;
    height: auto;
}

.border-topz {
    border-color: #ffffff;
    padding-top: 20px ;
    border-top: 2px solid;
}
.wraps-slides .slick-dots li.slick-active button:before {
    color: #fa05fb;
}
.wraps-slides .slick-dots li button:hover,
.wraps-slides .slick-dots li button:focus {
    background: #8a2be2;
}

@media screen and (max-width: 767px) {
    .wraps-slides .slick-prev, .wraps-slides .slick-next {
        width: 40px;
        height: 40px;
        margin-top: -25px;
        top: 0;
    }
    .wraps-slides .card-content {
        padding: 15px 0;
    }
    .wraps-slides .carousel {
        width: 90%;
    }
    .wraps-slides .slick-prev {
        left: -35px;
    }
    .wraps-slides .slick-next {
        right: -35px;
    }
}
/*** Card slider end ***/

/*** Services style 2 start ***/
.single-service-top-icon.style-2 {
    background-color: #080119;
    border-color: #e3e3e3;
    -webkit-box-shadow: 0px 30px 50px rgb(52 91 221 / 56%);
    box-shadow: 0px 30px 50px rgb(52 91 221 / 56%);
    z-index: 1;
}

.single-service-top-icon .icon {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 90px;
    height: 90px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.single-service-top-icon.style-2:hover .icon {
    background: #6d2185;
}

.single-service-top-icon.style-2 .content p {
    color: #dadada;
}
.single-service-top-icon.style-2 .content h4 a:focus,
.single-service-top-icon.style-2 .content h4 a:hover {
    color: #ff00ff;
}

.img-circle {
    position: absolute;
    top: 40px;
    width: 76%;
    left: 12%;
    max-height: unset;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;
    z-index: 0;
    filter: brightness(30.5);
}
.img-circle-clip {
    position: absolute;
    top: -50%;
    width: 76%;
    left: 0;
    max-height: unset;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;
    z-index: 0;
    filter: brightness(30.5);
    z-index: -1;
}
.overflow-clip-img {
    overflow-x: clip;
}
.overflow-clip-img-y {
    overflow-y: clip;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}

.mt-50-pt-0 {
    padding-top: 0;
    margin-top: 50px;
}

.img-lines {
    z-index: 0;
    filter: brightness(2);
    position: absolute;
    left: 0;
    top: -40px;
    width: 40%;
    max-width: unset;
    max-height: unset;
}

.bg-box-rad {
    border-radius: 25px;
    margin-left: 25px;
    margin-right: 25px;
}

.page-banner-wrap-color:before {
    background: linear-gradient(115.02deg, #6c2084 51.01%, #7e7fe6 102.64%)!important;
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -2;
    left: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    .bg-box-rad {
        margin-left: 0;
        margin-right: 0;
    }
    .img-circle-clip {
        top: -10%;
    }
    .img-lines {
        top: 0px;
        width: 100%;
        filter: brightness(3);
    }
}

.section-w-span-p span {
    position: relative;
}
/* .section-w-span-p span:before {
    position: absolute;
    content: "";
    background-image: url(../img/home3/title_shap1.png);
    left: unset;
    right: -35px;
    bottom: -10px;
    width: calc(100% + 30px);
    height: 32px;
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1;
    filter: brightness(2.5);
    display: flex;
    justify-content: flex-start;
} */

@-webkit-keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
/*** Services style 2 end ***/

/* Accordion start */
.focus-pocus:focus,
.focus-pocus:hover {
    border: 1px solid #ff00ff;
    position: relative;
    height: 100%;
    display: flex;
}

.accordion .accordion-header button:hover,
.accordion .accordion-header button:focus {
    box-shadow: 5px 1px 8px #ff04ff;
}
.accordion {
    margin: 40px 0;
  }
  
  .accordion .accordion-item button.accordion-button {
    background-color: #000000;
    padding: 5px 20px;
    border-radius: 10px;
  }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-top: 5px;
    color: #e6e6e6;
    background: black;
    text-align: left;
  }
  .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
  }
  .accordion .accordion-item .accordion-collapse .accordion-body h6 {
    color: #ff04ff;
  }
  .text-ital {
    font-style: italic;
    text-decoration: underline;
  }
  
  button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
  }
  
  button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
  }

  .card-vid {
    border-radius: 10px;
  }
/* Accordion end */

/*** UL list start ***/
ul.listingz h6 {
    color: white;
    font-size: 15px;
    margin-bottom: 5px;
}
ul.listingz.lists-box li {
    background: #c118cb;
    padding: 15px 15px;
    border-radius: 10px;
}
ul.list-black.listingz.lists-box li {
    background: #000;
}
.font-size-20 {
    font-size: 20px;
}
.icon-30 {
    width: 30px;
    height: 30px;
    min-width: 30px;
}
.color-blue4 {
    color: #5842bc !important;
}
.bg-gray {
    background: #eef4f8 !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.me-3 {
    margin-right: 1rem !important;
}
/*** UL list end ***/

/*** Terms start ***/
.section-terms p {
    color: white;
    padding-bottom: 30px;
}
.section-terms h2 {
    padding-top: 30px;
    color: #FF05FF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#b185e9), color-stop(30%, #856dbd), color-stop(30%, #8f68e6), color-stop(73%, #a44cee), to(#ff00ff));
    background-image: -webkit-linear-gradient(left, #b185ea 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff00ff 100%);
    background-image: linear-gradient(to right, #B185EA 0%, #856dbd 30%, #8f68e6 30%, #a44cee 73%, #ff00ff 100%);
}
ul.term-list li {
    padding-left: 20px;
    margin-bottom: 10px;
    color: white;
}
/*** Terms end ***/

/*** CTA start ***/
.cta-banner-box.bg-cover {
    /* background: linear-gradient(132.71deg, #6345ED 18.12%, #DC39FC 81.74%); */
    background-image: url('../img/home3/bg-001.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -45.9062px;
    object-fit: cover;
    background-position: center !important;
    border-radius: 25px;
}
.cta-banner-box.bg-cover:before {
    position: absolute;
    content: "";
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #251a25a1;
    top: 0;
    left: 0;
}

.cta-banner-wrapper:after {
    position: absolute;
    content: "";
    background-image: url(../img/home3/small-cta-01.png);
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    height: auto;
    width: auto;
    min-width: 170px;
    min-height: 170px;
    left: calc(50% - 720px);
    bottom: 0;
    top: -70px;
    z-index: 2;
}

.cta-banner-wrapper.cta-img-1:after {
    position: absolute;
    content: "";
    background-image: url(../img/home3/small-cta-02.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.cta-banner-wrapper.cta-img-2:after {
    position: absolute;
    content: "";
    background-image: url(../img/home3/small-cta-03.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.cta-banner-box .section-title span.section-pink {
    color: #FF05FF;
}
.cta-banner-box .section-title span.section-pink::before {
    background: #FF05FF;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media screen and (max-width: 1399px) {
    .cta-banner-wrapper:after {
        left: calc(50% - 620px);
    }
}
@media screen and (max-width: 1199px) {
    .cta-banner-wrapper:after {
        left: calc(50% - 520px);
        opacity: 0.8;

    }
}
@media screen and (max-width: 991px) {
    .cta-banner-wrapper:after {
        left: calc(50% - 420px);
    }
}
@media screen and (max-width: 767px) {
    .cta-banner-wrapper:after {
        left: calc(50% - 80px);
        top: -95px;
    }
}

/*** CTA end ***/

/*** Contact start ***/
.our-contact {
    margin-left: 30px;
    box-shadow: rgb(10 133 197 / 30%) 18px 18px 40px 0px;
    padding: 30px 15px;
    border-radius: 15px;
    background: linear-gradient(115.02deg, #250d2c 51.01%, #7e7fe6 102.64%) !important;
}
.our-contact .contact-info.text-light i {
    color: #d013d8;
}
.our-contact .contact-info i {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
}
.our-contact .contact-info i:before {
    font-size: 30px;
}
.contact-info .info-text {
    padding-left: 50px;
    font-weight: 500;
}
.contact-info.text-light h6 {
    color: #d013d8;
}
.our-contact .contact-info h6 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
.our-contact .contact-info .info-text p {
    font-size: 16px;
    color: white;
}
.our-contact .contact-info p a {
    word-break: break-word;
    font-size: 16px;
    color: white;
}

.form-contact .ot-heading h6 {
    color: #d013d8;
}


/* CONTACT FORM START **********/

.error {
    color: red;
    display: none;
}
form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.recaptch-cover{
border:1px solid #000000 !important;
padding:0px;
position: relative;
background-color:transparent;
/* margin-right: 15px;
    margin-left: 15px; */
    max-width: 1140px;
    width: 100%;
    border-radius: 1.25rem;
}
.recaptch-cover .recaptch-cover-header{
    padding:10px;
    text-align: left;
    display: block;
    border-bottom:1px solid #000000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recaptch-cover .recaptch-cover-header button{
    background:#00000000;
    color: #000000;
    border-color:#00000000;
    border-radius:3px;
}
.recaptch-cover .recaptch-cover-header button:active{
     background:transparent;
    border-color:#000000;
}
.recaptch-cover .recaptch-cover-header button:hover{
  background:transparent;
    border-color:#000000;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: #b7beff;
}
.form-control:focus{
  box-shadow: none;
  outline: none;
    background-color: #ece4e4 ;
    border-color: #b7beff;
    color:#000000;
}
.loading-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #ffffff;
    display: none;
}
form label {
	color: #000000;
}
.loading-overlay.active{
  display: flex;
}
#refreshCaptcha{
  cursor: pointer;
}
.form-control::placeholder {
  color:rgba(0, 0, 0,.5);
  opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
   color:rgba(0, 0, 0,.5);
}

.math-captcha {
	text-align: center;
}

.math-expression {
	font-size:24px;
	font-weight: bold;
}

.answer-options {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 20px 0;
	flex-wrap: wrap;
}

.answer-option {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px;
	font-weight: bold;
	border:1px solid #000000;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s;
	background:#00000000;
	color:#000000;
}

.answer-option:hover {
	border-color:var(--first-brand-color);
}

.answer-option.selected {
    background: var(--first-brand-color);
    color: white;
    border-color: var(--bs-pink);
}

.error{
	color:red;
	display:none;
}

#submitBtn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px;
}
.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: slategray;
    opacity: .6;
}
.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}
.jconfirm .jconfirm-scrollpane {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%;
}
.jconfirm .jconfirm-row {
    display: table-row;
    width: 100%;
}
.jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle;
}
.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0;
}
@media (min-width: 992px) {
    .justify-content-lg-center {
        justify-content: center !important;
    }
}
@media screen and (max-width: 820px) {
    form .form-group.col-md-6 {
        width: 100%!important;
    }
    form#contactForm {
        flex: 1 1 100%;
        flex-direction: column;
    }
    
}
@media (min-width: 768px) {
    .justify-content-md-center {
        justify-content: center !important;
    }
}
@media (min-width: 576px) {
    .justify-content-sm-center {
        justify-content: center !important;
    }
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}
.jconfirm .jconfirm-box-container {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
}
.jconfirm.jconfirm-modern .jconfirm-box {
    background-color: white;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 15px;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
}
.jconfirm .jconfirm-box {
    background: white;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    top: 15px;
    right: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 69px;
    color: #FF05FF;
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height .4s ease-in;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
    background: #212529;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #dedede;
    margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px;
}
.jconfirm .jconfirm-clear {
    clear: both;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-image: none;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background .1s;
    transition: background .1s;
    padding: 10px 20px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    border-radius: 50px;
}

.mt-3 {
    margin-top: 1rem !important;
}
.math-captcha {
    text-align: center;
}
.math-captcha p {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.form-section-right form #name, 
.form-section-right form #email, 
.form-section-right form #message {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0 auto;
}
.form-section {
    max-width: unset;
}
.form-section-right form {
    padding-left: 10px;
    padding-right: 10px;
}

button#submitBtn {
	background: #FF05FF;
    border: 0 none;
    border-radius: 50px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 300;
    height: 3.5em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
    white-space: nowrap;
    margin: 20px 0 0 0;
    letter-spacing: 1px;
}
button#submitBtn:hover,
button#submitBtn:focus {
    background: #3a3436;
}
@media screen and (max-width: 480px) {
    .recaptch-cover .recaptch-cover-header {
        flex-direction: column;
        padding-top: 20px;
    }
}
/* CONTACT FORM END ************/

.form-contact {
    margin-right: 30px;
    margin-left: 30px;
    width: 100%;
}

.form-contact form input, 
.form-contact form textarea {
    margin-bottom: 20px;
    padding: 10px 15px;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    box-shadow: 0 0 0 3px #841e97;
    background-color: #7c73da;
    display: flex;
    flex: 1;
    width: 100%;
    border-radius: 20px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
    color: #7e7e7e;
}

.recaptch-cover {
    box-shadow: 0 0 0 3px #841e97;
    background-color: #7c73da;
}
form label {
    color: #fff;
}

input::placeholder,
textarea::placeholder {
    color: whitesmoke;
}

.math-expression,
.math-captcha p {
    color: white;
}

form .wrap-former {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .container.d-flex.flex-wrapperz {
        width: 100%;
        flex-wrap: wrap;
    }
    .form-section .contact-form {
        width: 100%;
    }
    .sm-m-b60.col-md-6 {
        width: 100%;
        padding-bottom: 40px;
    }
    .form-contact {
        margin-right: 0;
        margin-left: 0;
    }
}

/*** Contact end ***/

/*** Banner start ***/
.page-banner-wrap {
    background-color: #080119;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 25px 25px 50px 50px;
}
.page-banner-wrap::before, 
.page-banner-wrap::after {
    background: transparent;
}
.page-banner-wrap .bg-overlay-1 {
    border-radius: 25px 25px 50px 50px;
}
@media (max-width: 991px) {
    .page-banner-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}
/*** Banner end ***/

/*** Other services start ***/
.single-service-top-icon .content h4 {
    color: #5f2dee;
}
.single-service-top-icon .content p {
    color: whitesmoke;
}
.single-service-top-icon:hover .icon {
    background: #2e1e51;
}
/*** Other services end ***/

/*** Footer start ***/

footer.non-cta {
    border-top: 1px solid;
}

footer .footer-widgets-wrapper {
background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect fill='none' stroke-width='190.5' stroke-opacity='0.11' id='a' x='-400' y='-300' width='800' height='600'/%3E%3C/defs%3E%3Cg transform='scale(0.289)' style='transform-origin:center'%3E%3Cg transform='rotate(180 0 0)' style='transform-origin:center'%3E%3Cg transform='rotate(-160 0 0)' style='transform-origin:center'%3E%3Cg transform='translate(1000 750)'%3E%3Cuse stroke='%23044677' href='%23a' transform='rotate(10 0 0) scale(1.1)'/%3E%3Cuse stroke='%230c4180' href='%23a' transform='rotate(20 0 0) scale(1.2)'/%3E%3Cuse stroke='%23153d89' href='%23a' transform='rotate(30 0 0) scale(1.3)'/%3E%3Cuse stroke='%231d3892' href='%23a' transform='rotate(40 0 0) scale(1.4)'/%3E%3Cuse stroke='%2325339b' href='%23a' transform='rotate(50 0 0) scale(1.5)'/%3E%3Cuse stroke='%232e2fa4' href='%23a' transform='rotate(60 0 0) scale(1.6)'/%3E%3Cuse stroke='%23362aad' href='%23a' transform='rotate(70 0 0) scale(1.7)'/%3E%3Cuse stroke='%233e25b6' href='%23a' transform='rotate(80 0 0) scale(1.8)'/%3E%3Cuse stroke='%234721c0' href='%23a' transform='rotate(90 0 0) scale(1.9)'/%3E%3Cuse stroke='%234f1cc9' href='%23a' transform='rotate(100 0 0) scale(2)'/%3E%3Cuse stroke='%235717d2' href='%23a' transform='rotate(110 0 0) scale(2.1)'/%3E%3Cuse stroke='%236013db' href='%23a' transform='rotate(120 0 0) scale(2.2)'/%3E%3Cuse stroke='%23680ee4' href='%23a' transform='rotate(130 0 0) scale(2.3)'/%3E%3Cuse stroke='%237009ed' href='%23a' transform='rotate(140 0 0) scale(2.4)'/%3E%3Cuse stroke='%237905f6' href='%23a' transform='rotate(150 0 0) scale(2.5)'/%3E%3Cuse stroke='%238100FF' href='%23a' transform='rotate(160 0 0) scale(2.6)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
 }

 .dk-footer-box-info {
    background: #606d9a82;
    padding: 50px 20px;
    backdrop-filter: blur(2px);
    border-radius: 20px;
}

p.footer-info-text {
    color: white;
    margin-top: 20px;
}
.contact-icon {
    position: absolute;
    top: 18px;
}
.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #FF05FF;
}

.dk-footer .contact-us .contact-info,
.dk-footer .contact-mail .contact-info,
.dk-footer .contact-reg .contact-info {
    margin-left: 50px;
}
.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.contact-info p,
.contact-info p a {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #7a8196;
}
.contact-info p a {
    word-break: break-word;
}
.contact-info p a:hover,
.contact-info p a:focus {
    color: #FF05FF;
}
.dk-footer .contact-us,
.dk-footer .contact-mail,
.dk-footer .contact-reg {
    margin-top: 0;
    /* margin-bottom: 30px; */
    /* padding-left: 80px; */
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
footer .section-heading {
    margin-bottom: 15px;
}
footer .section-heading h3 {
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-decoration-line: underline;
}
footer .footer-link li a {
color: #fff;
}
footer .footer-link li a:hover,
footer .footer-link li a:focus {
    color: #7a8196!important;
}
footer .footer-link li a span {
    color: #FF05FF!important;
}
footer .footer-link li a:hover span,
footer .footer-link li a:focus span {
    color: #fff!important;
}
footer .footer-bottom {
    background-color: #7c73da;
    border-radius: 25px 25px 0 0;
}
footer .footer-bottom .bottom-link a:hover,
footer .footer-bottom .bottom-link a:focus {
    color: #fff;
}

footer .footer-widgets-wrapper {
    padding: 80px 0px 50px;
    padding-top: 265px;
}
.last-section-b4-cta {
    padding-bottom: 400px;
}
section.cta-banner-wrapper {
    margin-top:-300px;
}

body {
    background: #0D0D0F;
}

a.link-logo-foot:focus .tooltiptext, 
a.link-logo-foot:hover .tooltiptext {
    visibility: visible;
    top: 65px;
}

footer .footer-bottom .bottom-content-wrapper p,
footer .footer-bottom .bottom-content-wrapper strong {
    color: #f2f2ff;
}

footer.non-cta .footer-widgets-wrapper {
    padding: 50px 0px 50px;
    padding-top: 50px;
}
@media screen and (max-width: 1199px) {
    footer .footer-widgets-wrapper {
        padding: 240px 0px 50px;
    }
    section.cta-banner-wrapper {
        margin-top: -355px;
    }
    .last-section-b4-cta {
        padding-bottom: 450px;
    }
}
@media screen and (min-width: 992px) {
    .footer-widget {
        margin-left: 50px;
    }
}
@media screen and (max-width: 991px) {
    section.cta-banner-wrapper {
        margin-top: -400px;
    }
    .last-section-b4-cta {
        padding-bottom: 515px;
    }
    footer .footer-link li {
        margin-bottom: 10px;
    }
    footer .section-heading {
        margin-top: 20px;
    }
    footer img.footer-logo {
        transform: scale(0.65);
    }
}
@media screen and (max-width: 767px) {
    footer .footer-c {
        margin-top: 25px;
    }
    footer .footer-bottom .bottom-link {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    footer .section-heading {
        margin-top: 20px;
    }
}


/*** Footer end ***/