
.padding-top-20px{
    padding-top: 20px;
}

.hide{
    display: none !important;
}
.no-decor{
    text-decoration: none !important;
}
.contact-get-in-touch-area a {
    color: #0095ff !important;
}
.fixed-top {
    position: fixed !important;
    top: 0 !important;
}
.primary-clr, .reveal-header, .dashboard-bg::before, .btn-primary {
    background-color: #0095ff !important;
}
.reveal-header {
    box-shadow: 0 1rem 2rem #00000015 !important;
}
.client-container::after {
    content: unset !important;
}
.btn-dark {
    background-color: #0D152E !important;
    color: white !important;
}
.btn-light {
    background-color: white !important;
    color: rgb(13, 12, 12) !important;
}
.btn-light.animate {
    transition: all .5s ease;
}
.btn-light.light-shadow.animate:hover {
    box-shadow: 0 .75rem 1.25rem #00000025;
}
.btn-light:hover {
    color: rgb(0, 0, 0) !important;
}
.light-shadow {
    box-shadow: 0 1rem 2rem #00000015;
}
.white-text {
    color: white !important;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.card.card--pricing-l3-1:target {
    transition: all .25s ease;
    animation: blink 2s 3s ease 1 forwards;
}
.bullet {
    position: relative;
}
.bullet::before {
    content: "";
    width: 1rem;
    height: .125rem;
    background-color: #81838C30;
    position: absolute;
    top: 25%;
    left: 0;
    transform: translateX(-150%);
    border-radius: .25rem;
}
.no-shadow {
    box-shadow: none !important;
}
.footer-info {
    padding-block: 1rem;
}

.quick-link-border {
    border-bottom: .125rem solid #0095ff30;
    padding-block: 1rem;
    
}
.text-primary {
    color: #0095ff !important;
}
.top-bordered {
    border-top: .5rem solid #0095ff;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.top-bordered.add-left {
    border-left: .5rem solid #0095ff;
}
.top-bordered.add-right {
    border-right: .5rem solid #0095ff;
}
.top-bordered.add-bottom {
    border-bottom: .5rem solid #0095ff;
}
.top-bordered.no-top {
    border-top: 0;
}
.top-bordered.bc-green {
    border-color: rgb(1, 163, 1);
}
.top-bordered.bc-dark {
    border-color: #0D152E;
}
.top-bordered.bc-dark-fade {
    border-color: #1c243d;
}
.top-bordered.bc-muted {
    border-color: #81838C;
}
.price-tag {
    font-weight: bolder !important;
    color: #0D152E !important;

}
.gr-bg-opacity:before {
    opacity: 1 !important;
}
.btn.primary {
    background-color: #0095ff !important;
}
.login-link:hover {
    color: #282828 !important;
}
.pricing-sup {
    font-size: 40%;
    top: -1.125em;
    letter-spacing: .5px;
    padding-left: 1px;
}
.contact-us-form-area:after {
    background-color: #fff !important;
}
.fill-white {
    fill: #fff !important;
}
.form-control:valid:not([name="subject"]) {
    border: 1px solid #00ff00 !important;
    background-color: #f0fff3;
}
.required {
    position: relative;
}
.required::after {
    content: " *";
    color: red;
}
@keyframes blink {
    from {
        background-color: rgba(255, 208, 0, 0.25);
    }
    to {
        background-color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .client-bg {
        padding-block: 4rem !important;
    }
    .client-bg::before {
        border-radius: 0 !important;
    }
    .contact-us-area {
        padding-top: 7.5rem;
    }
    .contact-get-in-touch-area {
        padding-inline: 1rem !important;
    }
    .hero-area-6 .image-2 {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .hero-area-6 .image-2 img {
        width: 350px !important;
    }
    .top-bordered,
    .top-bordered.add-left,
    .top-bordered.add-right,
    .top-bordered.add-bottom {
        border: 0;
    }
}

@media screen and (max-width: 576px) {
    .testimonial-bg {
        padding: 2rem !important;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1000px) {
    .hero-area-6 .image-1 {
        display: none !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .hero-area-6 .image-1 {
        display: none !important;
    }
    .hero-area-6 .image-2 {
        display: block !important;
        top: 450% !important;
        left: 150% !important;
        transform: translateX(-100%) rotate(0) !important;
    }
}