@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 21px;
  scroll-behavior: smooth;
}

body {
  color: #00002A;
  font-size: 1rem;
  direction: ltr;
  line-height: 1.5;
  font-weight: 500;
  background-color: #F5F5F5;
  font-family: "Nunito", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

.off-canvas-wrapper {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Nunito", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ul li,
ol li {
  text-align: left;
}

a,
input[type=submit],
button,
.transition {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #E9F10E;
}

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

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 0.4rem;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 20px;
  margin-bottom: 12px;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
}

.container {
  max-width: 1585px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px 10px 15px;
  max-width: 1530px;
  margin: 0 auto;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5555555;
  max-width: 95%;
  margin: 0 auto 0 0;
}
header .bg-color {
  background-color: rgba(0, 8, 31, 0.9);
  clip-path: polygon(0% 0%, 94% 0%, 91% 100%, 90% 100%, 0% 100%);
  overflow: hidden;
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}

ul#main-menu > li {
  position: relative;
}
ul#main-menu > li.lang-item a {
  border-left: 1px solid #fff;
  margin-left: 25px;
}
ul#main-menu > li.contact {
  color: #E9F10E;
  border: 0.05rem solid #E9F10E;
  border-radius: 0.25rem;
  margin-left: 1rem;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #E9F10E;
  line-height: 33.34px;
  padding: 0.25rem 1.05rem;
  color: #fff;
}

ul#main-menu > li.current-menu-item > a {
  color: #E9F10E;
}

ul#main-menu > li > a:focus,
ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #E9F10E;
}

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -0.75rem;
  top: 100%;
  min-width: 10rem;
  display: none;
  padding-top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
}
ul#main-menu ul.sub-menu::before {
  content: "";
  height: 3rem;
  position: absolute;
  left: 50%;
  top: 0rem;
  border-radius: 0.25rem;
  width: 0.15rem;
  background-color: #E9F10E;
  z-index: 234;
}

ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
  background-color: rgba(0, 8, 31, 0.9);
  text-align: center;
  display: flex;
  justify-content: center;
}
ul#main-menu ul.sub-menu li:first-of-type {
  border-radius: 0.25rem 0.25rem 0 0;
}
ul#main-menu ul.sub-menu li:first-of-type a {
  padding-top: 1.5rem;
}
ul#main-menu ul.sub-menu li:last-of-type {
  border-radius: 0 0 0.25rem 0.25rem;
  padding-bottom: 0.75rem;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0.3rem 0.75rem;
  text-align: center;
  color: #fff;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
  font-size: 18px;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #E9F10E;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #E9F10E;
}

.page-template-home header .bg-color, .page-template-ks-pharma header .bg-color {
  background-color: transparent;
  transition: 0.4s;
}
.page-template-home header.active .bg-color, .page-template-ks-pharma header.active .bg-color {
  background-color: rgba(0, 8, 31, 0.9);
}
.page-template-home .section, .page-template-ks-pharma .section {
  position: relative;
  z-index: 3;
  background-color: #F5F5F5;
}
.page-template-home .partners-section, .page-template-ks-pharma .partners-section {
  position: relative;
}
.page-template-home .partners-section .square, .page-template-ks-pharma .partners-section .square {
  width: 34vw;
  height: 30vw;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.5) 35%);
  position: absolute;
  right: -18rem;
  top: 0;
  transform: rotate(50deg) translateX(100%);
  opacity: 0;
  transition: 1.5s;
}
.page-template-home .partners-section .square::after, .page-template-ks-pharma .partners-section .square::after {
  content: "";
  background-image: url("../../images/SVG/hover-shape.svg");
  background-size: 34vw;
  position: absolute;
  top: -26%;
  left: -10%;
  width: 34vw;
  height: 30vw;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: 1.2s;
  transition-delay: 1.5s;
}
.page-template-home .partners-section .square .shape, .page-template-ks-pharma .partners-section .square .shape {
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-home .partners-section .square .shape svg, .page-template-ks-pharma .partners-section .square .shape svg {
  width: 34.2vw;
  height: auto;
}
.page-template-home .partners-section .square.active, .page-template-ks-pharma .partners-section .square.active {
  transform: rotate(50deg) translateX(0) scale(-1, 1);
  opacity: 1;
}
.page-template-home .partners-section .square.active::after, .page-template-ks-pharma .partners-section .square.active::after {
  transform: rotate(50deg);
}
.page-template-home h1, .page-template-ks-pharma h1 {
  max-width: 45rem;
  font-size: 3.2rem;
}
.page-template-home .top-section, .page-template-ks-pharma .top-section {
  position: relative;
  background-color: black;
  height: 125vh;
  overflow: hidden;
}
.page-template-home .top-section video, .page-template-ks-pharma .top-section video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 0;
  transition: 2s;
}
.page-template-home .top-section video.mobile, .page-template-ks-pharma .top-section video.mobile {
  display: none;
}
.page-template-home .top-section .shape, .page-template-ks-pharma .top-section .shape {
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  z-index: 5;
}
.page-template-home .top-section .shape svg, .page-template-ks-pharma .top-section .shape svg {
  width: 100%;
  height: auto;
}
.page-template-home .top-section::before, .page-template-home .top-section::after, .page-template-ks-pharma .top-section::before, .page-template-ks-pharma .top-section::after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
}
.page-template-home .top-section .bg-color, .page-template-ks-pharma .top-section .bg-color {
  background-image: linear-gradient(to bottom, rgb(0, 8, 31), rgba(0, 8, 31, 0));
  mix-blend-mode: multiply;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.page-template-home .top-section .bg-image, .page-template-ks-pharma .top-section .bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.page-template-home .top-section .container, .page-template-ks-pharma .top-section .container {
  height: 100vh;
  padding: 5rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 4;
}
.page-template-home .top-section .container .sub, .page-template-ks-pharma .top-section .container .sub {
  max-width: 39.5rem;
  margin: 0.85rem auto 1.3rem 0;
}
.page-template-home .top-section .container .sub p, .page-template-ks-pharma .top-section .container .sub p {
  margin-bottom: 10px;
}
.page-template-home .features-section, .page-template-ks-pharma .features-section {
  overflow: hidden;
}
.page-template-home .features-section .container, .page-template-ks-pharma .features-section .container {
  padding: 8rem 15px 3rem 15px;
}
.page-template-home .features-section .features, .page-template-ks-pharma .features-section .features {
  display: flex;
  justify-content: center;
}
.page-template-home .features-section .features::after, .page-template-ks-pharma .features-section .features::after {
  content: "";
  width: 0;
  border: 0.05rem solid #C4C5CA;
  position: absolute;
  top: 273px;
  transform: translateY(-50%);
  left: -200px;
  z-index: -1;
  transition: 2.2s;
}
.page-template-home .features-section .features.active::after, .page-template-ks-pharma .features-section .features.active::after {
  width: 1400px;
}
.page-template-home .features-section .features .single-feature, .page-template-ks-pharma .features-section .features .single-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 17rem;
  margin: 0 2rem;
}
.page-template-home .features-section .features .single-feature .icon, .page-template-ks-pharma .features-section .features .single-feature .icon {
  margin-top: 5px;
  margin-left: 5px;
}
.page-template-home .features-section .features .single-feature .shape,
.page-template-home .features-section .features .single-feature .hover-shape, .page-template-ks-pharma .features-section .features .single-feature .shape,
.page-template-ks-pharma .features-section .features .single-feature .hover-shape {
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 1s;
  max-width: 100%;
}
.page-template-home .features-section .features .single-feature .shape svg,
.page-template-home .features-section .features .single-feature .hover-shape svg, .page-template-ks-pharma .features-section .features .single-feature .shape svg,
.page-template-ks-pharma .features-section .features .single-feature .hover-shape svg {
  max-width: 100%;
  height: auto;
}
.page-template-home .features-section .features .single-feature .text,
.page-template-home .features-section .features .single-feature .title, .page-template-ks-pharma .features-section .features .single-feature .text,
.page-template-ks-pharma .features-section .features .single-feature .title {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 1s;
}
.page-template-home .features-section .features .single-feature .shape, .page-template-ks-pharma .features-section .features .single-feature .shape {
  transition-delay: 0.9s;
}
.page-template-home .features-section .features .single-feature.active .text,
.page-template-home .features-section .features .single-feature.active .title, .page-template-ks-pharma .features-section .features .single-feature.active .text,
.page-template-ks-pharma .features-section .features .single-feature.active .title {
  opacity: 1;
}
.page-template-home .features-section .features .single-feature.active .bg-image,
.page-template-home .features-section .features .single-feature.active .shape,
.page-template-home .features-section .features .single-feature.active .hover-shape, .page-template-ks-pharma .features-section .features .single-feature.active .bg-image,
.page-template-ks-pharma .features-section .features .single-feature.active .shape,
.page-template-ks-pharma .features-section .features .single-feature.active .hover-shape {
  transform: scale(1);
}
.page-template-home .features-section .features .single-feature.start .image::after, .page-template-ks-pharma .features-section .features .single-feature.start .image::after {
  width: 25rem;
  left: auto;
  right: 100%;
}
.page-template-home .features-section .features .single-feature .image, .page-template-ks-pharma .features-section .features .single-feature .image {
  position: relative;
  width: 335px;
  height: 295px;
}
.page-template-home .features-section .features .single-feature .image .shape, .page-template-ks-pharma .features-section .features .single-feature .image .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-template-home .features-section .features .single-feature .image .shape svg, .page-template-ks-pharma .features-section .features .single-feature .image .shape svg {
  width: 100%;
  height: auto;
}
.page-template-home .features-section .features .single-feature .image .hover-shape, .page-template-ks-pharma .features-section .features .single-feature .image .hover-shape {
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  left: -14px;
  top: -12px;
  z-index: 3;
}
.page-template-home .features-section .features .single-feature .image:hover .hover-shape, .page-template-ks-pharma .features-section .features .single-feature .image:hover .hover-shape {
  opacity: 1;
}
.page-template-home .features-section .features .single-feature .title, .page-template-ks-pharma .features-section .features .single-feature .title {
  margin: 0.9rem 0 0.65rem 0;
  line-height: 1.2;
}

.page-template-ks-pharma .page-wrap {
  overflow: hidden;
}
.page-template-ks-pharma .triggerMobileMenu span {
  background: #A966EC;
}
.page-template-ks-pharma header.active .triggerMobileMenu span {
  background: #fff;
}
.page-template-ks-pharma .plus-shape {
  background-color: #A966EC;
}
.page-template-ks-pharma .single-media .button {
  color: #A966EC;
}
.page-template-ks-pharma .single-media .button::after {
  border-color: #A966EC;
}
.page-template-ks-pharma .single-media .button:hover {
  color: #A966EC;
}
.page-template-ks-pharma .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A966EC;
}
.page-template-ks-pharma .partners-section {
  padding: 2rem 0 9.5rem 0;
}
.page-template-ks-pharma .partners-section .square {
  width: 31vw;
  height: 27vw;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.5) 25%);
  position: absolute;
  left: -18rem;
  right: auto;
  bottom: 70%;
  top: auto;
  transform: rotate(50deg) translateX(100%) scale(1, -1);
  opacity: 0;
  transition: 1.5s;
}
.page-template-ks-pharma .partners-section .square::after {
  content: "";
  background-image: url("../../images/SVG/purple-square.svg");
  background-size: 31vw;
  position: absolute;
  top: -24%;
  left: -7%;
  width: 31vw;
  height: 27vw;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: 1.2s;
  transition-delay: 1.5s;
}
.page-template-ks-pharma .partners-section .square .shape {
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-ks-pharma .partners-section .square .shape svg {
  width: 34.2vw;
  height: auto;
}
.page-template-ks-pharma .partners-section .square.active {
  transform: rotate(50deg) translateX(0) scale(-1, 1);
  opacity: 1;
}
.page-template-ks-pharma .partners-section .square.active::after {
  transform: rotate(50deg);
}
.page-template-ks-pharma .partners-repeater .square {
  width: 31vw;
  height: 27vw;
}
.page-template-ks-pharma #acwp-toolbar-btn {
  background: #A966EC !important;
}
.page-template-ks-pharma header.active ul#main-menu > li.contact {
  border-color: #fff;
}
.page-template-ks-pharma header.active ul#main-menu > li > a:hover {
  color: #00002A;
}
.page-template-ks-pharma header.active .bg-color {
  background-color: rgba(169, 102, 236, 0.9);
}
.page-template-ks-pharma .media-section .shape {
  height: 100%;
}
.page-template-ks-pharma .media-section .shape svg {
  height: 100%;
  width: auto;
}
.page-template-ks-pharma .media-section .right {
  width: 100%;
}
.page-template-ks-pharma .media-section .swiper-button-next::after {
  background-size: 1.15rem;
}
.page-template-ks-pharma .media-section .container {
  padding: 75px 0 75px 15px;
}
.page-template-ks-pharma .media-section .media-slider {
  max-width: 100%;
}
.page-template-ks-pharma .media-section .right .top {
  justify-content: space-between;
  max-width: 65vw;
}
.page-template-ks-pharma .media-section .right .top h2 {
  margin-right: 3.4rem;
}
.page-template-ks-pharma .media-section .right .top .text {
  max-width: 580px;
}
.page-template-ks-pharma .media-section .wrapper > .right {
  border-color: #A966EC;
}
.page-template-ks-pharma .features-section .features.active::after {
  width: 1570px;
  top: 15.1rem;
}
.page-template-ks-pharma .features-section .features .single-feature.active .text {
  opacity: 0;
}
.page-template-ks-pharma .features-section .features .single-feature .text {
  opacity: 0;
  transition: 0.4s;
}
.page-template-ks-pharma .features-section .features .single-feature:hover .hover-shape {
  opacity: 1;
}
.page-template-ks-pharma .features-section .features .single-feature:hover .text {
  opacity: 1;
}
.page-template-ks-pharma .features-section .features .single-feature .hover-shape svg {
  max-width: 113%;
}
.page-template-ks-pharma .top-section .read-more {
  background-color: #fff;
  border-color: #fff;
  color: #00002A;
}
.page-template-ks-pharma .top-section .read-more:hover {
  background-color: #A966EC;
  color: #fff;
}
.page-template-ks-pharma .contact-section {
  position: relative;
}
.page-template-ks-pharma .contact-section h2 {
  max-width: 1070px;
}
.page-template-ks-pharma .contact-section .social {
  display: flex;
}
.page-template-ks-pharma .contact-section .social .single-social {
  margin-left: 25px;
}
.page-template-ks-pharma .contact-section .bg-color {
  background-color: #00081F;
  mix-blend-mode: multiply;
  opacity: 0.77;
  z-index: 2;
}
.page-template-ks-pharma .contact-section > .shape {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
}
.page-template-ks-pharma .contact-section > .shape svg {
  transform: rotate(180deg);
  width: 100%;
  height: auto;
}
.page-template-ks-pharma .contact-section .container {
  padding: 160px 15px;
  position: relative;
  z-index: 2;
}
.page-template-ks-pharma .contact-section .inner {
  border-left: 3px solid #A966EC;
  padding-left: 60px;
}
.page-template-ks-pharma .contact-section .text {
  margin: 10px 0 20px 0;
}
.page-template-ks-pharma .contact-section .wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.page-template-ks-pharma .contact-section .wrapper > .left {
  padding-right: 100px;
}
.page-template-ks-pharma .contact-section .wrapper .right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
  padding-top: 2.7rem;
}
.page-template-ks-pharma .details {
  padding-right: 40px;
}
.page-template-ks-pharma .details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-template-ks-pharma .details li {
  position: relative;
  color: #fff;
  padding-left: 2rem;
  margin-bottom: 10px;
}
.page-template-ks-pharma .details li:last-of-type {
  margin-bottom: 0;
}
.page-template-ks-pharma .details li::before {
  content: "";
  background-image: url("../../images/SVG/purple-bullet.svg");
  background-size: 19px;
  height: 17px;
  width: 19px;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
.page-template-ks-pharma .logos {
  display: flex;
  margin-bottom: 50px;
}
.page-template-ks-pharma .logos .logo {
  margin-right: 20px;
}
.page-template-ks-pharma footer .terms-privacy a:hover {
  color: #C994FF;
}
.page-template-ks-pharma .rights-credit .credit {
  color: #C994FF;
}
.page-template-ks-pharma .rights-credit .credit a {
  color: #C994FF;
}
.page-template-ks-pharma form {
  max-width: 400px;
}
.page-template-ks-pharma form .accept + p {
  justify-content: flex-start !important;
}
.page-template-ks-pharma form input,
.page-template-ks-pharma form textarea {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
.page-template-ks-pharma form input[type=submit],
.page-template-ks-pharma form textarea[type=submit] {
  background-color: #A966EC;
  border-color: #A966EC;
  color: #00002A;
}
.page-template-ks-pharma form .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: -10px;
}
.page-template-ks-pharma form .accept + p {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}
.page-template-ks-pharma form .accept + p input {
  width: auto;
  max-width: 150px;
  padding: 7px 50px;
}
.page-template-ks-pharma form label {
  color: #fff;
  font-size: 16px;
}
.page-template-ks-pharma .products-section .read-wrapper {
  margin-top: 0;
}
.page-template-ks-pharma .products-section .products-text {
  max-width: 45rem;
}
.page-template-ks-pharma .products-section .products-slider .swiper-button-next::after,
.page-template-ks-pharma .products-section .products-slider .swiper-button-prev::after {
  background-image: url("../../images/SVG/purple-arrow.svg");
  transform: rotate(180deg);
}
.page-template-ks-pharma .products-section .single-product .top .tag {
  background-color: #C4C5CA !important;
  border-color: #C4C5CA !important;
}
.page-template-ks-pharma footer .top {
  display: none;
}
.page-template-ks-pharma .swiper-button-next::after, .page-template-ks-pharma .swiper-button-prev::after {
  background-image: url("../../images/SVG/purple-arrow.svg");
}
.page-template-ks-pharma .rights-credit {
  border-top: none;
}
.page-template-ks-pharma .fixed-contact {
  background-color: #C994FF;
}
.page-template-ks-pharma .fixed-contact:hover {
  color: #C994FF;
  background-color: #fff;
}
.page-template-ks-pharma ul#main-menu > li:hover a, .page-template-ks-pharma ul#main-menu > li.current-menu-item a {
  color: #C994FF;
}
.page-template-ks-pharma ul#main-menu > li > a {
  color: #fff;
}
.page-template-ks-pharma ul#main-menu > li > a:hover {
  color: #C994FF;
}
.page-template-ks-pharma ul#main-menu > li.contact {
  border-color: #C994FF;
}
.page-template-ks-pharma ul#main-menu > li.contact:hover a {
  color: #C994FF;
}
.page-template-ks-pharma .read-more {
  border-color: #8045BB;
  background-color: #8045BB;
  color: #fff;
  min-width: 120px;
}
.page-template-ks-pharma .read-more:hover {
  background-color: #fff;
  border-color: #fff;
  color: #8045BB;
}
.page-template-ks-pharma .blue {
  color: #C994FF;
}
.page-template-ks-pharma .l-purple {
  color: #C994FF;
}
.page-template-ks-pharma .d-purple {
  color: #8045BB;
}
.page-template-ks-pharma .scope-section .small {
  font-size: 18px;
}
.page-template-ks-pharma .scope-section .categories {
  max-width: 100%;
}
.page-template-ks-pharma .scope-section .categories .shape span {
  color: #C994FF;
}
.page-template-ks-pharma .scope-section .categories .category {
  max-width: 12rem;
  margin: 0;
}
.page-template-ks-pharma .scope-section .categories .category .title {
  max-width: 11rem;
}
.page-template-ks-pharma .scope-section .categories .category .title {
  position: relative;
  font-size: 1.1rem;
}
.page-template-ks-pharma .scope-section .categories .category .title::before {
  top: -2.4762rem;
}
.page-template-ks-pharma .scope-section .categories .category .text {
  opacity: 0;
  margin-top: 10px;
  transition: 0.4s;
}
.page-template-ks-pharma .scope-section .categories .category:hover .text {
  opacity: 1;
}
.page-template-ks-pharma .scope-section .categories .category:hover .shape path {
  fill: #C994FF;
}
.page-template-ks-pharma .products-section .single-product .top .tag {
  border-color: #C994FF;
}
.page-template-ks-pharma .products-section .single-product:hover .top .tag {
  background-color: #C994FF;
}

