button#sphaera-mail{
    border-radius: 27px;
    min-height: 56px;
    border: 1px solid #07213647;
    padding-left: 0px;
    padding-right: 20px;
	background: #fff;
  box-shadow: rgba(0,0,0,0.3) 0px 0px 8px 0px;
}
#f-mail-btn {
    text-align: center;
    padding: 50px;
  }
  
  a.mail-f-btn {
    text-decoration: none;
    background-image: linear-gradient(
      to right,
      #91bdb8,
      #bbb8b6,
      #e8b3b3
    );
    border: 2px dotted white;
    color: aliceblue;
    border-radius: 50%;
    padding: 15px;
    position: relative;
  }
  a.mail-f-btn:hover {
    color: #fff;
  }
  
  a.mail-f-btn::after {
    position: absolute;
    content: "";
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: #07213670;
    border-radius: 50%;
    border: 1px solid #072136;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim 2000ms linear infinite;
}
  
  a.mail-f-btn::before {
    position: absolute;
    content: "";
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim 800ms linear 400ms infinite;
  }
  #hover-mail-footer {
	  background: linear-gradient( to right, #91bdb8, #bbb8b6, #e8b3b3 );
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  @keyframes anim {
    from {
      margin: 0px;
      opacity: 1;
    }
  
    to {
      margin: -15px;
      opacity: 0;
    }
  }
  
  span#button-f {
    color: #072136;
    font-family: sans-serif;
    font-weight: 600;
    margin-left: 20px;
}

a#hover-mail-footer:hover {
    text-decoration: none;
}
/* -----******************----------- */
.teams-section .post-slide .more {
    display: none;
  }
  
  .teams-section .post-slide .read_more {
	cursor: pointer;
	color: #0c3c60;
	font-size: 15px;
	line-height: 4;
}

/* .teams-section .post-slide .box-border_five_cards {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #588CC257;
	padding-top: 20px;
} */
.teams-section .post-slide .read_more::before {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #cbd6e9;
	bottom: 0;
	left: 0;
	width: 100%;
}
/* ******** */
#section10 {
    position: relative;
  }

#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #0c3c60;
  border-radius: 50px;
  box-sizing: border-box;
  background: #0c3c604f;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #0c3c60;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ********************************* */


  
  /* .section-bg {
    background-color: #f3f5fa;
  } */
  
  .section-title {
    text-align: center;
    /* padding-bottom: 50px; */
    width: 70%;
    margin: auto;
}
  
  .section-title h2 {
    margin-bottom: 15px;
    padding-bottom: 30px;
    color: #0855A5;
    text-align: center;
    font-weight: 400;
    font-size: 2.7rem;
  }
  
  /* .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  } 
  
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
  }*/
  
  .section-title p {
    margin-bottom: 0;
  }
  
  .team .member {
    position: relative;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    min-height: 310px;
	margin:10px;

  }
  .three-card_main_inner .team .member p{
        margin-top: 40px;
  }
  
  .team .member .pic {
    overflow: hidden;
    width: 20%;
    border-radius: 50%;
    align-self: self-start;
}
/* .three-card_main_inner .pic.threecards_sphera{
    width: 14%;
} */

  
  .team .member .pic img {
    transition: ease-in-out 0.3s;
  }
  
  .team .member:hover {
    transform: translateY(-10px);
  }
  
  .team .member .member-info {
    padding-left: 30px;
  }
  
  .team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #0855A5;
  }
  
  .team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
  }
  
  .team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
  }
  
  .team .member p {
    margin: 10px 0 0 0;
    /* font-size: 14px; */
    position: absolute;
    left: 0;
    padding: 15px
  }
  
  .team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
    text-decoration: none;
  }
  
  .team .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
  }
  
  .team .member .social a:hover {
    background: #47b2e4;
  }
  
  .team .member .social a:hover i {
    color: #fff;
  }
  
  .team .member .social a + a {
    margin-left: 8px;
  }
  /* ************************************ */

.section_advancing {
	background-color: #000930;
	text-align: center;
	background-image: url(mainbannerbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.9;
    background-attachment: fixed;
}
.section_advancing{
    height: 93.6vh;
    align-content: center;
}
#Markets,
.scientific-section.integrated-section,
section#team.team,
.main_section_about{
    height: 100vh;
    align-content: center;
}


#News_Events{
    margin: 40px 0;
    padding: 60px 0;
}

/* section#team.team{
margin-top: 100px;
margin-bottom: 80px;
padding-top: 80px;
padding-bottom: 100px;
} */
.integrated-section .scientific_main_Inner .discovery_services_heading{
    color: #000 I !important;
    background: none;
    -webkit-text-fill-color: #000;
}
.section_advancing .main_section {
	padding-left: 50px;
	text-align: left;
	width: 35%;
	position: absolute;
	top: 50%;
	bottom: 0;
}
.section_advancing h1 {
	color: #fff;
	font-size: 88px;
	line-height: 100px;
	font-weight: 600;
}
    .section_advancing .main_paragraph{
    padding-top: 25px;
}
.section_advancing .main_paragraph p {
	color: #fff;
	line-height: 37px;
	font-size: 21px;
	font-weight: 600;
}



/* ****************************************** */
.main-navbar-inner {
    background-color: #0c3c60;
    padding: 8px 0;
}
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    padding: 0 !important;
    margin: 0 !important;
    transition: top 0.8s;
}
.navbar-brand img {
    height: 45px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.Sphaera-Model .Sphaera-Model-main .smodel {
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    margin: auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 14px 2px;
    border: #ddd solid 1px;
    min-height: 400px;
}
.Sphaera-Model .Sphaera-Model-main .smodel-1 {
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    margin: auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 14px 2px;
    border: #ddd solid 1px;
    margin-top: 20px;
}
.Sphaera-Model .Sphaera-Model-main .smodel span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 15px;
}
.Sphaera-Model .Sphaera-Model-main .smodel-1 span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 15px;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link {
    color: #fff !important;
    transition: all 200ms linear;
    font-size: 17px;
    font-family: normal normal normal 16px/1.4em sans-serif;
    font-weight: 400;
}
.nav-item:hover .nav-link {
    color: #7ca7c7 !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("") !important;
}

.developing-section {
    position: relative;
}
.developing-section .main-Developing-section img {
    width: 100%;
}

#develo-new {
    display: flex;
    align-items: center;
    justify-content: center;
}
.achieving-section {
    text-align: center;
    background-color: #fff;
    position: absolute;
    padding: 30px;
    max-width: 750px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 12px 2px;
    border-radius: 8px;
    bottom: -40px;
}

.achieving-section .main-achieving p {
    font-size: 20px;
    color: #072136;
    padding-top: 30px;
    padding-bottom: 8px;
    font-family: sans-serif;
}

