.adjpos {
	position:relative;
	top: -10px;
	display: block;
	clear: both;
}


body, html {
	font-family: 'Roboto','Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-size-adjust: 100%;
	color: #888;
	font-weight: 400;
	width: 100% !important;
	min-height: 100% !important;	
}
body {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1920px) {
	body {
		max-width: 1920px;
		margin: 0 auto;
	}
}

@media (max-width: 1500px) {
	body {
		max-width: 100vw;
		overflow-x: hidden;
	}
}


h2 {
	margin: 0 0 20px 0;
	font-size: 40px;
	color: #333;
}
h3 {
	font-size: 20px;
	color: #333;
}

p { font-size: 15px; }
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #608dfd;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #608dfd;
}
ul, ol {
	list-style: none;
	padding: 0;
}

.swdev {
	list-style: disc;
	padding-left: 30px;
	margin-left: 0px;
}
.swdev li {
	margin-bottom: 15px;
}

hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}

.wrapper {
	max-width: 1024px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

@media(max-width: 767px) {
	.wrapper {
		padding: 0 15px;
	}
}

/* Navigation */
#menu {
	padding: 15px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
#menu.navbar-default {
	background-color: rgba(255, 255, 255, .9);
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}

@media(max-width: 1024px) {
	#menu.navbar-default {
		background-color: rgba(255, 255, 255, 1);
	}
}
#menu a.navbar-brand {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
	content: "";
	transition: all 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #608dfd;
}

.navbar-wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

.navbar-wrapper .navbar-collapse {
	padding: 0;
}

@media (min-width: 768px) {
	.navbar-right {
			margin-right: 0 !important;
	}
}

@media (max-width: 1069px) {
	#menu {
		padding-bottom: 0;
	}
	.nav {
		margin-left: 10px;
	}
	.navbar-collapse {
		background: #fff;
	}
	.navbar-header {
		margin-bottom: 15px;
	}
	.navbar-right {
			float: left !important;
			margin-right: 0 !important;
	}
}

.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.section-title h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background-color: #4285F4;
	display: inline-block;
	padding: 14px 50px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	border-radius: 27px;
	transition: all 0.5s linear;
	border: 0;
}

@media(max-width: 767px) {
	.btn-custom {
		padding: 15px 30px;
		font-size: 16px;
	}
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-image: none;
	background-color: #77AAFF;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media(max-width: 400px) {
	#contact form {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/topbg.png) right bottom no-repeat;
	background-color: #fff;
	background-size: 1920px auto;
	line-height: 1.5;
}

@media(max-width: 1920px) {
	.intro {
		background-size: 100vmax auto;
	}
}

.intro h1 {
	font-family: Roboto, sans-serif;
	color: #000;
	font-size: 60px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 14px;
}

.intro p {
	font-family: 'Roboto' !important;
	color: #000;
	font-weight: 300 !important;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 50px;
}

header .intro-text {
	padding-top: 265px;
	text-align: left;
	min-height: 800px;
}

@media (max-width:1000px)  { header .intro-text { max-width: 620px; } }
@media (max-width:700px)  { header .intro-text { padding-top: 170px; } }
@media(max-width: 500px) {
	.intro {
		background: url(../img/top.png) bottom right no-repeat;
		background-size: 100vw auto;
	}
	.intro h1 {
		font-size: 45px;
	}
	.into .htitle2 {
		font-size: 30px;
	}
	header .intro-text { padding-top: 120px; }
	header .intro-text {
    min-height: 700px;
	}
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.htitle2 { font-size: 40px; }

@media (max-width:400px) {
	.htitle2 {
		font-size: calc(100vw / 10);
	}
}

.tittext1 {
	text-align: center; 
	margin-bottom: 60px; 
	margin-top: 80px;
}

.tittext2 {
	text-align: center; 
	margin-bottom: 25px; 
	margin-top: 80px;
}

.tittext3 {
	text-align: left; 
	margin-top: 40px;
	margin-bottom: 25px;
}

.tittext4 {
	text-align: center; 
	margin-bottom: 25px; 
	margin-top: 80px;
}

.tittext5 {
	text-align: center;
	margin-bottom: 55px;
	margin-top: 80px;
}

@media(max-width: 500px) {.tittext1, .tittext2, .tittext3, .tittext4, .tittext5 { zoom:0.85; } }

/* Marketing Section */
#marketing {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.values {
	max-width: 1024px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
}

.values-block {
	width: 100%;
	max-width: 20%;
	margin: 0 10px;
}

