.serviceHeading {
    font-size: 40px;
    font-weight: 585;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8) !important;
    transition: 0.2s !important;
    background-color: #06064C !important;
    /* #17a2b8 !important; /*info class teal */
    cursor: pointer !important;
}

.card:hover {
    background-color: #343a40 !important;
    /* gray-dark #343a40 */
    /* gray-secondary #6c757d */
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2) !important;
}

.custom-btn {
    background: #f1a432;
    border: #f1a432;
    border-radius: 5px;
    max-width: 160px;
    transition: all 0.2s ease-in 0s;
    padding: 10px;
}

.custom-btn:hover,
.custom-btn:focus {
    background: #265e80;
    border: #265e80;
}

.col-md-6.video-sec {
    padding-top: 25px;
}


/* CSS */


/*
.img {
    margin-bottom: 35px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222)
}
*/

.jsonview {
    /* height: auto;     */
    max-height: 300px;
    /* max-width: auto; */
    overflow: auto;
    white-space: pre !important;
    word-break: normal !important;
    word-wrap: normal !important;
    margin-top: 0;
    margin-bottom: 1rem;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px;
    font-family: "Arial";
    font-size: 10pt;
}

.string {
    color: #0451a5;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: #a31515;
}

.card-header {
    background-image: none !important;
    font-weight: bold;
    border-bottom: none;
}

.bg-primary {
    background-color: white !important;
}

.text-white {
    color: #000000 !important;
}

.bg-success {
    background-color: white !important;
}


/* .itu {
    text-align: center;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
} */

.card-header.bg-success.text-white.text-uppercase {
    text-align: center;
}

.card-body {
    background-color: #c8f5ef1f;
}

label {
    cursor: auto;
}

.row {
    margin-right: auto;
    margin-left: auto;
}

html {
    position: relative;
    min-height: 100%;
}

.form-group.col-md-14.text-center {
    color: #000000;
}

i.fa.fa-envelope-open {
    color: #f1a432;
}

.grecaptcha-badge {
    bottom: 57px !important;
}

.fa-youtube:before {
    color: #fb0202;
}

.fa-facebook-square:before {
    color: #4867aa;
}

.fa-linkedin:before {
    color: #3677b5;
}

.hovertext {
    position: relative;
    border-bottom: 1px dotted rgb(252, 252, 252);
}

.hovertext:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 500%;
    background-color: #c8f5ef1f;
    color: #265e80;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: small;
    padding: 5px 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 110%;
}

.hovertext:hover:before {
    opacity: 1;
    visibility: visible;
}

.apish1text {
    font-size: 1.75rem;
}

.apish2text {
    font-size: 1rem;
}

.responsive-iframe {
    margin: auto;
    width: 45vw;
    height: 285px;
}