.aboutus-wraper {
	float: left;
	width: 100%;
	min-height: 100vh;
	background: #f3f3f3;
}

.about-us-top {
	float: left;
	width: 100%;
	background: #FFF;
	margin-top: 60px;
	padding: 30px 0;
}

.about-us-top h1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #007ee5;
	font-weight: 400;
	text-transform: uppercase;
}

.about-us-top p {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 60px;
	margin-top: 10px;
	font-style: italic;
}

.about-us-body {
	float: left;
	width: 100%;
}

.aboutus-banner {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.aboutus-banner img {
	width: 100%;
}

.aboutus-details-con {
	float: left;
	width: 100%;
	background: #FFF;
	padding: 0 50px 30px;
}

.aboutus-details-con h1 {
	float: left;
	width: 100%;
	font-size: 40px;
	color: #007ee5;
	font-weight: 400;
	padding: 0;
	margin: 0;
	margin-top: 50px;
}

.aboutus-details-con p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	line-height: 24px;
}

.aboutus-details-con p a {
	color: #007ee5;
	font-weight: 600;
}

.aboutus-details-con ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.aboutus-details-con ul li {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin-top: 10px;
	line-height: 24px;
}

.aboutus-details-con ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

.aboutus-details-con h2 {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	line-height: 24px;
	font-weight: 600;
}

.founter-con {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

.co-founder-image {
	float: left;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.co-founder-image img {
	width: 100%;
}

.co-founder-details {
	float: left;
	width: 100%;
}


.co-founder-details h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: -4px;
	vertical-align: top;
}

.about-linked {
	display: inline-block;
	margin-top: -10px;
	margin-left: 10px;
}

.co-founder-details h2 {
	margin-top: 3px;
	text-transform: uppercase;
}

.co-founder-details p {
	margin-top: 6px;
}

.trade-mark {
	margin-top: 50px !important;
}

.mobile-co-founder h1 {
	display: none;
}

.mobile-co-founder h2 {
	display: none;
}