/*
Theme Name: Sethia Plastics
Theme URI: https://wordpress.org/
Author: Esigners
Author URI: https://www.esigners.in
Description: Sethia Plastics WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: Sethia Plastics
*/
body {
    background: #fff;
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 35px;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 15px;
}
.headerlogosec{
    border-top:2px solid #249070;
    padding: 0px 0;
    z-index: 9;
    position: relative;
}
.logo img{
    width: 60%;
    min-width: 60%;
}
.logo{
    float: left;
}
.nav-links ul.links{
    text-align: right;
}

/*nav{
    height: 6rem;
    width: 100vw;
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    position: fixed;
    z-index: 10;
}*/

/*Styling logo*/
.logo{
    padding:1vh 1vw;
    text-align: center;
}
/*.logo img {
    height: 5rem;
    width: 5rem;
}*/

/*Styling Links*/
/*.nav-links{
    display: flex;
    list-style: none; 
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}*/
ul.nav-links{
    float: right;
}
.headersocialmedia{
    margin: 10px 0;
    border-bottom: 1px solid #122c40;
    padding-bottom: 10px;
}
.nav-links li{
    display: inline-block;
}
.nav-links li a{
    text-decoration: none;
    color: #989898;
}
.nav-links li a:hover {
    color: #218c6d;
}
.nav-links li {
    position: relative;
    margin: 0 0 0 30px;
}
.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #122c40;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
    bottom: 0%;
}
.nav-links li a:hover::before{
    width: 80%;
}

/*Styling Buttons*/
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #000;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}


/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}


.headersocialmedia ul li{
    display:inline-block ;
    padding: 0 5px 0 0;
}
.headersocialmedia ul li a{
    color: #122d3f;
}

.headersocialmedia ul{
    text-align: right;
}

.iconround{
    border: 1px solid #122c40;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #122c40;
    padding: 6px;
    font-size: 12px;
    letter-spacing: normal;
    vertical-align: middle;
}

.headferslider .carousel-item{
    position: relative;
}
.headferslider span i{
        padding: 20px;
    background: #ececec;
    border-radius: 50%;
    color: #000;
}

/*.centered {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}*/

.centered h1{
    font-size: 38px;
    color: #0037c3;
    font-weight: 900;
}

.centered h1 span{
    color: #e5620a;
}

.centered p{
    font-size: 18px;
    color: #e5620a;
    font-weight: 600;
}

.headersliderbtn a{
    background: #0037c3;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.headersliderbtn a:hover{
    background: #fff;
    color: #0037c3;
    transition: all 0.8s ease-in-out;
}

.welcomecontainer{
    margin: 50px 0 0 0;
}

.welcomecontainer h2{
    font-family: "DM Serif Display", serif;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    color: #142f41;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.welcomecontainer h3{
    font-family: "DM Serif Display", serif;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    color: #269170;
}

.welcomecontainer p{
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #000;
    line-height: 25px;
}

