﻿:root {
	--glass-bg: rgba(255, 255, 255, 0.08);
	--glass-border: rgba(255, 255, 255, 0.15);
	--accent-blue: #76a9fa;
	--accent-blue-dark: #4f83f7;
	--accent-glow: rgba(118, 169, 250, 0.5);
	--text-primary: #ffffff;
	--text-secondary: rgba(255, 255, 255, 0.8);
	--text-tertiary: rgba(255, 255, 255, 0.6);
}
#header {
	height: 40px;
	transition: all 0.5s;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 997;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.3);
}
#header.header-scrolled, #header.header-pages {
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
	z-index: 997;
	opacity: 0.9;
}
.caret {
	transform: rotate(90deg);
	display: inline-block;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	font-family: monospace;
	font-size: 16px;
}
.caret::before {
	content: ">";
}
.ico-up {
	transform: rotate(-90deg);
	display: inline-block;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	font-family: monospace;
	font-size: 40px;
	right: 6px;
	top: 2px;
	width: 40px;
	height: 40px;
	position: relative;
}
.ico-up::before {
	content: ">";
}

.ico-down {
	content: url(/img/down-arrow.svg);
	width: 18px;
	height: 18px;
}
.navcontainer {
	display: block;
	height: 40px;
}
.navcontainer a.logo {
	font-weight: bold;
	float: left;
	text-align: center;
	padding: 8px 16px;
	text-decoration: none;
	font-size: 17px;
}
* {
	box-sizing: border-box;
}
body {
	padding-top: 40px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	color: #444;
}
a, a:visited {
	color: #056cb5;
	text-decoration: none
}
a:hover {
	color: #44b2ff;
	text-decoration: none
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
.cp {
	padding: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	color: #413e66;
}
h1 {
	font-size: 36px;
	font-weight: bold;
}
h2 {
	font-size: 1.5rem;
	font-weight: bold;
}
h3 {
	color: #413e66;
	font-size: 18px;
	font-weight: 800;
}
.section-bg {
	background: #f0f5f8;
}
.footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	font-size: .9em;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.footer a {
	color: #b7cee6;
}
.footer a:hover {
	color: #e0e0e0;
}
.topnav {
	overflow: hidden;
	line-height: normal !important;
	font-size: 14px;
	color: #413e66;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.topnav svg{
  vertical-align: middle;
  display: inline-block;	
}
.topnav-right {
	float: right;
}
.topnav a {
	float: left;
	display: inline-flex;
	color: #413e66;
	text-align: center;
	padding: 12px 16px;
	text-decoration: none;
	align-items: baseline;
}
.active {
	color: #0758AF;
}
.topnav .icon {
	display: none;
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	border: none;
	outline: none;
	color: #413e66;
	padding: 12px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	cursor: pointer;
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	display: inline-flex;
	align-items: center;	
}
.dropdown-content {
	display: block;
	visibility: hidden;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	box-shadow: 0 20px 60px #ddd;
	transform: scale(0.5);
	z-index: 1;
	transition: all .2s;
	opacity: 0;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	transition: all .3s ease-in;
}
.topnav a:hover, .dropdown:hover .dropbtn{
	color: #44b2ff;
	transition: all .3s ease-in;
}
.topnav svg{
	stroke: #413e66; 
}
.topnav a:hover svg, .dropdown:hover svg{
	stroke: #44b2ff; 
	transition: all .3s ease-in;
}
.topnav a:hover .svg-fill{
	fill: #44b2ff;
	transition: all .3s ease-in;
}
.dropdown-content a:hover {
	background-color: #2F3452;
	color: #44b2ff;
	transition: all .3s ease-in;
}
.dropdown:hover .dropdown-content {
	display: block;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all .5s;
}
.about-img-container {
	max-width: 400px;
	text-align: center;
	margin: auto;
	margin-top: 60px;
}
.about-img {
	position: relative;
	margin: 30px 30px 30px 30px;
}
.about-img img {
	max-width: 100%;
	height: auto;
	border: 8px solid #fff;
	transition: .5s;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.about-img img:hover {
	width: 100%;
	-webkit-transform: scale(1.03);
	transform: scale(1.23);
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.about-img::after {
	position: absolute;
	right: -5%;
	bottom: -5%;
	width: 110%;
	height: 110%;
	z-index: -1;
	content: '';
	background-color: #F1F1F1;
	border-bottom-width: 1px;
	transition: .5s;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.dldiv {
	text-align: center;
	display: inline-block;
	width: 100%;
}
@media screen and (max-width: 730px) {
	.dropdown-content {
		display: none;
		box-shadow: none;
	}
	.topnav-right {
		float: none;
	}
	.topnav a, .dropdown .dropbtn {
		display: none;
	}
	.topnav .logo {
		display: block;
		color: inherit !important;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		background-color: #fff;
		color: #000;
	}
	.topnav.responsive .logo {
		background-color: transparent;
	}
	.topnav.responsive .dropdown {
		float: none;
		background-color: #fff;
	}
	.topnav.responsive .dropdown-content {
		position: relative;
		background-color: #fff;
	}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	.btn {
		font-size: 12px;
	}
	.container h1 {
		font-size: 2em;
	}
	.header h1 {
		font-size: 16px;
	}
	.header h2 {
		font-size: 12px;
	}
}
.topitems {
	display: inline-block;
}
.pr-icon {
	display: inline-block;
	float: left;
}
.pr-title {
	display: inline-block;
	width: 100%;
	font-size: 22px !important;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.mfp-s-loading .mfp-arrow {
	display: none !important;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 df;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav-svg {
	margin-right: 5px;
}
.cta-btn {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #1bb1dc;
	color: #004975;
	vertical-align: middle;
	display: inline-flex;
}
.cta-btn:hover {
	background: #004975;
	color: #fff;
}
.download {
	display: block;
	text-align: center;
}
.download i {
	font-size: 26px;
	vertical-align: bottom;
	margin-right: 15px;
}
.dl-icon {
	margin-right: 10px;
	filter: invert(49%) sepia(79%) saturate(415%) hue-rotate(147deg) brightness(100%) contrast(111%);
}
.intro {
	color: #ddd;
	text-align: center;
	min-height: 200px;
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}
.heroanim {
	background: linear-gradient(135deg, #0a0a0f 0%, #151520 25%, #1a1a2e 50%, #16213e 75%, #0f3460 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	overflow: hidden;
}
.heroanim::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 25% 25%, var(--accent-glow) 0%, transparent 50%);
	animation: hero-glow 8s ease-in-out infinite;
	z-index: 1;
}
@keyframes hero-glow {
	0%, 100% {
		transform: scale(1) rotate(0deg);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.1) rotate(2deg);
		opacity: 1;
	}
}
.conttop {
	display: flex;
	padding: 20px 0px;
	flex-wrap: wrap;
	z-index: 2;
	position: relative;
}
.proddiv {
	flex: 1 1 600px;
}
.prodimgdiv {
	flex: 1 1 600px;
	margin: auto;
}
.proddiv p {
	margin-bottom: 40px;
}
.intro h1 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 900;
	color: #eee;
}
.intro h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 900;
	color: #eee;
}
.intro .cta-btn {
	background: #004975;
	color: #fff;
}
.intro .cta-btn:hover {
	background: none;
	color: #fff;
	box-shadow: 0 0 15px 7px #fff;
}
.windows {
	font-size: 12px;
	margin-top: 10px;
}
#features {
	padding: 60px 0 40px 0;
}
.about-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about-content .col1 {
	flex: 1 1 600px;
}
.about-content .col2 {
	flex: 1 1 440px;
	max-width: 440px;
}
.fboxes-row {
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fboxes-row .fbox {
	flex: 1 0 330px;
	text-align: center;
	max-width: 330px;
}
.fbox .title {
	font-weight: bold;
	margin: 0px;
	font-size: 18px;
}
.fbox p {
	margin: 10px 20px;
}
.section-header {
	text-align: center;
	padding-top: 10px;
}
.f-boxes {
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#features .box {
	border-radius: 15px;
	margin: 50px 25px 40px 25px;
	background: #fff;
	transition: all 0.3s ease-in-out;
	transform: scale(1);
	flex: 1 0 330px;
	text-align: center;
	max-width: 330px;
	overflow: hidden;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
}
#features .box:hover {
	transform: scale(1.1);
}
#features .icon {
	display: block;
	overflow: hidden;
	text-align: center;
	border-radius: 12px !important;
	width: 100px;
	height: 100px;
	background: #fff;
	border: solid 1px #e5e4e4;
	position: fixed;
	margin: 5px;
	top: -55px;
	left: 32%;
}
#features .icon i {
	width: 120px;
	height: 120px;
	font-size: 80px;
	position: fixed;
	margin: 7px auto 0 -59px;
}
#features .title {
	font-weight: 700;
	margin: 0px;
	font-size: 18px;
	padding-top: 20px;
	color: #215183;
}
#features .cover img {
	width: 100%;
}
#features .cover {
	height: 94px;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	background: radial-gradient(at 50% bottom, rgb(151 192 200) 0%, rgb(9 184 235) 28%, rgb(22 60 116) 100%)
}
#features .description {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-align: left;
	padding: 20px;
}
.back-to-top {
	position: fixed;
	display: none;
	background: #1bb1dc;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 32px;
	border-radius: 50%;
	right: 10px;
	bottom: 40px;
	transition: background 0.5s;
	z-index: 11;
	opacity: 0.8;	
}
.back-to-top i {
	padding-top: 5px;
	padding-left: 1px;
	display: inline-block;
	color: #fff;
}
.sul {
	list-style-image: url('/img/tick.svg');
}
.sul li {
	padding-bottom: 10px;
}
#why-us .counters span {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 48px;
	display: block;
	color: #555186;
}
#why-us .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #221a83;
}
#why-us .row {
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#why-us .col {
	flex: 1 0;
	text-align: center;
}
.shape {
	position: absolute;
	opacity: 0.2;
	animation: rotate-float 30s infinite linear;
}
.geo-2 {
	width: 250px;
	height: 250px;
	bottom: 20%;
	left: 5%;
	background: linear-gradient(135deg, var(--accent-blue-dark) 0%, transparent 100%);
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	animation-delay: -10s;
}
.geo-1 {
	width: 400px;
	height: 400px;
	top: 10%;
	right: 5%;
	background: linear-gradient(45deg, var(--accent-blue) 0%, transparent 100%);
	clip-path: polygon(20% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.floating-shape {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	opacity: 0.8;
	animation: float 25s infinite ease-in-out;
}
.shape-1 {
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(118, 169, 250, 0.4) 0%, transparent 70%);
	top: -200px;
	left: -200px;
	animation-delay: 0s;
}
.shape-2 {
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(79, 131, 247, 0.3) 0%, transparent 70%);
	top: 50%;
	right: -150px;
	animation-delay: 7s;
}
.shape-3 {
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(118, 169, 250, 0.35) 0%, transparent 70%);
	bottom: -100px;
	left: 20%;
	animation-delay: 14s;
}
@keyframes float {
	0%, 100% {
		transform: translate(0, 0) scale(1) rotate(0deg);
	}
	25% {
		transform: translate(100px, -80px) scale(1.1) rotate(90deg);
	}
	50% {
		transform: translate(-60px, 60px) scale(0.9) rotate(180deg);
	}
	75% {
		transform: translate(80px, 100px) scale(1.05) rotate(270deg);
	}
}
@keyframes rotate-float {
	0% {
		transform: rotate(0deg) translateY(0);
	}
	50% {
		transform: rotate(180deg) translateY(-50px);
	}
	100% {
		transform: rotate(360deg) translateY(0);
	}
}
.svg-icon {
	vertical-align: middle;
}
ul.trust-icons {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	justify-content: space-around;
	padding: 10px 50px;
	align-items: center;
}
ul.trust-icons li {
	display: block;
	float: left;
	padding: 0;
	text-align: center;
}
ul.trust-icons li img {
	max-width: 100%;
	cursor: pointer
}
ul.trust-icons li:first-child {
	max-width: inherit;
}