﻿.bg-grn {
background-color:#00FF00;
}
.bg-blue {
background-color:#0000FF;
}
.bg-cyan {
background-color:#00FFFF;
}
.bg-mag {
background-color:#FF00FF;
}

.bg-red {
background-color:#db241c;
}
.bg-gray {
background-color:#444950;
}
.bg-yel {
background-color:#e1d214;
}

html,
body {
	margin: 0;
	font-size: 100%;
	background: #fff;
	font-family: Calibri, "Calibri Light", Arial, "Arial Narrow";
	scroll-behavior: smooth;
  	line-height: 1.5;	
}
body a {
	text-decoratio: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
input[type=button], input[type=submit], input[type=text], input[type=email], input[type=search] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: Calibri, "Calibri Light", Arial, "Arial Narrow";
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color:#444950;
	font-weight: 400;
}

a {
	font-size: 1em;
	color: #333;
	text-decoration:underline;
	font-weight:600;
}
a:hover {
	color: #f00;
}

p {
	font-size: 1em;
	color: #444950;
}
ul {
	margin: 0;
	padding: 0;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0px;
  margin-left: -0px;
}


header {
	position: fixed;
	z-index: 9;
	width: 100%;
	height: auto;
	background-color: #444950;
	border-bottom: #e1d214 1px solid;
	padding:10px 0;
}

.toggle, [id^=drop] {
	display: none;
	
}
nav {
	margin: 0;
	padding: 0;
	
}
#logo a {
	float: left;
	display: initial;
	margin: 0;
	color: #e1d214;
	font-size: 2em;
	font-weight: 600;
}
#logo a:hover {
	color: #f8f8f8;
}
#logo a span {
	color: #fff;
}

/*  */
.logo {
  position: relative;
  top: 0;
  right: 10px;
}
.logo img, .logo embed {
  float: left;
}

.logo h1 {
  position: relative;
  top: 18px;
  left: 10px;
}

/* */

.hidden {
color:#444950;
padding:0;
  cursor:pointer;
   text-decoration: underline;
	font-weight: 600;
	border:0;
	background:none;	
}
.hidden:hover {
  text-decoration: underline;
   color:#f00;
}


/** **/

nav:after {
	content: "";
	display: table;
	clear: both;
}
nav ul {
	float: right;
	padding: 0;
	list-style: none;
	position: relative;
	margin-top: 10px;
	
}
nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
}
nav a {
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding-left: 0;
	padding-right: 0;
	padding: 10px 0;
	font-family: Calibri, "Calibri Light", Arial, "Arial Narrow";
	text-transform: uppercase;
	line-height: 1;
	text-decoration:none;
}
nav ul li ul li:hover {
	background: #f8f8f8;
}
nav a:hover {
	color: #e1d214;
}
.menu li {
	color: #fff;
	cursor: pointer;
	
}
.menu li:hover {
	color: #e1d214;
}

.menu li.active a {
	color: #e1d214;

}
nav ul ul {
	display: none;
	position: absolute;
	top: 20px;
	backgroun: rgba(255, 0, 0, 0.9);
	backgroun: rgba(219, 36, 28, 0.9);
	background:#444950;
	padding: 10px;
	
}
nav ul li:hover > ul {
	display: inherit;
}
nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}
nav ul ul li a:hover {
	color: #333;
}
nav ul ul li a {
	color: #fff;
	padding: 5px 10px;
	display: block;
	
}
nav ul ul ul li {
	position: relative;
	top: -60px;
	left: 170px;
}

li > a:only-child:after {
	content: '';
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f2f2f2;
  border-radius: 0.25rem;
}
.breadcrumb-item {
	font-size: 0.9em;
	letter-spacing: 1px;
}

.breadcrumb-item a {
	color: #999;
}
.breadcrumb-item a:hover {
	text-decoration:underline;
}

.breadcrumb-item.active {
	color: #444950;
}

/*  */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f2f2f2;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #444950;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #444950;
}


/*-- media queries --*/
@media (min-width: 568px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media (min-width: 800px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 991px) {
  .container {
    max-width: 942px;
  }
}
@media (min-width: 992p) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 973px;
  }
}

@media (min-width: 1200p) {
  .container {
    max-width: 1140px;
  }
    details[open] div p {
	font-size: .94e;
}

}
@media (min-width: 1440px) {
  .container {
    max-width: 1368px;
  }
}
/*-- //media queries --*/

/*-- responsive --*/

