@charset "UTF-8";
@font-face {
  font-family: "HelveticaLT";
  src: url("../fonts/HelveticaLT.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaLT.woff") format("woff"),
    url("../fonts/HelveticaLT.ttf") format("truetype"),
    url("../fonts/HelveticaLT.svg#HelveticaLT") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLT-Bold";
  src: url("../fonts/HelveticaLT-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaLT-Bold.woff") format("woff"),
    url("../fonts/HelveticaLT-Bold.ttf") format("truetype"),
    url("../fonts/HelveticaLT-Bold.svg#HelveticaLT-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 16px;
}

body {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  word-break: break-word;
}
a {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
a:focus {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

button {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
button:focus {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
button:hover {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

.hide {
  display: none;
}
video {
  object-fit: inherit;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-container {
  max-width: 1670px;
  margin: 0 auto;
}

.prima-header {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: 0.3s all ease-in;
  background: #fff;
  
}

.prima-header .navbar-brand img {
  
  max-width: 250px;
}
@media screen and (min-width: 1280px) {
  
}

@media screen and (min-width: 1400px) {
  .prima-header .navbar-brand img {
    max-width: 100%;
  }
}
.prima-header .fix-logo {
  display: none;
}
.prima-header .navbar-nav ul {
  display: flex;
  margin: 0 30px;
}

.prima-header .navbar-nav ul li a.nav-item {
  color: #191919;
  font-family: 'ClioLight-Light';
  /*text-transform: uppercase;*/
  font-size: 20px;
  
  border-bottom: 7px solid transparent;
}
 
.prima-header .navbar-nav ul li:last-child {
  padding-right: 0;
}
.prima-header .navbar-nav .current-menu-item a.nav-item {
  border-bottom: 7px solid #E20020;
  
}

#nav-icon1 {
  width: 50px;
  height: 23px;
  margin-right: 25px;
  position: relative;
  -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;
  outline: 0;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #191919;
  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;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 15px;
}
#nav-icon1 span:nth-child(3) {
  top: 29px;
}

#nav-icon1[aria-expanded="true"] span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1[aria-expanded="true"] span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.content-page.prima-header.fixed-header {
  background-color: #ffffff;
}

.fixed-header,
.page-template-default .prima-header.fixed-header,
.prima-header.fixed-header {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  padding: 0;
}
.page-template-default .fixed-header .site-container {
  padding: 0;
}
.fixed-header .navbar-nav a.nav-item {
  color: #4e4d4d !important;
}
.fixed-header .navbar-nav a.nav-item:hover,
.fixed-header .current-menu-item a.nav-item {
  color: #e20020 !important;
}
.fixed-header .navbar-nav a.current-menu-item {
  color: #e20020 !important;
}
.fixed-header .fix-logo {
  display: block;
}
.fixed-header .default-logo {
  display: none;
}

footer {
  /* background: #000000; */
  padding: 91px 0 65px;
}
footer .site-container {
  max-width: 1366px;
}

.home-content-block {
  background-image: url(../images/bg-image.png);
  background-size: cover;
  background-position: top left;
  position: relative;
  top: -20px;
}

.home-content-block + footer {
  margin-top: -95px;
}

.footer-top {
  border-bottom: 1px solid rgba(78, 77, 77, 0.5);
  border-top: 1px solid rgba(78, 77, 77, 0.5);
  margin-bottom: 60px;
  padding: 50px 0;
}

.ftr-log img {
  max-width: 150px;
  width: 100%;
}

.ftr-menu ul li a {
  font-size: 18px;
  color: #ffffff;
 
  padding: 7px 0;
  display: inline-block;
  font-weight: 700;
}
.ftr-menu ul li a:hover {
  color: #ababab;
}
.ftr-lang-change {
  text-align: right;
}
.ftr-lang-change label.lang-label {
  display: none;
}
.ftr-lang-change select {
  width: 100%;
  max-width: 400px;
  border: 0;
  padding: 10px;
  border-radius: 10px;
  font-size: 1rem;
  height: 50px;
}

.ftr-copyright {
  color: #ffffff;
  font-size: 0.75rem;
  flex-basis: 300px;
}

.ftr-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(78, 77, 77, 0.5);
  padding-top: 14px;
}

.ftr-site-rights {
  flex-basis: 75%;
}
.ftr-site-rights ul {
  display: flex;
  justify-content: flex-end;
}
.ftr-site-rights ul li a {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding: 0 0 0 50px;
}
.ftr-site-rights ul li a:hover {
  color: #ababab;
}
.ftr-site-rights ul li:last-child a {
  white-space: nowrap;
}
.ftr-site-rights ul li a svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.dropdown-custom {
  width: 100%;
  position: relative;
  text-align: left;
  max-width: 308px;
  margin-left: auto;
}
.dropdown-custom select {
  display: none;
}
.dropdown-custom > span {
  cursor: pointer;
  padding: 13px 16px;
  border-radius: 10px;
  display: block;
  position: relative;
  color: #191919;
  background: #ffffff;
  transition: all 0.3s ease;
}
.dropdown-custom > span:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99a3ba;
  transition: all 0.3s ease;
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown-custom > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99a3ba;
  transition: all 0.3s ease;
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown-custom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(8 * 42px);
  top: 52px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #ffffff;
  border-radius: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid rgba(78, 77, 77, 0.5);
}
.dropdown-custom ul li {
  opacity: 0;
  transform: translate(6px, 0);
  transition: all 0.3s ease;
}
.dropdown-custom ul li a {
  cursor: pointer;
  display: block;
  padding: 10px 16px;
  color: #191919;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.3s ease;
}
.dropdown-custom ul li a:hover {
  color: rgba(78, 77, 77, 0.5);
}
.dropdown-custom ul li:first-child a {
  border-radius: 6px 6px 0 0;
}
.dropdown-custom ul li:last-child a {
  border-radius: 0 0 6px 6px;
}
.dropdown-custom ul li.active a {
  color: #e20020;
  background: rgba(78, 77, 77, 0.15);
}

.dropdown-custom.filled > span {
  color: #191919;
}

.dropdown-custom.open > span {
  border-color: #99a3ba;
}
.dropdown-custom.open > span:before {
  background: #99a3ba;
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown-custom.open > span:after {
  background: #99a3ba;
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown-custom.open ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown-custom.open ul li {
  opacity: 1;
  transform: translate(0, 0);
}
.dropdown-custom.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown-custom.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown-custom.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown-custom.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown-custom.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown-custom.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown-custom.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown-custom.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown-custom.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown-custom.open ul li:nth-child(10) {
  transition-delay: 800ms;
}

.wpml-ls-legacy-dropdown-click {
  width: 398px;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  border-radius: 8px;
  height: 50px;
  width: 100%;
  font-size: 1rem;
  line-height: 44px;
  padding: 0 16px;
  text-decoration: none;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  border-color: #191919;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  height: 10px;
  position: absolute;
  top: 18px;
  transform: rotate(135deg);
  transition: border-color 0.3s ease-out 0s;
  width: 10px;
  right: 16px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  display: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  padding: 12px 15px;
  text-decoration: none;
  border: 0;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu img {
  display: none;
}

ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
  top: 65px;
  border-radius: 10px;
  overflow: hidden;
}
.wpml-ls-legacy-dropdown-click a span {
  position: relative;
}
span.wpml-ls-bracket {
  top: -2px;
}
.home-banner-main {
  position: relative;
}
.home-banner-main h1 {
  width: 98vw;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  color: White;
  font-size: 32px;
  font-family: "ClioLight-Light", sans-serif;
}
@media (min-width: 500px) {
  .home-banner-main h1 {
    top: 75px;
    font-size: 48px;
  }
}
@media (min-width: 700px) {
  .home-banner-main h1 {
    top: 125px;
    font-size: 58px;
  }
}
@media (min-width: 850px) {
  .home-banner-main h1 {
    top: 125px;
    font-size: 78px;
  }
}
@media (min-width: 1024px) {
  .home-banner-main h1 {
    top: calc(50% - 35px);
    font-size: 110px;
  }
}
.home-banner-main:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 48%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(84, 84, 84, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(84, 84, 84, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(84, 84, 84, 0) 100%
  );
}

.home-about-prima {
  padding: 100px 0 0;
}
.block-col-info img {
  width: 100%;
}
.pcr-info .row.align-items-center {
  align-items: start !important;
}
.block-col-title {
  position: relative;
  max-width: 770px;
}
.block-col-title h5 {
  font-size: 1.875rem;
  
  margin-bottom: 30px;
  font-weight: 600;
}
.pcr-info .block-col-title h2 {
  color: #191919;
}
.block-col-title h2, .block-col-title h1 {
  font-size: 64px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 40px;
  letter-spacing: -2px;
  line-height: 74px;
  font-family: "ClioLight-Light";
  /* text-transform: uppercase; */
}
.block-col-title.light h2 {
  font-family: "ClioLight-Light";
}
.block-col-title h2:after, .block-col-title h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 260px;
  height: 7px;
  background: #e20020;
  left: 0;
}
.block-col-title p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  margin: 0;
}

.block-col-info p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #333;
}

.sec-title-uppercase {
  text-align: center;
  margin-bottom: 160px;
}
.sec-title-uppercase h1 {
  font-size: 81px;
  margin: 0;
  font-weight: bold;
  
  font-family: 'ClioLight-Light';
}

.service-img a {
  display: block;
}
.service-img img {
  width: 100%;
}

.service-box {
  height: 100%;
  background: #fff;
}
.service-box .service-info {
  background: #ffffff;
  padding: 38px;
 
}
.service-box .service-info h3 {
  font-size: 48px;
  font-family: "ClioBold-Bold";
  margin: 0;
  padding-bottom: 25px;
  line-height: 48px;
  
}
.service-box .service-info h3 a {
  color: #191919;
  text-decoration: none;
  font-family: "ClioBold-Bold";
}
.service-box .service-info p {
  font-size: 20px;
  line-height: 30px;
  color: #191919;
}

.home-prima-services {
  padding-top: 290px;
}

.home-relent-responsible {
  padding-top: 290px;
}
.responsible-box {
  padding: 0 40px;
}
.home-relent-responsible .row {
  margin-left: -40px;
  margin-right: -40px;
}
.home-relent-responsible .col-sm-4:last-child .responsible-box {
  margin-left: auto;
}
.home-relent-responsible .col-sm-4:nth-child(2) .responsible-box {
  margin: 0 auto;
}

.sec-title-ittalic {
  text-align: center;
  padding-bottom: 160px;
}
.sec-title-ittalic h1 {
  font-size: 81px;
  font-style: italic;
  font-weight: 500;
  
}

/*.responsible-box {
  max-width: 388px;
}*/
.responsible-box h3 {
  font-size: 48px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
  word-break: break-word;

}
.responsible-box h3 a {
  color: #ffffff;
  text-decoration: none;
}
.responsible-box h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 101px;
  height: 7px;
  background: #e20020;
  left: 0;
  bottom: 0;
}
.responsible-box p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.page-video {
  max-width: 1356px;
  margin: 0 auto;
  padding-top: 40px;
}
.page-video .page-video-content iframe {
  width: 100%;
  border: 0;
}

