﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.collapse.in 
{
    display: block !important;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    vertical-align: bottom !important;
    padding: 1.25rem;
}

.card-footer1 {
    background-color: transparent !important;
    vertical-align: bottom !important;
}

.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    vertical-align: bottom !important;
}

.parallax {
    position: relative;
    /*padding: 120px 0px;*/
    padding: 0px 0px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.fa, .fas {
    font-weight: 900 !important;
}

.fa-border {
    border: 0.08em solid #17a2b8 !important;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

/*.text-info {
    color: #3CC7E8 !important;
    font-weight: 400 !important;
}*/

.fa-border-blu, .fas-border-blu {
    border: .08em solid #003366 !important;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.bg-graph {
    background-image: url('../Images/New/pattern.png');
    color: #666 !important
}

a {
    text-decoration:none!important
}

    a:active,
    a:hover 
    {
        outline: 0;
    }

.featurette-divider {
    margin: 2rem 0!important; /* Space out the Bootstrap <hr> more */
}

body {
    /*background-image: url('../../Images/pattern.png') !important;*/
    color: #666 !important
}

body {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

section {
    display: block !important
}

section {
    position: relative !important;
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media (min-width:992px) {
    section {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }
}

/*p, .p, h4, .h4, h5, .h5, h6, .h6, h3, .h3, h2, .h2,i, small, div, span, li {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-ms-hyphens: auto;
}*/

.text-justify {
    text-align: justify !important;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
}



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400 !important;
}

/*.fa, .fas {
	font-weight: 900 !important;
}*/
.display-4 {
    font-size: 3.5rem;
    font-weight: 200 !important;
    line-height: 1.2;
}

.btn-outline-light-contact {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light-contact:hover {
        color: #ffffff;
        background-color: #3cc7e8;
        border-color: #3cc7e8;
    }

    .btn-outline-light-contact:focus, .btn-outline-light-contact.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light-contact.disabled, .btn-outline-light-contact:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light-contact:not(:disabled):not(.disabled):active, .btn-outline-light-contact:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light-contact.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light-contact:not(:disabled):not(.disabled):active:focus, .btn-outline-light-contact:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light-contact.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }



.btn-outline-light-demo {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light-demo:hover {
        color: #ffffff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-light-demo:focus, .btn-outline-light-demo.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light-demo.disabled, .btn-outline-light-demo:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light-demo:not(:disabled):not(.disabled):active, .btn-outline-light-demo:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light-demo.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light-demo:not(:disabled):not(.disabled):active:focus, .btn-outline-light-demo:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light-demo.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }





img {
    vertical-align: top !important;
}


input,
select,
textarea {
    max-width: 500px;
}


section {
    /*float: left;*/
    width: 100%;
    background: transparent;
    position: relative;
    box-shadow: none;
}

.section {
    position: relative !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

section {
    display: block !important
}

section {
    position: relative !important;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.text-green {
    color: #4bb5c1;
}


/*.text-info {
    color: #3CC7E8 !important;
    font-weight: 400 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #3CC7E8 !important;
    font-weight: 400 !important;
}
*/
.text-blu {
    color: #003366;
}

.text-clinical {
    color: #17a2b8
}

.text-banking {
    color: #5fb4e2
}

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

    .site-header a {
        color: #999;
        transition: ease-in-out color .15s;
    }

        .site-header a:hover {
            color: #fff;
            text-decoration: none;
        }

.fa-border {
    border: .08em solid #17a2b8 !important;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-border-azure, .fas-border-azure {
    border: .08em solid #3CC7E8 !important;
    border-radius: .1em;
    padding: .2em .25em .15em;
}



.fa-border-ent {
    border: .08em solid #ffc107 !important;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-border-bank {
    border: .08em solid #003366 !important;
    border-radius: .1em;
    padding: .2em .25em .15em;
}


.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}



.text-th {
    color: #3276bc;
}


.text-th2 {
    color: #2f3d4e;
}


.childrenDivSpacing20 > div {
    margin-bottom: 20px;
}

.collapse.in {
    display: block !important;
}

.myboxshadow {
    -webkit-box-shadow: 7px 7px 5px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 7px 7px 5px 0 rgba(50,50,50,0.75);
    box-shadow: 3px 3px 2px 0 rgba(186,186,186,.5)
}

.myboxshadow-all {
    -webkit-box-shadow: 3px 2px 3px 3px rgba(50,50,50,0.84);
    -moz-box-shadow: 3px 2px 3px 3px rgba(50,50,50,0.84);
    box-shadow: 3px 2px 3px 3px rgba(186,186,186,.8);
    box-sizing: border-box;
    border: .5px solid rgba(186,186,186,.5)
}



/*--SCROLL down--*/
.arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -5em;
    margin-left: -5em;
    background: #fff;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    /*border: solid 2px #2f3d4e;*/
    font-size: 0.5em;
    display: block;
}

.arrow {
    float: left;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #111 transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}

    .arrow::after {
        content: "";
        position: absolute;
        top: -3.2em;
        left: -3em;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 3em 3em 0 3em;
        border-color: #fff transparent transparent transparent;
        -webkit-transform: rotate(360deg);
    }

/*--SCROLL UP--*/
.arrow-up-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -5em;
    margin-left: -5em;
    background: #fff /*#2f3d4e*/;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    /*border: solid 2px #ffffff;*/
    font-size: 0.5em;
    display: block;
}

.arrow-up {
    float: left;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #2f3d4e transparent transparent transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

    .arrow-up:after {
        content: '';
        position: absolute;
        top: -3.2em;
        left: -3em;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 3em 3em 0 3em;
        border-color: #fff transparent transparent transparent;
        /*-webkit-transform: rotate(180deg)*/
    }

.hint {
    position: absolute;
    top: 0.6em;
    width: 100%;
    left: 0;
    font-size: 2em;
    font-style: italic;
    text-align: center;
    color: #fff;
    opacity: 0;
}

.arrow-wrap:hover .hint {
    opacity: 1;
}

@-webkit-keyframes arrows {
    0% {
        top: 0;
    }

    10% {
        top: 12%;
    }

    20% {
        top: 0;
    }

    30% {
        top: 12%;
    }

    40% {
        top: -12%;
    }

    50% {
        top: 12%;
    }

    60% {
        top: 0;
    }

    70% {
        top: 12%;
    }

    80% {
        top: -12%;
    }

    90% {
        top: 12%;
    }

    100% {
        top: 0;
    }
}

.arrow-wrap .arrow .arrow-up {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 10s;
}

#shiva {
    height: 60px;
    background-color: transparent;
    font-size: 36px;
    margin: 5px;
    text-align: center
}

.counter {
    line-height: 10px;
    color: #276092;
    text-align: center;
    font-size: 36px
}