@charset "UTF-8";
/*font calling structure*/
/*=====RESPONSIVE MEDIA QUERY========*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?b4lwgo");
  src: url("../fonts/icomoon.eot?b4lwgo#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?b4lwgo") format("truetype"), url("../fonts/icomoon.woff?b4lwgo") format("woff"), url("../fonts/icomoon.svg?b4lwgo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-cart-bag {
  width: 20px;
  height: 30px;
  background: url(../icons/cart-bag.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}

.icon-user {
  width: 23px;
  height: 26px;
  background: url(../icons/user.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}

.icon-arrow-right {
  width: 30px;
  height: 9px;
  background: url(../icons/arrow-right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  vertical-align: middle;
}

.icon-arrow-left {
  width: 30px;
  height: 9px;
  background: url(../icons/arrow-right.svg) no-repeat;
  transform: rotate(180deg);
  background-size: 100%;
  background-position: center;
  vertical-align: middle;
}

/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Align radios and text inputs with their label */
input[type=radio],
input[type=checkbox] {
  vertical-align: text-bottom;
  width: auto;
  height: auto;
  min-width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

/* Hand cursor on clickable input elements */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

label {
  font-size: 14px;
}
label .required {
  color: #f00;
}

input[type=button],
input[type=submit],
button {
  display: inline-block;
  text-align: center;
  height: 42px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #f26722;
  box-shadow: none;
  border-radius: 0px;
}

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #333333;
}

* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

b,
strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  font-family: "agenda",sans-serif;
}

i,
em {
  font-style: italic;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.full-width {
  width: 100%;
}
img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup {
  top: -0.7em;
}

sub {
  bottom: -0.25em;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #f26722;
}

a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  margin: 0;
}
table a {
  color: inherit;
}
table td {
  font-weight: 400;
  font-size: 13px;
}
table p {
  font-weight: 400;
  font-size: 13px;
}
table.table thead th {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #222222;
  padding: 5px;
}
table.table tbody tr:nth-child(odd) {
  background: rgba(217, 217, 217, 0.15);
}
table.table tbody tr td {
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
}

body {
  width: 100%;
  min-height: 100vh;
  font: 400 21px "agenda", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #000000;
  background-color: #ffffff;
  /*background: #fff url(../images/body-background2.jpg) no-repeat;*/
  background-size: auto;
  background-position: top left;
}

/*h1, h2, h3, h4, h5, h6 {
  font-family: "agenda", sans-serif;
  color: #000000;
}*/
h1, h2, h3, h4, h5, h6 {
  font-family: "agenda", sans-serif;
  color: #000000;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 74px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 28px;
}

p {
  font: 400 21px "agenda", sans-serif;
  line-height: 25px;
  margin-bottom: 30px;
  color: #000000;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  font-weight: 400;
  color: #f26722;
}
p a:hover {
  color: #f55100;
}

.uppercase {
  text-transform: uppercase;
}