.achieving-section .main-achieving h1 {
    letter-spacing: 0.02em;
    font-size: 28px;
    font-family: sans-serif;
    /* background: -webkit-linear-gradient(375deg, #709a94, #c78e8e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
    font-weight: 700;
    color: #0c3c60;
}

.achieving-section .main-achieving button {
    border: 1px solid #072136;
    background-color: #fff;
    padding: 13px 43px;
    transition: color 0.4s ease 0s;
    margin-top: 21px;
}
.achieving-section .main-achieving button:hover {
    background-color: #072136;
    transition: border-color 1s ease 0s, background-color 1s ease 0s;
}

.achieving-section .main-achieving button a {
    color: #072136;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.achieving-section .main-achieving button:hover a {
    color: #fff;
}
/* *** */

.scientific-section .scientific-first button,
.scientific-section .scientific-second button,
.scientific-section .scientific-three button {
    border: 1px solid #072136;
    background-color: #fff;
    padding: 13px 43px;
    transition: color 0.4s ease 0s;
    margin-top: 45px;
}
.scientific-section .scientific-first button:hover,
.scientific-section .scientific-second button:hover,
.scientific-section .scientific-three button:hover {
    background-color: #072136;
    transition: border-color 1s ease 0s, background-color 1s ease 0s;
}

.scientific-section .scientific-first button a,
.scientific-section .scientific-second button a,
.scientific-section .scientific-three button a {
    color: #072136;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.scientific-section .scientific-first button:hover a,
.scientific-section .scientific-second button:hover a,
.scientific-section .scientific-three button:hover a {
    color: #fff;
}


.scientific-section .scientific-first h2, .scientific-section .scientific-second h2, .scientific-section .scientific-three h2 {
	background: #ED8600;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.2em;
	font-size: 23px;
	font-weight: 700;
	font-family: revert;
	font-weight: 500;
	font-size: 18px;
	min-height: 50px;
}

.scientific-section .scientific-first p,
.scientific-section .scientific-second p,
.scientific-section .scientific-three p {
    line-height: 26px;
    font-size: 16px;
    margin: 0;
    font-family: inherit;
}

.scientific-section .Collaborative-drug, .scientific-section .scientific-second, .scientific-section .scientific-three {
    /* padding: 20px 20px; */
    text-align: left;
    width: 100%;
    margin: auto;
    min-height: 240px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 14px 2px;
    /* border: #ddd0 solid 1px; */
    padding: 20px;
    border-radius: 15px;
}
.main_section_about ul.about_list {
	margin-bottom: 0 !important;
}
.main_section_about .About-section {
	min-height: 150px;
	display: flex;
	align-items: center;
    border-radius: 15px;
    box-shadow: none;
    margin: 0;
}
.main_section_about .padL_drug{
    align-self: center;
}
.main_section_about .scientific-section ul {
	list-style: disc;
	padding: 0;
	text-align: left;
	margin-left: 13px;
	margin-right: 30px;
}
.main_section_about .About-section img{
    width: 100%;
}
.main_section_about .about_sphaera_section_img_heading .SPHAERA_Heading p{
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left; 
}
.main_section_about .about_sphaera_section_img_heading .about_next_section {
	border: 1px solid #a3a3a342;
	border-radius: 25px;
	padding: 30px 25px 5px;
}
body {
	background-image: url(bodybg1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}

.main_section_about .about_sphaera_section_img_heading{
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 14px 2px; */
}
.scientific-section ul {
	list-style: disc;
	padding: 0;
	text-align: left;
    margin-left: 13px;
}
.scientific-section ul li {
	/* font-size: 14px;
	font-weight: 600;
	line-height: 19px; */
	margin-bottom: 10px;
	/* color: #000000b8; */
}
.integrated-section .scientific-first img {
    height: 235px;
    object-fit: cover;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 15px;
}
.integrated-section .scientific_main_Inner {
    text-align: center;
    background-color: #ffffff;
    border-radius: 15px;
    width: 85%;
    margin: auto;
    padding: 10px 25px 10px 25px;
    position: relative;
    margin-top: -115px;
    /* top: 47%; */
    /* left: 5.5%; */
    opacity: 0.9;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 14px 2px;
    min-height: 312px;
}
.scientific-section.integrated-section .scientific_main_Inner img.icon_first_scientific {
    width: 60px;
    height: auto;
    position: relative;
    top: -34px;
    background: #0B9CBB;
    padding: 8px;
    border-radius: 50px;
    border: 5px solid #fff;
    margin: auto;
}
.integrated-section .scientific_main_Inner h2{
    color: #000;
    font-size: 20px;
}

/* ******model******** */
.Sphaera-Model {
    background-color: #f7f7f7;
    padding: 30px 0 40px;
    margin-top: 0px;
}
.Sphaera-Model .Sphaera-Model-main h1 {
    text-align: left;
    margin-bottom: 20px;
    color: #323b51;
    margin-left: -15px;
}
.Sphaera-Model .Sphaera-Model-main .Model-Inner ul .model-Sphaera {
    padding: 14px 0;
}
.Sphaera-Model .Sphaera-Model-main .shareholders {
    text-align: center;
}

.Sphaera-Model .Sphaera-Model-main .Model-Inner ul {
    padding-left: 20px;
}
.Sphaera-Model .Sphaera-Model-main .Model-Inner ul ul {
    margin-bottom: 20px;
}
.Sphaera-Model .Sphaera-Model-main .Model-Inner > ul > li {
    padding-bottom: 5px !important;
    font-weight: 700;
}

/* *** */
.teams-section .post-slide {
    margin: 20px 15px 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: 0 solid #818a91;
}
.teams-section .post-slide:hover{
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
transition: all .25s;
}

.teams-section .our-clients-heading h3.post-title {
	margin-bottom: 15px;
	color: #0855A5;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
.teams-section .news_heading_events {
	padding: 20px;
	margin-top: -27px;
    min-height: 240px;
}
.teams-section .post-slide:hover .news_heading_events{
	background-color: #0c3c600f;
    transition: all 2s;
}


.teams-section .our-clients-heading img.teams_image {
	width: 100px;
	margin-bottom: 20px;
	min-width: 100%;
	height: auto;
	min-height: 235px;
	border-bottom: 1px solid #588CC257;
}
.teams-section .post-slide .news_heading_events p {
	margin-bottom: 5px;
}
.teams-section .post-slide .post-content{
    padding: 0;
}
.teams-section .our-clients-heading h1{
    margin-bottom: 15px;
    padding-bottom: 30px;
    color: #0855A5;
    text-align: center;
    font-weight: 400;
    width: 100%;
    font-size: 2.7rem;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-radius: 0;
}
/* .post-slide .post-img img {
    width: 160px;
    border-radius: 50%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
} */
/* .post-slide:hover .post-img img {
    transform: scale(1.05, 1.05);
} */
.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}
.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}
.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 25px;
    border-radius: 0px 0 10px 10px;
}
.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.post-title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 7px;
    color: #94c0ba;
}
.post-slide .post-description {
    line-height: 22px;
    color: #000;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}
.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #cfdace;
}
.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196f3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}
.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 45%;
    left: -45px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 45%;
    right: -45px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}