.purple {
  color: #C994FF;
}

.scope-section {
  position: relative;
  overflow: hidden;
}
.scope-section .square {
  width: 34vw;
  height: 30vw;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.2) 35%);
  position: absolute;
  right: -15rem;
  bottom: 0;
  transform: rotate(50deg) translateX(100%);
  opacity: 0;
  transition: 1.5s;
}
.scope-section .square::after {
  content: "";
  background-image: url("../../images/SVG/hover-shape.svg");
  background-size: 34vw;
  position: absolute;
  top: -5%;
  left: -10%;
  width: 34vw;
  height: 30vw;
  background-repeat: no-repeat;
  transform: rotate(50deg);
  transition: 1.2s;
  transition-delay: 1.5s;
}
.scope-section .square .shape {
  position: absolute;
  left: 0;
  top: 0;
}
.scope-section .square .shape svg {
  width: 34.2vw;
  height: auto;
}
.scope-section .square.active {
  transform: rotate(50deg) translateX(0);
  opacity: 1;
}
.scope-section .square.active::after {
  transform: rotate(0);
}
.scope-section .container {
  padding: 4rem 0.75rem 10rem 0.75rem;
}
.scope-section .text {
  max-width: 37rem;
  margin: 1.25rem auto;
}
.scope-section .categories {
  display: flex;
  justify-content: space-between;
  max-width: 50rem;
  margin: 6.5rem auto 0 auto;
}
.scope-section .categories .category {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem;
  max-width: 10rem;
}
.scope-section .categories .category:first-of-type .title::before {
  display: none;
}
.scope-section .categories .category:hover .hover-shape {
  transform: scale(1) translateX(-50%);
}
.scope-section .categories .category:hover .hover-shape svg {
  width: 4.5rem;
}
.scope-section .categories .category:hover .hover-shape svg path {
  stroke-width: 8px;
}
.scope-section .categories .category:hover .shape path {
  fill: #00CBFF;
  stroke-width: 0;
}
.scope-section .categories .category:hover .shape span {
  color: #fff;
}
.scope-section .categories .category.active .shape {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.scope-section .categories .hover-shape {
  position: absolute;
  left: 50%;
  top: -4.5rem;
  transform: translateX(-50%) scale(0);
  transition: 0.5s;
}
.scope-section .categories .hover-shape svg {
  width: 2.5rem;
  transition: 0.5s;
  height: auto;
}
.scope-section .categories .hover-shape svg path {
  fill: #fff;
  transition: 0.4s;
}
.scope-section .categories .title::before {
  content: "";
  width: 13.5rem;
  border: 0.05rem solid #C4C5CA;
  position: absolute;
  top: -64%;
  transform: translateY(-50%);
  z-index: -1;
  right: 50%;
}
.scope-section .categories .shape {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: -3.75rem;
  transform: translateX(-50%) translateY(100px);
  opacity: 0;
  transition: 1.4s;
}
.scope-section .categories .shape svg {
  height: 2.5rem;
  width: 2.5rem;
  z-index: 3;
}
.scope-section .categories .shape svg path {
  transition: 0.4s;
  stroke-width: 12;
  fill: #F5F5F5;
}
.scope-section .categories .shape span {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  color: #00CBFF;
  font-size: 1.4rem;
  z-index: 3;
}

.media-section {
  position: relative;
  overflow: hidden;
}
.media-section .swiper-pagination {
  bottom: 0;
}
.media-section .left {
  display: flex;
  padding-right: 25px;
}
.media-section .left h2 {
  max-width: 300px;
  margin-right: 25px;
}
.media-section .swiper-button-next::after {
  background-size: 2.35rem;
}
.media-section .swiper-button-next {
  right: 40px;
}
.media-section .swiper-slide.swiper-slide-active, .media-section .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.media-section.section {
  background-color: transparent;
}
.media-section label {
  color: #fff;
}
.media-section .container {
  padding: 85px 0 85px 15px;
  max-width: 85rem;
  margin: 0 0 0 auto;
}
.media-section .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transition: 1.8s;
  transform: translateX(120%);
}
.media-section .shape.active {
  transform: translateX(0);
}
.media-section .bg-color {
  background-color: rgba(0, 8, 31, 0.7);
  mix-blend-mode: multiply;
}
.media-section .container {
  z-index: 3;
}
.media-section .wrapper {
  display: flex;
}
.media-section .wrapper > .right {
  padding-left: 3.5rem;
  border-left: 0.15rem solid #E9F10E;
}
.media-section .wrapper > .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.media-section .wrapper > .left .text {
  margin: 1.5rem 0;
}
.media-section .wrapper > .left .inner {
  max-width: 17rem;
}
.media-section .wrapper > .left {
  margin-right: 3.5rem;
}
.media-section .left {
  position: relative;
  z-index: 2;
}
.media-section .left .inner {
  max-width: 10rem;
}
.media-section .left .inner input {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.media-section .left .inner input[type=submit] {
  width: auto;
  margin-top: 1.25rem;
  padding: 0.35rem 1.75rem;
  border-radius: 0.25rem;
}
.media-section .left .inner input[type=submit]:hover {
  background-color: #00002A;
  color: #E9F10E;
}
.media-section .right .top {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.media-section .right .top h2 {
  margin-right: 2rem;
  margin-bottom: 0;
  line-height: 0.8;
}

.media-slider {
  padding-bottom: 2.5rem;
}

input {
  background-color: #fff;
  margin-top: 0.15rem;
  border: 0;
  outline: none;
}
input:focus {
  outline: none;
}

.media-slider {
  max-width: 65vw;
}

.single-media {
  display: flex;
  width: 100%;
  position: relative;
  height: 22.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.single-media .button {
  margin-top: 15px;
  display: block;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  color: #00CBFF;
}
.single-media .button::after {
  content: "";
  border-right: 2px solid #00CBFF;
  border-bottom: 2px solid #00CBFF;
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  margin-left: 0.5rem;
  transition: 0.2s;
  margin-top: 0.55rem;
}
.single-media .button:hover {
  color: #00CBFF;
}
.single-media .button:hover::after {
  transform: translateY(-50%) rotate(-45deg);
  margin-left: 0.8rem;
}
.single-media .title {
  color: #00002A;
}
.single-media .image {
  height: 100%;
  width: 22.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  display: flex;
  flex: 1;
}
.single-media .tag {
  position: absolute;
  left: 0;
  top: 1.6rem;
  z-index: 3;
  padding: 6px 17px;
  background-color: #00081F;
  color: #fff;
  text-align: center;
  border-radius: 0 0.2rem 0.2rem 0;
  font-size: 18px;
}
.single-media .right {
  display: flex;
  flex: 1;
  max-width: 32vw;
}
.single-media .left {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 40px;
  border-radius: 0.5rem 0 0 0.5rem;
  min-width: 250px;
}
.single-media .left .date {
  margin-bottom: 25px;
}
.single-media:hover .button {
  opacity: 1;
}

.categories-section .products-text {
  max-width: 37rem;
  padding: 1rem 0 3rem 0;
}

.products-section .container {
  padding: 11.5rem 0.75rem;
  max-width: 78.5rem;
}
.products-section .products-text {
  max-width: 37rem;
  margin: 1rem auto 3rem auto;
}
.products-section .read-wrapper {
  margin-top: 3rem;
}
.products-section .products-slider {
  padding: 25px 60px;
  position: relative;
  overflow: hidden;
}
.products-section .products-slider .swiper-button-next,
.products-section .products-slider .swiper-button-prev {
  top: 40%;
}
.products-section .products-slider .swiper-button-next::after,
.products-section .products-slider .swiper-button-prev::after {
  background-image: url("../../images/SVG/blue-arrow.svg");
  top: auto;
}
.products-section .products-slider .swiper-slide {
  opacity: 0;
  transition: 0.7s;
}
.products-section .products-slider .swiper-slide.swiper-slide-active,
.products-section .products-slider .swiper-slide.swiper-slide-active + .swiper-slide,
.products-section .products-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.products-section .products-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
}
.products-section .single-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #00002A;
}
.products-section .single-product .plus-shape {
  opacity: 0;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  transition: 0.5s;
}
.products-section .single-product .top {
  background-color: #fff;
  width: 16.5rem;
  height: 16.5rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0);
}
.products-section .single-product .top::after {
  content: "";
  width: 106%;
  height: 106%;
  border-radius: 0.5rem;
  border: 0.1rem solid rgba(0, 8, 31, 0.2);
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: -3%;
  left: -3%;
}
.products-section .single-product .top .tag {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  border-radius: 0.2rem;
  background-color: #fff;
  border: 1px solid #00CBFF;
  color: #00002A;
  width: max-content;
  max-width: 90%;
  z-index: 3;
}
.products-section .single-product .top .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.products-section .single-product .top img {
  max-width: 90%;
  max-height: 90%;
}
.products-section .single-product .title {
  margin: 0.75rem 0 0.25rem 0;
  transform: translateY(0);
  transition: 0.8s;
  direction: ltr;
}
.products-section .single-product .text {
  transform: translateY(0);
  transition: 0.8s;
}
.products-section .single-product:hover .title, .products-section .single-product:hover .text {
  transform: translateY(1.25rem);
}
.products-section .single-product:hover .tag {
  background-color: #00CBFF;
  color: #fff;
}
.products-section .single-product:hover .top {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.16);
}
.products-section .single-product:hover .top::after,
.products-section .single-product:hover .top .plus-shape {
  opacity: 1;
}

