body {
	background-image: none;
	background-color: #efefef !important;
}
.tab_select .testimonials1 {
	cursor: pointer;
	background: #ddd;
}

/* *********** GLOBAL *********** */
#logo {
    padding-top: 120px;
    margin-bottom: 60px;
}
header h2,
.banner-submessage,
body h1,
body h2,
body h3, 
body h4,
body h5 {
	font-family: "Noto Sans",sans-serif !important;
	letter-spacing: -0.5px;
}
/* HRs */
body hr {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	max-width: 100vw;
	background: none;
	border-bottom: 1px solid rgba(0,0,128,0.1);
}

/* BUTTONS */
a.teal-button,
.teal-button {
	background-color: #1887be;
}
a.teal-button:hover,
.teal-button:hover {
	background-color: #13a2e9;
}
/* LINKS */
body main a,
body main a:link {
	color: 	#1887be;
}

/* FOOTER */
footer#foot {
	background-image: none;
	background-color: rgba(25,34,47,1);
}
footer#foot a,
footer#foot a:link,
footer#foot a:visited {
	color: #1fb5ff;
}

/* TOP NAV */
nav { 
	background: rgba(25,34,47,1); 
	box-shadow: none !important; 
	font-family: "segoe-ui", sans-serif; 
}
nav > .mobile {
	background: none;
}
nav > .mobile a,
nav > .mobile .arrow {
	background: #246193;
}
@media (max-width: 715px) {
    .arrow {
    	 background: #246193;
    }
}
#nav-bird:hover {
	border-bottom: none;
}
nav > ul > li > a { 
	font-family: "segoe-ui", sans-serif; 
	font-weight: 400; 
	font-size: 16px !important; 
	border-bottom: 1px solid rgba(25,34,47,1); 
}
nav > ul > li > a:hover,
nav > ul > li > a:active,
nav > ul > li > a:focus { 
	background: none; 
	color: #1fb5ff !important; 
	border-bottom: 1px solid #1fb5ff; 
}
/* active */
nav > ul > li.active > a {
	box-shadow: none; 
	background: unset; 
	color: #1fb5ff; 
}
nav > ul > li.active > a:hover,
nav > ul > li.active > a:active,
nav > ul > li.active > a:focus { 
	background: unset; 
	color: #1fb5ff !important; 
}
nav > ul > li.active > ul > li > a:hover {
	background: none;
}
/* contact button */
nav > ul > li a.heavy { 
	background: none; 
}
nav > ul > li a.heavy:hover { 
	background: none; 
}
nav > ul > li a.more-links { 
	cursor: default; 
}
/* drop-down / sub-menu */
nav > ul > li > ul { 
	background: rgba(25,34,47,1); 
	font-size: 16px !important; 
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
nav > ul > li > ul > li a { 
	border-top: none; 
	box-shadow: none; 
	font-size: 16px; 
}
nav > ul > li > ul > li ul {
	background: rgba(25,34,47,1);
}
nav > ul > li > ul > li ul li a { 
	border-top: none;
	box-shadow: none;
	font-size: 16px;
}
nav > ul > li > ul > li ul li a:hover { 
	background: none;
}
/* active dropdown */
nav > ul > li.active > ul > li > a { 
	background: none; font-size: 16px; 
}
nav > ul > li.active > ul > li.active > a { 
	background: none; color: #1fb5ff !important; box-shadow: none; 
}
nav > ul > li > ul > li a:hover { 
	background: none;
}
nav > ul > li a:hover,
nav > ul > li a:active,
nav > ul > li a:focus { 
	color: #1fb5ff !important;
}

/* FREE DEMO TAG */
#ppass-contact {
	color: #ccc;
	width: 292px;
	background-image: none;
	background-color: rgba(38,60,79, 1);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#ppass-contact a:hover {
	color: #7fd8ff;
}
/* KEYPOINTS BULLET LIST */
.keypoints li {
	font-size: 27px;
	list-style-type: none;
	white-space: nowrap;
	margin-bottom: 15px;
}
.keypoints li::before {
	content:url("/media/3651/checkmark-circled.png");
	margin-right: 15px;
	vertical-align: middle;
}
/* TESTIMONIALS */
.tab_select li.selected,
.tab_select li:hover {
	background: #1887be !important;
}
.tab_content {
	border: 1px solid #1887be;
}