.s1781080620 {
    position:relative;
    background:transparent;
    color: #fff;
    border-top: 2px solid #d4af37;
}



.gold{
    /*    background: rgba(255,255,255,0.03);*/
    /*border: 1px solid rgba(212,175,55,.3);*/
    /*border-radius: 24px;*/
    /*padding: 30px;*/
    /*backdrop-filter: blur(10px);*/
    /*transition: .4s;*/
}






.s1781080620 .svideo {
    position:absolute;
    z-index:-3;
    background:transparent;
    width:100%;
    height:100%;
    overflow:hidden;
}

.s1781080620 .svideo .vbackground {
    min-width:100%;
    min-height:100%;
}

.s1781080620 .sbackground {
 position: absolute;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.s1781080620 .sforeground {
    position:absolute;
    z-index:-1;
    background:transparent;
    width:100%;
    height:100%;
}

.s1781080620 .container {
    background:transparent;
    padding-top:5px;
    padding-bottom:5px;
}

.test .container .row {
    display: flex;
    justify-content: space-around;
}
.test .container .row .gold{
    padding: 20px;
    align-content: center;
    border-radius: 20px;
    margin: 40px 0;
        background: #000033ba;
    box-shadow: 0 8px 32px rgb(0 0 0 / 44%);
    border: 2px solid rgb(177 117 15);
}


.test .container .row .list-group-item{
    background-color:transparent;
        border-bottom: 1px solid #b1750f57;
}

.test .container .row .list-group-item a{
        color: #fff;
}

.test .container .row .list-group-item a i{
         color: #d4af37;
         margin-left: 10px;
}
.s1781080620 .sheader {
    text-align:center;
}

.s1781080620 .stitle {
    background:transparent;
    position: relative;
    z-index: 2;
}

.s1781080620 .ssubtitle {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.s1781080620 .sdesc {
    background:transparent;
}

.st1781080620 {}
.st1781080620 img {}

.sb1781080620 {}
.sb1781080620 img {}

@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}