/* .teams-section {
    padding-top: 60px;
    padding-bottom: 40px;
    background: rgb(148, 192, 186);
    background: linear-gradient(105deg, rgba(148, 192, 186, 1) 0%, rgba(233, 180, 180, 1) 100%);
} */
/* .teams-section .our-clients-heading {
    text-align: center;
} */
.about-sphaera-section {
    object-fit: cover;
    object-position: 50% 50%;
    background-image: url("image1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-attachment: fixed;
}
.about-sphaera-section .main-about-sphaera {
    background: #a1bdcef2;
    padding-bottom: 40px;
}
.about-sphaera-section .about-sphaera-heading {
    text-align: justify;
    width: 53%;
    margin: auto;
}
.about-sphaera-section .about-sphaera-heading h1 {
    letter-spacing: 0.05em;
    color: #072136;
    padding-top: 100px;
    padding-bottom: 10px;
    line-height: 1.2em;
    font-size: 36px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}
.about-sphaera-section .about-sphaera-heading p {
    line-height: 1.6em;
    font-size: 18px;
    color: #020202bf;
    margin-bottom: 10px;
    font-family: inherit;
}

.about-sphaera-section .about-sphaera-heading button {
    border: 1px solid #072136;
    background-color: #fff;
    padding: 13px 43px;
    transition: color 0.4s ease 0s;
    margin-top: 28px;
    margin-bottom: 108px;
}
.about-sphaera-section .about-sphaera-heading button:hover {
    background-color: #072136;
    transition: border-color 1s ease 0s, background-color 1s ease 0s;
}

.about-sphaera-section .about-sphaera-heading button a {
    color: #072136;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.about-sphaera-section .about-sphaera-heading button:hover a {
    color: #fff;
}
.about-sphaera-section .col-md-4 {
	    padding-left: 40px;
    padding-bottom: 25px;
}

.our-clients {
    padding-bottom: 190px;
}
.our-clients .our-clients-heading h1 {
    text-align: center;
    letter-spacing: 0.05em;
    color: #072136;
    padding-top: 130px;
    padding-bottom: 144px;
    line-height: 1.2em;
    font-size: 36px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.our-clients .keno img,
.our-clients .lendo img,
.our-clients .dmc img,
.our-clients .athos img {
    width: 150px;
    text-align: center;
}

/* *** */
.scientific-section .container h1 {
    margin-bottom: 15px;
    color: #0855A5;
    text-align: center;
    font-weight: 400;
    font-size: 2.7rem;
    padding-bottom: 30px;
}
.scientific-section .container p {
    margin-bottom: 15px;
    padding-bottom: 30px;
    text-align: center;
}
/* .scientific-section .card-deck .card-padding {
    padding: 4px 4px !important;
} */
/* .scientific-section {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 30px;
} */
/* .scientific-section#Markets {
    margin-top: 60px;
} */
.scientific-section img.card-img-top {
    width: 150px;
    margin-left: 45px;
    margin-bottom: 15px;
}
.scientific-section .card {
    /* padding: 44px 14px; */
    margin: 0 !important;
    min-height: 320px;
}
.scientific-section .card h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: system-ui;
}
.scientific-section .card p {
    font-size: 16px;
    font-family: system-ui;
    color: #00000096;
    margin-bottom: 7px;
}
.scientific-section .card button {
    background: #f0f0f0 !important;
    border: none;
    position: absolute;
    bottom: 8px;
}
.scientific-section .card button a {
    color: #94c0ba;
    text-decoration: none;
    font-size: 15px;
    background: #f0f0f0;
}
.scientific-section .card button:hover .icon-wrap {
    width: 16px;
    transition: color 0.6s ease 0s;
}
.scientific-section .card {
    background-color: #f0f0f0;
}

.scientific-section .card button .icon-wrap {
    display: inline-block;
    width: 14px;
    margin: 0 8px;
    color: #94c0ba;
}
/* *** */

.carousel-bg {
    background-color: none;
}
.testimonial-style .testimonial-caption-style {
    font-family: sans-serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 30px;
    bottom: 40%;
    text-shadow: none;
    top: 18%;
    margin: auto;
    width: 51%;
    padding-bottom: 0;
}
.Project-Manager {
    background-color: #f7f7f7;
}
.Project-Manager .carousel.slide .carousel-item h3 {
    color: #126096;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 0;
}

.Project-Manager .carousel.slide .carousel-item p {
    font-family: "Roboto";
    font-weight: 400;
    color: #354052;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}
.Project-Manager .carousel.slide .carousel-item p span {
    color: rgb(7, 33, 54);
    text-align: center;
    line-height: normal;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 100;
    font-family: system-ui;
}

.testimonial-style .carousel-inner > .item {
    padding-top: auto;
    padding-bottom: auto;
    height: 380px;
}
.testimonial-style .carousel-control {
    color: #354052;
}
.testimonial-style .carousel-control:hover {
    color: #354052;
    text-decoration: none;
    transition: background-color 1s ease;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: none !important;
}
.testimonial-style .carousel-indicators .active {
    background-color: #fff;
    width: 14px;
    height: 14px;
    transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
    border: 2px solid #354052;
    background-color: #354052;
}
.carousel-indicators {
    margin-right: 20% !important;
    margin-left: 20% !important;
    margin-bottom: 0 !important;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 50%;
    height: 7px !important;
    width: 7px !important;
    color: #000 !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 45px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.Project-Manager h1 {
    letter-spacing: 0.05em;
    background: transparent;
    vertical-align: baseline;
    line-height: 1.2em;
    text-align: center;
    font-size: 36px;
    font-family: sans-serif;
    color: #072136;
    padding-bottom: 50px;
    padding-top: 125px;
}

.carousel {
    margin-top: 50px;
}
.carousel-inner {
    height: 250px;
    width: 71% !important;
    margin: auto !important;
}
.carousel-inner {
    position: relative;
    width: 71%;
    overflow: hidden;
    margin: auto;
}
.carousel-caption {
    color: #010101;
    top: 50%;
}

.Project-Manager .team-icon {
    font-weight: 600;
    font-size: 24px;
    color: #686868;
}
/* ****form footr*** */

.form-footer .submit-input.text-center input {
    border: 1px solid #072136;
    background-color: #fff;
    padding: 13px 43px;
    transition: color 0.4s ease 0s;
    margin-top: 21px;
}
.form-footer .submit-input.text-center input:hover {
    background-color: #072136;
    transition: border-color 1s ease 0s, background-color 1s ease 0s;
}

.section-contact .form-contact .submit-input input {
    margin-top: 80% !important;
    padding: 15px 50px;
    background-color: #ffffff;
    color: #0c3c60;
    border: 1px solid#fff;
    font-weight: 700;
    transition: background-color 0.3s;
    font-size: 14px;
}

.section-contact .form-contact .submit-input input:hover {
    background-color: #0c3c60;
    color: #fff;
}

.form-footer {
    background-color: #0c3c60;
}
.section-contact {
    padding: 0px 0px 60px;
    text-align: center;
    color: #fff;
}

.section-contact .header-section .title {
    position: relative;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-size: 44px;
    font-family: sans-serif;
    padding-top: 50px;
    font-weight: 700;
}
.section-contact h3 {
    font-weight: 700;
    font-size: 26px;
}
.section-contact .header-section .title .dot {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    background-color: #df383f;
}

.section-contact .header-section .description {
    font-family: "Roboto", sans-serif;
    color: #2a6287;
}

.section-contact .header-section .big-title {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 70%);
    font-size: 120px;
    font-weight: 700;
    opacity: 0.15;
}

.section-contact .form-contact .single-input {
    position: relative;
    margin-top: 40px;
    color: #fff;
    font-size: 19px;
    font-family: unset;
    font-weight: 400;
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
    width: 100%;
    border: none;
    border-bottom: 1.3px solid #ffffff;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 11px;
    font-family: monospace;
    font-weight: 700;
    text-transform: uppercase;
    transition: border 0.3s;
    background: #0c3c60 !important;
    color: #fff;
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
    color: rgba(7, 57, 92, 0.3);
}

.section-contact .form-contact .single-input input:focus,
.section-contact .form-contact .single-input textarea:focus {
    border-color: #df383f;
}

.section-contact .form-contact .single-input textarea {
    height: 150px;
    min-height: 50px;
}

.submit-input.text-center iframe {
    display: block;
    width: 100%;
    height: 29em;
    margin-top: 125px;
}

/* ****footer*** */

.footer {
    background-color: #072136;
    padding-top: 50px;
    padding-bottom: 120px;
}

.footer-first img.last-logo {
    width: 200px;
}

.footer-first p {
    color: #fff;
    padding-top: 30px;
    margin: 0;
    line-height: 27px;
    padding-bottom: 10px;
    /* font-size: 14px; */
}
.footer-first a {
    color: #fff;
    text-decoration: none;
    padding-top: 15px;
    /* font-size: 14px; */
}

.footer-first a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-first p#footer-pharagraph {
    color: #fff;
    margin: 0;
    padding-top: 10px;
}

