
#page-title{
    padding: 50px 0;
    transition: padding 0.3s ease;
}
#page-title.fixedTop.sticky-header{
    position: fixed;
    width: 100%;
    top: 124px;
    left: 0;
    padding: 20px 0;
    z-index: 198;
    border-bottom: none;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
}
#page-title.fixedTop.sticky-header + #content{margin-top: 124px;}
h2{
    position: relative;
    font-size: 26px;
    margin: 15px 0;
    float: left;
    padding-left: 20px;
}
h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 28px;
    top: 6px;
    left: 0px;
    background-color: #000000;
}
#content .content-wrap{overflow-x: hidden;}
#content .content-wrap:nth-child(2){padding-top:0;}
.text-center.ls2{color:#0dbcf3;z-index: 1; position: relative;}
.text-center.ls2:before{
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    left: calc(50% - 55px);
    width: 110px;
    height: 10px;
    border: 5px solid #ffffff;
    background-color: #ffffff;  
    z-index: -1; 
}
#content .col-12 p{
    position: relative;
    width: 65%;
    margin: 0 auto 80px auto;
    padding: 50px 80px;
    background-color: #f7f7f7;
    color: #585858;
    font-size: 20px;
    line-height: 1.7 !important;
    box-shadow: 0 0 6px 4px rgb(0,0,0,0.2);
    z-index: 1;
}
#content .col-12:before,#content .col-12:after{
    position: absolute;
    font-family: 'Work Sans';
    font-weight: 200;
}
#content .col-12:before{
    content: 'PVC';
    top: -11px;
    left: 7.6%;
    font-size: 74px;
    color: #000000;
    letter-spacing: 23px;
    transform: rotateZ(270deg);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#content .col-12:after{
    content: 'COMPOUNDS';
    bottom: -54px;
    right: 6.5%;
    color: #b7b7b7;
    font-size: 55px;
    letter-spacing: 13px;
    z-index: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#content .col-12 p:after{
    content: '';
    position: absolute;
    bottom: 50px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #2155a8;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) rotateZ(270deg);
    transform: translate3d(0, -100%, 0) rotateZ(270deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(270deg);
    transform: translate3d(0, 0, 0) rotateZ(270deg);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80%,0,  0);
    transform: translate3d(80%,0,  0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.col-lg-6 p{font-size: 20px;text-align: justify;margin-bottom: 0;line-height: 1.7 !important;}
.col-lg-6 .t600,.col-12 .t600{color:#000;}    
.col-lg-6 ul{float:left;width:100%;font-size: 20px;list-style: decimal;padding-left: 20px;}
.col-lg-6 ul li{line-height: 38px;}
li span{font-weight:700;color:#0054ae;}
.owl-carousel .owl-stage {padding: 40px 0;}
.owl-carousel .owl-item {box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.2);}
.owl-item.active.center {transform: scale(1.2);z-index: 1;}
.table {
    color: #626463;
    background-color: #f2f2f2;
    border-bottom: 1px solid #a0a0a0 !important;
}  
.table-bordered thead th{border-bottom-width: 1px;}
.table thead th {border-bottom: 1px solid #a0a0a0;border-top: 1px solid #a0a0a0;padding: 2.5rem 0.75rem;}
.table thead th:nth-child(1),.table thead th:nth-child(2){padding: 64px 0.75rem;padding-bottom: 70px;}
.table thead th:nth-child(3){padding: 52px 0.75rem;padding-bottom: 65px;}
.table thead th:nth-child(7){width:200px;padding: 53px 0.75rem;padding-bottom: 70px;}
.table-bordered th, .table-bordered td {border: 1px solid #a0a0a0;}
.table th, .table td {text-align: center;border-top: 1px solid #dee2e6;font-size: 20px;}
.table-striped > tbody > tr:nth-child(odd){    background-color: #ffffff;}
.table-bordered td { color: #414141;border: 1px solid #a0a0a0;border-top: none;border-bottom: none;}
.table-bordered td a{ color: #414141;}
.table-bordered td a:hover{ color: #0dbcf3;}
.table-bordered td a i.icon-line-cloud-download {font-size: 22px;}  
.table-responsive {position: relative;}
.overlay {    
    display: flex;
    align-items: center;
    justify-content: center;
    left:auto;
    top: 172px;
    bottom: auto;
    right: 1px;
    width: 199px;
    height: calc(100% - 189px);
    background-color: rgba(242, 242, 242, 0.85);
}
.overlay .label-border{
    width: 87%;
    height:350px;
    margin: 0 auto;
    background: rgba(86,182,255,1);
    background: -moz-linear-gradient(left, rgba(86,182,255,1) 0%, rgba(86,182,255,1) 1%, rgba(7,5,254,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,182,255,1)), color-stop(1%, rgba(86,182,255,1)), color-stop(100%, rgba(7,5,254,1)));
    background: -webkit-linear-gradient(left, rgba(86,182,255,1) 0%, rgba(86,182,255,1) 1%, rgba(7,5,254,1) 100%);
    background: -o-linear-gradient(left, rgba(86,182,255,1) 0%, rgba(86,182,255,1) 1%, rgba(7,5,254,1) 100%);
    background: -ms-linear-gradient(left, rgba(86,182,255,1) 0%, rgba(86,182,255,1) 1%, rgba(7,5,254,1) 100%);
    background: linear-gradient(to right, rgba(86,182,255,1) 0%, rgba(86,182,255,1) 1%, rgba(7,5,254,1) 100%);  
    border-radius: 5px;
    padding-top: 2px;   
    box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.2);
}
.overlay .label{
    position: relative;
    width: calc(100% - 6px);
    height: 344px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
}
.overlay .label img{width: 50px;margin: 0 auto; display: block; }
.overlay .label p{font-size: 18px;text-align: center;line-height: 25px;margin-top: 10px;}
.overlay .label a{
    position: relative;
    display: block;   
    width: 95%;
    margin: 0 auto;
    height: 45px;
    margin-bottom: 30px;
    border-radius: 22.5px;
    color: #000000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 45px;    
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.overlay .label a:nth-child(3):hover{opacity: 0.8;}
.overlay .label a.gradient div.gradient{
    background: #ffffff;
    color: #4d4d4d;
    border-radius: 20.5px;
    transform: scale3d(0.94,0.86,1);
    font-size: 22px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gradient,.overlay .label a.gradient:hover div.gradient{
    background: rgba(221,239,253,1);
    background: -moz-linear-gradient(left, rgba(221,239,253,1) 0%, rgba(206,204,254,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,239,253,1)), color-stop(100%, rgba(206,204,254,1)));
    background: -webkit-linear-gradient(left, rgba(221,239,253,1) 0%, rgba(206,204,254,1) 100%);
    background: -o-linear-gradient(left, rgba(221,239,253,1) 0%, rgba(206,204,254,1) 100%);
    background: -ms-linear-gradient(left, rgba(221,239,253,1) 0%, rgba(206,204,254,1) 100%);
    background: linear-gradient(to right, rgba(221,239,253,1) 0%, rgba(206,204,254,1) 100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;      
}
.table thead th span{display: block;font-size: 16px;font-weight: normal;}
.table thead th:nth-child(3) span:nth-child(1){display: block;}
@media (max-width:1200px) and (min-width:992px){
.col-lg-6:nth-child(1):after{transform: skewX(-16deg);}
.owl-carousel .owl-nav [class*=owl-] {left: -22.5px;}
.owl-carousel .owl-nav .owl-next {left: auto;right: -22.5px;}
.owl-carousel .owl-nav [class*=owl-] {background-color: rgba(13, 188, 243, 0.8) !important;color: #FFF !important;text-decoration: none;opacity: 0;}
.owl-carousel:hover .owl-nav [class*=owl-] {opacity:1;}
#content .col-12:before {left: 5.6%;}
.table th, .table td {font-size: 19px;}
.table thead th:nth-child(1),.table thead th:nth-child(2){padding: 75px 0.75rem;padding-bottom: 80px;}
.table thead th:nth-child(3){padding: 52px 0.75rem;padding-bottom: 65px;}
.table thead th:nth-child(7){width:200px;padding: 53px 0.75rem;padding-bottom: 75px;}
.overlay {top: 194px;height: calc(100% - 211px);}
}
@media (max-width: 991px){  
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-nav{display:none !important;}
.table th, .table td {font-size: 18px;vertical-align: middle;white-space: nowrap;}
.table thead th {height:100px;vertical-align: middle;padding: 0.5rem 0.75rem;}
.table{table-layout: fixed;word-break: break-word;}
.table thead tr th {width:170px;}
.table thead th:nth-child(1),.table thead th:nth-child(2){padding: 75px 0.75rem;padding-bottom: 80px;}
.table thead tr th:nth-child(3){width:70px;padding-bottom: 75px;}
.table thead tr th:nth-child(4),
.table thead tr th:nth-child(6){width:80px;}
.table thead tr th:nth-child(5){width:100px;}
.table thead tr th:nth-child(7){width:160px;padding: 53px 0.75rem;padding-bottom: 65px;}
.overlay {
    width: 159px;
    height: calc(100% - 200px - 1rem);
    transform: translateX(671px);
    left: 0;
    top: 199px;
}
.overlay .label a {width: 80px;margin-bottom: 15px;font-size:18px;}
.overlay .label a.gradient div.gradient {transform: scale3d(0.91,0.86,1);font-size: 20px;}
.table thead th span {font-size: 15px;white-space: normal;}
}
@media (max-width: 991px) and (min-width:768px){
.col-lg-6.fleft {float: left !important;width: 80%;margin: 0 10%;}
.col-lg-6:nth-child(2) {padding-left: 15px;}
#content .col-12 p {width: 90%;padding: 50px 50px;}
#content .col-12:before {left: -70px;}
#content .col-12:after {right: 0;letter-spacing: 9px;}
}
@media (max-width: 767px) {
.col-lg-6:nth-child(1):after {
    top: -8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 120%;
    transform: skewX(0) rotateZ(10deg) translateX(-31px);
    transform-origin: center;
}
.text-center.ls2{margin-bottom: 20px;}
.col-lg-6:nth-child(2){padding: 50px 15px 0 15px;}
.owl-item.active.center {transform: scale(1);z-index: 1;}
#content .col-12 p {width: 90%;margin: 0 auto 30px auto;padding: 20px;}
#content .col-12:before {
    top: -12px;
    left: -43px;
    font-size: 55px;
    letter-spacing: 8px;
}
#content .col-12:after {
    bottom: -41px;
    right: -12px;
    font-size: 40px;
    letter-spacing: 4px;
}
#content .col-12 p:after {bottom: 25px;}
}