@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

@font-face {
  font-family: theseason;
  src: url(/fonts/Demo-The-Seasons/Demo_Fonts/Fontspring-DEMO-theseasons-reg.otf);
}

@font-face {
  font-family: theseason-new;
  src: url(/fonts/griggs-thinflare.ttf);
}

@font-face {
  font-family: Roboto-Thin;
  src: url(/fonts/Roboto/Roboto-Thin.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

.header-theSeason {
  font-family: 'theseason' !important;
}

.home_about .p-pss-header {
  font-size: 42px !important;
  color: #e0b261 !important;
  line-height: initial;
}

p {
  font-family: "Roboto", sans-serif;
}

.home_about .p-pss-content {
  font-size: 16px;
  color: white !important;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: 100 !important;
  font-family: "Roboto", sans-serif;
}

/* Home Page Only */
.home-container {
  color: white;
  display: flex;
}

.home-header-conatin {
  width: 40%;
  margin-left: 6% !important;
  margin: auto;
}

.home_image-container-box {
  width: 60%;
}

.home-header-conatin p {
  color: white;
  font-size: medium;
  font-weight: lighter;
  letter-spacing: 5px;
}

.home-header-conatin h1 {
  font-size: 54px;
  color: #e0b261;
}

.home-header-conatin h4 {
  font-size: 18px;
  font-weight: 200;
}

.home_image-container-box img {
  width: 76%;
  float: right !important;
}

.home-button {
  display: flex;
}

.home-button div button {
  padding: 1rem;
  border: 1px solid #e0b261;
  margin-right: 1rem;
  margin-top: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #e0b261;
  background-color: #222831;
}

.home_second_about-data-btn div button {
  padding: 1rem 2rem;
  border: 1px solid #e0b261;
  margin-right: 0rem;
  margin-top: 0rem;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  color: #e0b261;
  background-color: transparent;
}

.home_second_about-data-btn div button:hover {
  background-color: rgb(224, 178, 97);
  border-radius: 0px;
  scale: 1.1;
  border: 1px solid white;
  color: white;
}

.home_second_about {
  /* text-align: center;  */
  color: white;
  background-color: #173654;
}

.home_second_about-data {
  width: 60%;
  text-align: center;
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home_second_about-data h5 {
  color: #e0b261;
  font-size: 35px;
}

.home_second_about-data h6 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}

.testimonials-sec {
  background-color: #173654;
  color: white;
}

.testimonialsSwiper {
  padding: 2rem 3%;
}

.home_client-container-box h4 {
  margin-bottom: 1rem;
}

.testimonials-cta {
  width: 90%;
  margin: 1rem auto;
}

.testim-bott-space {
  margin-bottom: 24px;
  height: calc(100% - 24px);
}

.testimonials-card {
  /* background: linear-gradient(125deg, #fff -21.74%, #ceefff 51.06%, #7cd4ff 123.86%); */
  border: 2px solid #e0b261;
  padding: 18px !important;
  border-radius: 12px;
  height: 100%;
}

.test-innerCard {
  background: #173654;
  padding: var(--space24);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.psscookieswrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  z-index: 999999;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.psscookieswrapper.show {
  right: 20px;
}

.psscookieswrapper header {
  display: flex;
  align-items: center;
  position: relative !important;
  column-gap: 2px;
  background-color: transparent !important;
  top: auto !important;
  border-bottom: none !important;
}

.psscookieswrapper header i {
  color: #173654;
  font-size: 35px;
}

.psscookieswrapper header h2 {
  color: #173654;
  font-weight: 500;
  font-size: 30px;
}

.psscookieswrapper .psscookiesdata {
  margin-top: 16px;
}

.psscookieswrapper .psscookiesdata p {
  color: #333;
  font-size: 16px;
}

.psscookiesdata p a {
  color: #173654;
  text-decoration: none;
}

.psscookiesdata p a:hover {
  text-decoration: underline;
}

.psscookieswrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.psscookiesbuttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #173654;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}

.psscookiesbuttons #pssacceptBtn:hover {
  background-color: #034bf1;
}

#pssdeclineBtn {
  border: 2px solid #173654;
  background-color: #fff;
  color: #173654;
}

#pssdeclineBtn:hover {
  background-color: #173654;
  color: #fff;
}

.swiper-horizontal {
  padding: 2rem !important;
}

.sets-apart-home {
  background-image: url("../Img/Home/webp/img-0.webp");
  color: white;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #222831;
  background-size: 100%;
  padding-top: 4rem;
  margin: auto;
  position: relative;
  padding-bottom: 4rem;
}

.sets-apart-home::after {
  background-color: #222831;
  position: absolute;
}

.sets-apart-home-offerings {
  background-color: #173654;
  padding-top: 4rem;
  margin: auto;
  padding-bottom: 4rem;
}

.home-head_apart {
  text-align: center;
  color: #e0b261;
  font-size: 35px;
}

