.shdaow-custom {
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .1)
}

.btn-shadow {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .3)
}

.btn-shadow:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .35)
}

.card-rounded,
.btn-rounded {
    border-radius: 10em !important
}

.btn-outline-primary-double {
    border-color: currentColor;
    border: 5px solid currentColor
}

.btn-outline-primary-single {
    border-color: currentColor;
    border: 2px solid currentColor
}

.contact-form .form-control {
    background: #e5ecf4 !important;
    border: 0 !important
}

.contact-form .form-control:focus {
    background: #e5ecf4 !important;
    border: 0 !important;
    box-shadow: none !important
}

.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    padding: .84rem 2.14rem !important;
    border: 0 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    transition: 0.5s
}

.btn-primary {
    color: #fff !important;
    background-image: linear-gradient(135deg, hsla(192, 82%, 37%, 1) 0%, hsla(197, 89%, 24%, 1) 100%) !important
}

.btn-primary:hover {
    color: #fff !important;
    background-image: linear-gradient(135deg, hsla(192, 82%, 37%, 1) 0%, hsla(192, 82%, 37%, 1) 100%) !important
}

.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em
}

.btn-floating {
    width: 50px !important;
    height: 50px !important;
    position: relative !important;
    z-index: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important;
    overflow: hidden !important;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    margin: 10px !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 0 !important;
    cursor: pointer !important
}

.btn-floating i {
    display: inline-block !important width:inherit !important;
    text-align: center !important;
    color: #fff !important
}

.btn-floating i {
    font-size: 1.25rem !important;
    line-height: 50px !important
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '|' !important
}