@media all and (max-width: 991px) {

header {
	padding:5px 0;
}

#logo {
	display: block;
	padding: 0;
	width: 100%;
	text-align: center;
	float: none;
}
.logo {
  position: relative;
  top: 5px;
  left: 0;
}
nav {
	margin: 0;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	margin-top:4px;
	display: block;
	padding: 20px 6px;
	font-size: 18px;
	text-decoration: none;
	border: none;
	float: right;
	background-color: #e1d214;
	color: #444950;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 400;
	border-radius:4px;
}
.menu .toggle {
	float: right;
	text-align: right;
	margin: auto;
	width: 50%;
	padding: 5px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
}
.toggle:hover {
	color: #333;
	background-color: #e1d214;
}
[id^=drop]:checked + ul {
	margin-top: -.5em;
	margin-left: 60%;
	display: block;
	background: rgba(0, 0, 0, 0.01);
	padding: 10px;
	text-align: right;
	float: right;
}
nav ul li {
	display: block;
	width: 100%;
	padding: 5px 0;
}
nav ul ul .toggle, nav ul ul a {
	padding: 0 40px;
}
nav ul ul ul a {
	padding: 0 80px;
}
nav a:hover, nav ul ul ul a {
	background-color: transparent;
}
nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
	padding: 14px 20px;
	color: #fff;
	font-size: 17px;
}
nav ul li ul li .toggle, nav ul ul a {
	background: inherit;
}
nav ul ul {
	float: none;
	position: static;
	color: #fff;
}
nav ul ul li:hover > ul, nav ul li:hover > ul {
	display: none;
}
nav ul ul li {
	display: block;
	width: 100%;
	padding: 0 10px;
}
nav ul ul ul li {
	position: static;
}
nav ul ul li a {
	color: #ff0;
	font-size: 0.85em;
}

}
@media all and (max-width: 2048px) {
[id^=drop]:checked + ul {
	width: 45%;
}
}
@media all and (max-width: 330px) {
nav ul li {
	display: block;
	width: 94%;
}
}


img:hove {
opacity:.9;
}

.fadein img {
opacity:0.9;
transition: 1s ease;
}

.fadein img:hover {
opacity:1;
transition: 1s ease;
}
/*
.hidden {
color:#444950;
padding:0;
  cursor:pointer;
   text-decoration: underline;
	font-weight: 600;
	border:0;
	background:none;	
}
.hidden:hover {
  text-decoration: underline;
   color:#f00;
}
*/

.color img, .color embed, .color-bw embed {
 cursor:pointe;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all .3s ease;
}

.color img:hover, .color embed:hover {
filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: .3s ease;
}
.color-bw img:hover, .color-bw embed:hover {
cursor: default;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all .3s ease;
}

hr {
  margi: -.5em 0;
   margin-top: -.6em;
  margin-bottom:.5em;
  border: 0;
 border-top: 1px solid rgba(0, 0, 0, 0.2);
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.videoWrapper iframe, .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	 border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	
}



	
.videoWrapper img {
border-radius:7px;
}
.header {
	min-height: 3em;
}
.header label {
	padding: 1.3e;
}

/*  */
 #myVideo {
	margin-to:90px;
            position: relative;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
			z-index: 1;
			width:100%;
        }

/*  */
/*
.banner {
	background: #444950 url(../images/banner.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 350px;
}
*/
.banner embed {
margin:0 auto;
 display: block;  
  position: relative;
  height:80%;
  top:5vmin;
  right:25vmin;
  
}
.error embed {
margin:0 auto;
 display: block;  
  position: relativ;
  width: auto;
  height: 100%;
  
}


/*
.banner-enlist {
	background-color:#db241c;
	position: relative;
}
.enlist {
	margin:0 auto;
	background: url(../images/banner-enlist.jpg) no-repeat center;
}
.enlist im {
  margin-left: auto;
  margin-right: auto;
  width:200px;
}

.enlist a {
	color: #999;
	background-color:#fff;
	padding:15px;
	border-radius: 2em;
	text-decoration:none;
}

.enlist a .fa-plus-right:before {
  content:"\f067";
  color:#999;
  -webkit-text-stroke: 1px white !important;
}
.enlist a .fa-plus-left:before {
  content:"\f067";
  color:#999;
  -webkit-text-stroke: 1px white !important;
}

.enlist a:hover {
	color: #db241c;
	background-color:#fff;
}


.enlist a:hover .fa-plus-right:after {
  content:"\f067";
  margin-left:-.77em;
  font-size:1.2e;
  color:#db241c;
   -webkit-text-stroke: 1px white !important;
}
.enlist a:hover .fa-plus-left:after {
  content:"\f067";
  margin-left:-.77em;
   font-size:1.2e;
  color:#db241c;
   -webkit-text-stroke: 1px white !important;
}
*/

