*:focus {
	outline: 0 !important;
}
a {
	text-decoration: none !important;
	color: #056cb5;
}
a:hover {
	color: #44b2ff;
}
a:active {
	color: #056cb5;
}
body {
	color: #333;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	overflow-anchor: none;
	text-rendering: optimizeLegibility;
	line-height: 1.5;
}
hr {
	height: 0px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
}
img {
	border: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}
h1 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #0065CE;
}
h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #004070;
}
h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #074068;
}
h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
.mg-clr1 {
	color: #2C3E4F !important;
}
.mg-clr2 {
	color: #A92446 !important;
}
.mg-clr7 {
	color: #074068 !important;
}
.mg-clr8 {
	color: #4BBCFF !important;
}
.icotick {
	font-size: 1.4em;
	vertical-align: text-top;
	color: #074068;
}
.ml-5 {
	margin-left: 40px;
}
.mb-2 {
	margin-bottom: 20px;
}
.images-flex {
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.images-flex .col {
	margin: 0px;
	flex: 0 1 360px;
	text-align: center;
	padding: 15px;
}
.scanmodes h3 {
	font-size: 1.2em;
	font-weight: 700;
	font-style: normal;
}
.scanmodes .mode {
	font-weight: 800;
}
code {
    background: #fefefe;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}
mark {
	background: linear-gradient(-100deg, hsla(48,92%,75%,.3), hsla(48,92%,75%,.7) 95%, hsla(48,92%,75%,.1));
	border-radius: 0.8em 0;
	padding: .3rem 0.8rem;
}
pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 14px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
}
#footer a:hover {
	color: #808080;
}
.review-flex{
	display: flex;
	align-items: center;
	gap:10px;	
}
.sect-title {
	width: 100%;
	border-left: 4px solid #A92446;
	display: inline-block;
	color: #A92446;
	margin-bottom: 10px;
}
.sect-title h1 {
	margin: 0 10px;
	font-weight: 800;
	font-size: 22px;
	text-transform: uppercase;
	color: #074068;
}
.sect-title h2 {
	margin: 0 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #A92446;
}
.sect-title2 {
	font-weight: 800;
	color: #074068;
	position: relative;
	font-size: 1.6em;
	text-transform: uppercase;
	border-left: 4px solid #056cb5;
	padding-left: 5px;
	margin: 30px auto;
}
.faq-question {
	color: #0066CC;
	font-weight: 700;
}
.faq-answer {
	color: #303a47;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.table td, .table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
table {
	border-collapse: collapse;
}
.features-table {
	text-align: center
}
.features-table td {
	padding: .1rem .5rem;
}
.features-table td:nth-child(1) {
	text-align: left;
}
.features-table th {
	font-weight: 300
}
.features-table tr {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}
.features-table tr:hover {
	background-color: #e3f2ff;
}
.features-table .thead-light .head {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	background-color: #074068 !important;
}
.table-responsive > .table-bordered {
	border: 0;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
	vertical-align: top;
}
.features-table .icon-tick {
	color: #05AE05;
}
.features-table .icon-x {
	color: #EA3538;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.featuresdiv {
	align-items: center;
	display: flex;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.intro {
	text-align: center;
}
.intro img {
	max-width: 1200px;
	width: 100%;
	height: auto;
	border-bottom: 1px #d8e0e8;
	border-style: solid;
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ico {
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ico-caret-down:before {
	content: "\25BC";
}
.ico-burger:before {
	content: "\2630";
	color: #fff;
}
.products {
	display: flex;
	flex-wrap: wrap;
}
.products .col {
	margin: 15px;
	flex: 1 1 450px;
}
.col-m {}
.products .col1 {
	margin: 15px;
	flex: 1 1 450px;
	margin-top: 20px;
}
.vline {
	width: 1px;
	background-color: #C8BB9B;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.text-center {
	text-align: center !important;
}
.div-flex {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto 20px auto;
}
.div-flex .col-s {
	margin: auto 0px;
	padding: 0px 10px;
	flex: 0 1 auto;
	text-align: center;
}
.div-flex .col-w {
	margin: auto 0px;
	padding: 0px 10px;
	flex: 2 0 60%;
	text-align: left;
}
.download-table {
	margin: 30px auto;
}
.download-table .head {
	position: relative;
	height: 40px;
	vertical-align: top;
}
.download-table .head::after {
	width: 100%;
	height: 1px;
	content: '';
	display: block;
	position: absolute;
	bottom: 6px;
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(221, 221, 221, 1) 30%, rgba(221, 221, 221, 1) 80%, rgba(238, 238, 238, 0) 100%);
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-family: 'Open Sans', sans-serif;
}
.btn-xs {
	padding: 1px 5px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	border-radius: 3px !important;
}
.btn-group-sm > .btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn:hover {
	color: #212529;
	text-decoration: none;
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-success {
	color: #00881f;
	border-color: #00881f;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #00881f;
	border-color: #00881f;
}
.btn-outline-blue {
	color: #3c79bb;
	border-color: #3c79bb;
}
.btn-outline-blue:hover {
	color: #fff;
	background-color: #3c79bb;
	border-color: #3c79bb;
}
.btn.disabled, .btn:disabled {
	pointer-events: none;
	opacity: .65;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.opacity0 {
	opacity: 0 !important;
	visibility: hidden
}
.scrollup {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 20px;
	right: 20px;
	background-color: #F03C02;
	z-index: 999;
	opacity: 0.5;
	color: #fff;
	border-radius: 5px;
	padding: 9px 11px;
	transition: all .6s;
}
.scrollup i {
	font-size: 30px;
}
a.scrollup {
	outline: 0;
	text-decoration: none;
}
a.scrollup:hover {
	opacity: 1;
	color: #fff !important;
}
a.scrollup i:hover {
	opacity: 1;
	background-color: #F03C02 !important;
	color: #fff !important;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.dropdown-menu.show {
	display: block
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #fff;
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
*, ::after, ::before {
	box-sizing: border-box;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}
.collapse:not(.show) {
	display: none
}
.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.navbar-brand img {
	vertical-align: middle;
	border-style: none;
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}
.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}
.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-left: auto !important;
}
.navbar-nav ul, li {
	line-height: 1.5;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.mghm a, .navbar > li > a {
	text-transform: capitalize;
	color: #666;
	font-size: .9em;
	font-weight: 700;
}
.mghm .drop-down ul a {
	padding: 10px 20px;
}
.mghm li a {
	padding-left: 15px;
}
.mghm .active a, .mghm .active a:focus, .mghm .active a:hover, .mghm li a:hover, .mghm li a:focus, mg-nav a:hover, .mg-nav .active > a, .mg-nav li:hover > a, .navbar > .show > a, .navbar > .show > a:focus, .navbar > .show > a:hover {
	color: #0384df;
	background: transparent;
	outline: 0;
}
.nav-item i{
	min-width: 15px;
	min-height: 13px;	
}
.mg-nav .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	min-width: 15px;
	min-height: 13px;
}
.mg-nav .nav-link {
	color: rgb(255, 255, 255);
	font-size: 13px;
	transition: all 0.2s ease-in-out;
	padding: 10px 10px !important;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
	display: block;
}
.mg-nav .active {
	color: #4BBCFF;
	background-color: transparent;
}
.mg-nav .dropdown-menu {
	border: 0px solid transition !important;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	float: none;
}
.mg-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.h-scrolled {
	background-color: #094066bf !important
}
@media only screen and (max-width: 991px) {
	.mg-nav .dropdown-toggle::after {
		font-size: 18px;
	}
	.mghm .show > .dropdown-toggle::after {
		transform: rotate(-90deg);
	}
	.mghm .collapse ul ul ul ul, .mghm .collapse ul ul ul ul.dropdown-menu, .mghm .collapse ul ul, .mghm .collapse ul ul.dropdown-menu {
		padding-left: 25px;
	}
	.navbar-collapse {
		padding-bottom: 15px;
		margin: 0px;
	}
	.top-bar {
		background-color: #2C3E4F !important;
	}
	.dropdown-menu {
		color: #fff;
		background-color: transparent !important;
	}
	.mghm a, .navbar > li > a {
		color: #FFFFFF
	}
	.h-scrolled {
		background-color: #094066Ef !important
	}
	.imgbox {
		float: none !important;
		margin: auto !important;
		;
	}
	.imgbox-left {
		float: none !important;
		margin: auto !important;
		;
	}
	.pr-imglogo {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.features-table div.vertical {
		-moz-transform: rotate(-90deg);
		-moz-transform-origin: top left;
		-webkit-transform: rotate(-90deg);
		-webkit-transform-origin: top left;
		-o-transform: rotate(-90deg);
		-o-transform-origin: top left;
		position: relative;
		top: 20px;
		width: 23px;
	}
	.features-table th.vertical {
		height: 130px;
		vertical-align: bottom;
		width: 18px;
	}
}
@media only screen and (min-width: 991px) {
	.mg-nav .dropdown-toggle:after {
		position: relative;
		float: none;
		display: inline-block;
		content: "\e93c";
		font-family: mg !important;
		padding-left: 2px;
		padding-right: 7px;
		vertical-align: baseline;
		border: 0px;
		margin: auto;
	}
	.mg-nav ul .dropdown-toggle:after {
		position: absolute;
		right: 15px;
		margin-left: 20px;
		width: 0px;
		height: 0px;
		vertical-align: 0.255em;
		content: "\e941";
		font-size: .8em;
		font-weight: normal;
		font-family: mg !important;
		padding: 3px 0px 0px 14px;
	}
	.mghm .collapse ul li {
		z-index: 900;
	}
	.mghm .collapse ul li:hover > ul {
		visibility: visible;
		opacity: 1;
		z-index: 901;
	}
	.mghm .collapse ul ul {
		visibility: hidden;
		opacity: 0;
		z-index: 900;
	}
	.mghm .collapse ul ul ul {
		left: calc(100% - 30px);
	}
	.mghm .collapse ul ul li {
		position: relative;
	}
	.mghm .collapse ul ul li:hover > ul {
		visibility: visible;
		opacity: 1;
		left: 100%;
	}
	.mghm .collapse ul ul ul {
		visibility: hidden;
		opacity: 0;
	}
	.mghm .collapse ul ul ul li {
		position: relative;
	}
	.mghm .collapse ul ul ul li:hover ul {
		visibility: visible;
		opacity: 1;
		left: 100%;
	}
	.mghm .collapse ul ul ul ul {
		visibility: hidden;
		opacity: 0;
		z-index: 1
	}
	.navbar-nav .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s;
		background-color: #fff;
		-webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
		-moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
		box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
	}
	.dropdown ul {
		display: block;
		position: absolute;
		left: 0;
		top: calc(100% - 30px);
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		padding: 10px 0;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: ease all 0.3s;
		background-color: #F00;
	}
	.dropdown:hover > ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}
}
.mg-nav .dropdown-menu .dropdown-toggle::after {
	right: 14px;
}
.top-bar {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 1s;
	z-index: 997;
	-webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
	-moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
	box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
	min-height: 50px !important;
	background-color: #233d4f;
	display: inline-block;
	border-bottom: 2px #b7cadb;
	border-bottom-style: solid;
}
.navbar {
	padding: 0;
}
@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}
.dropdown-item:hover {
	background-color: #0384df !important;
	color: #fff !important;
	transition: all .6s;
}
#productnav {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px
}
#productnav UL {
	display: flex;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: 0 solid #ccc;
	border-width: 0 0 0px 1px;
	float: left;
}
#productnav UL LI {
	padding: 0px;
	float: left;
	margin: 0px;
	text-align: center;
	display: block;
	border: 0 solid #ddd;
	border-width: 3px 1px 1px 0;
	cursor: hand;
	color: #0066CC;
	background: #fff url(/images/background-input.jpg) repeat-x top left;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	white-space: nowrap;
	text-transform: uppercase;
}
#productnav UL LI:hover {
	border-top-color: #0066CC;
}
#productnav UL LI:hover a {
	color: #FF9900;
}
#productnav UL LI#active {
	border-top-color: #FF9900;
	border-bottom: #fff 1px none;
}
#productnav UL LI a {
	display: block;
	padding: 3px 11px 0px 11px;
	height: 24px;
	color: #0066CC;
}
#productnav UL LI#active a {
	color: #0066CC;
}
#productnav UL LI IMG {
	vertical-align: bottom;
	margin-right: 4px;
}
#productnav_last {
	border-bottom: #CCCCCC 1px solid;
	height: 28px;
	overflow: hidden;
}
#productnav .ewgb_nav LI A {
	padding: 3px 7px 0px 7px;
}
@media (max-width:980px) {
	#productnav UL LI#active {
		border-bottom: 0px;
		border-bottom: #ccc 1px solid;
	}
	#productnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-moz-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		border: 0 solid #ccc;
		border-width: 0 0 0px 1px;
	}
	#productnav li {
		white-space: nowrap;
		padding: 5px;
		-webkit-flex: auto;
		-moz-flex: auto;
		-ms-flex: auto;
		flex: auto;
		border: 0 solid #ddd;
		border-width: 3px 1px 1px 0;
	}
	#productnav_last {
		display: none;
	}
}
@media (max-width:1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.cm {
	padding: 0;
	padding-top: 50px;
}
@media (max-width:800px) {
	.scrollup {
		bottom: 45px;
		right: 5px;
	}
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px);
}
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
	z-index: 3;
}
.form-control:focus {
	box-shadow: none;
	border-color: #66afe9;
	outline: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-primary {
	color: #ffffff;
	background-color: #3372a8;
	border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #5396d0;
	border-color: #5396d0;
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.btn-success {
	color: #fff;
	background-color: #00881f;
	border-color: #00881f;
}
.btn-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.imgbox {
	max-width: 400px;
	margin: auto;
	height: auto;
}
.imgbox-left {
	float: left;
	margin-right: 50px;
}
.imgbox-img {
	position: relative;
	margin: 30px 30px 30px 30px;
}
.imgbox-img img {
	max-width: 100%;
	height: auto;
	border: 8px solid #fff;
	transition: .5s;
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.imgbox-img img:hover {
	width: 100%;
	transform: scale(1.23);
	-webkit-transform: scale(1.23);
	-ms-transform: scale(1.23);
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.imgbox-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);
}
.dl-btn {
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px 11px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #41b8ff;
	vertical-align: middle;
	margin-bottom: 0px;
	color: #014b77;
}
.dl-btn:hover {
	background: #41b8ff;
	border: 3px solid #41b8ff;
	color: #fff;
}
.download {
	display: block;
	text-align: center;
	overflow: hidden;
	margin: 10px 0px;
}
.download i {
	font-size: 26px;
	vertical-align: bottom;
	margin-right: 15px;
	width: 26px;
	height: 26px;
	display: inline-block;
}
.windows {
	font-size: 12px;
	margin-top: 10px;
}