/*
Theme Name: Myostellar
Author: WPM Digital
Version: 1.0
*/
@font-face {
	font-family: 'Elza Text';
	src: url('assets/fonts/ElzaText-Light.eot');
	src: url('assets/fonts/ElzaText-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/ElzaText-Light.woff2') format('woff2'), url('assets/fonts/ElzaText-Light.woff') format('woff'), url('assets/fonts/ElzaText-Light.ttf') format('truetype'), url('assets/fonts/ElzaText-Light.svg#ElzaText-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Elza Text';
	src: url('assets/fonts/ElzaText-Regular.eot');
	src: url('assets/fonts/ElzaText-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/ElzaText-Regular.woff2') format('woff2'), url('assets/fonts/ElzaText-Regular.woff') format('woff'), url('assets/fonts/ElzaText-Regular.ttf') format('truetype'), url('assets/fonts/ElzaText-Regular.svg#ElzaText-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Elza Text';
	src: url('assets/fonts/ElzaText-Medium.eot');
	src: url('assets/fonts/ElzaText-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/ElzaText-Medium.woff2') format('woff2'), url('assets/fonts/ElzaText-Medium.woff') format('woff'), url('assets/fonts/ElzaText-Medium.ttf') format('truetype'), url('assets/fonts/ElzaText-Medium.svg#ElzaText-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Elza Text';
	src: url('assets/fonts/ElzaText-Semibold.eot');
	src: url('assets/fonts/ElzaText-Semibold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/ElzaText-Semibold.woff2') format('woff2'), url('assets/fonts/ElzaText-Semibold.woff') format('woff'), url('assets/fonts/ElzaText-Semibold.ttf') format('truetype'), url('assets/fonts/ElzaText-Semibold.svg#ElzaText-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Elza Text';
	src: url('assets/fonts/ElzaText-Bold.eot');
	src: url('assets/fonts/ElzaText-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/ElzaText-Bold.woff2') format('woff2'), url('assets/fonts/ElzaText-Bold.woff') format('woff'), url('assets/fonts/ElzaText-Bold.ttf') format('truetype'), url('assets/fonts/ElzaText-Bold.svg#ElzaText-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
body {
	font-family: 'Elza Text';
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	background: #0047AB;
}
* {
	box-sizing: border-box;
}
a {
	transition: all 0.3s ease 0s;
	color: #1b449d;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}
h1 {
	font-weight: 600;
	font-size: 50px;
	line-height: 61px;
	color: #0047AB;
}
h2 {
	font-size: 36px;
	line-height: 38px;
	font-weight: 600;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
h4 {
	font-size: 18px;
	line-height: 27px;
}
.container-fluid {
	padding: 0 20px;
}
.container {
	max-width: 1200px;
	padding: 0 20px;
}
.flex-box {
	display: flex;
	flex-wrap: wrap;
}
/* ===================================
Landing Page
======================================*/
header {
	padding: 42px 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
header .container {
	max-width: 1200px;
}
header .flex-box {
	justify-content: space-between;
	align-items: center;
}
header .menu ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	column-gap: 60px;
}
header .menu ul li a {
	color: #002F6C;
	font-size: 18px;
	padding:0;
}
header .menu ul li.current-menu-item a {
	color: #002F6C;
	font-weight: bold;
}
.nav-link:focus, .nav-link:hover {
	color: #8EBAF9;
}
.key-areas.first {
  margin-top: 0px;
}
/* ===================================
Intro area
======================================*/
.into-area {
	text-align: center;
	background: #0047AB;
}
.into-area .inner {
	background: #fff;
	padding: 57px 0 53px;
	border-radius: 0px 0px 0px 100px;
}
.into-area h1 {
	text-transform: uppercase;
	text-align: left;
	max-width: 798px;
	margin: 0 auto 27px;
}
.into-area h1 strong {
	display: block;
	text-align: right;
	font-weight:600;
}
.into-area p {
	font-weight: 500;
	max-width: 560px;
	margin: 0 auto 16px;
	font-size: 24px;
	line-height: 29px;
	color: #002F6C;
}
.into-area a {
	background: #DC143C;
	border-radius: 31px;
	color: #FFF;
	font-size: 17px;
	line-height: 19px;
	padding: 17px 46px 17px 37px;
	display: inline-block;
	margin-top: 39px;
	position: relative;
}
.into-area a:hover{
	background: #6B0D0A;
}
.into-area a:after {
	background: url("assets/images/arrow.svg") no-repeat;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.outer {
	background: linear-gradient(to bottom, #0047AB, #000000);
	padding: 0 0 355px;
}
.myostellar {
	padding: 104px 0 127px;
}
.myostellar .left-box {
	width: 50%;
}
.myostellar .right-box {
	width: 50%;
}
.myostellar h3 {
	color: #FFF;
	margin: 0 0 24px;
}
.myostellar h2 {
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 25px;
}
.myostellar h2 span {
	display: block;
	color: #8EBAF9;
}
.myostellar p {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	max-width: 490px;
	margin: 0 0 26px;
}
.myostellar p:last-child{
	margin:0;
}
.myostellar a {
	background: #DC143C;
	border-radius: 31px;
	color: #FFF;
	font-size: 17px;
	line-height:19px;
	padding: 17px 46px 17px 37px;
	display: inline-block;
	position: relative;
}

.myostellar a:hover{
	background: #fff;
	color: #0047AB;
}
.myostellar a:hover:after{
	background: url("assets/images/hover1.svg") no-repeat;
}
.myostellar a:after {
	background: url("assets/images/arrow.svg") no-repeat;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.myostellar .image {
	text-align: right;
	position: relative;
}
.myostellar .image img {
	position: relative;
	z-index: 1;
}
.myostellar .image:after {
	background: url("assets/images/image-bg-shape.svg") no-repeat;
	position: absolute;
	content: "";
	width: 429px;
	height: 437px;
	left: -7px;
	bottom: -66px;
}
.our-technologies {
	padding: 0 0 114px;
}
.our-technologies h3 {
	border-top: 1px solid #8EBAF9;
	padding: 37px 0 85px;
	color: #FFF;
}
.our-technologies .flex-box {
	margin: 0 -28px;
}
.our-technologies .box {
	width: 50%;
	padding: 0 28px;
}
.technologie-box {
	background: #fff;
	border-radius: 30px 30px 150px 30px;
	padding: 56px 40px 35px;
	height: 100%;
	position: relative;
}
.technologie-box .icon {
	margin-bottom: 88px;
}
.our-technologies .technologie-box h2 {
	text-transform: uppercase;
	text-align: left;
	color: #0047AB;
	font-size: 36px;
	line-height: 38px;
	font-weight: 600;
	max-width: 260px;
	margin: 0 0 10px;
}
.our-technologies .technologie-box p {
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	color: #002F6C;
	font-weight: 500;
	max-width: 230px;
	margin: 0;
}
.technologie-box a {
	background: url("assets/images/link-btn.svg") no-repeat;
	width: 125px;
	height: 123px;
	display: inline-block;
	position: absolute;
	bottom: 40px;
	right: 40px;
}
.our-science h3 {
	border-top: 1px solid #8EBAF9;
	padding: 37px 0 127px;
	color: #FFF;
}
.our-science .flex-box {
	margin: 0 -66px;
}
.our-science .box {
	width: 33.33333%;
	padding: 0 66px;	
}
.our-science .box:last-child {
	border: 0;
}
.our-science .box .icon {
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
}
.our-science .box .icon .icon-img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.science-box .content {
	position: relative;
}
.our-science .box:last-child .content::after {
	display:none;
}
.science-box .content::after {
	background: #8EBAF9;
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: -51px;
	top: 0;
}
.science-box h4 {
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	font-weight: 500;
	max-width: 230px;
	margin: 0 0 17px;
}
.science-box p {
	font-weight: 300;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	max-width: 280px;
	margin: 0;
}
.testimonials .testimonial-outer {
	background: #fff;
	box-shadow: 10px 10px 99px #00000027;
	border-radius: 30px;
	max-width: 1026px;
	margin: -210px auto 0;
	position: relative;
	padding: 70px 82px 77px;
}
.testimonials .testimonial-outer::before {
	background: url("assets/images/quote-bg.svg") no-repeat;
	content: "";
	width: 104px;
	height: 102px;
	position: absolute;
	left: -56px;
}
.testimonials .testimonial-outer::after {
	background: url("assets/images/quote.png") no-repeat;
	content: "";
	width: 37px;
	height: 31px;
	position: absolute;
	left: -24px;
	top: 103px;
}
.testimonials .testimonial {
	position: relative;
	overflow: hidden;
}
.testimonial p {
	color: #0047AB;
	font-size: 36px;
	line-height: 43px;
	font-weight: 300;
}
.testimonial span {
	display: block;
	color: #002F6C;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	padding-top: 18px;
}
.our-team {
	position: relative;
	padding: 65px 0 80px;
	overflow: hidden;
}
.our-team h3 {
	color: #0047AB;
}
.home .our-team .heading-btn {
	border-top:1px solid #002F6C;
	padding-top: 42px;
}

.our-team .heading-btn {
	margin-bottom: 30px;
}
.heading-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.heading-btn a {
	background: #DC143C;
	border-radius: 31px;
	color: #FFF;
	font-size: 17px;
	padding: 17px 66px 17px 48px;
	display: inline-block;
	position: relative;
}
.heading-btn a:hover{
	background: #6B0D0A;
}
.heading-btn a:after {
	background: url("assets/images/arrow.svg") no-repeat;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.our-team .flex-box {
	margin: 0 -12.5px;
}
.our-team .box {
	width: 33.3333%;
	padding: 0 12.5px;
}
.team-box .image {
	position: relative;
}
.team-box .image .bg img {
	border-radius: 30px;
}
.team-box .image .team-image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.team-box .image img {
	width: 100%;
}
.team-box .overlay-text {
	background: #6B0D0A;
	border-radius: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 56px 0;
	opacity: 0;
}
.team-box .overlay-text p {
	color: #FFF;
	max-width: 279px;
	margin: 0 auto;
}
.team-box .content {
	padding: 22px 0;
}
.team-box h2 {
	min-height: 76px;
	color: #0047AB;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.team-box h3 {
	color: #002F6C;
}
.team-box .read-more {
	background: url("assets/images/plus.svg") no-repeat;
	height: 68px;
	width: 70px;
	position: absolute;
	bottom: -22px;
	right: 32px;
	cursor: pointer;
}
.team-box .read-more:hover{
	background: url("assets/images/plus-hover.svg") no-repeat;
}
.team-box .read-more.active {
	background: url("assets/images/close.svg") no-repeat;
}
.team-box .read-more.active:hover {
	background: url("assets/images/close-hover.svg") no-repeat;
}
.announcements {
	padding: 0 0 97px;	
	position: relative;
	z-index: 1;
	background: #fff;
	overflow: hidden;
}
.announcements .heading-btn {
	border-top: 1px solid #002F6C;
	padding: 42px 0 60px;
	margin:0;
}
.announcements h3 {
	color: #0047AB;
}
.announcements .flex-box {
	margin: 0 -8px;
}
.announcements .box {
	width: 33.3333%;
	padding: 0 8px;
}
.announcements-box {
	border-radius: 30px;
	position: relative;
	height: 100%;
	padding: 0 0 233px;
}
.announcements-box .image .icon {
	position: absolute;
	z-index: 1;
	display: block;
	top: 74px;
	left: 58px;
	margin: 0 auto;
	text-align: center;
}
.announcements-box .image .icon img {
	max-width: 142px;
}
.announcements-box:hover .image {
	opacity: 0;
}
.announcements-box .image {
	transition: all 0.5s ease 0s;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-mask-image: url("assets/images/blog-shape.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url("assets/images/blog-shape.svg");
	mask-repeat: no-repeat;
}
.announcements-box .image img {
	width: 100%;
}
.cat-name {
	background: #FFF;
	border-radius: 30px;
	padding: 4px 19px 2px;
	font-size: 14px;
	font-weight: 600;
	color: #002F6C;
	position: absolute;
	top: 33px;
	left: 46px;
	z-index: 1;
}
.announcements-box .post-content-bottom {
	padding: 30px 40px 72px 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

}
.post-hover-content {
	transition: all 0.5s ease 0s;
	opacity: 0;
	max-height: 0;
}
.post-hover-content p {
  color: #fff;
  margin:13px 0 0;
  font-size: 20px;
  line-height: 24px;
  max-width: 274px;
}
.announcements-box:hover .post-hover-content {
	opacity: 1;
}
.announcements-box:hover .post-content-bottom {
  padding-bottom: 134px;
}
.announcements-box .content .date {
	margin: 0 0 15px;
}
.announcements-box .content h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	color: #0047AB;
	max-width: 224px;
}
.announcements-box:hover .content h4{
	max-width: 100%;
}
.post-content-bottom .link-btn {
	max-width: 83px;
	position: absolute;
	bottom: 22px;
	right: 22px;
}
.partners {
	padding: 0 0 105px;
}
.partners h3 {
	color: #0047AB;
	border-top: 1px solid #002F6C;
	padding: 44px 0 43px;
	margin: 0;
}
.partners .flex-box { 
	margin: 0 -30px;
}
.partners .box {
	width: 33.3333%;
	padding: 0 30px;
	border-right: 1px solid #8EBAF9;
}
.partners .box:last-child {
	border-right: 0;
}
.partner-box h4 {
	color: #0047AB;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 20px;
}
.partner-box h2 {
	text-transform: uppercase;
	color: #0047AB;
	margin: 0 0 36px;
}
.partners .logo {
	background: #EDECE3;
	text-align: center;
	height: 115px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.partner-box p {
	font-size: 20px;
	line-height: 24px;
	color: #002F6C;
	font-weight: 300;
	margin: 0;
}
/*====================================
Team 
======================================*/
.team-top {
	text-align: center;
	padding:91px 0 0;
}
.team-top h2 {
	font-size: 25px;
	line-height: 30px;
	color: #002F6C;
	font-weight: 600;
	margin: 0 0 23px
}
.team-top h1 {
	text-transform: uppercase;
	text-align: left;
	max-width: 760px;
	margin: 0 auto 40px;
}
.team-top h1 strong {
	display: block;
	text-align: right;
	font-weight: 600;
}
.team-top p {
	max-width: 866px;
	color: #002F6C;
	font-size: 24px;
	line-height: 29px;
	margin:0 auto 12px;
	font-weight: 500;
	text-align: center;
}
.team-outer {
	background: #fff;
	border-radius: 0 0 100px 100px;
	padding: 0 0 89px;
}
.our-team.team-list {
	padding: 60px 0 31px;
}
.our-team.team-list + .our-team.team-list {
	padding-top: 0;
}
.team-list .heading-btn {
	border-top: 1px solid #8EBAF9;
	padding: 27px 0 0;
	margin-bottom: 22px;
}
.team-list .flex-box {
	margin: 0 -9px;
}
.team-list .box {
	padding: 0 9px;
}
/*================================
contact page
==================================*/
.page-template-template-contact header {
	padding-bottom: 27px;
}
.contact-area {
	background: transparent linear-gradient(180deg, #0047AB 0%, #0047AA 1%, #000 100%) 0% 0% no-repeat;
	border-radius: 0px 0px 50px 50px;
	padding: 142px 0 112px;
}
.contact-area h1 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 134px;
}
.contact-area .left-box {
	width: 50%;
}
.contact-area .right-box {
	width: 50%;
}
.contact-area .content h2 {
	color: #DC143C;
	font-size: 34px;
}
.contact-area .content h3 {
	color: #fff;
	font-size: 34px;
	line-height: 41px;
	margin: 0;
	font-weight: 400;
}
.contact-area .content h4 {
	color: #fff;
	font-size: 34px;
	line-height: 41px;
	margin: 0 0 24px;
	font-weight: 400;
}
.contact-area .content h4 br{
	display:none;
}
.contact-area .content h4 a {
	color: #fff;
	display: block;
}
.contact-area .content h5 {
	color: #FFF;
	font-size: 16px;
	margin: 0 0 53px;
}
.contact-area .content p {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	max-width: 436px;
	font-weight: 300;
	margin: 0;
}
.contact-form .box {
	margin: 0 0 18px;
}
.contact-form label {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 500;
	margin: 0 0 11px;
}
.contact-form input:not([type="submit"]) {
	width: 100%;
	border: 0;
	border-radius: 5px;
	height: 58px;
	padding: 0 27px;
	color: #003366;
	font-size: 14px;
}
.contact-form textarea {
	width: 100%;
	border: 0;
	border-radius: 5px;
	height: 200px;
	padding:11px 14px;
	color: #003366;
	font-size: 14px;
	resize: none;
	margin-bottom: 4px;
}
.contact-form .box.send {
  text-align: right;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact-form .box.send .wpcf7-spinner {
	position: absolute;
}
.contact-form .btn-send {
	background: #DC143C url('assets/images/arrow.svg') no-repeat;
	border-radius: 31px;
	color: #FFF;
	font-size: 17px;
	padding:17px 56px 17px 50px;
	line-height: 19px;
	display: inline-block;
	position: relative;
	border: 0;
	background-size: 14px;
	background-position: 83%;
}
.contact-form .btn-send:hover{
	background: #fff url('assets/images/hover1.svg') no-repeat;
	color: #0047AB;
	background-size: 14px;
	background-position: 83%;
}
.contact-form input:not([type="submit"])::placeholder, .contact-form textarea::placeholder {
	color: #999;
	opacity: 1;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #DC143C;
	color: #DC143C;
	padding: 10px 15px;
	margin: 15px 0 0;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 14px;
	margin: 10px 0 0;
}
/*================================
Our Technologies
==================================*/
.page-template-template-technologies .our-technologies {
	padding: 91px 0 132px;
}
.page-template-template-technologies .our-technologies h2 {
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	color: #002F6C;
	font-weight: 600;
	margin: 0 0 23px;
}
.page-template-template-technologies .our-technologies h1 {
	text-transform: uppercase;
	text-align: left;
	max-width: 752px;
	margin: 0 auto 40px;
}
.page-template-template-technologies .our-technologies h1 strong {
	display: block;
	text-align: right;
	font-weight:600;
}
.page-template-template-technologies .our-technologies p {
	max-width: 474px;
	text-align: left;
	color: #002F6C;
	font-size: 24px;
	line-height: 29px;
	margin: 0 104px 0 auto;
	font-weight: 500;
	position: relative;
	top: 52px;
}
.page-template-template-technologies .our-technologies .image {
	position: relative;
	display: inline-block;
	margin: -250px 0 0 30px;
	max-width: 412px;
	top: -80px;
	z-index: 1;
}
/*.our-technologies .image .mask2 {
width: 100%;
aspect-ratio: 1;
position: relative;
overflow: hidden;
-webkit-mask-image: url("assets/images/shape1.svg");
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-image: url("assets/images/shape1.svg");
mask-repeat: no-repeat;
z-index: 1;
}*/
.page-template-template-technologies .our-technologies .image img {
	position: relative;
	z-index: 1;
}
.page-template-template-technologies .our-technologies .image::after {
	background: url("assets/images/image-bg-shape1.svg") no-repeat;
	position: absolute;
	content: "";
	width: 393px;
	height: 400px;
	right: -90px;
	bottom: -99px;
}
.the-discovery  {
	padding: 192px 0 184px;
	background: #EDECE3;
	position: relative;
	margin-top: -210px;
}
.discovery-box .image {
	position: absolute;
	right: 0;
	max-width: 600px;
	top: 0;
}
.discovery-box .flex-box {
	align-items: center;
}
.discovery-box .left-box {
	width: 50%;
}
.discovery-box .right-box {
	width: 50%;
}

.discovery-box .content h2 {
	text-transform: uppercase;
	color: #0047AB;
	line-height: 43px;
	max-width: 385px;
	margin: 0 0 30px;
}
.discovery-box .content p {
	font-weight: 300;
	color: #002F6C;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 29px;
	max-width: 409px;
}
.discovery-box .content a {
	background: #DC143C;
	border-radius: 31px;
	color: #FFF;
	font-size: 17px;
	padding: 17px 61px 17px 62px;
	display: inline-block;
	position: relative;
	line-height: 19px;
}
.discovery-box .content a:hover{
	background: #6B0D0A;
}
.discovery-box .content a::after {
	background: url("assets/images/arrow.svg") no-repeat;
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.key-areas {
	background: #fff;
	border-radius: 100px 100px 0 0;
	margin-top: -100px;
	position: relative;
}
.key-areas h3 {
	color: #0047AB;
	padding: 82px 0 0 0;
}
.muscle-dystrophy {
	background: #fff;
	border-radius: 100px 100px 0 0;
	padding: 0 0 230px;
}
.muscle-dystrophy .left-box {
	width: 50%;
}
.muscle-dystrophy .right-box {
	width: 50%;
}
.muscle-dystrophy h2 {
	color: #0047AB;
	text-transform: uppercase;
	margin:108px 0 4px;
}
.muscle-dystrophy h3 {
	padding: 0;
	border: 0;
	color: #0047AB;
	margin: 0 0 31px;
	font-weight: 400;
}
.muscle-dystrophy p {
	color: #0047AB;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	max-width: 387px;
}
.muscle-dystrophy .image {
	text-align: center;
}
.muscle-dystrophy .flex-box:nth-child(2) {
	margin: 118px -80px 0;
}
.muscle-dystrophy .box {
	width: 33.3333%;
	padding: 0 80px;
}
.dystrophy-box .image {
	text-align: left;
	margin: 0 0 55px;
}
.dystrophy-box h4 {
	color: #0047AB;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 26px;
}
.dystrophy-box p {
	font-weight: 300;
	margin: 0;
	color:#0047AB;
}
.muscle-dystrophy .box .content {
	position: relative;
}
.muscle-dystrophy .box .content::after {
	background: #9cf;
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	right: -80px;
}
.muscle-dystrophy .box:last-child .content::after {
	display: none;
}
.muscle-dystrophy.muscle.loss {
	padding: 94px 0 325px;
	background:#EBF3FF;
	margin-top: -100px;
}
.muscle-dystrophy.muscle.loss h2 {
	margin: 52px 0 4px;
}
.innovation {
	padding: 126px  0 85px;
	background: #fff;
	border-radius: 0 0 50px 50px;
}
/*.innovation .inner {
border-top: 1px solid #002F6C;
padding: 36px 0 0;
}*/
.innovation h3 {
	color: #0047AB;
	margin-bottom: 68px;
}
.innovation .left-box {
	width: 34%;
}
.innovation .right-box {
	width: 64%;
}
.innovation .image img {
	max-width: 516px;
	position: relative;
	left: -140px;
	bottom: -167px
}
.accordion {
	margin-top: -8px;
}
.accordion-header {
	margin: 0;
	position: relative;
}
.accordion-button {
	font-size: 20px;
	line-height: 24px;
	color: #002F6C;
	font-weight: 500;
	padding: 27px 0 25px;
}
.accordion-button:not(.collapsed) {
	color: #002F6C;
	background-color: transparent;
	box-shadow: none;
	outline: none;
}
.accordion-button:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.accordion-button::after {
	width: 70px;
	height: 68px;
	background-size: contain;
	background-image: url('assets/images/plus.svg');
	background-size: 70px;
	transition: transform .2s ease-in-out;
	position: absolute;
	right: 0;
	top: 3.5px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url('assets/images/minus.svg');
	transform: none;
}
.accordion-item {
	border-bottom: 1px solid #8EBAF9;
}
.accordion-body {
	padding: 0 0 25px;
}
.accordion-body p {
	color: #002F6C;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	max-width: 644px;
}
.innovation-box h3 {
	margin: 0;
	color: #002F6C;
	border-top: 1px solid #8EBAF9;
	padding: 43px 0 23px;
}
.innovation-box p {
	font-size: 20px;
	line-height: 24px;
	color: #002F6C;
	font-weight: 300;
	margin: 0 0 41px;
}

.wrapper {
	position: relative;
	z-index: 1;
	margin-bottom: 558px;
	background: #fff;
	border-radius: 0 0 50px 50px;
	overflow:hidden;
}
/*================================
Privacy Policy
==================================*/
.page-content  {
	padding:100px 0 142px;
	max-width: 964px;
	margin:0 auto;
}
.page-content h1 {
	text-transform: uppercase;
	text-align: left;
	max-width: 300px;
	margin: 0 auto 79px;
}
.page-content h1 strong {
	display: block;
	text-align: right;
	font-weight: 600;
}
.page-content p {
	font-size: 20px;
	line-height: 24px;
	color: #002F6C;
	font-weight: 300;
	margin: 0 0 25px;
}
.page-content ul {
  margin: 0 0 25px;
}
.page-content ul li {
	font-size: 20px;
	line-height: 24px;
	color: #002F6C;
	font-weight: 300;
	margin: 0 0 10px;
}
.page-content h3 {
  margin: 0 0 16px;
}

/*================================
Footer
==================================*/
footer {
	background: #0047AB;
	padding: 100px 0;
	height: 558px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
footer .flex-box {
	justify-content: space-between;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu ul li a {
	color: #fff;
	font-size: 34px;
	line-height: 41px;
}
.footer-menu ul li:hover a {
	color: #DC143C;
}
.footer-bottom {
	margin-top: 89px;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.footer-bottom .right-box {
	margin-left: 50px;
}
.social-icon {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	column-gap: 6px;
}
.social-icon li img {
	width: 60px;
}
.footer-bottom .right-box ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	column-gap: 10px;
}
.footer-bottom .right-box ul li, .footer-bottom .right-box ul li a {
	color: #FFFFFF;
}

.footer-bottom .right-box ul li:nth-child(2) a {
	text-decoration: none;
}
.footer-bottom .right-box ul li a {
	text-decoration: underline;
}
.swiper-pagination {
	display: none;
}

/*===============================
*     404
* ==============================*/
.not-found  {
	text-align: center;
	padding: 57px 0 53px;
	height: 80vh;
	display: flex;
	align-items: center;
}
.not-found a {
	background: #DC143C;
	border-radius: 31px;
	color: #FFF;
	font-size: 17px;
	line-height: 19px;
	padding: 17px 46px 17px 37px;
	display: inline-block;
	margin-top: 39px;
	position: relative;
}
.not-found a:after {
	background: url("assets/images/arrow.svg") no-repeat;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	right: 30px;
	top: 20px;
}

/*===============================
*       Blog And Blog Single
* ==============================*/
.page-intro {
  text-align: center;
  padding: 64px 0 54px;
  background:#fff;
}
.page-intro h2 {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #002F6C;
  font-weight: 600;
  margin: 0 0 23px;
}
.page-intro h1 {
  text-transform: uppercase;
  text-align: left;
  max-width: 324px;
  margin: 0 auto 40px;
}
.page-intro h1 strong {
  display: block;
  text-align: right;
  font-weight: 600;
}
.news-update nav {
  border-top: 1px solid #8EBAF9;
  padding: 25px 0 36px;
}
.news-update .nav-tabs {
  border: 0;
  column-gap: 35px;
  justify-content: center;
}
.news-update .nav-tabs .nav-link {
  border: 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  color: #0047AB;
  font-weight: 300;
}
.news-update .nav-tabs .nav-link.active {
  font-weight: bold;
}
.news-update .flex-box{
	margin:0 -10px;
}
.news-update .box {
  width:33.3333%;
  padding:0 10px;
  margin-bottom: 19px;
}
.news-update .announcements-box .image .icon img {
  max-width: 106px;
}
.load-more-wrapper {
  text-align: center;
  padding: 30px 0 10px;
}
.load-more-wrapper a {
  background: #DC143C;
  border-radius: 31px;
  color: #FFF;
  font-size: 17px;
  line-height: 19px;
  padding: 17px 46px 17px 37px;
  display: inline-block;
  position: relative;
}
.load-more-wrapper a::after {
  background: url("assets/images/arrow.svg") no-repeat;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.load-more-wrapper a:hover{
	 background: #6B0D0A;
}




.faq {
  padding: 44px 0 90px;
}
.faq h2 {
  text-transform: uppercase;
  color: #0047AB;
  border-bottom: 1px solid #8EBAF9;
  padding: 0 0 58px;
}
.faq .accordion {
  margin-top: 0;
}

.faq .accordion .accordion-button {
	padding: 39px 0 37px;
}
.faq .accordion .accordion-button::after{
	top:16px;
}
.faq .accordion .accordion-body p {
  max-width: 1004px;
}






.blog-head {
  background: #002F6C;
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}
.blog-head .blog-info {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.blog-head .date {
  color: #FFF;
  margin: 0 0 36px;
}
.blog-head .cat {
  display: inline-block;
  background: #FFF;
  border-radius: 30px;
  padding: 4px 19px 2px;
  font-size: 14px;
  font-weight: 600;
  color: #002F6C;
  margin: 0 0 46px;
}
.blog-head h1 {
  color: #fff;
  font-size: 36px;
  line-height: 43px;
  max-width: 580px;
  margin: 0 0 28px;
}
.blog-head p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  max-width: 400px;
  font-weight: 300;
}

.post-image {
  text-align: right;
  position: relative;
  right: -12px;
}




.blog-content  {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
}
.blog-content .left-box {
  width: 76%;
}
.blog-content .right-box {
  width: 24%;
}
.blog-content .content {
  max-width: 770px;
}
.blog-content .content h3 {
  font-size: 20px;
  line-height: 24px;
  color: #002F6C;
  margin:0 0 35px;
	max-width: 99%;
}
.blog-content .content p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #002F6C;
 margin: 0 0 24px 100px;
}
.blog-content .sidebar  {
  background:#EDECE3;
  border-radius:27px 0 0 27px;
  padding:87px 0 68px 74px;
  width: 344px;
  position: relative;
}
.blog-content .sidebar::after {
  position: absolute;
  content: "";
  background:#EDECE3;
  width: 2500px;
  height: 100%;
  top: 0;
  z-index: -1;
}
.blog-content .sidebar h3 {
  color: #0047AB;
  margin:0 0 56px;
}
.blog-content .sidebar ul {
  margin:0;
  padding:0;
  list-style:none;
}
.blog-content .sidebar ul li a {
  font-size: 20px;
  line-height: 24px;
  color: #002F6C;
  display: block;
  border-top:1px solid #8EBAF9;
  padding:17px 0;
}



@media screen and (min-width:1441px) {
	.innovation .image.desktop img {
		position: absolute;
		left: 0;
		bottom: 0;
	}	
}
@media screen and (min-width:992px) {
	.mobile-carousel .swiper-wrapper {
		flex-wrap: wrap;
	}
	.mobile-carousel {
		margin: 0 -12.5px;
	}
	.mobile-carousel .swiper-slide {
		width: 33.3333%;
		padding: 0 12.5px;
	}
	.announcements .mobile-carousel .swiper-slide {
		padding: 0 8px;
	}
}

@media screen and (max-width:1199px) {
	h2 {
		font-size: 30px;
		line-height: 32px;
	}	
	.container {
		max-width: 100%;
		padding: 0 30px;
	}
	.team-box h2 {
		min-height: 64px;
	}	
	.social-icon li img {
		width: 40px;
	}
	.testimonials .testimonial-outer {
		max-width: 860px;
	}
	.our-technologies .flex-box {
		margin: 0 -15px;
	}
	.our-technologies .box {
		padding: 0 15px;
	}
	.announcements-box .post-content-bottom {
		padding: 30px 20px 40px 20px;
	}
	.announcements-box {
		padding: 0 0 202px;
	}
	.announcements-box .image .icon img {
		max-width: 100px;
	}
	.page-template-template-technologies .our-technologies .image {
		margin: -40px 0 0 12px;
	}
	.discovery-box .content h2 {	
		max-width: 320px;
	}
	.page-template-template-technologies .our-technologies p {
		top: 0;
	}

	.discovery-box .image {
		position: absolute;
		right: 0;
		max-width: 500px;
		top: 0;
	}
	.innovation .image img {
		max-width: 360px;
		left: -30px;
		bottom: -321px;
	}
	.footer-logo img {
		max-width: 270px;
	}	
	.footer-bottom .right-box ul {
		column-gap: 10px;
	}	
	.footer-bottom .right-box ul li:nth-child(1) {
		padding-right: 0;
	}	
}


@media screen and (max-width:991px) {
	.container {
		max-width: 100%;
		padding: 0 30px;
	}	
	h1 {
		font-size: 33px;
		line-height: 37px;
	}
	h2 {
		font-size: 26px;
		line-height: 28px;
		font-weight: 600;
	}
	h3 {
		font-size: 16px;
		line-height: 19px;
	}
	.innovation .image img {
		bottom: 0;
	}

	.contact-area {
		border-radius: 0px 0px 30px 30px;
		padding: 108px 0 50px;
	}
	.contact-area .left-box, .contact-area .right-box {
		width: 100%;
	}	
	.contact-area h1 {
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin: 0 0 64px;
	}	
	.contact-area .content {
		display: flex;
		flex-wrap: wrap;
		text-align:center;
		justify-content:center;
	}	
	.contact-area .content p {
		font-size: 18px;
		line-height: 24px;
		order: -1;
		margin: 0 auto 36px;
		font-weight: 500;
	}
	.contact-area .content h2, .contact-area .content h3, .contact-area .content h4 {
		width: 100%;
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
	}
	.contact-area .content h4 {
		margin: 0 0 88px;
	}
	.contact-area .content h3 {
		margin: 0 0 25px;
	}
	.contact-area .content h4 br {
		display: none;
	}	
	.contact-area .content h5 {
		display: none;
	}	
	.contact-form label {
		margin: 0 0 13px;
	}
	.contact-form textarea {
		margin-bottom: 8px;
	}
	.contact-form .btn-send {
		background: #DC143C; 
		display: block;
		width: 100%;
		font-weight: 400;
		margin-top: 23px;
	}


	.into-area .inner {
		padding: 68px 0 253px;
		border-radius: 0px 0px 30px 30px;
	}
	.into-area h1 {
		margin: 0 auto 29px;
		max-width: 500px;
	}
	.into-area p{
		max-width: 94%;
		margin: 0 auto 16px;
		font-size: 18px;
		line-height: 24px;
	}
	.into-area a, .myostellar a{
		background: #DC143C;
		border-radius: 31px;
		color: #FFF;
		font-size: 16px;
		padding: 16px 15px 14px;
		display: block;
		position: relative;
		text-align: center;
		max-width: 324px;
		margin: 27px auto 0;
		line-height: 19px;
		font-weight: 400;
	}
	.into-area a:after, .myostellar a:after {
		display: none;
	}
	.myostellar .left-box {
		width: 100%;
	}
	.myostellar .right-box {
		width: 100%;
		order: -1;
	}
	.myostellar .image {
		margin-top: -291px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	.myostellar .image img {
		max-height: 277px;
	}
	.myostellar .image::after {
		width: 247px;
		height: 252px;
		left: 0;
		bottom: -39px;
		background-size: 247px;
	}
	.myostellar {
		padding: 104px 0 10px;
	}
	.myostellar .content {
		padding: 74px 0 0;
	}
	.myostellar h3 {
		margin: 0 0 22px;
	}
	.myostellar h2 {
		color: #8EBAF9;
		margin: 0 0 28px;
	}
	.myostellar h2 span {
		color: #fff !important;
	}
	.myostellar p {
		font-size: 16px;
		line-height: 19px;
		margin: 0 0 26px;
	}
	.myostellar a {
		display: none;
	}
	.our-technologies {
		padding: 10px 0 25px;
	}
	.our-technologies h3 {
		padding: 49px 0 50px;
	}
	.our-technologies .box {
		width: 100%;
		margin-bottom: 25px;
	}
	.technologie-box .icon img {
		max-width: 105px;
	}
	.our-technologies .box:nth-child(2) .icon img {
		max-width: 132px;
	}
	.technologie-box {
		border-radius: 30px 30px 150px 30px;
		padding: 25px 20px 26px;
	}
	.our-technologies .technologie-box h2 {
		text-align: left;
		font-size: 26px;
		line-height: 28px;
		margin: 0 0 11px;
		max-width: 170px;
		color: #0047AB;
	}
	.our-technologies .box:first-child .technologie-box .icon {
		margin: 0 0 18px;
	}
	.technologie-box .icon {
		margin-bottom: 33px;
	}
	.our-technologies .technologie-box p {
		font-size: 18px;
		line-height: 24px;
		color: #0047AB;
		font-weight: 600;
		max-width: 162px;
	}
	.technologie-box a {
		width: 75px;
		height: 74px;
		bottom: 50px;
		right: 37px;
		background-size: 75px;
	}
	.our-science h3 {
		padding: 47px 0 50px;
	}
	.our-science .flex-box {
		margin: 0;
	}
	.our-science .box {
		width: 100%;
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid #8EBAF9;
		margin-bottom: 51px;
	}
	.our-science .box:last-child {
		margin: 0;
	}
	.science-box {
		position: relative;
		padding: 0 0 52px;
	}
	.our-science .box .icon .bg.img-fluid {
		display: none;
	}
	.our-science .box .icon {
		position: absolute;
		margin-bottom: 0;
		right: 0;
	}
	.our-science .box .icon .icon-img {
		max-width: 51px;
		margin: 0;
		left: auto;
		transform: none;
		top: 0px;
	}
	.science-box h4 {
		font-size: 16px;
		line-height: 19px;
		max-width: 90%;
	}
	.science-box p {
		font-size: 16px;
		line-height: 19px;
		max-width: 90%;
		margin: 0;
	}
	.testimonials .testimonial-outer {
		border-radius: 10px;
		margin: -172px auto 0;
		padding: 53px 28px 17px;
	}
	.testimonials .testimonial-outer::before {
		width: 70px;
		height: 70px;
		left: 38px;
		background-size: 70px;
		top: -40px;
	}
	.testimonials .testimonial-outer::after {
		width: 26px;
		height: 26px;
		left: 60px;
		top: -17px;
		z-index: 1;
		background-size: 26px;
	}
	.testimonial p {
		font-size: 20px;
		line-height: 24px;
		max-width: 97%;
		margin:0 0 9px;
		color: #002F6C;
	}
	.testimonial span {
		font-size: 18px;
		line-height: 24px;
		padding-top: 4px;
		max-width: 170px;
	}

	.our-team {
		padding: 70px 0 53px;
	}
	.heading-btn a {
		display: none;
	}
	.home .our-team {
		padding:46px 0 53px;
	}
	.home .our-team .heading-btn {
		border-top:0;
		padding-top: 0;
		margin-bottom: 20px;
	}
	.home .our-team h3 {
		padding:23px 0 14px 0;
		font-size: 18px;
		line-height: 24px;
	}
	.our-team h3 {
		border-top: 1px solid #8EBAF9;
		width: 100%;
		padding: 47px 0 16px 0;
	}
	.our-team.team-list h3 {
		border: 0;
		padding: 0;
	}
	.team-list .box {
		width: 50%;
	}
	.team-box .read-more, .team-box .read-more.active {
		height: 51px;
		width: 52px;
		bottom: -16px;
		right: 30px;
		background-size: 52px;
	}
	.team-box .read-more:hover, .team-box .read-more.active:hover {
		background-size: 52px;
	}
	.team-box .content {
		padding: 26px 0 20px;
	}
	.team-box h2 {
		min-height: 56px;
		margin: 0 0 11px;
	}
	.team-box .content h3 {
		border: 0;
		padding: 0;
	}
	.team-box .overlay-text {
		border-radius: 10px;
		padding: 20px;
	}
	.team-box .overlay-text p {
		max-width: 100%;
		font-size: 14px;
	}
	.our-team .mobile-btn {
		margin-top: 27px;
	}
	.announcements {
		padding: 0 0 40px;
		border-radius: 0 0 30px 30px;
	}
	.announcements .heading-btn {
		border-top: 1px solid #002F6C;
		padding:22px 0 40px;
	}
	.announcements-box {
		padding: 0 0 152px;
		overflow: hidden;
		border-radius: 10px;
	}
	.announcements h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.cat-name {
		font-size: 12px;
		line-height: 14px;
	}
	.announcements-box .content .date, .post-content-bottom .link-btn, .announcements-box .content h4 br {
		display: none;
	}
	.announcements-box .post-content-bottom {
		padding: 0 25px 50px 25px;
	}
	.cat-name {
		padding: 4px 19px 2px;
		top: 16px;
		left: 16px;
		z-index: 1;
	}
	.announcements-box .content h4 {
		font-size: 22px;
		line-height: 26px;
	}
	.announcements-box .content h4 p {
		margin: 0;
	}
	.announcements .swiper-pagination {
		position: relative;
		bottom: 0;
		margin: 13px 0 0;
		display:block;
	}
	.announcements .swiper-pagination .swiper-pagination-bullet {
		background: #ADADAD;
		opacity: 1;
		width: 5px;
		height: 5px;
	}
	.announcements .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #DC143C;
	}
	.announcements .mobile-btn {
		padding-top: 28px;
	}
	.mobile-only p {
		color: #fff;
		text-align: right;
		font-size: 14px;
		font-weight: 400;
		margin: 0;
		position: relative;
		top: 4px;
	}
	.mobile-only .right-box li a {
		font-size: 14px;
		color: #fff;
		text-decoration:underline;
		text-align: right;
		position: relative;
		top: 3px;
	}
	.mobile-carousel {
		position: relative;
		width: 100%;
	}
	.mobile-btn {
		display: block !important;
	}
	.mobile-btn a {
		background: #DC143C;
		border-radius: 31px;
		color: #FFF;
		font-size: 16px;
		padding: 17px 15px 14px;
		display: block;
		position: relative;
		text-align: center;
		max-width: 324px;
		margin: 0 auto;
	}
	.mobile-btn a:hover{
		background: #6B0D0A;
	}
	.page-template-template-technologies .our-technologies  {
		padding: 42px 0 0;
		text-align: center;
		position: relative;
		z-index: 1;
		background: #fff;
		border-radius: 0 0 30px 30px;
	}
	.page-template-template-technologies .our-technologies h2 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 44px;
	}
	.page-template-template-technologies .our-technologies h1 strong {
		display: inline;
		text-align: center;
	}
	.page-template-template-technologies .our-technologies h1 {
		text-align: center;
		max-width: 80%;
		margin: 0 auto 28px;
		text-wrap: balance;
	}
	.page-template-template-technologies .our-technologies p {
		max-width: 476px;
		text-align: center;
		color: #002F6C;
		font-size: 16px;
		line-height: 19px;
		margin: 0 auto;
		font-weight: 500;
	}
	.page-template-template-technologies .our-technologies p {
		max-width: 90%;
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
		top: 0;
	}	

	.page-template-template-technologies .our-technologies .image  {
		margin: -10px auto 15px;
		max-width: 100%;
		text-align: left;
		top: 48px;
	}
	.page-template-template-technologies .our-technologies .image img {
		max-width: 80.64%;
	}
	.page-template-template-technologies .our-technologies .image::after {
		width: 77.3%;
		height: 100%;
		right: 0;
		bottom: -75px;
		background-size: 100%;
	}
	.the-discovery  {
		padding: 112px 0 85px;
		position: relative;
		margin-top: -30px;
	}
	.discovery-box {
		padding: 62px 0 0;
	}
	.discovery-box .left-box, .discovery-box .right-box {
		width: 100%;
	}


	.discovery-box .content h2 {
		text-transform: uppercase;
		color: #0047AB;
		max-width: 280px;
		margin: 0 0 12px;
		font-size: 26px;
		line-height: 28px;
	}
	.discovery-box .content p {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 20px;
		max-width: 100%;
	}
	.discovery-box .content a::after {	
		display: none;
	}
	.discovery-box .content a {
		font-size: 16px;
		line-height: 19px;
	}
	.key-areas {
		background: #fff;
		border-radius: 30px 30px 0 0;
		margin-top: -60px;		
	}
	.key-areas h3 {
		padding: 46px 0 4px 0;
	}
	.muscle-dystrophy {
		padding: 0 0 88px;
	}
	.muscle-dystrophy .right-box {
		order: -1;
	}
	.muscle-dystrophy .left-box, .muscle-dystrophy .right-box {
		width: 100%;
	}
	.discovery-box .right-box {
		display: none;
	}
	.muscle-dystrophy h2 {
		margin: 0px 0 5px;
	}
	.muscle-dystrophy h3 {
		margin: 0 0 23px;
		padding: 0;
		border: 0;
		color: #0047AB;
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
	}
	.muscle-dystrophy p {
		font-size: 16px;
		line-height: 19px;
		font-weight: 300;
		max-width: 100%;
	}
	.muscle-dystrophy .image{
		text-align: center;
		max-width: 60.5%;
		margin: 34px auto 40px;
	}
	.muscle-dystrophy .flex-box:nth-child(2) {
		margin:20px 0 0;
	}
	.muscle-dystrophy .box {
		width: 100%;
		padding: 0;
	}
	.dystrophy-box {
		position: relative;
		border-top: 1px solid #8EBAF9;
		padding:30px 0 36px;
		display: flex;
	}
	.dystrophy-box .image {
		text-align: right;
		margin: 0 0 0 auto;
	}
	.muscle-dystrophy .box .content {
		position: relative;
		width: 71%;
		order: -1;
	}
	.dystrophy-box h4 {
		color: #0047AB;
		font-size: 18px;
		margin: 0 0 17px;
		line-height: 24px;
	}
	.muscle-dystrophy .box .content::after {
		display: none;
	}
	.dystrophy-box .image img {
		max-height: 68px;
	}
	.muscle-dystrophy.muscle.loss h2 {
		margin: 0 0 4px;
	}
	.muscle-dystrophy.muscle.loss  {
		padding: 3px 0 171px;
		margin-top: -70px;
		border-radius: 30px 30px 0 0;
	}
	.page-template-template-technologies .testimonials .testimonial-outer {
		margin: -145px auto 0;
	}
	.innovation .left-box, .innovation .right-box {
		width: 100%;
	}
	.innovation {
		padding: 26px 0 0;		
		border-radius: 0 0 30px 30px;
	}
	.innovation .inner {
		border-top: 0;
		padding: 37px 0 0;
	}
	.innovation h3 {
		color: #0047AB;
		margin-bottom: 34px;
	}
	.innovation .image.desktop {
		display: none;
	}
	.innovation .image.mobile {
		display: block !important;
		margin-top: 38px;
	}
	.innovation-outer.desktop {
		display: none;
	}
	.innovation .accordion.mobile {
		border-top: 1px solid #8EBAF9;
		display: block !important;
	}
	.accordion-button {
		font-size: 16px;
		line-height: 19px;
		padding: 15px 0 14px;
	}
	.accordion-button::after {
		width: 32px;
		height: 31px;		
		background-size: 32px;
		top: 8px;
	}
	.accordion-body p {
		font-size: 16px;
		line-height: 19px
			max-width: 90%;
	}
	.partners {
		padding:67px 0 85px;
	}
	.partners h3 {		
		border-top: 1px solid #8EBAF9;
		padding: 22px 0 60px;
	}
	.partners .box {
		width: 100%;
		border-right: 0;
	}
	.partner-box {
		border-bottom: 1px solid #8EBAF9;
		padding: 0 0 31px;
		margin-bottom: 42px;
	}
	.partners .box:last-child .partner-box {
		border: 0;
		margin: 0;
		padding: 0;
	}
	.partner-box h2 br {
		display: none;
	}
	.partner-box h4 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 7px;
	}
	.partner-box h2 {
		margin: 0 0 38px;
	}
	.partners .logo {
		margin-bottom: 16px;
	}
	.partner-box p {
		font-size: 16px;
		line-height: 20px;
	}
	.team-box .image .bg img {
		border-radius: 10px;
	}	
	.wrapper {
		margin-bottom: 264px;
		border-radius: 0 0 30px 30px;
	}
	footer {
		padding:50px 0 32px;
		height: 263px;
	}
	.footer-menu ul li {
		margin: 0 0 1px;
	}
	.footer-menu ul li a {
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
	}
	.footer-logo img {
		max-width: 94px;
	}
	.social-icon {
		column-gap: 8px;
		align-items: center;
	}
	.social-icon li {
		display: inline-block !important;
	}
	.social-icon li img {
		width: 39px;
	}
	/*.social-icon li:nth-child(2), .social-icon li:nth-child(3), .social-icon li:nth-child(4) {
	display: none;
}*/
	.social-icon li:nth-child(2) p  {
		font-size: 14px;
		color: #fff;
		font-weight: 400;
		margin:0;
	}
	.footer-bottom .copyright a {
		font-size: 14px;
		color: #fff;
		text-decoration:underline;
	}
	.social-icon li:nth-child(5) {
		display: inline-block !important;
	}
	.social-icon li:nth-child(5) a {
		color: #fff;
		font-size: 14px;
	}
	.footer-bottom .right-box ul.menu {
		display: none;
	}
	.footer-bottom {
		margin-top: 23px;
		border-top: 1px solid #8EBAF9;
		padding: 25px 0 0;
		align-items: center;
		justify-content: space-between;
	}
	.footer-bottom .copyright {
		display: block !important;
	}
	.footer-bottom .copyright p {
		color: #fff;
		font-size: 14px;
		line-height: 17px;
		max-width: 100px;
		text-align: right;
		margin: 0;
	}
	.not-found h1 {
		margin: 0 0 26px;
	}
	.not-found a::after {
		display: none;
	}
	.not-found a {
		font-size: 16px;
		padding: 16px 15px 15px;
		display: block;
		margin-top: 30px;
		max-width: 324px;
		text-align: center;
	}
	.top-intro h1 {	
		max-width: 200px;
		margin: 0 auto 50px;
	}
	.top-intro {
		padding: 50px 0 30px;
	}
	.contact-form textarea {
		margin-bottom: 9px;
	}
	.news-update .box {
		width: 100%;
		margin-bottom: 20px;
	}
	.page-intro {
		padding: 60px 0 69px;
	}
	.page-intro h2 {
		font-size: 16px;
		line-height: 19px;
		margin: 0 0 26px;
	}
	.page-intro h1 {
		text-align: center;
		margin: 0 auto 0;
	}
	.page-intro h1 strong {
		text-align: center;
	}
	.news-update nav {
		border-top: 0;
		padding: 0 0 36px;
	}
	.news-update .nav-tabs {
		column-gap: 10px;
		row-gap: 12px;
		justify-content: flex-start;
	}
	.news-update .nav-tabs .nav-link {
		font-size: 12px;
		line-height: 14px;
		border: 1px solid #002F6C;
		border-radius: 100px;
		display: block;
		padding: 8px 15px;
	}
	.news-update .nav-tabs .nav-link.active {
		font-weight: 300;
		background: #002F6C;
		color: #fff;
	}
	.news-update .announcements-box .image .icon img {
		max-width: 60px;
	}
	.faq {
		padding: 34px 0 47px;
	}
	.faq h2 {		
		padding: 0 0 28px;
	}
	.faq .accordion .accordion-button {
		padding: 29px 0 27px;
		font-size: 18px;
		line-height: 24px;
	}
	.faq .accordion .accordion-button span {
		max-width: 85%;
	}
	.accordion-body {
		padding: 0 0 9px;
	}
	.faq .accordion .accordion-button::after {
		top: 25px;
	}
	.load-more-wrapper {
		text-align: center;
		padding: 17px 0 0;
	}
	.load-more-wrapper a{
		background: #DC143C;
		border-radius: 31px;
		color: #FFF;
		font-size: 16px;
		padding: 16px 15px 14px;
		display: block;
		position: relative;
		text-align: center;
		max-width: 324px;
		margin: 0 auto 0;
		line-height: 19px;
		font-weight: 400;
	}
	.load-more-wrapper a:after{
		display:none;
	}
	
}

@media screen and (max-width:767px) {
	h1 {
		font-size: 33px;
		line-height: 37px;
	}
	h2 {
		font-size: 26px;
		line-height: 28px;
		font-weight: 600;
	}
	h3 {
		font-size: 16px;
		line-height: 19px;
	}
	body.no-scroll {
		overflow: hidden;
		height: 100vh;
		position: fixed;
		z-index: -1;
		width: 100%;
	}
	body.no-scroll header {
		z-index: inherit;
		position: initial;
	}
	.container {
		padding: 0 30px;
		max-width: 100%;
	}
	header {
		padding: 9px 0;
	}
	.page-template-template-contact header {
		padding-bottom: 9px;
	}
	header .menu-toggle  {
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		right: 30px;
	}
	header .logo {
		width:100%;
		text-align: center;
		order: -1;
	}
	header .logo img {
		max-width: 81px;
	}
	header .menu {
		position: absolute;
		background: transparent linear-gradient(180deg, #0047AB 0%, #0047AA 1%, #000 100%) 0% 0% no-repeat;
		left: 0;
		right: 0;
		height: calc(100dvh - 72px);
		z-index: 99;
		top: 72px;
		display: none;
	}
	header .menu.show {
		display: flex;
		flex-wrap: wrap;
		align-items: end;
	}
	header .menu ul.menu {
		display: block;
		position: relative;
		top: 0;
		height: auto;
		background: none;
	}
	header .menu ul {
		display: block;
		width: 100%;
	}
	header .menu ul li a {
		font-size: 33px;
		color: #FFF;
		padding: 19px 30px;
		display: block;
		line-height: 33px;
		font-weight: 500;
	}
	header .menu ul li.active a {
		color: #8EBAF9;
		font-weight: 500;
	}
	header .menu ul li.current-menu-item a {
		color: #8EBAF9;
		font-weight: 500;
	}

	.mobile-only {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px 50px;
		margin-top: auto;
		width: 100%;
	}
	.mobile-only .left-box {
		width: 60%;
	}
	.mobile-only .right-box {
		width: 40%;
		text-align: right;
	}
	/*.mobile-only .left-box ul li:nth-child(2), .mobile-only .left-box ul li:nth-child(3), .mobile-only .left-box ul li:nth-child(4) {
	display: none;
}*/
	header .menu .mobile-only ul {
		display: flex;
		align-items: center;
		column-gap: 8px;
	}

	header .menu .mobile-only ul li a {
		border: 0;
		font-size: 14px;
		font-weight:400;
		display: inline-block;
		padding: 0;
	}
	header .menu .mobile-only ul li a img {
		width: 39px;
	}
	.outer {	
		padding: 0 0 236px;
	}
	.our-technologies h1, .into-area h1 {
		text-align: center;
		word-wrap: break-word;
	}
	.our-technologies h1 span, .into-area h1 strong {
		display: inline;
	}
	.science-box h4 {	
		max-width: 58%;
	}
	.science-box p {
		max-width:71%;
	}
	.contact-area .content p {
		max-width: 300px;
	}
	.team-top h1 strong {
		display: inline-block;
		text-align: center;
		font-weight: 600;
	}
	.team-top {
		padding: 42px 0 0;
	}	
	.team-top h2 {
		font-size: 16px;
		line-height: 19px;
		margin: 0 0 44px;
	}	
	.team-top h1 {
		max-width: 242px;
		margin: 0 auto 28px;
		text-align: center;
		text-wrap: balance;
	}	
	.team-top p {
		max-width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		margin: 0 auto;
	}	
	.our-team.team-list {
		padding: 40px 0 0;
	}
	.team-outer {		
		border-radius: 0 0 30px 30px;
		padding: 0;
	}
	.team-list .heading-btn {
		border-top: 0;
		padding: 0;
		margin-bottom: 0;
	}
	.our-team.team-list h3  {
		border-top: 1px solid #8EBAF9;
		width: 100%;
		padding: 25px 0 27px 0;
		color: #0047AB;
	}
	.our-team .box {
		width: 100%;
		margin: 0 0 11px;
	}	
	.team-box .content {
		padding:22px 0 29px;
	}	
	.team-box .content h3 {
		border: 0;
		padding: 0;
	}	
	.team-box h2 {
		min-height: auto;
		margin: 0 0 10px;
		font-size: 25px;
		line-height: 28px;
	}
	.team-box h2 br {
		display: none;
	}	
	.announcements-box .image .icon img {
		max-width: 60px;
	}
	.the-discovery .container {
		padding: 0 36px;
	}
	.discovery-box .content a {
		width: 100%;
		text-align: center;
	}
	.page-content h1 {
		text-align: center;
		margin: 0 auto 79px;
	}
	.page-content h1 strong {
		text-align: center;
	}
	.page-content p {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 20px;
	}
	.page-content ul {
		margin: 0 0 20px;
	}
	.page-content ul li{
		font-size: 16px;
		line-height: 20px;
	}
	.team-box .bio-text {
		padding: 0 0 26px;
	}
	.bio-text.mobile p {
		font-size: 16px;
		line-height: 20px;
		color: #002F6C;
	}
	.our-team.team-list .overlay-text.desktop {
		display: none;
	}
	.team-box .overlay-text {
		border-radius: 10px;
		padding: 20px;
		height: 100%;
		overflow: scroll;
	}
}
.page-default {
	padding: 50px;
	clear: both;
}
.page-default p {
	color: #fff;
}
.page-default h1 {
	color: #fff;
}