.services-block-three>a:after,
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute
}

.services-block-three {
    margin-bottom: 30px
}

.services-block-three i {
    font-size: 32px
}

.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 38px;
    position: relative;
    margin-bottom: 30px;
    height: 300px
}

.services-block-three>a:before {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: .5s;
    -webkit-transition: .5s
}

.services-block-three>a:after {
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: .5s;
    -webkit-transition: .5s
}

.padding-15px-bottom {
    padding-bottom: 15px
}

.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600
}

.services-block-three p {
    margin-bottom: 0;
    color: #757575
}

.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5
}

a:active,
a:hover {
    color: #03a9f5;
    text-decoration: none
}

.services-block-three>a:hover:after,
.services-block-three>a:hover:before {
    width: 95%;
    height: 90%
}

.gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #50b5ff 0, #abdcff 100%);
    background-image: -ms-linear-gradient(0deg, #50b5ff 0, #abdcff 100%);
    color: #fff
}

.contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0
}

.contact-info__list span.position-absolute {
    left: 0
}

.z-index-101 {
    z-index: 101
}

.list-style--none {
    list-style: none
}

.contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
}

@media (min-width:1024px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }

    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }

    .contact-form__wrapper {
        padding: 5rem !important
    }

    .navbar-custom {
        background: linear-gradient(90deg, rgb(255 255 255) 0, rgb(255 255 255) 30%, rgb(0 0 0 / 0%) 50%)
    }
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(132, 138, 163, .1) !important
}

.fa-solid,
.fas {
    color: #50b5ff
}

.bg-custom {
    background-color: #50b5ff !important
}

.sticky-bar
{
    background:#c9d2d9;
}
.btn-1
{
    background-color:black; border: 1px solid #ffffff; color:white;
}
.btn-2
{
    background-color:black; border: 1px solid #ffffff; color:white;
}
.btn-3
{
    background-color:#50b5ff!important; border: 1px solid #ffffff !important; color:white;
}
