body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    scroll-behavior: smooth;
    overflow: scroll;
    overflow-x: hidden;
    font-family: \'Roboto\', \'Sarabun\', \'Open Sans\', sans-serif;
}


/* +++++++++++++++++++Root+++++++++++++++++++  */

:root {
    --white: #fff;
    --black: #000;
    --themecolor: #15285B;
}


/* ++++++++++++++++++++++++++++++++++++++++++ */

/* ::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--white);
}
*/
::-moz-selection {
    color: var(--white);
    background: var(--themecolor);
}

::selection {
    color: var(--white);
    background: var(--themecolor);
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

button:hover {
    cursor: pointer;
    opacity: 0.8;
}

button:active,
button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++  */

header {
    z-index: 10000 !important;
    padding: 0 !important;
}

header>.container-fluid>.row {
    padding: 25px 4px 3px 3px !important;
}

header .header-top {
    margin-bottom: 3rem !important;
}

.banner__solution__listing>.container h1 {
    position: relative;
    top: 50px;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

section {
    padding: 20px 0px;
}


/* Home */

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 755px;
    z-index: 100;
}

.swiper__slider__wrapper .swiper__slider__banner__image {
    height: 100%;
    min-height: 755px;
    width: 100%;
    display: flex;
    align-items: center;
}

.swiper__slider__banner>.swiper-wrapper>.swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper__slider__banner {
    position: relative;
}

.swiper__slider__wrapper .swiper__slider__banner__image .banner__title h1 {
    color: var(--white);
    max-width: 450px;
}

.product__and__technology__card {
    position: relative;
    margin-top: -164px;
    z-index: 999;
    padding-bottom: 0px;
}

.product__and__technology__card .card__wrapper>.title>.d-flex img {
    margin-right: 15px;
    width: 25px;
    height: 25px;
    object-fit: fill;
}

.product__and__technology__card .card__wrapper>.title>.d-flex h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: var(--black);
    margin-top: 0px;
}

.product__and__technology__card .card__wrapper>.title {
    max-width: 277px;
    width: 100%;
}

.product__and__technology__card .card__wrapper>.title p {
    font-family: Roboto;
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
    color: var(--black);
}

.product__and__technology__card .card__wrapper>.title a {
    color: var(--black);
    font-family: Roboto;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}

.product__and__technology__card .card__wrapper {
    padding: 35px 50px;
    border-radius: 8px;
}

.product__and__technology__card .first__card {
    
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border: 1px solid #ccc;
  	transition: 0.3s;
}

.product__and__technology__card .second__card {
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #ccc;
  	transition: 0.3s;
}

.about__readmore {
    background: var(--themecolor);
    border-radius: 8px;
    font-size: 15px;
    width: 172px;
    height: 45px;
    color: #fff;
    outline: none;
    margin-top: 30px;
    border: 0;
}

.about__readmore:focus {
    outline: none;
}


/* +++++++++++++++++++About pharmsol+++++++++++++++++++ */