.all-slides {
  display: flex;
  height: 100%;
  color: #fff;
  height: 37.5rem;
}
.all-slides .oneFlex {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex: 0.5;
  transition: 0.5s;
  position: relative;
  padding: 2rem 0.75rem;
  align-items: flex-end;
  margin-right: 0.5rem;
}
.all-slides .oneFlex:last-of-type {
  margin-right: 0;
}
.all-slides .oneFlex .dark-curtain,
.all-slides .oneFlex .blue-curtain {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.all-slides .oneFlex .blue-curtain {
  background-image: none;
  background-color: rgba(0, 8, 31, 0.75);
  background-image: none;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: 0.3s;
  height: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 100%;
}
.all-slides .oneFlex .dark-curtain {
  background-image: linear-gradient(to top, rgba(0, 8, 31, 0.8), rgba(0, 8, 31, 0) 70%);
  top: auto;
  bottom: 0;
}
.all-slides .oneFlex .wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.all-slides .oneFlex .slide-content {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  max-width: 90%;
  z-index: 9;
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition-duration: 0s, 0s;
  transition-delay: 0s, 0s;
  transition-property: opacity, height;
}
.all-slides .oneFlex .slide-content .read-more {
  color: #00002A;
}
.all-slides .oneFlex .slide-content .title {
  font-size: 40px;
}
.all-slides .oneFlex .slide-content .text {
  max-width: 100%;
  width: 23.5rem;
  margin: 1.25rem auto 2rem auto;
}
.all-slides .oneFlex .read-more {
  margin-top: 1.25rem;
  color: #fff;
}
.all-slides .oneFlex .read-more svg {
  margin-right: 0.25rem;
}
.all-slides .oneFlex .slide-title {
  padding: 0 0.5rem;
  font-size: 40px;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  transition: 0.4s;
  line-height: 1.2;
}
.all-slides .oneFlex svg path,
.all-slides .oneFlex svg circle,
.all-slides .oneFlex svg line {
  stroke: #fff;
}
.all-slides .oneFlex:hover {
  flex: 1.1;
  justify-content: flex-start;
  opacity: 1;
  padding-top: 12%;
}
.all-slides .oneFlex:hover .mobile-background-image .dark-curtain {
  opacity: 0;
}
.all-slides .oneFlex:hover .dark-curtain {
  opacity: 0;
  background-blend-mode: multiply;
}
.all-slides .oneFlex:hover .slide-content {
  opacity: 1;
  transition-duration: 0.5s, 0.5s;
  transition-delay: 0.25s, 0s;
  transition-property: opacity, height;
}
.all-slides .oneFlex:hover .slide-content .read-more:hover {
  color: #E9F10E;
}
.all-slides .oneFlex:hover .service-read-more {
  opacity: 1;
}
.all-slides .oneFlex:hover .slide-title {
  opacity: 0;
}
.all-slides .oneFlex:hover .blue-curtain {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.partners-section {
  padding: 2rem 0 6.5rem 0;
}
.partners-section .read-wrapper {
  margin-top: 3rem;
}
.partners-section .partners-repeater.not-slider .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.partners-section .partners-repeater.not-slider .swiper-wrapper .single-partner {
  margin: 0 25px 15px 25px;
}
.partners-section .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.partners-section .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0.75rem;
}
.partners-section .top .partners-text {
  max-width: 45rem;
  margin: 0.5rem auto 2rem auto;
}
.partners-section .swiper-slide {
  width: auto !important;
}
.partners-section .single-partner {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.partners-section .single-partner img {
  max-width: 70%;
  max-height: 70%;
}

.about-section {
  overflow: hidden;
}
.about-section .container {
  padding: 8rem 0.75rem 6rem 0.75rem;
}
.about-section .text {
  max-width: 26.5rem;
  margin: 1rem 0 2rem 0;
}
.about-section .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-section .image {
  width: 100%;
  border-radius: 0.5rem;
  height: 22.5rem;
  transition-delay: 0.6s;
}

.accordion-section h2 {
  margin-bottom: 3rem;
}

.post-type-archive-product header {
  max-width: 100%;
}
.post-type-archive-product .searchandfilter ul {
  padding-left: 15px;
  display: flex;
  align-items: flex-end;
}
.post-type-archive-product .searchandfilter ul > li {
  padding-bottom: 0;
}
.post-type-archive-product .searchandfilter ul > li:first-of-type {
  margin-right: 25px;
}
.post-type-archive-product .searchandfilter ul > li h4 {
  margin-right: 25px;
}
.post-type-archive-product .searchandfilter ul h4 {
  color: #fff;
  text-transform: none;
}
.post-type-archive-product .searchandfilter ul label {
  width: 100%;
}
.post-type-archive-product .searchandfilter ul label input {
  width: 100%;
  max-width: 100%;
  padding: 8px 18px;
  border-radius: 5px;
}
.post-type-archive-product .searchandfilter ul label input::placeholder {
  color: #00002A;
  font-size: 18px;
}
.post-type-archive-product select {
  outline: none;
  border: none;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 18px;
  background-image: url("../../images/SVG/down-arrow.svg");
  background-position: 290px 18px;
  -webkit-appearance: none;
  appearance: none;
  background-size: 25px;
  background-repeat: no-repeat;
  max-width: 100%;
}
.post-type-archive-product select:hover, .post-type-archive-product select:focus {
  outline: none;
  border: none;
}
.post-type-archive-product select option:hover, .post-type-archive-product select option:checked {
  box-shadow: 0 0 10px 100px #00CBFF inset;
}
.post-type-archive-product select:focus > option:checked {
  background: #00CBFF !important;
}
.post-type-archive-product h1 {
  margin-bottom: 0;
  line-height: 0.7;
  font-size: 3.1rem;
}
.post-type-archive-product .flex_container {
  max-width: 1500px;
}
.post-type-archive-product .top-banner {
  position: relative;
  overflow: hidden;
}
.post-type-archive-product .top-banner .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgb(0, 8, 31), rgba(0, 8, 31, 0.3));
  mix-blend-mode: multiply;
}
.post-type-archive-product .top-banner .shape {
  z-index: 3;
}
.post-type-archive-product .top-banner .shape path {
  fill: #F5F5F5;
}
.post-type-archive-product .top-banner form {
  max-width: 100%;
}
.post-type-archive-product .top-banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 4;
}
.post-type-archive-product .top-banner .filter {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.post-type-archive-product .top-banner .container {
  padding: 12.5rem 0.75rem 2rem 0.75rem;
  max-width: 79.5vw;
  z-index: 4;
}
.post-type-archive-product .top-banner .shape {
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}
.post-type-archive-product .top-banner .shape svg {
  width: 100%;
  height: auto;
}
.post-type-archive-product .products-section {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}
.post-type-archive-product .products-section .container {
  padding: 70px 15px 0 15px;
}
.post-type-archive-product .products-section .col-xl-3 {
  margin-bottom: 70px;
}
.post-type-archive-product .top-text {
  max-width: 735px;
  margin: 0 0 100px 0;
}
.post-type-archive-product .col-md-3 {
  margin-bottom: 70px;
}
.post-type-archive-product .single-product .tag {
  background-color: #fff;
  border: 1px solid #00CBFF;
  color: #00002A;
}
.post-type-archive-product .single-product:hover .tag {
  color: #fff;
  background-color: #00CBFF;
}
.post-type-archive-product .categories-section {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}

.post-type-archive-media {
  background-color: #fff;
}
.post-type-archive-media header {
  max-width: 100%;
}
.post-type-archive-media .flex_container {
  max-width: 1500px;
}
.post-type-archive-media .swiper-button-next::after {
  transform: translateY(0) rotate(180deg);
  transform-origin: bottom;
}
.post-type-archive-media .swiper-button-next::after,
.post-type-archive-media .swiper-button-prev::after {
  background-image: url("../../images/SVG/blue-arrow.svg");
}
.post-type-archive-media h1 {
  margin-bottom: 0;
  line-height: 0.7;
  font-size: 3.1rem;
}
.post-type-archive-media h2 {
  font-size: 1.8rem;
}
.post-type-archive-media .tag {
  position: absolute;
  top: 1.5rem;
  left: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0.3rem 1rem;
}
.post-type-archive-media .top-banner {
  position: relative;
  overflow: hidden;
}
.post-type-archive-media .top-banner .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgb(0, 8, 31), rgba(0, 8, 31, 0.3));
  mix-blend-mode: multiply;
}
.post-type-archive-media .top-banner .shape {
  z-index: 3;
}
.post-type-archive-media .top-banner .shape path {
  fill: #fff;
}
.post-type-archive-media .top-banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 4;
}
.post-type-archive-media .top-banner .filter {
  display: flex;
}
.post-type-archive-media .top-banner .filter .single {
  margin-right: 1rem;
}
.post-type-archive-media .top-banner .filter .single:last-of-type {
  margin-right: 0;
}
.post-type-archive-media .top-banner .container {
  padding: 12.5rem 0.75rem 2rem 0.75rem;
  max-width: 79.5vw;
  z-index: 4;
}
.post-type-archive-media .top-banner .shape {
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}
.post-type-archive-media .top-banner .shape svg {
  width: 100%;
  height: auto;
}
.post-type-archive-media .swiper-slide {
  height: auto !important;
  opacity: 0;
}
.post-type-archive-media .swiper-slide.swiper-slide-active,
.post-type-archive-media .swiper-slide.swiper-slide-active + .swiper-slide,
.post-type-archive-media .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.post-type-archive-media .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
}
.post-type-archive-media .single-media {
  display: block;
  height: auto;
  overflow: visible;
  background-color: #fff;
  height: 100%;
}
.post-type-archive-media .single-media .button {
  margin-top: 25px;
  display: block;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.post-type-archive-media .single-media .button::after {
  content: "";
  border-right: 2px solid #00CBFF;
  border-bottom: 2px solid #00CBFF;
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  margin-left: 0.5rem;
  transition: 0.2s;
  margin-top: 0.75rem;
}
.post-type-archive-media .single-media .button:hover {
  color: #00CBFF;
}
.post-type-archive-media .single-media .button:hover::after {
  transform: translateY(-50%) rotate(-45deg);
  margin-left: 0.8rem;
}
.post-type-archive-media .single-media .bottom {
  padding: 0.5rem 0.75rem 0.75rem 0.75rem;
}
.post-type-archive-media .single-media .image {
  width: 100%;
  padding-top: 85%;
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
  height: auto;
}
.post-type-archive-media .single-media .date {
  margin: 10px 0 4px 0;
}
.post-type-archive-media .single-media:hover .button {
  opacity: 1;
}
.post-type-archive-media .latest-section {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.post-type-archive-media .latest-section .container {
  padding: 6rem 0.75rem 8.75rem 0.75rem;
  max-width: 1525px;
}
.post-type-archive-media .latest-section .single-media {
  height: auto;
}
.post-type-archive-media .latest-section .single-media .image {
  padding-top: 125%;
}
.post-type-archive-media .posts-slider {
  padding-top: 50px;
}
.post-type-archive-media .posts-slider.is-swiper {
  padding: 50px 70px 0 70px;
}
.post-type-archive-media .posts-slider .single-media .button {
  font-size: 18px;
  margin-top: 10px;
}
.post-type-archive-media .categories-section {
  background-color: #F5F5F5;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.post-type-archive-media .categories-section .container {
  padding: 7.5rem 0.75rem;
  max-width: 1525px;
}
.post-type-archive-media .categories-section .single-category {
  margin-bottom: 10rem;
}
.post-type-archive-media .categories-section .single-category:last-of-type {
  margin-bottom: 0;
}
.post-type-archive-media .categories-section .single-category .title-shape .shape svg path {
  fill: #F5F5F5;
}
.post-type-archive-media .main-media {
  display: flex;
  color: #00002A;
}
.post-type-archive-media .main-media .tag {
  top: 2rem;
}
.post-type-archive-media .main-media .tag.mobile {
  display: none;
}
.post-type-archive-media .main-media .left {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 1.75rem;
  max-width: 25rem;
  position: relative;
  border-radius: 0.4rem 0 0 0.4rem;
}
.post-type-archive-media .main-media .left .date {
  margin-bottom: 1.25rem;
}
.post-type-archive-media .main-media .image {
  height: 23.5rem;
  width: 100%;
  display: flex;
  flex: 1;
  border-radius: 0 0.4rem 0.4rem 0;
}
.post-type-archive-media .main-media .button {
  margin-top: 15px;
  display: block;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  color: #00CBFF;
}
.post-type-archive-media .main-media .button::after {
  content: "";
  border-right: 2px solid #00CBFF;
  border-bottom: 2px solid #00CBFF;
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  margin-left: 0.5rem;
  transition: 0.2s;
  margin-top: 0.55rem;
}
.post-type-archive-media .main-media .button:hover {
  color: #00CBFF;
}
.post-type-archive-media .main-media .button:hover::after {
  transform: translateY(-50%) rotate(-45deg);
  margin-left: 0.8rem;
}
.post-type-archive-media .main-media:hover .button {
  opacity: 1;
}
.post-type-archive-media .title-shape {
  display: flex;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto 2rem auto;
}
.post-type-archive-media .title-shape h2 {
  margin-bottom: 0;
  white-space: nowrap;
}
.post-type-archive-media .title-shape .shape {
  display: flex;
  flex: 1;
  margin-left: 2rem;
  position: relative;
}
.post-type-archive-media .title-shape .shape svg {
  width: 2.5rem;
}
.post-type-archive-media .title-shape .shape svg path {
  stroke-width: 10;
  fill: #fff;
}
.post-type-archive-media .title-shape .shape .line-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.post-type-archive-media .title-shape .shape::after {
  content: "";
  width: 1600px;
  border-bottom: 0.1rem solid #C4C5CA;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  flex: 1;
}
.post-type-archive-media .title-shape .shape::before {
  content: "";
  clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  left: 0.6rem;
  top: -0.65rem;
  width: 1.35rem;
  background-color: #00CBFF;
  height: 1.35rem;
  cursor: initial;
  transition: 0.5s;
  position: absolute;
  z-index: 4;
}

body.single-media {
  overflow: visible;
  font-size: 0.9rem;
}
body.single-media:hover .read-more {
  background-color: transparent;
  color: #fff;
}
body.single-media .top-banner h1 {
  font-size: 2rem !important;
}
body.single-media h1 {
  margin-bottom: 25px;
  line-height: 1.2;
  text-transform: none;
  max-width: 990px;
}
body.single-media h2 {
  font-size: 1.4286rem;
  font-weight: 600;
  margin-bottom: 0.7143rem;
}
body.single-media .flex_container {
  max-width: 1450px;
}
body.single-media .container {
  max-width: 1550px;
}
body.single-media .fixed-nav {
  z-index: 99;
  padding: 70px 15px 0 60px;
  max-width: 350px;
  position: relative;
  margin-top: -70px;
}
body.single-media .fixed-nav .list h2 {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: bold;
}
body.single-media .fixed-nav h2 {
  margin-bottom: 1.1905rem;
  text-transform: none;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: bold;
}
body.single-media .fixed-nav svg {
  height: 1.0476rem;
}
body.single-media .fixed-nav::before {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  border-left: 2px solid #C4C5CA;
  position: absolute;
}
body.single-media .fixed-nav::after {
  content: "";
  background-image: url("../../images/SVG/small-shape.svg");
  background-size: 30px;
  width: 30px;
  height: 34px;
  position: absolute;
  left: -14px;
  top: 100%;
  background-repeat: no-repeat;
}
body.single-media .fixed-nav .social-title {
  margin-bottom: 60px;
}
body.single-media .fixed-nav .social-title h2 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: bold;
}
body.single-media .fixed-nav .social-title h2 svg {
  margin-left: 10px;
  height: auto;
}
body.single-media .tag {
  position: absolute;
  top: 105px;
  font-size: 16px;
  left: -3px;
  z-index: 3;
  border: 1px solid #fff;
  border-radius: 0 3px 3px 0;
  padding: 5px 15px;
  background-color: transparent;
}
body.single-media .top-banner .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgb(0, 8, 31), rgba(0, 8, 31, 0.3));
  mix-blend-mode: multiply;
  opacity: 1;
}
body.single-media .top-banner .shape {
  z-index: 3;
}
body.single-media .top-banner .shape path {
  fill: #F5F5F5;
}
body.single-media .top-banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 4;
}
body.single-media .top-banner .filter {
  display: flex;
}
body.single-media .top-banner .filter .single {
  margin-right: 20px;
}
body.single-media .top-banner .filter .single:last-of-type {
  margin-right: 0;
}
body.single-media .top-banner .container {
  padding: 165px 15px 30px 15px;
  z-index: 4;
}
body.single-media .top-banner .shape {
  position: absolute;
  left: 0;
  bottom: -50px;
}
body.single-media .top-banner .shape svg {
  width: 100%;
  height: auto;
}
body.single-media .social {
  display: flex;
}
body.single-media .social a {
  display: block;
  margin-right: 1.1905rem;
}
body.single-media .social svg {
  height: 1.1905rem;
}
body.single-media .single-case {
  margin-bottom: 35px;
  color: #00002A;
  display: block;
}
body.single-media .single-case .small {
  padding: 10px;
}
body.single-media .single-case .term, body.single-media .single-case .title {
  background-color: #fff;
  width: 265px;
}
body.single-media .single-case .title {
  border-radius: 0 0 5px 5px;
  padding-top: 0;
}
body.single-media .single-case .image {
  min-width: 265px;
  width: 265px;
  height: 160px;
  border-radius: 5px 5px 0 0;
  padding-bottom: 8px;
}
body.single-media .main-section {
  background-color: #F5F5F5;
  position: relative;
  z-index: 3;
}
body.single-media .main-container {
  padding: 70px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.single-media .main {
  z-index: 2;
  max-width: 1000px;
}
body.single-media .block {
  margin-bottom: 3.5714rem;
}
body.single-media .content p {
  line-height: 1.5em;
}
body.single-media .content li::marker {
  font-weight: bold;
  font-size: 1.2857rem;
}
body.single-media .content ul {
  list-style: none;
  overflow: hidden;
  padding-left: 1.7rem;
  margin-left: 0;
}
body.single-media .content ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.7143rem;
}
body.single-media .content ul li::before {
  content: "";
  background-image: url("../../images/SVG/bullet-shape.svg");
  width: 18px;
  height: 16px;
  position: absolute;
  left: -1.7rem;
  top: 0.4rem;
  z-index: 2;
}
body.single-media .content ol {
  padding-left: 29.4px;
  margin-top: 0.9524rem;
}
body.single-media .content ol li {
  margin-bottom: 0.7143rem;
}
body.single-media .content ol li::marker {
  color: #00CBFF;
}
body.single-media .quote-block {
  margin-top: 7.1429rem;
}
body.single-media .quote-block .quote {
  background-color: rgba(255, 255, 255, 0.5333333333);
  position: relative;
  padding: 110px 40px 25px 40px;
  border-radius: 8px;
}
body.single-media .quote-block .quote span {
  display: block;
}
body.single-media .quote-block .quote svg {
  position: absolute;
  left: 2.8571rem;
  top: -3.5714rem;
  width: 10.9524rem;
}
body.single-media h3 {
  font-size: 1.45rem;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 15px;
}
body.single-media .image-block .image {
  width: 100%;
  border-radius: 15px;
  padding-top: 47%;
}
body.single-media .mobile-cases {
  display: none;
}
body.single-media .mobile-cases h2 svg path {
  stroke: #000;
}
body.single-media .mobile-cases .social {
  margin-bottom: 1.1905rem;
}
body.single-media .mobile-cases svg {
  height: 1.0476rem;
}
body.single-media .contact-section {
  z-index: 8;
}
body.single-media .conclusion-section {
  background-color: #11B5DF;
  position: relative;
  z-index: 2;
}
body.single-media .conclusion-section .title {
  margin-bottom: 20px;
  font-size: 1.45rem;
  font-weight: bold;
  color: #fff;
}
body.single-media .conclusion-section .container {
  padding: 70px 15px 60px 15px;
}

.page-template-regulation {
  font-size: 0.9rem;
}
.page-template-regulation h1 {
  font-size: 3rem;
}
.page-template-regulation h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: none;
  line-height: 1.3;
  max-width: 600px;
}
.page-template-regulation .top-banner {
  position: relative;
}
.page-template-regulation .top-banner .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgb(0, 8, 31), rgba(0, 8, 31, 0));
  mix-blend-mode: multiply;
  opacity: 1;
}
.page-template-regulation .top-banner .shape {
  z-index: 3;
}
.page-template-regulation .top-banner .shape path {
  fill: #F5F5F5;
}
.page-template-regulation .top-banner .container {
  padding: 165px 15px 30px 15px;
  z-index: 4;
}
.page-template-regulation .top-banner .shape {
  position: absolute;
  left: 0;
  bottom: -1px;
}
.page-template-regulation .top-banner .shape svg {
  width: 100%;
  height: auto;
}
.page-template-regulation .main {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}
.page-template-regulation .main .container {
  padding: 80px 15px 30px 15px;
}
.page-template-regulation .image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 80px;
  position: relative;
}
.page-template-regulation .image-wrapper .title {
  color: #00002A;
}
.page-template-regulation .image-wrapper .title, .page-template-regulation .image-wrapper .role {
  transform: translateY(0);
  transition: 0.8s;
}
.page-template-regulation .image-wrapper .plus-shape {
  opacity: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  transition: 0.5s;
  border: 1px solid #fff;
}
.page-template-regulation .image-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 85%;
  width: 800px;
  border: 1px solid rgba(0, 8, 31, 0.2);
}
.page-template-regulation .image-wrapper .top {
  width: 23.5vw;
  height: 24.5vw;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}
.page-template-regulation .image-wrapper .top::after {
  content: "";
  width: 106%;
  height: 106%;
  border-radius: 0.5rem;
  border: 2px solid rgba(0, 8, 31, 0.2);
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: -3%;
  left: -3%;
}
.page-template-regulation .image-wrapper img {
  max-width: 22.7vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.page-template-regulation .image-wrapper .title {
  margin: 20px 0 5px 0;
}
.page-template-regulation .image-wrapper:hover .plus-shape {
  opacity: 1;
}
.page-template-regulation .image-wrapper:hover .top::after {
  opacity: 1;
}
.page-template-regulation .image-wrapper:hover .title, .page-template-regulation .image-wrapper:hover .role {
  transform: translateY(20px);
}
.page-template-regulation .logos {
  margin: 10px 0 70px 0;
  display: flex;
  flex-wrap: wrap;
}
.page-template-regulation .logos .single-logo {
  min-width: 6vw;
  height: 6vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  margin-bottom: 25px;
}
.page-template-regulation .logos .single-logo:last-of-type {
  margin-right: 0;
}
.page-template-regulation .logos .single-logo img {
  max-width: 80%;
  max-height: 80%;
  height: auto;
  width: auto;
}
.page-template-regulation .bottom-text {
  margin-bottom: 70px;
}
.page-template-regulation .bottom-image .image {
  width: 100vw;
  height: 500px;
}

.page-template-team .page-wrap, .post-type-archive-team-member .page-wrap {
  overflow: hidden;
}
.page-template-team .team, .post-type-archive-team-member .team {
  overflow: hidden;
}
.page-template-team h1, .post-type-archive-team-member h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 610px;
  margin: 0 auto 20px auto;
  font-size: 2.8rem;
}
.page-template-team h1 .shape, .post-type-archive-team-member h1 .shape {
  position: relative;
  margin-bottom: 40px;
}
.page-template-team h1 .shape svg, .post-type-archive-team-member h1 .shape svg {
  width: 50px;
}
.page-template-team h1 .shape svg path, .post-type-archive-team-member h1 .shape svg path {
  stroke-width: 10;
  fill: #F5F5F5;
}
.page-template-team h1 .shape .line-shape, .post-type-archive-team-member h1 .shape .line-shape {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(100%);
  z-index: 3;
  transition: 1.5s;
  opacity: 0;
}
.page-template-team h1 .shape::after, .post-type-archive-team-member h1 .shape::after {
  content: "";
  border-bottom: 2px solid #C4C5CA;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex: 1;
  width: 0;
  transition-duration: 2s;
  transition-delay: 1.3s;
}
.page-template-team h1 .shape::before, .post-type-archive-team-member h1 .shape::before {
  content: "";
  clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  left: -3px;
  top: -13px;
  width: 27px;
  background-color: #00CBFF;
  height: 27px;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  z-index: 4;
  transform: translateY(100%);
  transition: 1.5s;
  opacity: 0;
}
.page-template-team h1 .shape.active .line-shape, .post-type-archive-team-member h1 .shape.active .line-shape {
  transform: translateY(-50%);
  opacity: 1;
}
.page-template-team h1 .shape.active::before, .post-type-archive-team-member h1 .shape.active::before {
  transform: translateY(0);
  opacity: 1;
}
.page-template-team h1 .shape.active::after, .post-type-archive-team-member h1 .shape.active::after {
  width: 1600px;
}
.page-template-team .team .container, .post-type-archive-team-member .team .container {
  padding: 0 40px;
}
.page-template-team .row, .post-type-archive-team-member .row {
  justify-content: space-between;
  margin: 0;
}
.page-template-team .col-sm-5, .post-type-archive-team-member .col-sm-5 {
  display: flex;
  margin-bottom: 70px;
  opacity: 0;
  transform: translateX(400px);
  transition: 1.5s;
}
.page-template-team .col-sm-5.active, .post-type-archive-team-member .col-sm-5.active {
  transform: translateX(0);
  opacity: 1;
}
.page-template-team .col-sm-5:nth-of-type(1), .post-type-archive-team-member .col-sm-5:nth-of-type(1) {
  transform: translateX(-400px);
  transition-delay: 1s;
}
.page-template-team .col-sm-5:nth-of-type(1).active, .post-type-archive-team-member .col-sm-5:nth-of-type(1).active {
  transform: translateX(0);
}
.page-template-team .col-sm-5:nth-of-type(1n), .post-type-archive-team-member .col-sm-5:nth-of-type(1n) {
  justify-content: flex-end;
  padding-top: 5rem;
}
.page-template-team .col-sm-5:nth-of-type(1n) .single-team, .post-type-archive-team-member .col-sm-5:nth-of-type(1n) .single-team {
  color: #00002A;
}
.page-template-team .col-sm-5:nth-of-type(1n) .single-team .top::before, .post-type-archive-team-member .col-sm-5:nth-of-type(1n) .single-team .top::before {
  right: 100%;
}
.page-template-team .col-sm-5:nth-of-type(2n), .post-type-archive-team-member .col-sm-5:nth-of-type(2n) {
  justify-content: flex-end;
  padding-top: 0;
}
.page-template-team .col-sm-5:nth-of-type(2n) .single-team .top::before, .post-type-archive-team-member .col-sm-5:nth-of-type(2n) .single-team .top::before {
  left: 100%;
}
.page-template-team .col-sm-5:nth-of-type(3n), .page-template-team .col-sm-5:nth-of-type(4n), .post-type-archive-team-member .col-sm-5:nth-of-type(3n), .post-type-archive-team-member .col-sm-5:nth-of-type(4n) {
  justify-content: flex-start;
}
.page-template-team .single-team, .post-type-archive-team-member .single-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 80px;
}
.page-template-team .single-team .top, .post-type-archive-team-member .single-team .top {
  width: 22vw;
  height: 23vw;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  min-width: 225px;
  min-height: 225px;
  position: relative;
}
.page-template-team .single-team .top .plus-shape, .post-type-archive-team-member .single-team .top .plus-shape {
  opacity: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  transition: 0.5s;
  border: 1px solid #fff;
}
.page-template-team .single-team .top::before, .post-type-archive-team-member .single-team .top::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  border: 1px solid rgba(0, 8, 31, 0.2);
}
.page-template-team .single-team .top::after, .post-type-archive-team-member .single-team .top::after {
  content: "";
  width: 106%;
  height: 106%;
  border-radius: 0.5rem;
  border: 2px solid rgba(0, 8, 31, 0.2);
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: -3%;
  left: -3%;
}
.page-template-team .single-team img, .post-type-archive-team-member .single-team img {
  max-width: 100%;
  min-width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.page-template-team .single-team .title, .post-type-archive-team-member .single-team .title {
  margin: 20px 0 5px 0;
  transform: translateY(0);
  transition: 0.7s;
}
.page-template-team .single-team .blue, .post-type-archive-team-member .single-team .blue {
  transform: translateY(0);
  transition: 0.7s;
}
.page-template-team .single-team:hover .title, .page-template-team .single-team:hover .blue, .post-type-archive-team-member .single-team:hover .title, .post-type-archive-team-member .single-team:hover .blue {
  transform: translateY(20px);
}
.page-template-team .single-team:hover .top::after, .page-template-team .single-team:hover .top .plus-shape, .post-type-archive-team-member .single-team:hover .top::after, .post-type-archive-team-member .single-team:hover .top .plus-shape {
  opacity: 1;
}

.join-section {
  position: relative;
  margin: 175px 0;
}
.join-section h2 {
  font-size: 2.1rem;
}
.join-section .bg-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100vw;
  padding-top: 25%;
}
.join-section .bg-image.mobile {
  display: none;
}
.join-section .text {
  margin: 35px 0 45px 0;
  position: relative;
  z-index: 2;
}
.join-section .wrapper {
  position: relative;
  max-width: 42vw;
  padding-right: 100px;
  background-color: #fff;
  padding: 80px 15px;
}
.join-section .wrapper .text, .join-section .wrapper h2 {
  max-width: 730px;
}
.join-section .wrapper .bg-color {
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 400px;
  position: absolute;
  right: 100%;
}
.join-section .shape {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  transition: 1.8s;
  transform: translateX(-120%);
  height: 100%;
}
.join-section .shape svg {
  height: 100%;
  width: auto;
}
.join-section .shape.active {
  transform: translateX(0);
}

