html {
	scroll-behavior: smooth;
}
body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}
*{
	box-sizing: border-box;
}
div,section,h1,h2,h3,h4,h5,h6,article,aside,header,footer {
	margin: 0;
	padding: 0;
}
/*header start*/
header {
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #fff;
}
.header-wrapper {
    width: 90%;
    margin: 5px auto;
}
/*navbar start*/
.top-nav {
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
 transition: top 0.75s ease-in;
}
.top-nav .menu {
 list-style: none;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 width: 100%;
 transition: max-height 0.2s ease-out;
 margin-top: -50px;
}
.top-nav .menu-icon {
 cursor: pointer;
 display: inline-block;
}
.top-nav .menu-icon .navicon {
 background: #01104a;
 height: 2px;
 position: relative;
 width: 1.3rem;
}
.top-nav .menu-icon .navicon:before, .top-nav .menu-icon .navicon:after {
 background: #01104a;
 content: '';
 display: block;
 height: 100%;
 position: absolute;
 transition: all 0.2s ease-out;
 width: 100%;
}
.top-nav .menu-icon .navicon:before {
 top: 5px;
}
.top-nav .menu-icon .navicon:after {
 top: -5px;
}
.top-nav .menu-btn {
 display: none;
}
.top-nav .menu-btn:checked ~ .menu {
 max-height: 300px;
}
.top-nav .menu-btn:checked ~ .menu-icon .navicon {
 background: transparent;
}
.top-nav .menu-btn:checked ~ .menu-icon .navicon:before {
 transform: rotate(-45deg);
}
.top-nav .menu-btn:checked ~ .menu-icon .navicon:after {
 transform: rotate(45deg);
}
.top-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .top-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
 top: 0;
}
/*navbar end*/
#logo-link {
	color: #000;
}
a:hover {
    text-decoration: none!important;
}
.logo {	
	margin-right: 30px;
	width: 250px;
}
.logo h2 {
	text-align: left;
	font-size: 28px;
	position: relative;
}
.phone {
    display: inline-block;
    margin-top: 5px;
}
.logo h2:after{
	content: '';
	right: -18%;
    top: 8px;
	position: absolute;
	width: 1px;
	height: 20px;
	background: #6c8080;
}
.menu {
	width: 100%;
	text-align: right;
}
.menu a {
	font-weight: 600;
	color: #01104a;
	font-size: 15px;
	padding-right: 21px;
}
.menu a:hover {
    text-decoration: none;
    color: red;
    transition: 0.5s all;
    font-weight: 600;
}
ul li {
	list-style: none;
	display: inline-block;
}
.logo span {
	display: inline-block; 
	font-weight: 500;
}
.get {
	cursor: pointer;
	background:#6c8080;
	border: none;
    margin-left: 30px;
    padding: 5px 15px; 
	color:#fff;
	font-size:14px;
    margin-left: 40px;
	font-weight: 500;
	outline: none !important;
}
h3.pro-title {
    font-size: 16px;
    color: #9e0505;
    font-weight: 600;
}
.get:hover {
	background: #6fb048;
	transition: 1s all;
}
.ctitle {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 2px 2px #504a4a;
    color: #fff;
}
#bar {
	display: none;
}
.search-box {
    display: none;
    position: absolute;
    right: 13%;
    width: 25%;
}
.search-box input {
    border-radius: 15px;
    padding: 9px 10px;
    border: none;
    outline: 0;
    background: #f5f7fa;
    width: 60%;
}
i#close {
    margin-left: -35px;
    color: #01104a;
}
/*header end*/
/*slider banner start*/
.carousel-indicators li {
    border: 1px solid #fff;
}
.carousel-indicators .active {
    background-color: #9e0505;
}
.carousel-indicators li {
    border: 1px solid #fff;
}
.content {
	position: absolute;
    left: 40%;
    text-align: left;
	top: 40%;
}
.slide-con4 {
    color: #fff;
}
p {
	font-size: 15px;
}
.learn {
    border: none;
    background: #01104a;
    color: #fff;
    padding: 9px 30px;
    outline: none !important;
    font-size: 16px;
    margin-top: 8px;
}
p.ban-con {
    width: 72%;
    margin-bottom: 20px;
    text-shadow: 2px 2px #504a4a;
    color: #fff;
}
.learn a:hover {
    color: #fff;
    transform: scale(1.5);
    transition: 1s all;
}
.download .learn:hover {
    background: #223
    01104a;
}
button.learn.our:hover{
	background: #6d0c0c;
	color: #fff !important;
}
button.learn.our {
	background: #fff;
	color: #000;
	font-weight: 900;
	margin-left: 8px;
}
/*pro*/
section.about-area.section-padding2 {
    padding-top: 30px ;
    padding-bottom: 100px;
}
.section-tittle span {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    position: relative;
    letter-spacing: 0.05em;
    margin-left: 60px;
}

