* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Verdana';
  src: url('fonts/Verdana.eot');
  src: url('fonts/Verdana.eot?#iefix') format('embedded-opentype'), url('fonts/Verdana.woff2') format('woff2'), url('fonts/Verdana.woff') format('woff'), url('fonts/Verdana.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verdana';
  src: url('fonts/Verdana-Bold.eot');
  src: url('fonts/Verdana-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Verdana-Bold.woff2') format('woff2'), url('fonts/Verdana-Bold.woff') format('woff'), url('fonts/Verdana-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT Book';
  src: url('fonts/FuturaPT-Book.eot');
  src: url('fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('fonts/FuturaPT-Book.woff2') format('woff2'), url('fonts/FuturaPT-Book.woff') format('woff'), url('fonts/FuturaPT-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('fonts/FuturaPT-Light.eot');
  src: url('fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'), url('fonts/FuturaPT-Light.woff2') format('woff2'), url('fonts/FuturaPT-Light.woff') format('woff'), url('fonts/FuturaPT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('fonts/FuturaPT-Bold.eot');
  src: url('fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/FuturaPT-Bold.woff2') format('woff2'), url('fonts/FuturaPT-Bold.woff') format('woff'), url('fonts/FuturaPT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.36px;
  color: var(--blue-color);
  font-family: 'Verdana';
  /*font-family: 'Signika', sans-serif;*/
}
:root {
  --pink-color: #ed184c;
  --blue-color: #043467;
}
h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: bold;
  font-family: 'Futura PT';
}
h2 {
  font-size: 34px;
  font-weight: bold;
  font-family: 'Futura PT';
}
h3 {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Futura PT';
}
h4 {
  font-size: 33px;
  font-weight: bold;
  font-family: 'Futura PT';
}
h5 {
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
  font-family: 'Futura PT';
}
h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  font-family: 'Futura PT';
}
p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.36px;
  font-family: 'Verdana';
  color: var(--black-color);
}
.h-animation, h1, .heading_1, h2, h3, h4, h5, h6, p, a, button, img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn {
  font-size: 30px;
  padding: 13px 18px;
  font-weight: 700;
  font-family: 'Verdana';
  border: 0px solid transparent;
  letter-spacing: -0.32px;
  border-radius: 0px;
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 20px;
  }
}
.btn img {
  margin-right: 8px;
}
.btn.btn-lg {
  padding: 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .btn.btn-lg {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .btn.btn-lg {
    padding: 20px 30px;
  }
}
.btn.btn-sm {
  padding: 8px 30px 11px;
}
.btn.btn-primary {
  background-color: var(--pink-color);
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: var(--pink-color) !important;
  border-color: var(--pink-color) !important;
}
.btn.btn-secondary {
  background-image: linear-gradient(to right, var(--orange-color), #f6b989);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background-color: #e89861 !important;
  border-color: #e89861 !important;
}
.btn.btn-purple {
  background-color: #914099;
  border-color: #914099;
  color: #fff;
}
.btn.btn-light-purple {
  background-color: #d8abdd;
  border-color: #d8abdd;
  color: #fff;
}
.btn.btn-light-blue {
  background-color: #9fd1f0;
  border-color: #9fd1f0;
  color: #fff;
}
.container {
  max-width: 1280px;
}
.header {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  z-index: 1;
  position: relative;
  background-color: #fff;
  border-top: 52px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .header {
    border-top: 22px solid #f2f2f2;
  }
}
.header .navbar {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .header .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.header .navbar .navbar-collapse {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .navbar .navbar-brand {
    max-width: 160px;
  }
}
.header .navbar .navbar-nav {
  padding-top: 74px;
}
.header .navbar .navbar-nav .nav-link {
  font-family: 'Rubik', sans-serif;
  color: #1f2133;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.header .navbar .navbar-nav .nav-link.dropdown-toggle:after {
  width: 10px;
  height: 10px;
  background: url('../images/arrow.svg') no-repeat;
  background-position: center;
  background-size: 9px;
  border: 0;
  position: relative;
  top: 4px;
  transform: rotate(180deg);
}
.header .navbar .navbar-toggler {
  border: 0px;
  padding: 0px;
  outline: none;
}
.overrated {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .overrated {
    padding-top: 50px;
  }
}
.overrated h1 {
  text-align: center;
  color: var(--pink-color);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .overrated h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .overrated h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.overrated .overrated_tab .nav-tabs {
  background-color: #a09c9c;
  border-bottom: 5px solid var(--blue-color);
  overflow: hidden;
}
.overrated .overrated_tab .nav-tabs .nav-item {
  margin-bottom: 0px;
  position: relative;
  left: -13px;
}
@media screen and (max-width: 575px) {
  .overrated .overrated_tab .nav-tabs .nav-item {
    width: 100%;
    left: 0px;
  }
}
.overrated .overrated_tab .nav-tabs .nav-item .nav-link {
  background-color: #d6cfcf;
  border: 0px;
  font-size: 30px;
  font-weight: 700;
  color: var(--blue-color);
  padding: 24px 70px;
  border-radius: 0;
  font-family: 'arial';
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  border-right: 4px solid var(--blue-color);
}
@media screen and (max-width: 1200px) {
  .overrated .overrated_tab .nav-tabs .nav-item .nav-link {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .overrated .overrated_tab .nav-tabs .nav-item .nav-link {
    padding: 18px 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .overrated .overrated_tab .nav-tabs .nav-item .nav-link {
    padding: 14px 28px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .overrated .overrated_tab .nav-tabs .nav-item .nav-link {
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    border: 0px;
  }
}
.overrated .overrated_tab .nav-tabs .nav-item .nav-link span {
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .overrated .overrated_tab .nav-tabs .nav-item .nav-link span {
    -ms-transform: skew(0deg);
    transform: skew(0deg);
  }
}
.overrated .overrated_tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--blue-color);
  color: #fff;
}
.overrated .overrated_tab .tab-content .tab-pane {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .overrated .overrated_tab .tab-content .tab-pane {
    padding-top: 40px;
  }
}
.overrated .overrated_tab .tab-content .tab-pane h2 {
  margin-bottom: 70px;
  color: var(--blue-color);
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Verdana';
}
@media screen and (max-width: 767px) {
  .overrated .overrated_tab .tab-content .tab-pane h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.overrated .overrated_tab .tab-content .tab-pane h2 span {
  font-weight: normal;
  text-transform: none;
}
.energy_img img {
  height: 170px;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .energy_img img {
    height: 100px;
  }
}
.curing_col {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .curing_col {
    margin-bottom: 40px;
  }
}
.monomers {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .monomers {
    margin-bottom: 30px;
  }
}
.monomers h4 {
  margin-bottom: 40px;
  font-family: 'Futura PT';
}
@media screen and (max-width: 767px) {
  .monomers h4 {
    margin-bottom: 20px;
    font-size: 23px;
  }
}
.monomers p {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
  font-family: 'Futura PT Book';
}
@media screen and (max-width: 767px) {
  .monomers p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.monomers p strong {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Futura PT';
}
.sartomer_multi h3 {
  background-color: var(--blue-color);
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sartomer_multi h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .sartomer_multi h3 {
    font-size: 24px;
  }
}
.product-web {
  background-color: #d6cfcf;
  padding: 45px 45px 0px 45px;
}
@media screen and (max-width: 767px) {
  .product-web {
    padding: 45px 15px 0px 15px;
  }
}
.product-web .product_gourp h4 {
  font-size: 36px;
  margin-bottom: 30px;
  font-style: italic;
  font-family: 'Verdana';
}
@media screen and (max-width: 767px) {
  .product-web .product_gourp h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.product-web .product_gourp p {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: 'Verdana';
}
@media screen and (max-width: 767px) {
  .product-web .product_gourp p {
    font-size: 20px;
    line-height: 26px;
  }
}
/*.pr_acty {
  background-color: #00377b;
  border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -ms-border-radius: 12px 12px 0px 0px;
  -o-border-radius: 12px 12px 0px 0px;
  padding: 0px 15px 15px 15px;
  position: relative;
  overflow: hidden;
  height: 100%;
}*/

.pr_acty {
   background-color: #00377b;
   border-radius: 12px 12px 0px 0px;
   -webkit-border-radius: 12px 12px 0px 0px;
   -moz-border-radius: 12px 12px 0px 0px;
   -ms-border-radius: 12px 12px 0px 0px;
   -o-border-radius: 12px 12px 0px 0px;
   padding: 0px 15px 45px 15px;
   position: relative;
   overflow: hidden;
   height: 100%;
   border-bottom: 15px solid #00377b;
}


.pr_acty.pr_new {
  background-color: #ec184c;
  border-bottom: 15px solid #ec184c !important;
}

.pr_acty.pr_new:hover {
    transition: 0.5s ease;
	border-bottom: 15px solid rgba(0, 55, 123, 0.8) !important;
}
	
.pr_acty.pr_new h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pr_acty.pr_new h4 span {
  background-color: #fff;
  margin-right: 2px;
  color: #ec184c;
  font-size: 21px;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.pr_acty .pr_active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 55, 123, 0.8);
}
.pr_acty .pr_active .pr_btn {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none;
  background-color: #f8971d;
  padding: 10px 20px;
}
.pr_acty:hover .pr_active, .pr_acty:focus .pr_active {
  opacity: 1;
}
.pr_acty h4 {
  color: #fff;
  padding: 5px 10px;
  margin: 0;
  font-family: 'Futura PT Book';
  font-weight: normal;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .pr_acty h4 {
    font-size: 26px;
  }
}
/*.pr_acty .pr_content {
  background-color: #fff;
  padding-top: 5px;
}*/

.pr_acty .pr_content {
   background-color: #fff;
   padding-top: 5px;
   height: 100%;
   position: relative;
   overflow: hidden;
}

.pr_acty .pr_content .pr-img {
  margin-bottom: 10px;
}
.pr_acty .pr_content h5 {
  font-size: 13px;
  line-height: 18px;
  color: #000;
}
/*.pr_acty .pr_content .pr_bottom {
  padding: 5px;
  font-family: 'Futura PT Book';
  font-weight: normal;
  font-size: 20px;
}*/

.pr_acty .pr_content .pr_bottom {
   padding: 5px;
   font-family: 'Futura PT Book';
   font-weight: bold;
   font-size: 17px;
   position: absolute;
   bottom: 13px;
   left: 50%;
   width: 100%;
   transform: translateX(-50%);
}

.pr_acty .pr_content .pr_bottom.pr_gray {
  background-color: #a1a3a7;
  color: #fff;
}
.pr_acty .pr_content .pr_bottom.pr_blue {
  background-color: #86accd;
  color: #fff;
}

.pr_bottom.pr_blue_alt {
  background-color: #aaceea;
  color: #fff;
}

.pr_acty .pr_content .pr_bottom.pr_orange {
  background-color: #f8971d;
  color: #fff;
}
.pr_acty .pr_content .pr_bottom.pr_sky {
  background-color: #00bce4;
  color: #fff;
}
.pr_acty .pr_content .pr_bottom.pr_pink {
  background-color: #f68ba4;
  color: #fff;
}
.pr_acty .pr_content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.pr_acty .pr_content ul li {
  background-color: #f1f1f1;
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 34px;
  font-family: 'Futura PT Book';
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pr_acty .pr_content ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pr_acty .pr_content ul li:last-child {
  margin-bottom: 0px;
}
.pr_acty .pr_content ul li .pr_icon {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}
.pr_acty .pr_content ul li .pd_content {
  width: 100%;
  color: #000;
}
