/*
Theme Name: Epigen
Theme URI: https://epigen.com/
Author: Talent Hero Media
Author URI: https://talentheromedia.com
Description: This theme is designed by Talent Hero Media.
Version: 1.0.0
Text Domain: Epigen

 */

/* WordPress Core
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
/* font-family: "Space Grotesk", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
/* font-family: "Michroma", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
/* font-family: "Cormorant Garamond", serif; */


img{
    max-width: 100%;
    height: auto;
}
.alignnone {
	margin: 5px 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
/* Text meant only for screen readers. */

.primary-button{
	text-decoration:none;
	display:inline-block;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	padding: 20.5px 49px 20.5px 28px;
	background-color: #2D00C5;
	border-radius: 15px;
	background-image: url(images/button-icon.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 28px) center;
	border: 1px solid #2D00C5;
	transition: all 0.3s ease;
}
.primary-button:hover{
	color:#fff;
	text-decoration:none;
	border-radius: 25px;
	background-color:#1D1C1C;
	border: 1px solid #1D1C1C;
}

body{
	overflow-x:hidden;
	font-weight: 300;
	font-family: "Space Grotesk", sans-serif;
	font-size: 18px;
	line-height: 1.611;
	color:#000000;
}
.header{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	padding:16px 33px;
	z-index:999;
}
.header.scrolled {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
}
.admin-bar .header.scrolled,
.admin-bar .header{
	top: 32px;
}
/* .main-content-container{
	margin-top:116px;
} */
.home .site-logo,
.single-practice_area .site-logo{
	display:block;
}
.home .light-logo,
.single-practice_area .light-logo{
	display:none;
}
.site-logo{
	display:none;
}
.light-logo{
	display:block;
}
.header.scrolled .light-logo{
	display:none;
}
.header.scrolled .site-logo{
	display:block;
}
.primary-menu li a{
	display:inline-block;
	text-decoration:none;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1;
	color:#fff;   
	padding:15px 15px;
	margin-left:15px;
}
.home .primary-menu li a,
.single-practice_area .primary-menu li a,
.header.scrolled  .primary-menu li a{
	color:#090909;
}
/* .primary-menu li:not(:first-child) a{
	border-left:1px solid #fff;
} */
.primary-menu li{
/* 	padding-left:29px;
	margin-left:29px; */
}
.primary-menu li a:hover{
	background: #7641FE;
	background: linear-gradient(90deg,rgba(118, 65, 254, 1) 0%, rgba(6, 207, 224, 1) 100%);
	color:#fff !important;
	border-radius:15px;
}
.home .primary-menu > li:not(:first-child),
.single-practice_area .primary-menu > li:not(:first-child),
.header.scrolled .primary-menu > li:not(:first-child){
	position:relative;
}
.home .primary-menu > li:not(:first-child):before,
.single-practice_area .primary-menu > li:not(:first-child):before,
.header.scrolled .primary-menu > li:not(:first-child):before{
	position:absolute;
	top:14px;
	left:0;
	content:"";
	height:26px;
	width:1px;
	background-color:#D9D9D9;
}
.primary-menu > li:not(:first-child){
	position:relative;
}
.primary-menu > li:not(:first-child):before{
	position:absolute;
	top:14px;
	left:0;
	content:"";
	height:26px;
	width:1px;
	background-color:#fff;
}
.primary-headline{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 62px;
	line-height: 1.2;
	color:#000000;
}
.hero-section{
	padding:192px 0 0;
	background-color:#F2F6F8;
	position:relative;
	overflow: hidden;
}
.hero-section:before{
	position:absolute;
	top:0;
	right:0;
	content:"";
	width:550px;
	height:700px;
	background-image:url(images/home-banner-before.svg);
}
.hero-content h1 span {
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 75px;
	line-height: 1.3;
	font-family: "Michroma", sans-serif;
	background: linear-gradient(90deg, #7641FE 0%, #06CFE0 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.hero-content h1{
	display:inline-block;
	text-decoration:none;
	margin-bottom: 30px;
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 75px;
	line-height: 1.3;
	color:#000000;
	text-align:center;
}
.hero-buttons ul{
	justify-content:center;
	margin-bottom:80px;
}
.hero-buttons ul li{
	margin:0 12px;
}
.home-value-content{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 1.56;
	color:#000000;
}
.home-value-btn{
	padding-top:30px;
}
.value-section h2{
	margin-bottom:55px;
	position:relative;
	padding-right:150px;
}
.value-section h2:before{
	position:absolute;
	top:0;
	right:0;
	content:"";
	background-image:url(images/home-value-headline-icon.svg);
	height:150px;
	width:150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.value-section{
	padding:120px 0;
	position:relative;
	overflow: hidden;
}
.value-section:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	height:1000px;
	width:800px;
	background-image:url(images/home-top-icon.svg);
	background-repeat:no-repeat;
	background-position:left;
}
.services-section{
	padding-top:130px;
	background:url(images/home-pa-bg.png) #F2F6F8;
	background-repeat:no-repeat;
	background-position:top;
}
.services-section .section-header h2{
	color:#fff;	
	width:986px;
	margin:auto;
	max-width:100%;
	text-align:center;
	padding-bottom: 14px;
	margin-bottom:0;
}
.home-pa-item-row{
	padding:48px;
	border-radius:50px;
	background-color:#fff;
	margin-top:36px;
	display:flex;
}
.home-pa-item-row h3{
	margin-bottom:22px;
}
.home-pa-item-row h3 a{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 1.2;
	color:#000000;
	display:inline-block;
	text-decoration:none;
}
.home-pa-content-inner{
	width:699px;
	max-width:100%;
	padding-bottom:6px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7222;
	color:#000000;
}
.home-pa-image{
	text-align:right;
}
.cta-section{
	background-image:url(images/cta-bg-update.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:130px 0;
}
.cta-section h2{
	margin-bottom:45px;
}
.cta-section ul{
	display:flex;
	justify-content:center;
	margin:0;
	padding:0;
	list-style:none;
}
.cta-section ul li{
	margin:0 12px;
}
.results-section{
	padding:130px 0;
	background-color:#F2F6F8;
}
.home-testimonial-container-outer{
	padding-top:48px;
}
.testimonial-content{
	border-radius:0 0 50px 50px;
	background-color:#fff;
}
.testimonial-name{
	background-color: #2D00C5;
	border-radius: 50px 50px 0 0;
	padding: 34px 36px;
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 23px;
	color: #fff;
	min-height: 138px;
	display: flex;
	align-items: center;
}
.home-testimonial .item{
	border-radius:50px;
	overflow:hidden;
}
.testimonial-content-inner{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.6;
	color:#000000;
	padding:36px 36px 16px;
}
.dots-testimonial-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
}
.dots-testimonial-button .owl-dot {
    line-height: 0;
}
.dots-testimonial-button .owl-dot span {
	display: inline-block;
	background-color: #000;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	margin: 0 12.5px;
}
.dots-testimonial-button .owl-dot.active span {
	height: 21.7px;
	width: 21.7px;
	border-radius: 50%;
	position: relative;
	border: none;
	background: transparent;
	border: 2px solid #000;
}
.dots-testimonial-button .owl-dot.active span:before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	background-color: #000;
	height: 7.5px;
	width: 7.5px;
	border-radius: 50%;
}
.footer-menu-list{
	border-left:1px solid #00000026;
	padding-left:35px;
	padding-top:10px;
}
.footer-headline{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	margin-bottom:36px;
	color:#000000;
}
.footer-menu-list .footer-menu{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-menu-list .footer-menu li a{
	display:inline-block;
	text-decoration:none;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	margin-bottom:20px;
	color:#000;
}
.footer-menu-list .footer-menu li a:hover,
.contact-item a:hover{
	color:#2D00C5 !important;
}
.footer-menu-list .footer-menu li:last-child a{
	margin-bottom:0;
}
.footer-contact-col{
	border-left:1px solid #00000026;
	padding-left:35px;
	padding-top:10px;
	height:100%;
}
.footer-contact-col .contact-item a{
	display:inline-block;
	text-decoration:none;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color:#000000;
	margin-bottom:12px;
}
.footer-main{
	padding:60px 0;
}
.footer-bottom .container{
	position:relative;
	padding-top:36px;
	padding-bottom:36px;
}
.footer-bottom .container:before{
	position:absolute;
	top:0;
	left:15px;
	content:"";
	background-color:#D9D9D9;
	width:calc(100% - 30px);
	height:1px;
}
.footer-bottom .container p,
.footer-bottom .container a{
	margin-bottom:0;
	display:inline-block;
	text-decoration:none;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color:#000;
}
.footer-bottom .container a:hover{
	color:#2D00C5;
}
.about-hero-container{
/* 	padding: 324px 0 186px; */
	padding:280px 0 140px;
	background-image:url(images/about-banner-update.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.about-hero-container h1{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 75px;
	line-height: 1;
	text-align: center;
	margin-bottom:0;
	color:#fff;
	text-transform:capitalize;
}
.about-top-content-outer .about-top-head{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	font-size: 19px;
	line-height: 1.75;
	color:#000000;
}
.about-top-content-outer .about-top-head h3{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 44px;
	line-height: 1.22;
	color:#000000;
	margin-bottom:36px;
}
.about-top-content-outer:nth-of-type(1) .about-top-content{
	padding-right:35px;
}
.about-top-content p{
	margin-bottom:46px;
}
.about-top-content-outer:nth-of-type(1) .about-top-head{
	padding-bottom:14px;
}
.about-top-content-outer:nth-of-type(2) .about-top-content{
	padding-left:35px;
	display:flex;
	flex-wrap:wrap;
}
.about-top-content-outer:nth-of-type(2) .about-top-content .about-top-image{
	order:-1;
}
.about-top-content-outer:nth-of-type(2) .about-top-image{
	margin-bottom:55px;
}
.about-top-container{
	padding:130px 0 70px;
}
.team-section{
	padding:130px 0 85px;
	background-color:#F2F6F8;
}
.team-member-card{
	background-color:#fff;
	border-radius:30px;
	margin-bottom:45px;
}
.team-member-top{
	padding:24px 24px 19px;
	border-bottom:1px solid #D9D9D9;
}
.team-member-top h3{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.3;
	text-align: center;
	color:#000000;
	margin-top:16px;
	margin-bottom: 10px;
}
.team-member-top .member-position{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	color:#000000;
}
.member-social-links{
	padding:16px 24px;
}
.member-social-links .member-social-email{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 2.18;
	color:#2D00C5;
	display:inline-block;
	text-decoration:none;
}
.member-social-linkedin .msl-icon{
	display:block;
}
.member-social-linkedin .mslh-icon{
	display:none;
}
.member-social-linkedin:hover .msl-icon{
	display:none;
}
.member-social-linkedin:hover .mslh-icon{
	display:block;
}
.member-social-links{
	display:flex;
	justify-content:space-between;
}
.team-section h2{
	margin-bottom:50px;
}
.about-hero-container.employer-hero-container{
	padding:234px 0 145px;
}
.about-hero-container.employer-hero-container h1{
	line-height:1.2;
}
.section-top-content{
	padding:110px 0 90px;
}
.approach-item span{
	display:inline-block;
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1;
	background: linear-gradient(90deg, #7641FE 0%, #06CFE0 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.approach-item h3{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.3;
	margin:24px 0 36px;
	color:#000000;
}
.approach-item .step-description{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6111;
	color:#000000;
}
.approach-grid{
	justify-content:flex-end;
	position:relative;
	display:flex;
}
/* .approach-grid:before{
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	background-color: #D9D9D9;
	height: 100%;
	width: 2px;
	transform: translateX(-50%);
} */



.section-approach{
    position: relative;
}

.approach-line{
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #D9D9D9;
    transform: translateX(-50%);
    z-index: -1;
}

.approach-line-progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #2D00C5;
}










.approach-grid:nth-of-type(2n){
	justify-content:flex-start;
}
.approach-grid:nth-of-type(2n) .approach-item{
	position:relative;
}
.approach-grid:nth-of-type(2n) .approach-item:before{
	position: absolute;
	top: 0;
	right: -27%;
	content: "";
	height: 18px;
	width: 18px;
	background-color: #2D00C5;
	border-radius: 50%;
	border: 3px solid #fff;
}
.approach-grid:nth-of-type(odd) .approach-item:before{
	position:absolute;
	top:0;
	left:-22%;
	content:"";
	height:18px;
	width:18px;
	background-color:#2D00C5;
	border-radius:50%;
	border: 3px solid #fff;
}
.section-approach{
	padding-bottom:130px;
	position:relative;
}
.section-approach:before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	background-color:#fff;
	height:130px;
	width:100%;
}
.practice-hero{
	padding:216px 0 100px;
}
.hero-content-col h1{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 70px;
	line-height: 1.2;
	margin-bottom:0;
	color:#000000;
}
.pa-top-container{
	background-color:#f2f6f9;
	padding:110px 0;
	position:relative;
	min-height:634px;
	display:flex;
	align-items:center;
}
.pa-top-container:before{
	position:absolute;
	top:0;
	right:0;
	content:"";
	background-image:url(images/pa-top-bg.svg);
	background-repeat:no-repeat;
	width:830px;
	height:1200px;
}
.pa-top-image-col{
	position:absolute;
	left:0;
	width:40%;
}
.top-body{
	background-color:#fff;
	padding:56px 56px 36px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6111;
	color:#000000;
	border-radius:50px;
}
.section-trust-logos{
	background-color:#F2F6F8;
	padding-bottom:130px;
}
.section-trust-logos h2{
	margin-bottom:50px;
}
.home-logo-mobile{
	display:none;
}
.home-logo-content{
	display:block;
}
.success-carousel-wrapper ul{
	display:flex !important;
	margin:0;
	padding:0;
	list-style:none;
}
.success-carousel-wrapper ul li{
	list-style: none;
	margin: 0 12.5px;
	background-color: #fff;
	border-radius: 20px;
	max-width: 200px;
	text-align: center;
	height: 130px;
	padding: 0 15px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.section-landscape{
	padding: 91px 0 155px;
    background-image: url(images/pa-typical-bg-update.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section-landscape h2{
	margin-bottom:50px;
	color:#fff;
}
.landscape-item{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6111;
	color:#FFFFFF;
	margin-bottom:22px;
	padding-left:44px;
	background-image:url(images/pa-typical-icon.svg);
	background-repeat:no-repeat;
	background-position:left 1px; 
}
.single-practice_area .cta-section h2{
	width: 800px;
    margin: auto;
    padding-bottom: 45px;
	max-width:100%;
}
.contact-info-content ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:56px 0;
}
.contact-info-content ul li a{
	display:inline-block;
	text-decoration:none;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 1;
	color:#000000;
}
.contact-info-content ul li a:hover{
	color:#2D00C5;
}
.contact-info-content ul li{
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 56px;
	padding: 31.5px 0 31.5px 114px;
}
.contact-info-content ul li.contact-email{
	background-image:url(images/contact-email.svg);
}
.contact-info-content ul li.contact-phone{
	background-image:url(images/contact-phone.svg);
}



.form-container .gfield input,
.form-container .gfield textarea{
	width:100%;
	border:none;
	background-color: #F2F6F8;
	border-radius: 10px;
	padding: 18.25px 24px !important;
	border: 2px solid transparent;
}
.form-container .gfield textarea{
	height:230px !important;
	resize:none;
}
.form-container .gform_footer.top_label{
	justify-content:flex-end;
}
.form-container .gform_footer.top_label input{
	text-decoration: none;
	display: inline-block;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	padding: 20.5px 49px 20.5px 28px;
	background-color: #2D00C5;
	border-radius: 15px;
	background-image: url(images/button-icon.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 28px) center;
	border: 1px solid #2D00C5;
	cursor:pointer;
	transition: all 0.3s ease;
}
.form-container .gform_footer.top_label input:hover{
	color:#fff;
	text-decoration:none;
	border-radius: 25px;
	background-color:#1D1C1C;
	border: 1px solid #1D1C1C;
}

.gform_wrapper .resume-upload .ginput_container_fileupload input {
    position: absolute;
    top: 33px;
    width: 100% !important;
    height: 230px;
    cursor: pointer;
    border: none;
    z-index: 1;
    opacity: 0;
}
.form-container .gform_wrapper .gfield.upload-text {
/*     background: url(images/resume-update.svg) #fff no-repeat;
    background-size: 45px;
    background-position: 134px center; */
	padding: 60px 20px 60px 20px !important;
	text-align: center;
	border-radius: 10px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: #000;
	margin-top: 0;
	border: 1px solid #D9D9D9;
	height:230px;
	display:flex;
	align-items:center;
}
.form-container .gform_wrapper .gfield.upload-text .form-resume-outer div{
	width:172px;
}
.form-resume-outer{
	width:305px;
	margin:auto;
	max-width:100%;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.form-container .gform_wrapper .gfield.upload-text span {
	display:inline-block;
	color:#2D00C5;
}
.form-container .filename-selected {
    background: #fff;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
    width: 100%;
    margin-bottom: 0;
    font-family: "Space Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color:#000;
	padding-top:15px;
}
.form-container .filename-selected .remove-file {
    height: 27px;
    width: 25px;
    background: url(images/delete-icon-update.svg) no-repeat;
    background-position: center;
    cursor: pointer;
	flex-shrink: 0;
}
.file-name{
	flex-grow: 0;
	flex-basis: calc(100% - 40px);
	word-break: break-word;
}
.ginput_container.ginput_container_fileupload .gfield_description.gform_fileupload_rules {
    display: none;
}
#field_2_8{
	position:relative;
}
#field_2_8 label,
#field_2_11 label,
#field_1_6 label{
	position:relative;
	top:0;
	left:0;
	transform: translateY(0);
	font-size: 18px !important;
	font-weight:400 !important;
	color:#000;
}
#field_2_10{
	margin-top:0;
}
.form-job-left{
	border:1px solid #D9D9D9;
	border-radius:50px 0 0 50px;
	padding:50px 50px 29px;
	border-right:none;
}
.form-job-right{
	border:1px solid #D9D9D9;
	border-radius:0 50px 50px 0;
	padding:50px 50px 29px;
	height:100%;
}
.gform_heading{
	display:none;
}

.gform_wrapper .gfield {
    position: relative;
    margin-top: 30px;
}
.gform_wrapper .gfield_label {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    color: #6B6B6B;
    pointer-events: none;
    background: transparent;
    padding: 0 24px;
    transition: all 0.2s ease;
    z-index: 2;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 1;
}
.gform_wrapper .gfield_label span{
	color: #0CCAE2 !important;
	font-size: 16px !important;
	margin-left: 1px;
}
.gform_wrapper .gfield:focus-within .gfield_label {
	top: -12px;
	color: #000000;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400 !important;
	font-size: 16px !important;
	left: 0;
}

/* Move label on focus */
.gform_wrapper .gfield:focus-within .gfield_label,
.gform_wrapper .gfield.has-value .gfield_label {
    top: -12px;
    left: 0;
    color: #000;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.gform_wrapper input:not(:placeholder-shown) {
    padding-top: 22px;
}
.gform_wrapper input:focus,
.gform_wrapper textarea:focus{
	background-color:#fff;
	border:2px solid #7641FE;
	outline:none;
}
.gform_wrapper .gfield input:not(:placeholder-shown) ~ .gfield_label {
    top: -12px;
    font-size: 16px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400 !important;
	color:#6B6B6B;
}
.contact-form-container{
	padding-bottom:125px;
	border-bottom:1px solid #D9D9D9;
}
/* .header.scrolled  .primary-menu li:not(:first-child) a {
    border-left: 1px solid #D9D9D9;
} */
.pa-testi-author{
	font-family: "Michroma", sans-serif; 
	font-weight: 400;
	font-size: 35px;
	line-height: 1.11;
	color:#000000;
	margin-bottom:29px;
}
.pa-testi-designation{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 1;
	color:#000000;
}
.pa-testimonial-right{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 1.45;
	color: #000;
	border-left: 1px solid #D9D9D9;
	padding-left: 56px;	
}
.section-testimonial{
	padding:100px 0 95px;
}
.pa-testimonial-container{
	padding-top:61px;
}
.pa-testimonial-container .owl-dots{
	margin-top: 66px !important;
/* 	border-top: 1px solid #D9D9D9; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
}
/* .pa-testimonial-container .owl-dots:before{
	position:absolute;
	top:0;
	left:25px;
	content:"";
	background-color:#D9D9D9;
	height:1px;
	width:calc(100% - 20px)
} */
.pa-testimonial-container .owl-dots .owl-dot:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    background-color: #D9D9D9;
    width: 100%;
    height: 1px;
}
.pa-testimonial-container .owl-dots .owl-dot{
	opacity:10%;
	padding-top: 35px;
	position:relative;
	height: 130px;
	display: flex;
	align-items: center;
}
.pa-testimonial-container .owl-dots .owl-dot.active:before{
	position:absolute;
	top:-2px;
	left:0;
	content:"";
	background-color:#7641FE;
	width:100%;
	height:3px;
}
.pa-testimonial-container .owl-dots .owl-dot.active{
	opacity:1;
}
.primary-menu > li {
    position: relative;
	margin-right:15px;
}
.primary-menu li .sub-menu {
	display: none;
	position: absolute;
	z-index: 100;
	left: 50%;
	padding: 0;
	top: 100%;
	margin: 0;
	list-style: none;
	background-color: #fff;
	min-width: 391px;
	padding: 36px 36px 36px;
	border-radius: 30px;
	transform: translateX(-50%);
}
.primary-menu li:hover > ul.sub-menu {
    display: block;
}
.primary-menu li > .sub-menu > li a{
	padding-left: 0;
	margin-left: 0;
	border:none !important;
	margin-bottom:5px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1;
	color:#000;
	padding:20px 10px 20px 97px;
	border-radius:20px;
    background-repeat: no-repeat;
    background-position: 24px center;
    display: block;
    background-size: 40px;
}
.primary-menu li > .sub-menu > li a:hover{
	color:#2D00C5 !important;
	background-color:#F2F6F8;
}
.primary-menu li > .sub-menu > li.pa-menu-1 a{
	background-image:url(/wp-content/uploads/2026/01/rare-disease-1.svg);
}
.primary-menu li > .sub-menu > li.pa-menu-2 a{
	background-image:url(/wp-content/uploads/2026/01/oncology.svg);
}
.primary-menu li > .sub-menu > li.pa-menu-3 a{
	background-image:url(/wp-content/uploads/2026/01/header-icon-3.svg);
}
.primary-menu li > .sub-menu > li.pa-menu-4 a{
	background-image:url(/wp-content/uploads/2026/01/immunology.svg);
}
.primary-menu > li.menu-item-has-children > a{
	position:relative;
	padding-right:39px;
}
.home .primary-menu > li.menu-item-has-children > a:before,
.single-practice_area .primary-menu > li.menu-item-has-children > a:before,
.header.scrolled .primary-menu > li.menu-item-has-children > a:before{
	background-image: url(/wp-content/uploads/2026/01/header-icon-update.svg);
}
.primary-menu > li.menu-item-has-children > a:before {
	position: absolute;
	top: 50%;
	right: 18px;
	content: "";
	height: 10px;
	width: 10px;
	background-image: url(images/header-icon-white.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 29px;
	transform: translateY(-50%);
}
.primary-menu > li.menu-item-has-children > a:hover:before,
.header.scrolled .primary-menu > li.menu-item-has-children > a:hover:before{
	background-image: url(images/header-icon-white.svg);
}
.single-blog-content h2{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.2;
	color:#000000;
	padding: 20px 0 30px;
}
.single-blog-content h3{
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.2;
	color:#000000;
}
.single-blog-content ul{
	padding-left:20px;
}
.single-blog-content a{
	display:inline-block;
	text-decoration:none;
	color:#000;
}
.single-blog-content a:hover{
	color:#2D00C5;
}
.single-blog-content-container{
	padding:70px 0 50px;
	border-bottom:1px solid #D9D9D9;
}
.testimonial-mobile-logo{
	display:none;
}
.form-job .gform_body h2{
	font-size: 43px;
    color: #000;
    font-family: "Michroma", sans-serif;
    text-align: center;
	margin-bottom: 0;
    padding-bottom: 18px;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0 !important;
}
.typical-list{
	margin:0;
}
.typical-list li{
	list-style:none;
}
.footer-logo-col span{
	display: block;
    text-align: center;
    padding-top: 25px;
	margin-top: 30px;
	border-top: 1px solid #00000026;
	font-weight: 400;
}

/* .pa-testimonial .owl-dot{
	width:20%;
} */
.pa-testimonial .owl-dots.dots-scrollable {
    display: flex !important;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;       
    -ms-overflow-style: none;  
}

.pa-testimonial .owl-dots.dots-scrollable::-webkit-scrollbar {
    display: none;
}

.pa-testimonial .owl-dots.dots-scrollable .owl-dot {
    flex: 0 0 auto;
	justify-content:center;
}

.pa-testimonial .owl-dot {
    flex: 0 0 auto;   /* keeps width auto, does not shrink */
    width: 200px;      /* or whatever size you want */
    padding-right: 25px;
	padding-left:25px
}
.pa-testimonial .owl-dot img{
	max-height:70px;
}

.pa-testimonial .owl-dots.dots-scrollable {
    overflow-x: auto;
    white-space: nowrap;
}
@media (max-width: 1350px) {
	.header{
		padding:16px 0;
	}
}
@media (max-width: 1245px) {
	.primary-menu li a,
	.primary-menu li > .sub-menu > li a{
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
	.form-job .gform_body h2 {
		font-size: 31px;
	}
/* 	.pa-testimonial-container .owl-dots .owl-dot {
		width: 130px;
	} */
	.form-resume-outer {
		width: 250px;
	}
	.contact-info-content ul li {
		margin: 0 20px;
		padding:31.5px 0 31.5px 97px;
	}
	.primary-menu li .sub-menu {
		min-width: auto;
		padding: 20px 15px 20px;
	}
	.form-job h2.primary-headline{
		font-size:50px;
	}
	.hero-content-col h1 {
		font-size: 52px;
	}
	.approach-grid:nth-of-type(odd) .approach-item:before {
		left: -22.25%;
	}
	.approach-grid:nth-of-type(2n) .approach-item:before {
		right: -28.5%;
	}
	.about-top-content-outer:nth-of-type(1) .about-top-content {
		padding-right: 15px;
	}
	.about-top-content-outer:nth-of-type(2) .about-top-content {
		padding-left: 15px;
	}
	.primary-menu li a {
		font-size: 16px;
		padding:15px 12px;
		margin-left: 10px;
	}
	.primary-menu li > .sub-menu > li a{
		font-size: 16px;
		padding: 20px 10px 20px 85px;
	}
	.primary-menu > li {
		margin-right: 10px;
	}
}
@media (max-width: 991px) {
	.pa-testimonial .owl-dot {
		width: 140px;
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.footer-logo-col{
		display: flex;
		align-items: center;
	}
	.footer-logo-col span {
		text-align: center;
		padding-top: 0;
		margin-top: 10px;
		border-top: none;
		padding-left: 25px;
		margin-left: 30px;
		border-left: 1px solid #00000026;
		flex-shrink: 0;
	}
	.footer-main {
		padding: 20px 0;
	}
	.hero-image-wrapper img{
		width:50%;	
	}
	.approach-grid:nth-of-type(2n) .approach-item{
		padding-right:20px;
	}
	.approach-grid:nth-of-type(odd) .approach-item{
		padding-left:20px;
	}
	
	.home-pa-image img{
		width:50%;
	}
	.value-section h2 {
		margin-bottom: 25px;
	}
	.home-value-image,
	.value-section:before{
		display:none;	
	}
	
	.contact-info-content ul li {
        margin: 0 0;
		width:100%;
    }
	.primary-menu > li.menu-item-has-children > a:before {
		background-image: url(/wp-content/uploads/2026/01/header-icon-update.svg);
	}
	.header.scrolled .primary-menu > li:not(:first-child):before,
	.primary-menu > li:not(:first-child):before,
	.home .primary-menu > li:not(:first-child):before, .single-practice_area .primary-menu > li:not(:first-child):before{
		display:none;
	}
	.section-approach:before {
		height: 95px;
	}
	.primary-menu li:hover > ul.sub-menu {
		display: none;
	}
	.primary-menu li .sub-menu {
		position: relative;
		left: 0;
		margin: 0;
		transform: translateX(0);
		padding:20px 0 10px 16px;
		min-width: 100%;
	}
	.primary-menu > li {
		padding: 0 0;
	}
	.pa-testi-author {
		margin-bottom: 19px;
	}
	.pa-testimonial-right {
		border-left: none;
		padding-left: 0;
		padding-bottom: 0;
	}
	.pa-testimonial-right-outer{
		order:-1;
	}
	
	.form-job-right {
		margin-top:40px;
		border-radius: 50px;
		padding: 30px 20px 29px;
	}
	.form-job-left {
		border-radius: 50px;
		padding: 30px 20px 29px;
		border-right: 1px solid #D9D9D9;
	}
	.contact-info-content ul {
		padding: 20px 0;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.section-landscape {
		padding:80px 0 70px;
	}
	.section-trust-logos {
		padding-bottom: 80px;
	}
	.top-body {
		padding: 36px 25px 16px;
		margin-top: 60px;
	}
	.pa-top-image-col {
		margin-right:30px;
		position: relative;
		left: 0;
		width: 100%;
	}
	.pa-top-container {
		flex-wrap:wrap;
		padding: 80px 0;
	}
	.hero-content-col h1 {
        font-size: 50px;
        margin-top: 40px;
    }
	.practice-hero {
		padding: 180px 0 80px;
	}
	.header {
		padding: 16px 0;
	}
	.approach-grid:nth-of-type(2n) .approach-item:before {
        right: -7.75%;
    }
	.approach-grid:nth-of-type(odd) .approach-item:before {
        left: -8.5px;
    }
	.section-top-content {
		padding: 80px 0 70px;
	}
	.about-hero-container.employer-hero-container {
		padding: 180px 0 100px;
	}
	.home .primary-menu li:not(:first-child) a, 
	.single-practice_area .primary-menu li:not(:first-child) a {
		border-left: none;
	}
	.main-menu-container:before {
        position: absolute;
        content: "";
        left: 0;
        width: 130vw;
        left: -20vw;
        height: 100%;
        background: #ffffff;
        z-index: -1;
        box-shadow: 0px 4px 14px rgb(0 0 0 / 10%);
    }
	.main-menu-container {
        position: absolute;
        z-index: 99;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 0;
        top: 17px;
		overflow:hidden;
    }
	.icon-bar:not(:last-child) {
		margin-bottom: 5px;
	}
	.icon-bar {
		height: 4px;
		width: 30px;
		background: #fff;
		display: block;
	}
	.single-practice_area .icon-bar,
	.home .icon-bar,
	.header.scrolled .icon-bar{
		background: #2D00C5;
	}
	.button-navigation .navbar-toggler {
        padding-right: 0;
		border: none;
		outline:none;
    }
    .button-navigation {
        text-align: right;
    }
	.primary-menu li a{
		margin:0 0;
		display:block;
		color: #090909;
	}
	.primary-menu{
		padding:10px 15px;
	}
	
	.hero-content h1,
	.hero-content h1 span{
		font-size: 55px;
	}
	.primary-headline {
		font-size: 45px;
	}
	.value-section {
		padding: 80px 0;
	}
	.home-value-content{
		padding-top:0;	
	}
	.home-pa-item-row{
		flex-wrap:wrap;
		padding: 28px 20px;
	}
	.home-pa-image {
		text-align: left;
		margin-bottom:25px;
	}
	.services-section {
		padding-top: 80px;
		background-size: cover;
	}
	.home-pa-image-outer{
		order:-1;
	}
	.results-section {
		padding: 80px 0;
		margin-top: -2px;
	}
	.footer-logo-col{
		padding-bottom:30px;	
	}
	.footer-menu-list {
		border-left: none;
		padding-left: 0;
		padding: 30px 0;
        border-top: 1px solid #00000026;
	}
	.footer-contact-col {
		border-left: none;
		padding-left: 0;
		padding-top: 30px;
		border-top: 1px solid #00000026;
	}
	.footer-headline {
		margin-bottom: 26px;
	}
	.about-hero-container {
		padding: 200px 0 120px;
	}
	.about-hero-container h1 {
		font-size: 55px;
	}
	.about-top-container {
		padding: 80px 0 70px;
	}
	.about-top-content-outer .about-top-head h3 {
		font-size: 36px;
	}
	.about-top-content-outer:nth-of-type(2) .about-top-content .about-top-image {
		order: 2;
		margin-bottom: 15px;
	}
	.about-top-content-outer:nth-of-type(2) .about-top-content {
        padding-left: 0;
		padding-top:60px;
    }
	.about-top-content-outer:nth-of-type(1) .about-top-content {
        padding-right: 0;
    }
	.team-section {
		padding: 80px 0 35px;
	}
	.section-approach {
		padding-bottom: 80px;
	}
	.pa-testimonial-container .owl-dots .owl-dot {
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	.pa-testimonial .owl-dots.dots-scrollable,
	.pa-testimonial .owl-dots{
		display:none !important;
	}
	
	
	.section-approach:before {
        height: 120px;
    }
	.step-description{
		padding-bottom:30px;
	}
	.approach-grid:nth-of-type(2n) .approach-item {
        padding-right: 0;
    }
	.approach-grid:nth-of-type(odd) .approach-item {
        padding-left: 0;
    }
	.primary-button {
		padding: 15.5px 38px 15.5px 20px;
		background-position: calc(100% - 18px) center;
	}
	.approach-line {
		left: 34px;
		transform: translateX(0);
	}
	.form-job .gform_body h2 {
		font-size: 27px;
	}
/* 	.testimonial-mobile-logo img{
		height:50px;
	} */
	.testimonial-mobile-logo{
		display: block;
		width: 100px;
		padding: 30px 0;
	}
	.primary-menu li > .sub-menu > li a {
		padding: 15px 10px 15px 80px;
		background-position: 15px center;
		background-size: 35px;
	}
	.primary-menu li .sub-menu {
        padding: 15px 0 10px 0;
    }
	
	.pa-testimonial-container .owl-dots {
		margin-top: 25px !important;
	}
	.section-testimonial {
		padding: 70px 0 30px;
	}
	.pa-testimonial-right {
		font-size: 20px;
	}
	.pa-testi-author {
		font-size: 30px;
	}
	.pa-testi-designation {
		font-size: 20px;
	}
	.owl-dot img{
		display:none;
	}
	
	.form-container .gform_wrapper .gfield.upload-text {
	    padding: 20px 20px 20px 20px !important;
	}
	.form-container .gform_wrapper .gfield.upload-text .form-resume-outer div {
		width: 100%;
		margin-top: 20px;
	}
	.form-resume-outer {
		flex-wrap: wrap;
		justify-content: center;
	}
	.form-job-left {
        padding: 30px 20px 19px;
    }
/* 	.form-container .gform_wrapper .gfield.upload-text {
		background-position: center 70px;
		padding: 154px 50px 34px 50px !important;
	} */
	.form-job h2.primary-headline {
        font-size: 30px;
    }
	.contact-info-content ul li a{
		font-size:20px;
	}
	.contact-info-content ul li {
		margin: 0 0;
		padding: 15.5px 0 15.5px 55px;
		background-size: 39px;
	}
	.hero-content-col h1 {
        font-size: 40px;
    }
	.practice-hero {
        padding: 130px 0 80px;
    }
	.dots-testimonial-button {
		padding-top: 10px;
	}
	.hero-section {
		padding: 130px 0 0;
	}
	.approach-item span {
		font-size: 40px;
		padding-bottom: 20px;
	}
	.approach-item h3 {
		font-size: 20px;
		margin: 20px 0 30px;
	}
	.approach-grid:nth-of-type(2n) .approach-item:before {
        right: auto;
        left: -44px;
		top:13px;
    }
	.approach-grid:nth-of-type(odd) .approach-item:before {
        left: -29px;
		top:13px;
    }
	.approach-grid:before {
		left: 20px;
	}
	.approach-grid {
		padding-left: 40px;
	}
	.section-top-content {
        padding: 40px 0 70px;
    }
	.logo a{
		display:inline-block;
		width:160px;
	}
	.about-top-content-outer .about-top-head h3 {
		margin-bottom: 20px;
		font-size: 32px;
	}
	.about-hero-container.employer-hero-container {
        padding: 150px 0 80px;
    }
	.about-hero-container {
        padding: 180px 0 80px;
    }
	.about-hero-container h1 {
        font-size: 36px;
    }
	.footer-bottom .container p, .footer-bottom .container a {
		line-height: 1.5;
	}
	.cta-section {
		padding: 80px 0;
	}
	.button-navigation {
        justify-content: flex-end;
        padding-right: 0;
    }
	.cta-section ul li{
		margin-top:15px;
	}
	.cta-section h2 {
		margin-bottom: 30px;
	}
	.cta-section ul{
		flex-wrap:wrap;
	}
	.primary-headline {
        font-size: 35px;
    }
	.value-section h2:before {
		top: -80px;
	}
	.value-section h2 {
		padding-right: 0;
	}
	.hero-buttons ul li{
		margin-bottom:20px;
	}
	.hero-buttons ul{
		flex-wrap:wrap;
		margin-bottom:60px;
	}
	.hero-content h1, .hero-content h1 span {
        font-size: 36px;
    }
	.testimonial-content-inner {
		padding: 30px 26px 16px;
	}
	.testimonial-name {
		padding: 25px 26px;
		min-height: 100%;
	}
	.home-pa-item-row h3 a {
		font-size: 24px;
	}
	.home-pa-item-row {
        padding: 25px 7.5px;
    }
	
	.home-logo-content {
		display: none;
	}
	.home-logo-mobile{
		display:flex;
		overflow: hidden;
	}
}
@media (min-width: 1200px) {
	.form-job .gform_body h2 {
        font-size: 36px;
    }	
}
@media (min-width: 1280px) {
	.form-job .gform_body h2 {
        font-size: 43px;
    }
	.approach-grid:nth-of-type(2n) .approach-item:before{
		right: -26.40%;
	}
	.approach-grid:nth-of-type(odd) .approach-item:before{
		left:-21.75%;
	}
    .container {
        max-width: 1250px;
    }
}

