.home-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80vh !important;
    padding: 0;
    background-size: cover;
    background: rgb(20,135,209);
    background: linear-gradient(90deg, rgba(20,135,209,1) 0%, rgba(20,209,147,1) 100%) !important;
    background-repeat: no-repeat;
    z-index: 1;
}

.bg-custom-footer {
    background: rgb(20,135,209);
    background: linear-gradient(90deg, rgba(20,135,209,1) 0%, rgba(20,209,147,1) 100%) !important;
}


.header-appear .navbar-top-default {
    background: rgb(20,135,209);
    background: linear-gradient(90deg, rgba(20,135,209,1) 0%, rgba(20,209,147,1) 100%) !important;
}

.nav-line .navbar-nav .nav-link:before {
    background: #333 !important;
}

.shape-circle {
    border: 5px solid #c4fb1a !important;
}

.shape-plus {
    background: #f70260 !important;
}

.shape-plus:after {
    background-color: #f70260 !important;
}

.shape-triangle {
    border-bottom: 50px solid #0008ff !important;
}


.shape-square {
    background-color: #fff !important;
}

.preloader .spinner .double-bounce1, .preloader .spinner .double-bounce2 {
    background: #18f005 !important;
}

.btn-custom-grd {
    background-image: -o-linear-gradient( 135deg, rgb(255 48 94) 0%, rgb(98, 58, 162) 100%);
    background-image: linear-gradient( 135deg, rgb(255 48 94) 0%, rgb(98, 58, 162) 100%);
    padding: 10px;
    font-size: 35px;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px rgb(98 58 162);
    box-shadow: 1px 1px 10px rgb(98 58 162);
}

.btn-custom-inf {
    background-image: -o-linear-gradient( 315deg, rgb(213, 247, 62) 0%, rgb(58, 162, 113) 100%);
    background-image: linear-gradient( 135deg, rgb(214, 249, 119) 0%, rgb(58, 162, 93) 100%);
    padding: 10px;
    font-size: 35px;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px rgb(98 58 162);
    box-shadow: 1px 1px 10px rgb(98 58 162);
}

.services-about {
    height: auto !important;
}

.btn-custom-sign-up {
    background-image: -o-linear-gradient( 135deg, rgb(255 48 94) 0%, rgb(98, 58, 162) 100%);
    background-image: linear-gradient( 135deg, rgb(255 48 94) 0%, rgb(98, 58, 162) 100%);
    padding: 10px;
    font-size: 35px;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px rgb(98 58 162);
    box-shadow: 1px 1px 10px rgb(98 58 162);
}