

.bg-img-comment{
    background-image: url("../../Images/Bg-image/2.jpg");
    background-size: cover;
    background-position: center 50%;
}

.blog-view::before{
    display: inline-block;
    content: '';
    width: 16px;
    height: 1px;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: var(--blue-color);
}

.blog-view:hover::before{
    width: 32px;
}

.blog-slider .bg-after::after{
    z-index: 0;
}

.bg-img-map{
    background-image: url("../../Images/Bg-image/map.jpg");
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
}


.padding_height {
    position: relative;
    width: 100%;
    padding-bottom: 120.25%;
    overflow: hidden;
}

.bg-gradiant-dark{
    position: relative;
}
.bg-gradiant-dark::before{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(0, 136, 255, 0.1) 25%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0,136,255,0.1) 25%, rgb(0, 0, 0) 100%);
    z-index: 1;
}