* {
	margin:0;
	padding:0;
}

html {
	scroll-behavior:smooth;
}

::-webkit-scrollbar {
	width:10px;
	background:#fff;
}

::-webkit-scrollbar-thumb {
	background:#FFD700;
	border-radius:10px;
}

_::-webkit-full-page-media, _:future, :root nav ul li {
  padding-right: 3em;
}

body {
	font-family:'Raleway', sans-serif !important;
	background:#eee !important;
	line-height:normal;
	box-sizing:content-box;
}

header {
	width:100%;
	height:100px;
	background:#fff;
	text-transform:uppercase !important;
	text-decoration:none;
	list-style:none;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	box-shadow: 0vh 0vh 25px #000000;
	text-align:center !important;
}


.logo {
	color:#333;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	margin-left:2em;
	font-weight:800 !important;
	font-size:2vw;
	transition: color 0.1s ease-in-out, transform 0.1s ease-in-out;
	/*font-family: 'Volkhov', serif; */
	/*font-style: italic;*/
}

.logo:hover {
	transform:scale(1.1) translateY(-50%);
	color:#FFD700;
	transition: color 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.nav-toggle {
	position:absolute;
	top:0;
	z-index:15;
	right:0;
	margin-right:3em;
	align-items:center;
	height:100%;
	width:5vw;
	opacity:0;
	display:none;
}

.hamburger {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 14;
	display: none;
	margin-right:3em;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}

.bar::before,
.bar::after,
.bar {
	width: 5vw;
	height:3px;
	background:#000;
}

.bar {
	position:relative;
	display:block;
}

.bar::before,
.bar::after {
	content:'';
	position:absolute;
	left:0;
	transition:all 0.3s ease-in-out;
}

.bar::after {
   transition:all 0.3s ease-in-out;
}

.bar::before {
	top:10px;
}

.bar::after {
	bottom:10px;
}

.nav-toggle:checked + .hamburger {
	transform: rotate(45deg);
	transform-origin:middle;
	transition:all 0.3s ease-in-out;
}

.nav-toggle:checked + .hamburger .bar::before,
.nav-toggle:checked + .hamburger .bar::after {
	top: 0;
	transform-origin:middle;
	transform: rotate(90deg);
	transition: transform 0.3s ease-in-out;
}

.nav-toggle:checked + .hamburger .bar::after {
	opacity:0;
	transition:opacity 0.3s ease-in-out;
}

.nav-toggle:checked ~ nav {
	display:block;
	font-size:4vw;
	transform:scale(1,1);
	transition: transform 0.5s ease-in-out;
}

.nav-toggle:checked ~ nav a {
	color:#000;
	opacity:1;
	transition:color 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
}

.nav-toggle:checked ~ nav a:hover {
	color: #FFD700;
	transition:color 0.2s ease-in-out;
}


.nav {
	width:100%;
	height:100%;
}

.nav-list {
	display:flex !important;
	height:100% !important;
	gap:3em !important;
	margin-left:13em !important;
	text-decoration:none !important;
	list-style:none;
	align-items:center !important;
	color:#000 !important;
	margin-top: 0;
	margin-bottom: 0;
}

.nav-link {
	color:#000;
	text-decoration:none;
	font-weight:700;
	transition:color 0.2s ease-in-out;
}

.nav-link:hover {
	color:#FFD700;
	transition:color 0.2s ease-in-out;
}

.mobile {
	display:none;
}

.title h1,
.text-only h1,
.title-2 h1,
.text-and-image h1 {
	color:#FFD700;
	padding-left:17vw;
	font-size:6vw;
	font-weight:900;
	text-transform:uppercase;
}

.text-and-image h4 {
	color:#26ab59;
	padding-left:0vw;
	font-size:4.5vw;
	font-weight:1000;
	text-transform:uppercase;
}

.title-2 h1 {
	color: #FFD700;
}

.title h2,
.title-2 h2{
	padding-left:17vw;
	font-size:2.5vw;
	padding-top:1vh;
	text-transform:uppercase;
	font-weight:700;
}

.title table {
	width:90%;
}

.title tr {
	width:100%;
}

.title td {
	width:50%;
}

.title img {
	width:100%;
}

.title a,
.title-2 a {
	position:absolute;
	top:80%;
	left:50%;
	transform:translate(-50%, -50%);
	transition:top 0.2s ease-in-out;
}

.title a:hover,
.title-2 a:hover {
	top:81%;
	transition:top 0.2s ease-in-out;
}

.text-only {
	text-align:center;
	width:100%;
	height:100vh;
	color:#333;
	display:flex;
	flex-direction:column;
	gap:3vh;
	justify-content:center;
	align-items:center;
	z-index:3;
}

.text-only h1,
.text-and-image h1 {
	font-weight:800;
	padding-left:0;
	font-size:5vw;
}

.text-only p,
.text-and-image p {
	font-size:1.25vw;
	line-height:1.5;
	width:80%;
	font-weight:500;
}

.title-2 {
	width:100%;
	height:100vh;
	display:flex;
	margin:0;
	flex-direction:column;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	z-index:2;
	color:#fff;
	background-image: "network";
	align-items:center;
	justify-content:center;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
}

.title-2 h1, .title-2 h2 {
	color:#FFD700;
	padding-left:0;
}

.title-2 a {
	top:70%;
}

.title-2 a:hover {
	top:71%;
}

.text-and-image {
	text-align: center;
	width:100%;
	height:100vh;
	background:#eee;
	color:#333;
	margin:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

/*about page */

.about {
	text-align: center;
	width:100%;
	height:60vh;
	padding-top:0vh;
	background:#eee;
	color:#333;
	margin:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.about h1 {
	font-weight:800;
	padding-left:0;
	font-size:5vw;
}

.about p {
	font-size:1.75vw;
	line-height:1.5;
	width:80%;
	font-weight:500;
}

.about table {
	width:80%;
	padding-top:5vh;
}

.about tr {
	width:100%;
}

.about td {
	width:50%;
}

.about img {
	width:90%;
	margin-left:5%;
}

.about p {
	width:100%;
	padding-bottom:5vh;
	padding-top:5vh;
}

.about a {
	font-family:sans-serif;
	text-transform:uppercase;
	font-weight:700;
	padding:1vh 2vw;
	border: 3px solid #FFD700;
	text-decoration: none;
	font-size:1.5vw;
	color:#FFD700;
	transition:background 0.2s ease-in-out, color 0.2s ease-in;
}

.about a:hover {
	color:#fff;
	background:#FFD700;
	transition:background 0.2s ease-in-out, color 0.2s ease-in;
}

.about a {
	border-radius:3vw;
	padding:1.5vh 2vw;
}

.about td {
	display:table-cell;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.about h1 {
	padding-left:0;
	color:#FFD700;
}


/*about page */

.text-and-image table {
	width:80%;
	padding-top:5vh;
}

.text-and-image tr {
	width:100%;
}

.text-and-image td {
	width:50%;
}

.text-and-image img {
	width:90%;
	margin-left:5%;
}

.text-and-image p {
	width:100%;
	padding-bottom:5vh;
}

.text-and-image a,
.text-only a {
	font-family:sans-serif;
	text-transform:uppercase;
	font-weight:700;
	padding:1vh 2vw;
	border: 3px solid #FFD700;
	text-decoration: none;
	font-size:1.5vw;
	color:#FFD700;
	transition:background 0.2s ease-in-out, color 0.2s ease-in;
}

.text-and-image a:hover,
.text-only a:hover {
	color:#fff;
	background:#FFD700;
	transition:background 0.2s ease-in-out, color 0.2s ease-in;
}

.text-only a {
	border-radius:3vw;
	padding:1.5vh 2vw;
}

.text-and-image td {
	display:table-cell;
	flex-direction:column;
	align-items:center;
	justify-content:center;

}

.text-and-image h1 {
	padding-left:0;
}

.footer {
	width:100%;
	height:5vh;
	color:#FFD700;
	/*background-color: #eee;*/
	background-image: url("network.jpg");
	font-size:1vh;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:-1.5vh;
}

.footer p {
	width:100%;
	font-size:3vh;
	text-transform:uppercase;
	font-weight: 700;
}

.toi {
	/* position: absolute; */
	justify-content: center;
	align-items: center;
	background-image: url("Wolf.png");
	background-size: contain;
	height: 411px;
	width: 511px;
	margin: auto;
	background-repeat: no-repeat; 
	background-position: center;
}

.toi2 {
	/* position: absolute; */
	justify-content: center;
	align-items: center;
	background-image: url("d.png");
	background-size: contain;
	height: 411px;
	width: 511px;
	margin: auto;
	background-repeat: no-repeat; 
	background-position: center;
}

.toi td {   
	display: flex; 
	justify-content: center;
	max-width: 511px;
}

.toi2 td {   
	display: flex; 
	justify-content: center;
	max-width: 511px;
}

.left, 
.right {
width: 50%;
display: block; 
}


.toi h2 {
	text-align: center;
	color: #FFD700;
	font-size: 4.00vh!important;
	justify-content: center;
	position: relative;
	/* max-width: 532px!important; */
	/* max-height: 411px!important; */
	/* padding-top: 165px; */
	padding-bottom: : 130px;
	/* padding-right: 30px; */
	font-family: sans-serif;
}



/*------ MOBILE STYLES --*/

@media screen and (max-width: 900px) {
	::-webkit-scrollbar {
		width:0px;
		background:#eee;
	}
	header {
		height:100px;
	}


	.nav-toggle {
		display:block;
	}
	.nav {
		width:100%;
		height:100vh;
		background:#fff;
		transform:scale(1,0);
		transform-origin:bottom;
		display:block;
		transition: transform 0.5s ease-in-out 0.2s;
	}

	.nav-list {
		display:flex;
		flex-direction:column;
		justify-content:center;
		width:100%;
		font-size:4vw;
		margin-left:0;
		gap:3em;
		text-decoration:none;
		color:#000;
	}

	.nav-link {
		text-decoration:none;
		color:#000;
		opacity:0;
		transition: opacity 0.3s ease-in-out;
	}

	.hamburger {
		display:flex;
	}

	.nav-desktop {
		display:none;
	}

	.logo {
		z-index:20;
	}

	/*.desktop {
		display:none;
	}*/

.footer {
	width:100%;
	height:10vh;
	color:#FFD700;
	/*background-color: #eee;*/
	font-size:1vh!important;
	background-image: url("network.jpg");
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
}

	.mobile {
		display:table;
		padding-top:10vh;
	}

	p {
		font-size:3vw!important;
		text-align:center;
		padding-bottom:3vh;
	}

	.title {
		text-align:center;
	}

	.title h1 {
		padding-left:0;
	}

	.title h2 {
		padding-left:0;
	}

	.title img {
		width:80%;
	}

	/*.text-only p {
		font-size:2vw;
	}*/

	.footer {
		font-size:1vh;
	}

	.text-and-image tr {
		width:100%;
	}

	.text-and-image td {
		width:100%;
		display:flex;
	}

	.text-and-image a {
		font-size:2.5vw;
		margin-bottom:3vh;
	}

	.text-only a {
		font-size:2.5vw;
		border-radius:5vw;
		padding:1.5vh 3vw;
	}

	.text-and-image img {
		margin-left:0;
		width:70%;
	}

	.left, .right{
	width: 100%;
	display: block; 
	}


	.right.toi{   
	display: flex; 
	max-width: 511px;
	background-color: green;
	}

	.toi {
	position: absolute;
	justify-content: center;
	align-items: center;
	background-image: url("network2.png");
	background-size: contain;
	height: 311px;
	width: auto;
	margin: auto;
	font-size: 2.75vh;
	background-repeat: no-repeat;
	}
	
	.toi h2 {	
	text-align: center;
	color: #FFD700;
	font-size: 2.00vh!important;
	justify-content: center;
	position: center;
	}

	.toi td {   
	display: flex; 
	max-width: 511px;
	}

	.text-and-image {
	display: block;
	font-size: 4vh;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	}
}

/*------ END OF MOBILE STYLES --*/


@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
	and (-webkit-min-device-pixel-ratio: 2)
   { 
}


.noscroll {
    overflow: hidden;
}



.slide-out-top {
    -webkit-animation: slide-out-top 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 5s both;
            animation: slide-out-top 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) 5s both;
}

.slide-in-top {
	-webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s reverse both;
	        animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s reverse both;

	background: white;
	height: 100vh;
	width: 100%;
	z-index: 3;
	color: black;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	overflow: hidden;
	font-size: 4vw;
	font-weight: 900;
}

.hiddenslidein {
	-webkit-animation: slide-in-top 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s reverse both;
	        animation: slide-in-top 0s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s reverse both;

	background: white;
	height: 100vh;
	width: 100%;
	z-index: 3;
	color: black;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	overflow: hidden;
	font-size: 4vw;
	font-weight: 900;
	visibility: hidden;
}


.imageico {
	justify-content: center;
	padding: 0;
	align-items: center;
	width: 100%

}


.Main img {
	justify-content: center;
	align-items: center;
	
	border-radius: 100px;
}




/* ----------------------------------------------
 * Generated by Animista on 2020-10-15 12:19:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}



/* Vivus animation */
.svganim{z-index: 5; position: absolute; padding-top: 1.5em; padding-right: 2.5em; width: 100vh; height: 100vh; justify-content: center; align-items: center;}
.dMMMlFEr_0{stroke-dasharray:1339 1341;stroke-dashoffset:1340;animation:dMMMlFEr_draw 2500ms ease-in-out 0ms forwards;}
@keyframes dMMMlFEr_draw{100%{stroke-dashoffset:0;}}
@keyframes dMMMlFEr_draw{0%{stroke-opacity:1;}94.44444444444444%{stroke-opacity:1;}100%{stroke-opacity:0;}}

.stopscroll {
	height: 100%;
	overflow: hidden; 
}