html{
	background: url( ../images/myscroll.jpg ) 50% no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

body {
font-family: "Open Sans", sans-serif;

	font-size: 17px;
	line-height: 1.4;
	color: #000;
	background: rgba( 255,255,255,.85);
}
h1 {
}
h2 {
	line-height: 20px;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	color: #666;
}
h5 {
	text-transform: none;
	line-height: 20px;
	font-size: 115%;
}

h1,h2,h3,h4,.navbar-brand{
font-family: "Press Start 2P", system-ui;
}
h1,h2,h3,h4,h5,h6{ line-height: 1.25;}
a {
	color: #195a9c;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ec1d23;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {

}
hr {
	height: 3px;
	width: 60px;
	text-align: center;
	position: relative;
	background: #195a9c;
	border: 0;
	margin: 10px auto 30px;
}
/* Navigation */



.logo img {
    height: 50px;
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 22px;
	color: #fff;
	font-weight: 900;
}
#menu a.navbar-brand i.fa {
	color: rgba(255,255,255,0.7);
	margin-right: 3px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eeeeee;
	font-size: 14px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #195a9c;
}
.on {
	background-color: #222222!important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #195a9c !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
	margin: 23px 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #195a9c;
	border-color: #195a9c;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.show {
    display: block !important;
    visibility: visible;
}

.show ul.nav.navbar-nav.navbar-right {
    float: left !important;
    margin: 0 auto !important;
}

.navbar-nav a {
    color: #e98525;
}

.navbar-nav a:hover,
.navbar-nav a:active,
.navbar-nav a:focus {
    color: #ef4e9c !important;
}

.nav.navbar-nav.navbar-right ul {
    float: right !important;
    margin: 0 -15px 0 0 !important;
    padding: 20px 0;
}
.navbar-nav ul>li {
    float: left;
}
.nav ul>li {
    position: relative;
    display: block;
}
.navbar-default .navbar-nav ul>li>a {
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-nav ul>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-nav ul ul {
    visibility: hidden;
    opacity: 0;
}
.navbar-nav ul ul {
    z-index: 9999;
    position: absolute;
    width: 180px;
    text-transform: none;
    text-align: left;
}


.navbar-nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}


ul.sub-menu {
    background: rgb(255,255,255,.9);
    margin: 0;
}

.five9-chat-button {
    font-family: "Open Sans", sans-serif !important;
    background: linear-gradient(#195a9c, #e98525) !important;
}

/* Home Style */
.pt {
	background: url(../images/mymain.jpg) no-repeat 50% 0%;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 750px;
	
}
.pt p {
	color: rgb(255,255,255);
	font-size: 25px;
	margin-bottom: 80px;
}

.form_container label {width: 100%;}



.m-t-1 {margin-top: 15px;}

.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 30px;
	line-height: 1.25;
	margin:  0 0 10px;
	color: #fff;
}
.btn-default, a.mybutton, button {
	color: #fff !important;

	background-color: transparent !important;
	border: 2px solid rgba(255,255,255,0.8) !important;
	margin: 0 8px !important;
	padding: 12px 24px !important;
	font-size: 16px !important;
	transition: all 0.5s !important;
	border-radius: 4px !important;
	background: transparent !important;
    border: 2px solid #195a9c !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    margin-top: 20px !important;
    color: #195a9c !important;
}
.btn-default:hover, a.mybutton:hover, button:hover, .btn-default:focus, a.mybutton:focus, button:focus, .btn-default:active, a.mybutton:active, button:active {
	background-color: #195a9c !important;
	color: #fff !important;
	border-color: #195a9c !important;
}
/* Services Section */
#services-section {
	padding: 120px 0;
	background-color: #f1dca7;
}
#services-section h4 {
	font-weight: 700;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #195a9c;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 120px 0;

}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #aaa;
	border: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
}
ol.type li a.active {
	color: #195a9c;
	border: 1px solid #195a9c;
}
ol.type li a:hover {
	color: #195a9c;
	border: 1px solid #195a9c;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 17% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	top: 0;
	left: 0;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #ffffff;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works-section i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #F5AB35;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #F5AB35;
}
/* About Section */
#about-section {
	padding: 120px 0;
}
#about-section p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#about-section h4 {
	margin-top: 0;
	margin-bottom: 15px;
}

/* Team Section */
#team-section {
	padding: 100px 0;
}
.section-title.center {
	padding: 0 !important;
}
.section-title h2 {
	margin-bottom: 30px;
}

img.img-circle.team-img {
	width: 150px;
	height: 150px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .team .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #fff;
	font-size: medium;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
/* Achivements Section */
#achievements {
	padding: 80px 0;
	background-color: #195a9c;
}
.achievement-box {
	text-align: center;
	margin: 20px 0;
}
#achievements h2 {
	color: rgba(255,255,255,0.8);
}
.achievement-box span.count {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	display: block;
}
/* Contact Section */
#contact-section .section-title.center {padding-bottom: 0px;}

#contact-section {
	padding: 120px 0 60px 0;
	background-color: #f6f6f6;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 0px 0 30px;
}
#contact-section i.fa {
	color: #195a9c;
	font-size: 16px;
	margin-bottom: 10px;
}
label {
	font-size: 14px;
	font-weight: 400;

	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f1dca7;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #195a9c;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #195a9c;
}
#contact-section .btn:hover, #contact-section .btn:focus,
#about-section .btn:hover, #about-section .btn:focus {
	background: #195a9c;
	border: 2px solid #195a9c;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
