* { margin: 0; padding: 0;box-sizing:border-box}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
@font-face {
    font-family: 'JaneAusU';
    src: url('../fonts/JaneAusU.eot');
    src: url('../fonts/JaneAusU.eot') format('embedded-opentype'),
         url('../fonts/JaneAusU.woff2') format('woff2'),
         url('../fonts/JaneAusU.woff') format('woff'),
         url('../fonts/JaneAusU.ttf') format('truetype'),
         url('../fonts/JaneAusU.svg#JaneAusU') format('svg');
}



table { border-collapse: collapse; border-spacing: 0 }
a { color: #000; text-decoration: none; outline: none; transition: all 300ms ease; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; }
/*Reset CSS end*/
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="date"]:focus,select:focus,textarea:focus{outline:none}
::-webkit-input-placeholder {opacity: 1; font-family: 'Poppins', sans-serif;color:#797979;font-size:15px;letter-spacing: 1px}
:-moz-placeholder { /* Firefox 18- */opacity: 1;font-family: 'Poppins', sans-serif;color:#797979;font-size:15px;letter-spacing: 1px}
::-moz-placeholder {  /* Firefox 19+ */opacity: 1;font-family: 'Poppins', sans-serif;color:#797979;font-size:15px;letter-spacing: 1px}
select{appearance: none;-moz-appearance: none;-webkit-appearance: none;}
:-ms-input-placeholder {opacity: 1;color:#565459;font-size:13px;letter-spacing: 1px}
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
/* global classes */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-word-break: keep-all; word-break: keep-all; -webkit-word-break: keep-all; -moz-word-break: keep-all; word-wrap: break-word; }
input[type="button"],input[type="submit"]{border:none;cursor:pointer;outline:none;}
body{margin: 0px;padding: 0px;font-size: 16px;line-height: 1.2;font-family: 'Poppins', sans-serif;color: #000;}
.leftcontent{float: left}
.rightcontent{float: right}
.text-center{text-align: center}
.text-left{text-align: left}
.text-right{text-align: right}
.clear{clear: both;}
.container{width:94%;margin: 0 auto}
.sprite{background: url(../images/sprite.png) no-repeat top left}
.blackoverlay{position: fixed;top: 0;left: 0;height: 100%;width: 100%;z-index: 999;background: rgba(0, 0, 0, 0.6);display: none}
.ibvm{display:inline-block;vertical-align:middle}
.ibvt{display:inline-block;vertical-align:top}
.ibvb{display:inline-block;vertical-align:bottom}
.d-flex-center{display: flex;justify-content: space-between;align-items: center}
.white-txt{color: #fff !important}
input[type="text"], input[type="email"], input[type="tel"]{
	border: none;
	padding: 10px 10px 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	width: 100%;
	color: #797979;
	font-size: 15px
	
}

.common-padding{padding: 40px 0}

.img-fluid{max-width: 100%;height: auto}
.links{font-family: 'Lato', sans-serif;font-weight: 400;color: #333333;letter-spacing: 1px;font-size: 16px;color: #000}
.teamwrap {
    background: #efefef;
}

.links li + li {
    margin-left: 40px;
}
.links li:hover a{color: #4a0b1c}
.headerinfo{padding: 10px 0}

header{    
	background: #0b2c69;
	padding: 20px 0;
	position: relative
}
.banner{
	position: relative
}
.banner:after {
    position: absolute;
    background: linear-gradient(
90deg, #0b2c69 79%, #ed1d25 15%);
    height: 10px;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
}
.banner:before {
    position: absolute;
    background: linear-gradient(
180deg, #0b2c69 56%, #ed1d25 30%);
    height: 100%;
    width: 10px;
    content: "";
    right: 0;
    top: 0;
    z-index: 1;
}
.homepage .bannerttl{
	color: #fff
}
.homepage .bannerttl2 {
    font-size: 16px;
    width: 60%;
    line-height: 1.5;
    color: #fff;
    font-weight: 300;
}
.image-zoomblk{line-height: 0;position: relative}
/*
.image-zoomblk:before{
	background: rgba(0,0,0,0.5);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
.welcometxt {
    font-weight: 600;
    color: #fff;
	font-size: 20px;
	margin-right: 30px
}
.bannertxtblk {
    position: absolute;
    left: 5%;
    bottom: 20%;
    z-index: 1;
    color: #fff;
	background: #003a8d;
    padding: 20px;
	animation: fadeIn 2s forwards 
	
}
.homepage .bannertxtblk {
	background: none;
	left: 2%
}
.bannerttl {
    font-size: 36px;
	line-height: 1;
    font-weight: 600;
/*	color: #0b2c69;*/
}
.bannerttl2 {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    margin-top: 10px;
/*	color: #ed1d25;*/
}
.bannerttl2 span {
    font-weight: 600;
    font-size: 60px;
}
.latest-update-wrap {
    background: #686868;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
	padding: 30px;
	color: #fff
}
.latest-update-list {
    font-size: 18px;
    font-weight: 300;
}
.latest-update-list li {
    padding: 30px 0 30px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative
}
.latest-update-list li:before{content:"";width: 5px;height: 5px;background: #fff;border-radius: 50%;position: absolute;top: 38px;left: 0}
.latest-update-list li:last-child{border: none}
.donw-arrow{position: absolute;bottom: -25px;left: 0;right: 0;margin: auto;width: 40px;cursor: pointer;z-index: 10;-webkit-animation: mover .5s infinite alternate;animation: mover .5s infinite alternate;}
.menu-icondesk{position: relative}
.menu-icondesk span{display: block;width: 25px;height: 4px;margin-bottom: 5px;background: #fff}
.title {
    font-size: 40px;
    font-weight: 600;
    color: #0b2c69;
}
.overview-wrap p{width: 85%;margin: 20px auto}
p span{font-weight: 600}
p {
    font-size: 15px;
    line-height: 1.3;
	margin: 20px 0
}
.line-break {
    height: 1px;
    width: 40%;
    background: #cbcbcb;
    margin: 60px auto 30px;
	position: relative
}
.line-break:before, .line-break:after {
    height: 10px;
    width: 10px;
    background: #d3d3d3;
    position: absolute;
	left: 0;
	top: -5px;
	border-radius: 50%;
	content: ""
}
.line-break:before{left: auto;right: 0}
.serviceinfoblk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	
}
.servicetxtblk {
    width: 42%;
    margin: 0 3%;
    text-align: center;
    position: relative;
    background:  linear-gradient(136deg, #0b2c69 80%, #ed1d25 15%);
    padding: 5px;
}
.servicetxtinnerblk{
	background: #fff;
	padding: 20px
}
/*
.servicetxtblk:before {
    position: absolute;
    content: "";
    background: linear-gradient(136deg, #0b2c69 80%, #ed1d25 15%);
    top: -6px;
    left: -6px;
    width: 102%;
    height: 103.5%;
    z-index: -1;	
}
*/
.healthtech .servicetxtblk:before{height: 106%}
.servicettl {
    font-size: 35px;
    font-weight: 600;
	color: #0b2c69;
}
.servicettl2{
    font-size: 22px;
    font-weight: 600;
	color: #ed1d25;	
	margin: 10px 0
}
.serviceinfoblk:nth-child(1){margin: 40px 0 0}
.serviceinfoblk .image-zoomblk{overflow: hidden;width: 50%;height: auto}
.serviceinfoblk:nth-child(odd){flex-direction: row-reverse}
.explore-button{font-size: 18px;font-weight: 600;color: #4e4e4e;text-transform: uppercase;padding: 10px 20px;border: 1px solid rgba(11,9,15,0.4);display: inline-block;margin: 20px 0}
.inner-services-page{padding: 5%}
.inner-services-page .servicetxtblk{text-align: left}
.inner-services-page .servicetxtblk .serviceinfo{width: 85%}
.parallxblk {
    background: url(../images/parallximg.png) no-repeat center;
    background-size: cover;
    height: 650px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.parallaxtxt {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 30px 30px 30px 50px;
    width: 47%;
    margin-left: 6%;
    position: relative;
}
.parallaxtxt:before {
    position: absolute;
    content: "";
    background: #ed1c24;
    width: 4px;
    height: 100%;
    top: 0;
    left: 20px;
}
.newsletter{background: #ed1d25}
.newsletter-title{color: #fff;font-weight: 300;font-size: 30px;text-align: center}
.newsletter .formfeild {
    width: 40%;
    margin: 30px auto 0;
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.newsletter .mail-icon.icon-mail {
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
}
.newsletter input[type="text"], .newsletter input[type="email"] {
    margin: 0;
	border-bottom: 0
}
.newssubmitblk input.news-submit {
    color: #000;
    background: none;
    border: none;
    font-size: 16px;
    margin: 0;
    width: auto;
    position: relative;
    z-index: 1;
}
.newssubmitblk {
    position: relative;
}
.newssubmitblk:before {
    content: '\e800';
    font-family: 'fontello';
    position: absolute;
    top: 8px;
    left: 12px;
}

.footer{background: #2a2a2a;padding: 40px 10%}
.newsttl{font-weight: 900}
input[type="submit"] {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    background: none;
    border: 1px solid #333;
    border-radius: 20px;
	width: 100px;
	margin-top: 10px;
	font-family: 'Lato', sans-serif
}
.footer .footertopblk, .footerblk{	
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerblk {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footerlinks a {
    color: #fff;
    margin: 0 0 20px;
    display: block;
	text-shadow: 0 0 #333;
	font-size: 14px
}
.live-chat {
    color: #fff;
    text-transform: uppercase;
    background: #0062bd;
    padding: 10px 20px;
    border-radius: 20px;
    position: relative;
	letter-spacing: 1px
}
.live-chat:before{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #00c980;
	border-radius: 50%;
	top: -5px;
	right: 10px
}
.copywritewrap{border-top: 1px solid rgba(255,255,255,0.2);margin: 30px 0 0;padding: 30px 0 0;color: #acacac;font-size: 14px;text-shadow: 0 0 #333}
.fb-socialblk{background: #245aca;color: #fff}
.insta-socialblk {background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);font-size: 20px}
.footer-socialblk p{color: #fff;width: 100%;margin: 0 0 10px}
.footer-socialblk a{width: 35px;height: 35px;border-radius: 50%;display: flex;justify-content: center;align-items: center;text-align: center;transition: 0.5s ease all;color: #fff}
.footer-socialblk a:hover{background: #ed1c24;border: 1px solid #ccc}
.linkedin-socialblk{background: #2383bf;}
.footer-socialblk {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 200px;
	flex-wrap: wrap
}
.contactinfoblk .container{display: flex;justify-content: space-between;padding: 0 5% 5%}
.address-icon.icon-phone-outline {
    transform: rotate(105deg);
}
.address-icon {
    font-size: 20px;
    color: #0b2c69;
    border: 1px solid #0b2c69;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.contactinfotxt{font-weight: 500}
input.submit-button {
    background: #0b2c69;
    color: #fff;
	border-color: #0b2c69;
	margin: 0;
	padding: 15px 20px 15px 0px
}

.contact-us-submitblk {
    position: relative;
    display: block;
    background: #0b2c69;
    color: #fff;
    border-radius: 25px;
    margin: 0 auto;
    width: 140px;
    text-align: center;
}
.newssubmitblk input.submit-button{color: #fff}
.contact-us-submitblk .icon-right {
    position: absolute;
    right: 25px;
    top: 15px;
}
.contact-us-form{
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5%;
}
.contact-us-form .formfeild {
    width: 48%;
}
.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 40px;
    background: #ed1c24;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ddd
}
.back-to-top.icon-right:before {
    transform: rotate(-90deg);
    margin-top: 10px;
    font-weight: bold;
    color: #fff;
}
#menu:not(.mm-menu){display:none}
.logoblk{width: 300px}
.tableblk{margin: 30px 0 60px}
table{border:1px solid #fff;width:100%;margin:0;padding:0;border-collapse:collapse;border-spacing:0;margin:10px 0;}
table th, table td{padding:15px;font-size:16px;border-right:1px solid #fff;vertical-align:top;line-height:normal;text-align:left;}
table th{font-size:16px;background:#0b2c69;text-transform:uppercase;font-weight:normal;color: #fff;border-right:1px solid #fff;}

table tr {
    border: 1px solid #fff;
    padding: 5px;
	background: #fff
}
table tr:nth-child(odd){
	background: #c4d3f6
}
.css-serial {
    counter-reset: serial-number;
    text-transform: uppercase;
}
.css-serial td:first-child{text-align: center}
.css-serial td:first-child:before {
    counter-increment: serial-number;
    content: counter(serial-number);
}
.disclaimer {
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0;
}
.api-list .tablettl{font-size: 24px;color: #0b2c69;font-weight: 600;}
.vertical-middle{vertical-align: middle}
.bulletlist li{position: relative;padding-left: 25px;margin: 15px 0}
.bulletlist li:before {
    content: "\e803";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'fontello';
    font-size: 90%;
	color: #ee282f
}
.listingblk{margin-bottom: 30px;width: 50%}
.teamttl {
    font-weight: 600;
    font-size: 20px;
	margin: 10px 0;
	color: #0b2c69;
	border-bottom: 1px solid #0b2c69;
	display: inline-block
}
.teampost{
font-weight: 600;
color: #0b2c69;
font-size: 15px
}
.teaminnerblk p{font-size: 14px;margin: 10px 0}
.teamcontact a{display: block;margin: 5px 0}
.teamcontact a{color: #0b2c69;font-size: 15px}
.expttl {
    font-weight: 500;
    text-decoration: underline;
    margin-top: 30px;
}
.bulletlist li ul li{font-size: 14px;margin: 5px 0;padding-left: 10px;font-size: 12px}
.bulletlist li ul li:before {
    content: "";
    background: none;
    border: 1px solid #0b2c69;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 5px;
}
.listingwrap{display: flex;justify-content: center;flex-wrap: wrap;width: 85%;margin: 0 auto}
.projectimgwrap {
/*
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
*/
	padding: 30px 0
}
.projectimgwrap .slick-dots{bottom: 10px}
.projectimg {
    width: 300px;
    margin: 0 auto;
    border: 2px solid #3f51b5;
    line-height: 0;
	border-radius: 25px 0;
	overflow: hidden
}
.projectimg img{width: 290px;height: 300px}
.teamblk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-top: 30px
}
.teaminnerblk {
	background: #efefef;
	border: 1px solid #ed1c24;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 15px;
	margin: 20px;
	max-height: 502px;
	width: 29%
}
.readmore {
    background: #ed1c24;
    color: #fff;
    font-size: 22px;
	line-height: 22px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.teampopup{width: 80%;margin: 0 auto}
.slick-dots li{width: 8px;height: 8px;background: #ed1c24;border-radius: 50%;opacity: 0.7}
.slick-dots li.slick-active{opacity: 1}

.banner-overlay{position: relative}
.banner-overlay:before{content: "";background: rgba(0,0,0,0.4);width: 100%;height: 100%;position: absolute;top: 0;left: 0}
.enquierywrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	    margin: 30px 0 0;
}
.enquieryblk {
    padding: 20px;
    background: #cccccc;
    width: 32%;
}
.enquieryblk p{margin: 0;color: #ed1d25}
.enquieryblk .teampost, .enquieryblk .teamttl {
    color: #000;
}
.submenu {
    background: #0b2c69;
	position: sticky;
	top: 0;
	z-index: 9;
	border-top: 1px solid #fff
}
ul.subnavigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.subnavigation a{padding: 20px 0;display: block;color: #fff;cursor: pointer;border-bottom: 4px solid transparent;}
ul.subnavigation a.active {
    border-bottom: 4px solid #ed1c24;
}
.pharmalist ul.subnavigation a {
    font-size: 18px;
    background: #0b2c69;
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 18px;
	margin: 0 20px
}
.pharmalist ul.subnavigation{justify-content: center}
@-webkit-keyframes mover{0%{transform:translateY(0)}100%{transform:translateY(10px)}}@keyframes mover{0%{transform:translateY(0)}100%{transform:translateY(10px)}}
.inner-serviceinfoblk {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 50px 0 0
}
.inner-servicetxtblk {
    width: 65%;
}
.inner-servicetxtblk-full {
    width: 100%;
}
.inner-servicetxtblk p, .inner-servicetxtblk-full p{width: 95%;margin: 0 0 20px}
.inner-service-imageblk{width: 35%}
.inner-servicetxtblk .title, .inner-servicetxtblk-full .title{margin-bottom: 20px}

.address-flex-start{align-items: flex-start}
.pharma-addblk .contactinfoblk{margin: 30px 0 0}
.pharma-addblk .contactinfoblk .only-addblk{margin: 0 auto}
.two-address-blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 30px 0 0
}
.pharma-innerblk {
    width: 32%;
	padding: 20px;
	background: #ccc
}
/*.pharma-innerblk + .pharma-innerblk{border-left: 1px solid #ed1d25;padding-left: 5%}*/
	.two-address-blk .addressblk.d-flex-center{justify-content: flex-start;margin-bottom: 20px;width: 100%;flex-wrap: nowrap}
.two-address-blk .addressblk .address-icon{border: none;width: 30px;height: 30px;color: #5a5959;margin-right: 10px;margin-bottom: 0}



.leafletblk .pdficon{display: inline-block;vertical-align: middle}
.leafletblk .pdficon img {
    filter: invert(1);
	width: 30px;
}
.leafletinfo {
    margin-left: 10px;
	display: inline-block;vertical-align: middle
}
.parattl {
    font-size: 22px;
    font-weight: 600;
}
.leaflet-innerblk{margin-top: 40px}
.tag {
    position: relative;
    border-radius: 6px;
    clip-path: polygon(20px 0,100% 0,100% 100%,0% 100%,0% 20px);
    background: #0b2c69;
    padding: 10px 15px;
    margin-right: 40px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    transition: clip-path 500ms;
	display: inline-block
}
.leafletblk {
    margin: 20px 50px 0 0;
    color: #fff;
}
.tag:hover {
    clip-path: polygon(0px 0,100% 0,100% 100%,0% 100%,0% 0);
}
.notewrap{background: #ccc;padding: 20px;margin-top: 40px}
.pharmaceutical-banner .banner-overlay:before{opacity: 0}
.electric-vihicles-page .servicetxtblk{background: #fff}

.electric-vihicles-page .servicetxtblk:before{display: none}
.electric-vihicles-page .serviceinfoblk .image-zoomblk{height: auto}
.electric-vihicles-page .inner-service-imageblk {
    width: 70%;
}
.electric-vihicles-page .overview-wrap{background: #f9f9f8;}
	.teamtt-img{width: 40%;margin: 10px}
.teamimginfoblk{width: 60%}
.teamtt-img img{border-radius:25px;border: 1px solid #ccc} 
.acc_content .bulletlist li{font-size: 14px}
.thankyoupage .newsletter {
    display: none;
}
.thankyoupage .overview-wrap .title{margin-top: 50px}
.films-media-production-page .smk_accordion .inner-serviceinfoblk{align-items: flex-start;margin: 0}
.films-media-production-page .smk_accordion .inner-service-imageblk{width: 330px}
.films-media-production-page .pharma-innerblk{width: 48%}
.teamimgwrap {
    display: flex;
}
p.quicklinksttl{color: #fff;font-weight: 600;font-size: 18px;width: 100%}
.serviceblk.common-padding{padding: 40px 0 0}
.teampopup .teamtt-img {
    width: 20%;
    margin-right: 20px;
}
.teampopup .teamimgwrap{align-items: center}

/* full page menu css*/
.site-content {
  max-width: 1100px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-content__headline {
  font-weight: 200;
  color: #ffffff;
  font-size: calc(2vw + 10px);
}

.menu-icon {
  height: 18px;
  width: 30px;
  margin: 0 27px 0 10px;
  z-index: 2;
  left: 50px;
  top: 30px;
  cursor: pointer;
}
.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #fff;
  margin-bottom: 6px;
  transition: transform 0.2s ease, background-color 0.5s ease;
}
.menu-icon__line-left {
  width: 30px;
}
.menu-icon__line-right {
  width: 30px;
  float: right;
}

.nav {
  z-index: 11;
    position: fixed;
    top: 0;
}
.nav:before, .nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 44, 105, 0.2);
  z-index: -1;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transform: translateX(0%) translateY(-100%);
}
.nav:after {
  background: #343333;
  transition-delay: 0s;
}
.nav:before {
  transition-delay: 0.1s;
}
.nav__content {
  position: fixed;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(2vw + 10px);
  font-weight: 200;
  display: flex;
  left: 13%;
  visibility:hidden
}
body.nav-active .nav__content {
    visibility: visible;
}
.nav__list-item {
  position: relative;
  display: inline-block;
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate(0%, 100%);
  transition: opacity 0.2s ease, transform 0.3s ease;
  margin-right: 25px;
  font-size: 22px;
    margin-bottom:25px;
    font-weight: 600;
}
.nav__list-item:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 0;
  height: 1px;
  top: 100%;
  transform: translate(0%, 0%);
  transition: all 0.3s ease;
  z-index: -1;
}
.nav__list__outerinner li:before {
  content: "";
  position: absolute;
  background: #b3b0b0;
  width: 0;
  height: 1px;
  top: 100%;
  transform: translate(0%, 0%);
  transition: all 0.3s ease;
  z-index: -1;
}
.nav__list__outerinner li.active:before {
  width: 100%;
}
.nav__list__outerinner li:hover:before {
  width: 100%;
}
.nav__list-item:hover:before {
  width: 100%;
}

body.nav-active .nav__list-item a:hover {
    color: #fff;
}

body.nav-active .menu-icon__line {
  background-color: #ed1d25;
  transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
  transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
  transition-delay: 0.1s;
}
body.nav-active .nav:before {
  transition-delay: 0s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    color: #fff;
}
body.nav-active .nav__list-item:nth-child(0) {
  transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1) {
  transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2) {
  transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3) {
  transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4) {
  transition-delay: 0.9s;
}
ul.nav__list {
    display: flex;
    flex-direction: column;
    text-align: left;
	margin-right: 5%;
}
body.nav-active .nav__list-item a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-shadow: 1px 3px 12px rgb(6 6 6 / 30%);
}
ul.nav__list__inner {
    
    margin: 15px 20px 5px;
}
.nav__list__outerinner li {
    margin-bottom: 18px;
    position: relative;
    font-size: 18px;
    display: table;
}
.nav__list__outerinner li:after {
    content: "";
    position: absolute;
    left: -14px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 7px;
    background: #fff;
}
ul.nav__list__outerinner {
    margin-top: 20px;
	margin-left: 20px;
}
.no-border .nav__list-item:hover:before {
    width: 0;
}
.nav__list__outerinner li.no-border:before{width: 0;}
ul.nav__list__outerinner.menu-list {
    margin-top: 44px;
}
body.nav-active .logoblk {
    position: relative;
    z-index: 9;
   
}
body.nav-active .menu-icon__line-left {
    width: 15px;
}
body.nav-active .menu-icon__line-right {
    width: 15px;
}
body.nav-active .menu-icon__line{margin-bottom: 4px;}
.nav__list__outerinner li a {
    color: #b3b0b0 !important;
}
.nav__list__outerinner li a:hover{color: #fff !important;}
.circle-img, .circle-img2, .circle-img3{display: none}
body.nav-active .circle-img {
    display: block;
    position: fixed;
    width: 20%;
    right: 2%;
    top: 21%;
}
body.nav-active .circle-img2 {
   display: block;
    position: fixed;
    width: 13%;
    left: 8%;
    top: 60%;
    transform: rotate(276deg);
    
}
.circle-img img {
    opacity: 0.2;
}
body.nav-active .circle-img3 {
    display: block;
    position: fixed;
    width: 12%;
    right: 2%;
    top: 58%;
}
.nav__list__outerinner li a.active {
    color: #ed1d25 !important;
}
.nav__list-item a.active {
    color: #ed1d25 !important;
}
body.nav-active header{position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;background:#343333 }
body.nav-active .welcometxt{display: none;}
body.nav-active .banner:before{display: none;}
body.nav-active .donw-arrow{display: none;}
body.nav-active .back-to-top{display: none !important;}
.circle-img2 img {
    opacity: 0.7;
}
.menu-icondesk{display: none}
body.innerpage.nav-active .submenu {
    display: none;
}
body.nav-active .nav__list-item a span.coming-soon {
    font-weight: 300;
    font-size: 12px;
    background: #b3b0b0;
    color: #fff;
    padding: 2px 9px;
    border-radius: 15px;
    position: relative;
    top: -3px;
	left: 5px
}
.mm-listview li a span.coming-soon , .footerlinks li a span.coming-soon{
	 font-weight: 300;
    font-size: 12px;
    background: #b3b0b0;
    color: #000;
    padding: 2px 9px;
    border-radius: 15px;
	margin-left: 5px
}
/* full page menu css end*/

.upcoming-releasesblk{margin-top: 40px;text-align: center;display: flex;justify-content: space-between;flex-wrap: wrap}
.upcoming-releasesblk .tablettl{display: inline-block;vertical-align: middle}
.upcoming-releasesblk .leafletblk{margin: 10px 0px 0 10px}
.upcoming-releasesblk .leaflet-innerblk{margin-top: 0px}
.upcoming-releases-innerblk{width: 49%}
.media-slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 40px 0 0
}
.mediaimg {margin: 10px;border: 1px solid #0b2c69;cursor: pointer;width: 25%}
.profileimg{width: auto !important;max-width: initial !important}
.profileimg img{margin: 10px}
.teampersonblk{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 2px solid #0b2c69}
.rohit-kumar-infoblk .pharma-innerblk{background: #fff;padding: 0}
.eross-original{padding: 20px}
.eross-videoblk{position: relative;cursor: pointer}
.eross-videoblk .playbut{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;cursor: pointer}
.erosdoc{display: flex;align-items: center}