/* CSS Document */
@import "fontface.css";
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Segoe UI;
	background: #fff;
	overflow-x: hidden;
}
:root {
    --black-color: #000;
}
/***************************reset*********************/
html, body, div, span, applet, object, iframe, 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 {
	border: 0;
	font-size: 100%;
}
body ul {
	list-style: none;
	margin: 0px;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	border: none;
	height: auto;
}
a {
	outline: 0;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a img {
	border: 0px;
	text-decoration: none;
}

/***********************end reset*********************/


.main-wrapper {
	position: relative;
}
.container {
	position: relative;
}
header.header {
    position: absolute;
	z-index: 1;
    width: 100%;
    left: 0;
    top: 45px;
}
.main-banner {
    background: url(../images/sky.png) no-repeat center center / 100% 100%;
	min-height: 1280px;
	overflow: hidden;
}
.banner-left-cont {
    padding: 300px 0 0;
}
.main-banner .col-lg-6,
.ProjectOverview .col-lg-6 {
    position: static;
}
.banner-left-item,
.section-cont-itm {
	margin: 0 0 50px;
}
.sec-cont h2 {
    font-size: 49px;
    color: #3A3F9B;
	margin-bottom: 20px;
}
.sec-cont p,
.sec-cont ul li {
    font-size: 33px;
    color: #000000;
}
.banner-left-item p {
	color: #3A3F9B;
}
.section-cont-itm ul li,
.following-features-cont ul li {
	margin-bottom: 30px;
}
.banner-left-item ul li {
	margin-right: 20px;
}
.section-cont-itm ul,
.following-features-cont ul {
    list-style: outside;
	padding-left: 45px;
}
.section-cont-itm ul li::marker,
.following-features-cont ul li::marker {
    color: #3A3F9B;
    font-size: 49px;
	line-height: 24px;
}
.banner-img {
	position: absolute;
    right: -5%;
    top: 0;
    max-width: 77%;
}
.ProjectOverview-img {
	margin-top: -30%;
    text-align: right;
}
.UserInterface {
    padding: 258px 0 100px;
}
.UserInterface-head, .ProTime-head,
.Under-head {
	padding: 0 0 120px;
}
.following-features {
	padding: 130px 0 50px;
}
.ProjectTimeline {
	padding: 20px 0 50px;
}
.following-features-img {
    margin-top: -310px;
	text-align: center;
}
.UserInterface-img {
	text-align: center;
}
.UserInterface-img img {
    margin: 0 auto;
}
.ProTime-headTop {
    font-weight: 700;
    font-size: 36px;
    color: #A33DE3;
    text-align: center;
    margin: 0 0 25px;
}
.ProTime-table-col {
    height: 100%;
    border-left: 3px solid #052254;
	padding: 55px 0;
}
.table-hd {
    font-weight: 700;
    font-size: 27px;
    color: #21B7E2;
    margin: 0 0 40px;
	padding-left: 15px;
}
.table-col-item {
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    padding: 17px 14px;
    border-radius: 16px;
	display: inline-block;
	max-width: 357px;
}
.table-col-item h3 {
	font-weight: 700;
	font-size: 27px;
	color: #4ABC33;
}
.table-col-item p {
	font-size: 20px;
	color: #000000;
	margin: 0;
}
.table-col-01 {
}
.table-col-02 {
    width: 357px;
    margin-top: 167px;
    margin-left: -220px;
}
.table-col-03 {
    margin-left: -258px;
    width: 357px;
}
.table-col-04 {
    margin-left: -210px;
    width: 357px;
    margin-top: 220px;
}
.table-col-05 {
    margin-top: 175px;
    margin-left: -138px;
}
.table-col-06 {
    margin-left: -20px;
}
.table-col-07 {
    margin-left: -190px;
    margin-top: 220px;
}
.table-col-08 {
    margin-left: -200px;
    margin-top: 160px;
}
.Understanding {
    padding: 200px 0;
}
.Understanding-item .row {
	align-items: center;
}
.Understand-imgs {
    position: relative;
	display: inline-block;
}
.Understand-img-icn {
    position: absolute;
    right: -50px;
    bottom: -50px;
}
.text-lg-left .Understand-img-icn {
	left: -50px;
	right: auto;
}
.Understanding-cont h3 {
    font-weight: 600;
    font-size: 49px;
    color: #3A3F9B;
    margin: 0 0 40px;
}
.Understanding-cont p {
    font-size: 33px;
    color: #000000;
}
.Typography-head {
	padding: 0 0 30px;
}
.Typography-row {
    padding-left: 15px;
}
.Typography-hd {
    font-weight: 600;
    font-size: 49px;
    color: #000000;
	margin: 0 0 100px;
}
.Typography-lft {
    background: #fff;
    transform: rotate(24.25deg);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    font-size: 184px;
    color: #3A3F9B;
    padding: 15px 10px;
    border-radius: 110px;
    width: 235px;
    text-align: center;
}
.Typography-rit {
    padding-left: 80px;
    font-size: 33px;
    color: #000000;
}
.Typography-lft span {
    transform: rotate(-24.25deg);
    display: block;
    position: relative;
    top: -10px;
    left: -10px;
}
.Understanding-item {
    padding: 0 0 50px;
}
.Typography-section {
    padding: 50px 0 150px;
}
.Colors-section {
    padding: 100px 0;
}
.Colors-head {
	padding: 0 0 70px;
}
.Colors-main .Colors-itm {
	font-size: 33px;
}
.ftr-cont h2 {
	font-weight: 600;
	font-size: 75px;
	color: #000000;
}
.ftr-cont h5 {
	font-weight: 700;
	font-size: 49px;
	color: #000000;
}
.ftr-cont h5 a {
    color: #000000;
}
.ftr-cont p {
	font-weight: 400;
	font-size: 49px;
	color: #000000;
}
footer.footer {
	padding: 200px 0;	
}



