#body {
	overflow: hidden;
	overflow-y: auto;
}

.revealOnScroll {
	visibility: hidden;
}

.revealOnScroll.animated {
	visibility: visible;
}

.cro-banner {
	background-color: #86eefc;
	padding: 90px 0;
	text-align: center;
}

.page-title {
	font-size: 65px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 30px;
}

.banner-img {
	padding-top: 40px;
}

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

.cro-grids {
	padding-top: 80px;
}

.cro-grids .grid {
	display: inline-block;
	vertical-align: middle;
}

.cro-grids .grid:first-child {
	width: 42%;
}

.cro-grids .grid:last-child {
	width: 56%;
}

.about-cro {
	padding: 60px 0;
	position: relative;
}

.before-text {
	position: relative;
}

.before-text::before {
	color: #f8f8f8;
	content: attr(data-before);
	font-size: 13vw;
	font-weight: 700;
	left: 0%;
	letter-spacing: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	z-index: -1;
	transition: all 2s ease 0s;
	-webkit-transition: all 2s ease 0s;
}

.animated.before-text::before {
	animation: 2s ease slideInLeft;
	-webkit-animation: 2s ease slideInLeft;
}

.setion-hding > h2 {
	color: #000000;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 25px;
	position: relative;
}

.setion-hding > h2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	height: 3px;
	width: 68px;
	background-color: #2ac9de;
}

.setion-hding {
	padding-bottom: 35px;
}

.text-block > p {
	line-height: 1.7;
	padding-bottom: 20px;
}

.text-block .listing {
	padding-bottom: 20px;
}

.text-block > h3 {
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 10px 0;
}

.listing li {
	font-weight: 600;
	padding: 0 0 10px 25px;
	position: relative;
}

.listing li:after {
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	height: 8px;
	width: 15px;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

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

.img-block {
	padding-left: 50px;
}

.stats-listing {
	padding: 20px 0 0;
	text-align: center;
}

.statslisting > li {
	display: inline-block;
	margin: 0 -15px;
	vertical-align: middle;
}

.white-crcle {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.17);
	background-color: #fff;
	border: 3px solid #000;
}

.white-crcle-in {
	padding: 20px 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
	position: relative;
	text-align: center;
}

.stats > h3 {
	color: #1a2325;
	font-size: 14px;
	font-weight: 600;
	padding: 0 20px;
}

.stats > h4 {
	color: #e62e48;
	font-family: "helveticaneuecyrbold";
	font-size: 66px;
	line-height: 1;
	padding: 12px 0 0;
}

.stats > h4 span {
	font-size: 40px;
}

.croprocess {
	background-color: #ffe246;
	padding: 130px 0 100px;
	position: relative;
}

.setion-hding.alignCenter {
	text-align: center;
}

.setion-hding.alignCenter > h2::after {
	right: 0;
	margin: 0 auto;
}

.process-list {
	text-align: center;
}

.process-list > li {
	display: inline-block;
	padding: 15px;
	vertical-align: bottom;
	width: 24%;
	position: relative;
}

.process-icn {
	position: relative;
}

