

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);
        }








.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-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)
}

section {
	/*float: left;*/
	width: 100%;
	background: transparent;
	position: relative;
	box-shadow: none;
}

/*--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
}