/*BUTTONS CSS HERE*/

.page-btn {
	background-color: #ffdd00;
	border: 3px solid #ffdd00;
	color: #000;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 45px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	min-width: 230px;
	text-align: center;
}

.page-btn::after {
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	background-color: #fff;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	z-index: -1;
	border-radius: 0px;
}

.page-btn:hover::after,
.page-btn:active::after {
	width: 100%;
}

.page-btn:hover {
	color: #222;
}

.black-btn {
	background-color: #393e41;
	border-color: #393e41;
	color: #fee038;
}

.black-btn:hover {
	color: #393f40;
}


/*BUTTON CSS END HERE*/

.right-color {
	width: 150px;
	height: 410px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(230, 46, 72, 0.9);
}

.right-color:before {
	width: 410px;
	height: 410px;
	position: absolute;
	right: 100%;
	top: 0;
	border: 205px solid rgba(230, 46, 72, 0.9);
	border-left-color: transparent;
	border-bottom-color: transparent;
	content: "";
}

.bio-graphic {
	background-image: url('../../img2/bio-header-img.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 693px;
	padding: 50px 0;
	position: relative;
}

.banner-text {
	background-color: rgba(230, 46, 72, 0.9);
	bottom: 0;
	height: 270px;
	left: 0;
	max-width: 730px;
	padding: 55px 34px 0 300px;
	position: absolute;
	z-index: 2;
}

.banner-text > h2 {
	color: #ffffff;
	font-family: "helveticaneuecyrbold";
	font-size: 80px;
	line-height: 1;
}

.banner-text::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	border: 135px solid rgba(230, 46, 72, 0.9);
	border-top-color: transparent;
	border-right-color: transparent;
	width: 270px;
	height: 270px;
	left: 100%;
	z-index: -1;
}

.crcle {
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	height: 240px;
	width: 240px;
	text-align: center;
	padding: 15px;
	position: relative;
}

.crcle::after {
	background-color: #000000;
	content: "";
	height: 3px;
	left: 100%;
	margin: -2px 0 0 -34px;
	position: absolute;
	top: 50%;
	width: 68px;
}

.crcle-in {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 10px;
}

.count {
	font-family: helveticaneuecyrbold;
	font-size: 64px;
	line-height: 1;
}

.yellow .count {
	color: #ffcc00;
}

.yellow.crcle::after {
	background-color: #ffcc00;
}

.blue-green .count {
	color: #2cbed2;
}

.blue-green.crcle::after {
	background-color: #2cbed2;
}

.pink .count {
	color: #e62e48;
}

.pink.crcle::after {
	background-color: #e62e48;
}

.crcle-title {
	font-family: helveticaneuecyrbold;
	font-size: 20px;
	line-height: 1.2;
}

.business-investment-opportunity {
	padding: 80px 0;
	background-color: #fff;
}

.data-content {
	position: relative;
}

