.color-sur {
    color: #2398D5;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.off-white {
    color: #f8f9fa !important;
}
.off-white-bg {
    background: #f8f9fa !important;
}
.footer-logo img {
  width: auto;
  height: 140px;
  max-height: 140px;
}

.section-gradient {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #ffac3e52 0%, #180e01ff 100%);
}

@media (max-width: 991px) {
    .margin-sm-top-3 {
        margin-top: 1rem !important;
    }
    .margin-sm-top-4 {
        margin-top: 2rem !important;
    }
    .header .header-logo img {
        width: auto;
        height: 54px;
        max-height: 54px;
    }
    .scrolltotop {
        right: 3%;
        bottom: 15%;
    }
}

@media (max-width: 575px) {
    .d-none-sm {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .d-none-md {
        display: none !important;
    }
}
@media (min-width: 768.01px) {
    .d-none-lg {
        display: none !important;
    }
}