* {
	margin: 0px;
	padding: 0px;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p {
	margin: 0;
	padding: 0;
	border: none;
}
article, div, figure, footer, h1, h2, h3, h4, h5, h6, header, li, p, section, span {
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	-moz-osx-font-smoothing: grayscale;
	font-weight: inherit
}
html {
  scroll-behavior: smooth;
}
a, input, select, textarea {
	outline: none;
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
a {
	outline: none;
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: middle;
	border: none;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, span, p, input, form, img, hr, img, a {
	margin: 0;
	padding: 0;
	border: none;
}
body {overflow: hidden; }
body::-webkit-scrollbar { width: 0 !important; }
body { overflow: -moz-scrollbars-none; }
body { -ms-overflow-style: none; }
body {
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
	-webkit-text-stroke-width: 0.1px;
	overflow-y:hidden;
	overflow-x:hidden;
	font-weight:bold;
	transition: background-color 1s ease;
	background:#18191d;
}
#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    position: fixed;
    border-radius: 4px;
    z-index: 1;
    pointer-events: none;
    transition: border-color 0.5s;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding:10px;
    background:#d4d4d4;
    position: fixed;
    border-radius: 100px;
    z-index:8;
    pointer-events: none;
}

svg {
	position: static; 
	width: 100%; height: 10%;
	fill:rgba(0,0,0,0.0);
}
svg text {
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
	animation: stroke 2s;
	animation-direction:50;
	stroke-width:1;
	stroke: #ffffff;
	font-size:6vw;
	animation-delay:8s;
}
@keyframes stroke {
	0%   {
		fill: rgba(255,255,255,0); stroke: rgba(255,255,255,1);
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 1;
	}
	70%  {fill: rgba(255,255,255,0); stroke: rgba(255,255,255,1); }
	80%  {fill: rgba(255,255,255,0); stroke: rgba(255,255,255,1); stroke-dashoffset:50%; stroke-dasharray: 50% 0; stroke-width: 1; }
	100% {
		fill: rgba(255,255,255,0.0); stroke: rgba(255,255,255,0.0); 
		stroke-dashoffset:0%; stroke-dasharray: 0% 0; stroke-width: 1;
	}
}
.logo1{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
	z-index: 0;
    opacity: 0.4;
}
.logo1 img{
	width:75%;
}
.middle-text{
  margin:30% 0 0 0;
  position:relative;
  z-index:3;
}
.middle-outer{
	margin:0 auto;
	padding:0 0 90px;
}
.leftBar{
	position:fixed;
	left:1%;
	top:5%;
	z-index:10;
	width:18%;
}
.logo{
	margin:0 0 30px;
	width:80%;
}
.bg1{
	background:url(../images/bg1.jpg) no-repeat;
	width:100%;
}
.logo a{
	color:#ffffff;
	font-size:15px;
	font-weight:600;
}
main {
    position: absolute;
	width:100%;
	z-index: 1;
}
.menu{
	margin:0px;
}
.menu ul{
	list-style:none;
}
.menu ul li{
	display:block;
	padding: 0 0 6px;
    line-height:30px;
}
.menu ul li:first-child{
	padding: 0 0 250px;
}
.menu ul li a{
	font-size:1.2vw;
	color:#ef5ca2;
	display:block;
	letter-spacing:1px;
	overflow:hidden;
	display: inline-block;
	font-family: 'Bahnschrift';
	font-weight: normal;
	padding: 0 7px 0 7px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	background:rgba(0,0,0,0.2);
}

.menu ul li:first-child a:hover{
	background:none;
}
.menu ul li.active{
	color:#ffffff;
}
.menu ul li:first-child .active:after{
	display:none !important;
}

.cursor {
  width:20px;
  height:20px;
  border-radius: 100%;
  background-color: #d4d4d4;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 15;
  transform: translate(calc(-50% + 15px), -50%);
}
.menu ul li a:hover .hover span{
	color:#000000 !important;
}
.hover {
	background-color:#d4d4d4;
	opacity: 0.5;
	width:50px;
	height:50px;
}
.hover .back span {
    color: #222222 !important;
}
.active{
   position:relative;
   transition:1s all; 
   cursor:auto;
}
.active .back:hover span{
   animation: 0.6s;
   animation-direction:0;
   transition:0.6s all;
}
.active:after {
    width:100%;
    position: absolute;
    bottom:0px;
    left: 0;
    background: #222222;
    height:2px;
    content: "";
    display: inline-block;
}
.back span #pointer-ring  {
    background:#000000;
}
.img-box {
  position: fixed;
  width: 320px;
  height: 420px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 12px;
}
.img-box img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text1{
	color: #ffffff;
    font-size:1.6vw;
    padding: 0px 0 0px;
    text-align: center;
    line-height:44px;
	letter-spacing:1px;
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
	text-transform:lowercase;
}
.sec2{
	/* background-image: linear-gradient(#504c4c, #ef5da2, #ef5da2, #ef5da2, #ef5da2, #ef5da2, #504c4c);
	width:100%; */
	z-index: 8;
	position:relative;
	padding:90px 0;
}
.radius1{
	background:#8a365e;
	border-radius:120px 50px 120px 50px;
	display:table;
	margin:0 auto;
	padding:80px 150px;
}
.radius1 img{
	border-radius:120px 50px 120px 50px;
	filter: grayscale(100%);
	transition:0.8s;
	-webkit-transition:0.8s;
	transform:scale(1.0);
}
.radius1:hover img{
	filter: grayscale(0%);
	transition:0.8s;
	-webkit-transition:0.8s;
	transform:scale(1.1);
	transition:0.8s;
}
.heading1{
	color: #ffffff;
    font-size:6vw;
    font-weight: 600;
    text-align: center;
    margin:0 0 0 0;
    position: relative;
    z-index: 2;
    text-transform: lowercase;
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
}
.heading01{
	color:#ffffff;
	font-size:6vw;
	font-weight:600;
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
	text-align:center;
	margin: 100px 0 0 0;
	position:relative;
	z-index:2;
	line-height:150px;
	text-transform:lowercase;
}
.heading2{
	color: #ffffff;
    font-size:7vw;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
    z-index: 2;
    text-transform: lowercase;
}
.text2{
	color:#ffffff;
	font-size:1.6vw;
	padding:90px 0 0px;
	text-align:center;
	line-height:44px;
	letter-spacing: 1px;
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
	text-transform:lowercase;
}
.sec3{
	background:#504c4c;
	width:100%;
	z-index: 8;
	position:relative;
	padding:90px 0;
}
.svgBox{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.menu__item{
	margin:0px;
}
.menu__item marquee{
	color: #ffffff;
    font-size: 8vw;
    text-transform: lowercase;
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
}
.textBox1{
	margin:0px;
}
.textBox1 p{
	color:#ffffff;
	font-size: 1.6vw;
    padding: 90px 0 20px;
    text-align: center;
    line-height: 44px;
	letter-spacing: 1px;
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
	text-transform:lowercase;
}
.image2{
	overflow:hidden;
	border-radius:120px 50px 120px 50px;
	transition:0.8s;
}
.image2 img{
	border-radius:120px 50px 120px 50px;
	transform:scale(1.0);
	transition:0.8s;
}
.image2:hover img{
	transform:scale(1.1);
	transition:0.8s;
}
.image10{
	overflow:hidden;
	border-radius:50px;
	transition:0.8s;
}
.outerBox{
	width:100%;
	margin:0 0 80px;
}
.image3{
	display:table;
	width:600px;
	height:600px;
	border-radius:100%;
	overflow:hidden;
	margin:0 auto;
}
.image3{
	overflow:hidden;
	width:600px;
	height:600px;
	border-radius:100%;
	transition:0.8s;
}
.image3:hover img{
	transform:scale(1.1);
	transition:0.8s;
}
.image3 img{
	width:600px;
	height:600px;
	border-radius:100%;
	transform:scale(1.0);
	transition:0.8s;
}
.textBox2 h6{
	color: #ffffff;
    font-size: 1.6em;
    padding: 86px 50px 90px;
    margin: 70px 0 0 5px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    background: none;
    width: 470px;
    height: 470px;
    border-radius: 100%;
    z-index: 1;
    font-family: 'HelveticaNeueLT Com 77 BdCnO';
    border: 5px solid #ef5da2;
}
.textBox2{
	display:flex;
	padding: 0 0 0 70px;
}
.sec4{
	width:100%;
	z-index: 8;
	position:relative;
	padding:90px 0;
}
.text3{
	color:#000000;
	font-size:2.5vw;
	padding:90px 0 90px;
	text-align:center;
	line-height:40px;
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
}
.icon2{
	padding:0 0 0 20px;
}
.sec5{
	background:#504c4c;
	width:100%;
	z-index: 8;
	position:relative;
	padding:90px 0;
}
.heading3 {
    color: #ffffff;
    font-size: 8vw;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 2;
    text-transform: lowercase;
	font-family: 'HelveticaNeueLT Com 77 BdCnO';
}
.inBtn .owl-prev {
	display: inline-block;
	background:url(../images/arrowL.png) no-repeat !important;
    width: 59px;
    height: 59px;
	float: left;
    margin: -320px 0 0 272px;
    outline: 0;
    z-index: 2;
    border: 0;
    position: relative;
}
.inBtn .owl-next {
	display: inline-block;
	background:url(../images/arrowR.png) no-repeat !important;
    width: 59px;
    height: 59px;
	float: right;
    margin: -320px 272px 0 0;
    outline: 0;
    z-index: 2;
    border: 0;
    position: relative;
}	

.outer11 span {
    display: none;
}
.outer11 {
    width: 92%;
    margin: 0 auto;
}
/* panel styles */
.panel {
  /* min height incase content is higher than window height */
  justify-content: space-around;
  align-items: center;
  font-family: sans-serif;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
}

/* colours */
.color-violet {
  background-color: #6c6c6f;
}
.color-indigo {
  background-color: #792f52;
}
.color-blue {
  background-color: #b9b9b9;
}
.color-violet1 {
  background-color: #504c4c;
}
.gallery1{
	display:flex;
	width:100%;
}
.gallery2{
	width:100%;
}
.img1{
	padding:2px;
	overflow:hidden;
}
.img1 img{
	width:100%;
	transform:scale(1.0);
	transition:0.8s;
}
.img1:hover img{
	transform:scale(1.1);
	transition:0.8s;
}
.fadein {
  opacity: 1;
    -webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.8s; /* Firefox < 16 */
        -ms-animation: fadein 0.8s; /* Internet Explorer */
         -o-animation: fadein 0.8s; /* Opera < 12.1 */
            animation: fadein 0.8s;
			animation-delay: 4s;
}

@keyframes fadein {
    from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadein2 {
  opacity: 1;
    -webkit-animation: fadein2 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein2 1s; /* Firefox < 16 */
        -ms-animation: fadein2 1s; /* Internet Explorer */
         -o-animation: fadein2 1s; /* Opera < 12.1 */
            animation: fadein2 1s;
			animation-delay: 4s;
}

@keyframes fadein2 {
    from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadein3 {
  opacity: 1;
    -webkit-animation: fadein3 1.8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein3 1.8s; /* Firefox < 16 */
        -ms-animation: fadein3 1.8s; /* Internet Explorer */
         -o-animation: fadein3 1.8s; /* Opera < 12.1 */
            animation: fadein3 1.8s;
			animation-delay: 4s;
}

@keyframes fadein3 {
    from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadein4 {
  opacity: 1;
    -webkit-animation: fadein4 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein4 2s; /* Firefox < 16 */
        -ms-animation: fadein4 2s; /* Internet Explorer */
         -o-animation: fadein4 2s; /* Opera < 12.1 */
            animation: fadein4 2s;
			animation-delay: 4s;
}

@keyframes fadein4 {
    from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadein5 {
  opacity: 1;
    -webkit-animation: fadein5 2.8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein5 2.8s; /* Firefox < 16 */
        -ms-animation: fadein5 2.8s; /* Internet Explorer */
         -o-animation: fadein5 2.8s; /* Opera < 12.1 */
            animation: fadein5 2.8s;
			animation-delay: 4s;
}

@keyframes fadein5 {
    from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadein6 {
  opacity: 1;
    -webkit-animation: fadein6 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein6 3s; /* Firefox < 16 */
        -ms-animation: fadein6 3s; /* Internet Explorer */
         -o-animation: fadein6 3s; /* Opera < 12.1 */
            animation: fadein6 3s;
			animation-delay: 4s;
}

@keyframes fadein6 {
    from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.image2{
	width:80%;
	display:table;
	margin:0 auto;
}
.contact1{
	width:100%;
	padding:100px 0;
	display:inline-block;
}
.back {
    margin:1em auto;
}
.back span {
    display:table-cell;
    padding: 0px;
	transition:1s all;
}
.back:hover span{
   animation:jumb 0.6s;
   animation-direction: 5;
   transition:0.6s all;
}
  @keyframes jumb {
    0% {
      transform:translateY(0px)
    }
    20% {
      transform:translateY(-18px);
    }
	30% {
      transform:translateY(20px);
	  opacity:0;
    }
	80% {
      transform:translateY(30px);
	  opacity:0.5;
    }
    100% {
      transform:translateY(0px) 
    }
  }
  .back span:nth-child(1) {
    animation-delay:0s;
  }
  .back span:nth-child(2) {
    animation-delay:.1s;  
  }
  .back span:nth-child(3) {
    animation-delay:.2s;
  }
  .back span:nth-child(4) {
    animation-delay:.3s;  
  }
  .back span:nth-child(5) {
    animation-delay:.4s;
  }
  .back span:nth-child(6) {
    animation-delay:.5s;  
  }
  .back span:nth-child(7) {
    animation-delay:.6s;
  }
  .back span:nth-child(8) {
    animation-delay:.7s;
  }
  .back span:nth-child(9) {
    animation-delay:.8s;
  }
  .back span:nth-child(10) {
    animation-delay:.9s;
  }
  .back span:nth-child(11) {
    animation-delay:.10s;
  }
  .back span:nth-child(12) {
    animation-delay:.11s;
  }
  .back span:nth-child(13) {
    animation-delay:.12s;
  }
  .back span:nth-child(14) {
    animation-delay:.13s;
  }
  .back span:nth-child(15) {
    animation-delay:.14s;
  }
  .back span:nth-child(16) {
    animation-delay:.15s;
  }
  .back span:nth-child(17) {
    animation-delay:.16s;
  }
  .back span:nth-child(18) {
    animation-delay:.17s;
  }
  .back span:nth-child(19) {
    animation-delay:.18s;
  }
  .back span:nth-child(20) {
    animation-delay:.19s;
  }
  .back span:nth-child(21) {
    animation-delay:.20s;
  }
.image02{
	margin:90px auto;
}
.image03{
	margin:160px auto;
}
.page-loader{
	width: 100%;
	height: 100vh;
	position:fixed;
	background: #272727;
	z-index: 1000;
}

/* SPINNER ANIMATION */
.spinner {
	position: relative;
	top:13%;
  width:300px;
  height:300px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
.txtout{
	display:table;
	margin:15% auto 0;
}
.txt{
	width:100%;
}
.svg.radial-progress {
  position: relative;
  display: inline-block;
}

.txt svg {
  transform: rotate(280deg);
}

.txt circle {
  stroke-width: .500em;
  fill: transparent;
}

.radial-progress-background {
  stroke: #ef5ca2;
}

.radial-progress-cover {
  stroke: #FFF;
  stroke-width:2em;
}

.radial-progress-center {
  fill: #FFF;
}

.radial-fill {
  position: absolute;
  
  transform: translate(-50%, -50%);
}
.logoloder{
	    position: absolute;
    top: 110px;
    left:56px;
}
.music1{
	position:fixed;
	bottom:0;
	right:0;
	z-index:12;
}
.music1 audio{
	opacity:0.3;
}
.back1{
    color:#ffffff;
    display:table-cell;
    padding: 0px;
	transition:1s all;
}
.back1{
   animation:jumb1 1s;
   animation-direction: 5;
 }
  @keyframes jumb1 {
    0% {
      transform:translateX(-500px);
	  opacity:0;
    }
	0% {
      transform:translateX(-300px);
	  opacity:0;
    }
    100% {
      transform:translateX(0px); 
	  opacity:100;
    }
  }

  
  .back2{
    color:#ffffff;
    display:table-cell;
    padding: 0px;
	transition:1s all;
}
.back2{
   animation:jumb2 1s;
   animation-direction: 5;
 }
  @keyframes jumb2 {
    0% {
      transform:translateX(0px);
	  opacity:0;
    }
	0% {
      transform:translateX(50px);
	  opacity:0;
    }
    100% {
      transform:translateX(0px); 
	  opacity:100;
    }
  }
.copyText{
	color: #ffffff;
    font-size: 0.4vw;
    text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	position:fixed;
	bottom: 10px;
    left: 10px;
}	
.pane3, .flip3 {
  padding: 5px;
  font-size:30px;
  color:#ffffff;
  display:none;
}
.pane3 {
  display: block;
}
.logo3{
	display:none;
}
.close1{
	font-size:25px;
	color:#000000;
	text-align:center;
	display:none;
	    margin: 0;
}
.image0002 {
    width: auto;
    display: table;
    margin: 0 auto;
}
.image0002{
	overflow:hidden;
	border-radius:120px 50px 120px 50px;
	transition:0.8s;
}
.image0002 img{
	border-radius:120px 50px 120px 50px;
	transform:scale(1.0);
	transition:0.8s;
}
.image0002:hover img{
	transform:scale(1.1);
	transition:0.8s;
}
.relative1{
	position:relative;
}
.newClass{
	background:rgba(255,255,255,0.3);
	position:absolute;
	right: 30px;
    top: 10px;
	z-index: 9;
}
.capabilities{
	display:inline-block;
	width:100%;
	margin:50px 0 0 0;
}
.capabilities ul{
	list-style:none;
}
.capabilities ul li {
    display: inline-block;
    width: 30%;
    background: #4a4a4c;
    border-top: 5px solid #ef5ca2;
    vertical-align: top;
    min-height: 130px;
    margin: 0 15px 30px;
    text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
}
.capabilities ul li:hover{
	background: #ef5ca2;
	border-top: 5px solid #4a4a4c;
	transition:0.5s all;
	-webkit-transition:0.5s all;
}
.capabilities ul li p{
	display:inline-block;
	color: #ffffff;
    font-size: 1.6vw;
    padding:15px 15px 0;
    text-align: center;
    line-height: 44px;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueLT Com 77 BdCnO';
    text-transform: lowercase;
}