.data-content::before {
	color: #f5f5f5;
	content: attr(data-before);
	font-family: "helveticaneuecyrbold";
	font-size: 22.5vw;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.why-invest {
	position: relative;
}

.why-invest .head-block {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 490px;
	text-align: center;
}

.crcle-list {
	text-align: center;
	position: relative;
}

.crcle-list > li {
	display: inline-block;
	vertical-align: bottom;
	padding: 20px 0;
}

.crcle-list > li:nth-child(2) {
	padding: 20px 180px 280px;
}

.crcle-list > li:nth-child(2) .crcle::after {
	left: 50%;
	top: 100%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.crcle-list > li:nth-child(3) .crcle::after {
	left: auto;
	margin: -2px -39px 0 0;
	right: 100%;
}

.crcle-list > li:nth-child(4) .crcle::after {
	left: 50%;
	top: auto;
	bottom: 100%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.section-title {
	font-size: 36px;
	font-family: helveticaneuecyrbold;
	color: #111;
	padding-bottom: 10px;
}

.head-block > p {
	color: #666666;
	line-height: 1.8;
}

.service-box {
	width: 100%;
	height: 420px;
	padding: 50px 0px;
	text-align: center;
	position: relative;
}

.service-box-in {
	position: relative;
}

.service-detail {
	padding-top: 20px;
}

.panel {
	position: relative;
	/*-webkit-perspective: 1250px;
	-moz-perspective: 1250px;*/
}

.panel .front {
	background-color: #2cbed2;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 900;
	width: 100%;
	padding: 40px 20px;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.panel .back {
	height: inherit;
	position: absolute;
	top: 0;
	background-color: #108ea2;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.box-title,
.service-detail h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	padding: 0 10px 10px;
	line-height: 1.2;
}

.service-detail h2 {
	padding: 20px 20px 0
}

.service-detail .page-btn {
	display: block;
}

.img-box {
	margin: 30px auto 0;
	max-width: 180px;
}

.service-detail > p {
	color: #ffffff;
	padding: 20px 40px 30px;
}

.box-title > span,
.service-detail h2 span {
	display: block;
	font-size: 24px;
}

.ylow-bg .service-detail > p,
.ylow-bg .service-detail > h2 {
	color: #000;
}

.ylow-bg .front,
.ylow-bg .back {
	background-color: #ffdd00;
}

.darkblue-bg .front,
.darkblue-bg .back {
	background-color: #27a7b8;
}

.pink-bg .front,
.pink-bg .back {
	background-color: #e62e48;
}

.bio-service {
	background-color: #393e41;
	padding: 80px 0 0 0;
	position: relative;
}

.bio-service.data-content::before {
	color: #ffffff;
	opacity: 0.03;
	top: 0;
	transform: none;
	-webkit-transform: none;
	z-index: 0;
	font-size: 20vw;
}

.bio-service:after {
	background-color: #fff;
	content: "";
	left: 0;
	bottom: 0;
	position: absolute;
	height: 110px;
	right: 0;
}

.service-list {
	position: relative;
	z-index: 2;
}

.section-title-box {
	padding: 40px 0;
}

.section-title-box .section-title {
	color: #ffffff;
	font-size: 56px;
	line-height: 1.1;
}

.ylow-bg .box-title {
	color: #393e41;
}

.list-colm {
	float: left;
	padding: 10px;
	width: 33.33%;
}


/*Our Mission*/

.our-mission {
	max-width: 600px;
	text-align: left;
	padding-right: 150px;
}

.our-mission > p {
	color: #666666;
	line-height: 1.7;
	padding-bottom: 30px;
}

.ourmission {
	text-align: center;
	padding: 100px 0;
}

.ourmission .grid {
	display: table-cell;
	vertical-align: middle;
}

.mb {
	max-width: 640px;
	display: inline-block;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.mb img {
	max-width: 100%;
}

.mission::before {
	color: #000000;
	top: 40px;
	transform: none;
	-webkit-transform: none;
	line-height: 1;
	opacity: 0.05;
	font-size: 20vw;
}

.industries-we-serve {
	text-align: center;
	padding-bottom: 50px;
}

.rectangular-box {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	height: 190px;
	background-color: #fff;
}

.rectangular-box-in {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: relative;
}

.listing {
	position: relative;
}

.listing-box {
	position: relative;
	z-index: 5;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.crcle-bg {
	position: absolute;
	height: 182px;
	left: 0;
	right: 0;
	bottom: -70px;
	overflow: hidden;
	z-index: -1;
}

.crcle-bg::before {
	background-color: #f7f7f7;
	border-radius: 100%;
	content: "";
	height: 500px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0px;
	width: 1670px;
}

.slide-itm {
	padding: 15px;
	width: 25%;
}

.indust-icon {
	display: block;
	margin: 0 0 15px;
	opacity: 0.2;
}

.rectangular-box:hover .indust-icon {
	opacity: 1
}

.rectangular-box h3 {
	font-size: 20px;
	color: #111;
	font-family: helveticaneuecyrbold;
	text-transform: uppercase;
}

.projects {
	background-color: #2cbed2;
	padding: 100px 0;
}

.projects::before {
	color: #ffffff;
	font-size: 16vw;
	opacity: 0.1;
	top: -10px;
	transform: none;
	-webkit-transform: none;
	z-index: 0;
}

.cta-block {
	padding: 50px 0 0 0;
	text-align: center;
	position: relative;
}

.cta-block-in {
	position: relative;
}

.cta-block-in > h2 {
	color: #ffffff;
	font-size: 24px;
	font-family: helveticaneuecyrmedium;
	padding-bottom: 30px;
}

.image-block > img {
	max-width: 100%;
}

.head-blk .section-title {
	color: #fff;
}

.image-block {
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
	display: inline-block;
	position: relative;
	z-index: 2;
}

.projects .section-title {
	text-align: center;
	color: #fff;
}


/*awards-milestones*/

.awards-milestones {
	padding: 70px 0;
	overflow: hidden;
}

.awards-milestones .section-title {
	text-align: center;
}

.top-block {
	padding-bottom: 20px;
}

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

.grids .grid {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 10px;
}

.product-name {
	color: #2dbed2;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	position: relative;
	transition: .2s ease-in-out;
}

.product-name:before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 83px;
	height: 4px;
	background-color: #111;
	opacity: 0.5;
}

.product-tagline {
	color: #666666;
	line-height: 1.2;
}

.small .product-name {
	font-size: 24px;
}

.small .product-name::before {
	height: 2px;
	width: 33px;
}

.small .product-tagline {
	font-size: 14px;
}

.col {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}

.two-cols,
.three-cols {
	display: table;
	margin: 0 -10px;
	width: calc(100% + 20px);
}

.graybox {
	background-color: #f6f6f6;
	min-height: 125px;
}

.graybox a {
	padding: 35px;
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}


/*.graybox a:hover{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}*/

.graybox a:hover .product-name {
	color: #222;
}

.graybox.small a {
	padding: 25px 20px;
}

.shadow-box {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	padding: 20px;
	background-color: #fff;
}

.products-box {
	padding-bottom: 20px;
}

.shade-box {
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 20px;
	position: relative;
}

.imgbox > a {
	display: block;
	overflow: hidden;
}

.imgbox > a img {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	max-width: 100%;
}

.imgbox > a:hover img {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.squre-box {
	height: 270px;
}

.squre-box > img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	max-width: 100%;
}

.listing--box {
	margin: -10px -10px 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.listing--box li {
	padding: 10px;
	width: 33.33%;
}

.about-box {
	padding: 10px;
}

.img-box > img {
	max-width: 100%;
}

.awards-milestones:before {
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	right: auto;
	color: #000;
	opacity: .05;
	font-size: 19.5vw;
}

.fatbit-welcome {
	background-image: url('../../img2/bio-team-image.jpg');
	padding: 50px 0;
	text-align: center;
	height: 877px;
	position: relative;
}

.fatbit-welcome:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(254, 224, 56, 0.8);
}

.fatbit-team {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.fatbit-team h2 {
	color: #333333;
	font-family: helveticaneuecyrbold;
	font-size: 36px;
	line-height: 1.3;
	padding-bottom: 40px;
}


/*RESPONSIVE CSS HERE*/

@media only screen and (max-width:1500px) {
	.banner-text {
		max-width: 570px;
		padding: 55px 34px 0 90px;
	}
}

@media only screen and (max-width:1150px) {
	.why-invest .head-block {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		-webkit-transform: none;
		max-width: inherit;
		padding-bottom: 50px;
	}
	.crcle::after {
		display: none;
	}
	.crcle-list > li:nth-child(2),
	.crcle-list > li {
		padding: 10px;
	}
	.service-detail > p {
		padding: 20px 20px 30px;
	}
	.right-color {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.bio-graphic {
		height: auto;
		text-align: center;
		background-size: 100%;
	}
	.banner-text {
		height: auto;
		max-width: inherit;
		padding: 30px;
		position: relative;
		margin: 0 auto;
		display: inline-block;
	}
	.banner-text > h2 {
		font-size: 35px;
	}
	.banner-text::before {
		display: none;
	}
	.list-colm {
		width: 50%;
		margin: 0 !important;
	}
	.list-colm:first-child {
		float: none;
		width: 100%;
	}
	.section-title-box .section-title br {
		display: none;
	}
	.bio-service {
		padding: 20px 0 0;
	}
	.panel .back {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		padding: 40px;
	}
	.panel .front {
		display: none;
	}
	.service-detail > p {
		padding: 20px 0;
	}
	.service-detail {
		padding: 0
	}
	.section-title-box {
		padding: 40px 0 0;
	}
	.section-title-box .section-title {
		font-size: 36px;
	}
	.grids .grid {
		display: block;
		width: auto;
	}
	.products-box,
	.projects-box {
		margin: 0 auto;
		max-width: 635px;
	}
	.page-btn {
		font-size: 18px;
		min-width: inherit;
		padding: 10px 35px;
	}
	.our-mission {
		padding-right: 50px;
	}
	.ourmission .grid {
		width: 50%;
	}
	.slide-itm {
		width: 33.33%;
	}
	.squre-box {
		height: 180px;
	}
	.fatbit-welcome {
		height: auto;
		padding: 80px 0;
		background-size: 100% auto;
	}
	.fatbit-team {
		top: 0;
		transform: none;
		-webkit-transform: none;
	}
	.fatbit-team h2 {
		font-size: 24px;
	}
	.projects {
		padding: 50px 0 40px;
	}
}

@media only screen and (max-width: 990px) {
	.cta-block {
		height: auto;
		margin: 20px 0 0;
		max-width: inherit;
		padding: 0;
	}
	.cta-block-in {
		top: 0;
		transform: none;
		-webkit-transform: none;
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.bio-graphic {
		padding: 0;
	}
	.section-title {
		font-size: 24px;
	}
	.business-investment-opportunity {
		padding: 30px 0;
	}
	.section-title-box {
		padding: 0;
		text-align: center;
	}
	.list-colm {
		width: 100%;
	}
	.panel .back {
		position: relative;
		padding: 25px 15px;
	}
	.service-box {
		height: auto;
		padding: 0;
	}
	.ourmission .grid {
		display: block;
		width: auto;
	}
	.our-mission {
		padding: 0 0 25px 0;
		text-align: center;
	}
	.slide-itm {
		width: 100%;
	}
	.col {
		display: block;
	}
	.shade-box {
		background-color: transparent;
		box-shadow: none;
		padding: 0;
	}
	.imgbox {
		background-color: #ffffff;
		display: inline-block;
		padding: 3px;
	}
	.two-cols,
	.three-cols {
		display: block;
		margin: 0;
		width: auto;
	}
	.projects-box {
		text-align: center;
	}
	.cta-block-in > h2 {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.cta-block-in {
		padding: 30px 0 0;
	}
	.listing--box li {
		width: 100%;
	}
	.awards-milestones {
		padding: 40px 0 20px;
	}
	.fatbit-team h2 {
		font-size: 18px;
	}
	.fatbit-welcome {
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 50px 0;
	}
	.top-block {
		padding-bottom: 0;
	}
	.ourmission {
		padding: 50px 0 50px;
	}
	.section-title-box .section-title {
		font-size: 24px;
	}
	.banner-text > h2 {
		font-size: 30px;
	}
}