.section-tittle h2 {
    font-size: 28px;
    display: block;
    font-weight: 700;
    position: relative;
}
.section-tittle h2:after {
    position: absolute;
    width: 170px;
    height: 1px;
    background: #000;
    content: '';
    bottom: -10px;
    left: 5px;
}
img.about1 {
    width: 90%;
}
.about-area .about-caption p {
    font-size: 15px;
    line-height: 1.6;
    margin: 20px 0;
    padding-right: 50px;
}
img.about-img1 {
    height: 170px;
    margin-top: 100px;
}
section.container.download {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 50px 0;
    margin-bottom: 30px;
}
img.about2 {
    width: 100%;
}
img.ab-img {
    height: 400px;
    margin-top: 110px;
}
/*section.about-area.section-padding2.pro  {
    margin-top: -80px;
    padding-bottom: 60px;
    border-top: 1px solid #000;
    padding-top: 70px;
}*/
section.about-area.section-padding2.pro .about-caption p {
    color: #232323;
    font-size: 13px;
}
section.about-area.section-padding2.pro .section-tittle span{
    color: #232323;
}
section.about-area.section-padding2.pro .section-tittle span:before{
    background: #232323;
}
.pra-btn {
    background: #83a7a5;
    color: #fff;
    padding: 10px 24px;
    font-size: 12px;
    border: none;
    outline: none!important;
}
h2.section-tittle {
    font-weight: 600;
    color: #01104a;
    font-size: 28px;
    position: relative;
}
img.about-img1 {
    height: auto;
    margin-top: 60px;
    width: 100%;
    height: 240px;
}
section.about-area.section-padding2.pro {
    border-top: 1px solid #000;
    margin-top: -30px;
    padding-top: 80px;
    padding-bottom: 60px;
}
/*footer start*/
footer{
    padding-top: 90px;
}
.fo-logo {
    font-weight: 900;
    font-size: 24px;
}
ul.flink.quick {
    margin-left: 40px;
}
footer a{
    font-size: 15px;
    font-weight: 400;
}
footer li {
    margin-bottom: 3px;
}
footer a:hover {
    text-decoration: none;
    color: #0f5f5c; 
}
.wap {
    font-weight: 600;
    display: inline-block;
}
footer h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
    margin-top: 10px;
}
footer ul li {
    display: block;
}
footer .flink li {
    display: block;
}
.news p{
    font-size: 15px;
    font-weight: 400;
}
input[type="text"] {
    border: none;
    background: #eef1ec;
    padding: 5px 10px;
    outline: none;
}
input[type="text"]:focus{
    background: #ddd;
    position: relative;
}
.send {
    margin-left: -32px;
    margin-top: 0px;
}
.footer-bottom ul li {
    display: inline-block;
    padding: 0 2px;
}
.fob {
    text-align: right;
}
ul.flink {
    padding: 0;
}
img.Google {
    width: 30px;
}
footer i {
    color: #f2ae2b;
    font-weight: 300;
}
.news {
    margin-top: 50px;
}
/*contact page*/
.contact-banner {
    background: no-repeat;
    background-image: url(../images/contact.jpg);
    height: 500px;
    background-position: center;
    color: #fff;
    background-size: cover;
    margin-top: -90px;
}
.contact h2 {
    text-align: center;
    border: 2px solid #9e0505;
    width: 170px;
    margin: 0px auto;
    padding: 7px;
    font-size: 26px;
}
.contact {
    background: #efefef;
    color: #232323;
    text-align: center;
    padding: 50px 0;
}
.contact h3 {
    margin-bottom: 20px;
    color: #9e0505;
    font-size: 20px;
}
.contact i {
    font-size: 30px;
}
.contact i:hover {
    color: #9e0505;
    transition: 0.5s all;
}
h3.title {
    margin-bottom: 50px;
    font-size: 30px; 
}
.line {
    border-left: 1px solid;
    border-right: 1px solid;
}
.form-control {
    width: 450px;
    margin: 0 auto;
    background-color: #efefef;  
    border: 1px solid #232323;
}
form {
    margin-top: 60px;
    margin-left: 170px;
}
textarea {
    background-color: #efefef;  
    border: 1px solid #232323;
    border-radius: 5px;
    resize:vertical;
}
.form-control:focus {
    border-color: #ddd;
    box-shadow: inset 0 1px 1px #ddd, 0 0 8px #ddd;
}
textarea:focus {
    border-color: #ddd;
    outline: 0;
    box-shadow: inset 0 1px 1px #ddd, 0 0 8px #ddd;
}
.map {
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin: 0px auto;
    padding-top: 30px;
}
.one {
    border: 1px solid #9e0505;
    width: 47%;
}
iframe {
    width: 100%;
    height: 300px;
}
/*About us page*/
.banner {
    background-image:url('../images/quality-banner.jpg');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height:600px;
    position: relative; 
}
.banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 24%;
}
.carousel-control:focus, .carousel-control:hover {
    opacity: 1;
}
.carousel-control {
    opacity: 1;
}
.content {
    position: absolute;
    left: 100px;
    text-align: left;
    top: 40%;
}
section.about-wra {
    padding-bottom: 100px;
    border-bottom: 1px solid #000;
}
.about-con {
    margin-top: 143px;
    background: #fff;
    padding: 30px;
    margin-left: 0;
    border: 1px solid #ddd;
}
section.about-wra  .sec-tl {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
}
.about-con  p {
    font-size: 16px;
}
section.about-wra h2 {
    font-size: 27px;
    margin-bottom: 20px;
}
.gap {
    float: left;
    padding: 100px 0;
    position: relative;
    width: 100%;
}
.sec-tl {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.sec-tl.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec-tl.ab-wra:before, .cnt-frm>h4:before, .cnt-inf-wrp>h4:before, .pg-tp-wrp h1:after, .rltd-wrp>h4:before, .cmts-wrp h4:before, .team-detail-desc h3:before {
    bottom: 8px;
}
.sec-tl.ab-wra.section-tittle h2:after {
    width: 120px;
    left: 0px;
}
.sec-tl.ab-wra.section-tittle.qa-tit h2:after {
    width: 78px;
    left: 47%;
}
section.additional {
    border-bottom: 1px solid #000;
     padding: 80px 0;
}
.sec-tl.ab-wra.section-tittle.addi h2:after {
    width: 530px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.sec-tl>span {
    display: inline-block;
    font-size: 15px;
    color: #777;
    margin-bottom: 5px;
}
.text-center {
    text-align: center!important;
}
.blg-thmb>a:before, .tm-thmb>a:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    z-index: 1;
}
.blg-bx:hover .blg-thmb>a::before, .tm-bx:hover .tm-thmb>a:before {
    opacity: .5;
    left: 0;
    right: 0;
}
.scl2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 45px;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    opacity: 0;
    visibility: hidden;
}
.scl2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 45px;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    opacity: 0;
    visibility: hidden;
}
.scl2>a {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
}
.tm-inf {
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin-top: -50px;
    max-width: 80%;
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 30px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 30px rgba(0,0,0,.2);
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    z-index: 1;
    min-height: 196px;
}
section.team {
    min-height: 700px;
}
.scl2>a:hover, .scl2>a:focus {
    background-color: #1a1a1a;
}
.theme-bg, .theme-btn, .theme-bg-layer:before, .rspn-scil>li a:hover, .rspn-mnu-cls:hover, .preloader, .scl1>a:before, .srch-cls-btn:hover, .abt-desc>ul li:before, .camp-bx .prg-wrp>a.theme-btn:before, .vdo-car .owl-nav>div:hover, .vdo-car .owl-nav>div:focus, .fcts-lst>li span:before, .tm-bx:hover .tm-inf, .scl3>a:before, .pagination>li.page-item a.page-link:hover, .pagination>li.page-item a.page-link:focus, .pagination>li.page-item span, .evnt-bx2 .evnt-inf>a.theme-btn:before, .evnt-bx2:hover .countdown>li, .evnt-bx2:hover .pst-mta-wrp .evnt-dat>a, .scl4>a:hover, .scl4>a:focus, .abt-img.style2:before, .member-expr-lst>li:before, .tag-clouds>a:before, a.comment-reply-link:before, .event-detail-img ul.countdown>li, .ltst-evnt ul.countdown>li, .ltst-evnt-car .owl-nav>div:hover, .ltst-evnt-car .owl-nav>div:focus, .preloader, .tm-bx2 .tm-thmb>h4, .rspn-mnu-btn {
    background-color: #9e0505;
}
.tm-bx:hover .tm-inf>h5, .tm-inf>h5 a:hover, .tm-inf>h5 a:focus, .tm-bx:hover .tm-inf>span {
    color: #fff;
}
.tm-bx:hover .tm-inf>p, .tm-inf>p a:hover, .tm-inf>p a:focus, .tm-bx:hover .tm-inf>span {
    color: #fff;
}
i, a, img, input, button, textarea, :before, :after, nav ul ul, label, .logo, nav>div>ul ul, nav>div>ul li, td, .pagination>li, .rspn-cnt>li, .rspn-mnu-btn, .rspn-mnu-cls, .srch-cls-btn, .owl-nav>div, .owl-dots>div, .tm-inf, .tm-inf>span, .countdown>li, .toggle-item>h6, .tm-inf2, .tm-bx2 .tm-thmb>h4 {
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.tm-bx:hover .scl2 {
    opacity: 1;
    visibility: visible;
    top: 25px;
    right: 25px;
}
.tm-thmb {
    background: #d6d2d2;
    padding: 20px;
}
.team h5 {
    font-weight: 500;
    font-size: 18px;
    color: #9e0505;
}
.team p{
    font-size: 12px;
}
.team p:hover{
    color: #fff;
}
/*about page end*/
/*sefty-str start*/
.sefty-str {
    background-image: #efefef; 
    padding-bottom: 80px;
}
p.sefty-pra {
    font-size: 13px;
    padding: 10px;
    background: #f2f0f0;
    color: #9e0505;
}
img.about-img {
    width: 100%;
    height: 450px;
}
.str-con a {
    font-size: 13px;
    margin: 4px 0px;
    display: inline-block;
    text-decoration: none;
}
.str-con {
    background: #f2f0f0;
    min-height: 175px;
}
.hide {
  display: none!important;
}   
.myDIV:hover + .hide {
  display: block!important;
  color: #000;
}
.str-con {
    padding: 17px;
    min-height: 175px;
    transition: 0.5s all;
    position: absolute;
    bottom: -10px;
    width: 95%;
    opacity: 0.8;
    background-color: #fff;
}
h4.thin {
    margin-top: 10px;
}
.sec-tl.ab-wra.section-tittle.ch h2:after {
    width: 302px;
    left: 420px;
}

.sec-tl.ab-wra.text-center.our.section-tittle.qa-tit.comit.pro-tit h2:after {
    width: 113px;
    left: 45%;
}
.sec-tl.ab-wra.text-center.our.section-tittle.qa-tit.comit.proce-tit h2:after {
    width: 98px;
    left: 46%;
}
p.str-con.hide.saf-co {
    min-height: 50px;
}
h4.vin {
    border-right: 2px solid #000;
}
h4.Ortho {
    border-left: 2px solid #000;
    padding-left: 30px;
}
/*sefty-str end*/
/*product start*/
h4.bor-lr.conm.ter {
    border-left: 0;
}
.sol-img {
    float: left;
}
img.pro-img.un2 {
    height: 320px;
}
img.pro-img {
    width: 100%;
    padding: 20px;
    background: #efefef;
    box-shadow: 2px 0px 13px 2px #ddd;
    border-radius: 20px;
}
.product-con.p1 {
    background: #f8f8f8;
}
img.pro-img.bisphenol {
    height: 310px;
}
.product {
    padding: 50px 100px;
    margin: 0 auto;
    background: #efefef;
}
.product-con {
    padding:30px;
}
.product p{
    font-size: 12px;
}
a.know_more_btn {
    font-weight: 600;
    font-size: 13px;
}
a.know_more_btn:focus {
    text-decoration: none;
    color: #000; 
}
section.download {
    border-top: 1px solid #000;
    padding: 50px;
    border-bottom: 1px solid #000;
}
h2.team:after {
    width: 122px;
}
.product-con  h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}
.quality-wra {
     padding-top: 80px;
}
/*quality start*/
.quality {
    margin-bottom: 200px;
    position: relative;
    border: 1px solid lightgray;
    margin-top: 210px;
    box-shadow: -5px 1px 8px 9px #d3d3d3;
}
.quality p {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 120px;
}
h2.pro-heading {
    text-align: center;
    margin-bottom: 40px;
}
h2.pro-heading:before {
    left: 49.30%;
}
.quality-content {
    width: 67%; 
    margin: 0 auto; 
}
.cir-content {
    margin-top: 200px;
    font-size: 11px;
}
.cir-content h6 {
    font-size: 13px;
}
.circle {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.cir1 span {
    margin-top: 53px;
    text-align: center;
    display: block;
}
.cir1 {
    position: absolute;
    border-radius: 100px;
    background-color: #efefef;
    width: 150px;
    height: 150px;
    bottom: -30px;
    color: #6d0c0c;
    z-index: 2;
    box-shadow: 5px 7px 8px 1px #ddd;
}
.cir2 span {
    display: block;
    margin-top: 100px;
    text-align: center;
    margin-left: 0px;
}

.cir2 {
    content: '';
    position: absolute;
    border-radius: 130px;
    background-color: #6d0c0c;
    width: 220px;
    height: 220px;
    top: -100px;
    left: -50px;
    z-index: 1;
    box-shadow: 5px 7px 8px 1px #2b355c;
}
.cir3 span {
    padding: 100px;
    display: block;
    margin-top: 25px;
}
.cir3 span {
    padding: 105px;
    display: block;
    margin-top: 25px;
}
.cir3 {
    content: '';
    position: absolute;
    border-radius: 150px;
    background-color: #efefef;
    width: 250px;
    height: 250px;
    color: #6d0c0c;
    top: 57px;
    left: -75px;
    bottom: -70px;
    z-index: 0;
    box-shadow: 5px 7px 8px 1px #ddd;
}
.cir4 span {
    padding: 39px;
    display: block;
    margin-top: 15px;
}
.cir4 {
    content: '';
    position: absolute;
    border-radius: 100px;
    background-color: #6d0c0c;
    width: 150px;
    height: 150px;
    top: -38px;
    left: -58px;
    box-shadow: 5px 7px 8px 1px #2b355c;
}
img.quality {
    margin-top: 40px;
    width: 40%;
    margin-left: 100px;
}
.q-cont {
    margin-top: 40px;
}
p.chart-con {
    font-size: 19px;
    padding: 0 20px;
}
.abox {
    border-radius: 50px;
    height: 270px;
    background: #efefef;  
    box-shadow: 0px 3px 5px 0px grey;
}
section.commit {
    padding: 80px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.sec-tl.ab-wra.text-center.our.section-tittle.qa-tit.comit h2:after {
    width: 233px;
    left: 40%;
}
h4.conm {
    margin-top: 50px;
}
.ass h4.conm {
    margin-top: 30px;
}
h4.high {
    margin-top: -50px;
}
h4.bor-lr {
    border-right: 2px solid #000;
    border-left: 2px solid #000;
}
section.commit h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
}
img.q-img {
    height: 380px;
    width: 100%;
    margin-bottom: 80px;
}
.qbanner {
    background-image: url(../images/quality-banner.jpg);
    height: 480px;
    color: #000;
}  
.abox.b2 {
    margin-top: 25px;
} 
.ass h4.bor-lr{
    border-right:0;
}
/*quality end*/
/*flame sub page*/
.flame {
    margin:50px 0;
    font-size: 14px;
    line-height: 1.9;
}
.ftitle {
    color: #6d0c0c;
    font-size: 14px;
    margin-bottom: -11px;
    display: block;
}
.fdes.flame1 {
    border-top: 2px solid #01104a;
    margin-bottom: 80px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid #9e0505;   
}
.flame h3 {
    color: #01104a;
    font-size: 17px;
    font-weight: 600;
}
.flame1:hover {
    background: #efefef;  
}
.fdes.flame1.f2 {
    border-left: 1px solid #01104a; 
    border-right: 1px solid #01104a; 
}
.sec-tl.ab-wra.text-center.pta {
    margin-bottom: 10px;
}
.fdes.flame1.f1 {
    /*box-shadow: -15px 5px 8px -15px #ddd;*/
    border-left: 1px solid #9e0505; 
    border-right: 1px solid #9e0505;
}
.fdes.flame1.f1:hover {
   box-shadow: 0px 5px 8px 0px #ddd;
}
.fdes.flame1.f3 {
    border-left: 1px solid #9e0505; 
    border-right: 1px solid #9e0505;
}
.flame .f2 ul {
    text-align: justify;
}
.flame .f3 ul {
    text-align: justify;
    width: 100%;
}
span.fr {
    margin-left: 25px;
}
.sec-tl.ab-wra.text-center.pta.frt {
    padding-top: 10px;
}
.fdes.flame1 {
    height: 415px;
}
h3.ptar {
    text-align: left;
    margin-left: 40px;
}
.flame-img img {
    margin-top: -30px;
    width: 100%;
    padding: 20px;
    background: #efefef;
    box-shadow: 2px 0px 13px 2px #ddd;
    border-radius: 20px;
    height: 260px;
}
.flame-img img:hover {
    background: #cfcfcf; 
}
span.frs {
    margin-left: -36px;
}
h3.ptar.gel {
    margin-top: -8px;
}
.stital {
    margin-top: 50px;
}
.wrapper {
    padding-top: 50px;
    border-bottom: 1px solid #000;
}
.table {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}
.table-head{
    font-weight:900
}
a.know {
    border: 1px solid;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    display: block;
    width: 100px;
    margin: 0 auto;
}
.sec-tl.ab-wra.section-tittle.text-center.addi.vinyl-title h2:after {
    width: 440px;
}
section.commit.w3-animate-zoom.pro-title h4 {
    font-size: 19px;
}
.sec-tl.ab-wra.section-tittle.text-center.addi.vinyl-title.ortho h2:after {
    width: 530px;
}
.sec-tl.ab-wra.section-tittle.text-center.addi.vinyl-title.iso h2:after {
    width: 480px;
}
.sec-tl.ab-wra.section-tittle.text-center.addi.vinyl-title.iso.gel-title h2:after {
    width: 170px;
}
h3.title.inq {
    margin-top: 30px;
    margin-bottom: -10px;
}
button.learn.our.subtn {
    background: #9e0505;
    color: #fff;
    margin-left: -140px;
}