.offering-content {
  text-align: center;
  color: white;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.home_industry-container-box_img img {
  width: 95%;
}

.industry_btn button {
  padding: 10px;
  border: 1px solid #e0b261;
  margin: 1rem;
  margin-top: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #e0b261;
  background-color: #173654;
  /* margin-right: 10px; */
}

.industry_btn button:hover {
  background-color: #e0b261;
  border-radius: 0;
  scale: 1.1;
  transition: 1.5s all;
  color: white;
  border: 0.5px solid white;
}

/* .industry_sect_btn{
        padding: 10px;
        border: 1px solid black;
        margin: 1rem;
        margin-top: 2rem;
        font-size: 12px;
        color: black;
        background-color: transparent;
    } */
.industry_sect_btn:hover {
  background-color: #e0b261;
  border-radius: 0;
  scale: 1.1;
  transition: 1.5s all;
  color: black;
  border: 0.5px solid white;
}

.home-head_apart-container {
  display: flex;
  /* margin: auto; */
  margin-top: 4rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.home-head_apart-container-box {
  text-align: center;
  width: 20%;
}

.n1 {
  padding: 1em 2em;
  background-color: #0ebac5;
  border: none;
  user-select: none;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.5s linear;
  color: #fff;
}

.n1:hover {
  background-color: #e0b261;
  border-radius: 0;
  scale: 1.1;
}

.home-button div button:hover {
  border: 1px solid white;
  color: white;
}

.hire-bt:hover {
  color: white;
}

.n1::after {
  content: '';
  background: #0ebac5;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}

.home-head_apart-container-box-offering {
  text-align: center;
  width: 24%;
}

.home-head_apart-container-box-offering div h5 {
  color: white;
  text-align: center;
  width: 14rem;
  margin: auto;
  /* margin: 0rem 1rem 0rem 1rem; */
}

.home-head_apart-container-box h2 {
  font-size: 60px;
  font-weight: lighter;
  font-family: 'theseason-new' !important;
}

.home-head_apart-container-box h5 {
  color: #e0b261;
  font-size: 17px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  width: 15rem;
  margin: auto;
}

.sets-apart-home-offerings-content-box {
  width: 40%;
  margin: auto;
}

.offering-img img {
  margin: 1rem;
  width: 84%;
  height: 20rem;
  object-fit: cover;
}

.home_industry-container {
  margin: auto;
}

.home_industry_card {
  display: flex;
  justify-content: center;
}

.home_industry-container-box {
  width: 16.3%;
  margin: 1rem;
  text-align: center;
}

.home_industry-container-box div h4 {
  margin: 1rem;
  font-size: 20px;
}

/* @keyframes fadeIn { 
          from { opacity: 1; } 
          }
          @keyframes fadeOut { 
          from { opacity: 0.1; } 
          }
          .home_client-container-box{
              position: relative;
              animation: fadeIn 3s infinite alternate;
              animation: fadeOut 1s infinite alternate;
          } */
.btn-300 {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220.52px;
  min-height: 56px;
  font-family: calibri;
  font-size: 1.2em;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border: 2px solid var(--main-clr);
  color: var(--main-clr);
  background-color: transparent;
  overflow: hidden;
}

i {
  font-size: 1em;
  padding: 0 10px;
  transition: all 0.5s linear;
}

.btn-300:hover i {
  transform: translateX(10px);
}

.btn-300::before,
.btn-300::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: var(--main-clr);
  z-index: -1;
  transition: all 400ms ease-in;
}

.btn-300:hover {
  color: #fff;
}

.btn-300::before {
  opacity: 0.3;
}

.btn-300::after {
  transition-delay: 0.3s;
}

.btn-300:hover::before,
.btn-300:hover::after {
  top: 0;
}

.home-texth4 {
  margin: 2rem 0rem;
  text-align: center;
}

.home-texth2 {
  margin: 0.5rem 0rem;
  text-align: center;
  color: #e0b261;
}

.home_client {
  padding: 3rem;
  height: 104vh;
  background-color: #173654;
}

.home_client-container {
  display: flex;
}

.home_client-container-box {
  margin: 1rem auto;
  justify-content: center;
  text-align: justify;
  width: 100%;
}

.home_client_said {
  color: white;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
}

.home_client_name {
  color: #e0b261 !important;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.home_client_name-1 {
  color: #e0b261 !important;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.home_talent-container {
  margin: auto;
}

.home_talent_card {
  display: flex;
  justify-content: center;
}

.home_talent-container-box {
  width: 25%;
  margin: 1rem;
  text-align: center;
}

.home_talent-container-box_img img {
  width: 95%;
}

.home_talent-container-box div h4 {
  margin: 1rem 2rem;
  font-size: 20px;
}

/* Home page only end */

.share-blog-post i {
  text-align: right;
  float: right;
}

.blog-card a {
  color: #0a1a3b;
}

.mySlides .element-slide {
  display: flex;
  width: 100%;
}

.pharmaceuticals-body-container {
  padding: 0rem;
}

.pss-members-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-section .card {
  position: relative;
  width: 273px;
  height: 400px;
  margin-top: 1rem;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-right: 1rem;
}

.card-section .card:hover {
  box-shadow: 0.5em 0.5em 1.8em lightgray;
}

.card .img-bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  border-radius: 10px;
  transform: translateY(30px) scale(0.5);
  transform-origin: top;
}

.card .img-bx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 18rem;
  height: 100%;
  border-radius: 5%;
  object-fit: cover;
}

.card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
}

.content .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.detail ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}

.content .detail h2 {
  color: #444;
  font-size: 20px;
  font-weight: bolder;
}

.content .detail h2 span {
  font-size: 14px;
  color: #03a9f4;
  font-weight: bold;
}

.sci {
  position: relative;
  display: flex;
  margin-top: 5px;
}

.sci li {
  list-style: none;
  margin: 4px;
  padding-top: 1rem;
}

.large-text-content ul {
  margin-top: -1.2rem;
}

.sci li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  font-size: 1.5em;
  color: #444;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
}

.sci li a:hover {
  background: #03a9f4;
  color: #fff;
}

.card-section {
  display: flex;
}

.m-t-banner-align {
  height: 100%;
  min-height: 330px;
  padding-top: 2%;
  padding-bottom: 0.4%;
  background-color: rgba(0, 0, 0, 0.1);
}

div .management-team-banner-img {
  background-blend-mode: overlay;
  height: 200px;
  border-radius: 50%;
  width: 100%;
  background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
}

.bg-color-m-t {
  background-color: rgb(55, 52, 53);
  width: 100%;
}