.footer-second h2,
.footer-three h2 {
    color: #fff;
    font-weight: 100;
    font-size: 22px;
}

.footer-second ul, .footer-three ul {
	padding-top: 17px;
	padding-left: 0;
}
.footer-second ul li {
    padding-bottom: 15px;
}
.footer-second ul li {
    list-style: none;
}
.footer-three ul li {
    list-style: none;
    display: inline-block;
}

.footer-second ul li a {
    color: #fff;
    transition: color 1s ease-out;
    text-decoration: none;
    font-size: 14px;
}
.footer-second ul li a:hover {
    color: #99bad2;
    transition: color 1s ease-out;
    text-decoration: none;
}

.footer-three ul li i {
    color: #fff;
    transition: color 1s ease-out;
    text-decoration: none;
    font-size: 22px;
    margin: 0 6px 0 0;
}

.footer-three p {
	color: #fff;
	/* font-size: 14px; */
	padding-top: 10px;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.fadeInUp-animation {
    animation: 1.5s fadeInUp;
}

/* ********************************Responsive*************************** */
@media only screen and (min-width:  1367px) and (max-width: 1780px)  {
    .section_advancing h1 {
        font-size: 80px;
    }
    .section_advancing .main_section {
        width: 55%;
    }
}

@media screen and (max-width: 1366px) {
    .section_advancing .main_section {
        width: 55%;
    }
    .team .member p {
        margin: 0;
        font-size: 13px;
        padding: 15px;
    }
    .team .member h4 {
        font-weight: 600;
        margin-bottom: 4px;
        font-size: 17px;
        color: #0855A5;
    }
    .team .member span {
        font-size: 13px;
    }
    .team .three-card_main_inner > .member{
        min-height: 195px;
    }
}
@media screen and (max-width: 1280px) {
    .team .member p{
        max-height: 110px;
        overflow: auto;
    }
}
@media screen and (max-width: 1260px) {
    .team .member h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    /* .achieving-section {
        padding: 13px 67px 42px;
    } */
    /* .achieving-section .main-achieving h1 {
        font-size: 52px;
    } */
	.teams-section .our-clients-heading h3.post-title {
		min-height: 60px;
	}
    .section_advancing h1 {
        font-size: 82px;
    }
    .section_advancing .main_section {
        width: 70%;
    }
    .achieving-section .main-achieving p {
        font-size: 24px;
    }
    .achieving-section .main-achieving button {
        padding: 10px 29px;
        margin-top: 16px;
    }
    .scientific-section .scientific-first,
    .scientific-section .scientific-second,
    .scientific-section .scientific-three {
        padding: 20px 20px;
        width: 100%;
    }

    .scientific-section .scientific-first h2,
    .scientific-section .scientific-second h2,
    .scientific-section .scientific-three h2 {
        font-size: 26px;
    }
    .post-slide .post-content {
        min-height: 290px;
        border-radius: 0px 0 10px 10px;
    }
    .post-title {
        margin-top: 0;
        padding-top: 10px;
    }
    .post-slide .post-img img {
        width: 100%;
    }
    .owl-controls .owl-buttons .owl-prev {
        left: -27px;
        width: 38px;
        height: 38px;
        line-height: 34px;
        padding-left: 12px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: -27px;
        width: 38px;
        height: 38px;
        line-height: 34px;
        padding-left: 16px;
    }
	.about-sphaera-section .col-md-4 {
		padding-left: 15px;
		padding-bottom: 25px;
	}
	.integrated-section .scientific-first img {
		height: 150px;
	}
}
@media screen and (max-width: 1024px) {
    .teams-section .our-clients-heading h3.post-title {
		min-height: 85px;
	}
	.main_section_about .About-section img {
        width: 425px;
    }
    .scientific-section.integrated-section{
        height: auto;
        margin: 50px 0;
        padding: 100px 0;
    }
    .team .member .member-info{
        padding-left: 20px;
    }
    .team .member h4{
        font-size: 16px;
    }
    .team .member {
        position: relative;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 25px 5px;
        border-radius: 5px;
        background: #fff;
        transition: 0.5s;
    }
    .team .three-card_main_inner > .member {
        min-height: 235px;
    }

    .team .member span {
        font-size: 13px;
    }
    /* .team .three-card_main_inner .pic.threecards_sphera {
        width: 25%;
    } */
    section#team.team {
        height: auto;
        margin: 80px 0;
          margin-bottom: 80px;
        padding-top: 25px;
        padding-bottom: 100px;
      }
    .footer-second h2 {
        margin-bottom: 36px;
    }
    /* .achieving-section {
        padding: 11px 66px 32px;
    } */
    .achieving-section .main-achieving p {
        font-size: 22px;
    }
    /* .achieving-section .main-achieving h1 {
        font-size: 45px;
    } */
    .scientific-section#Markets {
        margin-top: 90px;
    }
    .padL0 {
        padding-left: 0 !important;
    }
    .padR0 {
        padding-right: 0 !important;
    }
    .padRLH {
        padding-left: 7.5 !important;
        padding-right: 7.5 !important;
    }
    .section_advancing h1 {
        font-size: 47px;
        line-height: 60px;
    }
    .scientific-section#Markets {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .integrated-section .scientific_main_Inner {
        padding: 10px 15px 10px 15px;
        min-height: 325px;
    }
    .scientific-section .scientific-first h2, .scientific-section .scientific-second h2, .scientific-section .scientific-three h2 {
        font-size: 16px;
    }
    .Sphaera-Model .col-md-7 {
        display: table;
    }
    .shareholders {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
    .team .member p{
        position: absolute;
        left: 0;
        padding: 15px;
        max-height: 155px;
    }
   
    .team .three-card_main_inner .member p {
        margin-top: 18px;
    }
    .team .member{
        position: relative;
        min-height: 280px;
    }
    .team .three-card_main_inner .team .member {
        min-height: 235px;
    }
    .team .member .pic {
        width: 24%;
        align-self: self-start;
    }
  
    /* #science .scientific-first .scientific-section .scientific-second, .scientific-section .scientific-three {
        padding: 0 !important;
    }
    #Markets .scientific-first.Collaborative-drug,
   #Markets .padRLH .scientific-three{
        padding: 20px;
    } */
    #science.scientific-section .container .scientific-first{
        padding: 0 !important;
    }
    .integrated-section .scientific-first img {
        height: 200px;
    }
    section#team.team {
        margin-bottom: 45px;
    }
    /* .teams-section .news_heading_events {
        min-height: 490px;
    } */
}