.values-block__img {
	height: 120px;
	width: auto;
	margin-bottom: 40px;
}

.values-block__text {
	text-align:center;
	font-family: Roboto;
	font-style: normal;
	font-size: 30px;
	line-height: 32px;
	color: black;
	margin-bottom: 0;
}

@media(max-width: 1023px) {
	.values {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.values-block {
		max-width: 45%;
		margin: 0 5px 40px;
	}
	.values-block__img {
		height: 100px;
		margin-bottom: 20px;
	}
	.values-block__text {
		font-size: 20px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
}

@media(max-width: 767px) {
	.values {
		padding: 0 15px;
	}
	.navbar-brand {
		padding-left: 0;
	}
}

.cbox {
	max-width: 1024px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

.motto-box {
	display: flex;
	flex-direction: row;
	align-self: center;
	align-items: center;
}

.left-graph {
	max-width: 50%;
	flex-grow: 1;
	object-position: center;
}

.motto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000;
}

.motto0 {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 300;
	text-align: left;
}

@media (max-width: 1070px) {
	.motto-box {
		flex-direction: column;
	}
	.cbox {
		margin-top: 40px;
	}
	.left-graph {
		max-width: 80%;
		margin: 0 0 -10%;
	}
	.motto0 {
		text-align: center;
		margin-bottom: 7px;
	}
}

@media(max-width: 900px) {.cbox { margin-top: 20px;	}}

@media (max-width: 767px) {
	.cbox {
		margin-top: 0;
	}
	.left-graph {
		max-width: 100%;
		margin: 0 0 -10%;
	}
}

@media (max-width: 700px) {
	.left-graph {
		margin: -5% 0 -15%;
	}
}

@media (max-width: 480px) {
	.left-graph {
		margin: -25% 0 -33%;
	}
}



.motto1 {
	font-size: 35px;
	margin-bottom: 120px;
	text-align: left;
	padding-right: 48px;
}

@media (max-width:1200px) { .motto1 { font-size: calc(100vw / 40); } }
@media (max-width: 1070px) {
	.motto1 {
	  text-align: center;
	  margin-bottom: 30px;
	  padding-left: 20px;
	  padding-right: 20px;
	  font-size: 25px;
	  max-width: 720px;
	}
}

.twoi {
	display: inline-block;
}

@media(max-width: 900px) {
	.twoi {
		display: block;
	}
}

.tools {
	width: 100%;
	margin-bottom: 95px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tools__img {
	margin-bottom: 20px;
}

.tools__title {
	text-align:center;
	font-family: Roboto;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 22px;
	color: black;
}

.tools-block {
	flex-shrink: 0;
}

@media (max-width: 1023px) { 
	.tools {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.tools-block {
		padding: 0 10px;
		margin-bottom: 20px;
		width: calc((100% - (10px * 3 * 2)) / 3);
	}
}

@media (max-width: 767px) { 
	.tools-block {
		width: calc((100% - (10px * 2 * 2)) / 2);
	}
}

#boxer {
	box-shadow: 2px 2px 50px 1px rgba(0,0,0,0.1);
	padding: 45px 20px 45px 20px;
	border-radius: 20px;
	margin-bottom: 55px;
}

#boxer li {
	font-family: 'Roboto'; 
	font-weight: 500; 
	color: #000; 
	font-size: 20px;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#hor-list {	
	list-style: none;
	padding-top: 20px;

	display:flex;
	justify-content:space-around;
	margin-left:auto;
	margin-right:auto;
	flex-wrap:wrap;
	grid-template-columns: 50% 50%;
}

ul#hor-list li {
	display: inline;
}

@media (max-width:800px) {
	ul#hor-list {
        flex-direction: column;
	}
	ul#hor-list li {
		margin-bottom: 5px;
	}
}

.marketing {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/happyppl.png) center center no-repeat;
	background-size: 1920px auto;
}

.marketing h2 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 40px ;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left
}

.marketing p {
	font-family: 'Roboto' !important;
	color: rgb(255, 255, 255);
	font-size: 24px !important;
	font-weight: 300 !important;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left
}