.aboutusbtn a{
    background: #238d6b;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #167154;
    font-size: 11px;
}
.aboutusbtn a:hover{
    border: 1px solid ##102b3e;
    background: #102b3e;
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.aboutusbtn{
    text-align: center;
    margin: 30px 0 0 0;
}

.categoriescontainer{
    margin: 50px 0 0 0;
}

.categorybox img{
    width: 100%;
    opacity: 1;
}

.productcatttile{
    position: absolute;
    left: 0px;
    top: 10%;
    transform: translateY(-50%);
    background: #ffffff94;
    width: 100%;
    padding: 5px 20px;
}
.categorybox{
    position: relative;
    background-color: #000;
    border-radius: 5px;
}
.middlebox img{
    height: 232px;
    object-fit: cover;
}

.productcatttile h3{
    font-family: "DM Serif Display", serif;
        font-size: 20px;
    color: #112c3f;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.productcatttile h3 span{
    color: #1e8c6b;
}

.categorybtn{
        position: absolute;
    /* bottom: 30px; */
    right: 25px;
    /* z-index: 999; */
    bottom: 5%;
    transform: translateY(-50%);
    /* background: #ffffff94; */
}

.categorybtn a{
        background: #102b3e;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}
.categorybtn a:hover{
    background: #1e8c6b;
    color: #fff;
    transition: all 0.8s ease-in-out;
}


.categoryprosecond{
    margin: 20px 0 0 0;
}

.middleproductcatttile{
    position: absolute;
    left: 0px;
    top: 15%;
    transform: translateY(-50%);
    width: 100%;
    padding: 5px 20px;
    text-align: left;
}

.middleproductcatttile h3{
    font-family: "DM Serif Display", serif;
        font-size: 20px;
    color: #112c3f;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.middleproductcatttile h3 span{
    color: #1e8c6b;
}

.allcatbtn{
    text-align: center;
    margin: 50px 0 0 0;
}

.allcatbtn a{
        background: #228e6b;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.allcatbtn a:hover{
    background: #112c3f;
    color: #fff;
    transition: all 0.8s ease-in-out;
    border: 1px solid #112c3f;
}

.newlaunchescontainer {
    margin: 50px 0 0 0;
}

.newlaunchescontainer h2{
    font-family: "DM Serif Display", serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #132d3f;
    padding-bottom: 0px;
}

.newlaunchescontainer h2 span{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #218c6a;
}

.newlaunchproductbox{
    position: relative;
    background: #eeeeee;
    border-radius: 5px;
}

.nlaunchcat {
    position: absolute;
    left: 0px;
    top: 10%;
    transform: translateY(-50%);
    padding: 5px 20px;
}

.newlaunchproductbox img {
    width: 100%;
    opacity: 0.7;
}

.nlaunchcat h6{
    background: #102c3f;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;
    border-radius: 5px;
}

.producttitle{
    background: #e2e2e2;
    padding: 30px 15px;
}

.producttitle h5{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.producttitle a{
    background: #218c6a;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.producttitle a:hover {
    background: #102b3d;
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.newlaunch-slider .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -75px;
    display: block !important;
    border: 0px solid black;
    background: none;
}

.newlaunch-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
    background: none;
}

.newlaunch-slider .owl-next span{
    padding: 20px;
    background: #ececec;
    border-radius: 50%;
}

.newlaunch-slider .owl-prev span{
    padding: 20px;
    background: #ececec;
    border-radius: 50%;
}

.ourbestsellers{
    margin: 50px 0 0 0;
}

.ourbestsellers h2{
    font-family: "DM Serif Display", serif;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    color: #132e40;
    padding-bottom: 0px;
}

.ourbestsellers h2 span{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #228d6a;
}

.bestsellersproduct{
/*    background: #c5c5c5;*/
    position: relative;
    /* border: 1px solid #f7f5f5; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.bestsellersproduct img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.bestsellerscat {
    position: absolute;
    left: 0px;
    top: 10%;
    transform: translateY(-50%);
    padding: 5px 20px;
}
.bestsellerscat h6 {
    background: #102b3e;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;
    border-radius: 5px;
}

.bestproducttitle h5 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.bestproducttitle a{
    background: #228f6c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.bestproducttitle a:hover {
    background: #122d40;
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.bestproducttitle {
    background: #e2e2e2;
    padding: 30px 15px;
}

.elegentgiftprodcontaioner{
    margin: 50px 0 0 0;
}

.elegentgiftprodcontaioner h2{
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #e5620a;
    padding-bottom: 0px;
}

.elegentgiftprodcontaioner h2 span{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #0037c3;
}

.gifteleganttitle{
    position: absolute;
    left: 20px;
    top: 15%;
    transform: translateY(-50%);
    padding: 5px 20px;
    background: #e5620a;
}


.bestsellersproduct {
    position: relative;
}

.gifteleganttitle h4 {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    font-weight: 600;
}

.giftproductbox{
     position: relative;
}

.gifteleganttitle h5{
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    font-weight:600;
}

.egpbtn a{
    background: #0037c3;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.egpbtn a:hover {
    background: #fff;
    color: #0037c3;
    transition: all 0.8s ease-in-out;
}

.egpbtn{
    position: absolute;
    right: 25px;
    bottom: 0%;
    transform: translateY(-50%);
}
.giftproductbox img{
    border-radius: 5px;
    width: 100%;
}

.rightgifteleganttitle{
    position: absolute;
    left: 20px;
    top: 15%;
    transform: translateY(-50%);
    padding: 5px 20px;
    background:#0037c3;
}


.rightgifteleganttitle h4 {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    font-weight: 600;
}

.rightgifteleganttitle h5{
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    font-weight:600;
}


.rightegpbtn{
    position: absolute;
    right: 25px;
    bottom: 0%;
    transform: translateY(-50%);
}

.rightegpbtn a{
    background: #e5620a;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.rightegpbtn a:hover {
    background: #fff;
    color: #0037c3;
    transition: all 0.8s ease-in-out;
}

.cleaningprocontainer{
    margin: 50px 0 0 0;
}
.cleaningprocontainer h2{
    font-family: "DM Serif Display", serif;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    color: #122f40;
    padding-bottom: 0px;
}

.cleaningprocontainer h2 span{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #1f8d6a;
}

.cleaningprobox img{
    width: 100%;
    border-radius: 5px;
    opacity: 0.3;
}

.dusterbox {
    position: relative;
    background-color: #122e40;
    border-radius: 5px;
}

.dusterbox:hover {
    background-color: rgb(0 0 0 / 95%);
    transition: all 0.3s ease-in;
}


.dusterbox img{
    width: 100%;
    border-radius: 5px;
    opacity: 0.3;
}
.cleaningprobox {
    position: relative;
    background-color: #122e40;
    border-radius: 5px;
}

.cleaningprobox:hover {
    background-color: rgb(0 0 0 / 95%);
    transition: all 0.3s ease-in;
}

.cleaningprotitle{
    position: absolute;
    right: 25px;
    bottom: 25%;
    transform: translateY(-50%);
}

.cleaningprotitle ul li{
    display: inline-block;
    padding: 0 30px;
}

.cleaningprotitle ul li:first-child{
    text-align: left;
}

.cleaningprotitle ul li h5{
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    font-weight: 600;
}

.cleaningprotitle ul li a{
    background: #1f8d6c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.cleaningprotitle ul li a:hover {
    background: #132d3f;
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.footercontainer{
    background: #122d40;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
}

.quicklinks h2{
    font-family: "DM Serif Display", serif;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    padding-bottom: 10px;
}

.quicklinks ul li a{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.quicklinks ul li a:hover{
    font-size: 15px;
    color: #1f8a6a;
    font-weight: 400;
    transition: all 0.6s ease-in;
}
.quicklinks ul li{
    padding-bottom: 10px;
}

.quickcontact h2{
    font-family: "DM Serif Display", serif;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    padding-bottom: 10px;
}

.quickcontact ul li{
    display: inline-block;
    padding: 0 10px 0 0;
}

.quickcontact ul li a{
    color: #fff;
}
.quickcontact ul li a:hover{
    color: #e5620a;
    transition: all 0.6s ease-in;
}
.logosection img{
    width: 60%;
    min-width: 60%;
}

.logosection h2{
     font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding-bottom: 0px;
    padding-bottom: 10px;
}

.logosection p{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 23px;
}

.footercallenvelope ul li a{
    color: #fff;
}

.footercallenvelope ul li{
    padding-bottom: 15px;
}

.quickcontact ul{
    padding-bottom: 15px;
}

.footercallenvelope ul li a i{
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 50%;
    font-size: 13px;
}

.copyrights p{
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
}

.copyrights{
    background: #00081e;
    margin: 30px 0 0 0;
}

.contactusbanner img{
    width: 100%;
}

.contactusbody h1{
        font-family: "DM Serif Display", serif;
    font-size: 27px;
    font-weight: 400;
    text-align: left;
    color: #142f41;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.contactusbody{
    margin: 50px 0 0 0;
}
.contactformsmfield{
    width: 100%;
    height: 40px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    outline: none;
    margin: 0 0 10px 0;
    padding: 0 10px;
    color: #000;
}

.contactformbgfield{
    width: 100%;
    height: 140px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    outline: none;
    margin: 0 0 10px 0;
    padding: 20px 10px;
    color: #000;
}
.contactformsmbtn{
    background: #228e6b;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    border: 1px solid #228e6b;
}

.contactformsmbtn:hover{
    background: #112c3f;
    color: #fff;
    transition: all 0.8s ease-in-out;
    border: 1px solid #112c3f;
}

.contactdetails h4{
        font-family: "DM Serif Display", serif;
    font-size: 27px;
    font-weight: bold;
    text-align: left;
    color: #269170;
}

.contactdetails h5{
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #989898;
     line-height: 25px;
}

.address h6{
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #112c3f;
    padding-bottom: 0px;
}

.address{
    margin: 0 0 10px 0;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
}

.address:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.6s ease-in;
}

.contactformcontainer p{
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #989898;
     line-height: 25px;
}

.address p{
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #989898;
    line-height: 25px;
}

.address p a{
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #989898;
    line-height: 25px;
}

.contactformcontainer:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 10px;
    border-radius: 5px;
}

.contactformcontainer{
    padding: 10px;
    transition: all 0.8s ease-in-out;
}

.contactformcontainer h6{
    font-family: "DM Serif Display", serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #112c3f;
    padding-bottom: 0px;
}

.innerbanner img{
    width: 100%;
}

.innerbodycontainer h2{
        font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #0037c3;
}

.innerbodycontainer{
    margin: 50px 0 0 0;
}

.innerbodycontainer p{
        font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #989898;
    line-height: 25px;
}

.pagenotfoundpage{
    margin: 30px 0;
}

.pagenotfoundbox h3{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #0037c3;
}

.pagenotfoundbox p{
        font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #e5620a;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.productdetailsdescription h3{
    font-family: "DM Serif Display", serif;
    font-size: 27px;
    font-weight: 400;
    text-align: left;
    color: #142f41;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.productdetailsdescription p{
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
}

.productsinglecontainer{
    margin: 50px 0;
}

.singleproductimage{
    text-align: center;
     
}

.singleproductimage img {
    width: 100%;
    min-width: auto;
    /*filter: gray;
    -webkit-filter: grayscale(1);*/
    -webkit-transition: all .5s ease-in-out;
    padding: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.singleproductimage img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
}

.bulkcontact a{
    background: #228f6c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}
.bulkcontact a:hover {
    background: #102b3d;
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.bulkcontact p{
    font-size: 17px;
    margin: 0px;
    padding-bottom: 15px;
    line-height: 25px;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

.allcategoriestitle h4{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.allcategoriestitle{
        background: #e2e2e2;
    padding: 30px 20px;
}

.allcategoriestitle a{
        background: #218c6a;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.allcategoriestitle a:hover{
    background: #102b3d;
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.sethiaplasticsimg img{
    width: 100%;
}

.whychooseuscontainer{
    margin: 50px 0 0 0;
}

.whychooseuscontainer h2{
    font-family: "DM Serif Display", serif;
    font-size: 27px;
    font-weight: bold;
    text-align: left;
    color: #112c3f;
    padding-bottom: 0px;
}

.whychooseusbox ul li{
        font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.whychooseusbox ul li:hover{
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: all 0.6s ease-in;
}

.sethiaplasticsimg{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sethiaplasticsimg img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.whychooseusbox ul li span{
        font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #24906e;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.aboutuscontainer{
    margin: 50px 0 0 0;
}

.aboutuscontainer h1{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #122d3f;
    font-family: "DM Serif Display", serif;
}

.aboutusinnerpage h2{
     font-size: 25px;
    font-weight: 500;
    text-align: left;
    color: #248e6d;
    padding-bottom: 0px;
    font-family: "DM Serif Display", serif;
}

.aboutusinnerpage h3{
     font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #102a3d;
    padding-bottom: 0px;
}

.aboutusinnerpage p{
        font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
}

.ourjounerycontainer{
    background: linear-gradient(0deg, rgb(16 42 61 / 90%), rgb(29 71 101 / 70%)), url(assets/images/journey.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  margin: 50px 0 0 0;
  padding: 100px 0;
}

.journeytext h2{
    text-align: center;
    color: #fff;
    font-weight:600;
    font-size: 25px;
    font-family: "DM Serif Display", serif;
}

.journeytext p{
        font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 25px;
    padding: 0 50px;
}

.wjatwedoimg img{
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.whatwedocontent h2{
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #228d6c;
    padding-bottom: 0px;
    font-family: "DM Serif Display", serif;
}

.whatwedocontent p{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
}

.whatwedocontent ul li{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
    list-style: disc;
}

.whatwedocontent ul{
    padding: 0 20px;
    margin-bottom: 10px;
}

.wjatwedoimg{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.whatwedocontainer{
    margin: 50px 0 0 0;
}

.manufaccontauner h2{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #228d6c;
    padding-bottom: 0px;
    font-family: "DM Serif Display", serif;
}

.manufacturecontnet p{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
    text-align: center;
}

.manufacturebox h6{
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: #000;
    padding-bottom: 0px;
}

.manufacturebox{
        padding: 10px;
    background: #f5f5ff;
    height: 100px;
}
.manufaccontauner{
    margin: 50px 0 0 0;
}

.cumprescontainer h2{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
}

.cumprescontainer h3{
        font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    padding-bottom: 10px;
}
.cumprescontainer p{
        font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
}

.cumprescontainer{
    background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 70%)), url(assets/images/cumpresbg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  margin: 50px 0 0 0;
  padding: 100px 0;
}


.corevaluescontainer h2{
    font-size:25px;
    font-weight: 600;
    text-align: center;
    color: #112c3e;
    padding-bottom: 0px;
    font-family: "DM Serif Display", serif;
}

.corevaluescontainer .container{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
    background: #e5e5e5;
}

.corevaluescontainer{
    margin: 50px 0 0 0;
}

.corevisionbox h4{
     font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #1c8a67;
    padding-bottom: 0px;
    font-family: "DM Serif Display", serif;
}

.corevisionbox ul li{
        font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
    text-align: left;
    list-style: disc;
}

.corevaluexbox h4{
     font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #1c8a67;
    padding-bottom: 0px;
    font-family: "DM Serif Display", serif;
}

.corevaluexbox ul li{
        font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
    text-align: left;
    list-style: disc;
}

.corevaluexbox ul{
    margin: 0 20px;
}

.corevisionbox{
    margin: 0 20px;
}

.whatwesetimg img{
    width: 100%;
}

.whatssetconatainer{
    margin: 50px 0 0 0;
}

.whatsebox h3{
        font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #208c6c;
    padding-bottom: 0px;
    font-family: "DM Serif Display", serif;
}

.whatsebox ul{
    margin: 0 20px;
}

.whatsebox ul li{
        font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
    text-align: left;
    list-style: disc;
}

.whatsebox h4{
        font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #208c6c;
    padding-bottom: 0px;
    font-family: "DM Serif Display", serif;
}

.whatsebox p{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
    text-align: left;
}

.calltoactionconmtainer{
    margin: 50px 0 0 0;
     background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 70%)), url(assets/images/aboutbtnimg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  padding: 100px 0;
}

.calltoactionconmtainer h2{
        font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding-bottom: 0px;
    font-family: "DM Serif Display", serif;
}

.calltoactionconmtainer p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 25px;
}

.aboutcalltoaction h6{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 25px;
}

.aboutcalltoaction{
    background: #238f6d;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.image-wrapper {
  border-radius: 6px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}
/*.image-wrapper img {
  height: auto;
  max-width: 100%;
}*/

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -95%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


.distributorcontainer h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #0037c3;
}

.distributorcontainer h2{
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    color: #0037c3;
    padding-bottom: 0px;
}

.distributorcontainer p{
        font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 25px;
}

.distributorcontainer {
    margin: 50px 0 0 0;
}