@media screen and (max-width: 992px) {
    #science .container{
        margin-bottom: 50px;
    }
   #science .scientific-first .discovery_services_heading {
        margin-top: -15px;
    }
}
@media screen and (max-width: 991px) {
    .main_section_about .About-section img {
        width: 100%;
    }
    .main_section_about .About-section {
        padding: 0 !important;
        margin-bottom: 15px !important;
        min-height: 0 !important;
    }
    .main_section_about.market > .container {
        margin-bottom: 50px;
    }
    

    /* .main_section_about .About-section {
        padding: 0 30px !important;
        margin-bottom: 25px !important;
        min-height: 170px !important;
    } */
    #team .container-fluid,
    #Markets .container {
        margin-bottom: 50px;
    }
    /* .achieving-section {
        padding: 15px 52px 28px;
    } */
    .achieving-section .main-achieving h1 {
        font-size: 26px;
    }
    .achieving-section .main-achieving p {
        font-size: 19px;
        padding-top: 8px;
    }
    /* .achieving-section .main-achieving button {
        padding: 9px 24px;
        margin-top: 12px;
    } */
    .scientific-section .scientific-first,
    .scientific-section .scientific-second,
    .scientific-section .scientific-three {
        padding: 0;
    }
    .scientific-section {
        padding-top: 33px;
        padding-bottom: 70px;
    }
    .scientific-section h1 {
        text-align: center !important;
    }


    .scientific-section .scientific-first p,
    .scientific-section .scientific-second p,
    .scientific-section .scientific-three p {
        line-height: 25px;
        font-size: 15px;
    }
    /* .scientific-section .scientific-first button a,
    .scientific-section .scientific-second button a,
    .scientific-section .scientific-three button a {
        font-size: 14px;
    }
    .scientific-section .scientific-first button,
    .scientific-section .scientific-second button,
    .scientific-section .scientific-three button {
        padding: 9px 31px;
        margin-top: 16px;
    } */
    .post-title {
        font-size: 18px;
    }
    .post-slide .post-description {
        line-height: 27px;
        font-size: 16px;
    }
    /* .post-slide {
        height: 515px;
    } */
    .about-sphaera-section .about-sphaera-heading {
        width: 65%;
    }
    .about-sphaera-section .about-sphaera-heading h1 {
        font-size: 33px;
    }
    .about-sphaera-section .about-sphaera-heading p {
        line-height: 22px;
        font-size: 15px;
    }
    .about-sphaera-section .about-sphaera-heading button a {
        font-size: 14px;
    }
    .about-sphaera-section .about-sphaera-heading button {
        padding: 11px 36px;
    }
    .scientific-section img.card-img-top {
        width: 128px;
        margin-left: 30px;
    }
    .scientific-section .card h4 {
        font-size: 19px;
    }
    .scientific-section .card p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .scientific-section .card button a {
        font-size: 15px;
    }
    .our-clients .our-clients-heading h1 {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .our-clients .our-clients-heading h1 {
        font-size: 32px;
    }
    .our-clients .keno img,
    .our-clients .lendo img,
    .our-clients .dmc img,
    .our-clients .athos img {
        width: 135px;
    }
    .our-clients {
        padding-bottom: 70px;
    }
    .footer-first img.last-logo {
        width: 170px;
    }
    .footer-second h2,
    .footer-three h2 {
        font-size: 20px;
    }
    .footer {
        padding-bottom: 90px;
    }
    .section-contact {
        padding: 80px 60px;
    }

    .section-contact .header-section .title {
        font-size: 45px;
    }

    .section-contact .header-section .big-title {
        font-size: 100px;
    }
    .scientific-section .scientific-first,
    .scientific-section .scientific-second,
    .scientific-section .scientific-three {
        text-align: left;
        width: 100%;
        padding: 60px 90px 0;
        margin-bottom: 20px;
    }
    .Project-Manager h1 {
        padding-bottom: 0;
    }
    .section-contact .form-contact .submit-input input {
        margin-top: 14% !important;
    }
    .submit-input.text-center iframe {
        margin-top: 72px;
    }
    .scientific-section#Markets {
        margin-top: 90px;
    }
    .Sphaera-Model {
        padding: 65px 0;
        margin-top: 0;
    }

    .Sphaera-Model .Sphaera-Model-main h1 {
        padding-bottom: 45px;
        font-size: 32px;
    }
    .scientific-section .container h1 {
        font-size: 32px;
    }
    .teams-section {
        padding-bottom: 20px;
    }
    .Project-Manager h1 {
        font-size: 32px;
        padding-bottom: 30px;
        padding-top: 80px;
    }
    .Project-Manager .carousel.slide .carousel-item p span {
        font-size: 18px;
    }
    .post-slide .post-content {
        min-height: 375px;
    }
    .scientific-section .card {
        /* padding: 44px 14px; */
        /* margin: 0 !important; */
        min-height: 400px;
        min-width: 230px;
        margin: auto;
    }
    .achieving-section .main-achieving h1 {
        font-size: 25px;
    }
    .achieving-section {
        max-width: 680px;
    }
	.integrated-section .scientific-first img {
		height: auto;
	}
  
    .section_advancing .main_paragraph {
        padding-top: 25px;
    }
    .section_advancing .main_paragraph p {
        font-size: 15px;
    }
    .scientific-section#Markets {
        margin-top: 0;
    }
    #Markets .padL_drug{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .team .member .pic {
        width: 23%;
    }
    .scientific-section .scientific-first, .scientific-section .scientific-second, .scientific-section .scientific-three {
        padding: 37px 30px 0;
        margin-bottom: 25px;
        min-height: 320px;
    }
    .scientific-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .integrated-section .scientific-first .three_card_invivo{
        min-height: 200px;
    }
    .team .member p {
        padding: 40px;
    }
    #News_Events .owl-wrapper-outer .post-content p {
        font-size: 15px;
		min-height: 110px;
    }
    #News_Events .owl-wrapper-outer .post-img p {
        font-size: 14px;
    }
    .owl-controls .owl-buttons .owl-prev {
        left: -40px;
        top: 50%;
    }
    .owl-controls .owl-buttons .owl-next {
        right: -40px;
        top: 50%;
    }
    .team .member {
        min-height: 260px;
        padding: 24px;
    }
    .team .member .pic {
        width: 18%;
    }
    /* .team .three-card_main_inner .pic.threecards_sphera {
        width: 20%;
    } */
}

