.footer-top .footer-logo {
    width: 16rem;
    margin-bottom: 1rem !important;
}
.header .logo {
    width: 24rem;
}
/* Chrome, Safari, Opera */
/*@-webkit-keyframes zoom {*/
    /*from {*/
        /*-webkit-transform: scale(1,1);*/
    /*}*/
    /*to {*/
        /*-webkit-transform: scale(1.5,1.5);*/
    /*}*/
/*}*/

/* Standard syntax */
/*@keyframes zoom {*/
    /*from {*/
        /*transform: scale(1,1);*/
    /*}*/
    /*to {*/
        /*transform: scale(1.5,1.5);*/
    /*}*/
/*}*/


/*.zoom-in {*/
    /*-webkit-animation: zoom 20s; !* Chrome, Safari, Opera *!*/
    /*animation: zoom 20s;*/
/*}*/
.tms-overlay {
    background-color: rgba(51, 51, 51, 0.6)!important;
}

.pic-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin:0;
    /*animation*/

    animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;
}

.figurecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
}

.pic-1 {
    opacity: 1;
    background: url(../images/home/banner/image1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pic-2 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url(../images/home/banner/image2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pic-3 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url(../images/home/banner/image4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pic-4 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz--animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url(../images/home/banner/adorable-baby-blanket-1973270.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* keyframes*/

@keyframes
slideShow {  0% {
    opacity: 0;
    transform:scale(1);
    -ms-transform:scale(1);
}
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform:scale(1.2);
        -ms-transform:scale(1.2);
    }
    100% {
        opacity: 0;
        transform:scale(1);
        -ms-transformm:scale(1);
    }
}
@-o-keyframes
slideShow {  0% {
    opacity: 0;
    -o-transform:scale(1);
}
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform:scale(1.2);
    }
    100% {
        opacity: 0;
        -o-transformm:scale(1);
    }
}
@-moz-keyframes
slideShow {  0% {
    opacity: 0;
    -moz-transform:scale(1);
}
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform:scale(1.2);
    }
    100% {
        opacity: 0;
        -moz-transformm:scale(1);
    }
}
@-webkit-keyframes
slideShow {  0% {
    opacity: 0;
    -webkit-transform:scale(1);
}
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform:scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transformm:scale(1);
    }
}
.dropdownlist{
    color: #fff;
    opacity: 0.6;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    margin: 0 1.5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem;
    cursor: pointer;
}
.header .navigation > ul > li > .dropdownlist {
    color: #999;
    opacity: 1;
}
.header-transparent .navigation > ul > li > .dropdownlist {
    color: #fff;
    opacity: 0.6;
}
.header-background .navigation > ul > li > .dropdownlist {
    color: #999;
}
.header-background .dropdownlist{
    color: #999;
}
figure:before{
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
    z-index:0;
    background-color: rgba(0, 0, 0, 0.23);
}

/*.img-overlay:before{*/
    /*position: absolute;*/
    /*content:" ";*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*height:100%;*/
    /*display: block;*/
    /*z-index:0;*/
    /*background-color: rgba(0, 0, 0, 0.09);*/
/*}*/
.img-overlay{
    height: 100%;
}
/*.overlay-info{*/
    /*background-color: rgba(0, 0, 0, 0.09)!important;*/
/*}*/
.masonry-set-dimensions .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fs-18{
    font-size: 18px!important;
}
.gm-style .gm-style-iw{
    color: #0177bf!important;
}
.p-0 li{
    padding-bottom: 0px!important;
}
.map-img{
    height: fit-content;
    object-fit:cover;
}
.fs-large{
    font-size: 42px;
}
.lh{
    line-height: .8;
}
.products-menu a.active {
    background-color: #333;
    border-color: #333;
    color: #fff!important;
}
.products-menu a:hover {
    color: #333;
}
/*.products-menu a.active {*/
    /*color: #333;*/
    /*border-bottom: 1px solid #333;*/
/*}*/
/*.products-menu a:hover {*/
    /*color: #333;*/
/*}*/
.products-menu a {
    padding: 0.7rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.1rem;
    color: #999;
    border-radius: 20rem;
    display: block;
    position: relative;
    border-bottom: 1px solid transparent;
}
.products-menu li {
    padding: 0.8rem 0.5rem;
}
.products-menu ul, .products-menu li {
    padding: 0;
    text-transform: none;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
.products-menu li {
    padding: 0 2rem;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
}
.products-menu ul, .products-menu li {
    padding: 0;
    text-transform: none;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
/*.products-menu ul {*/
    /*width: 100%;*/
    /*padding-top: 3.5rem;*/
    /*padding-bottom: 0;*/
    /*margin-bottom: 0;*/
/*}*/
.accordion>ul, .breadcrumb, .products-menu ul, .social-1 ul, .social-3 ul, .social-4 ul, .tab-nav, .tms-slides {
    list-style: none;
}
.products-menu {
    padding-top: 3.5rem;
    padding-bottom: 0;
    text-align: center;
}
.navigation ul li > a:active{
    color: #ffffff;
}
.header-transparent .navigation > ul > li.current > .dropdownlist{
    color: #fff!important;
    opacity: 1!important;
}
.header-background .navigation > ul > li.current > .dropdownlist {
    color: #000!important;
    border-bottom: none!important;
}
.footer .footer-top {
    padding-top: 3rem;
    padding-bottom: 0rem;
}
.footer .footer-bottom {
    padding: 0 0 0rem 0;
    background-color: transparent;
}
.footer .footer-bottom-inner {
    padding-top: 2rem;
    border-top: 1px solid #333;
}
.footer-top .footer-logo {
    width: 24rem;
    margin-bottom: 1rem !important;
}
.tran-non{
    backface-visibility: hidden;
    transition: none!important;
    transform: none!important;
    opacity: 1;
    visibility: visible;
    transform-origin: 0!important;
}
.logo-middle{
    justify-content: center;
    display: flex;
}
/*.content-grid-2 .grid-item {*/
    /*width: 32%;*/
/*}*/
/*.sub-banner{*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*left: 0;*/
    /*z-index: 1;*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/
.sub-banner{
    display: inline-block;
    vertical-align: middle;
    border: none;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.banner{
    position: relative;
}
.banner:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.23);
}
.text-justify{
    text-align:justify
}
.section-block.featured-media.banner {
    background-color: #dcdcdc;
}
.csslider1.autoplay :before
{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.23);
}
.cs_title:before{
    background-color: rgba(0, 0, 0, 0)!important;
}
.sub-banner-title{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}
.relative{
    position: relative;
}
.section-block.featured-media{
    background-color: #ffffff;
}