.breadcrumb{
	text-align: left;
}
.innerbnr { height: 100px; /*background: url(../images/inerbnr.jpg) center bottom no-repeat; background-size: 100%;*/ }
h3.hed1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}
h3.hed3 {
    font-size: 23px;
    font-weight: 400;
}
.aa-product-catg-head-left select {
    border: 1px solid #ccc;
    text-align: center;
    width: 282px;
    font-size: 16px;
    padding: 7px;
    color: #000;
    background-color: #e4ecee;
    border-radius: 4px;
}
img {
    max-width: 100%;
}
.txtbox {
    background-color: red;
    text-align: center;
    color: #fff;
    padding: 5px 0px;
    position: relative;
    bottom: 77px;
}
.txtbox p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.card img {
    width: 100%;
}
.txtbox h4 {
    margin-bottom: 0px;
}
.txtbox h4 b {
    font-size: 16px;
    font-weight: 500;
}
.txtbox:hover {
    background-color: #000;
    transition: 0.9s;
}
.section1 {
    padding: 30px 0px 0px;
}
.main-col {
    position: relative;
    background-color: #e6f5ec;
    width: 100%;
    float: left;
    padding: 35px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.main-col:before{
    content: '';
    background-color: #cfecdb;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    /* padding: 4px 25px; */
    clip-path: polygon(0 0, 33% 0, 45% 100%, 0% 100%);
    z-index: 0;
    /* margin-bottom: 8px; */
}
.cont {
    position: relative;
}
.cont .stryimg {
    float: left;
    width: 20%;
    position: relative;
}
.story span {
    text-align: justify;
    font-size: 15px;
    line-height: 1.8;
}
.story {
    float: right;
    width: 80%;
    margin-top: 14px;
    text-align: justify;
}
h3.hed3:before {
    content: '';
    height: 3px;
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 0;
    background: #e3111a;
}
h3.hed3:before {
    bottom: -12px;
    max-width: 6%;
}
.namee {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 16px;
    left: 52px;
}
/*.txtbox p span {
    opacity: 0;
}*/
.txtbox p span:hover {
    opacity: 0.9;
    display: block;
}
span.ppp {
    display: block;
    width: 100%;
    /* text-align: center; */
    /* float: left; */
}
.row.aa-product-catg-head.mb-5 {
    margin-bottom: 30px;
}

@media only screen and (max-width:640px){
    .innerbnr {
    height: 8px;
}
.section1 {
    padding: 0px;
}
h3.hed1{
    margin-bottom: 0;
}
h3.hed3{
    margin-bottom: 10px;
    text-align: center;
}
.cont .stryimg {
    width: 100%;
}
.story {
    width: 100%;
}
h3.hed3:before{
    display: none;
}
.main-col {
    margin-top: 0;
}
.aa-product-catg-head-left {
    /* float: right; */
    display: block;
    text-align: center;
    width: 100%;
}
}
@media only screen and (max-width:991px){
    .cont .stryimg{
        width: 100%;
        text-align: center;
    }
    .story{
        width: 100%;
    }
}
@media only screen and (max-width:1200px){
    .story{
        padding: 0px 20px;
    }
}
@media (max-width: 768px){
.logo img {
    width: auto;
}