@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800|Nunito:300,400,600,700,800);

section {
	padding: 6rem 0;
	position: relative;
	width: 100%;
	z-index: 1;
	background-color: #fff
}

section .page-content {
	padding: 0
}

@media (max-width:767.98px) {
	section {
		padding: 40px 0
	}
}

@media (max-width:991.98px) {
	.container {
		padding: 0 30px
	}
}

/*!Polo Widgets*/
html {
	overflow-x: hidden
}

body .body-inner {
	padding: 0;
	margin: 0
}

@media (max-width:991.98px) {
	body .body-inner {
		width: 100%;
		margin: 0
	}
}

@media (min-width:768px) {
	body.modern .body-inner .container {
		max-width: 1500px
	}
}

.container-fullwidth {
	margin: 0 auto
}

.container-fullwidth .row {
	padding-left: 15px;
	padding-right: 15px
}

body.dark {
	background-color: #1e2022;
	color: #e4e6ef
}

.dark section,
section.dark {
	background-color: #1e2022;
	color: #2e2e2e
}

#page-title {
	clear: both;
	padding: 80px 0;
	background-color: #fbfbfb;
	position: relative
}

#page-title .page-title {
	text-align: center;
	padding: 0
}

#page-title .page-title>h1 {
	font-family: poppins, sans-serif;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 1rem
}

#page-title .page-title>span {
	font-weight: 400;
	font-size: 14px
}

#page-title.page-title-left .page-title {
	float: left;
	text-align: left;
	clear: both
}

#page-title.page-title-right .page-title {
	float: right;
	text-align: right;
	clear: both
}

#page-title[data-bg-parallax] .page-title>h1 {
	color: #fff
}

#page-title[data-bg-parallax] .page-title>span {
	color: #fff
}

#page-title[data-bg-parallax],
#page-title[data-bg-video] {
	background-color: #1e2022
}

#header[data-transparent=true]+#page-title {
	top: -120px;
	margin-bottom: -124px;
	position: relative;
	padding: 220px 0 160px
}

#page-title.dark,
.dark #page-title {
	background-color: #1e2022
}

#page-title.dark .page-title>h1,
.dark #page-title .page-title>h1 {
	color: #1e2022
}

#page-title.dark .page-title>span,
.dark #page-title .page-title>span {
	color: #1e2022
}

@media (max-width:991.98px) {
	#page-title .page-title>h1 {
		font-size: 26px;
		line-height: 34px
	}

	#header[data-transparent=true]+#page-title {
		top: -120px;
		margin-bottom: -124px;
		padding: 160px 0 80px
	}
}

#page-content:not(.no-sidebar) {
	padding: 40px 0
}

#page-content:not(.no-sidebar).sidebar-left>.container-fluid>.row,
#page-content:not(.no-sidebar).sidebar-left>.container-wide>.row,
#page-content:not(.no-sidebar).sidebar-left>.container>.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

#page-content:not(.no-sidebar).sidebar-right>.container-fluid>.row,
#page-content:not(.no-sidebar).sidebar-right>.container-wide>.row,
#page-content:not(.no-sidebar).sidebar-right>.container>.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

#page-content:not(.no-sidebar).sidebar-right>.container-fluid>.row,
#page-content:not(.no-sidebar).sidebar-right>.container-wide>.row,
#page-content:not(.no-sidebar).sidebar-right>.container>.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

#page-content:not(.no-sidebar).sidebar-both>.container-fluid>.row,
#page-content:not(.no-sidebar).sidebar-both>.container-wide>.row,
#page-content:not(.no-sidebar).sidebar-both>.container>.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

#content {
	overflow: hidden;
	padding: 60px 0;
	position: relative
}

#content .container,
#content .container-fluid {
	position: relative
}

.content {
	padding-right: 25px;
	margin-bottom: 26px
}

@media (max-width:991.98px) {

	#page-content:not(.no-sidebar).sidebar-both>.container-fluid>.row .content,
	#page-content:not(.no-sidebar).sidebar-both>.container-wide>.row .content,
	#page-content:not(.no-sidebar).sidebar-both>.container>.row .content {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.content {
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (max-width:991.98px) {
	#page-content {
		padding: 20px 0
	}
}

@-webkit-keyframes load7 {

	0%,
	100%,
	80% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		box-shadow: 0 2.5em 0 0
	}
}

@keyframes load7 {

	0%,
	100%,
	80% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		box-shadow: 0 2.5em 0 0
	}
}

#topbar {
	position: relative;
	z-index: 200;
	background-color: #fff
}

#topbar.dark {
	background-color: #1e2022
}

.topbar-dropdown {
	color: #747474;
	float: left;
	font-size: 13px;
	font-weight: 400;
	position: relative
}

.topbar-dropdown .title {
	border-left: 1px solid #fbfbfb;
	padding: 0 20px;
	cursor: pointer;
	line-height: 40px
}

.topbar-dropdown .title a {
	color: #747474
}

.topbar-dropdown .title a:hover {
	text-decoration: underline
}

.topbar-dropdown .title b {
	font-weight: 600
}

.topbar-dropdown .title .fa {
	margin-left: 7px;
	position: relative;
	top: -1px
}

.topbar-dropdown .title .fa:first-child {
	margin-left: 0;
	margin-right: 7px
}

.topbar-dropdown:first-child .title {
	border-color: transparent;
	padding-left: 0
}

.topbar-dropdown .title img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -1px
}

.topbar-dropdown:hover .topbar-form {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	visibility: visible
}

.topbar-dropdown .topbar-form {
	position: absolute;
	width: 240px;
	padding: 20px 20px 10px;
	right: auto;
	top: 40px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border: solid 1px #eee;
	z-index: 1;
	text-align: left;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transform-origin: 50% 0 0;
	-moz-transform-origin: 50% 0 0;
	-webkit-transform-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	visibility: hidden
}

.topbar-dropdown input {
	margin-bottom: 2px
}

#topbar.topbar-fullwidth>.container {
	max-width: 100%;
	padding: 0 30px
}

#topbar {
	border-bottom: 1px solid #fbfbfb
}

#topbar.dark,
#topbar.topbar-dark {
	background-color: #252525;
	border-color: rgba(231, 231, 231, .25)
}

.topbar-transparent {
	margin-top: -2px
}

.topbar-transparent.topbar-dark .topbar-dropdown,
.topbar-transparent.topbar-dark .topbar-dropdown .title a {
	color: #fff
}

.topbar-transparent .topbar-dropdown .title {
	border-color: rgba(231, 231, 231, .25)
}

.topbar-transparent .topbar-dropdown:first-child .title {
	border-color: transparent
}

#topbar.dark {
	border-bottom: 1px solid rgba(231, 231, 231, .05)
}

#topbar.dark.topbar-transparent {
	background-color: transparent;
	border-bottom: 1px solid rgba(144, 144, 144, .25)
}

#topbar~#header[data-transparent=true]+#slider,
#topbar~#header[data-transparent=true]+.fullscreen {
	top: -120px;
	margin-bottom: -120px
}

@media (max-width:991.98px) {
	#topbar.topbar-transparent.dark {
		background-color: #fff !important
	}
}

#header {
	position: fixed;
	width: 100%;
	z-index: 199 !important;
	height: 80px;
	line-height: 80px
}

#header .container {
	position: relative
}

#header .header-inner {
	height: 80px;
	background-color: #fff;
	left: 0;
	right: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#header .header-inner #logo {
	float: left;
	font-size: 28px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 80px
}

#header .header-inner #logo a>img {
	vertical-align: inherit;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 80px;
	width: auto
}

#header .header-inner #logo a [class*=logo-],
#header .header-inner #logo a>img {
	display: none
}

#header .header-inner #logo a,
#header .header-inner #logo a span {
	font-family: inherit;
	font-size: 40px;
	color: #1e2022;
	font-weight: 800;
	letter-spacing: 1.5px
}

#header[data-fullwidth=true] .header-inner .container {
	max-width: 100%;
	padding: 0 30px
}

#header.header-modern:not(.header-active) {
	margin: 40px auto 0;
	width: 1200px
}

#header.header-modern:not(.header-active) .header-inner {
	border-radius: 4px
}

#header.header-modern:not(.header-active)+#google-map,
#header.header-modern:not(.header-active)+#slider,
#header.header-modern:not(.header-active)+.fullscreen,
#header.header-modern:not(.header-active)+.halfscreen,
#header.header-modern:not(.header-active)+.inspiro-slider {
	top: -130px;
	margin-bottom: -130px
}

#header[data-transparent=true]:not(.sticky-active) .header-inner {
	background-color: transparent
}

#header[data-transparent=true]+#slider,
#header[data-transparent=true]+.fullscreen {
	top: -80px;
	margin-bottom: -80px
}

#header.header-logo-right .header-inner #logo {
	float: right
}

#header.header-logo-right .header-inner .header-extras {
	float: left
}

#header.header-logo-right .header-inner #mainMenu nav {
	float: left
}

#header[data-transparent=true]:not(.sticky-active) .header-inner,
#header[data-transparent=true]:not(.sticky-active).dark .header-inner {
	background-color: transparent
}

#header[data-transparent=true]+#slider,
#header[data-transparent=true]+.fullscreen {
	top: -80px;
	margin-bottom: -80px
}

#header.dark .header-inner,
.dark #header .header-inner {
	background-color: #1e2022
}

#header.dark .header-inner #logo a [class*=logo-],
#header.dark .header-inner #logo a>img,
.dark #header .header-inner #logo a [class*=logo-],
.dark #header .header-inner #logo a>img {
	display: none
}

#header.dark .header-inner #logo a .logo-dark,
.dark #header .header-inner #logo a .logo-dark {
	display: block
}

#header.dark .header-inner #logo a,
#header.dark .header-inner #logo a span,
.dark #header .header-inner #logo a,
.dark #header .header-inner #logo a span {
	color: #fff
}

#header.dark .header-inner .lines,
#header.dark .header-inner .lines:after,
#header.dark .header-inner .lines:before,
.dark #header .header-inner .lines,
.dark #header .header-inner .lines:after,
.dark #header .header-inner .lines:before {
	background-color: #fff
}

#header.dark[data-transparent=true]:not(.sticky-active) .header-inner,
.dark #header[data-transparent=true]:not(.sticky-active) .header-inner {
	background-color: transparent
}

@media (max-width:991.98px) {
	body.modern #header .header-inner>.container {
		max-width: 1500px;
		padding: 0 15px
	}
}

@media (max-width:991.98px) {
	#header .header-inner {
		height: auto
	}

	#header #logo {
		position: absolute !important;
		width: 100%;
		text-align: center;
		margin: 0 !important;
		float: none;
		height: 80px;
		left: 0;
		right: 0;
		padding: 0 !important
	}

	#header #logo>a {
		display: inline-block
	}

	#header #logo>a img {
		max-height: 80px;
		padding-bottom: 6px
	}

	#header #logo .logo-responsive {
		display: block
	}

	#header #logo .logo-responsive-dark {
		display: block
	}

	#header.header-mobile-logo-left #header #logo {
		width: auto;
		text-align: left;
		left: 30px;
		right: auto
	}

	#header.header-mobile-logo-left .header-extras {
		float: right;
		margin-left: 20px
	}

	#header.header-modern {
		margin: 0 !important;
		width: 100% !important
	}

	#header.header-modern .header-inner {
		border-radius: 0 !important
	}

	#header.header-logo-right .header-inner .header-extras {
		float: right
	}
}

@media (max-width:991.98px) {
	#header[data-transparent=true]+main {
		top: -120px;
		margin-bottom: -124px;
		position: relative
	}

	#header[data-transparent=true]+main>#page-title {
		padding: 160px 0 80px
	}

	#header[data-transparent=true]+.fullscreen {
		top: -80px;
		margin-bottom: -80px
	}
}

#mainMenu {
	padding: 0
}

#mainMenu>.container {
	padding: 0 !important
}

#mainMenu [class*=col-lg-] {
	line-height: 24px !important
}

#mainMenu nav {
	float: right
}

#mainMenu nav>ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#mainMenu nav>ul>li {
	float: left;
	border: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: 0px;
	position: relative
}

#mainMenu nav>ul>li>a {
	position: relative;
	font-family: poppins, sans-serif;
	padding: 10px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .6px;
	color: #000;
	border-radius: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	line-height: normal
}

#mainMenu nav>ul>li>a>i {
	margin-left: 2px;
	margin-right: 6px;
	min-width: 14px;
	font-size: 14px
}

#mainMenu nav>ul>li>a:after,
#mainMenu nav>ul>li>a:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span {
	color: #2250fc
}

#mainMenu nav>ul>li.dropdown:before {
	content: "\e930";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-family: inspiro-icons;
	opacity: .6;
	position: absolute;
	right: 16px;
	color: #c1c3ce;
	font-size: 16px;
	display: none
}

#mainMenu nav>ul>li:not(.hover-active):hover>ul {
	display: block;
	-webkit-animation: fade-in-out .3s ease;
	animation: fade-in-out .3s ease
}

#mainMenu nav>ul>li:last-child {
	margin-right: 0
}

#mainMenu nav>ul>a.btn {
	margin-top: 4px
}

#mainMenu nav>ul li ul {
	list-style: none;
	padding: 0
}