@media screen and (max-width: 768px) {
    .navbar {
        text-align: center;
        display: flex !important;
        padding: 8px 30px !important;
        margin-bottom: 0 !important;
    }
    .nav-link {
        padding: 10px 0 !important;
    }
    .main-navbar-inner .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .navbar-collapse {
        box-shadow: none !important;
    }
    .navbar-collapse.in {
        margin-top: 40px !important;
        text-align: center !important;
    }
    .navbar-nav.ml-auto.py-4.py-md-0 {
        list-style: none !important;
    }

    .achieving-section .main-achieving h1 {
        font-size: 19px;
    }
    .achieving-section .main-achieving p {
        font-size: 16px;
        margin-bottom: 9px;
    }
    /* .achieving-section .main-achieving button {
        padding: 8px 16px;
        margin-top: 0;
    }
    .achieving-section .main-achieving button a {
        font-size: 13px;
    } */
    .achieving-section {
        max-width: 560px;
        padding: 25px;
    }
    .scientific-section {
        padding-top: 0px;
    }
    .scientific-section .scientific-first h2,
    .scientific-section .scientific-second h2,
    .scientific-section .scientific-three h2 {
        font-size: 17px;
    }
    .scientific-section .scientific-first,
    .scientific-section .scientific-second,
    .scientific-section .scientific-three {
        text-align: left;
        width: 100%;
        padding: 60px 90px;
        margin-bottom: 20px;
    }

    /* .scientific-section .scientific-first button,
    .scientific-section .scientific-second button,
    .scientific-section .scientific-three button {
        padding: 7px 27px;
        margin-top: 12px;
        margin-bottom: 34px;
    }
    .scientific-section .scientific-first button a,
    .scientific-section .scientific-second button a,
    .scientific-section .scientific-three button a {
        font-size: 13px;
    } */
    #news-slider {
        margin-top: 15px;
    }
    .owl-controls .owl-buttons .owl-prev {
        top: 45%;
        left: -32px;
    }
    .owl-controls .owl-buttons .owl-next {
        top: 45%;
        right: -32px;
    }
    .about-sphaera-section .about-sphaera-heading h1 {
        font-size: 25px;
        padding-bottom: 17px;
        padding-top: 80px;
    }
    .post-title {
        font-size: 15px;
    }
    .post-slide .post-description {
        line-height: 27px;
        font-size: 15px;
    }
    /* .about-sphaera-section .about-sphaera-heading button a {
        font-size: 13px;
    }
    .about-sphaera-section .about-sphaera-heading button {
        padding: 9px 30px;
    } */
    .scientific-section .card {
        min-height: 200px;
        margin-bottom: 15px !important;
    }
    .our-clients {
        text-align: center;
    }
    .our-clients .keno img,
    .our-clients .lendo img,
    .our-clients .dmc img,
    .our-clients .athos img {
        width: 170px;
        margin-bottom: 20px;
    }
    .footer-second ul,
    .footer-three ul {
        padding-top: 25px;
    }
    .footer-first p {
        padding-top: 25px;
    }
    .footer-second ul,
    .footer-three ul {
        padding-top: 10px;
    }
    .footer-second,
    .footer-first,
    .footer-three {
        margin-left: 0px;
    }
    .footer {
        padding-bottom: 15px;
    }
    .section-contact {
        padding: 80px 60px;
    }

    .section-contact .header-section .title {
        font-size: 37px;
    }

    .section-contact .header-section .big-title {
        font-size: 100px;
    }
    .section-contact .form-contact .submit-input input {
        margin-top: 14% !important;
    }
    .section-contact {
        padding: 47px 0 !important;
    }
    .submit-input.text-center iframe {
        margin-top: 72px !important;
    }
    .carousel-caption.testimonial-caption-style p span {
        font-size: 16px;
    }
    /* .Sphaera-Model .Sphaera-Model-main .shareholders img {
        display: none;
    } */
    .Sphaera-Model .Sphaera-Model-main .shareholders #model-res-image {
        display: block !important;
        width: 40%;
        margin: auto;
    }
    .scientific-section#Markets {
        margin-top: 0;
    }
    .Sphaera-Model {
        padding: 46px 0;
    }
    .Sphaera-Model .Sphaera-Model-main h1 {
        padding-bottom: 22px;
        font-size: 30px;
    }
    .Sphaera-Model .Sphaera-Model-main .smodel {
        margin-bottom: 20px;
        min-height: inherit;
    }
    .Sphaera-Model .Sphaera-Model-main .smodel-1 {
        margin: auto;
    }
    .Sphaera-Model .Sphaera-Model-main .shareholders {
        margin-top: 30px;
    }
    .Sphaera-Model .Sphaera-Model-main .Model-Inner ul .model-Sphaera,
    .Sphaera-Model .Sphaera-Model-main .Model-Inner ul .modal-item {
        font-size: 14px;
    }
    .teams-section .main-teams .our-clients-heading h1 {
        font-size: 30px;
        text-align: center !important;
    }
    .Project-Manager h1 {
        font-size: 32px;
        padding-bottom: 0px;
        padding-top: 75px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 8%;
    }
    .post-slide .post-content {
        min-height: 290px;
    }
	.about-sphaera-section .col-md-4 {
		padding-left: 15px;
		padding-bottom: 25px;
		padding-top: 20px;
	}
    .section_advancing h1 {
        font-size: 33px;
        line-height: 40px;
    }
    .section_advancing .main_paragraph p {
        font-size: 14px;
        line-height: 25px;
    }
    .section_advancing .main_paragraph {
        padding-top: 14px;
    }
    .section_advancing .main_section {
        width: 60%;
    }
    .section_advancing {
        height: 60vh;
    }
    .section_advancing {
        background-position: center;
    }
    .scientific-section .scientific-first, .scientific-section .scientific-second, .scientific-section .scientific-three {
        padding: 37px 30px 0;
        margin-bottom: 25px;
        min-height: 320px;
    }
    section#team.team {
        margin-top: 60px;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .teams-section .our-clients-heading h1,
    .teams-section {
        padding-bottom: 0px;
    }
    .team .member p,
    .team .three-card_main_inner .member p{
        margin-top: 20px;
        padding: 22px;
    }
    /* .teams-section .news_heading_events {
        min-height: 460px;
    } */
}