.follow-block {
  text-align: center;
  padding: 100px 0;
}
.follow-block h3 {
  font-size: 48px;
  font-family: 'ClioLight-Light';
  padding-bottom: 20px;
  color: #191919
}
.text-white.follow-block h3 {
  color: #ffffff;
}
.follow-block p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 60px;
}

.social-icons ul {
  display: flex;
  justify-content: center;
}
.social-icons ul li {
  padding: 0 20px;
}
.social-icons ul li a {
  display: inline-block;
}
.social-icons ul li a svg {
  fill: #333;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}
.social-icons ul li a:hover svg {
  fill: #ababab;
}

.page-video-content video {
  width: 100%;
}

.pure-page-content {
  /*
  background: url(../images/purebg-1.png) left top no-repeat,
    url(../images/purebg-2.png) center 65% no-repeat,
    url(../images/purebg-3.png) center 100% no-repeat;
    */
    
}

.pure-top-block {
  /* background: url(../images/pure-bg.png) center top no-repeat; */
  background-color: #005CB9;
  position: relative;
  padding-bottom: 117px;
  background-size: cover;
}
.pure-top-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(84, 84, 84, 0) 33%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(84, 84, 84, 0) 33%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(84, 84, 84, 0) 33%
  );
}
.pure-top-block .pure-genius-info {
  padding: 170px 0 120px 0;
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}
.page-video-content {
  max-width: 1110px;
  margin: 0 auto;
}
.pure-top-block .pure-genius-info h2 {
  text-align: center;
  color: #ffffff;
  font-size: 64px;
  
  font-weight: 300;
  margin-bottom: 50px;
  font-family: 'ClioLight-Light';
  
}
.pure-top-block .pure-genius-info iframe {
  width: 100%;
  border: 0;
}

.about-pure {
  display: flex;
  align-items: center;
  padding: 100px 0 0;
  justify-content: space-between;
}

.pure-tech {
  padding: 150px 0 50px;
}
.pure-tech h2 {
  font-size: 64px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 65px;
 
  margin-bottom: 30px;
  
  color: #191919;
  font-weight: normal;
  font-family: 'ClioLight-Light';
}

@media screen and (min-width: 1024px) {
  .pure-tech h2 {
    padding: 0 60px;
  }
}

.about-pure-logo {
  min-width: 260px;
}
.about-pure-logo img {
  max-width: 260px;
  width: 100%;
}

.about-pure-content {
  padding-left: 169px;
}
.about-pure-content p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.pure-tech-block h3 {
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  color: #323663;
  line-height: 50px;
  margin-bottom: 15px;
}

.pure-tech-block p {
  color: #323663;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}

.pure-tech-block .text-box {
  width: 50%;
  padding: 0 60px;
  text-align: center;
}
.text-box img {
  max-width: 620px;
}
.text-box:nth-child(2) {
  position: relative;
  /* top: 170px; */
}

.pure-tech-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.pure-tect-content {
  text-align: center;
  padding: 20px 0;
}
.pure-tect-content p {
  font-size: 1.125rem;
}

.behind-genius {
  padding: 100px 0 50px;
  text-align: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .behind-genius .subtitle {
    padding: 0 100px 0px;
  }  
}



.title-subtitle {
  margin-bottom: 100px;
}
.title-subtitle h1 {
  font-size: 81px;
  font-family: "ClioLight-Light";
  line-height: 90px;
  color: #191919;
  margin-top: 0;
  
}
.title-subtitle p {
  font-size: 1.875rem;
  line-height: 46px;
  
}

.behind-genius-video {
  max-width: 1360px;
  margin: 0 auto;
}
.behind-genius-video iframe {
  width: 100%;
  border: 0;
}

 
 

.bio-footer .follow-block.follow-white-bg {
  padding-bottom: 150px;
}
.download-material {
  padding-top: 60px;
}
.download-material a {
  color: #191919;
  font-size: 2rem;
 
  text-decoration: underline;
  font-family: 'ClioMedium-Medium';
}
.download-material a:hover {
  color: #ababab;
}
section.content-page {
  position: relative;
  padding: 120px 0 100px;
}

.content-view {
  max-width: 1100px;
  margin: 0 auto;
}

.content-page-title {
  text-align: center;
  margin-bottom: 51px;
}
.content-page-title h5 {
  font-size: 2.25rem;
  
  margin-bottom: 25px;
  font-family: 'ClioLight-Light';
}
.content-page-title .page-news-detail h5 {
  font-size: 2.288rem;
  margin-bottom: 10px;
  line-height: 46px;
  color: #191919;
  font-family: 'ClioBold-Bold';
  text-transform: inherit;
}
.content-page-title h2 {
  font-size: 64px;
  line-height: 94px;
  margin-bottom: 28px;
  color: #191919;
  font-family: 'ClioLight-Light';
  
 }
.content-page-title p {
  font-size: 1.875rem;
  line-height: 46px;
  font-family: 'ClioBold-Bold';
  color: #191919;
}

.content-page-info p {
  font-size: 1.3125rem;
  line-height: 36px;
  margin-bottom: 36px;
}
.news-template-default .content-page-title p {
  font-size: 26px;
  line-height: 35px;
  font-family: 'ClioBold-Bold';
}
.news-template-default .content-page-info p {
  font-size: 1.3rem;
}
.media-content {
  padding-top: 50px;
}
.media-content h4 {
  font-size: 1.875rem;
  margin-bottom: 22px;
  color: #333;
  font-family: 'ClioBold-Bold';
}
.media-content p {
  font-size: 20px;
  margin-bottom: 5px;
  color: #333;
}
.media-content p a {
  text-decoration: underline;
  color: #333;
}

.page-banner {
  background-size: cover;
  padding: 420px 0;
  position: relative;
}
.page-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(84, 84, 84, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(84, 84, 84, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(84, 84, 84, 0) 100%
  );
}
.page-banner .banner-content {
  position: relative;
  z-index: 9;
  color: #ffffff;
  max-width: 770px;
}
.page-banner .banner-content h2 {
  font-size: 64px;
  font-family: 'ClioLight-Light';
  /* text-transform: uppercase; */
  margin-bottom: 50px;
  line-height: 74px;
}
.page-banner .banner-content h4 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 40px;
}

.news-filter {
  padding-top: 100px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(78, 77, 77, 0.5);
}
.news-filter label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
   font-size: 1.125rem;
}

.selectDropdown span.hide {
  display: none;
}

.dropdown-custom.selectDropdown {
  margin: 0 20px 15px 0;
  display: inline-block;
}

.dropdown-custom.selectDropdown span {
  border: 2px solid #191919;
  border-radius: 5px;
}
.dropdown-custom.selectDropdown.hide {
  display: none;
}
.dropdown-custom.selectDropdown span:after {
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  height: 16px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  transition: border-color 0.3s ease-out 0s;
  width: 16px;
  right: 26px;
  background: none;
}

.dropdown-custom.selectDropdown span:before {
  background: #191919;
  height: 50px;
  width: 70px;
  content: "";
  transform: rotate(0deg);
  right: -2px;
  top: 0;
  margin: 0;
  border-radius: 0 5px 5px 0;
}
.news-block {
  padding: 11px 0 20px 0;
}

.news-release-title {
  padding-bottom: 75px;
}
.news-release-title h5 {
  font-size: 1.5rem;
   
  color: #191919;
  font-family: 'ClioLight-Light';
  margin: 0;
}

.news-box {
  margin-bottom: 92px;
}
.news-box h4 {
  font-size: 1.625rem;
  font-family: 'ClioBold-Bold';
  margin-bottom: 20px;
  color: #191919;
}
.news-box p {
  font-size: 1.3125rem;
  font-weight: 500;
  margin: 0;
}

.news-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
}

.news-more a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #e20020;
  text-decoration: underline;
}
.news-more a:hover {
  color: #980016;
}
.news-timing {
  font-size: 18px;
  font-style: italic;
  display: flex;
  align-items: center;
}
.news-timing svg {
  width: 28px;
  height: 28px;
}
.news-timing span {
  display: inline-block;
  padding-left: 18px;
  line-height: 28px;
}

.news-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -51px;
}
.news-list ul li {
  flex-basis: 33.33%;
  padding: 0 51px;
}