.header-logo-center #logo {
	position: absolute !important;
	width: 100%;
	text-align: center;
	margin: 0;
	float: none;
	height: 100px
}

.header-logo-center #logo>a {
	display: inline-block
}

.header-logo-center #mainMenu nav {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1
}

.header-logo-center #mainMenu nav>ul {
	z-index: 198
}

.header-logo-center #mainMenu nav>ul:first-child {
	float: left
}

.header-logo-center #mainMenu nav>ul:last-child {
	float: right
}

#mainMenu.dark nav>ul>li>a,
.dark #mainMenu nav>ul>li>a {
	color: #fff
}

#mainMenu.dark nav>ul>li.current>a,
#mainMenu.dark nav>ul>li.current>span,
#mainMenu.dark nav>ul>li:focus>a,
#mainMenu.dark nav>ul>li:focus>span,
#mainMenu.dark nav>ul>li:hover>a,
#mainMenu.dark nav>ul>li:hover>span,
.dark #mainMenu nav>ul>li.current>a,
.dark #mainMenu nav>ul>li.current>span,
.dark #mainMenu nav>ul>li:focus>a,
.dark #mainMenu nav>ul>li:focus>span,
.dark #mainMenu nav>ul>li:hover>a,
.dark #mainMenu nav>ul>li:hover>span {
	color: #c1c3ce
}

#mainMenu.dark nav>ul>li.dropdown:before,
.dark #mainMenu nav>ul>li.dropdown:before {
	color: #fff
}

#mainMenu-trigger {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	height: 80px;
	z-index: 1;
	float: right
}

#mainMenu-trigger button {
	background: 0 0;
	border: 0;
	padding: 0
}

#mainMenu-trigger button:focus {
	outline: 0
}

#mainMenu-trigger button i {
	font-size: 17px
}

@media (max-width:991.98px) {
	#mainMenu-trigger {
		position: relative;
		opacity: 1;
		visibility: visible
	}

	#mainMenu:not(.menu-overlay) {
		max-height: 0;
		clear: both;
		display: block;
		width: 100%;
		opacity: 1;
		overflow: hidden;
		-webkit-transition: max-height .8s cubic-bezier(.79, .14, .15, .86), opacity .8s cubic-bezier(.79, .14, .15, .86);
		transition: max-height .8s cubic-bezier(.79, .14, .15, .86), opacity .8s cubic-bezier(.79, .14, .15, .86)
	}

	#mainMenu:not(.menu-overlay)>.container {
		text-align: left !important;
		width: 100%;
		max-width: 100%
	}

	#mainMenu:not(.menu-overlay) nav {
		line-height: 40px;
		float: none;
		width: 100%;
		padding-bottom: 20px;
		-webkit-transition: .7s ease;
		transition: .7s ease;
		opacity: 0;
		-webkit-transform: translateY(-18px);
		-ms-transform: translateY(-18px);
		transform: translateY(-18px)
	}

	#mainMenu:not(.menu-overlay) nav>ul {
		float: none;
		width: 100%
	}

	#mainMenu:not(.menu-overlay) nav>ul>li {
		padding: 0;
		margin: 0;
		clear: both;
		float: none;
		display: block;
		border: 0
	}

	#mainMenu:not(.menu-overlay) nav>ul>li>a {
		display: block;
		padding: 12px 0;
		font-size: 14px;
		border: 0;
		border-radius: 0
	}

	#mainMenu:not(.menu-overlay) nav>ul>li>a:after {
		display: none
	}

	#mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
		right: 14px;
		display: block
	}

	#mainMenu:not(.menu-overlay) nav>ul [class*=col-lg] {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding: 0;
		margin: 0
	}

	#mainMenu:not(.menu-overlay).menu-animate nav {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	#mainMenu:not(.menu-overlay).menu-sub-title nav>ul>li {
		line-height: unset !important
	}

	#mainMenu:not(.menu-overlay).menu-rounded nav>ul>li.current>a,
	#mainMenu:not(.menu-overlay).menu-rounded nav>ul>li:focus>a,
	#mainMenu:not(.menu-overlay).menu-rounded nav>ul>li:hover>a {
		background-color: unset !important
	}

	#mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li.current,
	#mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li:focus,
	#mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li:hover {
		background-color: unset
	}

	#mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li.current>a,
	#mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li:focus>a,
	#mainMenu:not(.menu-overlay).menu-hover-background nav>ul>li:hover>a {
		color: unset !important
	}

	#mainMenu:not(.menu-overlay).menu-left nav {
		margin-left: 0
	}
}

@-webkit-keyframes fade-in-out {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fade-in-out {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.header-extras {
	float: right;
	z-index: 199;
	position: relative;
	height: 80px
}

.header-extras>ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.header-extras>ul>li {
	float: left;
	border: 0
}

.header-extras>ul>li a,
.header-extras>ul>li i {
	color: #3c4043
}

.header-extras>ul>li>.p-dropdown,
.header-extras>ul>li>a:not(.btn) {
	padding-left: 6px;
	padding-right: 6px
}

.header-extras>ul>li .p-dropdown a>span {
	position: absolute;
	top: -8px;
	font-size: 9px;
	opacity: 1;
	right: -2px
}

.header-extras>ul>li .topbar-dropdown>.title,
.header-extras>ul>li>a:not(.btn) {
	font-family: poppins, sans-serif;
	font-size: 12px;
	position: relative;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700
}

.header-extras>ul>li .topbar-dropdown>.title i,
.header-extras>ul>li>a:not(.btn) i {
	font-size: 14px;
	position: relative
}

.header-extras>ul>li .topbar-dropdown>.title i:nth-of-type(2),
.header-extras>ul>li>a:not(.btn) i:nth-of-type(2) {
	visibility: hidden;
	position: absolute
}

.header-extras>ul>li>a:not(.btn).toggle-active i:nth-of-type(2) {
	visibility: visible;
	position: relative
}

.header-extras>ul>li>a:not(.btn).toggle-active i:nth-of-type(1) {
	visibility: hidden;
	position: absolute
}

.header-extras>ul>li .btn {
	margin-bottom: 0
}

.header-extras .topbar-dropdown .title {
	line-height: inherit !important;
	letter-spacing: 1px;
	padding: 0;
	color: #1e2022
}

.dark .header-extras .p-dropdown a>span,
.dark .header-extras a>i {
	color: #fff
}

.dark .header-extras .lines,
.dark .header-extras .lines:after,
.dark .header-extras .lines:before {
	background-color: #fff
}

@media (max-width:991.98px) {
	.header-extras {
		float: left
	}

	.header-extras>ul .p-dropdown>a>i,
	.header-extras>ul>li>a>i {
		font-size: 16px !important
	}

	.header-extras>ul .p-dropdown:first-child>a,
	.header-extras>ul>li:first-child>a {
		padding-left: 0
	}
}

*,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	text-decoration: none
}

article,
footer,
header,
main,
nav,
section {
	display: block
}

html {
	font-size: 88%
}

@media all and (max-width:768px) {
	html {
		font-size: 81.25%
	}
}

body {
	font-size: 1rem;
	line-height: 1.65714286em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: poppins, sans-serif;
	color: #3c4043
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	color: #1e2022;
	margin: 0;
	letter-spacing: .5px
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: 100
}

.h1,
h1 {
	font-size: 3.14285714em;
	line-height: 1.31818182em
}

.h1:not(:last-child),
h1:not(:last-child) {
	margin-bottom: 20px
}

.h2,
h2 {
	font-size: 2.35714286em;
	line-height: 1.36363636em;
	font-weight: 500
}

.h2:not(:last-child),
h2:not(:last-child) {
	margin-bottom: 16px
}

.h3,
h3 {
	font-size: 1.78571429em;
	line-height: 1.5em;
	font-weight: 500
}

.h3:not(:last-child),
h3:not(:last-child) {
	margin-bottom: 12px
}

.h4,
h4 {
	font-size: 1.35714286em;
	line-height: 1.68421053em;
	font-weight: 600
}

.h4:not(:last-child),
h4:not(:last-child) {
	margin-bottom: 8px
}

.h5,
h5 {
	font-size: 1em;
	line-height: 1.85714286em;
	font-weight: 500
}

.h5:not(:last-child),
h5:not(:last-child) {
	margin-bottom: 6px
}

.h6,
h6 {
	font-size: .85714286em;
	line-height: 2.16666667em;
	font-weight: 500
}

.h6:not(:last-child),
h6:not(:last-child) {
	margin-bottom: 6px
}

@media all and (max-width:767px) {

	.h1,
	h1 {
		font-size: 2.35714286em;
		line-height: 1.36363636em
	}

	.h2,
	h2 {
		font-size: 1.78571429em;
		line-height: 1.5em
	}

	.h3,
	h3 {
		font-size: 1.35714286em;
		line-height: 1.85714286em
	}
}

.display-4 {
	font-weight: 400
}

p {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 1.7;
	letter-spacing: 0;
	color: #3c4043;
	font-family: poppins, sans-serif
}

strong {
	font-weight: 600
}

a:not(.btn):not(.badge):active,
a:not(.btn):not(.badge):focus,
a:not(.btn):not(.badge):hover {
	text-decoration: none;
	outline: 0;
	color: #2250fc
}

a:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) {
	color: #3c4043
}

.dark .h1,
.dark .h2,
.dark .h3,
.dark .h4,
.dark .h5,
.dark .h6,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color: #e4e6ef
}

#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background-color: #fff
}

#home {
	width: 100%;
	height: 100%;
	color: #fff
}

.item img {
	height: 100%
}

.fullscreen {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 100vh
}

.fullscreen .container {
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-top: 80px;
	margin-bottom: 40px
}

.fullscreen .container-fullscreen {
	width: 100%
}

@media (max-width:991.98px) {
	#header[data-transparent=true]+main {
		top: -120px;
		margin-bottom: -124px;
		position: relative
	}

	#header[data-transparent=true]+main>#page-title {
		padding: 220px 0 160px
	}

	#header[data-transparent=true]+.fullscreen {
		top: -80px;
		margin-bottom: -80px
	}
}

.product {
	margin-bottom: 40px;
	position: relative;
	display: block
}

.product a:not(.btn) {
	color: #3c4043
}

.product .product-image {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}

.product .product-image img,
.product .product-image>a {
	display: block;
	width: 100%;
	height: 100%
}

.product .product-image>a {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.product .product-image>a:nth-of-type(2) {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	position: absolute
}

.product .product-image:hover>a:nth-of-type(2) {
	opacity: 1;
	z-index: 2
}

.product .product-title {
	max-width: 80%
}

.product .product-title h3,
.product .product-title h3 a {
	font-size: 18px;
	margin-bottom: 0
}

.product .product-rate {
	height: 23px;
	float: left;
	color: #ffc300
}

.product .product-new {
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	height: 42px;
	right: 10px;
	line-height: 42px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .14);
	top: 10px;
	width: 42px;
	z-index: 5
}

.product .product-new {
	background: #00c0e9
}

.product .product-overlay {
	position: absolute;
	width: 100%;
	height: 44px;
	line-height: 44px;
	top: auto;
	bottom: -44px;
	left: 0;
	z-index: 6;
	-webkit-transition: bottom .3s ease;
	transition: bottom .3s ease
}

.product .product-overlay a {
	-webkit-transition: bottom .3s ease;
	transition: bottom .3s ease;
	color: #fff;
	display: block;
	font-size: 13px;
	background-color: rgba(0, 0, 0, .7);
	text-align: center
}

.product .product-overlay a:hover {
	background-color: #111;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.product:hover .product-overlay {
	bottom: 0
}

.product-page:not(.widget-shop) .product-title h3 {
	font-size: 28px;
	margin-bottom: 0
}

.product-size {
	display: block;
	list-style: outside none none;
	margin: 0 20px 15px 0;
	overflow: hidden;
	padding-left: 0
}

.product-size li {
	float: left;
	margin: 0 -1px 0 0
}

.product-size li label span {
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	height: 40px;
	line-height: 37px;
	margin: 0;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 40px
}

.product-size li label input {
	left: -9000px;
	position: absolute
}

.product-size li label span {
	border: 1px solid #eee;
	color: #909090
}

.product-size li label span:hover {
	background-color: #eee
}

.product-size li label input:checked+span {
	background-color: #eee;
	border-color: #eee
}

#footer {
	display: block;
	position: relative;
	background-color: #f9f9fa;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	font-family: inherit
}

#footer a:not(.btn):not(:hover) {
	color: #3c4043
}

#footer p {
	font-family: inherit
}

#footer a:not(.btn) {
	font-weight: 400
}

#footer .footer-content {
	padding: 60px 0 40px
}

#footer .copyright-content {
	min-height: 80px;
	padding: 30px 0;
	background-color: #f1f1f3;
	font-size: 13px
}

#footer .logo {
	margin-bottom: 54px;
	margin-top: 12px;
	max-width: 80px
}

#footer .footer-logo {
	border-right: 1px solid #333;
	margin-bottom: 20px;
	margin-right: 18px;
	padding-right: 16px
}

#footer.dark,
#footer.inverted,
.dark #footer {
	background-color: #181818
}

#footer.dark p,
#footer.inverted p,
.dark #footer p {
	color: #999
}