body.single-team-member {
  background-color: #F5F5F5;
  font-size: 0.9rem;
}
body.single-team-member .top-section {
  overflow: hidden;
}
body.single-team-member .top-section .container {
  padding: 70px 15px 120px 15px;
}
body.single-team-member .col-md-6:nth-of-type(2) {
  padding-top: 70px;
}
body.single-team-member h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  text-align: left;
  text-transform: none;
}
body.single-team-member h1 .shape {
  position: relative;
  margin-bottom: 40px;
}
body.single-team-member h1 .shape svg {
  width: 50px;
  height: auto;
}
body.single-team-member h1 .shape svg path {
  stroke-width: 10;
  fill: #F5F5F5;
}
body.single-team-member h1 .shape .line-shape {
  position: absolute;
  left: 0;
  top: -42px;
  transform: translateY(100%);
  z-index: 3;
  transition: 1.5s;
  opacity: 0;
}
body.single-team-member h1 .shape::after {
  content: "";
  border-bottom: 2px solid #C4C5CA;
  position: absolute;
  top: -20px;
  right: 100%;
  display: flex;
  flex: 1;
  width: 0;
  transition-duration: 1.5s;
  transition-delay: 1.1s;
}
body.single-team-member h1 .shape::before {
  content: "";
  clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  left: 12px;
  top: -33px;
  width: 27px;
  background-color: #00CBFF;
  height: 27px;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  z-index: 4;
  transform: translateY(100%);
  transition: 1.5s;
  opacity: 0;
}
body.single-team-member h1 .shape.active .line-shape {
  transform: translateY(0);
  opacity: 1;
}
body.single-team-member h1 .shape.active::before {
  transform: translateY(0);
  opacity: 1;
}
body.single-team-member h1 .shape.active::after {
  width: 200px;
}
body.single-team-member .role {
  margin-bottom: 10px;
}
body.single-team-member .single-team {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
body.single-team-member .single-team.mobile {
  display: none;
}
body.single-team-member .single-team .top {
  width: 28vw;
  height: 28vw;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  min-width: 225px;
  min-height: 225px;
  position: relative;
}
body.single-team-member .single-team .top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 800px;
  border: 1px solid rgba(0, 8, 31, 0.2);
}
body.single-team-member .single-team .top::after {
  content: "";
  width: 106%;
  height: 106%;
  border-radius: 0.5rem;
  border: 2px solid rgba(0, 8, 31, 0.2);
  opacity: 1;
  transition: 0.5s;
  position: absolute;
  top: -3%;
  left: -3%;
}
body.single-team-member .single-team .top .shape {
  clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00CBFF;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  width: 50px;
  height: 48px;
}
body.single-team-member .single-team .top .shape .linkedin {
  height: 35px;
}
body.single-team-member .single-team .top .shape svg {
  width: 18px;
  height: 18px;
}
body.single-team-member .single-team .top .shape svg path {
  fill: #fff;
}
body.single-team-member .single-team img {
  max-width: 26vw;
  min-width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
body.single-team-member .single-team .title {
  margin: 20px 0 5px 0;
  transform: translateY(0);
  transition: 0.7s;
}
body.single-team-member .single-team .blue {
  transform: translateY(0);
  transition: 0.7s;
}
body.single-team-member .single-team:hover .title, body.single-team-member .single-team:hover .blue {
  transform: translateY(20px);
}
body.single-team-member .single-team:hover .top::after, body.single-team-member .single-team:hover .top .plus-shape {
  opacity: 1;
}

.page-template-contact-us {
  background-color: #F5F5F5;
}
.page-template-contact-us .fixed-contact {
  display: none;
}
.page-template-contact-us h1 {
  font-size: 3rem;
}
.page-template-contact-us .wpcf7 form.invalid .wpcf7-response-output,
.page-template-contact-us .wpcf7 form.unaccepted .wpcf7-response-output,
.page-template-contact-us .wpcf7 form.payment-required .wpcf7-response-output {
  color: #00002A;
  text-align: center;
}
.page-template-contact-us .top-banner {
  position: relative;
}
.page-template-contact-us .top-banner .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgb(0, 8, 31), rgba(0, 8, 31, 0) 130%);
  mix-blend-mode: multiply;
  opacity: 1;
}
.page-template-contact-us .top-banner .shape {
  z-index: 3;
}
.page-template-contact-us .top-banner .shape path {
  fill: #F5F5F5;
}
.page-template-contact-us .top-banner label {
  font-size: 19px;
}
.page-template-contact-us .top-banner .container {
  padding: 200px 15px 30px 15px;
  z-index: 4;
}
.page-template-contact-us .top-banner .shape {
  position: absolute;
  left: 0;
  bottom: -1px;
}
.page-template-contact-us .top-banner .shape svg {
  width: 100%;
  height: auto;
}
.page-template-contact-us .form-section {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}
.page-template-contact-us .form-section .container {
  padding: 70px 15px 100px 15px;
}
.page-template-contact-us .form-section label {
  font-size: 19px;
}
.page-template-contact-us .form-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-contact-us .form-section form {
  max-width: 470px;
}
.page-template-contact-us .form-section form input, .page-template-contact-us .form-section form textarea {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.page-template-contact-us .form-section form input[type=submit], .page-template-contact-us .form-section form textarea[type=submit] {
  background-color: #E9F10E;
  color: #00002A;
}
.page-template-contact-us .form-section form .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: -10px;
}
.page-template-contact-us .form-section form .accept + p {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 40px;
}
.page-template-contact-us .form-section form .accept + p input {
  width: auto;
  max-width: 150px;
  padding: 7px 50px;
}
.page-template-contact-us .top-text {
  max-width: 895px;
  margin: 0 auto 50px auto;
  text-align: center;
  line-height: 1.4;
  font-size: 1.1rem;
}

body.single-product .col-md-6:nth-of-type(2) {
  padding-top: 30px;
}
body.single-product .more {
  display: flex;
  align-items: center;
}
body.single-product .more::after {
  content: "";
  border-right: 2px solid #00CBFF;
  border-bottom: 2px solid #00CBFF;
  display: inline-block;
  width: 11px;
  height: 11px;
  transition: 0.5s;
  transform: rotate(-45deg);
  margin-left: 0.5rem;
  transition: 0.7s;
  transition: 0.6s;
}
body.single-product .more:hover {
  color: #00CBFF;
}
body.single-product .more:hover::after {
  margin-left: 1rem;
}
body.single-product .top-section {
  overflow: hidden;
}
body.single-product .top-section .container {
  padding-bottom: 80px;
  padding-left: 40px;
}
body.single-product .top-section .tag {
  position: static;
  background-color: #fff;
  border: 1px solid #00CBFF;
  color: #00002A;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 13px 10px 8px 10px;
  font-size: 16px;
  display: inline-block;
  border-radius: 0.2rem;
}
body.single-product .top-section h1 {
  margin: 0 0 30px 0;
  font-size: 2.814rem;
  align-items: flex-start;
  text-transform: capitalize;
}
body.single-product .top-section h1 span {
  display: block;
}
body.single-product .top-section h1 .shape .line-shape {
  top: -58px;
}
body.single-product .top-section .left {
  max-width: 600px;
}
body.single-product .top-section .text {
  margin: 15px 0 50px 0;
}
body.single-product .single-team {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 50px;
}
body.single-product .single-team.mobile {
  display: none;
}
body.single-product .single-team .top {
  width: 28vw;
  height: 28vw;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  min-width: 225px;
  min-height: 225px;
  position: relative;
}
body.single-product .single-team .top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 103%;
  transform: translateY(-50%);
  width: 800px;
  border: 1px solid rgba(0, 8, 31, 0.2);
}
body.single-product .single-team .top::after {
  content: "";
  width: 106%;
  height: 106%;
  border-radius: 0.5rem;
  border: 2px solid rgba(0, 8, 31, 0.2);
  opacity: 1;
  transition: 0.5s;
  position: absolute;
  top: -3%;
  left: -3%;
}
body.single-product .single-team img {
  max-width: 26vw;
  min-width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
body.single-product .products-section .container {
  padding: 80px 15px 140px 15px;
}
body.single-product .products-section .single-product {
  color: #00002A;
}
body.single-product .products-section .single-product .top .tag {
  transition: 0.4s;
}
body.single-product .products-section .single-product .title {
  direction: ltr;
}
body.single-product .products-section .single-product:hover .top .tag {
  background-color: #00CBFF;
  color: #fff;
}
body.single-product .single-team .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single-product .single-team .top img {
  position: static;
  max-width: 100%;
  max-height: 100%;
  bottom: auto;
  right: auto;
}
body.single-product .shape {
  position: relative;
  margin-bottom: 40px;
}
body.single-product .shape svg {
  width: 50px;
  height: auto;
}
body.single-product .shape svg path {
  stroke-width: 10;
  fill: #F5F5F5;
}
body.single-product .shape .line-shape {
  position: absolute;
  left: 0;
  top: -42px;
  transform: translateY(100%);
  z-index: 3;
  transition: 1.5s;
  opacity: 0;
}
body.single-product .shape::after {
  content: "";
  border-bottom: 2px solid #C4C5CA;
  position: absolute;
  top: -20px;
  right: 100%;
  display: flex;
  flex: 1;
  width: 0;
  transition-duration: 1.5s;
  transition-delay: 1.1s;
}
body.single-product .shape::before {
  content: "";
  clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  left: 12px;
  top: -33px;
  width: 27px;
  background-color: #00CBFF;
  height: 27px;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  z-index: 4;
  transform: translateY(100%);
  transition: 1.5s;
  opacity: 0;
}
body.single-product .shape.active .line-shape {
  transform: translateY(0);
  opacity: 1;
}
body.single-product .shape.active::before {
  transform: translateY(0);
  opacity: 1;
}
body.single-product .shape.active::after {
  width: 200px;
}

.page-template-about-us {
  background-color: #F5F5F5;
}
.page-template-about-us #page-wrap {
  overflow: hidden;
}
.page-template-about-us .top-banner {
  position: relative;
}
.page-template-about-us .top-banner .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgb(0, 8, 31) 110%, rgba(0, 8, 31, 0) 220%);
  mix-blend-mode: color-dodge;
  opacity: 1;
}
.page-template-about-us .top-banner .shape {
  z-index: 3;
  bottom: -1px;
}
.page-template-about-us .top-banner .shape path {
  fill: #F5F5F5;
}
.page-template-about-us .top-banner .container {
  padding: 180px 15px 30px 15px;
  z-index: 4;
}
.page-template-about-us .top-banner .shape {
  position: absolute;
  left: 0;
  bottom: -1px;
}
.page-template-about-us .top-banner .shape svg {
  width: 100%;
  height: auto;
}
.page-template-about-us .top-text {
  max-width: 735px;
  margin: 0 auto 120px auto;
}
.page-template-about-us .top-text strong {
  font-size: 1.1905rem;
  display: block;
  margin-bottom: 10px;
}
.page-template-about-us .main {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}
.page-template-about-us .main .container {
  max-width: 1700px;
  padding-top: 70px;
}
.page-template-about-us .features-wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding: 80px;
}
.page-template-about-us .features-wrapper .features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-about-us .features-wrapper .single-feature {
  width: 47%;
  display: flex;
  margin-bottom: 120px;
}
.page-template-about-us .features-wrapper .single-feature:last-of-type {
  margin-bottom: 0 !important;
}
.page-template-about-us .features-wrapper .single-feature .title {
  margin-bottom: 15px;
  font-size: 1.3286rem;
  line-height: 1.1;
}
.page-template-about-us .features-wrapper .single-feature .text {
  font-size: 0.9048rem;
}
.page-template-about-us .features-wrapper .single-feature .image-wrapper {
  position: relative;
  width: 220px;
  min-width: 220px;
  height: 195px;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-about-us .features-wrapper .single-feature .image-wrapper .hover-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -15px;
  left: -16px;
  z-index: 3;
}
.page-template-about-us .features-wrapper .single-feature .image-wrapper .hover-shape svg {
  top: 0;
  left: 0;
  width: 115%;
  height: auto;
}
.page-template-about-us .features-wrapper .single-feature .image-wrapper .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.page-template-about-us .features-wrapper .single-feature .image-wrapper .shape svg {
  width: 100%;
  height: auto;
}
.page-template-about-us .features-wrapper .single-feature .image-wrapper .shape svg path {
  fill: #fff;
}
.page-template-about-us .features-wrapper .single-feature .image-wrapper .image {
  width: 100%;
  height: 100%;
}
.page-template-about-us .features-wrapper .single-feature .image-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.page-template-about-us .history-section {
  padding: 200px 15px 150px 0;
}
.page-template-about-us .history-section h2 {
  margin-bottom: 70px;
}
.page-template-about-us .history-swiper {
  padding: 40px 0 300px 0;
}
.page-template-about-us .history-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.page-template-about-us .swiper-slide-active .single-history .year {
  margin-top: -1.6rem;
}
.page-template-about-us .single-history {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.page-template-about-us .single-history .year {
  transition: 0.5s;
  white-space: nowrap;
  color: #00002A;
}
.page-template-about-us .single-history .top-shape {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 25px 0 70px 0;
}
.page-template-about-us .single-history .top-shape .line-shape {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  z-index: 3;
  transition: 1.5s;
  opacity: 0;
}
.page-template-about-us .single-history .top-shape .line-shape svg {
  width: 50px;
  height: auto;
}
.page-template-about-us .single-history .top-shape .line-shape svg path {
  stroke-width: 10px;
  fill: #F5F5F5;
}
.page-template-about-us .single-history .top-shape .line-shape .bottom-line {
  width: 2px;
  height: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: #C4C5CA;
}
.page-template-about-us .single-history .top-shape::before {
  content: "";
  clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  left: 50%;
  top: -33px;
  width: 27px;
  background-color: #C4C5CA;
  height: 27px;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  z-index: 4;
  transform: translate(-50%, 100%);
  transition: 1.5s;
}
.page-template-about-us .single-history .top-shape::after {
  content: "";
  width: 400px;
  height: 2px;
  background-color: #C4C5CA;
  position: absolute;
  top: 7px;
  right: 95%;
  transform: translateY(-50%);
}
.page-template-about-us .single-history .bottom {
  opacity: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
  top: 230px;
  left: -20px;
  transform: translateX(-15%);
  background-color: #F5F5F5;
}
.page-template-about-us .single-history .bottom .image-wrapper {
  position: relative;
}
.page-template-about-us .single-history .bottom .image-wrapper .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-about-us .single-history .bottom .text {
  min-width: 485px;
}
.page-template-about-us .single-history .bottom .image {
  width: 99%;
  height: 99%;
}
.page-template-about-us .swiper-slide-active .single-history .bottom {
  opacity: 1;
}
.page-template-about-us .swiper-slide-active .single-history .year {
  font-size: 60px;
  color: #00CBFF;
  margin-top: -1.6rem;
}
.page-template-about-us .swiper-slide-active .single-history .top-shape .line-shape {
  opacity: 1;
}
.page-template-about-us .swiper-slide-active .single-history .top-shape::before {
  background-color: #00CBFF;
}
.page-template-about-us .swiper-slide-active .single-history .image-wrapper {
  position: relative;
  width: 220px;
  min-width: 220px;
  height: 195px;
  margin-right: 60px;
  display: flex;
  justify-content: center;
  margin-right: 75px;
}
.page-template-about-us .swiper-slide-active .single-history .image-wrapper .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.page-template-about-us .swiper-slide-active .single-history .image-wrapper .shape svg {
  width: 100%;
  height: auto;
}
.page-template-about-us .swiper-slide-active .single-history .image-wrapper .shape svg path {
  fill: #F5F5F5;
}
.page-template-about-us .swiper-slide-active .single-history .image-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.page-template-orphan-drug-division #page-wrap {
  background-color: #F5F5F5;
  overflow: hidden;
}
.page-template-orphan-drug-division .top-banner {
  position: relative;
}
.page-template-orphan-drug-division .top-banner .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 8, 31, 0.7), rgba(0, 8, 31, 0.5));
  opacity: 1;
}
.page-template-orphan-drug-division .top-banner .shape {
  z-index: 3;
  bottom: -1px;
}
.page-template-orphan-drug-division .top-banner .shape path {
  fill: #F5F5F5;
}
.page-template-orphan-drug-division .top-banner .container {
  padding: 200px 15px 30px 15px;
  z-index: 4;
}
.page-template-orphan-drug-division .top-banner .shape {
  position: absolute;
  left: 0;
  bottom: -1px;
}
.page-template-orphan-drug-division .top-banner .shape svg {
  width: 100%;
  height: auto;
}
.page-template-orphan-drug-division .top-text {
  max-width: 770px;
  margin: 50px auto 0 auto;
}
.page-template-orphan-drug-division .top-text strong {
  font-weight: 500;
  font-size: 1.1905rem;
  margin-bottom: 10px;
  display: block;
  line-height: 1.2;
}
.page-template-orphan-drug-division .features-section {
  position: relative;
  z-index: 3;
  background-color: #F5F5F5;
}
.page-template-orphan-drug-division .features-section .square {
  width: 29vw;
  height: 22vw;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.2) 35%);
  position: absolute;
  right: -17rem;
  bottom: 25%;
  transform: rotate(50deg) translateX(100%);
  opacity: 0;
  transition: 1.5s;
}
.page-template-orphan-drug-division .features-section .square::after {
  content: "";
  background-image: url("../../images/SVG/hover-shape.svg");
  background-size: 25vw;
  position: absolute;
  top: -4%;
  left: -8%;
  width: 27vw;
  height: 25vw;
  background-repeat: no-repeat;
  transform: rotate(50deg);
  transition: 1.2s;
  transition-delay: 1.5s;
}
.page-template-orphan-drug-division .features-section .square .shape {
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-orphan-drug-division .features-section .square .shape svg {
  width: 25.2vw;
  height: auto;
}
.page-template-orphan-drug-division .features-section .square.active {
  transform: rotate(50deg) translateX(0);
  opacity: 1;
}
.page-template-orphan-drug-division .features-section .square.active::after {
  transform: rotate(0);
}
.page-template-orphan-drug-division .features-section .container {
  padding: 70px 15px 0 15px;
}
.page-template-orphan-drug-division .features-section .features-wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding: 80px 60px;
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  transform: translateY(70px);
}
.page-template-orphan-drug-division .single-feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.page-template-orphan-drug-division .single-feature:last-of-type {
  margin-bottom: 0;
}
.page-template-orphan-drug-division .single-feature .left {
  display: flex;
}
.page-template-orphan-drug-division .single-feature .left .icon {
  width: 140px;
  margin-right: 30px;
}
.page-template-orphan-drug-division .single-feature .left {
  padding-right: 40px;
}
.page-template-orphan-drug-division .single-feature .text {
  max-width: 470px;
  padding-left: 30px;
  border-left: 2px solid #C4C5CA;
  font-size: 18px;
}
.page-template-orphan-drug-division .regulation-section {
  background-color: #00081F;
  position: relative;
  z-index: 2;
}
.page-template-orphan-drug-division .regulation-section .container {
  padding: 180px 15px 60px 15px;
  max-width: 1270px;
}
.page-template-orphan-drug-division .regulation-section h2 {
  max-width: 730px;
  font-size: 1.9048rem;
  margin: 0 auto;
  color: #00CBFF;
}
.page-template-orphan-drug-division .regulation-section .text {
  max-width: 730px;
  margin: 15px auto 60px auto;
  font-size: 18px;
}
.page-template-orphan-drug-division .regulation-section .regulations {
  display: flex;
  justify-content: space-between;
}
.page-template-orphan-drug-division .regulation-section .regulations .single-regulation {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 17px;
}
.page-template-orphan-drug-division .regulation-section .regulations .single-regulation .shape {
  position: relative;
  margin-bottom: 20px;
}
.page-template-orphan-drug-division .regulation-section .regulations .single-regulation .shape #Path_17977 {
  fill: #E9F10E;
}
.page-template-orphan-drug-division .regulation-section .regulations .single-regulation .shape::after {
  content: "";
  width: 250px;
  position: absolute;
  left: 99%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #C4C5CA;
}
.page-template-orphan-drug-division .regulation-section .regulations .single-regulation:last-of-type .shape::after {
  display: none;
}
.page-template-orphan-drug-division .shipping-section {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}
.page-template-orphan-drug-division .shipping-section h2 {
  font-size: 1.9048rem;
  margin-bottom: 35px;
}
.page-template-orphan-drug-division .shipping-section .container {
  padding: 150px 15px 130px 15px;
}
.page-template-orphan-drug-division .shipping-section .text {
  padding-right: 25px;
}
.page-template-orphan-drug-division .shipping-section .image {
  width: 100%;
  max-width: 860px;
  padding-top: 50%;
  border-radius: 6px;
}

