html {
    -webkit-print-color-adjust: exact;
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'Kavivanar', cursive;
    color: #000;
}

body {
    font-size: 1em;
    line-height: 1.3;
}

#page-container {
  position: relative;
  min-height: 200vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 660px;
  height: 2.5rem;            /* Footer height */
}

#footer-sec {
	position: relative;
	width: 100vw;
	min-width: 800px;
	height: 100vh;
	min-height: 600px;
	background: linear-gradient(-45deg, #8691b3, #edeef3);
}

#footer-sec *, #footer-sec *:before, #footer-sec *:after {
		content: '';
		position: absolute;
		top: 50%; left: 50%;
	}


::-moz-selection {
    background: red;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

h1, .h1 { font-family: 'Arima Madurai', cursive;}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 { font-family: 'Mukta Malar', sans-serif;}

.container {

    width: 1050px;
    margin: 0 auto;
}

header, .header {
    background-color: #1A1D41;
	color: #ebdc13;
    padding: 0.5em;
	margin-bottom: 0.5em;
	font-family: 'Mukta Malar', sans-serif;
}

header h1, .header h1 {
    margin: 0;
    display: inline-block;
    width: 413px;
	text-align: right;
}


.header h1, .headerimage {
	display: inline-block;
	vertical-align: middle;
}

#aboutdiv {
	width: 60%;
	background-color: #;
	box-shadow: 5px 10px 8px #888888;
	margin: 0px 10px;
	/*0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);*/
}