#footer.dark a:not(.btn),
#footer.inverted a:not(.btn),
.dark #footer a:not(.btn) {
	font-weight: 400
}

#footer.dark a:not(.btn):not(:hover),
#footer.inverted a:not(.btn):not(:hover),
.dark #footer a:not(.btn):not(:hover) {
	color: #999
}

#footer.dark h1,
#footer.dark h2,
#footer.dark h3,
#footer.dark h4,
#footer.dark h5,
#footer.dark h6,
#footer.inverted h1,
#footer.inverted h2,
#footer.inverted h3,
#footer.inverted h4,
#footer.inverted h5,
#footer.inverted h6,
.dark #footer h1,
.dark #footer h2,
.dark #footer h3,
.dark #footer h4,
.dark #footer h5,
.dark #footer h6 {
	color: #fff
}

#footer.dark .copyright-content,
#footer.inverted .copyright-content,
.dark #footer .copyright-content {
	background-color: #1e1e1e
}

.form-control.error,
.sm-form-control.error {
	border-color: #e42c3e
}

.lazy {
	opacity: 0;
	-webkit-transition: opacity 3s ease-in;
	transition: opacity 3s ease-in
}

.lazy.img-loaded {
	opacity: 1
}

.item-link {
	color: #3c4043;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase !important
}

.item-link i {
	position: relative;
	right: 0;
	-webkit-transition: right .3s ease 0s;
	transition: right .3s ease 0s
}

.item-link:hover {
	color: #2250fc
}

.item-link:hover i {
	right: -6px
}

.background-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.no-parallax {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important
}

[class^=icon] {
	display: inline-block
}

.page-error-404 {
	color: #eee;
	display: block;
	font-size: 300px;
	font-weight: 800;
	line-height: .7
}

body.breakpoint-sm .page-error-404 {
	font-size: 200px;
	line-height: .8;
	margin-bottom: 20px
}

body.breakpoint-xs .page-error-404 {
	font-size: 140px;
	line-height: .8;
	margin-bottom: 20px
}

@-webkit-keyframes animatedBackground {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: -3000px 0
	}
}

@keyframes animatedBackground {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: -3000px 0
	}
}

@keyframes animatedBackground {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: -3000px 0
	}
}

.image-block {
	background-color: #f4f4f4
}

.image-block .col-lg-6 {
	padding: 60px
}

.image-block-content {
	margin-bottom: 30px;
	padding: 0 50px
}

.image-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 426px;
	height: 556px
}

.col-lg-2-5 {
	width: 20%;
	float: left;
	padding-left: 15px;
	padding-right: 15px
}

.lines-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 16px;
	background: 0 0;
	outline: 0
}

.lines-button>* {
	display: block
}

.lines-button:focus,
.lines-button:hover {
	outline: 0
}

.lines-button::-moz-focus-inner {
	border: 0
}

.lines {
	display: inline-block;
	height: 2px;
	width: 20px;
	border-radius: 4px;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	top: -4px
}

.lines::after,
.lines::before {
	display: inline-block;
	height: 2px;
	width: 20px;
	border-radius: 4px;
	-webkit-transition: .3s;
	transition: .3s;
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2.85714px center;
	-ms-transform-origin: 2.85714px center;
	transform-origin: 2.85714px center;
	width: 100%
}

.lines::before {
	top: 6px
}

.lines::after {
	top: -6px
}

.lines,
.lines:after,
.lines:before {
	background-color: #111
}

.x {
	width: auto
}

.toggle-item i {
	position: relative
}

.toggle-item i:nth-of-type(2) {
	visibility: hidden;
	position: absolute
}

.p-dropdown {
	float: left;
	font-size: 13px;
	font-weight: 400;
	position: relative
}

.p-dropdown a:not(.btn) {
	color: #3c4043
}

.p-dropdown .btn,
.p-dropdown .title {
	padding-bottom: 10px;
	cursor: pointer;
	overflow: unset !important
}

.p-dropdown .btn:before {
	top: 30px;
	right: 5px
}

.p-dropdown .btn~.dropdown-content {
	top: 42px
}

.p-dropdown .p-dropdown-content,
.p-dropdown ul.p-dropdown-content {
	line-height: normal;
	position: absolute;
	z-index: 5;
	text-align: left;
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
	padding: 14px 20px;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	top: auto;
	right: 0;
	margin: 0;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #e4e6ef;
	min-width: 100px;
	box-shadow: 0 14px 20px rgba(0, 0, 0, .1)
}

.p-dropdown .p-dropdown-content ul,
.p-dropdown ul.p-dropdown-content ul {
	padding: 0
}

.p-dropdown .p-dropdown-content ul>li,
.p-dropdown .p-dropdown-content>li,
.p-dropdown ul.p-dropdown-content ul>li,
.p-dropdown ul.p-dropdown-content>li {
	display: block
}

.p-dropdown .p-dropdown-content ul>li:first-child label,
.p-dropdown .p-dropdown-content>li:first-child label,
.p-dropdown ul.p-dropdown-content ul>li:first-child label,
.p-dropdown ul.p-dropdown-content>li:first-child label {
	margin-top: 0
}

.p-dropdown .p-dropdown-content ul>li label,
.p-dropdown .p-dropdown-content>li label,
.p-dropdown ul.p-dropdown-content ul>li label,
.p-dropdown ul.p-dropdown-content>li label {
	color: #e4e6ef;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 14px;
	margin-bottom: 0
}

.p-dropdown .p-dropdown-content ul>li a,
.p-dropdown .p-dropdown-content>li a,
.p-dropdown ul.p-dropdown-content ul>li a,
.p-dropdown ul.p-dropdown-content>li a {
	line-height: 26px;
	white-space: nowrap;
	display: block;
	padding: 2px 8px
}

.p-dropdown .p-dropdown-content ul>li a i,
.p-dropdown .p-dropdown-content>li a i,
.p-dropdown ul.p-dropdown-content ul>li a i,
.p-dropdown ul.p-dropdown-content>li a i {
	margin-right: 6px
}

.p-dropdown:hover .title:before {
	opacity: 1;
	visibility: visible
}

.p-dropdown:hover .p-dropdown-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible
}

.header-extras .p-dropdown .p-dropdown-content,
.header-extras .p-dropdown ul.p-dropdown-content {
	right: -26px;
	margin-top: -8px
}

.header-extras .p-dropdown .p-dropdown-content:before,
.header-extras .p-dropdown ul.p-dropdown-content:before {
	display: none
}

.icon-set-container {
	display: block;
	width: calc(100% + 30px);
	left: -15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.icon-set-container .row>[class^=col-] {
	position: relative;
	font-size: 20px;
	margin: 12px;
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
	border-radius: .42rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 calc(25% - 30px);
	-ms-flex: 1 1 calc(25% - 30px);
	flex: 1 1 calc(25% - 30px);
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 26px 18px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #3c4043
}

.icon-set-container .row>[class^=col-]:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: #2250fc;
	color: #fff;
	box-shadow: 0 6px 12px rgba(140, 152, 164, .075)
}

.kenburns-bg {
	background-position: 50% 20%;
	background-repeat: repeat-y;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 100%;
	z-index: -1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 14s -webkit-transform ease;
	transition: 14s -webkit-transform ease;
	transition: 14s transform ease;
	transition: 14s transform ease, 14s -webkit-transform ease
}

@-webkit-keyframes zoom-out {
	0% {
		opacity: .1
	}

	100% {
		opacity: 1
	}
}

@keyframes zoom-out {
	0% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.fullscreen .container-fullscreen {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%
}

.background-theme {
	background-color: #2250fc !important
}

.align-items-bottom {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
	height: 100%
}

.rounded {
	overflow: hidden
}

.hidden {
	display: none
}

.text-center {
	text-align: center
}

.left {
	float: left !important
}

.right {
	float: right !important
}

.center {
	float: none !important;
	margin: 0 auto
}

.block {
	display: block
}

.align-center {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center
}

.text-bottom {
	display: table-cell;
	vertical-align: bottom;
	margin: auto;
	z-index: 3;
	position: relative
}

.bg-light {
	background-color: #fbfbfb
}

.text-background-light {
	background-color: #fff;
	padding: 0 4px
}

.text-background-dark {
	background-color: #444;
	padding: 0 4px
}

.background-primary {
	background-color: #2250fc !important
}

.background-secondary {
	background-color: #c1c3ce !important
}

.background-success {
	background-color: #28a745 !important
}

.background-info {
	background-color: #17a2b8 !important
}

.background-warning {
	background-color: #ffc107 !important
}

.background-light {
	background-color: #fbfbfb !important
}

.background-dark {
	background-color: #1e2022 !important
}

.text-xs,
.text-xs span {
	font-size: 30px;
	line-height: 30px
}

.text-medium-light {
	font-size: 50px !important;
	font-weight: 100;
	line-height: 1.1
}

.text-medium {
	font-size: 50px !important;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px
}

.text-md,
.text-md span,
.text-md span span {
	font-size: 74px !important;
	line-height: 86px !important
}

.text-lg-light,
.text-lg-light span,
.text-lg-light span span {
	font-size: 90px !important;
	line-height: 100px !important;
	font-weight: 120 !important
}

.text-lg,
.text-lg span,
.text-lg span span {
	font-size: 90px;
	line-height: 100px;
	letter-spacing: -.02em;
	font-weight: 700
}

.text-lg-x2,
.text-lg-x2 span {
	color: #fff;
	font-size: 120px;
	line-height: 140px;
	margin-bottom: 10px
}

.text-lg-x3,
.text-lg-x3 span {
	color: #fff;
	font-size: 200px;
	line-height: 220px
}

.text-xl,
.text-xl span {
	font-size: 100px;
	line-height: 110px
}

.text-small {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1
}

.text-light,
.text-light a:not(.btn),
.text-light a:not(.btn):hover:not(.btn-light),
.text-light div:not(.alert),
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light i,
.text-light label,
.text-light li,
.text-light p,
.text-light span:not(.btn-label) {
	color: #fff !important
}

.text-dark,
.text-dark a:not(.btn),
.text-dark a:not(.btn):hover:not(.btn-light),
.text-dark a:not(.btn-danger),
.text-dark div:not(.alert),
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark i,
.text-dark label,
.text-dark li,
.text-dark p,
.text-dark span:not(.btn-label) {
	color: #111 !important
}

.text-theme {
	color: #2250fc !important
}

.text-red {
	color: #ca0027 !important
}

.border-box {
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 30px
}

.border-left {
	border-left: 1px solid #eee
}

.border-top {
	border-top: 1px solid #eee
}

.border-right {
	border-width: 0 1px 0 0;
	border-color: #eee;
	border-style: solid
}

.border-bottom {
	border-bottom: 1px solid #eee
}

.no-margin {
	margin: 0 !important
}

.m-b-0 {
	margin-bottom: 0 !important
}

.m-b-5 {
	margin-bottom: 5px !important
}

.m-b-10 {
	margin-bottom: 10px !important
}

.m-b-15 {
	margin-bottom: 15px !important
}

.m-b-20 {
	margin-bottom: 20px !important
}

.m-b-25 {
	margin-bottom: 25px !important
}

.m-b-30 {
	margin-bottom: 30px !important
}

.m-b-35 {
	margin-bottom: 35px !important
}

.m-b-40 {
	margin-bottom: 40px !important
}

.m-b-50 {
	margin-bottom: 50px !important
}

.m-b-60 {
	margin-bottom: 60px !important
}

.m-b-70 {
	margin-bottom: 70px !important
}

.m-b-80 {
	margin-bottom: 80px !important
}

.m-b-90 {
	margin-bottom: 90px !important
}

.m-b-100 {
	margin-bottom: 100px !important
}

.m-b-150 {
	margin-bottom: 150px !important
}

.m-b-200 {
	margin-bottom: 200px !important
}

.m-t-0 {
	margin-top: 0 !important
}

.m-t-5 {
	margin-top: 5px !important
}

.m-t-10 {
	margin-top: 10px !important
}

.m-t-15 {
	margin-top: 15px !important
}

.m-t-20 {
	margin-top: 20px !important
}

.m-t-25 {
	margin-top: 25px !important
}

.m-t-30 {
	margin-top: 30px !important
}

.m-t-35 {
	margin-top: 35px !important
}

.m-t-40 {
	margin-top: 40px !important
}

.m-t-50 {
	margin-top: 50px !important
}

.m-t-60 {
	margin-top: 60px !important
}

.m-t-70 {
	margin-top: 70px !important
}

.m-t-80 {
	margin-top: 80px !important
}

.m-t-90 {
	margin-top: 90px !important
}

.m-t-100 {
	margin-top: 100px !important
}

.m-0 {
	margin: 0 !important
}

.m-5 {
	margin: 5px !important
}

.m-10 {
	margin: 10px !important
}

.m-15 {
	margin: 15px !important
}

.m-20 {
	margin: 20px !important
}

.m-25 {
	margin: 25px !important
}

.m-30 {
	margin: 30px !important
}

.m-35 {
	margin: 35px !important
}

.m-40 {
	margin: 40px !important
}

.m-50 {
	margin: 50px !important
}

.m-60 {
	margin: 60px !important
}

.m-70 {
	margin: 70px !important
}

.m-80 {
	margin: 80px !important
}

.m-90 {
	margin: 90px !important
}

.m-100 {
	margin: 100px !important
}

.col-no-margin {
	padding: 0 !important
}

.col-no-margin [class^=col-] {
	margin: 0 !important;
	padding: 0 !important
}

.row.col-no-margin {
	margin: 0 !important;
	padding: 0 !important
}

.no-padding-top {
	padding-top: 0 !important
}

.no-padding-bottom {
	padding-bottom: 0 !important
}

.no-padding {
	padding: 0 !important
}

.p-0 {
	padding: 0 !important
}

.p-5 {
	padding: 5px !important
}

.p-10 {
	padding: 10px !important
}

.p-15 {
	padding: 15px !important
}

.p-20 {
	padding: 20px !important
}

.p-25 {
	padding: 25px !important
}

.p-30 {
	padding: 30px !important
}

.p-35 {
	padding: 35px !important
}

.p-40 {
	padding: 40px !important
}

.p-50 {
	padding: 50px !important
}

.p-60 {
	padding: 60px !important
}

.p-70 {
	padding: 70px !important
}

.p-80 {
	padding: 80px !important
}

.p-90 {
	padding: 90px !important
}

.p-100 {
	padding: 100px !important
}

.p-150 {
	padding: 150px !important
}

.p-200 {
	padding: 200px !important
}

.p-b-0 {
	padding-bottom: 0 !important
}

.p-b-5 {
	padding-bottom: 5px !important
}

.p-b-10 {
	padding-bottom: 10px !important
}

.p-b-15 {
	padding-bottom: 15px !important
}

.p-b-20 {
	padding-bottom: 20px !important
}

.p-b-25 {
	padding-bottom: 25px !important
}

.p-b-30 {
	padding-bottom: 30px !important
}

.p-b-35 {
	padding-bottom: 35px !important
}

.p-b-40 {
	padding-bottom: 40px !important
}

.p-b-50 {
	padding-bottom: 50px !important
}

.p-b-60 {
	padding-bottom: 60px !important
}

.p-b-70 {
	padding-bottom: 70px !important
}

.p-b-80 {
	padding-bottom: 80px !important
}

.p-b-90 {
	padding-bottom: 90px !important
}

.p-b-100 {
	padding-bottom: 100px !important
}

.p-b-110 {
	padding-bottom: 110px !important
}

.p-b-120 {
	padding-bottom: 120px !important
}

.p-b-130 {
	padding-bottom: 130px !important
}

.p-b-140 {
	padding-bottom: 140px !important
}

.p-b-150 {
	padding-bottom: 150px !important
}

.p-b-200 {
	padding-bottom: 200px !important
}

.p-t-0 {
	padding-top: 0 !important
}

.p-t-5 {
	padding-top: 5px !important
}

.p-t-10 {
	padding-top: 10px !important
}

.p-t-15 {
	padding-top: 15px !important
}

.p-t-20 {
	padding-top: 20px !important
}

.p-t-25 {
	padding-top: 25px !important
}

.p-t-30 {
	padding-top: 30px !important
}

.p-t-35 {
	padding-top: 35px !important
}

.p-t-40 {
	padding-top: 40px !important
}

.p-t-50 {
	padding-top: 50px !important
}

.p-t-60 {
	padding-top: 60px !important
}

.p-t-70 {
	padding-top: 70px !important
}

.p-t-80 {
	padding-top: 80px !important
}

.p-t-90 {
	padding-top: 90px !important
}

.p-t-100 {
	padding-top: 100px !important
}

.p-t-110 {
	padding-top: 110px !important
}

.p-t-120 {
	padding-top: 120px !important
}

.p-t-130 {
	padding-top: 130px !important
}

.p-t-140 {
	padding-top: 140px !important
}

.p-t-150 {
	padding-top: 150px !important
}

.p-t-200 {
	padding-top: 200px !important
}

.fullwidth {
	width: 100% !important
}

.line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 50px 0;
	border-top: 1px solid #e3e3e3
}