.bottom-section {
  position: relative;
  background-color: rgba(17, 181, 223, 0.9);
}
.bottom-section h2 {
  margin-bottom: 30px;
  font-size: 3rem;
}
.bottom-section .container {
  padding: 110px 15px 80px 15px;
}
.bottom-section a {
  color: #fff;
}
.bottom-section .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scale(-1, -1);
}
.bottom-section .shape svg {
  width: 100%;
  height: auto;
}
.bottom-section .text {
  font-size: 19px;
}
.bottom-section .text strong {
  font-weight: 500;
  font-size: 1.1905rem;
  display: block;
  margin-bottom: 10px;
}

.page-template-import {
  font-size: 18px;
  font-family: "Rubik";
  direction: rtl;
  text-align: right;
}
.page-template-import header {
  direction: ltr;
}
.page-template-import .page-wrap {
  overflow: hidden;
}
.page-template-import h2 {
  font-size: 2.2222rem;
}
.page-template-import .bottom-section strong {
  font-size: 1.3rem;
  display: block;
}
.page-template-import video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 0;
  transition: 2s;
}
.page-template-import .main {
  position: relative;
}
.page-template-import .top-banner {
  position: relative;
  z-index: 4;
}
.page-template-import .top-banner .square-shape {
  position: absolute;
  width: 29vw;
  height: auto;
  left: -100px;
  bottom: -70%;
  z-index: 3;
}
.page-template-import .top-banner .text strong {
  display: block;
  font-size: 1.4286rem;
  font-weight: 300;
}
.page-template-import .top-banner .bg-color {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 8, 31, 0.7), rgba(0, 8, 31, 0.5));
  opacity: 1;
}
.page-template-import .top-banner .shape {
  z-index: 3;
  bottom: -1px;
}
.page-template-import .top-banner .shape path {
  fill: #F5F5F5;
}
.page-template-import .top-banner .container {
  padding: 250px 15px 30px 15px;
  z-index: 4;
}
.page-template-import .top-banner .shape {
  position: absolute;
  left: 0;
  bottom: -1px;
}
.page-template-import .top-banner .shape svg {
  width: 100%;
  height: auto;
}
.page-template-import .top-banner .shape::after {
  content: "";
  background-image: url("../../images/SVG/hover-shape.svg");
  background-size: 25vw;
  position: absolute;
  top: -30%;
  left: -7%;
  width: 25vw;
  height: 23vw;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  transition: 1.2s;
  transition-delay: 1.5s;
}
.page-template-import .top-section {
  position: relative;
  z-index: 3;
  background-color: #F5F5F5;
}
.page-template-import .top-section .col-lg-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-template-import .top-section .inner {
  max-width: 33rem;
  padding-right: 40px;
}
.page-template-import .top-section .container {
  padding: 120px 15px;
}
.page-template-import .top-section figure {
  width: 100%;
}
.page-template-import .top-section .top-text {
  padding-right: 25px;
  margin-top: 20px;
  border-right: 2px solid #C4C5CA;
}
.page-template-import .top-section .top-text strong {
  font-weight: 400;
  font-size: 1.3889rem;
  display: block;
}
.page-template-import .features-section {
  position: relative;
  z-index: 3;
  background-color: #F5F5F5;
}
.page-template-import .features-section .container {
  padding: 70px 15px 50px 15px;
}
.page-template-import .features-section .sub-title {
  margin: 40px 0 60px 0;
}
.page-template-import .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-import .features .shape {
  margin-top: 5px;
  margin-left: 5px;
}
.page-template-import .features .single-feature {
  width: 31%;
  display: flex;
  margin-bottom: 70px;
}
.page-template-import .features svg {
  width: 45px;
  height: auto;
  margin-left: 10px;
}

.specialty-section {
  position: relative;
  z-index: 3;
}
.specialty-section .bg-color {
  background-image: linear-gradient(to bottom, rgba(0, 8, 31, 0.7), rgba(0, 8, 31, 0.5));
}
.specialty-section .top-shape {
  z-index: 2;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
  transform: rotate(180deg);
}
.specialty-section .top-shape svg {
  width: 100%;
  height: auto;
}
.specialty-section .container {
  padding: 100px 15px;
  max-width: 1160px;
  z-index: 2;
}
.specialty-section .top-text {
  max-width: 735px;
  margin: 20px auto 50px auto;
}
.specialty-section .specialties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.specialty-section .specialties .single-specialty {
  border: 1px solid #B8B9C0;
  border-radius: 10px;
  padding: 25px 40px;
  width: 46%;
  margin-bottom: 40px;
  position: relative;
}
.specialty-section .specialties .single-specialty svg {
  width: 50px;
  height: auto;
}
.specialty-section .specialties .single-specialty #Path_4246 {
  fill: #00002A;
  stroke: #fff;
}
.specialty-section .specialties .single-specialty .shape {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 2;
}
.specialty-section .square {
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
  z-index: 2;
}
.specialty-section .square svg {
  width: 31.5vw;
  height: auto;
}
.specialty-section .square::after {
  content: "";
  background-image: url("../../images/SVG/hover-shape.svg");
  background-size: 23.5vw;
  position: absolute;
  top: 5%;
  right: 16%;
  width: 23.5vw;
  height: 20.7vw;
  background-repeat: no-repeat;
  transition: 1.2s;
  transition-delay: 1.5s;
  transform: rotate(45deg);
}

.how-section {
  position: relative;
  z-index: 3;
  background-color: #F5F5F5;
}
.how-section .single-step {
  opacity: 0;
  transform: translateX(150px);
  transition: 0.7s;
}
.how-section .single-step .icon {
  height: 70px;
  margin-bottom: 5px;
}
.how-section .single-step .icon img {
  max-height: 100%;
}
.how-section .single-step.active {
  opacity: 1;
  transform: translateX(0);
}
.how-section h2 {
  margin-bottom: 70px;
  font-size: 3rem;
}
.how-section .container {
  padding: 100px 15px;
}
.how-section .how-steps {
  position: relative;
}
.how-section .how-steps::before {
  content: "";
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #C4C5CA;
  top: 34px;
  z-index: -1;
}
.how-section .how-steps svg {
  height: 90px;
  width: auto;
}
.how-section .single-file {
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E9F10E;
}
.how-section .single-file:hover {
  color: #00002A;
}
.how-section .single-file svg {
  height: 23px;
}
.how-section .single-file .tooltip {
  position: relative;
  opacity: 1;
}
.how-section .single-file .tooltip text {
  transform: translate(24px, 18px);
}
.how-section .single-file .tooltip .text {
  position: absolute;
  max-width: 315px;
  width: max-content;
  color: #00002A;
}
.how-section .single-file .tooltip .text:hover {
  color: #00002A;
}
.how-section .single-file .tooltip .text {
  top: -10px;
  right: 50px;
  background-color: #fff;
  border: 1px solid #E9F10E;
  padding: 7px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.how-section .single-file .tooltip:hover .text {
  opacity: 1;
  visibility: visible;
}
.how-section .single-file .file-name {
  display: flex;
  align-items: center;
  color: #00002A;
}
.how-section .single-file .file-name svg {
  margin-right: 10px;
}
.how-section .text {
  margin: 0 0 10px 0;
}
.how-section .text ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.how-section .text ul li {
  list-style: none;
  text-align: right;
  position: relative;
  padding-right: 30px;
  margin-bottom: 7px;
}
.how-section .text ul li::before {
  content: "";
  background-image: url("../../images/SVG/full-bullet.svg");
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 23px;
  background-size: 20px;
}
.how-section .text ul li.note::before {
  background-image: url("../../images/SVG/note.svg");
  width: 25px;
  height: 23px;
  background-size: 26px;
}
.how-section .phase {
  margin: 15px 0 5px 0;
}

.who-section {
  position: relative;
  z-index: 3;
  background-color: #F5F5F5;
}
.who-section .container {
  padding: 100px 15px 170px 15px;
  max-width: 1700px;
  position: relative;
}
.who-section .container .shape {
  position: relative;
  margin-bottom: 50px;
  width: 1300px;
}
.who-section .container .shape svg {
  width: 50px;
}
.who-section .container .shape svg path {
  stroke-width: 10;
  fill: #F5F5F5;
}
.who-section .container .shape .line-shape {
  position: absolute;
  right: 65.94vw;
  top: 50%;
  transform: translateY(100%);
  z-index: 3;
  transition: 1.5s;
  opacity: 0;
}
.who-section .container .shape::after {
  content: "";
  border-bottom: 2px solid #C4C5CA;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6vw;
  display: flex;
  flex: 1;
  width: 0;
  transition-duration: 2s;
  transition-delay: 1.3s;
}
.who-section .container .shape::before {
  content: "";
  clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  right: 66.55vw;
  top: -13px;
  width: 27px;
  background-color: #00CBFF;
  height: 27px;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  z-index: 4;
  transform: translateY(100%);
  transition: 1.5s;
  opacity: 0;
}
.who-section .container .shape.active .line-shape {
  transform: translateY(-50%);
  opacity: 1;
}
.who-section .container .shape.active::before {
  transform: translateY(0);
  opacity: 1;
}
.who-section .container .shape.active::after {
  width: 74vw;
}
.who-section h2 {
  margin-bottom: 70px;
  font-size: 3rem;
}
.who-section .clients {
  display: flex;
}
.who-section .single-client {
  max-width: 305px;
  margin: 0 auto;
  padding: 0 10px;
}
.who-section .single-client .text {
  margin: 25px 0 0 0;
}
.who-section .image-wrapper {
  position: relative;
  width: 230px;
  min-width: 230px;
  height: 205px;
  margin: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.who-section .image-wrapper .hover-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -15px;
  left: -16px;
  z-index: 3;
}
.who-section .image-wrapper .hover-shape svg {
  top: 0;
  left: 0;
  width: 115%;
  height: auto;
}
.who-section .image-wrapper .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.who-section .image-wrapper .shape svg {
  width: 101%;
  height: auto;
}
.who-section .image-wrapper .image {
  width: 100%;
  height: 100%;
}
.who-section .image-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.info-section {
  position: relative;
  display: flex;
  position: relative;
  z-index: 4;
  background-color: #F5F5F5;
}
.info-section .container {
  padding: 0 15px;
  display: flex;
}
.info-section .bg-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.info-section .box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  position: relative;
  z-index: 3;
  margin: 100px 15vw 100px 0;
  border-radius: 10px;
}
.info-section .box .title {
  max-width: 400px;
}
.info-section .box .text {
  margin: 5px 0 10px 0;
  max-width: 415px;
  direction: ltr;
}
.info-section .box .single-info {
  display: flex;
  align-items: center;
  color: #00002A;
  margin-bottom: 20px;
}
.info-section .box .single-info .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00002A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.info-section .box .single-info .icon img {
  max-width: 60%;
  max-height: 60%;
}
.info-section .right {
  background-color: #fff;
  position: relative;
  z-index: 2;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.info-section .right .text {
  margin: 10px 0;
}
.info-section .right .shape {
  position: absolute;
  left: -11vw;
  transform: rotate(180deg);
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.info-section .right .shape svg {
  width: 71.7vw;
}
.info-section .right .shape path {
  fill: #fff;
}

.faq-section {
  position: relative;
  z-index: 3;
  background-color: #F5F5F5;
}
.faq-section .container {
  padding: 200px 15px 150px 15px;
  max-width: 815px;
}
.faq-section h2 {
  margin-bottom: 40px;
  font-size: 2.03rem;
}
.faq-section .single-faq {
  padding: 12px 0 20px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #C4C5CA;
  position: relative;
}
.faq-section .single-faq .question {
  cursor: pointer;
  padding-left: 25px;
}
.faq-section .single-faq .answer {
  display: none;
  padding-top: 10px;
  max-width: 93%;
}
.faq-section .single-faq .answer p {
  margin-bottom: 0;
}
.faq-section .single-faq::after {
  content: "";
  border-color: #C4C5CA;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #C4C5CA;
  border-bottom: 2px solid #C4C5CA;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.faq-section .single-faq.active::after {
  transform: translateY(-50%) rotate(-135deg);
  transform-origin: center;
}

figure {
  display: block;
}
figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/****** General ******/
.huge {
  font-size: 2.2222rem;
}

body #acwp-toolbar-btn-wrap {
  top: 175px !important;
}

#acwp-toolbar-btn {
  background: #00CBFF;
}

.page-template-simple-content .content p {
  margin: 40px 0;
  line-height: 1.5;
}
.page-template-simple-content .content ol li {
  margin-bottom: 15px;
}

.error404 .error-container h1 {
  text-align: center;
  font-size: 2.2rem;
}

.error-container {
  padding: 110px 15px;
}
.error-container h1 {
  font-size: 2.3rem;
  margin-bottom: 40px;
  font-weight: bold;
}
.error-container h1 a {
  color: #FF3B56;
}
.error-container h2, .error-container h3, .error-container p strong {
  font-size: 1.4818rem;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 35px;
  display: block;
}

.top-banner video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 0;
  transition: 2s;
}
.top-banner h1 {
  font-size: 2.8571rem !important;
}

.fadein-right {
  transform: translateX(80.0025px);
  transition: 0.5s;
  transition-delay: 0s;
}

.fadein-left {
  transform: translateX(-80.0025px);
  transition: 0.5s;
  transition-delay: 0s;
}

.fadein-top {
  transform: translateY(-80.0025px);
  transition: 0.5s;
  transition-delay: 0s;
}

.fadein-bottom {
  transform: translateY(80.0025px);
  transition: 0.5s;
  transition-delay: 0s;
}

.reg {
  font-size: 20px;
}

.med {
  font-size: 1.25rem;
}

.accept {
  padding-left: 10px;
}
.accept .privacy-policy-link, .accept .gdpr-label-text {
  color: #C4C5CA;
}
.accept .wpcf7-form-control-wrap {
  display: flex;
}
.accept {
  margin: 20px 0;
}
.accept a {
  text-decoration: underline;
}
.accept .gdpr-label-text {
  font-size: 15px;
  line-height: 1.3;
}
.accept .wpcf7-checkbox {
  position: relative;
}
.accept .wpcf7-list-item {
  display: flex;
}
.accept label {
  max-width: 530px;
}
.accept .wpcf7-acceptance label::before, .accept .wpcf7-acceptance label::after {
  display: none;
}
.accept .wpcf7-acceptance label .gdpr-label-text {
  margin-top: 0;
}
.accept .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 10px;
}
.accept .wpcf7-acceptance::before,
.accept .wpcf7-checkbox::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #C4C5CA;
}
.accept .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  margin-top: 3px;
  padding-left: 10px;
}
.accept .privacy-policy-link {
  color: #C4C5CA;
  z-index: 99;
  position: relative;
}
.accept .gdpr-checkbox {
  display: flex;
}
.accept input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin-top: 0 !important;
  top: 4px;
  left: -7px;
  cursor: pointer;
  width: auto;
  z-index: 99;
  width: 18px;
  height: 18px;
}
.accept input[type=checkbox]:checked + span::before {
  content: "✔";
  position: absolute;
  left: -3px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  font-size: 15px;
  color: #C4C5CA;
}