.banner-poition-mt {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.banner-contain-data-m-t {
  padding-top: 4% !important;
  padding-bottom: 4% !important;
  margin-top: -1% !important;
  margin-right: 0px !important;
  margin-left: auto !important;
  margin-left: 0px !important;
  margin-right: auto !important;
  padding-top: 3% !important;
  padding-bottom: 2% !important;
}

.banner-text-align-left {
  text-align: left !important;
}

.Promo:last-child {
  margin: 0;
  width: 16rem;
  margin-left: 2rem;
}

.Promo__image {
  width: 100%;
  object-fit: cover;
}

.Promo {
  overflow: hidden;
  border-radius: 15px;
  margin: 0 0 24px;
}

.OneLinkHide img {
  margin-bottom: 0rem;
}

.Promo__title {
  margin-bottom: 0;
  text-align: center;
}

.Promo__action,
.Promo__title {
  display: block;
  padding: 18px;
}

.gradient--Turquoise,
.gradient--turq {
  background: linear-gradient(90deg, #003c71 0, #00b9bd 100%);
}

.Promo a,
.Stack a {
  text-decoration: none;
  color: white;
}

.gradient:not(.gradient--None):not(.gradient.gradient--Transparent):not(.gradient--Transparent.Button--block):not(.gradient--) {
  overflow: hidden;
  position: relative;
}

.gradient:not(.gradient--None):not(.gradient.gradient--Transparent):not(.gradient--Transparent.Button--block):not(.gradient--) a:visited {
  color: #fff;
  transition: color .4s ease;
}

.Icon--arrow {
  display: block;
  background-image: url(../Css/icon-arrow-white.svg);
  background-size: 45px;
  background-position: center right 15px;
}

.Icon {
  background-repeat: no-repeat;
}

.Promo__action {
  position: relative;
}

.Sidebar .Sidebar__section:last-child {
  margin: 0;
}

img.img--responsive,
img.img-responsive,
img.img_responsive {
  width: 100%;
  height: 12rem;
}

.Promo__image:not(.Promo__media--Medium),
.Promo__image:not(.Promo__media--Small) {
  height: 12rem;
}

.banner-text-align-m-t-module {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.banner-text-align-m-t {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6%;
}

.Breadcrumbs-container {
  margin-left: 4rem;
  margin-top: 1rem;
}

.Breadcrumbs,
.Breadcrumbs li {
  list-style: none;
}

.Breadcrumbs {
  padding-bottom: 8px;
  border-bottom: 2px solid #e0b261;
}

.Breadcrumbs li {
  display: inline-block;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 500;
}

.Breadcrumbs a {
  text-decoration: none;

}

.Breadcrumbs li a {
  color: black;
  font-size: 1rem;
  font-weight: 500;
  transition: color .4s ease;
}

.Breadcrumbs li {
  color: black;
  font-size: 1rem;
  font-weight: 500;
  transition: color .4s ease;
}

.Breadcrumbs a:hover {
  color: #003c71;
  transition: color .4s ease;
}

.Breadcrumbs li:not(:last-child):after {
  content: "";
  display: inline-block;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 20px;
  /* back */
  background-image: url(/Css/icon-chevron.svg);
  margin: 0 24px -4px;
}

.Breadcrumbs {
  display: inline-block;
  padding: 0;
  margin: 0 0 32px;
  line-height: 1.75;
  text-transform: uppercase;
}

.hire-img-align {
  text-align: center;
}

.bg-txt-inner-m-t {
  position: relative;
}

.bg-txt-inner-m-t h2 {
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 34px;
}

.bg-txt-inner-m-t p {
  border-top: 6px solid #cb29b0 !important;
  width: 55px;
}

.h-m-t-txt {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.h-m-t-txt h1 {
  font-weight: 600;
  font-size: 45px;
  color: #1A3672 !important;
}

.pharmaceuticals-about-container {
  width: 100%;
  margin: auto;
  margin-top: 0rem;
}

.Sidebar-brands .Navigation-brands {
  border: 1px solid #f1f0f0;
  border-radius: 15px;
  background: #f9f9f8;
  padding: 24px 0;
  width: 20rem;
  height: min-content;
}

.Sidebar-brands .Sidebar-brands__section {
  margin: 0 0 32px;
  text-align: initial;
}

.Sidebar-brands {
  margin-left: 0rem;
}

.Sidebar-brands ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.first-pg {
  display: flex;
}

.Sidebar-brands .Navigation-brands>li li:before {
  position: absolute;
  left: -4px;
  top: -31px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 52px;
  border: solid #d6d4d3;
  border-width: 0 0 1px 1px;
}

.Sidebar-brands .Navigation-brands>li:not(:last-child) {
  border-bottom: 1px solid #f1f0f0;
}

.Sidebar-brands .Navigation-brands li {
  line-height: 1;
}

.Sidebar-brands .Navigation-brands>li {
  margin-left: 18px;
  padding: 18px 32px 16px 0;
}

/* .Sidebar-brands .Navigation-brands a{
    text-decoration: none;
} */
.Sidebar-brands .Navigation-brands .here>a {
  color: #e0b261;
}

.Sidebar-brands .Navigation-brands>li>a {
  font-size: 20px;
}

.Sidebar-brands a {
  font-weight: 500;
  text-decoration: underline;
  color: #0a1a3b;
  font-size: 16px;
  transition: color .4s ease;
}

.Sidebar-brands .Navigation-brands ul {
  margin-top: 25px;
}

.Sidebar-brands .Navigation-brands>li li {
  position: relative;
  padding-left: 20px;
  margin-right: 5px;
  margin-left: 15px;
  padding-top: 0rem;
  margin-bottom: 19px;
}

.Sidebar-brands .Navigation-brands li {
  line-height: 2;
}

.pharma-img-container-box-img img {
  width: 12rem;
  /* margin-left: 2rem; */
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 4px;
}

.pharmaceuticals-about-container-div-box {
  display: flex;
  /* text-align: center; */
}

.header-heading h2 {
  font-size: 30px;
}

.pharma-img-container-box-img {
  margin-left: 2rem;
}

.pharma-img-container-box-img h2 {
  font-size: 1rem;
}

.pharma-img-container h2 a {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #070A6C;
  cursor: pointer;
}

.pharma-img-container {
  margin-left: 2rem;
}

.pharma-img-container h2 a:hover {
  color: #1a1d7b;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}

.pharma-img-container img {
  width: 18rem;
  border-radius: 4px;
}

.Specialities-container-box {
  display: flex;
}

.Pharmaceuticals-logo-specialities {
  background-color: #1A3672;
  align-items: center;
  width: 27%;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: grid;
  justify-content: center;
}

.Pharmaceuticals-logo-specialities i {
  color: white;
  font-size: 60px;
  /* font-weight: ; */
}

.Pharmaceuticals-logo-specialities img {
  margin-left: 0.7rem;
  margin-top: 1rem;
  width: 5rem;
}

.Pharmaceuticals-logo-specialities p {
  color: white;
}

.content .detail h2 span.designation-head {
  font-size: 14px;
  font-weight: bold;
}

.content .detail h2 span.designation-head-profile {
  font-size: 14px;
  font-weight: 400;
}

.pharma-slider {
  width: 70%;
  display: flex;
  overflow-x: scroll;
}

.pharma-slider div {
  width: 101%;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 1.2rem 0rem 1rem 0rem;
  flex: none;
  text-align: center;
}

.pharma-slider div span {
  width: 20%;
  transition: tranform 0.5s;
}

.specialist-slider-div span p {
  margin: 1rem;
  font-size: 14px;
  width: max-content;
  color: #1A3672;
}

.pharma-slider::-webkit-scrollbar {
  display: none;
}

.pharma-slider-wrap {
  display: flex;
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  align-items: center;
  justify-content: center;
  background: #e8eff2;
}

#back-btn,
#next-btn {
  width: 50px;
  cursor: pointer;
  margin: 40px;
}

.pharma-slider div span:hover {
  cursor: pointer;
}

.main-container-box-contact {
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: center;
  background-color: rgb(55, 52, 53);
  padding-top: 5rem;
  padding-bottom: 4rem;
  /* width: 80%; */
  margin: 2rem auto;
}

.main-container-box-contact p {
  color: white;
  font-size: 26px;
  font-weight: 600;
}

.main-container-box-contact p a {
  font-size: 26px;
  font-weight: 600;
  color: #e0b261;
  text-decoration: underline;
}

.main-container-box-contact p a:hover {
  font-weight: 500;
}

/* Conatact text end*/
/* blog card start */
.blog-container {
  box-sizing: border-box;
}

.blog-container .blog-row {
  margin: 0px auto;
  width: 80%;
}

.blog-container .blog-row .blog-heading {
  width: 60%;
  text-align: center;
  margin: 0px auto;
}

.blog-container .blog-row .blog-heading h1 {
  padding-top: 0px;
  font-size: 35px;
  font-weight: 600;
  color: #0a1a3b;
}

/* .blog-content {
  flex-direction: column;
  border-top: 1px solid gray;
} */
.see-all-blog-container {
  display: flex;
}

.see-all-blog-container-title {
  /* float: left; */
  flex: 1;
  padding: 5px;
  text-align: left;
}

.see-all-blog-container-title h4 {
  font-size: 21px;
  font-weight: bold;
  color: #0a1a3b;
  margin-bottom: 0rem;
}

.see-all-blog-container-title h4 span img {
  width: 1.2rem;
  margin-right: 2px;
}

.see-all-blog-container-check-list {
  flex: 1;
  padding: 0px;
  text-align: right;
}

.see-all-blog-container-check-list h4 a {
  font-size: 20px;
  /* font-weight: bold; */
  color: black;
  font-family: 'Roboto-Thin' !important;
}

.see-all-blog-container-check-list h4 a:hover {
  font-size: 21px;
  /* font-weight: 500; */
  color: #0a1a3b;
}

.blog-container .blog-row .blog-heading p {
  margin-top: 15px;
  font-size: 18px;
  color: #6e6e6e;
  line-height: 1.5;
}

.blog-content {
  display: flex;
  border-top: 1px solid gray;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.blog-content .blog-card {
  flex: 1;
  margin: 40px 20px;
  height: 70vh;
  padding: 1rem;
  width: 25rem;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: 10px;
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  --bs-card-border-color: var(--bs-border-color-translucent);
  /* background-color: white; */
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
}

.blog-content .blog-card:hover {
  box-shadow: lightgray 0.5em 0.5em 1.8em;
}

.blog-content .blog-card:hover {
  box-shadow: inset gray,
    0 0 0 2px white,
    0.3em 0.3em 1em #0a1a3b;
}

.blog-content .blog-card img {
  height: auto;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.blog-content .blog-card .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.blog-content .blog-card img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.blog-content .blog-card .blog-text-title {
  font-size: 16px;
  font-weight: 600;
  color: #0a1a3b;
}

.blog-content .blog-card .blog-text-title span {
  position: absolute;
  bottom: 0;
  margin: 0.5rem;
  right: 0;
}

.blog-content .blog-card span {
  color: #6e6e6e;
  font-weight: normal;
}

.blog-content .blog-card h4 {
  margin-top: 6px;
  font-size: 18px;
  color: #0a1a3b;
}

.blog-content .blog-card p {
  font-size: 16px;
  margin-top: 10px;
  color: #6e6e6e;
}

/* blog card end */

/* Media Queries */
@media (max-width:1300px) {
  .card-section {
    display: contents;
  }

  .home_about .p-pss-header {
    line-height: initial;
    font-size: 35px !important;
    color: rgb(224, 178, 97) !important;
  }

  .home_about .p-pss-content {
    font-size: 16px;
    color: white !important;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 100 !important;
  }

  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 2rem;
    font-size: 13px;
    color: #e0b261;
    background-color: #222831;
  }

  .pharma-slider {
    width: 50rem;
    display: flex;
    overflow-x: unset;
  }

  .Pharmaceuticals-logo-specialities {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pharma-slider-wrap {
    display: flex;
    width: 50rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #e8eff2;
  }

  .industry_sect_btn {
    padding: 8px;
    border: 1px solid black;
    width: 94%;
    margin-top: 2rem;
    font-size: 11px;
    color: black;
    background-color: transparent;
  }
}

@media (max-width:1245px) {
  .blog-content {
    flex-direction: column;
  }

  .home_client_name {
    color: #e0b261 !important;
    font-size: 12px;
  }

  .home_client_name-1 {
    color: #e0b261 !important;
    font-size: 12px !important;
  }

  .pharmaceuticals-about-container-div-box {
    display: block;
  }

  .home_client_said {
    color: white;
    font-size: 12px;
  }

  .industry_sect_btn {
    padding: 8px 0px 8px 0px;
    border: 1px solid black;
    width: 94%;
    margin-top: 2rem;
    font-size: 11px;
    color: black;
    background-color: transparent;
  }

  .home-header-conatin h1 {
    font-size: 44px;
    color: #e0b261;
  }

  .pharma-img-container {
    margin-left: 0rem;
  }

  section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }

}

@media (max-width:1185px) {
  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 2rem;
    font-size: 12px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h4 {
    font-size: 16px;
    font-weight: 200;
  }

  .home_about .p-pss-header {
    line-height: initial;
    font-size: 32px !important;
    color: rgb(224, 178, 97) !important;
  }
}

@media (max-width:1150px) {
  .pharma-slider {
    width: 50rem;
    display: flex;
    overflow-x: unset;
  }

  .Pharmaceuticals-logo-specialities {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pharma-slider-wrap {
    display: flex;
    width: 50rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #e8eff2;
  }
}

@media (max-width:1115px) {
  .Specialities-container-box {
    display: block;
  }

  .home-header-conatin h4 {
    font-size: 15px;
    font-weight: 200;
  }

  .home-header-conatin p {

    color: white;
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 5px;
  }

  .home-header-conatin h1 {
    font-size: 36px;
    color: #e0b261;
  }

  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 10px;
    color: #e0b261;
    background-color: #222831;
  }

  .Pharmaceuticals-logo-specialities {
    background-color: #1A3672;
    align-items: center;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    display: grid;
    justify-content: center;
  }

  .pharma-slider-wrap {
    display: flex;
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #e8eff2;
  }
}

@media (max-width:1040px) {
  .card-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .home-header-conatin p {

    color: white;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 4px;
  }

  .home-header-conatin h4 {
    font-size: 14px;
    font-weight: 200;
  }
}

@media (max-width:1020px) {
  .blog-content {
    flex-direction: column;
  }

  .card-section {
    display: flex;
    flex-wrap: wrap;
  }

  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 9px;
    color: #e0b261;
    background-color: #222831;
  }
}

@media (max-width:990px) {
  .pss-members-container {
    display: flex;
    margin: auto;
    margin-left: 0rem;
    justify-content: center;
    align-items: center;
  }

  .home-header-conatin h4 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-button div button {
    padding: 0.7rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 9px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h1 {
    font-size: 30px;
    color: #e0b261;
  }

  .card-section .card {
    margin-top: 1rem;
  }

  .pharma-slider {
    width: 50rem;
    display: flex;
    overflow-x: unset;
  }

  .Pharmaceuticals-logo-specialities {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width:960px) {
  .element-slide {
    text-align: center;
    justify-content: center;
  }

  .home-header-conatin p {

    color: white;
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 4px;
  }

  .home-button div button {
    padding: 0.5rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 8px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h4 {
    font-size: 12px;
    font-weight: 200;
  }

  .pharma-slider div span {
    text-align: -webkit-center;
  }

  .pharma-slider div {
    width: 101%;
    display: block;
    grid-template-columns: auto auto auto;
    padding: 1.2rem 0rem 1rem 0rem;
    flex: none;
    text-align: center;
  }

  .specialist-slider-div span p {
    margin: 1rem;
    font-size: 18px;
    width: max-content;
    color: #1A3672;
  }
}

@media (max-width:890px) {
  .home-container {
    color: white;
    display: grid;
  }

  .home_image-container-box {
    width: 100%;
  }

  .home_client_said {
    color: white;
    font-size: 10px;
  }

  .home-header-conatin p {

    color: white;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 4px;
  }

  .home-header-conatin {
    width: 60%;
    margin: 4rem 0rem 4rem 4rem;
  }

  .home-head_apart-container {
    display: flex;
    margin-top: 4rem;
    margin-bottom: 0rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-head_apart-container {
    display: flex;
    margin-top: 1rem !important;
    margin-bottom: 0rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 40%;
  }

  .home-header-conatin h1 {
    font-size: 56px;
    color: #e0b261;
  }

  .home-header-conatin h4 {
    font-size: 20px;
    font-weight: 200;
  }

  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 14px;
    color: #e0b261;
    background-color: #222831;
  }

  .home_image-container-box img {
    width: 100%;
    float: none !important;
  }

  .home-head_apart-container-box-offering div h5 {
    color: white;
    text-align: center;
    width: auto;
    margin: auto;
    font-size: 20px;
    /* margin: 0rem 1rem 0rem 1rem; */
  }

  .home-head_apart-container-box {
    text-align: center;
    width: 40%;
    margin-bottom: 3rem;
  }

  .sets-apart-home-offerings-content-box {
    width: 56%;
    margin: auto;
  }

  .offering-content {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: lighter;
  }

  .home_second_about-data {
    width: 70%;
    text-align: center;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home_second_about-data h6 {
    font-size: 17px;
    font-weight: 300;
  }

  .sets-apart-home {
    background-image: url("../Img/Home/webp/img-0.webp");
    color: white;
    background-repeat: no-repeat;
    background-size: auto;
    /* background-color: #222831; */
    background-size: 100%;
    padding-top: 4rem;
    margin: auto;
    position: relative;
    padding-bottom: 0rem;
  }

}

@media (max-width:768px) {
  .first-pg {
    display: block;
  }

  .home_industry-container-box {
    width: 100%;
    margin: 1rem;
    text-align: center;
  }

  .home-header-conatin h1 {
    font-size: 48px;
    color: #e0b261;
  }

  .home-header-conatin h4 {
    font-size: 16px;
    font-weight: 200;
  }

  .home_industry_card {
    display: grid;
    justify-content: center;
  }

  .pharmaceuticals-body-container {
    padding: 0rem 0rem 0rem 0rem;
  }

  .pss-members-container {
    margin-left: 0rem;
  }

  .Breadcrumbs li a {
    color: black;
    font-size: 0.7rem;
    font-weight: 500;
    transition: color .4s ease;
  }

  .Breadcrumbs a {
    color: black;
    font-size: 0.7rem;
    font-weight: 500;
    transition: color .4s ease;
  }

  .Breadcrumbs li {
    display: inline-block;
    margin-left: 0;
    font-size: 0.7rem;
    font-weight: 500;
  }

  .footer-container {
    display: grid !important;
  }

  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 60vh; */
  }

  .card-section .card {
    position: relative;
    width: 217px;
    height: 317px;
    border-radius: 10px;
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }

  .card .img-bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    border-radius: 10px;
    /* overflow: hidden; */
    transform: translateY(30px) scale(0.5);
    transform-origin: top;
  }

  .card .img-bx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 18rem;
    height: 100%;
    border-radius: 5%;
    object-fit: cover;
  }

  .card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .content .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    flex-direction: column;
    text-align: center;
  }

  .detail ul {
    margin-bottom: 0rem;
    padding-left: 0rem;
  }

  .content .detail h2 {
    color: #444;
    font-size: 14px;
    font-weight: bolder;
  }

  .content .detail h2 span {
    font-size: 12px;
    color: #03a9f4;
    font-weight: bold;
  }

  .sci {
    position: relative;
    display: flex;
    margin-top: 0px;
  }

  .sci li {
    list-style: none;
    margin: 4px;
    padding-top: 0.5rem;
  }

  .large-text-content ul {
    margin-top: -1.2rem;
  }

  .sci li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    font-size: 0.8em;
    color: #444;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: 0.5s;
  }

  .sci li a:hover {
    background: #03a9f4;
    color: #fff;
  }

  .card-section {
    display: grid;
  }

  .m-t-banner-align {
    height: 100%;
    min-height: 330px;
    padding-top: 2%;
    padding-bottom: 0.4%;
    background-color: rgba(0, 0, 0, 0.1);
  }

  div .management-team-banner-img {
    background-blend-mode: overlay;
    height: 200px;
    border-radius: 50%;
    width: 100%;
    background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
  }

  .bg-color-m-t {
    background-color: rgb(55, 52, 53);
    width: 100%;
  }

  .banner-poition-mt {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .banner-contain-data-m-t {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
    margin-top: 0% !important;
    margin-right: 0px !important;
    margin-left: auto !important;
    margin-left: 0px !important;
    margin-right: auto !important;
    padding-top: 3% !important;
    padding-bottom: 2% !important;
  }

  .banner-text-align-left {
    text-align: left !important;
  }

  .banner-text-align-m-t-module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
  }

  .banner-text-align-m-t {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 6%;
  }

  .bg-txt-inner-m-t {
    position: relative;
  }

  .bg-txt-inner-m-t h2 {
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
  }

  .bg-txt-inner-m-t p {
    border-top: 6px solid #03a9f4;
    width: 55px;
  }

  .h-m-t-txt {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h-m-t-txt h1 {
    font-weight: 600;
    font-size: 45px;
    color: #1A3672 !important;
  }

  .pharmaceuticals-about-container {
    width: 100%;
    margin: auto;
    margin-top: 0rem;
  }

  .home-head_apart-container-box h2 {
    font-size: 40px;
  }

  .home_client-container-box {
    margin: 1rem auto;
    justify-content: center;
    text-align: unset;
    /* width: 100%; */
  }

  .home_client_said {
    color: white;
    font-size: 10px;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 10px;
  }

  .home-head_apart-container-box-offering div h5 {
    color: white;
    text-align: center;
    width: auto;
    margin: auto;
    font-size: 16px;
    /* margin: 0rem 1rem 0rem 1rem; */
  }

  .home_industry-container-box div h4 {
    margin: 1rem;
    font-size: 16px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 2rem;
    font-size: 16px;
  }

  .Promo:last-child {
    width: 16rem;
    margin-bottom: 1rem !important;
    margin: auto;
  }


  .pharma-img-container h2 a {
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #070A6C;
    cursor: pointer;
  }

  .pharma-img-container h2 a:hover {
    color: #1a1d7b;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s;
  }

  .pharma-img-container img {
    width: 12rem;
  }

  .Specialities-container-box {
    display: grid;
  }

  .Pharmaceuticals-logo-specialities {
    background-color: #1A3672;
    align-items: center;
    width: 100%;
    display: grid;
    justify-content: center;
  }

  .Pharmaceuticals-logo-specialities img {
    margin-left: 0.7rem;
    margin-top: 1rem;
    width: 3rem;
  }

  .Pharmaceuticals-logo-specialities p {
    color: white;
  }

  .content .detail h2 span.designation-head {
    font-size: 12px;
    font-weight: bold;
  }

  .content .detail h2 span.designation-head-profile {
    font-size: 12px;
    font-weight: 400;
  }

  .pharma-slider {
    width: 70%;
    display: flex;
    overflow-x: scroll;
  }

  .card-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pharma-slider div {
    width: 100%;
    display: inline-block;
    grid-template-columns: auto auto auto;
    padding: 2rem 0rem 1rem 0rem;
    flex: none;
    text-align: center;
  }

  .pharma-slider div span {
    width: 20%;
    transition: tranform 0.5s;
  }

  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 16px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }

  .pharma-slider::-webkit-scrollbar {
    display: none;
  }

  .pharma-slider-wrap {
    /* display: flex; */
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
  }

  #back-btn,
  #next-btn {
    width: 13px;
    cursor: pointer;
    margin: 22px;
  }

  .pharma-slider div span:hover {
    cursor: pointer;
  }
}

@media (max-width:620px) {

  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 12px;
    color: #e0b261;
    background-color: #222831;
  }

  .home_client_said {
    color: white;
    font-size: 10px;
  }

  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 60vh; */
  }

  .home-head_apart-container-box h2 {
    font-size: 26px;
  }

  .home-head_apart-container-box {
    text-align: center;
    width: 20%;
    margin-bottom: 2rem;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 12px;
    font-weight: 300;
    width: 7rem;
    margin: auto;
  }

  .home-header-conatin p {

    color: white;
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 6px;
  }

  .home-header-conatin h1 {
    font-size: 48px;
    color: #e0b261;
  }

  .sets-apart-home {
    background-image: url("../Img/Home/webp/img-0.webp");
    color: white;
    background-repeat: no-repeat;
    background-size: auto;
    /* background-color: #222831; */
    background-size: 100%;
    padding-top: 2rem;
    margin: auto;
    position: relative;
    padding-bottom: 0rem;
  }

  .card-section .card {
    position: relative;
    width: 217px;
    height: 317px;
    border-radius: 10px;
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }

  .card .img-bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    border-radius: 10px;
    /* overflow: hidden; */
    transform: translateY(30px) scale(0.5);
    transform-origin: top;
  }

  .card .img-bx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 18rem;
    height: 100%;
    border-radius: 5%;
    object-fit: cover;
  }

  .card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .content .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    flex-direction: column;
    text-align: center;
  }

  .detail ul {
    margin-bottom: 0rem;
    padding-left: 0rem;
  }

  .content .detail h2 {
    color: #444;
    font-size: 14px;
    font-weight: bolder;
  }

  .content .detail h2 span {
    font-size: 12px;
    color: #03a9f4;
    font-weight: bold;
  }

  .sci {
    position: relative;
    display: flex;
    margin-top: 0px;
  }

  .sci li {
    list-style: none;
    margin: 4px;
    padding-top: 0.5rem;
  }

  .large-text-content ul {
    margin-top: -1.2rem;
  }

  .sci li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    font-size: 0.8em;
    color: #444;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: 0.5s;
  }

  .sci li a:hover {
    background: #03a9f4;
    color: #fff;
  }

  .card-section {
    display: grid;
  }

  .m-t-banner-align {
    height: 100%;
    min-height: 330px;
    padding-top: 2%;
    padding-bottom: 0.4%;
    background-color: rgba(0, 0, 0, 0.1);
  }

  div .management-team-banner-img {
    background-blend-mode: overlay;
    height: 200px;
    border-radius: 50%;
    width: 100%;
    background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
  }

  .bg-color-m-t {
    background-color: rgb(55, 52, 53);
    width: 100%;
  }

  .banner-poition-mt {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .banner-contain-data-m-t {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
    margin-top: 0% !important;
    margin-right: 0px !important;
    margin-left: auto !important;
    margin-left: 0px !important;
    margin-right: auto !important;
    padding-top: 3% !important;
    padding-bottom: 2% !important;
  }

  .banner-text-align-left {
    text-align: left !important;
  }

  .banner-text-align-m-t-module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
  }

  .banner-text-align-m-t {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 6%;
  }

  .bg-txt-inner-m-t {
    position: relative;
  }

  .bg-txt-inner-m-t h2 {
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
  }

  .bg-txt-inner-m-t p {
    border-top: 6px solid #03a9f4;
    width: 55px;
  }

  .h-m-t-txt {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h-m-t-txt h1 {
    font-weight: 600;
    font-size: 45px;
    color: #1A3672 !important;
  }

  .pharma-img-container h2 a {
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #070A6C;
    cursor: pointer;
  }

  .pharma-img-container h2 a:hover {
    color: #1a1d7b;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s;
  }

  .pharma-img-container img {
    width: 12rem;
  }

  .Specialities-container-box {
    display: grid;
  }

  .Pharmaceuticals-logo-specialities {
    background-color: #1A3672;
    align-items: center;
    width: 95%;
    display: grid;
    justify-content: center;
  }

  .Pharmaceuticals-logo-specialities img {
    margin-left: 0.7rem;
    margin-top: 1rem;
    width: 3rem;
  }

  .Pharmaceuticals-logo-specialities p {
    color: white;
  }

  .content .detail h2 span.designation-head {
    font-size: 12px;
    font-weight: bold;
  }

  .content .detail h2 span.designation-head-profile {
    font-size: 12px;
    font-weight: 400;
  }

  .pharma-slider {
    width: 70%;
    display: flex;
    overflow-x: scroll;
  }

  .card-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pharma-slider div {
    width: 100%;
    display: inline-block;
    grid-template-columns: auto auto auto;
    padding: 2rem 0rem 1rem 0rem;
    flex: none;
    text-align: center;
  }

  .pharma-slider div span {
    width: 20%;
    transition: tranform 0.5s;
  }

  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 10px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }

  .pharma-slider::-webkit-scrollbar {
    display: none;
  }

  .pharma-slider-wrap {
    /* display: flex; */
    width: 95%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
  }

  #back-btn,
  #next-btn {
    width: 13px;
    cursor: pointer;
    margin: 22px;
  }

  .pharma-slider div span:hover {
    cursor: pointer;
  }
}

