body {
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem !important;
    color: #040404 !important;
}
.bg-half-200 {
    padding: 200px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}
.section-title .title {
    color: #00aef0 !important;
}
.text-justify {
    text-align: justify;
}
.bg-primary-1 {
    background-color: #1f8bcf !important;
}
.bg-overlay {
    background-color: rgb(116 191 71 / 51%) !important;
}
.bg-overlay-sub {
    background-color: rgb(123 211 255 / 14%) !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#topnav {
    background-color: transparent;
    box-shadow: 0 1px 6px -2px rgb(95 95 95 / 56%);
}

/* #topnav .navigation-menu>li>a{
  padding-left: 10px;
  padding-right: 10px
} */
.btn-soft-primary {
    color: #ffffff !important;
}

.bg-home-slider {
    background: no-repeat center center scroll;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.promo-title {
    color: #c0674b;
    font-weight: 800;
    font-style: italic;
    font-size: 1.8rem;
    text-shadow: 1px 0px 2px rgb(79, 255, 114);
}
.text-primary-lpg {
    color: #2caeef !important;
}

.btn-primary-lpg {
    color: #fff;
    background-color: #2190d3;
    border-color: #208ed1;
}

.zoom {
    padding: 50px;
    transition: transform 0.2s;
    /* width: 200px;
  height: 200px; */
    margin: 0 auto;
}
.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
}
.shop-list:hover {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
/* .footer{
  background:#277ca7 !important;
}
.text-footer{
  color: #277ca7 !important;
} */