.swiper-button-next {
  transform: rotate(0);
}

.wpcf7-spinner {
  position: absolute;
  top: -10px;
  left: -10px;
}

.word-breaker span {
  position: relative;
  display: inline-block;
  -webkit-transition: all 800ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 800ms cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
.word-breaker span.active {
  transform: translateY(0) !important;
  opacity: 1;
}
.word-breaker span.end {
  margin-right: 20px;
}

.fadein-right {
  opacity: 0;
  transform: translateX(7.5001rem);
  transition: 0.7s;
  transition-delay: 0.2s;
}
.fadein-right.viewed {
  opacity: 1;
  transform: translateX(0);
}

.fadein-left {
  opacity: 0;
  transform: translateX(-7.5001rem);
  transition: 0.7s;
  transition-delay: 0.2s;
}
.fadein-left.viewed {
  opacity: 1;
  transform: translateX(0);
}

.fadein-top {
  opacity: 0;
  transform: translateY(-120.0025px);
  transition: 0.7s;
  transition-delay: 0.2s;
}
.fadein-top.viewed {
  opacity: 1;
  transform: translate(0);
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(120.0025px);
  transition: 0.7s;
  transition-delay: 0.2s;
}
.fadein-bottom.viewed {
  opacity: 1;
  transform: translate(0);
}

.plus-shape {
  position: relative;
  clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00CBFF;
}
.plus-shape span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 0.1rem solid #fff;
  width: 1rem;
}
.plus-shape span:nth-of-type(2) {
  transform: rotate(90deg) translate(-50%, -50%);
  transform-origin: 0% 0%;
}

.rights-credit {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  border-top: 0.1rem solid #898995;
  font-size: 0.7rem;
}
.rights-credit a {
  font-size: 0.7rem;
}
.rights-credit .credit {
  color: #E9F10E;
}
.rights-credit .credit a {
  color: #E9F10E;
}
.rights-credit .credit a:hover {
  color: #00CBFF;
}
.rights-credit a {
  color: #fff;
}
.rights-credit a:hover {
  color: #E9F10E;
}

footer {
  background-color: #00081F;
  color: #fff;
  position: relative;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
}
footer ul#footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}
footer ul#footer-menu li {
  list-style: none;
}
footer ul#footer-menu li ul li {
  margin-bottom: 0.25rem;
}
footer ul#footer-menu > li {
  list-style: none;
  padding-right: 2rem;
}
footer ul#footer-menu > li:last-of-type {
  padding-right: 0;
}
footer ul#footer-menu a {
  color: #fff;
  font-size: 0.9rem;
}
footer .contact-link {
  margin: 4rem 0 2rem 0;
  font-size: 1rem;
}
footer ul.sub-menu {
  padding-left: 0;
  padding-top: 0.75rem;
}
footer .top {
  padding: 1.5rem 0.75rem 4rem 0.75rem;
}
footer .social {
  display: flex;
}
footer .social .single-social {
  margin-right: 2rem;
}
footer .terms-privacy {
  display: flex;
}
footer .terms-privacy .terms {
  padding-right: 0.5rem;
  position: relative;
}
footer .terms-privacy .terms::after {
  content: "";
  position: absolute;
  right: 0;
  height: 0.75rem;
  border-left: 0.1rem solid #fff;
  top: 0.2em;
}
footer .terms-privacy .privacy {
  padding-left: 0.5rem;
}
footer a {
  color: #fff;
}

.global-section {
  position: relative;
}
.global-section .bg-color {
  background-color: #00081F;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.global-section > .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.global-section > .shape svg {
  transform: rotate(180deg);
  width: 100%;
  height: auto;
}
.global-section #player {
  max-width: 100%;
  height: auto !important;
}
.global-section .container {
  z-index: 3;
  padding: 7.5rem 0.75rem;
}
.global-section .container .image svg {
  max-width: 100%;
  height: auto;
}
.global-section .branches {
  overflow: hidden;
}
.global-section .text {
  max-width: 28.75rem;
  margin: 1.25rem auto 3.5rem auto;
}
.global-section .single-branch {
  margin-bottom: 30px;
  transform: translateY(1300%);
  opacity: 0;
  transition: 1.3s;
}
.global-section .single-branch p {
  margin-bottom: 0;
}
.global-section .single-branch.fire {
  transform: translateY(0);
  opacity: 1;
}
.global-section .single-branch.clickable {
  cursor: pointer;
}
.global-section .single-branch .top {
  display: flex;
  position: relative;
}
.global-section .single-branch .shape {
  position: static;
}
.global-section .single-branch .shape svg {
  height: 25px;
  padding-top: 3px;
}
.global-section .single-branch .medium {
  margin: 0 0.75rem;
}
.global-section .single-branch .plus {
  position: relative;
}
.global-section .single-branch .plus span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #00CBFF;
  transition: 0.4s;
  font-size: 1.4rem;
  top: -0.15rem;
}
.global-section .single-branch .plus span.active {
  opacity: 1;
}
.global-section .single-branch .bottom {
  display: none;
  padding-left: 0.75rem;
  margin-top: 0.75rem;
  border-left: 0.1rem solid #E9F10E;
  margin-left: 14px;
  color: #fff;
}
.global-section .single-branch .bottom p {
  line-height: 1.8;
}
.global-section .single-branch .bottom a {
  color: #fff;
}
.global-section .single-branch.active .shape path {
  fill: #E9F10E;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0.7rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #00CBFF;
  color: #fff;
  font-size: 0.8rem;
  margin-left: 0;
}

input[type=submit] {
  background-color: #E9F10E;
  padding: 0.3rem 1.5rem;
  text-align: center;
  border-radius: 0.25rem;
  display: inline-block;
  border: 0.05rem solid #E9F10E;
  color: #00002A;
  transition: 0.4s;
}

.swiper-button-next {
  background-size: 1.15rem;
  width: 1.15rem;
  height: 2.35rem;
  background-position: center;
  transform: translateY(-50%);
}
.swiper-button-next::after {
  content: "" !important;
  background-image: url("../../images/SVG/arrow.svg");
  background-size: 1.15rem;
  width: 1.15rem;
  height: 2.35rem;
  background-position: center;
  transform: translateY(0);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-prev::after {
  content: "";
  background-image: url("../../images/SVG/arrow.svg");
  background-size: 1.15rem;
  width: 1.15rem;
  height: 2.35rem;
  background-position: center;
}

.swiper-button-prev {
  transform: rotate(0) translateY(50%);
}

.swiper-pagination {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.15rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  opacity: 1;
  background-color: #FFFFFF;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00CBFF;
}

.read-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.fixed-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00CBFF;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 3rem;
  padding: 12px 20px 10px 20px;
  border-radius: 0.25rem 0 0 0.25rem;
  cursor: pointer;
  transition: 0.5s;
}
.fixed-contact:hover {
  background-color: rgba(0, 8, 31, 0.9);
}
.fixed-contact svg {
  margin-top: 0.15rem;
}

.read-more {
  background-color: #E9F10E;
  padding: 0.3rem 1.5rem;
  text-align: center;
  border-radius: 0.25rem;
  display: inline-block;
  border: 0.05rem solid #E9F10E;
  color: #00002A;
  transition: 0.4s;
}
.read-more.trans {
  background-color: transparent;
  color: #E9F10E;
}
.read-more.black {
  background-color: #00081F;
  border-color: #00081F;
  color: #fff;
}
.read-more.black:hover {
  background-color: #fff;
  color: #00081F;
}
.read-more.white {
  border-color: #fff;
  color: #fff;
}
.read-more.white:hover {
  background-color: #fff;
  color: #00002A;
}
.read-more:hover {
  background-color: #00002A;
  color: #fff;
  border-color: #00081F;
}
.read-more .yellow {
  background-color: #E9F10E;
  color: #00002A;
}
.read-more .yellow:hover {
  background-color: #00002A;
  color: #E9F10E;
}

.grey {
  color: #898995;
}

.primary {
  color: #E9F10E;
}

.blue {
  color: #00CBFF;
}

.bold {
  font-weight: bold;
}

.med {
  font-weight: 500;
}

.center {
  text-align: center;
}

.medium {
  font-size: 1.15rem;
}

.big {
  font-size: 1.4rem;
  line-height: 1.1;
}

.small {
  font-size: 16px;
}

.white {
  color: #fff;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 0.25rem;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 3.5rem 0.75rem;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 40px;
  margin-top: 2.5rem;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 18px;
  text-align: right;
  margin-bottom: 0.5rem;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 35px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}

.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #E9F10E;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}

.triggerMobileMenu span:nth-child(2) {
  top: 11px;
}

.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}

.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 8, 31, 0.95);
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.off-canvas.is-open {
  z-index: 9999;
  background-color: rgba(0, 8, 31, 0.95);
  transform: translate(0);
}

.position-left {
  transform: translateX(-120%);
  left: 0;
}

.position-right {
  transform: translateX(120%);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
}

.mobile_menu_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  background: #E9F10E;
  border-bottom: 1px solid #E9F10E;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 80px;
}

ul#mobile-menu li {
  position: relative;
  display: block;
  text-align: center;
}

