html,
body {
	height: 100%;
	margin: 0;
	background-color: #000;
}
html,
button,
input,
select,
textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ul {
	font-size: 30px;
	list-style: none;
}
li {
	margin-bottom: .5em;
}
.closed {
	position: absolute;
	right: -200px;
	top: 25px;
	width: 300px;
	height: 800px;
	backgorund-color: #333;
	transition: all 0.5s ease;
}
.opened {
	right: 0px;
	backgorund-color: #1da4ef;
}
#tab {
	position: absolute;
	right: -50;
	top: 0px;
	width: 50px;
	height: 50px;
	border-radius: 0px 0px 10px 0px;
	backgorund-color: #1da4ef;
	cursor: pointer;
	box-sizing: border-box;
	padding-top: 1rem;
	padding-left: 6px;
}
.lines {
	width: 80%;
	color: #fff;
	border-bottom: 3px solid;
	margin-bottom: 5px;
	border-radius: 3px;
}
.geometric {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
img {
	max-width: 100%;
}
.flex {
	display: flex;
}
.container {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.card {
	background color: #fff;
	padding: 2em;
	overflow: hidden;
	position: relative;
}
.hidden {
	display: none;
}
.blog {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.gallery {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	transition: none;
}

.headset {
	font-family: 'Orbitron', sans-serif;
    color: #ef503a;
	font-size: 18px;
}
.cloud {
	font-family: 'Orbitron', sans-serif;
    color: #47529d;
	font-size: 18px;
}
.mp3 {
	font-family: 'Orbitron', sans-serif;
    color: #7651c5;
	font-size: 18px;
}
.files {
	font-family: 'Orbitron', sans-serif;
    color: #c55bb6;
	font-size: 18px;
}

figure {
	flex: 0 0 auto;
	width: 50%;
	margin: 0px ;
	position: relative;
	overflow: hidden;
}
figure img {
	display: block;
	max-width: 100%;
	transition: all 0.6s;
}
figcaption {
	position: absolute;
	background-color: rgba(0,0,0,0,7);
	color: white;
	padding: 10px 20px;
	opacity: 0;
	bottom: 5%;
	left: -100%;
	transform: all 0.4s;
}
figcaption > h1 {
	color: #def81d;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}
figcaption > h1 > span {
	display: block;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-top: -5px;
}
figure:hover figcaption {
	opacity: 1;
	top: 45%;
	left: 30%;
	transition: all 0.2s;
}
figure:hover img {
	transform: scale(1,1);
	opacity: 0.1;
	transition: all 0.2s;
	background-color: #000;
}
#fcf-form {
    display:block;
	max-width: 100%;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #1b171b;
    padding: 100px;
    padding-bottom: 0px;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 3rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
}

.fcf-form-control {
    display: block;
    width: 80%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 1rem;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #ff9a36;
    border-color: #ff9a36;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #634ed0;
    border-color: #634ed0;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #634ed0;
    border-color: #634ed0;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 37%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}
.geometric {
	max-width: 100%;
	background-position: center;
}
.geometric2 {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.geometric3 {
	max-width: 37.2%;
	float: right;
}

{
  font-family: 'Orbitron', sans-serif;
  color: #ff9a36;
}
.text-blk{
  font-family: 'Orbitron', sans-serif;
  color: #ff9a36;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
  line-height:25px;
}
.responsive-container-block{
  min-height:75px;
  height:fit-content;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  margin-top:0px;
  margin-right:auto;
  margin-bottom:0px;
  margin-left:auto;
  justify-content:flex-start;
}
.container-block{
  min-height:75px;
  height:fit-content;
  width:100%;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  display:block;
}
.responsive-cell-block{
  min-height:75px;
}
.container{
  max-width:1380px;
  margin-top:80px;
  margin-right:auto;
  margin-bottom:80px;
  margin-left:auto;
  padding-top:0px;
  padding-right:30px;
  padding-bottom:0px;
  padding-left:30px;
}
.team-head-text{
  font-size:48px;
  line-height:50px;
  font-weight:900;
  text-align:center;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:70px;
  margin-left:0px;
}
.name{
  font-size:18px;
  margin-top:11px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
  font-weight:700;
}
.position{
  color: #fff;
  margin-top:5px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
}
.team-card-container{
  width:263px;
  margin-top:0px;
  margin-right:15px;
  margin-bottom:30px;
  margin-left:15px;
}
.teamcard-container{
  justify-content:space-evenly;
}
.team-img-wrapper{
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  border-bottom-left-radius:6px;
}
.team-img{
  max-width:100%;
}
@media (max-width: 500px){
  .team-card-container{
    margin-top:0px;
    margin-right:0px;
    margin-bottom:30px;
    margin-left:0px;
    width:100%;
  }
  .team-img{
    width:100%;
  }
}  

.recentNews {
    background-color: rgb(20, 117, 175)  
}
.recentNews .news-title {
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    font-family: 'Orbitron', sans-serif;
    font-size:30px;
    font-weight:bold;
    color: #fff;
}
.recentNews .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.recentNews .ct-news {
    margin-bottom: 30px;
}
.ct-news .inner {
    background-color: #FFF;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 100%;
}
.ct-news .inner:hover {
    background-color: #e6e6e6;
}
.ct-news .fauxcrop {
    height: 300px;
    overflow: hidden;
}
.ct-news .fauxcrop img {
    width: 100%;
}
.ct-news-content {
    display: table;
    padding: 30px 0 28px;
}
.ct-news-content .ct-news-date {
    border-right: 1px solid #95A5A6;
    display: table-cell;
    font-family: 'Roboto', sans-serif;
    padding: 0px 18px 0px 15px;
    text-align: center;
}
.ct-news-content .ct-news-date span {
    font-family: 'Orbitron', sans-serif;
    color: #ff9a36;
	font-size: 22px;
    display: block;
    line-height: 1;
}
.ct-news-content .ct-news-date strong {
	font-family: 'Orbitron', sans-serif;
    color: #ff9a36;
    font-size: 22px;
}
.ct-news-content .ct-news-header {
    font-family: 'Roboto', sans-serif;
	color: #fff;
    font-weight: bold;
    display: table-cell;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding: 0 20px;
    vertical-align: top;
}
.btn-news {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}
.btn-news.btn-contests a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    transition: all 0.2s ease-in-out 0s;
}
.btn-news.btn-contests a:hover {
    color: #fff;
}