/**
.banner-info {
	text-align: center;
	width: 100%;
	padding:1em 0;
}
.banner-info h1 {
padding-top:3%;
	font-size: 6em;
	letter-spacing: 5px;
	color: #e1d214;
	text-transform: uppercase;
}
.banner-info h1 span {
	font-size: .7em;
	font-weight: 100;
	color: #444;
	margin-top: -.3em;
	display: block;
}
**/

.marquee {
border-bottom:5px #eee solid;
}


#logo a label {
	margin-top: .3em;
	margin-left: .3em;
	display: block;
	color: #fff;
	font-size: 0.4em;
	font-weight: 100;
	text-transform: uppercase;
}
.banner-info h2 {
	color: rgba(255, 255, 255, 0.47);
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 9px;
}
.banner-info p {
	color: #f00;
	letter-spacing: 1px;
}


.img-effect img {
	padding: 10px;
	background: #f6f6f9;
}
.icon-scroll {
	position: absolute;
	bottom: -49%;
	left: 60%;
	width: 1em;
	height: 3.125em;
	transform: translateX(-50%) scale(2);
	z-index: 1;
}
.icon-arrows::after, .icon-arrows::before {
	content: '';
}
.icon-arrows span, .icon-arrows::after, .icon-arrows::before {
	display: block;
	width: 0.315em;
	height: 0.315em;
	border-right: 1px solid #d63031;
	border-bottom: 1px solid #d63031;
	margin: 0 0 0.125em 0.315em;
	transform: rotate(45deg);
	animation: mouse-scroll 1s infinite;
	animation-direction: alternate;
}
.icon-arrows::before {
	margin-top: 0.315em;
	animation-delay: .1s;
}
.icon-scroll span {
	animation-delay: .2s;
}
.icon-arrows::after {
	animation-delay: .3s;
}
.icon-scroll .mouse {
	height: 1.375em;
	width: .875em;
	border: 1px solid #d63031;
	border-radius: 2em;
}
.icon-scroll .wheel {
	position: relative;
	display: block;
	height: 0.1875em;
	width: 0.1875em;
	margin: 0.1875em auto 0;
	background: #d63031;
	animation: mouse-wheel 1.2s ease infinite;
	border-radius: 50%;
}
@keyframes mouse-wheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(.375em);
    }
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}


popup {
	color: #444950;
	font-weight:500;
	border: 0px solid #888;
	line-height:0;
	letter-spacing:0;
	text-decoration: underline;
}

