/*img-border-001*/
.img-border-001{
    position: relative;
}
.img-border-001:before {
    position: absolute;
    content: '';
    width: 30px;
    z-index: 99;
    height: 260px;
    bottom: 0px;
    top: 0px;
    background: #ff1e26e0;
    right: -13px !important;
    margin: auto;
    transition:0.3s;
}
.img-border-001:hover:before {
    height: 320px;
    bottom: 0px;
    top: 0px;
    background: #ff1e26;
    transition:0.3s;
}
@media (max-width: 991px){
.img-border-001:before {
    width: 14px;
    z-index: 99;
    height: 150px;
    bottom: 0px;
    top: 0px;
    background: #ff1e26e0;
    right: -6px !important;
    margin: auto;
    transition:0.3s;
}
.img-border-001:hover:before {
    height: 320px;
    bottom: 0px;
    top: 0px;
    background: #ff1e26;
    transition:0.3s;
  }}

/*img-border-002*/
.img-border-002{
    position: relative;
}
.img-border-002:before {
    position: absolute;
    content: '';
    width: 30px;
    z-index: 99;
    height: 217px;
    bottom: 0px;
    top: 0px;
    background: #ff1e26e0;
    left: -9px !important;
    margin: auto;
    transition:0.3s;
}
.img-border-002:hover:before {
    position: absolute;
    content: '';
    width: 30px;
    z-index: 99;
    height: 267px;
    bottom: 0px;
    top: 0px;
    background: #ff1e26;
    left: -9px !important;
    margin: auto;
    transition:0.3s;
}
@media (max-width: 991px){
.img-border-002:before {
    position: absolute;
    content: '';
    width: 10px;
    z-index: 99;
    height: 57px;
    bottom: 0px;
    top: 0px;
    background: #ff1e26e0;
    left: -4px !important;
    margin: auto;
    transition:0.3s;
}
.img-border-002:hover:before {
    position: absolute;
    content: ''; 
    z-index: 99;
    height: 87px;
    width: 10px;
    left: -4px !important;
    bottom: 0px;
    top: 0px;
    background: #ff1e26;
    margin: auto;
    transition:0.3s;
}}
/*pattern-style-001*/
.pattern-style-001{
    position: relative;
}
.pattern-style-001:before {
    position: absolute;
    content: '';
    width: 180px;
    z-index: 99;
    height: 29px;
    left: 0px;
    bottom: 0px;
    background: #ff1e26e0;
    right: 0px !important;
    margin: auto;
    transition:0.3s;
}
.pattern-style-001:hover:before {
    width: 210px;
    z-index: 99;
    height: 29px;
    left: 0px;
    bottom: 0px;
    background: #ff1e26;
    right: 0px !important;
    margin: auto;
    transition:0.3s;
}