.socialmedia a i {
    color:#B2BBCC;
    padding-right:8px;
}

.shop-top-right {
    margin-left:0;
    width:100%;
}

.sectionbg {
    background-color:#fff;
    padding:15px;
    margin-bottom:30px;
    border-radius:0.45rem;
}

.shop-top-right::after {
    top:48px;
}
/* Phone Button */
.headphonebutton {
    width: 42px;
    background-color: #fff;
    border-radius: 0.45rem;
    padding-left: 8px;
    padding-top: 8px;
    border: 1px solid #5751E1;
    padding-right: 8px;
    padding-bottom: 8px;
    position: fixed;
    z-index: 9999;
    bottom: 80px;
    right: 50px;
}
/* Phone Button */

/* Whatsapp Button */
.whatsappbutton {
    width: 42px;
    background-color: #fff;
    border-radius: 0.45rem;
    padding-left: 8px;
    padding-top: 8px;
    border: 1px solid #5751E1;
    padding-right: 8px;
    padding-bottom: 8px;
    position: fixed;
    z-index: 9999;
    bottom: 130px;
    right: 50px;
}
/* Whatsapp Button */

/* Slider 01 */
.single-service-box:hover p {
    color: #fff;
}
.slider-style-01 .sliderbutton {
    color: #151515;
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-decoration: none;
    border: solid 1px;
    transition: color .4s ease;
}
.slider-style-01 .sliderbutton:active::after,
.slider-style-01 .sliderbutton:focus::after,
.slider-style-01 .sliderbutton:hover::after {
    width: 100%;
    padding-right: 25px;
}

.slider-style-01 .sliderbutton {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 13em;
    font-weight: 600;
    letter-spacing: .15em;
    color:#fff;
}
.slider-style-01 .sliderbutton::before{
    content: '';
    height: .1rem;
    width: 2rem;
    margin-right: .7rem;
    background: #fff;
    transition: width .3s ease;
}
.slider-style-01 .sliderbutton:hover::before {
    width: 3rem;
}

.slider-style-01 .swiper-container {
    width: 100%;
    height: calc(100vh - 100px);

}
.slider-style-01 .swiper-slide {
    overflow: hidden;
}
.slider-style-01 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;

    transition: all .65s ease;
}
.slider-style-01 .swiper-slide-duplicate-active .overlay,
.slider-style-01 .swiper-slide-active .overlay {
    opacity: .4;
    background-color:#000;
}
.slider-style-01 .slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}
.slider-style-01 .image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit:cover;
    transform: scale(1.07);
    animation: play 20s infinite alternate;
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}
.slider-style-01 .swiper-slide-duplicate-active .image,
.slider-style-01 .swiper-slide-active .image {
    opacity: 1;
    transform: scale(1);
}

.slider-style-01 .swiper-button-prev,
.slider-style-01 .swiper-button-next {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
    line-height: 2em;
    font-size: 12px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slider-style-01 .swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}
.slider-style-01 .swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.slider-style-01 .swiper-button-prev::after {

}
.slider-style-01 .swiper-button-next::after {

}


.slider-style-01 .info {
    position: absolute;
    width: auto;
    min-height: 50px;
    bottom: 3em;
    padding-left: 3em;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider-style-01 .swiper-slide-active .info {
    opacity: 1;
    transition: opacity 1s ease 1s;
}
.slider-style-01 .info h1 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    font-size: 64px;
    color: #fff;
    width: 500px;
}
.slider-style-01 .slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}
.slider-style-01 .swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.slider-style-01 .expanded-timeline {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 3;
    bottom: 2.8em;
    right: 3em;
    width: 40vh;
}
.slider-style-01 .swiper-pagination-progress {
    z-index: 4;
    width: 85%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}
.slider-style-01 .swiper-pagination-progressbar {
    background: #fff !important;
}
.slider-style-01 .expanded-timeline__counter span {
    text-align: center;
    margin-left: 1.8em;
    margin-right: 100%;
    padding: .4em 0;
    color: #fff;
    display: block;
}
.slider-style-01 .scroll-message {
    position: absolute;
    right: 0;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    letter-spacing: .15em;
}
.slider-style-01 .scroll-svg {
    width: 24px;
    margin: 0 auto 1.2em;
    display: block;
}

@media only screen and (max-width: 805px) {

    .slider-style-01 .swiper-button-prev,
    .slider-style-01 .swiper-button-next {
        bottom: 1.4em;
        top: auto;
    }
    .slider-style-01 .expanded-timeline {
        display: none;
    }
    .slider-style-01 .slide-inner--info {
        width: 100%;
        text-align: center;
        min-height: 50px;
        bottom: 10vh;
        padding-left: 0;
        color: #fff;
        z-index: 1;
        opacity: 0;
        transition: opacity 1s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .slider-style-01 .sliderbutton {
        margin: 0 auto;
        display: inline-block;
        letter-spacing: .15em;
        background: #df1f29;
        color: #fff;
        padding: .5em 0;
    }
    .slider-style-01 .sliderbutton::before {
        content: '';
        display: none;
        width: 0;
    }
}

/* Slide 01 */

/* Zoom and zoomout */
@keyframes play {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
/* Zoom and zoomout */

.breadcrumb__content a,
.breadcrumb__content span,
.breadcrumb__content h3 {
    color:#fff !important;
}

.event__item-wrap a {
    color:#000;
}

.pt0 {
    padding-top:0px; !important;
}

.pt50 {
    padding-top:50px !important;
}

.pt100 {
    padding-top:100px !important;
}

.mb0 {
    margin-bottom:0 !important;
}

.pb50 {
    padding-bottom:50px !important;
}

@media only screen and (max-width: 992px) {


    .mobilenone {
        display:none !important;
    }

    .slider-style-01 .image img {
        height:100vh;
    }

    .slider-style-01 .info {
        padding-left:0;
    }

    .slider-style-01 .info h1 {
        font-size: 2rem;
        width: 100%;
        text-align: center;
        width:100%;
    }
    .pt100 {
        padding-top:25px !important;
    }

    .pt50 {
        padding-top: 25px !important;
    }

    .pb50 {
        padding-bottom: 25px !important;
    }
}

@media (min-width: 800px) and (max-width: 1499px) {
    .tgmenu__navbar-wrap ul li a {
        font-size:14px;
    }

    .tgmenu__action > ul li.login-btn a {
        padding: 12px 20px;
        font-size: 13px;
    }

}