popup:hover {
	color: #db241c;
	text-decoration: underline;
	cursor: pointer !important;
}
.popup .close {
	position: absolute;
	top: 25px;
	right: 25px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.popup h3 {
	margin-top: 0;
	color: #f00;
}

.popup .close {
	position: absolute;
	top: 5px;
	right: 15px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.popup .close:hover {
	color: #f00;
}
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 5vw;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
	}
.modal-content {
	font-size:1em;
	max-height: 100%;
	position: relative;
	margin: auto;
	padding: 0;
	border: none;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 0;
	
}
.modal-content img {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.modal-header {
	text-align: center;
	paddin: 8px 16px;
	background-color: #3d3d3d;
	border-radius: 0;
	border: 1px solid #3d3d3d;
}
.modal-body {
	padding: 2px 16px;
	background-color: #f8f8f8;
}
.modal h2,
.modal h3 {
	margin: 0 auto;
	color: #fff;
}
.modal h5, .modal h6 {
width:100%;
text-align:left;
}

.modal p {
	margin: 0 auto;
	font-size: ;
	line-height:;
	padding: 5p;
	text-align: left;
}
.modal-footer {
	paddin: 8px 16px;
	background-color: #3d3d3d;
	border: 1px solid #3d3d3d;
}
@-webkit-keyframes animatetop {
            from {
                top: -300px;
                opacity: 0
            }

            to {
                top: 0;
                opacity: 1
            }
        }
@keyframes animatetop {
            from {
                top: -300px;
                opacity: 0
            }

            to {
                top: 0;
                opacity: 1
            }
        }
.modal .close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin: -1rem;
}
.modal .close:hover, .modal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

h2 {
	font-size:2.5rem;
	letter-spacing: 2px;
	text-transform:;
	font-weight:100;
	text-align:center;
}
h2 span {
	color: #444950;
	font-weight: 600;
}

h3 {
font-size:2.25rem;
}
h3 span {
	color: #db241c;
	font-weight: 600;
}

h4 {
	font-size:1.75rem;
	color: #444950;
	font-weight: 400;
	text-align:center;
}
h4 span, h5 span {
	font-size: 1.2e;
	color: #db241c;
	font-weight: 600;
}
h5 {
	font-size:1.5rem;
	color: #444950;
	font-weight: 400;
}

h5.slogan {
font-size:2em;
margin:0 auto;
text-align:center;
font-weight:100;
}
h5.slogan span {
font-size:1.3em;
}
h6 {
font-size:1.25rem;
margin:0 auto;
text-align:center;
}
 small {
 color: #444950;
 font-size:.9em;
 font-weight:400;
 font-style:italic;
 }
ul.no-bullets {
margin-top:-1em;
font-size: 1.3em;
color: #444950;
  list-style-type: none;
  padding-left:1.5em;
  padding-bottom:1em;
  font-style:italic;
  }
ul.no-bullets li {
  padding:5px 0;
  }

.main {
	background: #fff;
}
.main h {
text-align:left;
}

.main p {
	font-size: 1.5em;
	line-height:1.5;
}
.main p span {
	font-weight:600;
}
.main a {
	color: #333;
	font-weight:600;
	border-bottom: 0px solid black;
	text-decoration: underline;
}
.main a:hover {
	color: #db241c;
	text-decoration:underline;
}

/*  */

details {
margin-top:-.7em;
}
details img {
width:10%;
}

summary {
width: auto;
	padding: 0 1rem;
	list-style: none;
	display: flex;
	justify-content: space-between;
	color: #777;
	border:#ddd solid 1px;
	border-left:#666 solid 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline:none;
}
summary h5 {
	font-size:1.3em;
	align-self: center !important;
}
.card summary img {
background-color:inherit;
box-shadow:none;
}
summary:hover {
	background-color: #eee;
	padding: 0 1rem;
	list-style: none;
	display: flex;
	justify-content: space-between;
	color: #444;
	
}
summary::-webkit-details-marker {
	display: none;
}
summary:after {
	content: "\002B";
	font-size:1.8em;
	color: #999;
	font-weight: bold;
}
details[open] summary {
	margin-bottom: .5em;
	background: #e5e5e5;
	color: #444;
}
details[open] summary:after {
	content: "\2212";
}

details[open] div {
	margin-top: -.6em;
	padding: .5em 0px;
	color: #666;
	border: 1px solid #ddd;
 	border-top: 0;
	border-left:#666 solid 2px;
	}
details[open] div p img {
width:40px;
line-height:40px;
}

details[open] div p {
	font-size: 1.2em;
	line-height:1.5;
}
details[open] div p span {
font-size:1em;
color:#f00;
font-weight:600;
-webkit-text-stroke: 1px #fff;
}

details[open] ul {
	list-style-type: none;
	line-height:1;
	
}
details[open] li {
font-size:1.2e;
color:#444950;
	font-weight:400;
	line-height:1.2;
	padding-bottom:10p;

}
details[open] .fa {
	font-size:.8em;
	font-weight:100;
	padding-top:5px;
}

/*  */

.resources {
	width:100%;
}
.resources span {
	font-size:.8em;
	font-weight: 600;
	color:#999;
vertical-align: text-top;
}

.resources p {

}
.resources p span {
	font-size:.9em;
color:#444950;
font-weight:600;
-webkit-text-stroke: 1px #fff;

}
.resources ul {
	list-style-type: none;
	color:#555;
}
.resources li {
font-size:1.2em;
	line-height:1;
	background-color:#ff0;
	
	
}
.resources .fa {
	font-size:1.2em;
	font-weight: 400;
	vertical-align: text-top;
	padding-left:2px;
}


.resources a {
	color:#999;
	font-weight: bold;
}
.resources a:hover {
	color: #444950;
}

.button-style {
	padding: 14px 40px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.25em;
	border: 1px solid #1f232b;
	background: #1f232b;
}
.services-box {
	margin-bottom: 0px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	padding: 3em 4em 3em 4em;
}
.services-box:hover {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.services-box:hover span {
	color: #fff;
}
.service-content {
	margin-left: 2em;
}
.service-content h4, .service-content h2 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	color: #d63031;
	letter-spacing: 2px;
	margin-bottom: 0.5em;
}
.service-txt h5 {
	text-transform: capitalize;
	font-size: 2.5em;
	color: #000;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 1.5;
}
.service-txt h5 span {
	background: #19adf2;
	font-weight: 600;
	color: #fff;
	padding: 0 4px;
}
.game {
	backgroun: #e1d214;
}
.game h3, .contact h3 {
color: #fff;
	font-weight: 100;
	
	
}
.game h3 span, .contact h3 span {
	text-align: center;
	color: #e1d214;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: left;
	text-transform:;
}

.divider {
	background: #fff url(../images/divider.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 10px;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
}

.banner-middle {
	background: #fff url(../images/banner-enlist.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 20p;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
}

.banner-middle p {
	color: #c9fdf3;
	line-height: 28px;
	width: 70%;
	margin: 20px auto;
}
.banner-middle li {
margin:0 auto;
width:10%;
display: block;
padding:10px 0;
background:#f8f8f8;
cursor: pointer;
}
.banner-middle li:hover {
	background:#e1d214;
}
.banner-middle h5 {
margin:0 auto;
width:30%;
color:#444950;
	font-weight: 400;
	font-size: 2.5em;
	margin-botto: 10px;
	letter-spacing: 1px;
	background-color:#fff;
	padding:5px;
}


.banner-bottom {
	backgroun: #fff url(../images/mid-banner.jpg) no-repeat center;
	min-height: 100p;
}


a.button {
	padding: 6px 10px;
	color: #fff;
	background: #444950;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 4px;
	text-decoration:none;
}
a.button:hover {
	color: #fff;
	background: #db241c;
	text-decoration:none;
}
a.button2 {
	color: #444950;
	background: #fff;
	padding: 12px 35px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	border-radius: 4px;
}
a.button2:hover {
	color: #444950;
	background: #e1d214;
}
/*
.blog-orig {
	background: #00FFFF url(../images/banner.jp) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.blog-orig h3:after, .services h3:after {
	background: #fff;
}
.blog-orig-grids, .project-grids {
	margin-top: 5em;
}
.blog-orig-grid1 p {
	color: #999;
	line-height: 28px;
	letter-spacing: .5px;
}
.blog-orig-grid1 a {
	color: #0a8ea0;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
	display: inline-block;
}
p.left-grid-blog-orig {
	color: #ccc;
	line-height: 30px;
	letter-spacing: .5px;
	margin-bottom: 28px;
}
.blog-orig-grid1 h4 {
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	margin-bottom: .5em;
	letter-spacing: .5px;
	color: #333;
	font-weight: 600;
}
.blog-orig-grid1 span {
	font-size: 13px;
	background: #d63031;
	color: #fff;
	padding: 2px 10px;
}
.blog-orig-grid1 {
	padding: 2em;
	background: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
h4.left-grid-blog-orig {
	font-size: 28px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 600;
	color: #00b894;
	letter-spacing: 2px;
	margin-bottom: .7em;
}
*/


.gallery {
  background-color:#444950;
  
}


.gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
}