.process-icn:after {
	position: absolute;
	content: "";
	left: 100%;
	bottom: 80px;
	background-image: url('../../img2/cro-process-arrow.png');
	background-repeat: no-repeat;
	width: 46px;
	height: 30px;
	opacity: 0;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.animated .process-icn::after {
	opacity: 1;
}

.animated .first-row > li:nth-child(2) .process-icn::after {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}

.animated .first-row > li:nth-child(3) .process-icn::after {
	transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
}

.animated .first-row > li:nth-child(4) .process-icn::after {
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
}

.animated .second-row > li:nth-child(1) .process-icn::after {
	transition-delay: 2.5s;
	-webkit-transition-delay: 2.5s;
}

.animated .second-row > li:nth-child(2) .process-icn::after {
	transition-delay: 3s;
	-webkit-transition-delay: 3s;
}

.animated .second-row > li:nth-child(3) .process-icn::after {
	transition-delay: 3.5s;
	-webkit-transition-delay: 3.5s;
}

.animated .second-row > li:nth-child(4) .process-icn::after {
	transition-delay: 4s;
	-webkit-transition-delay: 4s;
}

.process-list.first-row > li:last-child .process-icn::after {
	left: 120px;
	margin: 100px 0 0;
	top: 100%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.process-list.second-row li .process-icn:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.process-list.second-row li:first-child .process-icn:after {
	display: none;
}

.cro-process {
	padding-top: 60px;
}

.cro_process > h2 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	padding: 20px 0 0;
}

.process-list.second-row {
	direction: rtl;
	padding: 100px 0 0;
}

.croprocess::before {
	color: #f8d93c;
	font-size: 17vw;
	font-weight: 800;
	z-index: 0;
	top: -40px;
}

.left-crcle {
	position: absolute;
	left: -40%;
	width: calc(200px + (880 - 150) * (100vw - 320px) / (1920 - 320));
	height: calc(200px + (880 - 150) * (100vw - 320px) / (1920 - 320));
	background-color: #2cbed2;
	border-radius: 50%;
}

.left-crcle::after {
	background-color: #ffffff;
	border-radius: 50%;
	bottom: 230px;
	content: "";
	height: 68px;
	position: absolute;
	right: 10px;
	width: 68px;
}

.croprocess .fix-container {
	position: relative;
	z-index: 2;
}

.stats-section {
	padding: 70px 0;
	border-top: 1px solid #ddd;
	background-color: #ffe246;
}

.statslisting > li:nth-child(2n) h4 {
	color: #07b8d0;
}

.setion-heading h2 {
	color: #000000;
	font-size: 30px;
	line-height: normal;
	margin: 0px 0 20px;
	padding: 0 0 15px;
	text-align: center;
}

.setion-heading h2 strong {
	font-weight: 700;
}

.cta.cta--gray {
	background: #393f40;
	text-align: center;
	display: table;
	padding: 45px 0;
	width: 100%;
}

.cta h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 28px;
	line-height: 1.4;
	padding: 0 20px;
	text-align: left;
	vertical-align: middle;
	margin-right: 25px;
}

a.btn-arrow {
	background: #2ac8de;
	color: #fff;
	vertical-align: middle;
	margin: 0;
}

a.btn-arrow i.svg svg {
	fill: #ffffff;
}

a.btn-arrow i.svg svg {
	display: block;
}


/*Tabing layout css*/

ul.tabs {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 70px;
	font-size: 0;
	padding: 0;
}

ul.tabs li {
	min-width: 230px;
	background: none;
	color: #626262;
	font-size: 18px;
	display: inline-block;
	padding: 15px 15px;
	margin-left: -1px;
	cursor: pointer;
	border: solid 1px #dedddd;
	vertical-align: top;
	text-align: center;
}

ul.tabs li .svg {
	display: block;
	width: 60px;
	height: 60px;
	margin: 10px auto;
}

ul.tabs li .svg svg {
	fill: #626262;
	width: inherit;
	height: inherit;
}

ul.tabs li.current {
	background: #2cbed2;
	color: #fff;
	border-color: #2cbed2;
}

ul.tabs li.current .svg svg {
	fill: #fff;
}

ul.tabs li .svg svg path {
	fill: #626262;
}

ul.tabs li.current .svg svg path {
	fill: #fff;
}

.tab-content {
	display: none;
	padding-bottom: 60px;
	background: url(../../img2/retina/layer.svg) bottom no-repeat;
	-webkit-animation: animate_background 5s linear 0s infinite;
	-moz-animation: animate_background 5s linear 0s infinite;
	-o-animation: animate_background 5s linear 0s infinite;
	animation: animate_background 5s linear 0s infinite;
}

.tabcontent {
	display: none
}

.tab-content:before,
.tab-content:after {
	content: "";
	display: table;
	line-height: 0;
}

.tab-content:after {
	clear: both;
}

.tab-content.current,
.tabcontent.current {
	display: inherit;
}

.tab-content-elemets {
	margin: 0 auto;
	max-width: 1300px;
}

.tab-content-elemets {
	max-width: 1320px;
	padding: 0 10px;
}

.tab-content-elemets .icons {
	width: 49%;
	height: 550px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-right: 80px;
}

.tab-content-elemets .icons svg {
	width: auto;
	height: auto;
}

.tab-content-elemets .icons svg {
	width: 100%;
	height: 100%;
	max-width: 300px;
}

.tab-content-elemets .icons svg path {
	fill: #f2f2f2;
}

.tab-content-elemets .icons svg path.fill-color {
	fill: #2cbed2;
}

.tab-content-elemets .icons svg path.fill-color-2 {
	fill: #e8e6e6;
}

.icons .svg {
	display: block;
	background-image: url(../../img2/cro-svg-bg.png);
	background-repeat: no-repeat;
	height: 100%;
}

.txt-wrapper {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding-top: 50px;
}

.txt-wrapper h3 {
	color: #626262;
	font-size: 55px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 50px;
}