@media (max-width:991.98px) {

	.text-lg,
	.text-lg span {
		font-size: 80px !important;
		line-height: 60px !important
	}

	.text-lg-x2,
	.text-lg-x2 span,
	.text-lg-x3,
	.text-lg-x3 span {
		font-size: 70px !important;
		line-height: 70px !important
	}

	.p-t-200 {
		padding-top: 80px !important
	}

	.p-b-200 {
		padding-bottom: 80px !important
	}

	.text-sm-center {
		text-align: center !important
	}

	.sm-text-center {
		text-align: center !important
	}

	.sm-text-left {
		text-align: left !important
	}

	.sm-text-right {
		text-align: right !important
	}

	.sm-left {
		float: left !important
	}

	.sm-right {
		float: right !important
	}

	.sm-center {
		float: none !important;
		margin: 0 auto
	}

	.sm-m-b-0 {
		margin-bottom: 0 !important
	}

	.sm-m-b-5 {
		margin-bottom: 5px !important
	}

	.sm-m-b-10 {
		margin-bottom: 10px !important
	}

	.sm-m-b-15 {
		margin-bottom: 15px !important
	}

	.sm-m-b-20 {
		margin-bottom: 20px !important
	}

	.sm-m-b-25 {
		margin-bottom: 25px !important
	}

	.sm-m-b-30 {
		margin-bottom: 30px !important
	}

	.sm-m-b-35 {
		margin-bottom: 35px !important
	}

	.sm-m-b-40 {
		margin-bottom: 40px !important
	}

	.sm-m-b-50 {
		margin-bottom: 50px !important
	}

	.sm-m-b-60 {
		margin-bottom: 60px !important
	}

	.sm-m-b-70 {
		margin-bottom: 70px !important
	}

	.sm-m-b-80 {
		margin-bottom: 80px !important
	}

	.sm-m-b-90 {
		margin-bottom: 90px !important
	}

	.sm-m-b-100 {
		margin-bottom: 100px !important
	}

	.sm-m-b-150 {
		margin-bottom: 150px !important
	}

	.sm-m-b-200 {
		margin-bottom: 200px !important
	}

	.sm-m-t-0 {
		margin-top: 0 !important
	}

	.sm-m-t-5 {
		margin-top: 5px !important
	}

	.sm-m-t-10 {
		margin-top: 10px !important
	}

	.sm-m-t-15 {
		margin-top: 15px !important
	}

	.sm-m-t-20 {
		margin-top: 20px !important
	}

	.sm-m-t-25 {
		margin-top: 25px !important
	}

	.sm-m-t-30 {
		margin-top: 30px !important
	}

	.sm-m-t-35 {
		margin-top: 35px !important
	}

	.sm-m-t-40 {
		margin-top: 40px !important
	}

	.sm-m-t-50 {
		margin-top: 50px !important
	}

	.sm-m-t-60 {
		margin-top: 60px !important
	}

	.sm-m-t-70 {
		margin-top: 70px !important
	}

	.sm-m-t-80 {
		margin-top: 80px !important
	}

	.sm-m-t-90 {
		margin-top: 90px !important
	}

	.sm-m-t-100 {
		margin-top: 100px !important
	}

	.sm-m-0 {
		margin: 0 !important
	}

	.sm-m-5 {
		margin: 5px !important
	}

	.sm-m-10 {
		margin: 10px !important
	}

	.sm-m-15 {
		margin: 15px !important
	}

	.sm-m-20 {
		margin: 20px !important
	}

	.sm-m-25 {
		margin: 25px !important
	}

	.sm-m-30 {
		margin: 30px !important
	}

	.sm-m-35 {
		margin: 35px !important
	}

	.sm-m-40 {
		margin: 40px !important
	}

	.sm-m-50 {
		margin: 50px !important
	}

	.sm-m-60 {
		margin: 60px !important
	}

	.sm-m-70 {
		margin: 70px !important
	}

	.sm-m-80 {
		margin: 80px !important
	}

	.sm-m-90 {
		margin: 90px !important
	}

	.sm-m-100 {
		margin: 100px !important
	}
}

@media (max-width:767.98px) {

	.text-lg,
	.text-lg span {
		font-size: 40px !important;
		line-height: 40px !important
	}

	.text-lg-x2,
	.text-lg-x2 span,
	.text-lg-x3,
	.text-lg-x3 span {
		font-size: 30px !important;
		line-height: 30px !important
	}

	.text-medium,
	.text-medium-light {
		font-size: 40px !important
	}

	.text-medium,
	.text-medium-light {
		font-size: 30px !important
	}

	.xs-text-center {
		text-align: center !important
	}

	.xs-text-left {
		text-align: left !important
	}

	.xs-text-right {
		text-align: right !important
	}

	.p-xs-20 {
		padding: 20px !important
	}
}

@media (max-width:767.98px) {

	.text-md,
	.text-md span,
	.text-md span span {
		font-size: 46px !important;
		line-height: 58px !important
	}
}

@media (max-width:575.98px) {

	.text-md,
	.text-md span,
	.text-md span span {
		font-size: 32px !important;
		line-height: 40px !important
	}
}

/*!Polo components*/
input:not([type=checkbox]):not([type=radio]),
select {
	min-height: 40px
}

form label {
	text-transform: none;
	margin-bottom: .5rem;
	font-size: .875rem;
	font-weight: 500;
	color: #2e2e2e;
	display: block
}

form label .btn,
form label button {
	z-index: 2
}

.is-invalid,
.is-invalid~label {
	color: #dc3545
}

.is-invalid~label {
	margin-bottom: 0
}

.is-invalid:not(.form-control):not([type=checkbox]) {
	display: block;
	clear: both;
	width: 100%;
	font-size: .875rem
}

.form-no-border .form-control {
	border: none !important;
	box-shadow: none !important
}

.form-no-border .form-control:focus {
	border: none !important;
	box-shadow: none !important
}

.dropdown {
	display: inline-block
}

.dropdown-toggle:after,
.nav-link:after {
	border: 0;
	margin: 0;
	display: none
}

.dropdown-toggle:not(.no-icon):not(.rounded-circle) {
	position: relative;
	padding: .5rem 1.5rem
}

.dropdown-toggle:not(.no-icon):not(.rounded-circle):after {
	border: 0
}

.dropdown-toggle:not(.no-icon):not(.rounded-circle):after {
	content: "";
	position: absolute;
	width: .375rem;
	height: .375rem;
	border-top: .0625rem solid #9aa0a6;
	border-right: .0625rem solid #9aa0a6;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 1.5rem
}

.dropdown>.btn:not(.no-icon):not(.rounded-circle) {
	padding-right: 1.65rem
}

.dropdown-item {
	padding: .5rem 1.5rem;
	color: #1e2022;
	font-size: .875rem;
	font-weight: 400
}

.dropdown-color-item {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15)
}

.dropdown-header {
	padding: .5rem 1.5rem;
	font-size: .875rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .3px
}

.nav-link {
	color: #2250fc;
	font-size: 1rem
}

.nav-link:hover {
	color: #3c4043
}

.nav-item .btn {
	font-size: 1rem
}

.nav-x-0 .nav-link {
	padding-right: 0;
	padding-left: 0
}

.card {
	position: relative;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05)
}

.card .card-title {
	font-weight: 500;
	margin: 0;
	margin-left: 0
}

.card .card-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: transparent
}

.card .card-header h3,
.card .card-header h4,
.card .card-header h5 {
	font-size: 1.275rem;
	margin-bottom: 0 !important;
	font-weight: 600
}

a:not([href]):not([tabindex]):not(.btn) {
	color: none
}

.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]),
button.btn {
	display: inline-block;
	font-family: inherit;
	border-radius: .42rem .42rem .42rem .42rem;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .5px;
	text-decoration: none;
	outline: 0;
	padding: 12px 18px;
	position: relative;
	text-transform: uppercase;
	background-color: #2250fc;
	border-color: #2250fc;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-bottom: 6px;
	outline: 0;
	line-height: 14px;
	cursor: pointer
}

.btn:not(.close):not(.mfp-close):after,
a.btn:not([href]):not([tabindex]):after,
button.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.btn:not(.close):not(.mfp-close) i,
a.btn:not([href]):not([tabindex]) i,
button.btn i {
	text-shadow: none
}

.btn:not(.close):not(.mfp-close).btn-xs,
a.btn:not([href]):not([tabindex]).btn-xs,
button.btn.btn-xs {
	font-size: 10px;
	height: 24px;
	line-height: 22px;
	padding: 0 10px
}

.btn:not(.close):not(.mfp-close).btn-sm,
a.btn:not([href]):not([tabindex]).btn-sm,
button.btn.btn-sm {
	font-size: 11px;
	height: 30px;
	line-height: 28px;
	padding: 0 14px
}

.btn:not(.close):not(.mfp-close).btn-lg,
a.btn:not([href]):not([tabindex]).btn-lg,
button.btn.btn-lg {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 28px;
	padding: 14px 40px
}

.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
button.btn:focus,
button.btn:hover,
button.btn:not(:disabled):not(.disabled).active,
button.btn:not(:disabled):not(.disabled):active {
	background-color: #0333e8;
	border-color: #0333e8;
	color: #fff;
	text-decoration: none
}

.btn:not(.close):not(.mfp-close).btn-outline,
a.btn:not([href]):not([tabindex]).btn-outline,
button.btn.btn-outline {
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
	border-color: #2250fc;
	color: #2250fc
}