.desc {
font-size:1.2em;
color:#444950;
  padding: 15px;
  text-align: center;
  background-color:#999;
}


.testimonials {
	background: #f7f7f7;
}
.test-grid {
	padding: 4em;
	background: transparent;
}
.sub-tittle-team {
	font-size: 0.67em;
	color: #00b894;
	font-weight: 600;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
}
.test-info h3 {
	color: #515156;
	margin-bottom: 0.8em;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 3px;
	position: relative;
}
.test-img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 8px;
	background: #dcdcdc;
	margin-top: 1em;
}
#contact {
	background: #f8f8f8;
}
.contact-info p a, .contact-info p, ul.links li a {
	color: #777;
	font-size: 18px;
	line-height: 1.5em;
}
.contact p {
	font-size: 1.3em;
}
.contact a {
	color: #777;
	text-decoration: underline;
}
.contact a:hover {
	color: #333;
	text-decoration: underline;
}
.contact-info p span {
	display: block;
}
.contact-info-about p {
	margin-right: 1em;
	font-size: 18px;
	line-height: 1.5em;
}
.contact-info h4 {
	font-size: 18px;
	letter-spacing: 1px;
	color: #c3c3c3;
}
.contact-info h4 i {
	color: #f00;
}
ul.links li a {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: inline-block;
}
ul.links li a:hover {
	color: #c3c3c3;
}
input, select, textarea {
	border-radius: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
	font-size: 1.1em;
	font-family: Calibri, "Calibri Light", Arial, "Arial Narrow";
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
div.elem-group {
	margin: 30px 0 5px;
}
label {
	display: none;
	padding-bottom: 0;
	font-size: 1.1em;
	line-height: 0;
	color: #fff;
}
select {
	width: 100%;
	color: #777;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #ccc;
	outline: none;
	background: #f8f8f8;
}

.contact_right input[type=text], .contact_right input[type=email], .contact_right input[type=tel], .contact_right textarea {
	outline: none;
	background: none;
	color: #222;
	font-size: 18px;
	width: 100%;
	letter-spacing: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}
.contact_right textarea {
	margin-top: -1em;
	min-height: 150px;
	resize: none;
}
.contact_right button {
	outline: none;
	padding: 15px 0;
	background: #3594f9;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0;
	width: 100%;
	border: none;
	cursor: pointer;
}
.contact_right button:hover {
	background: #1c86f9;
}
input[type=submit] {
	outline: none;
	padding: 15px 0;
	background: #444950;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0;
	width: 100%;
	border-radius:4px;
	cursor: pointer;
}
input[type=submit]:hover {
	background: #db241c;
}
.contact_left iframe {
	margin-top:1.5em;
	width: 100%;
	outline: none;
	border: none;
	min-height: 500px;
	background: #eee;
	padding: .4em;
}
.information h4 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #333;
	position: relative;
}
.information p {
	font-size: 18px;
	letter-spacing: 1px;
	color: #666;
	line-height: 28px;
}
.information p span {
	font-weight: bold;
}
.information span.fa {
	font-size: 30px;
	color: #1c86f9;
}
.map iframe {
	width: 100%;
	min-height: 350px;
	border: 5px solid #d4d4d4;
}
.icon span {
	color: #d63031;
}