@media screen and (max-width: 767px) {
    .section_advancing{
        height: 50vh;
    }
    .section_advancing .main_section {
        width: 80%;
    }
    .integrated-section .scientific_main_Inner {
        min-height: 245px;
    }
    .scientific-section.integrated-section{
        height: auto;
    }
    /* .team .three-card_main_inner .pic.threecards_sphera {
        width: 12%;
    } */
    
    .navbar {
        padding: 8px 0 9px 33px !important;
    }
    #Markets .padL_drug {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_advancing h1 {
        font-size: 21px;
        line-height: 36px;
    }
    #Markets, .section_advancing {
        padding: 60px 0;
    }
    .scientific-section .scientific-first, .scientific-section .scientific-second, .scientific-section .scientific-three {
        min-height: 240px;
    }
    .scientific-section .scientific-first h2, .scientific-section .scientific-second h2, .scientific-section .scientific-three h2 {
        font-size: 18px !important;
    }
    .scientific-section .scientific-first, .scientific-section .scientific-second, .scientific-section .scientific-three {
        margin-bottom: 40px;
        min-height: 240px;
    }
    section#team.team {
        margin-top: 35px;
    }
    .team .member .pic {
        width: 12%;
    }
    .team .member {
        min-height: 244px;
    }
    .post-slide {
        padding: 10px;
    }
    .teams-section .our-clients-heading h3.post-title {
        margin-bottom: 0;
        padding-bottom: 9px;
        font-size: 22px;
    }
    .owl-controls .owl-buttons .owl-prev {
        top: 50%;
        left: -35px;
    }
    .owl-controls .owl-buttons .owl-next {
        top: 50%;
        right: -35px;
    }
    .teams-section .main-teams .our-clients-heading h1,
    #team .section-title h2,
    #science .scientific-section .container h1,
    .scientific-section .container h1 {
        font-size: 26px;
    }
    .section-title h2 {
        padding-bottom: 10px;
    }
    .integrated-section .scientific-first .three_card_invivo {
        min-height: 300px;
    }
    /* .teams-section .news_heading_events{
        min-height: 330px;
    } */
}
@media (max-width: 1366px), (min-width: 992px), (min-height: 650px) {

    .section_advancing .main_section {
		top: 30%;
    }
}
@media (max-width: 992px), (max-height: 650px) {
    #Markets, .scientific-section.integrated-section, section#team.team,
    .main_section_about {
        height: auto;
        margin: 50px 0;
        padding: 50px 0;
    }
    .section_advancing .main_section {
        width: 55%;
    }
}
@media (max-width: 768px), (max-height: 650px) {
    #Markets, .scientific-section.integrated-section, section#team.team,
    .main_section_about {
        height: auto;
        margin: 50px 0;
        padding: 50px 0;
    }
    .section_advancing .main_section {
        width: 100%;
		box-sizing: border-box;
    position: relative;
	padding-left: 0;
    }
	
}
@media screen and (max-width: 575px) {
    .main_section_about.market{
        margin-right: 10px;
    }
    .main_section_about .about_sphaera_section_img_heading .about_next_section {
        padding-right: 20px !important;
    }
    .section_advancing .main_section {
        top: 35%;
    }
    #News_Events .post-slide {
        width: 94%;
    }
    #Markets{
        height: auto;
    }
    .team .three-card_main_inner .member p {
        margin-top: 0;
    }
    .navbar-brand img {
        height: 24px;
    }
    .developing-section .main-Developing-section img {
        height: auto;
        width: 1440px;
        margin: -35px -431px;
    }
    /* .achieving-section .main-achieving h1 {
        font-size: 22px;
    } */
    .achieving-section .main-achieving p {
        font-size: 14px;
    }
    .achieving-section .main-achieving button {
        padding: 7px 12px;
    }
    .achieving-section .main-achieving button a {
        font-size: 12px;
    }
    .scientific-section {
        padding-top: 0px;
        padding-bottom: 50px;
        margin-left: 12px;
    }
    .scientific-section .scientific-first h2,
    .scientific-section .scientific-second h2,
    .scientific-section .scientific-three h2 {
        font-size: 15px;
    }
    .scientific-section .scientific-first p,
    .scientific-section .scientific-second p,
    .scientific-section .scientific-three p {
        line-height: 22px;
        font-size: 14px;
    }
    /* .scientific-section .scientific-first button a,
    .scientific-section .scientific-second button a,
    .scientific-section .scientific-three button a {
        font-size: 12px;
    }
    .scientific-section .scientific-first button,
    .scientific-section .scientific-second button,
    .scientific-section .scientific-three button {
        padding: 3px 12px;
        margin-top: 9px;
    } */

   
    .teams-section .owl-carousel .post-slide img.teams_image {
        width: 100px;
    }

    .teams-section .main-teams .our-clients-heading h1 {
        color: #0855A5;
    }
    .post-title {
        font-size: 17px;
    }
    .post-slide .post-description {
        line-height: 24px;
        font-size: 15px;
    }
    .post-slide {
        width: 84%;
        margin: auto;
    }
    .owl-controls .owl-buttons .owl-prev {
        top: 45%;
        left: -14px;
    }
    .owl-controls .owl-buttons .owl-next {
        top: 45%;
        right: -14px;
    }
    .owl-controls .owl-buttons .owl-prev::after,
    .owl-controls .owl-buttons .owl-next::after {
        font-size: 23px;
    }
    .about-sphaera-section .about-sphaera-heading {
        width: 80%;
    }
    .about-sphaera-section .about-sphaera-heading h1 {
        font-size: 21px;
        padding-bottom: 15px;
    }
    .about-sphaera-section .about-sphaera-heading {
        text-align: center;
        width: 80%;
    }
    .about-sphaera-section .about-sphaera-heading p {
        line-height: 20px;
        font-size: 14px;
    }
    .scientific-section img.card-img-top {
        width: 120px;
        margin-left: 28px;
    }
    .scientific-section .card h4 {
        font-size: 17px;
    }
    .scientific-section .card p {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .scientific-section .card button a {
        font-size: 14px;
    }
    .our-clients .our-clients-heading h1 {
        font-size: 28px;
    }
    .our-clients .our-clients-heading h1 {
        padding-top: 45px;
        padding-bottom: 33px;
    }
    .our-clients .keno img,
    .our-clients .lendo img,
    .our-clients .dmc img,
    .our-clients .athos img {
        width: 151px;
        margin-bottom: 20px;
    }
    .footer-first img.last-logo {
        width: 136px;
    }
    .footer-first p {
        padding-top: 22px;
        line-height: 25px;
        padding-bottom: 4px;
        padding-top: 30px;
        font-size: 14px;
    }
    .footer-first a {
        font-size: 14px;
    }
    .footer-second h2,
    .footer-three h2 {
        font-size: 19px;
        margin-top: 23px;
        margin-bottom: 20px;
    }
    .footer-second ul li {
        padding-bottom: 3px;
    }
    .footer-second ul li a {
        font-size: 14px;
    }
    .footer-three ul li i {
        font-size: 19px;
    }
    .footer-three p {
        padding-top: 0px;
    }
    .footer-second,
    .footer-first,
    .footer-three {
        margin-left: 17px;
        width: 100%;
    }
    .our-clients {
        padding-bottom: 45px;
    }
    .section-contact {
        padding: 0px 0px 70px;
    }

    .submit-input.text-center iframe {
        margin-top: 70px;
    }
    .section-contact .form-contact .submit-input input {
        margin-top: 38px !important;
        padding: 12px 42px;
        font-size: 12px;
    }
    .section-contact .header-section .title {
        font-size: 28px;
        padding-top: 25px;
    }

    .section-contact .header-section .big-title {
        font-size: 80px;
    }

    .section-contact .header-section .description {
        font-size: 14px;
    }
    .section-contact .form-contact .single-input {
        margin-top: 29px;
        font-size: 16px;
    }
    .scientific-section .scientific-first,
    .scientific-section .scientific-second,
    .scientific-section .scientific-three {
        padding: 51px 17px;
        width: 100%;
    }
    .carousel-control {
        width: 0%;
    }
    .testimonial-style .testimonial-caption-style {
        width: 75%;
        top: 29%;
        line-height: 23px;
    }
    .carousel-indicators {
        width: 56%;
    }
    .carousel-caption.testimonial-caption-style p span {
        font-size: 14px;
    }
    .Sphaera-Model .Sphaera-Model-main h1 {
        padding-bottom: 12px;
        font-size: 21px;
        text-align: center;
    }
    .Sphaera-Model {
        padding: 32px 11px;
    }
    .Sphaera-Model .Sphaera-Model-main .shareholders #model-res-image {
        width: 53%;
    }
    .scientific-section .container h1 {
        font-size: 26px;
    }
    .Project-Manager h1 {
        padding-top: 40px;
    }
    .Project-Manager .carousel.slide .carousel-item p span {
        font-size: 15px;
    }
    .Project-Manager .team-icon {
        font-size: 16px;
    }
    .Project-Manager .carousel.slide .carousel-item h3 {
        margin-top: 28px;
    }
    .main-Developing-section {
        overflow: hidden;
    }
    .Sphaera-Model .Sphaera-Model-main .smodel h4,
    .Sphaera-Model .Sphaera-Model-main .smodel-1 h4 {
        font-size: 19px;
    }
    .Sphaera-Model .Sphaera-Model-main .smodel span,
    .Sphaera-Model .Sphaera-Model-main .smodel-1 span {
        width: 35px;
        height: 35px;
        line-height: 32px;
        margin-bottom: 13px;
    }
    .scientific-section .card {
        min-height: 231px;
    }
    .achieving-section {
        max-width: 320px;
    }
    .developing-section .main-Developing-section img {
        height: auto;
        width: 1440px;
        margin: -42px -432px;
    }
    .achieving-section .main-achieving h1 {
        font-size: 17px;
    }
    #Markets, .section_advancing {
        padding: 60px 5px;
    }
    .scientific-section#Markets,
    #team {
        margin: 12px;
    }
    .scientific-section .scientific-first, .scientific-section .scientific-second, .scientific-section .scientific-three {
        margin-bottom: 25px;
    }
    #Markets .padL_drug {
        padding: 0;
    }
    section#team.team {
        margin-top: 0;
    }
    .section-title {
        /* padding-bottom: 30px; */
        width: 91%;
    }
    .team .member p {
        padding: 15px 30px 0 30px;
        margin-top: 0;
    }
    #News_Events .owl-wrapper-outer .post-content p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .teams-section .our-clients-heading h1, .teams-section {
        margin-bottom: 50px;
    }
    .teams-section .owl-carousel .post-slide img.teams_image {
        width: 80px;
    }
    #News_Events .owl-wrapper-outer .post-img h5 {
        font-size: 14px;
    }
    .post-slide .post-content {
        min-height: 312px;
    }

}
@media screen and (max-width: 414px) {
    .scientific-section.integrated-section{
        padding-left: 12px;
    }
    /* .team .three-card_main_inner .pic.threecards_sphera {
        width: 21%;
    } */
    .section_advancing h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .section_advancing .main_paragraph p {
        font-size: 14px;
    }
    .section_advancing .main_paragraph {
        padding-top: 18px;
    }
    #Markets, .section_advancing {
        padding: 40px 5px;
    }
    .scientific-section .container h1 {
        font-size: 30px;
    }
    .scientific-section .scientific-first h2, .scientific-section .scientific-second h2, .scientific-section .scientific-three h2 {
        font-size: 16px !important;
    }
    .integrated-section .scientific_main_Inner {
        margin-top: -83px;
        min-height: 225px;
        padding: 0px 15px 10px 15px;
    }
    .scientific-section .scientific-first h2, .scientific-section .scientific-second h2, .scientific-section .scientific-three h2 {
        font-size: 16px !important;
        margin-top: -20px;
    }
    .section-title {
        /* padding-bottom: 8px; */
        width: 95%;
        font-size: 14px;
    }
    .team .member .pic {
        width: 20%;
    }
    .team .member h4 {
        font-weight: 500;
        font-size: 17px;
    }
    .teams-section .our-clients-heading h3.post-title {
        font-size: 19px;
    }
    .post-slide .post-content {
        padding: 2px 15px 25px;
    }
    #News_Events{
        margin: 0;
    }
 
}
@media screen and (max-width: 400px) {
    span#button-f {
        font-size: 15px;
        font-weight: 500;
        margin-left: 15px;
    }
}