main ul, main ol {
  font-size: 21px;
  line-height: 34px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.img-responsive {
  width: 100%;
}

.row.mb-30 {
  margin-bottom: 30px;
}
.row.m-lr-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row.m-lr-0 > div {
  padding-left: 0px;
  padding-right: 0px;
}
.row.m-lr-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.row.m-lr-50 > div {
  padding-left: 50px;
  padding-right: 50px;
}
.row.m-lr-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.m-lr-25 > div {
  padding-left: 25px;
  padding-right: 25px;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.slick-arrow {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-size: 13px !important;
  z-index: 10;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow.slick-prev{ left: -90px; background: #fff url(../images/slide-prev.svg) no-repeat; background-position: center; }
.slick-arrow.slick-next{ right: -90px; background: #fff url(../images/slide-next.svg) no-repeat; background-position: center; }
.sec_title {
  font-size: 60px;
  color: #1f2324;
}
.sec_title.mb-40 {
  margin-bottom: 40px;
}

.title_wrap {
  margin-bottom: 32px;
}
.title_wrap .small_title {
  font-size: 18px;
}
.title_wrap p {
  margin-top: 20px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-size: 21px;
  font-family: "agenda",sans-serif;
  text-transform: uppercase;
  padding: 11px 25px;
  border-radius: 0px;
  color: #fff;
  background-color: #f26722;
  min-width: 100px;
}
.btn:hover {
  background-color: #f26722 !important;
}
.btn.btn-primary {
  border: 0;
  position: relative;
  margin: 0 15px;
  transition: 0.2s all ease;
    font-weight: 600;
}
.btn.btn-primary:hover {
  transform: scale(1.05);
}
.btn.btn-primary::before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background-color: inherit;
  clip-path: polygon(85% 0%, 100% 0%, 100% 100%, 85% 100%, 0% 50%);
  position: absolute;
  top: 0;
  left: -14px;
}
.btn.btn-primary::after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background-color: inherit;
  clip-path: polygon(0% 0%, 25% 0%, 100% 50%, 25% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: -14px;
}
.btn.btn-primary.black {
  background-color: #000000;
}

.container {
  max-width: 1200px;
  width: 100%;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.section.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section.pb-200 {
  padding-bottom: 200px;
}

.full-width {
  width: 100%;
}

.align-left{ float: left; }
.align-right{ float: right; }

.white-text {
  color: #fff;
}
.white-text * {
  color: #fff;
}

.bold {
  font-weight: 400;
  font-family: "agenda",sans-serif;
}

.form-control {
  height: 42px;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 0 15px;
}
.form-control ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.form-control ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.form-control :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.form-control :-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.form-control.textarea {
  height: 185px;
  resize: vertical;
}

blockquote {
    padding: 20px;
    background-color: #ffffff;
    border-left: 10px solid #f26722;
    margin-bottom: 20px;
}

.link {
  font-size: 14px;
  line-height: 14px;
  color: #f26722;
}

.bg-dark {
  background-color: #1f2324;
}

.polygon_img {
  width: 340px;
  height: 294px;
  position: relative;
}
.polygon_img .img_wrapper {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.polygon_img::after {
  content: "";
  display: block;
  width: 109%;
  height: 111%;
  background: url(https://www.conventuspolymers.com/wp-content/uploads/2023/01/polygon-border-orange.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -15px;
  left: 15px;
  opacity: 1;
  z-index: 10;
  pointer-events: none;
  animation: hexagonal1 10s linear infinite alternate-reverse;
}
.polygon_img:hover::after {
  animation: hexagonal1 10s linear infinite alternate-reverse;
}
.polygon_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_layer {
  width: 100%;
  height: 1500px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(https://www.conventuspolymers.com/wp-content/uploads/2022/12/layer3.webp) no-repeat;
  background-size: auto;
  background-position: bottom right;
}
.bg_layer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://www.conventuspolymers.com/wp-content/uploads/2022/12/layer2.webp) no-repeat;
  background-position: bottom -110% left -90%;
  animation: ringAnimation 10s linear infinite alternate-reverse;
}

@keyframes ringAnimation {
  0% {
    background-position: bottom -110% left -90%;
  }
  50% {
    background-position: bottom -130% left -110%;
  }
  100% {
    background-position: bottom -110% left -80%;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.bg_title {
  padding: 15px;
  background-color: #000;
  color: #fff;
}

.border-right-columns > div {
  border-right: 1px solid rgba(0, 0, 0, 0.7);
}
.border-right-columns > div:last-child {
  border: 0;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

ul.list-style-none, ol.list-style-none {
  list-style: none;
}
ul.list-style-none li::before, ol.list-style-none li::before {
  opacity: 0;
}
ul.li_30 li, ol.li_30 li {
  margin-bottom: 30px;
}

.slick-dots li {
  padding-left: 0 !important;
}
.slick-dots li::before {
  display: none;
}

.top-inner-shadow {
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.relative {
  position: relative;
}

.page_header {
  width: 100%;
  padding: 47px 0 15px;
  background: #f26722;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.page_header .header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page_header .header_nav .page_nav .toggle_menu {
  position: absolute;
  left: -32px;
  top: 30px;
  transform: scale(0.8);
}
.page_header .header_nav .page_nav .toggle_menu span {
  background-color: #2b2b2b;
}
.page_header .header_nav .page_nav .toggle_menu::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px 0 0 4px;
}
.page_header .header_nav ul {
  list-style: none;
  display: flex;
}
.page_header .header_nav ul li {
  font-size: 24px;
  font-family: "agenda",sans-serif;
  color: #fff !important;
  margin-right: 32px;
  position: relative;
  font-weight: 600;
}
.page_header .header_nav ul li > a {
  color: inherit;
}
.page_header .header_nav ul li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.page_header .header_nav .soc_links li {
  font-size: 18px;
  line-height: 34px;
  color: #f26722;
}
.page_header .header_nav .soc_links li a {
  width: 33px;
  height: 30px;
  background: url(../images/icon-polygon.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.page_header .page_nav .sub-menu {
  min-width: 300px;
  position: absolute;
  top: 45px;
  left: -10px;
  background-color: #fff;
  white-space: nowrap;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
.page_header .page_nav .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}
.page_header .page_nav .sub-menu li {
  width: 100%;
  color: #1f2324;
  font-size: 20px;
  margin-right: 0;
  transition: 0.2s all;
}
.page_header .page_nav .sub-menu li:hover {
  padding-left: 10px;
  background-color: #f26722;
  color: #fff;
}
.page_header .page_nav .sub-menu li:hover > a {
  transition: none;
  color: inherit;
}
.page_header .page_nav .sub-menu li:hover > a::before {
  border-color: transparent transparent transparent #fff;
}
.page_header .page_nav .sub-menu li a {
  display: block;
  padding: 8px 10px;
  padding-left: 30px !important;
  position: relative;
color:#1f2324;
}
.page_header .page_nav .sub-menu li a::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #f26722;
  position: absolute;
  left: 11px;
  top: 12px;
}
.page_header .page_nav .sub-menu li .sub-menu {
  min-width: 200px;
  left: 100%;
  top: 0;
}
.page_header.sticky {
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  position: fixed;
  padding: 15px 0;
  background-size: 100% auto;
  background-position: top center;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
}
.page_header.sticky .logo {
  max-width: 300px;
}
.page_header.sticky .sub-menu {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

.toggle_menu {
  width: 32px;
  height: 28px;
  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;
}

.toggle_menu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -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;
}

.toggle_menu span:nth-child(even) {
  left: 50%;
}

.toggle_menu span:nth-child(odd) {
  left: 0px;
}

.toggle_menu span:nth-child(1), .toggle_menu span:nth-child(2) {
  top: 0px;
}

.toggle_menu span:nth-child(3), .toggle_menu span:nth-child(4) {
  top: 11px;
}

.toggle_menu span:nth-child(5), .toggle_menu span:nth-child(6) {
  top: 23px;
}

.toggle_menu.open span:nth-child(1), .toggle_menu.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle_menu.open span:nth-child(2), .toggle_menu.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle_menu span:nth-child(1),
.toggle_menu span:nth-child(3),
.toggle_menu span:nth-child(5) {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.toggle_menu span:nth-child(2),
.toggle_menu span:nth-child(4),
.toggle_menu span:nth-child(6) {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.toggle_menu.open span:nth-child(1) {
  left: 4px;
  top: 8px;
}

.toggle_menu.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 8px;
}

.toggle_menu.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.toggle_menu.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.toggle_menu.open span:nth-child(5) {
  left: 4px;
  top: 16px;
}

.toggle_menu.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px;
}

.toggle_dropdown {
  width: 26px;
  height: 38px;
  display: none;
  position: absolute;
  top: 0;
  right: 0px;
  overflow: hidden;
  background-position: center;
  z-index: 99;
  cursor: pointer;
}

.toggle_dropdown:before {
  content: "+";
  font-weight: 500;
  font-size: 20px;
  color: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: content 0.3s;
}

.toggle_dropdown.show:before {
  content: "-";
  font-weight: 500;
  font-size: 30px;
  font-family: "Lato";
  color: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.inner-page .page_header {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
.page_footer {
  background-color: #221e1f;
  padding-bottom: 50px;
}
.page_footer .container {
  position: relative;
  z-index: 10;
}
.page_footer * {
  color: #fff;
}
.page_footer .col-logo {
  padding-right: 40px;
}
.page_footer .logo {
  margin-bottom: 50px;
}
.page_footer .title {
  font-size: 24px;
  font-family: "agenda",sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page_footer .title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background-color: #f47821;
  margin-top: 5px;
}
.page_footer ul {
  list-style: none;
}
.page_footer ul li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
  color: #fff;
}
.page_footer .soc_links {
  list-style: none;
  display: flex;
  align-items: center;
}
.page_footer .soc_links li {
  margin-right: 10px;
}
.page_footer .soc_links li:last-child {
  margin-right: 0;
}
.page_footer .soc_links li a:hover {
  color: #f26722;
}
.page_footer .soc_links li a:hover i {
  color: inherit;
}
.page_footer .contact {
  font-size: 18px;
  line-height: 32px;
}
.page_footer .two-columns {
  column-count: 2;
}

.main_footer {
  padding: 30px 0;
}
.main_footer a {
  color: inherit;
}
.main_footer a:hover {
  color: #f26722;
}

.sec_footer {
  background-color: #f47821;
  padding: 7px 0 10px;
  position: relative;
  z-index: 10;
}
.sec_footer .polygon {
  position: absolute;
  bottom: -17px;
  left: -40px;
}
.sec_footer ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-family: "agenda",sans-serif;
  color: #2b2b2b;
  margin: 0;
}
.sec_footer ul li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #2b2b2b;
  border-radius: 5px;
  margin: 0 10px;
}
.sec_footer ul li:last-child::after {
  display: none;
}
.sec_footer ul li a {
  color: inherit;
}

.home_banner_sec {
  height: 980px;
  /*background: url(https://www.conventuspolymers.com/wp-content/uploads/2022/11/banner-background-orange.webp) no-repeat;*/
  background-size: cover;
  background-position: bottom;
  padding-top: 128px;
}

.why_conventus_sec {
  padding-top: 100px;
  padding-bottom: 75px;
}
.why_conventus_sec.animate .item {
  opacity: 1;
}
.why_conventus_sec .grid_wrapper {
  height: 845px;
}

.polygon_grid {
  position: relative;
  height: 845px;
  max-width: 1293px;
  padding: 0 15px;
  margin: 0 auto;
}
.polygon_grid .item {
  position: absolute;
  opacity: 0;
  transition: 0.3s all ease;
}
.polygon_grid .item:nth-child(1) {
  transition-delay: 100ms;
}
.polygon_grid .item:nth-child(2) {
  transition-delay: 200ms;
}
.polygon_grid .item:nth-child(3) {
  transition-delay: 300ms;
}
.polygon_grid .item:nth-child(4) {
  transition-delay: 400ms;
}
.polygon_grid .item:nth-child(5) {
  transition-delay: 500ms;
}
.polygon_grid .item:nth-child(6) {
  transition-delay: 600ms;
}
.polygon_grid .item:nth-child(7) {
  transition-delay: 700ms;
}
.polygon_grid .item:nth-child(8) {
  transition-delay: 800ms;
}
.polygon_grid .item:nth-child(9) {
  transition-delay: 900ms;
}
.polygon_grid .item:nth-child(10) {
  transition-delay: 1000ms;
}
.polygon_grid .item:nth-child(11) {
  transition-delay: 1100ms;
}
.polygon_grid .item:nth-child(12) {
  transition-delay: 1200ms;
}
.polygon_grid .item:nth-child(13) {
  transition-delay: 1300ms;
}
.polygon_grid .item:nth-child(14) {
  transition-delay: 1400ms;
}
.polygon_grid .item:nth-child(15) {
  transition-delay: 1500ms;
}
.polygon_grid .item:nth-child(16) {
  transition-delay: 1600ms;
}
.polygon_grid .item:nth-child(17) {
  transition-delay: 1700ms;
}
.polygon_grid .item:nth-child(18) {
  transition-delay: 1800ms;
}
.polygon_grid .item:nth-child(19) {
  transition-delay: 1900ms;
}
.polygon_grid .item:nth-child(20) {
  transition-delay: 2000ms;
}
.polygon_grid .item:nth-child(21) {
  transition-delay: 2100ms;
}
.polygon_grid .item::after {
  content: "";
  display: block;
  width: 328px;
  height: 286px;
  background: url(../images/polygon-border.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  transition: 0.2s all;
}
.polygon_grid .item .item_img {
  width: 320px;
  height: 280px;
  background-size: cover;
  background-color: #f26722;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: relative;
}
.polygon_grid .item .item_img .tile_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.polygon_grid .item .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.polygon_grid .item .icon img {
  max-width: 130px;
  max-height: 130px;
  transition: 0.2s all;
}
.polygon_grid .item .item_tooltip {
  position: absolute;
  display: none;
}

.polygon_grid .item:hover .icon img{
    animation: up-down 2s linear infinite alternate-reverse;
}

.polygon_grid .item:hover::after {
  top: 15px;
  left: 20px;
  opacity: 1;
}
.polygon_grid .item:hover .item_img .tile_img {
  mix-blend-mode: multiply;
}
.polygon_grid .item:hover .icon {
  opacity: 1;
}
.polygon_grid .item:hover .icon img {
  transform: scale(1);
}
.polygon_grid .item1 {
  top: 140px;
  left: 0;
}
.polygon_grid .item2 {
  bottom: 140px;
  left: 0;
}
.polygon_grid .item3 {
  top: 0;
  left: 245px;
}
.polygon_grid .item4 {
  top: 283px;
  left: 243px;
}
.polygon_grid .item5 {
  bottom: 0;
  left: 245px;
}
.polygon_grid .item6 {
  top: 141px;
  left: 487px;
}
.polygon_grid .item7 {
  bottom: 141px;
  left: 487px;
}
.polygon_grid .item8 {
  top: 283px;
  left: 730px;
}
.polygon_grid .item9 {
  top: 140px;
  left: 972px;
}
.polygon_grid .item10 {
  bottom: 140px;
  left: 972px;
}
.polygon_grid .item11 {
  bottom: 0px;
  left: 730px;
}
.polygon_grid .global_tooltip {
  text-align: center;
  position: absolute;
  top: 0;
  right: 210px;
  width: 430px;
  padding: 10px 15px;
}
.polygon_grid .global_tooltip h4 {
  font-size: 32px;
  font-family: "agenda",sans-serif;
  color: #f26722;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.polygon_grid .global_tooltip p {
  font-size: 18px;
  line-height: 22px;
}

.our_core_sec {
  position: relative;
  z-index: 2;
}
.our_core_sec .container {
  max-width: 1270px;
}

.core_carousel {
  padding-top: 55px;
}
.core_carousel .slick-list {
  padding: 0 80px;
  margin: 0 -80px;
}
.core_carousel .slide {
  height: 316px;
  position: relative;
  opacity: 0;
  padding: 10px 0;
}
.core_carousel .slide:hover .frame {
  top: 0;
  left: 50.2%;
  opacity: 1;
}
.core_carousel .slide:hover .overlay {
  opacity: 0;
}
.core_carousel .slide:hover .title {
  opacity: 1;
}
.core_carousel .slide.slick-current + .slick-active + .slick-active .title {
  opacity: 1;
}
.core_carousel .slide.slick-current + .slick-active + .slick-active .overlay{ opacity: 0; }
.core_carousel .slide.slick-current + .slick-active + .slick-active .frame {
    top: 0;
    left: 50.2%;
    opacity: 1;
}
.core_carousel .slide.slick-active {
  opacity: 1;
}
.core_carousel .slide .slide_item {
  width: 300px;
  height: 230px;
  clip-path: polygon(35% 0, 98% 0, 65% 100%, 2% 100%);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.core_carousel .slide .slide_item .core_link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.core_carousel .slide .slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.core_carousel .slide .slide_item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  transition: 0.2s all;
}
.core_carousel .slide .frame {
  width: 90%;
  height: 93%;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 10px;
  left: 44.2%;
  opacity: 0;
  transform: translateX(-50%) skewX(-23.2deg);
  transition: 0.2s all ease;
  pointer-events: none;
}
.core_carousel .slide .title {
  width: 225px;
  font-size: 21px;
  font-family: "agenda",sans-serif;
  background-color: #b3b3b3;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px;
  text-align: center;
  position: absolute;
  bottom: 11px;
  left: -75px;
  -webkit-clip-path: polygon(15.5% 0%, 100% 0%, 88% 106%, 2% 110%);
  clip-path: polygon(15.5% 0%, 100% 0%, 88% 106%, 2% 110%);
  opacity: 0;
  transition: 0.2s all;
}
.core_carousel .slick-dots {
  width: 100%;
  bottom: auto;
  top: 0;
  position: absolute;
  left: 0;
}

.global_result_sec {
  background-color: #221e1f;
}
/*.global_result_sec .earth {*/
/*  position: absolute;*/
/*  top: -110px;*/
/*  right: -35%;*/
/*}*/

.global_result_sec * {
  color: #fff;
}
.global_result_sec .container {
  padding: 200px 15px;
  position: relative;
  z-index: 10;
}
.global_result_sec .counting {
  margin-top: 45px;
}
.global_result_sec .counting .count {
  width: 118px;
  height: 100px;
  font-size: 58px;
  line-height: 110px;
  font-family: "agenda",sans-serif;
  background-color: #f47821;
  text-align: center;
  margin: 0 auto 16px;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.global_result_sec .counting h4 {
  font-size: 26px;
  font-family: "agenda",sans-serif;
  text-transform: uppercase;
}

.vertical-animate {
  animation: vertical-animate 2s infinite alternate-reverse;
  position: absolute;
  bottom: -45px;
  z-index: 1;
}
.vertical-animate.left {
  left: 30px;
}
.vertical-animate.right {
  right: 30px;
}

@keyframes vertical-animate {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.sustainability_sec {
  position: relative;
  margin-top: -200px;
}
.sustainability_sec .section_wrapper {
  padding: 315px 0 150px 0;
  background: url(https://www.conventuspolymers.com/wp-content/uploads/2022/12/layer2.webp) no-repeat;
  background-size: auto;
  background-position: bottom 190% right -50%;
}
.sustainability_sec .polygon {
  position: absolute;
  bottom: -20px;
  right: -40px;
}
.sustainability_sec .part1 {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
}
.sustainability_sec .part1 .polygon_img {
  width: 450px;
  height: 395px;
}
.sustainability_sec .part1 .polygon_img::after {
  width: 105%;
  height: 105%;
  top: 15px;
  left: auto;
  right: 35px;
  background: url(../images/polygon-border.png) no-repeat;
  background-size: 100% 100%;
  animation: hexagonal2 10s linear infinite alternate-reverse;
}
.sustainability_sec .part1 .polygon_img:hover::after {
  animation: hexagonal2 10s linear infinite alternate-reverse;
}
.sustainability_sec .title_wrap {
  margin-bottom: 60px;
}
.sustainability_sec .title_wrap .sec_title {
  position: relative;
  z-index: 1;
}
.sustainability_sec .title_wrap .shadow_text {
  width: 100%;
  color: #4e5050;
  font-size: 150%;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: -1;
}

@keyframes hexagonal1 {
  0% {
    top: -5%;
    left: 4%;
  }
  33% {
    top: -10%;
    left: -4%;
  }
  66% {
    top: 2%;
    left: -7%;
  }
  100% {
    top: -8%;
    left: 3%;
  }
}
@keyframes hexagonal2 {
  0% {
    top: -8%;
    left: 3%;
  }
  33% {
    top: 2%;
    left: -7%;
  }
  66% {
    top: -10%;
    left: -4%;
  }
  100% {
    top: -5%;
    left: 4%;
  }
}
.inner-page .wrapper {
  padding-top: 125px;
}

.banner_section {
  position: relative;
}
.banner_section .polygon {
  position: absolute;
  left: 30px;
  bottom: -47px;
}
.banner_section.inner_banner_sec {
  padding: 80px 0;
  background-size: cover !important;
}
.banner_section .banner_content h1 {
  font-size: 72px;
  color: #fff;
}

.breadcrumb_wrapper {
  padding: 25px 0;
}

.breadcrumb {
  margin-bottom: 0;
  display: block;
}
.breadcrumb li {
    display: inline;
  color: #f26722;
  padding-left: 0 !important;
}
.breadcrumb li::before {
  display: none;
}
.breadcrumb li a {
  color: #353233;
}
.breadcrumb li:not(:last-child)::after {
  content: "»";
  margin: 0 15px;
  color: #353233;
}

.img-content_sec {
  padding: 80px 55px;
}
.img-content_sec .main-row {
  margin-bottom: 150px;
}
.img-content_sec .main-row:last-child {
  margin-bottom: 0;
}
.img-content_sec .main-row .polygon_img {
  margin: 0 auto;
}
.img-content_sec .main-row:nth-child(odd) .polygon_img::after {
  background: url(../images/polygon-border.png) no-repeat;
  background-size: 100% 100%;
  animation: hexagonal2 10s linear infinite alternate-reverse;
}
.img-content_sec .main-row:nth-child(odd) .polygon_img:hover::after {
  animation: hexagonal2 10s linear infinite alternate-reverse;
}
.img-content_sec .main-row:nth-child(even) {
  flex-direction: row-reverse;
}

main ul, .page_main ul {
  list-style: none;
}
main ul li, .page_main ul li {
  padding-left: 30px;
  position: relative;
}
main ul li::before, .page_main ul li::before {
  content: "»";
  position: absolute;
  top: 0;
  left: 15px;
}
main ol, .page_main ol {
  padding-left: 30px;
}
main ol ol, .page_main ol ol {
  padding-left: 18px;
  list-style-type: lower-alpha;
}
main ol ol ol, .page_main ol ol ol {
  list-style-type: lower-roman;
}

.pdf_box {
  background: url(../images/background1.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.pdf_box h4 {
  font-size: 36px;
  color: #fff;
  padding: 15px 0;
}
.pdf_box .doc_wrap {
  margin-bottom: 25px;
}
.pdf_box .doc_wrap img {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.pdf_box .download {
  display: block;
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-size: 21px;
  font-family: "agenda",sans-serif;
}

.bg-default {
  background: #f26722 url(../images/background1.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}

.bg-grey_pattern {
  background: #e1e3e4 url(../images/layer4.png) no-repeat;
  background-size: auto;
  background-position: right bottom;
}

.bg-black_pattern {
  background: #353233 url(../images/background2.jpg) no-repeat;
  background-size: cover;
}

.bg-orange_pattern {
  background: #fff url(https://www.conventuspolymers.com/wp-content/uploads/2022/12/layer3.webp) no-repeat;
  background-position: right top;
}

.slide-nav-line .slick-dots {
  margin-top: 30px;
}
.slide-nav-line .slick-dots li button {
  width: 200px;
  height: 6px;
  background: #eeeeee;
  clip-path: none;
}
.slide-nav-line .slick-dots li.slick-active button {
  background: #f26722;
}

.video-slide {
  position: relative;
}
.video-slide .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn {
  width: 160px;
  height: 160px;
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}
.play-btn:hover {
  opacity: 1;
}

.sync_slider .slider-for {
  margin-bottom: 15px;
}
.sync_slider .slider-nav {
  margin: 0 -7px;
}
.sync_slider .slider-nav .slick-slide {
  max-height: 95px;
  padding: 0 7px;
  cursor: pointer;
}
.sync_slider .slick-track {
  display: flex;
}
.sync_slider .slick-track .slick-slide {
  height: auto;
}
.sync_slider .slick-track .slick-slide img.img-responsive {
  height: 100%;
  object-fit: cover;
}

.sync_slider {
  max-width: 500px;
}

.align-right, .float-right {
  float: right;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-bottom: 30px;
}

.banner_button{
    font-family: "agenda",sans-serif;
    position: relative;
    margin: 0 35px;
}

.banner_button:before{
    content: '';
    display: inline-block;
    width: 35px;
    height: 100%;
    background: inherit;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    left: -35px;
    top: 0;
}

.banner_button:after{
    content: '';
    display: inline-block;
    width: 35px;
    height: 100%;
    background: inherit;
    position: absolute;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    right: -35px;
    top: 0;
}

.blog-posts li{
    border-bottom: 1px solid #e1e3e4;
    padding: 40px 0;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.blog_list ul li figure {
    margin: 0;
    flex: 0 0 350px;
    width: 350px;
    height: 224px;
    margin-right: 30px;
}

.blog_list ul .title a{ color: inherit !important; }

.blog_list ul li .content {
    flex: 1;
}

button.btn.load_more{ height: 49px; }
main{ position: relative; z-index: 20; }
.relative-container{ position: relative; z-index: 20; }

.news_details .page_nav{
    
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper textarea
{
    height: 42px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    padding: 0 15px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.btn-primary.btn-form{ padding: 8px; }

.btn.btn-form input{
    height: auto;
    margin: 0 !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0;
    background: transparent;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    border: 0 !important;
}

body .gform_legacy_markup_wrapper ul li.gfield{
    padding: 0;
}

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

.resins_compounds ul.list-style-none li{ padding-left: 0; }
.resins_compounds h4, .resins_compounds h5, .resins_compounds h6{ margin-bottom: 15px; }

/* #chartdiv{ pointer-events: none; } */

.page_header .container{ max-width: 1440px; }
.page_header .btn-primary{ color: #000000 !important; background-color: #fff !important; }
.page_header .btn-primary.inner{ display: none; }

.main_footer .ftr_about_column {
    width: 11%;
}
.main_footer .ftr_market_column {
    width: 30%;
}

.su-table-responsive table {
    display: inline-table;
}
.core_carousel .slide .title {
    -webkit-clip-path: polygon(38px 0%, 100% 0%, calc(100% - 38px) 100%, 0% 100%);
    clip-path: polygon(38px 0%, 100% 0%, calc(100% - 38px) 100%, 0% 100%);
    left: -68px;
    width: 228px;
    height: 90px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.core_carousel .slide .title br {
    display: none;
}

.secondary_header{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px 25px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.page_header.sticky .secondary_header{ display: none; }

.secondary_header ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.secondary_header ul li{
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.secondary_header ul li:after{
    content: "\007C";
    color: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
}
.secondary_header ul li:last-child{ padding-right: 0; margin-right: 0; }
.secondary_header ul li:last-child:after{ display: none; }

.secondary_header ul li a{ color: inherit; font-family: "agenda",sans-serif;}
.page_header .header_nav .soc_links li a i.fa-brands {
    color: #f26722;
}
.page_main p strong a  {    font-weight: 600;}

/*wpml style*/
.top_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: end;
}
.top_wrapper .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    margin-left: 0.4em;
    font-weight: 600;
    font-family: "agenda",sans-serif;
}
.top_wrapper{ align-items: center; }
.top_wrapper .wpml-ls-legacy-dropdown{ width: auto; margin-left: 10px; }
.wpml-ls-sub-menu{
    white-space: nowrap;
}
.wpml-ls-legacy-dropdown li.wpml-ls-item{
    width: 100%;
    font-size: 14px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{ font-size: 16px; }
.wpml-ls-legacy-dropdown li.wpml-ls-item:after{ display: none; }
.wpml-ls-display{ display: none; }
.lang_es h3.sec_title.text-center.mb-40 {  margin-bottom: 100px; }
.lang_es .polygon_grid .global_tooltip {  top: -80px; }
.footer_lang_es p {font-size:18px;}