.error {
	margin: 0 auto;
	text-align: center;
}
.error .container {
	padding: 5% 0;
}
.error img, .error embe {
margin: 0 auto;
  width: 20%;
}

.error .flies {
	width: 190px;
	  height: 160px;
	  position: relative;
	  z-index:2;
	  }
.error .poop {
margin-top:-5em;
width: 200px;
height: 200px;
z-index:1;
}
.error h2 {
	font-size: 1.2e;
	color:#db241c;
}
.error h2 span {
	font-size: 1.2e;
	color:#fff;
	background-color:#db241c;
	padding:0 10px;
}

.error h3 span {
	font-size: 1e;
	font-weight:400;
}

.error .byline {
	font-size: 1.5em
	text-transform: none;
	margin: 1em 0;
}
.error h4 {
	font-size: 1.8e;
}

.error .fa {
	margin:30px auto;
	font-size: 20em;
	color: #db241c;
	/*
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	
  border-radius: 50%;
  display: block;
*/
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.footer {
	box-sizing: border-box;
	background: #444950;	
}
.footer h4 {
	font-size: 1.3em;
	color:#f8f8f8;
	text-align:right;
}
.footer p {
	margin:0 auto;
	font-size: 1.2em;
	text-align:center;
	color: #f8f8f8;
	line-height: 1.2;
}

.column-left {
margin-top:1.7em;
text-align:right;
	width: 50%;
	padding-right:5px;
	
}

.column-left a {
	color: #e1d214;
	text-decoration:none;
}
.column-left a:hover {
	color: #4ea0fa;
}
.column-left p {
text-align:right;
}
.column-right, .column-right img {
	float: right;
	width: 50%;
	padding-left:5px;
	
}
.column-right im {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.column-bottom {
margin:0 auto;
text-align:center;
margin-top:.3em;
}
.column-bottom p {
padding-bottom:12px;
line-height:1.5;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}
h3.footer-title {
	font-size: 24px;
	color: #f00;
	font-weight: 700;
}
.social ul li {
	display: inline-block;
}
.social ul li a {
	color: #999;
	text-align: center;
}
.social ul li a span {
	height: 42px;
	width: 42px;
	font-size: 1.5em;
	background: #fff;
	line-height: 42px;
	color: #212529;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border: none;
}
.social ul li a span:hover {
	background: #d63031;
	color: #fff;
}
.facebook, .instagram, .twitter, .discord {
	background: #999;
}
.facebook:hover, .instagram:hover, .twitter:hover, .discord:hover {
	background: #e1d214;
}
.google {
	background: #f44336;
}

.toTop {
	margin: 0 auto;
	width:30px;
	cursor: pointer;
	font-size:2em;
	color:#e1d214;
	text-align:center;
	
	
	}
.toTop:hover {
	color:#db241c;
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
	overflow-y: scroll;
    scroll-behavior: smooth;
  }
}
:root { scroll-behavior: smooth;
overflow-y: scroll;
    scroll-behavior: smooth; }
/*
footer {
	background: #444950 url(../images/banner-footer.jp) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 260px;
}
.info-grids {
	margin-top: 5em;
}
.social ul li {
	display: inline-block;
}
.social ul li a {
	color: #999;
	text-align: center;
}
.social ul li a span {
	height: 42px;
	width: 42px;
	font-size: 1.5em;
	background: #fff;
	line-height: 42px;
	color: #212529;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border: none;
}
.social ul li a span:hover {
	background: #d63031;
	color: #fff;
}
.copyright p, .copyright p a {
	color: #999;
	font-size: 1.2em;
	margin: 0;
	letter-spacing: 1px;
	line-height: 28px;
}
.copyright a:hover {
	color: #fff;
}
.toTop {
	margin: 0 auto;
	width: 2em;
	cursor: pointer;
}
.toTop:hover {
	opacity: .8;
}
*/

@media(max-width:2600px) {

}


@media(max-width:1440px) {


h2 {
	font-size:2.25rem;
}
h2 span {
}

h3 {
font-size:2rem;
}

h4 {
	font-size:1.5rem;
}
h4 span, h5 span {
	font-size: 1.6e;
}
h5.slogan {
font-size:1.75rem;
}

h5 {
	font-size:1.5rem;
}


details[open] div p {
font-size:1.2e;
}

details[open] div p span {
font-size:.9em;
}

}
@media(max-width:1366px) {

h3 {
font-size:1.8rem;
}

h4 {
	font-size:1.4rem;
}

}
@media(max-width:1200px) {
.banner embed {
  height:50vmi;
}


#logo a {
	font-size: 1.5em;
}
/*
.banner {
	min-height: 260px;
}
*/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height:auto;
  padding:20px 0;
}
h3 {
	font-size: 2.2e;
}

}
@media(max-width:1080px) {

.banner img, .banner embed {
  height:60vmi;
}

.banner-middle p {
	width: 90%;
	margin: 20px auto;
}
.banner-middle h5 {
width:60%;
font-size: 2em;
}

.popup {
	width: 40%;
}
}
@media(max-width:1024px) {


.banner img, .banner embed {
   width:500p;
   height:40vmi;
}


  #myVide {
  margin-to:65px;
    width: 50%;
    height: auto;
  }
  h3 {
font-size:1.8rem;
}

  h4 {
	font-size:1.6em;
}

