.company-title {
    position: absolute;
    bottom: 10px;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
}
.cardheavens-home-bg{
    background: url(/assets/images/nft/home/bg.jpg);
    background-size: cover;
    background-position: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.company-card {
    position: relative;
    display: inline-block;
    border: 3px solid #ccc0;
    border-radius: 5px;
}
.company-title-text {
    display: inline;
    background: #e5e5e5;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 13px;
    color: #3e3e3e;
}
.company-card:hover {
    border-color: #F44336;
    box-shadow: 0px 4px 20px 6px #0000001a;
}
.giftcard-item {
    position: relative;
    max-width: 325px;
    margin: 0 auto;
}

.giftcard-content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF;
}

.giftcard-body {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.gift-card-price {
    float: right;
    padding-right: 10px;
    position: relative;
}

.gift-card-price-value {
    font-size: 2.3em;
}

.gift-card-price-symbol {
    position: absolute;
    top: 10px;
    left: -10px;
    font-size: 1.3em;
}
.companies {
    top: -65px;
    width: 100%;
    left: 0;
}
.company-carousel {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    margin: 0 auto;
    top: -70px;
    padding: 15px 30px;
}
.owl-nav {
    font-size: 4.5em;
    position: absolute;
    width: 100%;
    top:13px
}
.owl-prev {
    position: absolute;
    left: -25px;
}

.owl-next {
    position: absolute;
    right: -25px;
}

.owl-next.disabled,.owl-prev.disabled {
    color: #e7e7e7 !important;
}