html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	list-style: none;
	vertical-align: baseline;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
ol {
	padding-left: 30px;
}
ol li {
	list-style-type: decimal;
}
ol li ul {
	padding-left: 30px;
}
ol li ul li {
	list-style-type: circle;
}
a {
	color: #6ca1ff;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
a:hover {
	/*color: #992DBA;*/
	text-decoration: none;
}
a:focus {
	color: #fff;
}
:focus {
	outline: 0 !important;
}
p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
}
p:last-child {
	margin: 0 0 0 0;
}
body {
	background: #1a1f2a;
	color: #fff;
	line-height: 42px;
	font-size: 25px;
	overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;
}
#wrapper {
	margin:auto;
	max-width:100%;
}
.container {
	width: 1220px;
	margin: auto;
	padding: 0 15px;
	max-width: 100%;
}
.section {
	float: left;
	width: 100%;
}
/**********Header css**********/

#header {
	float: left;
	width: 100%;
	transition: all 0.4s ease;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99;
	text-align: center;
}

#header .container {
	width:auto;
	margin: auto;
	padding: 0 85px;
	max-width: 100%;
}
#header .selected{
	color:#6ca1ff;
}
.logo {
	display: inline-block;
	vertical-align: top;float:left;
}
.menu{float:right;}
.menu li{float:left;font-size: 14px;
    line-height: 40px;font-family: 'Ubuntu', sans-serif;
    font-weight: 400; color:#fff; margin-left:40px; text-transform:uppercase;}
.menu li a{color:#fff;}
.menu li a:hover{color:#6ca1ff;}

/**********Banner css**********/

#banner {
	float: left;
	width: 100%;margin-bottom: -48px;
    position: relative;
}
#banner img {
	float: left;
	width: 100%;
}
/**********Content css**********/

#content {
	float: left;
	width: 100%;
	background: url(images/bg.png) repeat-x 0 0 #1a1f2a;
}
.section_1 {
	background: url(images/section1-bg.svg) no-repeat right bottom;
	min-height: 184px;
}
.section1-left {
	float: left;
	padding-top: 53px;
}
.section1-right {
	position:absolute;
	right: 135px;
	margin-top:60px;
}
.video-icon:hover{
	opacity:.8;
}
.section_1 h2 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 12px;
}
.section_1 p {
	margin-bottom: 12px;
}
.get-started {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 17px;
	line-height: 60px;
	font-weight: 500;
	width: 157px;
	line-height: 50px;
	background: #6ca1ff;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.get-started.video {
	margin-left: 10px;
}
.get-started:hover {
	background: rgba(108, 161, 255, .6);
	color: #fff;
}
.section_2 {
	padding-top: 120px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.section_2 h2 {
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 70px;
}
.section_2 ul {
	float: left;
	width: 100%;
}
.section_2 ul li {
	margin-top: 40px;
	float: left;
	width: 50%;
	min-height: 187px;
}
.section_2 ul li:nth-child(1) {
	padding-right: 90px;
	text-align: right;
}
.section_2 ul li:nth-child(2) {
	padding-left: 90px;
	text-align: left;
}
.section_2 ul li:nth-child(3) {
	padding-right: 234px;
	text-align: right;
}
.section_2 ul li:nth-child(4) {
	padding-left: 234px;
	text-align: left;
}
.section_2 p {
	font-size: 20px;
	line-height: 27px;
	min-width: 250px;
}
.section_2 ul li:nth-child(3) p {
	float: right;
}
.section_2 ul li div {
	padding-top: 40px;
}
.section_2 ul li:nth-child(1) div, .section_2 ul li:nth-child(3) div {
	padding-right: 206px;
	position: relative;
	float: left;
	width: 100%;
}
.section_2 ul li:nth-child(1) img, .section_2 ul li:nth-child(3) img {
	position: absolute;
	right: 0;
	top: 0;
}
.section_2 ul li:nth-child(2) div, .section_2 ul li:nth-child(4) div {
	padding-left: 206px;
	position: relative;
	float: left;
	width: 100%;
}
.section_2 ul li:nth-child(2) img, .section_2 ul li:nth-child(4) img {
	position: absolute;
	left: 0;
	top: 0;
}
.section_2 ul li img {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.section_2 ul li img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.section_3 {
	background: #0f1219;
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 120px;
}
.section_3 .wow img{
	height:40px !important;
}
.scholarships-box {
	display: inline-block;
	vertical-align: top;
	margin-top: -198px;
	margin-left: 50px;
	width: 899px;
	height: 274px;
	background: url(images/ovel.png) no-repeat center top;
	padding-top: 44px;
}
.scholarships-box img {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	margin-right: 50px;
}
.scholarships-box img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.section_3 h2 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 20px;
}
.section_3 p {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 50px;
}
.section_3 ul {
	margin: 0 auto 65px auto;
	padding: 0;
	float: left;
	width: 100%;
}
.section_3 ul li {
	display:inline-block;
	height: 42px;
	padding-right:20px;
}
.section_3 .get-started {
	color: #000000 !important;
	background: #DEA93B;
}
.section_3 .get-started:hover {
	color: #000 !important;
	background: rgba(222, 169, 59,.6);
}
.section_4 {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
}
.section_4 h2 {
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 70px;
}
.section_4 h4 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.section_4 p {
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
}
.row {
	margin: 0 -11px;
}
.col6 {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 22px;
	text-align: left;
}
.buildbox {
	float: left;
	width: 100%;
	background: #0f1219;
	/*height: 275px;*/
	padding: 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.concepts {
	color:#999;
	font-size:13px !important;
	line-height: 18px !important;
	font-style: italic;
	margin-top:20px !important;
}
.section_5 {
	background: #0f1219;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 80px;
}
.section_5 img {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	margin-bottom: 30px;
}
.section_5 img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.section_5 h2 {
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 70px;
}
.section_5 p {
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
}
.section_5 li {
	float: left;
	width: 25%;
}
.section_5 .subtext{
	clear: both;
    padding-top: 60px;
    font-size: 17px;
}
.section_6 {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 80px;
}
.section_6 h2 {
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 70px;
}
.section_6 .row {
	/*margin: 0 -50px;*/
}
.col4 {
	float: left;
	width: 33.333%;
	padding: 0 10px;
	margin-bottom: 30px;
}
.col4:nth-child(4), .col4:nth-child(5) {
	float: none;
	display: inline-block;
}




/*.col4:nth-child(1) .workbox:before {
	width: 16px;
	height: 30px;
	content: '';
	background: url(images/line1.png) no-repeat center center;
	position: absolute;
	right: 40px;
	bottom: -30px;
}
.col4:nth-child(2) .workbox:before {
	width: 16px;
	height: 30px;
	content: '';
	background: url(images/line1.png) no-repeat center center;
	position: absolute;
	right: 40px;
	bottom: -30px;
}
.col4:nth-child(2) .workbox:after {
	width: 23px;
	height: 30px;
	content: '';
	background: url(images/line2.png) no-repeat center center;
	position: absolute;
	left: 40px;
	bottom: -30px;
}
.col4:nth-child(3) .workbox:after {
	width: 23px;
	height: 30px;
	content: '';
	background: url(images/line2.png) no-repeat center center;
	position: absolute;
	left: 40px;
	bottom: -30px;
}
*/.workbox {
	float: left;
	width: 100%;
	background: #0f1219;
	height: 160px;
	padding: 22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.workbox:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}
.section_6 h4 {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	border: solid 1px #6CA1FF;
	background: #292d38;
	line-height: 48px;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.section_6 p {
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
}
.section_6 .subtext {
	font-size: 17px;
    clear: both;
    font-weight: 400;
    padding-top: 30px;
}
.section_7 {
	background: #1a1e2a;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 120px;
}
.section_7 h2 {
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 70px;
}
.developers-box {
	float: left;
	width: 100%;
	background: #0f1219;
	height: 280px;
	padding: 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.section_7 .row {
	margin: 0 -18px;
}
.section_7 .col6 {
	padding: 0 18px;
	margin-bottom: 0;
}
.deve-footer {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.deve-footer h4 {
	float: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
}
.linkedin {
	float: right;
	color: #6CA1FF;
	font-size: 13px;
	font-weight: 700;
	padding-left: 25px;
	line-height: 20px;
	background: url(images/linkedin.png) no-repeat 0 center;
}
.linkedin:hover {
	color: #fff;
}
.section_7 p {
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
}
.for-mobile {
	display: none;
}
/**********Footer css**********/

#footer {
	background: #0f1219;
	padding-top: 100px;
	padding-bottom: 50px;
	float: left;
	width: 100%;
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
#footer h2 {
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 42px;
}
.footerutility{
	position: relative;
	bottom:0px;
	background-color:#1a1e2a;
	padding:15px 0px;
	clear:both;
	font-size:12px;
	height:60px;
}
.footerutilityinline{
clear:both; padding-top:30px;
}

.footerutility .info{
float:left;
line-height: 30px;
}
.footerutility .logos{
float:right;
}



.tryout mobfix {
	margin-left: 25%;
}
/**********Responsive css**********/


@media all and (min-width:1200px) and (max-width:1400px){
.section_2 ul li img {
    width: 130px;
}
.section_2 ul li:nth-child(2) div, .section_2 ul li:nth-child(4) div {
    padding-left: 150px;
}
.section_2 ul li:nth-child(1) div, .section_2 ul li:nth-child(3) div {
    padding-right: 150px;
}
.section_2 ul li:nth-child(4) {
    padding-left: 166px;
}
.section_2 ul li:nth-child(3) {
    padding-right: 166px;
}
}

@media all and (min-width:992px) and (max-width:1199px){
.section_2 h2 {
	font-size: 24px;
	line-height: 28px;
}
.section_2 ul li {
	width: 50%;
	min-height: inherit;
	padding: 0 !important;
	text-align: center !important;
}
.section_2 ul li div {
	padding: 0 !important;
}
.section_2 ul li img {
	position: relative !important;
	margin-bottom: 15px !important;
}
.section_2 p {
    clear: both !important;
    width: 100%;
}
.scholarships-box {
	margin-top: 0;
}
}


@media screen and (max-width:991px) {
.for-mobile {
	display: block;
}
.for-desktop {
	display: none;
}
.section_7 .row {
	margin: 0;
}
.section_7 .col6 {
	width: 100%;
	padding: 0;
}
.developers-box {
	height: auto;
}
.footer-right {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.footer-left {
	width: 100%;
	text-align: center;
}
.section_6 {
	padding-top: 70px;
	padding-bottom: 50px;
}
.section_6 .row {
	margin: 0;
	display: flex;
	flex-direction: column;
}
.col4 {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
.workbox {
	height: auto;
	padding: 5px 20px;
	text-align: left;
	position: relative;
}
.section_6 h4 {
	text-align: center;
	position: absolute;
	left: 15px;
	top: 12px;
	margin: 0;
	height:30px;
	width:30px;
	font-size:18px;line-height: 26px;
}
.section_6 p {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.col4:nth-child(1) .workbox:before, .col4:nth-child(2) .workbox:before, .col4:nth-child(2) .workbox:after, .col4:nth-child(3) .workbox:after {
	display: none;
}
.section_6 .col4:nth-child(1) {
	order: 1;
}
.section_6 .col4:nth-child(4) {
	order: 2;
}
.section_6 .col4:nth-child(2) {
	order: 3;
}
.section_6 .col4:nth-child(5) {
	order: 4;
}
.section_6 .col4:nth-child(3) {
	order: 5;
}
.section_5 li {
	width: 50%;
	margin-bottom: 60px;
}
.section_5 {
	padding-top: 50px;
	padding-bottom: 20px;
}
.buildbox {
	height: auto;
}
.col6 {
	width: 100%;
	padding: 0;
}
.row {
	margin: 0;
}
.section_4 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section_1 {
	background: none;
	min-height: inherit;
	text-align: center;
}
.section_1 .get-started {
	display: inline-block !important;
	margin: 0 10px;
}
.section_1 h2 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 25px;
}
.section1-left {
	width: 100%;
}
.section_2 h2 {
	font-size: 24px;
	line-height: 28px;
}
.section_2 ul li {
	width: 50%;
	min-height: inherit;
	padding: 0 !important;
	text-align: center !important;
}
.section_2 ul li div {
	padding: 0 !important;
}
.section_2 ul li img {
	position: relative !important;
	margin-bottom: 15px !important;
}
.section_2 p {
    clear: both !important;
    width: 100%;
}
.scholarships-box {
	margin-top: 0;
}
.section_3 ul li {
    width: 25%;
}
.scholarships-box {
    margin-bottom: -85px; background:none !important; padding:0 !important; width:300px;height: auto;    margin-left: 0;
    margin-top: 150px; position:relative;
}
.scholarships-box img {
    margin-right: 0;
    width: 135px;
}
.section_3 {
    padding-top: 130px;
}
.section_3:before{content:''; width:290px; height:96px; background:url(images/ovel-mobile.png) no-repeat center top; position:absolute; left:50%; top:-96px;-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);

}
}


@media screen and (max-width:600px) {
	#header .container {
		padding:0 15px;
	}
.section_2 p {
    font-size: 14px;
    line-height: 19px;
    min-width: inherit;
}
.section_2 ul li {
    padding: 0 10px !important;
}
.section_2 ul li:nth-child(2n+1) {
    clear:both;
}
.section_3 h2 {
    font-size: 20px;
    line-height: 27px;
}
.section_3 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
}
.section_3 ul li {

    padding-right:0px;
    height:28px;
}
.section_3 ul li+li+li+li+li {
    width:33.333%;
}
.section_3 {
    padding-top: 100px;
    padding-bottom: 60px;
}
.section_4 h2 {
    font-size: 24px;
    line-height: 28px;
}
.section_4 h4 {
    font-size: 18px;
    line-height: 21px;
}
.section_4 p,.section_7 p {
    font-size: 14px;
    line-height: 20px;
}
.section_5 h2,.section_6 h2,.section_7 h2 {
    font-size:24px;
    line-height: 28px;
}
.deve-footer h4 {
    font-size: 14px;
    width:100%;
}
.deve-footer .linkedin {
	float:left;
	padding-top:5px;
	width:100%;
	background: url(images/linkedin.png) no-repeat 0px 8px;
}
#footer h2 {
    font-size: 24px;
    line-height: 30px;
}
#footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footerutilityinline{
clear:both; padding-top:30px;
font-size:18px;
text-align: center;
}
#header {
    top: 20px;
}
.section_1 .get-started {
    margin: 0 10px;width: 110px;
}
.section_6 p {
    font-size: 14px;
    line-height: 24px;
}
.section_1 h2 {
    font-size: 21px;
}
.menu li {
    font-size: 13px;
    margin-left: 15px;
}
}