h4 span, h5 span {
	font-size: 1.4em;
}

.banner-middle {
	min-height: 120px;
}
.enlist {
	 line-height:200px; /*same as height and for centering vertically*/
	min-height:100px;
	padding:50px 0;
}
.enlist a {
	padding:15px 25px;
border-radius: 1.5em;
}

summary h5 {
font-size:1.5em;
}
.modal {
	padding-top: 100px;
	}
.modal-conten {
	max-height: 100%;
	width: 45;
	
}

details[open] div p span {
font-size:1em;
}
.error img, .error embe {
margin: 0 auto;
  width: 25%;
}

}
@media(max-width:991px) {

/*
.banner {
	min-height: 250px;
}
*/
.banner img, .banner embe {
transfor: translateY(53%);
  
}
 ul.no-bullets {
font-size: 1.2e;
}
.main p {
	font-size: 1.3em;
}

.banner-middle li {
width:20%;
}
.wrapper {
  margin-top:-3em;
}
.wrapper-tabs {
display:inline-block;
text-align:left;
}

.panels {
  margin-top:3.5em;
}
.error .fa {
	font-size: 16em;
}

}
@media(max-width:900px) {
.popup {
	width: 60%;
}
.modal-content {
	width: 70%;
}

}
@media(max-width:800px) {


#logo a {
	margin-top: 1%;
}
a.button, a.hire:hover, a.button:hover, a.hire {
	font-size: 14px;
	padding: 9px 20px;
}
.banner-info h {
padding-top:2.6%;
}
.map iframe {
	margin-top: 0;
	min-height: 290px;
}
.contact-right {
	margin: 0 auto;
}
.contact-right input[type=text], .contact-right input[type=email], .contact-right textarea {
	outline: none;
	width: 100%;
}

.column p {
	font-size: 1.1em;
	line-height: 1.2em;
}

.contact_left iframe {
	margin-top:1.5em;
	min-height: 300px;
}

.popup {
	width: 60%;
}
.modal-content {
	font-size:.8em;
	
}

summary h5 {
font-size:1.2em;	
}

details[open] div p {
	font-size: 1em;
	line-height:1.5;
}