.txt-wrapper h3:after {
	content: "";
	background: #626262;
	width: 65px;
	height: 3px;
	position: absolute;
	bottom: -10px;
	display: block;
	margin: 0;
	left: 0;
}

.txt-wrapper p {
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.txt-wrapper ul {
	margin-bottom: 40px;
}

.questions > li {
	background-image: url("../../img2/cro-mark-icon.png");
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding: 0 0 0 34px;
	margin: 18px 0;
	font-size: 18px;
}

.txt-wrapper li a {
	line-height: 1.5;
	color: inherit;
	font-size: inherit;
}

.txt-wrapper li a:hover {
	text-decoration: underline;
}

.crofactors {
	padding: 100px 0;
	background: url("../../img2/retina/layer.svg") no-repeat scroll center bottom;
}

.cro-factors {
	padding-top: 30px;
}

.croservice {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	background-color: #fcfcfc;
}

.cro-service {
	direction: rtl;
}

.cro-service .left-grid {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 150px 0 0;
	direction: ltr;
}

.cro-service .right-grid {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	direction: ltr;
}

.btn-wrap {
	padding-top: 40px;
}

.cro-service .tab-content {
	background: none;
}

.croservice::before {
	background-image: url("../../img2/cro-pentagon-bg.png");
	background-repeat: no-repeat;
	content: "";
	height: 574px;
	left: -250px;
	position: absolute;
	top: -90px;
	width: 845px;
}

.cro-service,
.cro-srvs {
	position: relative;
}

.tabcontent .setion-hding > h2 {
	font-size: 28px;
	padding-bottom: 10px;
}

.tabcontent .setion-hding {
	padding-bottom: 25px;
}

.cro-srvs-box {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	padding: 10px;
}

.cro-srvs {
	display: inline-block;
	color: #fff;
}

.cro-srvs-box > h2 {
	color: currentcolor;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}

.service-list li {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
}

.service-block {
	min-height: 814px;
	position: relative;
	z-index: 1;
	margin-left: 70px;
}

.service-list li.two {
	left: 296px;
}

.service-list li.three {
	left: -147px;
	top: 252px;
}

.service-list li.four {
	left: 147px;
	top: 252px;
}

.service-list li.five {
	left: 440px;
	top: 252px;
}

.service-list li.six {
	left: 0;
	top: 507px;
}

.service-list li.seven {
	left: 298px;
	top: 507px;
}

.light-blue polygon {
	fill: #2cbed2;
	stroke: #2cbed2;
}

.yellow polygon {
	fill: #ffcc33;
	stroke: #ffcc33;
}

.pink polygon {
	fill: #ff4c65;
	stroke: #ff4c65;
}

.brown polygon {
	fill: #333333;
	stroke: #333333;
}

.cro-srvs:hover polygon,
.current .cro-srvs polygon {
	fill: #fff;
}

.cro-srvs:hover,
.current .cro-srvs {
	color: #2cbed2;
}

.cro-srvs.yellow:hover,
.current .cro-srvs.yellow {
	color: #ffcc33;
}

.cro-srvs.pink:hover,
.current .cro-srvs.pink {
	color: #ff4c65;
}

.cro-srvs.brown:hover,
.current .cro-srvs.brown {
	color: #333;
}

.cro-srvs-svg svg {
	display: block;
	margin: 0 auto 20px;
}

.cro-srvs-svg svg path {
	fill: currentColor;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.service-block::after {
	background-image: url("../../img2/cro-pentagon-bg2.png");
	content: "";
	height: 1065px;
	left: 100%;
	margin: 0 0 0 47px;
	position: absolute;
	top: -253px;
	width: 414px;
	z-index: -1;
}

.service-list {
	margin: -50px 0 0 0;
}

.text-link {
	color: #ffffff;
	margin: 10px 15px;
	text-decoration: underline;
	white-space: nowrap;
}

.btn-row {
	margin: 20px 0 0;
}

@media screen and (max-width:1575px) {
	.service-list {
		margin: 0;
	}
	.service-list li {
		position: relative;
		vertical-align: middle;
		padding: 10px 0px;
	}
	.cro-srvs-box > h2 {
		font-size: 14px;
		padding: 0 15px;
	}
	.cro-srvs-svg svg {
		display: block;
		height: 40px;
		margin: 0 auto 10px;
		width: 40px;
	}
	.service-list li:last-child {
		border-right: none;
	}
	.service-list li.two {
		left: 0;
	}
	.service-list li.three {
		left: 0;
		top: 0;
	}
	.service-list li.four {
		left: 0;
		top: 0;
	}
	.service-list li.five {
		left: 0;
		top: 0;
	}
	.service-list li.six {
		left: 0;
		top: 0;
	}
	.pentagon-svg {
		width: 200px;
		height: 200px;
	}
	.pentagon-svg svg {
		width: 100%;
		height: 100%;
		display: block;
	}
	.service-block::after {
		left: 370px;
	}
	.croservice::before {
		left: -610px;
	}
}

@media screen and (max-width:1024px) {
	.revealOnScroll {
		visibility: visible;
	}
	.process-list > li .process-icn::after,
	.croprocess::after,
	.croservice::before,
	.service-block::after {
		display: none;
	}
	.left-crcle {
		display: none;
	}
	.process-list > li {
		padding: 30px;
	}
	.process-list.second-row {
		direction: ltr;
		padding: 0;
	}
	.process-icn > img {
		max-width: 100%;
	}
	.croprocess {
		padding: 60px 0 40px;
	}
	.cro-process {
		padding-top: 0;
	}
	.icons .svg {
		background-size: 100% auto;
		height: auto;
		padding: 70px;
	}
	.txt-wrapper h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.txt-wrapper p {
		font-size: 14px;
	}
	.service-list li {
		position: relative;
		vertical-align: middle;
		padding: 20px 25px;
		border-right: 1px solid #ddd;
	}
	.service-list li:last-child {
		border-right: none;
	}
	.service-list li.two {
		left: 0;
	}
	.service-list li.three {
		left: 0;
		top: 0;
	}
	.service-list li.four {
		left: 0;
		top: 0;
	}
	.service-list li.five {
		left: 0;
		top: 0;
	}
	.service-list li.six {
		left: 0;
		top: 0;
	}
	.cro-service .right-grid {
		display: block;
		width: auto;
	}
	.cro-service {
		direction: ltr;
	}
	.cro-service .left-grid {
		display: block;
		padding: 40px 0 0;
		width: auto;
	}
	.service-block {
		margin: 0;
		min-height: auto;
		text-align: center;
	}
	.service-list {
		margin: 0;
		display: inline-block;
		border: 1px solid #ddd;
	}
	.pentagon-svg {
		display: none;
	}
	.cro-srvs-box {
		left: 0;
		position: relative;
		top: 0;
		transform: none;
		-webkit-transform: none;
		padding: 0;
	}
	.cro-srvs-box > h2 {
		display: none;
	}
	.cro-srvs {
		color: #222222;
		display: block;
	}
	.cro-srvs-svg svg {
		height: 42px;
		margin: 0 auto;
		width: 42px;
	}
	.cro-srvs:hover,
	.current .cro-srvs {
		color: #ff4c65 !important;
	}
}

@media screen and (max-width: 992px) {
	.page-title {
		font-size: 35px;
	}
	.banner-img {
		padding-top: 20px;
	}
	.cro-grids .grid {
		display: block;
	}
	.cro-grids .grid:last-child {
		width: auto;
		padding-top: 50px;
	}
	.cro-grids .grid:first-child {
		width: auto;
	}
	.cro-grids {
		padding-top: 0;
	}
	.img-block {
		padding-left: 0;
	}
	.cta h3 {
		display: block;
		margin: 0 0 10px;
		text-align: center;
		font-size: 24px;
	}
	.cta.cta--gray {
		padding: 25px 0;
	}
	ul.tabs li {
		font-size: 15px;
		min-width: 170px;
	}
}

@media screen and (max-width: 767px) {
	.page-title {
		font-size: 22px;
		padding: 0;
	}
	.cro-banner {
		padding: 30px 0;
	}
	.setion-hding > h2 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.setion-hding {
		padding-bottom: 25px;
	}
	.text-block > p {
		font-size: 16px;
		line-height: normal;
	}
	.process-list > li {
		width: 100%;
	}
	ul.tabs li {
		font-size: 0;
		min-width: inherit;
		padding: 0 15px;
		width: auto;
	}
	ul.tabs li .svg {
		height: 40px;
		width: 40px;
	}
	.tab-content-elemets .icons {
		display: block;
		float: none;
		height: auto;
		margin: 0 auto;
		max-width: 290px;
		padding: 0;
		width: auto;
	}
	.txt-wrapper {
		display: block;
		float: none;
		width: auto;
	}
	.txt-wrapper li {
		display: block;
		width: auto;
	}
	.crofactors {
		padding: 40px 0;
	}
	.tab-content {
		padding-bottom: 0;
	}
	.service-list {
		display: block;
		overflow: auto;
		white-space: nowrap;
	}
	.croservice {
		padding: 40px 0;
	}
}