.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: Archia;
	src: url("https://pages.egress.com/rs/344-XTD-684/images/archia-regular-webfont.woff") format("woff"), url("https://pages.egress.com/rs/344-XTD-684/images/archia-regular-webfont.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Archia;
	src: url("https://pages.egress.com/rs/344-XTD-684/images/archia-medium-webfont.woff") format("woff"), url("https://pages.egress.com/rs/344-XTD-684/images/archia-medium-webfont.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Archia;
	src: url("https://pages.egress.com/rs/344-XTD-684/images/archia-bold-webfont.woff") format("woff"), url("https://pages.egress.com/rs/344-XTD-684/images/archia-bold-webfont.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}

body {
	min-width: 320px;
}

body.nav-active {
	overflow: hidden;
	height: 100vh;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

a,
button,
input[type="submit"] {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	outline: none;
	text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0 0 20px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: #001560;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #00a0e3;
}

h1 .text-sm,
h1 .text-lg,
.h1 .text-sm,
.h1 .text-lg,
h2 .text-sm,
h2 .text-lg,
.h2 .text-sm,
.h2 .text-lg,
h3 .text-sm,
h3 .text-lg,
.h3 .text-sm,
.h3 .text-lg,
h4 .text-sm,
h4 .text-lg,
.h4 .text-sm,
.h4 .text-lg,
h5 .text-sm,
h5 .text-lg,
.h5 .text-sm,
.h5 .text-lg,
h6 .text-sm,
h6 .text-lg,
.h6 .text-sm,
.h6 .text-lg {
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: normal;
	letter-spacing: normal;
	display: block;
	padding: 10px 0 0;
	font-size: 14px;
}

h4,
.h4 {
	margin: 0 0 20px;
}

.btn {
	font-size: 14px;
	min-width: 130px;
	font-weight: 700;
}

.btn.btn-primary:hover {
	color: #00a0e3;
	background: #fff;
	border-color: #00a0e3;
}

.btn.btn-secondary {
	color: #001560;
}

.btn.btn-secondary:hover {
	color: #fff;
	background: #001560;
	border-color: #fff;
}

.btn.btn-outline-secondary {
	color: #001560;
	border-color: #001560;
}

.btn.btn-outline-secondary:hover {
	color: #fff;
	background: #001560;
}

.btn.btn-danger:hover {
	color: #d82b64;
	background: #fff;
	border-color: #d82b64;
}

.btn.btn-info:hover {
	background: #fff;
	color: #0e76a8;
	border-color: #0e76a8;
}

.btn.btn-blue:hover {
	background: #fff;
	color: #001560;
}

.link-more {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #001560;
	display: inline-block;
	vertical-align: middle;
}

.link-more:after {
	-webkit-transition: left .25s ease-in-out;
	transition: left .25s ease-in-out;
	font-size: 12px;
	line-height: 24px;
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #d82b64;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 0;
	margin: 0 0 0 10px;
}

.link-more:hover {
	color: #00a0e3;
}

.link-more:hover:after {
	left: 5px;
}

.form-control {
	font-size: 14px;
	line-height: 20px;
	height: 50px;
	padding: 23px 15px 10px;
}

textarea.form-control {
	width: 100%;
	height: 150px;
	resize: none;
}

.form-group {
	position: relative;
}

.form-group label {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-size: 14px;
	line-height: 20px;
	color: #001560;
	opacity: .4;
	position: absolute;
	top: 50%;
	left: 16px;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.form-group.focused label {
	font-size: 10px;
	top: 3px;
	opacity: .7;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.form-group.focused .form-control {
	border-color: rgba(0, 21, 96, .2);
}

.text-sm {
	font-size: 14px !important;
}

#wrapper {
	-webkit-transition: padding .25s ease-in-out;
	transition: padding .25s ease-in-out;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 98px;
}

#header {
	width: 100% !important;
	min-width: 320px;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.topbar {
	-webkit-transition: margin-top .25s ease-in-out;
	transition: margin-top .25s ease-in-out;
	width: 100%;
	height: 40px;
}

.country-flag {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 0 0 22px;
}

.add-links {
	font-size: 13px;
	line-height: 20px;
}

.add-links li {
	margin: 0 0 0 20px;
}

.add-links li:first-child {
	margin: 0;
}

.add-links li a {
	color: #fff;
	display: block;
}

.add-links li a:hover {
	color: #001560;
}

.form-search {
	overflow: hidden;
	margin: 0 8px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-search .fa-search {
	width: 24px;
	height: 30px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form-search .fa-search:hover {
	color: #001560;
}

.form-search .search-opener {
	background: #00a0e3;
	position: relative;
	z-index: 3;
}

.form-search .search-slide {
	-webkit-transition: width .25s ease-in-out;
	transition: width .25s ease-in-out;
	width: 0;
	height: 30px;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

.form-search .search-slide .fa-search {
	width: auto;
	font-size: 14px;
	position: absolute;
	left: 0;
	margin: 0;
	top: 50%;
	left: 19px;
	color: #333;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-search .form-control {
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	height: 30px;
	padding: 5px 20px 5px 47px;
	border: 0;
	background: #fff;
	border-radius: 25px;
}

.form-search .form-control::-webkit-input-placeholder {
	color: rgba(0, 21, 96, .5);
}

.form-search .form-control::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 21, 96, .5);
}

.form-search .form-control:-moz-placeholder {
	color: rgba(0, 21, 96, .5);
}

.form-search .form-control:-ms-input-placeholder {
	color: rgba(0, 21, 96, .5);
}

.form-search .form-control.placeholder {
	color: rgba(0, 21, 96, .5);
}

.form-search.search-active .search-opener {
	opacity: 0;
	visibility: hidden;
}

.form-search.search-active .search-slide {
	width: 290px;
}

.header-holder {
	width: 100%;
}

.logo {
	-webkit-transition: width .25s ease-in-out, margin .25s ease-in-out;
	transition: width .25s ease-in-out, margin .25s ease-in-out;
	width: 120px;
	display: block;
	margin: 19px 0 14px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.loggedin-state #wrapper {
	padding-top: 85px;
}

.loggedin-state .logo {
	width: 110px;
	margin: 12px 0 10px;
}

.fixed-header #wrapper {
	padding-top: 45px;
}

.fixed-header .topbar {
	margin-top: -40px;
}

.fixed-header .logo {
	width: 120px;
	margin: 17px 0 15px;
}

.nav-opener {
	width: 32px;
	height: 28px;
	position: absolute;
	right: 13px;
	top: 50%;
	z-index: 1;
	margin-top: -14px;
	display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	height: 3px;
	background: #001560;
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	border-radius: 3px;
}

.nav-opener:after {
	top: auto;
	bottom: 4px;
}

.nav-opener span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-drop .nav-opener {
	top: 10px;
	margin-top: 0;
}

.nav-drop .nav-opener:before,
.nav-drop .nav-opener:after,
.nav-drop .nav-opener span {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background: #fff;
}

.main-nav {
	font-size: 16px;
	line-height: 20px;
	padding: 50px 0 25px;
}

.main-nav li {
	position: relative;
}

.main-nav li .drop-opener {
	width: 32px;
	height: 32px;
	font-size: 14px;
	position: absolute;
	right: 13px;
	top: 6px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 3px;
	background: #fff;
	color: #001560;
	z-index: 5;
}

.main-nav li .drop-opener:before {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.main-nav li a {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	display: block;
	color: #fff;
	opacity: 1;
	padding: 12px 50px 12px 15px;
}

.main-nav li a.btn {
	color: #fff;
	min-width: 120px;
	opacity: 1;
	margin: 13px 15px 0;
}

.main-nav li a.btn.btn-danger {
	padding: 4px 20px;
}

.main-nav li a.btn.btn-danger:hover {
	color: #d82b64;
	border-color: #d82b64;
}

.main-nav li:hover > a {
	color: #fff;
	opacity: 1;
	font-weight: 700;
}

.main-nav li.active > a {
	font-weight: 700;
}

.main-nav li.drop-active > a {
	color: #fff;
	opacity: 1;
	font-weight: 700;
}

.main-nav li.drop-active > .drop-opener:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.main-nav ul li a {
	color: #fff;
	opacity: 1;
	letter-spacing: -.65px;
	position: relative;
	z-index: 2;
	padding: 12px 50px 12px 25px;
}

.main-nav ul li.has-drop-down > a:after {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin: 0 0 0 10px;
	display: none;
}

.main-nav ul ul:before {
	width: 297px;
	position: absolute;
	left: -298px;
	top: 0;
	bottom: -1px;
	content: "";
	z-index: -1;
	background: #001560;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}

.main-nav ul ul li a {
	letter-spacing: normal;
	padding: 12px 20px 12px 35px;
}

#main {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.feature-popup {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
}

.feature-popup .feature-slide {
	position: relative;
}

.feature-popup .btn-close {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	font-weight: normal;
}

.feature-popup .btn-close:hover {
	color: #00a0e3;
}

.feature-popup p {
	margin: 0 0 7px;
}

.feature-popup .link-more {
	color: #fff;
	margin: 0 0 0 27px;
}

.feature-popup .link-more:after {
	color: #3fddf8;
}

.feature-popup .link-more:hover {
	color: #00a0e3;
}

.feature-popup .link-more:hover:after {
	color: #00a0e3;
}

.email-popup {
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	position: fixed;
	right: 0;
	bottom: 70px;
	z-index: 97;
	width: 248px;
	padding: 15px 25px 15px 32px;
	background: #fff;
	border-radius: 4px 0 0 4px;
	border: 1px solid rgba(0, 21, 96, .2);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.email-popup.email-popup-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.email-popup .email-slide {
	left: 0 !important;
	top: 0 !important;
	display: block !important;
	position: static !important;
}

.email-popup .btn-close {
	width: 28px;
	height: 28px;
	font-size: 12px;
	line-height: 1;
	color: #d82b64;
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.email-popup .btn-close:hover {
	color: #00a0e3;
}

.email-popup .title {
	font-size: 16px;
	line-height: 19px;
	color: #001560;
	display: block;
	margin: 0 0 20px;
}

.email-popup .link-more {
	font-size: 14px;
	font-weight: 400;
}

.visual-block {
	overflow: hidden;
}

.visual-block .textbox {
	padding: 30px 0 20px;
	position: relative;
	z-index: 2;
}

.visual-block h1 {
	margin: 0 0 16px;
}

.visual-block p {
	font-size: 16px;
	margin: 0 0 27px;
}

.visual-block .img-holder {
	position: relative;
	margin: 0 -15px;
}

.visual-block .img-holder:before,
.visual-block .img-holder:after {
	border: 8px solid #ffad9f;
	position: absolute;
	content: "";
	display: none;
}

.visual-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.visual-block .btns-wrap {
	margin: 0 -5px;
}

.visual-block .btns-wrap .btn {
	margin: 0 5px 10px;
	min-width: 140px;
}

.visual-block.bg-peach .img-holder:before,
.visual-block.bg-peach .img-holder:after {
	border: 8px solid #d82b64;
}

.visual-block.addition .img-holder:before {
	width: 250px;
	height: 250px;
	border-top: 0;
	border-right: 0;
	border-bottom-left-radius: 35px;
}

.visual-block.addition .img-holder:after {
	width: 9999px;
	height: 220px;
	border-right: 0;
	border-bottom: 0;
	top: 85px;
}

.visual-block.addition h1 {
	margin: 0 0 18px;
}

.visual-block.full-visual {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.visual-block.full-visual:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, .5);
}

.visual-block.full-visual .container {
	position: relative;
}

.visual-block.full-visual .container:after {
	width: 9999px;
	height: 205px;
	position: absolute;
	right: 78px;
	top: 0;
	border: 8px solid #3fddf8;
	border-left: 0;
	border-top: 0;
	content: "";
	border-bottom-right-radius: 35px;
	display: none;
}

.visual-block.full-visual .textbox {
	margin: 0;
	padding: 0;
}

.visual-block.full-visual .breadcrumb {
	padding: 36px 0;
	margin: 0;
}

.visual-block.full-visual.yellow-line .container:after {
	border-color: #f7f742;
}

.visual-block.full-visual.pink-line .container:after {
	border-color: #d82b64;
}

.visual-block.bg-peach .breadcrumb {
	color: #001560;
}

.visual-block.bg-peach .breadcrumb .breadcrumb-item.active {
	color: #001560;
}

.visual-block.bg-peach .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
	color: #001560;
}

.visual-block.bg-peach .breadcrumb a {
	color: #001560;
}

.visual-block.bg-peach .breadcrumb a:hover {
	color: #00a0e3;
}

.visual-block.home-visual {
	position: relative;
}

.visual-block.home-visual .textbox {
	position: relative;
}

.visual-block.home-visual .textbox:before,
.visual-block.home-visual .textbox:after {
	border: 8px solid #f7f742;
	content: "";
	position: absolute;
	display: none;
}

.visual-block.home-visual .textbox:before {
	height: 0;
	width: 0;
	left: -905px;
	top: -68px;
	border-left: 0;
	border-bottom: 0;
	border-top-right-radius: 35px;
}

.visual-block.home-visual .textbox:after {
	height: 0;
	width: 0;
	left: 87px;
	top: 104%;
	border-top: 0;
	border-right: 0;
	opacity: 0;
	-webkit-transition: opacity .4s ease 1s;
	transition: opacity .4s ease 1s;
}

.page-loaded .visual-block.home-visual .textbox:before {
	height: 72px;
	width: 1000px;
	-webkit-animation: line-left 1s ease-in-out;
	animation: line-left 1s ease-in-out;
}

.page-loaded .visual-block.home-visual .textbox:after {
	height: 72px;
	width: 2000px;
	-webkit-animation: line-right 1s ease-in-out;
	animation: line-right 1s ease-in-out;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	opacity: 1;
}

.msie .visual-block.home-visual .img-static,
.edge .visual-block.home-visual .img-static {
	display: block;
}

.msie .visual-block.home-visual .img-svg,
.edge .visual-block.home-visual .img-svg {
	display: none !important;
}

.text-bar {
	overflow: hidden;
}

.text-bar p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 7px;
}

.text-bar .link-more {
	color: #001560;
	margin: 0 0 0 10px;
	display: inline-block;
}

.text-bar .link-more:after {
	font-size: 12px;
	color: #001560;
}

.text-bar .link-more:hover {
	color: #fff;
}

.partner-logos {
	overflow: hidden;
}

.partner-logos ul {
	max-width: 1000px;
	margin: 0 auto;
}

.partner-logos ul li {
	padding: 10px 25px;
}

.partner-logos ul a {
	display: block;
}

.partner-logos ul a:hover {
	opacity: .8;
}

.partner-logos ul img {
	display: block;
	margin: 0 auto;
	max-height: 25px;
}

.svg-holder {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
}

.features-block {
	overflow: hidden;
}

.features-block h2.h4 {
	font-weight: 400;
	line-height: 1.875;
	color: #001560;
	max-width: 750px;
	padding: 2px 0 0;
	margin: 0 auto 30px;
	letter-spacing: normal;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.features-block .features-wrap {
	position: relative;
}

.features-block .features-wrap:before {
	position: absolute;
	width: 9999px;
	left: 50%;
	top: 0;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}

.features-block .features-wrap h3 {
	position: relative;
}

.features-block .features-wrap.bg-light-red:before {
	background: #f3d1dc;
}

.features-block .features-wrap.bg-light-red .feature-list li a:before {
	color: #d82b64;
}

.features-block .features-wrap.bg-sky-blue01:before {
	background: #c8e8f5;
}

.features-block .features-wrap.bg-sky-blue01 .feature-list li a:before {
	color: #00a0e3;
}

.features-block .features-wrap.bg-light-purple:before {
	background: #d7d1e5;
}

.features-block .features-wrap.bg-light-purple .feature-list li a:before {
	color: #4d2c92;
}

.features-block.addition .feature-post .textbox {
	line-height: 1.5;
}

.features-block.numbers-addition {
	counter-reset: section;
}

.features-block.numbers-addition .features-article h5:before {
	counter-increment: section;
	content: counter(section);
	font-size: 20px;
	margin: 0 15px 0 0;
	position: relative;
	top: 1px;
}

.features-block.numbers-addition .features-article p {
	margin: 0 0 22px;
}

.features-block.numbers-addition .features-article .feature-list li a {
	padding-left: 30px;
	color: #333;
}

.features-block.numbers-addition .features-article .feature-list li a:before {
	font-size: 16px;
}

.features-block.numbers-addition .features-article .feature-list li a:hover {
	color: #00a0e3;
}

.features-block.numbers-addition .btn {
	min-width: 200px;
}

.feature-post .holder {
	position: relative;
}

.feature-post .holder:before,
.feature-post .holder:after {
	width: 15px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: #fafafa;
	display: none;
}

.feature-post .holder:after {
	left: auto;
	right: 0;
	width: 135px;
}

.feature-post .textbox {
	font-size: 14px;
	line-height: 1.75;
}

.feature-post h3 {
	margin: 0 0 15px;
}

.feature-post h4 {
	margin: 0 0 27px;
	letter-spacing: -.7px;
}

.feature-post p {
	margin: 0 0 20px;
}

.feature-post .btn {
	min-width: 180px;
}

.feature-post .number-box {
	font-size: 0;
	line-height: 1;
	background: #fafafa;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

.feature-post .number-box .title {
	display: block;
	margin: 0 0 1px;
	font-size: 16px;
	font-weight: 500;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.feature-post .number-box .numbers {
	font-size: 60px;
	font-weight: 700;
}

.feature-post .img-holder {
	position: relative;
	z-index: 1;
}

.feature-post .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.feature-post:nth-child(even) .number-box {
	background: #fcd3cc;
	left: 0;
}

.features-article {
	font-size: 14px;
	line-height: 1.5;
}

.features-article h2.h4 {
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.417;
	letter-spacing: -.7px;
}

.features-article h3.h5 {
	margin: 0 0 17px;
	letter-spacing: normal;
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.features-article .link-more {
	margin: 2px 0 32px;
}

.features-article .link-more:after {
	margin: 0 0 0 18px;
}

.features-article .img-holder {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.features-article .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.features-article .img-holder iframe {
	width: 100%;
	height: 299px;
}

.features-article .embed-responsive {
	position: relative;
	z-index: 1;
}

.features-article .embed-responsive-4by3:before {
	padding-top: 65%;
}

.features-article .feature-list {
	font-size: 16px;
	line-height: 1.063;
	font-weight: 700;
	margin: 0 -15px 0 0;
}

.features-article .feature-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 10px 0 0;
}

.features-article .feature-list li:before {
	display: none;
}

.features-article .feature-list li a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	padding: 7px 10px 7px 40px;
}

.features-article .feature-list li a:before {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	color: #4d2c92;
	content: "\f058";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.features-article .feature-list li a:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.feature-list {
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature-list li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 15px;
	width: 100%;
}

.feature-list li:before {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	color: #4d2c92;
	content: "\f058";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
}

.feature-list li a {
	color: #001560;
}

.feature-list li a:hover {
	color: #00a0e3;
}

.progress-box {
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
}

.progress-box .container {
	max-width: 700px;
}

.progress-box p {
	margin: 0 0 9px;
}

.progress-box .link-more {
	color: #fff;
}

.progress-box .link-more:after {
	color: #fff;
	font-size: 14px;
}

.progress-box .link-more:hover {
	color: #001560;
}

.ratings-block {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.ratings-block .text {
	font-size: 16px;
	line-height: 1.5;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 12px 0 10px;
	display: block;
	width: 100%;
}

.ratings-block .link-more {
	color: #fff;
}

.ratings-block .link-more:after {
	font-size: 11px;
	color: #fff;
}

.ratings-block .link-more:hover {
	color: #00a0e3;
}

.ratings-block.addition {
	background-color: rgba(255, 173, 159, .2);
}

.ratings-block.addition .link-more {
	color: #001560;
}

.ratings-block.addition .link-more:after {
	color: #d82b64;
}

.ratings-block.addition .link-more:hover {
	color: #00a0e3;
}

.ratings-block.addition .ratings li {
	color: #d82b64;
}

.ratings {
	font-size: 24px;
	line-height: 1;
	padding: 3px 0;
}

.ratings li {
	margin: 0 10px 0 0;
}

.additional-articles {
	overflow: hidden;
}

.text-article {
	overflow: hidden;
}

.text-article .icon {
	margin: 0 0 21px;
	display: block;
	text-align: center;
}

.text-article .icon img {
	max-width: 100%;
}

.text-article h4 {
	margin: 0 0 10px;
	letter-spacing: -.7px;
}

.text-article .link-more:after {
	margin: 0 0 0 32px;
}

.related-block {
	width: 100%;
	position: relative;
	z-index: 4;
}

.related-block h4 {
	margin: 0 0 25px;
}

.related-block p {
	margin: 0 0 25px;
}

.related-block ul {
	padding: 0 7px;
}

.related-block ul li {
	position: relative;
}

.related-block ul li.hover {
	z-index: 1;
}

.related-block ul li.hover .caption-box {
	opacity: 1;
	visibility: visible;
}

.related-block ul li.hover img.img-hover {
	opacity: 1;
	visibility: visible;
}

.related-block ul a {
	display: block;
	position: relative;
}

.related-block ul img {
	-webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	max-height: 40px;
	display: block;
	margin: 0 auto;
}

.related-block ul img.img-hover {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
}

.related-block ul .caption-box {
	-webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	width: 165px;
	position: absolute;
	left: 50%;
	top: 85%;
	background: #fff;
	padding: 15px 15px 7px;
	border-radius: 3px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 1px solid rgba(0, 21, 96, .1);
	opacity: 0;
	visibility: hidden;
}

.related-block ul .caption-box .h5 {
	display: block;
	margin: 0 0 14px;
	font-size: 16px;
}

.related-block ul .caption-box p {
	line-height: 20px;
	margin: 0 0 12px;
}

.info-articles {
	overflow: hidden;
}

.info-articles .holder:after {
	width: 100%;
	position: absolute;
	left: 0;
	top: 105px;
	bottom: 0;
	content: "";
	background: #c8e8f5;
}

.info-articles .holder .container {
	position: relative;
	z-index: 1;
}

.info-articles h3 {
	margin: 0 0 35px;
}

.info-articles h3.style {
	color: #001560;
}

.info-articles h3.style span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 5px 0 0;
	display: block;
}

.info-articles h4 {
	margin: 0 0 28px;
}

.info-articles .bg-sky-blue01 {
	position: relative;
}

.info-articles .bg-sky-blue01:before {
	width: 9999px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	background: #fafafa;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.info-articles .info-post {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: block;
	color: #001560;
}

.info-articles .info-post:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.info-articles .info-post:hover .link-more:after {
	left: 5px;
}

.info-articles.addition .holder:after {
	background: rgba(255, 173, 159, .3);
}

.benefits-block {
	overflow: hidden;
}

.benefits-block h3 {
	margin: 0 0 29px;
}

.benefits-block h4 {
	margin: 0 0 31px;
}

.benefits-block .info-post {
	border: 1px solid rgba(0, 21, 96, .1);
	border-bottom: 5px solid #d82b64;
	border-radius: 3px;
}

.benefits-block .info-post h4.h5 {
	font-size: 18px;
	margin: 0 0 15px;
}

.info-post {
	line-height: 1.45;
	background: #fff;
	height: 100%;
	border: 1px solid #e9eaef;
}

.info-post .icon {
	font-size: 36px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 3px 0 15px;
	opacity: .7;
}

.info-post h4 {
	margin: 0 0 12px;
}

.info-post p {
	margin: 0 0 15px;
}

.info-post .img-holder {
	width: 68px;
	min-width: 68px;
	max-width: 68px;
}

.info-post .img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.trial-block {
	overflow: hidden;
}

.trial-block h3 {
	margin: 0 0 30px;
}

.trial-block .btn {
	min-width: 170px;
	margin: 0 5px 15px;
}

.services-block {
	overflow: hidden;
}

.services-block h3 {
	margin: 0 0 28px;
}

.service-box {
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
}

.service-box h4 {
	margin: 0 0 7px;
	letter-spacing: normal;
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.service-box .img-holder {
	overflow: hidden;
}

.service-box .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.service-box .textbox {
	position: relative;
	z-index: 1;
}

.service-box .link-more:after {
	font-size: 16px;
	margin: 0 0 0 20px;
}

.breadcrumb {
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
	font-size: 9px;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb a:hover {
	color: #00a0e3;
}

.security-info {
	overflow: hidden;
}

.security-info .feature-list li:before {
	color: #d82b64;
}

.cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	overflow: hidden;
	background: #e1e3eb;
}

.cookie-bar p {
	margin: 0 0 15px;
}

.cookie-bar p a {
	color: #001560;
}

.cookie-bar p a:hover {
	color: #00a0e3;
}

.cookie-bar .btn {
	padding: 9px 20px;
	min-width: 180px;
	margin: 0 0 0 20px;
}

.security-block {
	overflow: hidden;
}

.security-block .head {
	overflow: hidden;
	color: #333;
}

.security-block .head h2 {
	margin: 0 0 22px;
}

.security-block .head p {
	font-size: 16px;
}

.security-block .info-post {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: relative;
	z-index: 2;
	line-height: 1.571;
	background: #fff;
	border: 1px solid rgba(0, 21, 96, .1);
	color: #001560;
}

.security-block .info-post:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	color: #001560;
}

.security-block .info-post .img-holder {
	min-width: 108px;
	max-width: 108px;
	width: 108px;
}

.security-block .info-post .h5 {
	margin: 0 0 7px;
	letter-spacing: normal;
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.security-block .info-post .h5 a {
	color: #001560;
}

.security-block .info-post .h5 a:hover {
	color: #00a0e3;
}

.security-block .info-post p {
	margin: 0;
	max-height: 44px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.featured-content {
	overflow: hidden;
}

.featured-content .history-gallery .featured-article h4 {
	padding: 0;
}

.featured-content.addition:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 265px;
	content: "";
	background-color: rgba(63, 221, 248, .2);
}

.featured-content.addition .featured-article .img-holder {
	max-height: 94px;
}

.featured-content.addition .featured-article .link-more:after {
	margin: 0 0 0 78px;
}

.featured-content.addition02:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 150px;
	content: "";
	background-color: rgba(216, 43, 100, .2);
}

.featured-content.addition02 .featured-article {
	position: relative;
	z-index: 1;
}

.featured-content.addition02 .featured-article .link-more:after {
	margin: 0 0 0 78px;
}

.featured-article {
	overflow: hidden;
}

.featured-article .img-holder {
	overflow: hidden;
}

.featured-article .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.featured-article .img-holder .img-warp {
	overflow: hidden;
}

.featured-article .textbox {
	position: relative;
	z-index: 1;
	border: 1px solid rgba(0, 21, 96, .1);
}

.featured-article h4 {
	line-height: 1.458;
	margin: 0 0 15px;
}

.featured-article h5 {
	padding: 1px 0 0;
	margin: 0 0 8px;
	letter-spacing: normal;
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.featured-article .link-more:after {
	margin: 0 0 0 20px;
}

.featured-article.single-article .img-logo {
	margin: 0 0 20px;
}

.featured-article.animate-box:hover .img-holder img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.featured-article.animate-box .img-holder img {
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.studies-block {
	overflow: hidden;
}

.studies-block .info-post {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: block;
	position: relative;
	border: 1px solid rgba(0, 21, 96, .1);
	color: #001560;
}

.studies-block .info-post:hover {
	color: #001560;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.studies-block .info-post h5 {
	line-height: 24px;
	min-height: 48px;
	margin: 0 0 13px;
	padding-right: 100px;
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.studies-block .info-post h5 a {
	color: #001560;
}

.studies-block .info-post h5 a:hover {
	color: #00a0e3;
}

.studies-block .info-post p {
	margin: 0 0 7px;
	max-height: 44px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.studies-block .info-post .icon-logo {
	position: absolute;
	right: 20px;
	top: 15px;
	max-width: 98px;
}

.studies-block .info-post .icon-logo img {
	display: block;
	max-width: 100%;
}

.studies-block .btn {
	min-width: 200px;
}

.posts-block .holder:after {
	width: 100%;
	position: absolute;
	left: 0;
	top: 120px;
	bottom: 0;
	content: "";
	background: #c8e8f5;
}

.posts-block .holder .container {
	position: relative;
	z-index: 1;
}

.posts-block h4 {
	margin: 0 0 20px;
}

.posts-block .article-post {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.posts-block .article-post:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.posts-block .article-post:hover .link-more {
	color: #001560;
}

.posts-block .article-post:hover .link-more:after {
	left: 5px;
}

.posts-block .outline {
	border-radius: 0;
}

.posts-block.addition .article-post {
	border: 1px solid rgba(151, 151, 151, .2);
}

.posts-block.addition .article-post:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.posts-block.addition .article-post:hover .link-more:after {
	left: 0;
}

.posts-block.addition .article-post .h5 {
	letter-spacing: -.5px;
	margin: 0 0 12px;
	min-height: inherit;
}

.posts-block.addition .article-post .h5 .link-more:after {
	margin: 0 0 0 25px;
}

.posts-block.addition .article-post .h5 .link-more:hover {
	color: #00a0e3;
}

.posts-block.addition .article-post .h5 .link-more:hover:after {
	left: 5px;
}

.posts-block.addition .article-post p {
	margin: 0 0 11px;
}

.posts-block.style h3.h5 {
	letter-spacing: normal;
}

.featured-product {
	overflow: hidden;
}

.featured-product h5,
.featured-product .h5 {
	display: block;
	line-height: 24px;
	margin: 0 0 10px;
	letter-spacing: -.4px;
}

.article-post {
	overflow: hidden;
	position: relative;
	display: block;
	color: #001560;
}

.article-post:hover {
	color: #001560;
}

.article-post .img-holder {
	overflow: hidden;
}

.article-post .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.article-post .textbox {
	position: relative;
}

.article-post .category {
	font-size: 12px;
	line-height: 16px;
	padding: 8px 10px 6px;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: #4d2c92;
	text-align: center;
	min-width: 82px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
}

.article-post .category.style {
	color: #001560;
	padding: 7px 10px;
	background: #dcd1f3;
}

.article-post .category.style01 {
	color: #001560;
	padding: 7px 10px;
	background: #f5d3de;
}

.article-post h2,
.article-post .h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px;
}

.article-post h5,
.article-post .h5 {
	display: block;
	line-height: 24px;
	margin: 3px 0 10px;
	letter-spacing: -.4px;
}

.article-post .foot {
	position: absolute;
	left: 0;
	bottom: 17px;
	width: 100%;
}

.article-post .datetime {
	font-size: 12px;
	line-height: 15px;
	opacity: .7;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.article-post .time {
	margin: 0 10px 0 0;
}

.article-post .time i {
	margin: 0 0 0 5px;
}

.article-post .date {
	font-weight: 700;
}

.article-post .social-networks {
	font-size: 16px;
	width: auto;
	margin: 0;
}

.article-post .social-networks li {
	margin: 0 0 0 12px;
}

.article-post .social-networks li a {
	color: #333;
	opacity: .5;
}

.article-post .social-networks li a:hover {
	opacity: 1;
}

.article-post.single-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.article-post.single-post h2,
.article-post.single-post .h4 {
	min-height: inherit;
}

.article-post.single-post .foot {
	width: 100%;
}

.article-post.single-blog-post {
	border: 0 !important;
}

.article-post.single-blog-post .post-meta {
	overflow: hidden;
}

.article-post.single-blog-post .category {
	position: static;
}

.article-post.single-blog-post .date {
	font-weight: 400;
}

.article-post.single-blog-post .time i {
	margin: 0 0 0 2px;
}

.article-post.single-blog-post .author,
.article-post.single-blog-post .date,
.article-post.single-blog-post .time {
	margin: 0 20px 15px 0;
}

.article-post.single-blog-post .social-networks {
	font-size: 14px;
	line-height: 1;
	margin: 0 0 15px;
}

.article-post.single-blog-post .social-networks li {
	margin: 0 10px 0 0;
}

.article-post.single-blog-post .social-networks li a {
	color: #001560;
	opacity: 1;
}

.article-post.single-blog-post .social-networks li a:hover {
	opacity: .8;
}

.article-post.single-blog-post .btn {
	min-width: 180px;
}

.text-list {
	margin: 0 0 22px;
}

.text-list li {
	position: relative;
}

.text-list li:before {
	width: 4px;
	height: 4px;
	background: #001560;
	display: inline-block;
	vertical-align: middle;
	content: "";
	border-radius: 100%;
	margin: 0 10px;
	position: relative;
	top: -1px;
}

.additional-section {
	overflow: hidden;
	line-height: 1.714;
}

.additional-section .h3,
.additional-section .h4 {
	margin: 0 0 20px;
	letter-spacing: -.7px;
}

.additional-section p {
	margin: 0 0 24px;
}

.additional-section .link-more:after {
	margin: 0 0 0 15px;
}

.additional-section .img-holder {
	overflow: hidden;
}

.additional-section .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.additional-section .embed-responsive-16by9:before {
	padding-top: 54%;
}

.features-section {
	overflow: hidden;
	position: relative;
}

.features-section:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 550px;
	content: "";
	background: rgba(77, 44, 146, .2);
}

.features-section .head {
	overflow: hidden;
}

.features-section .tab-content {
	position: relative;
	z-index: 1;
}

.features-section h4.h5 {
	letter-spacing: normal;
	margin: 0 0 20px;
}

.features-section .img-holder {
	overflow: hidden;
}

.features-section .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.features-section .link-more:after {
	margin: 0 0 0 16px;
}

.features-section .nav-pills {
	display: none;
}

.nav-pills {
	font-size: 14px;
	line-height: 1.889;
	font-family: "Archia", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	position: relative;
	z-index: 1;
	margin: 0 -5px;
}

.nav-pills .nav-link {
	margin: 0 5px 10px;
	color: #001560;
	background: #fff;
	letter-spacing: -.1px;
	border: 1px solid rgba(0, 21, 96, .1);
	width: calc(50% - 10px);
	padding: 7px 10px;
	text-align: center;
}

.nav-pills .nav-link:hover {
	color: #fff;
	background: #d82b64;
}

.nav-pills .nav-link.active {
	font-weight: 700;
	letter-spacing: -.5px;
}

.additional-features {
	overflow: hidden;
}

.additional-features h4 {
	margin: 0 0 29px;
}

.additional-features p {
	margin: 0 0 24px;
}

.additional-features .btn {
	min-width: 263px;
	margin-top: 5px;
}

.additional-features .card {
	margin: 0 0 7px;
}

.additional-features .card + .card {
	margin-top: 3px;
}

.additional-features .card-body {
	padding-top: 3px;
}

.additional-features .card-body p {
	margin: 0 0 15px;
}

.additional-features .card-body .link-more {
	margin: 0 0 5px;
}

.card-header {
	border-bottom: 0;
}

.card-header .btn {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
	min-width: inherit;
}

.card-header .btn.btn-link {
	margin: 0;
	border: 0;
	width: 100%;
	color: #001560;
	line-height: 34px;
	border-radius: 0;
	text-align: left;
	padding-right: 50px;
}

.card-header .btn.btn-link:after {
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	right: 22px;
	top: 50%;
	color: #d82b64;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.card-header .btn.btn-link:hover,
.card-header .btn.btn-link:focus {
	text-decoration: none;
}

.card-header .btn.btn-link.collapsed {
	color: #fff;
	background: #001560;
}

.card-header .btn.btn-link.collapsed:after {
	color: #fff;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.card-header .btn.btn-link.collapsed:hover {
	color: #001560;
	background: #f3d1dc;
}

.card-header .btn.btn-link.collapsed:hover:after {
	color: #d82b64;
}

.card-header .btn:hover {
	background: #f3d1dc;
}

.testimonials-block {
	overflow: hidden;
}

.testimonials-block h4 {
	margin: 0 0 25px;
}

.blockquote {
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid rgba(0, 21, 96, .1);
	background: #fff;
	margin: 0;
	border-bottom: 5px solid #d82b64;
}

.blockquote p {
	font-family: "Archia", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	min-height: 48px;
	margin: 0 0 22px;
}

.quotes-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.quotes-slider .slick-slide {
	float: none;
	height: inherit;
}

.blockquote-footer {
	font-size: 16px;
	line-height: 1.5;
}

.blockquote-footer:before {
	display: none;
}

.blockquote-footer cite {
	font-size: 12px;
	font-style: normal;
	display: block;
}

.learning-block {
	overflow: hidden;
	counter-reset: section;
}

.learning-block h3.h4 {
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: normal;
}

.learning-block h4.h5:before {
	counter-increment: section;
	content: counter(section);
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.learning-article {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
}

.learning-article h4.h5 {
	letter-spacing: -.6px;
	margin: 0 0 15px;
}

.learning-article h4.h5:before {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	border-radius: 3px;
	position: absolute;
	left: -15px;
	top: 23px;
	color: #fff;
	background: #d82b64;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

.learning-article p {
	line-height: 1.714;
}

.learning-article .textbox {
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	background: #fff;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(0, 21, 96, .1);
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.learning-article .textbox:before,
.learning-article .textbox:after {
	width: 106px;
	height: 2px;
	position: absolute;
	background: #d82b64;
	content: "";
	top: 50%;
	left: 100%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.learning-article .textbox:after {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	left: auto;
	right: -123px;
	display: none;
}

.learning-article .img-holder {
	overflow: hidden;
}

.learning-article .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.learning-article:first-of-type .textbox:before {
	width: 235px;
}

.learning-article:nth-of-type(2) .textbox:after {
	display: block;
}

.faq-block {
	overflow: hidden;
}

.faq-block .card {
	margin: 0 0 3px;
}

.faq-block .card-body {
	padding-top: 3px;
}

.faq-block .card-body p {
	margin: 0 0 15px;
}

.faq-block .card-body .link-more {
	margin: 0 0 5px;
}

.faq-block .card-body .link-more:after {
	margin: 0 0 0 18px;
}

.white-theme .card {
	border-color: #fafafa;
}

.white-theme .card-header .btn.btn-link {
	color: #001560;
}

.white-theme .card-header .btn.btn-link.collapsed {
	color: #001560;
	background: #fff;
}

.white-theme .card-header .btn.btn-link.collapsed:after {
	color: #d82b64;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.white-theme .card-header .btn.btn-link:hover {
	background: #f3d1dc;
}

.contact-block {
	overflow: hidden;
}

.contact-block .head {
	background: rgba(0, 160, 227, .2);
}

.contact-block .head h2 {
	margin: 0 0 10px;
}

.contact-block .head p {
	font-size: 16px;
	margin: 0 0 20px;
}

.contact-block .tab-content {
	margin: 0 -15px;
	min-height: 30px;
	position: relative;
	z-index: 1;
}

.contact-block .form-group,
.contact-block .form-select {
	width: 100%;
}

.contact-block .btn {
	min-width: 180px;
	margin: 0 0 20px;
}

.contact-block .text-holder {
	overflow: hidden;
}

.contact-block .text-holder .textbox {
	font-size: 12px;
	line-height: 1.833;
	color: #4d2c92;
}

.contact-block .text-holder a {
	color: #4d2c92;
}

.contact-block .text-holder a:hover {
	text-decoration: underline;
}

.nav-tabs {
	border: 0;
	margin: 0 -10px;
}

.nav-tabs .nav-item {
	padding: 0 1px;
}

.nav-tabs .nav-link {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 700;
	background: #00a0e3;
	color: #fff;
	padding: 10px 6px 8px;
}

.nav-tabs .nav-link:hover {
	color: #001560;
	background: #fff;
}

.nav-tabs.add-style {
	margin: 0 -15px;
}

.nav-tabs.add-style .nav-item {
	padding: 0;
}

.nav-tabs.add-style .nav-item:first-child .nav-link {
	border-left: 1px solid rgba(0, 21, 96, .1);
	border-top-left-radius: 10px;
}

.nav-tabs.add-style .nav-item:last-child .nav-link {
	border-top-right-radius: 10px;
}

.nav-tabs.add-style .nav-link {
	font-size: 12px;
	line-height: 22px;
	color: #001560;
	border-radius: 0;
	background: #fff;
	border: 1px solid rgba(0, 21, 96, .1);
	border-left: 0;
	padding: 9px 6px;
}

.nav-tabs.add-style .nav-link:hover,
.nav-tabs.add-style .nav-link.active {
	color: #fff;
	background: #23176a;
}

.locations-block {
	overflow: hidden;
}

.locations-block h2 {
	margin: 0 0 25px;
}

.locations-block .outline {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.locations-block .tab-content .tab {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 0;
}

.locations-block .tab-content .tab.active {
	opacity: 1;
}

.map-block {
	overflow: hidden;
	margin: 0 -15px;
}

.map-block .map-holder {
	overflow: hidden;
	position: relative;
}

.map-block .map-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.map-block .map-holder .fa-map-marker-alt {
	font-size: 36px;
	line-height: 1;
	color: #00a0e3;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-95%, -70%);
	-ms-transform: translate(-95%, -70%);
	transform: translate(-95%, -70%);
}

.map-block .map-holder .map-pin {
	width: 30px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-95%, -70%);
	-ms-transform: translate(-95%, -70%);
	transform: translate(-95%, -70%);
}

.map-block .map-holder .map-pin img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.address-box {
	width: 100%;
	border-radius: 3px;
	border: 1px solid rgba(0, 21, 96, .1);
}

.address-box h3 {
	margin: 0 0 16px;
}

.addr-list {
	line-height: 1.4;
	margin: 0;
}

.addr-list li {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
	padding-left: 25px;
}

.addr-list li i {
	line-height: 1;
	position: absolute;
	left: 0;
	top: 4px;
}

.addr-list li address {
	margin: 0;
}

.addr-list li a {
	color: #001560;
}

.addr-list li a:hover {
	color: #00a0e3;
}

.addr-list li.mail {
	margin: 0 0 5px;
}

.addr-list li.mail a {
	border-bottom: 1px solid #001560;
}

.addr-list li.mail a:hover {
	border-color: #00a0e3;
}

.received-popup {
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 101;
	width: 280px;
	-webkit-transform: translate(281px, -50%);
	-ms-transform: translate(281px, -50%);
	transform: translate(281px, -50%);
}

.received-popup.active {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.received-popup .slide {
	width: 280px;
	left: 0 !important;
	top: 0 !important;
	display: block !important;
	position: static !important;
	border-radius: 4px 0 0 4px;
	background: #fff;
	padding: 15px;
	overflow: hidden;
	border: 1px solid rgba(0, 21, 96, .2);
}

.received-popup .opener {
	width: 165px;
	height: 30px;
	font-size: 14px;
	line-height: 1;
	color: #001560;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -15px 0 0 -97px;
	padding: 3px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: #fff;
	font-weight: 700;
	border: 1px solid rgba(0, 21, 96, .2);
	border-bottom: 0;
}

.received-popup .opener:before,
.received-popup .opener:after {
	position: absolute;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	content: "";
}

.received-popup .opener:before {
	left: 50%;
	top: -8px;
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px);
	border-color: transparent transparent rgba(0, 21, 96, .2) transparent;
}

.received-popup .opener:after {
	left: 50%;
	top: -8px;
	margin: 2px 0 0;
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px);
	border-color: transparent transparent #fff transparent;
}

.received-popup .opener i {
	font-size: 8px;
	line-height: 1;
	color: #d82b64;
	position: absolute;
	top: -4px;
	left: 50%;
	margin: 0 0 0 -3px;
	z-index: 1;
}

.received-popup .opener:hover {
	color: #00a0e3;
}

.received-popup .h5 {
	font-size: 18px;
	line-height: 19px;
	color: #001560;
	display: block;
	margin: 0 0 12px;
}

.received-popup p {
	line-height: 18px;
	opacity: .7;
}

.received-popup ul li + li {
	margin-top: 10px;
}

.received-popup .link-more {
	font-size: 14px;
}

.received-popup .link-more:after {
	margin-left: 18px;
}

.filter-search {
	margin: 0 30px 0 0;
}

.filter-search .opener {
	font-size: 13px;
	line-height: 1.333;
	color: #fff;
	font-weight: 700;
	padding: 3px 0;
	display: block;
}

.filter-search .opener i {
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	font-size: 12px;
	margin: 0 0 0 5px;
	position: relative;
	top: 1px;
}

.filter-search .opener:hover {
	opacity: .8;
}

.filter-search.active .opener i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 2px;
}

.filter-drop {
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	background: #fff;
	box-shadow: 0 2px 10px #001560;
	border: 1px solid rgba(0, 21, 96, .1);
	display: none;
}

.search-box {
	background: #f4f4f4;
}

.search-box .field {
	position: relative;
}

.search-box .form-control {
	height: 42px;
	padding: 9px 50px 9px 20px;
	border-radius: 25px;
	border: 2px solid rgba(0, 21, 96, .5);
}

.search-box .btn-search {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	border: 0;
	padding: 0;
	color: #333;
	background: none;
}

.search-box .btn-search:hover {
	color: #00a0e3;
}

.sorting-list {
	overflow: auto;
	max-height: 340px;
}

.sorting-list li {
	margin: 0 0 19px;
	position: relative;
}

.sorting-list .custom-checkbox {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sorting-list label {
	font-size: 14px;
	line-height: 1.389;
	font-size: 14px;
	margin: 0;
	color: #001560;
}

[type="checkbox"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

[type="checkbox"] + .custom-checkbox:before {
	content: "";
	width: 12px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #fff;
	border-width: 0 0 2px 2px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 -6px;
}

[type="checkbox"]:checked + .custom-checkbox {
	background: #001560;
}

[type="checkbox"]:checked + .custom-checkbox:before {
	opacity: 1;
}

.custom-checkbox {
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #001560;
	border-radius: 4px;
	background: #fff;
	position: relative;
}

.outline {
	border-radius: 3px;
	border: 1px solid rgba(0, 21, 96, .1);
}

.featured-box {
	overflow: hidden;
}

.featured-box .h5 {
	display: block;
	margin: 0 0 10px;
	letter-spacing: -.7px;
}

.featured-box .head {
	overflow: hidden;
}

.featured-box .head .h5 {
	margin: 0;
}

.featured-box .icon {
	font-size: 36px;
	line-height: 1;
	width: 48px;
	height: 48px;
	margin: 2px 15px 0 0;
	position: relative;
	color: #d82b64;
	opacity: .7;
}

.featured-box .icon .fa-user-alt,
.featured-box .icon .fa-lock,
.featured-box .icon .fa-lock-alt {
	position: absolute;
	left: 0;
	top: 1px;
}

.featured-box .icon .fa-lock,
.featured-box .icon .fa-lock-alt {
	left: auto;
	right: 0;
	top: auto;
	bottom: 2px;
}

.featured-box p {
	margin: 0 0 18px;
}

.featured-box .link-more {
	margin: 0 0 4px;
}

.featured-box .link-more:after {
	margin: 0 0 0 15px;
}

.brand-box {
	overflow: hidden;
}

.brand-box .img-holder {
	overflow: hidden;
	text-align: center;
	margin: 0 0 22px;
}

.brand-box .img-holder img {
	max-width: 100%;
}

.brand-box .h5 {
	margin: 0 0 8px;
	display: block;
	letter-spacing: -.5px;
	font-family: "Archia", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.brand-box p {
	font-weight: 500;
	margin: 0 0 5px;
}

.brand-box p a {
	color: #001560;
}

.brand-box p a:hover {
	color: #00a0e3;
}

.related-links {
	overflow: hidden;
}

.related-links .h5 {
	margin: 0 0 18px;
	display: block;
	letter-spacing: -.5px;
	font-family: "Archia", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.related-links ul {
	font-weight: 700;
}

.related-links ul li {
	margin: 0 0 12px;
}

.related-links ul li:last-child {
	margin: 0;
}

.related-links ul li a {
	color: #001560;
	position: relative;
	display: block;
	padding-right: 20px;
}

.related-links ul li a:after {
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	font-size: 14px;
	line-height: 1;
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #d82b64;
	position: absolute;
	top: 4px;
	right: -3px;
}

.related-links ul li a:hover {
	color: #00a0e3;
	margin-right: -5px;
}

.blog-section .article-post {
	border: 1px solid rgba(0, 21, 96, .1);
}

.blog-section .bg-lignt-gray02 {
	overflow: hidden;
}

.blog-section.addition .article-post h2,
.blog-section.addition .article-post .h4 {
	margin: 0 0 10px;
}

.blog-section.addition .article-post h2 a:after,
.blog-section.addition .article-post .h4 a:after {
	-webkit-transition: color .25s ease-in-out, left .25s ease-in-out;
	transition: color .25s ease-in-out, left .25s ease-in-out;
	font-size: 12px;
	line-height: 24px;
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #d82b64;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 0;
	margin: 0 0 0 20px;
}

.blog-section.addition .article-post h2 a:hover,
.blog-section.addition .article-post .h4 a:hover {
	color: #00a0e3;
}

.blog-section.addition .article-post h2 a:hover:after,
.blog-section.addition .article-post .h4 a:hover:after {
	left: 5px;
}

.load-more-holder {
	position: relative;
}

.load-more-holder [class^="col-"],
.load-more-holder [class*=" col-"],
.load-more-holder .search-post {
	-webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
	transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.load-more {
	font-size: 36px;
	line-height: 1;
	color: #00a0e3;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 10px;
	-webkit-animation: loader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: loader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
}

.right-line,
.bottom-left-radius-line,
.left-line,
.bottom-right-radius-line {
	position: relative;
}

.right-line:before,
.right-line:after,
.bottom-left-radius-line:before,
.bottom-left-radius-line:after,
.left-line:before,
.left-line:after,
.bottom-right-radius-line:before,
.bottom-right-radius-line:after {
	position: absolute;
	content: "";
	border: 8px solid #d82b64;
	display: none;
}

.right-line:before {
	right: 58px;
	top: 0;
	bottom: 18px;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}

.bottom-left-radius-line:after {
	height: 68px;
	right: 58px;
	top: 95%;
	left: 65px;
	border-bottom: 0;
	border-right: 0;
	border-top-left-radius: 35px;
}

.left-line:before {
	left: 65px;
	top: 10px;
	bottom: 20px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}

.bottom-right-radius-line:after {
	height: 52px;
	right: 58px;
	top: 91%;
	left: 65px;
	border-bottom: 0;
	border-left: 0;
	border-top-right-radius: 30px;
}

.lines-style .right-line:first-child:before {
	top: -80px;
	z-index: 2;
}

.lines-style .left-line:before {
	bottom: 40px;
}

.security-block {
	overflow: visible;
}

.security-block .right-line:before {
	right: 73px;
	top: -60px;
	bottom: -40px;
}

.security-block .bottom-left-radius-line:after {
	right: 73px;
	left: 80px;
	top: 115%;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.map {
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 400px;
}

.map-area,
.map-wrap,
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
}

.overlay svg {
	display: block;
	margin: auto;
}

.visual-search {
	overflow: hidden;
	position: relative;
}

.visual-search .form-control {
	padding: 10px 50px 10px 15px;
}

.visual-search .form-control:focus {
	border-color: rgba(0, 21, 96, .2);
}

.visual-search .btn-search {
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 50%;
	border: 0;
	padding: 0;
	color: #d82b64;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.visual-search .btn-search:hover {
	background: rgba(0, 21, 96, .03);
}

.visual-search .btn-search:hover .fa-search {
	opacity: .9;
}

.visual-search.addition .btn-search {
	color: #fff;
	background: #00a0e3;
}

.categories-block {
	overflow: hidden;
}

.categories-block h2.h4 {
	margin: 0 0 15px;
}

.categories-block h2.h4 span {
	color: #d82b64;
}

.categories-block.min-height {
	min-height: 300px;
}

.list-links {
	overflow: hidden;
}

.list-links li {
	margin: 0 0 4px;
}

.list-links li a {
	padding: 13px 40px 12px 10px;
	color: #001560;
	display: block;
	background: #fff;
	position: relative;
}

.list-links li a:after {
	-webkit-transition: right .25s ease-in-out;
	transition: right .25s ease-in-out;
	font-size: 14px;
	line-height: 1;
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #d82b64;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-links li a:hover {
	background: #f3d1dc;
}

.list-links li a:hover:after {
	right: 10px;
}

.search-block {
	overflow: hidden;
}

.search-block .head {
	overflow: hidden;
	padding: 0 0 2px;
}

.search-block h2.h4 {
	margin: 0 0 20px;
}

.search-block h2.h4 span {
	color: #d82b64;
}

.search-block h2.h4 a {
	text-decoration: underline;
}

.sorting-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.sorting-box label {
	padding: 1px 35px 1px 0;
	position: relative;
	margin: 0 15px 0 0;
}

.sorting-box .custom-checkbox {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}

.sorting-box .txt-label {
	font-size: 12px;
	font-weight: 700;
}

.sorting-box [type="checkbox"]:checked + .custom-checkbox {
	background: #fff;
}

.sorting-box [type="checkbox"]:checked + .custom-checkbox:before {
	border-color: #d82b64;
}

.search-post {
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #e1e4eb;
}

.search-post .subtitle {
	color: #fff;
	display: block;
	padding: 9px 20px;
	background: #00a0e3;
	display: none;
}

.search-post .holder {
	overflow: hidden;
	position: relative;
}

.search-post .tag {
	top: 0;
	right: 0;
	position: absolute;
	color: #fff;
	font-size: 12px;
	padding: 5px 13px;
	background: #00a0e3;
	text-transform: uppercase;
}

.search-post .h5 {
	display: block;
	margin: 0 0 17px;
}

.search-post .url {
	display: block;
	margin: 0 0 12px;
}

.search-post .url a {
	color: #001560;
	text-decoration: underline;
}

.search-post .url a:hover {
	color: #00a0e3;
}

.search-post p {
	line-height: 16px;
}

.search-post .link-more {
	margin: 2px 0 3px;
}

.search-post.bg-blue {
	color: #fff;
}

.search-post.bg-blue .link-more {
	color: #fff;
}

.search-post.bg-blue .link-more:hover {
	color: #00a0e3;
}

.search-post.bg-blue .url a {
	color: #fff;
}

.search-post.bg-blue .url a:hover {
	color: #00a0e3;
}

.search-post.featured .subtitle {
	display: block;
}

.jobs-block {
	overflow: hidden;
}

.jobs-block .btn {
	min-width: 200px;
}

.table-scroller {
	overflow: auto;
}

.table {
	min-width: 500px;
}

.table thead th {
	font-weight: 400;
	border: 0;
	padding: 0 15px 15px 0;
	opacity: .7;
}

.table thead th .fa-chevron-down {
	font-size: 12px;
	margin: 0 0 0 5px;
}

.table tr:first-child td {
	border-top: 0;
}

.table tr:last-child td {
	border-bottom: 1px solid rgba(0, 21, 96, .2);
}

.table td {
	font-weight: 700;
	font-family: "Archia", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.table td:first-child a {
	color: #001560;
}

.table td:first-child a:hover {
	color: #00a0e3;
}

.member-block {
	overflow: hidden;
	position: relative;
}

.member-block:after {
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 160, 227, .2);
	display: none;
}

.member-block.bg-bar:after {
	display: block;
}

.member-box {
	display: block;
	position: relative;
	z-index: 2;
}

.member-box .img-holder {
	overflow: hidden;
	position: relative;
}

.member-box .img-holder img {
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.member-box .name {
	font-size: 16px;
	line-height: 22px;
	width: 71%;
	height: 63px;
	position: absolute;
	left: 0;
	bottom: 38px;
	color: #001560;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 30px 3px;
	border-bottom: 4px solid #d82b64;
}

.member-box .name.purple {
	border-color: #4d2c92;
}

.member-box .name.light-blue {
	border-color: #00a0e3;
}

.member-box .name.blue {
	border-color: #001560;
}

.member-box .name.yellow {
	border-color: #f7f742;
}

.member-box .name.peach {
	border-color: #ffad9f;
}

.member-box .caption {
	-webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	visibility: hidden;
}

.member-box .link-more {
	color: #fff;
}

.member-box.hover .img-holder img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.member-box.hover .caption {
	opacity: 1;
	visibility: visible;
}

.history-gallery {
	position: relative;
	overflow: hidden;
}

.history-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.history-gallery .slideset {
	width: 99999px;
	float: left;
}

.history-gallery .slide {
	width: 100%;
	float: left;
}

.history-gallery .slide-count {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	right: 120px;
	bottom: 2px;
	z-index: 5;
	font-weight: 700;
}

.history-gallery .slide-count span {
	display: inline-block;
	vertical-align: top;
}

.history-gallery .slide-count .current-num {
	font-size: 60px;
	line-height: .75;
	opacity: 1;
	vertical-align: bottom;
}

.history-gallery .slide-count .total-num,
.history-gallery .slide-count .sep {
	opacity: .5;
}

.history-gallery .btn-prev,
.history-gallery .btn-next {
	font-size: 18px;
	line-height: 1;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	border-radius: 3px;
	background: #001560;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.history-gallery .btn-prev:hover,
.history-gallery .btn-next:hover {
	background: #d82b64;
}

.history-gallery .btn-prev.disabled,
.history-gallery .btn-next.disabled {
	opacity: .4;
}

.history-gallery .btn-prev.disabled:hover,
.history-gallery .btn-next.disabled:hover {
	background: #001560;
}

.history-gallery .btn-prev {
	right: 51px;
}

.resources-block {
	overflow: hidden;
}

.resources-block .article-post {
	border: 1px solid rgba(151, 151, 151, .2);
}

.resources-block .article-post .h5 {
	min-height: inherit;
}

.resources-block .article-post p {
	margin: 0 0 21px;
}

.resources-block .info-post {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: block;
	color: #001560;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid rgba(0, 21, 96, .2);
}

.resources-block .info-post .link-more:after {
	margin: 0	0	0 20px;
}

.resources-block .info-post .link-more:hover {
	color: #001560;
}

.resources-block .info-post:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.resources-block .info-post:hover .link-more:after {
	left: 5px;
}

.resources-block .info-post h4 {
	margin: 2px 0 5px;
}

.resources-block .info-post p {
	margin: 0 0 10px;
}

.resources-block .info-post .img-holder {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}

.section-head {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.section-head .head-wrap {
	position: relative;
}

.section-head:before,
.section-head:after {
	border: 8px solid #00a0e3;
	position: absolute;
	content: "";
	display: none;
}

.section-head:before {
	width: 9999px;
	height: 207px;
	border-right: 0;
	border-bottom: 0;
	top: -267px;
	left: 100%;
	margin-left: 21px;
	border-top-left-radius: 35px;
}

.section-head:after {
	width: 430px;
	border-bottom-left-radius: 35px;
	border-top: 0;
	right: -30px;
	top: -60px;
	bottom: -56px;
	z-index: -1;
}

.section-head.pink-lines:before,
.section-head.pink-lines:after {
	border-color: #d82b64;
}

.section-head.pink-lines:before {
	width: 255px;
	height: 102px;
	left: 132px;
	top: -162px;
	border-left: 0;
	border-right: 8px solid #d82b64;
	border-top-left-radius: 0;
	border-top-right-radius: 35px;
}

.section-head.pink-lines:after {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 35px;
}

.section-head.pink-lines .head-wrap:before {
	width: 9999px;
	height: 8px;
	background: #d82b64;
	content: "";
	position: absolute;
	right: 110.5%;
	top: -162px;
	display: none;
}

.values-block .info-post {
	border-radius: 3px;
	border: 1px solid rgba(0, 21, 96, .2);
}

.values-block .info-post .h5 {
	display: block;
	margin: 0 0 15px;
}

.values-block .info-post .fa-cog {
	font-size: 40px;
	line-height: 1;
	color: #d82b64;
	opacity: .7;
	margin: 0 15px 0 0;
}

.additional-posts {
	overflow: hidden;
}

.article-block {
	position: relative;
}

.article-block:after {
	width: 9999px;
	height: 180px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.article-block [class^="col-"],
.article-block [class*=" col-"] {
	z-index: 1;
}

.article-block [class^="col-"]:last-child,
.article-block [class*=" col-"]:last-child {
	z-index: 2;
}

.article-block .img-holder {
	overflow: hidden;
}

.article-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.article-block .textbox {
	overflow: hidden;
}

.article-block.bg-pink {
	background: none !important;
}

.article-block.bg-pink:after {
	background: rgba(216, 43, 100, .2);
}

.article-block.bg-purple {
	background: none !important;
}

.article-block.bg-purple:after {
	background: rgba(77, 44, 146, .2);
}

.article-block.bg-peach {
	background: none !important;
}

.article-block.bg-peach:after {
	background: rgba(242, 84, 29, .2);
}

.article-block.bg-sky-blue {
	background: none !important;
}

.article-block.bg-sky-blue:after {
	background: rgba(0, 160, 227, .2);
}

.images-gallery {
	position: relative;
	overflow: hidden;
}

.images-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.images-gallery .slideset {
	width: 100% !important;
	float: left;
	white-space: nowrap;
	letter-spacing: -4px;
}

.images-gallery .slide {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	white-space: normal;
	letter-spacing: normal;
	margin-left: 1px;
}

.images-gallery .slide:first-child {
	margin: 0;
}

.images-gallery .slide img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.images-gallery .btn-prev,
.images-gallery .btn-next {
	font-size: 14px;
	line-height: 1;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 5;
	background: #00a0e3;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -15px;
}

.images-gallery .btn-prev:hover,
.images-gallery .btn-next:hover {
	background: #d82b64;
}

.images-gallery .btn-prev.disabled,
.images-gallery .btn-next.disabled {
	display: none;
}

.images-gallery .btn-next {
	left: auto;
	right: 10px;
}

.office-info {
	overflow: hidden;
}

.office-info .address-box {
	border: 0;
	border-radius: 0;
	overflow: hidden;
}

.office-info .addr-list {
	overflow: hidden;
}

.office-info .addr-list li {
	width: 55%;
}

.office-info .addr-list li:first-child {
	float: left;
	width: 45%;
	padding-right: 10px;
}

.office-info .addr-list li i {
	color: #00a0e3;
	left: 1px;
}

.office-info .textbox .h4 {
	margin: 0 0 8px;
}

.office-info .textbox p {
	line-height: 20px;
	margin: 0 0 20px;
}

.apps-block {
	overflow: hidden;
}

.app-box {
	overflow: hidden;
	text-align: center;
}

.app-box i {
	font-size: 35px;
	line-height: 1;
	margin: 0 0 10px;
	position: relative;
	top: -5px;
}

.app-box .h4 {
	margin: 0 0 12px;
}

.app-box .link-more {
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 0 0 8px;
	position: relative;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.app-box .link-more:after {
	color: #fff;
}

.app-box .link-more:hover {
	opacity: .8;
}

.app-box .btn {
	min-width: 180px;
}

.app-box .text-details {
	overflow: hidden;
}

.app-box .text-details .title {
	display: block;
	margin: 0 0 5px;
}

.app-box .text-details p {
	margin: 0 0 10px;
}

.app-box .link-details {
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #fff;
	padding-bottom: 23px;
	position: relative;
	font-weight: 700;
}

.app-box .link-details:after {
	font-size: 13px;
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.app-box .link-details .more {
	display: inline-block;
}

.app-box .link-details .less {
	display: none;
}

.app-box .link-details:hover {
	opacity: .8;
}

.app-box.active .link-details:after {
	-webkit-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
}

.app-box.active .link-details .more {
	display: none;
}

.app-box.active .link-details .less {
	display: inline-block;
}

.list {
	margin: 0 0 20px;
}

.list li {
	position: relative;
	margin: 0 0 14px;
}

.list li:before {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin: 4px 10px 0 0;
	content: "\f00c";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
}

.windows-block {
	overflow: hidden;
}

.windows-block .img-holder {
	overflow: hidden;
	max-width: 250px;
	margin: 0 auto;
}

.windows-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.windows-block .feature-list {
	font-size: 14px;
	line-height: 20px;
}

.windows-block .feature-list li {
	margin: 0 0 20px;
	width: 50%;
	padding: 0 10px 0 27px;
}

.windows-block .feature-list li:before {
	font-size: 18px;
	color: #d82b64;
	top: 1px;
}

.find-block {
	overflow: hidden;
}

.find-block .head {
	background: rgba(0, 160, 227, .2);
}

.find-block .head h2 {
	margin: 0 0 8px;
}

.find-block .head p {
	font-size: 16px;
	margin: 0 0 15px;
}

.find-block .tab-pane {
	position: relative;
}

.find-block .container {
	position: relative;
	z-index: 1;
}

.find-block .box {
	overflow: hidden;
	background: #fff;
	color: #333;
	border: 1px solid rgba(0, 21, 96, .1);
}

.find-block .box.border-top-purple {
	border-top: 5px solid #4d2c92;
}

.find-block .box.border-top-primary {
	border-top: 5px solid #00a0e3;
}

.find-block .box h4 {
	color: #001560;
}

.find-block .box h5 {
	color: #001560;
}

.find-block .box .title {
	display: block;
}

.find-block .box ul {
	margin: 0 0 22px;
}

.find-block .bg-sky-blue01 p {
	margin: 0 0 20px;
}

.find-block .form-box {
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 21, 96, .1);
}

.find-block .form-box .textarea-wrap label {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 15px;
}

.find-block .form-box .textarea-wrap.focused label {
	top: 3px;
}

.find-block .form-box .check-row {
	overflow: hidden;
	position: relative;
	padding-right: 60px;
}

.find-block .form-box .check-row label {
	margin: 0;
	padding: 3px 0;
}

.find-block .form-box .check-row .custom-checkbox {
	position: absolute;
	right: 0;
	top: 0;
	border-color: #c5c5c5;
}

.find-block .form-box .check-row .custom-checkbox:before {
	border-color: #001560;
}

.find-block .form-box .check-row [type="checkbox"]:checked + .custom-checkbox {
	background: #fff;
}

.find-block .bg-light-red,
.find-block .bg-light-purple {
	background: none !important;
}

.find-block .bg-light-red:after,
.find-block .bg-light-purple:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
}

.find-block .bg-light-red:after {
	background: #f3d1dc;
}

.find-block .bg-light-purple:after {
	background: #d7d1e5;
}

.job-section {
	overflow: hidden;
}

.job-section .bg-lignt-gray02 {
	overflow: hidden;
}

.job-section .buttons-box {
	overflow: hidden;
}

.job-section .buttons-box .btn {
	display: block;
	width: 100%;
}

.job-section .buttons-box .btn .fa-linkedin {
	margin: 0 10px 0 0;
	font-weight: 400;
	display: inline-block;
	position: relative;
}

.job-section .link-share {
	font-weight: 700;
	display: inline-block;
	color: #001560;
}

.job-section .link-share i {
	font-size: 14px;
	margin: 0 8px 0 0;
}

.job-section .link-share:hover {
	color: #00a0e3;
}

.job-details .h5 {
	display: block;
	margin: 0 0 10px;
}

.job-details .link-more:after {
	margin: 0 0 0 20px;
}

.job-details .member-box .name {
	height: 42px;
	bottom: 20px;
	width: 64%;
	padding: 3px 20px;
}

.job-details .member-box.hover .img-holder img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.job-info {
	overflow: hidden;
}

.benefits-sections {
	overflow: hidden;
}

.benefits-box {
	overflow: hidden;
	background: #fff;
	border-radius: 3px;
	border: 1px solid rgba(0, 21, 96, .1);
	border-bottom: 5px solid #d82b64;
}

.benefits-box .head {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.benefits-box .head i {
	font-size: 28px;
	line-height: 1;
	color: #d82b64;
	opacity: .7;
	margin: 0 20px 0 0;
}

.benefits-box .h5 {
	display: block;
	margin: 0;
}

.bullet-list {
	overflow: hidden;
}

.bullet-list li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 13px;
}

.bullet-list li:last-child {
	margin: 0 0 2px;
}

.bullet-list li:before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	background: #d82b64;
	border-radius: 100%;
}

.landing-page {
	background: #fafafa;
}

.landing-page #wrapper {
	padding-top: 0 !important;
}

.landing-page #header {
	position: relative !important;
	box-shadow: none;
	background: #fafafa;
	z-index: 1;
}

.landing-page .header-holder {
	height: 55px;
}

.landing-page .logo {
	-webkit-transition: none .3s linear;
	transition: none .3s linear;
	margin: 17px 0 13px !important;
}

.landing-page #main {
	z-index: 2;
	overflow: visible;
}

.landing-page.fixed-header #wrapper {
	padding-top: 0 !important;
}

.landing-page.fixed-header #header {
	position: relative !important;
}

.landing-page.fixed-header .logo {
	margin: 17px 0 13px !important;
}

.landing-block .img-holder {
	max-width: 457px;
	overflow: hidden;
}

.landing-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.landing-block .h5 {
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: normal;
}

.upper-head {
	background: rgba(0, 160, 227, .2);
}

.upper-head .h3 {
	margin: 0 0 10px;
}

.download-form {
	background: #fff;
	position: relative;
	z-index: 2;
}

.download-form:before {
	width: 9999px;
	height: 100%;
	border: 8px solid #4d2c92;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	top: -190px;
	left: 41.5%;
	z-index: -1;
	border-top-left-radius: 35px;
	content: "";
	display: none;
}

.download-form .form-group {
	width: 100%;
}

.download-form .text-holder {
	overflow: hidden;
}

.download-form .text-holder a {
	color: #001560;
}

.download-form .text-holder a:hover {
	color: #00a0e3;
}

.modal-dialog-scrollable .modal-content {
	overflow: visible;
}

.modal-header {
	border: 0;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.modal-header .close {
	font-size: 18px;
	line-height: 1;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #00a0e3;
	color: #fff;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

.modal-header .close:hover {
	opacity: 1 !important;
	background: #d82b64;
}

.modal-header .ratings {
	font-size: 15px;
	color: #d82b64;
}

.modal-header .modal-title {
	margin: 0 0 4px;
}

.modal-header .h5 {
	margin: 0 10px 0 0;
	padding: 2px 0 0;
}

.modal-header .img-box {
	width: 100px;
	min-width: 100px;
	padding: 5px 0 0;
	margin: 0 -5px 0 15px;
}

.modal-header .img-box img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.modal-content {
	border-radius: 0;
}

.modal-content .img-placeholder {
	overflow: hidden;
}

.modal-content .img-placeholder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.dark-blue-100 {
	background: #001560 !important;
}

.dark-blue-80 {
	background: #334480 !important;
}

.dark-blue-60 {
	background: #6673a0 !important;
}

.dark-blue-40 {
	background: #99a1bf !important;
}

.dark-blue-20 {
	background: #ccd0df !important;
}

.dark-blue-10 {
	background: #e5e7ef !important;
}

.purple-100 {
	background: #4d2c93 !important;
}

.purple-80 {
	background: #7156a9 !important;
}

.purple-60 {
	background: #9480be !important;
}

.purple-40 {
	background: #b8abd4 !important;
}

.purple-20 {
	background: #dbd5e9 !important;
}

.purple-10 {
	background: #ede984 !important;
}

.cyan-100 {
	background: #009fe3 !important;
}

.cyan-80 {
	background: #33b2e9 !important;
}

.cyan-60 {
	background: #66c5ee !important;
}

.cyan-40 {
	background: #99d984 !important;
}

.cyan-20 {
	background: #ccecf9 !important;
}

.cyan-10 {
	background: #e5f5fc !important;
}

.red-100 {
	background: #d82a64 !important;
}

.red-80 {
	background: #e25583 !important;
}

.red-60 {
	background: #e97fa2 !important;
}

.red-40 {
	background: #f1aac1 !important;
}

.red-20 {
	background: #f8d4e0 !important;
}

.red-10 {
	background: #fbe9ef !important;
}

.pink-100 {
	background: #ffad9f !important;
}

.pink-80 {
	background: #ffbdb2 !important;
}

.pink-60 {
	background: #ffcec5 !important;
}

.pink-40 {
	background: #ffded9 !important;
}

.pink-20 {
	background: #ffefec !important;
}

.pink-10 {
	background: #fff7f5 !important;
}

.orange-100 {
	background: #f2541d !important;
}

.orange-80 {
	background: #f5764a !important;
}

.orange-60 {
	background: #f79877 !important;
}

.orange-40 {
	background: #fabba5 !important;
}

.orange-20 {
	background: #fcddd2 !important;
}

.orange-10 {
	background: #feeee8 !important;
}

.yellow-100 {
	background: #f7f741 !important;
}

.yellow-80 {
	background: #f9f967 !important;
}

.yellow-60 {
	background: #fafa8d !important;
}

.yellow-40 {
	background: #fcfcb3 !important;
}

.yellow-20 {
	background: #fdfdd9 !important;
}

.yellow-10 {
	background: #fefeec !important;
}

.light-blue-100 {
	background: #3eddf7 !important;
}

.light-blue-80 {
	background: #65e4f9 !important;
}

.light-blue-60 {
	background: #8bebfa !important;
}

.light-blue-40 {
	background: #b2f1fc !important;
}

.light-blue-20 {
	background: #d8f8fd !important;
}

.light-blue-10 {
	background: #ebfcfe !important;
}

#footer {
	width: 100%;
	position: relative;
}

#footer .title {
	font-size: 18px;
	line-height: 1.25;
	margin: 0 0 20px;
	padding: 2px 7px 9px 0;
	display: inline-block;
	font-family: "Archia", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	border-bottom: 5px solid #43eaff;
}

.footer-links {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-links li {
	padding: 6px 0;
}

.footer-links li a {
	display: inline-block;
	color: #fff;
}

.footer-links li a:hover {
	color: #00a0e3;
}

.subscribe-form {
	overflow: hidden;
}

.subscribe-form .form-group {
	margin: 0 0 10px;
}

.subscribe-form .form-group.focused label {
	top: 5px;
}

.subscribe-form .form-control {
	height: 50px;
	padding: 21px 15px 8px;
}

.subscribe-form .text {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

.subscribe-form .text p {
	margin: 0 0 20px;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.subscribe-form .btn {
	width: 100%;
	max-width: 220px;
	display: block;
}

.social-networks {
	font-size: 32px;
	line-height: 1;
	width: 100%;
	margin: 0 0 17px;
}

.social-networks li {
	margin: 0 10px 0 0;
}

.social-networks li a {
	color: #fff;
	opacity: .7;
}

.social-networks li a:hover {
	opacity: 1;
}

.copyrights {
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
	opacity: .5;
	margin: 0 25px 0 0;
}

.links-nav {
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
	width: 100%;
}

.links-nav li {
	margin: 0 0 0 12px;
}

.links-nav li:first-child {
	margin: 0;
}

.links-nav li a {
	color: #fff;
	opacity: .5;
	display: block;
	text-decoration: underline;
}

.links-nav li a:hover {
	opacity: 1;
}

.question-link {
	width: 60px;
	height: 60px;
	font-size: 25px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	background: #4d2c92;
	position: absolute;
	right: 20px;
	top: -30px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.question-link:before {
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	width: 40px;
	height: 40px;
	border: 3px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	content: "";
}

.question-link:hover {
	color: rgba(255, 255, 255, .7);
}

.question-link:hover:before {
	opacity: .7;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	min-width: 120px;
	width: 100%;
	height: 50px;
	border-radius: 3px;
	border: 1px solid rgba(0, 21, 96, .2);
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	font-size: 14px;
	line-height: 20px;
	color: #001560;
	opacity: .7;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 14px 0;
	margin: 0 40px 0 15px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #fff;
	width: 40px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #d82b64;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid rgba(0, 21, 96, .2);
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 9px 15px;
	color: #001560;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #00a0e3;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select.jcf-select-country {
	width: 132px;
	min-width: inherit;
	background: #00a0e3;
	border: 0;
	height: auto;
	margin: 0;
}

.jcf-select.jcf-select-country .jcf-select-text {
	margin: 0;
	padding: 0;
	opacity: 1;
	cursor: pointer;
}

.jcf-select.jcf-select-country .jcf-select-text img {
	min-width: 20px;
	max-width: 20px;
	vertical-align: top;
}

.jcf-select.jcf-select-country .jcf-select-text span {
	display: none;
}

.jcf-select-drop.jcf-select-country {
	margin-left: -96px;
}

.jcf-select-drop.jcf-select-country .jcf-select-drop-content {
	border-color: #00a0e3;
}

.jcf-select-drop.jcf-select-country .jcf-list {
	font-size: 12px;
	line-height: 15px;
	border-color: #00a0e3;
	background: #00a0e3;
	padding: 13px 0 10px;
}

.jcf-select-drop.jcf-select-country .jcf-list:before {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 2px;
	color: #fff;
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.jcf-select-drop.jcf-select-country .jcf-list img {
	min-width: 20px;
	max-width: 20px;
	margin: 0 10px 0 0;
	border-radius: 100%;
}

.jcf-select-drop.jcf-select-country .jcf-list .jcf-option {
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: #fff;
	font-weight: 700;
	padding: 7px 15px 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jcf-select-drop.jcf-select-country .jcf-list .jcf-option:hover {
	color: #001560;
}

.jcf-select-drop.jcf-select-country .jcf-list .jcf-option.jcf-hover {
	background: transparent;
	cursor: pointer;
}

.jcf-select-drop.jcf-select-country .jcf-list .jcf-option.jcf-selected {
	display: none;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 0 10px;
}

.slick-dots button {
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: 0;
	border-radius: 100%;
	position: relative;
}

.slick-dots button:after {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #00a0e3;
}

.slick-dots button:hover:after {
	background: #d82b64;
}

.slick-dots li {
	margin: 0 3px;
}

.slick-dots li.slick-active button:after {
	background: #d82b64;
}

@media (min-width: 375px) {
	.nav-tabs .nav-link {
		font-size: 14px;
		padding: 10px 10px 8px;
	}

	.nav-tabs.add-style .nav-link {
		padding: 9px 10px;
	}
}

@media (min-width: 480px) {
	h1,
	.h1 {
		font-size: 28px;
		letter-spacing: -.2px;
	}

	.partner-logos ul img {
		max-height: 30px;
	}

	.related-block ul {
		padding: 0 17px;
	}

	.features-section:after {
		top: 490px;
	}

	.nav-pills .nav-link {
		width: calc(33.333% - 10px);
	}

	.contact-block .form-group,
	.contact-block .form-select {
		margin: 0 5px;
		width: calc(50% - 10px);
	}

	.nav-tabs .nav-link {
		font-size: 15px;
		padding: 10px 15px 8px;
	}

	.nav-tabs.add-style .nav-link {
		font-size: 14px;
		padding: 9px 12px;
	}

	.download-form .form-group {
		margin: 0 7px;
		width: calc(50% - 14px);
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 32px;
		letter-spacing: -.5px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		font-size: 24px;
		letter-spacing: -.3px;
	}

	h4,
	.h4 {
		font-size: 20px;
		letter-spacing: -.2px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	.btn {
		min-width: 165px;
	}

	.link-more {
		font-size: 16px;
	}

	.link-more:after {
		font-size: 13px;
	}

	.form-control {
		padding: 23px 20px 10px;
	}

	.form-group label {
		left: 21px;
	}

	#wrapper {
		padding-top: 105px;
	}

	.add-links {
		font-size: 14px;
	}

	.form-search .fa-search {
		width: 40px;
	}

	.form-search .search-slide {
		position: relative;
		margin: 0 -5px 0 0;
	}

	.form-search.search-active .search-slide {
		width: 295px;
	}

	.logo {
		width: 150px;
	}

	.loggedin-state #wrapper {
		padding-top: 98px;
	}

	.loggedin-state .logo {
		width: 130px;
		margin: 18px 0 14px;
	}

	.fixed-header #wrapper {
		padding-top: 60px;
	}

	.fixed-header .logo {
		width: 130px;
		margin: 18px 0 14px;
	}

	.main-nav {
		font-size: 14px;
		padding: 0;
	}

	.main-nav li .drop-opener {
		display: none;
	}

	.main-nav li a {
		opacity: .5;
		color: #001560;
		padding: 20px 8px;
	}

	.main-nav li a.btn {
		margin: 0 0 0 5px;
	}

	.main-nav li a.btn.btn-danger:hover {
		font-weight: 700;
	}

	.main-nav li:hover > a {
		background: #001560;
		font-weight: 400;
	}

	.main-nav li.active > a {
		opacity: 1;
		font-weight: normal;
	}

	.main-nav li.drop-active > a {
		background: #001560;
	}

	.main-nav li.drop-active > ul {
		opacity: 1;
		visibility: visible;
	}

	.main-nav li.sub-active .second-level {
		-webkit-transform: translate(-190px);
		-ms-transform: translate(-190px);
		transform: translate(-190px);
	}

	.main-nav ul {
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		position: absolute;
		left: 0 !important;
		top: 100% !important;
		width: 297px;
		background: #001560;
		padding: 18px 0;
		display: block !important;
		opacity: 0;
		visibility: hidden;
	}

	.main-nav ul li {
		position: static;
	}

	.main-nav ul li a {
		padding: 14px 10px 13px 30px;
	}

	.main-nav ul li:hover > a {
		font-weight: 700;
	}

	.main-nav ul li.has-drop-down > a:after {
		display: inline-block;
	}

	.main-nav ul ul {
		left: 100% !important;
		top: 0 !important;
		width: 244px;
		min-height: 100%;
		padding: 15px 0;
		border: 1px solid #001560;
		background: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	}

	.main-nav ul ul li a {
		padding: 14px 10px 13px 30px;
		color: #001560;
	}

	.main-nav ul ul li:hover > a {
		color: #001560;
		background: #fff;
	}

	.feature-popup {
		font-size: 16px;
		line-height: 28px;
	}

	.feature-popup .btn-close {
		font-size: 18px;
		right: 20px;
		top: 15px;
	}

	.feature-popup p {
		margin: 0;
	}

	.email-popup {
		bottom: 200px;
	}

	.visual-block .img-holder {
		width: 480px;
		margin: 0;
	}

	.visual-block .btns-wrap .btn {
		min-width: 160px;
	}

	.visual-block.addition .img-holder {
		width: 608px;
		margin: 0;
	}

	.visual-block.addition .img-holder:before {
		width: 290px;
		height: 250px;
		left: 20px;
	}

	.visual-block.addition .img-holder:after {
		height: 165px;
		left: 50%;
	}

	.visual-block.addition .textbox {
		padding: 0;
	}

	.visual-block.addition p {
		font-size: 14px;
	}

	.visual-block.full-visual {
		min-height: 253px;
	}

	.visual-block.full-visual .textbox {
		padding: 4px 0 10px;
	}

	.visual-block.full-visual p {
		font-size: 14px;
	}

	.text-bar p {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
	}

	.partner-logos ul li {
		padding: 0 15px;
	}

	.partner-logos ul img {
		max-height: 40px;
	}

	.features-block.numbers-addition .features-article .textbox {
		max-width: 695px;
	}

	.features-block.numbers-addition .features-article h5:before {
		font-size: 22px;
	}

	.features-block.numbers-addition .features-article .feature-list li {
		width: 50%;
		margin: 0 0 15px;
	}

	.feature-post {
		overflow: hidden;
	}

	.feature-post .number-box {
		padding: 0 15px;
		left: -15px;
	}

	.feature-post:nth-child(even) .holder:before,
	.feature-post:nth-child(even) .holder:after {
		display: block;
	}

	.feature-post:nth-child(even) .number-box {
		left: 15px;
	}

	.features-article .feature-list li {
		width: 33.333%;
		margin: 0;
	}

	.progress-box {
		font-size: 18px;
	}

	.ratings-block .text {
		font-size: 18px;
		margin: 0 27px 0 12px;
		padding: 0;
		width: auto;
	}

	.ratings {
		font-size: 28px;
	}

	.related-block h4 {
		margin: 0 0 33px;
	}

	.related-block ul {
		margin: 0 -15px;
		padding: 0;
	}

	.related-block ul img {
		max-height: 50px;
	}

	.related-block ul .caption-box {
		width: 170px;
	}

	.trial-block h3 {
		margin: 0 0 20px;
	}

	.trial-block .btn {
		min-width: 220px;
		margin: 0 10px;
	}

	.cookie-bar p {
		margin: 0;
	}

	.featured-content.addition02:after {
		top: 136px;
	}

	.posts-block.style h3.h5 {
		letter-spacing: normal;
	}

	.posts-block.style .article-post h5,
	.posts-block.style .article-post .h5 {
		min-height: inherit;
	}

	.article-post h2,
	.article-post .h4 {
		font-size: 20px;
		line-height: 30px;
		min-height: 60px;
		letter-spacing: -.2px;
	}

	.article-post h5,
	.article-post .h5 {
		min-height: 48px;
	}

	.article-post .social-networks {
		margin: 0;
	}

	.features-section:after {
		top: 434px;
	}

	.features-section .head {
		font-size: 16px;
		line-height: 1.375;
	}

	.features-section .tab-content {
		border-radius: 3px;
		background: #fff;
		border: 1px solid rgba(0, 21, 96, .1);
	}

	.features-section .nav-pills {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.features-section .tab-pane .card-header {
		display: none;
	}

	.features-section .tab-pane .collapse {
		display: block;
	}

	.nav-pills {
		font-size: 16px;
		margin: 0;
	}

	.nav-pills .nav-link {
		margin: 0 0 11px;
		padding: 7px 20px;
		text-align: left;
		width: auto;
	}

	.testimonials-block h4 {
		margin: 0 0 35px;
	}

	.blockquote {
		font-size: 18px;
	}

	.blockquote p {
		min-height: 54px;
		letter-spacing: -.5px;
	}

	.learning-article {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}

	.learning-article .textbox {
		max-width: 362px;
		-webkit-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		transform: translateX(-25%);
		opacity: 0;
		visibility: hidden;
	}

	.learning-article.viewport-section.in-viewport {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.learning-article.viewport-section.in-viewport .textbox {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}

	.contact-block .tab-content {
		margin: 0;
	}

	.nav-tabs {
		margin: 0 -1px -2px;
	}

	.nav-tabs .nav-item {
		padding: 0 1px 0 2px;
	}

	.nav-tabs .nav-link {
		font-size: 16px;
		min-width: 180px;
	}

	.nav-tabs.add-style {
		margin: 0;
	}

	.nav-tabs.add-style .nav-link {
		font-size: 16px;
		min-width: 100px;
		padding: 9px 15px;
	}

	.locations-block .outline {
		margin: 0 -1px !important;
	}

	.map-block {
		margin: 0;
	}

	.map-block .map-holder {
		max-width: 640px;
	}

	.address-box {
		width: 240px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.received-popup {
		width: 440px;
		-webkit-transform: translate(441px, -50%);
		-ms-transform: translate(441px, -50%);
		transform: translate(441px, -50%);
	}

	.received-popup.active {
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.received-popup .slide {
		width: 440px;
		padding: 20px;
	}

	.received-popup ul li + li {
		margin-top: 20px;
	}

	.filter-search {
		position: relative;
		margin: 0 60px 0 0;
	}

	.filter-search .opener {
		font-size: 15px;
	}

	.filter-search .opener i {
		font-size: 14px;
	}

	.filter-drop {
		width: 335px;
	}

	.sorting-list {
		max-height: 465px;
	}

	.sorting-list label {
		font-size: 16px;
	}

	.blog-section.addition .article-post h2,
	.blog-section.addition .article-post .h4 {
		min-height: inherit;
	}

	.blog-section.addition .article-post h2 a:after,
	.blog-section.addition .article-post .h4 a:after {
		font-size: 13px;
	}

	.load-more {
		bottom: 20px;
	}

	.visual-search .form-control {
		padding: 10px 50px 10px 15px;
	}

	.categories-block h2.h4 {
		margin: 0 0 10px;
	}

	.categories-block.min-height {
		min-height: 465px;
	}

	.search-block h2.h4 {
		margin: 0 0 10px;
	}

	.sorting-box {
		width: auto;
	}

	.sorting-box label {
		margin: 0 0 0 20px;
		padding: 4px 40px 4px 0;
	}

	.sorting-box .custom-checkbox {
		width: 30px;
		height: 30px;
	}

	.sorting-box .txt-label {
		font-size: 14px;
	}

	.search-post .h5 {
		padding-right: 150px;
	}

	.table-scroller {
		overflow: hidden;
	}

	.table thead th {
		padding: 0 15px 0 0;
	}

	.images-gallery .slide {
		width: 160px;
	}

	.images-gallery .btn-prev,
	.images-gallery .btn-next {
		left: 20px;
	}

	.images-gallery .btn-next {
		left: auto;
		right: 20px;
	}

	.office-info .address-box {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.office-info .addr-list li {
		width: 100%;
	}

	.office-info .addr-list li:first-child {
		width: 100%;
		float: none;
		padding-right: 0;
	}

	.app-box {
		text-align: left;
	}

	.app-box i {
		font-size: 45px;
		margin: 0 0 15px;
	}

	.app-box .link-more {
		font-size: 12px;
		margin: 0 0 12px;
		padding: 0 7px 0 0;
	}

	.list li {
		padding: 0 0 0 25px;
		margin: 0 0 20px;
	}

	.list li:before {
		position: absolute;
		left: 0;
		top: 3px;
		margin: 0;
	}

	.windows-block .img-holder {
		max-width: 100%;
	}

	.windows-block .feature-list {
		max-width: 390px;
	}

	.windows-block .feature-list li {
		padding: 0 0 0 37px;
	}

	.windows-block .btn {
		min-width: 180px;
	}

	.find-block .nav-tabs {
		margin-bottom: 0;
	}

	.find-block .box .holder {
		min-height: 337px;
	}

	.find-block .btn {
		display: block;
	}

	.find-block .form-box h5 {
		margin: -5px 0 15px;
	}

	.find-block .form-box .btn {
		display: block;
		width: 100%;
	}

	.find-block .bg-light-red:after,
	.find-block .bg-light-purple:after {
		height: 175px;
	}

	.benefits-box .head i {
		font-size: 30px;
	}

	.landing-page .header-holder {
		height: 70px;
	}

	.landing-page .logo {
		width: 145px !important;
		margin: 15px 0 !important;
	}

	.landing-page.fixed-header .logo {
		width: 145px !important;
		margin: 15px 0 !important;
	}

	.landing-block .feature-list {
		max-width: 340px;
	}

	.download-form {
		margin-top: -225px;
	}

	.download-form .form-group {
		margin: 0;
		width: 100%;
	}

	.modal-header .close {
		right: 0;
		top: 0;
	}

	.modal-header .img-box {
		margin: 0 0 0 25px;
	}

	.subscribe-form .form-control {
		padding: 21px 20px 8px;
	}

	.social-networks {
		width: auto;
		margin: 0 21px 0 0;
	}

	.question-link {
		width: 75px;
		height: 75px;
		font-size: 30px;
		top: -37px;
	}

	.question-link:before {
		width: 50px;
		height: 50px;
	}

	.jcf-select .jcf-select-text {
		margin: 0 60px 0 20px;
	}

	.jcf-select .jcf-select-opener {
		width: 56px;
	}

	.jcf-list .jcf-option {
		padding: 9px 20px;
	}

	.jcf-select-drop.jcf-select-country {
		margin-left: -91px;
	}

	.jcf-select-drop.jcf-select-country .jcf-list:before {
		right: 25px;
	}

	.slick-dots {
		padding: 20px 0 10px;
	}
}

@media (min-width: 992px) {
	h1 .text-sm,
	h1 .text-lg,
	.h1 .text-sm,
	.h1 .text-lg,
	h2 .text-sm,
	h2 .text-lg,
	.h2 .text-sm,
	.h2 .text-lg,
	h3 .text-sm,
	h3 .text-lg,
	.h3 .text-sm,
	.h3 .text-lg,
	h4 .text-sm,
	h4 .text-lg,
	.h4 .text-sm,
	.h4 .text-lg,
	h5 .text-sm,
	h5 .text-lg,
	.h5 .text-sm,
	.h5 .text-lg,
	h6 .text-sm,
	h6 .text-lg,
	.h6 .text-sm,
	.h6 .text-lg {
		font-size: 16px;
		display: inline;
		padding: 0;
		margin: 0 0 0 40px;
	}

	h1,
	.h1 {
		font-size: 38px;
		letter-spacing: -.9px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	h3,
	.h3 {
		font-size: 28px;
		letter-spacing: -.7px;
	}

	h4,
	.h4 {
		font-size: 22px;
		letter-spacing: -.5px;
	}

	.btn {
		font-size: 16px;
		padding: 14px 20px;
	}

	.link-more {
		font-size: 18px;
	}

	.link-more:after {
		font-size: 16px;
		top: -1px;
	}

	.form-control {
		font-size: 16px;
		height: 60px;
		padding: 26px 20px 10px;
	}

	textarea.form-control {
		height: 150px;
	}

	.form-group label {
		font-size: 16px;
	}

	.form-group.focused label {
		top: 7px;
	}

	.text-xl {
		font-size: 16px !important;
		line-height: 1.333 !important;
	}

	#wrapper {
		padding-top: 110px;
	}

	.logo {
		width: 170px;
	}

	.loggedin-state #wrapper {
		padding-top: 98px;
	}

	.fixed-header #wrapper {
		padding-top: 60px;
	}

	.main-nav {
		font-size: 16px;
	}

	.main-nav li a {
		padding: 20px 10px;
	}

	.main-nav li a.btn {
		min-width: 165px;
		margin: 0 0 0 10px;
	}

	.feature-popup {
		font-size: 20px;
		line-height: 30px;
	}

	.feature-popup .btn-close {
		font-size: 20px;
	}

	.visual-block .textbox {
		padding: 15px 0;
		margin: 0 0 30px;
	}

	.visual-block p {
		font-size: 18px;
	}

	.visual-block .img-holder {
		width: 505px;
	}

	.visual-block .btns-wrap .btn {
		min-width: 180px;
	}

	.visual-block.addition .img-holder {
		width: 505px;
	}

	.visual-block.addition .img-holder:before,
	.visual-block.addition .img-holder:after {
		display: block;
	}

	.visual-block.addition .img-holder:before {
		width: 300px;
		left: 40px;
	}

	.visual-block.addition .img-holder:after {
		height: 165px;
		left: 66%;
	}

	.visual-block.addition .textbox {
		padding: 0;
		margin: 0;
	}

	.visual-block.addition p {
		font-size: 16px;
		line-height: 1.156;
		margin: 0 0 32px;
	}

	.visual-block.full-visual p {
		font-size: 16px;
		line-height: 1.156;
	}

	.visual-block.full-visual .btn {
		min-width: 200px;
		max-width: 200px;
	}

	.visual-block.full-visual.visual-line .container:after {
		display: block;
	}

	.visual-block.full-visual.yellow-line .container:after {
		display: block;
	}

	.visual-block.full-visual.pink-line .container:after {
		display: block;
	}

	.visual-block.home-visual .textbox:before,
	.visual-block.home-visual .textbox:after {
		display: block;
	}

	.text-bar p {
		font-size: 20px;
		line-height: 24px;
	}

	.text-bar .link-more {
		font-size: 20px;
	}

	.partner-logos ul img {
		max-height: 45px;
	}

	.svg-holder {
		display: block;
	}

	.features-block h2.h4 {
		margin-bottom: 40px;
	}

	.features-block.numbers-addition .features-article h5:before {
		font-size: 24px;
		margin: 0 22px 0 0;
		top: 2px;
	}

	.features-block.numbers-addition .features-article .feature-list li {
		width: 50%;
	}

	.features-block.numbers-addition .features-article .feature-list li a {
		padding-left: 30px;
	}

	.features-block.numbers-addition .features-article .feature-list li a:before {
		font-size: 18px;
	}

	.feature-post .holder:after {
		width: 210px;
	}

	.feature-post .textbox {
		font-size: 16px;
	}

	.feature-post .text-box {
		max-height: 190px;
		min-height: 190px;
	}

	.feature-post h3 {
		margin: 0 0 25px;
	}

	.feature-post p {
		margin: 0 0 28px;
	}

	.feature-post .btn {
		margin-top: -8px;
	}

	.feature-post .number-box {
		left: auto;
		right: 80px;
		bottom: 8px;
	}

	.feature-post .number-box .title {
		font-size: 18px;
	}

	.feature-post .number-box .numbers {
		font-size: 72px;
	}

	.feature-post:nth-child(even) .number-box {
		left: auto;
		right: 0;
	}

	.features-article h2.h4 {
		margin: 0 0 20px;
	}

	.features-article .feature-list li {
		width: 25%;
	}

	.features-article .feature-list li a {
		padding: 7px 10px 7px 45px;
	}

	.features-article .feature-list li a:before {
		font-size: 36px;
	}

	.feature-list {
		font-size: 16px;
	}

	.feature-list li {
		padding: 0 0 0 48px;
		margin: 0 0 24px;
	}

	.feature-list li:before {
		font-size: 24px;
	}

	.progress-box {
		font-size: 20px;
	}

	.progress-box .link-more {
		font-size: 20px;
	}

	.related-block ul li {
		margin: 0 30px;
	}

	.related-block ul img {
		max-height: 60px;
	}

	.related-block ul .caption-box {
		padding: 25px 15px 7px;
		width: 200px;
	}

	.related-block ul .caption-box .h5 {
		font-size: 18px;
	}

	.info-articles h3.style span {
		font-size: 16px;
	}

	.featured-article.single-article .img-holder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.featured-article.single-article .img-logo {
		position: absolute;
		right: 20px;
		top: 22px;
		margin: 0;
	}

	.posts-block.style h3.h5 {
		letter-spacing: normal;
	}

	.posts-block.style .article-post h5,
	.posts-block.style .article-post .h5 {
		min-height: inherit;
	}

	.article-post h2,
	.article-post .h4 {
		font-size: 22px;
		line-height: 32px;
		min-height: 64px;
		letter-spacing: -.5px;
	}

	.article-post.single-post .img-holder {
		width: 48.8%;
	}

	.article-post.single-post .img-holder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.article-post.single-post .textbox {
		width: 51.2%;
	}

	.article-post.single-post .category {
		top: auto;
		bottom: 0;
		left: auto;
		right: 100%;
	}

	.article-post.single-post .foot {
		width: 51.2%;
		left: auto;
		right: 0;
	}

	.article-post.single-blog-post p {
		font-size: 16px;
		line-height: 2;
		margin: 0 0 30px;
	}

	.text-list li:before {
		margin: 0 15px;
	}

	.additional-section .h4 {
		margin: 0 0 28px;
	}

	.nav-pills {
		font-size: 18px;
	}

	.additional-features {
		font-size: 16px;
		line-height: 1.5;
	}

	.blockquote {
		font-size: 20px;
	}

	.blockquote p {
		min-height: 60px;
	}

	.learning-block h3.h4 {
		padding-left: 10px;
	}

	.learning-article .textbox:before,
	.learning-article .textbox:after {
		height: 3px;
		width: 152px;
	}

	.learning-article .textbox:after {
		width: 30px;
		height: 30px;
		right: -178px;
	}

	.learning-article:first-of-type .textbox:before {
		width: 360px;
	}

	.contact-block .head p {
		font-size: 18px;
	}

	.contact-block .form-group,
	.contact-block .form-select {
		width: calc(33.333% - 10px);
	}

	.nav-tabs .nav-link {
		font-size: 18px;
		min-width: 220px;
	}

	.nav-tabs.add-style .nav-link {
		font-size: 18px;
		min-width: 135px;
	}

	.map-block .map-holder {
		max-width: 800px;
	}

	.address-box {
		width: 300px;
	}

	.addr-list {
		font-size: 16px;
		line-height: 22px;
	}

	.addr-list li {
		padding-left: 30px;
	}

	.addr-list li address {
		margin: 0 0 17px;
	}

	.addr-list li.mail {
		margin: 0 0 15px;
	}

	.received-popup ul li + li {
		margin-top: 30px;
	}

	.filter-search .opener {
		font-size: 17px;
	}

	.filter-search .opener i {
		font-size: 16px;
	}

	.sorting-list label {
		font-size: 18px;
	}

	.blog-section.addition .article-post h2,
	.blog-section.addition .article-post .h4 {
		min-height: inherit;
	}

	.blog-section.addition .article-post h2 a:after,
	.blog-section.addition .article-post .h4 a:after {
		font-size: 16px;
	}

	.load-more {
		bottom: 45px;
	}

	.right-line:before {
		display: block;
	}

	.bottom-left-radius-line:after {
		top: 96%;
		display: block;
	}

	.left-line:before {
		display: block;
	}

	.bottom-right-radius-line:after {
		display: block;
		top: 95%;
	}

	.lines-style .bottom-right-radius-line:after {
		top: 92%;
	}

	.visual-search .form-control {
		padding: 15px 75px 15px 30px;
		height: 64px;
	}

	.visual-search .btn-search {
		width: 40px;
		height: 40px;
		right: 20px;
		font-size: 18px;
	}

	.list-links {
		font-size: 16px;
	}

	.list-links li a:after {
		font-size: 16px;
	}

	.sorting-box .txt-label {
		font-size: 16px;
		line-height: 20px;
	}

	.table td:first-child {
		font-size: 16px;
		width: 55%;
	}

	.table td:nth-child(2) {
		width: 25%;
	}

	.table td:last-child {
		width: 20%;
	}

	.member-box .caption {
		font-size: 16px;
		line-height: 1.125;
	}

	.member-box .link-more {
		font-size: 16px;
	}

	.member-box .link-more:after {
		font-size: 14px;
	}

	.history-gallery .slide-count .current-num {
		font-size: 66px;
		line-height: .7;
	}

	.section-head:before,
	.section-head:after {
		display: block;
	}

	.section-head h2 {
		margin: 0 0 25px;
	}

	.section-head p {
		margin: 0 0 24px;
	}

	.section-head .btn {
		min-width: 200px;
	}

	.section-head.pink-lines .head-wrap:before {
		display: block;
	}

	.values-block .h4 {
		margin: 0 0 35px;
	}

	.values-block .info-post .fa-cog {
		font-size: 56px;
	}

	.article-block:after {
		height: 220px;
	}

	.images-gallery .slide {
		width: 220px;
	}

	.office-info .addr-list li {
		width: 50%;
	}

	.office-info .addr-list li:first-child {
		width: 50%;
		float: left;
		padding-right: 15px;
	}

	.app-box .link-more {
		font-size: 12px;
		padding: 0 15px 0 0;
	}

	.app-box .link-more:after {
		-webkit-transition: right .25s ease-in-out;
		transition: right .25s ease-in-out;
		font-size: 13px;
		position: absolute;
		right: 0;
		top: 3px;
		left: auto;
	}

	.app-box .link-more:hover:after {
		right: -5px;
	}

	.windows-block {
		font-size: 16px;
		line-height: 22px;
	}

	.windows-block .btn {
		min-width: 262px;
	}

	.find-block .form-box .textarea-wrap label {
		top: 20px;
	}

	.find-block .form-box .textarea-wrap.focused label {
		top: 7px;
	}

	.find-block .bg-light-red:after,
	.find-block .bg-light-purple:after {
		height: 208px;
	}

	.job-section .buttons-box .btn .fa-linkedin {
		margin: -2px 10px -2px 0;
		font-size: 20px;
		left: -20px;
		top: 2px;
	}

	.job-section .link-share {
		font-size: 16px;
	}

	.job-details {
		font-size: 16px;
		line-height: 22px;
	}

	.benefits-box .head {
		margin-top: -7px;
	}

	.benefits-box .head i {
		font-size: 36px;
	}

	.landing-page .header-holder {
		height: 98px;
	}

	.landing-page .logo {
		margin: 19px 0 14px;
		width: 162px !important;
	}

	.landing-page.fixed-header .logo {
		margin: 19px 0 14px;
		width: 162px !important;
	}

	.download-form {
		margin-top: -292px;
	}

	.download-form:before {
		display: block;
	}

	.download-form .form-group {
		margin: 0 7px;
		width: calc(50% - 14px);
	}

	.download-form .btn {
		min-width: 180px;
	}

	.modal-header .close {
		width: 50px;
		height: 50px;
		font-size: 24px;
		right: -4px;
		top: -7px;
	}

	.modal-header .ratings {
		font-size: 19px;
	}

	.modal-header .h5 {
		margin: 0 20px 0 0;
	}

	.modal-header .img-box {
		width: 120px;
	}

	#footer .title {
		margin: 0 0 23px;
	}

	.footer-links {
		line-height: 20px;
		margin: 0 0 14px;
	}

	.footer-links li {
		padding: 0 0 8px;
	}

	.subscribe-form {
		margin: -4px 0 0;
	}

	.subscribe-form .form-group.focused label {
		top: 5px;
	}

	.subscribe-form .form-control {
		height: 50px;
		padding: 21px 20px 8px;
	}

	.links-nav {
		width: auto;
	}

	.question-link {
		width: 90px;
		height: 90px;
		font-size: 36px;
		top: -45px;
		right: 40px;
	}

	.question-link:before {
		width: 54px;
		height: 54px;
	}

	.jcf-select {
		height: 60px;
	}

	.jcf-select .jcf-select-text {
		font-size: 16px;
		padding: 19px 0;
	}

	.jcf-list {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 46px;
		letter-spacing: -1.3px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 32px;
		letter-spacing: -1px;
	}

	h4,
	.h4 {
		font-size: 24px;
		letter-spacing: -.9px;
	}

	.text-lg {
		font-size: 16px !important;
		line-height: 24px !important;
	}

	.text-xl {
		font-size: 18px !important;
	}

	.visual-block .img-holder {
		width: 608px;
	}

	.visual-block .btns-wrap .btn {
		padding: 14px 27px;
	}

	.visual-block.addition .img-holder {
		width: 608px;
	}

	.visual-block.addition .img-holder:before {
		width: 475px;
		height: 305px;
		left: -75px;
	}

	.visual-block.addition .img-holder:after {
		height: 220px;
		left: 65%;
	}

	.visual-block.addition .textbox {
		padding: 16px 90px 0 0;
	}

	.partner-logos ul img {
		max-height: 50px;
	}

	.features-block h2.h4 {
		max-width: 870px;
		margin-bottom: 50px;
	}

	.features-block.numbers-addition .features-article h5 {
		margin: 0 0 30px;
	}

	.features-block.numbers-addition .features-article p {
		font-size: 16px;
		line-height: 22px;
	}

	.features-block.numbers-addition .features-article .feature-list li {
		font-size: 18px;
		width: auto;
		margin: 0 15px 15px 0;
	}

	.feature-post .text-box {
		max-height: 250px;
		min-height: 250px;
	}

	.feature-post .number-box {
		right: 125px;
	}

	.feature-post:nth-child(even) .number-box {
		right: 25px;
	}

	.features-article h2.h4 {
		margin: 0 0 20px;
	}

	.features-article p {
		margin: 0 0 25px;
	}

	.features-article .feature-list li {
		width: 33.333%;
		padding: 0;
	}

	.related-block ul li {
		margin: 0 15px;
	}

	.related-block ul img {
		max-height: 80px;
	}

	.info-articles h3.style span {
		display: inline;
		padding: 0 0 0 45px;
	}

	.service-box .link-more {
		margin: 17px 0 2px;
	}

	.featured-article .textbox {
		border: 0;
	}

	.featured-article h4 {
		margin: 0 0 20px;
		padding-right: 30px;
	}

	.featured-article .link-more {
		margin: 5px 0 0;
	}

	.featured-article.single-article .textbox {
		border: 1px solid rgba(0, 21, 96, .1);
	}

	.featured-article.single-article .link-more {
		margin: 10px 0 0;
	}

	.posts-block.addition02 h2.h4 {
		letter-spacing: -.7px;
	}

	.posts-block.style h3.h5 {
		letter-spacing: normal;
	}

	.posts-block.style .article-post h5,
	.posts-block.style .article-post .h5 {
		min-height: inherit;
	}

	.article-post h2,
	.article-post .h4 {
		font-size: 24px;
		line-height: 36px;
		min-height: 72px;
		letter-spacing: -.6px;
	}

	.article-post .time {
		margin: 0 15px 0 0;
	}

	.article-post .time i {
		margin: 0 0 0 7px;
	}

	.article-post .social-networks {
		font-size: 18px;
	}

	.article-post .social-networks li {
		margin: 0 0 0 15px;
	}

	.article-post.single-post h2,
	.article-post.single-post .h4 {
		padding-top: 4px;
	}

	.article-post.single-blog-post .social-networks {
		font-size: 14px;
	}

	.article-post.single-blog-post .social-networks li {
		margin: 0 12px 0 0;
	}

	.blockquote-footer cite {
		display: inline;
		padding: 0 0 0 4px;
	}

	.learning-article .textbox:before,
	.learning-article .textbox:after {
		width: 262px;
	}

	.learning-article .textbox:after {
		width: 30px;
		right: -290px;
	}

	.learning-article:first-of-type .textbox:before {
		width: 515px;
	}

	.nav-tabs .nav-link {
		font-size: 20px;
		min-width: 275px;
	}

	.nav-tabs.add-style .nav-link {
		font-size: 18px;
		min-width: 149px;
	}

	.map-block .map-holder {
		max-width: 945px;
	}

	.address-box {
		width: 360px;
	}

	.blog-section.addition .article-post h2,
	.blog-section.addition .article-post .h4 {
		min-height: inherit;
	}

	.blog-section.addition .article-post h2,
	.blog-section.addition .article-post .h4 {
		letter-spacing: -.9px;
	}

	.load-more {
		bottom: 70px;
	}

	.right-line:before {
		z-index: 1;
	}

	.bottom-left-radius-line:after {
		top: 95%;
	}

	.left-line:before {
		z-index: 1;
	}

	.bottom-right-radius-line:after {
		top: 95%;
	}

	.lines-style .bottom-right-radius-line:after {
		top: 91%;
	}

	.visual-search .form-control {
		font-size: 18px;
	}

	.table {
		font-size: 16px;
	}

	.table thead th {
		font-size: 14px;
	}

	.table td:first-child {
		font-size: 18px;
		width: 68.5%;
	}

	.table td:nth-child(2) {
		width: 17.5%;
	}

	.table td:last-child {
		width: 14%;
	}

	.section-head {
		max-width: 940px;
	}

	.section-head:before {
		margin-left: 40px;
	}

	.section-head:after {
		width: 532px;
		right: -48px;
	}

	.section-head.pink-lines:before {
		width: 360px;
		left: 75px;
	}

	.section-head.pink-lines:after {
		width: 510px;
		right: -37px;
	}

	.section-head.pink-lines .head-wrap:before {
		right: 112.5%;
	}

	.values-block .info-post .fa-cog {
		margin: 0 20px 0 0;
	}

	.article-block {
		font-size: 16px;
		line-height: 28px;
	}

	.article-block:after {
		height: 285px;
	}

	.article-block h3 {
		margin: 0 0 33px;
	}

	.article-block p {
		margin: 0 0 28px;
	}

	.images-gallery .slide {
		width: 262px;
	}

	.office-info .addr-list li {
		width: 62%;
	}

	.office-info .addr-list li:first-child {
		width: 38%;
	}

	.app-box i {
		font-size: 56px;
	}

	.app-box .link-more {
		font-size: 14px;
		padding: 0 25px 0 0;
	}

	.app-box .link-more:after {
		right: 10px;
	}

	.app-box .link-more:hover:after {
		right: 5px;
	}

	.app-box .btn {
		margin: 7px 0 0;
	}

	.list {
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 35px;
	}

	.list li {
		margin: 0 0 31px;
		padding: 0 0 0 40px;
	}

	.list li:before {
		top: 5px;
		font-size: 20px;
	}

	.find-block .box h4 {
		line-height: 34px;
		margin: 0 0 30px;
		min-height: 68px;
	}

	.find-block .box h5 {
		margin: 0 0 23px;
	}

	.find-block .bg-sky-blue01 h5 {
		margin: 0 0 15px;
	}

	.find-block .bg-sky-blue01 p {
		line-height: 24px;
	}

	.find-block .text-content {
		font-size: 16px;
		line-height: 22px;
		overflow: hidden;
	}

	.find-block .form-box .check-row .txt-label {
		font-size: 16px;
	}

	.job-section .buttons-box .btn .fa-linkedin {
		left: -30px;
	}

	.job-section .link-share {
		font-size: 18px;
	}

	.landing-block .text-lg p {
		line-height: 32px !important;
	}

	.modal-header .img-box {
		width: 146px;
	}

	.jcf-select .jcf-select-text {
		font-size: 18px;
	}
}

@media (min-width: 1440px) {
	.visual-block .textbox {
		padding: 15px 60px 15px 0;
	}

	.visual-block .img-holder {
		width: 600px;
		margin-left: -30px;
	}

	.visual-block.addition .img-holder {
		width: 608px;
		margin-left: 0;
	}

	.visual-block.addition .img-holder:before {
		width: 585px;
		left: -95px;
	}

	.visual-block.addition .img-holder:after {
		left: 80.5%;
	}

	.related-block ul .caption-box {
		padding: 25px 20px 7px;
		width: 320px;
	}

	.jcf-select-drop.jcf-select-country {
		margin-left: -21px;
	}

	.jcf-select-drop.jcf-select-country .jcf-list:before {
		right: auto;
		left: 25px;
	}

	.jcf-select-drop.jcf-select-country .jcf-list .jcf-option {
		padding: 7px 10px 7px 20px;
	}
}

@media (max-width: 991.98px) {
	.modal-header .h5 {
		font-size: 16px;
		margin: 0 0 8px;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.form-group {
		margin: 0 0 10px;
	}

	.container {
		max-width: 100%;
	}

	.nav-opener {
		display: block;
	}

	.nav-drop {
		-webkit-transition: -webkit-transform .25s ease-in-out;
		transition: -webkit-transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
		width: 100%;
		height: 100vh;
		background: #001560;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 5;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		overflow: auto;
	}

	.nav-active .nav-drop {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.nav-drop .nav-opener:before,
	.nav-drop .nav-opener:after,
	.nav-drop .nav-opener span {
		top: 13px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.nav-drop .nav-opener:after {
		top: auto;
		bottom: 12px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-drop .nav-opener span {
		opacity: 0;
		visibility: hidden;
	}

	.main-nav ul {
		font-size: 15px;
	}

	.main-nav ul ul {
		font-size: 14px;
	}

	.features-section .tab-pane {
		display: block !important;
		opacity: 1;
		margin: 0 0 7px;
		background: #fff;
		border: 1px solid rgba(0, 21, 96, .1);
	}

	.card-header .btn.btn-link {
		font-size: 16px;
	}

	.learning-article .textbox:before,
	.learning-article .textbox:after {
		display: none;
	}

	.learning-article:nth-of-type(2) .textbox:after {
		display: none;
	}

	.table td {
		padding: 15px 15px 15px 0;
	}

	.modal-header .modal-title {
		margin-top: -5px;
	}

	.modal-header .h5 {
		font-size: 14px;
	}
}

@media print {
	* {
		background: none !important;
		color: #000 !important;
	}

	body {
		min-width: inherit !important;
	}

	#wrapper {
		padding-top: 0 !important;
	}

	a {
		text-decoration: none !important;
	}

	#wrapper,
	#main,
	#footer,
	.features-block,
	.features-article {
		overflow: visible !important;
		border: 0 !important;
	}

	.container {
		min-width: inherit !important;
		max-width: inherit !important;
		width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.row {
		display: block !important;
	}

	[class^="col-"],
	[class*=" col-"] {
		width: 100% !important;
		max-width: 100% !important;
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
	}

	.bg-blue,
	.bg-light-gray,
	.bg-lignt-gray02,
	.bg-light-pink,
	.bg-primary,
	.bg-sky-blue,
	.bg-purple,
	.bg-peach,
	.bg-light-red,
	.bg-sky-blue01,
	.bg-light-purple,
	.info-articles .holder:after,
	.feature-post:nth-child(2n) .holder:after,
	.visual-block.full-visual,
	.app-box {
		background: none !important;
	}

	.feature-list li:before,
	.info-articles .holder:after,
	.posts-block .holder:after,
	.features-block .features-wrap.bg-light-red:before,
	.features-block .features-wrap.bg-sky-blue01:before,
	.features-block .features-wrap.bg-light-purple:before,
	.article-post .category,
	.features-section:after,
	.featured-content.addition:after,
	.featured-content.addition02:after,
	.learning-article .textbox:before,
	.learning-article .textbox:after,
	.visual-block.full-visual:before,
	.learning-article h4.h5:before,
	.posts-block.addition .article-post .h5 .link-more:after,
	.addr-list li i,
	.load-more,
	.article-post .time i,
	.visual-block.full-visual.visual-line .container:after,
	.right-line:before,
	.right-line:after,
	.bottom-left-radius-line:before,
	.bottom-left-radius-line:after,
	.left-line:before,
	.left-line:after,
	.bottom-right-radius-line:before,
	.bottom-right-radius-line:after,
	.jcf-select .jcf-select-opener,
	.visual-block.home-visual .svg-line,
	.svg-holder,
	.visual-block.home-visual .textbox:before,
	.visual-block.home-visual .textbox:after,
	.testimonials-block,
	.features-article .feature-list li a:before,
	.blog-section.addition .article-post h2 a:after,
	.blog-section.addition .article-post .h4 a:after,
	.list-links li a::after,
	.search-post .tag,
	.search-post.featured .subtitle,
	.search-post .link-more,
	.section-head:before,
	.section-head:after,
	.info-post .fa-cog,
	.article-block:after,
	.list li:before,
	.find-block .tab-pane:after,
	.bullet-list li:before,
	.download-form:before {
		display: none !important;
	}

	.features-block,
	.features-article,
	.features-block .bg-light-gray,
	.services-block,
	.info-articles,
	.feature-post:nth-child(2n) .holder,
	.feature-post:nth-child(2n) .textbox,
	.additional-articles,
	.info-articles .holder,
	.service-box .textbox,
	.benefits-block,
	.benefits-block .info-post,
	.security-block,
	.featured-content,
	.featured-content .row,
	.studies-block .info-post h5,
	.studies-block .info-post,
	.posts-block,
	.posts-block .holder,
	.article-post .textbox,
	.additional-section,
	.additional-features,
	.testimonials-block,
	.blockquote,
	.features-section .tab-content,
	.learning-block,
	.learning-article,
	.learning-article .textbox,
	.faq-block,
	.locations-block,
	.contact-block .head,
	.contact-block .tab-pane,
	.contact-block .text-holder .textbox,
	.address-box,
	.addr-list li,
	.blog-section,
	.load-more-holder,
	.blog-section [class^="col-"],
	.blog-section [class*=" col-"],
	.features-block .features-wrap,
	.blog-section .bg-lignt-gray02,
	.categories-block,
	.search-block,
	.search-post,
	.visual-block [class^="col-"],
	.visual-block [class*=" col-"],
	.search-post .h5,
	.jobs-block,
	.featured-article h4,
	.values-block,
	.article-block,
	.article-block .textbox,
	.section-head .head-wrap,
	.list li,
	.app-box,
	.windows-block .feature-list li,
	.windows-block,
	.additional-posts,
	.find-block .head,
	.find-block .tab-content,
	.find-block .box,
	.find-block .container,
	.find-block .bg-light-gray,
	.bullet-list li,
	.benefits-box,
	.job-section,
	.featured-box,
	.upper-head,
	.landing-block .feature-list {
		padding: 0 !important;
	}

	.service-box .link-more,
	.featured-article,
	.feature-post,
	.feature-list li,
	.feature-post .feature-list,
	.contact-block .tab-content,
	.contact-block .tab-pane,
	.addr-list li address,
	.blog-section [class^="col-"],
	.blog-section [class*=" col-"],
	.article-post.single-blog-post .post-meta,
	.search-post,
	.article-block .textbox,
	.article-block,
	.section-head .head-wrap,
	.locations-block .outline,
	.find-block .form-box,
	.benefits-box .head,
	.download-form,
	.upper-head,
	.landing-block .feature-list {
		margin: 0 !important;
	}

	.info-articles h3,
	.info-articles h4,
	.features-article,
	.services-block h3,
	.benefits-block h3,
	.benefits-block .info-post,
	.featured-article .textbox,
	.benefits-block h4,
	.studies-block,
	.posts-block h4,
	.article-post,
	.additional-section,
	.features-block,
	.features-section,
	.featured-content,
	.additional-features,
	.testimonials-block,
	.learning-block,
	.posts-block,
	.faq-block,
	.locations-block,
	.article-post.single-blog-post .post-meta,
	.categories-block h2.h4,
	.list-links li a,
	.search-post,
	.search-block h2.h4,
	.services-block h3,
	.text-sm,
	.resources-block,
	.values-block,
	.article-block,
	.jobs-block .h4,
	.apps-block,
	.list li,
	.additional-posts,
	.windows-block,
	.find-block,
	.job-section,
	.benefits-sections,
	.landing-block {
		text-align: center !important;
	}

	.featured-article .textbox,
	.features-section .tab-content,
	.additional-features .card,
	.white-theme .card,
	.blockquote,
	.learning-article .textbox,
	.posts-block.addition .article-post,
	.address-box,
	.blog-section .article-post,
	.posts-block .outline,
	.search-post,
	.resources-block .article-post,
	.locations-block .outline,
	.find-block .box,
	.benefits-box,
	.featured-box {
		border: 0 !important;
	}

	.features-block h2.h4,
	.feature-post p,
	.testimonials-block h4,
	.locations-block,
	.blog-section .article-post,
	.features-article .feature-list,
	.search-block h2.h4,
	.section-head,
	.office-info .address-box {
		margin: 0 0 20px !important;
	}

	.studies-block .info-post h5,
	.visual-block.full-visual,
	.article-post h2,
	.article-post .h4,
	.article-post h5,
	.article-post .h5,
	.categories-block.min-height,
	.find-block .box h4,
	.find-block .box .holder {
		min-height: inherit !important;
	}

	.article-post.single-post .textbox,
	.article-post.single-post .foot,
	.article-post .datetime {
		width: 100% !important;
	}

	.featured-article .textbox,
	.resources-block {
		padding-bottom: 0 !important;
	}

	#header {
		position: static !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.logo,
	.landing-page .logo,
	.landing-page.fixed-header .logo {
		margin: 0 auto !important;
		min-width: 160px !important;
		max-width: 160px !important;
		width: 160px !important;
	}

	.visual-block .textbox {
		padding: 40px 0 0 !important;
		margin: 0 !important;
		text-align: center !important;
	}

	.form-control,
	.jcf-select {
		height: 50px !important;
	}

	textarea.form-control {
		overflow: hidden !important;
		resize: none !important;
	}

	.jcf-select .jcf-select-text {
		padding: 14px 0 !important;
	}

	.feature-post {
		padding: 0 0 30px !important;
		overflow: visible !important;
	}

	.feature-post .textbox {
		padding: 0 !important;
		font-size: 14px !important;
		line-height: 22px !important;
		text-align: center !important;
	}

	.feature-post .number-box {
		position: static !important;
		padding: 10px 0 0 !important;
	}

	.feature-post .number-box .title {
		margin: 0 0 10px !important;
		font-size: 16px !important;
	}

	.feature-post .number-box .numbers {
		font-size: 50px !important;
	}

	.feature-list li {
		width: 100% !important;
		padding: 5px 0 !important;
		display: block !important;
		font-weight: 400 !important;
	}

	.features-article .feature-list li a {
		padding-left: 0 !important;
	}

	.info-post {
		border: 0 !important;
		width: 100% !important;
	}

	.info-post .textbox {
		padding: 0 !important;
		text-align: center !important;
		width: 100% !important;
	}

	.text-article,
	.article-post p,
	.search-post p {
		margin: 0 !important;
		padding: 0 !important;
	}

	.service-box .textbox {
		max-width: inherit !important;
		width: 100% !important;
		text-align: center !important;
	}

	.article-post {
		height: auto !important;
	}

	.studies-block {
		padding: 20px 0 !important;
	}

	.blockquote p,
	.search-block .head {
		margin: 0 0 15px !important;
	}

	.blog-section .article-post p {
		margin: 0 0 10px !important;
	}

	.learning-article,
	.learning-article .textbox {
		opacity: 1 !important;
		visibility: visible !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.learning-article .textbox,
	.address-box,
	.windows-block .feature-list,
	.landing-block .feature-list,
	.features-block h2.h4 {
		max-width: inherit !important;
	}

	.address-box {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		width: 100% !important;
		position: static !important;
	}

	.article-post .foot {
		position: static !important;
	}

	.article-post.single-blog-post .post-meta {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.list-links li a {
		padding: 10px !important;
	}

	.search-block .head,
	.services-block h3.h4 .text-sm,
	.features-block h4 .text-sm,
	.benefits-box .head {
		display: block !important;
	}

	.services-block h3.h4 .text-sm,
	.features-block h4 .text-sm {
		padding: 10px 0 0 !important;
		margin: 0 !important;
	}

	.table td {
		border: 0 !important;
		padding: 20px 15px 20px 0 !important;
	}

	.features-block.addition02 .features-article .textbox {
		max-width: inherit !important;
	}

	.office-info .addr-list li,
	.office-info .addr-list li:first-child {
		float: none;
		width: 100%;
	}

	#footer {
		padding: 15px 0 0 !important;
	}

	.copyrights {
		width: 100% !important;
		margin: 0 !important;
		text-align: center !important;
		opacity: 1 !important;
	}
}

@-webkit-keyframes line-left {
	0% {
		width: 0;
		height: 0;
	}

	70% {
		width: 1000px;
		height: 0;
	}

	100% {
		height: 72px;
	}
}

@keyframes line-left {
	0% {
		width: 0;
		height: 0;
	}

	70% {
		width: 1000px;
		height: 0;
	}

	100% {
		height: 72px;
	}
}

@-webkit-keyframes line-right {
	0% {
		width: 0;
		height: 0;
	}

	30% {
		width: 0;
		height: 72px;
	}

	100% {
		width: 2000px;
	}
}

@keyframes line-right {
	0% {
		width: 0;
		height: 0;
	}

	30% {
		width: 0;
		height: 72px;
	}

	100% {
		width: 2000px;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