@media (max-width:600px) {
  .home-header-conatin h1 {
    font-size: 34px;
    color: #e0b261;
  }

  .home_client {
    padding: 3rem;
    height: 100vh;
    background-color: #173654;
  }

  .home_client_said {
    color: white;
    font-size: 14px;
    line-height: inherit !important;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 16px;
  }

  .home_client_name-1 {
    color: #e0b261 !important;
    font-size: 14px !important;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 14px;
  }

  .home_second_about-data h6 {
    font-size: 14px;
    font-weight: 200;
  }

  .home_second_about-data h5 {
    color: #e0b261;
    font-size: 22px;
  }

  .offering-content {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: lighter;
  }

}

@media (max-width:560px) {
  .home_client {
    padding: 3rem;
    height: 117vh;
    background-color: #173654;
  }

  .home-button div button {
    padding: 0.7rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 11px;
    color: #e0b261;
    background-color: #222831;
  }

  /* .home_client-container {
  display: grid;
} */
  .home-header-conatin p {

    color: white;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 5px;
  }

  .industry_sect_btn {
    padding: 8px 0px 8px 0px;
    border: 1px solid black;
    width: 94%;
    margin-top: 2rem;
    font-size: 11px;
    margin-bottom: 4rem;
    color: black;
    background-color: transparent;
  }

  .home-header-conatin h4 {
    font-size: 15px;
    font-weight: 200;
  }

  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 60vh; */
  }

  .card-section .card {
    position: relative;
    width: 217px;
    height: 317px;
    border-radius: 10px;
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }

  .card .img-bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    border-radius: 10px;
    transform: translateY(30px) scale(0.5);
    transform-origin: top;
  }

  .card .img-bx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 18rem;
    height: 100%;
    border-radius: 5%;
    object-fit: cover;
  }

  .card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .content .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    flex-direction: column;
    text-align: center;
  }

  .detail ul {
    margin-bottom: 0rem;
    padding-left: 0rem;
  }

  .content .detail h2 {
    color: #444;
    font-size: 14px;
    font-weight: bolder;
  }

  .content .detail h2 span {
    font-size: 12px;
    color: #03a9f4;
    font-weight: bold;
  }

  .sci {
    position: relative;
    display: flex;
    margin-top: 0px;
  }

  .sci li {
    list-style: none;
    margin: 4px;
    padding-top: 0.5rem;
  }

  .large-text-content ul {
    margin-top: -1.2rem;
  }

  .sci li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    font-size: 0.8em;
    color: #444;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: 0.5s;
  }

  .sci li a:hover {
    background: #03a9f4;
    color: #fff;
  }

  .card-section {
    display: grid;
  }

  .m-t-banner-align {
    height: 100%;
    min-height: 330px;
    padding-top: 2%;
    padding-bottom: 0.4%;
    background-color: rgba(0, 0, 0, 0.1);
  }

  div .management-team-banner-img {
    background-blend-mode: overlay;
    height: 200px;
    border-radius: 50%;
    width: 100%;
    background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
  }

  .bg-color-m-t {
    background-color: rgb(55, 52, 53);
    width: 100%;
  }

  .banner-poition-mt {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .banner-contain-data-m-t {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
    margin-top: 0% !important;
    margin-right: 0px !important;
    margin-left: auto !important;
    margin-left: 0px !important;
    margin-right: auto !important;
    padding-top: 3% !important;
    padding-bottom: 2% !important;
  }

  .banner-text-align-left {
    text-align: left !important;
  }

  .banner-text-align-m-t-module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
  }

  .banner-text-align-m-t {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 6%;
  }

  .bg-txt-inner-m-t {
    position: relative;
  }

  .bg-txt-inner-m-t h2 {
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
  }

  .bg-txt-inner-m-t p {
    border-top: 6px solid #03a9f4;
    width: 55px;
  }

  .h-m-t-txt {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h-m-t-txt h1 {
    font-weight: 600;
    font-size: 45px;
    color: #1A3672 !important;
  }

  .pharma-img-container h2 a {
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #070A6C;
    cursor: pointer;
  }

  .pharma-img-container h2 a:hover {
    color: #1a1d7b;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s;
  }

  .pharma-img-container img {
    width: 12rem;
  }

  .Specialities-container-box {
    display: grid;
  }

  .Pharmaceuticals-logo-specialities {
    background-color: #1A3672;
    align-items: center;
    width: 95%;
    display: grid;
    justify-content: center;
  }

  .Pharmaceuticals-logo-specialities img {
    margin-left: 0.7rem;
    margin-top: 1rem;
    width: 3rem;
  }

  .Pharmaceuticals-logo-specialities p {
    color: white;
  }

  .content .detail h2 span.designation-head {
    font-size: 12px;
    font-weight: bold;
  }

  .content .detail h2 span.designation-head-profile {
    font-size: 12px;
    font-weight: 400;
  }

  .pharma-slider {
    width: 70%;
    display: flex;
    overflow-x: scroll;
  }

  .card-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pharma-slider div {
    width: 100%;
    display: inline-block;
    grid-template-columns: auto auto auto;
    padding: 2rem 0rem 1rem 0rem;
    flex: none;
    text-align: center;
  }

  .pharma-slider div span {
    width: 20%;
    transition: tranform 0.5s;
  }

  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 10px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }

  .pharma-slider::-webkit-scrollbar {
    display: none;
  }

  .pharma-slider-wrap {
    /* display: flex; */
    width: 95%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
  }

  #back-btn,
  #next-btn {
    width: 13px;
    cursor: pointer;
    margin: 22px;
  }

  .pharma-slider div span:hover {
    cursor: pointer;
  }
}