.news-pagination {
  text-align: center;
  border-bottom: 1px solid rgba(78, 77, 77, 0.5);
  padding-bottom: 75px;
}
.news-pagination ul li {
  display: inline-block;
  padding: 0;
}
.news-pagination ul li a {
  color: rgba(78, 77, 77, 0.5);
  font-size: 2rem;
  font-family: "HelveticaLT";
  padding: 5px 35px;
  text-decoration: none;
}
.news-pagination ul li a:hover {
  color: #e20020;
}
.news-pagination ul li a.active {
  color: #191919;
  border-bottom: 4px solid #e20020;
  font-family: "HelveticaLT-Bold";
}
.news-pagination ul li span.page-numbers.dots:after {
  content: "•";
  color: #202124;
}
.news-pagination ul li span.page-numbers.dots:before {
  content: "•";
  color: #202124;
}
.news-pagination ul li span.page-numbers.dots span:before {
  content: "•";
  color: #202124;
  padding: 10px;
}
.news-pagination ul li span {
  color: rgba(78, 77, 77, 0.5);
  font-size: 2rem;
  font-family: "HelveticaLT";
  padding: 5px 0;
}
.news-pagination ul li span.current {
  color: #191919;
  border-bottom: 4px solid #e20020;
  font-family: "HelveticaLT-Bold";
  margin: 0 35px;
}
.news-pagination a.prev.page-numbers {
  display: none;
}
.news-pagination a.next.page-numbers {
  display: none;
}
.news-timing.news-detail {
  margin-bottom: 30px;
}
.representative-title {
  padding: 35px 0 65px 0;
}
.representative-title h5, .news-release-title h5 {
  font-size: 28px;
  line-height: 32px;
  font-family: 'ClioLight-Light';
  color: #191919;
}

.speakers-block {
  display: flex;
  /*  align-items: center;
*/
  justify-content: space-between;
  padding-bottom: 50px;
}

.speakers-graphic {
  padding-left: 52px;
}
.speakers-graphic img {
  width: 100%;
}

.speaker-panel {
  background: #191919;
  color: #ffffff;
  width: 100%;
  display: block;
  padding: 36px 42px;
  margin-bottom: 24px;
}
.speaker-panel h6 {
  font-size: 19px;
 
  
  margin: 0;
  padding-bottom: 15px;
}
.speaker-panel h4 {
  font-size: 48px;
  line-height: 58px;
  font-family: 'ClioBold-Bold';
  margin: 0;
}
.speaker-panel h5 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 15px;
}
 
.speaker-panel p {
  font-size: 18px;
 
  font-weight: 500;
  margin: 0;
}
.speaker-panel p a {
  color: #fff;
}
.speaker-panel p a:hover {
  border-bottom: 1px solid #e20020;
  color: #e20020;
}
.speaker-panel:last-child {
  margin-bottom: 0;
}

.speakers-info {
  min-width: 674px;
}

.follow-white-bg.news-follow {
  padding-bottom: 150px;
}

.pcr-banner.page-banner {
  padding: 0;
}
.pcr-banner.page-banner .banner-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
  padding-right: 80px;
}

.pcr-banner-img img {
  width: 100%;
}

.pcr-info {
  /* background-image: url(../images/pcr-bg.jpg);
  background-size: cover; */
  padding-bottom: 600px;
}

.pcr-tagline {
  padding: 220px 0;
  text-align: center;
  color: #191919;
}
.pcr-tagline h4 {
  font-size: 30px;
  font-family: "ClioLight-Light";
  margin: 0;
}
.pcr-tagline h1 {
  font-size: 110px;
  font-weight: bold;
  margin: 0;
  font-family: 'ClioLight-Light';
}

.process-main {
  background-size: 100% 100%;
  margin-top: 200px;
}

.process-title {
  padding-bottom: 137px;
  text-align: center;
  margin-top: -600px;
  
}
.process-title h1 {
  font-size: 81px;
  font-weight: bold;
  
  color: #191919;
  font-family: 'ClioLight-Light';
}
.process-title h4 {
  font-size: 30px;
  font-weight: 500;
  
}

.process-steps {
  display: flex;
  justify-content: space-between;
  top: -200px;
  position: relative;
}

.step-img img {
  width: 100%;
}

.step-block {
  position: relative;
  padding: 0 15px;
}

.step-info {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
  width: 100%;
  padding: 30px;
}
.step-info h3 {
  font-weight: bold;
  
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 48px;
  padding-bottom: 25px;
  color: #191919;
  font-family: 'ClioBold-Bold';
}
.step-info p {
  overflow: hidden;
  height: 102px;
  font-size: 2rem;
  font-weight: 500;
}

.change-tailored {
  padding: 0;
  display: flex;
  align-items: center;
  color: #333;
}

.tailored-img {
  flex-basis: 50%;
}
.tailored-img img {
  max-width: 100%;
}

.tailored-info {
  flex-basis: 50%;
  padding-left: 20px;
}
.tailored-info h2 {
  font-size: 64px;
  font-family: "ClioLight-Light";
  
  line-height: 74px;
  padding-bottom: 42px;
  position: relative;
  color: #191919;
  margin-bottom: 60px;
}
.tailored-info h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  background: #e20020;
  height: 7px;
}
.tailored-info p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

.bio-block1 {
  background: url(../images/bio-bg-new.png) center top no-repeat;
  padding: 260px 0 260px;
  text-align: center;
  color: #ffffff;
  position: relative;
  background-size: cover;
}

.bio-banner-info {
  max-width: 1110px;
  margin: 0 auto;
}
.bio-banner-info .inner-content-w {
  max-width: 1110px;
  margin: 0 auto;
}
.bio-banner-info .bio-logo img {
  max-width: 622px;
}
.bio-banner-info h2 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 60px;
  font-family: 'ClioLight-Light';
  color: #ffffff;
}
.bio-banner-info h2 b {
  font-family: 'ClioBold-Bold';
}
.bio-banner-info p {
  font-size: 20px;
  line-height: 30px;
}

.bio-logo {
  padding-bottom: 40px;
}

.bio-video {
  margin-top: 60px;
}
.bio-video iframe {
  width: 100%;
  border: 0;
}

.bio-block2-info {
  max-width: 1400px;
  margin: 0 auto;
}
.bio-block2-info h1 {
  font-size: 81px;
  font-family: 'ClioLight-Light';
  color: #191919;
  margin: 0;
  line-height: 90px;
}
.bio-block2-info p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  margin: 0;
}

section.bio-block2 {
  padding: 100px 0 0 0;
  text-align: center;
}

section.bio-block3 {
  /* padding: 200px 0 0 0;
  background-image: url(../images/bio-light-bg.png);
  background-position: 100% -100%;
  background-repeat: no-repeat; */
}
.bio-block3-info {
  text-align: center;
  color: #ffffff;
  position: relative;
  
  word-break: break-word;
}
.bio-block3-info .top-text {
  text-align: left;
  font-size: 2rem;
  line-height: 28px;
  padding-left: 24px;
  font-style: italic;
}

.bio-block3-info .mid-text {
  display: flex;
  align-content: center;
}

.bio-block3-info .mid-text p:first-child {
  font-size: 31rem;
  line-height: 12rem;
  font-style: italic;
  max-width: 50%;
  text-align: left;
  padding-right: 36px;
}

.bio-block3-info .mid-text p:first-child sup {
  font-size: 4rem;
  top: -3.5em;
  font-weight: bold;
}

.bio-block3-info .mid-text p:last-child {
  font-size: 10.5rem;
  line-height: 10rem;
  max-width: 50%;
}

.bio-block3-info .btm-sap {
  font-size: 5rem;
  font-style: italic;
  display: flex;
  white-space: nowrap;
}

.bio-block3-info .btm-sap span:after {
  height: 5px;
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  top: 50%;
  margin-top: -2px;
}

.bio-block3-info .btm-sap span {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 20px;
}

.bio-block3-info .btm-sap span + span {
  margin-left: 20px;
  margin-right: 0;
}

.bio-block3-info .btn-text {
  font-size: 15rem;
  line-height: 11rem;
}
.bio-block2-hanger {
  position: relative;
  margin-top: -20px;
}
.bio-block2-hanger img {
  max-width: 100%;
}

.bio-block2-plant {
  padding: 150px 0 30px;
}
.bio-block2-plant img {
  max-width: 100%;
}

.pant-short-info {
  font-size: 1.125rem;
  line-height: 24px;
  max-width: 1044px;
  margin: 0 auto;
}

.bio-advantages {
  padding-bottom: 150px;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
.bio-advantages h1 {
  font-size: 81px;
  font-family: 'ClioLight-Light';
  color: #191919;
  line-height: 90px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.bio-advantages h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 240px;
  height: 7px;
  background: #e20020;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bio-advantages p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}

.bio-advantage-logo {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  margin-left: -55px;
  margin-right: -55px;
}
.bio-advantage-logo .ba-logo {
  padding: 0 55px;
}
.bio-advantage-logo .ba-logo h3 {
  font-size: 48px;
  text-align: center;
  line-height: 59px;
  margin: 0;
  
  letter-spacing: 5px;
  color: #191919;
  font-family: 'ClioMedium-Medium';
}
.bio-advantage-logo .ba-logo img {
  max-width: 100%;
}

.bio-community-container {
  max-width: 1820px;
  padding: 0 30px 0 30px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.bio-community-container p {
  font-size: 20px;
  line-height: 35px;
  max-width: 1000px;
  margin: 0 auto;
 
}

.bio-block4-hanger img {
  max-width: 100%;
}

.bio-community-title {
  padding-bottom: 160px;
  max-width: 1200px;
  margin: 0px auto;
}
.bio-community-title h1 {
  font-size: 81px;
  font-family: 'ClioLight-Light';
  color: #191919;
  margin: 0;
  line-height: 112px;
  
}
.bio-community-title p {
  margin: 0px auto;
  max-width: 1000px;
}
.bio-community-title img {
  max-width: 100%;
}

.bio-community-logo {
  max-width: 1280px;
  margin: 150px auto 0 auto;
}
.bio-community-logo ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.bio-community-logo ul li {
  flex-basis: 33.33%;
  padding: 50px 50px;
}
@media screen and (min-width: 1280px) {
  .bio-community-logo ul li {
    flex-basis: 25%;
  }
}
.bio-community-logo ul li img {
  max-width: 100%;
}

.bio-block4-plant {
  padding-top: 90px;
  padding-bottom: 15px;
}
.bio-block4-plant img {
  max-width: 100%;
}

.bio-community-short-info {
  max-width: 1044px;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
}

.bio-block3 h4 {
  display: none;
}

.bio-block3 .bio-block3-inner3 {
  /* background-image: url(../images/bio-micro-bg.png);
  background-repeat: no-repeat;
  padding-bottom: 25%;
  background-position: bottom;
  background-size: contain; */
}

.wrapper + .bio-block3 {
  padding: 0;
}

.bio-block3-info img {
  max-width: 100%;
}

.home-banner video {
  width: 100%;
}

/*.page-template-default footer .site-container {
    padding: 0;
}*/
.page-template-default .prima-header {
 
  position: static;
  padding: 15px 0;
}
.page-template-default .site-main {
  max-width: 1610px;
  font-family: "freight-sans-pro", sans-serif;
  margin: 40px auto 60px;
  padding: 0 40px;
  min-height: 600px;
}
.page-template-default .entry-content {
  padding-bottom: 40px;
  font-family: "freight-sans-pro", sans-serif;
}
.page-template-default .entry-header h1 {
  font-size: 3.5rem;
  font-weight: bold;
  padding: 15px 0 5px;
}
.page-template-default footer {
  margin-top: 0;
}

/* Error Page */
.error .clip .shadow {
  height: 180px; /*Contrall*/
}
.error .clip:nth-of-type(2) .shadow {
  width: 130px; /*Contrall play with javascript*/
}
.error .clip:nth-of-type(1) .shadow,
.error .clip:nth-of-type(3) .shadow {
  width: 250px; /*Contrall*/
}
.error .digit {
  width: 150px; /*Contrall*/
  height: 150px; /*Contrall*/
  line-height: 150px; /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
.error h2   /*Contrall*/ {
  font-size: 32px;
}
.error .msg /*Contrall*/ {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
.error span.triangle    /*Contrall*/ {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
}
.error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
.error .clip .shadow {
  overflow: hidden;
}
.error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8),
    20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}

.error .clip:nth-of-type(3) .shadow:after,
.error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(173, 173, 173, 0.8),
    transparent
  );
  border-radius: 50%;
}
.error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
.error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #e20020;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
.error .clip:nth-of-type(2) .digit {
  left: -10%;
}
.error .clip:nth-of-type(1) .digit {
  right: -20%;
}
.error .clip:nth-of-type(3) .digit {
  left: -20%;
}
.error h2 {
  color: #a2a2a2;
  font-weight: bold;
  padding-bottom: 20px;
}
.error h2 a {
  color: #e20020;
}
.error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #a2a2a2;
  border-radius: 50%;
  font-style: italic;
}
.error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}