ul#mobile-menu > li.lang-item a {
  padding-top: 22px !important;
  position: relative;
}
ul#mobile-menu > li.lang-item a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  width: 100px;
  border-bottom: 1px solid #fff;
}

ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 11px 15px;
  color: #fff;
}

ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 0;
  padding-left: 0;
}

ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #E9F10E;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1820px) {
  body.single-media .fixed-nav {
    padding: 40px 15px 0 45px;
  }
}
@media only screen and (max-width: 1700px) {
  .info-section .box {
    margin: 40px 15vw 40px 0;
    padding-bottom: 5px;
  }
  .info-section .box .single-info .icon {
    width: 30px;
    height: 30px;
  }
  .who-section .single-client .text {
    margin-top: 20px;
  }
  .who-section .shape.active .line-shape {
    right: 65.8vw;
  }
  .who-section .image-wrapper {
    width: 180px;
    min-width: 180px;
    height: 160px;
    margin: 0 auto;
  }
  .who-section .image-wrapper .hover-shape {
    top: -12px;
    left: -13px;
  }
  .who-section .container {
    padding: 80px 15px 100px 15px;
  }
  .who-section h2 {
    margin-bottom: 50px;
  }
  .who-section .clients {
    flex-wrap: wrap;
  }
  .who-section .single-client {
    width: 33%;
    margin-bottom: 40px;
  }
  .faq-section .single-faq {
    padding: 9px 0 14px 0;
    margin-bottom: 9px;
  }
  .faq-section .single-faq .big {
    font-size: 1.1rem;
  }
  .faq-section .container {
    padding: 100px 15px 70px 15px;
  }
  .how-section h2 {
    margin-bottom: 40px;
  }
  .how-section .phase {
    margin: 10px 0 0px 0;
  }
  .how-section .container {
    padding: 50px 15px 0 15px;
  }
  .specialty-section .specialties {
    margin-bottom: 20px;
  }
  .specialty-section .specialties .single-specialty {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .specialty-section .specialties .single-specialty .shhape {
    right: -20px;
  }
  .specialty-section .specialties .single-specialty .shhape svg {
    height: 40px;
  }
  .specialty-section .top-text {
    margin: 15px auto 35px auto;
  }
  .specialty-section .container {
    padding: 60px 30px;
  }
  .page-template-import {
    font-size: 16px;
  }
  .page-template-import .huge {
    font-size: 1.8222rem;
  }
  .page-template-import .specialty-section .square {
    opacity: 0.3;
  }
  .page-template-import .bottom-section .container {
    padding: 70px 15px 50px 15px;
  }
  .page-template-import .features-section .container {
    padding: 50px 15px 25px 15px;
  }
  .page-template-import .features-section h2 {
    font-size: 2.1rem;
  }
  .page-template-import .features-section .single-feature {
    margin-bottom: 25px;
    width: 100%;
  }
  .page-template-import .features-section .single-feature svg {
    width: 30px;
    height: auto;
    margin-left: 8px;
  }
  .page-template-import .features-section .shape {
    margin-left: 0;
  }
  .page-template-import .features-section .sub-title {
    margin: 20px 0 30px 0;
  }
  .page-template-import .top-section .top-text {
    padding-right: 15px;
    margin-top: 15px;
  }
  .page-template-import .top-section .container {
    padding: 70px 15px 0px 15px;
  }
  .page-template-import .top-banner .square-shape {
    left: 21vw;
    bottom: -122%;
    width: 5vw;
  }
  .page-template-import .top-banner .shape::after {
    top: -26%;
    left: -7%;
    width: 20vw;
    height: 18vw;
    background-size: 20vw;
  }
  .page-template-import .top-banner .container {
    padding: 142px 15px 10px 15px;
  }
  body.single-media .flex_container, body.single-product .flex_container {
    max-width: 100%;
  }
  body.single-media .top-banner .shape, body.single-product .top-banner .shape {
    left: -80px;
  }
  .post-type-archive-product .top-banner .container {
    max-width: 85vw;
  }
}
@media only screen and (max-width: 1540px) {
  ul#main-menu > li.lang-item a {
    margin-left: 15px;
  }
  .who-section .shape.active .line-shape {
    right: 65.7vw;
  }
  html {
    font-size: 18px;
  }
  body {
    line-height: 1.4;
  }
  header {
    max-width: 100%;
  }
  .flex_container .logo img {
    max-width: 160px;
  }
  ul#main-menu > li > a {
    padding: 0 12px;
  }
  .page-template-home .top-section, .page-template-ks-pharma .top-section {
    height: 100vh;
  }
  .page-template-home .features-section .features.active:after, .page-template-ks-pharma .features-section .features.active:after {
    top: 15.1rem;
  }
  .page-template-home .features-section .features .single-feature .image, .page-template-ks-pharma .features-section .features .single-feature .image {
    width: 171px;
    height: 150px;
  }
  .page-template-home .features-section .features .single-feature .image .shape svg, .page-template-ks-pharma .features-section .features .single-feature .image .shape svg {
    width: 171px;
    height: auto;
  }
  .all-slides {
    height: 28rem;
  }
  .page-template-ks-pharma .partners-section {
    padding-bottom: 80px;
  }
  .page-template-ks-pharma .products-section .products-slider {
    padding-bottom: 15px;
  }
  .page-template-ks-pharma .scope-section .categories .category .title {
    font-size: 1.1rem;
  }
  .page-template-ks-pharma .scope-section .categories .category .title::before {
    top: -1.9762rem;
    width: 12.5rem;
  }
  .page-template-ks-pharma .scope-section .container {
    padding-bottom: 50px;
  }
  .page-template-ks-pharma .features-section .container {
    padding: 70px 15px 20px 15px;
  }
  .page-template-ks-pharma .features-section .features.active:after {
    top: 8rem;
  }
  .page-template-ks-pharma .features-section .features .single-feature .title {
    font-size: 1.3rem;
  }
  .scope-section .categories .shape {
    top: -3.25rem;
  }
  .scope-section .categories .category .title {
    font-size: 1.2rem;
  }
  .scope-section .container {
    padding-bottom: 100px;
  }
  .products-section .products-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
  .media-section .wrapper > .right {
    padding-left: 40px;
  }
  .media-section .wrapper > .left {
    margin-right: 40px;
  }
  .single-media {
    height: 370px;
  }
  .single-media .left {
    padding: 40px 15px 20px 15px;
  }
  .single-media .left .date {
    margin-bottom: 15px;
  }
  .single-media .left .button {
    margin-top: 15px;
  }
  .single-media .tag {
    top: 1.1rem;
  }
  .products-section .container {
    padding: 70px 15px;
  }
  .products-section .read-wrapper {
    margin-top: 50px;
  }
  .all-slides .oneFlex .slide-title {
    font-size: 1.6rem;
  }
  .partners-section {
    padding: 60px 0 0 0;
  }
  .about-section .image {
    height: 350px;
  }
  .page-template-ks-pharma .contact-section .cotnainer {
    padding: 130px 15px 80px 15px;
  }
  .page-template-ks-pharma .contact-section > .shape {
    top: -70px;
  }
  .page-template-ks-pharma .contact-section .inner {
    padding-left: 30px;
  }
  .global-section .container, .page-template-ks-pharma .contact-section .container {
    padding: 70px 15px;
  }
  body.single-media .main-container {
    padding-bottom: 50px;
  }
  body.single-media .fixed-nav h2, body.single-media .fixed-nav .social-title h2 {
    font-size: 1.5rem;
  }
  body.single-media .main {
    max-width: 800px;
  }
  body.single-media .main h3 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  body.single-media .quote-block {
    margin-top: 100px;
  }
  body.single-media .quote-block .quote {
    padding: 80px 40px 20px 40px;
    font-size: 25px;
  }
  body.single-media .quote-block .quote svg {
    width: 150px;
    height: auto;
    left: 40px;
    top: -50px;
  }
  body.single-media .image-block .image {
    height: 240px;
  }
  body.single-media .block {
    margin-bottom: 40px;
  }
  body.single-media .fixed-nav::after {
    width: 16px;
    height: 16px;
  }
  body.single-media .fixed-nav::before {
    left: 7px;
  }
  .post-type-archive-media .top-banner .container {
    max-width: 85vw;
  }
  .post-type-archive-media .latest-section .container {
    padding: 80px 15px 100px 15px;
  }
  .post-type-archive-media .latest-section .single-media .image {
    padding-top: 95%;
  }
  .post-type-archive-media .categories-section .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
  .post-type-archive-media .categories-section .container {
    padding: 100px 15px;
  }
  .post-type-archive-media .categories-section .single-category {
    margin-bottom: 120px;
  }
  .post-type-archive-media .categories-section .main-media .left {
    max-width: 40%;
    padding: 40px 25px;
  }
  .post-type-archive-media .categories-section .main-media .left .date {
    margin-bottom: 10px;
  }
  .post-type-archive-media .categories-section .main-media .image {
    height: 400px;
  }
  .join-section {
    margin: 50px 0 80px 0;
  }
  .page-template-regulation h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .page-template-regulation .main .container {
    padding: 60px 15px 0px 15px;
  }
  .page-template-regulation .image-wrapper {
    padding-top: 40px;
  }
  .page-template-regulation .bottom-image .image {
    height: 325px;
  }
  .page-template-regulation .logos {
    margin-bottom: 40px;
  }
  .page-template-regulation .logos .single-logo {
    margin-right: 25px;
  }
  .post-type-archive-team-member h1 {
    max-width: 525px;
  }
  .post-type-archive-team-member .col-sm-5 {
    margin-bottom: 15px;
  }
  .post-type-archive-team-member .col-sm-5 .single-team {
    padding-top: 50px;
  }
  .post-type-archive-team-member .col-sm-5:nth-of-type(1n) {
    padding-top: 4rem;
  }
  .post-type-archive-team-member .col-sm-5:nth-of-type(2n) {
    padding-top: 0;
  }
  body.single-team-member .single-team {
    justify-content: center;
  }
  footer ul#footer-menu > li {
    padding-right: 20px;
  }
  body.single-product .top-section .tag {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  body.single-product .top-section .text {
    margin: 15px 0 25px 0;
  }
  body.single-product .top-section h1 {
    margin: 0 0 15px 0;
  }
  body.single-product .top-section h1 .shape .line-shape {
    top: -51px;
  }
  body.single-product .top-section h1 .shape .line-shape::before {
    top: -32px;
  }
  .post-type-archive-product .col-xl-3 {
    margin-bottom: 70px;
  }
  body.single-product .top-section h1 .shape .line-shape {
    top: -66px;
  }
  body.single-product .top-section h1 .shape::after {
    top: -35px;
  }
  body.single-product .top-section h1 .shape::before {
    top: -47px;
  }
  .page-template-about-us .history-section {
    padding: 90px 15px 0px 0;
  }
  .page-template-about-us .swiper-slide-active .single-history .image-wrapper {
    margin-right: 50px;
  }
  .page-template-about-us .swiper-slide-active .single-history .bottom {
    top: 220px;
  }
  .page-template-about-us .swiper-slide-active .single-history .bottom .text {
    font-size: 18px;
  }
  .page-template-about-us .swiper-slide-active .single-history .year {
    margin-top: -2.4rem;
  }
  .page-template-about-us .features-wrapper {
    padding: 70px 50px;
  }
  .page-template-about-us .features-wrapper .single-feature {
    margin-bottom: 70px;
  }
  .page-template-about-us .features-wrapper .single-feature .image-wrapper {
    width: 180px;
    min-width: 180px;
    height: 150px;
    margin-right: 30px;
  }
  .page-template-about-us .features-wrapper .single-feature .image-wrapper .hover-shape {
    left: -15px;
  }
  .page-template-orphan-drug-division .features-section .container {
    padding-top: 60px;
  }
  .page-template-orphan-drug-division .features-section .single-feature {
    margin-bottom: 60px;
  }
  .page-template-orphan-drug-division .features-section .single-feature:last-of-type {
    margin-bottom: 0;
  }
  .page-template-orphan-drug-division .features-section .single-feature .left .icon {
    width: 100px;
    min-width: 100px;
    margin-right: 15px;
  }
  .page-template-orphan-drug-division .regulation-section .container {
    padding: 140px 15px 60px 15px;
  }
  .page-template-orphan-drug-division .bottom-section .container {
    padding: 65px 15px 45px 15px;
  }
  .page-template-orphan-drug-division .shipping-section .container {
    padding: 80px 15px;
  }
  .post-type-archive-product .searchandfilter ul label input {
    padding: 10px 18px;
  }
}
/* end of (max-width: 1540px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1280px) {
  .mobile_menu_button {
    display: flex;
  }
  .wrap_main_menu {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .post-type-archive-product .searchandfilter ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-type-archive-product .searchandfilter ul > li {
    width: 100%;
  }
  .post-type-archive-product .searchandfilter ul > li:first-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 3.4rem;
  }
  header {
    clip-path: polygon(-37% 0%, 100% 0%, 96% 98%, 90% 99%, 0% 100%);
  }
  .who-section .container .shape::before {
    right: 18.9%;
  }
  .who-section .container .shape.active .line-shape {
    right: 18%;
  }
  .who-section .container .shape.active::after {
    width: 260px;
  }
  .page-template-ks-pharma .media-section .right .top {
    max-width: 100%;
  }
  .page-template-ks-pharma .media-section .wrapper > .right {
    margin-top: 0 !important;
  }
  .page-template-ks-pharma .media-section .left {
    flex-direction: column;
  }
  .page-template-ks-pharma .media-section .left h2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-template-ks-pharma .contact-section .inner {
    padding-left: 15px;
  }
  .page-template-ks-pharma .contact-section .logos {
    margin-bottom: 30px;
  }
  .page-template-ks-pharma .contact-section .social .single-social {
    margin-left: 0;
    margin-right: 15px;
  }
  .page-template-ks-pharma .contact-section .wrapper {
    flex-direction: column-reverse;
  }
  .page-template-ks-pharma .contact-section .wrapper .right {
    padding-top: 0rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
  }
  .page-template-ks-pharma .contact-section .details {
    margin-bottom: 30px;
  }
  .page-template-ks-pharma .contact-section .container {
    padding: 80px 15px 30px 15px;
  }
  .page-template-home .features-section .container {
    padding: 70px 15px 100px 15px;
  }
  .page-template-home .features-section .features .single-feature .title {
    margin: 12px 0 0px 0;
    font-size: 1.1rem;
  }
  .page-template-home .features-section .features .single-feature .image {
    width: 215px;
    height: 189px;
  }
  .page-template-home .features-section .features .single-feature .image .shape svg {
    width: 215px;
  }
  .media-section .container {
    padding: 70px 15px;
  }
  .media-section .swiper-button-next {
    right: 0;
  }
  .media-section .wrapper {
    flex-direction: column;
  }
  .media-section .wrapper > .right {
    padding-left: 20px;
    margin-top: 50px;
  }
  .media-section .wrapper > .left {
    margin-right: 0;
  }
  .media-section .wrapper > .left .text {
    margin: 20px 0;
  }
  .media-section .media-slider {
    max-width: 100vw;
  }
  .media-section .single-media {
    height: 320px;
  }
  .media-section .single-media .right {
    max-width: unset;
  }
  .media-section .shape {
    display: none;
  }
  .accordion-section h2 {
    margin-bottom: 1.6rem;
  }
  .all-slides {
    flex-direction: column;
    height: auto;
  }
  .all-slides .oneFlex {
    flex-direction: column;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    min-height: 200px;
    border-bottom: 3px solid #fff;
    margin-right: 0;
  }
  .all-slides .oneFlex .slide-title {
    display: none;
  }
  .all-slides .oneFlex .dark-curtain {
    display: none;
  }
  .all-slides .oneFlex .blue-curtain {
    opacity: 1;
    background-color: rgba(0, 8, 31, 0.7);
  }
  .all-slides .oneFlex:hover {
    justify-content: center;
  }
  .all-slides .oneFlex .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .all-slides .oneFlex .slide-content {
    position: static;
    height: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    opacity: 1;
  }
  .all-slides .oneFlex .slide-content .title {
    font-size: 30px;
  }
  .all-slides .oneFlex .slide-content .text {
    margin: 15px auto 10px auto;
    display: none;
  }
  .all-slides .oneFlex .service-read-more {
    left: 0;
    bottom: 0;
  }
  .partners-section .single-partner {
    width: 150px;
    height: 150px;
  }
  body.single-media .main {
    max-width: 550px;
  }
  footer ul#footer-menu {
    display: none;
  }
  body.single-team-member .single-team .top .shape {
    bottom: 5px;
    left: 5px;
    width: 43px;
    height: 43px;
  }
  body.single-team-member .single-team .top .shape .linkedin {
    height: 32px;
  }
  .page-template-about-us .features-wrapper {
    padding: 60px 30px;
  }
  .page-template-about-us .features-wrapper .single-feature {
    flex-direction: column;
    align-items: flex-start;
    width: 48%;
  }
  .page-template-about-us .features-wrapper .single-feature .image-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-template-orphan-drug-division .features-section .features-wrapper {
    padding: 50px 40px;
  }
  .page-template-orphan-drug-division .features-section .single-feature .left {
    padding-right: 20px;
  }
  .page-template-orphan-drug-division .features-section .single-feature .text {
    max-width: 400px;
    padding-left: 15px;
  }
  .page-template-orphan-drug-division .regulation-section .regulations .single-regulation .shape::after {
    width: 18vw;
  }
  .single-media .left .button {
    opacity: 1;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1150px) {
  .products-section .products-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}
@media only screen and (max-width: 990px) {
  .all-slides .oneFlex .slide-content .text {
    display: block;
  }
  header .flex_container {
    padding: 10px 15px;
  }
  header .bg-color {
    clip-path: none;
  }
  .faq-section .container {
    padding: 60px 15px 50px 15px;
  }
  .info-section .container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .info-section .container .shape {
    display: none;
  }
  .info-section .box {
    margin-right: 0;
    margin-left: 15px;
    padding-bottom: 0;
    border-radius: 10px 0 0 10px;
  }
  .info-section .right {
    padding: 15px;
    background-color: #F5F5F5;
  }
  .who-section .container {
    padding: 30px 15px 50px 15px;
  }
  .who-section .single-client {
    width: 100%;
    margin-bottom: 50px;
  }
  .who-section .single-client:last-of-type {
    margin-bottom: 0;
  }
  .how-section .single-step {
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #C4C5CA;
  }
  .how-section .single-step:last-of-type {
    border-bottom: 0;
    margin-bottom: 10px;
  }
  .how-section .single-step img {
    height: 55px;
  }
  .how-section .how-steps::before {
    display: none;
  }
  .specialty-section .square {
    display: none;
  }
  .specialty-section .container {
    padding: 50px 15px;
  }
  .specialty-section .specialties .single-specialty {
    width: 100%;
    padding: 15px 20px;
  }
  .specialty-section .specialties .single-specialty .shape {
    right: -15px;
  }
  .specialty-section .specialties .single-specialty .shape svg {
    width: 30px;
  }
  .specialty-section h2 {
    max-width: 200px;
    margin: 0 auto;
  }
  .page-template-import .features-section h2 {
    text-align: right;
  }
  .page-template-import h2 {
    font-size: 1.9rem;
  }
  .page-template-import .top-section .inner {
    max-width: 100%;
    padding-right: 0;
  }
  .page-template-import .top-section .container {
    padding-top: 50px;
  }
  .page-template-import .top-banner h1 {
    font-size: 2.5571rem !important;
  }
  .page-template-import .top-banner .text {
    max-width: 290px;
    margin: 0 auto;
  }
  .word-breaker span {
    -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .word-breaker span.end {
    margin-right: 9px;
  }
  .fixed-contact {
    padding: 11px 13px 9px 13px;
  }
  .big {
    font-size: 1.3rem;
  }
  header {
    clip-path: none;
  }
  header .bg-color {
    clip-path: none;
  }
  header .flex_container {
    clip-path: none;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
  }
  .page-template-home .features-section .container,
  .page-template-ks-pharma .features-section .container {
    padding-bottom: 0;
  }
  .page-template-home .features-section .features,
  .page-template-ks-pharma .features-section .features {
    flex-direction: column;
    align-items: center;
  }
  .page-template-home .features-section .features::after,
  .page-template-ks-pharma .features-section .features::after {
    display: none;
  }
  .page-template-home .features-section .features .single-feature,
  .page-template-ks-pharma .features-section .features .single-feature {
    margin: 0 0 50px 0;
    transition-delay: 0s;
  }
  .page-template-home .features-section .features .single-feature .bg-image,
  .page-template-home .features-section .features .single-feature .shape,
  .page-template-home .features-section .features .single-feature .hover-shape,
  .page-template-ks-pharma .features-section .features .single-feature .bg-image,
  .page-template-ks-pharma .features-section .features .single-feature .shape,
  .page-template-ks-pharma .features-section .features .single-feature .hover-shape {
    transform: scale(0);
    transition-duration: 1s;
    transition-delay: 0s;
  }
  .page-template-home .features-section .features .single-feature .title,
  .page-template-ks-pharma .features-section .features .single-feature .title {
    margin-bottom: 12px !important;
    margin-top: 25px !important;
  }
  .page-template-home .features-section .features .single-feature .text,
  .page-template-home .features-section .features .single-feature .title,
  .page-template-ks-pharma .features-section .features .single-feature .text,
  .page-template-ks-pharma .features-section .features .single-feature .title {
    opacity: 1 !important;
    transition-duration: 0.8s;
    transition-delay: 0s;
    height: auto !important;
  }
  .page-template-home .features-section .features .single-feature .shape,
  .page-template-ks-pharma .features-section .features .single-feature .shape {
    transition-delay: 0s;
  }
  .page-template-home .features-section .features .single-feature .title,
  .page-template-ks-pharma .features-section .features .single-feature .title {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 4px;
  }
  .page-template-home .scope-section .square,
  .page-template-ks-pharma .scope-section .square {
    display: none;
  }
  .page-template-home .scope-section .container,
  .page-template-ks-pharma .scope-section .container {
    padding-bottom: 0;
    padding-top: 30px;
  }
  .page-template-home .scope-section .categories,
  .page-template-ks-pharma .scope-section .categories {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 110px;
  }
  .page-template-home .scope-section .categories .category,
  .page-template-ks-pharma .scope-section .categories .category {
    width: 48%;
    margin-bottom: 90px;
    margin: 0 0 90px 0;
    max-width: 275px;
  }
  .page-template-home .scope-section .categories .category:hover .hover-shape,
  .page-template-ks-pharma .scope-section .categories .category:hover .hover-shape {
    transform: scale(0) translateX(-50%) !important;
  }
  .page-template-home .scope-section .categories .category:nth-of-type(3) .title::before,
  .page-template-ks-pharma .scope-section .categories .category:nth-of-type(3) .title::before {
    display: none;
  }
  .page-template-home .scope-section .categories .category .title::before,
  .page-template-ks-pharma .scope-section .categories .category .title::before {
    width: 49vw;
    top: -2.1rem;
  }
  .page-template-home .scope-section .categories .category .shape,
  .page-template-ks-pharma .scope-section .categories .category .shape {
    top: -55px;
  }
  .page-template-home .scope-section .categories .category .hover-shape,
  .page-template-ks-pharma .scope-section .categories .category .hover-shape {
    top: -80px;
  }
  .page-template-home .contact-section .wrapper > .left,
  .page-template-ks-pharma .contact-section .wrapper > .left {
    padding-right: 0;
  }
  .page-template-ks-pharma .media-section .right .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-ks-pharma .media-section .right .top .left {
    margin-bottom: 10px;
  }
  .page-template-ks-pharma .media-section .container {
    padding: 60px 0 40px 15px;
  }
  .about-section .container {
    padding: 80px 15px;
  }
  .post-type-archive-media .title-shape {
    margin: 0 auto 30px auto;
  }
  .post-type-archive-media .single-media .button {
    opacity: 1;
    margin-top: 10px;
  }
  .post-type-archive-media .single-media .button::after {
    width: 10px;
    height: 10px;
  }
  .post-type-archive-media .posts-slider {
    padding: 30px 40px 0 40px;
  }
  .post-type-archive-media .posts-slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
  .post-type-archive-media .posts-slider .single-media .button {
    opacity: 1;
  }
  .page-template-contact-us h1 {
    font-size: 2.7rem;
  }
  .page-template-regulation h1 {
    font-size: 2.7rem;
  }
  .page-template-regulation .main .container {
    padding-top: 45px;
  }
  .page-template-regulation .logos {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
  .page-template-regulation .logos .single-logo {
    min-width: 100px;
    height: 100px;
  }
  .page-template-regulation .col-md-7 {
    margin-top: 30px;
  }
  .page-template-regulation .image-wrapper::before {
    left: 0;
  }
  .page-template-regulation .image-wrapper .plus-shape {
    opacity: 1;
  }
  .page-template-regulation .image-wrapper .title, .page-template-regulation .image-wrapper .role {
    transform: translateY(20px);
  }
  .page-template-regulation .image-wrapper .top::after {
    opacity: 1;
  }
  .join-section {
    margin: 40px 0 60px 0;
  }
  body.single-media h1 {
    font-size: 1.5048rem;
  }
  body.single-media h3 {
    margin-bottom: 10px;
  }
  body.single-media .main-container {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  body.single-media .conclusion-section .container {
    padding: 40px 15px 30px 15px;
  }
  body.single-media .fixed-nav {
    display: none;
  }
  body.single-media .main {
    max-width: 100vw;
  }
  body.single-media .quote-block {
    margin-top: 80px;
  }
  body.single-media .quote-block .quote {
    padding: 55px 15px 15px 15px;
    font-size: 1.3rem;
  }
  body.single-media .quote-block .quote svg {
    width: 100px;
    left: 17px;
    top: -36px;
  }
  body.single-media .mobile-cases {
    display: block;
  }
  .post-type-archive-team-member h1 {
    max-width: 415px;
    font-size: 2.2rem;
    padding: 0 15px;
  }
  .post-type-archive-team-member .team .container {
    padding: 0 20px;
  }
  .post-type-archive-team-member .join-section {
    display: flex;
    flex-direction: column-reverse;
  }
  .post-type-archive-team-member .join-section .text {
    margin: 20px 0 30px 0;
  }
  .post-type-archive-team-member .join-section .container {
    padding: 0;
  }
  .post-type-archive-team-member .join-section .bg-image {
    position: relative;
    top: auto;
    transform: none;
    padding-top: 0;
    height: 200px;
  }
  .post-type-archive-team-member .join-section .bg-image.desk {
    display: none;
  }
  .post-type-archive-team-member .join-section .bg-image.mobile {
    display: block;
  }
  .post-type-archive-team-member .join-section .wrapper {
    max-width: 100vw;
    padding: 50px 15px;
  }
  .post-type-archive-team-member .join-section .wrapper .shape {
    display: none;
  }
  .post-type-archive-team-member .single-team .top::after,
  .post-type-archive-team-member .single-team .top::after {
    opacity: 1;
  }
  .post-type-archive-team-member .single-team .top .plus-shape,
  .post-type-archive-team-member .single-team .top .plus-shape {
    opacity: 1;
  }
  .post-type-archive-team-member .single-team .title, .post-type-archive-team-member .single-team .blue,
  .post-type-archive-team-member .single-team .title,
  .post-type-archive-team-member .single-team .blue {
    transform: translateY(20px);
  }
  body.single-product .top-section .container {
    padding: 70px 15px 30px 15px;
  }
  body.single-product h1 {
    font-size: 1.5048rem;
  }
  body.single-product h3 {
    margin-bottom: 10px;
  }
  body.single-product .main-container {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .post-type-archive-product h1 {
    line-height: 1.1;
    font-size: 2.7rem !important;
  }
  .post-type-archive-product .top-banner .container {
    padding: 170px 15px 30px 15px;
  }
  .post-type-archive-product .top-banner .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .post-type-archive-product .top-banner .wrapper h1 {
    margin-bottom: 40px;
  }
  .post-type-archive-product .top-banner .filter {
    flex-direction: column;
    align-items: center;
  }
  .post-type-archive-product .top-text {
    margin: 0 auto 70px auto;
    text-align: center;
  }
  .post-type-archive-product .products-section .container {
    padding: 45px 15px 15px 15px;
  }
  .post-type-archive-product .col-xl-3 {
    margin-bottom: 60px;
  }
  body.single-product .top-section .container {
    padding-left: 15px;
  }
  body.single-product .single-team {
    padding-right: 10px;
    padding-top: 40px;
    justify-content: center;
  }
  .products-section .single-product .top .tag {
    font-size: 15px;
    line-height: 1.2;
    top: -1.4rem;
  }
  .page-template-about-us .top-text {
    margin: 45px auto;
  }
  .page-template-about-us .swiper-slide-active .single-history .year {
    margin-top: -1.3rem;
    font-size: 2.2857rem;
  }
  .page-template-about-us .single-history .bottom {
    left: 50%;
    transform: translateX(-43%);
  }
  .page-template-about-us .single-history .bottom .text {
    min-width: 300px;
  }
  .page-template-orphan-drug-division .top-banner h1 {
    font-size: 2.3571rem !important;
  }
  .page-template-orphan-drug-division .top-text {
    margin: 25px auto 0 auto;
  }
  .page-template-orphan-drug-division .features-section .container {
    padding-top: 10px;
  }
  .page-template-orphan-drug-division .features-section .square {
    display: none;
  }
  .page-template-orphan-drug-division .features-section .features-wrapper {
    padding: 40px 20px;
  }
  .page-template-orphan-drug-division .features-section .single-feature {
    flex-direction: column;
  }
  .page-template-orphan-drug-division .features-section .single-feature .left {
    align-items: center;
  }
  .page-template-orphan-drug-division .features-section .single-feature .left .icon {
    margin-right: 0px;
  }
  .page-template-orphan-drug-division .features-section .single-feature .text {
    padding-left: 0;
    border-left: 0;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px solid #C4C5CA;
  }
  .page-template-orphan-drug-division .regulation-section .regulations {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-orphan-drug-division .regulation-section .regulations .single-regulation {
    flex-direction: row;
    margin-bottom: 40px;
  }
  .page-template-orphan-drug-division .regulation-section .regulations .single-regulation:last-of-type::after {
    display: none;
  }
  .page-template-orphan-drug-division .regulation-section .regulations .single-regulation .text {
    margin: 0 0 0 15px;
    text-align: left;
  }
  .page-template-orphan-drug-division .regulation-section .regulations .single-regulation .shape {
    margin-bottom: 0;
  }
  .page-template-orphan-drug-division .regulation-section .regulations .single-regulation .shape::after {
    left: 50%;
    transform: translate(-50%, 0);
    top: 99%;
    width: 2px;
    height: 70px;
  }
  .page-template-orphan-drug-division .shipping-section .container {
    padding: 70px 15px;
  }
  .page-template-orphan-drug-division .shipping-section h2 {
    margin-bottom: 15px;
  }
  .page-template-orphan-drug-division .shipping-section .text {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .post-type-archive-product .searchandfilter ul label input {
    padding: 9px 18px;
  }
  footer .social .single-social {
    margin: 0 10px;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 750px) {
  html {
    font-size: 16px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after,
  .swiper-rtl .swiper-button-next::after,
  .swiper-rtl .swiper-button-prev::after {
    background-size: 17px;
    width: 17px;
    height: 37px;
  }
  .products-section .products-slider .swiper-slide.swiper-slide-active + .swiper-slide {
    opacity: 0;
  }
  .products-section .single-product .top {
    width: 250px;
    height: 250px;
  }
  .page-template- h1,
  .page-template-ks-pharma h1 {
    font-size: 2.2rem;
  }
  .page-template- .top-section .container .sub,
  .page-template-ks-pharma .top-section .container .sub {
    margin: 10px auto 10px auto;
  }
  .page-template- .scope-section .categories .category,
  .page-template-ks-pharma .scope-section .categories .category {
    width: 46%;
    margin: 0 5px 85px 5px;
  }
  .page-template- .scope-section .categories .category .big,
  .page-template-ks-pharma .scope-section .categories .category .big {
    font-size: 1.1rem;
  }
  .page-template- .scope-section .categories .category .title::before,
  .page-template-ks-pharma .scope-section .categories .category .title::before {
    width: 270px;
    top: -2.8rem;
    max-width: 44vw;
  }
  .page-template-ks-pharma h1 {
    font-size: 2rem;
  }
  .about-section .col-md-5 {
    margin-bottom: 40px;
  }
  .about-section h2 {
    text-align: center;
  }
  .about-section .col-md-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-section .text {
    margin: 10px auto 25px auto;
    text-align: center;
  }
  .global-section .container {
    padding: 70px 15px 15px 15px;
  }
  .global-section .text {
    margin: 15px auto 40px auto;
  }
  .global-section .row {
    flex-direction: column-reverse;
  }
  .global-section .row .col-md-9 {
    margin-bottom: 40px;
  }
  .post-type-archive-media .top-banner .container {
    padding: 170px 15px 30px 15px;
  }
  .post-type-archive-media .top-banner .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .post-type-archive-media .top-banner .wrapper h1 {
    margin-bottom: 40px;
  }
  .post-type-archive-media .top-banner .filter {
    flex-direction: column;
    align-items: center;
  }
  .post-type-archive-media .top-banner .filter .single {
    margin: 7px 0;
    min-width: 150px;
  }
  .post-type-archive-media .latest-section .container {
    padding: 50px 15px 30px 15px;
  }
  .post-type-archive-media .categories-section .container {
    padding: 60px 15px;
  }
  .post-type-archive-media .categories-section .single-category {
    margin-bottom: 70px;
  }
  .post-type-archive-media .title-shape .shape {
    margin-left: 25px;
  }
  .post-type-archive-media .title-shape .shape svg {
    width: 40px;
  }
  .post-type-archive-media .title-shape .shape::before {
    left: 8px;
    top: -12px;
    width: 24px;
    height: 24px;
  }
  .post-type-archive-media .categories-section .main-media {
    flex-direction: column-reverse;
  }
  .post-type-archive-media .categories-section .main-media .tag {
    top: 25px;
    display: none;
  }
  .post-type-archive-media .categories-section .main-media .tag.mobile {
    display: block;
  }
  .post-type-archive-media .categories-section .main-media .left {
    max-width: 100%;
    padding: 20px 15px 20px 15px;
    border-radius: 0 0 8px 8px;
  }
  .post-type-archive-media .categories-section .main-media .left .date {
    color: #00CBFF;
  }
  .post-type-archive-media .categories-section .main-media .image {
    flex: auto;
    height: 200px;
    border-radius: 8px 8px 0 0;
  }
  .post-type-archive-media .latest-section .single-media {
    margin-bottom: 40px;
  }
  .post-type-archive-media .latest-section .single-media .image {
    padding-top: 50%;
  }
  .page-template-regulation .row {
    flex-direction: column-reverse;
  }
  .page-template-regulation .image-wrapper {
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .page-template-regulation .image-wrapper .top {
    width: 240px;
    height: 240px;
  }
  .page-template-regulation .image-wrapper .top img {
    max-width: 100%;
  }
  .page-template-regulation .bottom-text {
    margin-bottom: 40px;
  }
  footer .col-lg-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .top {
    padding: 30px 15px 20px 15px;
  }
  footer .contact-link {
    margin: 25px 0 25px 0;
  }
  .rights-credit {
    flex-direction: column;
    align-items: center;
  }
  .rights-credit .terms-privacy {
    margin: 15px 0;
  }
  body.single-team-member h1,
  body.single-team-member .blue,
  body.single-team-member .text {
    text-align: center;
  }
  body.single-team-member .top-section .container {
    padding-bottom: 50px;
  }
  body.single-team-member h1 .shape {
    margin-bottom: 25px;
  }
  body.single-team-member .single-team {
    justify-content: center;
    display: none;
    margin: 50px 0;
  }
  body.single-team-member .single-team::before {
    display: none;
  }
  body.single-team-member .single-team.mobile {
    display: flex;
  }
  body.single-product .single-team .top {
    width: 60vw;
    height: 60vw;
  }
  body.single-product .top-section h1 {
    font-size: 2.214rem;
  }
  body.single-product .top-section h1 .shape .line-shape {
    top: -56px;
  }
  .page-template-about-us .history-section {
    padding: 70px 0 25px 0;
  }
  .page-template-about-us .history-section h2 {
    margin-bottom: 20px;
  }
  .page-template-about-us .history-swiper {
    padding: 40px 0;
  }
  .page-template-about-us .swiper-slide-active .single-history .top-shape .line-shape .bottom-line {
    height: 60px !important;
  }
  .page-template-about-us .swiper-slide-active .single-history .bottom {
    flex-direction: column;
    align-items: center;
    bottom: auto !important;
    top: 0;
    z-index: 4;
    transform: translateX(-50%);
    position: relative;
    left: auto;
    transform: none;
  }
  .page-template-about-us .swiper-slide-active .single-history .bottom .text {
    text-align: center;
    margin-top: 20px;
  }
  .page-template-about-us .swiper-slide-active .single-history .bottom .image-wrapper {
    margin-right: 0;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 640px) {
  body.single-media .image-block .image {
    height: 170px;
  }
  body.single-media .content ul li, body.single-media .content ol li {
    font-size: 16px;
  }
  body.single-media .content ul {
    padding-left: 1.6rem;
  }
  body.single-media .content ul li::before {
    left: -1.6rem;
  }
  body.single-media .content ul li::after {
    left: -1.1rem;
  }
  .page-template-home .scope-section h2,
  .page-template-ks-pharma .scope-section h2 {
    max-width: 470px;
    margin: 0 auto;
  }
  .post-type-archive-team-member .col-sm-5:nth-of-type(1n) {
    padding-top: 3rem;
  }
  .post-type-archive-team-member .col-sm-5:nth-of-type(1n) .single-team .top::before {
    right: 100%;
  }
  .post-type-archive-team-member .col-sm-5:nth-of-type(2n) {
    padding-top: 0;
  }
  .post-type-archive-team-member .col-sm-5:nth-of-type(2n) .single-team .top::before {
    left: 100%;
  }
  .media-section .wrapper > .right {
    margin-top: 90px;
  }
  .media-section .wrapper > .left .inner {
    max-width: 100%;
  }
  .media-section .wrapper > .left .inner input[type=submit] {
    margin-top: 0.85rem;
  }
  .media-section .wrapper > .left .text {
    margin: 15px 0;
  }
  .media-section .wrapper > .left h2 {
    max-width: 100%;
  }
  .page-template-about-us .features-wrapper .features {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-about-us .features-wrapper .features .single-feature {
    margin-bottom: 50px;
    width: 100%;
  }
  .page-template-about-us .features-wrapper .features .single-feature .title {
    margin-bottom: 10px;
  }
  .page-template-about-us .features-wrapper .features .single-feature .image-wrapper {
    margin-bottom: 25px;
    width: 150px;
    min-width: 150px;
    height: 123px;
  }
  .page-template-about-us .features-wrapper .features .single-feature .image-wrapper .hover-shape {
    left: -12px;
  }
} /* end of (max-width: 640px) */
/****************************************************************************************************************/
@media only screen and (max-width: 540px) {
  .post-type-archive-media .swiper-slide.swiper-slide-active + .swiper-slide {
    opacity: 0;
  }
  .post-type-archive-media .posts-slider {
    padding: 50px 50px 0 50px;
  }
  .post-type-archive-media .posts-slider .main-media .tag {
    display: none;
  }
  .post-type-archive-media .posts-slider .main-media .tag.mobile {
    display: block;
  }
  .post-type-archive-team-member .col-sm-5 {
    margin-bottom: 60px;
  }
  .post-type-archive-team-member .col-sm-5:nth-of-type(1n), .post-type-archive-team-member .col-sm-5:nth-of-type(2n), .post-type-archive-team-member .col-sm-5:nth-of-type(3n) {
    padding-top: 0;
  }
  .post-type-archive-product .top-banner .container {
    padding-top: 125px;
  }
  .post-type-archive-product .top-banner .container .wrapper h1 {
    margin-bottom: 30px;
  }
  .read-more, input[type=submit] {
    padding: 9px 15px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    line-height: 1.3;
  }
  h2 {
    font-size: 2.1rem;
  }
  body #acwp-toolbar-btn-wrap {
    top: auto !important;
    bottom: 100px !important;
    left: 10px !important;
  }
  .flex_container .logo img {
    max-width: 125px;
  }
  .page-template-home .contact-section h2,
  .page-template-ks-pharma .contact-section h2 {
    max-width: 250px;
  }
  .page-template-home .top-section,
  .page-template-ks-pharma .top-section {
    height: auto;
    min-height: 77vh;
  }
  .page-template-home .top-section video,
  .page-template-ks-pharma .top-section video {
    position: fixed;
    object-position: 65% -110%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .page-template-home .top-section video.desktop,
  .page-template-ks-pharma .top-section video.desktop {
    display: none;
  }
  .page-template-home .top-section video.mobile,
  .page-template-ks-pharma .top-section video.mobile {
    display: block;
  }
  .page-template-home .top-section .container,
  .page-template-ks-pharma .top-section .container {
    padding-top: 80px;
    justify-content: center;
  }
  .page-template-home .single-media .left,
  .page-template-ks-pharma .single-media .left {
    min-width: 12.5rem;
  }
  .page-template-home .single-media .left .text,
  .page-template-ks-pharma .single-media .left .text {
    line-height: 1.3;
  }
  .page-template-home h1.word-breaker span.end, .page-template-home h2.word-breaker span.end,
  .page-template-ks-pharma h1.word-breaker span.end,
  .page-template-ks-pharma h2.word-breaker span.end {
    margin-right: 9px;
  }
  .page-template-home .scope-section h2,
  .page-template-ks-pharma .scope-section h2 {
    max-width: 330px;
  }
  body.single-media .top-banner h1 {
    font-size: 1.5rem !important;
  }
  .page-template-ks-pharma .scope-section .categories .category:nth-last-child(2) .title::before {
    display: none;
  }
  .page-template-ks-pharma .features-section .features .single-feature .image .shape svg {
    width: 173px;
  }
  .page-template-ks-pharma .features-section .features .single-feature .hover-shape {
    opacity: 1 !important;
  }
  .page-template-ks-pharma .features-section .features .single-feature .hover-shape svg {
    max-width: 115%;
  }
  .page-template-ks-pharma .top-section .container {
    height: auto;
    min-height: 80vh;
  }
  .page-template-ks-pharma .products-section .container {
    padding-bottom: 40px;
  }
  .page-template-ks-pharma .scope-section h2 {
    font-size: 1.6rem;
  }
  .page-template-ks-pharma .scope-section .categories {
    margin-top: 80px;
  }
  .page-template-ks-pharma .scope-section .categories .category {
    margin: 0 4px 60px 4px;
  }
  .page-template-ks-pharma .scope-section .categories .category .text {
    opacity: 1;
  }
  .page-template-ks-pharma .scope-section .categories .category .shape {
    top: -50px;
  }
  .page-template-ks-pharma .scope-section .categories .category .title::before {
    top: -1.9rem;
  }
  .page-template-ks-pharma .partners-section h2 {
    font-size: 1.4rem;
  }
  .post-type-archive-media .top-banner .bg-color {
    background-image: linear-gradient(to bottom, rgb(0, 8, 31), rgba(0, 8, 31, 0.7));
  }
  .post-type-archive-media .top-banner .container {
    padding-top: 125px;
  }
  .post-type-archive-media .top-banner .container .wrapper h1 {
    margin-bottom: 30px;
  }
  .media-section .right .top {
    margin-bottom: 30px;
  }
  .media-section .single-media {
    height: 280px;
  }
  .about-section .container {
    padding: 60px 15px;
  }
  .about-section .image {
    height: 230px;
  }
  body.single-resources .mobile-cases {
    display: block;
  }
  body.single-resources .content ul li::before {
    width: 13px;
    height: 13px;
  }
  body.single-resources .content ul li::after {
    left: -1.6429rem;
  }
  body.single-resources .image-block .image {
    height: 170px;
  }
  body.single-team-member h1, body.single-team-member .blue, body.single-team-member .text {
    text-align: center;
  }
  .page-template-contact-us .top-banner .container {
    padding: 160px 15px 20px 15px;
  }
  .page-template-contact-us .top-banner .bg-color {
    background-image: linear-gradient(to bottom, rgb(0, 8, 31), rgba(0, 8, 31, 0) 150%);
  }
  .page-template-contact-us .form-section .container {
    padding: 50px 15px;
  }
  .page-template-contact-us .top-text {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .page-template-about-us .top-banner .bg-color {
    background-image: linear-gradient(to bottom, #00081f 110%, rgba(255, 255, 255, 0) 220%);
    opacity: 0.4;
    mix-blend-mode: unset;
  }
  .page-template-about-us .top-banner .shape {
    bottom: -1px;
  }
  .page-template-about-us .top-banner h1 {
    font-size: 2.7rem !important;
  }
  .page-template-about-us .top-banner .container {
    padding: 160px 15px 20px 15px;
  }
  .page-template-regulation .top-banner .bg-color {
    background-image: linear-gradient(to bottom, #00081f, rgba(255, 255, 255, 0) 130%);
  }
  .page-template-regulation .top-banner .container {
    padding: 160px 15px 20px 15px;
  }
  .page-template-regulation .bottom-image .image {
    height: 150px;
  }
  .page-template-regulation .logos .single-logo {
    margin-bottom: 20px;
    margin-right: 40px;
  }
  .page-template-regulation .image-wrapper .top .plus-shape {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
  .post-type-archive-team-member .col-sm-5:nth-of-type(1n), .post-type-archive-team-member .col-sm-5:nth-of-type(1n), .post-type-archive-team-member .col-sm-5 {
    justify-content: center;
  }
  .post-type-archive-team-member .join-section .wrapper {
    text-align: center;
  }
  .post-type-archive-team-member .single-team .top .plus-shape {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
  .post-type-archive-team-member .single-team .title {
    font-size: 1.1rem;
    margin: 10px 0 2px 0;
  }
  .post-type-archive-team-member .single-team:hover .title {
    transform: translateY(10px);
  }
  .products-section .container {
    padding-bottom: 90px;
  }
  .products-section .read-wrapper {
    margin-top: 25px;
  }
  .partners-section {
    padding: 80px 0 40px 0;
  }
  .about-section .image {
    transition-delay: 0.6s;
  }
  .media-section .left .inner input {
    width: 100%;
    max-width: 300px;
  }
  .page-template-accessibility .main-container {
    padding: 40px 15px;
  }
  .page-template-accessibility h2 {
    font-size: 1.2rem;
  }
  .rights-credit {
    padding: 15px 0;
  }
  .post-type-archive-product .top-banner .container {
    padding-top: 125px;
  }
  .post-type-archive-product .top-banner .container .wrapper h1 {
    margin-bottom: 30px;
  }
  body.single-product h1 {
    font-size: 2.614rem;
  }
  body.single-product .products-section .container {
    padding-bottom: 60px;
  }
  body.single-product .products-section .products-text {
    margin: 15px 0;
  }
  .page-template-orphan-drug-division .top-banner .container {
    padding-top: 150px;
  }
  .page-template-orphan-drug-division .features-section .single-feature .left {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-orphan-drug-division .features-section .single-feature .left .icon {
    margin-bottom: 10px;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************/
@media only screen and (max-width: 400px) {
  h2 {
    font-size: 1.9rem;
  }
  .page-template-home h1,
  .page-template-ks-pharma h1 {
    font-size: 1.9rem;
  }
  .page-template-home .scope-section h2,
  .page-template-ks-pharma .scope-section h2 {
    max-width: 300px;
  }
  .page-template-ks-pharma h1 {
    font-size: 1.6rem;
  }
} /* end of (max-width: 320px) */
/****************************************************************************************************************/
@media only screen and (max-width: 340px) {
  .page-template-home h1,
  .page-template-ks-pharma h1 {
    font-size: 1.7rem;
  }
}/*# sourceMappingURL=style.css.map */