.about__pharmsol {
    position: relative;
    min-height: 347px;
    background: transparent radial-gradient(closest-side at 50% 50%, #F5FAFF00 0%, #F5FAFF 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 0;
}

.about__pharmsol::after {
    content: \'\';
    background-image: url(\'../images/hex.png\');
    position: absolute;
    width: 100%;
    max-width: 562px;
    max-height: 347px;
    left: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.about__pharmsol .about__pharmsol__wrapper .title h1 {
    color: var(--black);
    font-weight: 900;
    line-height: 42px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
}

.about__pharmsol .about__pharmsol__wrapper .about__pharmsol__content p {
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    max-width: 614px;
}


/* Animated circle  */

.about__pharmsol__wrapper .md__main {
    margin-top: -4%;
}

.circle__counter {
    align-self: center;
}

.md__main {
    position: relative;
}

.box__title__01 h4,
.box__title__02 h4,
.box__title__03 h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}

.box__title__01 h6,
.box__title__02 h6,
.box__title__03 h6 {
    font-family: Sarabun;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.box__title__01 {
    position: absolute;
    left: 38%;
    top: 95px;
    text-align: center;
    max-width: 128px;
    font-family: Sarabun;
}

.box__title__02 {
    position: absolute;
    left: 22%;
    top: 50%;
    text-align: center;
    max-width: 127px;
    font-family: Sarabun;
}

.box__title__03 {
    position: absolute;
    left: 53%;
    top: 52%;
    text-align: center;
    max-width: 128px;
    font-family: Sarabun;
}

.animated__circle__wrapper {
    width: 369px;
    margin: auto;
    max-height: 498px;
    height: 100%;
    min-height: 498px;
}

.first__circle img {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.second__circle img {
    position: absolute;
    bottom: 111px;
    left: 0;
    right: 190px;
    margin: auto;
    transform: rotate(364deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.third__circle img {
    position: absolute;
    bottom: 95px;
    right: 103px;
    margin: auto;
    transform: rotate(1deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.md__main:hover .first__circle img {
    transform: rotate(85deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.md__main:hover .second__circle img {
    transform: rotate(92deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.md__main:hover .third__circle img {
    transform: rotate(85deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}


/* Mob  */

.mt--50 {
    margin-top: -50px;
}

.anim__mob__only .second__sec {
    position: relative;
    right: -4px;
    top: -3px;
}

.anim__mob__only .third__sec {
    position: relative;
    top: -10px;
    left: -13px;
}

.anim__mob__only img {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.anim__mob__only:hover .first__sec img,
.anim__mob__only:hover .third__sec img {
    transform: rotate(83deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.anim__mob__only:hover .second__sec img {
    transform: rotate(89deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.anim__mob__only .box__title__03,
.anim__mob__only .box__title__01,
.anim__mob__only .box__title__02 {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.box__title__01__mob {
    position: absolute;
    max-width: 93pt;
    left: 39%;
    top: 16%;
    text-align: center;
}

.box__title__01__mob h4,
.box__title__02__mob h4,
.box__title__03__mob h4,
.box__title__04__mob h4 {
    color: var(--black);
    font-family: Sarabun;
    font-weight: 700;
    line-height: 45px;
}

.box__title__01__mob h6,
.box__title__02__mob h6,
.box__title__03__mob h6,
.box__title__04__mob h6 {
    line-height: 25px;
    font-family: Sarabun;
    font-weight: 500;
    font-size: 11pt;
}

.box__title__02__mob {
    position: absolute;
    max-width: 93pt;
    left: 24%;
    top: 58%;
    text-align: center;
}

.box__title__03__mob {
    position: absolute;
    max-width: 93pt;
    left: 53%;
    top: 58%;
    text-align: center;
}

.about__readmore__bttn {
    background: var(--themecolor);
    border-radius: 8px;
    font-size: 15px;
    width: 172px;
    height: 45px;
    color: #fff;
    outline: none;
    margin-top: 10px;
    border: 0;
}


/* Cooperation Models */

.cooperation__models {
    position: relative;
}

.cooperation__models::before {
    content: \'\';
    background-image: url(\'../images/hex.png\');
    position: absolute;
    width: 100%;
    max-width: 562px;
    max-height: 347px;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.cooperation__models::after {
    content: \'\';
    background-image: url(\'../images/hex.png\');
    position: absolute;
    width: 100%;
    max-width: 562px;
    max-height: 347px;
    left: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.cooperation__models h1 {
    color: var(--black);
    font-weight: 900;
    line-height: 42px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
}

.cooperation__models p {
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: \'Roboto\';
}

.cooperation__model__counter_content {
    display: flex;
    flex-wrap: wrap;
}

.cooperation__model__counter_content img {
    width: 37px;
    height: 37px;
    margin-right: 20px;
    object-fit: contain;
    background-color: var(--white);
}

.cooperation__model__counter_content h4 {
    font-size: 29px;
    font-family: Sarabun;
    font-weight: 700;
}

.cooperation__model__counter_content h6 {
    font-size: 14px;
    font-family: Sarabun;
    font-weight: 500;
    line-height: 22px;
    margin-top: 8px;
}

.cooperation__model__counter_content .title {
    max-width: 150px;
}

.mar__top__55px {
    padding-top: 85px;
}

.mar__bot__55px {
    padding-bottom: 55px;
    padding-top: 30px;
}

.cooperation__model__counter__wrapper {
    position: relative;
}

.cooperation__model__counter__wrapper::after {
    content: \'\';
    position: absolute;
    background-image: url(\'../images/icons/horizontial-line.png\');
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.cooperation__model__counter__wrapper::before {
    content: \'\';
    position: absolute;
    background-image: url(\'../images/icons/horizontial-line.png\');
    inset: 0 0 0 0;
    left: -50px;
    margin: auto;
    width: 100%;
    max-width: 380px;
    height: 2px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    background-position: center center;
    background-size: contain;
}


/* Our Expertise */

.our__expertise {
    background: #F5FAFF;
}

.our__expertise .main__title h3 {
    font-family: Roboto;
    font-size: 37px;
    line-height: 49px;
    font-weight: 900;
}

.our__expertise .main__title p {
    font-family: Roboto;
    font-size: 15px;
    line-height: 24px;
    max-width: 250px;
    margin: 15px 0;
    font-weight: 400;
}

.our__expertise__card__button {
    background: var(--themecolor);
    border-radius: 8px;
    font-size: 15px;
    width: 172px;
    height: 45px;
    color: #fff;
    outline: none;
    margin-top: 5px;
    border: 0;
}

.our__expertise__card {
    position: relative;
    border: 4px solid var(--themecolor);
    border-radius: 10px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin: 25px 0px;
    min-height: 365px;
}

.our__expertise .our__expertise__card button {
    background: var(--themecolor);
    border-radius: 0px;
    font-size: 15px;
    height: 45px;
    color: #fff;
    outline: none;
    margin-top: 30px;
    border: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    /* max-width: 150px; */
    max-width: 100%;
    width: 100%;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    text-align: right;
    padding-right: 45px;
    text-transform: capitalize;
}

.our__expertise .our__expertise__card button img {
    margin-left: 8px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.our__expertise .our__expertise__card button:hover img {
    transform: translateX(8px);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.our__expertise .our__expertise__card:hover button {
    visibility: visible;
    opacity: 1;
   /* -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); */
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.exp__logo {
    position: relative;
    margin: auto;
    max-height: 70px;
    min-height: 70px;
    height: 100%;
    margin-top: 15px;
    background-color: #F5FAFF;
    max-width: 242px;
    margin-bottom: 30px;
    width: 100%;
}

.our__expertise__card .exp__logo img {
    max-width:220px;
    max-height: 94px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.our__expertise__card h4 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    max-width: 260px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 999;
}

.our__expertise__card p {
    font-family: Roboto;
    text-align: justify;
    color: var(--black);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: auto;
    margin-bottom: 40px;
    max-width: 260px;
    position: relative;
    z-index: 999;
    display: -webkit-box;
    
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.our__expertise__card:hover .exp__logo {
    z-index: -1;
    position: relative;
}

.our__expertise__card:hover .exp__logo img {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.our__expertise__card:hover :where(h4,
p) {
    color: var(--white) !important;
}

.our__expertise__card:hover {
    border: 4px solid var(--white);
}

.hover__bg {
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
}

.hover__bg::after {
    content: \'\';
    position: absolute;
    background: #1f367dbe;
    inset: 0 0 0 0;
    height: 100%;
    width: 100%;
}

.small__device__slider .title h3 {
    text-align: center;
    font-family: Roboto;
    font-size: 37px;
    line-height: 49px;
    font-weight: 900;
}

.small__device__slider .title p {
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    line-height: 24px;
    max-width: 345px;
    margin: auto;
    font-weight: 400;
}

.hover__bg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.our__expertise__card:hover .hover__bg {
    visibility: visible;
    opacity: 1;
}

.small__device__slider__swiper img {
    /* object-fit: contain;
    height: 75px;*/
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.our__expertise__card {
    padding-left: 30px;
    padding-right: 30px;
}

.small__device__slider__swiper .exp__logo {
    margin-bottom: 20px;
}

.small__device__slider__swiper .our__expertise__card h4 {
    margin-bottom: 10px;
}


/* News and Events  */

.news_and__events__section .news__event__card h1 {
    font-family: Roboto;
    font-size: 37px;
    line-height: 49px;
    font-weight: 900;
    margin-bottom: 15px;
}

.news_and__events__section .news__image img {
    border-radius: 15px;
    object-fit: cover;
    width: 470px;
    height: 307px;
}

.news__event__card .news__content h6 {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: #7E7E7E;
    font-weight: 500;
    margin: 10px 0px 10px 0px;
}

.news__event__card .news__content p {
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    font-weight: 500;
    max-width: 468px;
    margin-bottom: 15px;
}

.news__event__card .news__content h6.date__time {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: 500;
}

.en_buttons {
    flex-wrap: wrap;
}


/* Solution listing page  */

.banner__solution__listing {
    position: relative;
    background-image: url(\'../images/solution-listing/banner.png\');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
}

.banner__solution__listing>.container h1 {
    color: var(--white);
    font-size: 48px;
    line-height: 63px;
    font-family: Roboto;
    font-weight: 900;
    margin-top: 50px;
}

.solution__card__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1000;
}

.solution__card__section {
    position: relative;
}

.solution__card__section::after {
    content: \'\';
    background-image: url(../images/hex__large.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    max-width: 412px;
    height: 58px;
    position: absolute;
    bottom: auto;
    top: 0px;
    left: auto;
    right: 84px;
    opacity: 30%;
    background-size: cover;
}

.solution__card__wrapper .our__expertise__card {
    margin: 20px 0px;
}

.solution__card__content {
    border: 2px solid var(--themecolor);
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.solution__card__content:hover {
    box-shadow: 0px 5px 48px #00000063;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.solution__card__content .exp___logo {
    max-height: 82px;
    margin-bottom: 10px;
}

.solution__card__content .exp___logo img {
    width: 178px;
    height: 68px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.solution__card__content button {
    background: var(--themecolor);
    border-radius: 0px;
    font-size: 15px;
    height: 40px;
    color: #fff;
    outline: none;
    /* margin-top: 30px; */
    border: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    max-width: 100%;
	box-shadow: 0px 0px 2px 3px var(--themecolor);
/*     transform: translate3d(0, 0, 0); */
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
  	text-align:right;
  	padding-right:35px;
    text-transform: capitalize;
}

.solution__card__content:hover button {
    visibility: visible;
    opacity: 1;
   /* -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); */
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.solution__card__content button img {
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-left: 8px;
}

.solution__card__content button:hover img {
    transform: translateX(10px);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.expertise___logo h4 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 20px;
}

.expertise___logo p {
    font-family: Roboto;
    color: var(--black);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: auto;
    margin-bottom: 40px;
    max-width: 260px;
    display: -webkit-box;
   
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Solution detail page section  */

.solution___details__section {
    position: relative;
}

.solution___details__section::after {
    content: \'\';
    background-image: url(../images/hex__large.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    max-width: 525px;
    height: 190px;
    position: absolute;
    bottom: auto;
    top: -68px;
    left: auto;
    right: 0px;
    opacity: 30%;
    background-size: cover;
    z-index: -1;
}

.solution___details__section .container {
    position: relative;
}

.solution___details__section .container::before {
    content: \'\';
    background-image: url(../images/hex.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 303px;
    height: 131px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 221px;
    z-index: -1;
    background-size: cover;
}

.solution___details__section__logo {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    width: 100%;
    max-height: 160px;
    min-height: 160px;
    height: 100%;
    border-radius: 10px;
    border: 2px solid var(--themecolor);
    margin: auto;
}

.solution___details__section h1 {
    font-family: Roboto;
    font-size: 37px;
    line-height: 49px;
    font-weight: 900;
}

.solution___details__section p {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    font-weight: 400;
}

.solution__details__button {
    background: var(--themecolor);
    border-radius: 8px;
    max-width: 334px;
    width: 100%;
    height: 45px;
    font-size: 15px;
    color: #fff;
    outline: none;
    margin: 30px 0px;
    border: 0;
}

.header-content-wrapper>.row>.col-md-4 {
    align-self: center;
}


/* About us  */

.about__banner {
    position: relative;
    background-image: url(\'../images/solution-listing/banner.png\');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 403px;
    display: grid;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    z-index: 999;
}

.about__banner .about__title {
    background-color: #ffffff08;
    padding: 35px 30px 50px 30px;
    margin-bottom: 20px;
}

.about__banner .about__title h1 {
    color: var(--white);
    font-size: 48px;
    line-height: 63px;
    font-family: Roboto;
    font-weight: 900;
}

.about__banner .about__title ul li {
    display: inline-block;
    position: relative;
    padding: 0px 5px;
}

.about__banner .about__title ul li::after {
    content: \'/\';
    position: absolute;
    color: var(--white);
    font-size: 16px;
    right: -6px;
    top: 0;
    bottom: 0;
}

.about__banner .about__title ul li:last-child::after {
    content: none;
}

.about__banner .about__title ul li a {
    color: var(--white);
    font-size: 16px;
}

.about__banner .about__title ul li.active a {
    color: #24B5EE;
}

.company__overview__section {
    position: relative;
    padding-bottom: 0;
}

.company__overview__section::after {
    content: \'\';
    background-image: url(\'../images/hex.png\');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 303px;
    height: 85px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.company__overview__section::before {
    content: \'\';
    background-image: url(\'../images/hex.png\');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 303px;
    height: 347px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: -1;
}

.compant__overview__title h1 {
    font-family: Roboto;
    font-size: 37px;
    line-height: 49px;
    font-weight: 900;
    margin-bottom: 25px;
}

.compant__overview__title p {
    font-family: Roboto;
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    max-width: 559px;
}

.circle__counter p {
    font-family: Roboto;
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.animated__border__circle {
    max-width: 430px;
    position: relative;
    overflow: hidden;
}

.animated__border__circle::after {
    content: \'\';
    height: 100%;
    width: 100%;
    max-height: 300px;
    max-width: 300px;
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    background-color: rgb(255 255 255 / 18%);
    animation: 3s linear infinite rotate;
    transform-origin: center;
    z-index: 0;
}

.animated__border__circle>.d-flex {
    justify-content: space-between;
    align-items: center;
}

.animated__border__circle .content {
    position: absolute;
    margin: 0;
    inset: 0 0 0 0;
    text-align: center;
    top: 30%;
    z-index: 99;
}

.animated__border__circle .first___circle,
.animated__border__circle .second___circle,
.animated__border__circle .last___circle {
    position: relative;
}

.animated__border__circle .last___circle {
    position: relative;
    background-color: transparent;
    margin-top: -30px;
}

.animated__border__circle .content h4 {
    font-weight: 700;
    font-size: 26px;
    font-family: Sarabun;
}

.animated__border__circle .content p {
    font-size: 12px;
    text-align: center !important;
    font-family: \'Roboto\';
    max-width: 106px;
    margin: auto;
    line-height: 17px;
    margin-top: 5px;
    color: black;
    font-weight: 500;
}


/* Vision mission section  */

.mission___vission__section {
    position: relative;
}

section.mission___vission__section.pb-0>.container>.row {
    max-width: 1018px;
    margin: auto;
}

.mission___vission__section::before {
    content: \'\';
    position: absolute;
    background-image: url(\'../images/hex.png\');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 303px;
    height: 347px;
    top: 0;
    left: 0;
    z-index: -1;
}

.mission__vision__card {
    background: transparent linear-gradient(159deg, #00CA99 0%, #10A3B9 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    max-width: 461px;
    width: 100%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    z-index: 99;
}

.mission__vision__card:hover {
    transform: translateY(-10px);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.mission__vision__card.marg-r {
    background: transparent linear-gradient(180deg, #56C1D2 0%, #5D90CC 100%) 0% 0% no-repeat padding-box;
}

.mission__vision__card .marg-l {
    margin-left: auto;
    margin-right: 10px;
}

.mission__vision__card .marg-r {
    margin-right: auto;
    margin-left: 10px;
}

.mission__vision__card .icon__sec {
    align-items: center;
    margin-bottom: 10px;
}

.mission__vision__card h1 {
    font-family: Roboto;
    font-weight: 900;
    color: var(--white);
    font-size: 32px;
    margin-left: 18px;
    line-height: 43px;
}

.mission__vision__card .content p {
    color: var(--white);
    font-family: Roboto;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
    max-width: 393px;
}


/* our milestones */

.our__milestone__section {
    padding: 160px 0px 0px 0px;
    position: relative;
    background-color: #172C6D;
    margin-top: -100px;
}

.our__milestone__section::before {
    content: \'\';
    position: absolute;
    background-image: url(\'../images/about_us/bg__hex.png\');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    /* max-width: 303px; */
    height: 347px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.our__milestone__section::after {
    content: \'\';
    position: absolute;
    background-image: url(\'../images/about_us/bg__hex.png\');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 347px;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.our__milestone__section .title.d-flex {
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
}

.sub__content {
    max-width: 557px;
    width: 100%;
}

.our__milestone__section .title.d-flex :where(h1,
h6,
p) {
    color: var(--white);
}

.our__milestone__section .title.d-flex .main__title h6 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}

.our__milestone__section .title.d-flex .main__title h1 {
    font-family: Roboto;
    font-size: 37px;
    font-weight: 900;
    line-height: 49px;
}

.our__milestone__section .title.d-flex .sub__content {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


/* Timeline slider  */

.list___disk h5 {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500;
    padding-left: 40px;
    margin-top: 50px;
}

.list___disk h5::before {
    content: \'\';
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--white);
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
}

.list___disk h6 {
    color: #fff;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    padding-left: 40px;
}

.timeline-slide__content h3 {
    line-height: 2;
}

.timeline-slide__content h3:nth-child(even) {
   color: #cd9e12;
   font-family: \'Sarabun\';
}


/* management section  */

.management__section {
    position: relative;
    z-index: 99;
}

.management__section::before {
    content: \'\';
    position: absolute;
    background-image: url(\'../images/hex.png\');
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 347px;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
}

.management__section>.container h1 {
    text-align: center;
    font-family: Roboto;
    font-size: 37px;
    line-height: 49px;
    font-weight: 900;
    position: relative;
    z-index: 99;
}

.team__members__card__wrapper,
.team__members__card__wrapper__last {
    position: relative;
    z-index: 99;
}

.team__members__card__wrapper>.member__card>.member__image img,
.team__members__card__wrapper__last>.member__card>.member__image img {
    max-width: 110px;
    width: 100%;
    max-height: 110px;
    height: 100%;
}

.member-wrapper .img-wrapper img {
    object-fit: contain;
    width: 110px;
    height: 110px;
    border-radius: 100%;
}

.our-team-section {
    padding: 2.5rem 0;
}

.team-member .member-wrapper {
    margin-bottom: 35px;
}

.our-branches-section {
    padding: 3rem 0 !important;
}

.our-team-section h3 {
    margin-bottom: 0rem;
}

.member__card {
    max-width: 269px;
    width: 100%;
    border: 1px solid #F6F6F9;
    border-radius: 10px;
    background: var(--white);
    padding: 15px;
    position: relative;
    margin: auto;
    text-align: center;
}

.team__members__card__wrapper>.member__card>.member__image h2,
.team__members__card__wrapper__last>.member__card>.member__image h2 {
    color: var(--themecolor);
    font-size: 25px;
    margin: 15px 0;
    font-family: Roboto;
    text-transform: capitalize;
    font-weight: 700;
}

.team__members__card__wrapper>.member__card>.member__image h6,
.team__members__card__wrapper__last>.member__card>.member__image h6 {
    color: #2b2b2b;
    font-size: 18px;
    font-family: Roboto;
    margin-bottom: 30px;
    position: relative;
}

.team__members__card__wrapper>.member__card>.member__image h6::after,
.team__members__card__wrapper__last>.member__card>.member__image h6::after {
    content: \'\';
    position: absolute;
    height: 2px;
    max-width: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40px;
    margin: auto;
    background-color: var(--themecolor);
}

.team__members__card__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 25px 0px;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px; */
}

.team__members__card__wrapper__last {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 40px;
    justify-content: center;
    gap: 25px 0px;
}

.d-flex.team-member.flex-wrap.justify-content-center.items {
    position: relative;
}

a.showMore {
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 220px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Roboto;
    font-weight: 500;
}


/* product page  */

.hex__group {
    max-width: 935px;
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 0;
}

.hex__group>.item {
    position: relative;
    overflow: hidden;
}

.hex__group>.item::after {
    content: \'\';
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    background-color: rgb(255 255 255 / 18%);
    animation: 5s linear infinite rotate;
    transform-origin: center;
    z-index: 0;
    border-radius: 38%;
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(180deg)
    }
}

.hex__group>.item .content__timer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    text-align: center;
}

.hex__group>.item .content__timer h4 {
    font-family: Roboto;
    font-size: 38px;
    font-weight: 700;
}

.hex__group>.item .content__timer p {
    text-align: center !important;
    padding: 0;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    max-width: 150px;
    margin: auto;
}

.z-99 {
    z-index: 99;
}

.product__subbanner {
    max-width: 1138px;
    width: 100%;
    margin: auto;
    position: relative;
    margin-top: -60px;
    z-index: 999;
}

.product__content__section p {
    margin-top: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
font-family: Roboto, Bangla216, sans-serif !important;}

.hex__group {
    margin-top: 40px;
    margin-bottom: 40px;
}

.manufacturing__capabilities__section {
    margin: 30px 0px;
    margin-bottom: 0px;
}

.manufacturing__capabilities__section h3 {
font-family: Roboto, Bangla216, sans-serif !important;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}

.manufacturing__capabilities__section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /*font-family: \'Roboto\';*/
}

.gmp__certificate__wrapper {
    background-color: var(--themecolor);
    border-radius: 8px;
    padding: 40px 10px;
    text-align: center;
}

.gmp__certificate__wrapper h5 {
    color: var(--white);
    max-width: 590px;
    margin: auto;
    font-weight: 500;
    /*font-family: \'Roboto\';*/
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

.gmp__certificate__wrapper p {
    color: var(--white);
    /*font-family: \'Roboto\';*/
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    max-width: 590px;
    margin: auto;
}

.gmp__certificate__wrapper a {
    color: #44A5FF;
}

.gmp__certificate__wrapper a:hover {
    color: var(--white);
}

.gmp__buttton {
    background: #44A5FF;
    height: 50px;
    max-width: 275px;
    width: 100%;
    color: var(--white);
    border-radius: 8px;
    outline: none;
    margin-top: 30px;
    border: 0;
    font-size: 15px;
    font-family: \'Roboto\';
    line-height: 24px;
    font-weight: 500;
}


/* news page  */

.news__row {
    position: relative;
    background-image: url(\'../images/particles.png\');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 99;
}

.news__row::before {
    content: \'\';
    position: absolute;
    background-image: url(\'../images/hex.png\');
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 347px;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: -1;
}

.news__row .news__row__image {
    border-radius: 15px;
}

.news__row__image img {
    border-radius: 15px;
    width: 540px;
    height: 296px;
    object-fit: cover;
}

.news__star__sec {
    position: relative;
    position: relative;
    max-width: 550px;
    margin-left: auto;
}

.star__content {
    background: var(--themecolor);
    height: 41px;
    max-width: 124px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
    color: var(--white);
    margin-top: 15px;
}

.star__content span {
    font-size: 16px;
    font-family: \'Roboto\';
    line-height: 24px;
    font-weight: 500;
    padding-left: 5px;
}

.news__star__sec .date {
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 14px;
    font-family: \'Roboto\';
    line-height: 24px;
}

.news__star__sec p,
.news__star__sec p a {
    font-weight: 500;
    color: var(--black) !important;
    font-size: 20px;
    font-family: \'Roboto\';
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__star__sec .read__more {
    position: absolute;
    top: auto;
    bottom: 25px;
}

.news__star__sec .read__more a {
    color: #000;
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
    font-family: \'Roboto\';
}

.latest__news__wrapper {
    position: relative;
    padding-top: 20px;
}

.latest__news__wrapper::after {
    content: \'\';
    width: 100%;
    min-height: 262px;
    background: #140E3A;
    position: absolute;
    inset: 0 0 auto 0;
    z-index: -1;
}

.latest__news__wrapper::before {
    content: \'\';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    background-position: inherit;
    background-image: url(\'../images/latest-news/mask.png\');
    width: 100%;
    max-width: 92%;
    height: 100%;
    min-height: 262px;
    background-size: contain;
}

.latest__news__wrapper h1 {
    color: var(--white);
    font-family: Roboto;
    font-size: 37px;
    line-height: 49px;
    font-weight: 900;
    position: relative;
    z-index: 99;
}

.latest__news__card:hover .content {
    background: var(--themecolor);
    color: var(--white);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.latest__news__card:hover .content a {
    color: var(--white);
}

.news___slider .image__card img {
    border-radius: 8px 8px 0px 0px;
    height: 211px;
    width: 100%;
    object-fit: cover;
}

.latest__news__card .content h5 {
    min-height: 50px;
}

section.latest__news.pt-0 {
    margin-bottom: 40px;
}

.news___slider .swiper-slide-active .content,
.news___slider .swiper-slide-active .content a {
    color: var(black);
}

.news___slider .content {
    border: 1px solid #D7D7D7;
    border-top: 0;
    padding: 20px 15px;
    background: var(--white);
    border-radius: 0px 0px 8px 8px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.latest__news__card .content h6 {
    font-family: \'Roboto\';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.latest__news__card .content h5 {
    font-family: \'Roboto\';
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}

.latest__news__card .content a {
    font-family: \'Roboto\';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    color: var(--black);
}

.news__main__wrapper {
    position: relative;
}

.swiper-pagination-bullet {
    height: 0 !important;
    width: 0 !important;
    opacity: 1 !important;
    color: var(--white);
    font-family: \'Roboto\';
    font-size: 20px;
    font-weight: 700;
    padding: 0px 15px;
}

.latest__news__wrapper .swiper-pagination-bullet-active {
    color: #24b8f2 !important;
}

.news__pagination {
    position: unset !important;
    margin-right: 40px;
}

.title__bullet {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-swiper-button-next,
.news-swiper-button-prev {
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--white);
    border-radius: 100%;
}

.news-swiper-button-next {
    right: 0%;
    top: -3px;
}

.news-swiper-button-next .blue__icon {
    fill: #223981;
}

.news-swiper-button-prev {
    left: 0%;
    top: -3px;
}

.arrow {
    position: relative;
    max-width: 425px;
    width: 100%;
}


/* global presence  */

.business__opportunities__wrapper {
    background: #223981;
    border-radius: 15px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

section.page-banner-section .row>.col-md-12 h2 {
    margin-top: 50px;
}

.business__opportunities__wrapper::before,
.business__opportunities__wrapper::after {
    content: \'\';
    position: absolute;
    /* background-image: url(../images/global__hex.png); */
    width: 100%;
    max-width: 320px;
    max-height: 349px;
    height: 100%;
    margin: auto;
    z-index: 1;
}

.business__opportunities__wrapper::before {
    top: 0;
    left: 0;
    background-image: url(\'../images/slash01.png\');
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
}

.business__opportunities__wrapper::after {
    bottom: 0;
    right: 0;
    background-image: url(\'../images/slash02.png\');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100;
}

.business__opportunities__wrapper .col-md-6.align-self-center {
    position: relative;
    z-index: 99;
}

.business__opportunities__wrapper h1 {
    color: var(--white);
    margin-bottom: 40px;
    font-family: Open Sans;
    font-weight: 700;
}

.global__presence__content {
    max-width: 530px;
    width: 100%;
}

.business__opportunities__wrapper .global__presence__content ol {
    padding: 0;
    margin: 0;
}

.business__opportunities__wrapper .global__presence__content ol li {
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: \'Roboto\';
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}

.gmp-audits-section .header-content-wrapper {
    z-index: 1000 !important;
}

.business__opportunities__wrapper .global__presence__content ol li::before {
    content: \'\';
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    margin: auto;
    background-image: url(../images/checkmark.png);
    background-repeat: no-repeat;
}

.business__opportunities__wrapper .global__presence__content ol li:last-child {
    margin-bottom: 0px;
}

.global__presence__button {
    background-color: #44A5FF;
    color: var(--white);
    border-radius: 23px;
    max-width: 190px;
    width: 100%;
    height: 45px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    margin-top: 20px;
}

.global__presence__button.mob {
    display: none;
}

.global__presence__form__section {
    background-color: var(--themecolor);
    position: relative;
}

.global__presence__form__section::before {
    content: \'\';
    position: absolute;
    background-image: url(\'../images/particles.png\');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    max-width: 50%;
    bottom: 0;
    width: 100%;
    background-size: cover;
    z-index: 1;
}

.global__presence__form__section .global__form__wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}

.global__presence__form__section .item {
    flex: 1 1 50%;
    padding: 20px 0;
}


/* .global__presence__form__section .global__address__sec {
    padding: 70px 0;
} */

.global__presence__form__section .global__address__sec h1 {
    color: var(--white);
    font-weight: 700;
    font-family: Open Sans;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.global__presence__form__section .global__address__sec p {
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: \'Roboto\';
    margin-bottom: 40px;
    max-width: 450px;
}

.global__address__sec ul {
    display: flex;
    justify-content: space-between;
    max-width: 430px;
}

.global__address__sec ul li img {
    width: 16px;
    height: 16px;
}

.global__address__sec ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.global__input__sec {
    position: relative;
}

.global__presence__form__section::after {
    position: absolute;
    content: \'\';
    width: 50%;
    height: 100%;
    background-color: #EDF5FD;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
}

.global__input__sec h1 {
    color: var(--black);
    font-weight: 700;
    font-family: Open Sans;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.global__input__sec .global__input__sec__wrapper {
   
    width: 100%;
    margin: auto;
}

.global__input__sec__wrapper .form___input input,
textarea {
    width: 100%;
    height: 27px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #848484;
    outline: none;
    color: #848484;
    font-size: 13px;
    font-family: Open Sans;
    font-weight: 400;
}

.global__input__sec__wrapper .form___input textarea {
    height: 55px !important;
    resize: none;
}

.global__input__sec__wrapper .form___input {
    margin-bottom: 15px;
    font-size: 13px !important;
}

.global__input__sec__wrapper .form___input label {
    color: #848484;
    font-size: 13px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 21px;
}

.global__input__sec__wrapper .contact__submit {
    max-width: 190px;
    width: 100%;
    height: 45px;
    border-radius: 23px;
    border: 0;
    background-color: var(--themecolor);
    color: var(--white);
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
  	cursor: pointer;
}

.contact-block-section {
    margin-top: -10.5rem;
    position: relative;
    z-index: 1000;
}

.our-branches-section {
    padding: 0rem 0;
    padding-bottom: 40px;
}

.emi label {
    margin-bottom: 15px;
}


/* footer address  */

footer {
    background-color: red important;;
}

.footer__address {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    margin-bottom: 0px;
}

.footer__address .item {
    padding: 35px 30px;
    border-radius: 8px;
}

.footer__address .item h6 {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    /*font-family: \'Roboto\';*/
    margin-top: 25px;
}

.footer__address .item h4 {
    color: var(--white);
    font-size: 25px;
    line-height: 24px;
    font-weight: 400;
    /*font-family: \'Roboto\';*/
    margin-top: 10px;
}

.footer__address .item:nth-child(1) {
   background: transparent linear-gradient(180deg, #7B59ED 0%, #23349C 100%) 0% 0% no-repeat padding-box;
}

.footer__address .item:nth-child(2) {
   background: transparent linear-gradient(180deg, #4BDDDF 0%, #1CA9E8 100%) 0% 0% no-repeat padding-box;
}

.footer__address .item:nth-child(3) {
    background: transparent linear-gradient(180deg, #1AA0DF 0%, #1F3299 100%) 0% 0% no-repeat padding-box;
}

.footer__address .item:nth-child(4) {
   background: transparent linear-gradient(180deg, #61D5D6 0%, #7780F5 100%) 0% 0% no-repeat padding-box;
}

.footer__address .item .icon__foot {
    height: 55px;
}

.footer__address .item {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__address .item:hover {
    transform: translateY(-15px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* Map  */

#map {
    /* you can set any width or leave it 100%,
    but it is important to leave height at 0*/
    height: 0;
    /* it is very important that your map keeps it\'s aspect ratio (accordingly to your background-image for example). Express this ratio thanks to the padding-bottom: */
    padding-bottom: 65%;
    display: block;
    position: relative;
    background-image: url('https://pharm-sol.com/wp-content/uploads/2022/10/Map.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#map li {
    /* pin\'s label */
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    /* background-color: var(--themecolor);
    color: black;
    border-radius: 2rem;
    font-size: 1rem;
    text-align: center;
    line-height: 2.2rem; */
    background-image: url(\'../images/location.gif\');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transform: translateX(-1rem)/* go backwards 1/2x total width */
    translateY(-2.2rem);
    /* go backwards 1x height */
    transition: transform .5s ease-out, background-color .25s ease-out;
    background-size: contain;
}


/* pin\'s tip */


/* #map li:after {
    content: \'\';
    display: block;
    background-image: url(\'../images/location.png\');
    width: 0;
    height: 0;
    margin-top: -.45rem;
    margin-left: .35rem;
    border-left: .65rem solid transparent;
    border-right: .65rem solid transparent;
    border-top: .65rem solid var(--themecolor);
    transition: border-top .25s ease-out;
} */

#map li:hover {
    /* color: white;
    background-color: coral; */
    transform: translateX(-1rem)/* keep same settings */
    translateY(-2.5rem);
    /* slightly higher setting */
}

.establishment__title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #1f377d;
    margin-bottom: 3.5rem;
}

.common__all h5 {
    font-size: 1.5rem;
    color: #1f377d;
    font-weight: bold;
    margin-top: 10px;
   /* min-height: 37px;
     min-height: 25px; */
}

.common__all p {
    font-size: 1.4rem;
    color: #1f377d;
}
.row.common__all .col-md-6 .establishment-detail-wrapper:nth-child(2) {
  
    min-height: 89px;
}
.common__all .establishment-detail-wrapper {
  
  margin-bottom:10px;
}
.row.common__all img {
    width: 21px;
    height: 14px;
}

/* NEW STYLE  */

.new___news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 470px;
    flex-wrap: wrap;
}
.expertise_logo p {
    text-align: left !important;
}
.gmp-audits-section .gmp-tab-wrapper .tab-content .content-wrapper p{
	margin-bottom:5px !important;
}
.our-team-section{
  padding-top:25px;
}
.team-member .member-wrapper {
    margin-top: 25px !important;
}
.contact-block-section .contact-block{
  	padding-left: 10rem !important;
  	font-size: 18px !important;
}
h6.date__time a {
    text-decoration: underline !important;
}
section.circle__counter.p-0 .container .col-md-6.conter__order1 {
    align-self: center;
}
.expertise___logo p{
margin-left:0px !important;
}
/* +++++++++++++++++++
+++++++++++++++++++
+++++++++++++++++++
MEDIAQUERY
+++++++++++++++++++
+++++++++++++++++++
+++++++++++++++++++ */
@media only screen and  (min-width:1203.9px){
   .about__pharmsol{
         max-height:500px;
    
  }
}
@media only screen and (max-width:1203px) {
  .about__pharmsol{
         max-height: unset !important;
    
  }
.about__readmore__bttn {
  margin-bottom:25px;}
}

@media only screen and (min-width:1201.99px) {
    .anim__mob__only {
        display: none;
    }
}

@media only screen and (max-width:1201.99px) {
    .about__pharmsol .row {
        flex-direction: column;
    }
    .about__pharmsol .row .col-md-6,
    .about__pharmsol .about__pharmsol__wrapper .about__pharmsol__content p {
        max-width: 100%;
    }
    .about__pharmsol .row .col-md-6.md__main,
    .about__readmore {
        display: none;
    }
    .global__input__sec .global__input__sec__wrapper {
        margin-left: 20px;
    }
}
@media only screen and (max-width:1199px){
.contact-block-section .contact-block {
    padding-left: 8rem !important;
    font-size: 14px !important;
}
}
@media only screen and (min-width:992px) {
    .only__on__mobile__button,
    .small__device__slider___wrapper {
        display: none;
    }
  
}

@media only screen and (max-width:992px) {
  .our__expertise__card .exp__logo img{
        max-height: 80px;
        object-fit: contain;
  }
    .cooperation__models .container>.row {
        flex-direction: column;
    }
    .cooperation__models .container>.row .col-md-6 {
        max-width: 100%;
    }
    .order_1 {
        order: 1;
    }
    .order_2 {
        order: 2;
    }
    .readmore__btn {
        display: none;
    }
    .only__on__mobile__button {
        margin-top: 35px;
        text-align: center;
    }
    .our__expertise>.web___only {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .news__star__sec .read__more {
        position: unset;
        margin-top: 20px;
    }
    .latest__news__wrapper::before {
        max-width: unset;
    }
    .animated__border__circle.mx-auto img {
        max-width: 150px;
    }
    .animated__border__circle .last___circle {
        margin-top: -24px;
    }
    .map__section>.container>.row {
        flex-direction: column;
    }
    .map__col__6 {
        max-width: 100%;
    }
    .map__section #map {
        margin: 25px 0;
    }
    .global__presence__form__section::after {
        content: none;
    }
    .global__input__sec .global__input__sec__wrapper {
        margin-left: 0;
        max-width: 100%;
    }
    .global__presence__form__section .global__address__sec p {
        max-width: 100%;
    }
    .global__presence__form__section .item {
        padding: 20px 0;
    }
    .global__input__sec h1,
    .global__input__sec__wrapper .form___input label {
        color: var(--white);
    }
    .global__input__sec__wrapper .contact__submit {
        background-color: #1A3069;
    }
}

@media only screen and (max-width: 768px) and (min-width:767px) {
    .hex__group {
        display: flex;
    }
    .hex__group>.item .content__timer h4 {
        font-size: 25px;
    }
    .hex__group>.item .content__timer p {
        font-size: 12px;
    }
    .footer__address {
        grid-template-columns: repeat(auto-fit, minmax(269px, 1fr));
    }
}

@media only screen and (max-width:768px) {
  .contact-block-section .contact-block {
    padding-left: 6rem !important;
    font-size: 12px !important;
}
  .row.common__all .col-md-6 .establishment-detail-wrapper:nth-child(2) {
    min-height: unset;
}
  .news__event__card .news__content p{
  min-height:72px;
  }
  a.showMore {
   
    bottom: -75px;}
    .member-wrapper:hover{
      margin-top: 70px !important;
  }.member-wrapper .member-designation p{
  font-size:18px;}
  .anim__mob__only .box__title__03, .anim__mob__only .box__title__01, .anim__mob__only .box__title__02 {
  top:70px;
  }
    .timeline-slide__content {
        width: 100%;
    }
    .container__new button.slick-prev.slick-arrow {
        top: -88px !important;
    }
    .swiper__slider__wrapper .swiper__slider__banner__image {
        min-height: 550px;
    }
    #particles-js {
        height: 550px;
    }
    /* .cooperation__models h1,
    .banner__solution__listing>.container h1,
    .solution___details__section h1,
    .small__device__slider .title h3,
    .about__pharmsol .about__pharmsol__wrapper .title h1,
    .news_and__events__section .news__event__card h1,
    .mission__vision__card .content h1 {
        font-size: 20pt;
    } */
    h1,
    h2,
    h3 {
        font-size: 17pt !important;
    }
    .swiper__slider__wrapper .swiper__slider__banner__image .banner__title h1 {
        font-size: 26pt;
    }
    section {
        padding: 30px 0px;
    }
    .global__address__sec ul {
        max-width: 315px;
    }
   /* .footer__address {
        margin-bottom: 100px;
        margin-top: 60px;
    }*/
  .footer__address {
    margin-bottom: 45px;
    margin-top: 10px;
}
    .product__and__technology__card .card__wrapper>.title>.d-flex h3 {
        font-size: 14px !important;
    }
    .cooperation__model__counter__wrapper {
        max-width: 500px;
        margin: auto;
        margin-top: 20px;
    }
    .map__section .col-md-6.map__col__6 {
        max-width: 100%;
    }
    .animated__border__circle .content p {
        margin-top: 0;
    }
    .latest__news__wrapper::before {
        left: 0px !important;
    }
    .footer__address .item:hover {
        transform: none;
    }
}

@media only screen and (max-width:767px) {
   .news__event__card .news__content p{
  min-height:unset;
  }
  .mission__vision__card .content p{
  font-size:13px;
  }
  .mission__vision__card h1{
  font-size:20px !important;
  }
    .row.common__all .col-md-6 .establishment-detail-wrapper:nth-child(2) {
    min-height: unset !important;
}
.gmp-audits-section .col-md-12 .header-content-wrapper {
    padding:30px 20px !important;
}
    .gmp-tab-wrapper .container.p-0 {
        padding: 0px 15px !important;
    }
    .timeline-nav__item.slick-current {
        font-size: 20px !important;
        line-height: 3 !important;
    }
    button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow {
        top: -100px !important;
    }
    .timeline-title {
        font-size: 20px;
        line-height: 26px;
    }
    .solution__card__content {
        height: 100%;
    }
    .expertise___logo p {
        margin-bottom: 25px;
        margin-left: 0;
    }
    .solution__card__content button {
        margin-bottom: 0px;
    }
    .common__all .establishment-detail-wrapper {
        margin-bottom: 1rem;
    }
    .product__and__technology__card .first__card {
        margin-bottom: 25px;
    }
    .col-md-12.anim__mob__only {
        margin-top: 30px;
    }
    .cooperation__model__counter__wrapper>.row .col-md-6 {
        width: calc(100% / 2);
    }
    .cooperation__model__counter_content h4 {
        font-size: 18px;
    }
    .cooperation__model__counter_content h6 {
        font-size: 11px;
    }
    .cooperation__model__counter_content img {
        width: 25px;
        height: 25px;
    }
    .cooperation__model__counter_content .title {
        max-width: 94pt;
    }
    .mar__top__55px {
        padding-top: 30px;
    }
    .mar__bot__55px {
        padding-top: 30px;
    }
    .mob_top {
        margin-top: 30px;
    }
    .product__and__technology__card .card__wrapper {
        padding: 20px;
    }
    .solution___details__section p {
        text-align: justify;
    }
    .solution___details__section__logo {
        max-width: 100%;
    }
    .solution__details__button {
        margin: 15px 0px;
    }
    .solution___details__section__logo {
        margin-bottom: 25px;
    }
    .compant__overview__title p,
    .circle__counter p {
        text-align: justify !important;
    }
    .mission__vision__card.marg-l,
    .mission__vision__card.marg-r {
        margin: unset;
        max-width: 100%;
    }
    .mission___vission__section .col-md-6 {
        margin: 10px 0px;
    }
    .team__members__card__wrapper__last {
        gap: 25px;
    }
    .product__content__section p,
    .manufacturing__capabilities__section p {
        text-align: left ;
    }
    .arrow {
        position: absolute;
        bottom: -55px;
        left: 0;
        right: 0;
        margin: auto;
		z-index: 9999;
    }
    .swiper-pagination-bullet {
        color: var(--themecolor);
        font-size: 16px;
        padding: 0px 10px;
    }
    section.latest__news.pt-0 {
        padding-bottom: 70px;
    }
    .news-swiper-button-next,
    .news-swiper-button-prev {
        background-color: var(--themecolor);
    }
    .news-swiper-button-next .blue__icon,
    .news-swiper-button-prev .blue__icon {
        fill: var(--white);
    }
    .latest__news__wrapper {
        padding-top: 40px;
    }
    .title__bullet {
        margin-bottom: 25px;
    }
    .banner__solution__listing {
        min-height: 275px;
    }
    .hex__group .item:nth-child(odd) {
        text-align: right;
    }
    .hex__group {
        gap: 20px 0;
    }
    .global__presence__button.mob {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .global__presence__button {
        display: none;
    }
    .business__opportunities__wrapper {
        padding: 40px 15px;
    }
    .business__opportunities__wrapper h1 {
        margin-left: 40px;
    }
    .global__presence__form__section::after {
        content: none;
    }
    .global__input__sec__wrapper .contact__submit {
        background-color: #1A3069;
    }
    .global__form__wrapper .item.mob {
        padding: 15px 0px;
    }
    .global__input__sec .global__input__sec__wrapper {
        margin-left: 0;
    }
    .global__input__sec h1,
    .global__input__sec__wrapper .form___input label {
        color: var(--white);
    }
    .global__presence__form__section {
        padding: 50px 0px !important;
    }
    .global__input__sec__wrapper .form___input textarea,
    .global__input__sec__wrapper .form___input input {
        color: var(--white);
    }
    .animated__border__circle {
        max-width: 336px;
    }
    .animated__border__circle .last___circle {
        margin-top: -21px;
    }
    .animated__border__circle .content p {
        font-size: 12px;
        line-height: 17px;
        margin-top: 5px;
    }
    .global__presence__form__section .global__form__wrapper {
        flex-direction: column;
    }
    .global__input__sec .global__input__sec__wrapper,
    .global__presence__form__section .global__address__sec p {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .solution__card__content .exp___logo img {
        margin-left: 0 !important;
    }
    .expertise___logo p {
        text-align: left !important;
    }
    .news__row__image img {
        width: 100%;
        /* height: auto;
        object-fit: inherit;*/
        object-fit: cover;
        height: 188px;
    }
    .product__subbanner {
        margin-top: 0px;
    }
    .compant__overview__title h1 {
        text-align: center;
    }
    .member-wrapper .member-designation p {
        font-size: 14px !important;
    }
    a.showMore {
        bottom: -80px !important;
    }
    .gmp-audits-section .header-content-wrapper {
        padding: 25px !important;
    }
}

@media only screen and (max-width:575px) {
  .news__pagination{
    margin-right:unset;
  }
  .contact-block-section{
  padding-bottom:0px;
  }
  .member-wrapper:hover{
      margin-top: 70px !important;
  }
  a.showMore{
  margin:15px auto !important;
  }
  .gmp-audits-section .col-md-12 .header-content-wrapper{
  padding:20px !important;
    padding-bottom:0 !important;
  }
  .header-content-wrapper img {
  
    display: block;
    margin: auto;
    margin-top: 10px;
}
  .about__pharmsol {
  padding-bottom:20px;
  }
  .cooperation__models> .container> h1{
  margin-top:0;
  }
  .cooperation__models{
  padding:20px 0px;
  }
 section.page-banner-section .row>.col-md-12 h2 {
    margin-top: 100px;
}
  .cooperation__model__counter__wrapper .mar__bot__55px{
    padding-bottom:0;
  }
  .mob_top {
    margin-top: 15px;
}
  #our-establishments-sec {
    margin-top: 15px !important;
}
  .footer__address {
    margin-bottom: 60px;
   
  }
  .row.common__all .col-md-6 .establishment-detail-wrapper:nth-child(2) {
    min-height: unset !important;
}
  .only__on__mobile__button, .about__readmore__bttn, .news_and__events__section .news__event__card h1{
  	margin:0;
  }
  .our__expertise{
    padding-top:0;
    padding-bottom:0;
  }
  .mar__bot__55px {
    padding-bottom: 20px;
  }
  .news_and__events__section{
  padding-top:5px;
  }
    .hex__group>.item .content__timer p {
        line-height: 17px;
        margin-top: 0 !important;
    }
    .product__and__technology__card {
        margin-top: -110px;
    }
    .sub__content p {
        display: none;
    }
    .conter__order1 {
        order: 2;
    }
    .conter__order2 {
        order: 1;
        margin-bottom: 20px;
    }
    .our__milestone__section {
        padding: 138px 0px 50px 0px;
    }
    .contact-block-section {
        margin-top: -6.5rem;
    }
    .our-branches-section {
        padding-top: 0;
    }
    .solution___details__section p {
        margin-top: 0px;
    }
    .product__content__section p {
        margin-top: 10px !important;
    }
    .map__section {
        padding-bottom: 0 !important;
    }
    .about__pharmsol .about__pharmsol__wrapper .title h1 {
        margin-bottom: 10px;
    }
    .small__device__slider .title p {
        margin-bottom: 0px;
    }
    .footer__address {
        margin-top: 0;
    }
    .our__expertise__card .exp__logo img {
        object-fit: contain;
    }
    .product__and__technology__card .card__wrapper>.title p {
        line-height: 18px;
    }
    .product__subbanner.z-99 img {
        height: 140px;
    }
    .box__title__01 h6,
    .box__title__02 h6,
    .box__title__03 h6 {
        font-size: 11px;
    }
    .cooperation__models h1 {
        margin-bottom: 15px;
    }
    .about__readmore__bttn {
        margin-top: 0px;
    }
    .cooperation__model__counter__wrapper::before {
        max-width: 244px;
    }
    .product__and__technology__card .card__wrapper>.title p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
       /* max-width: 172px;*/
        font-size: 12px;
    }
    .cd-h-timeline__events ol {
        padding-left: 0;
    }
    .mission__vision__card {
        padding: 20px;
    }
    .our__milestone__section .title.d-flex {
        margin-bottom: 20px;
    }
    .footer__address .item {
        padding: 8px;
    }
    .footer__address .item h6 {
        font-size: 10px;
        margin-top: 20px;
    }
    .footer__address .item h4 {
        font-size: 14px;
    }
    .footer__address .item img {
        max-width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .footer__address {
        gap: 5px;
    }
    .animated__border__circle .content h4 {
        font-size: 21px;
    }
    .animated__border__circle .content p {
        font-size: 10px;
      	line-height: 13px;
    	margin-top: 0px;
    }
    .animated__border__circle .content {
        top: 33%;
    }
    .animated__border__circle .last___circle .content {
        top: 35%;
    }
    #map li {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .product__and__technology__card .card__wrapper>.title>.d-flex h3 {
        font-size: 14px;
        margin-top: 0 !important;
    }
    .swiper__slider__wrapper .swiper__slider__banner__image .banner__title h1 {
        text-align: center !important;
    }
    .swiper-pagination-bullet {
        padding: 0px 10px;
    }
    .news-swiper-button-next {
        right: 10px;
    }
    .news-swiper-button-prev {
        left: 10px;
    }
    .news__star__sec p {
        font-size: 16px;
        -webkit-line-clamp: 3 !important;
    }
    .gmp__certificate__wrapper p {
        text-align: center !important;
    }
   /* .hex__group .item img {
        max-width: 167px;
    } */
    .hex__group>.item {
        margin-top: -5px;
    }
    .hex__group>.item .content__timer h4 {
        font-size: 18px;
    }
    .hex__group>.item .content__timer p {
        font-size: 13px;
        max-width: 129px;
    }
    .swiper__slider__banner>.swiper-wrapper>.swiper-slide {
        background-position: inherit !important;
    }
}

@media only screen and (max-width:479px) {
    .hex__group .item:nth-child(odd),
    .hex__group .item {
        text-align: center;
    }
    .hex__group .item img {
        transform: rotate(90deg);
    }
    .hex__group {
        gap: 18.6px 0;
    }
    .hex__group>.item {
        overflow: unset;
    }
    .hex__group>.item::after {
        width: 50%;
        border-radius: 40%;
    }
}
@media only screen and (max-width:478px){
  .hex__group>.item .content__timer p {
    max-width: 135px !important;
  }
  .hex__group .item img {
        max-width: 167px;
    }
}
@media only screen and (max-width:475px) {
    .cooperation__model__counter__wrapper::before {
        left: 0;
    }
    .gmp-audits-section .header-content-wrapper {
        padding: 20px !important;
    }
  h6.date__time{
    flex-direction:column;
  }
}

@media only screen and (max-width:376px) {
    .mt--50 {
        margin-top: -42px;
    }
    .mobile___wrapper img {
        max-width: 150px;
    }
    .anim__mob__only .box__title__03,
    .anim__mob__only .box__title__01,
    .anim__mob__only .box__title__02 {
        top: 45px;
    }
  .box__title__01 h4, .box__title__02 h4, .box__title__03 h4 {
   
    font-size: 20px;
  }
}

@media only screen and (max-width:375px) {
 
    .mt--50 {
        margin-top: -35px;
    }
    .cooperation__model__counter_content .title {
        max-width: 61pt;
    }
}

@media only screen and (max-width:374.5px) {
    .footer__address .item {
        text-align: center;
    }
    .footer__address {
        grid-template-columns: repeat(auto-fit, minmax(109px, 1fr));
        gap: 5px;
    }
    .en_buttons button {
        max-width: 100%;
        width: 100%;
    }
    .en_buttons {
        flex-direction: column;
    }
}

@media only screen and (max-width:366.5px) {
    .animated__border__circle.mx-auto img {
        max-width: 131px;
    }
    .animated__border__circle {
        max-width: 289px;
    }
}

@media only screen and (max-width: 320px) {
    .animated__border__circle .content p {
        font-size: 8px;
    }
}