.btn-hover {
    width: 195px;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    height: 45px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: table-cell;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.btn-hover.color-4 {
    background-image: linear-gradient(to right, #3d0300, #fc6076, #ff9a44, #ef9d43);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.color-5 {
    background-image: linear-gradient(to right, #0ba360, #1bb300, #ef0, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.btn-hover.color-8 {
    background-image: linear-gradient(to right, #1e66b8, #00A8C5, #3f86ed, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.btn-hover.color-10 {
        background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
.btn-hover.color-11 {
       background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.handpointer {
	font-size: 20px;
	}

.tg  {border-collapse:collapse;border-spacing:0;}

.tg td{border-color:black;border-style:solid;border-width:1px;
  overflow:hidden;padding:10px 8px;word-break:normal;}

.tg .tg-lboi{border-color:inherit;text-align:left;vertical-align:middle}

.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:middle}

.tg .tg-yz93{border-color:inherit;text-align:right;vertical-align:middle}

.page-break {
    margin-top: 1em;
}

.no-column-break {
  -webkit-column-break-inside :avoid;
  -moz-column-break-inside    :avoid;
  -o-column-break-inside      :avoid;
  -ms-column-break-inside     :avoid;
  column-break-inside         :avoid;
}

.tab-wrap {
  width: 1050px;
  margin: 10px auto;
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  list-style: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}

.qtag_labels {
  font-size: 13px;
  display: inline-block;
  width: auto;
  margin: 3px;
}


/*
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
*/

.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
 
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-radius: 6px;
}


.eye {
	width: 332px; height: 332px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #EBEDF3;
	filter: blur(5px);

	animation: eyeAnimation 4s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes eyeAnimation {
	0%, 33%, 100% {
		box-shadow: inset -8px -13px 20px -10px rgba(230, 230, 236, 0.04), 64px 55px 40px -40px #38406A, 20px 18px 30px -10px #38406A, inset -70px -50px 60px -30px #4b6398, inset -90px -90px 70px -90px #697398, inset -70px -50px 100px -40px #697398, inset 80px 50px 80px -50px #eeeef3, -25px -15px 50px -10px #F6F6FB, 14px -1px 50px -10px #7e7ea9, 1px 9px 50px -10px #7e7ea9, inset -90px 40px 60px -20px rgba(116, 66, 255, 0.1), inset -90px -120px 60px -20px rgba(116, 66, 255, 0.1);
    transform: translate(-50%, -50%) scale(1.25);
	}
	65% {
		box-shadow: inset -8px -13px 60px -10px rgba(230, 230, 236, 0.2), 44px 35px 20px -20px #687294, 11px 9px 9px -4px #6e799d, inset -100px -70px 40px -110px #6A789C, inset -90px -90px 70px -90px #697398, inset -70px -50px 100px -40px #697398, inset 80px 50px 80px -50px #eeeef3, -25px -15px 30px -10px #F6F6FB;
		transform: translate(-50%, -50%) scale(1);
	}
}


	.eye::after {
		width: 160px; height: 160px;
		border-radius: 50%;
		box-shadow: inset -50px -20px 30px 0px #e7e2f5, inset 100px 10px 20px -27px #2f2c4c, 0px 0px 10px 7px rgba(231, 226, 245, 1);

		animation: pupilAnimationSize 4s cubic-bezier(1, 0, 1, 1) infinite,
							 pupilAnimationView 4s ease infinite;
	}
@keyframes pupilAnimationSize {
	0%, 30%, 100% { transform: translate(-50%, -50%) scale(0.85); }
	40%, 90% 			{ transform: translate(-50%, -50%) scale(0.5); }
}
@keyframes pupilAnimationView {
	0%, 30%, 100% {
		box-shadow: inset -50px -20px 30px 0px #e7e2f5, inset 100px 10px 20px -27px #2f2c4c, 0px 0px 10px 7px rgba(231, 226, 245, 1);
	}
	60%, 66% {
		box-shadow: inset -50px -20px 30px 0px rgba(231, 226, 245, 0), inset 10px 10px 70px -27px rgba(47, 44, 76, 0), 0px 0px 10px 7px hsla(256, 49%, 92%, 0);
	}
	90% {
		box-shadow: inset -50px -20px 30px 0px #e7e2f5, inset 100px 10px 20px -27px #2f2c4c, 0px 0px 10px 7px rgba(231, 226, 245, 1);
	}
}


.circle-1 {
	width: 475px; height: 475px;
	border-radius: 50%;
	border: 1px solid transparent;
	border-right-color: rgba(223, 228, 255, 0.6);

	animation: circle1AnimationOpacity 4s ease infinite,
						 circle1AnimationMove 4s ease infinite;
}
@keyframes circle1AnimationMove {
	00%, 100% 		{ transform: translate(-50%, -50%) rotate(49deg); }
	07% 					{ transform: translate(-50%, -50%) rotate(38deg); }
	12%, 19%, 68% { transform: translate(-50%, -50%) rotate(42deg); }
	26%, 30% 			{ transform: translate(-50%, -50%) rotate(82deg); }
	73% 					{ transform: translate(-50%, -50%) rotate(34deg); }
	87%, 92% 			{ transform: translate(-50%, -50%) rotate(69deg); }
	94% 					{ transform: translate(-50%, -50%) rotate(65deg); }
}
@keyframes circle1AnimationOpacity {
	00%, 27%, 73%, 100% { opacity: 1; }
	30%, 70% 						{ opacity: 0; }
}


.circle-2 {
	width: 475px; height: 475px;
	border-radius: 50%;
	border: 1px solid transparent;
	border-right-color: rgba(223, 228, 255, 0.6);

	animation: circle2AnimationOpacity 4s ease infinite,
						 circle2AnimationMove 4s ease infinite;
}
@keyframes circle2AnimationMove {
	0%, 100% { transform: translate(-50%, -50%) rotate(229deg); }
	9% 			 { transform: translate(-50%, -50%) rotate(220deg); }
	14%, 21% { transform: translate(-50%, -50%) rotate(225deg); }
	29%, 67% { transform: translate(-50%, -50%) rotate(262deg); }
	82% 		 { transform: translate(-50%, -50%) rotate(241deg); }
	90%, 94% { transform: translate(-50%, -50%) rotate(249deg); }
	99% 		 { transform: translate(-50%, -50%) rotate(245deg); }
}
@keyframes circle2AnimationOpacity {
	0%, 27%, 79%, 100% { opacity: 1; }
	30%, 76% 					 { opacity: 0; }
}


.circle-3 {
	left: calc(50% + 93px);
	top: calc(50% - 189px);
	width: 106px; height: 280px;
	overflow: hidden;
}
	.circle-3::before {
		left: -275%;
		top: -4%;
		width: 393px;
		height: 393px;
		border-radius: 50%;
		border: 1px solid transparent;
		border-right-color: rgba(223, 228, 255, 0.6);

		animation: circle3Animation 4s ease infinite;
	}
@keyframes circle3Animation {
	0%   { transform: rotate(-3deg); }
	20%  { transform: rotate(-107deg); }
	79%  { transform: rotate(-286deg); }
	100% { transform: rotate(-364deg); }
}


.circle-4 {
	width: 295px; height: 295px;
	border-radius: 50%;
	border: 1px solid transparent;
	border-right-color: rgb(251, 251, 251);
	border-left-color: rgba(251, 251, 251, 0.2);

	animation: circle4AnimationMove 4s cubic-bezier(1, 0, 1, 1) infinite,
						 circle4AnimationOpacity 4s ease infinite;
}
@keyframes circle4AnimationMove {
	0%, 100% { transform: translate(-50%, -50%) rotate(219deg) scale(1); }
	6% 			 { transform: translate(-50%, -50%) rotate(221deg) scale(0.9); }
	16% 		 { transform: translate(-50%, -50%) rotate(302deg) scale(0.9); }
	22% 		 { transform: translate(-50%, -50%) rotate(307deg) scale(0.9); }
	29% 		 { transform: translate(-50%, -50%) rotate(312deg) scale(0.93); }
	33% 		 { transform: translate(-50%, -50%) rotate(310deg) scale(0.93); }
	36% 		 { transform: translate(-50%, -50%) rotate(300deg) scale(0.7); }
	39% 		 { transform: translate(-50%, -50%) rotate(220deg) scale(0.92); }
	50%, 57% { transform: translate(-50%, -50%) rotate(248deg) scale(0.92); }
	66% 		 { transform: translate(-50%, -50%) rotate(225deg) scale(0.92); }
	73%, 81% { transform: translate(-50%, -50%) rotate(243deg) scale(0.92); }
	93% 		 { transform: translate(-50%, -50%) rotate(215deg) scale(1); }
}
@keyframes circle4AnimationOpacity {
	00%, 33%, 50%, 100% { opacity: 1; }
	36%, 39% { opacity: 0; }
}


.circle-5 {
	width: 100px; height: 100px;
	transform: translate(-50%, -50%);
	
	animation: circle5AnimationSize 4s cubic-bezier(1, 0, 1, 1) infinite,
						 circle5AnimationView 4s ease infinite;
}
	.circle-5::before {
		width: 173px; height: 173px;
		border-radius: 50%;
		border: 1px solid rgb(251, 251, 251);
		transform: translate(-50%, -50%);
	}
	.circle-5::after {
		width: 177px; height: 177px;
		border-radius: 50%;
		border: 1px solid rgb(251, 251, 251);
		transform: translate(-50%, -50%);
	}
@keyframes circle5AnimationSize {
	0%, 38%, 82.82%, 100% { transform: translate(-50%, -50%) scale(1); }
	45%, 75.44% 					{ transform: translate(-50%, -50%) scale(0.7); }
}
@keyframes circle5AnimationView {
	0%, 5.7%, 7.4%, 9.8%, 11.5%, 14%, 15.6%, 18.9%, 21.3%, 23.8%, 25.4%, 28.7%, 35.3%, 42%, 77.9%, 82.7%, 83.6%, 85.2%, 86.1%, 91.8%, 93.5%, 97.6%, 100% { opacity: 1; }
	2.5%, 6.6%, 8.2%, 10.7%, 14.8%, 18%, 20.5%, 22.1%, 24.6%, 27.9%, 36%, 88.6% { opacity: 0.5; }
	47%, 77.8%, 82.8%, 83.5%, 85.3%, 86%, 90.2%, 92.7%, 96.8%, 99.2% { opacity: 0; }
}


.circle-6 {
	top: 50%; left: 50%;
	width: 190px; height: 190px;
	background: repeating-conic-gradient(from 0deg, rgba(179, 221, 255, 0.4) 0deg 1deg, transparent 1deg 2deg);
	clip-path: url(#bagel1);
	border-radius: 50%;

	animation: circle6Animation 4s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes circle6Animation {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	8%, 35% {
		transform: translate(-50%, -50%) scale(0.93);
		opacity: 1;
	}
	40%, 90% {
		transform: translate(-50%, -50%) scale(0.2);
		opacity: 0;
	}
	95%, 100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}

.circle-7 {
	top: 50%; left: 50%;
	width: 142px; height: 142px;
	filter: blur(1px);

	animation: circle6Animation 4s -0.1s cubic-bezier(1, 0, 1, 1) infinite;
}
	.circle-7::before {
		top: 0; left: 0;
		width: 100%; height: 100%;
		background: repeating-conic-gradient(from 0deg, rgba(114, 87, 187, 0.6) 0deg 2deg, transparent 2deg 8deg);
		clip-path: url(#bagel2);
		border-radius: 50%;
	}


.circle-8 {
	top: 50%; left: 50%;
	width: 120px; height: 120px;
	background: repeating-conic-gradient(from 0deg, rgba(236, 247, 255, 0.68) 0deg 1deg, transparent 1deg 2deg);
	clip-path: url(#bagel3);
	border-radius: 50%;

	animation: circle6Animation 4s -0.13s cubic-bezier(1, 0, 1, 1) infinite;
}


.circle-9 {
	top: 50%; left: 50%;
	width: 76px; height: 76px;
	background: repeating-conic-gradient(from 0deg, rgba(236, 247, 255, 0.68) 0deg 1deg, transparent 1deg 2deg);
	clip-path: url(#bagel4);
	border-radius: 50%;

	animation: circle6Animation 4s -0.16s cubic-bezier(1, 0, 1, 1) infinite;
}


.circle-10 {
	top: 50%; left: 50%;
	width: 190px; height: 190px;
	background: radial-gradient(rgba(230, 245, 255, 0.6), rgba(201, 243, 255, 0.5), rgba(74, 105, 160, 0.3), transparent 70%);
	clip-path: url(#bagel1);
	border-radius: 50%;

	animation: circle10Animation 4s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes circle10Animation {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	4%, 30% {
		transform: translate(-50%, -50%) scale(0.93);
		opacity: 1;
	}
	35%, 93% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0;
	}
	98%, 100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}


.circle-11 {
	top: 50%; left: 50%;
	width: 190px; height: 190px;
	background: repeating-conic-gradient(from 0deg, rgba(229, 243, 255, 0.1) 0deg 1deg, transparent 1deg 8deg, rgba(229, 243, 255, 0.3) 8deg 9deg, transparent 9deg 10deg, rgba(229, 243, 255, 0.1) 10deg 11deg, transparent 11deg 72deg);
	clip-path: url(#bagel1);
	border-radius: 50%;

	animation: circle11Animation 4s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes circle11Animation {
	0%, 98%, 100% {
		transform: translate(-50%, -50%) rotate(0deg);
		opacity: 1;
	}
	15% {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	25% {
		transform: translate(-50%, -50%) rotate(-10deg);
	}
	30% {
		opacity: 1;
	}
	35% {
		transform: translate(-50%, -50%) rotate(-20deg);
		opacity: 0;
	}
	93% {
		transform: translate(-50%, -50%) rotate(80deg);
		opacity: 0;
	}
}


.circle-12 {
	top: 50%; left: 50%;
	width: 190px; height: 190px;
	background: repeating-conic-gradient(from 0deg, rgba(208, 233, 255, 0.2) 20deg 21deg, transparent 21deg 40deg, rgba(192, 223, 249, 0.25) 40deg 41deg, transparent 41deg 43deg, rgba(179, 220, 255, 0.15) 43deg 44deg, transparent 44deg 76deg);
	clip-path: url(#bagel1);
	border-radius: 50%;

	animation: circle12Animation 4s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes circle12Animation {
	0%, 96%, 100% {
		transform: translate(-50%, -50%) rotate(0deg);
		opacity: 1;
	}
	10% {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	25% {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	30% {
		opacity: 1;
	}
	35% {
		transform: translate(-50%, -50%) rotate(50deg);
		opacity: 0;
	}
	93% {
		transform: translate(-50%, -50%) rotate(-90deg);
		opacity: 0;
	}
}


.circle-13 {
	width: 100px; height: 100px;
	transform: translate(-50%, -50%);
	animation: circle13AnimationSize 4s cubic-bezier(1, 0, 1, 1) infinite,
						 circle13AnimationView 4s ease infinite;
}
	.circle-13::before {
		width: 110px; height: 110px;
		border-radius: 50%;
		border: 1px solid rgb(251, 251, 251);
		transform: translate(-50%, -50%);
	}
	.circle-13::after {
		width: 120px; height: 120px;
		border-radius: 50%;
		border: 1px solid rgba(251, 251, 251, 0.5);
		transform: translate(-50%, -50%);
	}
@keyframes circle13AnimationSize {
	0%, 32%, 86%, 100% { transform: translate(-50%, -50%) scale(1); }
	38%, 82% { transform: translate(-50%, -50%) scale(0.2); }
}
@keyframes circle13AnimationView {
	/* подвигать */
	0% { opacity: 1; }
	2.5% { opacity: 0.5; }
	5.7% { opacity: 1; }
	6.6% { opacity: 0.5; }
	7.4% { opacity: 1; }
	8.2% { opacity: 0.5; }
	9.8% { opacity: 1; }
	10.7% { opacity: 0.5; }
	11.5%, 14% { opacity: 1; }
	14.8% { opacity: 0.5; }
	15.6% { opacity: 1; }
	18% { opacity: 0.5; }
	18.9% { opacity: 1; }
	20.5% { opacity: 0.5; }
	21.3% { opacity: 1; }
	22.1% { opacity: 0.5; }
	23.8% { opacity: 1; }
	24.6% { opacity: 0.5; }
	25.4% { opacity: 1; }
	27.9% { opacity: 0.5; }
	28.7%, 32% { opacity: 1; }
	38% { opacity: 0; }
	82% { opacity: 0; }
	86% { opacity: 1; }
	88.6% { opacity: 0.5; }
	90.2% { opacity: 0; }
	91.8% { opacity: 1; }
	92.7% { opacity: 0; }
	93.5% { opacity: 1; }
	96.8% { opacity: 0; }
	97.6% { opacity: 1; }
	99.2% { opacity: 0; }
	100% { opacity: 1; }
}

.circle-14 {
	width: 100px; height: 100px;
	transform: translate(-50%, -50%);
	animation: circle13AnimationSize 4s -0.15s cubic-bezier(1, 0, 1, 1) infinite,
						 circle14AnimationView 4s ease infinite;
}
	.circle-14::before {
		width: 70px; height: 70px;
		border-radius: 50%;
		border: 1px solid rgba(251, 251, 251, 0.5);
		transform: translate(-50%, -50%);
	}
	.circle-14::after {
		width: 95px; height: 95px;
		border-radius: 50%;
		border: 1px solid rgba(251, 251, 251, 0.3);
		transform: translate(-50%, -50%);
	}

@keyframes circle14AnimationView {
	/* подвигать */
	0% { opacity: 1; }
	2.5% { opacity: 0.5; }
	5.7% { opacity: 1; }
	6.6% { opacity: 0.5; }
	7.4% { opacity: 1; }
	8.2% { opacity: 0.5; }
	9.8% { opacity: 1; }
	10.7% { opacity: 0.5; }
	11.5%, 14% { opacity: 1; }
	14.8% { opacity: 0.5; }
	15.6% { opacity: 1; }
	18% { opacity: 0.5; }
	18.9% { opacity: 1; }
	20.5% { opacity: 0.5; }
	21.3% { opacity: 1; }
	22.1% { opacity: 0.5; }
	23.8% { opacity: 1; }
	24.6% { opacity: 0.5; }
	25.4% { opacity: 1; }
	27.9% { opacity: 0.5; }
	28.7%, 32% { opacity: 1; }
	38% { opacity: 0; }
	82% { opacity: 0; }
	86% { opacity: 1; }
	88.6% { opacity: 0.5; }
	90.2% { opacity: 0; }
	91.8% { opacity: 1; }
	92.7% { opacity: 0; }
	93.5% { opacity: 1; }
	96.8% { opacity: 0; }
	97.6% { opacity: 1; }
	99.2% { opacity: 0; }
	100% { opacity: 1; }
}


.glitch {
	width: 2px; height: 2px;
	box-shadow: -21px -75px #8AC7ED, -16px -78px #8AC7ED, -8px -78px #8AC7ED, -5px -77px #8AC7ED, -2px -79px #8AC7ED, 10px -79px #8AC7ED, 25px -73px #8AC7ED, 41px -71px #8AC7ED, 44px -68px #8AC7ED, -26px -72px #8AC7ED, -45px -62px #8AC7ED, -65px -57px #8AC7ED, 59px -49px #8AC7ED, 67px -52px #8AC7ED, 37px -69px #8AC7ED, 43px -62px #8AC7ED, 39px -62px #8AC7ED, 17px -71px #8AC7ED, 28px -67px #8AC7ED, 65px -32px #8AC7ED, 73px -24px #8AC7ED, 67px -25px #8AC7ED, 76px -14px #8AC7ED, 70px -18px #8AC7ED, 82px 21px #8AC7ED, 79px 20px #8AC7ED, 72px 15px #8AC7ED, 55px 45px #8AC7ED, 48px 51px #8AC7ED, 43px 58px #8AC7ED, 37px 57px #8AC7ED, 36px 63px #8AC7ED, 32px 76px #8AC7ED, 35px 70px #8AC7ED, 25px 71px #8AC7ED, 20px 75px #8AC7ED, 5px 70px #8AC7ED, 7px 75px #8AC7ED, -5px 79px #8AC7ED, 3px 78px #8AC7ED, -1px 77px #8AC7ED, -13px 78px #8AC7ED, -15px 82px #8AC7ED, -20px 76px #8AC7ED, -18px 78px #8AC7ED, -17px 75px #8AC7ED, -22px 72px #8AC7ED, -34px 72px #8AC7ED, -36px 69px #8AC7ED, -43px 74px #8AC7ED, -41px 72px #8AC7ED, -42px 69px #8AC7ED, -38px 66px #8AC7ED, -43px 63px #8AC7ED, -37px 61px #8AC7ED, -56px 66px #8AC7ED, -54px 61px #8AC7ED, -58px 54px #8AC7ED, -60px 41px #8AC7ED, -50px 56px #8AC7ED, -54px 57px #8AC7ED, -60px 52px #8AC7ED, -74px 35px #8AC7ED, -76px 18px #8AC7ED, -74px 25px #8AC7ED, -69px 23px #8AC7ED, -84px 13px #8AC7ED, -73px 3px #8AC7ED, -80px -1px #8AC7ED, -79px -4px #8AC7ED, -79px -7px #8AC7ED, -70px -11px #8AC7ED, -67px -23px #8AC7ED, -84px -13px #8AC7ED, -71px -42px #8AC7ED, -61px -49px #8AC7ED, -58px -43px #8AC7ED, -55px -50px #8AC7ED, -32px -72px #8AC7ED, -80px -30px #8AC7ED, -59px -20px #8AC7ED, -79px 12px #8AC7ED, -76px 1px #8AC7ED, 8px 57px #8AC7ED, 59px 36px #8AC7ED, 60px 46px #8AC7ED, 54px 59px #8AC7ED, 44px 52px #8AC7ED, -31px 20px #8AC7ED, -56px 2px #8AC7ED, 47px 35px #8AC7ED, 70px 6px #8AC7ED, 60px -2px #8AC7ED,
							-21px -75px 0 1px rgba(255, 255, 255, 0.1), -16px -78px 0 1px rgba(255, 255, 255, 0.1), -8px -78px 0 1px rgba(255, 255, 255, 0.1), -5px -77px 0 1px rgba(255, 255, 255, 0.1), -2px -79px 0 1px rgba(255, 255, 255, 0.1), 10px -79px 0 1px rgba(255, 255, 255, 0.1), 25px -73px 0 1px rgba(255, 255, 255, 0.1), 41px -71px 0 1px rgba(255, 255, 255, 0.1), 44px -68px 0 1px rgba(255, 255, 255, 0.1), -26px -72px 0 1px rgba(255, 255, 255, 0.1), -45px -62px 0 1px rgba(255, 255, 255, 0.1), -65px -57px 0 1px rgba(255, 255, 255, 0.1), 59px -49px 0 1px rgba(255, 255, 255, 0.1), 67px -52px 0 1px rgba(255, 255, 255, 0.1), 37px -69px 0 1px rgba(255, 255, 255, 0.1), 43px -62px 0 1px rgba(255, 255, 255, 0.1), 39px -62px 0 1px rgba(255, 255, 255, 0.1), 17px -71px 0 1px rgba(255, 255, 255, 0.1), 28px -67px 0 1px rgba(255, 255, 255, 0.1), 65px -32px 0 1px rgba(255, 255, 255, 0.1), 73px -24px 0 1px rgba(255, 255, 255, 0.1), 67px -25px 0 1px rgba(255, 255, 255, 0.1), 76px -14px 0 1px rgba(255, 255, 255, 0.1), 70px -18px 0 1px rgba(255, 255, 255, 0.1), 82px 21px 0 1px rgba(255, 255, 255, 0.1), 79px 20px 0 1px rgba(255, 255, 255, 0.1), 72px 15px 0 1px rgba(255, 255, 255, 0.1), 55px 45px 0 1px rgba(255, 255, 255, 0.1), 48px 51px 0 1px rgba(255, 255, 255, 0.1), 43px 58px 0 1px rgba(255, 255, 255, 0.1), 37px 57px 0 1px rgba(255, 255, 255, 0.1), 36px 63px 0 1px rgba(255, 255, 255, 0.1), 32px 76px 0 1px rgba(255, 255, 255, 0.1), 35px 70px 0 1px rgba(255, 255, 255, 0.1), 25px 71px 0 1px rgba(255, 255, 255, 0.1), 20px 75px 0 1px rgba(255, 255, 255, 0.1), 5px 70px 0 1px rgba(255, 255, 255, 0.1), 7px 75px 0 1px rgba(255, 255, 255, 0.1), -5px 79px 0 1px rgba(255, 255, 255, 0.1), 3px 78px 0 1px rgba(255, 255, 255, 0.1), -1px 77px 0 1px rgba(255, 255, 255, 0.1), -13px 78px 0 1px rgba(255, 255, 255, 0.1), -15px 82px 0 1px rgba(255, 255, 255, 0.1), -20px 76px 0 1px rgba(255, 255, 255, 0.1), -18px 78px 0 1px rgba(255, 255, 255, 0.1), -17px 75px 0 1px rgba(255, 255, 255, 0.1), -22px 72px 0 1px rgba(255, 255, 255, 0.1), -34px 72px 0 1px rgba(255, 255, 255, 0.1), -36px 69px 0 1px rgba(255, 255, 255, 0.1), -43px 74px 0 1px rgba(255, 255, 255, 0.1), -41px 72px 0 1px rgba(255, 255, 255, 0.1), -42px 69px 0 1px rgba(255, 255, 255, 0.1), -38px 66px 0 1px rgba(255, 255, 255, 0.1), -43px 63px 0 1px rgba(255, 255, 255, 0.1), -37px 61px 0 1px rgba(255, 255, 255, 0.1), -56px 66px 0 1px rgba(255, 255, 255, 0.1), -54px 61px 0 1px rgba(255, 255, 255, 0.1), -58px 54px 0 1px rgba(255, 255, 255, 0.1), -60px 41px 0 1px rgba(255, 255, 255, 0.1), -50px 56px 0 1px rgba(255, 255, 255, 0.1), -54px 57px 0 1px rgba(255, 255, 255, 0.1), -60px 52px 0 1px rgba(255, 255, 255, 0.1), -74px 35px 0 1px rgba(255, 255, 255, 0.1), -76px 18px 0 1px rgba(255, 255, 255, 0.1), -74px 25px 0 1px rgba(255, 255, 255, 0.1), -69px 23px 0 1px rgba(255, 255, 255, 0.1), -84px 13px 0 1px rgba(255, 255, 255, 0.1), -73px 3px 0 1px rgba(255, 255, 255, 0.1), -80px -1px 0 1px rgba(255, 255, 255, 0.1), -79px -4px 0 1px rgba(255, 255, 255, 0.1), -79px -7px 0 1px rgba(255, 255, 255, 0.1), -70px -11px 0 1px rgba(255, 255, 255, 0.1), -67px -23px 0 1px rgba(255, 255, 255, 0.1), -84px -13px 0 1px rgba(255, 255, 255, 0.1), -71px -42px 0 1px rgba(255, 255, 255, 0.1), -61px -49px 0 1px rgba(255, 255, 255, 0.1), -58px -43px 0 1px rgba(255, 255, 255, 0.1), -55px -50px 0 1px rgba(255, 255, 255, 0.1), -32px -72px 0 1px rgba(255, 255, 255, 0.1), -80px -30px 0 1px rgba(255, 255, 255, 0.1), -59px -20px 0 1px rgba(255, 255, 255, 0.1), -79px 12px 0 1px rgba(255, 255, 255, 0.1), -76px 1px 0 1px rgba(255, 255, 255, 0.1), 8px 57px 0 1px rgba(255, 255, 255, 0.1), 59px 36px 0 1px rgba(255, 255, 255, 0.1), 60px 46px 0 1px rgba(255, 255, 255, 0.1), 54px 59px 0 1px rgba(255, 255, 255, 0.1), 44px 52px 0 1px rgba(255, 255, 255, 0.1), -31px 20px 0 1px rgba(255, 255, 255, 0.1), -56px 2px 0 1px rgba(255, 255, 255, 0.1), 47px 35px 0 1px rgba(255, 255, 255, 0.1), 70px 6px 0 1px rgba(255, 255, 255, 0.1), 60px -2px 0 1px rgba(255, 255, 255, 0.1);
	filter: blur(1px);

	animation: glitchAnimationOpacity 4s cubic-bezier(1, 0, 1, 1) infinite,
						 glitchAnimationMove 4s cubic-bezier(1, 0, 1, 1) infinite,
						 glitchAnimationBright 4s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes glitchAnimationOpacity {
	0%, 30%, 96%, 100% { opacity: 1; }
	35%, 93% 					 { opacity: 0; }
}
@keyframes glitchAnimationMove {
	0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
	35%, 65% { transform: translate(-50%, -50%) rotate(4320deg); }
}
@keyframes glitchAnimationBright {
	0%, 100% { filter: blur(1px); }
	35%, 65% { filter: blur(1px) brightness(1.8); }
}


.fragment-1::before {
	width: 6px; height: 6px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	
	animation: fragment1BeforeAnimationMove 4s -0.15s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes fragment1BeforeAnimationMove {
	0%, 100% {
		transform: rotate(0deg) translate(71px, -181px);
		opacity: 1;
	}
	37% {
		transform: rotate(15deg) translate(71px, -181px);
		opacity: 1;
	}
	37.1%, 76.9% {
		opacity: 0;
	}
	77% {
		transform: rotate(-2deg) translate(71px, -181px);
		opacity: 1;
	}
	90% {
		transform: rotate(-9deg) translate(71px, -181px);
	}
}


.fragment-1::after {
	width: 6px; height: 6px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 2px;

	animation: fragment1AfterAnimationMove 4s -0.15s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes fragment1AfterAnimationMove {
	0%, 100% {
		transform: rotate(0deg) translate(285px, 48px);
		opacity: 1;
	}
	7% {
		transform: rotate(5deg) translate(285px, 48px);
	}
	22% {
		transform: rotate(-1deg) translate(285px, 48px);
	}
	40% {
		transform: rotate(-3deg) translate(285px, 48px);
		opacity: 1;
	}
	40.1%, 81.9% {
		opacity: 0;
	}
	82% {
		transform: rotate(-15deg) translate(285px, 48px);
		opacity: 1;
	}
}


.fragment-2::after {
	width: 6px; height: 6px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 2px;

	animation: fragment2AfterAnimationMove 4s -0.15s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes fragment2AfterAnimationMove {
	0%, 100% {
		transform: rotate(0deg) translate(-220px, 162px);
		opacity: 1;
	}
	46% {
		transform: rotate(-8deg) translate(-220px, 162px);
		opacity: 1;
	}
	46.1%, 97.9% {
		opacity: 0;
	}
	98% {
		transform: rotate(2deg) translate(-220px, 162px);
		opacity: 1;
	}
}


.fragment-2::before {
	width: 6px; height: 6px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 2px;

	animation: fragment2BeforeAnimationMove 4s -0.15s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes fragment2BeforeAnimationMove {
	0%, 100% {
		transform: rotate(0deg) translate(284px, 111px);
		opacity: 1;
	}
	2% {
		transform: rotate(2deg) translate(284px, 111px);
	}
	9% {
		transform: rotate(-5deg) translate(284px, 111px);
	}
	15%, 22% {
		transform: rotate(-3deg) translate(284px, 111px);
	}
	27% {
		transform: rotate(-2deg) translate(284px, 111px);
		opacity: 1;
	}
	38.9% {
		transform: rotate(-9deg) translate(284px, 111px);
	}
	39%, 76.9% {
		opacity: 0;
	}
	77% {
		transform: rotate(-9deg) translate(284px, 111px);
		opacity: 1;
	}
}


.fragment-3::after {
	width: 6px; height: 6px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;

	animation: fragment3AfterAnimationMove 4s -0.15s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes fragment3AfterAnimationMove {
	0%, 4.9%, 65.1%, 100% {
		opacity: 0;
	}
	5% {
		transform: rotate(0deg) translate(183px, 198px);
		opacity: 1;
	}
	16% {
		transform: rotate(-9deg) translate(284px, 111px);
		opacity: 1;
	}
	16.1%, 60.9% {
		opacity: 0;
	}
	61% {
		transform: rotate(5deg) translate(284px, 111px);
		opacity: 1;
	}
	65% {
		transform: rotate(10deg) translate(284px, 111px);
		opacity: 1;
	}
}


.fragment-3::before {
	width: 6px; height: 6px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;

	animation: fragment3BeforeAnimationMove 4s -0.15s cubic-bezier(1, 0, 1, 1) infinite;
}
@keyframes fragment3BeforeAnimationMove {
	0%, 100% {
		transform: rotate(0deg) translate(-253px, -126px);
		opacity: 1;
	}
	22% {
		transform: rotate(25deg) translate(-253px, -126px);
		opacity: 1;
	}
	22.1%, 95.9% {
		opacity: 0;
	}
	96% {
		transform: rotate(-5deg) translate(-253px, -126px);
		opacity: 1;
	}
}

#ShowHideNames {
	display: inline-block;	
}

#drcontainer { 
	border-style: solid;
	border-color: lightgray;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
} 

#searchbox { 
	flex-grow: 1;
	flex-basis: 25%;	
	border-right: 2.5px solid lightgrey;
	font-size: 12px;
} 

#searchbox2 { 
	flex-grow: 3;
	flex-basis: 20%;	
	border-right: 2.5px solid lightgrey;
	font-size: 12px;
} 

#labelbox { 
	flex-grow: 1;	
	font-size: 12px;
	padding-left: 2px;
} 

.qtag_labels {
	border: none;
}