@media screen and (max-width: 360px) {
    .about-sphaera-section .about-sphaera-heading h1 {
        padding-top: 55px;
    }
    .about-sphaera-section .main-about-sphaera {
        padding-bottom: 30px;
    }
    .achieving-section .main-achieving h1 {
        font-size: 15px;
    }
    /* .scientific-section .scientific-first,
    .scientific-section .scientific-second,
    .scientific-section .scientific-three {
        padding: 25px 17px;
        width: 295px;
    } */
    .Project-Manager h1 {
        font-size: 28px;
        padding-bottom: 0;
    }
    .carousel-control {
        width: 0%;
    }
    .carousel-caption.testimonial-caption-style p span {
        font-size: 14px;
    }
    .testimonial-style .testimonial-caption-style {
        width: 75%;
        top: 29%;
        line-height: 23px;
    }
    .scientific-section .card {
        height: 260px;
    }
    .carousel-control {
        width: 0 !important;
    }
    .testimonial-style .testimonial-caption-style {
        width: 72%;
        line-height: 21px;
    }
    .carousel-caption.testimonial-caption-style h3 {
        margin-top: 18px;
    }
    .testimonial-style .carousel-indicators li {
        border: 1px solid #354052;
    }
    .carousel-indicators li {
        height: 4px !important;
        width: 4px !important;
    }
    .carousel-indicators {
        width: 56%;
    }
    .main-navbar-inner .row {
        width: 100%;
        margin: 0;
    }
    .about-sphaera-section .about-sphaera-heading {
        width: 97%;
    }
    .about-sphaera-section .about-sphaera-heading p {
        margin-bottom: 15px;
    }
    .Sphaera-Model .Sphaera-Model-main .shareholders #model-res-image {
        width: 74%;
    }
    .section_advancing h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .scientific-section .container h1 {
        font-size: 20px;
        padding-right: 10px;
        padding-bottom: 15px;
    }
    .teams-section .main-teams .our-clients-heading h1, #team .section-title h2, #science .scientific-section .container h1, .scientific-section .container h1 {
        font-size: 28px;
        padding-bottom: 15px;
    }
    .teams-section .main-teams .our-clients-heading h1 {
        color: #0855A5;
        margin-bottom: 20px;
    }
    .footer-three p {
        padding-right: 5px;
    }
    #News_Events{
        margin: 0;
    }
  
}


.main-navbar-inner.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