/* Error Page */

.banner-bottom-arrow:after {
  content: url(../images/white-bg-top.png);
  display: block;
  bottom: -12px;
  position: absolute;
}

.banner-bottom-arrow:before {
  content: "";
  background: #fff;
  bottom: -11px;
  height: 122px;
  right: 0;
  width: calc(100% - 500px);
  position: absolute;
}
.representative-title-mob.representative-title {
  display: none;
}

.iframe-v {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.iframe-v iframe {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.in-page {
  max-width: 1110px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* Error Page */
  .error .clip .shadow {
    height: 100px; /*Contrall*/
  }
  .error .clip:nth-of-type(2) .shadow {
    width: 80px; /*Contrall play with javascript*/
  }
  .error .clip:nth-of-type(1) .shadow,
  .error .clip:nth-of-type(3) .shadow {
    width: 100px; /*Contrall*/
  }
  .error .digit {
    width: 80px; /*Contrall*/
    height: 80px; /*Contrall*/
    line-height: 80px; /*Contrall*/
    font-size: 52px;
  }
  .error h2   /*Contrall*/ {
    font-size: 24px;
  }
  .error .msg /*Contrall*/ {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .error span.triangle    /*Contrall*/ {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .error .container-error-404 {
    height: 150px;
  }
  /* Error Page */
}

/*--------------------------------------------Framework --------------------------------*/

.overlay {
  position: relative;
  z-index: 20;
} /*done*/
.ground-color {
  background: white;
} /*done*/
.item-bg-color {
  background: #eaeaea;
} /*done*/

/* Padding Section*/
.padding-top {
  padding-top: 10px;
} /*done*/
.padding-bottom {
  padding-bottom: 10px;
} /*done*/
.padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-all {
  padding: 10px;
} /*done*/

.no-padding-left {
  padding-left: 0px;
} /*done*/
.no-padding-right {
  padding-right: 0px;
} /*done*/
.no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding {
  padding: 0px;
} /*done*/
/* Padding Section*/

/* Margin section */
.margin-top {
  margin-top: 10px;
} /*done*/
.margin-bottom {
  margin-bottom: 10px;
} /*done*/
.margin-right {
  margin-right: 10px;
} /*done*/
.margin-left {
  margin-left: 10px;
} /*done*/
.margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
} /*done*/
.margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
} /*done*/
.margin-all {
  margin: 10px;
} /*done*/
.no-margin {
  margin: 0px;
} /*done*/

.no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
.no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.inside-col-shrink {
  margin: 0px 20px;
} /*done - For the inside sections that has also Title section*/
/* Margin section */

/*--------------------------------------------FrameWork------------------------*/

@media (max-width: 1800px) {
  header#header .site-container {
    padding: 0;
  }
  .site-container,
  .page-template-default .site-container {
    padding: 0 80px;
  }
  .ftr-log img {
    padding-right: 50px;
  }
  .bio-block3-info .mid-text p:first-child {
    font-size: 22rem;
  }
  .bio-block3-info .mid-text p:last-child {
    font-size: 8rem;
    line-height: 8rem;
  }

  .bio-block3-info .mid-text p:first-child sup {
    top: -2em;
  }
  .speaker-panel {
    min-height: calc(33.33% - 16px);
  }

  .speakers-info {
    width: 50%;
    min-width: inherit;
  }

  .speakers-block {
    align-items: inherit;
 
  }

  .speakers-graphic {
    overflow: hidden;
    padding: 0;
    margin-left: 52px;
  }
  .speakers-graphic img {
    height: 100%;
    width: auto;
    transform: translate(-50%, 0px);
    position: relative;
    left: 50%;
  }
  .pure-page-content {
    background-size: contain;
  }
}
@media (max-width: 1500px) {
  /* .news-list ul {
    margin: 0;
  }*/
  .navbar-brand {
    padding-left: 20px;
  }

  .page-template-default .entry-content {
    font-size: 1.4rem;
  }
  .page-template-default .site-main {
    padding: 0 30px;
    min-height: 600px;
  }
}
@media (min-width: 1401px) and (max-width: 1580px) {
  .prima-header .navbar-nav ul li {
    padding: 0 15px;
  }

 
}
@media (min-width: 1025px) and (max-width: 1400px) {
  html {
    font-size: 12px;
  }

  .bio-advantage-logo .ba-logo h3 {
    font-size: 48px;
  }
  .ftr-copyright {
    font-size: 1rem;
  }
  .navbar-light .navbar-brand {
    padding-left: 20px;
  }
  .sec-title-ittalic h1 {
    font-size: 5.5rem;
  }
  .dropdown-custom.selectDropdown span {
    font-size: 1.3rem;
  }
  .dropdown-custom.selectDropdown ul li a {
    font-size: 1.3rem;
  }
  .banner-bottom-arrow:before {
    bottom: -13px;
  }
  
  

  .site-container {
    padding: 0 40px;
  }
  .news-main .site-container {
    padding: 0 60px;
  }
  .home-about-prima {
    padding: 120px 0 0;
  }

  .home-prima-services {
    padding: 120px 0;
  }
  .in-page {
    max-width: 90%;
  }
  .home-relent-responsible {
    padding-top: 0;
  }

  .sec-title-ittalic {
    padding-bottom: 50px;
  }  

  .ftr-lang-change select {
    font-size: 1.5rem;
  }

  .service-info {
    padding: 25px;
  }
  .service-info h3 {
    font-size: 48px;
  }

   
  .news-filter select {
    font-size: 1.5rem;
  }

  .page-banner {
    padding: 220px 0;
  }

  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    font-size: 1.3rem;
    line-height: 42px;
  }
  .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    font-size: 1.3rem;
  }

  .service-box .service-info {
    padding: 20px;
  }

  .pure-tech {
    padding: 120px 0 0;
    padding: 220px 0 0;
  }

  .about-pure {
    padding: 120px 0 0;
    padding: 120px 0 0;
  }

  .pure-top-block .pure-genius-info {
    padding: 140px 0 150px 0;
    position: relative;
  }
  .pure-top-block .pure-genius-info iframe {
    height: 600px;
  }

  .pure-tech-block .text-box {
    flex-basis: 50%;
    max-width: 50%;
  }
  .pure-tech-block .text-box img {
    width: 100%;
  }
  .pure-tech-block .text-box:nth-child(4) img {
    width: 80%;
  }
  .text-box:nth-child(2) {
    top: 120px;
  }
  .behind-genius {
    padding: 120px 0 0;
  }

  section.bio-block5 .follow-block.pure-footer {
    padding: 120px 0;
  }

  .behind-genius-video iframe {
    height: 600px;
  }

  .pcr-tagline {
    padding: 120px 0;
  }
  .pcr-tagline h1 {
    font-size: 10rem;
    margin: 16px 0;
  }

  .tailored-info h2 {
    font-size: 64px;
    line-height: 60px;
  }
  .tailored-info p {
    line-height: 30px;
    font-size: 1.5rem;
  }
}
.head-fixed.home .prima-header {
  background: white;
}
.head-fixed.home .prima-header #nav-icon1 span {
  background: #191919;
}
.head-fixed .home .fixed-header #nav-icon1 span {
  background: #191919;
}
@media (max-width: 1024px) {
  html {
    font-size: 10px;
  }
  .bio-block3-info .mid-text p:last-child {
    line-height: 6rem;
    font-size: 7rem;
  }
  section.bio-block3 {
    background-position: inherit;
    background-size: contain;
  }
  .bio-block3-info .mid-text p:first-child {
    line-height: 8rem;
    font-size: 18rem;
  }

  .bio-block3-info .btm-sap {
    font-size: 2rem;
    line-height: 10rem;
  }

  .bio-block3-info .btn-text {
    font-size: 12rem;
  }
  .bio-block3-info {
    padding: 80px 0 70px;
  }
  .bio-block3-info .btm-sap span:after {
    height: 2px;
    margin-top: -1px;
  }
  .content-page-title h2 {
    font-size: 6.6rem;
    line-height: 65px;
  }

  .content-page-title .page-news-detail h5 {
    font-size: 2.1rem;
  }

  .news-template-default .content-page-title p {
    font-size: 3.2rem;
    line-height: 38px;
  }

  section.content-page {
    padding: 80px 0;
  }

  .news-template-default .content-page-info p {
    font-size: 2.1rem;
    line-height: 38px;
  }

  .media-content p a {
    font-size: 2.1rem;
    line-height: 26px;
  }

  .media-content p {
    font-size: 2.1rem;
    line-height: 26px;
  }
  .dropdown-custom ul li a {
    font-size: 2rem;
    padding: 10px 15px;
  }
  .sec-title-ittalic h1 {
    font-size: 8rem;
  }
  .dropdown-custom.selectDropdown span {
    font-size: 2rem;
    padding: 9px 10px;
  }
  .in-page {
    max-width: 95%;
  }
  .pcr-banner-img img {
    height: 100%;
    min-width: 100%;
    transform: translate(-50%, 0px);
    position: relative;
    left: 50%;
    z-index: -1;
    width: auto;
  }
  .page-banner .banner-content h2 {
    margin-bottom: 15px;
    font-size: 6.4rem;
    line-height: 64px;
  }
  .page-banner .banner-content h4 {
    line-height: 26px;
    font-size: 2.1rem;
  }
  .pcr-banner-img {
    overflow: hidden;
    height: 600px;
  }

  button#nav-icon1 {
    border: 0;
    top: 0;
  }
  .fixed-header button#nav-icon1 {
    top: -8px;
  }
  .fixed-header #nav-icon1 span {
    background: #191919;
  }
  .head-fixed .fixed-header #nav-icon1 span {
    background: #191919;
  }
  #nav-icon1 {
    top: -8px;
    width: 40px;
    margin-right: 20px;
  }
  #nav-icon1 span:nth-child(2) {
    top: 12px;
  }
  #nav-icon1 span:nth-child(3) {
    top: 24px;
  }

  .fixed-header .navbar-nav a.nav-item {
    color: #191919;
  }
  .banner-bottom-arrow {
    display: none;
  }
  .text-box:nth-child(2) {
    position: relative;
    top: 60px;
  }
  .home-about-prima {
    padding: 120px 0 0;
  }
  .pure-top-block {
    background-color: #005CB9;
    padding-bottom: 0;
    background-size: 100% 100%;
  }
  .head-fixed header#header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
  
  }
  .head-fixed {
    overflow: hidden;
  }
  .page-template-default .prima-header {
    padding: 0px 0 22px;
  }
  .page-template-default .site-main {
    font-size: 1.8rem;
    margin: 20px auto;
  }
  .page-template-default .entry-header {
    margin: 20px auto 15px;
  }
  .page-template-default .entry-content {
    font-size: 2rem;
  }
  .page-template-default .navbar-brand {
    margin-left: 25px;
  }
  .sec-title-ittalic {
    padding-bottom: 60px;
  }
  .home-relent-responsible {
    padding-top: 120px;
  }
  .home-relent-responsible .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-relent-responsible .col-sm-4 .responsible-box {
    margin-bottom: 60px !important;
  }
 
  .bio-banner-info {
    margin: 40px auto 0;
  }
  .prima-header .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .prima-header .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .prima-header .navbar-expand-lg .navbar-collapse.collapse.show {
    display: block !important;
    flex-basis: 100%;
    width: 100%;
    top: 50px;
    z-index: 999999;
 
    position: absolute;
    height: 100vh;
  }
  .prima-header .navbar-nav a.nav-item.nav-link {
    position: relative;
  }
  .prima-header .navbar-nav a.nav-item.nav-link:after {
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    height: 10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    transition: border-color 0.3s ease-out 0s;
    width: 10px;
    right: 0;
  }
  .prima-header .navbar-nav ul {
    display: block;
    margin: 0 80px;
  }
  .prima-header .navbar-nav ul li {
    display: block;
    padding: 0;
  }
  .prima-header .navbar-nav ul li a.nav-item {
 
    border-bottom: 1px solid #191919;
    padding: 20px 0 15px;
  }
  
  .prima-header .navbar-nav .current-menu-item a.nav-item {
    
    color: #e20020;
  }
  .prima-header .navbar-nav a.nav-item.current-menu-item {
    border-bottom: 1px solid #191919;
  }
  .prima-header .site-container {
    width: 100%;
    padding: 0;
  }
  .prima-header .site-container .navbar {
    padding: 0px 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .prima-header .menu-header-menu-english-container {
    width: 100%;
  }
  .prima-header .navbar-brand {
    margin-left: 0;
    
  }
  .prima-header .navbar-brand img {
    width: 201px;
  }
  
  .navbar-expand-lg {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .news-timing svg {
    width: 25px;
    height: 25px;
  }
  .news-timing span {
    padding-left: 10px;
    line-height: 33px;
    font-size: 2rem;
  }
  .news-pagination ul li span {
    font-size: 2.3rem;
    margin: 0px 20px;
  }
  .news-pagination ul li a {
    font-size: 2.3rem;
    padding: 5px 20px;
  }
  .news-box {
    margin-bottom: 40px;
  }
  .news-box h4 {
    font-size: 2.6rem;
    line-height: 32px;
  }
  .news-box p {
    font-size: 2rem;
    font-weight: 400;
  }

  .navbar-collapse {
    padding-bottom: 100px;
  }

  .home-content-block {
    background-repeat: no-repeat;
    background-position: top right;
  }
  .home-content-block {
    top: -6px;
  }
  .home-content-block + footer {
    margin-top: -10px;
  }
  .site-container {
    padding: 0 80px;
  }
  .bio-community-container {
    padding: 0 80px;
  }
  .responsible-box {
    max-width: inherit;
    text-align: center;
  }
  .responsible-box p {
    line-height: 38px;
    font-size: 2.1rem;
    font-weight: 400;
  }
  .responsible-box h3:after {
    left: 50%;
    margin-left: -50px;
  }

  .home-about-prima .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .service-box .service-info {
    padding: 18px;
  }
  .service-box .service-info p {
    line-height: 20px;
    font-size: 1.5rem;
  }
  .service-box .service-info h3 {
    padding-bottom: 15px;
    line-height: 28px;
    font-size: 2.8rem;
    
  }
  .sec-title-uppercase h1 {
    font-size: 7.2rem;
  }
  .block-col-info {
    margin-bottom: 0;
  }
  .home-about-prima .block-col-info {
    margin-bottom: 90px;
  }
  .block-col-info p {
    line-height: 38px;
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
  .block-col-info img {
    width: 100%;
  }
  .sec-title-ittalic h1 {
    font-size: 8rem;
  }
  .responsible-box h3 {
    font-size: 5.4rem;
  }
  .sec-title-uppercase {
    margin-bottom: 60px;
  }

  .home-prima-services {
    padding-top: 120px;
  }
  .block-col-title p {
    line-height: 38px;
    font-size: 2.1rem;
  }
  .block-col-title {
    max-width: 100%;
  }
  .block-col-title h2 {
    padding-bottom: 38px;
    margin-bottom: 38px;
    line-height: 75px;
    font-size: 7rem;
    
  }
  .who-are-we .block-col-title h2 {
    line-height: 60px;
    font-size: 6rem;
  }
  .block-col-title h5 {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }

  .ele-without-sac.home-about-prima .row {
    flex-direction: column-reverse;
  }

  @media (min-width: 1024px) {
    .page-video {
      padding-top: 120px;
    }
  }
  .follow-block {
    padding: 60px 0 140px;
  }
  .follow-block h3 {
    font-size: 6.4rem;
    line-height: 67px;
    font-family: 'ClioLight-Light';
    padding-bottom: 30px;
    margin: 0;
    color: #191919;
  }
  .follow-block.follow-white-bg {
    color: #191919;
  }
  .follow-block p {
    line-height: 46px;
    font-size: 2.8rem;
  }

  .footer-top {
    border-bottom: 0;
    margin: 0;
    border-top: 1px solid #fff;
  }

  .footer-top .row {
    justify-content: space-between;
  }
  .footer-top .col-sm-4:nth-of-type(2) {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer {
    padding: 60px 0 30px;
  }

  .ftr-lang-change select {
    font-size: 2rem;
  }

  .ftr-more {
    flex-direction: column-reverse;
    border-top: 1px solid #fff;
  }

  .ftr-site-rights {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
  .ftr-site-rights ul li a {
    font-size: 1.2rem;
  }

  .ftr-copyright {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }

  .ftr-menu ul li a {
    font-size: 1.8rem;
  }

  .ftr-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .ftr-menu ul li {
    padding: 0 28px;
    text-align: center;
    line-height: 45px;
  }
  .ftr-menu ul li a {
    font-size: 2.4rem;
  }

  .social-icons ul li a svg {
    width: 40px;
  }

  .speakers-info {
    min-width: 36%;
  }

  .speakers-block {
    padding-bottom: 100px;
  }

  .news-filter {
    padding-top: 80px;
  }
  .news-filter select {
    font-size: 2rem;
  }
  .news-filter label {
    font-size: 2.4rem;
  }

  .news-list ul li {
    flex-basis: 50%;
  }

  .news-release-title {
    padding-bottom: 50px;
  }
  .news-release-title h5 {
    font-size: 2.4rem;
  }
  .news-block {
    padding: 20px 0 75px 0;
  }
  .page-banner {
    padding: 160px 0;
  }

  .download-material a {
    font-size: 2.8rem;
  }

  .news-more a {
    text-decoration: none;
    font-size: 2.4rem;
  }

  .representative-title {
    padding: 20px 0 65px 0;
  }
  .representative-title h6 {
    font-size: 2.4rem;
  }

  .speaker-panel h6 {
    font-size: 1.8rem;
    padding-bottom: 40px;
  }
  .speaker-panel h4 {
    font-size: 4.2rem;
    margin-bottom: 10px;
  }
  .speakers-graphic {
    margin-left: 15px;
  }
  .speaker-panel h5 {
    font-size: 2.3rem;
    padding-bottom: 20px;
    line-height: 27px;
  }
  .speaker-panel p {
    font-size: 2.1rem;
    line-height: 30px;
  }
  .wpml-ls-legacy-dropdown-click li:first-child {
    border-radius: 10px 10px 0px 0;
    overflow: hidden;
  }
  .wpml-ls-legacy-dropdown-click li:last-child {
    border-radius: 0 0 10px 10px;
  }
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    font-size: 1.6rem;
  }
  .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    font-size: 1.6rem;
  }

  ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    overflow: auto;
    height: 228px;
  }

  .bio-block1 {
    padding: 60px 0 90px;
  }

  .bio-banner-info .bio-logo img {
    max-width: 370px;
  }
  .bio-banner-info h2 {
    font-size: 4.7rem;
    line-height: 48px;
    padding-bottom: 40px;
  }
  .bio-banner-info p {
    font-size: 1.5rem;
    line-height: 22px;
  }

  section.bio-block2 {
    padding: 120px 0 0 0;
  }

  .bio-block2-info h1 {
    font-size: 8.1rem;
    line-height: 81px;
    color: #191919;
  }
  .bio-block2-info p {
    font-size: 2.1rem;
    line-height: 38px;
    text-align: left;
  }

  /*  .pant-short-info {
    max-width: 75%;
  }
*/

  .pant-short-info {
    font-size: 1.4rem;
    line-height: 22px;
  }
  section.bio-block3 {
    padding-top: 120px;
  }
  section.bio-block3 + section.bio-block3 {
    margin-top: -35px;
    padding: 0;
  }
  .bio-advantages {
    padding-bottom: 50px;
  }
  .bio-advantages h1 {
    font-size: 6.4rem;
    line-height: 67px;
    padding-bottom: 55px;
    margin-bottom: 40px;
  }
  .bio-advantages h1:before {
    width: 140px;
  }
  .bio-advantages p {
    font-size: 2.1rem;
    line-height: 38px;
  }

  .bio-advantage-logo {
    display: block;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .bio-advantage-logo .ba-logo {
    margin-bottom: 80px;
  }
  .bio-advantage-logo .ba-logo h3 {
    font-size: 3.5rem;
    line-height: 41px;
  }
  .bio-advantage-logo .ba-logo + .ba-logo {
    margin: 0;
  }
  .bio-block4-hanger,
  .bio-community-title {
    max-width: 595px;
    margin: 0 auto;
  }
  .bio-community-title h1 {
    font-size: 5rem;
    line-height: 72px;
  }
  .bio-block3 .bio-block3-inner3 {
    padding-bottom: 30%;
  }

  .bio-community-title {
    padding-bottom: 50px;
  }

  .bio-community-container p {
    line-height: 34px;
    font-size: 1.8rem;
  }

  .bio-community-logo {
    margin: 90px auto 0;
  }

  .bio-community-short-info {
    max-width: 60%;
    font-size: 1.4rem;
    line-height: 22px;
  }

  .bio-video iframe {
    height: 465px;
  }

  .pure-top-block .pure-genius-info {
    position: relative;
    padding: 150px 0 90px;
  }
  .pure-top-block .pure-genius-info h2 {
    font-size: 6.4rem;
    line-height: 67px;
    margin-bottom: 40px;
    font-family: "ClioLight-Light";
  }

  .about-pure {
    display: block;
    padding: 100px 80px 0;
  }

  .pure-tech {
    padding: 80px 80px 0;
  }
  .pure-tech h2 {
    font-size: 4.5rem;
    line-height: 60px;
    font-weight: 700;
    font-family: "ClioLight-Light";
  }

  .pure-tech-block .text-box {
    flex-basis: 50%;
    max-width: 50%;
  }
  .pure-tech-block .text-box img {
    width: 100%;
  }

  .behind-genius {
    padding: 80px 0 0;
    padding: 50px 80px 0;
  }

  .behind-genius-video iframe {
    height: 450px;
  }

  .about-pure-logo {
    min-width: inherit;
    width: 185px;
    margin-bottom: 50px;
  }

  .about-pure-content {
    padding: 0;
  }
  .about-pure-content p {
    line-height: 38px;
    font-size: 2rem;
  }
 
  .pure-tect-content p {
    margin: 0;
    font-size: 1.3rem;
  }
  .pure-tech-block h3 {
    font-size: 5.2rem;
    line-height: 50px;
  }
  .pure-tech-block p {
    font-size: 2.6rem;
    line-height: 28px;
  }
  .title-subtitle {
    margin-bottom: 120px;
  }
  .title-subtitle h1 {
    line-height: 81px;
    margin-bottom: 20px;
    font-size: 8rem;
  }
  .title-subtitle p {
    font-size: 3.2rem;
    line-height: 38px;
  }

  .pcr-tagline {
    padding: 0 0 80px;
  }
  .pcr-tagline h1 {
    font-size: 14.8rem;
    padding: 34px 0;
    line-height: 100px;
  }
  .pcr-tagline h4 {
    font-size: 3rem;
    line-height: 38px;
  }

  .process-title {
    padding-bottom: 80px;
  }
  .process-title h1 {
    font-size: 81px;
    margin-bottom: 15px;
  }
  .process-title h4 {
    font-size: 3.2rem;
    line-height: 38px;
  }

  .step-info {
    padding: 20px;
  }
  .step-info h3 {
    font-size: 3.2rem;
    padding-bottom: 10px;
  }
  .step-info p {
    height: 58px;
    line-height: 28px;
    font-size: 2.1rem;
    margin: 0;
    padding: 0 10px;
  }

  .change-tailored {
    display: block;
  }

  .tailored-img {
    max-width: 70%;
    margin: 0 auto;
  }

  .tailored-info {
    padding: 50px 0 0;
  }
  .tailored-info h2 {
    font-size: 6.4rem;
    line-height: 67px;
    margin-bottom: 28px;
  }
  .tailored-info h2:before {
    width: 140px;
  }
  /*  .tailored-info h2 br {
    display: none;
  }*/
  .tailored-info h2 br:before {
    content: "";
    padding: 8px;
  }
  .tailored-info p {
    line-height: 38px;
    font-size: 2.1rem;
    margin-bottom: 30px;
  }

<<<<<<< HEAD
  .pure-page-content {
    /* background: url(../images/purebg-t-1.png) left 0% no-repeat,
      url(../images/purebg-2.png) center 120% no-repeat,
      url(../images/purbg-3.png) center 105% no-repeat; */
  }
=======
  
>>>>>>> 10fdea143c008026d87f9778ffb6a2e3d90f5d72
  .pure-page-content .site-container {
    padding: 0;
  }

  section.bio-block5 .follow-block.pure-footer {
    padding: 80px 0 38%;
    background: url(../images/purebg-3.png) center 100% no-repeat;
    background-size: contain;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 7px;
  }
  .bio-block3-info .mid-text p:first-child {
    font-size: 23rem;
  }

  .bio-block3-info .mid-text p:last-child {
    font-size: 9rem;
    line-height: 8rem;
  }

  .bio-block3-info .btm-sap {
    font-size: 4rem;
  }
  .content-page-title h2 {
    font-size: 7.7rem;
    line-height: 50px;
  }

  .news-template-default .content-page-title p {
    font-size: 3.4rem;
    line-height: 34px;
  }

  .news-template-default .content-page-info p {
    font-size: 2.6rem;
    line-height: 34px;
  }

  .media-content h4 {
    font-size: 3.48rem;
    line-height: 30px;
    
  }

  .media-content p,
  .media-content p a {
    font-size: 3.4rem;
    line-height: 34px;
  }

  .content-page-title .page-news-detail h5 {
    font-size: 3rem;
    line-height: 34px;
  }
  .pcr-banner-img {
    height: 449px;
  }
  .block-col-title h5 {
    margin-bottom: 12px;
    font-size: 3.4rem;
  }
  .block-col-title h2 {
    line-height: 50px;
    font-size: 7.75rem;
  }
  .who-are-we .block-col-title h2 {
    line-height: 51px;
    font-size: 7.6rem;
  }
  .block-col-title h2:after {
    width: 140px;
  }
  .dropdown-custom ul li a {
    font-size: 2.1rem;
  }
  .block-col-title p {
    font-size: 2.6rem;
    line-height: 34px;
  }
  .sec-title-uppercase h1 {
    font-size: 7.7rem;
  }
  .dropdown-custom.selectDropdown span {
    font-size: 2.4rem;
    padding: 12px 10px;
  }
  .dropdown-custom.selectDropdown {
    max-width: 307px;
  }
  .page-banner .banner-content h2 {
    font-size: 6.5rem;
    margin-bottom: 15px;
    line-height: 46px;
  }
  .page-banner .banner-content h4 {
    line-height: 26px;
    font-size: 2.6rem;
  }
  .home-about-prima {
    padding: 80px 0 0;
  }

  .block-col-info {
    margin-bottom: 50px;
  }
  .block-col-info p {
    line-height: 34px;
    font-size: 2.6rem;
  }
  .pcr-tagline h4 {
    font-size: 3.5rem;
    line-height: 30px;
  }
  .process-title {
    padding-bottom: 90px;
  }
  .pcr-tagline h1 {
    font-size: 14.4rem;
    padding: 20px 0;
    line-height: 90px;
  }
  .process-title h1 {
    font-size: 10.5rem;
  }

  .process-title h4 {
    font-size: 4.3rem;
    line-height: 38px;
  }
  .service-box .service-info h3 {
    font-size: 7.8rem;
    line-height: 52px;
    padding-bottom: 25px;
  }
  .responsible-box h3 {
    font-size: 6.6rem;
  }
  .sec-title-ittalic h1 {
    font-size: 10.2rem;
  }
  .service-box .service-info {
    padding: 40px;
  }
  .service-box .service-info p {
    line-height: 44px;
    font-size: 4.6rem;
  }
  .service-box .service-info p {
    line-height: 26px;
    font-size: 2.5rem;
  }
  .responsible-box p {
    line-height: 35px;
    font-size: 2.6rem;
  }
  .home-prima-services .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .home-prima-services .col-sm-4:last-child {
    margin: 0;
  }
  .home-prima-services .col-sm-4 img {
    width: 100%;
  }

  .service-img a {
    display: block;
  }

  .page-video .page-video-content iframe {
    height: 400px;
  }

  .news-filter {
    padding-top: 80px;
  }
  .news-filter select {
    font-size: 2.2rem;
  }
  .news-filter label {
    font-size: 2.6rem;
  }

  .speakers-info {
    min-width: 36%;
  }

  .speakers-block {
    padding-bottom: 100px;
  }

  .page-template-default .site-container {
    padding: 0 40px;
  }
  .page-template-default .prima-header .site-container {
    padding: 0;
  }

  .news-list ul li {
    flex-basis: 50%;
  }

  .news-release-title {
    padding-bottom: 60px;
  }
  .news-release-title h5 {
    font-size: 2.6rem;
  }

  .page-banner {
    padding: 160px 0;
  }

  .news-box h4 {
    font-size: 3.8rem;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .news-box p {
    font-size: 2.6rem;
    line-height: 26px;
  }

  .news-more a {
    text-decoration: none;
    font-size: 2.6rem;
  }

  .news-timing svg {
    width: 18px;
    height: 18px;
  }
  .news-timing span {
    padding-left: 10px;
    font-size: 2.2rem;
  }

  .representative-title {
    padding: 20px 0 65px 0;
  }
  .representative-title h6 {
    font-size: 2.6rem;
  }

  .speaker-panel {
    padding: 18px 20px;
    margin-bottom: 15px;
    height: calc(33.33% - 10px);
  }
  .speaker-panel h6 {
    font-size: 1.8rem;
  }
  .speaker-panel h4 {
    margin-bottom: 10px;
    font-size: 4.6rem;
    line-height: 42px;
  }
  .speaker-panel h5 {
    line-height: 21px;
  }
  .speaker-panel p {
    font-size: 2.6rem;
  }
  .news-block {
    padding: 11px 0 0px 0;
  }

  .news-pagination ul li span,
  .news-pagination ul li a {
    font-size: 3rem;
    line-height: 28px;
  }

  .wpml-ls-legacy-dropdown-click {
    width: 100%;
  }
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    font-size: 2.12rem;
    line-height: 40px;
  }
  .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    font-size: 1.8rem;
  }

  .bio-banner-info h2 {
    line-height: 48px;
    font-size: 6rem;
  }
  .bio-banner-info {
    margin: 60px auto 0;
  }
  .bio-banner-info p {
    font-size: 2rem;
    line-height: 25px;
  }

  .bio-video iframe {
    height: 390px;
  }

  section.bio-block2 {
    padding: 50px 0 90px 0;
  }

  .bio-block2-info h1 {
    font-size: 10.3rem;
    line-height: 69px;
  }
  .bio-block2-info p {
    font-size: 2.5rem;
    line-height: 34px;
  }

  .bio-block2-plant {
    padding: 50px 0 20px;
  }

  .pant-short-info {
    font-size: 2rem;
    line-height: 22px;
  }

  .bio-advantages h1 {
    line-height: 50px;
    font-size: 7.7rem;
  }
  .bio-advantages p {
    font-size: 2.5rem;
    line-height: 34px;
  }
  .bio-advantage-logo .ba-logo h3 {
    font-size: 3.9rem;
    line-height: 32px;
  }
  .bio-community-title h1 {
    font-size: 6rem;
  }
  .bio-community-title img {
    max-width: 80%;
  }

  .bio-community-container p {
    line-height: 34px;
    font-size: 2.5rem;
  }

  .bio-community-logo {
    max-width: 100%;
  }
  .bio-community-logo ul li {
    padding: 15px 18px;
  }

  .bio-community-short-info {
    margin-bottom: 50px;
    font-size: 2rem;
    line-height: 22px;
    max-width: 100%;
  }

  .follow-block p {
    line-height: 46px;
    font-size: 3.7rem;
  }
  .follow-block h3 {
    padding-bottom: 20px;
    font-size: 7.8rem;
  }
  .download-material a {
    font-size: 3.7rem;
    font-weight: 500;
  }
  .ftr-menu ul li {
    padding: 0 20px;
  }
  .ftr-menu ul li a {
    font-size: 3rem;
  }
  .ftr-site-rights ul li a {
    font-size: 2rem;
  }
  .ftr-copyright {
    font-size: 2rem;
  }
  .about-pure-content p {
    line-height: 34px;
    font-size: 2.6rem;
  }
  .pure-top-block .pure-genius-info h2 {
    font-size: 10.1rem;
    line-height: 67px;
    margin-bottom: 40px;
  }
  .about-pure-logo {
    margin-bottom: 35px;
  }
  .about-pure-logo img {
    max-width: 115px;
  }
  .pure-tech h2 {
    font-size: 10.5rem;
    line-height: 74px;
    margin: 50px 0;
  }

  .title-subtitle h1 {
    line-height: 70px;
    font-size: 10.5rem;
  }
  .pure-tect-content p {
    font-size: 2rem;
    font-weight: 500;
  }
  .pure-tech-block h3 {
    font-size: 4.8rem;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .pure-tech-block p {
    font-size: 3rem;
    line-height: 23px;
  }

  .pure-tech-block .text-box {
    padding: 0 30px;
  }
  .behind-genius {
    padding: 50px 80px 0;
  }

  .title-subtitle {
    margin-bottom: 65px;
  }
  .title-subtitle p {
    font-size: 3.4rem;
    line-height: 30px;
  }

  .step-info p {
    font-size: 2.56rem;
    line-height: 24px;
    height: 48px;
  }
  .step-info h3 {
    font-size: 3.44rem;
    line-height: 35px;
    padding: 0;
  }
  .tailored-info h2 {
    font-size: 7.7rem;
    line-height: 50px;
  }
  .change-tailored {
    margin-top: -75px;
  }

  .tailored-info p {
    font-size: 2.55rem;
    line-height: 34px;
  }
  .tailored-info h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .content-page-info p {
    font-size: 2.8rem;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .bio-block3-info .mid-text p:first-child {
    font-size: 11rem;
    padding-right: 10px;
  }

  .bio-block3-info .mid-text p:last-child {
    font-size: 5rem;
    line-height: 5rem;
  }

  .bio-block3-info .btm-sap {
    font-size: 2rem;
    line-height: 5rem;
  }

  .bio-block3-info .mid-text p:first-child sup {
    top: -1.5em;
    font-size: 2.8rem;
  }

  .bio-block3-info .top-text {
    line-height: 18px;
    padding: 0;
  }

  .bio-block3-info .btm-sap span:after {
    height: 1px;
  }

  .bio-block3-info .btm-sap span {
    margin-right: 10px;
  }

  .bio-block3-info .btm-sap span + span {
    margin-left: 10px;
  }
  .bio-block3-info .btn-text {
    font-size: 6rem;
    line-height: 5rem;
  }

  .bio-block3-info {
    padding: 40px 0;
  }
  section.content-page {
    position: relative;
    padding: 20px 0 50px;
  }
  .content-page-title h2 {
    font-size: 6rem;
    line-height: 42px;
    margin: 0 0 10px;
  }

  .content-page-title .page-news-detail h5 {
    font-size: 2.6rem;
    line-height: 18px;
    padding: 10px 0;
  }
  .news-template-default .content-page-title p {
    line-height: 24px;
  }

  .news-template-default .content-page-info p {
    font-size: 2.3rem;
    line-height: 30px;
  }

  .content-page-title {
    margin-bottom: 20px;
  }

  .media-content {
    padding-top: 15px;
  }

  .media-content h4 {
    font-size: 3rem;
    line-height: 28px;
  }

  .media-content p {
    font-size: 3rem;
    line-height: 33px;
  }
  .ftr-log img {
    max-width: 150px;
    padding: 0;
  }
  .prima-header {
    position: relative;
    
  
  }
  .bio-block1 {
    padding: 5px 0 40px;
  }
  .news-pagination ul li a {
    padding: 0 10px;
  }
  .news-pagination ul li span.current {
    margin: 0 10px;
  }
  .content-page-info p {
    font-size: 2.5rem;
    line-height: 30px;
  }
  .site-container {
    padding: 0 25px;
  }
  .page-template-default .site-container {
    padding: 0 25px;
  }
  .bio-community-container {
    padding: 0 25px;
  }
  .site-container .site-container {
    padding: 0;
  }
  .site-container .site-container .follow-block p {
    padding: 0 20px;
  }
  .responsible-box p {
    font-size: 2.3rem;
    line-height: 30px;
  }
  .responsible-box h3 {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .responsible-box h3:after {
    width: 50px;
    margin-left: -25px;
  }
  .news-pagination {
    border-bottom: 0;
    padding-bottom: 10px;
  }
  .representative-title {
    display: none;
  }

  .speakers-block {
    margin-top: 50px;
  }

  .representative-title-mob.representative-title {
    display: block;
    border-top: 1px solid rgba(78, 77, 77, 0.5);
    margin-bottom: 30px;
    padding: 15px 0 0 0;
  }
  .representative-title h6 {
    line-height: 24px;
  }
  .page-video {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-video .page-video-content iframe {
    height: 300px;
  }

  .home-relent-responsible .col-sm-4 .responsible-box {
    margin-bottom: 30px !important;
  }

  .home-content-block {
    background-size: cover;
  }

  .block-col-info {
    margin-bottom: 30px;
  }
  .block-col-info p {
    font-size: 2.3rem;
    line-height: 30px;
  }
  .who-are-we .block-col-title h2 {
    line-height: 36px;
    font-size: 4.6rem;
  }
  .block-col-title h5 {
    font-size: 2.1rem;
  }
  .follow-block h3 {
    font-size: 4.6rem;
    line-height: 26px;
  }
  .home-relent-responsible .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .who-are-we .block-col-title h2 {
    line-height: 43px;
    font-size: 6.1rem;
  }
  .block-col-title h2 {
    padding-bottom: 20px;
    margin-bottom: 24px;
    line-height: 36px;
    font-size: 4.6rem;
  }
  .block-col-title h2:after {
    width: 50px;
    height: 5px;
  }
  .pcr-tagline h4 {
    font-size: 2rem;
    line-height: 24px;
  }
  .pcr-tagline h1 {
    font-size: 8rem;
    line-height: 42px;
    padding: 15px 0;
  }
  .process-title {
    padding-bottom: 50px;
  }
  .process-title h1 {
    font-size: 6rem;
  }
  .process-title h4 {
    font-size: 2.6rem;
    line-height: 24px;
  }
  .block-col-title p {
    line-height: 28px;
    font-size: 2.5rem;
    font-weight: 400;
  }
  .download-material a {
    font-size: 2.58rem;
 
    line-height: 60px;
  }
  .download-material {
    padding-top: 30px;
  }
  .follow-white-bg.news-follow {
    padding-bottom: 30px;
  }
  .sec-title-uppercase {
    margin-bottom: 40px;
  }
  .sec-title-uppercase h1 {
    font-size: 6rem;
  }
  .service-box .service-info {
    padding: 35px 20px;
  }
  .service-box .service-info p {
    font-size: 2.3rem;
  }
  .service-box .service-info h3 {
    font-size: 4.6rem;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .home-about-prima {
    padding: 50px 0 25px;
  }
  .home-about-prima .col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-about-prima .home-about-prima .row {
    flex-direction: column;
  }

  .home-prima-services {
    padding-top: 50px;
  }

  .sec-title-ittalic {
    padding-bottom: 50px;
  }
  .sec-title-ittalic h1 {
    font-size: 6rem;
  }
  .responsible-box h3 {
    font-size: 4.6rem;
  }
  .social-icons ul li a svg {
    width: 30px;
    height: 30px;
  }

  .ftr-menu ul {
    margin: 40px 0 25px;
  }
  .ftr-menu ul li {
    flex-basis: 100%;
    max-width: 100%;
    text-align: left;
    padding: 0;
    line-height: 30px;
  }
  .ftr-menu ul li a {
    padding: 10px 0;
    display: block;
  }

  .footer-top .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top .col-sm-4:nth-of-type(2) {
    order: inherit;
  }

  .ftr-site-rights ul {
    display: block;
  }
  .ftr-site-rights ul li a {
    font-size: 2.5rem;
    padding: 10px 0;
  }

  .ftr-copyright {
    font-size: 1.8rem;
  }

  .follow-block {
    padding: 60px 0;
  }
  .bio-footer .follow-block.follow-white-bg {
    padding: 60px 0;
  }
  .follow-block p {
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 2.3rem;
  }
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    font-size: 2.5rem;
    line-height: 40px;
  }
  section.bio-block5 .follow-block.pure-footer {
    padding: 60px 0 40%;
    background: url(../images/purebg-3.png) center 100% no-repeat;
    background-size: contain;
  }


  #nav-icon1 {
    width: 30px;
  }
  #nav-icon1 span {
    height: 4px;
  }
  #nav-icon1 span:nth-child(2) {
    top: 9px;
  }
  #nav-icon1 span:nth-child(3) {
    top: 18px;
  }

  .page-template-default .entry-content {
    font-size: 2.5rem;
    padding: 0;
  }
  .page-template-default .entry-header h1 {
    font-size: 5.5rem;
  }

  footer {
    background: #000000;
    padding: 40px 0 25px;
  }

  .speakers-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .speakers-info {
    min-width: 100%;
  }

  .speakers-graphic {
    margin: 0 0 50px;
    width: 100%;
  }
  .speakers-graphic img {
    transition: none;
    height: auto;
    width: 100%;
  }
  .news-list ul li {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .news-list ul li:last-child {
    border-bottom: 1px solid rgba(78, 77, 77, 0.5);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .news-more a {
    font-size: 2.58rem;
  }

  .news-timing {
    font-size: 2.1rem;
  }
  .news-timing span {
    padding-left: 10px;
  }
  .news-timing svg {
    width: 18px;
    height: 18px;
  }

  .news-box {
    margin-bottom: 0;
  }

  .news-block {
    padding: 11px 0 15px 0;
  }

  .news-pagination ul li span {
    font-size: 3rem;
  }
  .news-pagination ul li a {
    font-size: 3rem;
  }

  .bio-video iframe {
    height: 350px;
  }

  .bio-advantage-logo {
    max-width: 100%;
  }
  .bio-advantage-logo .ba-logo {
    padding: 0;
    margin-bottom: 40px;
  }
  .bio-advantage-logo .ba-logo h3 {
    font-size: 2.6rem;
    letter-spacing: 3px;
    line-height: 22px;
  }

  .bio-advantages p {
    font-size: 2.3rem;
    line-height: 30px;
    text-align: center;
  }
  .bio-block2-info p {
    font-size: 2.3rem;
    line-height: 30px;
  }
  .about-pure {
    display: block;
    padding: 40px 40px 0;
  }
  .bio-community-title h1 {
    font-size: 4rem;
    line-height: 32px;
  }

  .bio-community-container p {
    line-height: 30px;
    font-size: 2.3rem;
  }

  .bio-community-logo ul li {
    flex-basis: 50%;
    padding: 30px 30px;
  }

  .bio-community-short-info {
    max-width: 100%;
    font-weight: 400;
    font-size: 2rem;
  }

  .bio-banner-info .bio-logo img {
    max-width: 90%;
  }
  .bio-logo {
    padding-bottom: 14px;
  }
  .bio-banner-info h2 {
    line-height: 30px;
    font-size: 3.4rem;
  }
  .bio-block2-info h1 {
    font-size: 6rem;
    line-height: 42px;
  }
  .bio-advantages h1 {
    line-height: 34px;
    font-size: 4.6rem;
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
  .bio-advantages h1:before {
    width: 50px;
  }
  section.bio-block2 {
    padding: 50px 0 0px 0;
  }
  .pure-top-block {
    background-color: #005CB9;
    background-size: 100% 100%;
  }
  .pure-top-block .pure-genius-info {
    padding: 20px 0 0;
  }
  .pure-top-block .pure-genius-info h2 {
    font-size: 5.5rem;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'ClioLight-Light'
  }
  .pure-top-block .pure-genius-info iframe {
    height: 300px;
  }

  .pure-tech {
    padding: 50px 40px 0;
  }

  .text-box:nth-child(2) {
    top: 25px;
  }
  .pure-tech-block .text-box {
    padding: 0 5px;
  }

  .pure-tech-block h3 {
    font-size: 3rem;
    line-height: 20px;
  }

  .pure-tech-block p {
    font-size: 2rem;
    line-height: 15px;
  }
  .behind-genius {
    padding: 50px 40px 0;
  }
  .pure-tect-content p {
    font-size: 1.8rem;
  }
  .title-subtitle p {
    font-size: 2rem;
    line-height: 22px;
    font-weight: 500;
  }
  .pure-tech h2 {
    font-size: 4rem;
    line-height: 42px;
  }
  .pcr-tagline h1 {
    font-size: 7rem;
  }
  .title-subtitle h1 {
    line-height: 45px;
    font-size: 5.5rem;
    margin-bottom: 20px;
    font-family: 'ClioLight-Light';
  }

  .behind-genius-video iframe {
    height: 300px;
  }

  .about-pure-logo {
    margin-bottom: 30px;
  }
  .about-pure-logo img {
    max-width: 125px;
  }

  .step-info {
    bottom: 0;
    height: 36%;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .step-info h3 {
    font-size: 6rem;
    margin-bottom: 12px;
    line-height: 50px;
    text-align: center;
    width: 100%;
  }
  .step-info p {
    font-size: 3.45rem;
    line-height: 30px;
    height: 90px;
    text-align: center;
    width: 100%;
  }
  .tailored-info h2 {
    font-size: 4.49rem;
    line-height: 36px;
  }
  .process-steps {
    display: block;
  }

  .step-block {
    margin-bottom: 40px;
  }

  .change-tailored {
    margin-top: -155px;
  }

  .page-banner {
    padding: 61px 0 150px;
    background-position: center;
  }
  .page-banner .banner-content h2 {
    font-size: 4.6rem;
    margin-bottom: 25px;
    line-height: 34px;
  }
  .pcr-banner-img {
    height: 480px;
  }

  .tailored-info p {
    font-size: 2.5rem;
    line-height: 30px;
  }

  .page-banner .banner-content h4 {
    font-size: 2.4rem;
    line-height: 24px;
  }
  .pcr-banner.page-banner .banner-content {
    top: 25%;
  }
  .pcr-banner.page-banner .banner-content {
    padding-right: 25px;
  }
  /*.pcr-banner-img img {
    transform: translate(-60%, 0px);
}*/
  .prima-header .navbar-brand {
    padding-left: 25px;
  }
  #nav-icon1 {
    margin-right: 20px;
  }
  .fixed-header button#nav-icon1 {
    top: -2px;
  }
  .prima-header .navbar-nav ul {
    margin: 0 25px;
  }
  .news-list ul {
    margin: 0;
  }
  .news-filter label {
    margin-bottom: 15px;
  }
  .news-box h4 {
    font-size: 3.4rem;
    line-height: 28px;
  }
  .news-box p {
    font-size: 2.5rem;
    line-height: 30px;
  }
  .news-action {
    padding-top: 10px;
  }
  .news-pagination ul li a,
  .news-pagination ul li span {
    font-size: 2.6rem;
    line-height: 24px;
  }
  .speaker-panel h6 {
    font-size: 2.3rem;
    line-height: 24px;
  }
  .speaker-panel h4 {
    font-size: 6rem;
    line-height: 42px;
  }
  .speaker-panel h5 {
    line-height: 23px;
    font-size: 2.58rem;
    padding: 0 0 8px;
  }
  .speaker-panel p {
    font-size: 2.3rem;
  }
  .fixed-header,
  .page-template-default .prima-header.fixed-header,
  .prima-header.fixed-header {
    padding: 8px 0 8px;
  }
}
