.custom-grid-1 {
    margin-top: -70px;
    position: relative;
    z-index: 10;
}

.text-prolink-orange {
    color: #faa426;
}

.custom-section-callback {
    /* margin-top: -70px; */
    padding-top: 70px;
    padding-bottom: 50px;
}

.list.list-icons.list-icons-lg li {
    padding-left: 46px;
}

.list.list-icons.list-icons-lg li > i {
    margin-right: 15px;
}

/* Hero carousel */
.body > .main > .owl-carousel .owl-nav button.owl-prev,
.body > .main > .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    z-index: 10;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.body > .main > .owl-carousel .owl-nav button.owl-prev:hover,
.body > .main > .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.body > .main > .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.body > .main > .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

.body > .main > .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.body > .main > .owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
}

.body > .main > .owl-carousel .owl-dots .owl-dot.active span {
    background: #faa426;
}

.callback-form {
    height: 60px;
    line-height: 1;
    padding: 10px 30px;
    border-width: 2px;
    border-color: var(--grey-500);
}