/*shadow-001*/
.shadow-001 {
    box-shadow: 0px 0px 10px #000 !important;
}
@media (max-width:991px){
  	.shadow-001 {
    padding: 5px !important;
}
}
@media (max-width:991px){
  	.shadow-001 img {
    height:55px;
    width:55px;
}
}


/*img*/
.img-001 img {
    height:180px;
    width: 180px;
}
@media (max-width:991px){
  .img-001 img {
    height:100px;
    width: 100px;
}
}


/*feature box*/
h4.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    color: rgb(255 255 255) !important;
}

@media (max-width: 991px){
.sppb-addon-title.sppb-feature-box-title {
    color: rgb(255 255 255 / 80%) !important;
    font-size: 16px !important;
}
}


/*home-slideshow*/
.en-gb .home-slide h2 {
    font-size: 60px !important;
    margin-bottom: 20px;
    line-height: 1;
}
.home-slide span.sp-slider-btn-text:hover{
    border: 1px solid #0b4456;
    padding: 8px 30px !important;
    transition: 0.3s;
    letter-spacing: 4px;
    font-weight: 600;
}
@media (max-width:991px){
.en-gb .home-slide h2 {
    font-size: 40px !important;
}
}
.zh-cn .home-slide h2 {
    font-size: 90px !important;
    margin-bottom: 20px;
  	line-height: 1.15;
}
@media (max-width:991px){
.zh-cn .home-slide h2{
    font-size: 50px !important;  
}}
.sppb-shape-container.sppb-bottom-shape.sppb-shape-invert.sppb-shape-to-front {
    bottom: 0px !important;
}

/*z-index-negative*/
.z-index-negative {
    z-index: 0 !Important;
}
/*pattern-style-001*/
.pattern-style-001 {
    position: relative;
}
.pattern-style-001:before {
    position: absolute;
    content: '';
    width: 1000px;
    height: 1000px;
    background: url(/images/00_Loyalty-Home/Home/background-img-002.jpg);
    background-size: contain;
    top: -200px;
    left: -150px;
    z-index: -9999;
    opacity: 0.4;
}
@media(max-width:991px){
.pattern-style-001:before {
    width: 500px;
    height: 500px;
  	top: -75px;
    left: -15px;
}}




/*pattern-style-002*/
.pattern-style-002 {
    position: relative;
}
.pattern-style-002:before {
    position: absolute;
    content: '';
    width: 1000px;
    height: 1000px;
    background: url(/images/00_Loyalty-Home/Home/background-img-002.jpg);
    background-size: contain;
    top: -200px;
    left: -400px;
    z-index: -18;
    opacity: 0.4;
}
@media(max-width:991px){
.pattern-style-002:before {
    width: 500px;
    height: 500px;
}
}

/*row-padding-001*/
@media (min-width:992px){
.row-padding-001{
      padding: 80px 0px 80px 0px !important;  
}
}

/*row-padding-002*/
.row-padding-002 {
    padding: 50px 80px 20px 80px !important;
}

@media (max-width:991px){
.row-padding-002 {
    padding: 30px 30px 30px 30px !important;
}
}

/*row-padding-003*/
.row-padding-003 {
    padding: 80px 0px 80px 0px !important;
}
