@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
body{    
    font-family: 'Poppins', sans-serif;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-light{
    background: #fff;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
    color: #e70000;
}
.carousel-control-next, .carousel-control-prev {
    top: 35%;
    bottom: 0;
    margin: 50px;
    width: 40px;
    color: #fff !important;
    text-align: center;
    opacity: 1;
    height: 40px;
    background-color: #555;
    border-radius: 50px;
}
.store-content .list-unstyled li{
    border-right: 1px #b3b3b3 solid;
    padding-right: 10px;
    font-size: 16px;
}
.store-content .list-unstyled li:last-child{
    border-right-color: transparent;
}
.open-time{
    padding-top: 2rem;
}
.social {
    padding-top: 3rem;
}
.open-time span{
    font-size: 25px;
    font-weight: 800;
}
.open-time p{
    font-weight: 600;
    font-size: 18px;
}
.social{
    text-align: center;
}
.social ul{
    padding: 0px;
}
.social ul li{
    display: inline;
}
.social ul li a{
    font-size: 22px;
    margin-left: 15px;
    color: #333;
}
.carousel-caption{
    width: 40%;
    top: 30%;
    bottom: unset;
    right: 200px;
    left: unset;
    text-align: left;
    background: rgba(23, 23, 23, 0.8);
    padding: 3rem;
}
.carousel-caption .btn-light{
    font-weight: 600;
}
.about-home .title h1{
    font-weight: 800;
}
.about-home .round25{
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}
.about-home  {
    background: #ffffff none repeat scroll 0 0;
    padding-top: 70px;
    padding-bottom: 70px;   
}
.rounded25{
    border-radius: 10px;
}
.home-event {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-top: 70px;
    padding-bottom: 70px;   
}
.home-event .title h1{
    font-weight: 800;
}
.home-event .card{
    border-radius: 0px;
    border-color: #f6f6f6;
}
.home-event .card .card-title{
    font-weight: 700;
}
.home-event .card h5{
    margin-bottom: 0px;
}
.home-event .card h6{
    color: #b4b4b4;
}
.home-event .card .card-body{
    padding-bottom: 4rem;
}
.home-event .btn-more{
    float: right;
    background: #ff0000;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 0px;
    right: 0px;
    font-size: 22px;
    line-height: 47px;
    position: absolute;
    bottom: 0px;
}
.home-blog{
    background: #fafbfd;
    padding-top: 70px;
    padding-bottom: 70px; 
}
.home-blog .title h1{
    font-weight: 800;
}
.home-blog .media {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
  }
.home-blog figure {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
.home-blog figure a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
  }
.home-blog figure:hover .media {
    transform: scale(1.25);
  }
.home-blog figcaption {
    color: #252830;
    height: calc(100% - 30px);
    margin: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 250px;
  }
.home-blog .body {
    background-color: white;
    bottom: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
  }
.home-blog svg {
    height: inherit;
    width: 100%;
  }
.home-blog svg text {
    text-anchor: middle;
  }
.home-blog svg .alpha {
    fill: white;
  }
.home-blog svg .title {
    font-size: 20x;
    font-family: "Montserrat";
    letter-spacing: 5px;
  }
.home-blog svg .base {
    fill: white;
    -webkit-mask: url(.mask);
    mask: url(.mask);
  }
  .home-social{
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px; 
}
.home-social .title h1{
    font-weight: 800;
}
.footer{
    background: #262626;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
}
.footer-menu ul li{
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.footer-menu ul li a{
    color: #fff;
    text-decoration: none;

}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    
}
a.back-to-top{
    color: #fff;

}
.form-control {
    padding: 1.5rem 0.75rem;
    border-radius: 0px;
}
.contact-de ul{
    padding: 0px;
}
.contact-de ul li{
    list-style-type: none;
}
.contact-de ul li{
    list-style-type: none;
    font-size: 18px;
    padding-top: 15px;
}
.contact-de ul li a{
    color: #252830;
    text-decoration: none;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.page-item .page-link:hover{
    background: #252830;
    color: #fff;
}
.page-item .page-link{
    color: #252830;
    border-color: transparent !important;
}
.store-list{
   overflow: hidden;
   border-bottom: 1px solid #ececec;
}
.store-list .image{
    width: 20%;
    float: left;
}
.store-list .store-content{
    padding-top: 2rem;
    width: 50%;
    float: left;
    overflow: hidden;
}
.store-list .store-de{
    width: 30%;
    float: left;
}
.store-list .store-de .social{
    list-style-type: none;
}
.store-list .store-de .social li{
    background: #262626;
    float: left;    
    padding: 0.6rem 0.8rem;
    border-radius: 25px;
    margin: 10px;
}
.store-list .store-de .social li a{
    color : #fff;

}
.gallerypage .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-image: linear-gradient( 108.6deg,  rgba(241,165,3,1) 19%, rgba(184,148,54,1) 91.7% );
    border-radius: 50px;
    
}
.gallerypage .nav-pills .nav-link{
    color: #555;
    font-weight: 600;
}

@media (max-width: 575.98px) { 
    .pagination{
        display: inline-flex;
    } 
    .store-list .image{
        width: 100%;
    }
    .store-list .store-de{
        width:100%;
    }
    .store-list .store-content{
         width:100%;
         text-align:center;

    }

 }
 
.news-blog{
    background: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.news-blog .card{
    border: 1px solid rgba(0, 0, 0, 0.025);
}
.news-blog .card .text-muted{
    font-weight: 500;
    text-decoration: none;
}
.store-list-home{
    background: #f5f9fc;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.store-list-home .card{
    border: 1px solid rgba(0, 0, 0, 0.025);
}
.store-list-home .card .c-logo{
    position: absolute;
    right: 25px;
    top: 235px;
    border-radius: 50%;
}
.store-list-home .card .c-logo{
    width: 60px;
    height: 60px;
}
.store-list-home .card img.card-img-top{
    min-height: 265px;
    max-height: 265px;
}
.store-list-home .card .c-logo img{
    border-radius: 50%;
    border: 3px solid #f7f7f7;
    box-shadow: 0 2px 10px 0 rgba(188,195,208,0.05); 
    width: 60px;
    height: 60px;
    background: #fff;
}
.store-page .swiper-slide .img-fluid {
    width: 100%;
    max-height: 580px;
}
.store-list-home .card p{
    font-size: 14px;
}
.swiper-button-next, .swiper-button-prev{
    top: 30% !important;
    
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px !important;
    right: auto;   
    color: #555555;
    font-weight: 600;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 50px !important;
    background: #fff;
    border-radius: 50%;
    height: 50px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 50px !important;
    background: #fff;
    border-radius: 50%;
    height: 50px !important;
}

.store-page .swiper-button-next, .store-page .swiper-button-prev{
    top: 45% !important;
    
}
.store-list-home .swiper-button-next, .store-list-home .swiper-button-prev{
    top: 30% !important;
    
}
.store-page .store-header{
    background: #f5f5f5;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.store-page .store-header .media img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.store-content .card{
    border: 1px solid rgba(0, 0, 0, 0.035) !important;
}
.store-content .card-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}
.store-content .media img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.store-content  .cd li{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.store-content  .cd span{
    font-weight: 500;
}
.store-content  .cd i{
    color: #008215;
}
.store-content  .t-d span{
    font-weight: 500;
    float: left;
}
.store-page .store-header .share li{
    float: left;
    padding: 0.8rem 1rem;
    background: #fff;
    border-radius: 50%;
    margin-left: 0.5rem;
}
.fb{
    background: #0e00c7 !important;
   
}
.fb a{
    color: #fff !important;
}
.ins{
    background: #000 !important;
   
}
.ins a{
    color: #fff !important;
}
.twt{
    background: #006cff !important;
   
}
.twt a{
    color: #fff !important;
}
.blog-post .img-fluid{
    width: 100% !important;
}
.storeadds{
    min-height: 40px;
}
.store-page .nav-pills .nav-link {
    color: #2c2c2c;
    text-align: center !important;
}
.store-page .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #ff5e5e !important;
    border-radius: 5px !important;
}
.store-page .nav-pills .nav-link{
    color: #2c2c2c !important;
}
.store-list-home .nav-pills .nav-link {
    color: #2c2c2c;
    text-align: center !important;
    font-size: 12px;
}
.store-list-home .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #ff5e5e !important;
    border-radius: 5px !important;
}
.store-list-home .nav-pills .nav-link{
    color: #2c2c2c !important;
}

@media (max-width: 575.98px) { 
    .store-list-home .nav{
        display: unset;
    }
}