#social-section {
	padding: 30px 0;
	color: #fff;
	background-color: #195a9c;
	text-align: center;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-section .social i.fa {
	font-size: 24px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #666;
}

#social-section a {color: #fff; font-size: 120%;}
/* Footer */
#footer {
	background-color: #222222;
	color: #fff;
	padding: 15px 0 10px 0;
	text-align: center;
}
#footer p {
	font-size: 14px;
	margin-top: 10px;
}
#footer a {
	color: #fff;
}
#footer a:hover, a:focus {
	text-decoration: none;
	color: #195a9c;
}


@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}


.navbar {
    margin-bottom: 0;
}


.intro-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 500px;
    background: rgba(25,90,156, 1);
    color: #fff;
}


.intro-text .btn-default{ border: 2px solid #fff; color: #fff; margin-top:0; }
.intro-text .btn-default:hover{ border: 2px solid #fff; color: #195a9c; background: #fff; }
.margin-top-40{ margin-top: 40px; }
.margin-top-30{ margin-top: 30px; }
.margin-top-20{ margin-top: 20px; }
.margin-top-10{ margin-top: 10px; }
.margin-bottom-40{ margin-bottom: 40px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-bottom-10{ margin-bottom: 10px; }


.imgbox img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    height: auto;
    max-height: 1000%;
    min-width: 100%;
    width: auto;
    max-width: 1000%;
    transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -webkit-transform: translate( -50%, -50%);
}
.imgbox {
    height: 260px;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: table;
}

.hover-bg A {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

@media (max-width: 767px) {
	.intro-text { width: 100%; }
html {

    background-repeat: repeat;
    background-size: auto;
    background-attachment: initial;
}
ul.footlink A {
	font-size: 9px;
}
.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
}

.portfolio-items {
    width: 100% !important;
}


#consentBox #consentContent {
background: #222;
border: 5px solid #999;
outline: 10px solid #000;
}

header#consentHeader {
color: #A5A6AA;
line-height: 1.2;
}

.consentButton,.rejectButton {
	background: #195a9c !important;
	border: 2px solid #195a9c !important;
	color: #fff !important;
}

.consentButton:hover, .rejectButton:hover,.consentButton:focus, .rejectButton:focus {
	background: transparent !important;
	border: 2px solid #195a9c !important;
	border-radius: 4px !important;
	padding: 10px 20px !important;
	margin-top: 20px !important;

}

    .navbar-toggle {
        display: block !important; 
    }
    
    .navbar-collapse.collapse { display: none !important; }
    .navbar-collapse.collapse.show { display: block !important; }
    
    
    div#bs-example-navbar-collapse-1 {
    width: 100% !important;
}

.navbar-header {
    width: 100% !important;
}

button.navbar-toggle.collapsed {
    margin: 10px !important;
}

nav#menu {
    position: fixed;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 9;
    top: inherit !important;
    left: inherit !important;
    width: auto !important; 
    padding: 20px !important;
}

.navbar-header {
    margin: 0 !important;
}

.navbar-nav ul ul {
    background: #222;
    bottom: 0;
    left: 100%;
}

nav#menu .container {
    margin: 0 !important;
    padding: 0 !important;
}

.logo img {
    height: 300px;
    border-radius: 40px;
}

a.navbar-brand {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
}

body {
    background: transparent;
}


html {
    background-attachment: fixed;
    background-size: contain;
    background-repeat: repeat;
}

#about-section {
    padding: 0;
}
.container-fluid, .col-md-6 {
    padding: 0;
    margin: 0;
}

.innercol {
    background: #f1dca7;
    padding: 60px;
}


div#services-section {
    overflow: hidden;
}

.row {
    width: 100%;
    margin: 0;
    padding: 0;
}

div#services-section {
    background: transparent;
}

img {
    max-width: 100%;
}

.games h2 {
    color: #fff;
    margin: 30px 0;
}

.games .innercol h2 {
    color: rgb(85, 85, 85);
    margin: 0;
}

.col-md-6 {
    float: left;
}

.innercol {
    width: 100%;
    display: table;
}

div#services-section.nothome {
    margin-top: 240px;
}

@media (max-width: 767px) {
	.innercol{ padding: 20px; }
	h1{ font-size: 24px; }
	h2{ font-size: 22px; }
	h3{ font-size: 20px; }
.bannerrowblock h2{ font-size: 14px; }
div#services-section.nothome {
    margin-top: 0px;
}
	a.navbar-brand {
    position: static;
    width: calc(100% - 50px);
    display: table;
    text-align: center;
    margin: 25px;
}
div#footer {
    padding-bottom: 100px;
}

.nav.navbar-nav.navbar-right > ul > LI {
    width: 100%;
}
.nav.navbar-nav.navbar-right > ul {
    display: table;
    width: 100%;
    float: none !important;
    padding: 0;
        margin: 0 !important;
}

.navbar-nav ul li ul {
    position: static;
    width: 100%;
    display: table;
        padding: 0 !important;
        opacity: 1;
visibility: visible;
}
.navbar-collapse.collapse.show {
    display: table !important;
}
}

@media (max-width: 479px) {
.bannerrowblock h2{ font-size: 9px; }
}