@charset "utf-8";
/*
*******************************************
*******************************************

/*
@font-face {
    font-family: 'HurmeGeometricSans3Light';
    src: url('assets/webfonts/site-font/HurmeGeometricSans3Light.eot');
    src: url('assets/webfonts/site-font/HurmeGeometricSans3Light.eot') format('embedded-opentype'),
         url('assets/webfonts/site-font/HurmeGeometricSans3Light.woff2') format('woff2'),
         url('assets/webfonts/site-font/HurmeGeometricSans3Light.woff') format('woff'),
         url('assets/webfonts/site-font/HurmeGeometricSans3Light.ttf') format('truetype'),
         url('assets/webfonts/site-font/HurmeGeometricSans3Light.svg#HurmeGeometricSans3Light') format('svg');
}
@font-face {
    font-family: 'HurmeGeometricSans3';
    src: url('assets/webfonts/site-font/HurmeGeometricSans3.eot');
    src: url('assets/webfonts/site-font/HurmeGeometricSans3.eot') format('embedded-opentype'),
         url('assets/webfonts/site-font/HurmeGeometricSans3.woff2') format('woff2'),
         url('assets/webfonts/site-font/HurmeGeometricSans3.woff') format('woff'),
         url('assets/webfonts/site-font/HurmeGeometricSans3.ttf') format('truetype'),
         url('assets/webfonts/site-font/HurmeGeometricSans3.svg#HurmeGeometricSans3') format('svg');
}
@font-face {
    font-family: 'HurmeGeometricSans3Bold';
    src: url('assets/webfonts/site-font/HurmeGeometricSans3Bold.eot');
    src: url('assets/webfonts/site-font/HurmeGeometricSans3Bold.eot') format('embedded-opentype'),
         url('assets/webfonts/site-font/HurmeGeometricSans3Bold.woff2') format('woff2'),
         url('assets/webfonts/site-font/HurmeGeometricSans3Bold.woff') format('woff'),
         url('assets/webfonts/site-font/HurmeGeometricSans3Bold.ttf') format('truetype'),
         url('assets/webfonts/site-font/HurmeGeometricSans3Bold.svg#HurmeGeometricSans3Bold') format('svg');
}
@font-face {
    font-family: 'HurmeGeometricSans3SemiBold';
    src: url('assets/webfonts/site-font/HurmeGeometricSans3SemiBold.eot');
    src: url('assets/webfonts/site-font/HurmeGeometricSans3SemiBold.eot') format('embedded-opentype'),
         url('assets/webfonts/site-font/HurmeGeometricSans3SemiBold.woff2') format('woff2'),
         url('assets/webfonts/site-font/HurmeGeometricSans3SemiBold.woff') format('woff'),
         url('assets/webfonts/site-font/HurmeGeometricSans3SemiBold.ttf') format('truetype'),
         url('assets/webfonts/site-font/HurmeGeometricSans3SemiBold.svg#HurmeGeometricSans3SemiBold') format('svg');
}*/
@font-face {
    font-family: 'HurmeGeometricSans3Bold';
    src: url('assets/webfonts/site-font-new/HurmeGeometricSans3-Bold/font.woff2') format('woff2'),
         url('assets/webfonts/site-font-new/HurmeGeometricSans3-Bold/font.woff') format('woff')
}
@font-face {
    font-family: 'HurmeGeometricSans3SemiBold';
    src: url('assets/webfonts/site-font-new/HurmeGeometricSans3-SemiBold/font.woff2') format('woff2'),
         url('assets/webfonts/site-font-new/HurmeGeometricSans3-SemiBold/font.woff') format('woff')
}
@font-face {
    font-family: 'HurmeGeometricSans3Light';
    src: url('assets/webfonts/site-font-new/HurmeGeometricSans3-Light/font.woff2') format('woff2'),
         url('assets/webfonts/site-font-new/HurmeGeometricSans3-Light/font.woff') format('woff')
}
@font-face {
    font-family: 'HurmeGeometricSans3SemiRegular';
    src: url('assets/webfonts/site-font-new/HurmeGeometricSans3-Regular/font.woff2') format('woff2'),
         url('assets/webfonts/site-font-new/HurmeGeometricSans3-Regular/font.woff') format('woff')
}
/*-------------- Defalts Css ------------------*/

