nav.floating ul li.wide-2:hover a span,nav.floating ul li.wide:hover a span {
    top: -45px;
}
.white-menu .wsmenu>.wsmenu-list>li>a>span{margin-left: 5px;}
/*owl.css*/
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
	display: none
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-item img {
	display: block;
	width: none;
	-webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale .1s ease;
	-moz-transition: scale .1s ease;
	-ms-transition: scale .1s ease;
	-o-transition: scale .1s ease;
	transition: scale .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
.owl-theme .owl-controls {
	display: block
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: relative;
	cursor: pointer;
	display: inline-block;
	color: #898f9f;
	margin: 0 10px;
	transition: all .5s ease
}
.owl-theme .owl-controls .owl-nav [class*=owl-] span:before {
	margin: 0;
	font-size: 25px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	color: #f2be00
}
.owl-theme .owl-controls .owl-nav .disabled {
	cursor: default;
	opacity: .5
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block
}
.owl-theme .owl-dots .owl-dot span {
	background: #222;
	display: block;
	margin: 0 5px 0 5px;
	transition: opacity .2s ease 0s;
	width: 15px;
	height: 15px
}
.owl-theme .owl-dots .owl-dot.active span {
	background: none repeat scroll 0 0 #cda274
}
/*bootstrap.css*/
 /*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#fff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#007bff;
--secondary:#6c757d;
--success:#28a745;
--info:#17a2b8;
--warning:#ffc107;
--danger:#dc3545;
--light:#f8f9fa;
--dark:#343a40;
--breakpoint-xs:0;
--breakpoint-sm:576px;
--breakpoint-md:768px;
--breakpoint-lg:992px;
--breakpoint-xl:1200px;
--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, ::after, ::before {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	font-size: 15px;
	color: #222;
	line-height: 28px;
	font-weight: 300;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
margin-bottom:.5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
margin-bottom:.5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bold
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #0056b3;
	text-decoration: none
}
a:not([href]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):hover {
	color: inherit;
	text-decoration: none
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg {
	overflow: hidden;
	vertical-align: middle
}
table {
	border-collapse: collapse
}
caption {
padding-top:.75rem;
padding-bottom:.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
margin-bottom:.5rem
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
select {
	word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
margin-bottom:.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
outline-offset:-2px;
-webkit-appearance:none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
display:none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom:.5rem;
	font-weight: 500;
	line-height: 1.2
}
.h1, h1 {
	font-size: 2.5rem
}
.h2, h2 {
	font-size: 2rem
}
.h3, h3 {
	font-size: 1.75rem
}
.h4, h4 {
	font-size: 1.5rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right:.5rem
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}
.blockquote-footer::before {
	content: "\2014\00A0"
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
padding:.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
border-radius:.25rem;
	max-width: 100%;
	height: auto
}
.figure {
	display: inline-block
}
.figure-img {
margin-bottom:.5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}
a>code {
	color: inherit
}
kbd {
padding:.2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
border-radius:.2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
.container {
	max-width: 540px
}
}
@media (min-width:768px) {
.container {
	max-width: 720px
}
}
@media (min-width:992px) {
.container {
	max-width: 960px
}
}
@media (min-width:1200px) {
.container {
	max-width: 1140px
}
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
.container, .container-sm {
	max-width: 540px
}
}
@media (min-width:768px) {
.container, .container-md, .container-sm {
	max-width: 720px
}
}
@media (min-width:992px) {
.container, .container-lg, .container-md, .container-sm {
	max-width: 960px
}
}
@media (min-width:1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1140px
}
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
padding-right:0;
padding-left:0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	-ms-flex-order: -1;
	order: -1
}
.order-last {
	-ms-flex-order: 13;
	order: 13
}
.order-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-1 {
	margin-left: 8.333333%
}
.offset-2 {
	margin-left: 16.666667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.333333%
}
.offset-5 {
	margin-left: 41.666667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.333333%
}
.offset-8 {
	margin-left: 66.666667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.333333%
}
.offset-11 {
	margin-left: 91.666667%
}
@media (min-width:576px) {
.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-sm-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-sm-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-sm-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.row-cols-sm-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-sm-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-sm-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-sm-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-sm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-sm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-sm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-sm-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-sm-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-sm-first {
	-ms-flex-order: -1;
	order: -1
}
.order-sm-last {
	-ms-flex-order: 13;
	order: 13
}
.order-sm-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-sm-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-sm-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-sm-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-sm-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-sm-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-sm-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-sm-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-sm-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-sm-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-sm-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-sm-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-sm-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-sm-0 {
	margin-left: 0
}
.offset-sm-1 {
	margin-left: 8.333333%
}
.offset-sm-2 {
	margin-left: 16.666667%
}
.offset-sm-3 {
	margin-left: 25%
}
.offset-sm-4 {
	margin-left: 33.333333%
}
.offset-sm-5 {
	margin-left: 41.666667%
}
.offset-sm-6 {
	margin-left: 50%
}
.offset-sm-7 {
	margin-left: 58.333333%
}
.offset-sm-8 {
	margin-left: 66.666667%
}
.offset-sm-9 {
	margin-left: 75%
}
.offset-sm-10 {
	margin-left: 83.333333%
}
.offset-sm-11 {
	margin-left: 91.666667%
}
}
@media (min-width:768px) {
.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-md-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-md-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-md-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.row-cols-md-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-md-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-md-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-md-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-md-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-md-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-md-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-md-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-md-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-md-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-md-first {
	-ms-flex-order: -1;
	order: -1
}
.order-md-last {
	-ms-flex-order: 13;
	order: 13
}
.order-md-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-md-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-md-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-md-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-md-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-md-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-md-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-md-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-md-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-md-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-md-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-md-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-md-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-md-0 {
	margin-left: 0
}
.offset-md-1 {
	margin-left: 8.333333%
}
.offset-md-2 {
	margin-left: 16.666667%
}
.offset-md-3 {
	margin-left: 25%
}
.offset-md-4 {
	margin-left: 33.333333%
}
.offset-md-5 {
	margin-left: 41.666667%
}
.offset-md-6 {
	margin-left: 50%
}
.offset-md-7 {
	margin-left: 58.333333%
}
.offset-md-8 {
	margin-left: 66.666667%
}
.offset-md-9 {
	margin-left: 75%
}
.offset-md-10 {
	margin-left: 83.333333%
}
.offset-md-11 {
	margin-left: 91.666667%
}
}
@media (min-width:992px) {
.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-lg-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-lg-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-lg-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.row-cols-lg-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-lg-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-lg-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-lg-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-lg-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-lg-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-lg-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-lg-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-lg-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-lg-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-lg-first {
	-ms-flex-order: -1;
	order: -1
}
.order-lg-last {
	-ms-flex-order: 13;
	order: 13
}
.order-lg-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-lg-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-lg-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-lg-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-lg-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-lg-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-lg-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-lg-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-lg-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-lg-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-lg-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-lg-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-lg-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-lg-0 {
	margin-left: 0
}
.offset-lg-1 {
	margin-left: 8.333333%
}
.offset-lg-2 {
	margin-left: 16.666667%
}
.offset-lg-3 {
	margin-left: 25%
}
.offset-lg-4 {
	margin-left: 33.333333%
}
.offset-lg-5 {
	margin-left: 41.666667%
}
.offset-lg-6 {
	margin-left: 50%
}
.offset-lg-7 {
	margin-left: 58.333333%
}
.offset-lg-8 {
	margin-left: 66.666667%
}
.offset-lg-9 {
	margin-left: 75%
}
.offset-lg-10 {
	margin-left: 83.333333%
}
.offset-lg-11 {
	margin-left: 91.666667%
}
}
@media (min-width:1200px) {
.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-xl-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-xl-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-xl-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.row-cols-xl-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-xl-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-xl-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-xl-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-xl-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-xl-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-xl-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-xl-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-xl-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-xl-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-xl-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-xl-first {
	-ms-flex-order: -1;
	order: -1
}
.order-xl-last {
	-ms-flex-order: 13;
	order: 13
}
.order-xl-0 {
	-ms-flex-order: 0;
	order: 0
}
.order-xl-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-xl-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-xl-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-xl-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-xl-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-xl-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-xl-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-xl-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-xl-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-xl-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-xl-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-xl-12 {
	-ms-flex-order: 12;
	order: 12
}
.offset-xl-0 {
	margin-left: 0
}
.offset-xl-1 {
	margin-left: 8.333333%
}
.offset-xl-2 {
	margin-left: 16.666667%
}
.offset-xl-3 {
	margin-left: 25%
}
.offset-xl-4 {
	margin-left: 33.333333%
}
.offset-xl-5 {
	margin-left: 41.666667%
}
.offset-xl-6 {
	margin-left: 50%
}
.offset-xl-7 {
	margin-left: 58.333333%
}
.offset-xl-8 {
	margin-left: 66.666667%
}
.offset-xl-9 {
	margin-left: 75%
}
.offset-xl-10 {
	margin-left: 83.333333%
}
.offset-xl-11 {
	margin-left: 91.666667%
}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}
.table td, .table th {
padding:.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
	border-top: 2px solid #dee2e6
}
.table-sm td, .table-sm th {
padding:.3rem
}
.table-bordered {
	border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0,0,0,.075)
}
.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8daff
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #7abaff
}
.table-hover .table-primary:hover {
	background-color: #9fcdff
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #9fcdff
}
.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #d6d8db
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}
.table-success, .table-success>td, .table-success>th {
	background-color: #c3e6cb
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e
}
.table-hover .table-success:hover {
	background-color: #b1dfbb
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #b1dfbb
}
.table-info, .table-info>td, .table-info>th {
	background-color: #bee5eb
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda
}
.table-hover .table-info:hover {
	background-color: #abdde5
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5
}
.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffeeba
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}
.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f5c6cb
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ed969e
}
.table-hover .table-danger:hover {
	background-color: #f1b0b7
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}
.table-light, .table-light>td, .table-light>th {
	background-color: #fdfdfe
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc
}
.table-hover .table-light:hover {
	background-color: #ececf6
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6
}
.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c
}
.table-hover .table-dark:hover {
	background-color: #b9bbbe
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}
.table-active, .table-active>td, .table-active>th {
	background-color: rgba(0,0,0,.075)
}
.table-hover .table-active:hover {
	background-color: rgba(0,0,0,.075)
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0,0,0,.075)
}
.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.table-dark {
	color: #fff;
	background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.05)
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255,255,255,.075)
}
@media (max-width:575.98px) {
.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-sm>.table-bordered {
	border: 0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
	border: 0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
	border: 0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
	border: 0
}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
	border: 0
}
.form-control {
	display: block;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
padding:.375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
border-radius:.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control {
	transition: none
}
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #495057
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::-webkit-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::-moz-placeholder {
color:#6c757d;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
select.form-control:focus::-ms-value {
color:#495057;
background-color:#fff
}
.form-control-file, .form-control-range {
	display: block;
	width: 100%
}
.col-form-label {
padding-top:calc(.375rem + 1px);
padding-bottom:calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}
.col-form-label-lg {
padding-top:calc(.5rem + 1px);
padding-bottom:calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}
.col-form-label-sm {
padding-top:calc(.25rem + 1px);
padding-bottom:calc(.25rem + 1px);
font-size:.875rem;
	line-height: 1.5
}
.form-control-plaintext {
	display: block;
	width: 100%;
padding:.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
height:calc(1.5em + .5rem + 2px);
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5;
border-radius:.2rem
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
padding:.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
border-radius:.3rem
}
select.form-control[multiple], select.form-control[size] {
	height: auto
}
textarea.form-control {
	height: auto
}
.form-group {
	margin-bottom: 1rem
}
.form-text {
	display: block;
margin-top:.25rem
}
.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}
.form-row>.col, .form-row>[class*=col-] {
padding-right:5px;
padding-left:5px
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}
.form-check-input {
	position: absolute;
margin-top:.3rem;
	margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	color: #6c757d
}
.form-check-label {
	margin-bottom: 0
}
.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
margin-right:.75rem
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
margin-right:.3125rem;
	margin-left: 0
}
.valid-feedback {
	display: none;
	width: 100%;
margin-top:.25rem;
	font-size: 80%;
	color: #28a745
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40,167,69,.9);
border-radius:.25rem
}
.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
display:block
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color:#28a745;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right calc(.375em + .1875rem) center;
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
border-color:#28a745;
padding-right:calc(.75em + 2.3125rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#28a745
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
color:#28a745
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
border-color:#28a745
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color:#34ce57;
background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
border-color:#28a745
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback {
	display: none;
	width: 100%;
margin-top:.25rem;
	font-size: 80%;
	color: #dc3545
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220,53,69,.9);
border-radius:.25rem
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
display:block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#dc3545;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right calc(.375em + .1875rem) center;
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
border-color:#dc3545;
padding-right:calc(.75em + 2.3125rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#dc3545
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
color:#dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color:#dc3545
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color:#e4606d;
background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color:#dc3545
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
border-color:#dc3545
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}
.form-inline .form-check {
	width: 100%
}
@media (min-width:576px) {
.form-inline label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0
}
.form-inline .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-plaintext {
	display: inline-block
}
.form-inline .custom-select, .form-inline .input-group {
	width: auto
}
.form-inline .form-check {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	padding-left: 0
}
.form-inline .form-check-input {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 0;
margin-right:.25rem;
	margin-left: 0
}
.form-inline .custom-control {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.form-inline .custom-control-label {
	margin-bottom: 0
}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
padding:.375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
border-radius:.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.btn {
	transition: none
}
}
.btn:hover {
	color: #212529;
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.btn.disabled, .btn:disabled {
	opacity: .65
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}
.btn-secondary.focus, .btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}
.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}
.btn-warning.focus, .btn-warning:focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}
.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}
.btn-group-lg>.btn, .btn-lg {
padding:.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
border-radius:.3rem
}
.btn-group-sm>.btn, .btn-sm {
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5;
border-radius:.2rem
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
margin-top:.5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
.fade {
	transition: none
}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
	transition: none
}
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle {
	white-space: nowrap
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
	margin-left: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
padding:.5rem 0;
margin:.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
border-radius:.25rem
}
.dropdown-menu-left {
	right: auto;
	left: 0
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
@media (min-width:576px) {
.dropdown-menu-sm-left {
	right: auto;
	left: 0
}
.dropdown-menu-sm-right {
	right: 0;
	left: auto
}
}
@media (min-width:768px) {
.dropdown-menu-md-left {
	right: auto;
	left: 0
}
.dropdown-menu-md-right {
	right: 0;
	left: auto
}
}
@media (min-width:992px) {
.dropdown-menu-lg-left {
	right: auto;
	left: 0
}
.dropdown-menu-lg-right {
	right: 0;
	left: auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-left {
	right: auto;
	left: 0
}
.dropdown-menu-xl-right {
	right: 0;
	left: auto
}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
margin-bottom:.125rem
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
margin-left:.125rem
}
.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-toggle::after {
	vertical-align: 0
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
margin-right:.125rem
}
.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}
.dropleft .dropdown-toggle::after {
	display: none
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropleft .dropdown-toggle::before {
	vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}
.dropdown-divider {
	height: 0;
margin:.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}
.dropdown-item {
	display: block;
	width: 100%;
padding:.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}
.dropdown-menu.show {
	display: block
}
.dropdown-header {
	display: block;
padding:.5rem 1.5rem;
	margin-bottom: 0;
font-size:.875rem;
	color: #6c757d;
	white-space: nowrap
}
.dropdown-item-text {
	display: block;
padding:.25rem 1.5rem;
	color: #212529
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index: 1
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index: 1
}
.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.btn-toolbar .input-group {
	width: auto
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right:.5625rem;
padding-left:.5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
padding-right:.375rem;
padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
padding-right:.75rem;
padding-left:.75rem
}
.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%
}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}
.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group>.custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}
.input-group-prepend {
	margin-right: -1px
}
.input-group-append {
	margin-left: -1px
}
.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
padding:.375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
border-radius:.25rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
padding:.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
border-radius:.3rem
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
height:calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5;
border-radius:.2rem
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}
.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
	color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #e9ecef
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}
.custom-control-label::before {
	position: absolute;
top:.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}
.custom-control-label::after {
	position: absolute;
top:.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius:.25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.custom-radio .custom-control-label::before {
	border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.custom-switch {
	padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
border-radius:.5rem
}
.custom-switch .custom-control-label::after {
top:calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
border-radius:.5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label::after {
	transition: none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
-webkit-transform:translateX(.75rem);
transform:translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0,123,255,.5)
}
.custom-select {
	display: inline-block;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
padding:.375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	border: 1px solid #ced4da;
border-radius:.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-select:focus::-ms-value {
color:#495057;
background-color:#fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
padding-right:.75rem;
	background-image: none
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}
.custom-select::-ms-expand {
display:none
}
.custom-select:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #495057
}
.custom-select-sm {
height:calc(1.5em + .5rem + 2px);
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.875rem
}
.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
padding-top:.5rem;
padding-bottom:.5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}
.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}
.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
height:calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}
.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-file-input:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
	background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}
.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
height:calc(1.5em + .75rem + 2px);
padding:.375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
border-radius:.25rem
}
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
height:calc(1.5em + .75rem);
padding:.375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
border-radius:0 .25rem .25rem 0
}
.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-range:focus {
	outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#007bff;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition:none;
transition:none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color:#b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#007bff;
border:0;
border-radius:1rem;
-moz-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
-moz-transition:none;
transition:none
}
}
.custom-range::-moz-range-thumb:active {
background-color:#b3d7ff
}
.custom-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-ms-thumb {
width:1rem;
height:1rem;
margin-top:0;
margin-right:.2rem;
margin-left:.2rem;
background-color:#007bff;
border:0;
border-radius:1rem;
-ms-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
-ms-transition:none;
transition:none
}
}
.custom-range::-ms-thumb:active {
background-color:#b3d7ff
}
.custom-range::-ms-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:transparent;
border-color:transparent;
border-width:.5rem
}
.custom-range::-ms-fill-lower {
background-color:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
margin-right:15px;
background-color:#dee2e6;
border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor:default
}
.custom-range:disabled::-moz-range-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor:default
}
.custom-range:disabled::-ms-thumb {
background-color:#adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-control-label::before, .custom-file-label, .custom-select {
	transition: none
}
}
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
padding:.5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-pills .nav-link {
border-radius:.25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}
.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
padding:.5rem 1rem
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.navbar-brand {
	display: inline-block;
padding-top:.3125rem;
padding-bottom:.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none
}
.navbar-text {
	display: inline-block;
padding-top:.5rem;
padding-bottom:.5rem
}
.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}
.navbar-toggler {
padding:.25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
border-radius:.25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}
@media (max-width:575.98px) {
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:576px) {
.navbar-expand-sm {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
	display: none
}
}
@media (max-width:767.98px) {
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:768px) {
.navbar-expand-md {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
	display: none
}
}
@media (max-width:991.98px) {
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:992px) {
.navbar-expand-lg {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
	display: none
}
}
@media (max-width:1199.98px) {
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
	padding-right: 0;
	padding-left: 0
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
	display: none
}
}
.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}
.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-light .navbar-brand {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
	color: rgba(0,0,0,.5)
}
.navbar-light .navbar-text a {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand {
	color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}
.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
	color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a {
	color: #fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
border-radius:.25rem
}
.card>hr {
	margin-right: 0;
	margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}
.card-title {
margin-bottom:.75rem
}
.card-subtitle {
margin-top:-.375rem;
	margin-bottom: 0
}
.card-text:last-child {
	margin-bottom: 0
}
.card-link:hover {
	text-decoration: none
}
.card-link+.card-link {
	margin-left: 1.25rem
}
.card-header {
padding:.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}
.card-header:first-child {
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}
.card-footer {
padding:.75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}
.card-footer:last-child {
border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right:-.625rem;
margin-bottom:-.75rem;
margin-left:-.625rem;
	border-bottom: 0
}
.card-header-pills {
margin-right:-.625rem;
margin-left:-.625rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}
.card-img, .card-img-bottom, .card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%
}
.card-img, .card-img-top {
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card-img, .card-img-bottom {
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card-deck .card {
	margin-bottom: 15px
}
@media (min-width:576px) {
.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-right: -15px;
	margin-left: -15px
}
.card-deck .card {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px
}
}
.card-group>.card {
	margin-bottom: 15px
}
@media (min-width:576px) {
.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.card-group>.card {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	margin-bottom: 0
}
.card-group>.card+.card {
	margin-left: 0;
	border-left: 0
}
.card-group>.card:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
	border-top-right-radius: 0
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
	border-bottom-right-radius: 0
}
.card-group>.card:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
	border-top-left-radius: 0
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
	border-bottom-left-radius: 0
}
}
.card-columns .card {
margin-bottom:.75rem
}
@media (min-width:576px) {
.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1
}
.card-columns .card {
	display: inline-block;
	width: 100%
}
}
.accordion>.card {
	overflow: hidden
}
.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
padding:.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
border-radius:.25rem
}
.breadcrumb-item+.breadcrumb-item {
padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
padding-right:.5rem;
	color: #6c757d;
	content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}
.breadcrumb-item.active {
	color: #6c757d
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
border-radius:.25rem
}
.page-link {
	position: relative;
	display: block;
padding:.5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 3;
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-item:first-child .page-link {
	margin-left: 0;
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}
.pagination-lg .page-link {
padding:.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius:.3rem;
border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius:.3rem;
border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
padding:.25rem .5rem;
font-size:.875rem;
	line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
border-radius:.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.badge {
	transition: none
}
}
a.badge:focus, a.badge:hover {
	text-decoration: none
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}
.badge-primary {
	color: #fff;
	background-color: #007bff
}
a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc
}
a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d
}
a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}
a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.badge-success {
	color: #fff;
	background-color: #28a745
}
a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}
a.badge-success.focus, a.badge-success:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.badge-info {
	color: #fff;
	background-color: #17a2b8
}
a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}
a.badge-info.focus, a.badge-info:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.badge-warning {
	color: #212529;
	background-color: #ffc107
}
a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00
}
a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.badge-danger {
	color: #fff;
	background-color: #dc3545
}
a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}
a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa
}
a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}
a.badge-light.focus, a.badge-light:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.badge-dark {
	color: #fff;
	background-color: #343a40
}
a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124
}
a.badge-dark.focus, a.badge-dark:focus {
	outline: 0;
box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
border-radius:.3rem
}
@media (min-width:576px) {
.jumbotron {
	padding: 4rem 2rem
}
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}
.alert {
	position: relative;
padding:.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
border-radius:.25rem
}
.alert-heading {
	color: inherit
}
.alert-link {
	font-weight: 700
}
.alert-dismissible {
	padding-right: 4rem
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
padding:.75rem 1.25rem;
	color: inherit
}
.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}
.alert-primary hr {
	border-top-color: #9fcdff
}
.alert-primary .alert-link {
	color: #002752
}
.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}
.alert-secondary hr {
	border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
	color: #202326
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}
.alert-success hr {
	border-top-color: #b1dfbb
}
.alert-success .alert-link {
	color: #0b2e13
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}
.alert-info hr {
	border-top-color: #abdde5
}
.alert-info .alert-link {
	color: #062c33
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}
.alert-warning hr {
	border-top-color: #ffe8a1
}
.alert-warning .alert-link {
	color: #533f03
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}
.alert-danger hr {
	border-top-color: #f1b0b7
}
.alert-danger .alert-link {
	color: #491217
}
.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}
.alert-light hr {
	border-top-color: #ececf6
}
.alert-light .alert-link {
	color: #686868
}
.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}
.alert-dark hr {
	border-top-color: #b9bbbe
}
.alert-dark .alert-link {
	color: #040505
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
	background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
	background-position: 0 0
}
}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
font-size:.75rem;
	background-color: #e9ecef;
border-radius:.25rem
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
	transition: none
}
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
	-webkit-animation: none;
	animation: none
}
}
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}
.media-body {
	-ms-flex: 1;
	flex: 1
}
.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}
.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}
.list-group-item {
	position: relative;
	display: block;
padding:.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.list-group-item:last-child {
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.list-group-item+.list-group-item {
	border-top-width: 0
}
.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}
.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}
.list-group-horizontal .list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal .list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal .list-group-item.active {
	margin-top: 0
}
.list-group-horizontal .list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal .list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
@media (min-width:576px) {
.list-group-horizontal-sm {
	-ms-flex-direction: row;
	flex-direction: row
}
.list-group-horizontal-sm .list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-sm .list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal-sm .list-group-item.active {
	margin-top: 0
}
.list-group-horizontal-sm .list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal-sm .list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
}
@media (min-width:768px) {
.list-group-horizontal-md {
	-ms-flex-direction: row;
	flex-direction: row
}
.list-group-horizontal-md .list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-md .list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal-md .list-group-item.active {
	margin-top: 0
}
.list-group-horizontal-md .list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal-md .list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
}
@media (min-width:992px) {
.list-group-horizontal-lg {
	-ms-flex-direction: row;
	flex-direction: row
}
.list-group-horizontal-lg .list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-lg .list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal-lg .list-group-item.active {
	margin-top: 0
}
.list-group-horizontal-lg .list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal-lg .list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
	-ms-flex-direction: row;
	flex-direction: row
}
.list-group-horizontal-xl .list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius: 0
}
.list-group-horizontal-xl .list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal-xl .list-group-item.active {
	margin-top: 0
}
.list-group-horizontal-xl .list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal-xl .list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
}
.list-group-flush .list-group-item {
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 0
}
.list-group-flush .list-group-item:first-child {
	border-top-width: 0
}
.list-group-flush:last-child .list-group-item:last-child {
	border-bottom-width: 0
}
.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}
.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}
.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}
.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}
.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}
.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}
.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}
.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:hover {
	color: #000;
	text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
a.close.disabled {
	pointer-events: none
}
.toast {
	max-width: 350px;
	overflow: hidden;
font-size:.875rem;
	background-color: rgba(255,255,255,.85);
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
box-shadow:0 .25rem .75rem rgba(0,0,0,.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
border-radius:.25rem
}
.toast:not(:last-child) {
margin-bottom:.75rem
}
.toast.showing {
	opacity: 1
}
.toast.show {
	display: block;
	opacity: 1
}
.toast.hide {
	display: none
}
.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
padding:.25rem .75rem;
	color: #6c757d;
	background-color: rgba(255,255,255,.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0,0,0,.05)
}
.toast-body {
padding:.75rem
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
margin:.5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
	transition: none
}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}
.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
border-radius:.3rem;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: .5
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
padding:.75rem;
	border-top: 1px solid #dee2e6;
border-bottom-right-radius:calc(.3rem - 1px);
border-bottom-left-radius:calc(.3rem - 1px)
}
.modal-footer>* {
margin:.25rem
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto
}
.modal-dialog-scrollable {
	max-height: calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 3.5rem)
}
.modal-dialog-centered {
	min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered::before {
	height: calc(100vh - 3.5rem)
}
.modal-sm {
	max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg, .modal-xl {
	max-width: 800px
}
}
@media (min-width:1200px) {
.modal-xl {
	max-width: 1140px
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
font-size:.875rem;
	word-wrap: break-word;
	opacity: 0
}
.tooltip.show {
	opacity: .9
}
.tooltip .arrow {
	position: absolute;
	display: block;
width:.8rem;
height:.4rem
}
.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
border-width:.4rem .4rem 0;
	border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
border-width:.4rem .4rem .4rem 0;
	border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
border-width:0 .4rem .4rem;
	border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
border-width:.4rem 0 .4rem .4rem;
	border-left-color: #000
}
.tooltip-inner {
	max-width: 200px;
padding:.25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
border-radius:.25rem
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
font-size:.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
border-radius:.3rem
}
.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
height:.5rem;
margin:0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
bottom:calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
	bottom: 0;
border-width:.5rem .5rem 0;
	border-top-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
	bottom: 1px;
border-width:.5rem .5rem 0;
	border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
left:calc(-.5rem - 1px);
width:.5rem;
	height: 1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
	left: 0;
border-width:.5rem .5rem .5rem 0;
	border-right-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
	left: 1px;
border-width:.5rem .5rem .5rem 0;
	border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
top:calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
	top: 0;
border-width:0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
	top: 1px;
border-width:0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
margin-left:-.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
right:calc(-.5rem - 1px);
width:.5rem;
	height: 1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
	right: 0;
border-width:.5rem 0 .5rem .5rem;
	border-left-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
	right: 1px;
border-width:.5rem 0 .5rem .5rem;
	border-left-color: #fff
}
.popover-header {
padding:.5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
	display: none
}
.popover-body {
padding:.5rem .75rem;
	color: #212529
}
.carousel {
	position: relative
}
.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
	transition: none
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	transition: none
}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next, .carousel-control-prev {
	transition: none
}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
	transition: none
}
}
.carousel-indicators .active {
	opacity: 1
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spinner-border {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
opacity:1
}
}
@keyframes spinner-grow {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
opacity:1
}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #007bff!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #0062cc!important
}
.bg-secondary {
	background-color: #6c757d!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #545b62!important
}
.bg-success {
	background-color: #28a745!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34!important
}
.bg-info {
	background-color: #17a2b8!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b!important
}
.bg-warning {
	background-color: #ffc107!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00!important
}
.bg-danger {
	background-color: #dc3545!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #bd2130!important
}
.bg-light {
	background-color: #f8f9fa!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5!important
}
.bg-dark {
	background-color: #343a40!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124!important
}
.bg-white {
	background-color: #fff!important
}
.bg-transparent {
	background-color: transparent!important
}
.border {
	border: 1px solid #dee2e6!important
}
.border-top {
	border-top: 1px solid #dee2e6!important
}
.border-right {
	border-right: 1px solid #dee2e6!important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}
.border-left {
	border-left: 1px solid #dee2e6!important
}
.border-0 {
	border: 0!important
}
.border-top-0 {
	border-top: 0!important
}
.border-right-0 {
	border-right: 0!important
}
.border-bottom-0 {
	border-bottom: 0!important
}
.border-left-0 {
	border-left: 0!important
}
.border-primary {
	border-color: #007bff!important
}
.border-secondary {
	border-color: #6c757d!important
}
.border-success {
	border-color: #28a745!important
}
.border-info {
	border-color: #17a2b8!important
}
.border-warning {
	border-color: #ffc107!important
}
.border-danger {
	border-color: #dc3545!important
}
.border-light {
	border-color: #f8f9fa!important
}
.border-dark {
	border-color: #343a40!important
}
.border-white {
	border-color: #fff!important
}
.rounded-sm {
border-radius:.2rem!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-top {
border-top-left-radius:.25rem!important;
border-top-right-radius:.25rem!important
}
.rounded-right {
border-top-right-radius:.25rem!important;
border-bottom-right-radius:.25rem!important
}
.rounded-bottom {
border-bottom-right-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-left {
border-top-left-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-lg {
border-radius:.3rem!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-0 {
	border-radius: 0!important
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}
.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
	display: none!important
}
.d-sm-inline {
	display: inline!important
}
.d-sm-inline-block {
	display: inline-block!important
}
.d-sm-block {
	display: block!important
}
.d-sm-table {
	display: table!important
}
.d-sm-table-row {
	display: table-row!important
}
.d-sm-table-cell {
	display: table-cell!important
}
.d-sm-flex {
	display: -ms-flexbox!important;
	display: flex!important
}
.d-sm-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}
@media (min-width:768px) {
.d-md-none {
	display: none!important
}
.d-md-inline {
	display: inline!important
}
.d-md-inline-block {
	display: inline-block!important
}
.d-md-block {
	display: block!important
}
.d-md-table {
	display: table!important
}
.d-md-table-row {
	display: table-row!important
}
.d-md-table-cell {
	display: table-cell!important
}
.d-md-flex {
	display: -ms-flexbox!important;
	display: flex!important
}
.d-md-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}
@media (min-width:992px) {
.d-lg-none {
	display: none!important
}
.d-lg-inline {
	display: inline!important
}
.d-lg-inline-block {
	display: inline-block!important
}
.d-lg-block {
	display: block!important
}
.d-lg-table {
	display: table!important
}
.d-lg-table-row {
	display: table-row!important
}
.d-lg-table-cell {
	display: table-cell!important
}
.d-lg-flex {
	display: -ms-flexbox!important;
	display: flex!important
}
.d-lg-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}
@media (min-width:1200px) {
.d-xl-none {
	display: none!important
}
.d-xl-inline {
	display: inline!important
}
.d-xl-inline-block {
	display: inline-block!important
}
.d-xl-block {
	display: block!important
}
.d-xl-table {
	display: table!important
}
.d-xl-table-row {
	display: table-row!important
}
.d-xl-table-cell {
	display: table-cell!important
}
.d-xl-flex {
	display: -ms-flexbox!important;
	display: flex!important
}
.d-xl-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}
@media print {
.d-print-none {
	display: none!important
}
.d-print-inline {
	display: inline!important
}
.d-print-inline-block {
	display: inline-block!important
}
.d-print-block {
	display: block!important
}
.d-print-table {
	display: table!important
}
.d-print-table-row {
	display: table-row!important
}
.d-print-table-cell {
	display: table-cell!important
}
.d-print-flex {
	display: -ms-flexbox!important;
	display: flex!important
}
.d-print-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive::before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9::before {
	padding-top: 42.857143%
}
.embed-responsive-16by9::before {
	padding-top: 56.25%
}
.embed-responsive-4by3::before {
	padding-top: 75%
}
.embed-responsive-1by1::before {
	padding-top: 100%
}
.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}
.flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}
.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}
.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}
.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}
.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-sm-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-sm-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-sm-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-sm-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}
.flex-sm-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}
.flex-sm-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}
.flex-sm-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}
.flex-sm-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}
.justify-content-sm-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-sm-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-sm-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-sm-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-sm-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-sm-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-sm-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-sm-center {
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-sm-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-sm-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-sm-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-sm-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-sm-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-sm-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-sm-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-sm-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-sm-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-sm-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-sm-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-sm-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-sm-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-sm-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}
@media (min-width:768px) {
.flex-md-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-md-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-md-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-md-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-md-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-md-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.flex-md-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}
.flex-md-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}
.flex-md-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}
.flex-md-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}
.flex-md-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}
.justify-content-md-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-md-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-md-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-md-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-md-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-md-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-md-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-md-center {
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-md-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-md-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-md-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-md-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-md-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-md-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-md-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-md-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-md-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-md-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-md-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-md-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-md-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-md-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}
@media (min-width:992px) {
.flex-lg-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-lg-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-lg-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-lg-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-lg-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}
.flex-lg-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}
.flex-lg-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}
.flex-lg-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}
.flex-lg-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}
.justify-content-lg-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-lg-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-lg-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-lg-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-lg-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-lg-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-lg-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-lg-center {
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-lg-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-lg-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-lg-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-lg-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-lg-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-lg-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-lg-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-lg-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-lg-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-lg-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-lg-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-lg-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-lg-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-lg-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}
@media (min-width:1200px) {
.flex-xl-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-xl-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-xl-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-xl-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-xl-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}
.flex-xl-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}
.flex-xl-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}
.flex-xl-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}
.flex-xl-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}
.justify-content-xl-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-xl-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-xl-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-xl-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-xl-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-xl-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-xl-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-xl-center {
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-xl-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-xl-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-xl-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-xl-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-xl-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-xl-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-xl-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-xl-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-xl-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-xl-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-xl-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-xl-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-xl-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-xl-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-none {
	float: none!important
}
@media (min-width:576px) {
.float-sm-left {
	float: left!important
}
.float-sm-right {
	float: right!important
}
.float-sm-none {
	float: none!important
}
}
@media (min-width:768px) {
.float-md-left {
	float: left!important
}
.float-md-right {
	float: right!important
}
.float-md-none {
	float: none!important
}
}
@media (min-width:992px) {
.float-lg-left {
	float: left!important
}
.float-lg-right {
	float: right!important
}
.float-lg-none {
	float: none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
	float: left!important
}
.float-xl-right {
	float: right!important
}
.float-xl-none {
	float: none!important
}
}
.overflow-auto {
	overflow: auto!important
}
.overflow-hidden {
	overflow: hidden!important
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.shadow-sm {
box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow {
box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none {
	box-shadow: none!important
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.w-auto {
	width: auto!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.h-auto {
	height: auto!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}
.min-vw-100 {
	min-width: 100vw!important
}
.min-vh-100 {
	min-height: 100vh!important
}
.vw-100 {
	width: 100vw!important
}
.vh-100 {
	height: 100vh!important
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0)
}
.m-0 {
	margin: 0!important
}
.mt-0, .my-0 {
	margin-top: 0!important
}
.mr-0, .mx-0 {
	margin-right: 0!important
}
.mb-0, .my-0 {
	margin-bottom: 0!important
}
.ml-0, .mx-0 {
	margin-left: 0!important
}
.m-1 {
margin:.25rem!important
}
.mt-1, .my-1 {
margin-top:.25rem!important
}
.mr-1, .mx-1 {
margin-right:.25rem!important
}
.mb-1, .my-1 {
margin-bottom:.25rem!important
}
.ml-1, .mx-1 {
margin-left:.25rem!important
}
.m-2 {
margin:.5rem!important
}
.mt-2, .my-2 {
margin-top:.5rem!important
}
.mr-2, .mx-2 {
margin-right:.5rem!important
}
.mb-2, .my-2 {
margin-bottom:.5rem!important
}
.ml-2, .mx-2 {
margin-left:.5rem!important
}
.m-3 {
	margin: 1rem!important
}
.mt-3, .my-3 {
	margin-top: 1rem!important
}
.mr-3, .mx-3 {
	margin-right: 1rem!important
}
.mb-3, .my-3 {
	margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
	margin-left: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
	margin-right: 1.5rem!important
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
	margin-left: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.mt-5, .my-5 {
	margin-top: 3rem!important
}
.mr-5, .mx-5 {
	margin-right: 3rem!important
}
.mb-5, .my-5 {
	margin-bottom: 3rem!important
}
.ml-5, .mx-5 {
	margin-left: 3rem!important
}
.p-0 {
	padding: 0!important
}
.pt-0, .py-0 {
	padding-top: 0!important
}
.pr-0, .px-0 {
	padding-right: 0!important
}
.pb-0, .py-0 {
	padding-bottom: 0!important
}
.pl-0, .px-0 {
	padding-left: 0!important
}
.p-1 {
padding:.25rem!important
}
.pt-1, .py-1 {
padding-top:.25rem!important
}
.pr-1, .px-1 {
padding-right:.25rem!important
}
.pb-1, .py-1 {
padding-bottom:.25rem!important
}
.pl-1, .px-1 {
padding-left:.25rem!important
}
.p-2 {
padding:.5rem!important
}
.pt-2, .py-2 {
padding-top:.5rem!important
}
.pr-2, .px-2 {
padding-right:.5rem!important
}
.pb-2, .py-2 {
padding-bottom:.5rem!important
}
.pl-2, .px-2 {
padding-left:.5rem!important
}
.p-3 {
	padding: 1rem!important
}
.pt-3, .py-3 {
	padding-top: 1rem!important
}
.pr-3, .px-3 {
	padding-right: 1rem!important
}
.pb-3, .py-3 {
	padding-bottom: 1rem!important
}
.pl-3, .px-3 {
	padding-left: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.pt-4, .py-4 {
	padding-top: 1.5rem!important
}
.pr-4, .px-4 {
	padding-right: 1.5rem!important
}
.pb-4, .py-4 {
	padding-bottom: 1.5rem!important
}
.pl-4, .px-4 {
	padding-left: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.pt-5, .py-5 {
	padding-top: 3rem!important
}
.pr-5, .px-5 {
	padding-right: 3rem!important
}
.pb-5, .py-5 {
	padding-bottom: 3rem!important
}
.pl-5, .px-5 {
	padding-left: 3rem!important
}
.m-n1 {
margin:-.25rem!important
}
.mt-n1, .my-n1 {
margin-top:-.25rem!important
}
.mr-n1, .mx-n1 {
margin-right:-.25rem!important
}
.mb-n1, .my-n1 {
margin-bottom:-.25rem!important
}
.ml-n1, .mx-n1 {
margin-left:-.25rem!important
}
.m-n2 {
margin:-.5rem!important
}
.mt-n2, .my-n2 {
margin-top:-.5rem!important
}
.mr-n2, .mx-n2 {
margin-right:-.5rem!important
}
.mb-n2, .my-n2 {
margin-bottom:-.5rem!important
}
.ml-n2, .mx-n2 {
margin-left:-.5rem!important
}
.m-n3 {
	margin: -1rem!important
}
.mt-n3, .my-n3 {
	margin-top: -1rem!important
}
.mr-n3, .mx-n3 {
	margin-right: -1rem!important
}
.mb-n3, .my-n3 {
	margin-bottom: -1rem!important
}
.ml-n3, .mx-n3 {
	margin-left: -1rem!important
}
.m-n4 {
	margin: -1.5rem!important
}
.mt-n4, .my-n4 {
	margin-top: -1.5rem!important
}
.mr-n4, .mx-n4 {
	margin-right: -1.5rem!important
}
.mb-n4, .my-n4 {
	margin-bottom: -1.5rem!important
}
.ml-n4, .mx-n4 {
	margin-left: -1.5rem!important
}
.m-n5 {
	margin: -3rem!important
}
.mt-n5, .my-n5 {
	margin-top: -3rem!important
}
.mr-n5, .mx-n5 {
	margin-right: -3rem!important
}
.mb-n5, .my-n5 {
	margin-bottom: -3rem!important
}
.ml-n5, .mx-n5 {
	margin-left: -3rem!important
}
.m-auto {
	margin: auto!important
}
.mt-auto, .my-auto {
	margin-top: auto!important
}
.mr-auto, .mx-auto {
	margin-right: auto!important
}
.mb-auto, .my-auto {
	margin-bottom: auto!important
}
.ml-auto, .mx-auto {
	margin-left: auto!important
}
@media (min-width:576px) {
.m-sm-0 {
	margin: 0!important
}
.mt-sm-0, .my-sm-0 {
	margin-top: 0!important
}
.mr-sm-0, .mx-sm-0 {
	margin-right: 0!important
}
.mb-sm-0, .my-sm-0 {
	margin-bottom: 0!important
}
.ml-sm-0, .mx-sm-0 {
	margin-left: 0!important
}
.m-sm-1 {
margin:.25rem!important
}
.mt-sm-1, .my-sm-1 {
margin-top:.25rem!important
}
.mr-sm-1, .mx-sm-1 {
margin-right:.25rem!important
}
.mb-sm-1, .my-sm-1 {
margin-bottom:.25rem!important
}
.ml-sm-1, .mx-sm-1 {
margin-left:.25rem!important
}
.m-sm-2 {
margin:.5rem!important
}
.mt-sm-2, .my-sm-2 {
margin-top:.5rem!important
}
.mr-sm-2, .mx-sm-2 {
margin-right:.5rem!important
}
.mb-sm-2, .my-sm-2 {
margin-bottom:.5rem!important
}
.ml-sm-2, .mx-sm-2 {
margin-left:.5rem!important
}
.m-sm-3 {
	margin: 1rem!important
}
.mt-sm-3, .my-sm-3 {
	margin-top: 1rem!important
}
.mr-sm-3, .mx-sm-3 {
	margin-right: 1rem!important
}
.mb-sm-3, .my-sm-3 {
	margin-bottom: 1rem!important
}
.ml-sm-3, .mx-sm-3 {
	margin-left: 1rem!important
}
.m-sm-4 {
	margin: 1.5rem!important
}
.mt-sm-4, .my-sm-4 {
	margin-top: 1.5rem!important
}
.mr-sm-4, .mx-sm-4 {
	margin-right: 1.5rem!important
}
.mb-sm-4, .my-sm-4 {
	margin-bottom: 1.5rem!important
}
.ml-sm-4, .mx-sm-4 {
	margin-left: 1.5rem!important
}
.m-sm-5 {
	margin: 3rem!important
}
.mt-sm-5, .my-sm-5 {
	margin-top: 3rem!important
}
.mr-sm-5, .mx-sm-5 {
	margin-right: 3rem!important
}
.mb-sm-5, .my-sm-5 {
	margin-bottom: 3rem!important
}
.ml-sm-5, .mx-sm-5 {
	margin-left: 3rem!important
}
.p-sm-0 {
	padding: 0!important
}
.pt-sm-0, .py-sm-0 {
	padding-top: 0!important
}
.pr-sm-0, .px-sm-0 {
	padding-right: 0!important
}
.pb-sm-0, .py-sm-0 {
	padding-bottom: 0!important
}
.pl-sm-0, .px-sm-0 {
	padding-left: 0!important
}
.p-sm-1 {
padding:.25rem!important
}
.pt-sm-1, .py-sm-1 {
padding-top:.25rem!important
}
.pr-sm-1, .px-sm-1 {
padding-right:.25rem!important
}
.pb-sm-1, .py-sm-1 {
padding-bottom:.25rem!important
}
.pl-sm-1, .px-sm-1 {
padding-left:.25rem!important
}
.p-sm-2 {
padding:.5rem!important
}
.pt-sm-2, .py-sm-2 {
padding-top:.5rem!important
}
.pr-sm-2, .px-sm-2 {
padding-right:.5rem!important
}
.pb-sm-2, .py-sm-2 {
padding-bottom:.5rem!important
}
.pl-sm-2, .px-sm-2 {
padding-left:.5rem!important
}
.p-sm-3 {
	padding: 1rem!important
}
.pt-sm-3, .py-sm-3 {
	padding-top: 1rem!important
}
.pr-sm-3, .px-sm-3 {
	padding-right: 1rem!important
}
.pb-sm-3, .py-sm-3 {
	padding-bottom: 1rem!important
}
.pl-sm-3, .px-sm-3 {
	padding-left: 1rem!important
}
.p-sm-4 {
	padding: 1.5rem!important
}
.pt-sm-4, .py-sm-4 {
	padding-top: 1.5rem!important
}
.pr-sm-4, .px-sm-4 {
	padding-right: 1.5rem!important
}
.pb-sm-4, .py-sm-4 {
	padding-bottom: 1.5rem!important
}
.pl-sm-4, .px-sm-4 {
	padding-left: 1.5rem!important
}
.p-sm-5 {
	padding: 3rem!important
}
.pt-sm-5, .py-sm-5 {
	padding-top: 3rem!important
}
.pr-sm-5, .px-sm-5 {
	padding-right: 3rem!important
}
.pb-sm-5, .py-sm-5 {
	padding-bottom: 3rem!important
}
.pl-sm-5, .px-sm-5 {
	padding-left: 3rem!important
}
.m-sm-n1 {
margin:-.25rem!important
}
.mt-sm-n1, .my-sm-n1 {
margin-top:-.25rem!important
}
.mr-sm-n1, .mx-sm-n1 {
margin-right:-.25rem!important
}
.mb-sm-n1, .my-sm-n1 {
margin-bottom:-.25rem!important
}
.ml-sm-n1, .mx-sm-n1 {
margin-left:-.25rem!important
}
.m-sm-n2 {
margin:-.5rem!important
}
.mt-sm-n2, .my-sm-n2 {
margin-top:-.5rem!important
}
.mr-sm-n2, .mx-sm-n2 {
margin-right:-.5rem!important
}
.mb-sm-n2, .my-sm-n2 {
margin-bottom:-.5rem!important
}
.ml-sm-n2, .mx-sm-n2 {
margin-left:-.5rem!important
}
.m-sm-n3 {
	margin: -1rem!important
}
.mt-sm-n3, .my-sm-n3 {
	margin-top: -1rem!important
}
.mr-sm-n3, .mx-sm-n3 {
	margin-right: -1rem!important
}
.mb-sm-n3, .my-sm-n3 {
	margin-bottom: -1rem!important
}
.ml-sm-n3, .mx-sm-n3 {
	margin-left: -1rem!important
}
.m-sm-n4 {
	margin: -1.5rem!important
}
.mt-sm-n4, .my-sm-n4 {
	margin-top: -1.5rem!important
}
.mr-sm-n4, .mx-sm-n4 {
	margin-right: -1.5rem!important
}
.mb-sm-n4, .my-sm-n4 {
	margin-bottom: -1.5rem!important
}
.ml-sm-n4, .mx-sm-n4 {
	margin-left: -1.5rem!important
}
.m-sm-n5 {
	margin: -3rem!important
}
.mt-sm-n5, .my-sm-n5 {
	margin-top: -3rem!important
}
.mr-sm-n5, .mx-sm-n5 {
	margin-right: -3rem!important
}
.mb-sm-n5, .my-sm-n5 {
	margin-bottom: -3rem!important
}
.ml-sm-n5, .mx-sm-n5 {
	margin-left: -3rem!important
}
.m-sm-auto {
	margin: auto!important
}
.mt-sm-auto, .my-sm-auto {
	margin-top: auto!important
}
.mr-sm-auto, .mx-sm-auto {
	margin-right: auto!important
}
.mb-sm-auto, .my-sm-auto {
	margin-bottom: auto!important
}
.ml-sm-auto, .mx-sm-auto {
	margin-left: auto!important
}
}
@media (min-width:768px) {
.m-md-0 {
	margin: 0!important
}
.mt-md-0, .my-md-0 {
	margin-top: 0!important
}
.mr-md-0, .mx-md-0 {
	margin-right: 0!important
}
.mb-md-0, .my-md-0 {
	margin-bottom: 0!important
}
.ml-md-0, .mx-md-0 {
	margin-left: 0!important
}
.m-md-1 {
margin:.25rem!important
}
.mt-md-1, .my-md-1 {
margin-top:.25rem!important
}
.mr-md-1, .mx-md-1 {
margin-right:.25rem!important
}
.mb-md-1, .my-md-1 {
margin-bottom:.25rem!important
}
.ml-md-1, .mx-md-1 {
margin-left:.25rem!important
}
.m-md-2 {
margin:.5rem!important
}
.mt-md-2, .my-md-2 {
margin-top:.5rem!important
}
.mr-md-2, .mx-md-2 {
margin-right:.5rem!important
}
.mb-md-2, .my-md-2 {
margin-bottom:.5rem!important
}
.ml-md-2, .mx-md-2 {
margin-left:.5rem!important
}
.m-md-3 {
	margin: 1rem!important
}
.mt-md-3, .my-md-3 {
	margin-top: 1rem!important
}
.mr-md-3, .mx-md-3 {
	margin-right: 1rem!important
}
.mb-md-3, .my-md-3 {
	margin-bottom: 1rem!important
}
.ml-md-3, .mx-md-3 {
	margin-left: 1rem!important
}
.m-md-4 {
	margin: 1.5rem!important
}
.mt-md-4, .my-md-4 {
	margin-top: 1.5rem!important
}
.mr-md-4, .mx-md-4 {
	margin-right: 1.5rem!important
}
.mb-md-4, .my-md-4 {
	margin-bottom: 1.5rem!important
}
.ml-md-4, .mx-md-4 {
	margin-left: 1.5rem!important
}
.m-md-5 {
	margin: 3rem!important
}
.mt-md-5, .my-md-5 {
	margin-top: 3rem!important
}
.mr-md-5, .mx-md-5 {
	margin-right: 3rem!important
}
.mb-md-5, .my-md-5 {
	margin-bottom: 3rem!important
}
.ml-md-5, .mx-md-5 {
	margin-left: 3rem!important
}
.p-md-0 {
	padding: 0!important
}
.pt-md-0, .py-md-0 {
	padding-top: 0!important
}
.pr-md-0, .px-md-0 {
	padding-right: 0!important
}
.pb-md-0, .py-md-0 {
	padding-bottom: 0!important
}
.pl-md-0, .px-md-0 {
	padding-left: 0!important
}
.p-md-1 {
padding:.25rem!important
}
.pt-md-1, .py-md-1 {
padding-top:.25rem!important
}
.pr-md-1, .px-md-1 {
padding-right:.25rem!important
}
.pb-md-1, .py-md-1 {
padding-bottom:.25rem!important
}
.pl-md-1, .px-md-1 {
padding-left:.25rem!important
}
.p-md-2 {
padding:.5rem!important
}
.pt-md-2, .py-md-2 {
padding-top:.5rem!important
}
.pr-md-2, .px-md-2 {
padding-right:.5rem!important
}
.pb-md-2, .py-md-2 {
padding-bottom:.5rem!important
}
.pl-md-2, .px-md-2 {
padding-left:.5rem!important
}
.p-md-3 {
	padding: 1rem!important
}
.pt-md-3, .py-md-3 {
	padding-top: 1rem!important
}
.pr-md-3, .px-md-3 {
	padding-right: 1rem!important
}
.pb-md-3, .py-md-3 {
	padding-bottom: 1rem!important
}
.pl-md-3, .px-md-3 {
	padding-left: 1rem!important
}
.p-md-4 {
	padding: 1.5rem!important
}
.pt-md-4, .py-md-4 {
	padding-top: 1.5rem!important
}
.pr-md-4, .px-md-4 {
	padding-right: 1.5rem!important
}
.pb-md-4, .py-md-4 {
	padding-bottom: 1.5rem!important
}
.pl-md-4, .px-md-4 {
	padding-left: 1.5rem!important
}
.p-md-5 {
	padding: 3rem!important
}
.pt-md-5, .py-md-5 {
	padding-top: 3rem!important
}
.pr-md-5, .px-md-5 {
	padding-right: 3rem!important
}
.pb-md-5, .py-md-5 {
	padding-bottom: 3rem!important
}
.pl-md-5, .px-md-5 {
	padding-left: 3rem!important
}
.m-md-n1 {
margin:-.25rem!important
}
.mt-md-n1, .my-md-n1 {
margin-top:-.25rem!important
}
.mr-md-n1, .mx-md-n1 {
margin-right:-.25rem!important
}
.mb-md-n1, .my-md-n1 {
margin-bottom:-.25rem!important
}
.ml-md-n1, .mx-md-n1 {
margin-left:-.25rem!important
}
.m-md-n2 {
margin:-.5rem!important
}
.mt-md-n2, .my-md-n2 {
margin-top:-.5rem!important
}
.mr-md-n2, .mx-md-n2 {
margin-right:-.5rem!important
}
.mb-md-n2, .my-md-n2 {
margin-bottom:-.5rem!important
}
.ml-md-n2, .mx-md-n2 {
margin-left:-.5rem!important
}
.m-md-n3 {
	margin: -1rem!important
}
.mt-md-n3, .my-md-n3 {
	margin-top: -1rem!important
}
.mr-md-n3, .mx-md-n3 {
	margin-right: -1rem!important
}
.mb-md-n3, .my-md-n3 {
	margin-bottom: -1rem!important
}
.ml-md-n3, .mx-md-n3 {
	margin-left: -1rem!important
}
.m-md-n4 {
	margin: -1.5rem!important
}
.mt-md-n4, .my-md-n4 {
	margin-top: -1.5rem!important
}
.mr-md-n4, .mx-md-n4 {
	margin-right: -1.5rem!important
}
.mb-md-n4, .my-md-n4 {
	margin-bottom: -1.5rem!important
}
.ml-md-n4, .mx-md-n4 {
	margin-left: -1.5rem!important
}
.m-md-n5 {
	margin: -3rem!important
}
.mt-md-n5, .my-md-n5 {
	margin-top: -3rem!important
}
.mr-md-n5, .mx-md-n5 {
	margin-right: -3rem!important
}
.mb-md-n5, .my-md-n5 {
	margin-bottom: -3rem!important
}
.ml-md-n5, .mx-md-n5 {
	margin-left: -3rem!important
}
.m-md-auto {
	margin: auto!important
}
.mt-md-auto, .my-md-auto {
	margin-top: auto!important
}
.mr-md-auto, .mx-md-auto {
	margin-right: auto!important
}
.mb-md-auto, .my-md-auto {
	margin-bottom: auto!important
}
.ml-md-auto, .mx-md-auto {
	margin-left: auto!important
}
}
@media (min-width:992px) {
.m-lg-0 {
	margin: 0!important
}
.mt-lg-0, .my-lg-0 {
	margin-top: 0!important
}
.mr-lg-0, .mx-lg-0 {
	margin-right: 0!important
}
.mb-lg-0, .my-lg-0 {
	margin-bottom: 0!important
}
.ml-lg-0, .mx-lg-0 {
	margin-left: 0!important
}
.m-lg-1 {
margin:.25rem!important
}
.mt-lg-1, .my-lg-1 {
margin-top:.25rem!important
}
.mr-lg-1, .mx-lg-1 {
margin-right:.25rem!important
}
.mb-lg-1, .my-lg-1 {
margin-bottom:.25rem!important
}
.ml-lg-1, .mx-lg-1 {
margin-left:.25rem!important
}
.m-lg-2 {
margin:.5rem!important
}
.mt-lg-2, .my-lg-2 {
margin-top:.5rem!important
}
.mr-lg-2, .mx-lg-2 {
margin-right:.5rem!important
}
.mb-lg-2, .my-lg-2 {
margin-bottom:.5rem!important
}
.ml-lg-2, .mx-lg-2 {
margin-left:.5rem!important
}
.m-lg-3 {
	margin: 1rem!important
}
.mt-lg-3, .my-lg-3 {
	margin-top: 1rem!important
}
.mr-lg-3, .mx-lg-3 {
	margin-right: 1rem!important
}
.mb-lg-3, .my-lg-3 {
	margin-bottom: 1rem!important
}
.ml-lg-3, .mx-lg-3 {
	margin-left: 1rem!important
}
.m-lg-4 {
	margin: 1.5rem!important
}
.mt-lg-4, .my-lg-4 {
	margin-top: 1.5rem!important
}
.mr-lg-4, .mx-lg-4 {
	margin-right: 1.5rem!important
}
.mb-lg-4, .my-lg-4 {
	margin-bottom: 1.5rem!important
}
.ml-lg-4, .mx-lg-4 {
	margin-left: 1.5rem!important
}
.m-lg-5 {
	margin: 3rem!important
}
.mt-lg-5, .my-lg-5 {
	margin-top: 3rem!important
}
.mr-lg-5, .mx-lg-5 {
	margin-right: 3rem!important
}
.mb-lg-5, .my-lg-5 {
	margin-bottom: 3rem!important
}
.ml-lg-5, .mx-lg-5 {
	margin-left: 3rem!important
}
.p-lg-0 {
	padding: 0!important
}
.pt-lg-0, .py-lg-0 {
	padding-top: 0!important
}
.pr-lg-0, .px-lg-0 {
	padding-right: 0!important
}
.pb-lg-0, .py-lg-0 {
	padding-bottom: 0!important
}
.pl-lg-0, .px-lg-0 {
	padding-left: 0!important
}
.p-lg-1 {
padding:.25rem!important
}
.pt-lg-1, .py-lg-1 {
padding-top:.25rem!important
}
.pr-lg-1, .px-lg-1 {
padding-right:.25rem!important
}
.pb-lg-1, .py-lg-1 {
padding-bottom:.25rem!important
}
.pl-lg-1, .px-lg-1 {
padding-left:.25rem!important
}
.p-lg-2 {
padding:.5rem!important
}
.pt-lg-2, .py-lg-2 {
padding-top:.5rem!important
}
.pr-lg-2, .px-lg-2 {
padding-right:.5rem!important
}
.pb-lg-2, .py-lg-2 {
padding-bottom:.5rem!important
}
.pl-lg-2, .px-lg-2 {
padding-left:.5rem!important
}
.p-lg-3 {
	padding: 1rem!important
}
.pt-lg-3, .py-lg-3 {
	padding-top: 1rem!important
}
.pr-lg-3, .px-lg-3 {
	padding-right: 1rem!important
}
.pb-lg-3, .py-lg-3 {
	padding-bottom: 1rem!important
}
.pl-lg-3, .px-lg-3 {
	padding-left: 1rem!important
}
.p-lg-4 {
	padding: 1.5rem!important
}
.pt-lg-4, .py-lg-4 {
	padding-top: 1.5rem!important
}
.pr-lg-4, .px-lg-4 {
	padding-right: 1.5rem!important
}
.pb-lg-4, .py-lg-4 {
	padding-bottom: 1.5rem!important
}
.pl-lg-4, .px-lg-4 {
	padding-left: 1.5rem!important
}
.p-lg-5 {
	padding: 3rem!important
}
.pt-lg-5, .py-lg-5 {
	padding-top: 3rem!important
}
.pr-lg-5, .px-lg-5 {
	padding-right: 3rem!important
}
.pb-lg-5, .py-lg-5 {
	padding-bottom: 3rem!important
}
.pl-lg-5, .px-lg-5 {
	padding-left: 3rem!important
}
.m-lg-n1 {
margin:-.25rem!important
}
.mt-lg-n1, .my-lg-n1 {
margin-top:-.25rem!important
}
.mr-lg-n1, .mx-lg-n1 {
margin-right:-.25rem!important
}
.mb-lg-n1, .my-lg-n1 {
margin-bottom:-.25rem!important
}
.ml-lg-n1, .mx-lg-n1 {
margin-left:-.25rem!important
}
.m-lg-n2 {
margin:-.5rem!important
}
.mt-lg-n2, .my-lg-n2 {
margin-top:-.5rem!important
}
.mr-lg-n2, .mx-lg-n2 {
margin-right:-.5rem!important
}
.mb-lg-n2, .my-lg-n2 {
margin-bottom:-.5rem!important
}
.ml-lg-n2, .mx-lg-n2 {
margin-left:-.5rem!important
}
.m-lg-n3 {
	margin: -1rem!important
}
.mt-lg-n3, .my-lg-n3 {
	margin-top: -1rem!important
}
.mr-lg-n3, .mx-lg-n3 {
	margin-right: -1rem!important
}
.mb-lg-n3, .my-lg-n3 {
	margin-bottom: -1rem!important
}
.ml-lg-n3, .mx-lg-n3 {
	margin-left: -1rem!important
}
.m-lg-n4 {
	margin: -1.5rem!important
}
.mt-lg-n4, .my-lg-n4 {
	margin-top: -1.5rem!important
}
.mr-lg-n4, .mx-lg-n4 {
	margin-right: -1.5rem!important
}
.mb-lg-n4, .my-lg-n4 {
	margin-bottom: -1.5rem!important
}
.ml-lg-n4, .mx-lg-n4 {
	margin-left: -1.5rem!important
}
.m-lg-n5 {
	margin: -3rem!important
}
.mt-lg-n5, .my-lg-n5 {
	margin-top: -3rem!important
}
.mr-lg-n5, .mx-lg-n5 {
	margin-right: -3rem!important
}
.mb-lg-n5, .my-lg-n5 {
	margin-bottom: -3rem!important
}
.ml-lg-n5, .mx-lg-n5 {
	margin-left: -3rem!important
}
.m-lg-auto {
	margin: auto!important
}
.mt-lg-auto, .my-lg-auto {
	margin-top: auto!important
}
.mr-lg-auto, .mx-lg-auto {
	margin-right: auto!important
}
.mb-lg-auto, .my-lg-auto {
	margin-bottom: auto!important
}
.ml-lg-auto, .mx-lg-auto {
	margin-left: auto!important
}
}
@media (min-width:1200px) {
.m-xl-0 {
	margin: 0!important
}
.mt-xl-0, .my-xl-0 {
	margin-top: 0!important
}
.mr-xl-0, .mx-xl-0 {
	margin-right: 0!important
}
.mb-xl-0, .my-xl-0 {
	margin-bottom: 0!important
}
.ml-xl-0, .mx-xl-0 {
	margin-left: 0!important
}
.m-xl-1 {
margin:.25rem!important
}
.mt-xl-1, .my-xl-1 {
margin-top:.25rem!important
}
.mr-xl-1, .mx-xl-1 {
margin-right:.25rem!important
}
.mb-xl-1, .my-xl-1 {
margin-bottom:.25rem!important
}
.ml-xl-1, .mx-xl-1 {
margin-left:.25rem!important
}
.m-xl-2 {
margin:.5rem!important
}
.mt-xl-2, .my-xl-2 {
margin-top:.5rem!important
}
.mr-xl-2, .mx-xl-2 {
margin-right:.5rem!important
}
.mb-xl-2, .my-xl-2 {
margin-bottom:.5rem!important
}
.ml-xl-2, .mx-xl-2 {
margin-left:.5rem!important
}
.m-xl-3 {
	margin: 1rem!important
}
.mt-xl-3, .my-xl-3 {
	margin-top: 1rem!important
}
.mr-xl-3, .mx-xl-3 {
	margin-right: 1rem!important
}
.mb-xl-3, .my-xl-3 {
	margin-bottom: 1rem!important
}
.ml-xl-3, .mx-xl-3 {
	margin-left: 1rem!important
}
.m-xl-4 {
	margin: 1.5rem!important
}
.mt-xl-4, .my-xl-4 {
	margin-top: 1.5rem!important
}
.mr-xl-4, .mx-xl-4 {
	margin-right: 1.5rem!important
}
.mb-xl-4, .my-xl-4 {
	margin-bottom: 1.5rem!important
}
.ml-xl-4, .mx-xl-4 {
	margin-left: 1.5rem!important
}
.m-xl-5 {
	margin: 3rem!important
}
.mt-xl-5, .my-xl-5 {
	margin-top: 3rem!important
}
.mr-xl-5, .mx-xl-5 {
	margin-right: 3rem!important
}
.mb-xl-5, .my-xl-5 {
	margin-bottom: 3rem!important
}
.ml-xl-5, .mx-xl-5 {
	margin-left: 3rem!important
}
.p-xl-0 {
	padding: 0!important
}
.pt-xl-0, .py-xl-0 {
	padding-top: 0!important
}
.pr-xl-0, .px-xl-0 {
	padding-right: 0!important
}
.pb-xl-0, .py-xl-0 {
	padding-bottom: 0!important
}
.pl-xl-0, .px-xl-0 {
	padding-left: 0!important
}
.p-xl-1 {
padding:.25rem!important
}
.pt-xl-1, .py-xl-1 {
padding-top:.25rem!important
}
.pr-xl-1, .px-xl-1 {
padding-right:.25rem!important
}
.pb-xl-1, .py-xl-1 {
padding-bottom:.25rem!important
}
.pl-xl-1, .px-xl-1 {
padding-left:.25rem!important
}
.p-xl-2 {
padding:.5rem!important
}
.pt-xl-2, .py-xl-2 {
padding-top:.5rem!important
}
.pr-xl-2, .px-xl-2 {
padding-right:.5rem!important
}
.pb-xl-2, .py-xl-2 {
padding-bottom:.5rem!important
}
.pl-xl-2, .px-xl-2 {
padding-left:.5rem!important
}
.p-xl-3 {
	padding: 1rem!important
}
.pt-xl-3, .py-xl-3 {
	padding-top: 1rem!important
}
.pr-xl-3, .px-xl-3 {
	padding-right: 1rem!important
}
.pb-xl-3, .py-xl-3 {
	padding-bottom: 1rem!important
}
.pl-xl-3, .px-xl-3 {
	padding-left: 1rem!important
}
.p-xl-4 {
	padding: 1.5rem!important
}
.pt-xl-4, .py-xl-4 {
	padding-top: 1.5rem!important
}
.pr-xl-4, .px-xl-4 {
	padding-right: 1.5rem!important
}
.pb-xl-4, .py-xl-4 {
	padding-bottom: 1.5rem!important
}
.pl-xl-4, .px-xl-4 {
	padding-left: 1.5rem!important
}
.p-xl-5 {
	padding: 3rem!important
}
.pt-xl-5, .py-xl-5 {
	padding-top: 3rem!important
}
.pr-xl-5, .px-xl-5 {
	padding-right: 3rem!important
}
.pb-xl-5, .py-xl-5 {
	padding-bottom: 3rem!important
}
.pl-xl-5, .px-xl-5 {
	padding-left: 3rem!important
}
.m-xl-n1 {
margin:-.25rem!important
}
.mt-xl-n1, .my-xl-n1 {
margin-top:-.25rem!important
}
.mr-xl-n1, .mx-xl-n1 {
margin-right:-.25rem!important
}
.mb-xl-n1, .my-xl-n1 {
margin-bottom:-.25rem!important
}
.ml-xl-n1, .mx-xl-n1 {
margin-left:-.25rem!important
}
.m-xl-n2 {
margin:-.5rem!important
}
.mt-xl-n2, .my-xl-n2 {
margin-top:-.5rem!important
}
.mr-xl-n2, .mx-xl-n2 {
margin-right:-.5rem!important
}
.mb-xl-n2, .my-xl-n2 {
margin-bottom:-.5rem!important
}
.ml-xl-n2, .mx-xl-n2 {
margin-left:-.5rem!important
}
.m-xl-n3 {
	margin: -1rem!important
}
.mt-xl-n3, .my-xl-n3 {
	margin-top: -1rem!important
}
.mr-xl-n3, .mx-xl-n3 {
	margin-right: -1rem!important
}
.mb-xl-n3, .my-xl-n3 {
	margin-bottom: -1rem!important
}
.ml-xl-n3, .mx-xl-n3 {
	margin-left: -1rem!important
}
.m-xl-n4 {
	margin: -1.5rem!important
}
.mt-xl-n4, .my-xl-n4 {
	margin-top: -1.5rem!important
}
.mr-xl-n4, .mx-xl-n4 {
	margin-right: -1.5rem!important
}
.mb-xl-n4, .my-xl-n4 {
	margin-bottom: -1.5rem!important
}
.ml-xl-n4, .mx-xl-n4 {
	margin-left: -1.5rem!important
}
.m-xl-n5 {
	margin: -3rem!important
}
.mt-xl-n5, .my-xl-n5 {
	margin-top: -3rem!important
}
.mr-xl-n5, .mx-xl-n5 {
	margin-right: -3rem!important
}
.mb-xl-n5, .my-xl-n5 {
	margin-bottom: -3rem!important
}
.ml-xl-n5, .mx-xl-n5 {
	margin-left: -3rem!important
}
.m-xl-auto {
	margin: auto!important
}
.mt-xl-auto, .my-xl-auto {
	margin-top: auto!important
}
.mr-xl-auto, .mx-xl-auto {
	margin-right: auto!important
}
.mb-xl-auto, .my-xl-auto {
	margin-bottom: auto!important
}
.ml-xl-auto, .mx-xl-auto {
	margin-left: auto!important
}
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
	text-align: justify!important
}
.text-wrap {
	white-space: normal!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
@media (min-width:576px) {
.text-sm-left {
	text-align: left!important
}
.text-sm-right {
	text-align: right!important
}
.text-sm-center {
	text-align: center!important
}
}
@media (min-width:768px) {
.text-md-left {
	text-align: left!important
}
.text-md-right {
	text-align: right!important
}
.text-md-center {
	text-align: center!important
}
}
@media (min-width:992px) {
.text-lg-left {
	text-align: left!important
}
.text-lg-right {
	text-align: right!important
}
.text-lg-center {
	text-align: center!important
}
}
@media (min-width:1200px) {
.text-xl-left {
	text-align: left!important
}
.text-xl-right {
	text-align: right!important
}
.text-xl-center {
	text-align: center!important
}
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-lighter {
	font-weight: lighter!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-weight-bolder {
	font-weight: bold!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #007bff!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #0056b3!important
}
.text-secondary {
	color: #6c757d!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #494f54!important
}
.text-success {
	color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
	color: #19692c!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color: #0f6674!important
}
.text-warning {
	color: #ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #ba8b00!important
}
.text-danger {
	color: #dc3545!important
}
a.text-danger:focus, a.text-danger:hover {
	color: #a71d2a!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color: #cbd3da!important
}
.text-dark {
	color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #121416!important
}
.text-body {
	color: #212529!important
}
.text-muted {
	color: #6c757d!important
}
.text-black-50 {
	color: rgba(0,0,0,.5)!important
}
.text-white-50 {
	color: rgba(255,255,255,.5)!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.text-decoration-none {
	text-decoration: none!important
}
.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}
.text-reset {
	color: inherit!important
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}
@media print {
*, ::after, ::before {
	text-shadow: none!important;
	box-shadow: none!important
}
a:not(.btn) {
	text-decoration: underline
}
abbr[title]::after {
	content: " (" attr(title) ")"
}
pre {
	white-space: pre-wrap!important
}
blockquote, pre {
	border: 1px solid #adb5bd;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
@page {
size:a3
}
body {
	min-width: 992px!important
}
.container {
	min-width: 992px!important
}
.navbar {
	display: none
}
.badge {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table td, .table th {
	background-color: #fff!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6!important
}
.table-dark {
	color: inherit
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #dee2e6
}
.table .thead-dark th {
	color: inherit;
	border-color: #dee2e6
}
}
 
 /*jquery.fancybox.min.css*/
 @charset "UTF-8";
body.fancybox-active {
	overflow: hidden
}
body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}
.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}
.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}
.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}
.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}
.fancybox-is-closing .fancybox-stage {
	overflow: visible
}
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: visible
}
.fancybox-slide--image:before {
	display: none
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df
}
.fancybox-slide--next {
	z-index: 99995
}
.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}
.fancybox-slide>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
	display: none
}
.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}
.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}
.fancybox-error, .fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}
.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}
.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30,30,30,.6);
	transition: color .3s ease;
	cursor: pointer;
	outline: none
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:focus, .fancybox-button:hover {
	color: #fff
}
.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}
.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}
.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}
.fancybox-button--share svg path {
	stroke-width: 1
}
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
	display: none
}
.fancybox-button--zoom svg path {
	fill: transparent
}
.fancybox-navigation {
	display: none
}
.fancybox-show-nav .fancybox-navigation {
	display: block
}
.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px
}
.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30,30,30,.6)
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer
}
.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2
}
.fancybox-close-small:focus {
	outline: none
}
.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}
.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -40px
}
.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.1) 20%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.6) 80%, rgba(0,0,0,.8));
	pointer-events: none
}
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0,0%,100%,.4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all;
	position: relative
}
.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}
.fancybox-slide>.fancybox-loading {
	border: 6px solid hsla(0,0%,39%,.4);
	border-top: 6px solid hsla(0,0%,100%,.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}
@-webkit-keyframes a {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}
}
@keyframes a {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}
.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center
}
.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 35px;
	font-weight: 700
}
.fancybox-share p {
	margin: 0;
	padding: 0
}
p.fancybox-share__links {
	margin-right: -10px
}
.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	transition: all .2s
}
.fancybox-share__button:hover {
	text-decoration: none
}
.fancybox-share__button--fb {
	background: #3b5998
}
.fancybox-share__button--fb:hover {
	background: #344e86
}
.fancybox-share__button--pt {
	background: #bd081d
}
.fancybox-share__button--pt:hover {
	background: #aa0719
}
.fancybox-share__button--tw {
	background: #1da1f2
}
.fancybox-share__button--tw:hover {
	background: #0d95e8
}
.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle
}
.fancybox-share__button svg path {
	fill: #fff
}
.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7
}
.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}
.fancybox-thumbs-x>ul {
	overflow: hidden
}
.fancybox-thumbs-y>ul::-webkit-scrollbar {
width:7px
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
background:#fff;
border-radius:10px;
box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
background:#2a2a2a;
border-radius:10px
}
.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}
li.fancybox-thumbs-loading {
	background: rgba(0,0,0,.1)
}
.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}
@media (max-width:800px) {
.fancybox-thumbs {
	width: 110px
}
.fancybox-show-thumbs .fancybox-inner {
	right: 110px
}
.fancybox-thumbs>ul>li {
	max-width: calc(100% - 10px)
}
}
 
 /*animate.css*/
 @charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
.animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounce {
0%, 100%, 20%, 53%, 80% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .050, .855, .060);
animation-timing-function:cubic-bezier(.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .050, .855, .060);
animation-timing-function:cubic-bezier(.755, .050, .855, .060);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@keyframes bounce {
0%, 100%, 20%, 53%, 80% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .050, .855, .060);
animation-timing-function:cubic-bezier(.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .050, .855, .060);
animation-timing-function:cubic-bezier(.755, .050, .855, .060);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes flash {
0%, 100%, 50% {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
0%, 100%, 50% {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes rubberBand {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes tada {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes wobble {
0% {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
100% {
-webkit-transform:none;
transform:none
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes jello {
11.1% {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.390625deg) skewY(.390625deg);
transform:skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes jello {
11.1% {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.390625deg) skewY(.390625deg);
transform:skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
100% {
-webkit-transform:none;
transform:none
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
0%, 100%, 60%, 75%, 90% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInLeft {
0%, 100%, 60%, 75%, 90% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
0%, 100%, 60%, 75%, 90% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInRight {
0%, 100%, 60%, 75%, 90% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
0%, 100%, 60%, 75%, 90% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes bounceInUp {
0%, 100%, 60%, 75%, 90% {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
100% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
100% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
}
@keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
}
@keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
}
@keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity:0
}
}
@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity:0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0
}
}
@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0
}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
100% {
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
100% {
-webkit-transform:none;
transform:none;
opacity:1
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity:1
}
100% {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
@keyframes lightSpeedOut {
0% {
opacity:1
}
100% {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, 200deg);
transform:rotate3d(0, 0, 1, 200deg);
opacity:0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, 200deg);
transform:rotate3d(0, 0, 1, 200deg);
opacity:0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 90deg);
transform:rotate3d(0, 0, 1, 90deg);
opacity:0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 90deg);
transform:rotate3d(0, 0, 1, 90deg);
opacity:0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
100% {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
100% {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
@keyframes rollOut {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomInStable {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
33.333% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
66.666666% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes zoomInStable {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
33.333% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
66.666666% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.zoomInStable {
	-webkit-animation-name: zoomInStable;
	animation-name: zoomInStable
}
@-webkit-keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
100% {
opacity:0
}
}
@keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
100% {
opacity:0
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin:left center;
transform-origin:left center
}
}
@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin:left center;
transform-origin:left center
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin:right center;
transform-origin:right center
}
}
@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin:right center;
transform-origin:right center
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInRight {
0% {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
visibility:hidden;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
visibility:hidden;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
visibility:hidden;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
visibility:hidden;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
visibility:hidden;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
visibility:hidden;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
visibility:hidden;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
visibility:hidden;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
@keyframes anime {
from {
opacity:0;
transform:scaleY(0);
-webkit-transform:scaleY(0);
-moz-transform:scaleY(0);
-ms-transform:scaleY(0);
-o-transform:scaleY(0)
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1)
}
}
@-webkit-keyframes anime {
from {
opacity:0;
transform:scaleY(0);
-webkit-transform:scaleY(0);
-moz-transform:scaleY(0);
-ms-transform:scaleY(0);
-o-transform:scaleY(0)
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1)
}
}
@-moz-keyframes anime {
from {
opacity:0;
transform:scaleY(0);
-webkit-transform:scaleY(0);
-moz-transform:scaleY(0);
-ms-transform:scaleY(0);
-o-transform:scaleY(0)
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1)
}
}
@-o-keyframes anime {
from {
opacity:0;
transform:scaleY(0);
-webkit-transform:scaleY(0);
-moz-transform:scaleY(0);
-ms-transform:scaleY(0);
-o-transform:scaleY(0)
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1)
}
}
@-ms-keyframes anime {
from {
opacity:0;
transform:scaleY(0);
-webkit-transform:scaleY(0);
-moz-transform:scaleY(0);
-ms-transform:scaleY(0);
-o-transform:scaleY(0)
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1)
}
}
@keyframes float-bob-y {
0% {
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
50% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
}
@keyframes float-bob-x {
0% {
-webkit-transform:translateX(-100px);
transform:translateX(-100px)
}
50% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(-100px);
transform:translateX(-100px)
}
}
@keyframes float-bob {
0% {
-webkit-transform:translateX(-430px);
transform:translateX(-430px)
}
50% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(-430px);
transform:translateX(-430px)
}
}
@-webkit-keyframes zoom-fade {
0% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
}
@keyframes zoom-fade {
0% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
}
@-webkit-keyframes zoom-fade-two {
0% {
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
}
@keyframes zoom-fade-two {
0% {
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
}
.banner .parallax-container div img, .fullwidth-video-section .play-link .icon-box {
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}
@keyframes rotateme {
from {
transform:rotate(0)
}
to {
	transform: rotate(360deg)
}
}
@-webkit-keyframes rotateme {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes rotateme {
from {
-moz-transform:rotate(0)
}
to {
	-moz-transform: rotate(360deg)
}
}
@-o-keyframes rotateme {
from {
-o-transform:rotate(0)
}
to {
	-o-transform: rotate(360deg)
}
}
.main-banner .icon-one, .page-banner .icon-one {
	animation-name: rotateme;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 7s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 7s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 7s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}
.how-it-works:before, .main-banner .icon-six, .main-banner .icon-two, .page-banner .icon-six, .page-banner .icon-two, .rotate-me {
	animation-name: rotateme;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 24s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 24s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 24s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 24s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}
@-webkit-keyframes footer-animate {
0% {
-webkit-transform:translateX(-1000px);
transform:translateX(-1000px)
}
50% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(-1000px);
transform:translateX(-1000px)
}
}
@keyframes footer-animate {
0% {
-webkit-transform:translateX(-1000px);
transform:translateX(-1000px)
}
50% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(-1000px);
transform:translateX(-1000px)
}
}
service_hexagon {
	transform: rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
100% {
-moz-transform:rotate(360deg);
transform:rotate(360deg)
}
100% {
-o-transform:rotate(360deg);
transform:rotate(360deg)
}
100% {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg)
}
100% {
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg)
}
100% {
-moz-transform:rotateY(360deg);
transform:rotateY(360deg)
}
100% {
-o-transform:rotateY(360deg);
transform:rotateY(360deg)
}
100% {
-webkit-transform:rotateY(360deg);
-moz-transform:rotateY(360deg);
-o-transform:rotateY(360deg);
transform:rotateY(360deg)
}
/*theme-color.css*/
.preloader-close {
	background: #063c83
}
.main-header .header-top .top-left ul li a:hover {
	color: #063c83
}
.main-header .header-top .top-left ul li i {
	color: #063c83
}
.main-header .header-top .top-right .social-links li a:hover {
	color: #063c83
}
.theme-btn-one i {
	color: #063c83
}
.theme-btn-one:hover {
	color: #063c83
}
.main-header.style-one .header-upper .menu-right-content .support-box {
	background: #063c83
}
.main-menu .navigation>li>ul>li>a:hover {
	color: #063c83
}
.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: #063c83
}
.main-menu .navigation>li>.megamenu li>a:hover {
	color: #063c83
}
.banner-section .owl-nav .owl-next:hover {
border-color:#063c83 background: #063c83
}
.banner-section .owl-nav .owl-prev:hover {
border-color:#063c83 background: #063c83
}
#image_block_1 .image-box .box .inner h1 {
	color: #063c83
}
.sec-title:before {
	background: #063c83
}
.sec-title .dotted-box .dotted {
	background: #063c83
}
.theme-btn-two {
	background: #063c83
}
h3 a:hover {
	color: #063c83
}
.cta-section .inner-box .text:before {
	background: #063c83
}
.cta-section .inner-box .text:after {
	background: #063c83
}
.cta-section .inner-box .text .dotted-box .dotted {
	background: #063c83
}
.cta-section.bg-color-4 .inner-box .text:before {
	background: #fff
}
.cta-section.bg-color-4 .inner-box .text:after {
	background: #fff
}
.cta-section.bg-color-4 .inner-box .text .dotted-box .dotted {
	background: #fff
}
.service-block-one .inner-box:hover .icon-box {
	color: #063c83
}
.service-block-one .inner-box .link a {
	color: #063c83
}
.service-block-one .inner-box:before {
	background: #063c83
}
.apply-section .inner-box {
	background: #063c83
}
.apply-section .inner-box .content-box .theme-btn-one:hover i {
	color: #063c83
}
.search-popup .search-form fieldset input[type=submit] {
	background: #063c83
}
.search-popup .recent-searches li a:hover {
color:#063c83 border-color: #063c83
}
.training-block-one .inner-box .overlay-box:before {
	background: #063c83
}
.training-section .owl-nav .owl-next:hover, .training-section .owl-nav .owl-prev:hover {
background:#063c83 border-color: #063c83
}
.immigration-section .more-text h3 a span {
color:#063c83 border-bottom: 1px solid #063c83
}
#content_block_2 .content-box .inner-box .single-item:hover .icon-box {
	background: #063c83
}
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover, .testimonial-section .owl-theme .owl-dots .owl-dot.active span {
	background: #063c83
}
.inquiry-section .inner-box .inquiry-form .form-group input:focus, .inquiry-section .inner-box .inquiry-form .form-group textarea:focus {
	border-color: #063c83!important
}
.inquiry-section .content-box .info-box li h3 a:hover {
	color: #063c83
}
.news-block-one .inner-box .lower-content .post-date {
	background: #063c83
}
.news-block-one .inner-box .lower-content .post-info li a:hover {
	color: #063c83
}
.news-block-one .inner-box .lower-content .post-info:before {
	background: #063c83
}
.news-block-one .inner-box .lower-content .link a:hover {
	color: #063c83
}
.main-footer .footer-top .logo-widget .social-links li a:hover {
	color: #063c83
}
.main-footer .footer-top .newsletter-widget .newsletter-form .form-group input:focus {
	border-color: #063c83!important
}
.main-footer .footer-top .newsletter-widget .newsletter-form .form-group button {
	background: #063c83
}
.main-footer .footer-bottom .copyright p a:hover {
	color: #063c83
}
.scroll-top {
	background: #063c83
}
.main-footer .footer-bottom .footer-nav li a:hover {
	color: #063c83
}
.main-header.style-two .header-top .top-right .search-box-outer .search-toggler:hover {
	color: #063c83
}
.feature-block-two .inner-box:before {
	background: #063c83
}
.service-block-two .inner-box .lower-content .link a i {
	color: #063c83
}
.service-block-two .inner-box .lower-content .link:before {
	background: #063c83
}
.service-style-two .more-text span {
color:#063c83 border-bottom: 1px solid #063c83
}
.apply-style-two .single-item .inner-box .icon-box {
	color: #063c83
}
.apply-style-two .single-item .inner-box:hover .icon-box {
background:#063c83 border-color: #063c83
}
.offer-section .owl-nav .owl-next:hover, .offer-section .owl-nav .owl-prev:hover {
background:#063c83 border-color: #063c83
}
.team-block-one .inner-box .image-box .social-links li a:hover {
	color: #063c83
}
.team-block-one .inner-box .lower-content h4 a:hover {
	color: #063c83
}
.funfact-style-two .inner-container {
	background: #063c83
}
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover, .testimonial-style-two .owl-theme .owl-dots .owl-dot.active span {
	background: #063c83
}
.page-title .content-box .title-box:before {
	background: #063c83
}
.page-title .content-box .title-box .dotted-box .dotted {
	background: #063c83
}
.page-title .content-box .bread-crumb li a:hover {
	color: #063c83
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active i, .sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover i {
	color: #063c83
}
.sidebar-page-container .sidebar .widget-title:before {
	background: #063c83
}
.sidebar-page-container .sidebar .widget-title .dotted-box .dotted {
	background: #063c83
}
.sidebar-page-container .sidebar .sidebar-download {
	background: #063c83
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a:hover:after {
	color: #063c83
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input:focus, .sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea:focus {
	border-color: #063c83!important
}
.group-title:before {
	background: #063c83
}
.group-title .dotted-box .dotted {
	background: #063c83
}
.mobile-menu .contact-info ul li a:hover {
	color: #063c83
}
.mobile-menu .social-links li a:hover {
	color: #063c83
}
.error-section .content-box h1 {
	color: #063c83
}
.sidebar-page-container .service-details-content .content-style-two .inner-box .single-item .icon-box {
	color: #063c83
}
.service-details-content .two-column .content-box .list li:before {
	color: #063c83
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 a:hover {
	color: #063c83
}
.sidebar-page-container .sidebar .sidebar-search .form-group button:hover, .sidebar-page-container .sidebar .sidebar-search .form-group input:focus+button {
	color: #063c83
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post h5 a:hover {
	color: #063c83
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote {
	border-left: 3px solid #063c83
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote i {
	color: #063c83
}
.blog-details-content .two-column .text ul li:before {
	color: #063c83
}
.blog-details-content .post-share-option ul li a:hover {
	color: #063c83!important
}
.blog-details-content .comments-area .comment-box .comment .comment-inner a {
	color: #063c83
}
.contact-page-section .info-inner .single-item .inner-box p a:hover {
	color: #063c83
}
.contact-page-section .info-inner .single-item .inner-box:hover .icon-box {
	color: #063c83
}
.contact-page-section .contact-form-inner .default-form .form-group input:focus, .contact-page-section .contact-form-inner .default-form .form-group textarea:focus {
	border-color: #063c83!important
}
/*switcher-style.css*/
.switcher .switch_btn button {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #222;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: all .5s ease
}
.switcher .switch_btn {
	position: absolute;
	right: -40px;
	top: 0;
	z-index: -1
}
.switcher {
	position: fixed;
	top: 445px;
	left: 0;
	z-index: 99
}
.switcher .switch_menu {
	position: absolute;
	width: 170px;
	height: 30px;
	background: 0 0;
	display: none;
	top: 5px;
	left: 50px
}
.switcher #styleOptions li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0
}
.switcher #styleOptions li a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #fff
}
.switcher #styleOptions li a.red-color {
	background: #ec4e4f
}
.switcher #styleOptions li a.pink-color {
	background: #ff6ec7
}
.switcher #styleOptions li a.violet-color {
	background: #6936d8
}
.switcher #styleOptions li a.crimson-color {
	background: #e62a4e
}
.switcher #styleOptions li a.orange-color {
	background: orange
}
.body_switcher .body_switch_btn button {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	background: 0 0;
	cursor: pointer;
	transition: all .5s ease
}
.body_switcher .body_switch_btn {
	position: absolute;
	right: -50px;
	z-index: -1
}
.body_switcher {
	position: fixed;
	top: 480px;
	z-index: 99;
	left: -205px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.body_switcher .boxed_switch_menu {
	width: 200px;
	background: #fff;
	position: relative;
	padding: 15px 15px 30px 15px;
	text-align: center;
	box-shadow: 0 0 20px 1px rgba(0,0,0,.1)
}
.body_switcher .boxed_switch_menu h5 {
	position: relative;
	display: block;
	font-weight: 600;
	margin-bottom: 0
}
.body_switcher.switcher-show {
	left: 0
}
.body_switcher .boxed_switch_menu .switch_body .box {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-top: 12px
}
.body_switcher .boxed_switch_menu .switch_body .box>div {
	width: 80px;
	height: 50px;
	background: #fff;
	border: 2px solid #999
}
.body_switcher .boxed_switch_menu .switch_body .box>div>span {
	display: block;
	width: 60px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5
}
.body_switcher .boxed_switch_menu .switch_body .box p {
	position: relative;
	display: block;
	font-size: 16px;
	color: #999;
	font-weight: 500;
	margin-bottom: 0
}
.main_page.active_boxlayout {
	max-width: 1550px;
	width: 100%;
	min-width: 300px;
	margin: 0 auto;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center;
	overflow-x: hidden
}
/*style.css*/
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0
}
body {
	font-size: 15px;
	color: #222;
	line-height: 28px;
	font-weight: 300;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased
}
@media (min-width:1200px) {
.container {
	max-width: 1170px;
	padding: 0 15px
}
}
.container-fluid {
	padding: 0
}
.auto-container {
	position: static;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto
}
.small-container {
	max-width: 680px;
	margin: 0 auto
}
.boxed_wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	min-width: 300px
}
button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #555
}
li, ul {
	list-style: none;
	padding: 0;
	margin: 0
}
input {
	transition: all .5s ease
}
button:focus, input:focus, textarea:focus {
	outline: 0;
	box-shadow: none;
	transition: all .5s ease
}
p {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #222;
	margin: 0;
	transition: all .5s ease
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: Roboto, sans-serif!important;
	font-weight: 400;
	color: #222;
	margin: 0;
	transition: all .5s ease
}
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../assets/images/icons/preloader.png)
}
.preloader-close {
	position: fixed;
	z-index: 999999;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	right: 0;
	bottom: 0;
	font-weight: 600
}
.loader-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999
}
.loader-wrap .layer-one {
	position: absolute;
	left: 0;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden
}
.loader-wrap .layer-two {
	position: absolute;
	left: 33.3333%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden
}
.loader-wrap .layer-three {
	position: absolute;
	left: 66.6666%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden
}
.loader-wrap .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222
}
.centred {
	text-align: center
}
.pull-left {
	float: left
}
.pull-right {
	float: right
}
figure {
	margin: 0
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all
}
.theme-btn-one {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 11.5px 28px;
	z-index: 1
}
.theme-btn-one i {
	position: relative;
	font-size: 16px
}
.theme-btn-one:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
.theme-btn-one:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.theme-btn-one:hover:after {
	opacity: 1
}
.theme-btn-two {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	color: #fff!important;
	text-align: center;
	border-radius: 5px;
	padding: 14.5px 36px;
	z-index: 1
}
.theme-btn-two i {
	position: relative;
	margin-left: 10px;
	font-size: 16px
}
.theme-btn-two:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
.theme-btn-two:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c03437;
	border-radius: 2px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.theme-btn-two:hover:after {
	opacity: 1
}
.pagination {
	position: relative;
	display: block
}
.pagination li {
	display: inline-block;
	margin: 0 3px
}
.pagination li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px solid #e4e4e4;
	text-align: center;
	color: #555;
	background: 0 0;
	z-index: 1;
	transition: all .5s ease
}
.pagination li a.active, .pagination li a:hover {
	color: #fff;
	background: #2d5883;
	border-color: #2d5883
}
.sec-pad {
	padding: 120px 0!important
}
.sec-pad-2 {
	padding: 30px 0 0!important
}
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 15px;
	font-size: 24px;
	z-index: 99;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	transition: 1s ease
}
.scroll-top:hover {
	background: #0c2136!important
}
.scroll-top.open {
	bottom: 50px
}
.sec-title {
	position: relative;
	display: block;
	margin-bottom: 27px;
	padding-bottom: 24px
}
.sec-title.centred {
	text-align: center;
	padding-bottom: 34px
}
.sec-title:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0
}
.sec-title.centred:before {
	left: 50%;
	transform: translateX(-50%);
	margin-left: -8px
}
.sec-title .dotted-box .dotted {
	position: absolute;
	left: 43px;
	width: 3px;
	height: 3px;
	bottom: 0
}
.sec-title .dotted-box .dotted:nth-child(2) {
	left: 49px
}
.sec-title .dotted-box .dotted:last-child {
	left: 55px
}
.sec-title.centred .dotted-box .dotted {
	left: 50%;
	margin-left: 15px
}
.sec-title.centred .dotted-box .dotted:nth-child(2) {
	left: 50%;
	margin-left: 21px
}
.sec-title.centred .dotted-box .dotted:last-child {
	left: 50%;
	margin-left: 27px
}
.sec-title p {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #777;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px
}
.sec-title h2 {
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 57px;
	font-weight: 700
}
.sec-title.light h2, .sec-title.light p {
	color: #fff
}
.main-header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	left: 0;
	top: 0;
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
	width: 100%;
	z-index: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-op-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
.main-header .header-top {
	position: relative;
	display: block;
	background: #c03437;
	padding: 15.5px 100px
}
.main-header .header-top .top-left ul li {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 40px
}
.main-header .header-top .top-left ul li:last-child {
	margin-right: 0
}
.main-header .header-top .top-left ul li a {
	color: #fff
}
.main-header .header-top .top-left ul li i {
	margin-right: 10px;
	font-size: 18px
}
.main-header .header-top .top-left ul li:before {
	position: absolute;
	content: '';
	background: rgba(255,255,255,.2);
	width: 1px;
	height: 20px;
	top: 6px;
	right: -20px
}
.main-header .header-top .top-left ul li:last-child:before {
	display: none
}
.main-header .header-top .top-right .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 25px
}
.main-header .header-top .top-right .social-links li:last-child {
	margin-right: 0
}
.main-header .header-top .top-right .social-links li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fff
}
.main-header .header-upper {
	position: relative;
	display: block;
	width: 100%
}
.main-header.style-one .header-upper .outer-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	padding-left: 100px;
	border-bottom: 1px solid rgba(255,255,255,.2)
}
.main-header.style-one .header-upper .logo-box {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 75px
}
.main-header.style-one .header-upper .upper-left {
	position: relative;
	padding: 25px 0
}
.main-header.style-one .header-upper .upper-left .btn-box {
	position: relative;
	display: inline-block;
	float: left;
	padding: 1px 0
}
.main-header.style-one .header-upper .menu-right-content .support-box {
	position: relative;
	display: inline-block;
	float: left;
	padding: 21px 55px 25px 105px
}
.main-header.style-one .header-upper .menu-right-content .support-box i {
	position: absolute;
	left: 35px;
	top: 25px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: rgba(255,255,255,.2);
	border-radius: 50%
}
.main-header.style-one .header-upper .menu-right-content .support-box p {
	color: #fff;
	font-weight: 400;
	margin-bottom: 0
}
.main-header.style-one .header-upper .menu-right-content .support-box h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0
}
.main-header.style-one .header-upper .menu-right-content .support-box h3 a {
	display: inline-block;
	color: #fff
}
.main-header.style-one .header-upper .menu-right-content .support-box h3 a:hover {
	text-decoration: underline
}
.main-header.style-one .header-upper .menu-right-content {
	margin-left: 45px
}
.main-header.style-one .header-upper .upper-left .btn-box a i {
	margin-left: 10px
}
.main-menu {
	float: left
}
.main-menu .navbar-collapse {
	padding: 0;
	display: block!important
}
.main-menu .navigation {
	margin: 0
}
.main-menu .navigation>li {
	position: inherit;
	float: left;
	z-index: 2;
	padding: 38px 0 36px 0;
	margin: 0 18px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.main-menu .navigation>li:last-child {
	margin-right: -20px!important
}
.main-menu .navigation>li:first-child {
	margin-left: 0!important
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	opacity: 1;
	font-family: Roboto, sans-serif;
	color: #fff;
	z-index: 1;
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.main-menu .navigation>li.dropdown>a:after {
	position: absolute;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 15px;
	color: #9393a1;
	top: 0;
	right: 0;
	display: none;
	transition: all .5s ease
}
.main-menu .navigation>li>.megamenu, .main-menu .navigation>li>ul {
	position: absolute;
	left: inherit;
	top: 100%;
	width: 250px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background-color: #fff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0
}
.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 30px
}
.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none
}
.main-menu .navigation>li>.megamenu li>a, .main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 7px 0;
	line-height: 24px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #222;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.main-menu .navigation>li>.megamenu li:last-child>a, .main-menu .navigation>li>ul>li:last-child>a {
	border-bottom: none
}
.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 14px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	z-index: 5
}
.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	right: 100%;
	top: -2px;
	width: 230px;
	z-index: 100;
	display: none;
	padding: 10px 0;
	background-color: #fff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05), -2px 0 5px 1px rgba(0,0,0,.05)
}
.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0
}
.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 30px
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none
}
.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 14px 0;
	line-height: 24px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
	text-transform: capitalize;
	color: #222;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border-bottom: none
}
.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5
}
.main-menu .navigation>li.dropdown:hover>.megamenu, .main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: -32px;
	top: 66px;
	width: 34px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #3b3b3b;
	cursor: pointer;
	display: none;
	z-index: 5;
	transition: all .5s ease
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
	display: none
}
.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none
}
.menu-area .mobile-nav-toggler .icon-bar {
	position: relative;
	height: 2px;
	width: 30px;
	display: block;
	margin-bottom: 5px;
	background-color: #3b3b3b;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.menu-area .mobile-nav-toggler .icon-bar:last-child {
	margin-bottom: 0
}
.main-menu .navigation>li.dropdown>.megamenu {
	position: absolute;
	width: 100%;
	padding: 30px 50px;
	left: 0
}
.main-menu .navigation li.dropdown .megamenu li h4 {
	font-weight: 500;
	padding: 3px 0
}
.main-menu .navigation li.dropdown .megamenu li h4::after {
	content: "";
	height: 2px;
	width: 20px;
	background-color: #333;
	display: block
}
.menu-divider {
	border-bottom: 3px dashed #eee;
	width: 100%;
	margin: 10px 0
}
.view {
	display: none
}
@media (max-width:760px) {
.view {
	display: block
}
.bg-white {
	background-color: #202020!important
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,.1)
}
.mobile-menu .navigation li ul li>a {
	font-size: 16px;
	margin-left: 0;
	text-transform: capitalize
}
#v-pills-tabContent h4 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 10px
}
.tab-content.menu .title a {
	color: #fff!important
}
}
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999
}
.mobile-menu .navbar-collapse {
	display: block!important
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left
}
.mobile-menu-visible {
	overflow: hidden
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible
}
.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: .7;
	visibility: visible;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%)
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.mobile-menu .close-btn {
	position: absolute;
	right: 25px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,.1)
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255,255,255,.1)
}
.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.mobile-menu .navigation li ul li>a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize
}
.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 5px solid #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.mobile-menu .navigation li.current>a:before {
	height: 100%
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: rgba(255,255,255,.1);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 5
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	background: #fff;
	color: #3b3b3b;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul, .mobile-menu .navigation>li.dropdown>.megamenu {
	display: none
}
.mobile-menu .social-links {
	position: relative;
	padding: 30px 25px
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
div#mCSB_1_container {
	top: 0!important
}
.mobile-menu .contact-info {
	position: relative;
	padding: 80px 30px 20px 30px
}
.mobile-menu .contact-info h4 {
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px
}
.mobile-menu .contact-info ul li {
	position: relative;
	display: block;
	font-size: 15px;
	color: rgba(255,255,255,.8);
	margin-bottom: 3px
}
.mobile-menu .contact-info ul li a {
	color: rgba(255,255,255,.8)
}
.mobile-menu .contact-info ul li:last-child {
	margin-bottom: 0
}
.main-header.style-one .search-box-outer {
	position: relative;
	float: left;
	padding: 32.5px 24px;
	border-left: 1px solid rgba(255,255,255,.2)
}
.main-header.style-one .search-box-outer .search-toggler {
	position: relative;
	font-size: 22px;
	color: #fff;
	padding: 5px 10px;
	font-weight: 400;
	background: 0 0;
	cursor: pointer;
	display: inline-block;
	transition: all .5s ease
}
.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0,0,0,.9);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all .7s ease;
	-moz-transition: all .7s ease;
	-webkit-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease
}
.search-popup.popup-visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}
.search-popup .overlay-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}
.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	transition: all .5s ease
}
.search-popup .search-form {
	position: relative;
	padding: 0 15px 0;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease
}
.search-popup .search-form fieldset {
	position: relative;
	border-radius: 12px
}
.search-popup .search-form fieldset input[type=search] {
	position: relative;
	height: 70px;
	padding: 20px 250px 20px 30px;
	background: #fff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border-radius: 7px
}
.search-popup .search-form fieldset input[type=submit] {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #fff!important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0 7px 7px 0
}
.search-popup .search-form fieldset input[type=submit]:hover {
	transform: translateY(0)
}
.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center
}
.search-popup .recent-searches {
	font-size: 16px;
	color: #fff;
	text-align: center
}
.search-popup .recent-searches li {
	display: inline-block;
	margin: 0 10px 10px 0
}
.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #fff;
	padding: 7px 15px;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.sticky-header .main-menu .navigation>li {
	padding: 0!important;
	margin: 0!important
}
.sticky-header .btn-box .theme-btn-two {
	padding: 12px 20px;
	margin-top: 10px;
	margin-left: 20px
}
.sticky-header .main-menu .navigation>li>a {
	padding: 20px 10px
}
.sticky-header .logo-box .logo {
	position: relative;
	padding: 8px 0!important
}
.banner-section {
	position: relative
}
.banner-carousel {
	position: relative
}
.banner-carousel .slide-item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover
}
.banner-section.style-one .banner-carousel .slide-item {
	padding: 243px 0 160px 0;
	min-height: 750px
}
.banner-carousel .slide-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,.85), rgba(0,0,0,.2) 100%);
	top: 0;
	right: 0;
	z-index: 1
}
.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6s linear;
	-moz-transition: all 6s linear;
	-ms-transition: all 6s linear;
	-o-transition: all 6s linear;
	transition: all 6s linear
}
.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}
.banner-carousel .content-box {
	position: relative;
	display: block;
	z-index: 5;
	width: 100%
}
.banner-carousel .content-box .top-text {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	margin-bottom: 15px;
	letter-spacing: 2px;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease
}
.banner-carousel .active .content-box .top-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	-ms-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}
.banner-carousel .content-box h1 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 60px;
	line-height: 66px;
	font-weight: 700
}
.banner-carousel .content-box .title-text {
	position: relative;
	display: block;
	padding-bottom: 26px;
	margin-bottom: 27px;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.banner-carousel .content-box .title-text:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0
}
.banner-carousel .content-box .title-text .dotted-box .dotted {
	position: absolute;
	left: 43px;
	width: 3px;
	height: 3px;
	background: #fff;
	bottom: 0
}
.banner-carousel .content-box .title-text .dotted-box .dotted:nth-child(2) {
	left: 49px
}
.banner-carousel .content-box .title-text .dotted-box .dotted:last-child {
	left: 55px
}
.banner-carousel .active .content-box .title-text {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}
.banner-carousel .content-box p {
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 31px;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 1.3s ease;
	-moz-transition: all 1.3s ease;
	-ms-transition: all 1.3s ease;
	-o-transition: all 1.3s ease;
	transition: all 1.3s ease
}
.banner-carousel .active .content-box p {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: 1.3s;
	-ms-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s
}
.banner-section .banner-carousel .content-box a.theme-btn-one {
	border: 2px solid #fff;
	padding: 12.5px 28px
}
.banner-section .banner-carousel .content-box a.theme-btn-one i {
	margin-right: 10px
}
.banner-carousel .content-box .btn-box {
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1.6s ease;
	-moz-transition: all 1.6s ease;
	-ms-transition: all 1.6s ease;
	-o-transition: all 1.6s ease;
	transition: all 1.6s ease
}
.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	-ms-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s
}
.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
	display: none!important
}
.float-bob-y {
	animation-name: float-bob-y;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-y;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-y;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-y;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}
.float-bob-x {
	animation-name: float-bob-x;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-x;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-x;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-x;
	-ms-animation-duration: 15s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-x;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}
.rotate-me {
	animation-name: rotateme;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 30s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 30s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 30s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}
.banner-section .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%)
}
.banner-section .owl-nav .owl-prev {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 30px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 58px;
	border: 2px solid #fff;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	border-radius: 50%;
	opacity: .2;
	cursor: pointer
}
.banner-section .owl-nav .owl-next {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 30px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 58px;
	border: 2px solid #fff;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	border-radius: 50%;
	opacity: .2;
	cursor: pointer
}
.banner-section .banner-carousel:hover .owl-nav .owl-next, .banner-section .banner-carousel:hover .owl-nav .owl-prev {
	opacity: 1
}
.about-section {
	position: relative;
	padding: 50px 0 350px 0;
	margin-bottom: -246px
}
#image_block_1 .image-box {
	position: relative;
	margin-right: 70px
}
#image_block_1 .image-box .image {
	position: relative;
	display: block;
	overflow: hidden
}
#image_block_1 .image-box .image:before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(22,46,64,0) 0, rgba(22,46,64,.3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(22,46,64,0)), to(rgba(255,255,255,.3)));
	background: linear-gradient(to right, rgba(22,46,64,0) 0, rgba(22,46,64,.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg)
}
#image_block_1 .image-box:hover .image:before {
	-webkit-animation: shine 1s;
	animation: shine 1s
}
#image_block_1 .image-box .image img {
	width: 100%
}
@-webkit-keyframes shine {
100% {
left:125%
}
}
@keyframes shine {
100% {
left:125%
}
}
#image_block_1 .image-box .box {
	position: absolute;
	bottom: -70px;
	width: calc(100% - 160px);
	left: 80px;
	background: #fff;
	padding: 10px;
	z-index: 1
}
#image_block_1 .image-box .box .inner {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border: 8px solid #2d5883;
	padding: 38px 40px
}
#image_block_1 .image-box .box .inner span {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 24px
}
#image_block_1 .image-box .box .inner h1 {
	position: relative;
	display: block;
	font-size: 80px;
	line-height: 70px;
	font-weight: 700;
	margin-bottom: 0
}
#image_block_1 .image-box .box .inner p {
	font-size: 15px;
	font-weight: 400;
	color: #222
}
#image_block_1 .image-box .box .inner .icon-box .icon {
	position: absolute;
	width: 171px;
	height: 171px;
	background: #edf6ff;
	border-radius: 50%
}
#image_block_1 .image-box .box .inner .icon-box .icon-1 {
	left: -20px;
	bottom: -20px
}
#image_block_1 .image-box .box .inner .icon-box .icon-2 {
	right: -90px;
	top: -135px
}
#content_block_1 .content-box .bold-text p {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	margin-bottom: 15px
}
#content_block_1 .content-box .text {
	margin-bottom: 31px
}
#content_block_1 .content-box {
	position: relative
}
.about-section #content_block_1 .content-box {
	margin-left: -30px
}
.about-section .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat
}
.feature-block-one {
	position: relative;
	z-index: 1
}
.feature-block-one .inner-box {
	position: relative;
	display: block;
	background: #fff;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0,0,0,.2)
}
.feature-block-one .inner-box .text {
	position: relative;
	padding: 31px 15px
}
.feature-block-one .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden
}
.feature-block-one .inner-box .image-box img {
	width: 100%;
	transition: all .5s ease
}
.feature-block-one .inner-box:hover .image-box img {
	transform: scale(1.03)
}
.feature-block-one .inner-box .image-box::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(22,46,64,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.feature-block-one .inner-box:hover .image-box::before {
	-webkit-animation: circle .75s;
	animation: circle .75s
}
@-webkit-keyframes circle {
0% {
opacity:1
}
40% {
opacity:1
}
100% {
width:200%;
height:200%;
opacity:0
}
}
@keyframes circle {
0% {
opacity:1
}
40% {
opacity:1
}
100% {
width:200%;
height:200%;
opacity:0
}
}
h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	transition: all .5s ease
}
h3 a {
	display: inline-block;
	color: #222
}
.bg-color-1 {
	background: #2d5883
}
.bg-color-12 {
	background: #c03437
}
.cta-section {
	position: relative;
	padding: 185px 0 100px 0;
	margin-top: -94px
}
.cta-section .inner-box h2 {
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 55px;
	color: #fff;
	margin-bottom: 10px
}
.cta-section .inner-box .text {
	position: relative;
	display: inline-block;
	padding: 0 85px
}
.cta-section .inner-box .text:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 22px;
	bottom: 12px
}
.cta-section .inner-box .text:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	right: 22px;
	bottom: 12px
}
.cta-section .inner-box .text .dotted-box .dotted {
	position: absolute;
	width: 3px;
	height: 3px
}
.cta-section .inner-box .text .dotted-box .dotted:first-child {
	left: 16px;
	bottom: 12px
}
.cta-section .inner-box .text .dotted-box .dotted:nth-child(2) {
	left: 10px;
	bottom: 12px
}
.cta-section .inner-box .text .dotted-box .dotted:nth-child(3) {
	left: 4px;
	bottom: 12px
}
.cta-section .inner-box .text .dotted-box .dotted:nth-child(4) {
	right: 16px;
	bottom: 12px
}
.cta-section .inner-box .text .dotted-box .dotted:nth-child(5) {
	right: 10px;
	bottom: 12px
}
.cta-section .inner-box .text .dotted-box .dotted:last-child {
	right: 4px;
	bottom: 12px
}
.cta-section .inner-box p {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff
}
.service-section {
	position: relative;
	padding: 105px 0 100px 0
}
.service-section:before {
	position: absolute;
	content: '';
	background: #eff2f5;
	width: 100%;
	height: 660px;
	left: 0;
	top: 510px;
	right: 0
}
.service-section .top-inner {
	position: relative;
	margin-bottom: 13px
}
.service-section .top-inner .text {
	position: relative;
	display: block;
	margin-top: 42px;
	padding-left: 40px
}
.service-section .top-inner .text p {
	font-size: 19px;
	line-height: 30px
}
.service-block-one .inner-box {
	position: relative;
	display: block;
	background: #fff;
	text-align: center;
	padding: 48px 15px 42px 15px;
	margin-bottom: 60px;
	margin-top: 30px;
	border-bottom: 1px solid #2d5883;
	transition: all .5s ease
}
.service-block-one .inner-box:hover {
	padding-bottom: 72px;
	margin-bottom: -30px;
	box-shadow: 0 10px 20px rgba(0,0,0,.2)
}
.service-block-one .inner-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	left: 0;
	bottom: -1px;
	right: 0;
	transform: scale(0, 0);
	transition: all .5s ease
}
.service-block-one .inner-box:hover:before {
	transform: scale(1, 1)
}
.service-block-one .inner-box .icon-box {
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 90px;
	color: #2d5883;
	margin-bottom: 25px;
	transition: all .5s ease
}
.service-block-one .inner-box span {
	position: relative;
	display: block;
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
	margin-bottom: 0
}
.service-block-one .inner-box h3 {
	margin-bottom: 14px
}
.service-block-one .inner-box .link {
	position: absolute;
	display: block;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	left: 0;
	bottom: 26px;
	text-align: center;
	transform: scale(1);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: all;
	transition-property: all
}
.service-block-one .inner-box:hover .link {
	visibility: visible;
	opacity: 1
}
.service-block-one .inner-box .link a {
	position: relative;
	display: inline-block;
	font-size: 16px
}
.service-section .owl-dots {
	position: relative;
	display: block;
	text-align: center
}
.service-section .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 8px;
	background: #ccc;
	border-radius: 5px;
	margin: 0 6px;
	cursor: pointer;
	transition: all .5s ease
}
.service-section .owl-theme .owl-dots .owl-dot span:hover, .service-section .owl-theme .owl-dots .owl-dot.active span {
	width: 18px;
	background: #063c83
}
.apply-section {
	position: relative
}
.apply-section .inner-box {
	position: relative;
	padding-left: 380px;
	z-index: 1
}
.apply-section .inner-box .image-box {
	position: absolute;
	display: block;
	overflow: hidden;
	left: 0;
	top: 0
}
.apply-section .inner-box .image-box img {
	width: 100%
}
.apply-section .inner-box .image-box:before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(22,46,64,0) 0, rgba(22,46,64,.3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(22,46,64,0)), to(rgba(255,255,255,.3)));
	background: linear-gradient(to right, rgba(22,46,64,0) 0, rgba(22,46,64,.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg)
}
.apply-section .inner-box:hover .image-box:before {
	-webkit-animation: shine 1s;
	animation: shine 1s
}
.apply-section .inner-box .content-box {
	position: relative;
	overflow: hidden;
	padding: 53px 50px 60px 70px
}
.apply-section .inner-box .content-box h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 6px
}
.apply-section .inner-box .content-box h2 {
	display: block;
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 33px
}
.apply-section .inner-box .content-box .theme-btn-one {
	border: 2px solid #fff;
	padding: 12.5px 30px
}
.apply-section .inner-box .content-box .theme-btn-one i {
	color: #fff;
	margin-right: 10px;
	transition: all .5s ease
}
.apply-section .inner-box .content-box .icon-box .icon {
	position: absolute;
	width: 255px;
	height: 255px;
	border-radius: 50%;
	background: rgba(255,255,255,.1)
}
.apply-section .inner-box .content-box .icon-box .icon-1 {
	left: -70px;
	bottom: -75px
}
.apply-section .inner-box .content-box .icon-box .icon-2 {
	top: -70px;
	right: -190px
}
.funfact-section {
	position: relative
}
.counter-block-one .inner-box {
	position: relative;
	display: block;
	border-right: 1px solid #e0e6ed;
	padding: 90px 70px 95px 70px
}
.counter-block:first-child .counter-block-one .inner-box {
	border-left: 1px solid #e0e6ed
}
.counter-block-one .inner-box .count-outer {
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 70px;
	font-family: 'Open Sans', sans-serif;
	color: #2d5883;
	font-weight: 300;
	margin-bottom: 13px
}
.counter-block-one .inner-box h3 {
	font-weight: 400;
	line-height: 29px
}
.bg-color-2 {
	background: #0c2136
}
.bg-color-3 {
	background: #063c83
}
.training-section {
	position: relative;
	padding: 105px 0 110px 0
}
.training-section .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
.training-section .top-inner {
	position: relative;
	margin-bottom: 43px
}
.training-section .top-inner .text {
	position: relative;
	display: block;
	margin-top: 42px;
	padding-left: 40px
}
.training-section .top-inner .text p {
	font-size: 19px;
	line-height: 30px;
	color: #fff
}
.training-block-one .inner-box {
	position: relative;
	display: block;
	overflow: hidden
}
.training-block-one .inner-box .content-box {
	position: relative;
	display: block
}
.training-block-one .inner-box .content-box .image-box {
	position: relative;
	display: block
}
.training-block-one .inner-box .content-box .image-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	box-shadow: inset 0 -130px 40px -70px rgba(0,0,0,.9);
	z-index: 1;
	transition: all .5s ease
}
.training-block-one .inner-box .content-box .image-box img {
	width: 100%
}
.training-block-one .inner-box .content-box .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 15px 15px 22px 15px;
	z-index: 1;
	opacity: 1;
	transition: all .5s ease
}
.training-block-one .inner-box:hover .content-box .text {
	opacity: 0
}
.training-block-one .inner-box .content-box .text h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #fff
}
.training-block-one .inner-box .overlay-box {
	position: absolute;
	left: 0;
	top: 30px;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
	padding: 40px 15px;
	opacity: 0;
	transition: all .5s ease
}
.training-block-one .inner-box:hover .overlay-box {
	opacity: 1;
	top: 0
}
.training-block-one .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	opacity: .9
}
.training-block-one .inner-box .overlay-box .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 15px 15px;
	transform: translate(-50%, -50%)
}
.training-block-one .inner-box .overlay-box h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px
}
.training-block-one .inner-box .overlay-box p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 12px;
	color: #fff
}
.training-block-one .inner-box .overlay-box a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase
}
.training-block-one .inner-box .overlay-box a span {
	display: inline-block;
	border-bottom: 1px solid #fff
}
.training-block-one .inner-box .overlay-box a i {
	margin-left: 10px
}
.training-section .owl-nav {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 70px
}
.training-section .owl-nav .owl-next, .training-section .owl-nav .owl-prev {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	width: 48px;
	height: 48px;
	line-height: 46px;
	border: 2px solid #717c87;
	background: 0 0;
	border-radius: 50%;
	text-align: center;
	margin: 0 6px;
	cursor: pointer;
	transition: all .5s ease
}
.immigration-section {
	position: relative;
	padding: 105px 0 165px 0
}
.immigration-section .sec-title {
	margin-bottom: 40px
}
.immigration-block-one .inner-box {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px
}
.immigration-block-one .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden
}
.immigration-block-one .inner-box .image-box:before {
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	opacity: .5;
	z-index: 1
}
.immigration-block-one .inner-box .image-box img {
	width: 100%;
	transition: all .5s ease
}
.immigration-block-one .inner-box:hover .image-box img {
	transform: scale(1.05)
}
.immigration-block-one .inner-box .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 30px 15px;
	z-index: 1
}
.immigration-block-one .inner-box .text h3 a {
	color: #fff
}
.immigration-block-one .inner-box .text h3 a:hover {
	text-decoration: underline
}
.immigration-section .more-text {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 34px
}
.immigration-section .more-text h3 {
	font-weight: 400
}
.immigration-section .more-text h3 a span {
	display: inline-block;
	line-height: 24px;
	transition: all .5s ease
}
.immigration-section .more-text h3 a i {
	position: relative;
	font-size: 14px;
	color: #2d5883;
	margin-left: 10px;
	font-weight: 600;
	top: -2px
}
.immigration-section .more-text h3 a:hover span {
	color: #2d5883!important;
	border-color: #2d5883!important
}
.bg-color-3 {
	background: #eff2f5
}
.choose-section {
	position: relative;
	padding: 105px 0
}
.choose-section .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat
}
.choose-section .image-layer {
	position: absolute;
	top: -60px;
	right: 0
}
#content_block_2 .content-box {
	position: relative;
	display: block;
	max-width: 590px;
	width: 100%
}
#content_block_2 .content-box .text {
	position: relative;
	margin-bottom: 37px
}
#content_block_2 .content-box .inner-box .single-item {
	position: relative;
	padding-left: 110px;
	margin-bottom: 37px
}
#content_block_2 .content-box .inner-box .single-item:last-child {
	margin-bottom: 0
}
#content_block_2 .content-box .inner-box .single-item .icon-box {
	position: absolute;
	left: 0;
	top: 4px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 45px;
	color: #000;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	transition: all .5s ease
}
#content_block_2 .content-box .inner-box .single-item:hover .icon-box {
	color: #fff
}
#content_block_2 .content-box .inner-box .single-item h3 {
	margin-bottom: 10px
}
.testimonial-section {
	position: relative;
	padding: 105px 0
}
.testimonial-block-one {
	position: relative;
	display: block;
	border: 1px solid #e4e4e4;
	padding: 46px 30px 49px 50px;
	transition: all .5s ease
}
.testimonial-block-one:hover {
	border-color: #2d5883
}
.testimonial-block-one .inner-box {
	position: relative;
	padding-left: 170px
}
.testimonial-block-one .inner-box .author-inner {
	position: absolute;
	left: 0;
	top: 11px;
	text-align: center
}
.testimonial-block-one .inner-box .author-inner .image-box {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 7px
}
.testimonial-block-one .inner-box .author-inner .image-box img {
	width: 100%;
	border-radius: 50%
}
.testimonial-block-one .inner-box .author-inner h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0
}
.testimonial-block-one .inner-box .author-inner .designation {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	margin: 0
}
.testimonial-block-one .inner-box .content-inner .rating-box {
	position: relative;
	display: block;
	margin-bottom: 2px
}
.testimonial-block-one .inner-box .content-inner .rating-box h6 {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	color: #2d5883;
	margin-right: 12px
}
.testimonial-block-one .inner-box .content-inner .rating-box .rating {
	position: relative;
	display: inline-block
}
.testimonial-block-one .inner-box .content-inner .rating-box .rating li {
	position: relative;
	display: inline-block;
	font-size: 10px;
	line-height: 26px;
	color: #ffce4a
}
.testimonial-section .owl-dots {
	display: block;
	text-align: center;
	margin-top: 58px
}
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover, .testimonial-section .owl-theme .owl-dots .owl-dot.active span {
	width: 18px
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 8px;
	background: #ccc;
	border-radius: 5px;
	margin: 0 6px;
	cursor: pointer;
	transition: all .5s ease
}
.testimonial-section .sec-title {
	margin-bottom: 70px
}
.inquiry-section {
	position: relative;
	padding: 105px 0 110px 0
}
.inquiry-section .pattern-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat
}
.inquiry-section .inner-box h4 {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px
}
.inquiry-section .inner-box h2 {
	position: relative;
	font-size: 36px;
	line-height: 48px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 33px
}
.inquiry-section .inner-box .inquiry-form .form-group {
	position: relative;
	margin-bottom: 15px
}
.inquiry-section .inner-box .inquiry-form .form-group:last-child {
	margin-bottom: 0
}
.inquiry-section .inner-box .inquiry-form .form-group input[type=email], .inquiry-section .inner-box .inquiry-form .form-group input[type=text], .inquiry-section .inner-box .inquiry-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	background: #476c92;
	border: 1px solid #476c92;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	padding: 10px 20px;
	transition: all .5s ease
}
.inquiry-section .inner-box .inquiry-form .form-group input::-webkit-input-placeholder {
color:#fff
}
.inquiry-section .inner-box .inquiry-form .form-group textarea::-webkit-input-placeholder {
color:#fff
}
.inquiry-section .inner-box .inquiry-form .form-group textarea {
	height: 132px;
	resize: none;
	margin-bottom: 25px
}
.inquiry-section .inner-box .inquiry-form .form-group .theme-btn-two {
	padding: 14.5px 33px
}
.inquiry-section .inner-box .inquiry-form .form-group .theme-btn-two i {
	margin-left: 0;
	margin-right: 10px
}
.inquiry-section .content-box h3 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px
}
.inquiry-section .content-box .rating {
	position: relative;
	display: block;
	margin-bottom: 19px
}
.inquiry-section .content-box .rating li {
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 35px;
	color: #ffce4a;
	margin-right: 2px
}
.inquiry-section .content-box h2 {
	position: relative;
	font-size: 60px;
	line-height: 68px;
	color: #fff;
	margin-bottom: 10px
}
.inquiry-section .content-box span {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 51px
}
.inquiry-section .content-box .info-box li {
	position: relative;
	padding-left: 70px;
	padding-bottom: 35px;
	margin-bottom: 29px;
	border-bottom: 1px solid rgba(255,255,255,.2)
}
.inquiry-section .content-box .info-box li:last-child {
	border-bottom: none;
	margin-bottom: 0
}
.inquiry-section .content-box .info-box li i {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 45px;
	line-height: 45px;
	color: #fff
}
.inquiry-section .content-box .info-box li p {
	color: #fff;
	font-weight: 400;
	margin-bottom: 0
}
.inquiry-section .content-box .info-box li h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	margin: 0
}
.inquiry-section .content-box .info-box li h3 a {
	display: inline-block;
	color: #fff
}
.inquiry-section .content-box {
	position: relative;
	display: block;
	max-width: 360px;
	width: 100%;
	margin-left: 80px
}
.news-section {
	position: relative;
	padding: 105px 0 110px 0
}
.news-section .top-inner {
	position: relative;
	margin-bottom: 10px
}
.news-section .top-inner .text {
	position: relative;
	display: block;
	margin-top: 42px;
	padding-left: 40px
}
.news-section .top-inner .text p {
	font-size: 19px;
	line-height: 30px
}
.news-block-one .inner-box {
	position: relative;
	display: block;
	background: #eff2f5;
	transition: all .5s ease
}
.news-block-one .inner-box:hover {
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.1)
}
.news-block-one .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	background: #000
}
.news-block-one .inner-box .image-box::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.news-block-one .inner-box:hover .image-box::before {
	-webkit-animation: circle .95s;
	animation: circle .95s
}
.news-block-one .inner-box .image-box img {
	width: 100%;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: all;
	transition-property: all
}
.news-block-one .inner-box:hover .image-box img {
	transform: scale(1.05);
	opacity: .2
}
.news-block-one .inner-box .lower-content {
	position: relative;
	padding: 39px 30px 36px 35px
}
.news-block-one .inner-box .lower-content .post-date {
	position: absolute;
	right: 30px;
	top: -58px;
	width: 78px;
	height: 78px;
	border-radius: 2px;
	text-align: center;
	padding: 12px 10px;
	z-index: 2
}
.news-block-one .inner-box .lower-content .post-date h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
	margin: 0
}
.news-block-one .inner-box .lower-content .post-date span {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	margin: 0
}
.news-block-one .inner-box .lower-content h3 {
	margin-bottom: 12px
}
.news-block-one .inner-box .lower-content .post-info {
	position: relative;
	display: block;
	padding-bottom: 14px;
	margin-bottom: 28px
}
.news-block-one .inner-box .lower-content .post-info:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0
}
.news-block-one .inner-box .lower-content .post-info li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	color: #555;
	margin-right: 20px
}
.news-block-one .inner-box .lower-content .post-info li:before {
	position: absolute;
	content: '';
	background: #8a8b8c;
	width: 1px;
	height: 17px;
	top: 6px;
	right: -13px
}
.news-block-one .inner-box .lower-content .post-info li:last-child:before {
	display: none
}
.news-block-one .inner-box .lower-content .post-info li:last-child {
	margin-right: 0
}
.news-block-one .inner-box .lower-content .post-info li a {
	display: inline-block;
	color: #555
}
.news-block-one .inner-box .lower-content .link a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	color: #555
}
.news-block-one .inner-box .lower-content .link a i {
	position: relative;
	font-size: 16px;
	margin-left: 10px;
	color: #2d5883
}
.clients-section {
	position: relative;
	padding-bottom: 110px
}
.clients-section .logo-image img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.clients-section .logo-image:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0)
}
.main-footer {
	position: relative
}
.main-footer .footer-top {
	position: relative;
	display: block;
	padding: 105px 0 85px 0;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.main-footer .footer-top .logo-widget {
	position: relative;
	margin-right: -35px;
	margin-top: 5px
}
.main-footer .footer-top .logo-widget .footer-logo {
	position: relative;
	margin-bottom: 28px
}
.main-footer .footer-top p {
	color: #7b8a9a;
	line-height: 26px;
	margin-bottom: 26px
}
.main-footer .footer-top .logo-widget .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 15px
}
.main-footer .footer-top .logo-widget .social-links li:last-child {
	margin-right: 0
}
.main-footer .footer-top .logo-widget .social-links li a {
	display: inline-block;
	font-size: 15px;
	color: #7b8a9a
}
.main-footer .footer-top .widget-title {
	position: relative;
	display: block;
	margin-bottom: 22px
}
.main-footer .footer-top .widget-title h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0
}
.main-footer .footer-top .footer-column:nth-child(2) .links-widget {
	margin-left: 60px
}
.main-footer .footer-top .footer-column:nth-child(3) .links-widget {
	margin-left: 0
}
.main-footer .footer-top .links-widget .widget-content .list li {
	position: relative;
	display: block;
	margin-bottom: 8px
}
.main-footer .footer-top .links-widget .widget-content .list li:last-child {
	margin-bottom: 0
}
.main-footer .footer-top .links-widget .widget-content .list li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #7b8a9a;
	padding-left: 25px
}
.main-footer .footer-top .links-widget .widget-content .list li a:before {
	position: absolute;
	content: "\f106";
	font-family: Flaticon;
	font-size: 15px;
	font-weight: 600;
	left: 0;
	top: 1px;
	color: #7b8a9a;
	transition: all .5s ease
}
.main-footer .footer-top .links-widget .widget-content .list li a:hover {
	color: #fff
}
.main-footer .footer-top .links-widget .widget-content .list li a:hover:before {
	color: #fff
}
.main-footer .footer-top .newsletter-widget .newsletter-form .form-group {
	position: relative;
	margin: 0
}
.main-footer .footer-top .newsletter-widget .newsletter-form .form-group input[type=email] {
	position: relative;
	width: 100%;
	height: 56px;
	background: #2a3c4e;
	border: 1px solid #2a3c4e;
	font-size: 15px;
	font-weight: 300;
	color: #abb0b5;
	border-radius: 2px;
	padding: 10px 70px 10px 20px;
	transition: all .5s ease
}
.main-footer .footer-top .newsletter-widget .newsletter-form .form-group input::-webkit-input-placeholder {
color:#abb0b5
}
.main-footer .footer-top .newsletter-widget .newsletter-form .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	border-radius: 0 2px 2px 0;
	text-align: center
}
.main-footer .footer-top .newsletter-widget p {
	margin-bottom: 22px
}
.main-footer .footer-top .newsletter-widget {
	margin-left: -10px
}
.main-footer .footer-bottom {
	position: relative;
	padding: 40px 0
}
.main-footer .footer-bottom .copyright p {
	color: #7b8a9a;
	line-height: 26px
}
.main-footer .footer-bottom .copyright p a {
	display: inline-block;
	color: #7b8a9a;
	text-transform: uppercase
}
.main-footer .footer-bottom .footer-nav li {
	position: relative;
	display: inline-block;
	margin-right: 20px
}
.main-footer .footer-bottom .footer-nav li:before {
	position: absolute;
	content: '';
	background: #4c5b6c;
	width: 2px;
	height: 16px;
	top: 8px;
	right: -12px
}
.main-footer .footer-bottom .footer-nav li:last-child:before {
	display: none
}
.main-footer .footer-bottom .footer-nav li:last-child {
	margin-right: 0
}
.main-footer .footer-bottom .footer-nav li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	color: #7b8a9a
}
.main-header.style-two {
	position: relative
}
.main-header.style-two .outer-box {
	position: relative
}
.main-header.style-two .header-top {
	padding: 15.5px 0
}
.main-header.style-two .header-top .top-right .search-box-outer {
	position: relative;
	display: inline-block;
	margin-right: 28px;
	padding-right: 26px
}
.main-header.style-two .header-top .top-right .search-box-outer:before {
	position: absolute;
	content: '';
	background: rgba(255,255,255,.2);
	width: 1px;
	height: 20px;
	top: 10px;
	right: 0
}
.main-header.style-two .header-top .top-right .social-links {
	position: relative;
	display: inline-block
}
.main-header.style-two .header-top .top-right .search-box-outer .search-toggler {
	position: relative;
	font-size: 15px;
	color: #fff;
	padding: 5px 10px;
	font-weight: 600;
	background: 0 0;
	cursor: pointer;
	display: inline-block;
	transition: all .5s ease
}
.main-header.style-two .main-menu .navigation>li>a {
	color: #222;
	font-weight: 500
}
.main-header.style-two .main-menu .navigation>li {
	padding: 43px 0 41px 0;
	margin: 0 8px
}
.main-header.style-two .logo-box .logo {
	position: relative;
	padding: 18px 0
}
.main-header.style-two .menu-right-content {
	margin: 31px 0 0 45px
}
.main-header.style-two .menu-right-content .theme-btn-two {
	padding: 12.5px 30px
}
.banner-section.style-two .banner-carousel .slide-item {
	padding: 180px 0 220px 0;
	max-height: 700px
}
.banner-section.style-two .banner-carousel .content-box h1 {
	line-height: 72px
}
.banner-section.style-two .banner-carousel .content-box .title-text {
	padding-bottom: 23px
}
.banner-section.style-two .banner-carousel .content-box.centred .title-text {
	margin-bottom: 35px
}
.banner-section.style-two .banner-carousel .content-box.centred .title-text:before {
	left: 50%;
	transform: translateX(-50%);
	margin-left: -8px
}
.banner-section.style-two .banner-carousel .content-box.centred .title-text .dotted-box .dotted {
	left: 50%;
	margin-left: 15px
}
.banner-section.style-two .banner-carousel .content-box.centred .title-text .dotted-box .dotted:nth-child(2) {
	left: 50%;
	margin-left: 21px
}
.banner-section.style-two .banner-carousel .content-box.centred .title-text .dotted-box .dotted:last-child {
	left: 50%;
	margin-left: 27px
}
.banner-section.style-two .banner-carousel .slide-item:before {
	background: rgba(0,0,0,.65)
}
.feature-style-two {
	position: relative;
	padding-bottom: 20px
}
.feature-style-two .inner-container {
	position: relative;
	margin-top: -35px;
	z-index: 1
}
.feature-block-two {
	margin-bottom: 50px
}
.feature-block-two .inner-box {
	position: relative;
	display: block;
	background: #eff2f5;
	padding: 46px 45px 0 45px;
	transition: all .5s ease
}
.feature-block-two .inner-box:hover {
	padding-bottom: 40px;
	margin-bottom: -50px
}
.feature-block-two .inner-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease
}
.feature-block-two .inner-box:hover:before {
	height: 100%;
	top: 0
}
.feature-block-two .inner-box:after {
	position: absolute;
	content: '';
	background: #e5e5e5;
	width: 100%;
	height: 8px;
	left: 0;
	bottom: 0
}
.feature-block-two .inner-box .title-inner {
	position: relative;
	display: block;
	padding-left: 75px;
	padding-bottom: 26px;
	margin-bottom: 27px;
	min-height: 85px;
	border-bottom: 1px solid #b4c3d3;
	transition: all .5s ease
}
.feature-block-two .inner-box:hover .title-inner {
	border-bottom: 1px solid rgba(255,255,255,.3)
}
.feature-block-two .inner-box .title-inner .icon-box {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 60px;
	line-height: 60px;
	color: #2d5883;
	transition: all .5s ease
}
.feature-block-two .inner-box .title-inner h3 {
	line-height: 29px
}
.feature-block-two .inner-box:hover .text p, .feature-block-two .inner-box:hover .title-inner .icon-box, .feature-block-two .inner-box:hover .title-inner h3 {
	color: #fff
}
.feature-block-two .inner-box .link {
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: all;
	transition-property: all
}
.feature-block-two .inner-box:hover .link {
	opacity: 1
}
.feature-block-two .inner-box .link a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase
}
.feature-block-two .inner-box .link a i {
	margin-left: 10px;
	font-weight: 600
}
.feature-block-two .inner-box .link a span {
	display: inline-block;
	border-bottom: 1px solid #fff
}
.feature-block-two .inner-box .text p {
	margin-bottom: 11px
}
.feature-block-two .inner-box:hover .text p {
	margin-bottom: 21px
}
.about-style-two {
	position: relative;
	padding: 105px 0 110px 0
}
.about-style-two #image_block_2 .image-box {
	margin-top: 9px
}
#image_block_2 .image-box {
	position: relative;
	display: block;
	padding-left: 45px
}
#image_block_2 .image-box img {
	width: 100%
}
#image_block_2 .image-box .image-2 {
	position: absolute;
	left: 0;
	top: -55px
}
#image_block_2 .image-box .image-3 {
	position: absolute;
	right: -95px;
	bottom: -105px;
	z-index: -1
}
#image_block_2 .image-box:before {
	position: absolute;
	content: '';
	background: #f4f6f8;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	left: 80px;
	top: -80px;
	z-index: -1;
	-webkit-animation: zoom-fade 5s infinite linear;
	animation: zoom-fade 5s infinite linear
}
#image_block_2 .image-box:after {
	position: absolute;
	content: '';
	border: 3px solid #f4f6f8;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	right: 50px;
	bottom: -75px;
	z-index: -2
}
#content_block_3 .content-box .text {
	margin-bottom: 41px
}
.service-style-two {
	position: relative;
	padding-top: 105px
}
.service-style-two .sec-title {
	padding-bottom: 45px;
	margin-bottom: 40px
}
.service-style-two .sec-title h2 {
	margin-bottom: 14px
}
.service-style-two .sec-title span {
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 30px
}
.service-block-two {
	margin: 30px 0
}
.service-block-two .inner-box {
	position: relative;
	display: block;
	text-align: center;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	transition: all .5s ease
}
.service-block-two .inner-box .image-box {
	position: relative;
	display: block;
	background: #0c2136;
	overflow: hidden
}
.service-block-two .inner-box .image-box::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.service-block-two .inner-box:hover .image-box::before {
	-webkit-animation: circle .95s;
	animation: circle .95s
}
.service-block-two .inner-box .image-box img {
	width: 100%;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: all;
	transition-property: all
}
.service-block-two .inner-box:hover .image-box img {
	opacity: .2;
	transform: scale(1.05)
}
.service-block-two .inner-box .lower-content {
	position: relative;
	display: block
}
.service-block-two .inner-box .lower-content .box {
	position: relative;
	padding: 64px 15px 41px 15px
}
.service-block-two .inner-box .lower-content .box .icon-box {
	position: absolute;
	left: 50%;
	top: -45px;
	transform: translateX(-50%);
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #2d5883;
	font-size: 40px;
	color: #fff;
	z-index: 2
}
.service-block-two .inner-box .lower-content .box h3 {
	margin-bottom: 14px
}
.service-block-two .inner-box .lower-content .link {
	position: relative;
	display: block;
	padding: 22px 15px;
	border-top: 1px solid #e0e6ed
}
.service-block-two .inner-box .lower-content .link:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	transition: all .5s ease
}
.service-block-two .inner-box:hover .lower-content .link:before {
	width: 100%;
	left: 0
}
.service-block-two .inner-box .lower-content .link a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	color: #222
}
.service-block-two .inner-box .lower-content .link a i {
	position: relative;
	margin-left: 10px;
	font-size: 14px;
	transition: all .5s ease
}
.service-block-two .inner-box:hover .lower-content .link a, .service-block-two .inner-box:hover .lower-content .link a i {
	color: #fff!important
}
.service-style-two .owl-theme .owl-dots {
	display: block;
	text-align: center;
	margin-top: 28px
}
.service-style-two .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 8px;
	background: #ccc;
	border-radius: 5px;
	margin: 0 6px;
	cursor: pointer;
	transition: all .5s ease
}
.service-style-two .owl-theme .owl-dots .owl-dot span:hover, .service-style-two .owl-theme .owl-dots .owl-dot.active span {
	width: 18px;
	background: #2d5883
}
.service-style-two .more-text {
	position: relative;
	display: block;
	padding: 65px 0;
	border-top: 1px solid #d2dbe4
}
.service-style-two .more-text h3 {
	font-weight: 400
}
.service-style-two .more-text span {
	display: inline-block;
	line-height: 24px;
	transition: all .5s ease
}
.service-style-two .more-text a i {
	font-size: 16px;
	font-weight: 600;
	margin-left: 10px;
	color: #2d5883
}
.service-style-two .more-text a:hover span {
	color: #2d5883;
	border-color: #2d5883
}
.service-style-two .three-item-carousel {
	padding-bottom: 100px
}
.apply-style-two {
	position: relative;
	padding: 105px 0
}
.apply-style-two .top-inner {
	position: relative;
	margin-bottom: 40px
}
.apply-style-two .top-inner .text {
	position: relative;
	display: block;
	margin-top: 42px;
	padding-left: 40px
}
.apply-style-two .top-inner .text p {
	font-size: 19px;
	line-height: 30px
}
.apply-style-two .single-item .inner-box {
	position: relative;
	display: block;
	padding-right: 30px
}
.apply-style-two .single-item .inner-box h6 {
	position: relative;
	display: block;
	font-size: 16px;
	color: #2d5883;
	font-weight: 700;
	margin-bottom: 20px
}
.apply-style-two .single-item .inner-box .icon-box .arrow {
	position: absolute;
	top: 32px;
	left: 192px;
	width: 125px;
	height: 21px;
	background-repeat: no-repeat
}
.apply-style-two .single-item .inner-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 60px;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border: 1px dashed #345e87;
	background: 0 0;
	border-radius: 50%;
	margin-bottom: 38px;
	transition: all .5s ease
}
.apply-style-two .single-item .inner-box:hover .icon-box {
	color: #fff!important
}
.apply-style-two .single-item .inner-box h3 {
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 14px
}
.immigration-style-two {
	position: relative
}
.immigration-block-two .inner-box {
	position: relative;
	display: block;
	overflow: hidden
}
.immigration-block-two .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden
}
.immigration-block-two .inner-box .image-box img {
	width: 100%;
	transition: all .5s ease
}
.immigration-block-two .inner-box:hover .image-box img {
	transform: scale(1.05)
}
.immigration-block-two .inner-box .image-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,.2), rgba(0,0,0,.9) 100%);
	z-index: 1;
	transition: all .5s ease
}
.immigration-block-two .inner-box .content-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 30px 70px 80px;
	z-index: 1
}
.immigration-block-two .inner-box .content-box h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 9px;
	transition: all .5s ease
}
.immigration-block-two .inner-box .content-box h4 a {
	display: inline-block;
	color: #fff
}
.immigration-block-two .inner-box .content-box h4 a:hover {
	text-decoration: underline
}
.immigration-block-two .inner-box .content-box h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 45px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	transition: all .5s ease
}
.immigration-block-two .inner-box:hover .content-box h2, .immigration-block-two .inner-box:hover .content-box h4 {
	transform: translateY(-90px)
}
.immigration-block-two .inner-box .content-box .theme-btn-one {
	border: 2px solid #fff;
	padding: 12.5px 31px
}
.immigration-block-two .inner-box .content-box .theme-btn-one i {
	margin-left: 10px
}
.immigration-block-two .inner-box .content-box .btn-box {
	position: absolute;
	left: 80px;
	bottom: -56px;
	transition: all .5s ease
}
.immigration-block-two .inner-box:hover .content-box .btn-box {
	bottom: 70px
}
.offer-section {
	position: relative;
	padding: 105px 0 110px 0;
	border-bottom: 1px solid #e0e6ed
}
.offer-section:before {
	position: absolute;
	content: '';
	background: #2d5883;
	width: 100%;
	height: 480px;
	left: 0;
	top: 0;
	right: 0
}
.offer-section .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 480px;
	background-size: cover;
	background-repeat: no-repeat
}
.offer-section .single-item .inner-box {
	position: relative;
	display: block;
	overflow: hidden
}
.offer-section .single-item .inner-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	box-shadow: inset 0 -130px 60px -40px rgba(0,0,0,.9);
	z-index: 1;
	transition: all .5s ease
}
.offer-section .single-item .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden
}
.offer-section .single-item .inner-box .image-box::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	z-index: 1;
	background: rgba(255,255,255,.2);
	border-radius: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.offer-section .single-item .inner-box:hover .image-box::before {
	-webkit-animation: circle .95s;
	animation: circle .95s
}
.offer-section .single-item .inner-box .image-box img {
	width: 100%;
	transition: all .5s ease
}
.offer-section .single-item .inner-box:hover .image-box img {
	transform: scale(1.05)
}
.offer-section .single-item .inner-box .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 15px 15px 22px 15px;
	z-index: 1;
	transition: all .5s ease
}
.offer-section .single-item .inner-box .text h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	margin: 0
}
.offer-section .single-item .inner-box .text h4 a {
	color: #fff;
	display: inline-block
}
.offer-section .single-item .inner-box .text h4 a:hover {
	text-decoration: underline
}
.offer-section .owl-nav {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 70px
}
.offer-section .owl-nav .owl-next, .offer-section .owl-nav .owl-prev {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #222;
	font-weight: 700;
	width: 48px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #dedede;
	background: 0 0;
	border-radius: 50%;
	text-align: center;
	margin: 0 6px;
	cursor: pointer;
	transition: all .5s ease
}
.offer-section .owl-nav .owl-next:hover, .offer-section .owl-nav .owl-prev:hover {
	color: #fff
}
.offer-section .sec-title {
	margin-bottom: 60px
}
.team-section {
	position: relative;
	padding: 10px 0
}
.team-section .top-inner {
	position: relative;
	margin-bottom: 10px
}
.team-section .top-inner .text {
	position: relative;
	display: block;
	margin-top: 42px;
	padding-left: 40px
}
.team-section .top-inner .text p {
	font-size: 19px;
	line-height: 30px
}
.team-block-one .inner-box {
	position: relative;
	display: block;
	text-align: center
}
.team-block-one .inner-box .image-box {
	position: relative;
	display: block;
	background: #000;
	overflow: hidden
}
.team-block-one .inner-box .image-box img {
	width: 100%;
	transition: all .5s ease
}
.team-block-one .inner-box:hover .image-box img {
	opacity: .3;
	transform: scale(1.05)
}
.team-block-one .inner-box .image-box .social-links {
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100%;
	text-align: center;
	transition: all .5s ease
}
.team-block-one .inner-box:hover .image-box .social-links {
	bottom: 30px
}
.team-block-one .inner-box .image-box .social-links li {
	position: relative;
	display: inline-block;
	margin: 0 10px
}
.team-block-one .inner-box .image-box .social-links li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff
}
.team-block-one .inner-box .lower-content {
	position: relative;
	padding-top: 37px
}
.team-block-one .inner-box .lower-content h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0
}
.team-block-one .inner-box .lower-content h4 a {
	display: inline-block;
	color: #222
}
.team-block-one .inner-box .lower-content .designation {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	margin: 0
}
.funfact-style-two {
	position: relative
}
.funfact-style-two .inner-container {
	position: relative;
	margin-bottom: -230px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	z-index: 1
}
.counter-block-two .inner-box {
	position: relative;
	display: block;
	padding: 72px 90px 65px 90px;
	text-align: center;
	min-height: 368px
}
.counter-block-two .inner-box:before {
	position: absolute;
	content: '';
	background: rgba(255,255,255,.3);
	width: 1px;
	height: 100%;
	top: 0;
	right: -15px
}
.counter-block:last-child .counter-block-two .inner-box:before {
	display: none
}
.counter-block-two .inner-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 80px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 35px
}
.counter-block-two .inner-box .count-outer {
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 55px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px
}
.counter-block-two .inner-box h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0
}
.testimonial-style-two {
	position: relative;
	padding: 270px 0 30px 0
}
.testimonial-style-two .testimonial-block-one {
	position: relative;
	margin: 30px 0;
	background: #fff;
	border: none;
	box-shadow: 0 5px 15px rgba(0,0,0,.1)
}
.testimonial-style-two .owl-theme .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 10px
}
.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 8px;
	background: #ccc;
	border-radius: 5px;
	margin: 0 6px;
	cursor: pointer;
	transition: all .5s ease
}
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover, .testimonial-style-two .owl-theme .owl-dots .owl-dot.active span {
	width: 18px
}
.testimonial-style-two .sec-title {
	margin-bottom: 10px
}
.testimonial-style-two .pattern-layer {
	position: absolute;
	top: 150px;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center
}
.page-title {
	position: relative;
	display: block;
	padding: 220px 0 120px 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
.page-title:before {
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,.8), rgba(0,0,0,.6) 100%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0
}
.page-title .content-box .title-box {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px
}
.page-title .content-box .title-box:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0
}
.page-title .content-box .title-box .dotted-box .dotted {
	position: absolute;
	left: 44px;
	width: 3px;
	height: 3px;
	bottom: 0
}
.page-title .content-box .title-box .dotted-box .dotted:nth-child(2) {
	left: 50px
}
.page-title .content-box .title-box .dotted-box .dotted:last-child {
	left: 56px
}
.page-title .content-box .title-box h1 {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	margin: 0
}
.page-title .content-box .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	color: #fff;
	font-weight: 400;
	padding-right: 0px;
	margin-right: 12px
}
.page-title .content-box .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0
}
/* Breadcum Li icon
.page-title .content-box .bread-crumb li:before {
	position: absolute;
	content: "\f106";
	font-family: Flaticon;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	top: 1px;
	right: 0
}
*/
.page-title .content-box .bread-crumb li img {
	margin-right: 20px;
	width:16px;
	height:16px;
}
.page-title .content-box .bread-crumb li:last-child:before {
	display: none
}
.page-title .content-box .bread-crumb li i {
	margin-right: 8px
}
.page-title .content-box .bread-crumb li a {
	color: #fff
}
.apply-style-two.about-page {
	padding-bottom: 165px
}
.main-footer.about-page {
	margin-top: -30px
}
.main-footer.about-page .footer-top {
	padding-top: 135px
}
.coaching-page-section {
	position: relative;
	padding: 105px 0 35px 0
}
.coaching-page-section .sec-title {
	margin-bottom: 70px;
	padding-bottom: 45px
}
.coaching-page-section .sec-title h2 {
	margin-bottom: 14px
}
.coaching-page-section .sec-title span {
	font-size: 19px;
	font-weight: 400;
	line-height: 30px
}
.coaching-page-section .service-block-two {
	margin: 0 0 75px 0
}
.coaching-page-section .service-block-two .inner-box .lower-content .box {
	padding-top: 39px
}
.sidebar-page-container {
	position: relative;
	padding: 110px 0
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li {
	position: relative;
	display: block
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	color: #222;
	padding: 21px 40px;
	background: #e7ecf2;
	z-index: 1
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:after {
	position: absolute;
	content: '';
	background: #d2dbe4;
	width: 1px;
	height: 32px;
	top: 19px;
	right: 74px;
	transition: all .5s ease
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active:after, .sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover:after {
	background: rgba(255,255,255,.2)
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active, .sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover {
	color: #fff;
	text-decoration: none
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:before {
	position: absolute;
	content: '';
	background: #2d5883;
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all .5s ease
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active:before, .sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover:before {
	width: 100%;
	left: 0
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li:nth-child(2n+1) a {
	background: #eff2f5
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a i {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	float: right;
	color: #c8d1db;
	transition: all .5s ease
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a em {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	float: right;
	color: #c8d1db;
	transition: all .5s ease
}
.sidebar-page-container .sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 45px
}
.sidebar-page-container .sidebar .sidebar-widget:last-child {
	margin-bottom: 0
}
.sidebar-page-container .sidebar .widget-title {
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 36px
}
.sidebar-page-container .sidebar .widget-title h3 {
	color: #2d5883;
	margin: 0
}
.sidebar-page-container .sidebar .widget-title:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0
}
.sidebar-page-container .sidebar .widget-title .dotted-box .dotted {
	position: absolute;
	left: 43px;
	width: 3px;
	height: 3px;
	bottom: 0
}
.sidebar-page-container .sidebar .widget-title .dotted-box .dotted:nth-child(2) {
	left: 49px
}
.sidebar-page-container .sidebar .widget-title .dotted-box .dotted:last-child {
	left: 55px
}
.sidebar-page-container .sidebar .sidebar-download .widget-title h3 {
	color: #fff
}
.sidebar-page-container .sidebar .sidebar-download .widget-title:before {
	background: #fff!important
}
.sidebar-page-container .sidebar .sidebar-download .widget-title .dotted-box .dotted {
	background: #fff!important
}
.sidebar-page-container .sidebar .sidebar-download {
	display: block;
	padding: 34px 35px 5px 35px
}
.sidebar-page-container .sidebar .sidebar-download .widget-title {
	margin-bottom: 29px
}
.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li {
	position: relative;
	display: block;
	padding-left: 50px;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin-bottom: 29px
}
.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li:last-child {
	border-bottom: none;
	margin-bottom: 0
}
.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li i {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 32px;
	line-height: 32px;
	color: #fff
}
.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li em {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 32px;
	line-height: 32px;
	color: #fff
}
.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 5px
}
.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li h4 a {
	display: inline-block;
	color: #fff
}
.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li h4 a:hover {
	text-decoration: underline
}
.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li span {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: rgba(255,255,255,.7);
	margin: 0
}
.sidebar-page-container .sidebar .sidebar-categories-2 {
	padding: 33px 35px 39px 35px;
	background: #eff2f5
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li {
	position: relative;
	display: block;
	margin-bottom: 8px
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li:last-child {
	margin-bottom: 0
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	color: #222;
	padding: 2px 0;
	padding-left: 52px
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a:before {
	position: absolute;
	content: '';
	background: #d2dbe4;
	width: 1px;
	height: 100%;
	left: 28px;
	top: 0
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a:after {
	position: absolute;
	content: "\f106";
	font-family: Flaticon, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #c8d1db;
	left: 0;
	top: 0;
	transition: all .5s ease
}
.sidebar-page-container .sidebar .sidebar-categories-2 .widget-title {
	padding-bottom: 21px
}
.sidebar-page-container .sidebar .sidebar-assessment {
	padding: 33px 35px 40px 35px;
	background: #eff2f5
}
.sidebar-page-container .sidebar .nice-select {
	position: relative;
	width: 100%;
	height: 56px;
	border: none;
	line-height: 56px;
	border-radius: 0;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 300;
	color: #222;
	z-index: 9
}
.sidebar-page-container .sidebar .nice-select:after {
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #a6a6a6;
	border-right: 2px solid #a6a6a6;
	right: 20px
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group .select-box {
	position: relative;
	display: block;
	min-height: 56px
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group {
	position: relative;
	margin-bottom: 15px
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group:last-child {
	margin-bottom: 0
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input[type=email], .sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input[type=text], .sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 300;
	color: #222;
	padding: 10px 20px
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input::-webkit-input-placeholder {
color:#222
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea::-webkit-input-placeholder {
color:#222
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea {
	height: 132px;
	resize: none;
	margin-bottom: 25px
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group .theme-btn-two {
	padding: 14.5px 27px
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group .theme-btn-two i {
	margin-right: 10px
}
.group-title {
	position: relative;
	display: block;
	padding-bottom: 17px;
	margin-bottom: 27px
}
.group-title h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 45px;
	color: #222;
	font-weight: 600;
	margin: 0
}
.group-title:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0
}
.group-title .dotted-box .dotted {
	position: absolute;
	left: 43px;
	width: 3px;
	height: 3px;
	bottom: 0
}
.group-title .dotted-box .dotted:nth-child(2) {
	left: 49px
}
.group-title .dotted-box .dotted:last-child {
	left: 55px
}
.coaching-details-content .content-style-one .image-box {
	position: relative;
	display: block;
	margin-bottom: 52px
}
.coaching-details-content .image-box img {
	width: 100%
}
.coaching-details-content .content-style-one .text h3 {
	position: relative;
	font-size: 24px;
	line-height: 34px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-weight: 500;
	margin-bottom: 15px
}
.coaching-details-content .content-style-one .text p {
	margin-bottom: 28px
}
.coaching-details-content .content-style-one .text p:last-child {
	margin-bottom: 0
}
.coaching-details-content .content-style-one {
	position: relative;
	margin-bottom: 56px
}
.coaching-details-content .two-column .content-box h3 {
	margin-bottom: 15px
}
.coaching-details-content .two-column .content-box span {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 8px
}
.coaching-details-content .two-column .content-box .list li {
	position: relative;
	display: block;
	font-weight: 300
}
.coaching-details-content .two-column .content-box .list li a {
	display: inline-block;
	color: #2d5883;
	line-height: 16px;
	border-bottom: 1px solid #2d5883
}
.coaching-details-content .two-column {
	position: relative;
	margin-bottom: 53px
}
.coaching-details-content .content-style-two h3 {
	margin-bottom: 15px
}
.coaching-details-content .content-style-two .text {
	position: relative;
	margin-bottom: 65px
}
.coaching-details-content .content-style-two .inner-box .single-item {
	position: relative;
	display: block;
	text-align: center;
	padding: 0 0
}
.coaching-details-content .content-style-two .inner-box .single-item:before {
	position: absolute;
	content: '';
	background: #e0e6ed;
	width: 1px;
	height: 100%;
	top: 0;
	right: -15px
}
.coaching-details-content .content-style-two .inner-box .column:last-child .single-item:before {
	display: none
}
.coaching-details-content .content-style-two .inner-box .single-item .icon-box {
	position: relative;
	display: inline-block;
	font-size: 70px;
	line-height: 70px;
	color: #2d5883;
	margin-bottom: 30px
}
.coaching-details-content .content-style-two .inner-box .single-item h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 8px
}
.coaching-details-content .content-style-two {
	position: relative;
	margin-bottom: 56px
}
.accordion-content h3 {
	margin-bottom: 19px
}
.accordion-box .block {
	position: relative;
	display: block;
	background: #fff;
	margin-bottom: 15px;
	transition: all .5s ease
}
.accordion-box .block:last-child {
	margin-bottom: 0
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
	padding: 17px 20px 16px 35px
}
.accordion-box .block .acc-content.current {
	display: block
}
.accordion-box .block .acc-btn .icon-outer {
	position: absolute;
	top: 23px;
	right: 29px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	color: #222;
	z-index: 1;
	transition: all .5s ease
}
.accordion-box .block.active-block .acc-btn .icon-outer {
	transform: rotate(-180deg)
}
.accordion-box .block .acc-btn {
	position: relative;
	display: block;
	background: #eff2f5;
	padding: 21px 35px;
	padding-right: 60px;
	cursor: pointer;
	transition: all .5s ease
}
.accordion-box .block .acc-btn h5 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #222;
	margin: 0;
	transition: all .5s ease
}
.accordion-box .block .acc-btn.active h5 {
	color: #2d5883
}
.team-page-section {
	position: relative;
	padding: 110px 0 40px 0
}
.team-page-section .team-block-one .inner-box {
	margin-bottom: 65px
}
.faq-section {
	position: relative;
	padding: 40px 0 0 0
}
.faq-section .top-inner {
	position: relative;
	margin-bottom: 10px
}
.faq-section .top-inner .text {
	position: relative;
	display: block;
	margin-top: 42px;
	padding-left: 40px
}
.faq-section .top-inner .text p {
	font-size: 19px;
	line-height: 30px
}
.faq-section .accordion-box .block .acc-content {
	padding: 27px 20px 26px 25px
}
.faq-section .accordion-box .block .acc-btn {
	padding-left: 25px
}
.faq-section .accordion-box .block .acc-btn .icon-outer {
	transform: rotate(-180deg)
}
.faq-section .accordion-box .block.active-block .acc-btn .icon-outer {
	transform: rotate(0)
}
.faq-section.style-two {
	padding: 0 0 110px 0
}
.faq-section.style-two .inner-box h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 34px
}
.faq-section.style-two .accordion-box .block .acc-btn.active h5 {
	color: #222
}
.error-section {
	position: relative;
	padding: 150px 0
}
.error-section .content-box h1 {
	position: relative;
	display: block;
	font-size: 200px;
	line-height: 150px;
	font-weight: 700;
	margin-bottom: 20px
}
.error-section .content-box h2 {
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 52px;
	color: #222;
	font-weight: 600;
	margin-bottom: 21px
}
.error-section .text a {
	color: #3b3b3b;
	font-weight: 600
}
.error-section .text a:hover {
	text-decoration: underline
}
.service-style-two.service-page-1 .service-block-two {
	margin: 0 0 50px 0
}
.service-style-two.service-page-1 .sec-title {
	margin-bottom: 70px
}
.service-style-two.service-page-1 .more-text {
	margin-top: 60px
}
.clients-section.service-page {
	padding-top: 110px
}
.clients-section.service-page .logo-image img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0)
}
.clients-section.service-page .logo-image:hover img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%)
}
.service-section.service-page-2 .service-block-one .inner-box {
	margin: 0 0 100px 0
}
.service-section.service-page-2 .service-block-one .inner-box:hover {
	margin-bottom: -70px
}
.service-section.service-page-2 {
	padding-bottom: 10px
}
.service-section.service-page-2:before {
	height: 860px
}
.service-details-content .content-style-two .inner-box {
	position: relative;
	margin-bottom: 50px
}
.sidebar-page-container .service-details-content .content-style-two .inner-box .single-item h4 {
	line-height: 24px;
	margin-bottom: 16px
}
.service-details-content .two-column .content-box .list li {
	padding-left: 25px;
	margin-bottom: 4px
}
.service-details-content .two-column .content-box .list li:last-child {
	margin-bottom: 0
}
.service-details-content .two-column .content-box .list li:before {
	position: absolute;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 14px;
	left: 0;
	top: 1px
}
.service-details-content .two-column .text {
	position: relative;
	display: block;
	margin-top: 53px
}
.service-details-content .two-column .text h3 {
	margin-bottom: 15px
}
.blog-grid .news-block-one .inner-box {
	margin-bottom: 70px
}
.sidebar-page-container .news-block-one .inner-box {
	margin-bottom: 60px
}
.sidebar-page-container .news-block-one .inner-box .lower-content .post-date {
	right: inherit;
	left: 50px;
	top: -40px;
	width: 165px;
	height: 50px;
	padding: 15px 10px;
	border-radius: 2px
}
.sidebar-page-container .news-block-one .inner-box .lower-content .post-date h5 {
	position: relative;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 12px
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 a {
	display: inline-block;
	color: #222
}
.sidebar-page-container .news-block-one .inner-box .lower-content p {
	margin-bottom: 23px
}
.sidebar-page-container .news-block-one .inner-box .lower-content {
	padding: 48px 30px 35px 50px
}
.sidebar-page-container .news-block-one .inner-box .lower-content .post-info {
	margin-bottom: 17px
}
.sidebar-page-container .news-block-one .inner-box .single-item-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}
.sidebar-page-container .news-block-one .inner-box .single-item-carousel .owl-nav .owl-next, .sidebar-page-container .news-block-one .inner-box .single-item-carousel .owl-nav .owl-prev {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: rgba(0,0,0,.5);
	text-align: center;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	transition: all .5s ease
}
.sidebar-page-container .news-block-one .inner-box .single-item-carousel .owl-nav .owl-prev {
	left: 30px
}
.sidebar-page-container .news-block-one .inner-box .single-item-carousel .owl-nav .owl-next {
	right: 30px
}
.sidebar-page-container .news-block-one .inner-box:hover .single-item-carousel .owl-nav .owl-next, .sidebar-page-container .news-block-one .inner-box:hover .single-item-carousel .owl-nav .owl-prev {
	background: rgba(255,255,255,.5)
}
.news-block-one .inner-box .image-box .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.news-block-one .inner-box .image-box .video-btn a {
	position: relative;
	display: inline-block;
	font-size: 24px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #fff;
	color: #2d5883;
	text-align: center;
	border-radius: 50%
}
.blog-list .pagination-wrapper {
	position: relative;
	padding-top: 10px
}
.sidebar-page-container .sidebar .sidebar-search {
	position: relative;
	margin-bottom: 35px
}
.sidebar-page-container .sidebar .sidebar-search .form-group {
	position: relative;
	margin: 0
}
.sidebar-page-container .sidebar .sidebar-search .form-group input[type=search] {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	background: #0c2136;
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	padding: 10px 90px 10px 20px;
	transition: all .5s ease
}
.sidebar-page-container .sidebar .sidebar-search .form-group input::-webkit-input-placeholder {
color:#fff
}
.sidebar-page-container .sidebar .sidebar-search .form-group button {
	position: absolute;
	top: 16px;
	right: 27px;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	background: 0 0;
	cursor: pointer;
	transition: all .5s ease
}
.sidebar-page-container .sidebar .sidebar-search .form-group button:before {
	position: absolute;
	content: '';
	background: rgba(255,255,255,.2);
	width: 1px;
	height: 25px;
	left: -24px;
	top: 2px
}
.sidebar-page-container .blog-sidebar .sidebar-categories-2 {
	background: 0 0;
	border: 1px solid #e0e6ed;
	margin-bottom: 35px
}
.sidebar-page-container .blog-sidebar .sidebar-post {
	padding: 31px 35px 44px 35px;
	border: 1px solid #e0e6ed;
	margin-bottom: 35px
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post {
	position: relative;
	display: block;
	padding-left: 100px;
	margin-bottom: 49px;
	min-height: 76px
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post:last-child {
	margin-bottom: 0
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post .post-thumb {
	position: absolute;
	left: 0;
	top: 1px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #0c2136
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post .post-thumb img {
	width: 100%;
	transition: all .5s ease
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post:hover .post-thumb img {
	opacity: .2
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 8px
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post h5 a {
	display: inline-block;
	color: #222
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post .post-date {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #2d5883
}
.sidebar-page-container .blog-sidebar .sidebar-support {
	position: relative;
	display: block;
	background: #2d5883;
	margin-bottom: 35px
}
.sidebar-page-container .blog-sidebar .sidebar-support .image-box img {
	width: 100%
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box {
	position: relative;
	padding: 36px 35px 8px 35px
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li {
	position: relative;
	display: block;
	padding-left: 50px;
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,.2)
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li:last-child {
	margin-bottom: 0;
	border-bottom: none
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li i {
	position: absolute;
	left: 0;
	top: 9px;
	font-size: 35px;
	line-height: 35px;
	color: #fff
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li p {
	font-weight: 400;
	color: rgba(255,255,255,.5);
	margin-bottom: 0
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	color: #fff
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li h3 a {
	display: inline-block;
	color: #fff
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li h3 a:hover {
	text-decoration: underline
}
.sidebar-page-container .blog-sidebar .sidebar-assessment {
	background: 0 0;
	border: 1px solid #e0e6ed
}
.sidebar-page-container .blog-sidebar .sidebar-assessment .assessment-form .form-group input[type=email], .sidebar-page-container .blog-sidebar .sidebar-assessment .assessment-form .form-group input[type=text], .sidebar-page-container .blog-sidebar .sidebar-assessment .assessment-form .form-group textarea {
	border-color: #e0e6ed
}
.sidebar-page-container .blog-sidebar .nice-select {
	border: 1px solid #e0e6ed
}
.blog-details-content .news-block-one .inner-box .image-box::before {
	display: none
}
.blog-details-content .news-block-one .inner-box:hover .image-box img {
	opacity: 1;
	transform: scale(1)
}
.blog-details-content .news-block-one .inner-box .lower-content {
	padding: 48px 0 0 0
}
.blog-details-content .news-block-one .inner-box {
	background: 0 0;
	box-shadow: none!important;
	margin-bottom: 34px
}
.blog-details-content .news-block-one .inner-box .lower-content p {
	margin-bottom: 28px
}
.blog-details-content .news-block-one .inner-box .lower-content .text p:last-child {
	margin-bottom: 0
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote {
	position: relative;
	display: block;
	background: #eff2f5;
	padding: 38px 70px 43px 65px;
	margin: 40px 0 37px 0
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote i {
	position: absolute;
	right: 45px;
	bottom: 30px;
	font-size: 50px;
	line-height: 50px
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote p {
	font-size: 19px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 20px
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote h5 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin: 0
}
.blog-details-content .two-column .text h3 {
	margin-bottom: 15px
}
.blog-details-content .two-column .text p {
	margin-bottom: 32px
}
.blog-details-content .two-column .text ul li {
	position: relative;
	display: block;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #222;
	margin-bottom: 6px;
	padding-left: 25px
}
.blog-details-content .two-column .text ul li:last-child {
	margin-bottom: 0
}
.blog-details-content .two-column .text ul li:before {
	position: absolute;
	content: "\f106";
	font-family: Flaticon;
	font-size: 12px;
	font-weight: 600;
	left: 0;
	top: 0
}
.blog-details-content .two-column .image-box img {
	width: 100%
}
.blog-details-content .two-column .lower-box {
	position: relative;
	display: block;
	margin-top: 57px;
	margin-bottom: 40px
}
.blog-details-content .two-column .lower-box h3 {
	margin-bottom: 15px
}
.blog-details-content .two-column .lower-box p {
	margin-bottom: 28px
}
.blog-details-content .two-column .lower-box p:last-child {
	margin-bottom: 0
}
.blog-details-content .post-share-option {
	position: relative;
	display: block;
	background: #eff2f5;
	padding: 20.5px 35px;
	margin-bottom: 62px
}
.blog-details-content .post-share-option ul li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #222
}
.blog-details-content .post-share-option .tags li a {
	color: #222
}
.blog-details-content .post-share-option .social-links li {
	margin-right: 25px
}
.blog-details-content .post-share-option .social-links li:last-child {
	margin-right: 0
}
.blog-details-content .post-share-option .social-links li a {
	position: relative;
	color: #2d5883;
	font-size: 14px
}
.blog-details-content .post-share-option .social-links li a:before {
	position: absolute;
	content: '';
	background: #d2dbe4;
	width: 1px;
	height: 22px;
	top: -2px;
	right: -13px
}
.blog-details-content .post-share-option .social-links li:last-child a:before {
	display: none
}
.blog-details-content .comments-area .comment-box .comment {
	position: relative;
	display: block;
	padding-left: 100px;
	margin-bottom: 25px
}
.blog-details-content .comments-area .comment-box .comment:last-child {
	margin-bottom: 0
}
.blog-details-content .comments-area .comment-box .comment .thumb-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	overflow: hidden
}
.blog-details-content .comments-area .comment-box .comment .thumb-box img {
	width: 100%
}
.blog-details-content .comments-area .comment-box .comment .comment-inner {
	position: relative;
	display: block;
	border: 1px solid #e4e4e4;
	padding: 29px 30px 26px 50px
}
.blog-details-content .comments-area .comment-box .comment .comment-inner .comment-info h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0
}
.blog-details-content .comments-area .comment-box .comment .comment-inner .comment-info .comment-time {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 22px;
	font-style: italic;
	color: #222
}
.blog-details-content .comments-area .comment-box .comment .comment-inner .comment-info {
	margin-bottom: 9px
}
.blog-details-content .comments-area .comment-box .comment .comment-inner p {
	margin-bottom: 17px
}
.blog-details-content .comments-area .comment-box .comment .comment-inner a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	text-transform: uppercase
}
.blog-details-content .comments-area .comment-box .comment .comment-inner a i {
	font-size: 14px;
	margin-left: 8px;
	color: #2d5883
}
.blog-details-content .comments-area .comment-box .comment .comment-inner a:hover {
	color: #2d5883!important
}
.blog-details-content .comments-area .group-title {
	margin-bottom: 50px
}
.blog-details-content .comments-area {
	position: relative;
	display: block;
	margin-bottom: 62px
}
.blog-details-content .comments-form-area .comment-form .form-group {
	position: relative;
	margin-bottom: 20px
}
.blog-details-content .comments-form-area .comment-form .form-group:last-child {
	margin-bottom: 0
}
.blog-details-content .comments-form-area .comment-form .form-group input[type=email], .blog-details-content .comments-form-area .comment-form .form-group input[type=text], .blog-details-content .comments-form-area .comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #e4e4e4;
	font-size: 15px;
	font-weight: 300;
	color: #222;
	padding: 10px 20px;
	transition: all .5s ease
}
.blog-details-content .comments-form-area .comment-form .form-group textarea {
	height: 200px;
	resize: none
}
.blog-details-content .comments-form-area .comment-form .form-group input::-webkit-input-placeholder {
color:#222
}
.blog-details-content .comments-form-area .comment-form .form-group textarea::-webkit-input-placeholder {
color:#222
}
.blog-details-content .comments-form-area .comment-form .form-group input:focus, .blog-details-content .comments-form-area .comment-form .form-group textarea:focus {
	border-color: #2d5883
}
.blog-details-content .comments-form-area .comment-form .form-group .theme-btn-two i {
	margin-right: 10px
}
.blog-details-content .comments-form-area .comment-form .form-group .theme-btn-two {
	padding: 14.5px 27px
}
.blog-details-content .comments-form-area .comment-form .form-group.message-btn {
	padding-top: 15px
}
.blog-details-content .comments-form-area .group-title {
	margin-bottom: 47px
}
.blog-details-content .comments-form-area .group-title h2 {
	margin-bottom: 6px
}
.contact-page-section {
	position: relative;
	padding: 105px 0 110px 0
}
.contact-page-section .top-inner {
	position: relative;
	margin-bottom: 36px
}
.contact-page-section .top-inner .text {
	position: relative;
	display: block;
	margin-top: 42px;
	padding-left: 40px
}
.contact-page-section .top-inner .text p {
	font-size: 19px;
	line-height: 30px
}
.contact-page-section #contact-google-map {
	position: relative;
	display: block;
	width: 100%;
	height: 500px
}
.contact-page-section .info-inner {
	position: relative;
	display: block;
	padding: 110px 0 70px 0;
	border-bottom: 1px solid #e0e6ed;
	margin-bottom: 100px
}
.contact-page-section .info-inner .single-item .inner-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 23px 0 20px 0
}
.contact-page-section .info-inner .single-item .inner-box:before {
	position: absolute;
	content: '';
	background: #e0e6ed;
	width: 1px;
	height: 100%;
	top: 0;
	right: -15px
}
.contact-page-section .info-inner .single-column:last-child .single-item .inner-box:before {
	display: none
}
.contact-page-section .info-inner .single-item .inner-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 70px;
	line-height: 70px;
	color: #2d5883;
	font-weight: 600;
	margin-bottom: 44px;
	transition: all .5s ease
}
.contact-page-section .info-inner .single-item .inner-box:hover .icon-box {
	transform: rotateY(-180deg)
}
.contact-page-section .info-inner .single-item .inner-box h3 {
	margin-bottom: 20px
}
.contact-page-section .info-inner .single-item .inner-box p {
	position: relative;
	font-size: 19px;
	line-height: 30px;
	color: #222;
	font-weight: 400;
	margin: 0
}
.contact-page-section .info-inner .single-item .inner-box p a {
	color: #222
}
.contact-page-section .contact-form-inner .sec-title h2 {
	font-size: 36px;
	line-height: 45px
}
.contact-page-section .contact-form-inner .sec-title.centred {
	padding-bottom: 22px;
	margin-bottom: 70px
}
.contact-page-section .contact-form-inner .default-form .form-group {
	position: relative;
	margin-bottom: 30px
}
.contact-page-section .contact-form-inner .default-form .form-group:last-child {
	margin-bottom: 0
}
.contact-page-section .contact-form-inner .default-form .form-group input[type=email], .contact-page-section .contact-form-inner .default-form .form-group input[type=text], .contact-page-section .contact-form-inner .default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #e4e4e4;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 300;
	color: #222
}
.contact-page-section .contact-form-inner .default-form .form-group textarea {
	height: 150px;
	resize: none
}
.contact-page-section .contact-form-inner .default-form .form-group input::-webkit-input-placeholder {
color:#222
}
.contact-page-section .contact-form-inner .default-form .form-group textarea::-webkit-input-placeholder {
color:#222
}
.contact-page-section .contact-form-inner .default-form .form-group .nice-select {
	height: 56px;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 300;
	color: #222;
	padding-right: 25px
}
.contact-page-section .contact-form-inner .default-form .form-group .nice-select:after {
	height: 7px;
	width: 7px;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222
}
.contact-page-section .contact-form-inner .default-form .form-group .theme-btn-two i {
	margin-right: 10px
}
.mb-30 {
	margin-bottom: 30px!important
}
.mr-0 {
	margin: 0!important
}
.cta-section .inner-box .text .dotted-box .dotted {
	background: #fff
}
.cta-section .inner-box .text::after, .cta-section .inner-box .text::before {
	background: #fff
}
.cta-section {
	padding: 30px 0 100px 0;
	margin-bottom: -94px;
	background-color: #063c83
}
.owl-dots {
	margin-top: -30px
}
.immigration-section {
	padding-top: 30px;
	padding-bottom: 0!important
}
.service-section::before {
	display: none
}
.service-section {
	padding: 0
}
.feature-section {
	position: relative;
	padding: 10px 0 10px 0
}
.counter-block-two .inner-box {
	padding: 72px 15px 65px 0;
	min-height: 300px
}
.icon-box-white img {
	width: 30%
}
.apply-section {
	margin: 40px 0 40px
}
.feature-section::before {
	position: absolute;
	content: '';
	background: #eff2f5;
	width: 100%;
	height: 900px;
	left: 0;
	top: 450px;
	right: 0
}
.feature-block-one.wow.fadeInUp.animated {
	padding-bottom: 40px
}
.choose-section .text {
	margin-bottom: 50px
}
.auto-container.home {
	float: right;
	margin-top: -57%!important;
	margin-right: 200px
}
.icon-box.home img {
	margin: 0;
	width: 50%
}
.nav-image {
	padding-top: 40px
}
.widget-content a {
	color: #7b8a9a
}
.widget-content a:hover {
	color: #7b8a9a
}
.footer-widget.logo-widget h3 {
	color: #fff;
	margin-bottom: 20px
}
.feature-section .sec-title {
	margin-bottom: 40px
}
.video-square {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	align-contentborder-radius: 6px;
	left: 11%
}
.play-button {
	width: 60px
}
.funfact-style-two.video {
	padding-top: 30px;
	padding-bottom: 30px
}
.hero-request-form {
	padding: 45px 30px 30px;
	margin: 0 20px 0 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.hero-request-form .col-md-12 {
	padding: 0
}
.form-group {
	margin-bottom: 0
}
.hero-register-form {
	background-color: rgba(10,10,10,.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 40px 25px 35px;
	margin: 45px 30px 55px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.hero-9-form .hero-register-form {
	background-color: #f7f8f9;
	padding: 35px 75px 30px;
	margin: -75px 10px 0;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	z-index: 5;
	position: absolute
}
.hero-register-form .col-lg-3 {
	padding: 0 8px
}
.hero-request-form h5 {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px
}
.hero-register-form p {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 5px;
	display: block
}
.hero-9-form .hero-register-form p {
	color: #333
}
.hero-register-form .custom-select, .hero-register-form .form-control, .hero-request-form .custom-select, .hero-request-form .form-control {
	background-color: #fff;
	color: #333;
	height: 52px;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	padding: 4px 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.hero-register-form .custom-select, .hero-register-form .form-control {
	margin-bottom: 0
}
.hero-request-form .custom-select {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}
.hero-register-form .custom-select {
	display: inline-block;
	width: 100%;
	margin-bottom: 0
}
.hero-request-form .form-control::-moz-placeholder {
color:#555
}
.hero-request-form .custom-select::-moz-placeholder {
color:#555
}
.hero-request-form .form-control:-ms-input-placeholder {
color:#555
}
.hero-request-form.custom-select:-ms-input-placeholder {
color:#555
}
.hero-request-form .form-control::-webkit-input-placeholder {
color:#555
}
.hero-request-form .custom-select::-webkit-input-placeholder {
color:#555
}
.hero-request-form .form-control:focus {
	background-color: #f0f0f0;
	border-color: #ccc;
	outline: 0 none;
	box-shadow: none
}
.hero-request-form .btn {
	display: block;
	width: 100%;
	height: 52px;
	margin-top: 0
}
.hero-register-form .btn {
	display: block;
	width: 100%;
	height: 52px;
	margin-top: 25px
}
.hero-register-form .btn:focus, .hero-request-form .btn:focus {
	outline: 0 none;
	box-shadow: none
}
#hero-form label.error {
	color: #e74c3c;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px
}
#hero-form .hero-register-form label.error {
	margin-top: 10px;
	margin-bottom: 0
}
.hero-form-msg {
	width: 100%!important;
	display: block;
	text-align: center
}
#hero-form .sending-msg {
	margin-top: 20px
}
#hero-form .loading {
	color: #f0f0f0;
	font-family: Muli, sans-serif;
	font-size: 16px;
	font-weight: 700
}
.hero-9-form #hero-form .loading {
	color: #2c3f69
}
.megamenu {
	background-image: url(https://www.studyeurope.in/assets/images/map_transparent_dark.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}
.m-top-20 {
	margin-top: 20px
}
.m-top-30 {
	margin-top: 30px
}
.m-top-40 {
	margin-top: 40px
}
.m-bottom-20 {
	margin-bottom: 20px
}
.m-bottom-30 {
	margin-bottom: 30px
}
.m-bottom-40 {
	margin-bottom: 40px
}

/*responsive.css*/
@media only screen and (max-width:5000px) {
.boxed_wrapper {
	overflow: hidden
}
}
@media only screen and (max-width:1799px) {
.main-header.style-one .header-upper .outer-container {
	padding-left: 30px
}
.main-header.style-one .header-upper .logo-box {
	margin-right: 30px
}
}
@media only screen and (max-width:1699px) {
.main-header.style-one .header-upper .menu-right-content .support-box {
	display: none
}
.choose-section .image-layer {
	display: none
}
.immigration-section {
	padding-bottom: 105px
}
#content_block_2 .content-box {
	max-width: 100%
}
}
@media only screen and (max-width:1399px) {
.main-header.style-one .header-upper .upper-left .btn-box {
	display: none
}
}
@media only screen and (max-width:1200px) {
.main-header.style-one .search-box-outer {
	padding: 32.5px 14px
}
.main-header.style-one .header-upper .menu-right-content {
	margin-left: 30px
}
.main-menu .navigation>li {
	margin: 0 12px
}
.main-header .header-top .top-left, .main-header .header-top .top-right {
	float: none;
	display: block;
	text-align: center
}
.main-header .header-top .top-left {
	margin-bottom: 10px
}
#image_block_1 .image-box {
	margin-right: 0
}
.about-section #content_block_1 .content-box {
	margin-left: 0
}
.sticky-header .main-menu .navigation>li>a {
	padding: 20px 20px
}
.cta-section .inner-box .text .dotted-box, .cta-section .inner-box .text:after, .cta-section .inner-box .text:before {
	display: none
}
.cta-section .inner-box .text {
	padding: 0
}
.top-inner .text {
	padding-left: 0!important
}
.main-footer .footer-top .footer-column:nth-child(2) .links-widget {
	margin-left: 30px
}
.main-header.style-two .menu-right-content {
	display: none
}
.feature-block-two .inner-box {
	padding: 45px 30px 0 30px
}
.rtl .top-inner .text {
	padding-right: 0!important
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li h3 {
	font-size: 18px;
	line-height: 26px
}
}
@media only screen and (min-width:768px) {
.main-menu .navigation>li>.megamenu, .main-menu .navigation>li>ul, .main-menu .navigation>li>ul>li>ul {
	display: block!important;
	visibility: hidden;
	opacity: 0
}
}
@media only screen and (max-width:991px) {
.main-header.style-one .outer-container:before, .main-menu, .sticky-header {
	display: none!important
}
.menu-area .mobile-nav-toggler {
	display: block;
	margin-top: 35px;
	padding: 10px
}
.menu-area .mobile-nav-toggler .icon-bar {
	background: #fff
}
.main-header.style-one .header-upper .menu-right-content {
	margin-left: 0
}
.main-header.style-one .header-upper .outer-container {
	padding-right: 15px
}
.mobile-menu .navigation>li.dropdown>.megamenu li:first-child {
	display: none
}
#image_block_1 .image-box {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 100px
}
.about-section {
	padding-bottom: 370px
}
.feature-block-one .inner-box {
	margin-bottom: 30px
}
.apply-section .inner-box .image-box {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 30px
}
.apply-section .inner-box {
	padding-left: 0
}
.counter-block-one .inner-box {
	border-right: none!important;
	padding: 15px 70px
}
.funfact-section {
	padding: 90px 0
}
.inquiry-section .content-box {
	margin-left: 0;
	margin-top: 30px
}
.news-block-one .inner-box {
	margin-bottom: 30px
}
.news-section {
	padding-bottom: 80px
}
.main-footer .footer-top .footer-widget {
	margin: 0 0 30px 0!important
}
.main-footer .footer-top {
	padding-bottom: 55px
}
.main-footer .footer-bottom .copyright {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	float: none
}
.main-footer .footer-bottom .footer-nav {
	float: none;
	display: block;
	text-align: center
}
.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
	background: #222
}
.main-header.style-two .menu-right-content {
	display: inline-block
}
.main-header.style-two .menu-area .mobile-nav-toggler {
	margin-top: 38px;
	margin-left: 10px
}
.about-style-two #image_block_2 .image-box {
	margin: 30px 0 0 0;
	padding: 0
}
#image_block_2 .image-box .image-2, #image_block_2 .image-box .image-3, #image_block_2 .image-box:after, #image_block_2 .image-box:before {
	display: none
}
.apply-style-two .single-item .inner-box {
	margin-bottom: 30px
}
.apply-style-two {
	padding-bottom: 70px
}
.immigration-block-two .inner-box .content-box {
	padding-left: 30px
}
.immigration-block-two .inner-box .content-box .btn-box {
	left: 30px
}
.immigration-block-two .inner-box:hover .content-box .btn-box {
	bottom: 30px
}
.immigration-block-two .inner-box:hover .content-box h2, .immigration-block-two .inner-box:hover .content-box h4 {
	transform: translateY(-50px)
}
.immigration-block-two .inner-box .content-box h2 {
	font-size: 25px;
	line-height: 35px
}
.team-block-one .inner-box {
	margin-bottom: 30px
}
.team-section {
	padding-bottom: 75px
}
.counter-block-two .inner-box:before {
	display: none
}
.rtl .main-header.style-two .header-top .top-left, .rtl .main-header.style-two .header-top .top-right {
	float: none
}
.rtl .mobile-menu .navigation li>a {
	text-align: right
}
.rtl .mobile-menu .navigation li.dropdown .dropdown-btn {
	right: inherit;
	left: 6px
}
.rtl .mobile-menu .navigation li>a:before {
	left: inherit;
	right: 0
}
.rtl .mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.rtl .main-header.style-two .menu-right-content {
	margin-right: 0
}
.rtl .mobile-menu .nav-logo {
	text-align: right
}
.rtl .mobile-menu .close-btn {
	right: 260px
}
.rtl .testimonial-block-one .inner-box .author-inner {
	top: -10px
}
.faq-section .accordion-box .block:last-child {
	margin-bottom: 15px
}
.coaching-details-content {
	margin-top: 40px
}
.coaching-details-content .content-style-two .inner-box .single-item {
	margin: 15px 0
}
.coaching-details-content .content-style-two .inner-box .single-item:before {
	display: none
}
.service-block-one .inner-box {
	padding-bottom: 72px!important;
	margin-bottom: 0!important;
	margin-bottom: 30px!important
}
.service-block-one .inner-box .link {
	visibility: visible;
	opacity: 1
}
.blog-sidebar {
	margin-top: 40px
}
.contact-page-section .info-inner .single-item .inner-box:before {
	display: none
}
}
@media only screen and (max-width:767px) {
.main-header .header-top {
	padding: 15px 30px
}
.banner-section.style-one .banner-carousel .slide-item {
	padding: 200px 0 120px 0;
	min-height: 620px
}
.banner-carousel .content-box h1 {
	font-size: 40px;
	line-height: 48px
}
.about-section {
	padding: 70px 0 300px 0
}
.cta-section .inner-box h2, .sec-title h2 {
	font-size: 36px;
	line-height: 45px
}
.cta-section {
	padding: 120px 0 70px 0
}
.service-section {
	padding: 65px 0 40px 0
}
.sec-pad-2 {
	padding: 70px 0!important
}
.owl-dots, .owl-nav {
	display: none!important
}
.apply-section .inner-box .image-box {
	margin-bottom: 0
}
.funfact-section {
	padding: 50px 0
}
.testimonial-section, .training-section {
	padding: 65px 0 70px 0
}
.choose-section, .immigration-section {
	padding: 65px 0
}
.inquiry-section, .news-section {
	padding: 65px 0 40px 0
}
.clients-section {
	padding-bottom: 70px
}
.main-footer .footer-top {
	padding: 70px 0 40px 0
}
.banner-section.style-two .banner-carousel .slide-item {
	padding: 100px 0 140px 0;
	min-height: 540px
}
.banner-section.style-two .banner-carousel .content-box h1 {
	line-height: 48px
}
.feature-block-two .inner-box {
	padding: 46px 45px 40px 45px!important;
	margin: 0!important
}
.feature-block-two {
	margin-bottom: 30px!important
}
.feature-block-two .inner-box .text p {
	margin-bottom: 20px!important
}
.about-style-two {
	padding: 30px 0 70px 0
}
.service-style-two {
	padding-top: 65px
}
.service-style-two .three-item-carousel {
	padding-bottom: 30px
}
.apply-style-two {
	padding: 65px 0 40px 0
}
.apply-style-two .single-item .inner-box .icon-box .arrow {
	display: none
}
.immigration-block-two .inner-box .content-box {
	padding: 15px 15px 50px 15px
}
.offer-section {
	padding: 65px 0 70px 0
}
.team-section {
	padding: 65px 0 35px 0
}
.team-block-one {
	max-width: 300px;
	margin: 0 auto
}
.counter-block-two .inner-box {
	padding: 15px 15px;
	min-height: auto
}
.funfact-style-two .inner-container {
	padding: 60px 0
}
.testimonial-style-two {
	padding: 300px 0 40px 0
}
.immigration-block-one, .news-block-one {
	max-width: 400px;
	margin: 0 auto
}
.apply-style-two.about-page {
	padding-bottom: 40px
}
.team-page-section .team-block-one .inner-box {
	margin-bottom: 30px
}
.team-page-section {
	padding: 70px 0 35px 0
}
.page-title {
	padding: 180px 0 100px 0
}
.page-title .content-box .title-box h1 {
	font-size: 40px;
	line-height: 48px
}
.faq-section {
	padding: 70px 0
}
.faq-section.style-two {
	padding-bottom: 70px
}
.coaching-page-section .service-block-two {
	margin-bottom: 30px
}
.coaching-page-section {
	padding: 65px 0 40px 0
}
.sidebar-page-container {
	padding: 70px 0
}
.coaching-details-content .image-box {
	margin-bottom: 30px
}
.service-block-two .inner-box {
	max-width: 400px;
	margin: 0 auto
}
.sidebar-page-container .news-block-one {
	max-width: 100%
}
.blog-details-content .two-column .text {
	margin-bottom: 30px
}
.blog-details-content .post-share-option .social-links, .blog-details-content .post-share-option ul.tags {
	float: none;
	display: block
}
.blog-details-content .post-share-option ul.tags {
	margin-bottom: 10px
}
.group-title h2 {
	font-size: 28px;
	line-height: 35px
}
.contact-page-section {
	padding: 65px 0 70px 0
}
.top-inner .text {
	margin-top: 0!important
}
.contact-page-section .info-inner {
	padding: 70px 0 40px 0;
	margin-bottom: 60px
}
.immigration-block-two .inner-box .content-box .btn-box {
	left: 15px
}
}
@media only screen and (max-width:599px) {
.apply-section .inner-box .image-box {
	max-width: 100%
}
.apply-section .inner-box .content-box {
	padding: 50px 30px
}
.main-header.style-two .menu-right-content {
	display: none
}
.main-header .header-top .top-left ul li:before {
	display: none
}
}
@media only screen and (max-width:499px) {
#image_block_1 .image-box .box {
	width: calc(100% - 60px);
	left: 30px
}
#image_block_1 .image-box .box .inner {
	padding: 40px 20px
}
.sec-title h2 br {
	display: none!important
}
.sec-title h2 {
	font-size: 30px;
	line-height: 38px
}
.counter-block-one .inner-box .count-outer {
	font-size: 50px;
	line-height: 50px
}
.testimonial-block-one .inner-box .author-inner {
	position: relative;
	top: 0;
	text-align: left;
	margin-bottom: 25px
}
.rtl .testimonial-block-one .inner-box .author-inner {
	text-align: right
}
.testimonial-block-one .inner-box {
	padding-left: 0
}
.rtl .testimonial-block-one .inner-box {
	padding-right: 0
}
.search-popup .search-form fieldset input[type=search] {
	padding-right: 30px;
	margin-bottom: 15px
}
.search-popup .search-form fieldset input[type=submit] {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 7px
}
.rtl .search-popup .search-form fieldset input[type=search] {
	padding-left: 30px
}
.error-section .content-box h1 {
	font-size: 140px;
	line-height: 120px
}
.error-section .content-box h2 {
	font-size: 36px;
	line-height: 45px
}
.error-section {
	padding: 80px 0
}
.sidebar-page-container .news-block-one .inner-box .lower-content {
	padding-left: 30px
}
.blog-details-content .news-block-one .inner-box .lower-content {
	padding-left: 0
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote {
	padding: 40px 30px
}
}
@media only screen and (max-width:399px) {
.main-header.style-one .search-box-outer {
	display: none
}
.banner-section.style-one .banner-carousel .slide-item {
	padding: 170px 0 100px 0;
	min-height: 730px
}
#content_block_1 .content-box .bold-text p {
	font-size: 20px;
	line-height: 28px
}
.apply-section .inner-box .content-box h2 {
	font-size: 30px;
	line-height: 38px
}
#content_block_2 .content-box .inner-box .single-item {
	padding-left: 90px
}
.testimonial-block-one {
	padding-left: 30px
}
.inquiry-section .content-box .info-box li h3 {
	font-size: 20px
}
.news-block-one .inner-box .lower-content h3 {
	font-size: 20px;
	line-height: 28px
}
.news-block-one .inner-box .lower-content {
	padding-left: 30px
}
.feature-block-two .inner-box {
	padding: 46px 30px 40px 30px!important
}
h3 {
	font-size: 20px!important;
	line-height: 28px!important
}
.main-header.style-one .header-upper .outer-container {
	padding-left: 15px
}
.sidebar-page-container .sidebar .sidebar-assessment {
	padding: 40px 30px
}
.blog-details-content .comments-area .comment-box .comment .comment-inner {
	padding-left: 30px
}
.blog-details-content .comments-area .comment-box .comment .thumb-box {
	position: relative;
	margin-bottom: 15px
}
.blog-details-content .comments-area .comment-box .comment {
	padding-left: 0
}
.main-header .header-top .top-left ul li {
	margin-right: 0
}
}
/*custom.css*/
.sendbtn {
	position: absolute!important;
	top: 1368px;
	right: -287px
}
#cap_in_footer {
	text-align: center;
	background: #d3d3d3
}
#cap_in_home {
	text-align: center;
	background: #d3d3d3
}
#cap_in_content {
	text-align: center;
	background: #d3d3d3
}
.apply_now {
	position: absolute;
	top: 219px;
	right: 130px
}
.without-post {
	margin-top: 40px
}
.hero-9-form .hero-register-form {
	position: relative
}
.main-footer.bg-color-2 {
	padding-top: 60px;
	margin-top: -70px
}
#common-contact-form {
	padding: 20px 25px 5px;
	color: #000;
	box-shadow: 0 0 15px rgb(0 0 0 / 22%);
	margin: 20px 0
}
#common-contact-form h2, #common-contact-form p {
	color: #666;
	text-align: center
}
#common-contact-form button {
	background: #063c83;
	color: #fff;
	font-size: 18px
}
#common-contact-form button:hover {
	background: #c03437
}
#common-contact-form .row {
	margin-top: 30px
}
.small, small {
	font-size: 70%;
	font-weight: 400
}
#common-contact-form ul li {
	list-style: none
}
#common-contact-form ul li:before {
	content: '*';
	width: 1em!important;
	margin-left: -1em;
	display: inline-block;
	color: #c03437
}
#common-contact-form .form-group {
	margin-bottom: 1rem!important
}
.nice-select {
	display: none!important
}
#common-contact-form select {
	display: block!important
}
.main-menu .navigation>li>.megamenu li>a, .main-menu .navigation>li>ul>li>a {
	text-transform: none!important
}
.main-footer .footer-top {
	padding: 40px 0 40px 0
}
.news-section.blog-grid.sec-pad-2.blog-page h3 {
	margin: 0!important
}
.blog-date {
	font-weight: 700;
	font-size: 13px;
	line-height: 30px
}
.blog-img {
	width: 100%
}
.sidebar-page-container .sidebar .sidebar-download {
	display: block;
	padding: 34px 20px 5px 20px
}
.sidebar-download h3, .sidebar-support h3 {
	font-size: 22px;
	letter-spacing: 1px
}
.page-title {
	padding: 40px 0 50px 0
}
.news-section.blog-grid.sec-pad-2.blog-page .news-block-one .inner-box .lower-content {
	min-height: 235px
}
.coaching-details-content {
	margin-bottom: 30px
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post h5 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px
}
.blog-banner-img {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px
}
.blog-details-content .news-block-one .inner-box .lower-content {
	padding: 0
}
.sidebar-page-container .text h2 {
	border-bottom: none
}
@media screen and (max-width:650px) {
.floating-icons {
	display: none
}
.short-des-university .table {
	width: 100%!important
}
.img-thumbnail.university {
	float: left;
	margin-right: 20px;
	width: 100%
}
.coaching-details-content {
	margin-bottom: 0!important;
	margin-top: 0!important
}
.coaching-details-content .content-style-one .image-box {
	position: relative;
	display: block;
	margin-bottom: 15px
}
.testimonial-block-one .inner-box .author-inner {
	width: 100%!important;
	text-align: center
}
.apply_now {
	position: inherit;
	top: 0;
	right: 0
}
.sendbtn {
	position: inherit!important;
	top: 0;
	right: 0
}
}
@media screen and (min-width:651px) {
.floating-icons {
	position: absolute;
	right: 60px;
	top: 20px;
	z-index: 500
}
}
@media screen and (min-width:651px) {
nav.floating {
	position: fixed;
	width: 60px;
	margin-top: 150px;
	transition: all .3s linear;
	box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 40%)
}
}
.floating-icons nav {
	display: block
}
@media screen and (min-width:651px) {
nav.floating ul {
	margin: 0;
	padding: 0
}
}
@media screen and (min-width:651px) {
nav.floating li {
	height: 45px;
	position: relative;
	list-style: none
}
}
nav.floating li.float-whatsapp a {
	background: #25d366
}
@media screen and (min-width:651px) {
nav.floating li a {
	color: #fff!important;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 45px;
	padding-left: 25%;
	transition: all .3s linear;
	text-decoration: none!important;
	float: right
}
nav.floating li a i {
	position: relative;
	top: 10px;
	left: 6px;
	font-size: 22px;
	overflow: hidden;
	float: left
}
nav.floating ul li a span {
	display: none;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 36px;
	position: relative;
	font-size: 18px
}
.floating b {
	display: none
}
}
nav.floating li.float-email a {
	background: #d80056
}
nav.floating li.float-call a {
	background: #0b8de5
}
.sidebar-page-container .sidebar .sidebar-download .widget-content .download-list li div {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: rgba(255,255,255,.7);
	margin: 0
}
.testimonial-block-one .inner-box .author-inner {
	width: 30%
}
.testimonial-style-two .testimonial-block-one {
	min-height: 280px
}
.top-pad-30 {
	padding-top: 30px!important
}
.top-pad-60 {
	padding-top: 60px!important
}
.bottom-pad-60 {
	padding-bottom: 60px!important
}
.main-menu .navigation>li>.megamenu li>a, .main-menu .navigation>li>a, .main-menu .navigation>li>ul>li>a {
	font-size: 14px
}
.main-header .header-top .top-left ul li i {
	color: #fff
}
.icon-box.why-homepage {
	width: 65px;
	margin-left: 125px;
	margin-right: 125px
}
.icon-box.country-flags {
	background: 0 0!important;
	top: -40px!important
}
.home-grade {
	color: #c03437!important
}
.service-style-two.service-page-1.homepage {
	padding-top: 30px
}
.service-style-two.service-page-1.homepage .sec-title {
	margin-bottom: 30px
}
.service-style-two.service-page-1.homepage .dotted-box {
	margin-top: -15px
}
.funfact-style-two.homepage .counter-block-two .inner-box::before {
	display: none
}
.gallery img {
	margin-bottom: 30px;
	border-radius: 5px
}
.service-section.homepage .link, .service-section.homepage h3:hover {
	color: #063c83
}
.service-section.homepage p {
	text-align: justify
}
.service-section.homepage h3 {
	font-size: 20px
}
.funfact-style-two.homepage p {
	color: #fff;
	padding-top: 40px
}
.funfact-style-two.homepage h2 {
	color: #fff
}
.funfact-style-two.homepage .counter-block-two {
	background: #fff;
	margin-bottom: 40px;
	border-radius: 5px
}
.funfact-style-two.homepage h4 {
	color: #000
}
.funfact-style-two.homepage .count-text, .funfact-style-two.homepage span {
	color: #063c83
}
.funfact-style-two.homepage .counter-block-two .inner-box {
	min-height: 200px;
	padding-top: 40px;
	padding-bottom: 40px
}
.funfact-style-two.homepage .sec-title.centred {
	text-align: center;
	padding-bottom: 0
}
.testimonial-block-one p {
	text-align: justify
}
.news-section.sec-pad-2.homepage .news-block-one .inner-box {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px
}
.news-section.sec-pad-2.homepage .news-block-one .inner-box .lower-content {
	padding: 15px 10px
}
.news-section.sec-pad-2.homepage {
	padding: 30px 0 30px 0
}
.news-section.sec-pad-2.homepage h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700
}
.news-block-one .inner-box .lower-content .post-info::before {
	display: none
}
.news-block-one .inner-box .lower-content .post-info {
	padding-bottom: 0;
	margin-bottom: 5px;
	text-align: justify
}
.news-block-one .inner-box .lower-content .link a i {
	font-size: 13px;
	margin-left: 5px
}
.date, .news-block-one .inner-box .lower-content .link a {
	font-size: 13px;
	font-weight: 700
}
.date {
	float: right
}
.funfact-style-two.video {
	padding-top: 0
}
#image_block_1 .image-box .box, #image_block_1 .image-box .box .inner, .about-section.homepage .image, .accordion-box .block .acc-btn, .funfact-style-two.video iframe, .service-block-two .inner-box, .testimonial-style-two .testimonial-block-one {
	border-radius: 5px
}
.blog-img, .image-country, .service-block-one .inner-box {
	border-radius: 5px 5px 0 0
}
.accordion-box .block .acc-btn.active h5 {
	color: #063c83
}
.funfact-style-two.video iframe {
	border: 1px solid #ddd;
	width: 100%
}
.main-footer .footer-widget.links-widget h3 {
	margin-top: 20px!important;
	margin-bottom: 35px!important
}
.main-footer .footer-top .links-widget .widget-content .list li a {
	padding-left: 0
}
.icon-box.mbbs-flags {
	height: 100%;
	width: 40px;
	padding-right: 5px
}
.schengen-title {
	margin-bottom: 14px
}
.menu-image img {
	width: 100%;
	height: 124px;
	border: 1px solid #ddd;
	border-radius: 5px
}
.mbbs h4 {
	font-size: 22px
}
.title-menu-images a {
	color: #222
}
.title-menu-images {
	margin-bottom: 13px
}
.icon-box.menu-flags {
	height: 100%;
	width: 40px
}
#v-pills-tab .nav-link {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	color: #222
}
.tab-content.menu .link-list li a {
	line-height: 18px!important
}
#v-pills-tabContent .p-5 {
	padding: 9px!important
}
#v-pills-tab .title-tab {
	font-size: 14px;
	font-weight: 700
}
#v-pills-tabContent h4 {
	font-size: 17px;
	font-weight: 700;
	color: #222;
	padding-bottom: 10px
}
.tab-content.menu .title a {
	color: #222
}
.tab-content.menu .link-list li a {
	font-size: 15px!important
}
.sticky-header .logo-box .logo {
	padding: 18px 0!important
}
.main-header.style-two .logo-box .logo {
	position: relative;
	padding: 28px 0
}
.hero-9-form #hero-formform-bottom .hero-register-form {
	background-color: #fff;
	padding: 45px 15px 30px 15px
}
.hero-register-form .form-control::placeholder {
font-size:14px
}
.hero-register-form .btn {
	margin-top: 0
}
.hero-9-form .btn-danger {
	background-color: #063c83;
	border-color: #063c83
}
.hero-9-form .btn-danger:hover {
	background-color: #c03437;
	border-color: #c03437
}
.main-footer.bg-color-2 {
	background: #063c83
}
.main-footer .footer-bottom .copyright p, .main-footer .footer-bottom .copyright p a, .main-footer .footer-bottom .copyright p a:hover, .main-footer .footer-bottom .footer-nav li a, .main-footer .footer-bottom .footer-nav li a:hover, .main-footer .footer-top .links-widget .widget-content .list li a, .main-footer .footer-top .links-widget .widget-content .list li a::before, .main-footer .footer-top .logo-widget .social-links li a, .main-footer .footer-top .logo-widget .social-links li a:hover, .main-footer .footer-top p, .widget-content a {
	color: #fff
}
.main-footer .footer-bottom .footer-nav li::before {
	background: #fff
}
.widget-title .text {
	text-align: justify
}
.widget-content.contact-detail p {
	margin-bottom: 8px
}
.main-footer .footer-top .links-widget .widget-content .list li a::before {
	display: none
}
.services-section-seven {
	position: relative;
	margin-top: -100px;
	padding: 210px 0 100px;
	background-color: #f5f5f5
}
.services-section-seven.style-two {
	padding-top: 40px;
	margin-top: 0;
	padding-bottom: 0
}
.services-section-seven.style-two .service-block-seven {
	margin-bottom: 50px
}
.services-section-seven .circle-one {
	position: absolute;
	left: 20%;
	top: 15%;
	width: 146px;
	height: 146px;
	opacity: .5;
	border-radius: 50%;
	background-color: #fff
}
.services-section-seven .circle-two {
	position: absolute;
	left: -10%;
	top: 35%;
	width: 300px;
	height: 300px;
	opacity: .5;
	border-radius: 50%;
	background-color: #fff
}
.services-section-seven .pattern-layer {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 679px;
	background-position: right top;
	background-repeat: no-repeat
}
.services-section-seven .owl-carousel .owl-stage-outer {
	padding-bottom: 30px
}
.services-section-seven .owl-nav {
	display: none
}
.services-section-seven .owl-dots {
	position: relative;
	margin-top: 30px;
	text-align: center
}
.services-section-seven .owl-dots .owl-dot {
	position: relative;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	display: inline-block;
	background-color: #c03437;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.services-section-seven .owl-dots .owl-dot.active, .services-section-seven .owl-dots .owl-dot:hover {
	background-color: #063c83;
	width: 30px
}
.service-block-seven {
	position: relative;
	margin-bottom: 30px
}
.service-block-seven .inner-box {
	position: relative;
	text-align: center;
	padding: 50px 35px;
	border-radius: 10px;
	background-color: #fff;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.service-block-seven .inner-box .color-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background-color: #063c83;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transform: scale(0, 1)
}
.service-block-seven .inner-box:hover .color-layer {
	transform: scale(1, 1)
}
.service-block-seven .inner-box .icon-box {
	position: relative;
	display: inline-block
}
.service-block-seven .inner-box .icon-box:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 10px;
	transform: rotate(-15deg);
	border: 1px dashed #aeaeae;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.service-block-seven .inner-box:hover .icon-box:before {
	border-color: #c03437;
	transform: rotate(-45deg)
}
.service-block-seven .inner-box:hover .icon-box .icon {
	color: #c03437
}
.service-block-seven .inner-box .icon-box .icon {
	position: relative;
	width: 80px;
	height: 80px;
	color: #c03437;
	font-size: 48px;
	line-height: 70px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	background-color: #fff;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	box-shadow: 0 0 15px rgba(0,0,0,.15)
}
.service-block-seven .inner-box h3 {
	position: relative;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 30px;
	margin-bottom: 15px
}
.service-block-seven .inner-box h3 a {
	position: relative;
	color: #063c83;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.service-block-seven .inner-box:hover .text, .service-block-seven .inner-box:hover h3 a {
	color: #fff
}
.service-block-seven .inner-box .text {
	position: relative;
	line-height: 1.8em;
	color: #555;
	font-size: 16px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.service-block-seven .inner-box .block-pattern-layer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 70px;
	background-repeat: no-repeat;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.service-block-seven .inner-box:hover .block-pattern-layer {
	opacity: 0
}
.service-block-seven .inner-box .go-ahead {
	position: absolute;
	left: 50%;
	opacity: 0;
	bottom: -40px;
	color: #fff;
	visibility: hidden;
	padding: 8px 22px;
	border-radius: 4px;
	display: inline-block;
	background-color: #063c83;
	transform: translateX(-50%);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.service-block-seven .inner-box:hover .go-ahead {
	opacity: 1;
	bottom: -20px;
	visibility: visible
}
.icon.services-images img {
	width: 48px!important;
	margin-left: 0;
	margin-right: 0
}
.services-section-seven.style-two.homepage .service-block-seven .inner-box .text {
	text-align: justify
}
#banner-homepage {
	background-image: url(../assets/images/banner/banner.jpg);
	padding-top: 110px;
	padding-bottom: 50px
}
.bg-fixed, .bg-scroll {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
#banner-homepage h2 {
	font-size: 3rem;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -.75px;
	margin-bottom: 30px;
	color: #c03437;
	text-shadow: 2px 2px 1px #fff
}
.banner-content {
	color: #fff;
	font-size: 20px;
	text-align: justify;
	text-shadow: 2px 2px 1px #000
}
.banner-form {
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 45px 30px 30px;
	margin: -30px 20px 0 50px
}
.banner-form .form-control {
	background-color: #fff;
	color: #333;
	height: 45px;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 15px;
	border: 1px solid #ddd
}
.banner-heading-form {
	font-size: 21px;
	margin-bottom: 25px;
	text-align: center
}
.form-control.message {
	height: 120px
}
.form-btn .theme-btn-two {
	width: 100%
}
.blog-page .pagination-wrapper.centred {
	margin-bottom: 120px
}
.news-section.blog-grid.sec-pad-2.blog-page .news-block-one .inner-box {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px
}
.news-section.blog-grid.sec-pad-2.blog-page h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 15px
}
.news-section.blog-grid.sec-pad-2.blog-page .news-block-one .inner-box .lower-content {
	padding: 15px 10px
}
.news-block-one .inner-box .lower-content .post-date {
	border-radius: 5px;
	padding: 5px 10px
}
.news-section.blog-grid.sec-pad-2.blog-page {
	padding: 50px 0 0 0!important
}
.blog-details .social-links.clearfix li {
	float: left;
	margin-left: 20px
}
.blog-details .social-links .fab {
	color: #222
}
.accordion-content.inner-page h3, .comments-form-area .group-title h3, .sidebar-page-container .text h3, .sidebar-widget.popular-tags .sidebar-title-two h3 {
	color: #063c83!important;
	font-size: 1.4rem!important;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px!important;
	margin-top: 10px;
	padding-bottom: 5px
}
.accordion-content.inner-page h4, .comments-form-area .group-title h4, .sidebar-page-container .text h4, .sidebar-widget.popular-tags .sidebar-title-two h4 {
	color: #063c83!important;
	font-size: 1.2rem!important;
	font-weight: 400!important;
	margin-bottom: 10px!important;
	margin-top: 10px;
	padding-bottom: 5px
}
.sidebar-page-container h2 {
	font-size: 1.5rem!important;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	padding-bottom: 5px
}
.sidebar-page-container .text p strong {
	font-weight: 600;
	color: #000
}
.sidebar-page-container .text ul li {
	list-style: disc;
	margin-left: 15px
}
.sidebar-page-container .text ol li {
	list-style: inside decimal!important;
	margin-left: 15px!important
}
.sidebar-page-container p {
	margin-bottom: 5px!important;
	margin-top: 5px
}
.sidebar-page-container .table.table-striped.table-bordered {
	margin-top: 20px
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post {
	padding-left: 0;
	margin-bottom: 20px
}
.sidebar-widget.popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 8px 10px 8px;
	margin: 0 6px 8px 0;
	color: #222;
	text-align: left;
	font-size: 14px;
	background: 0 0;
	background-color: rgba(0,0,0,0);
	font-weight: 400;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-weight: 600
}
.blog-details .sidebar.blog-sidebar .sidebar-post .post-inner .post h5 {
	border-bottom: 1px solid #ddd
}
.sidebar-widget.popular-tags a:hover {
	background: #063c83;
	color: #fff;
	border: 1px solid #063c83
}
.sidebar-page-container .sidebar .sidebar-search .form-group input[type=search] {
	background: #063c83;
	border-radius: 5px
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li p {
	color: #fff
}
.blog-details-content .comments-form-area {
	margin-top: 20px;
	margin-bottom: 70px
}
.blog-details-content .comments-form-area .group-title {
	margin-bottom: 20px
}
.sidebar-page-container .text iframe {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%
}
.contact-page-section {
	position: relative;
	padding: 50px 0 110px 0
}
.sidebar-page-container .image-box, .sidebar-page-container .image-box img, .sidebar-page-container .sidebar-assessment, .sidebar-page-container .sidebar-post, .sidebar-page-container .sidebar-support {
	border-radius: 5px
}
.sidebar-page-container .sidebar-support .image-box img {
	width: 100%;
	border-radius: 5px 5px 0 0
}
.sidebar-widget.sidebar-categories-2.popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 8px 10px 8px;
	margin: 0 6px 8px 0;
	color: #222;
	text-align: left;
	font-size: 14px;
	background: 0 0;
	background-color: rgba(0,0,0,0);
	font-weight: 400;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-weight: 600
}
.download-list.clearfix li p {
	color: #fff
}
.sidebar-page-container .sidebar .sidebar-download .widget-title h3 {
	font-size: 21px
}
.sidebar-widget.sidebar-categories-2.popular-tags a:hover {
	background: #063c83;
	color: #fff;
	border: 1px solid #063c83
}
.sidebar-page-container .sidebar .sidebar-categories-2 {
	padding: 33px 25px 39px 25px
}
.sidebar-widget.sidebar-categories-2 ul li a {
	font-size: 14px!important
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a::before {
	background: #c03437
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active i, .sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover i {
	color: #fff
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a {
	font-size: 14px;
	padding: 8px 40px
}
.sidebar-page-container .sidebar .sidebar-categories .categories-list li a::after {
	height: 25px;
	top: 10px
}
.sidebar-page-container .sidebar .sidebar-download {
	background: #c03437
}
.sidebar-page-container .sidebar .widget-title h3 {
	color: #c03437
}
.sidebar-page-container .blog-sidebar .sidebar-support, .sidebar-page-container .sidebar .sidebar-search .form-group input[type=search], .sidebar-page-container .sidebar .widget-title .dotted-box .dotted, .sidebar-page-container .sidebar .widget-title::before {
	background: #c03437
}
.page-title {
	padding: 50px 0 50px 0
}
.page-title::before {
	background: -webkit-linear-gradient(-90deg, rgba(6,60,131,.8), rgba(0,0,0,.6) 100%)
}
.page-title .content-box .title-box h1 {
	font-size: 40px
}
.text.bottom.university {
	margin-top: -30px
}
.sidebar-page-container .text p {
	text-align: justify
}
.news-section.sec-pad-2.homepage.inner-page {
	background: #fafafa;
	padding-bottom: 90px!important
}
.universities-content h4 {
	color: #c03437!important;
	font-size: 1.2rem!important;
	border-bottom: 1px solid #ddd;
	font-weight: 500!important;
	padding-bottom: 5px
}
.img-thumbnail.university {
	float: left;
	margin-right: 20px
}
.short-des-university .table {
	width: 65%
}
.short-des-university .table-bordered th, .table-bordered td {
	padding: 8px
}
.contact-page-section .map-inner iframe {
	width: 100%
}
.testimonial-style-two.inner-page {
	padding-top: 35px
}
.accordion-content.inner-page {
	margin-top: -40px;
	margin-bottom: 20px
}
.sidebar-page-container {
	padding: 15px
}
.single-form.apply-now input {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 16px;
	color: #303030;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px
}
.section-title.form-apply h3 {
	text-align: center;
	color: #fff!important;
	font-size: 28px!important;
	font-weight: 700!important;
	border-bottom: 0;
	margin-bottom: 25px!important;
	margin-top: 30px;
	text-transform: uppercase
}
.single-form.apply-now .btn-apply {
	margin-left: 250px;
	margin-right: 250px
}
.single-form.apply-now .main-btn.main-btn-2 {
	background: #000;
	color: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	font-weight: 600!important
}
.bg-color-12 {
	background: #c03437;
	border-radius: 5px
}
.single-form.apply-now .main-btn.main-btn-2:hover {
	background: #000;
	color: #fff
}
.apply-form-inner-page {
	padding: 25px 0 50px
}
.single-form.apply-now input {
	font-size: 14px!important
}
@media (max-width:767px) {
.banner-form {
	margin: 20px 0
}
}
.main-header.fixed-header .header-upper {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.5)
}
.main-header.style-two.fixed-header .logo-box .logo {
	padding: 10px 0!important
}
.main-header.style-two.fixed-header .main-menu .navigation>li {
	padding: 22px 0!important
}
.main-header.style-two.fixed-header .menu-right-content {
	margin-top: 12px
}
@media screen and (min-width:651px) {
nav.floating a:hover {
	z-index: 1;
	width: 260px;
	border-bottom: 1px solid rgba(0,0,0,.5);
	box-shadow: 0 0 1px 1px rgba(0,0,0,.3)
}
nav.floating li.wide a:hover {
	width: 185px
}
nav.floating li a:hover .chat-indicator, nav.floating li:hover .chat-indicator {
	opacity: 0;
	transition: all .2s linear
}
nav.floating li.wide-2 a:hover {
	width: 300px
}
nav.floating ul li:hover a span {
	padding-right: 30%;
	display: block;
	font-size: 15px
}
nav.floating ul li.wide:hover a span {
	padding-right: 0
}
nav.floating ul li.wide-2:hover a span {
	padding-right: 22%
}
}
.sidebar {
	height: 100%
}
.sticky-form {
	transition: top .5s ease-in-out;
	top: 0
}
.sidebar-page-container .sidebar .sticky-form.stickyit {
	position: fixed;
	top: 135px;
	transition: top .5s ease-in-out
}
/* custom-main.css*/
[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin-left: 0
}
.flaticon-001-zoom-out:before {
	content: "\f100"
}
.flaticon-002-zoom-in:before {
	content: "\f101"
}
.flaticon-003-close:before {
	content: "\f102"
}
.flaticon-004-wrench:before {
	content: "\f103"
}
.flaticon-005-wine:before {
	content: "\f104"
}
.flaticon-006-windows:before {
	content: "\f105"
}
.flaticon-007-wifi:before {
	content: "\f106"
}
.flaticon-008-router:before {
	content: "\f107"
}
.flaticon-009-wind:before {
	content: "\f108"
}
.flaticon-010-cloudy-2:before {
	content: "\f109"
}
.flaticon-011-storm-1:before {
	content: "\f10a"
}
.flaticon-012-snowing:before {
	content: "\f10b"
}
.flaticon-013-rain-2:before {
	content: "\f10c"
}
.flaticon-014-rain-1:before {
	content: "\f10d"
}
.flaticon-015-rain:before {
	content: "\f10e"
}
.flaticon-016-storm:before {
	content: "\f10f"
}
.flaticon-017-cloudy-1:before {
	content: "\f110"
}
.flaticon-018-cloudy:before {
	content: "\f111"
}
.flaticon-019-warning-1:before {
	content: "\f112"
}
.flaticon-020-warning:before {
	content: "\f113"
}
.flaticon-021-wallet-2:before {
	content: "\f114"
}
.flaticon-022-wallet-1:before {
	content: "\f115"
}
.flaticon-023-wallet:before {
	content: "\f116"
}
.flaticon-024-film-1:before {
	content: "\f117"
}
.flaticon-025-film:before {
	content: "\f118"
}
.flaticon-026-video-player:before {
	content: "\f119"
}
.flaticon-027-video-camera-3:before {
	content: "\f11a"
}
.flaticon-028-video-camera-2:before {
	content: "\f11b"
}
.flaticon-029-video-camera-1:before {
	content: "\f11c"
}
.flaticon-030-video-camera:before {
	content: "\f11d"
}
.flaticon-031-safebox:before {
	content: "\f11e"
}
.flaticon-032-user-3:before {
	content: "\f11f"
}
.flaticon-033-user-2:before {
	content: "\f120"
}
.flaticon-034-user-1:before {
	content: "\f121"
}
.flaticon-035-user:before {
	content: "\f122"
}
.flaticon-036-padlock-1:before {
	content: "\f123"
}
.flaticon-037-umbrella:before {
	content: "\f124"
}
.flaticon-038-television-2:before {
	content: "\f125"
}
.flaticon-039-television-1:before {
	content: "\f126"
}
.flaticon-040-television:before {
	content: "\f127"
}
.flaticon-041-turn-right-1:before {
	content: "\f128"
}
.flaticon-042-turn-right:before {
	content: "\f129"
}
.flaticon-043-tree:before {
	content: "\f12a"
}
.flaticon-044-trash-1:before {
	content: "\f12b"
}
.flaticon-045-trash:before {
	content: "\f12c"
}
.flaticon-046-list-2:before {
	content: "\f12d"
}
.flaticon-047-top-hat:before {
	content: "\f12e"
}
.flaticon-048-settings-1:before {
	content: "\f12f"
}
.flaticon-049-switches:before {
	content: "\f130"
}
.flaticon-050-settings:before {
	content: "\f131"
}
.flaticon-051-thermometer:before {
	content: "\f132"
}
.flaticon-052-right-align:before {
	content: "\f133"
}
.flaticon-053-align-left:before {
	content: "\f134"
}
.flaticon-054-justify:before {
	content: "\f135"
}
.flaticon-055-align-center:before {
	content: "\f136"
}
.flaticon-056-test-tube:before {
	content: "\f137"
}
.flaticon-057-terminal:before {
	content: "\f138"
}
.flaticon-058-target-1:before {
	content: "\f139"
}
.flaticon-059-target:before {
	content: "\f13a"
}
.flaticon-060-tag-1:before {
	content: "\f13b"
}
.flaticon-061-tag:before {
	content: "\f13c"
}
.flaticon-062-tablet:before {
	content: "\f13d"
}
.flaticon-063-sync:before {
	content: "\f13e"
}
.flaticon-064-sun:before {
	content: "\f13f"
}
.flaticon-065-sunset:before {
	content: "\f140"
}
.flaticon-066-sunrise:before {
	content: "\f141"
}
.flaticon-067-suitcase-1:before {
	content: "\f142"
}
.flaticon-068-suitcase:before {
	content: "\f143"
}
.flaticon-069-note:before {
	content: "\f144"
}
.flaticon-070-star-2:before {
	content: "\f145"
}
.flaticon-071-star-1:before {
	content: "\f146"
}
.flaticon-072-star:before {
	content: "\f147"
}
.flaticon-073-layer-1:before {
	content: "\f148"
}
.flaticon-074-layer:before {
	content: "\f149"
}
.flaticon-075-youtube-1:before {
	content: "\f14a"
}
.flaticon-076-yahoo-1:before {
	content: "\f14b"
}
.flaticon-077-wordpress-1:before {
	content: "\f14c"
}
.flaticon-078-vimeo-1:before {
	content: "\f14d"
}
.flaticon-079-twitter-1:before {
	content: "\f14e"
}
.flaticon-080-tumblr-1:before {
	content: "\f14f"
}
.flaticon-081-youtube:before {
	content: "\f150"
}
.flaticon-082-yahoo:before {
	content: "\f151"
}
.flaticon-083-wordpress:before {
	content: "\f152"
}
.flaticon-084-vimeo:before {
	content: "\f153"
}
.flaticon-085-twitter:before {
	content: "\f154"
}
.flaticon-086-tumblr:before {
	content: "\f155"
}
.flaticon-087-pinterest-1:before {
	content: "\f156"
}
.flaticon-088-linkedin-1:before {
	content: "\f157"
}
.flaticon-089-instagram-1:before {
	content: "\f158"
}
.flaticon-090-google-plus-1:before {
	content: "\f159"
}
.flaticon-091-facebook-1:before {
	content: "\f15a"
}
.flaticon-092-dropbox-1:before {
	content: "\f15b"
}
.flaticon-093-dribbble-1:before {
	content: "\f15c"
}
.flaticon-094-pinterest:before {
	content: "\f15d"
}
.flaticon-095-linkedin:before {
	content: "\f15e"
}
.flaticon-096-instagram:before {
	content: "\f15f"
}
.flaticon-097-google-plus:before {
	content: "\f160"
}
.flaticon-098-facebook:before {
	content: "\f161"
}
.flaticon-099-dropbox:before {
	content: "\f162"
}
.flaticon-100-dribbble:before {
	content: "\f163"
}
.flaticon-101-signal:before {
	content: "\f164"
}
.flaticon-102-sign:before {
	content: "\f165"
}
.flaticon-103-shuffle:before {
	content: "\f166"
}
.flaticon-104-shopping-cart-6:before {
	content: "\f167"
}
.flaticon-105-shopping-cart-5:before {
	content: "\f168"
}
.flaticon-106-shopping-cart-4:before {
	content: "\f169"
}
.flaticon-107-shopping-cart-3:before {
	content: "\f16a"
}
.flaticon-108-shopping-cart-2:before {
	content: "\f16b"
}
.flaticon-109-shopping-cart-1:before {
	content: "\f16c"
}
.flaticon-110-shopping-cart:before {
	content: "\f16d"
}
.flaticon-111-shopping-basket-6:before {
	content: "\f16e"
}
.flaticon-112-shopping-basket-5:before {
	content: "\f16f"
}
.flaticon-113-shopping-basket-4:before {
	content: "\f170"
}
.flaticon-114-shopping-basket-3:before {
	content: "\f171"
}
.flaticon-115-shopping-basket-2:before {
	content: "\f172"
}
.flaticon-116-shopping-basket-1:before {
	content: "\f173"
}
.flaticon-117-shopping-basket:before {
	content: "\f174"
}
.flaticon-118-shopping-bag-1:before {
	content: "\f175"
}
.flaticon-119-shopping-bag:before {
	content: "\f176"
}
.flaticon-120-shop:before {
	content: "\f177"
}
.flaticon-121-shield:before {
	content: "\f178"
}
.flaticon-122-share:before {
	content: "\f179"
}
.flaticon-123-upload:before {
	content: "\f17a"
}
.flaticon-124-hierarchical-structure:before {
	content: "\f17b"
}
.flaticon-125-up-arrow-8:before {
	content: "\f17c"
}
.flaticon-126-send-1:before {
	content: "\f17d"
}
.flaticon-127-back:before {
	content: "\f17e"
}
.flaticon-128-down-arrow-7:before {
	content: "\f17f"
}
.flaticon-129-search:before {
	content: "\f180"
}
.flaticon-130-scissors:before {
	content: "\f181"
}
.flaticon-131-rss-1:before {
	content: "\f182"
}
.flaticon-132-rss:before {
	content: "\f183"
}
.flaticon-133-rocket:before {
	content: "\f184"
}
.flaticon-134-curve:before {
	content: "\f185"
}
.flaticon-135-repeat:before {
	content: "\f186"
}
.flaticon-136-reload-2:before {
	content: "\f187"
}
.flaticon-137-reload-1:before {
	content: "\f188"
}
.flaticon-138-reload:before {
	content: "\f189"
}
.flaticon-139-turntable:before {
	content: "\f18a"
}
.flaticon-140-invoice-1:before {
	content: "\f18b"
}
.flaticon-141-invoice:before {
	content: "\f18c"
}
.flaticon-142-rainbow:before {
	content: "\f18d"
}
.flaticon-143-radio-1:before {
	content: "\f18e"
}
.flaticon-144-radio:before {
	content: "\f18f"
}
.flaticon-145-radar:before {
	content: "\f190"
}
.flaticon-146-printer:before {
	content: "\f191"
}
.flaticon-147-presentation-4:before {
	content: "\f192"
}
.flaticon-148-presentation-3:before {
	content: "\f193"
}
.flaticon-149-presentation-2:before {
	content: "\f194"
}
.flaticon-150-presentation-1:before {
	content: "\f195"
}
.flaticon-151-presentation:before {
	content: "\f196"
}
.flaticon-152-power:before {
	content: "\f197"
}
.flaticon-153-popsicle:before {
	content: "\f198"
}
.flaticon-154-podcast-1:before {
	content: "\f199"
}
.flaticon-155-podcast:before {
	content: "\f19a"
}
.flaticon-156-add:before {
	content: "\f19b"
}
.flaticon-157-stop:before {
	content: "\f19c"
}
.flaticon-158-rec-1:before {
	content: "\f19d"
}
.flaticon-159-play-button:before {
	content: "\f19e"
}
.flaticon-160-pause:before {
	content: "\f19f"
}
.flaticon-161-next:before {
	content: "\f1a0"
}
.flaticon-162-fast-forward:before {
	content: "\f1a1"
}
.flaticon-163-eject:before {
	content: "\f1a2"
}
.flaticon-164-planet:before {
	content: "\f1a3"
}
.flaticon-165-pill:before {
	content: "\f1a4"
}
.flaticon-166-pie-chart:before {
	content: "\f1a5"
}
.flaticon-167-picture-1:before {
	content: "\f1a6"
}
.flaticon-168-gallery:before {
	content: "\f1a7"
}
.flaticon-169-copy-1:before {
	content: "\f1a8"
}
.flaticon-170-copy:before {
	content: "\f1a9"
}
.flaticon-171-picture:before {
	content: "\f1aa"
}
.flaticon-172-telephone-1:before {
	content: "\f1ab"
}
.flaticon-173-telephone:before {
	content: "\f1ac"
}
.flaticon-174-pencil:before {
	content: "\f1ad"
}
.flaticon-175-paperclip:before {
	content: "\f1ae"
}
.flaticon-176-shredder:before {
	content: "\f1af"
}
.flaticon-177-euro-4:before {
	content: "\f1b0"
}
.flaticon-178-euro-3:before {
	content: "\f1b1"
}
.flaticon-179-euro-2:before {
	content: "\f1b2"
}
.flaticon-180-dollar-4:before {
	content: "\f1b3"
}
.flaticon-181-dollar-3:before {
	content: "\f1b4"
}
.flaticon-182-dollar-2:before {
	content: "\f1b5"
}
.flaticon-183-bitcoin-4:before {
	content: "\f1b6"
}
.flaticon-184-bitcoin-3:before {
	content: "\f1b7"
}
.flaticon-185-bitcoin-2:before {
	content: "\f1b8"
}
.flaticon-186-send:before {
	content: "\f1b9"
}
.flaticon-187-square-2:before {
	content: "\f1ba"
}
.flaticon-188-up-arrow-7:before {
	content: "\f1bb"
}
.flaticon-189-square-1:before {
	content: "\f1bc"
}
.flaticon-190-down-arrow-6:before {
	content: "\f1bd"
}
.flaticon-191-circle:before {
	content: "\f1be"
}
.flaticon-192-up-arrow-6:before {
	content: "\f1bf"
}
.flaticon-193-down-arrow-5:before {
	content: "\f1c0"
}
.flaticon-194-rec:before {
	content: "\f1c1"
}
.flaticon-195-notepad:before {
	content: "\f1c2"
}
.flaticon-196-access-denied:before {
	content: "\f1c3"
}
.flaticon-197-newspaper-1:before {
	content: "\f1c4"
}
.flaticon-198-newspaper:before {
	content: "\f1c5"
}
.flaticon-199-tie:before {
	content: "\f1c6"
}
.flaticon-200-music-4:before {
	content: "\f1c7"
}
.flaticon-201-playlist:before {
	content: "\f1c8"
}
.flaticon-202-music-3:before {
	content: "\f1c9"
}
.flaticon-203-music-2:before {
	content: "\f1ca"
}
.flaticon-204-music-1:before {
	content: "\f1cb"
}
.flaticon-205-music:before {
	content: "\f1cc"
}
.flaticon-206-move:before {
	content: "\f1cd"
}
.flaticon-207-mouse:before {
	content: "\f1ce"
}
.flaticon-208-more-1:before {
	content: "\f1cf"
}
.flaticon-209-more:before {
	content: "\f1d0"
}
.flaticon-210-moon-9:before {
	content: "\f1d1"
}
.flaticon-211-moon-8:before {
	content: "\f1d2"
}
.flaticon-212-moon-7:before {
	content: "\f1d3"
}
.flaticon-213-moon-6:before {
	content: "\f1d4"
}
.flaticon-214-moon-5:before {
	content: "\f1d5"
}
.flaticon-215-moon-4:before {
	content: "\f1d6"
}
.flaticon-216-moon-3:before {
	content: "\f1d7"
}
.flaticon-217-moon-2:before {
	content: "\f1d8"
}
.flaticon-218-moon-1:before {
	content: "\f1d9"
}
.flaticon-219-moon:before {
	content: "\f1da"
}
.flaticon-220-smartphone:before {
	content: "\f1db"
}
.flaticon-221-minus:before {
	content: "\f1dc"
}
.flaticon-222-minimize:before {
	content: "\f1dd"
}
.flaticon-223-microphone-1:before {
	content: "\f1de"
}
.flaticon-224-microphone:before {
	content: "\f1df"
}
.flaticon-225-megaphone-2:before {
	content: "\f1e0"
}
.flaticon-226-megaphone-1:before {
	content: "\f1e1"
}
.flaticon-227-megaphone:before {
	content: "\f1e2"
}
.flaticon-228-medicine:before {
	content: "\f1e3"
}
.flaticon-229-hospital-1:before {
	content: "\f1e4"
}
.flaticon-230-hospital:before {
	content: "\f1e5"
}
.flaticon-231-maximize:before {
	content: "\f1e6"
}
.flaticon-232-map-1:before {
	content: "\f1e7"
}
.flaticon-233-map:before {
	content: "\f1e8"
}
.flaticon-234-mail-1:before {
	content: "\f1e9"
}
.flaticon-235-mail:before {
	content: "\f1ea"
}
.flaticon-236-cancel:before {
	content: "\f1eb"
}
.flaticon-237-padlock:before {
	content: "\f1ec"
}
.flaticon-238-pin:before {
	content: "\f1ed"
}
.flaticon-239-placeholder-1:before {
	content: "\f1ee"
}
.flaticon-240-placeholder:before {
	content: "\f1ef"
}
.flaticon-241-list-1:before {
	content: "\f1f0"
}
.flaticon-242-list:before {
	content: "\f1f1"
}
.flaticon-243-menu:before {
	content: "\f1f2"
}
.flaticon-244-lightning:before {
	content: "\f1f3"
}
.flaticon-245-layout-2:before {
	content: "\f1f4"
}
.flaticon-246-layout-1:before {
	content: "\f1f5"
}
.flaticon-247-layout:before {
	content: "\f1f6"
}
.flaticon-248-up-arrow-5:before {
	content: "\f1f7"
}
.flaticon-249-right-arrow-5:before {
	content: "\f1f8"
}
.flaticon-250-left-arrow-5:before {
	content: "\f1f9"
}
.flaticon-251-down-arrow-4:before {
	content: "\f1fa"
}
.flaticon-252-laptop:before {
	content: "\f1fb"
}
.flaticon-253-keyboard-2:before {
	content: "\f1fc"
}
.flaticon-254-keyboard-1:before {
	content: "\f1fd"
}
.flaticon-255-keyboard:before {
	content: "\f1fe"
}
.flaticon-256-key-1:before {
	content: "\f1ff"
}
.flaticon-257-key:before {
	content: "\f200"
}
.flaticon-258-info:before {
	content: "\f201"
}
.flaticon-259-inbox-3:before {
	content: "\f202"
}
.flaticon-260-outbox:before {
	content: "\f203"
}
.flaticon-261-inbox-2:before {
	content: "\f204"
}
.flaticon-262-inbox-1:before {
	content: "\f205"
}
.flaticon-263-inbox:before {
	content: "\f206"
}
.flaticon-264-house:before {
	content: "\f207"
}
.flaticon-265-question:before {
	content: "\f208"
}
.flaticon-266-help:before {
	content: "\f209"
}
.flaticon-267-broken-heart-1:before {
	content: "\f20a"
}
.flaticon-268-broken-heart:before {
	content: "\f20b"
}
.flaticon-269-heart:before {
	content: "\f20c"
}
.flaticon-270-headphones-2:before {
	content: "\f20d"
}
.flaticon-271-headphones-1:before {
	content: "\f20e"
}
.flaticon-272-headphones:before {
	content: "\f20f"
}
.flaticon-273-hard-drive:before {
	content: "\f210"
}
.flaticon-274-handbag:before {
	content: "\f211"
}
.flaticon-275-grid-7:before {
	content: "\f212"
}
.flaticon-276-grid-6:before {
	content: "\f213"
}
.flaticon-277-grid-5:before {
	content: "\f214"
}
.flaticon-278-grid-4:before {
	content: "\f215"
}
.flaticon-279-grid-3:before {
	content: "\f216"
}
.flaticon-280-grid-2:before {
	content: "\f217"
}
.flaticon-281-grid-1:before {
	content: "\f218"
}
.flaticon-282-grid:before {
	content: "\f219"
}
.flaticon-283-square:before {
	content: "\f21a"
}
.flaticon-284-internet-3:before {
	content: "\f21b"
}
.flaticon-285-internet-2:before {
	content: "\f21c"
}
.flaticon-286-earth-globe:before {
	content: "\f21d"
}
.flaticon-287-internet-1:before {
	content: "\f21e"
}
.flaticon-288-internet:before {
	content: "\f21f"
}
.flaticon-289-gift:before {
	content: "\f220"
}
.flaticon-290-gear-2:before {
	content: "\f221"
}
.flaticon-291-gear-1:before {
	content: "\f222"
}
.flaticon-292-gear:before {
	content: "\f223"
}
.flaticon-293-gamepad:before {
	content: "\f224"
}
.flaticon-294-arrows:before {
	content: "\f225"
}
.flaticon-295-folder-3:before {
	content: "\f226"
}
.flaticon-296-folder-2:before {
	content: "\f227"
}
.flaticon-297-folder-1:before {
	content: "\f228"
}
.flaticon-298-folder:before {
	content: "\f229"
}
.flaticon-299-diskette-1:before {
	content: "\f22a"
}
.flaticon-300-diskette:before {
	content: "\f22b"
}
.flaticon-301-flag-1:before {
	content: "\f22c"
}
.flaticon-302-flag:before {
	content: "\f22d"
}
.flaticon-303-finder:before {
	content: "\f22e"
}
.flaticon-304-funnel-2:before {
	content: "\f22f"
}
.flaticon-305-funnel-1:before {
	content: "\f230"
}
.flaticon-306-funnel:before {
	content: "\f231"
}
.flaticon-307-fahrenheit:before {
	content: "\f232"
}
.flaticon-308-view:before {
	content: "\f233"
}
.flaticon-309-expand:before {
	content: "\f234"
}
.flaticon-310-euro-1:before {
	content: "\f235"
}
.flaticon-311-euro:before {
	content: "\f236"
}
.flaticon-312-envelope-1:before {
	content: "\f237"
}
.flaticon-313-envelope:before {
	content: "\f238"
}
.flaticon-314-login-1:before {
	content: "\f239"
}
.flaticon-315-login:before {
	content: "\f23a"
}
.flaticon-316-mortarboard:before {
	content: "\f23b"
}
.flaticon-317-edit:before {
	content: "\f23c"
}
.flaticon-318-planet-earth:before {
	content: "\f23d"
}
.flaticon-319-droplet:before {
	content: "\f23e"
}
.flaticon-320-drawer-2:before {
	content: "\f23f"
}
.flaticon-321-drawer-1:before {
	content: "\f240"
}
.flaticon-322-drawer:before {
	content: "\f241"
}
.flaticon-323-download-2:before {
	content: "\f242"
}
.flaticon-324-dollar-1:before {
	content: "\f243"
}
.flaticon-325-dollar:before {
	content: "\f244"
}
.flaticon-326-file-3:before {
	content: "\f245"
}
.flaticon-327-file-2:before {
	content: "\f246"
}
.flaticon-328-psd:before {
	content: "\f247"
}
.flaticon-329-png:before {
	content: "\f248"
}
.flaticon-330-pdf:before {
	content: "\f249"
}
.flaticon-331-jpg:before {
	content: "\f24a"
}
.flaticon-332-gif:before {
	content: "\f24b"
}
.flaticon-333-ai:before {
	content: "\f24c"
}
.flaticon-334-file-1:before {
	content: "\f24d"
}
.flaticon-335-file:before {
	content: "\f24e"
}
.flaticon-336-dna:before {
	content: "\f24f"
}
.flaticon-337-diamond:before {
	content: "\f250"
}
.flaticon-338-monitor:before {
	content: "\f251"
}
.flaticon-339-desk:before {
	content: "\f252"
}
.flaticon-340-database:before {
	content: "\f253"
}
.flaticon-341-credit-card-1:before {
	content: "\f254"
}
.flaticon-342-credit-card:before {
	content: "\f255"
}
.flaticon-343-business-card-3:before {
	content: "\f256"
}
.flaticon-344-business-card-2:before {
	content: "\f257"
}
.flaticon-345-business-card-1:before {
	content: "\f258"
}
.flaticon-346-business-card:before {
	content: "\f259"
}
.flaticon-347-connections:before {
	content: "\f25a"
}
.flaticon-348-computer-4:before {
	content: "\f25b"
}
.flaticon-349-computer-3:before {
	content: "\f25c"
}
.flaticon-350-computer-2:before {
	content: "\f25d"
}
.flaticon-351-computer-1:before {
	content: "\f25e"
}
.flaticon-352-computer:before {
	content: "\f25f"
}
.flaticon-353-compass:before {
	content: "\f260"
}
.flaticon-354-coffee-cup:before {
	content: "\f261"
}
.flaticon-355-cloud-computing-2:before {
	content: "\f262"
}
.flaticon-356-cloud-computing-1:before {
	content: "\f263"
}
.flaticon-357-cloud-computing:before {
	content: "\f264"
}
.flaticon-358-wall-clock-1:before {
	content: "\f265"
}
.flaticon-359-wall-clock:before {
	content: "\f266"
}
.flaticon-360-clipboard:before {
	content: "\f267"
}
.flaticon-361-chrome:before {
	content: "\f268"
}
.flaticon-362-up-arrow-4:before {
	content: "\f269"
}
.flaticon-363-up-arrow-3:before {
	content: "\f26a"
}
.flaticon-364-right-arrow-4:before {
	content: "\f26b"
}
.flaticon-365-left-arrow-4:before {
	content: "\f26c"
}
.flaticon-366-down-arrow-3:before {
	content: "\f26d"
}
.flaticon-367-right-arrow-3:before {
	content: "\f26e"
}
.flaticon-368-left-arrow-3:before {
	content: "\f26f"
}
.flaticon-369-down-arrow-2:before {
	content: "\f270"
}
.flaticon-370-up-arrow-2:before {
	content: "\f271"
}
.flaticon-371-right-arrow-2:before {
	content: "\f272"
}
.flaticon-372-left-arrow-2:before {
	content: "\f273"
}
.flaticon-373-down-arrow-1:before {
	content: "\f274"
}
.flaticon-374-checked-1:before {
	content: "\f275"
}
.flaticon-375-checked:before {
	content: "\f276"
}
.flaticon-376-chat-2:before {
	content: "\f277"
}
.flaticon-377-chat-1:before {
	content: "\f278"
}
.flaticon-378-chat:before {
	content: "\f279"
}
.flaticon-379-celsius:before {
	content: "\f27a"
}
.flaticon-380-cash-register:before {
	content: "\f27b"
}
.flaticon-381-up-arrow-1:before {
	content: "\f27c"
}
.flaticon-382-right-arrow-1:before {
	content: "\f27d"
}
.flaticon-383-left-arrow-1:before {
	content: "\f27e"
}
.flaticon-384-down-arrow:before {
	content: "\f27f"
}
.flaticon-385-photo-camera-4:before {
	content: "\f280"
}
.flaticon-386-photo-camera-3:before {
	content: "\f281"
}
.flaticon-387-photo-camera-2:before {
	content: "\f282"
}
.flaticon-388-photo-camera-1:before {
	content: "\f283"
}
.flaticon-389-photo-camera:before {
	content: "\f284"
}
.flaticon-390-calendar-1:before {
	content: "\f285"
}
.flaticon-391-calendar:before {
	content: "\f286"
}
.flaticon-392-calculator:before {
	content: "\f287"
}
.flaticon-393-building:before {
	content: "\f288"
}
.flaticon-394-browser-2:before {
	content: "\f289"
}
.flaticon-395-browser-1:before {
	content: "\f28a"
}
.flaticon-396-browser:before {
	content: "\f28b"
}
.flaticon-397-briefcase:before {
	content: "\f28c"
}
.flaticon-398-box-5:before {
	content: "\f28d"
}
.flaticon-399-box-4:before {
	content: "\f28e"
}
.flaticon-400-box-3:before {
	content: "\f28f"
}
.flaticon-401-box-2:before {
	content: "\f290"
}
.flaticon-402-bow-tie:before {
	content: "\f291"
}
.flaticon-403-bottle:before {
	content: "\f292"
}
.flaticon-404-bookshelf:before {
	content: "\f293"
}
.flaticon-405-notebook-1:before {
	content: "\f294"
}
.flaticon-406-bookmark-1:before {
	content: "\f295"
}
.flaticon-407-bookmark:before {
	content: "\f296"
}
.flaticon-408-notebook:before {
	content: "\f297"
}
.flaticon-409-bone-1:before {
	content: "\f298"
}
.flaticon-410-bone:before {
	content: "\f299"
}
.flaticon-411-bluetooth:before {
	content: "\f29a"
}
.flaticon-412-bitcoin-1:before {
	content: "\f29b"
}
.flaticon-413-bitcoin:before {
	content: "\f29c"
}
.flaticon-414-binoculars:before {
	content: "\f29d"
}
.flaticon-415-billboard-1:before {
	content: "\f29e"
}
.flaticon-416-billboard:before {
	content: "\f29f"
}
.flaticon-417-bell:before {
	content: "\f2a0"
}
.flaticon-418-flask-2:before {
	content: "\f2a1"
}
.flaticon-419-flask-1:before {
	content: "\f2a2"
}
.flaticon-420-flask:before {
	content: "\f2a3"
}
.flaticon-421-full-battery:before {
	content: "\f2a4"
}
.flaticon-422-empty-battery:before {
	content: "\f2a5"
}
.flaticon-423-battery-1:before {
	content: "\f2a6"
}
.flaticon-424-battery:before {
	content: "\f2a7"
}
.flaticon-425-half-battery:before {
	content: "\f2a8"
}
.flaticon-426-low-battery:before {
	content: "\f2a9"
}
.flaticon-427-barcode-2:before {
	content: "\f2aa"
}
.flaticon-428-barcode-1:before {
	content: "\f2ab"
}
.flaticon-429-barcode:before {
	content: "\f2ac"
}
.flaticon-430-bar-chart:before {
	content: "\f2ad"
}
.flaticon-431-bank:before {
	content: "\f2ae"
}
.flaticon-432-band-aid:before {
	content: "\f2af"
}
.flaticon-433-mute-1:before {
	content: "\f2b0"
}
.flaticon-434-mute:before {
	content: "\f2b1"
}
.flaticon-435-audio-2:before {
	content: "\f2b2"
}
.flaticon-436-audio-1:before {
	content: "\f2b3"
}
.flaticon-437-audio:before {
	content: "\f2b4"
}
.flaticon-438-physics:before {
	content: "\f2b5"
}
.flaticon-439-at:before {
	content: "\f2b6"
}
.flaticon-440-up-arrow:before {
	content: "\f2b7"
}
.flaticon-441-right-arrow:before {
	content: "\f2b8"
}
.flaticon-442-left-arrow:before {
	content: "\f2b9"
}
.flaticon-443-download-1:before {
	content: "\f2ba"
}
.flaticon-444-download:before {
	content: "\f2bb"
}
.flaticon-445-box-1:before {
	content: "\f2bc"
}
.flaticon-446-box:before {
	content: "\f2bd"
}
.flaticon-447-android:before {
	content: "\f2be"
}
.flaticon-448-airplay:before {
	content: "\f2bf"
}
.flaticon-449-ticket-1:before {
	content: "\f2c0"
}
.flaticon-450-ticket:before {
	content: "\f2c1"
}
.wsmenu body, .wsmenu h1, .wsmenu h2, .wsmenu h3, .wsmenu h4, .wsmenu h5, .wsmenu h6, .wsmenu html, .wsmenu iframe {
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	font-smooth: subpixel-antialiased
}
.wsmenu .cl {
	clear: both
}
.wsmenu img, embed, object, video {
	border: 0 none;
	max-width: 100%
}
.wsmenu a:focus {
	outline: 0
}
.wsmenu:after, .wsmenu:before {
	content: "";
	display: table
}
.wsmenu:after {
	clear: both
}

.wsmainfull {
	width: 100%;
	height: auto;
	background-color: #fff!important;
	z-index: 999;
	-webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
	-moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
	box-shadow: 0 2px 3px rgba(96,96,96,.1);
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.wsmainwp {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 0;
	position: relative
}
.desktoplogo {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 70px
}
.desktoplogo img {
	vertical-align: middle
}
.wsmenu {
	padding: 0;
	float: right;
	display: block
}
.wsmenu>.wsmenu-list {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 100%;
	display: block;
	padding: 0
}
.wsmenu>.wsmenu-list>li {
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	float: left
}
.wsmenu>.wsmenu-list>li>a {
	display: block;
	color: #666;
	font-family: Oxygen, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5px;
	padding: 10px 32px 10px 18px;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative
}
.wsmenu>.wsmenu-list>li>a.last-link {
	padding: 10px 0 10px 0
}
.wsmenu>.wsmenu-list>li>a.callusbtn {
	font-size: 15px
}
.wsmenu>.wsmenu-list>li>a.callusbtn i {
	font-size: 13px;
	margin-top: 1px;
	margin-right: 1px
}
.aqua-menu .wsmenu>.wsmenu-list>li>a, .blue-menu .wsmenu>.wsmenu-list>li>a, .tra-menu .wsmenu>.wsmenu-list>li>a {
	color: #fff
}
.white-menu .wsmenu>.wsmenu-list>li>a {
	color: #666
}
.tra-menu .wsmenu.dark-txt>.wsmenu-list>li>a {
	color: #333
}
.wsmenu>.wsmenu-list>li:last-child>a {
	border-right: 0
}
.wsmenu>.wsmenu-list>li:hover>a {
	color: #f0f0f0
}
.white-menu .wsmenu>.wsmenu-list>li:hover>a {
	color: #171819
}
.wsmenu>.wsmenu-list>li a.menuhomeicon {
	padding-left: 29px;
	padding-right: 29px
}
.wsmenu>.wsmenu-list>li>a i {
	display: inline-block;
	font-size: 16px;
	line-height: inherit;
	margin-right: 12px;
	vertical-align: top
}
.wsmenu>.wsmenu-list>li>a.menuhomeicon i {
	margin-right: 0;
	font-size: 15px
}
.wsmenu>.wsmenu-list>li>a .wsarrow:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	content: "";
	float: right;
	right: 15px;
	height: 0;
	margin: 0 0 0 14px;
	position: absolute;
	text-align: right;
	top: 33px;
	width: 0
}
.wsmenu>.wsmenu-list>li.rightmenu {
	float: right
}
.wsmenu>.wsmenu-list>li.rightmenu a {
	padding: 0 30px 0 20px;
	border-right: none
}
.wsmenu>.wsmenu-list>li.rightmenu a i {
	font-size: 15px
}
.wsmenu>.wsmenu-list>li.rightmenu {
	float: right
}
.wsmenu-list>li.rightmenu:after, .wsmenu>.wsmenu-list>li.rightmenu:before {
	content: "";
	display: table
}
.wsmenu>.wsmenu-list>li.rightmenu:after {
	clear: both
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch {
	float: right;
	width: 210px;
	height: 39px;
	position: relative;
	margin: 16px 0 0 0
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .searchicon {
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	transition: all .7s ease 0s
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input {
	width: 100%;
	position: relative;
	float: right;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: 15px;
	height: 39px;
	z-index: 2;
	outline: 0;
	color: #333;
	background-color: #efefef;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	font-size: 12px
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input::placeholder {
color:#a9a9a9
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus {
	color: #333;
	width: 220px
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle i {
	color: #000;
	opacity: 1
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {
	opacity: 1;
	z-index: 3;
	color: #fff
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle {
	top: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	line-height: 30px;
	z-index: 1;
	cursor: pointer;
	opacity: .3;
	color: #333;
	z-index: 1000;
	background-color: transparent;
	border: solid 0;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	transition: all .7s ease 0s
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle i {
	line-height: 37px;
	margin: 0;
	padding: 0;
	text-align: center
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle:hover i {
	opacity: 1
}
.wsmenu>.wsmenu-list>li.rightmenu {
	zoom: 1
}
.wsmenu>.wsmenu-list>li>ul.sub-menu {
	position: absolute;
	top: 70px;
	z-index: 1000;
	margin: 0;
	padding: 10px 15px;
	min-width: 200px;
	background-color: #fff;
	border: solid 1px #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px dashed silver
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li:last-child {
	border-bottom: none
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
	position: relative;
	background-image: none;
	border-right: 0 none;
	text-align: left;
	display: block;
	padding: 9px;
	text-transform: none;
	color: #444;
	font-size: 15px;
	font-family: Oxygen, sans-serif;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0;
	border-right: 0 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
	padding: 9px 9px 9px 20px;
	color: #063c83
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
	position: absolute;
	top: 12px;
	right: 0
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
	min-width: 200px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	background-color: #fff;
	border: solid 1px #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px dashed silver
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:last-child {
	border-bottom: none
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
	position: relative;
	background-image: none;
	border-right: 0 none;
	text-align: left;
	display: block;
	padding: 9px;
	text-transform: none;
	color: #888;
	font-size: 16px;
	font-family: Oxygen, sans-serif;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: normal;
	border-right: 0 solid;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
	padding: 8px 15px 8px 23px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
	position: absolute;
	top: 12px;
	right: 12px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
	min-width: 200px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	list-style: none;
	padding: 0;
	background-color: #fff;
	border: solid 1px #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
	background-image: none;
	border-right: 0 none;
	text-align: left;
	display: block;
	padding: 9px;
	text-transform: none;
	color: #888;
	font-size: 16px;
	font-family: Oxygen, sans-serif;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: normal;
	border-right: 0 solid;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
	padding: 9px 9px 9px 20px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
	margin-left: 9px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu {
	width: 100%;
	left: 0;
	position: absolute;
	top: 70px;
	color: #000;
	z-index: 1000;
	margin: 0;
	text-align: left;
	padding: 20px 30px;
	border: solid 1px #eee;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
	padding: 20px 20px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
	padding: 9px 5px 9px 0;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	text-align: left
}
.wsmegamenu h5.h5-xs {
	font-size: 1.05rem;
	font-weight: 700;
	margin-top: 18px
}
.wsmegamenu h5.h5-xs a {
	color: #555
}
.wsmegamenu h5.h5-xs a:hover {
	color: #272829;
	text-decoration: underline
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-control-next {
	opacity: .8
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-control-prev {
	opacity: .8
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-caption {
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	font-size: 13px;
	height: 31px;
	left: 0;
	padding: 7px 0;
	right: 0;
	width: 100%
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .wsmwnutxt {
	width: 100%;
	color: #888;
	font-size: 16px;
	font-family: Oxygen, sans-serif;
	font-weight: 400;
	text-align: justify;
	margin-top: 0
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px dashed silver
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.title, .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li:last-child {
	border-bottom: none
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
	line-height: 18px;
	border-right: none;
	text-align: left;
	padding: 15px 0;
	background: 0 0;
	background-image: none;
	border-right: 0 none;
	display: block;
	background-color: transparent;
	color: #444;
	font-size: 15px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
	padding: 15px 0 15px 10px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
	margin-top: 15px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #dbdbdb;
	border: 1px solid #e7e7e7;
	color: #6a6a6a;
	margin: 2px 0;
	font-size: 13px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
	width: 40%;
	right: auto;
	left: auto
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
	width: 35%;
	right: auto;
	left: auto
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form {
	width: 100%;
	display: block
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=text] {
	width: 100%;
	border: 1px solid #e2e2e2;
	color: #000;
	font-size: 13px;
	padding: 8px 5px;
	margin-bottom: 8px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form textarea {
	width: 100%;
	border: 1px solid #e2e2e2;
	color: #000;
	font-size: 13px;
	padding: 8px 5px;
	margin-bottom: 8px;
	min-height: 122px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=submit] {
	width: 25%;
	display: block;
	height: 32px;
	float: right;
	border: none;
	margin-right: 15px;
	cursor: pointer;
	background-color: #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=button] {
	width: 25%;
	display: block;
	height: 32px;
	float: right;
	border: none;
	cursor: pointer;
	background-color: #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-inner .item img {
	width: 100%
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-caption {
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	font-size: 13px;
	height: 31px;
	left: 0;
	padding: 7px 0;
	right: 0;
	width: 100%
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text {
	padding: 0 0;
	font-size: 14px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul {
	padding: 0 0;
	margin: 0
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text p {
	text-align: justify;
	line-height: 24px;
	color: #656565
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li {
	display: block;
	padding: 2px 0;
	line-height: 22px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li a {
	color: #656565
}
.wsmobileheader {
	display: none
}
.overlapblackbg {
	opacity: 0;
	visibility: hidden
}
.wsmenu .wsmenu-click {
	display: none
}
.wsmenu .wsmenu-click02 {
	display: none
}
.hometext {
	display: none
}
@media only screen and (max-width:991px) {
html {
	overflow: hidden;
	height: 100%;
	-webkit-overflow-scrolling: touch
}
body {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden
}
body.wsactive {
	overflow: hidden
}
.desktoplogo {
	display: none
}
.wsmainfull {
	height: 0
}
.wsmenucontainer {
	background-attachment: local;
	background-position: 33% 0
}
.wsmenu {
	width: 100%;
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	left: 0;
	overflow-y: hidden;
	padding: 0;
	top: 0;
	visibility: hidden;
	position: fixed;
	margin: 0
}
.wsmenu>.wsmenu-list {
	height: auto;
	min-height: 100%;
	width: 240px;
	width: 300px;
	background: #fff;
	padding-bottom: 0;
	margin-left: -240px;
	margin-left: -300px;
	display: block;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
.wsmenu>.wsmenu-list>li {
	width: 100%;
	display: block;
	float: none;
	border-right: none;
	background-color: transparent;
	position: relative;
	white-space: inherit;
	clear: right
}
@supports (-webkit-overflow-scrolling:touch) {
.wsmenu>.wsmenu-list>li:last-child {
padding-bottom:110px
}
}
.wsmenu>.wsmenu-list>li>a {
	padding: 12px 32px 12px 17px;
	font-size: 15px;
	text-align: left;
	border-right: solid 0;
	background-color: transparent;
	color: #666;
	line-height: 25px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0,0,0,.13);
	position: static
}
.wsmenu>.wsmenu-list>li a.menuhomeicon {
	padding-left: 17px;
	padding-right: 17px;
	border-top: solid 1px rgba(0,0,0,.13)
}
.wsmenu>.wsmenu-list>li>a.menuhomeicon i {
	margin-right: 2px;
	font-size: 13px
}
.wsmenu>.wsmenu-list>li>a>i {
	font-size: 14px;
	color: #bfbfbf
}
.wsmenu>.wsmenu-list>li>a .wsarrow:after {
	display: none
}
.wsmenu>.wsmenu-list>li:hover>a {
	background-color: rgba(0,0,0,.08);
	text-decoration: none
}
.wsmenu>.wsmenu-list>li>a>.hometext {
	display: inline-block
}
.wsmenu>.wsmenu-list>li>ul.sub-menu {
	display: none;
	position: relative;
	top: 0;
	background-color: #fff;
	border: none;
	padding: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	-webkit-transform-style: flat
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
	line-height: 20px;
	font-size: 13px;
	padding: 10px 0 10px 16px;
	color: #383838
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
	padding-right: 30px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
	display: none
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
	background-color: #e7e7e7;
	color: #666;
	text-decoration: underline
}
.wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
	background-color: #e7e7e7;
	color: #666
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
	width: 100%;
	position: static;
	left: 100%;
	top: 0;
	display: none;
	margin: 0;
	padding: 0;
	border: solid 0;
	transform: none;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	-webkit-transform-style: flat
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
	margin: 0;
	padding: 0;
	position: relative
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
	line-height: 20px;
	font-size: 13px;
	padding: 10px 0 10px 26px;
	color: #383838
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a {
	padding-right: 30px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
	display: none
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
	background-color: #e7e7e7;
	color: #666;
	text-decoration: underline
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
	color: #000
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
	color: #000
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
	width: 100%;
	position: static;
	left: 100%;
	top: 0;
	display: none;
	margin: 0;
	padding: 0;
	border: solid 0;
	transform: none;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	-webkit-transform-style: flat
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
	margin: 0
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
	line-height: 20px;
	font-size: 13px;
	padding: 10px 0 10px 34px;
	color: #383838
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a {
	padding-right: 30px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
	display: none
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
	background-color: #e7e7e7;
	color: #666;
	text-decoration: underline
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
	color: #000
}
.wsmenu>.wsmenu-list>li>.wsmegamenu {
	color: #666;
	display: none;
	position: relative;
	top: 0;
	padding: 10px 0;
	border: solid 0;
	transform: none;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	border-bottom: 1px solid rgba(0,0,0,.13);
	-webkit-transform-style: flat
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
	width: 100%;
	margin: 0;
	padding: 5px 0 10px 0
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
	color: #666;
	font-size: 15px;
	padding: 10px 8px 10px 0
}
.wsmenu>.wsmenu-list>li>.wsmegamenu>ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu>ul>li>a {
	padding: 9px 14px;
	line-height: normal;
	font-size: 13px;
	background-color: #e7e7e7;
	color: #666
}
.wsmenu>.wsmenu-list>li>.wsmegamenu>ul>li>a:hover {
	background-color: #000
}
.wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
	line-height: 26px;
	color: #666;
	margin: 0;
	font-size: 15px;
	padding: 7px 0;
	background-color: transparent
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
	width: 100%
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form {
	padding: 5px 0 62px 0
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
	margin: 0
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=button] {
	width: 46%
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type=submit] {
	width: 46%
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form textarea {
	min-height: 100px
}
.wsmobileheader {
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10002;
	height: 54px;
	background-color: #eaecf0;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	box-shadow: 0 0 1px rgba(0,0,0,.3)
}
.wsactive .wsmobileheader {
	margin-left: 240px;
	margin-left: 300px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
.wsmobileheader .smllogo {
	display: inline-block;
	margin-top: 12px
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch {
	width: 86%;
	margin: 7% 7%;
	padding: 0
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input {
	border-radius: 50px
}
.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus {
	width: 100%
}
.callusbtn {
	color: #a9a9a9;
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: 0;
	transition: all .4s ease-in-out 0s;
	z-index: 102;
	padding: 12px 14px
}
.callusbtn i {
	vertical-align: top;
	margin-top: 4px
}
.callusbtn:hover i {
	color: #a9a9a9
}
.wsanimated-arrow {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 102;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.wsanimated-arrow {
	cursor: pointer;
	padding: 16px 35px 16px 0;
	margin: 7px 0 0 15px
}
.wsanimated-arrow span, .wsanimated-arrow span:after, .wsanimated-arrow span:before {
	cursor: pointer;
	height: 3px;
	width: 22px;
	background: #222;
	position: absolute;
	display: block;
	content: ''
}
.wsanimated-arrow span:before {
	top: -7px;
	width: 26px
}
.wsanimated-arrow span:after {
	bottom: -7px;
	width: 20px
}
.wsanimated-arrow span, .wsanimated-arrow span:after, .wsanimated-arrow span:before {
	transition: all .5s ease-in-out
}
.wsactive .wsanimated-arrow span:after {
	width: 23px
}
.wsactive .wsanimated-arrow span {
	background-color: transparent
}
.wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after {
	top: 7px
}
.wsactive .wsanimated-arrow span:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 0
}
.wsactive .wsanimated-arrow span:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}
.overlapblackbg {
	right: 0;
	width: calc(100% - 240px);
	width: calc(100% - 300px);
	height: 100vh;
	min-height: 100%;
	position: fixed;
	top: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.45);
	cursor: pointer
}
.wsactive .wsmenu .overlapblackbg {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	-ms-transition: opacity 1.5s ease-in-out;
	-o-transition: opacity 1.5s ease-in-out
}
.wsmenucontainer {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
.wsactive .wsmenucontainer {
	margin-left: 240px;
	margin-left: 300px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
.wsactive .wsmenu {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	visibility: visible;
	z-index: 1000;
	top: 0
}
.wsactive .wsmenu>.wsmenu-list {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin-left: 0
}
.wsmenu>.wsmenu-list>li>.wsmenu-click {
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	width: 100%
}
.wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
	transform: rotate(-45deg);
	margin-top: 23px
}
.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
	display: block;
	height: 8px;
	width: 8px;
	float: right;
	transform: rotate(-225deg);
	margin: 18px 18px 0 0
}
.wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
	content: "";
	width: 100%;
	height: 100%;
	border-width: 1.5px 1.5px 0 0;
	border-style: solid;
	border-color: rgba(0,0,0,.4);
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02 {
	height: 41px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	width: 100%
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i {
	display: block;
	height: 8px;
	width: 8px;
	float: right;
	transform: rotate(-225deg);
	margin: 14px 18px 0 0
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i:before {
	content: "";
	width: 100%;
	height: 100%;
	border-width: 1.5px 1.5px 0 0;
	border-style: solid;
	border-color: rgba(0,0,0,.4);
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i.wsmenu-rotate {
	transform: rotate(-45deg);
	margin-top: 19px
}
}
@media only screen and (min-width:992px) and (max-width:1162px) {
.desktoplogo {
	margin-left: 12px
}
.wsmenu>.wsmenu-list>li>a>.wsarrow {
	display: none
}
.wsmenu>.wsmenu-list>li>a {
	padding-left: 16px;
	padding-right: 16px
}
.wsmenu>.wsmenu-list>li a.menuhomeicon {
	padding-left: 22px;
	padding-right: 22px
}
}
@media screen and (min-width:991px) {
.wsmenu>.wsmenu-list>li>ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transition: -o-transform .3s, opacity .3s;
	-ms-transition: -ms-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg)
}
.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0)
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg)
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transition: -o-transform .4s, opacity .4s;
	-ms-transition: -ms-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0)
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transition: -o-transform .4s, opacity .4s;
	-ms-transition: -ms-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg)
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0)
}
.wsmenu>.wsmenu-list>li>.wsmegamenu {
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transition: -o-transform .3s, opacity .3s;
	-ms-transition: -ms-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg)
}
.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0)
}
}
.slideshow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 1
}
.slideshow .slideshow-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.slideshow .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
.slideshow .slide {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s ease
}
.slideshow .slide.is-active {
	display: block
}
.slideshow .slide.is-loaded {
	opacity: 1
}
.slideshow .slide .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center center;
	background-size: cover
}
.slideshow .slide .image {
	width: 100%;
	object-fit: cover;
	height: 100%
}
.slideshow .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}
.slideshow .arrows .arrow {
	margin: -33px 0 0;
	padding: 20px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 3
}
.slideshow .arrows .prev {
	left: 30px
}
.slideshow .arrows .next {
	right: 30px
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}
.mfp-zoom {
	cursor: pointer
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Roboto, sans-serif
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #444
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0
}
.mfp-img-mobile img.mfp-img {
	padding: 0
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0,0,0,.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,.6);
	position: fixed;
	text-align: center;
	padding: 0
}
}
@media all and (max-width:900px) {
.mfp-arrow {
	-webkit-transform: scale(.75);
	transform: scale(.75)
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px
}
}
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}
.ekko-lightbox {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 0!important
}
.ekko-lightbox-container {
	position: relative
}
.ekko-lightbox-container>div.ekko-lightbox-item {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%
}
.ekko-lightbox iframe {
	width: 100%;
	height: 100%
}
.ekko-lightbox-nav-overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex
}
.ekko-lightbox-nav-overlay a {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	transition: opacity .5s;
	color: #fff;
	font-size: 30px;
	z-index: 1
}
.ekko-lightbox-nav-overlay a>* {
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ekko-lightbox-nav-overlay a>:focus {
	outline: 0
}
.ekko-lightbox-nav-overlay a span {
	padding: 0 30px
}
.ekko-lightbox-nav-overlay a:last-child span {
	text-align: right
}
.ekko-lightbox-nav-overlay a:hover {
	text-decoration: none
}
.ekko-lightbox-nav-overlay a:focus {
	outline: 0
}
.ekko-lightbox-nav-overlay a.disabled {
	cursor: default;
	visibility: hidden
}
.ekko-lightbox a:hover {
	opacity: 1;
	text-decoration: none
}
.ekko-lightbox .modal-dialog {
	display: none
}
.ekko-lightbox .modal-footer {
	text-align: left
}
.ekko-lightbox-loader {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.ekko-lightbox-loader>div {
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center
}
.ekko-lightbox-loader>div>div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	animation: a 2s infinite ease-in-out
}
.ekko-lightbox-loader>div>div:last-child {
	animation-delay: -1s
}
.modal-dialog .ekko-lightbox-loader>div>div {
	background-color: #333
}
@keyframes a {
0%, to {
transform:scale(0);
-webkit-transform:scale(0)
}
50% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
html {
	-webkit-font-smoothing: antialiased;
	font-size: 16px
}
@-webkit-viewport {
width:device-width
}
@-moz-viewport {
width:device-width
}
@-ms-viewport {
width:device-width
}
@-o-viewport {
width:device-width
}
@viewport {
width:device-width
}
#page {
	overflow: hidden
}
.wide-100 {
	padding-top: 100px;
	padding-bottom: 100px
}
.wide-90 {
	padding-top: 100px;
	padding-bottom: 90px
}
.wide-80 {
	padding-top: 100px;
	padding-bottom: 80px
}
.wide-70 {
	padding-top: 100px;
	padding-bottom: 70px
}
.wide-60 {
	padding-top: 100px;
	padding-bottom: 60px
}
.wide-50 {
	padding-top: 50px;
	padding-bottom: 10px
}
.wide-40 {
	padding-top: 100px;
	padding-bottom: 40px
}
.wide-30 {
	padding-top: 100px;
	padding-bottom: 30px
}
.wide-20 {
	padding-top: 100px;
	padding-bottom: 20px
}
.mt-100 {
	margin-top: 100px
}
.mt-90 {
	margin-top: 90px
}
.mt-80 {
	margin-top: 80px
}
.mt-70 {
	margin-top: 70px
}
.mt-60 {
	margin-top: 60px
}
.mt-50 {
	margin-top: 50px
}
.mt-45 {
	margin-top: 45px
}
.mt-40 {
	margin-top: 40px
}
.mt-35 {
	margin-top: 35px
}
.mt-30 {
	margin-top: 30px
}
.mt-25 {
	margin-top: 25px
}
.mt-20 {
	margin-top: 20px
}
.mt-15 {
	margin-top: 15px
}
.mt-10 {
	margin-top: 10px
}
.mt-5 {
	margin-top: 5px
}
.mb-100 {
	margin-bottom: 100px
}
.mb-90 {
	margin-bottom: 90px
}
.mb-80 {
	margin-bottom: 80px
}
.mb-70 {
	margin-bottom: 70px
}
.mb-60 {
	margin-bottom: 60px
}
.mb-50 {
	margin-bottom: 50px
}
.mb-45 {
	margin-bottom: 45px
}
.mb-40 {
	margin-bottom: 40px
}
.mb-35 {
	margin-bottom: 35px
}
.mb-30 {
	margin-bottom: 30px
}
.mb-25 {
	margin-bottom: 25px
}
.mb-20 {
	margin-bottom: 20px
}
.mb-15 {
	margin-bottom: 15px
}
.mb-10 {
	margin-bottom: 10px
}
.mb-5 {
	margin-bottom: 5px
}
.mb-0 {
	margin-bottom: 0
}
.ml-70 {
	margin-left: 70px
}
.ml-60 {
	margin-left: 60px
}
.ml-50 {
	margin-left: 50px
}
.ml-45 {
	margin-left: 45px
}
.ml-40 {
	margin-left: 40px
}
.ml-35 {
	margin-left: 35px
}
.ml-30 {
	margin-left: 30px
}
.ml-25 {
	margin-left: 25px
}
.ml-20 {
	margin-left: 20px
}
.ml-15 {
	margin-left: 15px
}
.ml-10 {
	margin-left: 10px
}
.ml-5 {
	margin-left: 5px
}
.mr-70 {
	margin-right: 70px
}
.mr-60 {
	margin-right: 60px
}
.mr-50 {
	margin-right: 50px
}
.mr-45 {
	margin-right: 45px
}
.mr-40 {
	margin-right: 40px
}
.mr-35 {
	margin-right: 35px
}
.mr-30 {
	margin-right: 30px
}
.mr-25 {
	margin-right: 25px
}
.mr-20 {
	margin-right: 20px
}
.mr-15 {
	margin-right: 15px
}
.mr-10 {
	margin-right: 10px
}
.mr-5 {
	margin-right: 5px
}
.pt-100 {
	padding-top: 100px
}
.pt-90 {
	padding-top: 90px
}
.pt-80 {
	padding-top: 80px
}
.pt-70 {
	padding-top: 70px
}
.pt-60 {
	padding-top: 60px
}
.pt-50 {
	padding-top: 50px
}
.pt-45 {
	padding-top: 45px
}
.pt-40 {
	padding-top: 40px
}
.pt-35 {
	padding-top: 35px
}
.pt-30 {
	padding-top: 30px
}
.pt-25 {
	padding-top: 25px
}
.pt-20 {
	padding-top: 20px
}
.pt-15 {
	padding-top: 15px
}
.pt-10 {
	padding-top: 10px
}
.pb-100 {
	padding-bottom: 100px
}
.pb-90 {
	padding-bottom: 90px
}
.pb-80 {
	padding-bottom: 80px
}
.pb-70 {
	padding-bottom: 70px
}
.pb-60 {
	padding-bottom: 60px
}
.pb-50 {
	padding-bottom: 50px
}
.pb-45 {
	padding-bottom: 45px
}
.pb-40 {
	padding-bottom: 40px
}
.pb-35 {
	padding-bottom: 35px
}
.pb-30 {
	padding-bottom: 30px
}
.pb-25 {
	padding-bottom: 25px
}
.pb-20 {
	padding-bottom: 20px
}
.pb-15 {
	padding-bottom: 15px
}
.pb-10 {
	padding-bottom: 10px
}
.pb-0 {
	padding-bottom: 0
}
.pl-100 {
	padding-left: 100px
}
.pl-90 {
	padding-left: 90px
}
.pl-80 {
	padding-left: 80px
}
.pl-70 {
	padding-left: 70px
}
.pl-60 {
	padding-left: 60px
}
.pl-50 {
	padding-left: 50px
}
.pl-45 {
	padding-left: 45px
}
.pl-40 {
	padding-left: 40px
}
.pl-35 {
	padding-left: 35px
}
.pl-30 {
	padding-left: 30px
}
.pl-25 {
	padding-left: 25px
}
.pl-20 {
	padding-left: 20px
}
.pl-15 {
	padding-left: 15px
}
.pl-10 {
	padding-left: 10px
}
.pl-5 {
	padding-left: 5px
}
.pl-0 {
	padding-left: 0
}
.pr-100 {
	padding-right: 100px
}
.pr-90 {
	padding-right: 90px
}
.pr-80 {
	padding-right: 80px
}
.pr-70 {
	padding-right: 70px
}
.pr-60 {
	padding-right: 60px
}
.pr-50 {
	padding-right: 50px
}
.pr-45 {
	padding-right: 45px
}
.pr-40 {
	padding-right: 40px
}
.pr-35 {
	padding-right: 35px
}
.pr-30 {
	padding-right: 30px
}
.pr-25 {
	padding-right: 25px
}
.pr-20 {
	padding-right: 20px
}
.pr-15 {
	padding-right: 15px
}
.pr-10 {
	padding-right: 10px
}
.pr-5 {
	padding-right: 5px
}
.pr-0 {
	padding-right: 0
}
.pc-45 {
	padding-right: 45px;
	padding-left: 45px
}
.pc-40 {
	padding-right: 40px;
	padding-left: 40px
}
.pc-35 {
	padding-right: 35px;
	padding-left: 35px
}
.pc-30 {
	padding-right: 30px;
	padding-left: 30px
}
.pc-25 {
	padding-right: 25px;
	padding-left: 25px
}
.pc-20 {
	padding-right: 20px;
	padding-left: 20px
}
.pc-15 {
	padding-right: 15px;
	padding-left: 15px
}
.bg-fixed, .bg-scroll {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.bg-scroll {
	background-attachment: fixed!important
}
.bg-primary {
	background-color: #e53033
}
.no-bg {
	background-color: transparent!important
}
.bg-white {
	background-color: #fff!important
}
.bg-snow {
	background-color: #fefefe
}
.bg-dark {
	background-color: #2e2f33!important
}
.bg-lightgrey {
	background-color: #f8f9fb
}
.bg-aqua {
	background-color: #18a0ae
}
.bg-blue {
	background-color: #0072bc
}
.bg-darkblue {
	background-color: #2c3f69
}
.bg-green {
	background-color: #42c374
}
.bg-olive {
	background-color: #7ba323
}
.bg-orange {
	background-color: #ff4500
}
.bg-red {
	background-color: #e53033
}
.bg-darkred {
	background-color: #c2162c
}
.bg-salmon {
	background-color: #f77459
}
.bg-teal {
	background-color: teal
}

.b-top {
	border-top: 1px solid #ddd
}
.b-bottom {
	border-bottom: 1px solid #ddd
}
.b-left {
	border-left: 1px solid #ddd
}
.b-right {
	border-right: 1px solid #ddd
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: Roboto, sans-serif;
	letter-spacing: -.5px
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.box-list-icon {
	font-size: 1rem;
	line-height: 1.5rem;
	float: left;
	margin-top: 2px;
	margin-right: 10px
}
.box-list p {
	overflow: hidden;
	margin-bottom: 15px
}
ul.txt-list {
	list-style: disc;
	margin-left: 15px
}
ul.txt-list li {
	font-size: 1.05rem;
	margin-bottom: 7px
}
ul.txt-list li span {
	font-weight: 700
}
ul.txt-list li:last-child {
	margin-bottom: 0
}
.img-fluid {
	display: inline-block
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
	background: 0 0;
	margin: 0 10px;
	padding: 0
}
.owl-theme .owl-nav img {
	width: 30px;
	height: 16px
}
.owl-theme .owl-nav button:focus {
	outline: 0 none;
	box-shadow: none
}
.btn {
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 14px 30px;
	border: 2px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.btn-arrow {
	position: relative
}
.btn-arrow span {
	display: inline-block;
	position: relative;
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	will-change: transform
}
.btn-arrow:focus span, .btn-arrow:hover span {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}
.btn-arrow i {
	font-size: 13px;
	line-height: 1;
	position: absolute;
	right: 0;
	opacity: 0;
	top: 54%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right .3s ease-in-out;
	-moz-transition: right .3s ease-in-out;
	-o-transition: right .3s ease-in-out;
	-ms-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out
}
.btn-md.btn-arrow i {
	font-size: 14px;
	top: 47%
}
.btn-arrow:focus i, .btn-arrow:hover i {
	opacity: 1;
	right: -18px
}
.btn-md.btn-arrow:focus i, .btn-md.btn-arrow:hover i {
	right: -20px
}
.btn.btn-sm {
	font-size: 13px;
	padding: 11px 22px
}
.btn.btn-md {
	font-size: 16px;
	padding: 15px 35px
}
.btn.btn-lg {
	font-size: 18px;
	padding: 18px 45px
}
.btn-primary, .white-color .btn-primary {
	color: #fff;
	background-color: #e53033;
	border-color: #e53033
}
.btn-tra-white, .white-color .btn-tra-white {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}
.btn-tra-black, .white-color .btn-tra-black {
	color: #333;
	background-color: transparent;
	border-color: #333
}
.btn-tra-grey, .white-color .btn-tra-grey {
	color: #555;
	background-color: transparent;
	border-color: #ccc
}
.btn-white, .white-color .btn-white {
	color: #333;
	background-color: #fff;
	border-color: #fff
}
.btn-black, .white-color .btn-black {
	color: #fff;
	background-color: #333;
	border-color: #333
}
.btn-aqua, .white-color .btn-aqua {
	color: #fff;
	background-color: #18a0ae;
	border-color: #18a0ae
}
.btn-blue, .white-color .btn-blue {
	color: #fff;
	background-color: #0072bc;
	border-color: #0072bc
}
.btn-darkblue, .white-color .btn-darkblue {
	color: #fff;
	background-color: #2c3f69;
	border-color: #2c3f69
}
.btn-stateblue, .white-color .btn-stateblue {
	color: #fff;
	background-color: #6a5acd;
	border-color: #6a5acd
}
.btn-green, .white-color .btn-green {
	color: #fff;
	background-color: #42c374;
	border-color: #42c374
}
.btn-red, .white-color .btn-red {
	color: #fff;
	background-color: #c2162c;
	border-color: #c2162c
}
.btn-olive, .white-color .btn-olive {
	color: #fff;
	background-color: #7ba323;
	border-color: #7ba323
}
.btn-orange, .white-color .btn-orange {
	color: #fff;
	background-color: #ff4500;
	border-color: #ff4500
}
.btn-teal, .white-color .btn-teal {
	color: #fff;
	background-color: teal;
	border-color: teal
}
.btn-salmon, .white-color .btn-salmon {
	color: #fff;
	background-color: #f77459;
	border-color: #f77459
}
.btn-yellow, .white-color .btn-yellow {
	color: #333;
	background-color: #ffc20e;
	border-color: #ffc20e
}
.btn.primary-hover:hover, .white-color .btn.primary-hover:hover {
	color: #fff;
	background-color: #e53033;
	border-color: #e53033
}
.btn.white-hover:hover {
	color: #333;
	background-color: #fff;
	border-color: #fff
}
.btn.black-hover:hover {
	color: #fff!important;
	background-color: #333;
	border-color: #333
}
.btn.tra-white-hover:hover, .white-color .btn.tra-white-hover:hover {
	color: #2c3f69!important;
	background-color: transparent;
	border-color: #2c3f69
}
.btn.tra-black-hover:hover, .white-color .btn.tra-black-hover:hover {
	color: #333!important;
	background-color: transparent;
	border-color: #333
}
.btn.aqua-hover:hover, .white-color .btn.aqua-hover:hover {
	color: #fff;
	background-color: #18a0ae;
	border-color: #18a0ae
}
.btn.blue-hover:hover, .white-color .btn.blue-hover:hover {
	color: #fff;
	background-color: #0072bc;
	border-color: #0072bc
}
.btn.olive-hover:hover, .white-color .btn.olive-hover:hover {
	color: #fff;
	background-color: #7ba323;
	border-color: #7ba323
}
.btn.orange-hover:hover, .white-color .btn.orange-hover:hover {
	color: #fff;
	background-color: #ff4500;
	border-color: #ff4500
}
.btn.teal-hover:hover, .white-color .btn.teal-hover:hover {
	color: #fff;
	background-color: teal;
	border-color: teal
}
.btn.red-hover:hover, .white-color .btn.red-hover:hover {
	color: #fff;
	background-color: #c2162c;
	border-color: #c2162c
}
.btn.salmon-hover:hover, .white-color .btn.salmon-hover:hover {
	color: #fff;
	background-color: #f77459;
	border-color: #f77459
}
.btn.yellow-hover:hover, .white-color .btn.yellow-hover:hover {
	color: #333;
	background-color: #ffc20e;
	border-color: #ffc20e
}
.btn:focus {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn.btn-black:focus {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-tra-black:focus, .btn.btn-tra-grey:focus {
	color: #333;
	-webkit-box-shadow: none;
	box-shadow: none
}
.page-socials {
	display: block;
	padding-left: 0;
	margin-top: 30px
}
.page-socials li {
	text-align: center;
	width: auto!important;
	display: inline-block!important;
	vertical-align: top;
	clear: none!important;
	margin: 0 0 8px 0;
	padding: 0
}
.page-socials a {
	display: block;
	background-color: transparent;
	border: 2px solid #757575;
	width: 45px;
	height: 45px;
	color: #757575;
	font-size: 18px;
	line-height: 43px!important;
	margin-right: 4px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.page-socials a.ico-facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}
.page-socials a.ico-twitter:hover {
	background-color: #00a9ed;
	border-color: #00a9ed;
	color: #fff
}
.page-socials a.ico-instagram:hover {
	background-color: #dc3c59;
	border-color: #dc3c59;
	color: #fff
}
.page-socials a.ico-dribbble:hover {
	background-color: #d92d84;
	border-color: #d92d84;
	color: #fff
}
.page-socials a.ico-behance:hover {
	background-color: #2473f6;
	border-color: #2473f6;
	color: #fff
}
.page-socials a.ico-pinterest:hover {
	background-color: #ac281a;
	border-color: #ac281a;
	color: #fff
}
.page-socials a.ico-linkedin:hover {
	background-color: #015886;
	border-color: #015886;
	color: #fff
}
.page-socials a.ico-google-plus:hover {
	background-color: #cd1111;
	border-color: #cd1111;
	color: #fff
}
.page-socials a.ico-youtube:hover {
	background-color: #cd1b20;
	border-color: #cd1b20;
	color: #fff
}
.page-socials a.ico-tumblr:hover {
	background-color: #3a5976;
	border-color: #3a5976;
	color: #fff
}
.page-socials a.ico-vk:hover {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}
.page-socials a.ico-yahoo:hover {
	background-color: #7b0099;
	border-color: #7b0099;
	color: #fff
}
.page-socials a.ico-yelp:hover {
	background-color: #d32323;
	border-color: #d32323;
	color: #fff
}
.icon-xs [class*=flaticon-]:after, .icon-xs [class*=flaticon-]:before {
	font-family: Flaticon;
	font-size: 3.25rem;
	line-height: 1!important
}
.icon-sm [class*=flaticon-]:after, .icon-sm [class*=flaticon-]:before {
	font-family: Flaticon;
	font-size: 3.75rem;
	line-height: 1!important
}
.icon-md [class*=flaticon-]:after, .icon-md [class*=flaticon-]:before {
	font-family: Flaticon;
	font-size: 4.25rem;
	line-height: 1!important
}
.icon-lg [class*=flaticon-]:after, .icon-lg [class*=flaticon-]:before {
	font-family: Flaticon;
	font-size: 4.5rem;
	line-height: 1!important
}
.icon-xl [class*=flaticon-]:after, .icon-xl [class*=flaticon-]:before {
	font-family: Flaticon;
	font-size: 6rem;
	line-height: 1!important
}
span.section-id {
font-size:.875rem;
	font-family: Muli, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	letter-spacing: .5px;
	margin-bottom: 25px
}
span.id-color {
	color: #aaa
}
.section-title {
	margin-bottom: 30px;
	padding-right: 33.3333%
}
.section-title.center {
	text-align: center;
	width: 66.6666%;
	padding-left: 16.6666%;
	padding-right: 16.6666%
}
.section-title h2, .section-title h3 {
	line-height: 1;
	margin-bottom: 0
}
.section-title p {
	color: #333;
	font-size: 1.15rem;
	margin-top: 8px;
	margin-bottom: 0
}
.section-title.center p {
	padding: 0 5%
}
.txt-300 {
	font-weight: 300
}
.txt-400 {
	font-weight: 400
}
.txt-600 {
	font-weight: 600
}
.txt-700 {
	font-weight: 700
}
.txt-900 {
	font-weight: 900
}
.upcase {
	text-transform: uppercase
}
.grey-color .primary-color, .primary-color, .primary-color a, .primary-color h2, .primary-color h3, .primary-color h4, .primary-color h5, .primary-color h6, .primary-color i, .primary-color li, .primary-color p, .primary-color span, .white-color .primary-color {
	color: #e53033
}
.white-color, .white-color a, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color i, .white-color li, .white-color p, .white-color span {
	color: #fff
}
.grey-color, .grey-color a, .grey-color h2, .grey-color h3, .grey-color h4, .grey-color h5, .grey-color h6, .grey-color i, .grey-color li, .grey-color p, .grey-color span, .white-color .grey-color {
	color: #757575
}
.lightgrey-color, .lightgrey-color a, .lightgrey-color h2, .lightgrey-color h3, .lightgrey-color h4, .lightgrey-color h5, .lightgrey-color h6, .lightgrey-color i, .lightgrey-color li, .lightgrey-color p, .lightgrey-color span, .white-color .lightgrey-color {
	color: #bbb
}
.aqua-color, .aqua-color a, .aqua-color h2, .aqua-color h3, .aqua-color h4, .aqua-color h5, .aqua-color h6, .aqua-color i, .aqua-color li, .aqua-color p, .aqua-color span, .white-color .aqua-color {
	color: #18a0ae
}
.blue-color, .blue-color a, .blue-color h2, .blue-color h3, .blue-color h4, .blue-color h5, .blue-color h6, .blue-color i, .blue-color li, .blue-color p, .blue-color span, .white-color .blue-color {
	color: #0072bc
}
.darkblue-color, .darkblue-color a, .darkblue-color h2, .darkblue-color h3, .darkblue-color h4, .darkblue-color h5, .darkblue-color h6, .darkblue-color i, .darkblue-color li, .darkblue-color p, .darkblue-color span, .white-color .darkblue-color {
	color: #2c3f69
}
.green-color, .green-color a, .green-color h2, .green-color h3, .green-color h4, .green-color h5, .green-color h6, .green-color i, .green-color li, .green-color p, .green-color span, .white-color .green-color {
	color: #42c374
}
.orange-color, .orange-color a, .orange-color h2, .orange-color h3, .orange-color h4, .orange-color h5, .orange-color h6, .orange-color i, .orange-color li, .orange-color p, .orange-color span, .white-color .orange-color {
	color: #ff4500
}
.grey-color .red-color, .red-color, .red-color a, .red-color h2, .red-color h3, .red-color h4, .red-color h5, .red-color h6, .red-color i, .red-color li, .red-color p, .red-color span, .white-color .red-color {
	color: #c2162c
}
.grey-color .yellow-color, .white-color .yellow-color, .yellow-color, .yellow-color a, .yellow-color h2, .yellow-color h3, .yellow-color h4, .yellow-color h5, .yellow-color h6, .yellow-color i, .yellow-color li, .yellow-color p, .yellow-color span {
	color: #ffc20e
}
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #fff
}
#loader {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
.cssload-box-loading {
	width: 75px;
	height: 75px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.cssload-box-loading:before {
	content: '';
	width: 75px;
	height: 8px;
	background: #000;
	opacity: .1;
	position: absolute;
	top: 89px;
	left: 0;
	border-radius: 50%;
	animation: shadow .58s linear infinite;
	-o-animation: shadow .58s linear infinite;
	-ms-animation: shadow .58s linear infinite;
	-webkit-animation: shadow .58s linear infinite;
	-moz-animation: shadow .58s linear infinite
}
.cssload-box-loading:after {
	content: '';
	width: 75px;
	height: 75px;
	background: #6e96dc;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	animation: cssload-animate .58s linear infinite;
	-o-animation: cssload-animate .58s linear infinite;
	-ms-animation: cssload-animate .58s linear infinite;
	-webkit-animation: cssload-animate .58s linear infinite;
	-moz-animation: cssload-animate .58s linear infinite
}
@keyframes cssload-animate {
17% {
border-bottom-right-radius:5px
}
25% {
transform:translateY(14px) rotate(22.5deg)
}
50% {
transform:translateY(27px) scale(1, .9) rotate(45deg);
border-bottom-right-radius:60px
}
75% {
transform:translateY(14px) rotate(67.5deg)
}
100% {
transform:translateY(0) rotate(90deg)
}
}
@-o-keyframes cssload-animate {
17% {
border-bottom-right-radius:5px
}
25% {
-o-transform:translateY(14px) rotate(22.5deg)
}
50% {
-o-transform:translateY(27px) scale(1, .9) rotate(45deg);
border-bottom-right-radius:60px
}
75% {
-o-transform:translateY(14px) rotate(67.5deg)
}
100% {
-o-transform:translateY(0) rotate(90deg)
}
}
@-ms-keyframes cssload-animate {
17% {
border-bottom-right-radius:5px
}
25% {
-ms-transform:translateY(14px) rotate(22.5deg)
}
50% {
-ms-transform:translateY(27px) scale(1, .9) rotate(45deg);
border-bottom-right-radius:60px
}
75% {
-ms-transform:translateY(14px) rotate(67.5deg)
}
100% {
-ms-transform:translateY(0) rotate(90deg)
}
}
@-webkit-keyframes cssload-animate {
17% {
border-bottom-right-radius:5px
}
25% {
-webkit-transform:translateY(14px) rotate(22.5deg)
}
50% {
-webkit-transform:translateY(27px) scale(1, .9) rotate(45deg);
border-bottom-right-radius:60px
}
75% {
-webkit-transform:translateY(14px) rotate(67.5deg)
}
100% {
-webkit-transform:translateY(0) rotate(90deg)
}
}
@-moz-keyframes cssload-animate {
17% {
border-bottom-right-radius:5px
}
25% {
-moz-transform:translateY(14px) rotate(22.5deg)
}
50% {
-moz-transform:translateY(27px) scale(1, .9) rotate(45deg);
border-bottom-right-radius:60px
}
75% {
-moz-transform:translateY(14px) rotate(67.5deg)
}
100% {
-moz-transform:translateY(0) rotate(90deg)
}
}
@keyframes shadow {
0%, 100% {
transform:scale(1, 1)
}
50% {
transform:scale(1.2, 1)
}
}
@-o-keyframes shadow {
0%, 100% {
-o-transform:scale(1, 1)
}
50% {
-o-transform:scale(1.2, 1)
}
}
@-ms-keyframes shadow {
0%, 100% {
-ms-transform:scale(1, 1)
}
50% {
-ms-transform:scale(1.2, 1)
}
}
@-webkit-keyframes shadow {
0%, 100% {
-webkit-transform:scale(1, 1)
}
50% {
-webkit-transform:scale(1.2, 1)
}
}
@-moz-keyframes shadow {
0%, 100% {
-moz-transform:scale(1, 1)
}
50% {
-moz-transform:scale(1.2, 1)
}
}
#header-1.header, #header-2.header {
	width: 100%;
	height: 75px;
	display: block;
	padding-top: 0
}
#header-2.header {
	height: 115px
}
.header-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
	-moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
	box-shadow: 0 2px 3px rgba(96,96,96,.1)
}
.headerwp {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0
}
.posrlt {
	position: relative
}
.wsmainfull {
	width: 100%;
	height: auto;
	background-color: #fff!important;
	z-index: 999;
	-webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
	-moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
	box-shadow: 0 2px 3px rgba(96,96,96,.1);
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.tra-menu .wsmainfull {
	background-color: transparent!important;
	padding: 20px 0;
	z-index: 1031;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.aqua-menu .wsmainfull, .blue-menu .wsmainfull, .lightgrey-menu .wsmainfull, .white-menu .wsmainfull {
	padding: 10px 0;
	-webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
	-moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
	box-shadow: 0 2px 3px rgba(96,96,96,.1);
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.white-menu .wsmainfull {
	background-color: #fff!important
}
.lightgrey-menu .wsmainfull {
	background-color: #f8f9fb!important
}
.aqua-menu .wsmainfull {
	background-color: #18a0ae!important
}
.blue-menu .wsmainfull {
	background-color: #2c3f69!important
}
.wsmenu>.wsmenu-list>li>a {
	display: block;
	color: #666;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .5px;
	padding: 10px 32px 10px 18px;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none
}
.wsmenu>.wsmenu-list>li>a.last-link {
	padding: 10px 0
}
.wsmenu>.wsmenu-list>li>a.callusbtn {
	font-size: 15px
}
.wsmenu>.wsmenu-list>li>a.callusbtn i {
	font-size: 13px;
	margin-top: 1px;
	margin-right: 1px
}
.aqua-menu .wsmenu>.wsmenu-list>li>a, .blue-menu .wsmenu>.wsmenu-list>li>a, .tra-menu .wsmenu>.wsmenu-list>li>a {
	color: #fff
}
.white-menu .wsmenu>.wsmenu-list>li>a {
	color: #333
}
.tra-menu .wsmenu.dark-txt>.wsmenu-list>li>a {
	color: #333
}
.white-menu .wsmenu>.wsmenu-list>li.primary-color>a {
	color: #e53033
}
.white-menu .wsmenu>.wsmenu-list>li.aqua-color>a {
	color: #18a0ae
}
.white-menu .wsmenu>.wsmenu-list>li.blue-color>a {
	color: #0072bc
}
.white-menu .wsmenu>.wsmenu-list>li.stateblue-color>a {
	color: #6a5acd
}
.white-menu .wsmenu>.wsmenu-list>li.green-color>a {
	color: #42c374
}
.white-menu .wsmenu>.wsmenu-list>li.olive-color>a {
	color: #7ba323
}
.white-menu .wsmenu>.wsmenu-list>li.orange-color>a {
	color: #ff4500
}
.white-menu .wsmenu>.wsmenu-list>li.red-color>a {
	color: #e53033
}
.white-menu .wsmenu>.wsmenu-list>li.darkred-color>a {
	color: #c2162c
}
.white-menu .wsmenu>.wsmenu-list>li.salmon-color>a {
	color: #f77459
}
.white-menu .wsmenu>.wsmenu-list>li.teal-color>a {
	color: teal
}
.white-menu .wsmenu>.wsmenu-list>li.yellow-color>a {
	color: #ffc20e
}
a.header-button {
	display: inline-block;
	float: right;
	text-align: right
}
.wsmenu>.wsmenu-list>li a.header-btn {
	background-color: transparent;
	color: #fff!important;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: .5px;
	border: 2px solid transparent;
	margin-top: 13px;
	margin-left: 3px;
	padding: 5px 25px 5px 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-primary {
	background-color: #e53033;
	border-color: #e53033
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-tra-white {
	background-color: transparent;
	border-color: #fff
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-aqua {
	background-color: #18a0ae;
	border-color: #18a0ae
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-blue {
	background-color: #0072bc;
	border-color: #0072bc
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-darkpblue {
	background-color: #2c3f69;
	border-color: #2c3f69
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-stateblue {
	background-color: #6a5acd;
	border-color: #6a5acd
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-green {
	background-color: #42c374;
	border-color: #42c374
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-olive {
	background-color: #7ba323;
	border-color: #7ba323
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-orange {
	background-color: #ff4500;
	border-color: #ff4500
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-red {
	background-color: #e53033;
	border-color: #e53033
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-darkred {
	background-color: #c2162c;
	border-color: #c2162c
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-salmon {
	background-color: #f77459;
	border-color: #f77459
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-teal {
	background-color: teal;
	border-color: teal
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-yellow {
	background-color: #ffc20e;
	border-color: #ffc20e;
	color: #333!important
}
.wsmenu>.wsmenu-list>li a.header-btn.primary-hover:hover {
	background-color: #e53033;
	border-color: #e53033;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.tra-white-hover:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.white-hover:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333!important
}
.wsmenu>.wsmenu-list>li a.header-btn.black-hover:hover {
	background-color: #444;
	border-color: #444;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.tra-black-hover:hover {
	background-color: transparent;
	border-color: #444;
	color: #444!important
}
.wsmenu>.wsmenu-list>li a.header-btn.aqua-hover:hover {
	background-color: #18a0ae;
	border-color: #18a0ae;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.blue-hover:hover {
	background-color: #0072bc;
	border-color: #0072bc;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.darkblue-hover:hover {
	background-color: #2c3f69;
	border-color: #2c3f69;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.stateblue-hover:hover {
	background-color: #6a5acd;
	border-color: #6a5acd;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.green-hover:hover {
	background-color: #42c374;
	border-color: #42c374;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.olive-hover:hover {
	background-color: #7ba323;
	border-color: #7ba323;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.orange-hover:hover {
	background-color: #ff4500;
	border-color: #ff4500;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.red-hover:hover {
	background-color: #e53033;
	border-color: #e53033;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.darkred-hover:hover {
	background-color: #c2162c;
	border-color: #c2162c;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.salmon-hover:hover {
	background-color: #f77459;
	border-color: #f77459;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.teal-hover:hover {
	background-color: teal;
	border-color: teal;
	color: #fff!important
}
.wsmenu>.wsmenu-list>li a.header-btn.yellow-hover:hover {
	background-color: #ffc20e;
	border-color: #ffc20e;
	color: #333!important
}
.headtoppart {
	display: block;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
	padding: 0 0;
	min-width: 320px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.headtoppart.bg-lightgrey {
	border-color: #f2f2f2
}
.headtoppart.bg-aqua {
	border-color: #18a0ae
}
.headtoppart.bg-blue {
	border-color: #0072bc
}
.headtoppart.bg-darkblue {
	border-color: #2c3f69
}
.headertopleft {
	width: 50%;
	float: left;
	padding-left: 15px
}
.headertopright {
	width: 50%;
	float: right;
	text-align: right;
	padding-right: 15px
}
.headtoppart .b-right {
	border-right: 1px solid #ddd;
	padding-right: 15px;
	margin-right: 10px
}
.headtoppart.bg-aqua .b-right {
	border-color: #1fc3d4
}
.headtoppart.bg-darkblue .b-right {
	border-color: #415379
}
.headtoppart.bg-dark .b-right {
	border-color: #40527a
}
.header-contacts a, .header-contacts span, .header-info a, .header-info span {
	color: #fff;
	font-size: 14px;
	line-height: 39px
}
.header-contacts i, .header-info i {
	position: relative;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	top: -1px;
	margin-right: 7px;
	margin-left: 5px
}
.bg-lightgrey .header-contacts a .bg-lightgrey .header-contacts span, .bg-lightgrey .header-contacts i, .bg-lightgrey .header-info a .bg-lightgrey .header-info span, .bg-lightgrey .header-info i, .bg-white .header-contacts a, .bg-white .header-contacts i, .bg-white .header-contacts span, .bg-white .header-info a, .bg-white .header-info i, .bg-white .header-info span {
	color: #575757
}
.header-contacts a.primary-color, .header-contacts a.primary-color i {
	color: #e53033
}
.header-contacts a.aqua-color, .header-contacts a.aqua-color i {
	color: #18a0ae
}
.header-contacts a.blue-color, .header-contacts a.blue-color i {
	color: #0072bc
}
.header-contacts a.darkblue-color, .header-contacts a.darkblue-color i {
	color: #2c3f69
}
.header-contacts a.darkred-color, .header-contacts a.darkred-color i {
	color: #c2162c
}
.header-contacts a.green-color, .header-contacts a.green-color i {
	color: #42c374
}
.header-contacts a.orange-color, .header-contacts a.orange-color i {
	color: #ff4500
}
.header-contacts a.olive-color, .header-contacts a.olive-color i {
	color: #7ba323
}
.header-contacts a.red-color, .header-contacts a.red-color i {
	color: #e53033
}
.header-contacts a.salmon-color, .header-contacts a.salmon-color i {
	color: #f77459
}
.header-contacts a.teal-color, .header-contacts a.teal-color i {
	color: teal
}
.header-contacts a.yellow-color, .header-contacts a.yellow-color i {
	color: #e53033
}
.norlt {
	position: static
}
.menuwrapper {
	position: relative
}
.show-grid {
	background-color: #fff
}
.mobiletext02 {
	display: none
}
@media only screen and (min-width:230px) and (max-width:991px) {
.headtoppart {
	display: none
}
.swichermainbx {
	width: 96%;
	margin: 25% 2%;
	display: block;
	background-color: rgba(0,0,0,.5);
	padding: 15px 25px;
	border-radius: 14px
}
.swichermainleft, .swichermainright {
	width: 98%;
	margin: 1% 1%
}
.wscolorcode {
	width: 12.5%
}
.swichertxt {
	display: none
}
.swichertxt02 span {
	display: none
}
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
	font-size: 14px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: 0
}
.hero-widget {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 15px 0
}
.header-widget {
	margin-top: 5px
}
.header-widget span {
	float: left;
	margin-right: 8px
}
.header-widget.icon-xs [class*=flaticon-]:after, .header-widget.icon-xs [class*=flaticon-]:before {
	font-size: 2.35rem;
	margin-top: -3px
}
.header-widget p {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px
}
p.header-widget-phone {
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	margin-top: 3px;
	margin-bottom: 0
}
.wsmegamenu .latest-news li {
	padding: 14px 0;
	border-bottom: 1px dashed silver
}
.wsmegamenu .latest-news li:first-child {
	padding: 0 0 15px
}
.wsmegamenu .latest-news li:last-child {
	padding: 14px 0 0;
	border-bottom: 0
}
.wsmegamenu .latest-news img {
	text-align: center;
	float: left;
	width: 85px;
	height: 85px
}
.wsmegamenu .post-summary {
	overflow: hidden;
	padding-left: 20px
}
.wsmegamenu .post-summary a {
	color: #888!important;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 400
}
.wsmegamenu h5.h5-md a {
	color: #333!important;
	margin-bottom: 0
}
.wsmegamenu .latest-news .post-summary a:hover {
	color: #333!important;
	text-decoration: underline
}
.wsmegamenu .latest-news p {
	color: #999;
	font-size: 15px;
	font-weight: 300;
	margin-top: 6px;
	margin-bottom: 0
}
.tra-menu .wsmainfull.scroll {
	background-color: #fff!important;
	z-index: 1030;
	padding: 3px 0
}
.aqua-menu .wsmainfull.scroll, .blue-menu .wsmainfull.scroll, .white-menu .wsmainfull.scroll {
	z-index: 1030;
	padding: 3px 0
}
.tra-menu.scroll .wsmenu>.wsmenu-list>li a {
	color: #444
}
.aqua-menu .logo-black, .blue-menu .logo-black, .lightgrey-menu .logo-white, .tra-menu .logo-black, .tra-menu .scroll .logo-white, .white-menu .logo-white, .white-menu .scroll .logo-white {
	display: none
}
.tra-menu .scroll .logo-black, .white-menu .scroll .logo-black {
	display: block
}
#hero-1 .hero-section, .hero-section .container {
	position: relative;
	z-index: 3
}

#hero-9-content {
	padding-top: 120px;
	padding-bottom: 150px
}
.slider {
	position: relative;
	max-width: 100%;
	height: 670px
}
.slider .slides {
	margin: 0;
	height: 670px
}
#hero-8 .slider, #hero-8 .slider .slides {
	height: 500px
}
.slider .slides li {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: inherit;
	overflow: hidden
}
.slider .slides li img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center
}
.slider .slides li .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.slider .slides li.active {
	z-index: 2
}
.center-align {
	text-align: center
}
.hero-slider-nav {
	width: 100%;
	position: relative;
	z-index: 98
}
.slider-btn {
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -58px;
	bottom: 45px
}
.hero-slider-nav.icon-xs [class*=" flaticon-"]:after, .hero-slider-nav.icon-xs [class*=" flaticon-"]:before, .hero-slider-nav.icon-xs [class^=flaticon-]:before, .hero-slider-nav.icon-xs[class^=flaticon-]:after {
	float: left;
	font-family: Flaticon;
	font-size: 2.25rem;
	line-height: 1!important;
	margin: 0 11px;
	cursor: pointer
}
.arrows.icon-xs [class*=flaticon-]:after, .arrows.icon-xs [class*=flaticon-]:before {
	font-size: 2.35rem
}
#hero-1 .caption-txt {
	margin-top: -25px
}
#hero-2 .caption-txt {
	margin-top: -100px
}
.slideshow .slide .caption {
	padding-top: 30px
}
.hero-7-countries {
	margin-top: -180px;
	margin-bottom: 80px
}
#hero-1 h2 {
	font-size: 4.75rem;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -.25px;
	padding: 0 5%;
	margin-bottom: 25px
}
#hero-1 h5 {
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 25px
}
#hero-2 h3 {
	font-size: 4rem;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -.5px;
	margin-bottom: 20px
}
#hero-2 h4 {
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: -.5px;
	padding-right: 5%;
	margin-bottom: 0
}
#hero-2 h2 {
	font-size: 5.5rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 20px
}
#hero-3 h2 {
	font-size: 3rem;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -.75px;
	margin-bottom: 30px
}
#hero-4 h2 {
	font-size: 6.25rem;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 20px
}
#hero-5 h4 {
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 25px
}
#hero-5 h2 {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: -.75px;
	margin-bottom: 20px
}
#hero-6 h4 {
	font-weight: 500;
	letter-spacing: -.5px;
	margin-bottom: 30px
}
#hero-6 h2 {
	font-size: 4.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -1.25px;
	margin-bottom: 30px
}
#hero-7 h2, #hero-9 h2 {
	font-size: 5.25rem;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -.5px;
	margin-bottom: 20px
}
#hero-7 h4, #hero-9 h4 {
	font-weight: 500;
	letter-spacing: -.5px;
	margin-bottom: 30px
}
#hero-8 h2 {
	font-size: 3.75rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 10px
}
#hero-8 h4 {
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0;
	padding-right: 10px;
	margin-bottom: 0
}
#hero-8 h4 span {
	font-weight: 800
}
#hero-1 .caption-txt p, #hero-4 .caption p {
	font-size: 1.25rem;
	padding: 0 15%
}
.hero-3-txt p {
	padding-right: 10%
}
.hero-5-txt p {
	font-size: 1.25rem;
	padding: 0 12%
}
.hero-6-txt p {
	padding-right: 15%
}
#hero-8 .caption-txt p {
	padding-right: 15%
}
.hero-7-txt p, .hero-9-txt p {
	font-size: 1.25rem;
	padding: 0 5%
}
.hero-section .btn {
	margin-top: 20px
}
#hero-7 .hero-links, #hero-9 .hero-links {
	margin-top: 50px
}
.hero-links h5 {
	display: inline-block;
	line-height: 1;
	margin-right: 40px
}
.hero-links h5:last-child {
	margin-right: 0
}
.hero-links.icon-xs [class*=" flaticon-"]:after, .hero-links.icon-xs [class*=" flaticon-"]:before, .hero-links.icon-xs [class^=flaticon-]:after, .hero-links.icon-xs [class^=flaticon-]:before {
	float: left;
	font-family: Flaticon;
	font-size: 1rem;
	line-height: 1!important;
	margin-right: 8px;
	margin-top: 2px
}
.hero-request-form {
	padding: 45px 30px 30px;
	margin: 0 20px 0 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.hero-request-form .col-md-12 {
	padding: 0
}
.form-group {
	margin-bottom: 0
}
.hero-register-form {
	background-color: rgba(10,10,10,.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 40px 25px 35px;
	margin: 45px 30px 55px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.hero-9-form .hero-register-form {
	background-color: #f7f8f9;
	padding: 35px 25px 30px;
	margin: 45px 30px 0;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2)
}
.hero-register-form .col-lg-3 {
	padding: 0 8px
}
.hero-9-form {
	margin-top: 90px
}
.hero-request-form h5 {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px
}
.hero-register-form p {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 5px;
	display: block
}
.hero-9-form .hero-register-form p {
	color: #333
}
.hero-register-form .custom-select, .hero-register-form .form-control, .hero-request-form .custom-select, .hero-request-form .form-control {
	background-color: #fff;
	color: #333;
	height: 52px;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	padding: 4px 15px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.hero-register-form .custom-select, .hero-register-form .form-control {
	margin-bottom: 0
}
.hero-request-form .custom-select {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}
.hero-register-form .custom-select {
	display: inline-block;
	width: 100%;
	margin-bottom: 0
}
.hero-request-form .form-control::-moz-placeholder {
color:#555
}
.hero-request-form .custom-select::-moz-placeholder {
color:#555
}
.hero-request-form .form-control:-ms-input-placeholder {
color:#555
}
.hero-request-form.custom-select:-ms-input-placeholder {
color:#555
}
.hero-request-form .form-control::-webkit-input-placeholder {
color:#555
}
.hero-request-form .custom-select::-webkit-input-placeholder {
color:#555
}
.hero-request-form .form-control:focus {
	background-color: #f0f0f0;
	border-color: #ccc;
	outline: 0 none;
	box-shadow: none
}
.hero-request-form .btn {
	display: block;
	width: 100%;
	height: 52px;
	margin-top: 0
}
.hero-register-form .btn:focus, .hero-request-form .btn:focus {
	outline: 0 none;
	box-shadow: none
}
#hero-form label.error {
	color: #e74c3c;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px
}
#hero-form .hero-register-form label.error {
	margin-top: 10px;
	margin-bottom: 0
}
.hero-form-msg {
	width: 100%!important;
	display: block;
	text-align: center
}
#hero-form .sending-msg {
	margin-top: 20px
}
#hero-form .loading {
	color: #f0f0f0;
	font-family: Muli, sans-serif;
	font-size: 16px;
	font-weight: 700
}
.hero-9-form #hero-form .loading {
	color: #2c3f69
}
.hbox-1-txt {
	display: inline-block;
	margin: 0 auto
}
.hbox-1 {
	position: relative;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	padding: 10px;
	margin: 0 8px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.hbox-1-txt h5 {
	font-weight: 800;
	margin-top: 15px;
	margin-left: 20px
}
#hero-7 .owl-carousel .owl-item .hbox-1-content img {
	position: absolute;
	right: 30px;
	bottom: 32px;
	width: 70px;
	height: 46px
}
.hbox-1 .hover-overlay, .hbox-1 img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.hbox-1:hover .hover-overlay img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.hbox-1:hover .item-overlay {
	opacity: 1;
	-moz-opacity: 1
}
#hero-7 .owl-theme .owl-nav {
	text-align: center;
	margin-top: 25px
}
#about-3 {
	position: relative;
	margin-top: -120px;
	z-index: 99
}
.abox-3-holder {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	padding: 50px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
#about-8 {
	width: 100%;
	background-size: cover
}
.about-8-txt {
	padding: 80px 60px
}
.abox-3 {
	padding: 0 30px
}
.abox-7 {
	margin-bottom: 30px
}
.abox-7-icon {
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 25px
}
.abox-7-txt {
	overflow: hidden
}
.abox-7-txt h5 {
	line-height: 1;
	font-weight: 800;
	letter-spacing: -.5px;
	margin-bottom: 10px
}
.abox-7-txt p {
	color: #757575;
	margin-bottom: 0
}
.a-9-boxes {
	padding: 35px 25px 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.a9-box p {
	line-height: 1.3;
	margin-bottom: 0
}
.a9-icon {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: -2px
}
.a9-box.icon-xs [class*=flaticon-]:after, .a9-box.icon-xs [class*=flaticon-]:before {
	font-size: 3rem;
	line-height: 1!important
}
.a9-txt {
	overflow: hidden
}
.about-1-txt h2, .about-1-txt h3, .about-2-txt h2, .about-2-txt h3 {
	line-height: 1.1;
	margin-bottom: 30px
}
.abox-3-txt h5 {
	font-weight: 800;
	margin-top: 15px;
	margin-bottom: 12px
}
.about-4-txt h2, .about-4-txt h3 {
	letter-spacing: -1px;
	margin-bottom: 25px
}
.about-4-txt h2, .about-6-txt h2, .about-6-txt h3 {
	letter-spacing: -.5px;
	margin-bottom: 25px
}
.about-8-txt h2, .about-8-txt h3 {
	line-height: 1.15;
	margin-bottom: 30px
}
.about-9-txt h1, .about-9-txt h2, .about-9-txt h3 {
	line-height: 1.15;
	margin-bottom: 30px
}
.about-9-txt h4 {
	font-weight: 700;
	margin-bottom: 20px
}
.about-5-txt h5 {
	font-weight: 800;
	margin-bottom: 30px
}
.about-6-txt h5 {
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 40px
}
.about-9-txt h5.h5-md {
	font-weight: 700;
	margin-bottom: 20px
}
.about-9-txt .sbox-4-txt h5.h5-md {
	margin-bottom: 10px
}
.about-7-txt h4 {
	letter-spacing: -.5px;
	margin-bottom: 40px
}
.abox-3-txt p {
	color: #757575;
	margin-bottom: 0
}
.about-section .btn {
	margin-top: 20px
}
.abox-list li {
	font-size: 1.175rem;
	font-weight: 400;
	width: auto!important;
	display: block!important;
	vertical-align: top;
	clear: none!important;
	margin: 0 0 6px 0;
	padding: 0
}
#about-7 .abox-list li {
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 0 10px 0
}
#about-7 .abox-list li i {
	font-size: 1.25rem;
	margin-right: 10px
}
.abox-list li.more-info-link {
	font-weight: 800;
	font-size: 1.115rem;
	margin: 20px 0 0 0
}
.abox-list li.more-info-link i {
	margin-left: 2px
}
#about-7 .abox-list li.more-info-link {
	font-size: 1.45rem;
	text-decoration: underline;
	margin: 20px 0 0 30px
}
#about-7.abox-list li a:hover {
	color: #252525;
	text-decoration: underline
}
.about-9-txt .box-list p {
	margin-bottom: 7px
}
.about-4-txt .btn {
	margin-top: 25px
}
.flags-list li {
	text-align: center;
	display: inline-block!important;
	vertical-align: top;
	margin-right: 18px
}
.flags-list li img {
	width: 61px;
	height: 40px
}
.flags-list li span {
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-top: 15px
}
.about-img {
	position: relative
}
#about-1 .video-square, #about-2 .video-square {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
#about-1 .video-square {
	left: 5px
}
#about-2 .video-square {
	right: 5px
}
.about-4-img {
	padding-right: 20px
}
.about-5-img {
	margin-top: 15px
}
#video-1 {
	height: 500px;
	padding-top: 190px;
	background-size: cover
}
#video-2 {
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 140px
}
.video-section .video-btn.icon-xl [class*=" flaticon-"]:after, .video-section .video-btn.icon-xl [class*=" flaticon-"]:before, .video-section .video-btn.icon-xl [class^=flaticon-]:after, .video-section .video-btn.icon-xl [class^=flaticon-]:before {
	font-family: Flaticon;
	font-size: 120px;
	line-height: 1!important
}
.video-2-txt h2 {
	letter-spacing: -.5px;
	margin-bottom: 30px
}
.video-2-txt p {
	padding-right: 10%;
	margin-bottom: 0
}
#services-5 {
	padding-top: 100px;
	padding-bottom: 76px
}
#services-5 .col-md-6 {
	padding: 0 7px
}
.services-5-txt {
	padding-right: 20px
}
.services-5-txt h2 {
	letter-spacing: -1px;
	margin-bottom: 25px
}
.services-5-txt h3 {
	letter-spacing: -.5px;
	margin-bottom: 25px
}
.sbox-1, .sbox-2 {
	margin-bottom: 40px
}
.sbox-3 {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 50px 30px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.sbox-3:hover {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.sbox-4 {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.sbox-4:hover {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.sbox-5 {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 16px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.sbox-6 {
	position: relative;
	height: 200px;
	padding: 35px 30px 45px
}
.sbox-7 {
	text-align: center;
	margin-bottom: 40px
}
.sbox-8 {
	margin-bottom: 20px
}
.sbox-7.sbox-left {
	text-align: left
}
#services-8 .col-lg-3 {
	padding-left: 10px;
	padding-right: 10px
}
.sbox-9 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 6px 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.sbox-9.sbox-9-color {
	background-color: #fff;
	border: 1px solid #ddd
}
.bg-lightgrey .sbox-9.sbox-9-color {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 5px rgba(0,0,0,.15)
}
.sbox-5:hover, .sbox-9.sbox-9-color:hover {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
.sbox-4-txt, .sbox-5-txt {
	overflow: hidden
}
#sb-01, #sb-03 {
	border: 1px solid #ddd
}
#sb-02 {
	border: 1px solid #ddd;
	border-left: none;
	border-right: none
}
#sb-04, #sb-06 {
	border: 1px solid #ddd;
	border-top: none
}
#sb-05, #sb-08 {
	border-bottom: 1px solid #ddd
}
#sb-07, #sb-09 {
	border: 1px solid #ddd;
	border-top: none
}
.sb-box {
	background-color: #fff;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.sb-box:hover {
	background-color: #2c3f69
}
.sb-box:hover .sbox-6 a, .sb-box:hover .sbox-6 h5, .sb-box:hover .sbox-6 p {
	color: #fff
}
.sbox-7-txt, .sbox-8-txt {
	text-align: left;
	padding: 30px 25px 35px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px
}
.sbox-9-txt {
	padding: 30px 20px 25px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px
}
.sbox-7 .bg-1, .sbox-8 .bg-1, .sbox-9 .bg-1 {
	background-color: #f8f9fb
}
.sbox-7 .bg-2, .sbox-8 .bg-2, .sbox-9 .bg-2 {
	background-color: #f7941d
}
.sbox-7 .bg-3, .sbox-8 .bg-3, .sbox-9 .bg-3 {
	background-color: #00aaad
}
.sbox-7 .bg-4, .sbox-8 .bg-4, .sbox-9 .bg-4 {
	background-color: #9895a4
}
.sbox-7 .bg-5, .sbox-8 .bg-5, .sbox-9 .bg-5 {
	background-color: #e15258
}
.sbox-7 .bg-6, .sbox-8 .bg-6, .sbox-9 .bg-6 {
	background-color: #38aecf
}
.sbox-7 .bg-7, .sbox-8 .bg-7, .sbox-9 .bg-7 {
	background-color: #c28cd3
}
.sbox-7 .bg-8, .sbox-8 .bg-8, .sbox-9 .bg-8 {
	background-color: #2f7aab
}
.sbox-4-icon, .sbox-5-icon {
	display: inline-block;
	float: left;
	margin-right: 20px
}
.sbox-4-icon img, .sbox-5-icon img {
	width: 55px;
	height: 55px
}
.sbox-1-txt h5, .sbox-2-txt h5, .sbox-3 h5 {
	font-weight: 800;
	margin-top: 25px;
	margin-bottom: 12px
}
.sbox-1-txt h5 {
	padding-right: 15%
}
.sbox-4-txt h5, .sbox-5-txt h5 {
	line-height: 1;
	font-weight: 800;
	letter-spacing: -.5px;
	margin-bottom: 10px
}
.sbox-4-txt p, .sbox-5-txt p {
	color: #333;
	margin-bottom: 0
}
.sbox-6 h5 {
	font-weight: 700;
	margin-bottom: 15px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.sbox-7 h5.h5-md {
	font-weight: 800;
	margin-top: 25px;
	margin-bottom: 0
}
.sbox-7-txt h5, .sbox-8-txt h5 {
	font-weight: 800;
	margin-bottom: 14px
}
.sbox-9-txt h5 {
	margin-bottom: 15px
}
.sbox-1-txt p, .sbox-2-txt p, .sbox-3 p {
	margin-bottom: 0
}
.sbox-6 p {
	margin-bottom: 0;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.sbox-7 .btn, .sbox-8 .btn {
	margin-top: 10px
}
.sbox-6 a, .sbox-9-txt a {
	display: block;
	color: #aaa;
font-size:.875rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 25px
}
.sbox-6 a {
	position: absolute;
	left: 30px;
	bottom: 30px
}
.sbox-9-txt.white-color a {
	color: #fff
}
.sbox-6 a i .sbox-9-txt a i {
	margin-left: 3px
}
.sbox-6 a:hover .sbox-9-txt a:hover {
	color: #222
}
.sbox-7 .hover-overlay, .sbox-7 img, .sbox-8 .hover-overlay, .sbox-8 img, .sbox-9 .hover-overlay, .sbox-9 img {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0
}
.sbox-7-link {
	width: 100%;
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	opacity: 0;
	text-align: center;
	color: #fff;
	padding: 0 10%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.sbox-7-link h5 {
	color: #fff;
	font-weight: 800;
	margin-bottom: 15px
}
.sbox-7 .sbox-7-link h5 {
	margin-top: 0;
	margin-bottom: 10px
}
.sbox-7-link p {
	color: #fff;
	margin-bottom: 25px
}
.sbox-7 .item-overlay {
	opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(37,51,77,.8);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.sbox-7:hover .hover-overlay img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.sbox-7:hover .item-overlay {
	opacity: 1;
	-moz-opacity: 1
}
.sbox-7:hover .sbox-7-link {
	top: 52%;
	opacity: 1;
	-moz-opacity: 1
}
.sbox-7:hover .sbox-7-link {
	top: 50%
}
#tabs-2 .tabs-nav {
	text-align: center
}
.tabs-2 {
	display: inline-block;
	margin: 0 auto 60px
}
.tab-content {
	display: none
}
.tab-content.current, .tab-content.displayed {
	display: inherit
}
.tabs-1 li {
	display: inline-block;
	position: relative;
	margin: 0 1px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 1.05rem;
	font-weight: 400;
	padding: 8px 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.tabs-2 li {
	display: inline-block;
	margin: 0 15px;
	background-color: transparent;
	color: #ccc;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 8px 10px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.tabs-1 li img {
	width: 23px;
	height: 15px;
	margin-left: 2px;
	position: relative;
	top: -1px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.tabs-1 li.current, .tabs-1 li.current:hover {
	background-color: #2c3f69;
	border-color: #2c3f69;
	color: #fff
}
.tabs-2 li.displayed, .tabs-2 li.displayed:hover {
	color: #333;
	font-weight: 500;
	border-color: #333
}
.tabs-2.primary-tabs li.displayed, .tabs-2.primary-tabs li.displayed:hover {
	color: #e53033;
	border-color: #e53033
}
.tabs-2.aqua-tabs li.displayed, .tabs-2.aqua-tabs li.displayed:hover {
	color: #18a0ae;
	border-color: #18a0ae
}
.tabs-2.blue-tabs li.displayed, .tabs-2.blue-tabs li.displayed:hover {
	color: #6e96dc;
	border-color: #6e96dc
}
.tabs-2.deepblue-tabs li.displayed, .tabs-2.deepblue-tabs li.displayed:hover {
	color: #2c3f69;
	border-color: #2c3f69
}
.tabs-2.green-tabs li.displayed, .tabs-2.green-tabs li.displayed:hover {
	color: #42c374;
	border-color: #42c374
}
.tabs-2.olive-tabs li.displayed, .tabs-2.olive-tabs li.displayed:hover {
	color: #7ba323;
	border-color: #7ba323
}
.tabs-2.orange-tabs li.displayed, .tabs-2.orange-tabs li.displayed:hover {
	color: #ff4500;
	border-color: #ff4500
}
.tabs-2.red-tabs li.displayed, .tabs-2.red-tabs li.displayed:hover {
	color: #e53033;
	border-color: #e53033
}
.tabs-2.darkred-tabs li.displayed, .tabs-2.darkred-tabs li.displayed:hover {
	color: #c2162c;
	border-color: #c2162c
}
.tabs-2.salmon-tabs li.displayed, .tabs-2.salmon-tabs li.displayed:hover {
	color: #f77459;
	border-color: #f77459
}
.tabs-2.teal-tabs li.displayed, .tabs-2.teal-tabs li.displayed:hover {
	color: teal;
	border-color: teal
}
.tabs-2.yellow-tabs li.displayed, .tabs-2.yellow-tabs li.displayed:hover {
	color: #ffab1f;
	border-color: #ffab1f
}
.tabs-1 li:hover {
	background-color: #eee;
	border-color: #eee
}
#tabs-1 .tab-content {
	margin-top: 70px
}
.tbox-1 h5 {
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 20px;
	margin-bottom: 15px
}
.tbox-1 p {
	margin-bottom: 0
}
.tab-content .txt-block h2, .tab-content .txt-block h3 {
	margin-bottom: 30px
}
.tab-content .txt-block h5 {
	margin-top: 15px;
	margin-bottom: 20px
}
.tab-content .txt-block .btn {
	margin-top: 20px
}
.tbox-link {
	width: 100%;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	opacity: 0;
	text-align: center;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative
}
.hover-overlay img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	overflow: hidden;
	-webkit-transition: transform .4s;
	-moz-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s
}
.item-overlay {
	opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10,10,10,.5);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.tbox-1:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.tbox-1:hover .item-overlay {
	opacity: 1;
	-moz-opacity: 1
}
.tbox-1:hover .tbox-link {
	top: 50%;
	opacity: 1;
	-moz-opacity: 1
}
.tab-content .owl-theme .owl-nav {
	margin-top: 5px
}

.request-txt h2 {
	letter-spacing: -1px;
	margin-bottom: 25px
}
.request-txt h5 {
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 20px
}
.request-txt .btn {
	margin-top: 20px
}
.request-form {
	padding: 30px 25px 15px;
	margin: 0 20px 0 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
#sidebar .request-form {
	padding: 35px 25px 15px;
	margin: 0 0 40px
}
.request-form .col-md-12 {
	padding: 0
}
.form-group {
	margin-bottom: 0
}
.request-form h5 {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px
}
.request-form .custom-select, .request-form .form-control {
	background-color: #fff;
	color: #333;
	height: 52px;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	padding: 4px 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.request-form .custom-select {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}
.request-form .form-control::-moz-placeholder {
color:#555
}
.request-form .custom-select::-moz-placeholder {
color:#555
}
.request-form .form-control:-ms-input-placeholder {
color:#555
}
.request-form .custom-select:-ms-input-placeholder {
color:#555
}
.request-form .form-control::-webkit-input-placeholder {
color:#555
}
.request-form .custom-select::-webkit-input-placeholder {
color:#555
}
.request-form .form-control:focus {
	background-color: #f0f0f0;
	border-color: #ccc;
	outline: 0 none;
	box-shadow: none
}
.request-form .btn {
	display: block;
	width: 100%;
	height: 52px;
	margin-top: 0
}
.request-form .btn:focus {
	outline: 0 none;
	box-shadow: none
}
#request-form label.error {
	color: #e74c3c;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px
}
.request-form-msg {
	width: 100%!important;
	display: block;
	text-align: center
}
#request-form .sending-msg {
	margin-top: 20px
}
#request-form .loading {
	color: #2c3f69;
	font-family: Muli, sans-serif;
	font-size: 16px;
	font-weight: 700
}

#statistic-2 .col-lg-3 {
	padding: 0 8px
}
.statistic-3-title {
	text-align: center;
	padding-bottom: 45px;
	border-bottom: 4px solid #c2162c;
	margin: 0 5% 60px
}
.statistic-3-title.primary-border {
	border-color: #e53033
}
.statistic-3-title.aqua-border {
	border-color: #18a0ae
}
.statistic-3-title.blue-border {
	border-color: #0072bc
}
.statistic-3-title.stateblue-border {
	border-color: #6a5acd
}
.statistic-3-title.green-border {
	border-color: #42c374
}
.statistic-3-title.olive-border {
	border-color: #7ba323
}
.statistic-3-title.orange-border {
	border-color: #ff4500
}
.statistic-3-title.red-border {
	border-color: #e53033
}
.statistic-3-title.darkred-border {
	border-color: #c2162c
}
.statistic-3-title.salmon-border {
	border-color: #f77459
}
.statistic-3-title.teal-border {
	border-color: teal
}
.statistic-3-title.yellow-border {
	border-color: #ffc20e
}
#statistic-1 .statistic-block, #statistic-3 .statistic-block {
	text-align: center;
	margin-bottom: 40px
}
#statistic-2 .statistic-block {
	text-align: center;
	background-color: #fbfcfd;
	border: 1px solid #e5e5e5;
	padding: 40px 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#statistic-2.bg-lightgrey .statistic-block {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 5px rgba(0,0,0,.15)
}
#statistic-2 .statistic-block:hover {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.15);
	box-shadow: 0 0 15px rgba(0,0,0,.15)
}
.statistic-block h5 {
	font-size: 3.75rem;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 10px
}
#statistic-2 .statistic-block h5 {
	font-size: 3rem;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 10px
}
#statistic-3 .statistic-block h5 {
	font-size: 4.25rem;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 15px
}
#statistic-1 .statistic-block p, #statistic-3 .statistic-block p {
	font-size: 1.25rem;
	margin-bottom: 0
}
#statistic-2 .statistic-block p.p-md {
	font-size: 1.15rem;
	margin-bottom: 0
}
.statistic-block a {
	font-size: 1.05rem;
	font-family: Muli, sans-serif;
	font-weight: 700;
	text-decoration: underline
}
#countries-3 .col-lg-3 {
	padding-left: 10px;
	padding-right: 10px
}
.cbox-1, .cbox-2 {
	margin-bottom: 60px
}
.cbox-3 {
	position: relative;
	text-align: center;
	margin-bottom: 20px
}
.cbox-1 p, .cbox-2 p {
	margin-bottom: 12px
}
.links-list li {
font-size:.95rem;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 6px
}
.cbox-2 .links-list li {
	padding-right: 10%
}
.links-list li i {
	position: relative;
	top: 2px
}
.country-name {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px
}
.cbox-3 h5 {
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0
}
.country-flag {
	display: inline-block;
	margin-bottom: 20px
}
.country-flag img {
	width: 50px;
	height: 33px;
	margin-right: 5px
}
.cbox-2 .country-flag img {
	width: 65px;
	height: 43px;
	margin-right: 8px
}
.country-flag h5 {
	display: inline-block;
	position: relative;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 0;
	top: 2px
}
.cbox-2 .country-flag h5 {
	line-height: 43px;
	top: 5px
}
.cbox-3 .hover-overlay, .cbox-3 img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}
.cbox-3:hover .hover-overlay img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.cbox-3:hover .item-overlay {
	opacity: 1;
	-moz-opacity: 1
}
#brands-1 {
	padding-top: 60px
}
.brands-holder {
	padding-left: 60px;
	padding-right: 60px
}
.brands-section h5 {
	letter-spacing: -.5px;
	margin-bottom: 40px
}
.brands-carousel .brand-logo {
	padding: 0 10px;
	margin-bottom: 30px
}
#brands-2 .brand-logo {
	text-align: center;
	padding: 45px 15px
}
.brands-filter button {
	background-color: transparent;
	color: #aaa;
	font-size: 1rem;
	line-height: 1;
	margin: 0 5px;
	padding: 0;
	border: none;
	cursor: pointer;
	outline: 0 none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.brands-filter button:after {
	content: "/";
	padding-left: 11px;
	position: relative;
	top: -1px
}
.brands-filter button.last-button:after {
	content: " ";
	padding-left: 0
}
.brands-filter button.is-checked {
	color: #2972d1;
	cursor: default;
	outline: 0 none
}
.brands-filter button:focus, .brands-filter button:hover {
	color: #2972d1;
	outline: 0 none
}
.masonry-wrap .brand-3 {
	width: 20%;
	position: relative;
	padding: 0;
	margin-bottom: 0
}
#brands-3 .brand-logo {
	text-align: center;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0 8px 20px;
	box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
#brands-3 .brand-logo img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
#brands-3 .brand-logo:hover {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 0 1px rgba(56,60,67,.07), 0 8px 14px 1px rgba(56,60,67,.15)
}
.brand-3 p {
	color: #757575;
	line-height: 1.2;
	padding: 0 5%;
	margin-top: 3px;
	margin-bottom: 0
}
.review-1 {
	background-color: #fbfcfd;
	border: 1px solid #f5f5f5;
	margin: 10px 8px 20px;
	padding: 40px 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15)
}
.review-2 {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 5px 40px;
	padding: 30px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.bg-lightgrey .review-1, .bg-lightgrey .review-2 {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15)
}
.review-1 .testimonial-avatar, .review-2 .testimonial-avatar {
	display: inline-block;
	float: left
}
#reviews-1 .owl-carousel .owl-item img {
	width: 75px;
	height: 75px;
	display: inline-block;
	margin: 0 15px 0 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}
#reviews-2 .owl-carousel .owl-item img {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}
.review-1 p {
	color: #333;
	font-size: 1.05rem;
	line-height: 1.45;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 0
}
.review-2 p {
	color: #333;
	font-size: 1rem;
	line-height: 1.45;
	font-weight: 300;
	font-style: italic;
	padding: 0 8px 3px
}
.review-author h5 {
	font-weight: 800;
	line-height: 1;
	padding-top: 16px;
	margin-bottom: 0
}
#reviews-2 .review-author h5 {
	font-size: 1.05rem;
	padding-top: 12px;
	margin-bottom: 0
}
.review-author span {
	color: #888;
font-size:.975rem;
	line-height: 1
}
#reviews-2 .review-author span {
font-size:.95rem
}
.reviews-section .owl-theme .owl-nav {
	margin-top: 5px;
	margin-left: 10px
}
#faqs-2 h5.h5-xl {
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 40px
}
#faqs-1 .card-header, #faqs-2 .card-header {
	position: relative;
	padding: 22px 20px;
	background-color: #f6f7f9;
	border: none;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0
}
#faqs-1.bg-lightgrey .card-header, #faqs-2.bg-lightgrey .card-header {
	background-color: #f0f0f0
}
#faqs-1 #accordion [data-toggle=collapse].collapsed:after, #faqs-1 #accordion [data-toggle=collapse]:after, #faqs-2 #accordion [data-toggle=collapse].collapsed:after, #faqs-2 #accordion [data-toggle=collapse]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f106";
	position: absolute;
	font-size: 1.15rem;
	top: 21px;
	right: 20px
}
#faqs-1 #accordion [data-toggle=collapse].collapsed:after, #faqs-2 #accordion [data-toggle=collapse].collapsed:after {
	content: "\f107"
}
#faqs-1 .card-header a:hover, #faqs-2 .card-header a:hover {
	color: #151515
}
#accordion .card {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
#accordion .card-header h5 {
	line-height: 1;
	letter-spacing: -.5px;
	font-weight: 700;
	margin-bottom: 0
}
#accordion .card-header h5 span {
	font-weight: 400;
	margin-right: 2px
}
#accordion .card-body {
	padding: 30px 25px 15px
}
#accordion .card-body p {
	color: #333
}
#accordion .card-body .content-list {
	margin-bottom: 1rem
}
.more-questions {
	margin-top: 60px
}
.more-questions h5 {
	line-height: 1;
	font-weight: 400;
	letter-spacing: -.5px;
	margin-bottom: 0
}
.more-questions a {
	font-weight: 700;
	text-decoration: underline;
	letter-spacing: -1px;
	margin-left: 3px
}
.more-questions a:hover {
	color: #111
}
.cta-section {
	padding-top: 70px;
	padding-bottom: 70px
}
#cta-2.cta-section {
	padding-bottom: 80px
}
#cta-3.cta-section {
	padding-top: 45px;
	padding-bottom: 45px
}

#cta-4 .cta-txt {
	padding-left: 80px
}
.cta-txt h2, .cta-txt h3 {
	line-height: 1;
	margin-bottom: 10px
}
#cta-4 .cta-txt h3 {
	line-height: 1.15;
	margin-bottom: 20px
}
#cta-3 .cta-txt h4 {
	line-height: 1;
	margin-bottom: 0
}
.cta-txt h5 {
	font-weight: 400;
	letter-spacing: .25px;
	margin-bottom: 0
}
.cta-txt p {
	margin-bottom: 0
}
#cta-4 .cta-txt p {
	margin-bottom: 30px
}
#cta-3 a {
	text-decoration: underline
}
.cta-btn p {
	font-size: 1.05rem;
	font-family: Muli, sans-serif;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 15px
}
.cta-btn p span {
	font-weight: 700
}
#cta-1 .cta-btn .btn {
	letter-spacing: .25px;
	padding: 16px 35px
}
#cta-2 .cta-btn .btn {
	font-family: Muli, sans-serif;
	text-transform: none;
	letter-spacing: .25px;
	padding: 16px 30px
}
.blog-post {
	margin-bottom: 40px
}
.blog-post h5 {
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 15px
}
#blog-1 .blog-post h5 {
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 10px
}
#blog-1 .blog-post h5 a {
	text-decoration: none
}
p.post-data, p.post-meta {
	color: #aaa;
font-size:.875rem;
	font-weight: 700;
	float: right;
	margin-top: -18px
}
p.post-data {
	margin-bottom: 0
}
p.post-data a, p.post-meta a {
	font-weight: 700
}
.sblog-post-txt h5.h5-md {
	font-weight: 700;
	letter-spacing: -.5px;
	margin-top: 20px;
	margin-bottom: 20px
}
.sblog-post-txt p a {
	font-weight: 700;
	text-decoration: underline
}
.post-inner-img {
	margin-top: 40px;
	margin-bottom: 40px
}
.post-inner-img p {
	color: #999;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0
}
.post-tags-list span a {
	color: #999;
font-size:.925rem;
	font-weight: 400;
	line-height: 1.42857;
	background-color: #f0f1f3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 16px;
	margin-right: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.post-tags-list span a:hover {
	color: #fff;
	background-color: #2c3f69
}
.post-share-links {
	margin-top: 70px;
	padding-top: 70px;
	border-top: 1px solid #e5e5e5
}
.share-social-icons {
	display: inline-block;
	padding-left: 0
}
.share-social-icons li {
	width: auto!important;
	display: inline-block!important;
	vertical-align: top;
	clear: none!important;
	padding: 0
}
a.share-ico {
	color: #757575;
	width: 30px;
	height: 30px;
	font-size: 22px;
	display: block;
	margin-right: 3px
}
.other-posts {
	margin-top: 80px
}
.other-posts h5 {
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 8px
}
.other-posts h5 i {
	padding: 0 3px
}
.next-post a, .prev-post a {
	color: #999;
	font-size: 1rem
}
.all-posts a {
	color: #999;
	font-size: 1.75rem;
	line-height: 1
}
.next-post a:hover, .prev-post a:hover {
	color: #f5755e;
	text-decoration: underline
}
.all-posts a:hover {
	color: #333
}
.author-senoff {
	background-color: #f8f9fb;
	padding: 45px;
	margin-top: 80px;
	margin-bottom: 80px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.author-senoff img {
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}
.author-senoff-txt {
	overflow: hidden;
	padding-left: 30px
}
.author-senoff-txt h5 {
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 10px
}
.author-senoff-txt p {
	color: #757575;
	margin-bottom: 0
}
.single-post-comments {
	margin-top: 60px;
	margin-bottom: 80px;
	padding: 0 3%
}
.related-posts h5.h5-xl, .single-post-comments h5.h5-xl {
	font-weight: 700;
	letter-spacing: -.5px;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e5e5e5
}
.single-post-comments img {
	width: 65px;
	height: 65px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}
.comment-meta {
	margin-bottom: 10px
}
.comment-meta h5 {
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: -.5px;
	line-height: 1.1;
	margin-bottom: 2px
}
.comment-date {
	color: #888;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px
}
.btn-reply {
	margin-left: 3px
}
.btn-reply a {
	color: #888;
	font-size: 15px;
	font-weight: 400
}
.btn-reply a i {
	font-size: 13px;
	margin-right: 1px
}
.btn-reply a:hover {
	color: #222
}
.single-post-comments hr {
	margin-top: 35px;
	margin-bottom: 35px
}
#leave-comment h5.h5-xl {
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 3px
}
.comment-form {
	position: relative;
	margin-top: 50px
}
.comment-form p {
	color: #333;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 5px;
	display: block
}
.comment-form .form-control {
	height: 54px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 0 15px;
	margin-bottom: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.comment-form .form-control:focus {
	border-color: #f5755e;
	outline: 0 none;
	box-shadow: none
}
.comment-form textarea {
	min-height: 200px
}
.comment-form textarea.form-control {
	padding: 20px
}
.hero-form .btn:focus {
	outline: 0 none;
	box-shadow: none
}
.comment-form label.error {
	color: #e74c3c;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px
}
.comment-form-msg {
	width: 100%!important;
	display: block;
	text-align: center
}
.comment-form .sending-msg {
	margin-top: 20px
}
.comment-form .loading {
	color: #666;
	font-size: 17px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 700
}
.blog-video {
	position: relative
}
.blog-video .video-preview {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.blog-video .icon-lg [class*=flaticon-]:after, .blog-video .icon-lg [class*=flaticon-]:before {
	font-size: 7rem
}
#gmap {
	width: 100%;
	height: 450px
}
.contact-boxes {
	background-color: #fff;
	border: 1px solid #eef2f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 45px;
	padding: 45px 35px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
#contacts-1 .contact-box {
	text-align: center;
	margin-bottom: 40px
}
#contacts-2 .contact-box {
	text-align: center;
	padding: 50px 30px;
	margin-bottom: 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
#contacts-4 .contact-box {
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd
}
#contacts-4 .contact-box:last-child {
	padding-bottom: 0;
	border-bottom: none
}
.contact-box-txt {
	display: inline-block;
	overflow: hidden
}
#contacts-2 .contact-box.highlight {
	background-color: #ffff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.contact-box h5 {
	font-weight: 800;
	margin-bottom: 12px
}
#contacts-2 .contact-box h5 {
	font-size: 1.1rem;
	letter-spacing: -.5px;
	margin-top: 0;
	margin-bottom: 4px
}
#contacts-4 .contact-box h5 {
	font-size: 1.1rem;
	letter-spacing: -.5px;
	margin-bottom: 2px
}
.contact-box p {
	color: #999;
	font-size: 1.05rem;
	font-weight: 400;
	margin-bottom: 0
}
#contacts-2 .contact-box p {
	color: #888;
	margin-top: 10px
}
#contacts-4 .contact-box p {
	color: #aaa;
	margin-top: 0
}
.contact-box a {
	font-weight: 400;
	text-decoration: underline
}
#contacts-1 .contact-box a, #contacts-2 .contact-box a {
	color: #888
}
#contacts-2 .contact-box a, #contacts-4 .contact-box a {
	font-weight: 800
}
.contact-box-icon {
	display: inline-block;
	background-color: #c5d2dc;
	border: 16px solid #eef2f5;
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0 auto 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.aqua-icon-bg .contact-box-icon {
	background-color: #18a0ae;
	border: 16px solid #ececec
}
.blue-icon-bg .contact-box-icon {
	background-color: #0072bc;
	border: 16px solid #ececec
}
.darkblue-icon-bg .contact-box-icon {
	background-color: #2c3f69;
	border: 16px solid #ececec
}
.green-icon-bg .contact-box-icon {
	background-color: #42c374;
	border: 16px solid #ececec
}
.olive-icon-bg .contact-box-icon {
	background-color: #7ba323
}
.orange-icon-bg .contact-box-icon {
	background-color: #ff4500
}
.red-icon-bg .contact-box-icon {
	background-color: #e53033
}
.darkred-icon-bg .contact-box-icon {
	background-color: #c2162c
}
.salmon-icon-bg .contact-box-icon {
	background-color: #f77459
}
.teal-icon-bg .contact-box-icon {
	background-color: teal
}
.yellow-icon-bg .contact-box-icon {
	background-color: #ffab1f
}
#contacts-4 .contact-box-icon {
	width: 78px;
	height: 78px;
	float: left;
	margin: -5px 20px 0 0
}
.contact-box.icon-xs [class*=" flaticon-"]:after, .contact-box.icon-xs [class*=" flaticon-"]:before, .contact-box.icon-xs [class^=flaticon-]:after, .contact-box.icon-xs [class^=flaticon-]:before {
	color: #fff;
	font-family: Flaticon;
	font-size: 36px;
	line-height: 68px!important
}
#contacts-4 .contact-box.icon-xs [class*=" flaticon-"]:after, #contacts-4 .contact-box.icon-xs [class*=" flaticon-"]:before, #contacts-4 .contact-box.icon-xs [class^=flaticon-]:after, #contacts-4 .contact-box.icon-xs [class^=flaticon-]:before {
	font-size: 24px;
	line-height: 45px!important
}
.contact-form .custom-select, .contact-form .form-control {
	height: 58px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0;
	color: #444;
	font-size: 18px;
	font-weight: 300;
	padding: 0 15px;
	margin-bottom: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.contact-form .custom-select {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}
.contact-form textarea {
	min-height: 200px
}
.contact-form textarea.form-control {
	padding: 20px 15px
}
.contact-form .form-control::-moz-placeholder {
color:#555
}
.contact-form .custom-select::-moz-placeholder {
color:#555
}
.contact-form .form-control:-ms-input-placeholder {
color:#555
}
.contact-form .custom-select:-ms-input-placeholder {
color:#555
}
.contact-form .form-control::-webkit-input-placeholder {
color:#555
}
.contact-form .custom-select::-webkit-input-placeholder {
color:#555
}
.contact-form .form-control:focus {
	outline: 0 none;
	background-color: #fff;
	border-color: #f5f5f5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.contacts-section label.error {
	color: #e74c3c;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px
}
.contact-form-msg {
	width: 100%!important;
	display: block;
	text-align: center
}
.contacts-section .sending-msg {
	margin-top: 18px
}
.contacts-section .loading {
	color: #2c3f69;
	font-family: Muli, sans-serif;
	font-size: 16px;
	font-weight: 700
}
.footer-box {
	padding-left: 10%
}
#footer-3 .footer-box {
	padding-left: 0
}
#footer-4 .footer-box {
	padding-left: 18%
}
#footer-1 .footer-links {
	padding-left: 18%
}
#footer-2 .footer-links, #footer-3 .footer-links {
	padding-left: 25%
}
#footer-2 .footer-links, #footer-3 .footer-links {
	padding-left: 10%
}
.footer h5.h5-md {
	line-height: 1;
	font-weight: 800;
	margin-bottom: 30px
}
.footer-box p.p-sm {
	margin-bottom: 4px
}
p.foo-email a {
	font-weight: 500;
	text-decoration: underline
}
.bg-dark .bottom-footer p, .bg-dark .foo-socials li i, .bg-dark .footer-box p, .bg-dark .footer-form p, .bg-dark .footer-info p, .bg-dark .footer-links li a {
	color: #ddd
}
.bg-deepblue .bottom-footer p, .bg-deepblue .foo-socials li i, .bg-deepblue .footer-box p, .bg-deepblue .footer-form p, .bg-deepblue .footer-info p, .bg-deepblue .footer-links li a {
	color: #9bdafd
}
.bg-dark p.foo-email a {
	color: #eee
}
.footer-links li {
	font-size: 1rem;
	width: auto!important;
	display: block!important;
	vertical-align: top;
	clear: none!important;
	margin: 0 0 8px 0;
	padding: 0
}
.bg-dark .footer-links li {
	color: #a3a3a3
}
.footer-links li a:hover {
	text-decoration: underline
}
.foo-socials {
	display: inline-block;
	padding-left: 0;
	margin: 0 auto 0
}
.foo-socials li {
	width: auto!important;
	display: inline-block!important;
	vertical-align: top;
	clear: none!important;
	margin: 0 0 8px 0;
	padding: 0
}
.foo-socials a {
	display: block;
	background-color: transparent;
	width: 38px;
	height: 38px;
	color: #999;
	font-size: 17px;
	line-height: 38px!important
}
.foo-socials a.ico-facebook:hover {
	background-color: #3b5998;
	color: #fff
}
.foo-socials a.ico-twitter:hover {
	background-color: #00a9ed;
	color: #fff
}
.foo-socials a.ico-instagram:hover {
	background-color: #dc3c59;
	color: #fff
}
.foo-socials a.ico-dribbble:hover {
	background-color: #d92d84;
	color: #fff
}
.foo-socials a.ico-behance:hover {
	background-color: #2473f6;
	color: #fff
}
.foo-socials a.ico-pinterest:hover {
	background-color: #ac281a;
	color: #fff
}
.foo-socials a.ico-linkedin:hover {
	background-color: #015886;
	color: #fff
}
.foo-socials a.ico-google-plus:hover {
	background-color: #cd1111;
	color: #fff
}
.foo-socials a.ico-youtube:hover {
	background-color: #cd1b20;
	color: #fff
}
.foo-socials a.ico-tumblr:hover {
	background-color: #3a5976;
	color: #fff
}
.foo-socials a.ico-vk:hover {
	background-color: #3b5998;
	color: #fff
}
.foo-socials a.ico-yahoo:hover {
	background-color: #7b0099;
	color: #fff
}
.foo-socials a.ico-yelp:hover {
	background-color: #d32323;
	color: #fff
}
.footer-form .newsletter-form {
	margin-top: 25px
}
.footer-form .form-control {
	display: block;
	width: 100%!important;
	text-align: center;
	height: 46px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1.05rem;
	padding: 0 15px;
	margin-bottom: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.footer-form .input-group>.custom-select:not(:last-child), .footer-form .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.footer-form .form-control:focus {
	border: 1px solid #ccc;
	border-right: none;
	outline: 0;
	box-shadow: none
}
.footer-form .input-group-btn {
	display: block;
	width: 100%!important
}
.footer-form .btn {
	display: block;
	width: 100%!important;
	height: 46px;
padding:.8rem 1rem;
	margin-left: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.footer-form .btn:focus {
	outline: 0;
	box-shadow: none
}
.footer-form .form-notification {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 15px;
	margin-left: 5px
}
.bottom-footer {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 45px
}
.bottom-footer p {
	line-height: 38px;
	margin-bottom: 0
}
#footer-3 .bottom-footer p {
	line-height: 1;
	margin-bottom: 10px
}
#footer-3 .bottom-footer p.p-sm {
	display: inline-block;
font-size:.925rem;
	line-height: 1;
	margin-left: 15px;
	margin-bottom: 0
}
.bottom-footer p span {
	font-weight: 700
}
.bg-dark .bottom-footer {
	border-top: 1px solid #444
}
.bg-aqua .bottom-footer {
	border-top: 1px solid #158692
}
.bg-darkpblue .bottom-footer {
	border-top: 1px solid #00517d
}
.bg-blue-map .bottom-footer {
	border-top: 1px solid #334567
}
#breadcrumb {
	margin-top: 16px
}
.breadcrumb {
	padding: 15px 0 15px 5px;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0
}
.breadcrumb-item a, .breadcrumb-item.active {
	font-size: 1.05rem;
	font-weight: 400
}
.breadcrumb.white-color .breadcrumb-item+.breadcrumb-item::before, .breadcrumb.white-color .breadcrumb-item.active {
	color: #fff!important
}
.breadcrumb-item+.breadcrumb-item::before {
	font-size: 1.1rem;
	display: inline-block;
	padding-right: 12px;
	margin-top: -1px;
	content: "\00bb"
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: 15px
}
#sidebar {
	padding-left: 30px
}
#sidebar h5.h5-lg {
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 30px
}
#search-field .form-control {
	background-color: #f0f0f0;
	font-size: 1.05rem;
	height: 54px;
	padding-left: 20px;
	border: none;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px
}
#search-field .btn {
	background-color: #f0f0f0;
	color: #777;
	border: none;
	height: 54px;
	padding: 0 18px;
	margin-top: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0
}
#search-field .form-control:focus {
	border-color: #999;
	outline: 0 none;
	box-shadow: none
}
ul.blog-category-list>li {
	font-size: 1.1rem;
	padding: 12px 0;
	border-bottom: 1px dashed silver;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
ul.blog-category-list>li:first-child {
	padding: 0 0 12px
}
ul.blog-category-list>li:last-child {
	padding: 12px 0 0;
	border-bottom: none
}
ul.blog-category-list>li a {
	color: #555
}
ul.blog-category-list>li a i {
font-size:.875rem;
	margin-right: 5px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
ul.blog-category-list>li span {
	color: #444;
	font-weight: 500
}
ul.blog-category-list li:hover {
	padding-left: 12px
}
ul.sidebar-country-list>li {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 30px
}
ul.sidebar-country-list img {
	margin-bottom: 10px
}
ul.sidebar-country-list img {
	margin-bottom: 10px
}
.latest-posts li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed silver
}
.latest-posts li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}
.latest-posts li h5 {
	line-height: 1.25;
	font-weight: 600
}
.latest-posts p {
	color: #888;
	margin-top: 6px;
	margin-bottom: 0
}
.latest-posts p.lp-date {
	color: #888;
	margin-top: 5px;
	margin-bottom: 12px
}
.latest-posts p.lp-date span {
	color: #999;
	font-weight: 500
}
.badge {
font-size:.75rem;
	font-weight: 600;
	color: #999;
	border: none;
	background-color: #f0f1f3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 8px;
	padding: 6px 14px;
	margin-right: 2px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.badge a {
	color: #999!important;
font-size:.925rem;
	font-weight: 400;
	line-height: 1.42857
}
.badge:hover {
	background-color: #2c3f69
}
.badge:hover a {
	color: #fff!important
}
.blog-page-pagination {
	padding-top: 30px
}
.page-link {
	color: #666;
	font-weight: 500;
padding:.65rem .95rem;
	margin: 0 5px;
	background-color: #fff;
	border-color: #f3f3f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.page-item:first-child .page-link {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.page-item:last-child .page-link {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.page-item.disabled .page-link {
	color: #aaa;
	background-color: #fff;
	border-color: #e5e5e5
}
.next-page.page-link1 {
	margin-left: 30px
}
.page-item.active .page-link, .page-link:focus, .page-link:hover {
	background-color: #594173;
	color: #fff;
	border-color: #594173;
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,.15);
	-moz-box-shadow: 0 8px 8px rgba(0,0,0,.15);
	box-shadow: 0 8px 8px rgba(0,0,0,.15)
}
.primary-pagination .page-item.active .page-link, .primary-pagination .page-link:focus, .primary-pagination .page-link:hover {
	background-color: #e53033;
	border-color: #e53033
}

#scrollUp:hover {
	background-color: #666
}
nav a#pull {
	display: none
}
#stlChanger {
	position: fixed;
	z-index: 9999;
	font-size: 13px;
	font-family: Lato, sans-serif;
	overflow: hidden;
	right: -230px;
	top: 125px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
#stlChanger.open {
	right: 0
}
#stlChanger .bgChanger {
	min-width: 280px;
	min-height: 280px
}
#stlChanger .blockChanger {
	width: 230px
}
#stlChanger .chBody {
	background: #f9f9f9;
	width: 230px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 600px;
	overflow: scroll;
	overflow-x: hidden;
	direction: rtl;
	margin-left: 50px
}
#stlChanger .chBut {
	background: #e53033;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 1000000;
	text-align: center;
	border: 1px solid #e53033;
	border-left: none;
	border-radius: 6px 0 0 6px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 2px rgba(50,50,50,.4)
}
#stlChanger .chBut.icon-xs [class*=flaticon-]:after, #stlChanger .chBut.icon-xs [class*=flaticon-]:before {
	color: #fff;
	font-size: 2.25rem;
	line-height: 49px!important
}
#stlChanger p {
	color: #444;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .25px;
	margin-bottom: 20px
}
#stlChanger .stBgs a {
	text-decoration: none;
	width: 50px;
	height: 50px;
	float: left;
	padding: 0;
	margin: 0 4px 8px;
	cursor: pointer;
	opacity: 1
}
#stlChanger .stBgs a:hover {
	opacity: .7
}
.stBlock1 {
	margin: 0 20px 25px 20px
}
.stBlock .btn {
	width: 100%;
	font-size: 13px;
	line-height: 1;
	padding: 12px 12px;
	margin-top: 15px
}
.s_1 img {
	opacity: 1;
	margin-bottom: 12px;
	border: 1px solid #ddd;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}
.s_1 img:hover {
	opacity: .8
}
.sbox-4-txt p {
	font-size: 15px;
	text-align: justify
}
.country-icon .icon-img {
	position: absolute;
	right: 30px;
	bottom: 116px;
	width: 70px!important
}
.sbox-9-txt .h5-lg.darkblue-color {
	font-size: 18px;
	font-weight: 700
}
.header-contacts a.yellow-color, .header-contacts a.yellow-color i {
	color: #fff
}
.header-contacts a.yellow-color i:hover, .header-contacts a.yellow-color:hover {
	color: #e53033
}
.wide-100 {
	padding-top: 30px;
	padding-bottom: 0
}
.pt-100 {
	padding-top: 0
}
.wide-40, .wide-70 {
	padding-top: 30px;
	padding-bottom: 0
}
.wide-80 {
	padding-top: 30px;
	padding-bottom: 0
}
.bg-lightgrey {
	background-color: #fff
}
.sb-box {
	background-color: #f8f9fb
}
.sbox-6 p {
	text-align: justify
}
.icon-counter {
	width: 33%
}
.icon-sm .p-md {
	font-size: 15px!important
}

.img-gallery {
	margin-bottom: 30px
}
.btn-tra-grey, .white-color .btn-tra-grey {
	color: #e53033;
	background-color: transparent;
	border-color: #e53033
}
#reviews-1 {
	padding-bottom: 20px;
	padding-top: 20px
}
#services-9 {
	padding-top: 0;
	padding-bottom: 20px
}
#countries-2.gallery {
	padding-top: 30px
}
.darkblue-color, .darkblue-color a, .darkblue-color h2, .darkblue-color h3, .darkblue-color h4, .darkblue-color h5, .darkblue-color h6, .darkblue-color i, .darkblue-color li, .darkblue-color p, .darkblue-color span, .white-color .darkblue-color {
	color: #222
}
.hero-request-form {
	background: #f8f9fb
}
.white-color h5 {
	color: #222
}
.btn.btn-primary.form {
	font-size: 17px
}
.btn.btn-primary.form:hover {
	background: 0 0
}
.btn.black-hover:hover {
	color: #fff!important;
	background-color: #2c3f69;
	border-color: #2c3f69
}
#about-1.video {
	padding-top: 0;
	padding-bottom: 0
}
#statistic-3 p {
	font-size: 16px!important
}
#statistic-3 .yellow-color, #statistic-3 .yellow-color span {
	color: #fff
}

#footer-1 {
	padding-top: 120px
}
#brands-3 {
	padding-top: 0;
	padding-bottom: 20px
}
.wsmenu>.wsmenu-list>li a.header-btn.tra-black-hover:hover {
	background-color: transparent;
	border-color: #2c3f69;
	color: #2c3f69!important
}
.btn.btn-primary.tra-black-hover.submit, .btn.btn-primary.tra-black-hover.submit:hover {
	font-size: 17px
}
.btn.btn-primary.tra-black-hover.submit:hover {
	color: #2c3f69!important;
	background-color: transparent;
	border-color: #2c3f69
}
.foo-socials.text-center.clearfix {
	margin-left: -12px
}
.wsmenu>.wsmenu-list>li>a {
	font-size: 13px;
	padding: 15px 18px 10px 0
}
.wsmenu>.wsmenu-list>li>a .wsarrow::after {
	top: 38px
}
.wsmegamenu .latest-news img {
	text-align: center;
	float: left;
	width: 100%;
	height: 100%
}
.img-fluid.nav-menu {
	margin-top: -17px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
	font-size: 17px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .title::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #333;
	display: block
}
.title.image {
	font-size: 14px!important
}
#faqs-1 #accordion [data-toggle=collapse].collapsed::after, #faqs-2 #accordion [data-toggle=collapse].collapsed::after {
	content: "\f107";
	font-family: fontawesome
}
#faqs-1 #accordion [data-toggle=collapse]::after, #faqs-2 #accordion [data-toggle=collapse]::after {
	content: "\f106";
	font-family: fontawesome
}
.footer h5.h5-md {
	color: #fff
}
.tabs-2 li {
	margin: 0 8px;
	color: #222;
	font-size: 18px;
	padding: 0
}
.cssload-box-loading::after {
	background: #e53033
}
.wide-60 {
	padding-top: 20px;
	padding-bottom: 0
}
#statistic-2 {
	padding-top: 30px;
	padding-bottom: 10px
}
#hero-formform-bottom {
	position: relative;
	margin-top: -80px;
	margin-bottom: -80px
}
.col-md-12.brands-list {
	margin-top: -30px
}
.bottom-footer {
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px
}
.icon-img-2 {
	width: 30%
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
	line-height: 15px;
	padding: 8px 0
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
	padding: 8px 0;
	color: #063c83
}
.mbbs-menu-img {
	height: 110px
}
.wsmegamenu {
	background-image: url(https://www.studyeurope.in/assets/images/map_transparent_dark.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}
.owl-theme .owl-nav {
	margin-top: 0
}
.inner-page .icon-img {
	bottom: 222px
}
.inner-page .p-sm {
	text-align: justify
}
.inner-page .hero-9-form {
	margin-top: 70px
}
.inner-page #reviews-1 {
	background: 0 0
}
.inner-page #countries-2 {
	padding-top: 10px
}
.inner-page .white-color .flaticon-159-play-button {
	color: #e53033
}
.inner-page .hero-request-form {
	margin: 0
}
.image-side-banner {
	margin-bottom: 30px
}
ul.blog-category-list>li i {
	font-size: 1.2rem;
	margin-right: 5px
}
.inner-page .blog-categories.sidebar-div.mb-50 {
	background-color: #f1f1f1;
	padding: 30px 25px;
	margin-bottom: 30px
}
.inner-page .blog-category-list li strong {
	float: right;
	font-weight: 400;
	font-size: 15px
}
.inner-page ul.blog-category-list>li {
	font-size: 15px;
	padding-bottom: 5px
}
.inner-page ul.blog-category-list li:hover {
	padding-left: 0
}
#breadcrumb.bg-darkblue {
	background-color: #e53033
}
.row.courses-page img {
	margin-right: 10px;
	float: left;
	width: 50%
}
#tab-17 .table-bordered th {
	background: rgba(0,0,0,.05)
}
.university-ranking .table-bordered {
	width: 50%;
	margin-top: 5px!important;
	background: #e53033;
	color: #fff;
	font-size: 15px
}
.inner-page .tabs-2 li {
	margin: 0;
	font-size: 16px;
	padding: 8px 7px;
	font-weight: 700
}
.inner-page .tabs-2 li * {
	font-size: 15px;
	font-weight: 700;
	margin: 0
}
.inner-page .tabs-2.primary-tabs li.displayed, .tabs-2.primary-tabs li.displayed:hover {
	color: #fff;
	border-color: #e53033;
	background-color: #e53033;
	border-radius: 2px 2px 0 0
}
.inner-page .tabs-2.primary-tabs li.displayed *, .tabs-2.primary-tabs li.displayed:hover * {
	color: #fff
}
.inner-page .tabs-2.primary-tabs {
	border-bottom: 2px solid #e53033
}
.inner-page .tabs-2 {
	display: inline-block;
	margin: 0
}
.inner-page .tabs-content .txt-block {
	text-align: justify
}
.inner-page #about-9 .h3-md {
	margin-top: 15px
}
.table-bordered {
	margin-bottom: 30px
}
#tab-11 .img-fluid, .tabs-content .txt-list {
	margin-bottom: 30px
}
.inner-page .header-btn {
	padding: 15px;
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 18px;
	border-radius: 5px
}
.inner-page .header-btn:hover {
	background: #2c3f69
}
.inner-page .tabs-content p, .single-blog-post {
	text-align: justify
}
ul.blog-category-list>li a i {
	font-size: 1.2rem;
	margin-right: 5px
}
.inner-page.universities .tabs-2 li {
	margin: 0;
	font-size: 17px;
	padding: 8px 11px
}
.inner-page.universities .tabs-nav {
	margin-bottom: 30px
}
.inner-page.universities #about-9 .h3-md {
	margin-top: 0;
	margin-bottom: 20px
}
#sidebar .blog-categories h5 {
	text-align: center
}
.universities .image-side-banner {
	margin-bottom: 30px;
	margin-top: 15px
}
.inner-page.blog #countries-2 {
	padding-top: 10px;
	padding-bottom: 30px
}
.breadcrumb {
	padding: 50px 0 50px 5px
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
	font-size: 1.5rem;
	font-weight: 600
}
.university-ranking {
	font-weight: 600
}
.inner-page #reviews-1 {
	padding-bottom: 20px
}
.inner-page .gallery {
	padding-bottom: 30px
}
.inner-page .sbox-7-txt p {
	color: #222
}
.inner-page .sbox-7 .btn-tra-white {
	color: #222;
	background-color: transparent;
	border-color: #222
}
.inner-page .sbox-7 h5.h5-xl {
	font-size: 1.3rem
}
.inner-page.university-list #reviews-1 {
	padding-top: 0!important
}
@media (min-width:1921px) {
#hero-8 .slider, #hero-8 .slider .slides {
	height: 640px
}
}
@media (min-width:1440px) and (max-width:1920.95px) {
#hero-8 .slider, #hero-8 .slider .slides {
	height: 640px
}
}
@media (min-width:992px) and (max-width:1199.95px) {
.pc-20 {
	padding-right: 0;
	padding-left: 0
}
h5.h5-xs {
	font-size: 1.09375rem
}
h5.h5-sm {
	font-size: 1.125rem
}
h5.h5-md {
	font-size: 1.15625rem
}
h5.h5-lg {
	font-size: 1.1875rem
}
h5.h5-xl {
	font-size: 1.225rem
}
h4.h4-xs {
	font-size: 1.25rem
}
h4.h4-sm {
	font-size: 1.375rem
}
h4.h4-md {
	font-size: 1.5rem
}
h4.h4-lg {
	font-size: 1.625rem
}
h4.h4-xl {
	font-size: 1.75rem
}
h3.h3-xs {
	font-size: 1.875rem
}
h3.h3-sm {
	font-size: 2rem
}
h3.h3-md {
	font-size: 2.125rem
}
h3.h3-lg {
	font-size: 2.25rem
}
h3.h3-xl {
	font-size: 2.5rem
}
h2.h2-xs {
	font-size: 2.75rem
}
h2.h2-sm {
	font-size: 2.875rem
}
h2.h2-md {
	font-size: 3rem
}
h2.h2-lg {
	font-size: 3.125rem
}
h2.h2-xl {
	font-size: 3.25rem
}
h2.h2-huge {
	font-size: 4.25rem
}
p.p-sm {
font-size:.95rem
}
p {
	font-size: 1rem
}
p.p-md {
	font-size: 1.066rem
}
p.p-lg {
	font-size: 1.133rem
}
p.p-xl {
	font-size: 1.266rem
}
.btn.btn-md {
	font-size: 15px;
	padding: 14px 32px
}
.btn.btn-lg {
	font-size: 17px;
	padding: 16px 40px
}
.icon-xs [class*=flaticon-]:after, .icon-xs [class*=flaticon-]:before {
	font-size: 3rem
}
.icon-sm [class*=flaticon-]:after, .icon-sm [class*=flaticon-]:before {
	font-size: 3.5rem
}
.icon-md [class*=flaticon-]:after, .icon-md [class*=flaticon-]:before {
	font-size: 4rem
}
.icon-lg [class*=flaticon-]:after, .icon-lg [class*=flaticon-]:before {
	font-size: 4.25rem
}
.icon-xl [class*=flaticon-]:after, .icon-xl [class*=flaticon-]:before {
	font-size: 5.5rem
}
span.section-id {
font-size:.85rem
}
.section-title {
	margin-bottom: 50px
}
.section-title.center p {
	padding: 0
}
#hero-3 {
	padding-top: 100px;
	padding-bottom: 40px
}
#hero-5 {
	padding-top: 100px;
	padding-bottom: 85px
}
#hero-6 {
	padding-top: 100px;
	padding-bottom: 160px
}
#hero-7-content {
	padding-top: 100px
}
#hero-9-content {
	padding-top: 90px;
	padding-bottom: 150px
}
.slider, .slider .slides {
	height: 600px
}
#hero-2 .slider, #hero-2 .slider .slides {
	height: 580px
}
#hero-8 .slider, #hero-8 .slider .slides {
	height: 500px
}
.slideshow {
	height: 530px
}
.slider-btn {
	bottom: 35px
}
#hero-1 h2 {
	font-size: 4rem;
	padding: 0;
	margin-bottom: 20px
}
#hero-2 h3 {
	font-size: 3rem;
	margin-bottom: 20px
}
#hero-2 h2 {
	font-size: 4.75rem;
	margin-bottom: 20px
}
#hero-3 h2 {
	font-size: 3.35rem;
	margin-bottom: 25px
}
#hero-4 h2 {
	font-size: 5rem;
	margin-bottom: 15px
}
#hero-5 h2 {
	font-size: 3rem;
	margin-bottom: 20px
}
#hero-6 h2 {
	font-size: 3.85rem;
	letter-spacing: -1px;
	margin-bottom: 25px
}
#hero-7 h2, #hero-9 h2 {
	font-size: 4.15rem;
	letter-spacing: -1px;
	padding: 0 5%;
	margin-bottom: 20px
}
#hero-8 h2 {
	font-size: 3.25rem
}
#hero-8 h4 {
	padding-right: 15px
}
#hero-1 .caption-txt p {
	font-size: 1.125rem;
	padding: 0 12%
}
.hero-3-txt p, .hero-6-txt p {
	padding-right: 0
}
#hero-4 .caption p {
	font-size: 1.125rem;
	padding: 0 12%;
	margin-bottom: 12px
}
.hero-section .btn {
	margin-top: 15px
}
#hero-7 .hero-links, #hero-9 .hero-links {
	margin-top: 45px
}
.hero-links h5.h5-sm {
	font-size: 1.075rem
}
.hero-links.icon-xs [class*=" flaticon-"]:after, .hero-links.icon-xs [class*=" flaticon-"]:before, .hero-links.icon-xs [class^=flaticon-]:after, .hero-links.icon-xs [class^=flaticon-]:before {
font-size:.95rem
}
.hero-request-form {
	padding: 35px 25px 20px;
	margin: 0 10px
}
.hero-register-form {
	padding: 30px 15px 20px;
	margin: 40px 15px 55px
}
.hero-9-form .hero-register-form {
	padding: 30px 15px 20px;
	margin: 40px 15px 0
}
.hero-9-form {
	margin-top: -120px
}
.hero-register-form .custom-select, .hero-register-form .form-control {
	height: 48px;
	font-size: 16px
}
.hero-register-form .btn {
	height: 48px;
	margin-top: 26px
}
.about-4-txt {
	padding-right: 0
}
#about-6.pt-100 {
	padding-top: 90px
}
.about-6-txt.pc-20 {
	padding-right: 5px;
	padding-left: 5px
}
.about-8-txt {
	padding: 80px 50px
}
.abox-3-holder {
	padding: 45px 25px
}
.abox-3 {
	padding: 0 5px
}
.about-1-txt h2, .about-1-txt h3, .about-2-txt h2, .about-2-txt h3, .about-6-txt h2, .about-6-txt h3 {
	margin-bottom: 25px
}
.about-5-txt h5 {
	margin-bottom: 25px
}
.about-6-txt h5 {
	margin-top: 30px;
	margin-bottom: 30px
}
#about-7 .abox-list li {
	font-size: 1.2rem
}
#about-7 .abox-list li i {
	font-size: 1rem
}
#about-7 .abox-list li.more-info-link {
	font-size: 1.2rem
}
.abox-list li {
	font-size: 1.135rem;
	margin: 0 0 6px 0
}
.abox-list li.more-info-link {
	font-size: 1.05rem
}
.about-4-txt .btn {
	margin-top: 20px
}
.flags-list li {
	margin-right: 15px
}
#about-1 .video-square {
	left: -5px
}
#about-2 .video-square {
	right: -5px
}
.a-9-boxes {
	padding: 30px 15px 25px
}
.a9-icon {
	margin-right: 15px;
	margin-top: 0
}
.a9-box.icon-xs [class*=flaticon-]:after, .a9-box.icon-xs [class*=flaticon-]:before {
	font-size: 2.75rem
}
#video-1 {
	height: 400px;
	padding-top: 150px
}
#video-2 {
	padding-top: 110px;
	padding-bottom: 110px
}
.video-section .video-btn.icon-xl [class*=" flaticon-"]:after, .video-section .video-btn.icon-xl [class*=" flaticon-"]:before, .video-section .video-btn.icon-xl [class^=flaticon-]:after, .video-section .video-btn.icon-xl [class^=flaticon-]:before {
	font-size: 100px
}
.video-2-txt h2 {
	margin-bottom: 25px
}
.video-2-txt p {
	padding-right: 0
}
#services-4 {
	padding-top: 100px;
	padding-bottom: 86px
}
#services-4 .col-lg-4 {
	padding: 0 7px
}
#services-8 {
	padding-bottom: 70px
}
#services-8 .col-lg-3 {
	padding-left: 15px;
	padding-right: 15px
}
.services-5-txt {
	padding-right: 0
}
.sbox-1 {
	padding: 0 10px
}
.sbox-3 {
	padding: 50px 25px
}
.sbox-5 {
	padding: 30px 20px 25px
}
.sbox-4 {
	padding: 30px 20px 25px;
	margin-bottom: 14px
}
.sbox-6 {
	height: 200px;
	padding: 35px 15px 45px
}
.sbox-8 {
	margin-bottom: 30px
}
.sbox-1-txt h5, .sbox-2 h5, .sbox-3 h5 {
	margin-top: 20px;
	margin-bottom: 14px
}
.sbox-8 h5 {
	font-size: 1.225rem
}
.sbox-6 a {
	left: 15px;
	bottom: 30px
}
.sbox-4-icon {
	margin-right: 15px
}
.tabs-2 {
	margin: 0 auto 50px
}
.tabs-1 li {
	margin: 0 1px;
font-size:.95rem;
	padding: 7px 12px
}
.tabs-2 li {
	font-size: 1.175rem
}
#tabs-1 .tab-content {
	margin-top: 50px
}
.tab-content .txt-block.pc-20 {
	padding-left: 15px;
	padding-right: 15px
}
.tab-content .txt-block h3 {
	margin-bottom: 25px
}
.tab-content .txt-block h5 {
	margin-top: 15px;
	margin-bottom: 20px
}
.tab-content .txt-block .btn {
	margin-top: 15px
}
#statistic-1 {
	padding-top: 80px;
	padding-bottom: 40px
}
#statistic-2 .col-md-3 {
	padding: 0 5px
}
#statistic-2 .statistic-block {
	padding: 40px 25px
}
.statistic-block h5 {
	font-size: 3.25rem
}
#statistic-3 .statistic-block h5 {
	font-size: 3.75rem;
	margin-bottom: 15px
}
#statistic-1 .statistic-block p, #statistic-3 .statistic-block p {
	font-size: 1.15rem
}
.cbox-1 .country-flag img {
	width: 65px;
	height: 43px;
	margin-right: 8px
}
.cbox-2 .links-list li {
	padding-right: 0
}
#brands-2 {
	padding-top: 100px;
	padding-bottom: 84px
}
.brands-holder {
	padding-left: 5px;
	padding-right: 5px
}
#brands-2 .brand-logo {
	padding: 30px 18px
}
.masonry-wrap .brand-3 {
	width: 25%
}
.brand-3 p {
	padding: 0 10%;
	margin-top: 5px
}
.review-1 {
	padding: 40px 25px
}
#reviews-1 .owl-carousel .owl-item img {
	width: 65px;
	height: 65px;
	margin: 0 10px 0 0
}
.review-1 p {
	font-size: 1rem
}
#cta-4 {
	padding-top: 90px;
	padding-bottom: 90px
}
.cta-txt {
	padding-left: 30px
}
#faqs-1 .card-header, #faqs-2 .card-header {
	padding: 19px 13px
}
#accordion .card-body {
	padding: 25px 20px 10px
}
.author-senoff {
	padding: 45px 30px;
	margin-top: 70px;
	margin-bottom: 70px
}
.author-senoff img {
	width: 85px;
	height: 85px
}
.author-senoff-txt h5 {
	margin-bottom: 10px
}
.prev-post.pr-45 {
	padding-right: 0
}
.next-post.pl-45 {
	padding-left: 0
}
.comment-form .form-control {
	height: 54px;
	font-size: 16px
}
.blog-video .icon-lg [class*=flaticon-]:after, .blog-video .icon-lg [class*=flaticon-]:before {
	font-size: 5.5rem
}
#gmap {
	height: 400px
}
#contacts-4 .form-holder {
	padding-left: 20px
}
.contact-boxes {
	margin-right: 0;
	padding: 40px 25px
}
.footer-info {
	padding-right: 35%;
	margin-bottom: 60px
}
#footer-1 .footer-links, #footer-2 .footer-box, #footer-2 .footer-links, #footer-3 .footer-links, .footer-box {
	padding-left: 0
}
.footer h5.h5-md {
	margin-bottom: 25px
}
#footer-4 .footer-info p {
	padding-right: 0
}
.footer-box p.mt-20 {
	margin-top: 15px
}
.footer-form .newsletter-form {
	margin-top: 15px
}
.footer-form .form-control {
	height: 44px;
	font-size: 1rem
}
.footer-form .btn {
	height: 44px
}
#sidebar {
	padding-left: 15px
}
.blog-page-pagination {
	padding-top: 10px
}
}
@media (min-width:768px) and (max-width:991.95px) {
.wide-100 {
	padding-top: 80px;
	padding-bottom: 80px
}
.wide-90 {
	padding-top: 80px;
	padding-bottom: 70px
}
.wide-80 {
	padding-top: 80px;
	padding-bottom: 60px
}
.wide-70 {
	padding-top: 80px;
	padding-bottom: 50px
}
.wide-60 {
	padding-top: 80px;
	padding-bottom: 40px
}
.wide-50 {
	padding-top: 80px;
	padding-bottom: 30px
}
.wide-40 {
	padding-top: 80px;
	padding-bottom: 20px
}
.wide-30 {
	padding-top: 80px;
	padding-bottom: 10px
}
.wide-20 {
	padding-top: 80px;
	padding-bottom: 0
}
.division.pt-100, .pt-100 {
	padding-top: 80px
}
.pb-100 {
	padding-bottom: 80px
}
.pc-20, .pc-25 {
	padding-right: 0;
	padding-left: 0
}
.pl-15, .pl-30 {
	padding-left: 0
}
.pr-15, .pr-30 {
	padding-right: 0
}
h5.h5-xs {
	font-size: 1.1rem
}
h5.h5-sm {
	font-size: 1.2rem
}
h5.h5-md {
	font-size: 1.3rem
}
h5.h5-lg {
	font-size: 1.4rem
}
h5.h5-xl {
	font-size: 1.4rem
}
h4.h4-xs {
	font-size: 1.45rem
}
h4.h4-sm {
	font-size: 1.5rem
}
h4.h4-md {
	font-size: 1.6rem
}
h4.h4-lg {
	font-size: 1.7rem
}
h4.h4-xl {
	font-size: 1.7rem
}
h3.h3-xs {
	font-size: 1.8rem
}
h3.h3-sm {
	font-size: 1.9rem
}
h3.h3-md {
	font-size: 2rem
}
h3.h3-lg {
	font-size: 2.1rem
}
h3.h3-xl {
	font-size: 2.1rem
}
h2.h2-xs {
	font-size: 2.15rem
}
h2.h2-sm {
	font-size: 2.45rem
}
h2.h2-md {
	font-size: 2.65rem
}
h2.h2-lg {
	font-size: 2.85rem
}
h2.h2-xl {
	font-size: 3rem
}
h2.h2-huge {
	font-size: 3.5rem
}
p.p-sm {
	font-size: 1rem
}
p {
	font-size: 1rem
}
p.p-md {
	font-size: 1.066rem
}
p.p-lg {
	font-size: 1.133rem
}
p.p-xl {
	font-size: 1.266rem
}
.btn.btn-md {
	font-size: 15px;
	padding: 14px 32px
}
.btn.btn-lg {
	font-size: 17px;
	padding: 16px 40px
}
.box-list-icon {
font-size:.85rem;
	margin-top: 0;
	margin-right: 6px
}
.box-list p {
	margin-bottom: 10px
}
.icon-xs [class*=flaticon-]:after, .icon-xs [class*=flaticon-]:before {
	font-size: 2.75rem
}
.icon-sm [class*=flaticon-]:after, .icon-sm [class*=flaticon-]:before {
	font-size: 3rem
}
.icon-md [class*=flaticon-]:after, .icon-md [class*=flaticon-]:before {
	font-size: 3.5rem
}
.icon-lg [class*=flaticon-]:after, .icon-lg [class*=flaticon-]:before {
	font-size: 3.75rem
}
.icon-xl [class*=flaticon-]:after, .icon-xl [class*=flaticon-]:before {
	font-size: 5rem
}
span.section-id {
font-size:.85rem;
	margin-bottom: 25px
}
.section-title {
	margin-bottom: 50px;
	padding-right: 10%
}
.section-title.center {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%
}
.section-title p {
	font-size: 1.05rem;
	margin-top: 15px
}
.section-title.center p {
	padding: 0
}
#header-1.header, #header-2.header {
	width: 100%;
	height: 80px
}
.headtoppart {
	display: none
}
.wsmobileheader {
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(50,50,50,.4)
}
.lightgrey-menu .wsmobileheader {
	background-color: #f8f9fb!important
}
.aqua-menu .wsmobileheader {
	background-color: #18a0ae!important
}
.blue-menu .wsmobileheader {
	background-color: #2c3f69!important
}
.aqua-menu .wsmainfull, .blue-menu .wsmainfull, .lightgrey-menu .wsmainfull, .white-menu .wsmainfull {
	padding: 0
}
.wsmobileheader .smllogo {
	margin-top: 15px
}
.wsanimated-arrow {
	padding: 14px 60px 14px 0;
	margin: 24px 0 0 20px
}
.wsanimated-arrow span:before {
	top: -8px;
	width: 22px
}
.wsanimated-arrow span:after {
	bottom: -8px;
	width: 22px
}
.aqua-menu .wsanimated-arrow span, .aqua-menu .wsanimated-arrow span:after, .aqua-menu .wsanimated-arrow span:before, .blue-menu .wsanimated-arrow span, .blue-menu .wsanimated-arrow span:after, .blue-menu .wsanimated-arrow span:before {
	background: #fff
}
.wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after {
	width: 28px;
	top: 0
}
.wsactive .wsanimated-arrow span:after {
	width: 28px;
	top: 0
}
.wsactive .wsanimated-arrow span {
	background: 0 0
}
.wsmenu>.wsmenu-list>li>a {
	padding: 5px 32px 5px 18px
}
.aqua-menu .wsmenu>.wsmenu-list>li>a, .blue-menu .wsmenu>.wsmenu-list>li>a, .tra-menu .wsmenu>.wsmenu-list>li>a {
	color: #666
}
.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
	margin: 22px 18px 0 0
}
.aqua-menu .callusbtn, .blue-menu .callusbtn, .wsmenu>.wsmenu-list>li>a>i {
	color: #fff
}
.callusbtn {
	font-size: 22px;
	padding: 24px 20px
}
.wsmenu>.wsmenu-list>li a.header-btn {
	height: 60px;
	line-height: 55px;
	padding: 0 17px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-tra-white {
	background-color: #333;
	border-color: #333;
	color: #fff
}
.wsmenu>.wsmenu-list>li>a i, .wsmenu>.wsmenu-list>li>a.header-btn i {
	margin-top: 1px;
	margin-right: 5px
}
.aqua-menu .smllogo-white, .blue-menu .smllogo-white, .lightgrey-menu .smllogo-black, .white-menu .smllogo-black {
	display: block
}
.aqua-menu .smllogo-black, .blue-menu .smllogo-black, .lightgrey-menu .smllogo-white, .white-menu .smllogo-white {
	display: none
}
#hero-2 .caption-txt {
	margin-top: -150px
}
#hero-3 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px
}
#hero-5 {
	padding-top: 80px;
	padding-bottom: 80px
}
#hero-6 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 190px
}
#hero-7-content {
	padding-top: 80px
}
#hero-9-content {
	padding-top: 80px;
	padding-bottom: 400px
}
.slider, .slider .slides {
	height: 530px
}
#hero-2 .slider, #hero-2 .slider .slides {
	height: 550px
}
#hero-8 .slider, #hero-8 .slider .slides {
	height: 450px
}
#hero-2 .slider .slides li img, #hero-8 .slider .slides li img {
	background-position: left center
}
.slideshow {
	height: 500px
}
.slider-btn {
	margin-left: -54px;
	bottom: 25px
}
.hero-slider-nav.icon-xs [class*=" flaticon-"]:after, .hero-slider-nav.icon-xs [class*=" flaticon-"]:before, .hero-slider-nav.icon-xs [class^=flaticon-]:before, .hero-slider-nav.icon-xs[class^=flaticon-]:after {
	font-size: 2rem
}
.slideshow .arrows .prev {
	left: -5px
}
.slideshow .arrows .next {
	right: -5px
}
.arrows.icon-xs [class*=flaticon-]:after, .arrows.icon-xs [class*=flaticon-]:before {
	font-size: 1.75rem
}
#hero-1 h2 {
	font-size: 3.5rem;
	letter-spacing: -.5px;
	padding: 0;
	margin-bottom: 20px
}
#hero-2 h3 {
	font-size: 2.65rem;
	margin-bottom: 20px
}
#hero-2 h4 {
	padding-right: 0
}
#hero-2 h2 {
	font-size: 4.35rem;
	margin-bottom: 15px
}
#hero-3 h2 {
	font-size: 2.85rem;
	margin-bottom: 20px
}
#hero-4 h2 {
	font-size: 4rem;
	margin-bottom: 15px
}
#hero-5 h2 {
	font-size: 3.25rem;
	padding: 0 5%;
	margin-bottom: 20px
}
#hero-6 h2 {
	font-size: 3.75rem;
	letter-spacing: -1px;
	padding: 0 5%;
	margin-bottom: 20px
}
#hero-7 h2, #hero-9 h2 {
	font-size: 3.5rem;
	letter-spacing: -1px;
	padding: 0 5%;
	margin-bottom: 20px
}
#hero-8 h2 {
	font-size: 3.25rem;
	margin-bottom: 5px
}
#hero-8 h4 {
	padding-right: 0
}
#hero-1 .caption-txt p {
	font-size: 1.1rem;
	padding: 0
}
.hero-3-txt p, .hero-6-txt p {
	padding: 0 10%
}
#hero-4 .caption p {
	font-size: 1.1rem;
	padding: 0 5%
}
.hero-7-txt p, .hero-9-txt p {
	font-size: 1.1rem;
	padding: 0
}
#hero-2 .box-list-icon, #hero-3 .box-list-icon, #hero-4 .box-list-icon {
	display: none
}
.hero-section .btn {
	margin-top: 15px
}
#hero-7 .hero-links, #hero-9 .hero-links {
	margin-top: 40px
}
.hero-links h5.h5-sm {
	font-size: 1.1rem
}
.hero-links.icon-xs [class*=" flaticon-"]:after, .hero-links.icon-xs [class*=" flaticon-"]:before, .hero-links.icon-xs [class^=flaticon-]:after, .hero-links.icon-xs [class^=flaticon-]:before {
	font-size: 1rem
}
.hero-request-form {
	padding: 40px 35px 25px;
	margin: 0 10%
}
.hero-register-form {
	padding: 30px 20px 20px;
	margin: 40px 5% 55px
}
.hero-9-form .hero-register-form {
	padding: 30px 20px 20px;
	margin: 40px 5% 0
}
.hero-register-form .custom-select, .hero-register-form .form-control {
	margin-bottom: 25px
}
.hero-register-form .btn, .hero-request-form .btn {
	margin-top: 10px
}
.hero-9-form {
	margin-top: -385px
}
#about-3 {
	margin-top: -150px
}
#about-4, #about-6 {
	padding-top: 80px;
	padding-bottom: 40px
}
.about-6-txt {
	text-align: center;
	margin-bottom: 40px
}
.about-8-txt {
	padding: 70px 40px
}
#about-9 {
	padding-bottom: 30px
}
.about-1-txt h2, .about-1-txt h3, .about-2-txt h2, .about-2-txt h3, .about-6-txt h2, .about-6-txt h3 {
	margin-bottom: 20px
}
.about-4-txt h2 {
	margin-bottom: 15px
}
.abox-3-holder {
	padding: 45px 40px 15px
}
.abox-3 {
	padding: 0 5px;
	margin-bottom: 25px
}
.abox-3-icon {
	display: inline-block;
	float: left;
	margin-right: 20px
}
.abox-3-txt {
	overflow: hidden
}
.abox-3-txt h5 {
	margin-top: 0
}
.about-5-txt h5 {
	margin-bottom: 25px
}
.about-6-txt h5 {
	margin-top: 30px;
	margin-bottom: 30px
}
.about-7-txt h4 {
	margin-bottom: 30px
}
.abox-list li {
	font-size: 1.15rem;
	margin: 0 0 6px 0
}
.abox-list li.more-info-link {
	font-size: 1.1rem
}
#about-7 .abox-list li {
	font-size: 1.25rem
}
#about-7 .abox-list li i {
	font-size: 1rem
}
#about-7 .abox-list li.more-info-link {
	font-size: 1.2rem
}
.about-section .btn {
	margin-top: 15px
}
.about-section .about-4-txt .btn {
	margin-top: 20px
}
#about-1 .video-square, #about-2 .video-square {
	padding: 25px
}
#about-1 .video-square {
	left: -10px
}
#about-2 .video-square {
	right: -10px
}
.about-4-img, .about-6-img {
	display: none
}
.a-9-boxes {
	padding: 30px 15px 25px
}
.a9-icon {
	margin-right: 15px;
	margin-top: 0
}
#video-1 {
	height: 400px;
	padding-top: 150px
}
#video-2 {
	padding-top: 100px;
	padding-bottom: 100px
}
.video-2-txt {
	text-align: center;
	padding: 0 5%;
	margin-bottom: 30px
}
.video-section .video-btn.icon-xl [class*=" flaticon-"]:after, .video-section .video-btn.icon-xl [class*=" flaticon-"]:before, .video-section .video-btn.icon-xl [class^=flaticon-]:after, .video-section .video-btn.icon-xl [class^=flaticon-]:before {
	font-size: 100px
}
.video-2-txt h2 {
	margin-bottom: 20px
}
.video-2-txt p {
	padding: 0
}
#services-1 {
	padding-top: 80px;
	padding-bottom: 60px
}
#services-4 {
	padding-top: 80px;
	padding-bottom: 50px
}
#services-5 {
	padding-top: 80px;
	padding-bottom: 50px
}
#services-5 .col-md-6 {
	padding: 0 15px
}
.services-5-txt {
	padding-right: 0;
	margin-bottom: 40px
}
#services-8 {
	padding-bottom: 70px
}
#services-8 .col-lg-3 {
	padding-left: 15px;
	padding-right: 15px
}
.services-5-txt h2 {
	margin-bottom: 15px
}
.sbox-1 {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 40px 35px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.sbox-2 {
	padding: 0 25px
}
.sbox-5 {
	margin-bottom: 30px
}
.sbox-6 {
	height: 200px;
	padding: 35px 10px 45px
}
#sb-01, #sb-03 {
	border: 1px solid #ddd;
	border-right: none
}
#sb-02 {
	border: 1px solid #ddd
}
#sb-03 {
	border: 1px solid #ddd;
	border-top: none;
	border-right: none
}
#sb-05 {
	border-left: 1px solid #ddd
}
#sb-08 {
	border-right: 1px solid #ddd
}
.sbox-1-icon {
	display: inline-block;
	float: left;
	margin-top: 4px;
	margin-right: 20px
}
.sbox-1-txt {
	overflow: hidden
}
.sbox-1-txt h5 {
	margin-top: 0
}
.sbox-2-txt h5, .sbox-3 h5 {
	margin-top: 20px;
	margin-bottom: 14px
}
.sbox-8 h5 {
	font-size: 1.4rem
}
.sbox-6 a {
	left: 10px;
	bottom: 30px
}
.tabs-2 {
	margin: 0 auto 50px
}
.tabs-1 li {
	margin: 0 3px 12px
}
.tabs-2 li {
	margin: 0 12px;
	font-size: 1.125rem;
	padding: 6px 8px
}
#tabs-1 .tab-content {
	margin-top: 50px
}
.tab-content .txt-block h3 {
	margin-bottom: 20px
}
.tab-content .txt-block h5 {
	margin-top: 15px;
	margin-bottom: 20px
}
.tab-content .txt-block .btn {
	margin-top: 15px
}
.request-form {
	padding: 30px 20px 15px;
	margin: 0 10px
}
.request-txt h5 {
	font-size: 1.15rem;
	margin-bottom: 15px
}
.request-form h5 {
	font-size: 1.15rem;
	margin-bottom: 20px
}
#statistic-2 .col-lg-3 {
	padding: 0 10px
}
#statistic-2 .statistic-block {
	padding: 40px 35px
}
.statistic-3-title {
	padding-bottom: 35px;
	margin: 0 0 50px
}
.statistic-block h5 {
	font-size: 2.75rem
}
#statistic-3 .statistic-block h5 {
	font-size: 3rem;
	margin-bottom: 15px
}
#statistic-1 .statistic-block p, #statistic-3 .statistic-block p {
	font-size: 1.125rem
}
.cbox-1 .country-flag img {
	width: 65px;
	height: 43px;
	margin-right: 8px
}
.cbox-2 .links-list li {
	padding-right: 0
}
#brands-3 {
	padding-bottom: 70px
}
.brands-holder {
	padding-left: 0;
	padding-right: 0
}
.brands-carousel .brand-logo {
	padding: 0 5px
}
#brands-2 .brand-logo {
	padding: 30px 0
}
#brands-3 .brand-logo {
	padding: 30px 10px;
	margin: 0 4px 10px
}
.masonry-wrap .brand-3 {
	width: 25%
}
.brand-3 p {
	padding: 0 10%;
	margin-top: 6px
}
.more-questions {
	margin-top: 40px
}
#cta-4 {
	padding-top: 70px;
	padding-bottom: 70px
}
#cta-4.cta-section {
	text-align: left
}
.cta-section {
	text-align: center
}
.cta-txt {
	margin-bottom: 30px
}
#cta-4 .cta-txt {
	padding-left: 20px;
	margin-bottom: 0
}
#cta-3 .cta-txt {
	padding: 0 18%;
	margin-bottom: 0
}
.cta-txt h3 {
	margin-bottom: 15px
}
#cta-3 .cta-txt h4.h4-xs {
	font-size: 1.55rem;
	line-height: 1.3
}
.cta-txt p {
	padding: 0 3%
}
#cta-4 .cta-txt p {
	font-size: 1.066rem;
	padding: 0
}
#blog-page, #single-post {
	padding-bottom: 30px
}
.blog-video .icon-lg [class*=flaticon-]:after, .blog-video .icon-lg [class*=flaticon-]:before {
	font-size: 6rem
}
.comment-form .form-control {
	height: 54px;
	font-size: 17px
}
#gmap {
	height: 375px
}
#contacts-2 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px
}
#contacts-2 .contact-box {
	display: inline-block;
	padding: 50px 80px;
	margin: 0 auto
}
#contacts-4 {
	padding-bottom: 60px
}
.contact-boxes {
	background-color: transparent;
	border: none;
	margin-right: 0;
	padding: 0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}
#contacts-4 .contact-box {
	padding-bottom: 0;
	border-bottom: none;
	background-color: #fff;
	border: 1px solid #eef2f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 30px 35px 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
#contacts-4 .contact-box:last-child {
	padding-bottom: 20px;
	margin-bottom: 50px
}
#footer-1 .footer-links, #footer-2 .footer-box, #footer-2 .footer-links, #footer-3 .footer-links, .footer-box {
	padding-left: 0
}
.footer h5.h5-md {
	margin-bottom: 25px
}
.footer-info p {
	font-size: 1rem;
	padding-right: 5%
}
.footer-box p, .footer-links li {
	font-size: 1rem
}
.bottom-footer .text-right {
	text-align: left!important
}
#footer-3 .bottom-footer .text-right {
	text-align: right!important
}
#footer-3 .bottom-footer p {
	margin-bottom: 6px
}
#footer-3 .bottom-footer p.p-sm {
font-size:.915rem;
	margin-left: 10px
}
#breadcrumb {
	margin-top: 0
}
.breadcrumb {
	padding: 15px 0
}
#sidebar {
	margin-top: 70px;
	padding-left: 15px
}
.sidebar-country-list img {
	display: block
}
.blog-page-pagination {
	padding-top: 10px
}
}
@media (max-width:767px) {
.wide-100 {
	padding-top: 80px;
	padding-bottom: 80px
}
.wide-90 {
	padding-top: 80px;
	padding-bottom: 70px
}
.wide-80 {
	padding-top: 80px;
	padding-bottom: 60px
}
.wide-70 {
	padding-top: 80px;
	padding-bottom: 50px
}
.wide-60 {
	padding-top: 80px;
	padding-bottom: 40px
}
.wide-50 {
	padding-top: 80px;
	padding-bottom: 30px
}
.wide-40 {
	padding-top: 80px;
	padding-bottom: 20px
}
.wide-30 {
	padding-top: 80px;
	padding-bottom: 10px
}
.wide-20 {
	padding-top: 80px;
	padding-bottom: 0
}
.division.pt-100, .pt-100 {
	padding-top: 80px
}
.pb-100 {
	padding-bottom: 80px
}
.pc-20, .pc-25 {
	padding-right: 0;
	padding-left: 0
}
.pl-15, .pl-30 {
	padding-left: 0
}
.pr-15, .pr-30 {
	padding-right: 0
}
#header-1.header, #header-2.header {
	width: 100%;
	height: 80px
}
.headtoppart {
	display: none
}
.wsmobileheader {
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(50,50,50,.4)
}
.lightgrey-menu .wsmobileheader {
	background-color: #f8f9fb!important
}
.aqua-menu .wsmobileheader {
	background-color: #18a0ae!important
}
.blue-menu .wsmobileheader {
	background-color: #2c3f69!important
}
.aqua-menu .wsmainfull, .blue-menu .wsmainfull, .lightgrey-menu .wsmainfull, .white-menu .wsmainfull {
	padding: 0
}
.wsmobileheader .smllogo {
	margin-top: 15px
}
.wsanimated-arrow {
	padding: 14px 40px 14px 0;
	margin: 24px 0 0 20px
}
.wsanimated-arrow span:before {
	top: -8px;
	width: 22px!important
}
.wsanimated-arrow span:after {
	bottom: -8px;
	width: 22px!important
}
.aqua-menu .wsanimated-arrow span, .aqua-menu .wsanimated-arrow span:after, .aqua-menu .wsanimated-arrow span:before, .blue-menu .wsanimated-arrow span, .blue-menu .wsanimated-arrow span:after, .blue-menu .wsanimated-arrow span:before {
	background: #fff
}
.wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after {
	width: 28px;
	top: 0
}
.wsactive .wsanimated-arrow span:after {
	width: 28px;
	top: 0
}
.wsactive .wsanimated-arrow span {
	background: 0 0
}
.wsmenu>.wsmenu-list>li>a {
	padding: 5px 32px 5px 18px
}
.aqua-menu .wsmenu>.wsmenu-list>li>a, .blue-menu .wsmenu>.wsmenu-list>li>a, .tra-menu .wsmenu>.wsmenu-list>li>a {
	color: #666
}
.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
	margin: 22px 18px 0 0
}
.aqua-menu .callusbtn, .blue-menu .callusbtn, .wsmenu>.wsmenu-list>li>a>i {
	color: #fff
}
.aqua-menu .callusbtn:hover i, .blue-menu .callusbtn:hover i {
	color: #fff
}
.callusbtn {
	font-size: 22px;
	padding: 24px 20px
}
.wsmenu>.wsmenu-list>li a.header-btn {
	height: 60px;
	line-height: 55px;
	padding: 0 17px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-tra-white {
	background-color: #333;
	border-color: #333;
	color: #fff
}
.wsmenu>.wsmenu-list>li>a i, .wsmenu>.wsmenu-list>li>a.header-btn i {
	margin-top: 1px;
	margin-right: 5px
}
.aqua-menu .smllogo-white, .blue-menu .smllogo-white, .lightgrey-menu .smllogo-black, .white-menu .smllogo-black {
	display: block
}
.aqua-menu .smllogo-black, .blue-menu .smllogo-black, .lightgrey-menu .smllogo-white, .white-menu .smllogo-white {
	display: none
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
	font-size: 17px
}
#hero-3 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px
}
#hero-4 .caption-txt {
	text-align: center;
	margin-top: -25px
}
#hero-5 {
	padding-top: 80px;
	padding-bottom: 80px
}
#hero-7-content {
	padding-top: 80px
}
#hero-9-content {
	padding-top: 80px;
	padding-bottom: 400px
}
#hero-2 .box-list-icon, #hero-3 .box-list-icon, #hero-4 .box-list-icon {
	display: none
}
#about-4, #about-6 {
	padding-top: 80px;
	padding-bottom: 40px
}
.about-6-txt {
	text-align: center;
	margin-bottom: 40px
}
.about-4-img, .about-6-img {
	display: none
}
}
@media (min-width:480px) and (max-width:767.95px) {
#stlChanger {
	display: none
}
.pc-20, .pc-25 {
	padding-right: 0;
	padding-left: 0
}
.pl-15, .pl-30 {
	padding-left: 0
}
.pr-15, .pr-30 {
	padding-right: 0
}
.wide-100 {
	padding-top: 80px;
	padding-bottom: 80px
}
.wide-90 {
	padding-top: 80px;
	padding-bottom: 70px
}
.wide-80 {
	padding-top: 80px;
	padding-bottom: 60px
}
.wide-70 {
	padding-top: 80px;
	padding-bottom: 50px
}
.wide-60 {
	padding-top: 80px;
	padding-bottom: 40px
}
.wide-50 {
	padding-top: 80px;
	padding-bottom: 30px
}
.wide-40 {
	padding-top: 80px;
	padding-bottom: 20px
}
.wide-30 {
	padding-top: 80px;
	padding-bottom: 10px
}
.wide-20 {
	padding-top: 80px;
	padding-bottom: 0
}
.division.pt-100, .pt-100 {
	padding-top: 80px
}
.pb-100 {
	padding-bottom: 80px
}
.pc-20 {
	padding-right: 0;
	padding-left: 0
}
.pc-25 {
	padding-right: 0;
	padding-left: 0
}
.pl-30 {
	padding-left: 0
}
.pr-30 {
	padding-right: 0
}
h5.h5-xs {
	font-size: 1.1rem
}
h5.h5-sm {
	font-size: 1.15rem
}
h5.h5-md {
	font-size: 1.2rem
}
h5.h5-lg {
	font-size: 1.25rem
}
h5.h5-xl {
	font-size: 1.35rem
}
h4.h4-xs {
	font-size: 1.4rem
}
h4.h4-sm {
	font-size: 1.45rem
}
h4.h4-md {
	font-size: 1.5rem
}
h4.h4-lg {
	font-size: 1.55rem
}
h4.h4-xl {
	font-size: 1.6rem
}
h3.h3-xs {
	font-size: 1.65rem
}
h3.h3-sm {
	font-size: 1.7rem
}
h3.h3-md {
	font-size: 1.75rem
}
h3.h3-lg {
	font-size: 1.8rem
}
h3.h3-xl {
	font-size: 1.8rem
}
h2.h2-xs {
	font-size: 1.85rem
}
h2.h2-sm {
	font-size: 2.15rem
}
h2.h2-md {
	font-size: 2.35rem
}
h2.h2-lg {
	font-size: 2.55rem
}
h2.h2-xl {
	font-size: 2.75rem
}
h2.h2-huge {
	font-size: 3.25rem
}
p.p-sm {
	font-size: 1rem
}
p {
	font-size: 1rem
}
p.p-md {
	font-size: 1rem
}
p.p-lg {
	font-size: 1.066rem
}
p.p-xl {
	font-size: 1.133rem
}
ul.txt-list li {
	font-size: 1rem
}
.btn.btn-md {
	font-size: 15px;
	padding: 14px 32px
}
.btn.btn-lg {
	font-size: 17px;
	padding: 16px 40px
}
.box-list-icon {
font-size:.85rem;
	margin-top: 0;
	margin-right: 6px
}
.box-list p {
	margin-bottom: 10px
}
.icon-xs [class*=flaticon-]:after, .icon-xs [class*=flaticon-]:before {
	font-size: 3rem
}
.icon-sm [class*=flaticon-]:after, .icon-sm [class*=flaticon-]:before {
	font-size: 3.5rem
}
.icon-md [class*=flaticon-]:after, .icon-md [class*=flaticon-]:before {
	font-size: 4rem
}
.icon-lg [class*=flaticon-]:after, .icon-lg [class*=flaticon-]:before {
	font-size: 4.25rem
}
.icon-xl [class*=flaticon-]:after, .icon-xl [class*=flaticon-]:before {
	font-size: 5.5rem
}
span.section-id {
font-size:.85rem;
	margin-bottom: 25px
}
.section-title {
	margin-bottom: 50px;
	padding-right: 10%
}
.section-title.center {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%
}
.section-title p {
	font-size: 1.05rem;
	margin-top: 20px
}
.section-title.center p {
	padding: 0
}
#header-1.header, #header-2.header {
	width: 100%;
	height: 80px
}
.headtoppart {
	display: none
}
.wsmobileheader {
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(50,50,50,.4)
}
.lightgrey-menu .wsmobileheader {
	background-color: #f8f9fb!important
}
.aqua-menu .wsmobileheader {
	background-color: #18a0ae!important
}
.blue-menu .wsmobileheader {
	background-color: #2c3f69!important
}
.aqua-menu .wsmainfull, .blue-menu .wsmainfull, .lightgrey-menu .wsmainfull, .white-menu .wsmainfull {
	padding: 0
}
.wsmobileheader .smllogo {
	margin-top: 15px
}
.wsanimated-arrow {
	padding: 14px 50px 14px 0!important;
	margin: 24px 0 0 20px
}
.wsanimated-arrow span:before {
	top: -8px;
	width: 26px
}
.wsanimated-arrow span:after {
	bottom: -8px;
	width: 20px
}
.aqua-menu .wsanimated-arrow span, .aqua-menu .wsanimated-arrow span:after, .aqua-menu .wsanimated-arrow span:before, .blue-menu .wsanimated-arrow span, .blue-menu .wsanimated-arrow span:after, .blue-menu .wsanimated-arrow span:before {
	background: #fff
}
.wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after {
	width: 28px;
	top: 0
}
.wsactive .wsanimated-arrow span:after {
	width: 28px;
	top: 0
}
.wsactive .wsanimated-arrow span {
	background: 0 0
}
.wsmenu>.wsmenu-list>li>a {
	padding: 5px 32px 5px 18px
}
.aqua-menu .wsmenu>.wsmenu-list>li>a, .blue-menu .wsmenu>.wsmenu-list>li>a, .tra-menu .wsmenu>.wsmenu-list>li>a {
	color: #666
}
.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
	margin: 22px 18px 0 0
}
.aqua-menu .callusbtn, .blue-menu .callusbtn, .wsmenu>.wsmenu-list>li>a>i {
	color: #fff
}
.callusbtn {
	font-size: 22px;
	padding: 24px 20px
}
.wsmenu>.wsmenu-list>li a.header-btn {
	height: 60px;
	line-height: 55px;
	padding: 0 17px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.wsmenu>.wsmenu-list>li a.header-btn.btn-tra-white {
	background-color: #333;
	border-color: #333;
	color: #fff
}
.wsmenu>.wsmenu-list>li>a i, .wsmenu>.wsmenu-list>li>a.header-btn i {
	margin-top: 1px;
	margin-right: 5px
}
.aqua-menu .smllogo-white, .blue-menu .smllogo-white, .lightgrey-menu .smllogo-black, .white-menu .smllogo-black {
	display: block
}
.aqua-menu .smllogo-black, .blue-menu .smllogo-black, .lightgrey-menu .smllogo-white, .white-menu .smllogo-white {
	display: none
}
#hero-2 .caption-txt {
	text-align: center;
	margin-top: -200px
}
#hero-6 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 230px
}
#hero-8 .caption-txt {
	text-align: center
}
.slider, .slider .slides {
	height: 520px
}
#hero-2 .slider, #hero-2 .slider .slides {
	height: 560px
}
#hero-8 .slider, #hero-8 .slider .slides {
	height: 440px
}
.slideshow {
	height: 450px
}
#hero-2 .slider .slides li img, #hero-8 .slider .slides li img {
	background-position: left center
}
.slider-btn {
	margin-left: -54px;
	bottom: 30px
}
.hero-slider-nav.icon-xs [class*=" flaticon-"]:after, .hero-slider-nav.icon-xs [class*=" flaticon-"]:before, .hero-slider-nav.icon-xs [class^=flaticon-]:before, .hero-slider-nav.icon-xs[class^=flaticon-]:after {
	font-size: 2rem
}
.slideshow .arrows .prev {
	left: -5px
}
.slideshow .arrows .next {
	right: -5px
}
.arrows.icon-xs [class*=flaticon-]:after, .arrows.icon-xs [class*=flaticon-]:before {
	font-size: 1.75rem
}
#hero-1 .caption-txt {
	margin-top: -40px
}
.hero-7-countries {
	margin-top: -210px
}
#hero-1 h2 {
	font-size: 2.75rem;
	letter-spacing: -.5px;
	padding: 0;
	margin-bottom: 20px
}
#hero-1 h5 {
	font-size: 1.25rem
}
#hero-2 h3 {
	font-size: 2.35rem;
	margin-bottom: 20px
}
#hero-2 h4 {
	padding: 0
}
#hero-2 h2 {
	font-size: 4rem;
	margin-bottom: 15px
}
#hero-3 h2 {
	font-size: 2.5rem;
	margin-bottom: 20px
}
#hero-4 h2 {
	font-size: 3.25rem;
	margin-bottom: 15px
}
#hero-5 h4, #hero-6 h4, #hero-7 h4 {
	font-size: 1.3rem
}
#hero-5 h2 {
	font-size: 2.85rem;
	padding: 0;
	margin-bottom: 20px
}
#hero-6 h2 {
	font-size: 3.25rem;
	letter-spacing: -1px;
	padding: 0;
	margin-bottom: 20px
}
#hero-7 h2, #hero-9 h2 {
	font-size: 3rem;
	letter-spacing: -1px;
	padding: 0;
	margin-bottom: 20px
}
#hero-8 h2 {
	font-size: 3.25rem;
	margin-bottom: 5px
}
#hero-8 h4 {
	padding: 0 5%
}
#hero-1 .caption-txt p {
	font-size: 1.1125rem;
	padding: 0 3%
}
.hero-3-txt p, .hero-6-txt p {
	padding: 0
}
#hero-4 .caption p {
	font-size: 1.1125rem;
	padding: 0 5%
}
.hero-5-txt p {
	font-size: 1.1125rem;
	padding: 0
}
.hero-7-txt p, .hero-9-txt p {
	font-size: 1.1125rem;
	padding: 0
}
#hero-3 .box-list-icon {
	display: none
}
.hero-section .btn {
	margin-top: 15px
}
#hero-7 .hero-links, #hero-9 .hero-links {
	margin-top: 35px
}
.hero-links h5.h5-sm {
	font-size: 1.125rem;
	margin-right: 20px;
	margin-bottom: 15px
}
.hero-links.icon-xs [class*=" flaticon-"]:after, .hero-links.icon-xs [class*=" flaticon-"]:before, .hero-links.icon-xs [class^=flaticon-]:after, .hero-links.icon-xs [class^=flaticon-]:before {
font-size:.9rem
}
.hero-request-form {
	padding: 35px 30px 20px;
	margin: 0 5%
}
.hero-register-form {
	padding: 35px 15px 25px;
	margin: 40px 0 55px
}
.hero-9-form .hero-register-form {
	padding: 30px 15px 20px;
	margin: 40px 0 0
}
.hero-register-form .custom-select, .hero-register-form .form-control {
	margin-bottom: 25px
}
.hero-register-form .btn, .hero-request-form .btn {
	margin-top: 8px
}
.hero-9-form {
	margin-top: -400px
}
#about-4, #about-6 {
	padding-top: 80px;
	padding-bottom: 40px
}
.about-6-txt {
	text-align: center;
	margin-bottom: 40px
}
.about-8-txt {
	padding: 80px 50px
}
#about-9 {
	padding-bottom: 30px
}
.about-1-txt h3, .about-2-txt h2, .about-2-txt h3, .about-6-txt h2, .about-6-txt h3 {
	margin-bottom: 20px
}
#about-3 {
	margin-top: -200px
}
.abox-3-holder {
	padding: 40px 20px 10px
}
.abox-3 {
	padding: 0 5px;
	margin-bottom: 25px
}
.abox-3-icon {
	display: inline-block;
	float: left;
	margin-right: 15px
}
.abox-3-txt {
	overflow: hidden
}
.abox-3-txt h5 {
	margin-top: 0
}
.about-5-txt h5 {
	margin-bottom: 25px
}
.about-6-txt h5 {
	margin-top: 30px;
	margin-bottom: 30px
}
.about-7-txt h4 {
	margin-bottom: 30px
}
.abox-list li {
	font-size: 1.15rem;
	margin: 0 0 6px 0
}
.abox-list li.more-info-link {
	font-size: 1.1rem
}
#about-7 .abox-list li {
	font-size: 1.25rem
}
#about-7 .abox-list li i {
	font-size: 1rem
}
#about-7 .abox-list li.more-info-link {
	font-size: 1.2rem
}
.flags-list li {
	margin-right: 15px
}
.flags-list li span {
	font-size: 14px
}
.about-section .btn {
	margin-top: 15px
}
#about-1 .video-square {
	left: -5px
}
#about-2 .video-square {
	right: -5px
}
.about-4-img, .about-6-img {
	display: none
}
.list-column {
	margin-bottom: 7px
}
.a-9-boxes {
	padding: 30px 15px 5px
}
.a9-box {
	margin-bottom: 30px
}
.a9-icon {
	margin-right: 15px;
	margin-top: 0
}
#video-1 {
	height: 360px;
	padding-top: 130px
}
#video-2 {
	padding-top: 90px;
	padding-bottom: 90px
}
.video-2-txt {
	text-align: center;
	padding: 0;
	margin-bottom: 30px
}
.video-section .video-btn.icon-xl [class*=" flaticon-"]:after, .video-section .video-btn.icon-xl [class*=" flaticon-"]:before, .video-section .video-btn.icon-xl [class^=flaticon-]:after, .video-section .video-btn.icon-xl [class^=flaticon-]:before {
	font-size: 100px
}
.video-2-txt h2 {
	margin-bottom: 20px
}
.video-2-txt p {
	padding: 0
}
#services-1, #services-2 {
	padding-top: 80px;
	padding-bottom: 60px
}
#services-4, #services-5 {
	padding-top: 80px;
	padding-bottom: 65px
}
#services-6 {
	padding-top: 80px;
	padding-bottom: 60px
}
#services-5 .col-md-6 {
	padding: 0 15px
}
.services-5-txt {
	padding-right: 0;
	margin-bottom: 40px
}
#services-8 {
	padding-bottom: 50px
}
#services-8 .col-lg-3 {
	padding-left: 15px;
	padding-right: 15px
}
.sbox-1, .sbox-2 {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 40px 30px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.sbox-4, .sbox-5 {
	margin-bottom: 15px
}
.sbox-8 {
	margin-bottom: 30px
}
.sbox-1-icon, .sbox-2-icon {
	display: inline-block;
	float: left;
	margin-top: 4px;
	margin-right: 25px
}
.sbox-1-txt, .sbox-2-txt {
	overflow: hidden
}
.sbox-1-txt h5, .sbox-2-txt h5 {
	margin-top: 0
}
.sbox-8 h5 {
	font-size: 1.35rem
}
#sb-01, #sb-02, #sb-03, #sb-04, #sb-05, #sb-06, #sb-07, #sb-08, #sb-09 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px
}
.tabs-2 {
	margin: 0 auto 15px
}
.tabs-1 li {
	margin: 0 3px;
	font-size: 1rem;
	padding: 8px 15px;
	margin-bottom: 12px
}
.tabs-2 li {
	display: block;
	margin: 0 0 10px;
	font-size: 1.25rem;
	padding: 6px 8px
}
#tabs-1 .tab-content {
	margin-top: 50px
}
.tab-content .txt-block h3 {
	margin-bottom: 20px
}
.tab-content .txt-block h5 {
	margin-top: 15px;
	margin-bottom: 20px
}
.tab-content .txt-block .btn {
	margin-top: 10px
}
.request-form {
	padding: 40px 35px 25px;
	margin: 0 5%
}
.request-txt {
	text-align: center
}
.request-txt h2 {
	font-size: 2rem;
	padding: 0 10%;
	margin-bottom: 20px
}
.request-txt h5 {
	padding: 0 10%;
	margin-bottom: 15px
}
.request-txt .btn {
	margin-top: 15px
}
.request-form h5 {
	margin-bottom: 20px
}
#statistic-2 .col-lg-3 {
	padding: 0 15px
}
#statistic-2 .statistic-block {
	padding: 40px
}
.statistic-3-title {
	padding-bottom: 35px;
	margin: 0 10% 50px
}
.statistic-block h5 {
	font-size: 3rem
}
#statistic-3 .statistic-block h5 {
	font-size: 3rem;
	margin-bottom: 15px
}
#statistic-1 .statistic-block p, #statistic-3 .statistic-block p {
	font-size: 1.15rem
}
.cbox-1 .country-flag img {
	width: 65px;
	height: 43px;
	margin-right: 8px
}
.cbox-2 .links-list li {
	padding-right: 0
}
.links-list li {
	font-size: 1rem
}
.brands-holder {
	padding-left: 0;
	padding-right: 0
}
.brands-carousel .brand-logo {
	padding: 0 4px
}
#brands-2 .brand-logo {
	padding: 30px 25px
}
#bl-02, #bl-06 {
	border-right: none
}
#bl-07, #bl-08 {
	border-top: 1px solid #ddd
}
.brands-filter button {
	font-size: 1.1rem;
	margin: 0 2px 15px
}
.masonry-wrap .brand-3 {
	width: 50%
}
#brands-3 .brand-logo {
	padding: 30px 25px;
	margin: 0 8px 20px
}
.brand-3 p {
	padding: 0 10%;
	margin-top: 5px
}
#faqs-1 .card-header, #faqs-2 .card-header {
	padding: 19px 13px
}
#accordion .card-body {
	padding: 25px 20px 10px
}
h5.faqs-column {
	margin-top: 20px
}
#accordion .card-header h5 {
	font-size: 1.15rem;
	line-height: 1.25;
	padding-right: 15px
}
#accordion .card-header h5 span {
	display: inline-block;
	float: left;
	width: 20px;
	height: 25px;
	margin-right: 0
}
.more-questions {
	margin-top: 40px
}
#cta-4 {
	padding-top: 70px;
	padding-bottom: 70px
}
.cta-section {
	text-align: center
}
.cta-txt {
	margin-bottom: 30px
}
#cta-4 .cta-txt {
	padding-left: 0;
	margin-bottom: 0
}
#cta-3 .cta-txt {
	padding: 0 10%;
	margin-bottom: 0
}
.cta-txt h3 {
	margin-bottom: 15px
}
#cta-4 .cta-txt h3 {
	font-size: 2.25rem;
	margin-bottom: 15px;
	padding: 0 8%
}
#cta-3 .cta-txt h4.h4-xs {
	font-size: 1.45rem;
	line-height: 1.3
}
.cta-txt p {
	padding: 0
}
#cta-4 .cta-txt p {
	padding: 0 5%
}
#blog-page, #single-post {
	padding-bottom: 30px
}
.blog-video .icon-lg [class*=flaticon-]:after, .blog-video .icon-lg [class*=flaticon-]:before {
	font-size: 6rem
}
.post-share-links {
	margin-top: 50px;
	padding-top: 60px
}
.post-share-list.text-right {
	text-align: left!important;
	margin-top: 25px
}
.author-senoff {
	padding: 35px;
	margin-top: 70px
}
.author-senoff img {
	width: 90px;
	height: 90px
}
.author-senoff-txt {
	padding-left: 20px
}
.author-senoff-txt h5 {
	margin-bottom: 10px
}
.other-posts {
	margin-top: 50px
}
.prev-post.pr-45 {
	padding-right: 0;
	text-align: center
}
.next-post.pl-45 {
	padding-left: 0;
	text-align: center
}
.single-post-comments {
	margin-top: 40px;
	margin-bottom: 60px
}
.comment-form .form-control {
	height: 54px;
	font-size: 17px
}
#gmap {
	height: 350px
}
#contacts-2 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px
}
#contacts-2 .contact-box {
	display: inline-block;
	padding: 50px 80px;
	margin: 0 auto
}
#contacts-4 {
	padding-bottom: 60px
}
.contact-boxes {
	background-color: transparent;
	border: none;
	margin-right: 0;
	padding: 0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}
#contacts-4 .contact-box {
	padding-bottom: 0;
	border-bottom: none;
	background-color: #fff;
	border: 1px solid #eef2f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 30px 35px 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
#contacts-4 .contact-box:last-child {
	padding-bottom: 20px;
	margin-bottom: 50px
}
#footer-1 .footer-links, #footer-2 .footer-links, #footer-3 .footer-links, #footer-4 .footer-box, .footer-box {
	padding-left: 0
}
.footer h5.h5-md {
	margin-bottom: 25px
}
.footer-info p {
	font-size: 1rem
}
.footer-box p, .footer-links li {
	font-size: 1rem
}
.bottom-footer .text-right {
	text-align: left!important
}
#footer-3 .bottom-footer, #footer-3 .bottom-footer .text-right {
	text-align: center!important
}
#footer-3 .bottom-footer p {
	margin-top: 25px;
	margin-bottom: 6px
}
#footer-3 .bottom-footer p.p-sm {
font-size:.915rem;
	margin-top: 0;
	margin-left: 13px;
	margin-bottom: 15px
}
#breadcrumb {
	margin-top: 0
}
.breadcrumb {
	padding: 15px 0
}
#sidebar {
	margin-top: 70px;
	padding-left: 15px
}
.sidebar-country-list img {
	display: block
}
.blog-page-pagination {
	padding-top: 10px
}
}
@media (min-width:321px) and (max-width:479.95px) {
#stlChanger {
	display: none
}
.pc-20, .pc-25 {
	padding-right: 0;
	padding-left: 0
}
.pl-15, .pl-30 {
	padding-left: 0
}
.pr-15, .pr-30 {
	padding-right: 0
}
.wide-100 {
	padding-top: 80px;
	padding-bottom: 80px
}
.wide-90 {
	padding-top: 80px;
	padding-bottom: 70px
}
.wide-80 {
	padding-top: 80px;
	padding-bottom: 60px
}
.wide-70 {
	padding-top: 80px;
	padding-bottom: 50px
}
.wide-60 {
	padding-top: 80px;
	padding-bottom: 40px
}
.wide-50 {
	padding-top: 80px;
	padding-bottom: 30px
}
.wide-40 {
	padding-top: 80px;
	padding-bottom: 20px
}
.wide-30 {
	padding-top: 80px;
	padding-bottom: 10px
}
.wide-20 {
	padding-top: 80px;
	padding-bottom: 0
}
.division.pt-100, .pt-100 {
	padding-top: 80px
}
.pb-100 {
	padding-bottom: 80px
}
.pc-20 {
	padding-right: 0;
	padding-left: 0
}
.pc-25 {
	padding-right: 0;
	padding-left: 0
}
.pl-30 {
	padding-left: 0
}
.pr-30 {
	padding-right: 0
}
h5.h5-xs {
	font-size: 1.1rem
}
h5.h5-sm {
	font-size: 1.15rem
}
h5.h5-md {
	font-size: 1.2rem
}
h5.h5-lg {
	font-size: 1.25rem
}
h5.h5-xl {
	font-size: 1.35rem
}
h4.h4-xs {
	font-size: 1.4rem
}
h4.h4-sm {
	font-size: 1.45rem
}
h4.h4-md {
	font-size: 1.5rem
}
h4.h4-lg {
	font-size: 1.55rem
}
h4.h4-xl {
	font-size: 1.6rem
}
h3.h3-xs {
	font-size: 1.65rem
}
h3.h3-sm {
	font-size: 1.7rem
}
h3.h3-md {
	font-size: 1.75rem
}
h3.h3-lg {
	font-size: 1.8rem
}
h3.h3-xl {
	font-size: 1.8rem
}
h2.h2-xs {
	font-size: 1.85rem
}
h2.h2-sm {
	font-size: 2.15rem
}
h2.h2-md {
	font-size: 2.35rem
}
h2.h2-lg {
	font-size: 2.55rem
}
h2.h2-xl {
	font-size: 2.75rem
}
h2.h2-huge {
	font-size: 3.25rem
}
p.p-sm {
	font-size: 1.03125rem
}
p {
	font-size: 1.05rem
}
p.p-md {
	font-size: 1.0625rem
}
p.p-lg {
	font-size: 1.09375rem
}
p.p-xl {
	font-size: 1.125rem
}
.btn.btn-md {
	font-size: 15px;
	padding: 14px 32px
}
.btn.btn-lg {
	font-size: 17px;
	padding: 16px 40px
}
.icon-xs [class*=flaticon-]:after, .icon-xs [class*=flaticon-]:before {
	font-size: 2.75rem
}
.icon-sm [class*=flaticon-]:after, .icon-sm [class*=flaticon-]:before {
	font-size: 3rem
}
.icon-md [class*=flaticon-]:after, .icon-md [class*=flaticon-]:before {
	font-size: 4rem
}
.icon-lg [class*=flaticon-]:after, .icon-lg [class*=flaticon-]:before {
	font-size: 4.5rem
}
.icon-xl [class*=flaticon-]:after, .icon-xl [class*=flaticon-]:before {
	font-size: 5rem
}
span.section-id {
font-size:.85rem;
	margin-bottom: 25px
}
.section-title {
	margin-bottom: 50px;
	padding-right: 0
}
.section-title.center {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
.section-title h2, .section-title h3 {
	font-size: 2.1rem;
	line-height: 1.2;
	padding: 0 2%;
	margin-bottom: 0
}
.section-title p {
	font-size: 1rem;
	margin-top: 20px
}
.section-title.center p {
	padding: 0 1%
}
#hero-2 .caption-txt {
	text-align: center;
	margin-top: -240px
}
#hero-6 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 320px
}
#hero-8 .caption-txt {
	text-align: center
}
.slider, .slider .slides {
	height: 500px
}
#hero-2 .slider, #hero-2 .slider .slides {
	height: 600px
}
#hero-8 .slider, #hero-8 .slider .slides {
	height: 400px
}
.slideshow {
	height: 450px
}
#hero-2 .slider .slides li img, #hero-8 .slider .slides li img {
	background-position: left center
}
.slider-btn {
	margin-left: -54px;
	bottom: 25px
}
.hero-slider-nav.icon-xs [class*=" flaticon-"]:after, .hero-slider-nav.icon-xs [class*=" flaticon-"]:before, .hero-slider-nav.icon-xs [class^=flaticon-]:before, .hero-slider-nav.icon-xs[class^=flaticon-]:after {
	font-size: 2rem
}
.slideshow .arrows .prev {
	left: -15px
}
.slideshow .arrows .next {
	right: -15px
}
.arrows.icon-xs [class*=flaticon-]:after, .arrows.icon-xs [class*=flaticon-]:before {
	font-size: 1.5rem
}
.hero-7-countries {
	margin-top: -210px
}
#hero-1 h2 {
	font-size: 1.75rem;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 20px
}
#hero-1 h5, #hero-5 h4, #hero-6 h4, #hero-7 h4, #hero-9 h4 {
	font-size: 1.15rem
}
#hero-2 h3 {
	font-size: 1.65rem;
	margin-bottom: 20px
}
#hero-2 h4 {
	font-size: 1.45rem;
	padding: 0
}
#hero-2 h2 {
	font-size: 2.25rem;
	margin-bottom: 15px
}
#hero-3 h2 {
	font-size: 2rem;
	letter-spacing: 0;
	margin-bottom: 20px
}
#hero-4 h2 {
	font-size: 2.35rem;
	margin-bottom: 15px
}
#hero-5 h2 {
	font-size: 2rem;
	padding: 0;
	margin-bottom: 20px
}
#hero-6 h2 {
	font-size: 2.15rem;
	letter-spacing: -.5px;
	padding: 0;
	margin-bottom: 20px
}
#hero-7 h2, #hero-9 h2 {
	font-size: 1.85rem;
	letter-spacing: -.5px;
	padding: 0;
	margin-bottom: 20px
}
#hero-8 h2 {
	font-size: 2.35rem;
	margin-bottom: 5px
}
#hero-8 h4 {
	padding: 0 5%
}
#hero-1 .caption-txt p, .hero-5-txt p, .hero-7-txt p, .hero-9-txt p {
	font-size: 1.05rem;
	padding: 0
}
.hero-3-txt p, .hero-6-txt p {
	padding: 0
}
#hero-4 .caption p {
	font-size: 1rem;
	padding: 0 5%
}
#hero-3 .box-list-icon {
	display: none
}
.hero-section .btn {
	margin-top: 15px
}
#hero-7 .hero-links, #hero-9 .hero-links {
	margin-top: 35px
}
.hero-links h5.h5-sm {
	font-size: 1.125rem;
	margin-right: 0;
	margin-bottom: 15px
}
.hero-links.icon-xs [class*=" flaticon-"]:after, .hero-links.icon-xs [class*=" flaticon-"]:before, .hero-links.icon-xs [class^=flaticon-]:after, .hero-links.icon-xs [class^=flaticon-]:before {
font-size:.9rem
}
.hero-request-form {
	padding: 30px 20px 15px;
	margin: 0
}
.hero-register-form {
	padding: 30px 10px 15px;
	margin: 40px 0 55px
}
.hero-9-form .hero-register-form {
	padding: 30px 10px 15px;
	margin: 40px 0 0
}
.hero-register-form .custom-select, .hero-register-form .form-control {
	margin-bottom: 25px
}
.hero-register-form .btn, .hero-request-form .btn {
	margin-top: 8px
}
.hero-9-form {
	margin-top: -400px
}
#about-4, #about-6 {
	padding-top: 80px;
	padding-bottom: 40px
}
.about-6-txt {
	text-align: center;
	margin-bottom: 40px
}
.about-8-txt {
	padding: 70px 30px
}
#about-9 {
	padding-bottom: 30px
}
.about-1-txt h2, .about-1-txt h3, .about-2-txt h2, .about-2-txt h3, .about-6-txt h2, .about-6-txt h3 {
	margin-bottom: 20px
}
#about-3 {
	margin-top: -285px
}
.abox-3-holder {
	padding: 40px 20px 10px
}
.abox-3 {
	padding: 0 5px;
	margin-bottom: 25px
}
.abox-3-icon {
	display: none
}
.abox-3-txt {
	overflow: hidden
}
.abox-3-txt h5 {
	margin-top: 0
}
.about-5-txt h5 {
	margin-bottom: 25px
}
.about-6-txt h5 {
	margin-top: 30px;
	margin-bottom: 30px
}
.about-7-txt h4 {
	margin-bottom: 30px
}
.abox-list li {
	font-size: 1.15rem;
	margin: 0 0 6px 0
}
.abox-list li.more-info-link {
	font-size: 1.1rem
}
#about-7 .abox-list li {
	font-size: 1.175rem
}
#about-7 .abox-list li i {
	font-size: 1rem
}
#about-7 .abox-list li.more-info-link {
	font-size: 1.125rem
}
.abox-7-icon {
	display: none
}
.flags-list li {
	margin-right: 5px
}
.flags-list li img {
	width: 46px;
	height: 30px
}
.flags-list li span {
	font-size: 12px
}
.about-section .btn {
	margin-top: 15px
}
.list-column {
	margin-bottom: 7px
}
#about-1 .video-square, #about-2 .video-square {
	padding: 25px
}
#about-1 .video-square {
	left: -5px
}
#about-2 .video-square {
	right: -5px
}
.about-4-img, .about-6-img {
	display: none
}
.a-9-boxes {
	padding: 30px 15px 5px;
	margin-right: -3px;
	margin-left: -3px
}
.a9-box {
	margin-bottom: 30px
}
.a9-icon {
	margin-right: 15px;
	margin-top: 0
}
#video-1 {
	height: 300px;
	padding-top: 105px
}
#video-2 {
	padding-top: 80px;
	padding-bottom: 80px
}
.video-2-txt {
	text-align: center;
	padding: 0;
	margin-bottom: 30px
}
.video-section .video-btn.icon-xl [class*=" flaticon-"]:after, .video-section .video-btn.icon-xl [class*=" flaticon-"]:before, .video-section .video-btn.icon-xl [class^=flaticon-]:after, .video-section .video-btn.icon-xl [class^=flaticon-]:before {
	font-size: 90px
}
.video-2-txt h2 {
	margin-bottom: 20px
}
.video-2-txt p {
	padding: 0
}
#services-1, #services-2 {
	padding-top: 80px;
	padding-bottom: 60px
}
#services-4, #services-5 {
	padding-top: 80px;
	padding-bottom: 65px
}
#services-5 .col-md-6 {
	padding: 0 15px
}
.services-5-txt {
	padding-right: 0;
	margin-bottom: 40px
}
#services-6 {
	padding-top: 80px;
	padding-bottom: 60px
}
#services-8 {
	padding-bottom: 50px
}
#services-8 .col-lg-3 {
	padding-left: 15px;
	padding-right: 15px
}
.sbox-1, .sbox-2 {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px 25px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.sbox-4, .sbox-5 {
	margin-bottom: 15px
}
.sbox-6 {
	height: 200px;
	padding: 35px 10px 45px
}
.sbox-8 {
	margin-bottom: 30px
}
#sb-01, #sb-02, #sb-03, #sb-04, #sb-05, #sb-06, #sb-07, #sb-08, #sb-09 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px
}
.sbox-1-icon, .sbox-2-icon {
	display: none
}
.sbox-1-txt, .sbox-2-txt {
	overflow: hidden
}
.sbox-1-txt h5, .sbox-2-txt h5 {
	margin-top: 0
}
.sbox-6 h5 {
	margin-bottom: 10px
}
.sbox-8 h5 {
	font-size: 1.35rem
}
.sbox-6 a {
	left: 10px;
	bottom: 30px
}
.tabs-2 {
	margin: 0 auto 15px
}
.tabs-1 li {
	margin: 0 3px;
	font-size: 1rem;
	padding: 8px 17px;
	margin-bottom: 12px
}
.tabs-2 li {
	display: block;
	margin: 0 0 10px;
	font-size: 1.15rem;
	padding: 6px 8px
}
#tabs-1 .tab-content {
	margin-top: 50px
}
.tab-content .txt-block h3 {
	margin-bottom: 20px
}
.tab-content .txt-block h5 {
	margin-top: 15px;
	margin-bottom: 20px
}
.tab-content .txt-block .btn {
	margin-top: 10px
}
.request-form {
	padding: 35px 20px 20px;
	margin: 0
}
.request-txt {
	text-align: center
}
.request-txt h2 {
	font-size: 1.8rem;
	padding: 0;
	margin-bottom: 20px
}
.request-txt h5 {
	padding: 0;
	margin-bottom: 15px
}
.request-txt .btn {
	margin-top: 15px
}
.request-form h5 {
	margin-bottom: 20px
}
#statistic-2 .col-lg-3 {
	padding: 0 15px
}
#statistic-2 .statistic-block {
	padding: 40px 30px
}
.statistic-3-title {
	padding-bottom: 35px;
	margin: 0 0 50px
}
.statistic-block h5 {
	font-size: 3rem
}
#statistic-3 .statistic-block h5 {
	font-size: 3rem;
	margin-bottom: 15px
}
#statistic-1 .statistic-block p, #statistic-3 .statistic-block p {
	font-size: 1.15rem
}
.cbox-1 .country-flag img, .country-flag img {
	width: 69px;
	height: 45px;
	margin-right: 8px
}
.cbox-2 .links-list li {
	padding-right: 0
}
.cbox-3 {
	margin-left: 5%;
	margin-right: 5%
}
.links-list li {
	font-size: 1rem
}
#brands-2 {
	padding-bottom: 40px
}
.brands-holder {
	padding-left: 0;
	padding-right: 0
}
.brands-carousel .brand-logo {
	padding: 0 4px
}
#brands-2 .brand-logo {
	padding: 25px 40px
}
#bl-01, #bl-02, #bl-03, #bl-04, #bl-05, #bl-06, #bl-07, #bl-08 {
	border-right: none;
	margin-left: 15px;
	margin-right: 15px
}
#bl-06, #bl-07, #bl-08 {
	border-top: 1px solid #ddd
}
.brands-filter button {
	font-size: 1.1rem;
	margin: 0 2px 15px
}
.masonry-wrap .brand-3 {
	width: 100%
}
#brands-3 .brand-logo {
	padding: 30px 35px;
	margin: 0 3px 20px
}
.brand-3 p {
	padding: 0 10%;
	margin-top: 5px
}
.review-1 {
	margin: 0 4px 20px
}
#faqs-1 .card-header, #faqs-2 .card-header {
	padding: 19px 13px
}
#accordion .card-body {
	padding: 25px 20px 10px
}
h5.faqs-column {
	margin-top: 20px
}
#accordion .card-header h5 {
	font-size: 1.1rem;
	line-height: 1.2;
	padding-right: 15px
}
#accordion .card-header h5 span {
	display: inline-block;
	float: left;
	width: 20px;
	height: 30px;
	margin-right: 0
}
.more-questions a {
	display: block;
	margin-top: 10px
}
.more-questions {
	margin-top: 40px
}
#cta-4 {
	padding-top: 70px;
	padding-bottom: 70px
}
.cta-section {
	text-align: center
}
.cta-txt {
	margin-bottom: 30px
}
#cta-4 .cta-txt {
	padding-left: 0;
	margin-bottom: 0
}
#cta-3 .cta-txt {
	padding: 0;
	margin-bottom: 0
}
.cta-txt h3 {
	margin-bottom: 15px
}
#cta-4 .cta-txt h3 {
	font-size: 1.75rem;
	margin-bottom: 15px;
	padding: 0
}
#cta-3 .cta-txt h4.h4-xs {
	font-size: 1.35rem;
	line-height: 1.3
}
.cta-txt h5 {
	padding: 0 8%
}
.cta-txt p {
	padding: 0
}
#cta-4 .cta-txt p {
	font-size: 1.05rem;
	padding: 0;
	margin-bottom: 20px
}
#blog-page, #single-post {
	padding-bottom: 30px
}
.blog-video .icon-lg [class*=flaticon-]:after, .blog-video .icon-lg [class*=flaticon-]:before {
	font-size: 5.25rem
}
.post-share-links {
	margin-top: 50px;
	padding-top: 60px
}
.post-share-list.text-right {
	text-align: left!important;
	margin-top: 25px
}
.post-tags-list span a {
font-size:.9rem;
	padding: 6px 12px
}
.author-senoff {
	padding: 35px;
	margin-top: 70px
}
.author-senoff {
	text-align: center;
	padding: 30px 20px;
	margin-top: 70px;
	margin-bottom: 60px
}
.author-senoff img {
	width: 90px;
	height: 90px;
	float: none;
	margin-bottom: 15px
}
.author-senoff-txt {
	padding-left: 0
}
.author-senoff-txt h5 {
	margin-bottom: 10px
}
.other-posts {
	margin-top: 50px
}
.next-post.pl-45, .prev-post.pr-45 {
	padding: 0 5%;
	text-align: center
}
.single-post-comments {
	margin-top: 40px;
	margin-bottom: 60px
}
.comment-form .form-control {
	height: 54px;
	font-size: 17px
}
#gmap {
	height: 300px
}
#contacts-2 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px
}
#contacts-2 .contact-box {
	display: inline-block;
	padding: 50px 70px;
	margin: 0 auto
}
#contacts-4 {
	padding-bottom: 60px
}
.contact-boxes {
	background-color: transparent;
	border: none;
	margin-right: 0;
	padding: 0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}
#contacts-4 .contact-box {
	padding-bottom: 0;
	border-bottom: none;
	background-color: #fff;
	border: 1px solid #eef2f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 30px 18px 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
#contacts-4 .contact-box:last-child {
	padding-bottom: 20px;
	margin-bottom: 50px
}
#contacts-4 .contact-box-icon {
	margin: -5px 12px 0 0
}
#footer-1 .footer-links, #footer-2 .footer-links, #footer-3 .footer-links, #footer-4 .footer-box, .footer-box {
	padding-left: 0
}
.footer h5.h5-md {
	margin-bottom: 25px
}
.footer-info p {
	font-size: 1rem
}
.footer-box p, .footer-links li {
	font-size: 1rem
}
.bottom-footer p {
font-size:.95rem
}
.bottom-footer .text-right {
	text-align: left!important
}
#footer-3 .bottom-footer, #footer-3 .bottom-footer .text-right {
	text-align: center!important
}
#footer-3 .bottom-footer p {
	margin-top: 25px;
	margin-bottom: 6px
}
#footer-3 .bottom-footer p.p-sm {
font-size:.915rem;
	margin-top: 0;
	margin-left: 11px;
	margin-bottom: 15px
}
#breadcrumb {
	margin-top: 0
}
.breadcrumb {
	padding: 15px 0
}
#sidebar {
	margin-top: 70px;
	padding-left: 15px
}
.sidebar-country-list img {
	display: block
}
.blog-page-pagination {
	padding-top: 10px
}
}
@media (max-width:320.95px) {
#stlChanger {
	display: none
}
.pc-20, .pc-25 {
	padding-right: 0;
	padding-left: 0
}
.pl-15, .pl-30 {
	padding-left: 0
}
.pr-15, .pr-30 {
	padding-right: 0
}
.wide-100 {
	padding-top: 80px;
	padding-bottom: 80px
}
.wide-90 {
	padding-top: 80px;
	padding-bottom: 70px
}
.wide-80 {
	padding-top: 80px;
	padding-bottom: 60px
}
.wide-70 {
	padding-top: 80px;
	padding-bottom: 50px
}
.wide-60 {
	padding-top: 80px;
	padding-bottom: 40px
}
.wide-50 {
	padding-top: 80px;
	padding-bottom: 30px
}
.wide-40 {
	padding-top: 80px;
	padding-bottom: 20px
}
.wide-30 {
	padding-top: 80px;
	padding-bottom: 10px
}
.wide-20 {
	padding-top: 80px;
	padding-bottom: 0
}
.division.pt-100, .pt-100 {
	padding-top: 80px
}
.pb-100 {
	padding-bottom: 80px
}
.pc-20 {
	padding-right: 0;
	padding-left: 0
}
.pc-25 {
	padding-right: 0;
	padding-left: 0
}
.pl-30 {
	padding-left: 0
}
.pr-30 {
	padding-right: 0
}
h5.h5-xs {
	font-size: 1.1rem
}
h5.h5-sm {
	font-size: 1.15rem
}
h5.h5-md {
	font-size: 1.2rem
}
h5.h5-lg {
	font-size: 1.25rem
}
h5.h5-xl {
	font-size: 1.35rem
}
h4.h4-xs {
	font-size: 1.4rem
}
h4.h4-sm {
	font-size: 1.45rem
}
h4.h4-md {
	font-size: 1.5rem
}
h4.h4-lg {
	font-size: 1.55rem
}
h4.h4-xl {
	font-size: 1.6rem
}
h3.h3-xs {
	font-size: 1.65rem
}
h3.h3-sm {
	font-size: 1.7rem
}
h3.h3-md {
	font-size: 1.75rem
}
h3.h3-lg {
	font-size: 1.8rem
}
h3.h3-xl {
	font-size: 1.8rem
}
h2.h2-xs {
	font-size: 1.85rem
}
h2.h2-sm {
	font-size: 2.15rem
}
h2.h2-md {
	font-size: 2.35rem
}
h2.h2-lg {
	font-size: 2.55rem
}
h2.h2-xl {
	font-size: 2.75rem
}
h2.h2-huge {
	font-size: 3.25rem
}
p.p-sm {
	font-size: 1.03125rem
}
p {
	font-size: 1.05rem
}
p.p-md {
	font-size: 1.0625rem
}
p.p-lg {
	font-size: 1.09375rem
}
p.p-xl {
	font-size: 1.125rem
}
.btn.btn-md {
	font-size: 15px;
	padding: 14px 32px
}
.btn.btn-lg {
	font-size: 17px;
	padding: 16px 40px
}
.icon-xs [class*=flaticon-]:after, .icon-xs [class*=flaticon-]:before {
	font-size: 2.75rem
}
.icon-sm [class*=flaticon-]:after, .icon-sm [class*=flaticon-]:before {
	font-size: 3rem
}
.icon-md [class*=flaticon-]:after, .icon-md [class*=flaticon-]:before {
	font-size: 4rem
}
.icon-lg [class*=flaticon-]:after, .icon-lg [class*=flaticon-]:before {
	font-size: 4.5rem
}
.icon-xl [class*=flaticon-]:after, .icon-xl [class*=flaticon-]:before {
	font-size: 5rem
}
span.section-id {
font-size:.85rem;
	margin-bottom: 25px
}
.section-title {
	margin-bottom: 50px;
	padding-right: 0
}
.section-title.center {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
.section-title h2, .section-title h3 {
	font-size: 2.1rem;
	line-height: 1.2;
	padding: 0 2%;
	margin-bottom: 0
}
.section-title p {
	font-size: 1rem;
	margin-top: 20px
}
.section-title.center p {
	padding: 0 1%
}
#hero-2 .caption-txt {
	text-align: center;
	margin-top: -240px
}
#hero-6 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 320px
}
#hero-8 .caption-txt {
	text-align: center
}
.slider, .slider .slides {
	height: 500px
}
#hero-2 .slider, #hero-2 .slider .slides {
	height: 600px
}
#hero-8 .slider, #hero-8 .slider .slides {
	height: 400px
}
.slideshow {
	height: 450px
}
#hero-2 .slider .slides li img, #hero-8 .slider .slides li img {
	background-position: left center
}
.slider-btn {
	margin-left: -54px;
	bottom: 25px
}
.hero-slider-nav.icon-xs [class*=" flaticon-"]:after, .hero-slider-nav.icon-xs [class*=" flaticon-"]:before, .hero-slider-nav.icon-xs [class^=flaticon-]:before, .hero-slider-nav.icon-xs[class^=flaticon-]:after {
	font-size: 2rem
}
.slideshow .arrows .prev {
	left: -15px
}
.slideshow .arrows .next {
	right: -15px
}
.arrows.icon-xs [class*=flaticon-]:after, .arrows.icon-xs [class*=flaticon-]:before {
	font-size: 1.5rem
}
.hero-7-countries {
	margin-top: -210px
}
#hero-1 h2 {
	font-size: 1.75rem;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 20px
}
#hero-1 h5, #hero-5 h4, #hero-6 h4, #hero-7 h4, #hero-9 h4 {
	font-size: 1.15rem
}
#hero-2 h3 {
	font-size: 1.65rem;
	margin-bottom: 20px
}
#hero-2 h4 {
	font-size: 1.45rem;
	padding: 0
}
#hero-2 h2 {
	font-size: 2.25rem;
	margin-bottom: 15px
}
#hero-3 h2 {
	font-size: 2rem;
	letter-spacing: 0;
	margin-bottom: 20px
}
#hero-4 h2 {
	font-size: 2.35rem;
	margin-bottom: 15px
}
#hero-5 h2 {
	font-size: 2rem;
	padding: 0;
	margin-bottom: 20px
}
#hero-6 h2 {
	font-size: 2.15rem;
	letter-spacing: -.5px;
	padding: 0;
	margin-bottom: 20px
}
#hero-7 h2, #hero-9 h2 {
	font-size: 1.85rem;
	letter-spacing: -.5px;
	padding: 0;
	margin-bottom: 20px
}
#hero-8 h2 {
	font-size: 2.35rem;
	margin-bottom: 5px
}
#hero-8 h4 {
	padding: 0 5%
}
#hero-1 .caption-txt p, .hero-5-txt p, .hero-7-txt p, .hero-9-txt p {
	font-size: 1.05rem;
	padding: 0
}
.hero-3-txt p, .hero-6-txt p {
	padding: 0
}
#hero-4 .caption p {
	font-size: 1rem;
	padding: 0 5%
}
#hero-3 .box-list-icon {
	display: none
}
.hero-section .btn {
	margin-top: 15px
}
#hero-7 .hero-links, #hero-9 .hero-links {
	margin-top: 35px
}
.hero-links h5.h5-sm {
	font-size: 1.125rem;
	margin-right: 0;
	margin-bottom: 15px
}
.hero-links.icon-xs [class*=" flaticon-"]:after, .hero-links.icon-xs [class*=" flaticon-"]:before, .hero-links.icon-xs [class^=flaticon-]:after, .hero-links.icon-xs [class^=flaticon-]:before {
font-size:.9rem
}
.hero-request-form {
	padding: 30px 20px 15px;
	margin: 0
}
.hero-register-form {
	padding: 30px 10px 15px;
	margin: 40px 0 55px
}
.hero-9-form .hero-register-form {
	padding: 30px 10px 15px;
	margin: 40px 0 0
}
.hero-register-form .custom-select, .hero-register-form .form-control {
	margin-bottom: 25px
}
.hero-register-form .btn, .hero-request-form .btn {
	margin-top: 8px
}
.hero-9-form {
	margin-top: -400px
}
#about-4, #about-6 {
	padding-top: 80px;
	padding-bottom: 40px
}
.about-6-txt {
	text-align: center;
	margin-bottom: 40px
}
.about-8-txt {
	padding: 70px 30px
}
#about-9 {
	padding-bottom: 30px
}
.about-1-txt h2, .about-1-txt h3, .about-2-txt h2, .about-2-txt h3, .about-6-txt h2, .about-6-txt h3 {
	margin-bottom: 20px
}
#about-3 {
	margin-top: -285px
}
.abox-3-holder {
	padding: 40px 20px 10px
}
.abox-3 {
	padding: 0 5px;
	margin-bottom: 25px
}
.abox-3-icon {
	display: none
}
.abox-3-txt {
	overflow: hidden
}
.abox-3-txt h5 {
	margin-top: 0
}
.about-5-txt h5 {
	margin-bottom: 25px
}
.about-6-txt h5 {
	margin-top: 30px;
	margin-bottom: 30px
}
.about-7-txt h4 {
	margin-bottom: 30px
}
.abox-list li {
	font-size: 1.15rem;
	margin: 0 0 6px 0
}
.abox-list li.more-info-link {
	font-size: 1.1rem
}
#about-7 .abox-list li {
	font-size: 1.175rem
}
#about-7 .abox-list li i {
	font-size: 1rem
}
#about-7 .abox-list li.more-info-link {
	font-size: 1.125rem
}
.abox-7-icon {
	display: none
}
.flags-list li {
	margin-right: 5px
}
.flags-list li img {
	width: 46px;
	height: 30px
}
.flags-list li span {
	font-size: 12px
}
.about-section .btn {
	margin-top: 15px
}
.list-column {
	margin-bottom: 7px
}
#about-1 .video-square, #about-2 .video-square {
	padding: 25px
}
#about-1 .video-square {
	left: -5px
}
#about-2 .video-square {
	right: -5px
}
.about-4-img, .about-6-img {
	display: none
}
.a-9-boxes {
	padding: 30px 15px 5px;
	margin-right: -3px;
	margin-left: -3px
}
.a9-box {
	margin-bottom: 30px
}
.a9-icon {
	margin-right: 15px;
	margin-top: 0
}
#video-1 {
	height: 300px;
	padding-top: 105px
}
#video-2 {
	padding-top: 80px;
	padding-bottom: 80px
}
.video-2-txt {
	text-align: center;
	padding: 0;
	margin-bottom: 30px
}
.video-section .video-btn.icon-xl [class*=" flaticon-"]:after, .video-section .video-btn.icon-xl [class*=" flaticon-"]:before, .video-section .video-btn.icon-xl [class^=flaticon-]:after, .video-section .video-btn.icon-xl [class^=flaticon-]:before {
	font-size: 90px
}
.video-2-txt h2 {
	margin-bottom: 20px
}
.video-2-txt p {
	padding: 0
}
#services-1, #services-2 {
	padding-top: 80px;
	padding-bottom: 60px
}
#services-4, #services-5 {
	padding-top: 80px;
	padding-bottom: 65px
}
#services-5 .col-md-6 {
	padding: 0 15px
}
.services-5-txt {
	padding-right: 0;
	margin-bottom: 40px
}
#services-6 {
	padding-top: 80px;
	padding-bottom: 60px
}
#services-8 {
	padding-bottom: 50px
}
#services-8 .col-lg-3 {
	padding-left: 15px;
	padding-right: 15px
}
.sbox-1, .sbox-2 {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px 25px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.sbox-4, .sbox-5 {
	margin-bottom: 15px
}
.sbox-6 {
	height: 200px;
	padding: 35px 10px 45px
}
.sbox-8 {
	margin-bottom: 30px
}
#sb-01, #sb-02, #sb-03, #sb-04, #sb-05, #sb-06, #sb-07, #sb-08, #sb-09 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px
}
.sbox-1-icon, .sbox-2-icon {
	display: none
}
.sbox-1-txt, .sbox-2-txt {
	overflow: hidden
}
.sbox-1-txt h5, .sbox-2-txt h5 {
	margin-top: 0
}
.sbox-6 h5 {
	margin-bottom: 10px
}
.sbox-8 h5 {
	font-size: 1.35rem
}
.sbox-6 a {
	left: 10px;
	bottom: 30px
}
.tabs-2 {
	margin: 0 auto 15px
}
.tabs-1 li {
	margin: 0 3px;
	font-size: 1rem;
	padding: 8px 17px;
	margin-bottom: 12px
}
.tabs-2 li {
	display: block;
	margin: 0 0 10px;
	font-size: 1.15rem;
	padding: 6px 8px
}
#tabs-1 .tab-content {
	margin-top: 50px
}
.tab-content .txt-block h3 {
	margin-bottom: 20px
}
.tab-content .txt-block h5 {
	margin-top: 15px;
	margin-bottom: 20px
}
.tab-content .txt-block .btn {
	margin-top: 10px
}
.request-form {
	padding: 35px 20px 20px;
	margin: 0
}
.request-txt {
	text-align: center
}
.request-txt h2 {
	font-size: 1.8rem;
	padding: 0;
	margin-bottom: 20px
}
.request-txt h5 {
	padding: 0;
	margin-bottom: 15px
}
.request-txt .btn {
	margin-top: 15px
}
.request-form h5 {
	margin-bottom: 20px
}
#statistic-2 .col-lg-3 {
	padding: 0 15px
}
#statistic-2 .statistic-block {
	padding: 40px 30px
}
.statistic-3-title {
	padding-bottom: 35px;
	margin: 0 0 50px
}
.statistic-block h5 {
	font-size: 3rem
}
#statistic-3 .statistic-block h5 {
	font-size: 3rem;
	margin-bottom: 15px
}
#statistic-1 .statistic-block p, #statistic-3 .statistic-block p {
	font-size: 1.15rem
}
.cbox-1 .country-flag img, .country-flag img {
	width: 69px;
	height: 45px;
	margin-right: 8px
}
.cbox-2 .links-list li {
	padding-right: 0
}
.links-list li {
	font-size: 1rem
}
#brands-2 {
	padding-bottom: 40px
}
.brands-holder {
	padding-left: 0;
	padding-right: 0
}
.brands-carousel .brand-logo {
	padding: 0 4px
}
#brands-2 .brand-logo {
	padding: 25px 40px
}
#bl-01, #bl-02, #bl-03, #bl-04, #bl-05, #bl-06, #bl-07, #bl-08 {
	border-right: none;
	margin-left: 15px;
	margin-right: 15px
}
#bl-06, #bl-07, #bl-08 {
	border-top: 1px solid #ddd
}
.brands-filter button {
	font-size: 1.1rem;
	margin: 0 2px 15px
}
.masonry-wrap .brand-3 {
	width: 100%
}
#brands-3 .brand-logo {
	padding: 30px 35px;
	margin: 0 3px 20px
}
.brand-3 p {
	padding: 0 10%;
	margin-top: 5px
}
.review-1 {
	margin: 0 4px 20px
}
#faqs-1 .card-header, #faqs-2 .card-header {
	padding: 19px 13px
}
#accordion .card-body {
	padding: 25px 20px 10px
}
h5.faqs-column {
	margin-top: 20px
}
#accordion .card-header h5 {
	font-size: 1.1rem;
	line-height: 1.2;
	padding-right: 15px
}
#accordion .card-header h5 span {
	display: inline-block;
	float: left;
	width: 20px;
	height: 30px;
	margin-right: 0
}
.more-questions a {
	display: block;
	margin-top: 10px
}
.more-questions {
	margin-top: 40px
}
#cta-4 {
	padding-top: 70px;
	padding-bottom: 70px
}
.cta-section {
	text-align: center
}
.cta-txt {
	margin-bottom: 30px
}
#cta-4 .cta-txt {
	padding-left: 0;
	margin-bottom: 0
}
#cta-3 .cta-txt {
	padding: 0;
	margin-bottom: 0
}
.cta-txt h3 {
	margin-bottom: 15px
}
#cta-4 .cta-txt h3 {
	font-size: 1.75rem;
	margin-bottom: 15px;
	padding: 0
}
#cta-3 .cta-txt h4.h4-xs {
	font-size: 1.35rem;
	line-height: 1.3
}
.cta-txt h5 {
	padding: 0 8%
}
.cta-txt p {
	padding: 0
}
#cta-4 .cta-txt p {
	font-size: 1.05rem;
	padding: 0;
	margin-bottom: 20px
}
#blog-page, #single-post {
	padding-bottom: 30px
}
.blog-video .icon-lg [class*=flaticon-]:after, .blog-video .icon-lg [class*=flaticon-]:before {
	font-size: 5.25rem
}
.post-share-links {
	margin-top: 50px;
	padding-top: 60px
}
.post-share-list.text-right {
	text-align: left!important;
	margin-top: 25px
}
.post-tags-list span a {
font-size:.9rem;
	padding: 6px 12px
}
.author-senoff {
	padding: 35px;
	margin-top: 70px
}
.author-senoff {
	text-align: center;
	padding: 30px 20px;
	margin-top: 70px;
	margin-bottom: 60px
}
.author-senoff img {
	width: 90px;
	height: 90px;
	float: none;
	margin-bottom: 15px
}
.author-senoff-txt {
	padding-left: 0
}
.author-senoff-txt h5 {
	margin-bottom: 10px
}
.other-posts {
	margin-top: 50px
}
.next-post.pl-45, .prev-post.pr-45 {
	padding: 0 5%;
	text-align: center
}
.single-post-comments {
	margin-top: 40px;
	margin-bottom: 60px
}
.comment-form .form-control {
	height: 54px;
	font-size: 17px
}
#gmap {
	height: 300px
}
#contacts-2 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px
}
#contacts-2 .contact-box {
	display: inline-block;
	padding: 50px 70px;
	margin: 0 auto
}
#contacts-4 {
	padding-bottom: 60px
}
.contact-boxes {
	background-color: transparent;
	border: none;
	margin-right: 0;
	padding: 0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0
}
#contacts-4 .contact-box {
	padding-bottom: 0;
	border-bottom: none;
	background-color: #fff;
	border: 1px solid #eef2f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 30px 18px 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
#contacts-4 .contact-box:last-child {
	padding-bottom: 20px;
	margin-bottom: 50px
}
#contacts-4 .contact-box-icon {
	margin: -5px 12px 0 0
}
#footer-1 .footer-links, #footer-2 .footer-links, #footer-3 .footer-links, #footer-4 .footer-box, .footer-box {
	padding-left: 0
}
.footer h5.h5-md {
	margin-bottom: 25px
}
.footer-info p {
	font-size: 1rem
}
.footer-box p, .footer-links li {
	font-size: 1rem
}
.bottom-footer p {
font-size:.95rem
}
.bottom-footer .text-right {
	text-align: left!important
}
#footer-3 .bottom-footer, #footer-3 .bottom-footer .text-right {
	text-align: center!important
}
#footer-3 .bottom-footer p {
	margin-top: 25px;
	margin-bottom: 6px
}
#footer-3 .bottom-footer p.p-sm {
font-size:.915rem;
	margin-top: 0;
	margin-left: 11px;
	margin-bottom: 15px
}
#breadcrumb {
	margin-top: 0
}
.breadcrumb {
	padding: 15px 0
}
#sidebar {
	margin-top: 70px;
	padding-left: 15px
}
.sidebar-country-list img {
	display: block
}
.blog-page-pagination {
	padding-top: 10px
}
}
/*style-new.css*/
.embed-container, .map-container, .video-container {
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 51%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: none
}
.embed-container embed, .embed-container iframe, .embed-container object, .map-container embed, .map-container iframe, .map-container object, .video-container embed, .video-container iframe, .video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
iframe {
	border: none
}
img.img-polaroid {
	margin: 0 0 20px 0
}
.img-box {
	max-width: 100%
}
#featured {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff
}
section.callaction {
	background: #f9f9f9;
	padding: 50px 0 0 0
}
#content {
	position: relative;
	background: #fff;
	padding: 50px 0 40px 0
}
#content img {
	max-width: 100%;
	height: auto
}
.content-row-no-bg {
	position: relative;
	background: #fff;
	padding: 50px 0 40px 0
}
.content-row-no-bg img {
	max-width: 100%;
	height: auto
}
.content-row-bg {
	position: relative;
	background: #f5f5f5;
	padding: 50px 0 40px 0
}
.content-row-bg img {
	max-width: 100%;
	height: auto
}
.cta-text {
	text-align: center;
	margin-top: 10px
}
.big-cta .cta {
	margin-top: 10px
}
.box {
	width: 100%
}
.box-gray {
	background: #f5f5f5;
	padding: 20px 20px 30px
}
.box-gray h4, .box-gray i {
	margin-bottom: 20px
}
.box-bottom {
	text-align: center
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
	display: block;
	width: 100%;
	padding: 10px 0
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none
}
#twitter-wrapper {
	text-align: center;
	width: 70%;
	margin: 0 auto
}
#twitter em {
	font-style: normal;
	font-size: 13px
}
#twitter em.twitterTime a {
	font-weight: 600
}
#twitter ul {
	padding: 0;
	list-style: none
}
#twitter ul li {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
	word-break: break-all
}
#inner-headline {
	background: #2e3e4e;
	position: relative;
	margin: 0;
	padding: 0;
	color: #fefefe
}
#inner-headline .inner-heading h2 {
	color: #fff;
	margin: 20px 0 0 0
}
#inner-headline ul.breadcrumb {
	margin: 30px 0 0;
	float: left
}
#inner-headline ul.breadcrumb li {
	margin-bottom: 0;
	padding-bottom: 0
}
#inner-headline ul.breadcrumb li {
	font-size: 13px;
	color: #fff
}
#inner-headline ul.breadcrumb li a {
	color: #fff
}
ul.breadcrumb li a:hover {
	text-decoration: none
}
form#contactform input[type=text] {
	width: 100%;
	border: 1px solid #f5f5f5;
	min-height: 40px;
	padding-left: 20px;
	font-size: 13px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
form#contactform textarea {
	border: 1px solid #f5f5f5;
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 13px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
form#contactform .validation {
	font-size: 11px
}
.validation {
	display: none;
	position: relative;
	margin: 4px 0 10px;
	font-size: 12px;
	padding: 5px 10px;
	background: #faebcc;
	border: 1px solid #faebcc;
	color: #8a6d3b;
	border-radius: 5px
}
.validation:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #faebcc;
	position: absolute;
	top: -8px;
	left: 10px
}
#ordersendmessage, #sendmessage, #sendmessagePP, #sendmessageQ, #subscribesendmessage {
	color: green!important;
	border: 1px solid #b1deca;
	background: #e7fff7;
	display: none;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 10px;
	border-radius: 5px
}
#errormessage, #errormessagePP, #errormessageQ, #ordererrormessage, #subscribeerrormessage {
	color: red;
	display: none;
	border: 1px solid #ea9c97;
	background: #ffe4e9;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 10px;
	border-radius: 5px
}
#errormessage.show, #ordererrormessage.show, #ordersendmessage.show, #sendmessage.show, #sendmessagePP.show, #sendmessageQ.show, #subscribeerrormessage.show, #subscribesendmessage.show, .show {
	display: block
}
form#commentform input[type=text] {
	width: 100%;
	min-height: 40px;
	padding-left: 20px;
	font-size: 13px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px
}
form#commentform textarea {
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 13px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px
}
.search {
	float: right;
	margin: 35px 0 0;
	padding-bottom: 0
}
#inner-headline form.input-append {
	margin: 0;
	padding: 0
}
.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none
}
.work-nav #filters li {
	margin: 0 10px 30px 0;
	padding: 0;
	float: left
}
.work-nav #filters li a {
	color: #7f8289;
	font-size: 16px;
	display: block
}
.work-nav #filters li a.selected {
	color: #de5e60
}
#thumbs {
	margin: 0;
	padding: 0
}
#thumbs li {
	list-style-type: none
}
.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer
}
.item-thumbs a+img {
	width: 100%
}
.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.item-thumbs.active .hover-wrap, .item-thumbs:hover .hover-wrap {
	opacity: 1;
	-webkit-transform: rotateY(0) scale(1, 1);
	-moz-transform: rotateY(0) scale(1, 1);
	-ms-transform: rotateY(0) scale(1, 1);
	-o-transform: rotateY(0) scale(1, 1);
	transform: rotateY(0) scale(1, 1)
}
.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .8;
	background: #000
}
.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 45%;
	left: 45%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	padding: 10px
}
ul.portfolio-categ {
	margin: 10px 0 30px 0;
	padding: 0;
	float: left;
	list-style: none
}
ul.portfolio-categ li {
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	list-style: none;
	font-size: 13px;
	font-weight: 600
}
ul.portfolio-categ li a {
	display: block;
	padding: 35px 0;
	color: #353535
}
ul.portfolio-categ li a:active, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:hover, ul.portfolio-categ li.active a:hover {
	text-decoration: none;
	outline: 0
}
.top-wrapper {
	margin-bottom: 20px
}
blockquote {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	padding-left: 0;
	color: #a2a2a2;
	line-height: 1.6em;
	border: none
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 10px
}
blockquote cite:before {
	content: "\2014 \0020"
}
blockquote cite a, blockquote cite a:visited {
	color: #555
}
.profile {
	border-radius: 50%;
	height: 45px;
	width: 45px;
	float: left;
	margin-right: 20px;
	opacity: .6
}
.newcomment {
	padding: 20px!important
}
.pullquote-left {
	display: block;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	line-height: 1.6em;
	padding-left: 20px;
	margin-left: 65px;
	margin-bottom: 20px
}
.pullquote-right {
	display: block;
	color: #a2a2a2;
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	line-height: 1.6em;
	padding-right: 20px
}
.btn-theme {
	color: #fff
}
.btn-theme:hover {
	color: #eee
}
ul.general {
	list-style: none;
	margin-left: 0
}
ul.link-list {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.link-list li {
	margin: 0;
	padding: 2px 0 2px 0;
	list-style: none
}
footer ul.link-list li a {
	color: #fff
}
footer ul.link-list li a:before {
	color: rgba(255,255,255,.6);
	margin-right: 5px;
	content: '\203A'
}
footer ul.link-list li a:hover {
	color: #eee
}
h4.heading {
	font-weight: 700
}
.heading {
	margin-bottom: 30px;
	text-align: center
}
.heading {
	position: relative
}
.home-row-head {
	text-align: center;
	margin-bottom: 20px
}
.home-row-head h2 {
	padding: 0;
	margin: 0
}
.widgetheading {
	width: 100%;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.2)
}
#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px
}
aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px
}
footer .widgetheading {
	position: relative
}
footer .widget .social-network {
	position: relative
}
#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right: 0
}
.map {
	position: relative;
	margin-top: -50px;
	margin-bottom: 40px
}
#google-map {
	position: relative;
	height: 300px
}
ul.team-detail {
	margin: -10px 0 0 0;
	padding: 0;
	list-style: none
}
ul.team-detail li {
	border-bottom: 1px dotted #e9e9e9;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	list-style: none
}
ul.team-detail li label {
	font-size: 13px
}
ul.team-detail li h4, ul.team-detail li label {
	margin-bottom: 0
}
ul.team-detail li ul.social-network {
	border: none;
	margin: 0;
	padding: 0
}
ul.team-detail li ul.social-network li {
	border: none;
	margin: 0
}
ul.team-detail li ul.social-network li i {
	margin: 0
}
.pricing-title {
	background: #fff;
	text-align: center;
	padding: 10px 0 10px 0
}
.pricing-title h3 {
	font-weight: 600;
	margin-bottom: 0
}
.pricing-offer {
	background: #fcfcfc;
	text-align: center;
	padding: 40px 0 40px 0;
	font-size: 18px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}
.pricing-box.special .pricing-offer {
	color: #fff
}
.pricing-offer strong {
	font-size: 78px;
	line-height: 89px
}
.pricing-offer sup {
	font-size: 28px
}
.pricing-content {
	background: #fff;
	text-align: center;
	font-size: 14px
}
.pricing-content strong {
	color: #353535
}
.pricing-content ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.pricing-content ul li {
	border-bottom: 1px solid #e9e9e9;
	list-style: none;
	padding: 15px 0 15px 0;
	margin: 0;
	color: #888
}
.pricing-action {
	margin: 0;
	background: #fcfcfc;
	text-align: center;
	padding: 20px 0 30px 0
}
.pricing-wrapp {
	margin: 0 auto;
	width: 100%;
	background: #fd0000
}
.pricing-box-alt {
	border: 1px solid #e6e6e6;
	background: #fcfcfc;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.03);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,.03);
	box-shadow: 0 2px 0 rgba(0,0,0,.03);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.pricing-box-alt .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding: 40px 0 0;
	display: block
}
.pricing-box-alt.special .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding: 40px 0 1px 0;
	border-bottom: none;
	display: block;
	color: #fff
}
.pricing-box-alt.special .pricing-heading h3 {
	color: #fff
}
.pricing-box-alt .pricing-heading h3 strong {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -1px
}
.pricing-box-alt .pricing-heading h3 {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -1px
}
.pricing-box-alt .pricing-terms {
	text-align: center;
	background: #333;
	display: block;
	overflow: hidden;
	padding: 30px 0 20px
}
.pricing-box-alt .pricing-terms h6 {
	font-style: italic;
	margin-top: 10px;
	color: #fff;
	font-family: 'Noto Serif', serif
}
.pricing-box-alt .icon .price-circled {
	margin: 10px 10px 10px 0;
	display: inline-block!important;
	text-align: center!important;
	color: #fff;
	width: 68px;
	height: 68px;
	padding: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 68px;
	text-shadow: none;
	cursor: pointer;
	background-color: #888;
	border-radius: 64px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px
}
.pricing-box-alt .pricing-action {
	margin: 0;
	text-align: center;
	padding: 30px 0 30px 0
}
article {
	margin-bottom: 40px
}
article .post-heading h3 {
	margin-bottom: 20px
}
article .post-heading h3 a {
	font-weight: 700;
	color: #353535
}
article .post-heading h3 a:hover {
	text-decoration: none
}
.post-meta {
	background: #fcfcfc;
	border: 1px solid #e6e6e6;
	border-top: none;
	text-align: center
}
.post-meta .format {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 10px
}
.post-meta i {
	margin: 0
}
.post-meta .date {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 10px
}
.post-meta .date span {
	text-align: center;
	color: #999;
	font-size: 12px;
	font-weight: 600
}
.post-meta .comments {
	padding: 10px 0 10px
}
.post-meta .comments a {
	color: #999;
	font-size: 12px;
	font-weight: 700
}
.post-meta .comments a:hover {
	text-decoration: none
}
.post-image {
	margin-bottom: 20px
}
.post-quote {
	margin-bottom: 20px
}
.post-video {
	margin-bottom: 20px
}
.post-audio {
	margin-bottom: 20px
}
.post-link {
	margin-bottom: 20px
}
.post-slider {
	margin-bottom: 20px
}
.post-quote blockquote {
	font-size: 16px;
	color: #999;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	line-height: 1.6em
}
.post-image img:hover {
	-webkit-box-shadow: 0 0 2px #979797;
	-moz-box-shadow: 0 0 2px #979797;
	box-shadow: 0 0 2px #979797;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}
ul.meta-post {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none
}
ul.meta-post li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0;
	list-style: none;
	border-right: 1px dotted #d1d1d1
}
ul.meta-post li i {
	float: left;
	font-size: 12px;
	margin: 5px 5px 0 0
}
ul.meta-post li a {
	color: #999;
	float: left;
	font-size: 12px;
	font-weight: 600
}
.bottom-article {
	overflow: hidden;
	border: 1px solid #ececec;
	padding: 10px;
	margin-top: 20px;
	background: #f5f5f5
}
.about-author {
	border: 1px solid #f5f5f5;
	padding: 20px;
	float: left;
	margin-bottom: 5px
}
.about-author h5 {
	margin-bottom: 10px
}
.comment-area {
	float: left;
	width: 100%;
	margin-top: 30px
}
.media-content {
	overflow: hidden;
	margin-left: 12px;
	border-bottom: 1px dotted #d5d5d5;
	padding-bottom: 20px
}
.media-content h6 {
	font-size: 14px;
	font-weight: 700
}
.media-content span {
	color: #a9a9a9;
	font-size: 14px;
	font-weight: 300
}
.comment-area .thumbnail>img {
	display: block;
	width: 60px;
	height: 60px
}
.filter-list {
	margin-top: 20px
}
#pagination a, #pagination span {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 7px 10px 6px 10px;
	font-size: 12px;
	line-height: 12px;
	color: #888;
	font-weight: 600
}
#pagination a:hover {
	color: #fff;
	text-decoration: none
}
#pagination span.current {
	background: #333;
	color: #fff;
	font-weight: 700
}
aside {
	position: relative;
	margin-bottom: 40px
}
.sidebar-nav {
	float: left;
	width: 100%
}
.right-sidebar {
	border-left: 1px solid #f5f5f5;
	padding: 0 0 0 30px;
	-webkit-box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
	box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01)
}
.left-sidebar {
	border-right: 1px solid #f5f5f5;
	padding: 0 30px 0 0;
	-webkit-box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
	box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01)
}
.left-sidebar .widget .widget-content, .left-sidebar .widget h3 {
	padding-right: 20px
}
aside .widget {
	margin-bottom: 40px
}
ul.cat, ul.contact-info, ul.folio-detail, ul.recent {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.cat li, ul.contact-info li, ul.folio-detail li, ul.recent li {
	margin: 0 0 15px 0;
	list-style: none
}
ul.cat li a, ul.folio-detail li a {
	color: #656565
}
ul.cat li .active {
	font-weight: 700
}
ul.folio-detail li label {
	display: inline;
	cursor: default;
	color: #353535;
	font-weight: 700
}
.widget ul.recent li {
	margin-bottom: 20px
}
ul.recent li h6 {
	margin: 0 0 10px 0
}
ul.recent li h6 a {
	color: #353535;
	font-size: 16px;
	font-weight: 600
}
.widget ul.tags {
	list-style: none;
	margin: 0;
	padding-left: 0
}
.widget ul.tags li {
	margin: 0 5px 15px 0;
	display: inline-block
}
.widget ul.tags li a {
	background: #e6e6e6;
	color: #333;
	padding: 5px 10px
}
.widget ul.tags li a:hover {
	text-decoration: none;
	color: #fff
}
.widget .flickr_badge {
	width: 100%
}
.widget .flickr_badge img {
	margin: 0 9px 20px 0
}
footer .widget .flickr_badge {
	width: 100%
}
footer .widget .flickr_badge img {
	margin: 0 9px 20px 0
}
.flickr_badge img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 9px 20px 0
}
.twitter ul {
	margin-left: 0;
	list-style: none
}
.twitter img {
	float: left;
	margin-right: 15px
}
.twitter span.tweet_time {
	display: block;
	padding-bottom: 5px
}
.twitter li {
	border-bottom: 1px dashed #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
	list-style: none
}
.twitter li:last-child {
	border: none
}
.recent-post {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 18px
}
.recent-post h5 a:hover {
	text-decoration: none
}
.recent-post .text h5 a {
	color: #353535
}
ul.time-post {
	float: left;
	width: 120px;
	padding: 0;
	list-style: none;
	margin: 0 20px 0 0;
	text-align: center;
	color: #0e0f0f
}
ul.time-post li {
	float: none;
	background: #f8f8f8;
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0
}
ul.time-post li a img:hover {
	opacity: .8;
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}
ul.time-post li.time {
	float: none;
	padding: 5px 0 5px 0;
	text-shadow: none
}
.recent-post ul.time-post li.time {
	color: #121214
}
.post-meta {
	margin-bottom: 20px
}
.post-meta span {
	padding: 0 10px 0 10px;
	margin-bottom: 10px
}
.post-meta span a {
	color: #919191
}
.post-meta strong {
	font-weight: 700;
	color: #c7c7c7
}
.item .text {
	margin-left: 140px;
	margin-bottom: 20px
}
ul.social-network {
	list-style: none;
	margin: 0
}
ul.social-network li {
	display: inline;
	margin: 0
}
ul.social-network li a {
	color: #fff;
	width: 25px;
	display: inline-block;
	text-align: center;
	border-radius: 3px
}
ul.social-network li a {
	background: rgba(0,0,0,.2)
}
ul.social-network li a:hover {
	background: rgba(0,0,0,.6)
}
.share {
	display: inline-block
}
ul.social-network li .facebook {
	background: #3b5998
}
ul.social-network li .twitter {
	background: #1da1f2
}
ul.social-network li .google {
	background: #dc4e41
}
ul.social-network li .pintrest {
	background: #cb2027
}
ul.social-network li .linkedin {
	background: #0077b5
}
ul.social-network li .youtube {
	background: #db4437
}
ul.social-network li .instagram {
	background: #b07109
}
ul.social-network li .tumblr {
	background: #36465d
}
ul.social-network li .flickr {
	background: #ff0084
}
ul.social-network li .whatsapp {
	background: #00a859
}
#sub-footer {
	text-shadow: none;
	color: #f5f5f5;
	padding: 20px 0 0;
	margin: 10px 0 0 0
}
#sub-footer p {
	margin: 0;
	padding: 0
}
#sub-footer span {
	color: #f5f5f5
}
.copyright {
	text-align: left;
	font-size: 12px
}
#sub-footer ul.social-network {
	float: right
}
.m-t-1 {
	margin-top: 10px
}
.bs-docs-example {
	margin: 0 0 10px 0
}
.demobtn a.btn {
	margin: 0 10px 10px 0
}
section.demogrid .col-lg-1, section.demogrid .col-lg-10, section.demogrid .col-lg-11, section.demogrid .col-lg-2, section.demogrid .col-lg-3, section.demogrid .col-lg-4, section.demogrid .col-lg-5, section.demogrid .col-lg-6, section.demogrid .col-lg-7, section.demogrid .col-lg-8, section.demogrid .col-lg-9 {
	background: #f6f6f6;
	text-align: center;
	padding: 20px 0 20px
}
section.demogrid .show-grid .row, section.demogrid .show-grid .row-fluid {
	margin-bottom: 0
}
section.demogrid .show-grid .nest {
	background: #ddd;
	text-align: center;
	padding: 20px 0 20px
}
section.demogrid .col-lg-12.nest {
	background: #f6f6f6;
	text-align: center;
	padding: 20px 0 0
}
.demoinline p {
	display: inline;
	margin-right: 20px
}
.solidline {
	border-top: 1px solid #f5f5f5;
	margin: 0 0 30px
}
.dottedline {
	border-top: 1px dotted #f5f5f5;
	margin: 0 0 30px
}
.dashedline {
	border-top: 1px dashed #f5f5f5;
	margin: 0 0 30px
}
.blankline {
	height: 1px;
	margin: 0 0 30px
}
.scrollup {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 10px;
	right: 20px;
	background: rgba(0,0,0,.4);
	display: none;
	border-radius: 3px
}
a.scrollup {
	outline: 0;
	text-align: center
}
a.scrollup:active, a.scrollup:focus, a.scrollup:hover {
	opacity: 1;
	text-decoration: none
}
a.scrollup i {
	margin-top: 10px;
	color: #fff
}
a.scrollup i:hover {
	text-decoration: none
}
.absolute {
	position: absolute
}
.relative {
	position: relative
}
.aligncenter {
	text-align: center
}
.aligncenter span {
	margin-left: 0
}
.floatright {
	float: right
}
.floatleft {
	float: left
}
.floatnone {
	float: none
}
.aligncenter {
	text-align: center
}
.align-left, img.pull-left {
	float: left;
	margin: 0 15px 15px 0
}
.widget img.pull-left {
	float: left;
	margin: 0 15px 15px 0
}
.align-right, img.pull-right {
	float: right;
	margin: 0 0 15px 15px
}
article .align-left, article img.pull-left {
	float: left;
	margin: 5px 15px 15px 0
}
article .align-right, article img.pull-right {
	float: right;
	margin: 5px 0 15px 15px
}
.clear-marginbot {
	margin-bottom: 0
}
.marginbot10 {
	margin-bottom: 10px
}
.marginbot20 {
	margin-bottom: 20px
}
.marginbot30 {
	margin-bottom: 30px
}
.marginbot40 {
	margin-bottom: 40px
}
.clear-margintop {
	margin-top: 0
}
.margintop10 {
	margin-top: 10px
}
.margintop20 {
	margin-top: 20px
}
.margintop30 {
	margin-top: 30px
}
.margintop40 {
	margin-top: 40px
}
.site-top {
	padding: 5px 0;
	color: #fff
}
.site-top a {
	color: #fff
}
.site-top a:hover {
	color: #000;
	text-decoration: none
}
@media (min-width:768px) {
.navbar-collapse {
	padding: 0
}
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible
}
.dropdown:hover .dropdown-menu {
	display: block
}
}
@media (min-width:768px) and (max-width:979px) {
a.detail {
	background: 0 0;
	width: 100%
}
footer .widget form input#appendedInputButton {
	display: block;
	width: 91%;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px
}
footer .widget form .input-append .btn {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px
}
ul.related-folio li {
	width: 156px;
	margin: 0 20px 0 0
}
}
@media (max-width:767px) {
body {
	padding-right: 0;
	padding-left: 0
}
.navbar-toggle {
	margin-top: 10px;
	margin-bottom: 10px
}
.navbar .container {
	margin: 0;
	padding: 0
}
.container>.navbar-header {
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
.navbar-brand {
	margin-top: 0;
	border-bottom: none;
	float: left;
	margin-left: 15px;
	margin-right: 0;
	padding: 0
}
.navbar {
	overflow: hidden
}
.navbar-header {
	margin-top: 20px;
	border-bottom: none
}
.navbar-nav {
	border-top: none;
	float: none;
	width: 100%;
	margin-top: 20px
}
.navbar-collapse.collapse {
	margin: 0;
	padding: 0
}
header .navbar-nav>li {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 1px!important
}
.navbar .nav>li>a {
	color: #fff
}
header .nav li .dropdown-menu {
	margin-top: 0
}
.dropdown-menu {
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.navbar-collapse.collapse {
	border: none;
	overflow: visible;
	margin-bottom: 20px
}
.box {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px
}
#featured .flexslider .slide-caption {
	width: 90%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: -40px
}
#inner-headline .breadcrumb {
	float: left;
	clear: both;
	width: 100%
}
.breadcrumb>li {
	font-size: 13px
}
ul.portfolio li article a i.icon-48 {
	width: 20px;
	height: 20px;
	font-size: 16px;
	line-height: 20px
}
.left-sidebar {
	border-right: none;
	padding: 0 0 10px;
	border-bottom: 1px dotted #e6e6e6;
	margin-bottom: 40px
}
.right-sidebar {
	margin-top: 30px;
	border-left: none;
	padding: 0
}
footer .col-lg-1, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, footer .col-lg-7, footer .col-lg-8, footer .col-lg-9 {
	margin-bottom: 20px
}
#sub-footer ul.social-network {
	float: left
}
[class*=span] {
margin-bottom:20px
}
.boxed-layout #wrapper {
	width: 90%!important
}
.boxed-layout footer {
	width: 100%!important
}
.boxed-layout .sticky {
	width: 90%!important
}
.sticky+.contents {
	padding-top: 125px!important
}
}
@media (max-width:480px) {
.bottom-article a.pull-right {
	float: left;
	margin-top: 20px
}
.top-email {
	display: none
}
.search {
	float: left
}
.flexslider .flex-caption {
	display: none
}
.cta-text {
	margin: 0 auto;
	text-align: center
}
ul.portfolio li article a i {
	width: 20px;
	height: 20px;
	font-size: 14px
}
.boxed-layout .sticky {
	width: 90%!important
}
.sticky+.contents {
	padding-top: 125px!important
}
}
@media (max-width:360px) {
.boxed-layout .sticky {
	width: 90%!important
}
.sticky+.contents {
	padding-top: 125px!important
}
}
.more-btn {
	text-align: center
}
.js div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url(../img/Loader.gif) no-repeat center center
}
.boxed-layout #wrapper, .boxed-layout footer {
	width: 1170px;
	margin: 0 auto
}
.navbar {
	border-radius: 0
}
ul.meta-post li:last-child {
	border-right: 0
}
.navbar .nav>li>a i {
	float: right;
	padding: 10px 10px 0 10px
}
.navbar .nav>li:hover>a {
	color: #3494c8
}
.field-row {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 10px 0;
	margin-bottom: 0!important
}
.field-row .col-lg-3 {
	font-weight: 700
}
.dark {
	background: #f5f5f5
}
.p20 {
	padding: 20px
}
.control-box {
	text-align: center;
	width: 100%;
	margin: 0
}
.carousel-control {
	background: #666;
	border: 0;
	border-radius: 0;
	display: inline-block;
	font-size: 34px;
	font-weight: 200;
	line-height: 18px;
	opacity: .5;
	padding: 4px 10px 0;
	position: static;
	height: 30px;
	width: 15px
}
li {
	list-style-type: none
}
.thumbnails {
	margin: 0;
	padding: 0;
	border: none
}
.thumbnail {
	margin: 0;
	padding: 0;
	border: none;
	background: 0 0
}
.content-row-bg {
	background: #3494c8;
	color: #ddd
}
.top-line {
	background: #f0f0f0;
	border-top: 1px solid #f0f0f0
}
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #f0f0f0
}
#content .contacts address .fa, #content .contacts p .fa {
	padding: 12px 10px;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	background: #3494c8;
	color: #fff;
	text-align: center
}
.boxed-layout .sticky {
	width: auto
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	-webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,.08);
	-moz-box-shadow: 0 3px 5px -1px rgba(0,0,0,.08);
	box-shadow: 0 3px 5px -1px rgba(0,0,0,.08)
}
.sticky+.contents {
	padding-top: 135px
}
/*A.custom.css.pagespeed.cf.qrrMzc0r01.css*/
.inner-page .tabs-content li, .inner-page-content li {
	list-style: inherit!important
}
.inner-page .tabs-content ol, .inner-page .tabs-content p, .inner-page .tabs-content ul, .inner-page-content ol, .inner-page-content p, .inner-page-content ul {
	text-align: justify;
	width: 100%
}
.inner-page h4 {
	color: #2c3f69!important;
	font-size: 1.25rem
}

#breadcrumb.bg-darkblue {
	background-color: #cee4ef
}
.breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
	color: #fff
}
.white-color h3, .white-color h5 {
	font-size: 21px
}
.gallery .img-gallery {
	border-radius: 4px
}
#tab-11 .img-fluid, #tab-about .img-fluid {
	border-radius: 4px
}
.courses-page h3, .courses-page h5 {
	font-size: 18px
}
.h5-sm {
	border: none!important;
	color: #222!important;
	font-size: 18px!important
}
.university-ranking {
	margin-top: -8px
}
.card-header .h3-xs a::after, .card-header .h5-xs a::after {
	right: 5px!important
}
.inner-page .header-btn {
	padding: 15px;
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 18px;
	border-radius: 5px
}
.mbbs-menu-img {
	border-radius: 4px
}
.inner-page.universities .tabs-2 li {
	font-size: 15px
}
.tab-content.menu {
	display: block
}
.nav-pills-custom .nav-link {
	color: #444;
	font-size: 16px;
	font-family: Oxygen, sans-serif!important;
	font-weight: 400!important
}
.nav-pills-custom .nav-link.active {
	color: #e53033;
	background: #fff
}
.tab-content.menu .title a {
	color: #222
}
.p-5 {
	padding: 2rem!important
}
.nav-link.mb-3 {
	margin-bottom: 4px!important
}
.nav-link.p-3 {
	padding: 9px!important
}
@media (min-width:992px) {
.nav-pills-custom .nav-link::before {
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	opacity: 0
}
.uniratinglink {
	position: absolute;
	top: 200px;
	left: 390px
}
}
.nav-pills-custom .nav-link.active::before {
	opacity: 1
}
.single-curriculum h5.sub-title {
	font-size: 17px;
	color: #e53033
}
.inner-page ol {
	margin-left: -17px
}
.inner-page .tabs-nav {
	margin-left: -15px
}
.blog-category-list {
	list-style: none
}
.inner-page h1, .inner-page h2, .inner-page h3, .inner-page h4, .inner-page h5, .inner-page h6 {
	width: 100%
}
.dataTables_wrapper {
	width: 100%;
	margin-bottom: 20px
}
.dataTables_filter label {
	font-weight: 700
}
.uniratingpopup .row {
	border-bottom: 1px solid #ccc;
	padding: 3px 0
}
.uniratingpopup .progress {
	margin-top: 4px
}
.uniratingpopup .row:last-child {
	border: 0 none
}
.smllogo img {
	height: 60px
}
.wsmobileheader .smllogo {
	margin-top: 10px
}
#modalqueryform .hero-request-form {
	margin: 0;
	padding: 20px 30px
}
#sidebar {
	height: 100%
}
.owl-nav i {
	color: #2c3f69;
	font-size: 26px
}
.owl-nav i:hover {
	color: #e53033
}
#modalqueryform .close {
	position: absolute;
	right: 20px;
	z-index: 5
}
.wsmegamenu .title a {
	color: #222
}
.right-sidebar .form-search .input-group #search_word {
	padding: 22px
}
.right-sidebar .input-group-btn .btn-theme {
border-radius:0 .2rem .2rem 0
}
.footer-links .foo-links li a:hover {
	color: #fff
}
.foo-email a:hover {
	color: #fff
}
.header-contacts a.yellow-color i:hover, .header-contacts a.yellow-color:hover {
	color: #fff
}
.header-contacts .callusbtn:hover {
	color: #fff
}
@media screen and (max-width:991px) {
#countries-2 .img-fluid {
	width: 100%
}
.gallery .img-gallery {
	width: 100%
}
.blog-post-img.blog-video.text-center.mb-30 {
	margin-top: 185px;
	margin-bottom: 320px
}
#sidebar #hero-form {
	width: 100%!important
}
.inner-page .wide-100, .inner-page .wide-60, .inner-page .wide-80 {
	padding-top: 0!important
}
.inner-page h1, .inner-page-content h1, .inner-page.universities h1 {
	margin-top: 30px!important
}
.tab-content h3 {
	margin-top: -10px!important
}
#sidebar h5.h5-lg {
	font-size: 20px;
	text-align: center
}
.courses-page .single-curriculum img {
	width: 100%!important;
	margin-top: 30px;
	margin-bottom: 10px
}
.courses-page .single-curriculum h5.sub-title {
	position: absolute;
	top: 0;
	font-size: 15px
}
.university-ranking .table-bordered {
	display: none
}
.courses-page .col-md-6.col-sm-6 {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%
}
.inner-page.universities .tab-content h3 {
	margin-top: 10px!important
}
#tab-13 .table-bordered th, #tab-fees .table-bordered th {
	padding: 0;
	text-align: center
}
#content {
	padding: 0!important
}
#content #sidebar #hero-form {
	display: none
}
.col-lg-5.contacts.dark {
	margin-bottom: 50px
}
.wsmenu .wsmenu-list .n2-simple-menu {
	display: block!important
}
.wsmenu .wsmenu-list .menu-home, .wsmenu .wsmenu-list .menu-tab-home {
	display: none!important
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
	line-height: 12px;
	padding: 8px 0 8px 26px;
	color: #222
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a::before {
	content: "\f105";
	display: inline-block;
	font-family: fontawesome;
	color: silver;
	font-size: 15px!important;
	width: 10px
}
.wsmenu .wsmenu-list .n2-simple-menu .sub-menu li .sub-menu li {
	border-bottom: 0!important
}
.menu-menu a {
	font-weight: 600!important
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
	font-size: 13px
}
.nav-pills-custom .nav-link {
	font-size: 13px
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
	font-size: 13px
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02 {
	z-index: 5!important
}
#about-4, #about-6, #services-4, .wide-100, .wide-40, .wide-60 {
	padding-top: 40px
}
#services-4, .wide-40, .wide-60 {
	padding-bottom: 0
}
.wide-100 {
	padding-bottom: 20px
}
#breadcrumb {
	height: 200px;
	background-size: initial;
	background-position: center left
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
	text-decoration: none
}
.inner-page .tabs-2.primary-tabs {
	border-bottom: 2px solid #e53033;
	margin-bottom: 15px!important
}
.uni-rating-div {
	margin-top: 30px!important
}
.col-sm-6.pr-0.d-none.d-md-block {
	display: none!important
}
}
@media screen and (max-width:480px) {
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
	font-size: 15px;
	font-weight: 600
}
.hero-request-form.popupForm .g-recaptcha {
	transform: scale(.92)!important;
	transform-origin: 0 0;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 6px
}
.hero-9-form {
	margin-top: -370px
}
}
@media screen and (max-width:480px) and (min-width:381px) {
.hero-register-form.queryForm .g-recaptcha {
	transform: scale(1.1, .78)!important;
	margin-bottom: -20px!important
}
#hero-form.study-help-form .g-recaptcha {
	transform: scale(1.26, 1.1)!important
}
.hero-request-form.popupForm .g-recaptcha {
	transform: scale(1.25)!important
}
#hero-form .g-recaptcha {
	transform: scale(1.35, 1.2)!important
}
}
@media screen and (max-width:767px) and (min-width:576px) {
#hero-form.study-help-form .g-recaptcha {
	transform: scale(1.44, 1.1)!important
}
.hero-register-form.queryForm .g-recaptcha {
	transform: scale(1.54, .98)!important;
	margin-bottom: -7px!important
}
}
@media screen and (max-width:575px) and (min-width:481px) {
#hero-form.study-help-form .g-recaptcha {
	transform: scale(1.25, 1.1)!important
}
#hero-form .g-recaptcha {
	transform: scale(1.38, 1.2)!important
}
.hero-register-form.queryForm .g-recaptcha {
	transform: scale(1.37, .98)!important;
	margin-bottom: 0!important
}
}
@media screen and (max-width:380px) {
.hero-register-form.queryForm .g-recaptcha {
	transform: scale(.97)!important
}
#hero-form.study-help-form .g-recaptcha {
	transform: scale(.98)!important
}
#hero-formform-bottom .g-recaptcha {
	transform: scale(1.04, .78)!important;
	margin-bottom: -20px!important
}
}
@media screen and (min-width:991px) {
.hero-register-form.queryForm .g-recaptcha {
	transform: scale(.78);
	transform-origin: 0 0;
	margin-top: -20px;
	margin-bottom: -40px
}
.hero-register-form .btn {
	margin-bottom: -20px
}
#hero-form .g-recaptcha {
	transform: scale(1.59);
	transform-origin: 0 0;
	margin-top: 0;
	margin-bottom: 50px;
	border-radius: 6px
}
}
@media screen and (max-width:767px) {
#hero-formform-bottom {
	margin-top: 390px;
	margin-bottom: 30px
}
#footer-1 {
	padding-top: 20px
}
#content p {
	text-align: justify
}
#accordion .card-header h5 span {
	width: 30px!important
}
#breadcrumb .breadcrumb li {
	position: relative;
	top: 65px;
	right: 50%;
	left: 14%
}
.inner-page .tabs-2.primary-tabs {
	border-bottom: 0!important
}
}
@media screen and (max-width:991px) and (min-width:768px) {
#hero-formform-bottom #input-email, #hero-formform-bottom #input-name, #hero-formform-bottom #input-phone, #hero-formform-bottom .form-btn {
	width: 50%
}
#hero-formform-bottom {
	margin-top: 50%!important
}
#hero-formform-bottom .submit {
	margin-top: 25px
}
#footer-1 {
	padding-top: 100px
}
.hero-9-form .hero-register-form {
	margin: 0
}
#about-1 .col-md-6 {
	width: 100%!important;
	max-width: 100%!important;
	flex: 0 0 100%!important
}
#about-1 .video-square {
	left: 60px
}
.footer .col-xl-3 {
	width: 50%
}
#services-9 .p-sm, .review-1 p {
	font-size: 15px
}
.inner-page .tabs-2 li * {
	font-size: 12px
}
#sidebar .widget .recent {
	margin-bottom: 70px
}
#content .widget {
	margin-bottom: 70px;
	margin-top: 0
}
#breadcrumb .breadcrumb li {
	position: relative;
	top: 65px;
	right: 50%;
	left: 25%
}
.hero-request-form.popupForm .g-recaptcha {
	transform: scale(.98)!important;
	transform-origin: 0 0;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 6px
}
#hero-form.study-help-form .g-recaptcha {
	transform: scale(2, 1)!important
}
.hero-register-form.queryForm .g-recaptcha {
	transform: scale(1.02, .78)!important;
	margin-bottom: -35px!important
}
}
@media screen and (max-width:1199px) and (min-width:768px) {
#services-4 .sbox-4.icon-sm {
	height: 250px!important
}
.sbox-9-txt .h5-lg.darkblue-color {
	font-size: 14px
}
#services-3 .sbox-3.icon-lg {
	height: 380px
}
.icon-sm .p-md {
	font-size: 13px!important
}
.inner-page .icon-img {
	bottom: 45%
}
}
@media screen and (max-width:1067px) and (min-width:992px) {
.wsmenu>.wsmenu-list>li>a {
	font-size: 12px;
	padding: 15px 12px 10px 0
}
}
@media screen and (max-width:1130px) and (min-width:1068px) {
.wsmenu>.wsmenu-list>li>a {
	padding: 15px 20px 10px 0;
	font-size: 12px
}
}
@media screen and (max-width:1199px) and (min-width:992px) {
p.post-data, p.post-meta {
	font-size: 11px;
	margin-top: -13px
}
.sbox-6 a, .sbox-9-txt a {
	font-size: 11px
}
#hero-formform-bottom {
	margin-top: 110px
}
#services-9 .p-sm, .courses-page .single-curriculum p, .inner-page #countries-2 .p-sm, .review-1 p {
	font-size: 14px
}
.university-ranking .table-bordered {
	font-size: 12px
}
.university-ranking {
	margin-top: -22px
}
}
.inner-page h4 {
	color: #222!important;
	font-size: 1.15rem!important;
	font-weight: 700!important
}
.post-heading h1 {
	font-size: 2.25rem!important;
	color: #222!important;
	border-bottom: 1px solid #eee!important;
	margin: 10px 0 10px!important;
	padding-bottom: 10px!important;
	font-weight: 700!important
}
..single-curriculum h5.sub-title {
font-weight:700
}
.inner-page h1 {
	font-size: 2.25rem!important;
	color: #222!important;
	border-bottom: 1px solid #eee!important;
	margin: 10px 0 10px!important;
	padding-bottom: 10px!important;
	font-weight: 700!important
}
.video .section-id.id-color {
	display: none
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
	padding: 5px 0!important
}
#v-pills-tabContent ul li {
	padding: 5px!important
}
#tab-17 .table td {
	padding-right: 24px
}
.cookiealert.show a, .inner-page .table-bordered td strong a, .inner-page p a, .pull-right {
	color: #068dc4!important
}
.rating-display {
	display: none
}
.rating-container .caption {
	border: 0 none
}
nav.floating li.float-call a {
	background: #e53033
}
nav.floating li.float-whatsapp a {
	background: #25d366
}
nav.floating li.float-email a {
	background: #2c3f69
}
nav.floating li.float-facebook a {
	background: #4267b2
}
nav.floating li.float-youtube a {
	background: red
}
nav.floating li.float-chat a {
	background: orange
}
@media screen and (min-width:651px) {
.floating-icons {
	position: absolute;
	right: 60px;
	top: 20px;
	z-index: 500
}
nav.floating {
	position: fixed;
	width: 60px;
	margin-top: 150px;
	transition: all .3s linear;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.4)
}
nav.floating ul {
	margin: 0
}
nav.floating li {
	height: 45px;
	position: relative
}
nav.floating li a {
	color: #fff!important;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 45px;
	padding-left: 25%;
	transition: all .3s linear;
	text-decoration: none!important;
	float: right
}
nav.floating li a i {
	position: relative;
	top: 10px;
	left: 6px;
	font-size: 22px;
	float: left
}
nav.floating ul li a span {
	display: none;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: 50px;
	position: relative;
	white-space: nowrap
}
.floating b {
	display: none
}
nav.floating a:hover {
	z-index: 1;
	width: 200px;
	border-bottom: 1px solid rgba(0,0,0,.5);
	box-shadow: 0 0 1px 1px rgba(0,0,0,.3)
}
nav.floating li.wide a:hover {
	width: 220px
}
nav.floating li a:hover .chat-indicator, nav.floating li:hover .chat-indicator {
	opacity: 0;
	transition: all .2s linear
}
nav.floating li.wide-2 a:hover {
	width: 260px
}
nav.floating ul li:hover a span {
	padding-right: 30%;
	display: block;
	font-size: 15px
}
nav.floating ul li.wide:hover a span {
	padding-right: 27%
}
nav.floating ul li.wide-2:hover a span {
	padding-right: 22%
}
.chat-indicator {
	position: absolute;
	right: 80px;
	background-color: #e53033;
	width: 90px;
	display: block;
	text-align: center;
	border: 2px solid #a21316;
	font-weight: 600;
	line-height: 18px;
	border-radius: 11px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-size: 14px;
	top: 2px;
	padding: 2px;
	color: #fff;
	transition: all .8s linear;
	box-shadow: 0 0 0 rgba(204,169,44,.4);
	animation: pulse 2s infinite
}
.chat-indicator::after {
	content: '';
	position: absolute;
	right: -9px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #a21316;
	top: 12px
}
.chat-indicator i {
	float: left;
	font-size: 28px!important;
	margin-top: 4px;
	margin-left: 2px;
	position: static!important
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow:0 0 0 0 rgba(204,169,44,.4)
}
70% {
-webkit-box-shadow:0 0 0 10px rgba(204,169,44,0)
}
100% {
-webkit-box-shadow:0 0 0 0 rgba(204,169,44,0)
}
}
@keyframes pulse {
0% {
-moz-box-shadow:0 0 0 0 rgba(204,169,44,.4);
box-shadow:0 0 0 0 rgba(204,169,44,.4)
}
70% {
-moz-box-shadow:0 0 0 10px rgba(204,169,44,0);
box-shadow:0 0 0 10px rgba(204,169,44,0)
}
100% {
-moz-box-shadow:0 0 0 0 rgba(204,169,44,0);
box-shadow:0 0 0 0 rgba(204,169,44,0)
}
}
}
@media screen and (max-width:650px) {
.floating-icons {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999
}
.floating span {
	display: none
}
.floating ul {
	margin: 0
}
.floating li {
	float: left;
	width: 25%
}
.floating li a {
	color: #fff!important;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 20px;
	border-bottom: 1px solid rgba(0,0,0,.4);
	transition: all .3s linear;
	text-decoration: none!important;
	text-align: center;
	padding-top: 3px
}
.floating b {
	display: block;
	font-size: 12px
}
.chat-indicator, .cookiealert.show {
	opacity: 0;
	visibility: hidden;
	display: none
}
}
.bg-blue-map {
	background-color: #243048!important
}
@supports (-webkit-touch-callout:none) {
.bg-blue-map {
background-image:none!important;
background-repeat:inherit!important;
background-position:inherit!important;
background-attachment:inherit!important;
background-size:inherit!important
}
form.convFormDynamic textarea.userInputDynamic {
font-size:16px!important
}
}
.chat-header-icon {
	color: #fff;
	margin-left: 10px;
	margin-right: 10px
}
.wsmenu .wsmenu-list .n2-simple-menu {
	display: none
}
.chat_det p {
	font-weight: 600;
	font-size: 18px
}
.chat_det li a {
	color: #000;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-top: 2rem;
	font-weight: 600
}
.card.chatbot_box span {
	font-weight: 600
}
.sitemap-link:hover {
	color: #fff;
	text-decoration: underline
}
#userInput::placeholder {
background:#fff!important;
color:#000!important;
opacity:1
}
form.convFormDynamic {
	background-color: #e53033!important;
	border-radius: 6px!important
}
form.convFormDynamic button.submit:hover {
	background: #2c3f69!important
}
#hero-form .g-recaptcha {
	transform: scale(1.04);
	transform-origin: 0 0;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 6px
}
.hero-request-form.popupForm .g-recaptcha {
	transform: scale(1.02);
	transform-origin: 0 0;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 6px
}
.hero-register-form.queryForm .g-recaptcha {
	transform: scale(.77);
	transform-origin: 0 0;
	margin-top: -20px;
	margin-bottom: -40px
}
#hero-form.study-help-form-blog .g-recaptcha {
	transform: scale(.86);
	transform-origin: 0 0;
	margin-top: 0;
	margin-bottom: 7px;
	border-radius: 6px
}
#hero-form.study-help-form .g-recaptcha {
	transform: scale(.86);
	transform-origin: 0 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 6px
}
input:disabled, input:disabled::placeholder, textarea:disabled, textarea:disabled::placeholder {
-webkit-text-fill-color:#333;
opacity:1
}