.markstyle-limit {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

.markstyle {
	display:flex; 
	flex-direction:row; 
	align-items: center;
	height:602px;
	margin-left: 120px;
	margin-right: 30px;
	max-width: 380px;
}

@media(max-width: 720px) { .markstyle {margin-left: 80px; } }
@media(max-width: 644px) { .markstyle {margin-left: 40px; } }
@media(max-width: 500px) { .markstyle {max-width:   300px; } }

.markstyle2 {
	display:flex; 
	flex-direction:row; 
	align-items: center;
	height:602px;
	margin-right: 120px;
	margin-left: auto;
	max-width: 430px;
}

@media(max-width: 720px) { .markstyle2 {margin-right: 80px; } }
@media(max-width: 644px) { .markstyle2 {margin-right: 40px; } }
@media(max-width: 500px) { .markstyle2 {max-width:   280px; } }

.max100vw {
	max-width: 100%;
}

.mb-3 {
    margin-bottom: 60px;
}

.mt-3 {
	margin-top: 60px; 
}

/* Development Section */
#development {
	background: #fafafa;
}

.development__wrapper {
	display: flex;
	align-items: center;
}

.development__texts {
	flex-grow: 1;
}

.development__img {
	max-width: 45vw;
	max-height: 520px;
	margin-left: 40px;
}

@media (max-width:768px)  { .development__wrapper { flex-direction: column; } }

@media (max-width:700px)  { #development img { display: none; } }

/* Company Section */
#company {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.company {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/happyppl2.png) center center no-repeat;
	background-size: 1920px auto;
	background-position: 64% 0% !important;
}

.company h2 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 40px ;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: right
}

.company p {
	font-family: 'Roboto' !important;
	color: rgb(255, 255, 255);
	font-size: 20px !important;
	font-weight: 300 !important;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: right
}

.tracks {
	margin: 60px auto 50px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.track {
	width: 30%;
	margin-bottom: 50px;
}

.track__title {
	text-align:center;
	font-family: Roboto;
	font-weight: 300;
	font-style: normal;
	font-size: 72px;
	margin-bottom: 10px;
	color: black;
}

.track__title img {
	font-size: 1em;
}

.track__desc {
	text-align:center;
	font-family: Roboto;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	color: black;
}

.track__desc span{
	font-weight: bold;
}

@media (max-width:1024px) {
	.track {
		width: 30%;
		margin-bottom: 30px;
	}
	.track__title {
		font-size: 55px;
	}
}

@media (max-width:900px) {
	.track__title {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.tracks {
		margin: 30px auto 25px;
		flex-direction: column;
		align-items: center;
	}
	.track {
		width: 100%;
	}
}

/* Meet Us Section */
#meet {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.loco {
	display: grid; 
	grid-template-columns: auto auto auto; 
	max-width: 730px; 
	margin-left: auto; 
	margin-right: auto;
}

@media (max-width:600px)  { .loco { grid-template-columns: auto; } }
@media (max-width:600px)  { .loco div { margin-bottom: 5px; } }

/* Contact Section */
#contact {
	padding: 100px 30px 60px;
	background: #fff;
	color: rgba(255,255,255,.75);
}

#contact form {
	box-shadow: 2px 2px 50px 1px rgba(0,0,0,0.1);
	padding: 60px;
	border-radius: 25px;
}

#contact form .error {
	color: #e00000;
	font-weight: 300;
}

#contact form input, #contact form textarea {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	font-size: 20px;
	font-weight: 300;
	margin-top: 20px;
	box-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
}

@media(max-width: 991px) {
	#contact form input, #contact form textarea {
		margin-top: 0px;
	}
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.events .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.event-block {
	width: calc((100% - 20px * 2) / 3);
	height: 210px;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1); 
	border-radius: 15px; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-direction: column;
}

.g-recaptcha {
	width: 100%;
	height: max-content;
	display: flex;
	justify-content: center;
}

@media (max-width:767px) {
	.events .wrapper {
		flex-direction: column;
	}
	.event-block {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width:720px) {
	#contact form {
		box-shadow: none;
		padding-top: 0px;

	}
	#contact {
		padding-top: 60px;
	}
}

/* Footer Section*/
#footer {
	background: #000;
	padding: 30px 0;
}

#footer p {
	color: #888;
	font-size: 14px;
}

#footer a {
	color: #888;
	font-size: 13px;
}

#footer a:hover {
	border-bottom: 2px solid #608dfd;
}

.priv_terms1 {
	float: right;
	margin-bottom:-30px;
}

.priv_terms2 {
	display: none;
}

@media (max-width: 1100px) {
	.priv_terms1 {
		display: none;
	}
	.priv_terms2 {
		display: block;
	}
}

.body-privacy {
	margin-top: 150px;
	margin-bottom: 100px;
	color: #28282c;
}

.body-privacy p {
	font-size: 18px;
}

.entry-content h2, .entry-content h3 {
	margin-top: 24px;
	font-size: 40px;
}