body {
	font-family: "HurmeGeometricSans3SemiBold";
	font-size: 16px;
	line-height: 24px;
	color: #191919;
}
a {
	outline: none;
}
button:active {
	border: none !important;
	outline: none !important;
}
button:focus {
	outline: 0;
}
a, .logo, i,.scrollup, .mainmenu ul li ul, signup-btn a, button.slick-arrow, .action-button, .main-btn, a.btn-learn:before, a.shop-btn2:before, .shop-btn3, .biotechnology:before, .biotechnology:after,.learn-more-white, .learn-more, .learn-more2, .first-slide-arrow > div, .biotech-platform-arrow > div, .whatWeDo-block:before, .megamenu-block, .team-img a:before, .team-img a:after {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
img {
	max-width: 100%;
}
h1 {
	font-size: 72px;
	font-family: "HurmeGeometricSans3Bold";
}
h2 {
	font-size: 48px;
	font-weight: 600;
	font-family: "HurmeGeometricSans3Bold";
	line-height:60px;
}
h3 {
	font-size: 42px;
	font-weight: 600;
	font-family: "HurmeGeometricSans3Bold";
}
h4 {
	font-size: 28px;
	font-family: "HurmeGeometricSans3Bold";
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 15px;
}
p{
    font-family: "HurmeGeometricSans3SemiRegular";
}
p:last-child{
    margin-bottom: 0px;
}
/*-------------- Accessibility ------------------*/
*:focus-visible {
	border: 2px solid black;
}

.skip-link {
	position: absolute;
	left: -10000px;
	background-color: white;
	color: black;
	padding: 12px;
	border-radius: 5px;
	z-index: 999;
}

.skip-link:focus-visible {
	left: 0px;
}

.sr-only {
	position: absolute;
	left: -10000px;
}

/*-------------- important Css ------------------*/

.pr50 {
	padding-right: 50px;
}
.pl50 {
	padding-left: 50px;
}
.mtb-auto {
	margin-bottom: auto;
	margin-top: auto;
}
.space40 {
	height: 40px;
}
.space30 {
	height: 30px;
}
.space20 {
	height: 20px;
}
.space60 {
	height: 60px;
}
.space80 {
	height: 80px;
}
.separetor {
	height: 1px;
	background-color: #d6d6d6;
	margin: 15px 0px;
}
.item-table {
	display: table;
	width: 100%;
	height: 100%;
}
.item-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.bg-dark-gary {
	background-color: #f2f2f2;
}
.round-btn {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0;
    margin-top: 15px;
    padding: 12px 40px;
    text-align: center;
    background: #b400ff;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    animation: shadow-pulse 3s infinite;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}

.round-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5510f1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.round-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.round-btn:hover{
  color: #fff;
  text-decoration: none;
}
/*-------------- Background Css ------------------*/

.home-bg-img1 {
	background-image: url(assets/images/slider-bg1.jpg);
}
.home-bg-img2 {
	background-image: url(assets/images/slider-bg2.jpg);
}
.inner-sloder-bg1 {
	background-image: url(assets/images/slider-bg1.jpg);
}
.inner-sloder-bg2 {
	background-image: url(assets/images/slider-bg2.jpg);
}
.project-bg1 {
	background-image: url(assets/images/slider-bg1.jpg);
}
.project-bg2 {
	background-image: url(assets/images/slider-bg1.jpg);
}
.ecommerce-img-1 {
	background-image: url(assets/images/ecommerce-1.png);
}
.ecommerce-img-2 {
	background-image: url(assets/images/ecommerce-2.png);
}
.ecommerce-img-3 {
	background-image: url(assets/images/ecommerce-3.png);
}
.product-slide-bg1 {
	background-image: url(assets/images/product-page-slide-1.jpg);
}
.product-slide-bg2 {
	background-image: url(assets/images/product-page-slide-2.jpg);
}
.technology-bg-img1 {
	background-image: url(assets/images/tech-slider1.jpg);
}
.technology-bg-img2 {
	background-image: url(assets/images/tech-slider2.jpg);
}
.landing2-bg-img1 {
	background-image: url(assets/images/landing2-slide1.jpg);
}
.landing2-bg-img2 {
	background-image: url(assets/images/landing2-slide2.jpg);
}
.biotech-platform-bg-1 {
	background-image: url(assets/images/landing2-slide1.jpg);
}
.project-option3-img.img1 {
	background-image: url(assets/images/project-option3-1.jpg);
}
.project-option3-img.img2 {
	background-image: url(assets/images/project-option3-2.jpg);
}
.project-option3-img.img3 {
	background-image: url(assets/images/project-option3-3.jpg);
}
.project-option4-bg-1 {
	background-image: url(assets/images/project-option4-1.jpg);
}
.project-option4-bg-2 {
	background-image: url(assets/images/project-option4-2.jpg);
}
.project-option4-bg-3 {
	background-image: url(assets/images/project-option4-1.jpg);
}
.project-option4-bg-4 {
	background-image: url(assets/images/project-option4-2.jpg);
}
.landing2-bg-img1 {
	background-image: url(assets/images/landing3-slider1.jpg);
}
.landing2-bg-img2 {
	background-image: url(assets/images/landing3-slider2.jpg);
}
.inner-banner-bg-1 {
	background-image: url(assets/images/photography/home-banner-3.png);
}
.inner-banner-bg-2 {
	background-image: url(assets/images/shutterstock_1087446167.jpg);
}
.inner-banner-bg-3 {
	background-image: url(assets/images/shutterstock_1087446167.jpg);
}
.inner-banner-bg-therapeutics {
	background-image: url(assets/images/photography/lab-1.png);
}
.inner-banner-bg-technology {
	background-image: url(assets/images/photography/pocare-page-technology.png);
}
.inner-banner-bg-network {
	background-image: url(assets/images/photography/providers.png);
    background-position: top !important;
}
.inner-banner-bg-investor {
	background-image: url(assets/images/news.jpg);
}
.inner-banner-bg-sec {
	background-image: url(assets/images/sec.jpg);
}
.inner-banner-bg-press {
	background-image: url(assets/images/photography/dna.png);
}
.inner-banner-bg-subscribe {
	background-image: url(assets/images/photography/dna.png);
}
.inner-banner-bg-about{
	background-image: url(assets/images/photography/lab-3.png);
}
.inner-banner-bg-team{
	background-image: url(assets/images/photography/dna.png);

}
.background-platform:before{
    background-color: transparent !important;
}
.background-platform{
    background: #0e1f2d !important;
        padding: 60px 0px !important;
}
.landing4-bg-img1 {
	background-image: url(assets/images/shutterstock_1417300631.jpg);
}
.landing4-bg-img2 {
	background-image: url(assets/images/landing4-slider2.jpg);
}
.landing4-bg-img1 {
	background-image: url(assets/images/photography/home-banner-1.png);
}
.landing4-bg-img2 {
	background-image: url(assets/images/photography/home-banner-2.png);
}
.landing4-bg-img3 {
	background-image: url(assets/images/photography/home-banner-3.png);
}
.landing4-bg-img4 {
	background-image: url(assets/images/photography/home-banner-4.png);
}
.approach-banner-img1 {
	background-image: url(assets/images/photography/home-banner-3.png);
}
.approach-banner-img2 {
	background-image: url(assets/images/basic-content-img2.jpg);
}

/*-------------- Scroll Top Css ------------------*/

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 60px;
	right: 50px;
	display: none;
	color: #fff;
	z-index: 3;
	background-color: rgba(0,0,0,0.8);
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}
.scrollup:hover {
	background-color: rgba(152,5,251,0.9);
	color: #fff;
}
/*-------------- Header Main Css ------------------*/

.header-space{height: 94px;}
header {
	background-color: #fff;
    position: relative;
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
    box-shadow: 0px 1px 3px 0px rgba(193,193,193,1.00);
}
header:after, header .container:after {
	clear: both;
	content: "";
	display: block;
}
.header-area {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding:0px 15px;
}
.logo {
	margin:auto auto auto 0px;
    border: 0px !important;
}
.logo img {
	float: left;
	max-width:180px;
}
.logo a {
	display: block;
    background-image: url("assets/images/orgenesis-dark-logo.png");
    background-size: 220px auto;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 220px;
    height: 70px;
    margin-top: 10px;
}

.footer-logo{
    max-width: 250px;
}
.transparent-header .logo a {
    background-image: url("assets/images/orgenesis-logo-white.png");
}


/*-------------- Main Menu Css ------------------*/

.mainmenu {
	float: right;
}
.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainmenu > ul > li {
	display: inline-block;
	position: relative;
}
.mainmenu > ul > li > a {
	display: block;
	color: #0E1F2D;
	font-weight: 500;
	font-size: 15px;
	padding: 35px 25px;
    position: relative;
}
.mainmenu > ul > li.megamenu > a {
	padding-right: 40px;
}
.mainmenu > ul > li > a:before {
	position: absolute;
    top: 0px;
    left: 0px;
    width:0px;
    height: 7px;
    content: "";
    background-color: #1F19EA;
}
.mainmenu ul li.megamenu > a:after {
	position: absolute;
    top: 50%;
    right: 15px;
    width:20px;
    height:20px;
    line-height: 20px;
    text-align: right;
    font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
    content: "\f0d7";
    margin-top: -10px;
    font-size: 20px;
}
.mainmenu > ul > li:last-child > a {
	border-bottom: 0px;
}
.mainmenu > ul > li:hover > a {
	text-decoration: none;
	color: #2b17ec;
}
.mainmenu > ul > li > ul {
	position: absolute;
	left: 0px;
	top: 112px;
	background-color: #fff;
	width: 240px;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: -1;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.mainmenu > ul > li > ul > li {
	display: block;
}
.mainmenu > ul > li > ul > li > a {
	font-size: 14px;
	padding: 8px 15px;
    display: block;
    color: #979ea6;
}
.mainmenu > ul > li > ul > li:hover > a, .mainmenu > ul > li > ul > li > ul > li:hover > a {
	background-color: #660cf3;
	text-decoration: none;
	color: #fff;
}
.mainmenu > ul > li:hover > ul, .mainmenu > ul > li > ul > li:hover > ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	z-index: 999;
	visibility: visible;
	top: 100%;
}
.mainmenu > ul > li > ul > li > ul {
	left: 100%;
	top: 80px;
}
.mainmenu > ul > li > ul > li:hover > ul {
	top: 0px;
}
.mainmenu > ul > li:last-child > ul > li > ul, .mainmenu > ul > li:nth-last-child(2) > ul > li > ul {
	left: -100%;
}
.mainmenu > ul > li.nav-active > a {
	font-family: "HurmeGeometricSans3Bold";
	text-decoration: none;
	color: #222;
}
.mainmenu > ul > li.nav-active > a:before {
	width: 100%;
}
.mainmenu > ul > li.nav-active > ul > li.chaild-active > a {
	background-color: #2b17ec;
	color: #fff;
}
.signup-btn {margin:auto 0px;}
.signup-btn a{background-image: linear-gradient(135deg, #1f19eb 0%, #b400ff 100%);color:#fff;padding:10px 30px;display:block;}
.signup-btn a:hover{background-image: linear-gradient(135deg, #b400ff 0%, #1f19eb 100%);text-decoration:none;}

.mobile-menu-wrapper {
	display: none;
    width: 40px;
	height: 40px;
	position: relative;
    margin: auto 0px;
}
.menu-check {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 7;
	opacity: 0;
	cursor: pointer;
}
.menu-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.menu-icon > div {
	position: absolute;
	width: 60%;
	height: 2px;
	background-color: #1c1c1c;
	transition: .4s;
	z-index: 6;
}
.menu-icon > div:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #1c1c1c;
	top: -8px;
	left: 0;
	transition: .4s;
}
.menu-icon > div:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #1c1c1c;
	top: 8px;
	left: 0;
	transition: .4s;
}
.menu-check:checked + .menu-icon > div {
	transform: rotate(135deg);
	background-color: #7a07ee;
	width: 100%;
	height: 3px;
}
.menu-check:checked:hover + .menu-icon > div {
	transform: rotate(225deg);
	background-color: #7a07ee;
	width: 100%;
	height: 3px;
}
.menu-check:checked + .menu-icon > div:before, .menu-check:checked + .menu-icon > div:after {
	top: 0;
	transform: rotate(90deg);
	background-color: #7a07ee;
	width: 100%;
	height: 3px;
}
.menu-check:checked {
	position: fixed;
    top: inherit;
    right: auto;
}
.menu-check:checked + .menu-icon {
	position: fixed;
    z-index: 6;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: .6s;
	z-index: 3;
}
.menu > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-150%) translateY(-50%);
	width: 101%;
	height: 100%;
	background-color: #f2f2f2;
	display: flex;
	transition: .6s;
}
.menu > div > div {
	width: 100%;
    padding: 40px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li {
	list-style: none;
}
.menu ul li a {
	text-decoration: none;
	color: #0E1F2D;
	font-weight: 500;
	margin: .5rem;
	transition: .3s;
	font-size: 18px;
	display: inline-block;
    position: relative;
}
.menu ul li.megamenu a {
	padding-right: 30px;
}
.menu ul li.megamenu > a:after {
	position: absolute;
    top: 50%;
    right: 5px;
    width:20px;
    height:20px;
    line-height: 20px;
    text-align: right;
    font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
    content: "\f078";
    margin-top: -10px;
}
.menu ul > li > a:hover {
	color: #7a07ee;
}
.menu-check:checked ~ .menu {
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu-check:checked ~ .menu > div {
	transform: translateX(-50%) translateY(-50%);
}
.menu-check:checked ~ .menu > div > div {
	opacity: 1;
}

.mainmenu ul li.megamenu {
	position: inherit;
}
.mainmenu ul > li:hover > a{
	background-color: #f2f2f2;
    color: #1919CC;
}
.mainmenu ul > li .megamenu-block {
	position: absolute;
	left: 0px;
	top: 112px;
	width: 100%;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: -1;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    background-color: #f2f2f2;
    padding: 30px;
    color: #222;
}
.megamenu-text-block a:hover  h5{
    color: #1919CC;
}
.mainmenu ul > li:hover .megamenu-block {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index:2;
}
.mega-title {
	color: #000;
    font-size:18px;
}
.megamenu-block ul li{
	padding-top: 8px;
}
.megamenu-block ul li a{
	color: #222;
    font-weight: 400;
    font-size: 16px;
}
.megamenu-block ul li a:hover{
    text-decoration: none;color: #1F19EA;
}
.megamenu-block .bottom-social{
    justify-content: flex-start;
    margin-top: 30px;
}
.megamenu-text-block{

}
.megamenu-text-block a{
    display: block;
    color: #505050;
    padding: 20px;margin: 0px !important;
}
.megamenu-text-block h5{
    margin-bottom: 10px;
    font-size: 16px;
}
.megamenu-text-block a h5{
    color: #222222;
}
.megamenu-text-block h5 i{
    margin-right: 10px;
    color: #1F19EA;
}
.megamenu-text-block p{
    font-size: 14px;
}
.megamenu-text-block a:hover{
    background-color: #DCDCDC;
    text-decoration: none;
    border-radius: 5px;
}
.megamenu-separetor{
    border-bottom: 1px solid #CACACA;
    margin: 20px 0px;
}
.bottom-menu {background-color:#fff;box-shadow:0px 4px 10px 0px rgba(195,195,195,0.5);position:relative;z-index:1;}
.bottom-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.bottom-menu nav > ul {
	display:flex;
    max-width: 900px;
    margin: 0 auto;
}
.bottom-menu ul li {
	position: relative;
        margin: 0 auto;
}
.bottom-menu ul li a {
	display: block;
	color: #0E1F2D;
	font-size: 14px;
	padding: 25px 20px 25px;
	position: relative;
}
.bottom-menu ul li a span{
	position:relative;
}
.bottom-menu nav > ul > li > a span:before {
	position: absolute;
	left:0px;
	bottom:-30px;
	height: 3px;
	width: 0px;
	content: "";
	background-color: #1F19EA;
}
.bottom-menu nav > ul > li:hover > a {
	text-decoration: none;
	color: #1F19EA;
}
.bottom-menu ul li ul {
	position: absolute;
	left: 0px;
	top: 112px;
	background-color: #fff;
	width: 230px;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: -1;
	box-shadow: 2px 2px 6px 0px rgba(94,94,94,0.80);
	border-radius: 0px 0px 5px 5px;
}
.bottom-menu ul li:hover > ul, .bottom-menu ul li ul li:hover > ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	z-index: 999;
	visibility: visible;
	top: 100%;
}
.bottom-menu ul li.nav-active > a {
	color: #1F19EA;
	text-decoration: none;
}
.bottom-menu ul li.nav-active > a span:before {
	width:100%;
}
.bottom-menu ul li ul li {
	display: block;
}
.bottom-menu ul li ul li a {
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #222;
}
.bottom-menu ul li ul li:last-child a {
	border-radius: 0px 0px 5px 5px;
}
.bottom-menu ul li ul > li:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #1F19EA;
}

.bottom-menu ul li ul li > ul {
	left: 100%;
	top: 80px;
}
.bottom-menu ul li ul li:hover > ul {
	top: 0px;
}
.bottom-menu > ul > li:last-child > ul, .bottom-menu > ul > li:nth-last-child(2) > ul {
	left: inherit;
	right: 0px;
}
.bottom-menu > ul > li:last-child > ul li ul, .bottom-menu > ul > li:nth-last-child(2) > ul li ul {
	left: inherit;
	right: 100%;
}
.bottom-menu ul li.nav-active > ul li.chaild-active a {
	background-color: #1b37ae;
	color: #fff;
}
.mobile-menu-wrapper2 {
	display:none;
    position: relative;
}
.mobile-nav2{position: absolute;left: 0px;top: 110%;width: 100%;background-color: #FCFCFC;box-shadow: 3px 3px 6px 0px rgba(200,200,200,0.3);opacity:0;visibility: hidden;z-index: -2;}
.mobile-nav2 ul li a{padding: 10px 15px;border-bottom: 1px solid #eeeeee;}
.mobile-nav2.active{top: 100%;width: 100%;opacity:1;visibility: visible;z-index:10;}
.mobile-nav2-icon{padding: 15px 0px;cursor: pointer;display: block;height: 50px;}
.mobile-nav2-icon span{width:32px;height:2px;background-color:#9C9C9C;position:relative;display:block;text-indent: -9999px;}
.mobile-nav2-icon span:before, .mobile-nav2-icon span:after{width:100%;height:2px;background-color:#9C9C9C;position:absolute;content:"";left:0px;display:block;}
.mobile-nav2-icon span:before{top:9px;}
.mobile-nav2-icon span:after{top:18px;}
.our-company-menu{
    max-width: 600px !important;
}

/*
.mainmenu {
	float: right;
}
.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainmenu > ul > li {
	display: inline-block;
	position: relative;
}
.mainmenu > ul > li > a {
	display: block;
	color: #0f202e;
	font-weight: 500;
	font-size: 15px;
	padding: 35px 20px;
    position: relative;
    font-family: "HurmeGeometricSans3SemiBold" important;
    cursor: pointer;
}
.mainmenu > ul > li > a:before {
	position: absolute;
    top: 0px;
    left: 0px;
    width:0px;
    height: 7px;
    content: "";
    background-color: #1F19EA;;
}
.mainmenu > ul > li:last-child > a {
	border-bottom: 0px;
}
.mainmenu > ul > li:hover > a {
	text-decoration: none;
	color: #2b17ec;
}
.mainmenu > ul > li > ul {
	position: absolute;
	left: 0px;
	top: 112px;
	background-color: #fff;
	width: 240px;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: -1;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.mainmenu > ul > li > ul > li {
	display: block;
}
.mainmenu > ul > li > ul > li > a {
	font-size: 14px;
	padding: 8px 15px;
    display: block;
    color: #979ea6;
}
.mainmenu > ul > li > ul > li:hover > a, .mainmenu > ul > li > ul > li > ul > li:hover > a {
	background-color: #660cf3;
	text-decoration: none;
	color: #fff;
}
.mainmenu > ul > li:hover > ul, .mainmenu > ul > li > ul > li:hover > ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	z-index: 999;
	visibility: visible;
	top: 100%;
}
.mainmenu > ul > li > ul > li > ul {
	left: 100%;
	top: 80px;
}
.mainmenu > ul > li > ul > li:hover > ul {
	top: 0px;
}
.mainmenu > ul > li:last-child > ul > li > ul, .mainmenu > ul > li:nth-last-child(2) > ul > li > ul {
	left: -100%;
}
.mainmenu > ul > li.nav-active > a {
	font-family: "HurmeGeometricSans3Bold";
	text-decoration: none;
	color: #222;
}
.mainmenu > ul > li.nav-active > a:before {
	width: 100%;
}
.mainmenu > ul > li.nav-active > ul > li.child-active > a {
	background-color: #2b17ec;
	color: #fff;
}
.signup-btn {margin:auto 0px;}
.signup-btn a{background-image: linear-gradient(135deg, #1f19eb 0%, #b400ff 100%);color:#fff;padding:10px 30px;display:block;}
.signup-btn a:hover{background-image: linear-gradient(135deg, #b400ff 0%, #1f19eb 100%);text-decoration:none;}

.mobile-menu-wrapper {
	display: none;
    width: 40px;
	height: 40px;
	position: relative;
    margin: auto 0px;
}
.menu-check {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 7;
	opacity: 0;
	cursor: pointer;
}
.menu-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.menu-icon > div {
	position: absolute;
	width: 60%;
	height: 2px;
	background-color: #1c1c1c;
	transition: .4s;
	z-index: 6;
}
.menu-icon > div:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #1c1c1c;
	top: -8px;
	left: 0;
	transition: .4s;
}
.menu-icon > div:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #1c1c1c;
	top: 8px;
	left: 0;
	transition: .4s;
}
.menu-check:checked + .menu-icon > div {
	transform: rotate(135deg);
	background-color: #7a07ee;
	width: 100%;
	height: 3px;
}
.menu-check:checked:hover + .menu-icon > div {
	transform: rotate(225deg);
	background-color: #7a07ee;
	width: 100%;
	height: 3px;
}
.menu-check:checked + .menu-icon > div:before, .menu-check:checked + .menu-icon > div:after {
	top: 0;
	transform: rotate(90deg);
	background-color: #7a07ee;
	width: 100%;
	height: 3px;
}
.menu-check:checked {
	position: fixed;
    top: inherit;
    right: auto;
}
.menu-check:checked + .menu-icon {
	position: fixed;
    z-index: 6;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: .6s;
	z-index: 3;
}
.menu > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-150%) translateY(-50%);
	width: 101%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: .6s;
}
.menu > div > div {
	max-width: 90vw;
	max-height: 100vh;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li {
	list-style: none;
}
.menu ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: .5rem;
	transition: .3s;
	font-size: 18px;
	display: inline-block;
}
.menu ul > li > a:hover {
	color: #7a07ee;
}
.menu-check:checked ~ .menu {
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu-check:checked ~ .menu > div {
	transform: translateX(-50%) translateY(-50%);
}
.menu-check:checked ~ .menu > div > div {
	opacity: 1;
}

.mainmenu ul li.megamenu {
	position: inherit;
}
.mainmenu ul > li:hover > a{
	background-color: #f2f2f2;
    color: #1919CC;
}
.mainmenu ul > li .megamenu-block {
	position: absolute;
	left: 0px;
	top: 112px;
	width: 100%;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: -1;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    background-color: #f2f2f2;
    padding: 30px;
}
.mainmenu ul > li:hover .megamenu-block {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index:2;
}
.mega-title {
	color: #fff;
    font-size:18px;
}
.megamenu-block ul li p{
    color: #0e1f2d;
    font-size: 14px;
    font-family: "HurmeGeometricSans3Light";
}
.megamenu-block ul li{
	padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;

}
.megamenu-block ul li a{
    font-weight: 400;
    font-size: 17px;
    text-decoration: underline;
        color: #0e1f2d

}
.megamenu-block ul li a:hover{
    text-decoration: none;
}
.megamenu-block .bottom-social{
    justify-content: flex-start;
    margin-top: 30px;
}



.bottom-menu {background-color:#fff;box-shadow:0px 4px 10px 0px rgba(195,195,195,0.5);position:relative;z-index:1;}
.bottom-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.bottom-menu nav > ul {
	display:flex;
    max-width: 800px;
    margin: 0 auto;
}
.bottom-menu ul li {
	position: relative;
    margin: 0 auto;
}
.bottom-menu ul li a {
	display: block;
	color: #677283;
	font-weight:600;
	font-size: 16px;
	padding: 25px 20px 25px;
	position: relative;
}
.bottom-menu ul li a span{
	position:relative;
}
.bottom-menu nav > ul > li > a span:before {
	position: absolute;
	left:0px;
	bottom:-30px;
	height: 3px;
	width: 0px;
	content: "";
	background-color: #1F19EA;
}
.bottom-menu nav > ul > li:hover > a {
	text-decoration: none;
	color: #1F19EA;
}
.bottom-menu ul li ul {
	position: absolute;
	left: 0px;
	top: 112px;
	background-color: #fff;
	width: 230px;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: -1;
	box-shadow: 2px 2px 6px 0px rgba(94,94,94,0.80);
	border-radius: 0px 0px 5px 5px;
}
.bottom-menu ul li:hover > ul, .bottom-menu ul li ul li:hover > ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	z-index: 999;
	visibility: visible;
	top: 100%;
}
.bottom-menu ul li.nav-active > a {
	color: #1F19EA;
	text-decoration: none;
}
.bottom-menu ul li.nav-active > a span:before {
	width:100%;
}
.bottom-menu ul li ul li {
	display: block;
}
.bottom-menu ul li ul li a {
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #222;
}
.bottom-menu ul li ul li:last-child a {
	border-radius: 0px 0px 5px 5px;
}
.bottom-menu ul li ul > li:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #1F19EA;
}

.bottom-menu ul li ul li > ul {
	left: 100%;
	top: 80px;
}
.bottom-menu ul li ul li:hover > ul {
	top: 0px;
}
.bottom-menu > ul > li:last-child > ul, .bottom-menu > ul > li:nth-last-child(2) > ul {
	left: inherit;
	right: 0px;
}
.bottom-menu > ul > li:last-child > ul li ul, .bottom-menu > ul > li:nth-last-child(2) > ul li ul {
	left: inherit;
	right: 100%;
}
.bottom-menu ul li.nav-active > ul li.chaild-active a {
	background-color: #1b37ae;
	color: #fff;
}
.mobile-menu-wrapper2 {
	display:none;
    position: relative;
}
.mobile-nav2{position: absolute;left: 0px;top: 110%;width: 100%;background-color: #FCFCFC;box-shadow: 3px 3px 6px 0px rgba(200,200,200,0.3);opacity:0;visibility: hidden;z-index: -2;}
.mobile-nav2 ul li a{padding: 10px 15px;border-bottom: 1px solid #eeeeee;}
.mobile-nav2.active{top: 100%;width: 100%;opacity:1;visibility: visible;z-index:10;}
.mobile-nav2-icon{padding: 15px 0px;cursor: pointer;display: block;height: 50px;}
.mobile-nav2-icon span{width:32px;height:2px;background-color:#9C9C9C;position:relative;display:block;text-indent: -9999px;}
.mobile-nav2-icon span:before, .mobile-nav2-icon span:after{width:100%;height:2px;background-color:#9C9C9C;position:absolute;content:"";left:0px;display:block;}
.mobile-nav2-icon span:before{top:9px;}
.mobile-nav2-icon span:after{top:18px;}
*/



/*-------------- Slider Css ------------------*/

.homepage-slides-wrapper {
	position: relative;
	clear: both;
	background-color:#fdfdfd;
    height:600px;
    overflow: hidden;
}
.home-banner-item {
	position: relative;
	height:600px;
}
.home-banner-image:before{


    position: absolute;
    /*background: url(assets/images/misssion-bg3.png) no-repeat right 30px;*/
    width: 300px;
    height: 100%;
    right: -30px;
    bottom: 0px;
    content: "";
    background-size: 100% auto;
}
.home-banner-image {
	position: absolute;
	width: 48%;
	height: 100%;
	right: 0px;
	top: 0px;
    overflow: hidden;
    background: linear-gradient(to right,  #2019e9 0%,#ca4fff 100%);
}
.home-banner-bg {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.home-banner-text-block {
	padding:60px 0px 30px;
}
.home-banner-text-block h6 {
	font-size:15px;
	color:#161616;
}
.left-line{
	position:relative;
	padding-left:42px;
    display: inline-block;
    margin-bottom: 30px;
}
.left-line:before {
	width:32px;
	height:2px;
	background-color:#161616;
	position:absolute;
	left:0px;
	top:50%;
    margin-top: -1px;
	content:"";
     animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
.left-line.white:before {
	background-color:#fff;
}
@keyframes bounce {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-20px);
    background-color:#2b17ec;
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-20px);
    background-color:#2b17ec;
  }
}
.home-banner-text-block h2 {
	font-size:56px;
}
.home-banner-text-block p {
	padding-right: 20px;
	line-height: 26px;
}
.main-btn{background-image: linear-gradient(135deg, #1f19eb 0%, #b400ff 100%);color:#fff;padding:15px 25px;display:inline-block;font-size:14px;}
.main-btn:hover{background-image: linear-gradient(135deg, #b400ff 0%, #1f19eb 100%);text-decoration:none;color:#fff;}
.main-btn i{border-radius:50%;width:26px;height:26px;line-height:26px;color:#fff;font-size:10px;background-color:#af01fe;border:1px solid #c258fd;text-align:center;margin-left:10px;}
.learn-more, .learn-more-white{color: #b200ff;border: 2px solid #b200ff;padding: 12px 30px;border-radius: 30px;display: inline-block;}
.learn-more:hover{background:#b200ff;text-decoration: none;color: #fff;}
.learn-more-white{color: #fff;border: 2px solid #fff;}
.learn-more-white:hover{background:#fff;text-decoration: none;color: #b200ff;}
.learn-more i, .learn-more-white i{margin-left: 10px;font-size: 15px;}
.learn-more:hover i, .learn-more-white:hover i{margin-left: 15px;}
.learn-more3{color: #fff;border: 2px solid #b400ff;padding: 12px 30px;border-radius: 30px;display: inline-block;background-color: #b400ff;}
.learn-more3-dark{color: #fff;border: 2px solid #b400ff;padding: 12px 30px;border-radius: 30px;display: inline-block;background-color: #b400ff;}
.learn-more3-dark i{	margin-left: 10px;
	font-size: 15px;}
.learn-more3:hover{color: #b400ff;border: 2px solid #b400ff;background-color: #fff;text-decoration: none;}
.learn-more3-dark:hover{color: #fff;border: 2px solid #901CC6;background-color: #901CC6;text-decoration: none;}
.learn-more3 i {
	color: #fff;
	margin-left: 10px;
	font-size: 15px;
}
.learn-more3:hover i {
	color: #b400ff;
	margin-left: 15px;
}
.first-slide-arrow {
	position: absolute;
	width: 80px;
	right:8%;
	bottom:60px;
	display:flex;
	justify-content:space-between;
    display: none;
}
.first-slide-arrow > div {
	width: 36px;
	height: 36px;
	background-color: #f8f8f8;
	border-radius: 50%;
	color: #000;
	font-size: 18px;
	display: block;
	text-align: center;
	line-height: 36px;
	border: 0px;
	z-index: 1;
	cursor: pointer;
	box-shadow: none;
}
.first-slide-arrow > div.first-slide-next {
	background-color: #0e1f2d;
    color: #fff;
}
.first-slide-arrow > div:hover {
	background-color: #b200ff;
    color: #fff;
}

/*================= Page Content ====================*/


.page-content-block {
	padding: 120px 0px;
}
.page-pipeline {
    padding: 100px 0px;
}
.gray-bg {
	background-color: #f8f8f8;
}
.dark-bg {
	background-color: #1c1c1c;
}
.section-title h2{font-family: "Hurme Geometric Sans 1 W03 Rg";font-weight:normal;}
.section-title p{font-size:20px;}
.btn-explore {
    display: inline-block;
    background-color: #7a07ee;
    color: #fff;
    padding: 10px 30px;
}
.btn-explore:hover {
    background-color: #fff;
    color: #7a07ee;
    text-decoration: none;
}
.btn-explore i{
    margin-left: 10px;
    font-size: 12px;
}
.btn-explore:hover i{
    margin-left: 15px;
}

/*----------------- Our Mission Css -----------------*/

.our-mission-sec{
    padding-left: 40px;
        background: #f2f2f2;
    padding-right:40px;
}
.our-mission{
    background: #a602fd; /* Old browsers */
    background: -moz-linear-gradient(left,  #1F19EA 0%, #B400FF 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #1F19EA 0%,#B400FF 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #1F19EA 0%,#B400FF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F19EA', endColorstr='#B400FF',GradientType=1 ); /* IE6-9 */
    padding: 120px 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin:0px;
}

.our-mission-block h2{
    font-weight: 500;
    font-family: 'HurmeGeometricSans3SemiBold';
}
.our-mission:before{
    /*position: absolute;
    background: url("assets/images/misssion-bg3.png") no-repeat right 30px;
    width: 300px;
    height: 100%;
    right: -30px;
    bottom: 0px;
    content: "";
    background-size: 100% auto;*/
        position: absolute;
    background: url(assets/images/orgenesispurple.png) no-repeat right 30px;
    width: 500px;
    height: 100%;
    right: -200px;
    bottom: 0px;
    content: "";
    background-size: 100% auto;
    /* opacity: .4; */
    filter: grayscale(1);
    opacity: .2;
}
.mission-dark:before{
    /*position: absolute;
    background: url("assets/images/misssion-bg3.png") no-repeat right 30px;
    width: 300px;
    height: 100%;
    right: -30px;
    bottom: 0px;
    content: "";
    background-size: 100% auto;*/
        position: absolute;
    background: url(assets/images/orgenesispurple.png) no-repeat right 30px;
    width: 500px;
    height: 100%;
    right: -200px;
    bottom: 0px;
    content: "";
    background-size: 100% auto;
    /* opacity: .4; */
    filter: grayscale(0);
    opacity: 1;
}
.before-none:before{
    display: none;
}
.mission-dark{
    background: #0e1f2d; /* Old browsers */
}
/*
.mission-dark:before{
    background: url("assets/images/misssion-bg4.png") no-repeat right 5px;
    right:0px;
    background-size: 100% auto;
}*/

/*----------------- Our Mission Css -----------------*/

.new-generation2 .row{
    align-content: center;
    align-items: center;
}
.new-generation2{
    background-color: #0e1f2d;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}
.biotech-infographic{
    position: relative;
    /* height:450px; */
    /* width: 460px; */
    width: 600px;
    height: 600px;
    margin-left: auto;
}
.biotech-infographic-bg{
    position: absolute;
    right: 0px;
    top: 50%;
    bottom: 0px;
    height:450px;
    width: 460px;
    margin-top: -230px;
    background: url("assets/images/biotech-infographic-bg.png") no-repeat left top;
    background-size: 460px auto;
    z-index: 1;
}

.biotech-infographic-title {
	top: 50%;
	left: 50%;
	width: 320px;
	height: 320px;
	margin-left: -160px;
	margin-top: -130px;
	text-align: center;
	color: #0e1f2d;
	font-size: 62px;
	line-height: 34px;
	z-index: 2;
	position: absolute;
    background: url("assets/images/biotech-infographic-mid-bg.png") repeat left top #fff;
	border: 20px solid #fff;
	border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba();
    display: flex;
}
.biotech-infographic-title span{
	margin: auto;
}
.biotech-infographic .dot-circle {
	top: 50%;
	left: 50%;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	margin-left: -190px;
	margin-top: -160px;
	border: 3px dotted #6c7583;
	position: absolute;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-animation: borderRotate 2s infinite linear;
	-moz-animation: borderRotate 2s infinite linear;
	-o-animation: borderRotate 2s infinite linear;
	animation: borderRotate 2s infinite linear;
}
@-moz-keyframes borderRotate {
  from {
    -moz-transform: rotate(-360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}

@-webkit-keyframes borderRotate {
 from {
    -webkit-transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@-o-keyframes borderRotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes borderRotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.biotech-infographic-icon{
	position: absolute;
    z-index: 3;
}
.biotech-infographic-icon.icon1{
	left: 200px;
    top: 23px;
}
.biotech-infographic-icon.icon2 {
	right: 30px;
	bottom: 60px;
}
.biotech-infographic-icon.icon3 {
	left: 22px;
	bottom: 58px;
}
.biotech-infographic-text{
	position: absolute;
    z-index: 3;
    font-size: 24px;
    color: #fff;
}
.biotech-infographic-text.text1 {
	left: 360px;
	top: 15px;
	height: 110px;
}
.biotech-infographic-text.text2 {
	right: 100px;
	bottom: -40px;
}
.biotech-infographic-text.text3 {
	left: -54px;
	top: 38%;
}
.biotech-infographic-text span.carv{
	position: absolute;
    background-repeat: no-repeat;
}
.biotech-infographic-text.text1 span.carv {
	background-image: url("assets/images/carv1.png");
	background-position: left top;
	width: 63px;
	height: 52px;
	bottom: 0px;
	left: 6px;
}
.biotech-infographic-text.text2 span.carv {
	background-image: url("assets/images/carv2.png");
	background-position: left top;
	width: 62px;
	height: 52px;
	left: -90px;
	top: -43px;
}
.biotech-infographic-text.text3 span.carv {
	background-image: url("assets/images/carv3.png");
	background-position: left top;
	width: 80px;
	height: 11px;
	top: -30px;
	right: -35px;
}
.biotech-infographic-text span.point{
    width:14px;
	height:14px;
	border-radius:50%;
	position:absolute;
    z-index: 3;
    display: block;
}
.biotech-infographic-text span.point:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width:14px;
  height:14px;
  background: #cd56ff;
  border-radius: 50%;
  -webkit-animation: point-plus 1500ms ease-out infinite;
          animation: point-plus 1500ms ease-out infinite;
}

.biotech-infographic-text span.point:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width:14px;
  height:14px;
  background: #b200fc;
  border-radius: 50%;
  transition: all 200ms;
}

@-webkit-keyframes point-plus {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

@keyframes point-plus {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
.biotech-infographic-text.text1 span.point {
	left: 65px;
	top: 46px;
}
.biotech-infographic-text.text2 span.point {
	left: -29px;
	top: 3px;
}
.biotech-infographic-text.text3 span.point {
	left: 35px;
	top: -24px;
}

/*================= Basic Content Css ====================*/


.basic-content-block {
	position: relative;
    min-height: 500px;
    margin-top: 120px;
}
.basic-content-img  {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
    text-align: right;
    width: 50%;
    overflow: hidden;
}
.content-image-left {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    padding: 40px;
}
.background-image-left {
	background-size: cover;
	background-position: center;
	width: 70%;
	height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    right: 0px;
    bottom: 0px;
    background: #f2f2f2;
    z-index: 1;
}.background-image-left-alt {
	background-size: cover;
	background-position: center;
	width: 70%;
	height: 100%;
    position: absolute;
    left: 0px;
    top:-40px;
    right: 0px;
    bottom: 0px;
    background: #f2f2f2;
    z-index: 1;
}
.background-image-right-alt {
	background-size: cover;
	background-position: center;
	width: 70%;
	height: 100%;
    position: absolute;
    top:-40px;
    right: 0px;
    bottom: 0px;
    background: #f2f2f2;
    z-index: 1;
}
.content-image-right {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    padding: 40px;
}
.background-image-right {
	background-size: cover;
	background-position: center;
	width: 70%;
	height: 100%;
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    background: #f2f2f2;
    z-index: 1;
}
.basic-content-img.img2-right  {
	left: inherit;
	right: 0px;
    text-align: left;
}
.basic-content-img img {
	max-height: 100%;
}
.basic-content-text h2{
	margin-bottom: 20px;
}
.basic-content-text .learn-more3{
	margin-top: 40px;
    font-family: "HurmeGeometricSans3SemiBold";
}

.landing4-pipeline{
	background-color: #f2f2f2;
}
.pipeline-section{
    background: #F2F2F2;
}
.landing4-block{
	position: relative;
}
.landing4-block:before{
    background: #2019e9; /* Old browsers */
    background: -moz-linear-gradient(left,  #2019e9 0%, #ca4fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2019e9 0%,#ca4fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2019e9 0%,#ca4fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2019e9', endColorstr='#ca4fff',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    content: "";
    display: block;
}
.landing4-block:after{
    position: absolute;
    background: url("assets/images/misssion-bg2.png") no-repeat right bottom;
    width: 50%;
    height: 100%;
    left: 0px;
    top:0px;
    content: "";
}
.landing4-text {
    padding: 40px 0px 60px;
    position: relative;
    z-index: 1;
}
.landing4-text h2{
    margin-bottom: 30px;
}

.percentage{
  opacity:0;
    padding-bottom: 40px;
}
.animation{
  height:4px;
  background:#d4d4d4;
}
.animation-bar{
  height:4px;
  width:0;
  background:#6213fc;
  position:relative;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.animation-bar.color2{
  background:#6213fc;
}
.percentage.show{
  opacity:1;
  transform: translateY(100px);
  animation: come-in 0.8s ease forwards;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0px); }
}

.p50
{
  width:50%;
}
.p25
{
  width:25%;
}
.p36
{
  width:36%;
}
.p68
{
  width:68%;
}
.p73
{
  width:73%;
}
.p62
{
  width:62%;
}
.landing4-text .percentage{
    padding-bottom: 30px;
}
.landing4-text .percentage{
    padding-bottom: 30px;
}
.landing4-title{
    color: #fff;
    position: relative;
    z-index: 1;
}
.landing3-news-sec .news-block1 h6{
    color: #191919;
    text-transform: uppercase;
}
.landing3-news-sec .news-block1 p{
    color: #191919;
}
.news-block:first-of-type {
     padding-left: 0px;
}
.news-section{
     background: #f2f2f2;
}
.news-block{
    padding: 10px;
    font-family: "HurmeGeometricSans3SemiBold"
}
.news-block p{
    min-height: 150px
}
.news-block h6{
    color: #191919;
    opacity: .6;
    margin-bottom: 15px;
}
/*-------------- Partner Css -----------------*/

.powerful-partner{
    background-color: #f2f2f2;
}
.powerful-partner h6.left-line{
    color: #4e11f0;
}
.powerful-partner .left-line:before{
    background-color: #4e11f0;
}
.powerful-partner-img img{
     max-width: 250px;

}
.powerful-partner-img{
    text-align: center;
    padding-top: 20px;
}


/*-------------- Page Footer Css -----------------*/

.site-footer {
	clear: both;
    background-color: #0f202e;
    position: relative;
    overflow: hidden;
}
.site-footer:before {
	position: absolute;
    top: 0px;
    right: -50px;
    content: "";
    background: url("assets/images/footer-bg.png") no-repeat right center;
    width: 180px;
    height: 100%;
    background-size: 180px auto;
}
.footer-top-area {
	padding:60px 0px;
    position: relative;
}
.footer-top-area, .footer-top-area a {
	color: #CCCCCC;
    font-size: 14px;
    	font-family: 'HurmeGeometricSans3SemiRegular';

}
.footer-top-area a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-wiz {
	padding: 20px 0px;
	font-size:14px;
}
.footer-wiz h3 {
	color: #fff;
	margin-top: 0px;
	position: relative;
	font-size: 22px;
	font-family: 'HurmeGeometricSans3SemiBold';
	font-weight:500;
}
.footer-wiz p{
       margin-top: 20px;

}
.footer-wiz ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
    margin-top: 20px;
}
.footer-wiz ul li {
	padding-bottom: 5px;
}
.footer-menu ul li {
	padding-bottom: 10px;
	position: relative;
}
.footer-menu ul li:hover a {
	color: #fff;
    text-decoration: underline;
}
.footer-blog li{
	position:relative;
	margin-top:15px;
}
.footer-blog li h5{
	font-size:20px;
	color:#fff;
	padding-top:10px;
}
.footer-blog li p{
	margin-bottom:0px;
	font-size:16px;
}
.footer-blog li:after{
	clear:both;
	content:"";
	display:block;
}
.footer-blog li img{
	float:left;
	margin-right:15px;
	border-radius:8px;
}
.footer-bottom-area {
	font-size: 14px;
    color: #9999ad;
}
.footer-bottom-block {
	border-top: 1px solid #384d5f;
    padding: 30px 0px;
        	font-family: 'HurmeGeometricSans3SemiRegular';

}
.footer-bottom-block .row > div{
	margin: auto 0px;
}
.bottom-link {
	display: flex;
    justify-content: center;
}
.bottom-link a{
	font-size: 14px;
    color: #cccccc;
    display: inline-block;
    padding: 0px 8px;
    border-right: 1px solid #9999ad;
    line-height: 12px;
}
.all-rights{
    color:#cccccc;
}
.bottom-link a:last-child{
	border-right:0px;
}
.bottom-link a:hover{
	color: #fff;
}
.bottom-social .twitter-icon{
    background: linear-gradient(45deg, #1ea1f2 0%, #39dcdc 100%);
    color: #fff;
}
.bottom-social .linkedin-icon{
    background: linear-gradient(45deg, #3eaef3 0%, #1b79ac 100%);
    color: #fff;
}
.bottom-social .facebook-icon{
    background: linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
    color: #fff;
}
.bottom-social {
	display:flex;
    justify-content: flex-end;
}
.bottom-social a{
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	color:#9b9b9b;
	border-radius:50%;
	background-color:#fff;
	margin-left:10px;
	display:block;
    font-size: 12px;
}
.bottom-social a:hover{
	color:#fff;
	background-color:#770af6;
}

.top-social {
	display:flex;
    justify-content: flex-end;
    margin: auto 0px;
}
.top-social a{
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	color:#0E1F2D;
	background-color:#fff;
	margin-left:10px;
	display:block;
    font-size: 14px;
}
.top-social a:hover{
	color:#fff;
	background-color:#770af6;
}
/*=============== Technology Css start ===============*/

.technology-banner-item {
	position: relative;
	height:730px;
    background-size: cover;
	background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    padding: 30px 0px;
    color: #fff;
}
.technology-banner-text-block {
	padding:60px 0px 30px;
}
.technology-banner-text-block h6 {
	font-size:15px;
    display: inline-block;
    text-transform: uppercase;
}
.technology-banner-text-block h6.left-line:before {
	background-color:#fff;
}
.technology-banner-text-block h2 {
	font-size:56px;
}
.technology-banner-text-block p {
	padding-right: 20px;
	line-height: 26px;
}
.item-table {
	display: table;
	width: 100%;
	height: 100%;
}
.item-tablecell {
	display: table-cell;
	vertical-align: middle;
}

.chart-sec{background: url("assets/images/chart-sec-bg.png") no-repeat left top #fdfdfd;background-size: auto 100%;}
.chart-block{border: 1px solid #eaeaea;padding-top: 30px;box-shadow: 1px 1px 16px 0px rgba(81,81,81,0.05);background-color: #fff;}
.chart-block h5{color: #1919cc;padding-left: 30px;}
.chart-block h6{color: rgba(31,59,179,0.7);padding-left: 30px;}
.chart-holder{min-height: 450px;}

/*----------------- Our Pipeline Css -----------------*/

.our-pipeline {
	padding:30px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 30px 50px 0px rgba(31,59,179,0.05)
}
.pipeline-status ul{
	margin: 0px;
    padding: 0px;
    list-style-type: none;
        display: inline-block;
    margin-top: 20px;
}
.pipeline-status ul li {
width: auto;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    margin: 5px 0px;
    display: inline-block;

}
.pipeline-status i, .pipeline-details-separate i{
	margin-right: 15px;
    font-size: 16px;
    vertical-align: middle;
}
.pipeline-status .purple i, .pipeline-details-separate.purple i {
	color: #7332ed;
}
.pipeline-status .blue i, .pipeline-details-separate.blue i{
	color: #1F19EA;
}
.pipeline-status .sayen i, .pipeline-details-separate.sayen i{
	color: #030094;
}
.pipeline-status .sayen-1 i, .pipeline-details-separate.sayen-1 i{
	color: #8527BF;
}.pipeline-status .sayen-2 i, .pipeline-details-separate.sayen-2 i{
	color: #B66FE3;
}
.pipeline-details{
    border-radius: 10px;
    border: 1px solid #cdf2ff;
    width: 100%;
    margin-bottom: 15px;
}
.pipeline-details-title{
	padding: 20px 40px;
    background-color: #1F19EA;
    color:#fff;
    font-size: 16px;
    border-radius: 10px 10px 0px 0px;
}
.pipeline-details-title ul{
	margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.pipeline-details-title ul li{
    white-space: nowrap;
    padding-right: 10px;
}
.pipeline-details-title ul li:nth-child(1){
    width: 20%;
}
.pipeline-details-title ul li:nth-child(2){
    width: 17%;
}
.pipeline-details-title ul li:nth-child(3){
    width: 15%;
}
.pipeline-details-title ul li:nth-child(4){
    width: 20%;
}
.pipeline-details-title ul li:nth-child(5){
    width: 18%;
}
.pipeline-details-title ul li:nth-child(6){
    width: 12%;
}
/*.pipeline-details-title ul li:nth-child(7){
    width: 12%;
    padding-right: 0px;
    text-align: center;
}*/
.pipeline-details .card {
    font-size: 14px;
    font-family: "HurmeGeometricSans3SemiRegular";
	background: none;
    border-radius: 0px;
    border:0px;
}
.pipeline-details .card-header {
	padding: 20px 40px;
    border-top: 1px solid #cdf2ff;
    background-color: #fafdfe;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 0px;
    display: flex;
}
.pipeline-details .card-header > div{
	/*white-space: nowrap;*/
	white-space: normal;    margin: auto 0px;
    padding-right: 20px;
}
.pipeline-details .card-header > div:nth-child(1){
	width: 20%;
}
.pipeline-details .card-header > div:nth-child(2){
	width: 17%;
}
.pipeline-details .card-header > div:nth-child(3){
	width: 62%;
}
.pipeline-details .card-body {
    border-top: 1px solid #cdf2ff;
}
.pipeline-details-separate{
	padding: 20px 40px;
    border-top: 1px solid #cdf2ff;
}
.pipeline-process {
	width: 100%;
    padding-right: 0px;
}/*
.process-bar {
	display: block;
    border-radius: 10px;
    height: 10px;
    position: relative;
}
.process-bar.purple {
	background-color: #7332ed
}
.process-bar.blue {
	background-color: #1F19EA
}
.process-bar.sayen {
	background-color: #030094
}*/
.process-bar {
	display: block;
    border-radius: 10px 0px 0px 10px;
    height: 8px;
    position: relative;
}
.process-bar:after {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ca71fd;
	position: absolute;
	right: -9px;
	top: -6px;
	content: "";
	border-radius: 4px;
}
.process-bar.purple:after {
	border-left: 10px solid #7332ed;
}.process-bar.blue:after {
	border-left: 10px solid #1F19EA;
}.process-bar.sayen:after {
	border-left: 10px solid #030094;
}.process-bar.sayen-1:after {
	border-left: 10px solid #8527BF;
}.process-bar.sayen-2:after {
	border-left: 10px solid #B66FE3;
}
.process-bar span.right-arrow {
	display: block;
    align-items: center;
	position: absolute;
    right: -6px;
    width: 7px;
    height: 12px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.process-bar.purple {
	background-color: #7332ed
}
.process-bar.purple span.right-arrow i {
    font-size: 22.5px;
    color: #7332ed;
    position: absolute;
    top: 0px;
    line-height: 14px;
}
.process-bar.blue {
	background-color: #1F19EA
}
.process-bar.blue span.right-arrow  i{
    font-size: 22.5px;
    color: #1F19EA;
    position: absolute;
    top: 0px;
    line-height: 14px;
}
.process-bar.sayen {
	background-color: #030094
}
.process-bar.sayen span.right-arrow  i{
    font-size: 22.5px;
    color: #030094;
    position: absolute;
    top: 0px;
    line-height: 14px;
}.process-bar.sayen-1 {
	background-color: #8527BF;
}
.process-bar.sayen-1 span.right-arrow  i{
    font-size: 22.5px;
    color: #8527BF;
    position: absolute;
    top: 0px;
    line-height: 14px;
}.process-bar.sayen-2 {
	background-color: #B66FE3
}
.process-bar.sayen-2 span.right-arrow  i{
    font-size: 22.5px;
    color: #B66FE3;
    position: absolute;
    top: 0px;
    line-height: 14px;
}
.process-number {
	position: absolute;
    font-size: 12px;
    top: -22px;
    right: 10px;
}
.process-bar.blue .process-number {
    color: #1e3bb3;
}
.process-bar.purple .process-number {
    color: #7332ed;
}
.process-bar.sayen .process-number {
    color: #030094;
}.process-bar.sayen-1 .process-number {
    color: #8527BF;
}.process-bar.sayen-2 .process-number {
    color: #B66FE3;
}
.btn-accordion{
	cursor: pointer;
}
.btn-accordion .fa-chevron-down{
	color: #1F19EA;
    margin-left: 10px;
}
.bg-none{background: none !important;}
.check-icon{padding-right: 0px !important;}
.check-icon img{max-width: 20px;}

.analysis-block{border: 1px solid #e1e1e1;border-radius: 10px;display: flex;margin-top: 30px;}
.analysis-block > div{width: 50%;}
.analysis-block > div:last-child{border-left:1px solid #e1e1e1;}
.analysis-holder{position: relative;min-height: 440px;}
.analysis-holder > span{position: absolute;color: #fff;border-radius: 50%;font-size: 48px;text-align: center;}
.analysis-holder > span.blue{width: 220px;line-height: 220px;height: 220px;background-color: rgba(33,69,221,0.95);left: 15%;
top: 17%;z-index: 1}
.analysis-holder > span.purple{width: 220px;line-height: 220px;height: 220px;background-color: rgba(204,119,253,0.9);left: 45%;
top: 22%;z-index: 2}
.analysis-holder > span.sayen{width: 130px;line-height: 130px;height: 130px;background-color: rgba(152,230,252,1.0);left: 35%;
top: 57%;}
.analysis-status{display: flex;justify-content: space-around;}
.analysis-status > span{padding-left: 45px;position: relative;}
.analysis-status > span:before{position: absolute;content: "";width: 30px;border-radius: 4px;height: 6px;left: 0px;top: 10px;}
.analysis-status > span.blue:before{background-color: #1919cc;}
.analysis-status > span.purple:before{background-color: #af05fe;}
.analysis-status > span.sayen:before{background-color: #030094;}
.analysis-right > div{padding: 30px;min-height: 250px;}
.analysis-right-top{border-bottom:1px solid #e1e1e1;background-color: #f6f8ff;}
.analysis-right-bot{background-color: #fbfcff;position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.redo-block{border: 10px solid #fff;border-radius: 50%;background-color:#b004fe;width: 70px;height: 70px;display: block;color: #fff;text-align: center;line-height: 52px;font-size: 24px;position: absolute;right: 30px;top: -30px;}
.analysis-right-bot h6{color: #1F19EA;font-size: 18px;margin: 0px;}
.analysis-right-top-title{display: flex;padding-bottom: 30px;}
.analysis-right-top-title h5{font-size: 20px;margin: auto 0px;}
.analysis-right-top-title span{border-radius: 8px;background-color: #e8edf7;color: #1F19EA;display: inline-block;padding: 5px 10px;margin-left: auto;text-transform: uppercase;}
.analysis-right-top h2{text-align: center;}
.analysis-right-top h6{text-align: center;font-size: 12px;}


/*----------------- Percentage Css -----------------*/

.percentage-sec h2{
	margin-bottom: 30px;
}
.percentage-title{
	margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
span.icon-holder{
	color: #fff;
    background-color: #36a1ff;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
}
span.icon-holder.blue{
    background-color: #1d1dcc;
}
span.icon-holder.purple{
    background-color: #cb70fe;
}
span.icon-holder.sayen{
    background-color: #030094;
}
.percentage-block{
	position: relative;
}
.percentage-block:before{
	position: absolute;
    content: "";
    left: -60px;
    background: url("assets/images/left-carv-dot.png") no-repeat left top;
    width: 93px;
    height: 211px;
    top: 80px;
}
.percentage-block:after{
	position: absolute;
    content: "";
    right: -140px;
    background: url("assets/images/right-carv-dot.png") no-repeat left top;
    width: 160px;
    height: 196px;
    bottom: 45px;
}
.percentage-holder{
	position: relative;
    z-index: 1;
    border: 1px solid #eaeaea;
    padding: 25px 30px;
    display: flex;
    min-height: 144px;
    margin-bottom: 75px;
    box-shadow: 12px 12px 15px 0px rgba(234,234,234,0.4);
    background-color: #fff;
}
.percentage-holder:last-child{
    margin-bottom:0px;
    margin-right: -80px;
    margin-left: 80px;
}
.percentage-holder span.icon-holder{
    margin: auto 30px auto 0px;
}
.percentage-text {
	margin:auto 0px;
    width: 70%;
}
.percentage-text h5{
	border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
}
.percentage-text p{
	margin: 0px;
}

/*----------------- Biotec organism Css -----------------*/

.biotec-organism{background: url("assets/images/biotec-organism.png") no-repeat top left;width:420px;height:370px;background-size: 420px auto;max-width: 420px;margin: 0px auto;position: relative;}
.biotec-organism > div{position: absolute;}
.biotec-organism > div.biotec-name{left: 50%;width: 110px;text-align: center;height: 32px;line-height: 32px;top:60%;text-transform: uppercase;color: #121212;font-size: 26px;margin-left: -55px;}
.biotec-organism-icon1, .biotec-organism-icon2, .biotec-organism-icon3{border-radius: 50%;width: 90px;height: 90px;line-height: 90px;text-align: center;}
.biotec-organism-icon1{background-color: #cb70fe;right:57px;top: 112px;}
.biotec-organism-icon1 img{max-width: 40px;}
.biotec-organism-icon2{background-color: #1818cc;left:52px;top: 113px;}
.biotec-organism-icon2 img{max-width: 60px;}
.biotec-organism-icon3{background-color: #030094;left:165px;bottom:-45px;}
.biotec-organism-icon3 img{max-width: 60px;}
.biotec-organism-text1, .biotec-organism-text2, .biotec-organism-text3{text-align: center;font-size: 11px;color: #fff;font-family: "Hurme Geometric Sans 1 W03 Rg";line-height: 20px;width: 110px;}
.biotec-organism-text1{left:154px;top:52px;}
.biotec-organism-text2{left:45px;bottom:20px;}
.biotec-organism-text3{right:45px;bottom:20px;}

/*----------------- Research Css -----------------*/

.new-questions h6{
    display: inline-block;
}
.new-questions-block{
	margin-top: 30px;
    border: 1px solid #e7e7e7;
}
.new-questions-content h4{margin-bottom:15px;}
.new-questions-content {padding:40px 15px 15px;position: relative;}
a.video-icon{position: absolute;top: -26px;width: 52px;height: 52px;line-height: 52px;text-align: center;color: #fff;font-size: 16px;background-color: #1919cc;border-radius: 50%;right:30px;display: inline-block;box-shadow: 8px 8px 8px 0px rgba(25,25,204,0.1)}
a.video-icon:hover{color: #fff;background-color: #0e0e92;}


/*================= Technology 2 Css ====================*/

.page-breadcroumb {
	background-size: cover;
	/*background-position: left center;
	background-attachment: fixed;*/
	background-color: #7B7B7B;
	padding: 120px 0px;
	font-size: 16px;
	color: #fff;
	position: relative;
    background-position: 50%;
}
.page-breadcroumb:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.6);
	content: "";
}
.overlay-none:before {
	display: none;
}
.page-breadcroumb h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #fff;
	font-size: 42px;
}
.tech2-sepecify-sec h2{
	margin-bottom: 25px;
}
.industry-block-img{
	overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.top-uderline {
	position:relative;
	padding-top:30px;
}
.top-uderline:before{
	position:absolute;
	background-color:#1f19ea;
	height:5px;
	width:80px;
	left:0px;
    top: 0px;
	content:"";
}

.section-specialist{
	padding:30px 15px 30px 20px;
	background: #2019e9; /* Old browsers */
    background: -moz-linear-gradient(left,  #2019e9 0%, #ca4fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2019e9 0%,#ca4fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2019e9 0%,#ca4fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2019e9', endColorstr='#ca4fff',GradientType=1 ); /* IE6-9 */
	border-radius:6px;
    margin-top: 45px;
}
.section-specialist ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.section-specialist ul li{
	position:relative;
	font-size:16px;
	padding:12px 0px 12px 30px;
    color: #fff;
}
.section-specialist ul li:before{
	position:absolute;
	content:"";
	top:18px;
	left:0px;
	background:url(assets/images/tick-inside-circle.svg) no-repeat left top;
	width:18px;
	height:18px;
    background-size: 18px auto;
}
.tech3-result {
	position: relative;
    padding-bottom: 60px;
}
.tech3-result-img {
	position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    overflow: hidden;
    width: 40%;
}
.tech3-result-img .content-image-left{
    padding-left: 0px;
}
.tech3-result-img img{
	max-height: 100%;
    max-width: none;
}
.tech3-result:before {
	position: absolute;
    bottom: 0px;
    left: 0px;
    height:80%;
    background-color: #0e1f2d;
    content: "";
    width: 100%;
}
.tech3-result-block {
	color: #fff;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.tech3-result-block p{
	width: 30%;
    font-size: 14px;
}
.tech3-result h3{
	color: #fff;
    padding-top: 50px;
    font-weight: 500;
}
.collaborative-slider{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.hero-3-slider {
  max-width:280px;
  padding-top: 150px;
  width: 50%;

}
.hero-3-sidebar {
  max-width: 280px;
  width: 50%;
}
.hero-3-right {
  width:100%;
  padding-left: 40px;
}
.hero-3-bg {
  width: 280px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.hero-3-foot  {
	position: absolute;
	width: 50%;
	right: 0px;
    bottom: 15%;
}
.hero-3-arrows {
	display: flex;
	justify-content: center;
    display: none;
}
.collaborative-slider button.arrows-item {
	bottom: 40px;
	color: #000;
	font-size: 18px;
	display: block;
	cursor: pointer;
	z-index: 2;
	background: none;
	border: 0px;
}
.collaborative-slider button.js-hero-3-prev {

}
.collaborative-slider button.js-hero-3-next {
	margin-right: -40px;
}
.collaborative-slider button.arrows-item:hover {
	color: #fdb11e;
}

/*================= Approch Css ====================*/

.approach-content-sec {
	background-color: #f2f2f2;
    padding: 60px 0px;
}
.approach-content-slider {
	padding: 60px 0px;
    position: relative;
}
.approach-content-slider:before {
	position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 75%;
    content: "";
    background-color: #fff;
}
.approach-content-img {
	background-size: cover;
	background-position: center;
	position: relative;
	width:100%;
	height: 100%;
    overflow: hidden;
}
.approach-content-slider .first-slide-arrow{
	justify-content: flex-end;right: 0px;bottom: 0px;
}
.approach-content-slider .first-slide-arrow > div{
	border-radius: 0px;
    background-color: #cccccc;
    color: #fff;
}
.approach-content-slider .first-slide-arrow > div.first-slide-next{
    background-color: #0e1f2d;
}
.approach-content-slider .first-slide-arrow > div:hover{
    background-color: #b400ff;
}
.chart-sec2{
    background-color: #fafafa;
}
.chart-sec2 .chart-block{
    position: relative;
    height: 100%;
    border:1px solid #fafafa;
}
.chart-sec2 .chart-block h5{
    text-align: center;
    color: #252525;
    padding-left: 0px;
}
.chart-content{
    padding:30px 50px;
}

/*================= Our Team Css ====================*/

.our-team-block{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top:30px;
    color: #a2a2a2;
}
.team-img{
    overflow: hidden;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0px auto;
    margin-bottom: 15px
}
.team-img a:before{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.85) ;
    content: "";
    left: 0px;
    top:20px;
    opacity: 0;
    visibility: hidden;
}
.team-img a:after{
    width:32px;
    height:32px;
    position: absolute;
    content: "\f0e1";
	font-family: 'Font Awesome 5 Brands';
	font-weight: 900;
    line-height: 32px;
    text-align: center;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    color: #fff;
    font-size: 18px;
    top:30px;
    opacity: 0;
    visibility: hidden;
}
.team-img a:hover:before{
    top: 0px;
    opacity: 1;
    visibility: visible;
}
.team-img a:hover:after{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.team-text{
    margin-top: 15px;
    margin-bottom: 15px;
}
.team-text h5{
   color: #0E1F2D;
    font-size: 20px;
}
.team-text h6{
   color: #868686;
}

.team-popup {
	max-width: 800px;
	border-radius: 4px;
	overflow: hidden;
	transform: translateY(-50px);
	transition: all .7s;
	display: none;
}
.team-popup h5 {
	text-align: center;color: #000;
}
.team-popup h6 {
	text-align: center;color: #3f51b5;
}
.team-popup .bottom-social{
	justify-content: center;
    padding-top: 15px;
}
.team-popup .bottom-social a{
	background-color: #EDEDED;
}
.team-popup .bottom-social a:hover{
	background-color: #7C13E3;
}
.team-popup .team-popup-img{
	width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0px auto 30px;
    overflow: hidden;
}
.team-popup h5, .team-popup h6, .team-popup p {
	transform: translateY(50px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: .4s;
}
.team-popup .team-popup-img, .team-popup .bottom-social{
	transform: translateY(-50px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: .4s;
}
.fancybox-slide--current .team-popup h5, .fancybox-slide--current .team-popup h6, .fancybox-slide--current .team-popup p, .fancybox-slide--current .team-popup .team-popup-img, .fancybox-slide--current .team-popup .bottom-social{
	transform: translateY(0);
	opacity: 1;
}
.fancybox-slide--current .team-popup .team-popup-img{
	transform: translateY(0);
	opacity: 1;
}
/********************** Contact us Css **********************/


.contact-form {
	margin-top: 20px;
}
.contact-form .form-group {
	margin-bottom: 0px;
}
.contact-form .form-control {
	margin-bottom: 15px;
    height: 44px;
}
.contact-form .form-control::placeholder {
	color: #979797;
}
.contact-form textarea.form-control {
	height: 120px;
}
.contact-form .form-group:last-child {
	margin-bottom: 0px;
}
button.btn-submit {
	background-color: #eb0028;
	border-color: #e60329;
	color: #fff;
	cursor:pointer;
}
button.btn-submit:hover {
	background-color: #474747;
	border-color: #474747;
}
.address {

}
.address-block {
	padding:10px 0px;
}
.address-block ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
    font-size: 18px;
}
.address-block ul li {
	clear: both;
	line-height: 28px;
	padding: 15px 0px;
	position: relative;
    color: #373737;
}
.address-block ul li small{
	font-size: 12px;
    color: #a3a3a3;
}
.address-block ul li a {
	color: #b200ff;
}
.address-block ul li a:hover {
	color: #000;
	text-decoration: none;
}
.success {
	padding-bottom: 20px;
	color: #35BC0E;
	font-size: 18px;
}
.contact-sec p {
	color: #707070;
}
.address .bottom-social{
	justify-content: flex-start;
}
.address .bottom-social a{
	margin-left: 0px;
    margin-right: 10px;
}

.map-bg{
    background: #0E1F2D;
}

.news-link h4{
	font-size: 28px;
}
.news-link ul{
	margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.news-link ul li{
	border-bottom: 1px dotted #bcbcbc;
}
.news-link ul li a{
	display: block;
    padding: 10px 0px;
    color: #222;
}
.news-link ul li a:hover, .news-link ul li.active a{
	text-decoration: none;
    color: #1F19EA;
}


.mainmenu>ul>li:hover>a:before {
    width: 100% !important;
}

.disclaimer-text{
    margin: 10px;
    font-size: 14px;
}



/********************** News/Events Css **********************/
/*
select.form-control:not([size]):not([multiple]), .form-control{height:48px;}
.news-page-sec h3{
	font-family: 'HurmeGeometricSans3Light';
    margin-top: 40px;
    font-weight: normal;
}

.news-release-block{
	border-bottom:1px solid #e5e5e5;
	padding:25px 0px;
}
.news-release-block h6{
	color: #222;
	font-weight:500;
	font-size:12px;
    text-transform: uppercase;
}
.news-release-block h5{
	font-weight:600;
	font-size:16px;
    margin-bottom: 10px;
}
.news-release-block h5 a{
	color: #3253dc;
}
.news-release-block h5 a:hover{
	color: #000;
	text-decoration:none;
}
.news-link h4{
	font-size: 28px;
}
.news-link ul{
	margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.news-link ul li{
	border-bottom: 1px dotted #bcbcbc;
}
.news-link ul li a{
	display: block;
    padding: 10px 0px;
    color: #222;
}
.news-link ul li a:hover, .news-link ul li.active a{
	text-decoration: none;
    color: #5010f0;
}*/



/**********************Video Css **********************/

.video-block{
	display: flex;
    border-bottom: 1px solid #D9D9D9;
    padding: 30px 0px;
}
.video-block:first-child{
	padding-top: 0px;
}
.video-block:last-child{
	border-bottom: 0px;
}
.doc-block{
	display: flex;
    border-bottom: 1px solid #D9D9D9;
    padding: 0px 0px;
}
.doc-block:first-child{
	padding-top: 0px;
}
.doc-block:last-child{
	border-bottom: 0px;
}
.video-thumb{
    margin-right: 40px;
    position: relative
}
.video-holder a{
	display: block;
    position: relative;
    color:#1F19EA !important;

}
.video-thumb a:before{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(9,9,9,0.8);
    content: "";
    opacity: 0;
    z-index: -1;
}
.video-thumb a:after{
	position: absolute;
    left: 50%;
    top: 32px;
    width:32px;
    height:32px;
    font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
    content: "\f04b";
    margin-top: -16px;
    margin-left: -16px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    z-index: -1;
}
.video-thumb:hover a:before{
    opacity: 1;
    z-index: 0;
}
.video-thumb:hover a:after{
    opacity: 1;
    z-index: 1;
    top: 50%;
}
.video-holder{
	width: 70%;
}
.doc-holder{
	width: 60%;
}
.doc-thumb{
	width: 60%;
}
.image-thumb{
    border: 1px solid #4444;
    margin-right: 15px;
}


/*MAP LOCATIONS*/
.network-location ul{
	margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.network-location ul li {
width: 100%;
    padding: 8px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    margin: 6px 0px;
    max-width: 310px;
}
.network-location  i, .network-location-separate i{
	margin-right: 15px;
    font-size: 16px;
    vertical-align: middle;
}
.network-location  .purple i, .network-location-separate.purple i {
	color: #7332ed;
}
.network-location  .blue i, .network-location-separate.blue i{
	color: #1F19EA;
}
.network-location  .sayen i, .network-location-separate.sayen i{
	color: #0500a9;
}
.network-location  .dark i, .network-location-separate.sayen i{
	color: #040077;
}
.contact-dark{
    background: #0e1f2d;
}

.contact-dark:before {
    position: absolute;
    background: url(assets/images/orgenesispurple.png) no-repeat right 30px;
    width: 500px;
    height: 100%;
    right: -200px;
    bottom: 0px;
    content: "";
    background-size: 100% auto;
    /* opacity: .4; */
    filter: grayscale(0);
    opacity: 1;
    left: unset;
    overflow: hidden;
}
.address-details{
    font-family: "HurmeGeometricSans3SemiRegular";
    color:#191919;
}
.blog-light{
    background: #f2f2f2;
    overflow: hidden;

}
.blog-light h1{
    color: #1a1a1a;

}

/*CAREERS*/
.careers-sec{
   background: #f9f9f9;
    padding-top: 80px;

}



.resumator-advanced-widget{
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 30px 50px 0px rgb(31 59 179 / 5%);
}


/*---------- Table Css -------------*/

table.basic-table{
    border: 1px solid #505050;
}
table.basic-table td, table.basic-table th{
    border-top: 1px solid #505050;
    border-left: 1px solid #505050;
    text-align: center;
    vertical-align: middle;
    padding: 15px 20px;
}
table.basic-table td:first-child, table.basic-table th:first-child{
    text-align: left;
}
table.basic-table th{
    background-color: #D1D1D1;
    font-size: 18px;
    line-height: 22px;
    font-family: 'HurmeGeometricSans3SemiBold';
    color: #000;
    font-weight: 500;
}
table.basic-table h4{
    font-size: 20px;
    font-family: 'HurmeGeometricSans3SemiBold';
    color: #000;
    font-weight: 600;
}
table.basic-table td{
    font-size: 16px;
}
table.basic-table strong{

    font-family: 'HurmeGeometricSans3SemiBold';
}
@media (min-width:100px) and (max-width: 768px) {
    table.basic-table td, table.basic-table th{padding: 10px 15px;}
    table.basic-table td{font-size: 16px;}
    table.basic-table th{font-size: 16px;line-height: 20px;}
}
@media (min-width:100px) and (max-width: 480px) {
    table.basic-table td, table.basic-table th{padding: 8px 12px;}
    table.basic-table td{font-size: 14px;line-height: 18px;}
    table.basic-table th{font-size: 14px;line-height: 18px;}
    table.basic-table h4{font-size: 18px;}
}