@media (max-width:490px) {
  .home_client-container-box {
    margin: 1rem auto;
    justify-content: center;
    text-align: unset;
    width: 95%;
    padding-right: 1rem;
  }

  .testimonials-card {
    padding: 0px !important;
  }

  .home_about .p-pss-header {
    line-height: initial;
    font-size: 24px !important;
    color: rgb(224, 178, 97) !important;
  }

  .home_about .p-pss-content {
    font-size: 12px;
    color: white !important;
    line-height: initial;
    letter-spacing: 1px;
    font-weight: 100 !important;
  }

  .home_client {
    padding: 3rem;
    height: 190vh;
    background-color: #173654;
  }

  .home_talent_card {
    display: grid;
    justify-content: center;
  }

  .home_talent-container-box {
    width: 85%;
    margin: auto;
    text-align: center;
  }

  .home_client-container {
    display: grid;
  }

  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-head_apart-container-box {
    text-align: center;
    width: 20%;
    margin-bottom: 1rem;
  }

  .home-button div button {
    padding: 0.6rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 10px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h1 {
    font-size: 30px;
    color: #e0b261;
  }

  .home_client_said {
    color: white;
    font-size: 14px;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 16px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 12px;
  }

  .home_second_about-data h6 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 11px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-head_apart-container-n1 {
    display: flex !important;
    margin-top: 1rem !important;
    margin-bottom: 0rem;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 100%;
  }

  .home-head_apart-container {
    display: grid;
    margin-top: 1rem !important;
    margin-bottom: 0rem;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

@media (max-width:460px) {
  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-button div button {
    padding: 0.6rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 0.6rem;
    font-size: 10px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h1 {
    font-size: 30px;
    color: #e0b261;
  }

  .home_client_said {
    color: white;
    font-size: 14px;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 16px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 12px;
  }

  .home_second_about-data h6 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 11px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-head_apart-container-n1 {
    display: flex !important;
    margin-top: 1rem !important;
    margin-bottom: 0rem;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 100%;
  }

  .home-head_apart-container-n1 {
    display: flex !important;
    margin-top: 1rem !important;
    margin-bottom: -2rem;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .home-header-conatin {
    width: 70%;
    margin: 2rem 0rem 2rem 2rem;
  }

  .home_industry_card {
    display: grid;
    justify-content: center;
  }

  .home_industry-container-box {
    width: 100%;
    margin: 0rem;
    text-align: center;
  }
}

@media (max-width:410px) {
  .home_client {
    padding: 3rem;
    height: 205vh;
    background-color: #173654;
  }
}

@media (max-width:390px) {
  .home-head_apart-container {
    display: grid;
    margin-top: 1rem !important;
    margin-bottom: -3rem;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .home_client {
    padding: 3rem;
    height: 180vh;
    background-color: #173654;
  }

  .home_client_said {
    color: white;
    font-size: 14px;
  }

  .header-theSeason {
    font-size: 20px;
  }

  .home-button div button {
    padding: 0.6rem;
    border: 1px solid #e0b261;
    margin-right: 0rem;
    margin-top: 1rem;
    font-size: 9px;
  }

  .home-header-conatin h4 {
    font-size: 13px;
    font-weight: 200;
  }

  .hire-bt {
    margin-right: 1rem;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 14px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 12px;
  }

  .home_second_about-data h6 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 11px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-head_apart-container-box h2 {
    font-size: 20px;
  }

  .sets-apart-home h4 {
    font-size: 18px;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 100%;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 10px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-header-conatin h1 {
    font-size: 25px;
    color: #e0b261;
  }

  .home-header-conatin p {

    color: white;
    font-size: 11px;
    font-weight: lighter;
    letter-spacing: 3px;
  }

}

@media (max-width:340px) {
  .sets-apart-home {
    padding-top: 0.8rem;
  }

  .home_about .p-pss-header {
    line-height: initial;
    font-size: 20px !important;
    color: rgb(224, 178, 97) !important;
  }

  .home_about .p-pss-content {
    font-size: 10px;
    color: white !important;
    line-height: initial;
    letter-spacing: 1px;
    font-weight: 100 !important;
  }

  .home-button div button {
    padding: 0.6rem;
    border: 1px solid #e0b261;
    margin-right: 0rem;
    margin-top: 1rem;
    font-size: 8px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-head_apart-container-box h2 {
    font-size: 16px;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 8px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }
}

@media (max-width:320px) {
  .home-header-conatin h4 {
    font-size: 12px;
    font-weight: 200;
  }

  .home_client {
    padding: 3rem;
    height: 185vh;
    background-color: #173654;
  }

  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-header-conatin h1 {
    font-size: 30px;
    color: #e0b261;
  }

  .home_client_said {
    color: white;
    font-size: 12px;
  }

  .home_client_name-1 {
    color: #e0b261 !important;
    font-size: 12px !important;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 12px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 12px;
  }

  .home_second_about-data h6 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 11px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 100%;
  }
}

@media (max-width:290px) {
  .home_client {
    padding: 3rem;
    height: 210vh;
    background-color: #173654;
  }
}