/*img-border-001*/
.img-border-001{
    position: relative;
}
.img-border-001:before {
    position: absolute;
    content: '';
   z-index:999;
    width: 204px;
    height: 120px;
    right: 60px;
    bottom: -40px;
   border:2px solid #4a508b;
    background: transparent;
   transition:0.3s;
}
@media (max-width: 991px){
.img-border-001:before {
    position: absolute;
    content: '';
   z-index:999;
    width: 104px;
    height: 80px;
    right: 7px;
    bottom: -20px;
   border:2px solid #4a508b;
    background: transparent;
   transition:0.3s;
}}

/*img-border-002*/
.img-border-002 {
    position: relative;
}
.img-border-002:before{
    position: absolute;
    content: '';
   z-index:999;
    width: 200px;
    height: 120px;
   left: -60px;
    top: -40px;
   border:2px solid #4a508b;
    background: transparent;
   transition:0.3s;
}
.img-border-002:hover:before{
        width: 300px;
    height: 500px;
      left: -20px;
        top: -25px;
}
@media (max-width: 991px){
.img-border-002:before{
    position: absolute;
    content: '';
   z-index:999;
    width: 100px;
    height: 120px;
   left: -10px;
    top: -10px;
   border:2px solid #4a508b;
    background: transparent;
   transition:0.3s;
}
.img-border-002:hover:before{
        width: 120px;
    height: 170px;
      left: -5px;
        top: -5px;
}}

/*img-border-003*/
.img-border-003 {
    position:relative;
}
.img-border-003:after{
    position: absolute;
    content: '';
   z-index:999;
    width: 200px;
    height: 120px; 
    right: -60px;
  margin: auto;top: 0px;
   bottom: 0px;
  border:2px solid #4a508b;
  Background: transparent;
   transition:0.3s;
}
@media (max-width: 991px){
.img-border-003:after{
   width: 100px;
    height: 80px;
    right: -20px;
}}

/*img-border-004*/
.img-border-004 {
    position: relative;
}
.img-border-004:before{
    position: absolute;
    content: '';
   z-index:999;
    width: 280px;
    height: 140px;
   right: -140px;
    top: -40px;
   border:2px solid #4a508b;
    background: transparent;
   transition:0.3s;
}
@media (max-width: 991px){
 .img-border-004:before{
    position: absolute;
    content: '';
   z-index:999;
    width: 120px;
    height: 90px;
   right: 2px;
    top: -61px;
   border:2px solid #4a508b;
    background: transparent;
   transition:0.3s;
}}



/*white-border-001*/
.white-border-001 img {
   border: 8px solid #fff;
}
