.maincontent{
    max-width:100%;
    padding:0;
    margin:0;
}

h1{
    font-size:calc(2vw + 1rem);
    font-weight:900;
}
img{
    width:100%;
}
.font-thin{
    font-weight:200;
}
.heavy{
    font-size:3rem;
    font-weight:900;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-right:30px;
}
.heavy-sm{
    
    font-weight:900;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color:#2B7EC7; 
}
.text-underline{
    border-bottom:2px solid #55888F;
}
.thin{
    font-size:3rem;
    font-weight:200;
    font-family: 'Montserrat', sans-serif;
}
.section1{
    padding:50px 0;
    /* background-color:#ececec; */
}
.my-container{
    max-width:1800px;
    margin:0 auto;
    padding:0 3%;
}
.sec1-header{
    text-align: center;
}
.grid-5050{
    display:grid;
    grid-template-columns: 1fr 1fr;
    margin:50px 0;
}
.btn-wrapper{
    margin:30px 0 0;
}
.my-btn{
    padding:15px 20px;  
    color:#fff;
    border:1px solid #fff;
    border-radius:5px;
    background-color:#2B7EC7;
    font-size:1rem;
    font-weight:600;
}
.hero{
    position: relative;
    background-image:url('/imageserver/Reusable/flintlastic22/RPG_CommDivPg_1200x460.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom;
}
.hero-content{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.hero-content::before{
    content:"";
    position: absolute;
    display:block;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.5);
}
#hero-logo{
    position: relative;
    display: inline-block;
    width:10vw;
    max-width:200px;
    margin:3%;
}
.hero-tag{
    position: relative;
    text-align: center;
    color:#ececec;
    padding:10%;
    background-color:rgba(0,0,0,0.5);
}
.heroTitle{
    display:inline-block;
    position: relative;
}
.heroTitle::after{
    content: "";
    position: absolute;
    top:50%;
    right:-25%;
    height:2px;
    width:0;
    background-color:#ececec;
    animation: sidelines .5s 1.5s linear forwards;
}
.heroTitle::before{
    content: "";
    position: absolute;
    top:50%;
    left:-25%;
    height:2px;
    width:0;
    background-color:#ececec;
    animation: sidelines .5s 1.5s linear forwards;
}
.main-header{
    text-align:center;
    padding:3% 15vw;
}
.title{
    font-size:2rem;
    text-transform: uppercase;
    letter-spacing:.1rem;
    color:#2B7EC7;
    font-weight:900;
    z-index:20;
    margin:0;
    padding:0;
}
.section2{
    margin:150px auto 100px;
}
.styles-item{
    white-space: nowrap;
    font-size:2.2rem;
}
.styles{
    margin:-50px 0 20px 35px;
    text-align: center;
}
.styles-img{
    text-align:center;
}
.markets-image{
    max-width:300px;
    text-align: center;
    margin:10px 0;
}

#advantage{
    position: relative;
    background-image: linear-gradient(rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url('/imageserver/Reusable/flintlastic22/main-bg.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    color:#fff;

} 

 .flex-group{
     display:flex;
     flex-direction:row;
     flex-wrap:wrap;
     justify-content:space-evenly;
     text-align: center;
     padding:3% 0;
     margin-bottom:-50px;
 }
 #grid-header{
     grid-column:1/-1;
     text-transform: uppercase;
     text-align: center;
 }
 .grid-item{
     display:flex;
     flex-direction: column;
    text-align:center;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    max-width:400px;
}

.products{
    background: linear-gradient( rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%),  url('/imageserver/Reusable/flintlastic22/FlintlasticSANailBase-min.jpeg');
    background-size:cover;
    background-position:bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding:10vh 0;
    width:100%;
    margin-bottom:5%;
    display:grid;
    justify-items: center;
    align-content:center;
    text-align: center;
    color:#ececec;
}  
 .products h1{
    position: relative;
} 
.products h1::after{
    content: "";
    position: absolute;
    top:50%;
    right:-25%;
    height:2px;
    width:25%;
    background-color:#ececec;
}
.products h1::before{
    content: "";
    position: absolute;
    top:50%;
    left:-25%;
    height:2px;
    width:25%;
    background-color:#ececec;
}
 .callBath{
    transform:scale(0);
}
.callBathSub{
    transform:scale(0);
}


.qualitySvg{
    width:100px;
    width:100px;
}

.qualityPath{
    fill:#fff;
    stroke:#fff;
    stroke-width:2px;
}
.qualityPath2{
    fill:none;
    stroke:#fff;
    stroke-width:2px;
}
.heroTitle{
    display:inline-block;
    position: relative;
    transform:scale(0);
    animation: hero 1s linear forwards;
    -webkit-animation: hero 1s linear forwards;
}
.heroTitle::after{
    content: "";
    position: absolute;
    top:50%;
    right:-25%;
    height:2px;
    width:0;
    background-color:#ececec;
    animation: sidelines .5s 1.5s linear forwards;
    -webkit-animation: sidelines .5s 1.5s linear forwards;
}
.heroTitle::before{
    content: "";
    position: absolute;
    top:50%;
    left:-25%;
    height:2px;
    width:0;
    background-color:#ececec;
    animation: sidelines .5s 1.5s linear forwards;
    -webkit-animation: sidelines .5s 1.5s linear forwards;
}
.heroSubTitle{
    animation: hero 1s .1s linear forwards;
    -webkit-animation: hero 1s .1s linear forwards;
}
@keyframes hero {
    from{
        transform:scaleX(0);
    }
    to{
        transform:scaleX(1);
    }
}
@-webkit-keyframes hero {
    from{
        transform:scaleX(0);
    }
    to{
        transform:scaleX(1);
    }
}
@keyframes sidelines {
    to{
        width:25%;
    }
}
@-webkit-keyframes sidelines {
    to{
        width:25%;
    }
}


.subTitle{
    position: relative;
    font-size:2.2rem;
    display:inline-block;
    margin-right:20px;
}
.subTitle::before{
    content:"";
    position: absolute;
    top:5px;
    left:-10px;
    height:0;
    width:2px;
    background:#000;
    animation: sub-title-lines 1s linear forwards;
    -webkit-animation: sub-title-lines 1s linear forwards;
}
.subTitleAnim{
    display:block;
font-size:2.2rem;
    font-weight:200;
    margin-right:35px;
    transform:scaleX(0);
    transform-origin:left;
    animation: sub-title-anim 1s 1s linear forwards;
    -webkit-animation: sub-title-anim 1s 1s linear forwards;
}
@keyframes sub-title-lines {
    from{
        height:0%;
    }
    to{
        height:60%;
    }
}
@-webkit-keyframes sub-title-lines {
    from{
        height:0%;
    }
    to{
        height:90%;
    }
}
@keyframes sub-title-anim {
    to{
        transform:scaleX(1);
    }
}

@-webkit-keyframes sub-title-anim {
    to{
        transform:scaleX(1);
    }
}

.bathTitleAnim{
    animation: bathTitleAnim 2s forwards;
    -webkit-animation: bathTitleAnim 2s .5s forwards;
}
.bathSubAnim{
    animation: bathTitleAnim 2s forwards;
    -webkit-animation: bathTitleAnim 2s .5s forwards;
}
@keyframes bathTitleAnim{
    from{
        transform:scale(0);
    }
    to{
        transform:scale(1);
    }
}
@-webkit-keyframes bathTitleAnim{
    from{
        transform:scale(0);
    }
    to{
        transform:scale(1);
    }
}
@media screen and (max-width:992px) {
    .grid-5050{
        display:block;
    }
}