.btn:not(.close):not(.mfp-close).btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-outline:hover,
button.btn.btn-outline:active,
button.btn.btn-outline:focus,
button.btn.btn-outline:hover {
	background-color: #2250fc;
	border-width: 2px;
	border-style: solid;
	border-color: #2250fc;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-rounded,
a.btn:not([href]):not([tabindex]).btn-rounded,
button.btn.btn-rounded {
	border-radius: 2em !important
}

.btn:not(.close):not(.mfp-close).btn-block,
a.btn:not([href]):not([tabindex]).btn-block,
button.btn.btn-block {
	width: 100%;
	display: block
}

.btn:not(.close):not(.mfp-close).btn-light,
.btn:not(.close):not(.mfp-close).btn-white,
a.btn:not([href]):not([tabindex]).btn-light,
a.btn:not([href]):not([tabindex]).btn-white,
button.btn.btn-light {
	background-color: #fff;
	border-color: #e4e6ef;
	color: #4c5667
}

.btn:not(.close):not(.mfp-close).btn-light.active,
.btn:not(.close):not(.mfp-close).btn-light:active,
.btn:not(.close):not(.mfp-close).btn-light:focus,
.btn:not(.close):not(.mfp-close).btn-light:hover,
.btn:not(.close):not(.mfp-close).btn-white.active,
.btn:not(.close):not(.mfp-close).btn-white:active,
.btn:not(.close):not(.mfp-close).btn-white:focus,
.btn:not(.close):not(.mfp-close).btn-white:hover,
a.btn:not([href]):not([tabindex]).btn-light.active,
a.btn:not([href]):not([tabindex]).btn-light:active,
a.btn:not([href]):not([tabindex]).btn-light:focus,
a.btn:not([href]):not([tabindex]).btn-light:hover,
a.btn:not([href]):not([tabindex]).btn-white.active,
a.btn:not([href]):not([tabindex]).btn-white:active,
a.btn:not([href]):not([tabindex]).btn-white:focus,
a.btn:not([href]):not([tabindex]).btn-white:hover,
button.btn.btn-light:active,
button.btn.btn-light:focus,
button.btn.btn-light:hover {
	border-color: #e4e6ef;
	background-color: #f4f5f8;
	color: #4c5667
}

.btn:not(.close):not(.mfp-close).btn-light.btn-outline,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline,
button.btn.btn-light.btn-outline {
	border-color: #fff;
	background-color: transparent;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-light.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline:hover,
button.btn.btn-light.btn-outline:active,
button.btn.btn-light.btn-outline:focus,
button.btn.btn-light.btn-outline:hover {
	background-color: #fff;
	border-color: #fff;
	color: #4c5667
}

.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover.active,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:active,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:focus,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:hover,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover.active,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:active,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:focus,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:hover,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover.active,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:active,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:focus,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:hover,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover.active,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:active,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:focus,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:hover,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover.active,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:active,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:focus,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover.active,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:active,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:focus,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:hover {
	background-color: #fff;
	border-color: #ebebeb;
	color: #4c5667
}

.btn:not(.close):not(.mfp-close):not(.btn-shadow):focus,
.btn:not(.close):not(.mfp-close):not(.btn-shadow):focus:active,
a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus,
a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active,
button.btn:not(.btn-shadow):focus,
button.btn:not(.btn-shadow):focus:active {
	box-shadow: none !important
}

.btn:not(.close):not(.mfp-close).btn-transparent,
a.btn:not([href]):not([tabindex]).btn-transparent,
button.btn.btn-transparent {
	background-color: transparent;
	border: 0;
	color: #3c4043
}

.btn:not(.close):not(.mfp-close).btn-transparent.btn-inverted,
a.btn:not([href]):not([tabindex]).btn-transparent.btn-inverted,
button.btn.btn-transparent.btn-inverted {
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-primary,
a.btn:not([href]):not([tabindex]).btn-primary,
button.btn.btn-primary {
	background-color: #2250fc;
	border-color: #2250fc
}

.btn:not(.close):not(.mfp-close).btn-primary:focus,
.btn:not(.close):not(.mfp-close).btn-primary:hover,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:hover,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:focus,
button.btn.btn-primary:hover,
button.btn.btn-primary:not(:disabled):not(.disabled).active,
button.btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #0333e8;
	border-color: #0333e8;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-secondary,
a.btn:not([href]):not([tabindex]).btn-secondary,
button.btn.btn-secondary {
	background-color: #c1c3ce;
	border-color: #c1c3ce
}

.btn:not(.close):not(.mfp-close).btn-secondary:focus,
.btn:not(.close):not(.mfp-close).btn-secondary:hover,
.btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-secondary:focus,
a.btn:not([href]):not([tabindex]).btn-secondary:hover,
a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active,
button.btn.btn-secondary:focus,
button.btn.btn-secondary:hover,
button.btn.btn-secondary:not(:disabled):not(.disabled).active,
button.btn.btn-secondary:not(:disabled):not(.disabled):active {
	background-color: #a5a7b7;
	border-color: #a5a7b7;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-success,
a.btn:not([href]):not([tabindex]).btn-success,
button.btn.btn-success {
	background-color: #28a745;
	border-color: #28a745
}

.btn:not(.close):not(.mfp-close).btn-success:focus,
.btn:not(.close):not(.mfp-close).btn-success:hover,
.btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-success:focus,
a.btn:not([href]):not([tabindex]).btn-success:hover,
a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active,
button.btn.btn-success:focus,
button.btn.btn-success:hover,
button.btn.btn-success:not(:disabled):not(.disabled).active,
button.btn.btn-success:not(:disabled):not(.disabled):active {
	background-color: #1e7e34;
	border-color: #1e7e34;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-info,
a.btn:not([href]):not([tabindex]).btn-info,
button.btn.btn-info {
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn:not(.close):not(.mfp-close).btn-info:focus,
.btn:not(.close):not(.mfp-close).btn-info:hover,
.btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-info:focus,
a.btn:not([href]):not([tabindex]).btn-info:hover,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active,
button.btn.btn-info:focus,
button.btn.btn-info:hover,
button.btn.btn-info:not(:disabled):not(.disabled).active,
button.btn.btn-info:not(:disabled):not(.disabled):active {
	background-color: #117a8b;
	border-color: #117a8b;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-warning,
a.btn:not([href]):not([tabindex]).btn-warning,
button.btn.btn-warning {
	background-color: #ffc107;
	border-color: #ffc107
}

.btn:not(.close):not(.mfp-close).btn-warning:focus,
.btn:not(.close):not(.mfp-close).btn-warning:hover,
.btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-warning:focus,
a.btn:not([href]):not([tabindex]).btn-warning:hover,
a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled):active,
button.btn.btn-warning:focus,
button.btn.btn-warning:hover,
button.btn.btn-warning:not(:disabled):not(.disabled).active,
button.btn.btn-warning:not(:disabled):not(.disabled):active {
	background-color: #d39e00;
	border-color: #d39e00;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-danger,
a.btn:not([href]):not([tabindex]).btn-danger {
	background-color: #dc3545;
	border-color: #dc3545
}

.btn:not(.close):not(.mfp-close).btn-danger:focus,
.btn:not(.close):not(.mfp-close).btn-danger:hover,
.btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-danger:focus,
a.btn:not([href]):not([tabindex]).btn-danger:hover,
a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled):active {
	background-color: #bd2130;
	border-color: #bd2130;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-dark,
a.btn:not([href]):not([tabindex]).btn-dark,
button.btn.btn-dark {
	background-color: #000;
	border-color: #000
}

.btn:not(.close):not(.mfp-close).btn-dark.active,
.btn:not(.close):not(.mfp-close).btn-dark:active,
.btn:not(.close):not(.mfp-close).btn-dark:focus,
.btn:not(.close):not(.mfp-close).btn-dark:hover,
a.btn:not([href]):not([tabindex]).btn-dark.active,
a.btn:not([href]):not([tabindex]).btn-dark:active,
a.btn:not([href]):not([tabindex]).btn-dark:focus,
a.btn:not([href]):not([tabindex]).btn-dark:hover,
button.btn.btn-dark:active,
button.btn.btn-dark:focus,
button.btn.btn-dark:hover {
	background-color: #333;
	border-color: #333;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-dark.btn-outline,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline,
button.btn.btn-dark.btn-outline {
	background-color: transparent;
	color: #000;
	border-color: #000
}

.btn:not(.close):not(.mfp-close).btn-dark.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-dark.btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-dark.btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-dark.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:hover,
button.btn.btn-dark.btn-outline:active,
button.btn.btn-dark.btn-outline:focus,
button.btn.btn-dark.btn-outline:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-red,
a.btn:not([href]):not([tabindex]).btn-red,
button.btn.btn-red {
	background-color: #ca0027;
	border-color: #ca0027
}

.btn:not(.close):not(.mfp-close).btn-red:focus,
.btn:not(.close):not(.mfp-close).btn-red:hover,
.btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-red:focus,
a.btn:not([href]):not([tabindex]).btn-red:hover,
a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled):active,
button.btn.btn-red:focus,
button.btn.btn-red:hover,
button.btn.btn-red:not(:disabled):not(.disabled).active,
button.btn.btn-red:not(:disabled):not(.disabled):active {
	background-color: #97001d;
	border-color: #97001d;
	color: #fff
}

.btn:not(.close):not(.mfp-close).btn-round,
a.btn:not([href]):not([tabindex]).btn-round {
	border-radius: 50%;
	padding: 0 10px !important;
	height: 36px !important;
	line-height: 36px !important
}

.btn:not(.close):not(.mfp-close).btn-round>i,
a.btn:not([href]):not([tabindex]).btn-round>i {
	font-size: 14px
}

.btn:not(.close):not(.mfp-close).btn-slide,
a.btn:not([href]):not([tabindex]).btn-slide,
button.btn.btn-slide {
	border-radius: 50px;
	display: table-cell;
	opacity: 1;
	overflow: hidden;
	padding: 22px;
	position: relative;
	-webkit-transition: width .4s ease 0s, background .4s ease 0s;
	transition: width .4s ease 0s, background .4s ease 0s;
	width: 46px;
	line-height: 18px
}

.btn:not(.close):not(.mfp-close).btn-slide>i,
a.btn:not([href]):not([tabindex]).btn-slide>i,
button.btn.btn-slide>i {
	float: left;
	left: 17px;
	position: absolute;
	top: 17px;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s
}

.btn:not(.close):not(.mfp-close).btn-slide>span,
a.btn:not([href]):not([tabindex]).btn-slide>span,
button.btn.btn-slide>span {
	left: 40px;
	position: absolute;
	text-align: left;
	top: 13px;
	-webkit-transition: left .5s ease 0s, opacity .5s ease 0s;
	transition: left .5s ease 0s, opacity .5s ease 0s;
	white-space: nowrap;
	opacity: 0
}

.btn:not(.close):not(.mfp-close).btn-slide:hover,
a.btn:not([href]):not([tabindex]).btn-slide:hover,
button.btn.btn-slide:hover {
	width: 140px;
	text-align: left
}

.btn:not(.close):not(.mfp-close).btn-slide:hover>i,
a.btn:not([href]):not([tabindex]).btn-slide:hover>i,
button.btn.btn-slide:hover>i {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.btn:not(.close):not(.mfp-close).btn-slide:hover>span,
a.btn:not([href]):not([tabindex]).btn-slide:hover>span,
button.btn.btn-slide:hover>span {
	opacity: 1
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-xs,
a.btn:not([href]):not([tabindex]).btn-slide.btn-xs,
button.btn.btn-slide.btn-xs {
	padding: 14px;
	width: 30px;
	line-height: 26px
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-xs>i,
a.btn:not([href]):not([tabindex]).btn-slide.btn-xs>i,
button.btn.btn-slide.btn-xs>i {
	left: 9px;
	top: 8px
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-xs>span,
a.btn:not([href]):not([tabindex]).btn-slide.btn-xs>span,
button.btn.btn-slide.btn-xs>span {
	left: 28px;
	top: 0
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-xs:hover,
a.btn:not([href]):not([tabindex]).btn-slide.btn-xs:hover,
button.btn.btn-slide.btn-xs:hover {
	width: 110px
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-sm,
a.btn:not([href]):not([tabindex]).btn-slide.btn-sm,
button.btn.btn-slide.btn-sm {
	padding: 18px;
	width: 36px;
	line-height: 36px
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-sm>i,
a.btn:not([href]):not([tabindex]).btn-slide.btn-sm>i,
button.btn.btn-slide.btn-sm>i {
	left: 13px;
	top: 13px
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-sm>span,
a.btn:not([href]):not([tabindex]).btn-slide.btn-sm>span,
button.btn.btn-slide.btn-sm>span {
	left: 36px;
	top: 0
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-sm:hover,
a.btn:not([href]):not([tabindex]).btn-slide.btn-sm:hover,
button.btn.btn-slide.btn-sm:hover {
	width: 110px
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-lg,
a.btn:not([href]):not([tabindex]).btn-slide.btn-lg,
button.btn.btn-slide.btn-lg {
	padding: 30px;
	line-height: 52px
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-lg>i,
a.btn:not([href]):not([tabindex]).btn-slide.btn-lg>i,
button.btn.btn-slide.btn-lg>i {
	left: 23px;
	top: 23px
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-lg>span,
a.btn:not([href]):not([tabindex]).btn-slide.btn-lg>span,
button.btn.btn-slide.btn-lg>span {
	left: 54px;
	top: 3px
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-lg:hover,
a.btn:not([href]):not([tabindex]).btn-slide.btn-lg:hover,
button.btn.btn-slide.btn-lg:hover {
	width: 200px
}

.btn:not(.close):not(.mfp-close).btn-reveal,
a.btn:not([href]):not([tabindex]).btn-reveal {
	padding: 12px 34px
}

.btn:not(.close):not(.mfp-close).btn-reveal span,
a.btn:not([href]):not([tabindex]).btn-reveal span {
	left: 0;
	position: relative;
	-webkit-transition: opacity .2s ease-out 0s, left .2s ease-out 0s;
	transition: opacity .2s ease-out 0s, left .2s ease-out 0s
}

.btn:not(.close):not(.mfp-close).btn-reveal i,
a.btn:not([href]):not([tabindex]).btn-reveal i {
	line-height: 18px;
	margin-top: -6px;
	opacity: 0;
	position: absolute;
	right: 28px;
	top: 50%;
	-webkit-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	width: 18px
}

.btn:not(.close):not(.mfp-close).btn-reveal:hover span,
a.btn:not([href]):not([tabindex]).btn-reveal:hover span {
	left: -10px
}

.btn:not(.close):not(.mfp-close).btn-reveal:hover i,
a.btn:not([href]):not([tabindex]).btn-reveal:hover i {
	opacity: 1 !important;
	right: 18px
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-xs,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-xs {
	line-height: 0
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-sm,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-sm {
	line-height: 0
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-lg,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg {
	line-height: 28px;
	padding: 14px 50px
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-lg i,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg i {
	margin-top: -8px
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left span,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left span {
	right: 0;
	left: auto;
	-webkit-transition: opacity .2s ease-out 0s, right .2s ease-out 0s;
	transition: opacity .2s ease-out 0s, right .2s ease-out 0s
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left i,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left i {
	left: 28px;
	right: auto
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover span,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover span {
	right: -10px;
	left: auto
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover i,
a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover i {
	left: 18px;
	right: auto
}

.btn:not(.close):not(.mfp-close).btn-shadow,
a.btn:not([href]):not([tabindex]).btn-shadow {
	box-shadow: 0 4px 16px #efefef
}

.btn:not(.close):not(.mfp-close).btn-shadow:focus,
.btn:not(.close):not(.mfp-close).btn-shadow:hover,
.btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-shadow:focus,
a.btn:not([href]):not([tabindex]).btn-shadow:hover,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active {
	box-shadow: 4px 8px 16px #dedede
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder,
a.btn:not([href]):not([tabindex]).rounded-circle-holder {
	padding-right: 16px
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder:before,
a.btn:not([href]):not([tabindex]).rounded-circle-holder:before {
	border-left: 1px solid rgba(255, 255, 255, .2);
	content: "";
	height: 100%;
	position: absolute;
	right: 42px;
	top: 0
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-outline:before,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-outline:before {
	border-left: 2px solid #2250fc
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-outline.btn-dark:before,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-outline.btn-dark:before {
	border-left: 2px solid #111
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-light:before,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-light:before {
	border-left: 1px solid #f3f3f3
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-light.btn-light-hover:before,
.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-light.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-light.btn-light-hover:before,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-light.btn-light-hover:hover {
	border-left: 1px solid #f3f3f3
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder i,
a.btn:not([href]):not([tabindex]).rounded-circle-holder i {
	margin-left: 30px;
	margin-right: -2px
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-xs,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-xs {
	padding-right: 10px
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-xs:before,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-xs:before {
	right: 30px
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-xs i,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-xs i {
	margin-left: 20px;
	margin-right: 2px
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-sm,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-sm {
	padding-right: 16px
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-sm:before,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-sm:before {
	right: 36px
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-sm i,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-sm i {
	margin-left: 24px;
	margin-right: 0
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-lg,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-lg {
	padding-right: 28px
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-lg:before,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-lg:before {
	right: 50px
}

.btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-lg i,
a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-lg i {
	margin-left: 34px;
	margin-right: -8px
}

.btn:not(.close):not(.mfp-close).btn-creative,
a.btn:not([href]):not([tabindex]).btn-creative,
button.btn.btn-creative {
	padding: 24px 40px;
	font-size: 15px;
	font-weight: 600
}

.btn:not(.close):not(.mfp-close).btn-creative:before,
a.btn:not([href]):not([tabindex]).btn-creative:before,
button.btn.btn-creative:before {
	right: 58px
}

.btn:not(.close):not(.mfp-close).btn-creative i,
a.btn:not([href]):not([tabindex]).btn-creative i,
button.btn.btn-creative i {
	margin-left: 54px;
	margin-right: -16px
}

.btn:not(.close):not(.mfp-close).btn-facebook,
a.btn:not([href]):not([tabindex]).btn-facebook {
	background-color: #3b5998 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-twitter,
a.btn:not([href]):not([tabindex]).btn-twitter {
	background-color: #00aced !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-linkedin,
a.btn:not([href]):not([tabindex]).btn-linkedin {
	background-color: #007bb6 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-dribbble,
a.btn:not([href]):not([tabindex]).btn-dribbble {
	background-color: #ea4c89 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-googleplus,
a.btn:not([href]):not([tabindex]).btn-googleplus {
	background-color: #dd4b39 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-instagram,
a.btn:not([href]):not([tabindex]).btn-instagram {
	background-color: #517fa4 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-pinterest,
a.btn:not([href]):not([tabindex]).btn-pinterest {
	background-color: #cb2027 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-dropbox,
a.btn:not([href]):not([tabindex]).btn-dropbox {
	background-color: #007ee5 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-flickr,
a.btn:not([href]):not([tabindex]).btn-flickr {
	background-color: #ff0084 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-tumblr,
a.btn:not([href]):not([tabindex]).btn-tumblr {
	background-color: #32506d !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-skype,
a.btn:not([href]):not([tabindex]).btn-skype {
	background-color: #00aff0 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-youtube,
a.btn:not([href]):not([tabindex]).btn-youtube {
	background-color: #b00 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close).btn-github,
a.btn:not([href]):not([tabindex]).btn-github {
	background-color: #171515 !important;
	color: #fff !important;
	border-width: 0
}

.btn:not(.close):not(.mfp-close)+.btn,
a.btn:not([href]):not([tabindex])+.btn,
button.btn+.btn {
	margin-left: 4px
}

.btn:not(.close):not(.mfp-close).disabled,
a.btn:not([href]):not([tabindex]).disabled,
button.btn.disabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .6
}

.disabled .btn {
	opacity: .3
}

@media (max-width:991.98px) {

	.btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide),
	a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide),
	button.btn:not(.btn-creative):not(.btn-slide) {
		font-size: 12px;
		height: 32px;
		line-height: 30px;
		padding: 0 14px
	}

	.btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-reveal:hover span,
	a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-reveal:hover span,
	button.btn:not(.btn-creative):not(.btn-slide).btn-reveal:hover span {
		left: auto;
		right: auto
	}

	.btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-reveal:hover i,
	a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-reveal:hover i,
	button.btn:not(.btn-creative):not(.btn-slide).btn-reveal:hover i {
		display: none
	}

	.btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-lg,
	a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-lg,
	button.btn:not(.btn-creative):not(.btn-slide).btn-lg {
		font-size: 13px;
		height: 38px;
		line-height: 36px;
		padding: 0 24px
	}

	.btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-sm,
	a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-sm,
	button.btn:not(.btn-creative):not(.btn-slide).btn-sm {
		font-size: 11px;
		height: 28px;
		line-height: 28px;
		padding: 0 12px
	}

	.btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-xs,
	a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-xs,
	button.btn:not(.btn-creative):not(.btn-slide).btn-xs {
		font-size: 10px;
		height: 26px;
		line-height: 26px;
		padding: 0 10px
	}
}

.dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow {
	box-shadow: 0 4px 16px #292929
}

.dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:focus,
.dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:hover,
.dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active,
.dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active {
	box-shadow: 4px 8px 16px #1d1d1d
}

.btn:not(.close):not(.mfp-close).btn-icon-holder,
a.btn:not([href]):not([tabindex]).btn-icon-holder {
	padding-right: 16px
}

.btn:not(.close):not(.mfp-close).btn-icon-holder:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder:before {
	border-left: 1px solid rgba(255, 255, 255, .2);
	content: "";
	height: 100%;
	position: absolute;
	right: 42px;
	top: 0
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-outline:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline:before {
	border-left: 2px solid #2250fc
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-outline.btn-dark:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline.btn-dark:before {
	border-left: 2px solid #111
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light:before {
	border-left: 1px solid #f3f3f3
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light.btn-light-hover:before,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:hover {
	border-left: 1px solid #f3f3f3
}

.btn:not(.close):not(.mfp-close).btn-icon-holder i,
a.btn:not([href]):not([tabindex]).btn-icon-holder i {
	margin-left: 30px;
	margin-right: -2px
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs {
	padding-right: 10px
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs:before {
	right: 30px
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs i,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs i {
	margin-left: 20px;
	margin-right: 2px
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm {
	padding-right: 16px
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm:before {
	right: 36px
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm i,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm i {
	margin-left: 24px;
	margin-right: 0
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg {
	padding-right: 28px
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg:before {
	right: 50px
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg i,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg i {
	margin-left: 34px;
	margin-right: -8px
}

.heading {
	margin-bottom: 100px;
	text-align: center
}

.heading>h1,
.heading>h2 {
	font-size: 40px;
	text-transform: capitalize;
	line-height: 46px;
	font-weight: 300
}

.heading>h1,
.heading>h2,
.heading>h4,
.heading>p {
	margin-bottom: default-bottom-margin
}

.heading-text {
	margin-bottom: 30px
}

.heading-text h1,
.heading-text h2,
.heading-text h3,
.heading-text h4,
.heading-text h5,
.heading-text h6 {
	position: relative;
	margin-bottom: 30px
}

.heading-text h1 {
	font-size: 70px;
	font-weight: 600
}

.heading-text h2 {
	font-size: 60px;
	margin-bottom: 30px;
	letter-spacing: -.7px;
	line-height: 66px
}

.heading-text h3 {
	font-size: 60px;
	margin-bottom: 30px;
	letter-spacing: -.7px;
	line-height: 66px
}

.heading-text h4 {
	font-size: 34px;
	margin-bottom: 30px;
	letter-spacing: -.7px;
	line-height: 40px
}

.heading-text p {
	font-size: 18px;
	margin-bottom: 30px
}

.heading-text.heading-section h2 {
	position: relative;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 60px
}

.heading-text.heading-section h2:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100px;
	background-color: #2250fc;
	bottom: -30px;
	left: 0;
	right: 0
}

.heading-text.heading-section.text-center h1:before,
.heading-text.heading-section.text-center h2:before,
.heading-text.heading-section.text-center h3:before,
.heading-text.heading-section.text-center h4:before,
.heading-text.heading-section.text-center h5:before,
.heading-text.heading-section.text-center h6:before {
	margin: 0 auto
}

.heading-text.heading-section.text-right h1:before,
.heading-text.heading-section.text-right h2:before,
.heading-text.heading-section.text-right h3:before,
.heading-text.heading-section.text-right h4:before,
.heading-text.heading-section.text-right h5:before,
.heading-text.heading-section.text-right h6:before {
	right: 0;
	left: auto
}

.heading-text.heading-section p {
	font-size: 18px;
	font-weight: 300
}

.heading-text.heading-section p span {
	font-weight: 600
}

.heading-text.heading-light h2 {
	font-size: 59px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 70px
}

.heading-text.heading-light p {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px
}

.heading-text.heading-light p span {
	font-weight: 600
}

.heading-text.heading-line h1:before,
.heading-text.heading-line h2:before,
.heading-text.heading-line h3:before,
.heading-text.heading-line h4:before,
.heading-text.heading-line h5:before,
.heading-text.heading-line h6:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	bottom: -8px;
	right: 0;
	background-color: #ddd
}

.heading-text.heading-line.text-center h1:before,
.heading-text.heading-line.text-center h2:before,
.heading-text.heading-line.text-center h3:before,
.heading-text.heading-line.text-center h4:before,
.heading-text.heading-line.text-center h5:before,
.heading-text.heading-line.text-center h6:before {
	margin: 0 auto
}

.heading-text.heading-line.text-right h1:before,
.heading-text.heading-line.text-right h2:before,
.heading-text.heading-line.text-right h3:before,
.heading-text.heading-line.text-right h4:before,
.heading-text.heading-line.text-right h5:before,
.heading-text.heading-line.text-right h6:before {
	right: 0;
	left: auto
}

.heading-text.heading-small h2,
.heading-text.heading-small h3 {
	margin-bottom: 10px
}

.heading-text.heading-small p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px
}

@media (max-width:991.98px) {
	.heading-text {
		margin-bottom: 16px
	}

	.heading-text h1,
	.heading-text h2,
	.heading-text h3,
	.heading-text h4,
	.heading-text h5,
	.heading-text h6 {
		margin-bottom: 16px
	}

	.heading-text h1 {
		font-size: 50px
	}

	.heading-text h2 {
		font-size: 40px;
		line-height: 44px
	}

	.heading-text h3 {
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 36px
	}

	.heading-text h4 {
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 26px
	}

	.heading-text p {
		font-size: 16px;
		margin-bottom: 16px
	}

	.heading-text.heading-light h2,
	.heading-text.heading-section h2 {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 16px
	}

	.heading-text.heading-light h2:before,
	.heading-text.heading-section h2:before {
		display: none
	}

	.heading-text.heading-light p,
	.heading-text.heading-section p {
		font-size: 16px;
		margin-bottom: 16px
	}
}

.heading-creative {
	font-size: 62px;
	font-weight: 100;
	position: relative;
	text-align: left;
	width: 100%
}

.heading-creative strong {
	color: #2250fc
}

#header:not([data-transparent=true]).dark .heading-creative {
	color: #fbfbfb
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
	display: block
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(100%)
	}

	51% {
		opacity: 1
	}
}

@keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}

	51% {
		opacity: 1
	}
}

@font-face {
	font-family: inspiro-icons;
	src: url(http://jyplacements.ddns.net/Stefan/Cyberjustice/webfonts/inspiro-icons.ttf?ijzgpf) format("truetype"), url(http://jyplacements.ddns.net/Stefan/Cyberjustice/webfonts/inspiro-icons.woff?ijzgpf) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

i:not(.fa):not(.fab):not(.far):not(.fas) {
	font-family: inspiro-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-align-center:before {
	content: "\e905"
}

.icon-align-justify:before {
	content: "\e906"
}

.icon-align-left:before {
	content: "\e907"
}

.icon-align-right:before {
	content: "\e908"
}

.icon-book:before {
	content: "\e923"
}

.icon-box:before {
	content: "\e925"
}

.icon-briefcase:before {
	content: "\e926"
}

.icon-code:before {
	content: "\e940"
}

.icon-credit-card:before {
	content: "\e951"
}

.icon-fast-forward:before {
	content: "\e962"
}

.icon-flag:before {
	content: "\e96b"
}

.icon-globe:before {
	content: "\e978"
}

.icon-home:before {
	content: "\e980"
}

.icon-image:before {
	content: "\e981"
}

.icon-info:before {
	content: "\e983"
}

.icon-link-2:before {
	content: "\e98a"
}

.icon-link:before {
	content: "\e98b"
}

.icon-map:before {
	content: "\e994"
}

.icon-monitor:before {
	content: "\e9a2"
}

.icon-move:before {
	content: "\e9a7"
}

.icon-phone-call:before {
	content: "\e9b2"
}

.icon-phone-off:before {
	content: "\e9b6"
}

.icon-phone:before {
	content: "\e9b8"
}

.icon-plus:before {
	content: "\e9be"
}

.icon-save:before {
	content: "\e9ca"
}

.icon-target:before {
	content: "\e9e8"
}

.icon-thumbs-down:before {
	content: "\e9eb"
}

.icon-thumbs-up:before {
	content: "\e9ec"
}

.icon-toggle-left:before {
	content: "\e9ed"
}

.icon-toggle-right:before {
	content: "\e9ee"
}

.icon-type:before {
	content: "\e9f8"
}

.icon-x:before {
	content: "\ea12"
}

div.icon-box:before {
	display: none !important
}

.icon {
	margin-bottom: 16px
}

div.icon-box:before {
	display: none !important
}

.icon-box {
	margin-bottom: 50px;
	position: relative
}

.icon-box .icon {
	height: 64px;
	position: absolute;
	width: 64px
}

.icon-box .icon i {
	font-size: 28px;
	text-align: center;
	line-height: 66px;
	border-radius: 50%
}

.icon-box .icon a,
.icon-box .icon i {
	width: 100%;
	height: 100%;
	color: #333
}

.icon-box h3,
.icon-box h5 {
	margin: 0 12px 10px 83px;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 25px;
	font-weight: 700
}

.icon-box p {
	margin: 0 0 20px 83px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400
}

.icon-box.effect .icon i {
	z-index: 1
}

.icon-box.effect .icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	box-sizing: content-box
}

.icon-box .icon i {
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s
}

.icon-box .icon i:after {
	top: -4px;
	left: -4px;
	padding: 4px;
	box-shadow: 0 0 0 3px #333;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform .2s, opacity .2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s, -webkit-transform .2s;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.icon-box.effect.dark .icon i:after {
	box-shadow: 0 0 0 3px #2250fc
}

.icon-box.effect.dark .icon i:hover,
.icon-box.effect.dark:hover .icon i {
	background-color: #2250fc
}

.icon-box.effect .icon i:hover:after,
.icon-box.effect:hover .icon i:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.icon-box.small .icon {
	height: 46px;
	width: 46px
}

.icon-box.small .icon i {
	font-size: 20px;
	line-height: 47px
}

.icon-box.small>h3,
.icon-box.small>h5 {
	font-size: 18px;
	margin: 0 12px 4px 60px
}

.icon-box.small>p {
	margin: 0 0 20px 60px;
	line-height: 1.6;
	font-size: 14px
}

.icon-box.medium>h3,
.icon-box.medium>h4,
.icon-box.medium>h5 {
	margin: 0 12px 10px 84px
}

.icon-box.medium>p {
	margin: 0 0 20px 84px
}

.icon-box.icon-box-right {
	padding: 0;
	text-align: right
}

.icon-box.icon-box-right>h3,
.icon-box.icon-box-right>h5 {
	margin: 0 84px 0 10px
}

.icon-box.icon-box-right.medium>p {
	margin: 20px 84px 0 10px
}

.icon-box.icon-box-right .icon {
	right: 0
}

.icon-box.icon-box-right p {
	font-size: 14px;
	margin-top: 15px
}

.icon-box.center,
.icon-box.text-center {
	padding: 0;
	text-align: center
}

.icon-box.center h3,
.icon-box.center h5,
.icon-box.text-center h3,
.icon-box.text-center h5 {
	margin: 0 12px 10px 0
}

.icon-box.center p,
.icon-box.text-center p {
	margin: 0 0 20px 0
}

.icon-box.center .icon,
.icon-box.text-center .icon {
	margin: 0 auto 22px;
	position: relative
}

.icon-box.center p,
.icon-box.text-center p {
	font-size: 16px;
	margin-top: 15px
}

.icon-box.center.small .icon,
.icon-box.text-center.small .icon {
	clear: both !important;
	position: relative !important
}

.icon-box.border {
	border: 0 !important
}

.icon-box.border .icon {
	border: 3px solid #333;
	text-align: center;
	border-radius: 50%;
	background-color: transparent
}

.icon-box.border .icon i {
	line-height: 56px
}

.icon-box.border:hover>.icon i {
	line-height: 62px
}

.icon-box.border:hover>.icon {
	border: 0
}

.icon-box.border .icon i {
	background-color: transparent !important;
	color: #333
}

.icon-box.border.small .icon {
	height: 46px;
	position: absolute;
	top: 5px;
	width: 46px
}

.icon-box.border.small .icon i {
	font-size: 20px;
	line-height: 42px
}

.icon-box.border.small:hover>.icon i {
	line-height: 49px
}

.icon-box.light .icon i:after {
	box-shadow: 0 0 0 3px #e5e5e5
}

.icon-box.light .icon i {
	background-color: #e5e5e5
}

.icon-box.light .icon i {
	color: gray
}

.icon-box.light.border .icon {
	border: 3px solid #e5e5e5
}

.icon-box.clean .icon i {
	background-color: none;
	color: #333;
	font-size: 50px
}

.icon-box.clean.small .icon i {
	font-size: 36px
}

.icon-box.effect.clean .icon i:after {
	box-shadow: 0 0 0 0 transparent
}

.icon-box.process {
	border: 1px solid #888;
	margin-top: 45px;
	padding: 0 30px 10px;
	border-radius: 4px
}

.icon-box.process.effect .icon i:hover:after,
.icon-box.process.effect:hover .icon i::after {
	opacity: 0;
	border: 0
}

.icon-box.process .icon {
	margin-top: 10px
}

.icon-box.process.small .icon {
	margin-top: 10px
}

.icon-box.box-type {
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 4px;
	padding: 20px
}

.icon-box.box-type .icon {
	margin-top: 20px
}

.text-box {
	padding: 40px;
	text-align: center;
	-webkit-transition: background .4s ease 0s;
	transition: background .4s ease 0s;
	cursor: pointer
}

.text-box i {
	font-size: 42px;
	margin: 30px 0 20px
}

.text-box i {
	color: #fff;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.text-box h3,
.text-box h5,
.text-box p {
	color: #fff;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.text-box:hover {
	background: #fbfbfb
}

.text-box:hover h3,
.text-box:hover h5,
.text-box:hover i,
.text-box:hover p {
	color: #333
}

.text-box.text-box-light {
	border: 1px solid #d9d9d9;
	background: #fff
}

.text-box.text-box-light h3,
.text-box.text-box-light h5,
.text-box.text-box-light i,
.text-box.text-box-light p {
	color: #1e2022
}

.text-box.text-box-light:hover {
	background: #2250fc
}

.text-box.text-box-light:hover h3,
.text-box.text-box-light:hover h5,
.text-box.text-box-light:hover i,
.text-box.text-box-light:hover p {
	color: #fff
}

.icon-boxes {
	box-shadow: 0 6px 12px rgba(140, 152, 164, .075)
}

.flickity-viewport {
	overflow: hidden !important
}

.carousel .item img,
.flickity-slider>div>img {
	width: 100%
}

.carousel.custom-height .carousel .item img,
.carousel.custom-height .flickity-slider>div>img,
.carousel[data-auto-width=true] .carousel .item img,
.carousel[data-auto-width=true] .flickity-slider>div>img {
	height: 100%;
	width: auto
}

.flickity-enabled {
	position: relative;
	padding: 50px 0;
	margin-top: 80px;
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-slider {
	
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-fade .flickity-slider>* {
	pointer-events: none;
	z-index: 0
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
	pointer-events: auto;
	z-index: 1
}

.flickity-button {
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: -23px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	color: #1e2022;
	text-align: center;
	z-index: 200;
	border: 0;
	box-sizing: initial;
	opacity: 0;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.flickity-button:before {
	color: #1e2022
}

.flickity-button:hover {
	background-color: #2250fc
}

.flickity-button:hover:before {
	color: #fff
}

.carousel.arrows-dark .flickity-button {
	color: #1e2022
}

.carousel.arrows-dark .flickity-button:hover {
	background-color: #2250fc
}

.carousel.arrows-dark .flickity-button:hover:before {
	color: #fff
}

.carousel.arrows-only .flickity-button {
	background-color: transparent;
	color: #fff;
	box-shadow: none
}

.carousel.arrows-only .flickity-button:hover {
	background-color: transparent
}

.carousel.arrows-only .flickity-button:hover:before {
	color: #fff
}

.item.is-selected {
	z-index: 2
}

.flickity-button-icon {
	fill: currentColor
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
	z-index: 3;
	height: 10px
}

.flickity-page-dots .dot {
	display: inline-block;
	position: relative;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #c1c3ce;
	-webkit-transition: background .8s ease;
	transition: background .8s ease
}

.flickity-page-dots .dot:after {
	outline: medium;
	text-indent: -999em;
	border-radius: 50%;
	overflow: hidden;
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #c1c3ce;
	box-shadow: 0 0 1px #c1c3ce;
	-webkit-transition: height .3s ease;
	transition: height .3s ease
}

.flickity-page-dots .dot.is-selected:after {
	height: 100%
}

.carousel.dots-light .flickity-page-dots .dot {
	box-shadow: inset 0 0 0 2px #fff
}

.carousel.dots-light .flickity-page-dots .dot:after {
	background-color: #fff;
	box-shadow: 0 0 1px #fff
}

.carousel.dots-dark .flickity-page-dots .dot {
	box-shadow: inset 0 0 0 2px #1e2022
}

.carousel.dots-dark .flickity-page-dots .dot:after {
	background-color: #1e2022
}

.carousel.dots-creative .flickity-page-dots .dot {
	opacity: .5;
	box-shadow: none;
	border-radius: 0;
	background-color: #fff;
	height: 4px;
	width: 30px
}

.carousel.dots-creative .flickity-page-dots .dot:after {
	background-color: #fff;
	box-shadow: none
}

.carousel.dots-creative .flickity-page-dots .dot:hover {
	opacity: .6
}

.carousel.dots-creative .flickity-page-dots .dot.is-selected {
	opacity: 1
}

.carousel.dots-creative.dots-dark .flickity-page-dots .dot {
	background-color: #1e2022
}

.carousel.dots-creative.dots-dark .flickity-page-dots .dot:after {
	background-color: #1e2022
}

.carousel {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.carousel.carousel-loaded {
	opacity: 1;
	visibility: visible
}

@media (max-width:991.98px) {
	.carousel .flickity-button {
		width: 40px
	}
}

.icon-box.effect:not(.center)>.counter span {
	margin: 0 12px 10px 82px
}

.icon-box.effect.medium:not(.center)>.counter span {
	margin: 0 12px 10px 82px
}

.icon-box.effect.small:not(.center)>.counter span {
	margin: 0 12px 10px 58px;
	font-size: 32px !important
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.map {
	width: 100%;
	min-height: 460px;
	height: auto
}

.fullscreen .map,
.fullscreen.map {
	min-height: 100vh
}

@media (max-width:991.98px) {
	.map {
		min-height: 240px
	}

	.fullscreen .map,
	.fullscreen.map {
		min-height: 100vh
	}
}

@-webkit-keyframes pulse-me {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	50% {
		opacity: .1
	}

	70% {
		opacity: .09
	}

	100% {
		-webkit-transform: scale(16);
		transform: scale(16);
		opacity: 0
	}
}

@keyframes pulse-me {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	50% {
		opacity: .1
	}

	70% {
		opacity: .09
	}

	100% {
		-webkit-transform: scale(16);
		transform: scale(16);
		opacity: 0
	}
}

.call-to-action {
	position: relative;
	overflow: hidden;
	padding: 46px 50px 34px;
	margin-bottom: 40px
}

.call-to-action .container {
	position: relative
}

.call-to-action h3 {
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 10px
}

.call-to-action p {
	margin-top: 0
}

.call-to-action a.btn {
	margin-top: 20px
}

.call-to-action.call-to-action-border {
	background: #fff;
	border: 1px solid #eee
}

.call-to-action.call-to-action-dark {
	background-color: #1e2022
}

.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
	color: #fff
}

@media (max-width:991.98px) {
	.call-to-action {
		padding: 26px 12px 18px
	}

	[class*=col-]>.call-to-action {
		padding: 26px 26px 18px
	}
}

a[data-toggle] {
	color: #3c4043
}

.modal .modal-content .modal-header {
	display: block
}

.modal .modal-content .modal-header .modal-title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0
}

.modal-title {
	display: block;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 20px
}

.modal p {
	font-size: 15px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 13px;
	font-weight: 300
}

.dark .modal-content {
	background-color: #1e2022
}

.dark .modal-header {
	border-bottom-color: #444
}

.dark .modal-footer {
	border-top-color: #444
}

.client-logo {
	position: relative
}

.client-logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.client-logo a>img {
	width: 100%;
	height: auto
}

.client-logo a:hover {
	opacity: 1
}

.clients-carousel a {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: .9
}

.clients-carousel a img {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: .9
}

.parallax .clients-carousel a {
	opacity: 1
}

.clients-carousel a:hover {
	opacity: 1;
	cursor: pointer
}

.clients-carousel a:hover img {
	opacity: 1;
	cursor: pointer
}

.client-carousel .item img,
.clients-logo .item img {
	padding: 20px
}

.plan .button {
	margin: 0
}

.owl-carousel .testimonial-item {
	border: 1px solid #fbfbfb;
	background-color: #fff;
	padding: 46px;
	text-align: center;
	margin-bottom: 20px;
	width: 100%
}

.owl-carousel .testimonial-item>img {
	border-radius: 50%;
	display: block;
	float: none;
	height: 72px;
	margin: 0 auto 10px;
	width: 72px
}

.owl-carousel .testimonial-item>p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-weight: 400;
	margin-top: 10px
}

.owl-carousel .testimonial-item>span {
	font-weight: 600;
	font-size: 15px;
	display: block;
	line-height: 22px
}

.owl-carousel .testimonial-item>span~span {
	font-weight: 500;
	color: #1e2022;
	display: block;
	font-size: 13px;
	font-style: italic
}

.owl-carousel .testimonial-item {
	padding: 46px;
	background-color: #fff;
	border-radius: 8px
}

.owl-carousel .testimonial-item p {
	font-size: 14px
}

.testimonial.testimonial-left .testimonial-item {
	text-align: left
}

.testimonial.testimonial-left .testimonial-item>img {
	display: inherit;
	float: left;
	margin: 0 0 40px;
	height: 160px;
	width: 160px
}

.testimonial.testimonial-left .testimonial-item>p,
.testimonial.testimonial-left .testimonial-item>span {
	margin-left: 220px
}

@media (max-width:991.98px) {
	.testimonial.testimonial-left .testimonial-item {
		text-align: left
	}

	.testimonial.testimonial-left .testimonial-item>img {
		display: inherit;
		float: none;
		margin: 20px auto;
		height: 80px;
		width: 80px
	}

	.testimonial.testimonial-left .testimonial-item>p,
	.testimonial.testimonial-left .testimonial-item>span {
		margin-left: 0;
		text-align: center
	}
}

.timeline {
	list-style-type: none;
	position: relative
}

.timeline:before {
	content: '';
	position: absolute;
	left: 16px;
	height: 100%;
	z-index: 2;
	top: 0;
	bottom: 0;
	border-left: 3px dashed #e3e6f0
}

.timeline .timeline-item {
	margin: 3rem 2rem 3rem 5rem
}

.timeline .timeline-item>h4 {
	margin-bottom: 0
}

.timeline .timeline-item .timeline-item-image {
	border-radius: .42rem;
	overflow: hidden;
	margin-bottom: 30px
}

.timeline .timeline-item .timeline-item-image img {
	width: 100%;
	height: auto
}

.timeline .timeline-item .timeline-icon {
	background-color: #2250fc;
	position: absolute;
	border-radius: 50%;
	left: 0;
	width: 34px;
	height: 34px;
	z-index: 3;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 18px
}

.timeline .timeline-item .timeline-icon i {
	margin-top: 1px
}

.loaded .placeholder-image {
	opacity: 0
}

.placeholder-image {
	height: 100%;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	z-index: 1
}

[data-bg-video] {
	position: relative
}

.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	z-index: 0;
	background: rgba(0, 0, 0, .59);
	opacity: .5
}

.bg-overlay[data-style="1"] {
	background: #fff
}

.bg-overlay[data-style="2"] {
	background: #2250fc;
	opacity: .9
}

.bg-overlay[data-style="3"] {
	background: -webkit-linear-gradient(310deg, #7c1bd6 0, #31049b 100%);
	background: linear-gradient(140deg, #7c1bd6 0, #31049b 100%);
	opacity: .9
}

.bg-overlay[data-style="4"] {
	background: -webkit-linear-gradient(310deg, rgba(236, 0, 83, .979) 0, rgba(231, 46, 0, .71) 100%);
	background: linear-gradient(140deg, rgba(236, 0, 83, .979) 0, rgba(231, 46, 0, .71) 100%);
	opacity: .9
}

.bg-overlay[data-style="5"] {
	background: -webkit-radial-gradient(left top, circle, #09c8e6 20%, #2250fc 38%, #5839e4 66%);
	background: radial-gradient(circle at left top, #09c8e6 20%, #2250fc 38%, #5839e4 66%);
	opacity: .9
}

.bg-overlay[data-style="6"] {
	background: -webkit-radial-gradient(left top, circle, #fe68bb 38%, #4294fa 66%);
	background: radial-gradient(circle at left top, #fe68bb 38%, #4294fa 66%);
	opacity: .9
}

.bg-overlay[data-style="7"] {
	background: -webkit-radial-gradient(right top, circle, #c4d622 20%, #93d839 38%, #4294fa 66%);
	background: radial-gradient(circle at right top, #c4d622 20%, #93d839 38%, #4294fa 66%);
	opacity: .9
}

.bg-overlay[data-style="8"] {
	background: -webkit-linear-gradient(top, #e02b20 0, #720462 100%);
	background: linear-gradient(180deg, #e02b20 0, #720462 100%);
	opacity: .9
}

.bg-overlay[data-style="9"] {
	background: -webkit-radial-gradient(center, circle, #00a6c0 0, #0c71c3 100%);
	background: radial-gradient(circle at center, #00a6c0 0, #0c71c3 100%);
	opacity: .9
}

.bg-overlay[data-style="10"] {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .99) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .99) 100%);
	opacity: 1
}

.bg-overlay[data-style="11"] {
	background: -webkit-linear-gradient(left, #0090f0 0, #5d08e6 100%);
	background: linear-gradient(90deg, #0090f0 0, #5d08e6 100%);
	opacity: .9
}

.bg-overlay[data-style="12"] {
	background: -webkit-linear-gradient(top, #ba01ff 0, #ff0092 100%);
	background: linear-gradient(to bottom, #ba01ff 0, #ff0092 100%);
	opacity: .8
}

.bg-overlay~.container,
.bg-overlay~.container-fluid {
	position: relative;
	z-index: 2
}

.parallax-container~.bg-overlay {
	z-index: -1
}

.over-slider-top {
	top: -100px
}

[data-animate] {
	opacity: 0
}

.icon[data-animate] {
	opacity: 1
}

#page-title[data-bg-parallax],
[data-bg-parallax] {
	background-color: #1e2022
}

.parallax-container {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: -100;
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear
}

.parallax-container.parallax-responsive {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important
}

.img-loaded {
	opacity: 1
}

[data-bg-image] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

[data-bg-image]::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #1e2022;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear
}

[data-bg-image].bg-loaded::before {
	opacity: 0
}

body[data-bg-image] {
	background-attachment: fixed;
	background-position: top center
}

section {
	padding: 80px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #fff
}

.trr {
	background-color: rgba(255, 255, 255, .7)
}

.trrForm {
	background-color: rgba(255, 255, 255, .7)
}

.trr2 {
	background-color: rgba(255, 255, 255, .8)
}

.text-primary2 {
	color: #66b4d6 !important
}

.text-primary2mobile {
	color: #66b4d6 !important;
	font-size: 24px !important;
	line-height: 44px !important
}

.text-secondary {
	font-size: 36px;
	text-decoration: underline
}

.text-secondaryMobile {
	font-size: 18px;
	text-decoration: underline
}

.before {
	width: 5px;
	height: 80px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: red
}

.text {
	width: 120px;
	align-self: flex-start;
	flex-wrap: wrap;
	display: flex;
	align-items: start;
	margin-left: 30px
}

.text>* {
	margin: 0;
	width: 120px
}

p:first-child {
	font-weight: 700;
	margin-top: 15px
}

@keyframes toast {
	0% {
		opacity: 1
	}

	100% {
		transform: translate(0, -10px);
		opacity: 0
	}
}

@keyframes slide-in {
	0% {
		transform: translate(0, -10px);
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.dyflpdy {
	display: none !important
}

.iti__selected-dial-code {
	color: #333
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
	width: 100%
}

#mainMenu nav>ul>li>a {
	font-size: 13px
}

.btn:not(.close):not(.mfp-close).btn-info,
a.btn:not([href]):not([tabindex]).btn-info,
button.btn.btn-info {
	background-color: #57a0bf;
	border-color: #57a0bf
}

.btn:not(.close):not(.mfp-close).btn-info:focus,
.btn:not(.close):not(.mfp-close).btn-info:hover,
.btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-info:focus,
a.btn:not([href]):not([tabindex]).btn-info:hover,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active,
button.btn.btn-info:focus,
button.btn.btn-info:hover,
button.btn.btn-info:not(:disabled):not(.disabled).active,
button.btn.btn-info:not(:disabled):not(.disabled):active {
	background-color: #4a849e;
	border-color: #4a849e;
	color: #fff
}

.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	z-index: 0;
	background: rgba(0, 0, 0, .7);
	opacity: 1
}

.bg-overlay[data-style="9"] {
	background: -webkit-radial-gradient(center, circle, #4a849e 0, #0c71c3 0);
	background: radial-gradient(circle at center, #4a849e 0, #0c71c3 0);
	opacity: .7
}

.bg-overlay[data-style="19"] {
	background: #fff;
	opacity: .7
}

.timeline p {
	font-size: 1.2rem
}

.slide2 h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 68px;
	margin-bottom: 10px
}

.slide2 h3 {
	color: #fff
}

.slide2>p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.5
}

.product-rate2 {
	height: 23px;
	color: #ffc300
}

.background-dark2 {
	background-color: #000
}

.background-dark3 {
	background-color: rgba(30, 32, 34, .95)
}

#about p,
#team p {
	font-weight: 400
}

.owl-carousel .testimonial-item {
	background-color: #1a8dda;
	border-color: #1a8dda;
	height: 500px;
}

@media(max-width: 768px){
	.owl-carousel .testimonial-item {
	height: 600px;
}
}
i.stars {
	font-size: 36px !important
}

.unselectable {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

img#comp1add1shoot,
img#comp1add2shoot,
img#comp1shoot,
img#comp2add1shoot,
img#comp2add2shoot,
img#comp2shoot {
	margin-left: 61px;
	top: 30px;
	padding-bottom: 20px;
	width: 50%
}

img#comp1add2shoot,
img#comp2add2shoot {
	width: 50%
}

.modal-content.modal-bg.lazy-bg.bg-loaded::before {
	opacity: .6 !important
}

.btnClose {
	float: right;
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
	font-size: 16px !important;
	border: none !important
}

.onsc>.parallax-container.img-loaded {
	background-position-y: -215px !important
}

@media only screen and (max-width:600px) {
	.col-md-6.teamcol.border-left {
		border: none !important
	}

	a.btn.btn-lg.btn-primary {
		padding: 0 15px !important
	}

	a.btn.btn-lg.btn-primary.clickhere {
		padding: 0 4px !important
	}
}

@media only screen and (min-width:600px) {
	.trrForm {
		max-height: 560px
	}
}

.intlTelInput{
	width: 100%;
}