.w-100 {
    width: 100%;
}

a,
a:hover,
.test-column,
.test-column:hover {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.hover-op-0 {
    opacity: 1
}

.hover:hover .hover-op-0 {
    opacity: 0
}

.hover:hover .hover-op-05 {
    opacity: .5;
}

.custom_gallery {
    margin-top: 20px;
}

.hover-op-1,
.hover-op-05 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background-color: rgba(0, 0, 0, .2);
    width: 93% !important;
    margin-left: 14px;
    border-radius: 10px;
}


.hover:hover .hover-op-1 {
    opacity: 1
}


.hover:hover .hover-scale-1-1 {
    transform: scale(1.1);
}

.hover:hover .hover-scale-1-2 {
    transform: scale(1.2);
}

.hover-scale-in-3 {
    transform: scale(3);
    opacity: 0
}

.hover:hover .hover-scale-in-3 {
    transform: scale(1);
    opacity: 1
}

.hover:hover .hover-bg-color {
    background: #ca1f26
}

.hover:hover .hover-bg-dark {
    background: #151515
}

.hover-mh-100 {
    max-height: 0px;
    overflow: hidden;
}

.hover:hover .hover-mh-100 {
    max-height: 500px;
}

.hover:hover .hover-top-0 {
    top: 0;
}

.hover:hover .hover-pb-40 {
    padding-bottom: 40px;
}

.hover-mt-40 {
    margin-top: 40px;
}

.hover:hover .hover-mt-40 {
    margin-top: 0px;
}

.hover:hover .hover-mt-0 {
    margin-top: 0;
}

.text-white h1,
.text-white h2,
.text-white h4,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #fff;
    font-weight: bold;
}

.hover-scale-in-3 {
    transform: scale(3);
    opacity: 0;
}

.hover * {

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

.d-block {
    display: block !important;
}

.bg-dark,
.bg-dark-1 {
    background-color: #171717 !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.abs-middle {
    top: 50%;
    transform: translateY(-50%);
}

.z-2 {
    z-index: 2;
}

.fs-36 {
    font-size: 36px;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.start-0 {
    left: 0 !important;
}

.rounded-10 {
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.rounded-10px {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.absolute {
    position: absolute;
    z-index: 1;
}

.z-2 {
    z-index: 2;
}


/* marquee */


.d-flex {
    display: flex;
    white-space: nowrap;
}

.de-marquee-list {
    display: flex;
    align-items: top;
    -webkit-animation: loop 40s infinite linear;
    animation: loop 40s infinite linear;
}

.de-marquee-list .d-item-txt {
    font-size: 36px;
    line-height: 36px;
    padding-right: 8px;
    font-style: normal;
    font-weight: 600;
    font-family: var(--title-font);
    user-select: none;
    text-transform: uppercase;
}

.de-marquee-list.s2 .d-item-txt {
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
}

.de-marquee-list .d-item-txt img {
    margin-top: -15px;
    margin-right: 20px;
}

.de-marquee-list .d-item-display {
    display: inline;
}

.de-marquee-list .d-item-block {
    width: 40px;
    height: 2px;
    margin: 0 20px;
    margin-right: 40px;
    padding: 0px;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-10px);
    background: var(--primary-color);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.de-marquee-list.s2 .d-item-block {
    height: 5px;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
}

.de-marquee-list .d-item-block {
    border-radius: 0;
}

.text-light .de-marquee-list .d-item-dot {
    background: rgba(255, 255, 255, .3);
}

.de-marquee-list.style-2 .d-item-txt {
    font-size: 160px;
    background: rgba(255, 255, 255, .2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.de-marquee-list.style-2 .d-item-dot {
    transform: translateY(-0px);
    background: rgba(255, 255, 255, .2);
}

.de-marquee-list .d-item-block {
    background: #ca1f26;
}

.pb30 {
    padding-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

.row {
    --bs-gutter-x: 30px;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.hover-scale-1-2{
    min-height: 290px !important;
    max-height: 270px !important;
}

/* marquee */