.error .content h2 {
	font-size: 3.5em;
}
.error .content h3 {
	font-size: 1.8em;
	text-transform: none;
}
.error img, .error embe {
margin: 0 auto;
  width: 30%;
}


}
@media(max-width:768px) {

.banner img, .banner embe {
  width:450px;
transfor: translateY(63%);
 
}

h2 {
	font-size:2rem;
}

h2 span {
}

h3 {
font-size:1.75rem;
}

h4 {
	font-size:1.25e;
}
h4 span, h5 span {
}

h5.slogan {
font-size:1.5em;
}

h5 {
	font-size:1.2e;
}

.wrapper {
  margin-top:-3em;
}
.wrapper-tabs {
  width:94%;
}
.panels {
  margin-top:3.5e; 
}
summary h5 {
font-size:1.3em;	
}

details[open] div p {
	font-size: 1.2em;
	line-height:1.5;
}
.footer h4 {
text-align:center;
	float: none;
	font-size: 1.3em;
}

.column-left {
text-align:center;
	width: 100%;
	padding-bottom:10px;
}
.column-right {
text-align:center;
	float: none;
	width: 100%;
}
.column-left p {
text-align: center;
line-height:1.2;
}
.column-bottom {
padding:0 20px;
}

.modal-content {
	font-size:1em;
	
}
.enlist {
	 line-height:150px; /*same as height and for centering vertically*/
	min-height:75px;
	padding:40px 0;
}
.enlist a {
	font-size:.8em;
}

}
@media(max-width:736px) {
.wrapper {
  margin-top:-3.2em;
}
.wrapper-tabs {
    text-align:left;
}
.resources {
	width:98%;
}

.panels {
}

}
@media(max-width:667px) {

.banne-info {
	padding-top: 12em;
	width: 83%;
}

.banner-middle {
	min-height: 100px;
}


.column p {
	font-size: 1.1em;
	line-height: 1.2em;
}
}
@media(max-width:640px) {
.contact label {
	width: 100%;
}
.contact-right input[type=text], .contact-right input[type=email], .contact-right textarea {
	outline: none;
	width: 100%;
}
.popup {
	width: 94%;
}
}
@media(max-width:600px) {
[id^=drop]:checked + ul {
	width: 55%;
}
.banner404 {
	min-height: 125px;
}

.banne-info {
	padding-top: 12em;
	width: 90%;
}
.banner-info h {
padding-top:1.5%;
}

.info-grids {
	margin-top: 1em;
}
.column {
	width: 100%;
}
.column img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h2.logo-2, h4.social_title, .social_list, .column p, .column li a {
	text-align: center;
}
.column img {
	width: 50%;
}
.popup {
	width: 80%;
}
.error .container {
	padding: 20% 0;
}

.error .flies {
	width: 150px;
	  height: 140px;
	  }
.error .poop {
margin-top:-5em;
width: 170px;
	  height: 170px;
z-index:1;
}

.error img {
margin: 0 auto;
  width: 60%;
}

}
@media(max-width:568px) {
/*
.banner {
	min-height: 200px;
}
*/


.banner img, .banner embe {
  width:400px;
transfor: translateY(48%);
 
}
 ul.no-bullets {
font-size: 1.2em;
}

.main p {
	font-size: 1.2em;
}

.wrapper {
  margin-top:.2em;
}


details[open] div p span {
font-size:1em;
}


.panels {
  margin-top:-.2em; 
}

.wrapper-tabs {
  top:0;
  left:0;
}

.enlist a {
	font-size:1em;
}
.error img, .error embe {
  width: 40%;
}

}
@media(max-width:480px) {
h1 {
font-size:2rem;
}
h2 {
font-size:1.75rem;
}

h3 {
font-size:1.5rem;
}

h4 {
font-size:1.25rem;
}
h4 span, h5 span {
}
h5, h6 {
margin:0 auto;
font-size:1.25rem;
text-align:center;
}

h6 {
font-size:1rem;
}
h5 {
text-align:left;

}


[id^=drop]:checked + ul {
	width: 100%;
}
/*
.banner  {
	min-height: 190px;
}
*/

h5.slogan {
width:50%;
text-align:left;

max-width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0 10px;

}

.banner-info h {
padding-top:3%;
	font-size: 3.5em;
}


.wrapper-tabs {
left:-3px;
  width:93%;
}

a.button, a.button:hover {
	font-size: 12px;
	padding: 9px 20px;
}
.column img {
	width: 70%;
}
.modal-content {
	width: 80%;
}

.resources {
	width:80%;
}


.error .content h2 {
	font-size: 2.5em;
}
.error .content h3 {
	font-size: 1.4em;
	text-transform: none;
}
.error .fa {
	font-size: 12em;
}

.column-right im {
	width: 60%;
}

}
@media(max-width:440px) {

.banner img, .banner embe {
  width:300px;
transfor: translateY(53%);
padding-top:.8em;
}

.banner-middle p {
	width: 100%;
	margin: 20px auto;
}
.banner-middle h5 {
width:70%;
font-size: 1.8em;
}
.contact_right input[type=text], .contact_right input[type=email], .contact_right input[type=tel], .contact_right textarea {
	letter-spacing: 0px;
}
.contact_right textarea
.modal h5, .modal h6 {
width:100%;
text-align:left;
}

h5.slogan {
width:60%;
text-align:left;
 padding: 0 20px;
}

}
@media(max-width:414px) {
.wrapper-tabs {
  width:90%;
}
h5.slogan {
width:60%;
text-align:left;
 padding: 0 10px;
}

}
@media screen and (max-device-width:395px), screen and (max-width:363px) {
h5.slogan {
width:60%;
text-align:left;
 padding: 0 10px;
}
}
@media screen and (max-device-width:362px), screen and (max-width:360px) {
h5.slogan {
width:65%;
text-align:left;
 padding: 0 10px;
}
}

@media(max-width:384px) {
}
@media(max-width:375px) {
}
@media(max-width:320px) {
}

