* {
	font-family: 'Playfair Display', 'Manrope', 'Quicksand', 'Lato', sans-serif;
	font-weight: 300;
	/* line-height: 28px; */

	
}

::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: #0d59b3;
  }
  
  ::selection {
	color: #fff;
	background: #0d59b3;
  }

/* .dark-mode {
	//background-color: #15202B !important;
} */

#menu-main li {
	font-size: 20px !important;
}

#menu-main li a {
	color: #031b4e;
}

#menu-main li a:hover,
#menu-main li a:active,
#menu-main li a.active {
	color:#0d59b3;
}

#footer-links a {
	font-family: 'Roboto Condensed' !important;
}

article.post-20 .entry-content p {
	font-family: 'Roboto Condensed' !important;
}

iframe {
	margin: 20px 0;
}

.top {
	background: radial-gradient(circle farthest-corner at center center, #00275B 0%, #231421 100%);
	color: #fff;
	font-family: 'Roboto Condensed' !important;
}

.top a {
	color: #fff !important;
}

img.pdf {
	max-width: 30px !important;
}

.wpcf7-submit {
	width: 150px !important;
	color: var(--si-btn-active-color);
    background-color: var(--si-btn-active-bg);
    border-color: var(--si-btn-active-border-color);
    box-shadow: var(--si-btn-active-shadow);
}

header.navbar {
	font-weight: 100 !important;
}

.header {
	box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, .05), 0 0.25rem 0.5625rem rgba(11, 15, 25, .03);
    z-index: 1031;
}

.entry-content {
	font-weight: 400 !important;
}

.entry-content a {
	color:#00275B !important;
	border-bottom: 1px solid #106acf !important;
}

.entry-content a.btn {
	color: #fff !important;
}

.entry-content h3 {
	font-size: 30px;
}

.entry-content h4 {
	font-size: 26px;
}

.entry-content h5 {
	font-size: 22px;
}

.bg-category {
	background-color: #f6f7f9;
	color: #566373;
	/* color: rgba(0,0,0,0.5); */
}

.mlab__no-border {
	border: none !important;
}

b {
	font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #031b4e;
}

h2 {
	font-size: 1.5rem;
}

a {
	text-decoration: none !important;
}

.b {
	font-weight: 900;
}

p,
ul li {
	font-size: 18px !important;
	color: #031b4e;
}


a.mlab__link,
.entry-content p a {
	display: inline-block !important;
	position: relative !important;
	text-decoration: none !important;
}

a.mlab__link:hover,
.entry-content p a:hover {
	text-decoration: none !important;
}

a.mlab__link:after,
.entry-content p a:after {
	content: '';
	position: absolute;
	margin-bottom: 0px;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #031b4e;
	transition: 0.4s;
}

a.mlab__link:hover:after,
.entry-content p a:hover:after {
	width: 100% !important;
}

.page-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s .2s ease-in-out;
	transition: all .4s .2s ease-in-out;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}

.page-loading.active {
	opacity: 1;
	visibility: visible;
}

.page-loading-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0;
}

.page-loading.active>.page-loading-inner {
	opacity: 1;
}

.page-loading-inner>span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #9397ad;
}


.page-spinner {
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: .75rem;
	vertical-align: text-bottom;
	border: .15em solid #b4b7c9;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner .75s linear infinite;
	animation: spinner .75s linear infinite;
}


@-webkit-keyframes spinner {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.mlab__categories li {
	font-size: 0.9rem !important;
}

.mlab__category a {
	color: rgba(0,0,0,0.5);
}

.mlab__hello,
.mlab__bgcakw {
	background: linear-gradient(137deg, #292929, #292929) !important;
	background: linear-gradient(137deg, #00133f, #106acf) !important;
	background-size: auto 100%, auto 100%, auto auto !important;
}
.mlab__hello {
	color: rgba(255, 255, 255, 0.9) !important;
}

.mlab__bg_blue {
	background: #e5f1ff;
}

.dark-mode .mlab__bg_blue {
	background: #cc0000;
}

.gradient-hover-effect {
	display: flex;
	padding: 0.875em 2em;
	background: linear-gradient(90deg, #3f51b5, transparent) #2196f3;
	font-family: inherit;
	color: #fff;
	text-decoration: none;
	transition: background-color 1s;
	place-content: center;
  }
  .gradient-hover-effect:hover, .gradient-hover-effect:focus {
	background-color: #e91e63;
	color: #fff;
  }

span.current {
    color: #fff;
	background: #0d59b3;
    padding: 4px 8px 4px 8px;
    border: 1px solid #0d59b3;
    margin: 0 1px;
    -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.page-numbers { 
	
	margin:0;
	color: #333333;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
	padding: 4px 8px 4px 8px;
	border: 1px solid rgba(0,0,0,0.12);
	margin: 0 1px;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.55);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.55);
	box-shadow:0px 1px 0px rgba(255,255,255,0.55);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity:0.8;
	text-decoration: none; }

a:hover.page-numbers, a:active.page-numbers { 
	border: 1px solid #0d59b3;
	color: #222; -moz-opacity: 1;
	-khtml-opacity: 1; 
	opacity: 1;
}

button.mlab__search {
	border: 0;
	background-color: #fff;
	font-size: 1.5rem;
}



.mlab__grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.mlab__grayscale:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

.mlab__footer p {
	font-size: 13px !important;
	line-height: 120%;
	margin-bottom: 2px;
}

.mlab__footer .text-bold {
	font-weight: 700;
}

.mlab__footer img.logo {

	width: 150px !important;
}


.heading-center {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

.heading-center::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    width: 60px;
    background: #ff0000;
    margin-left: -25px;
}

.heading-center::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    width: 15px;
    background: #ff0000;
    margin-left: -45px;
}

.blue .heading-center::after,
.blue .heading-center::before {
  background: #4628ba;
}

.software .heading-center::after,
.software .heading-center::before {
  background: #4ac4f3;
}

.heading-center h2.text-invisible {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 1px #f4f4f4;
    z-index: -1;
    color: transparent;
    text-transform: uppercase;
    font-size: 36px;
    
    font-weight: 900;
    line-height: 1;
    margin-top: -40px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none !important;
	background-color: #f7ecec !important;
	border-left: 4px solid #cc0000 !important;
	border-radius: 0 !important;
	font-family: 'Roboto Condensed', sans-serif;
font-size: 13px !important;
	font-size: 14px !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
	margin-bottom: 30px !important;
}

.wpcf7-not-valid-tip {
	font-size: 0.8rem !important;
}

/* 

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    min-height: calc(1.6em + 1.57rem + 2px);
    padding: 0.785rem 1.125rem;
    font-size: 1rem;
    border-radius: 0.5rem;

	display: block;
    width: 100%;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #565973;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d7e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */