@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/**
*** Table Of Contents
**/
/*

1. Common tags styles
2. Styled lists
3. Overrides for default Bootstrap components
4. jQuery plugins styles
  - owl
  - flexslider
  - timetable
  - totop
5. Bootstrap Addons helpers styles for sections and elements
  - horizontal
  - vertical
  - sections
  - media_items
  - buttons
6. Light background sections (.ls) styles
7. Dark background sections (.ds) styles
8. Color background sections (.cs) styles
9. Bootstrap Addons utility styles
  - layout
  - colors
  - spacing
10. Shortcodes styles
  - icon-box
  - special-heading
  - number-card
  - price_table
  - quote-item
  - items-masonry
11. Widgets styles
  - calendar
  - rss
  - tag_cloud
  - post_slider
  - post_tabs
  - post_2cols
12. Social icons styles
13. WordPress styles
14. Menu styles
15. Header styles
16. Side header styles
17. Intro section styles
18. Common sub-pages styles
19. Template specific sections styles
*/
/*
** General Styles for HTML tags
*/

html {
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

::-moz-selection {
	background-color: #d63838;
	color: #fff;
}

::selection {
	background-color: #d63838;
	color: #fff;
}

::-moz-selection {
	background-color: #d63838;
	color: #fff;
}

body {
	background-color: #fff;
	font-family: "poppins", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

html, body, .page_title, #canvas {
	margin-top: 0 !important; 
	padding-top: 0 !important;
	background-color: black !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	word-break: break-word;
}

h1 {
	font-size: 60px;
	margin-bottom: 13px;
	margin-top: 33px;
}

h2 {
	font-size: 50px;
	margin-bottom: 13px;
	margin-top: 33px;
}

h3 {
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 37px;
}

h4 {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 37px;
}

h5 {
	font-size: 24px;
	margin-bottom: 23px;
	margin-top: 43px;
}

h6 {
	font-size: 20px;
	margin-bottom: 23px;
	margin-top: 43px;
}

@media (max-width: 575px) {
	h1 {
		font-size: 1.8rem;
	}

	h2 {
		font-size: 1.6rem;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 25px;
		margin-bottom: 10px;
		margin-top: 25px;
	}

	h5 {
		font-size: 1.2rem;
	}

	h6 {
		font-size: 1.1rem;
	}
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

p {
	margin-bottom: 10px;
}

ul:last-child,
ol:last-child,
p:last-child {
	margin-bottom: 0;
}

p:last-child:after {
	clear: both;
	content: "";
	display: block;
}

img,
figure {
	height: auto;
	max-width: 100%;
}

figcaption {
	font-size: 0.95em;
	line-height: 1.4;
	padding: 10px 0 7px;
}

figcaption p {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

label {
	color: #4c4c4c;
}

a {
	color: #4c4c4c;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a:hover {
	color: #d63838;
	text-decoration: none;
	-webkit-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
}

blockquote {
	font-style: italic;
	margin: 30px 0 23px;
}

blockquote .media {
	margin: 15px 0;
}

blockquote .media .media-body > p:first-child {
	letter-spacing: 0.42em;
	margin-top: -9px;
}

blockquote h3,
blockquote h4,
blockquote .small-text {
	font-style: normal;
}

blockquote .quote-icon {
	border-radius: 50%;
	display: inline;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
}

blockquote h6 {
	font-weight: 300;
	margin-top: 21px;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}

a > img {
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

a:hover > img {
	opacity: 0.8;
}

a.btn:active,
a.button:active,
button:active,
input[type="submit"]:active {
	position: relative;
	top: 1px !important;
}

hr {
	border-color: #e1e1e1;
	margin-bottom: 32px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 40px;
}

@media (max-width: 767px) {
	hr {
		margin-bottom: 30px;
		margin-top: 33px;
	}
}

iframe {
	border: none;
	max-width: 100%;
}

table {
	margin: 10px 0;
	max-width: 100%;
	width: 100%;
}

table td,
table th {
	line-height: 1.42857143;
	padding: 13px 8px;
	vertical-align: top;
}

table th {
	color: #4c4c4c;
	font-weight: 500;
	vertical-align: middle;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre {
	background-color: rgba(150, 150, 150, 0.05);
	line-height: 1.5;
	padding: 0.5em 1em;
}

.big {
	font-size: 20px;
	line-height: 1.5em;
	margin: 7px 0 23px;
}

@media (max-width: 575px) {
	.big {
		font-size: 16px;
	}
}

.big em {
	display: inline-block;
	margin: 0.3em 0 0;
}

@media (min-width: 768px) {
	.big em {
		margin: 1em 0 0.5em;
	}
}

.media h3 {
	text-transform: uppercase;
}

.media .dropcap {
	margin-right: 0;
}

.small-text {
	color: #4c4c4c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.small-text.extra-letter-spacing {
		letter-spacing: 1em;
	}
}

ul,
ol {
	padding-left: 1.15rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.list-bordered {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin-left: -30px;
	margin-right: -30px;
}

.list-bordered li {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 15px;
	padding-top: 14px;
}

.list-bordered li + li {
	border-top: none;
}

.list-bordered.no-top-border > li:first-child {
	border-top: none;
}

.list-bordered.no-bottom-border > li:last-child {
	border-bottom: none;
}

.list-styled ul,
ul.list-styled {
	color: #4c4c4c;
	list-style: none;
	padding: 0;
}

.list-styled ul li,
ul.list-styled li {
	padding-left: 20px;
	position: relative;
}

.list-styled ul li:before,
ul.list-styled li:before {
	color: #d63838;
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 10px;
	padding-right: 15px;
	position: relative;
	top: -2px;
}

.list1 ul,
ul.list1 {
	color: #4c4c4c;
	list-style: none;
	padding: 0;
}

.list1 ul li,
ul.list1 li {
	padding: 2px 0;
	position: relative;
}

.list1 ul li:before,
ul.list1 li:before {
	color: #d63838;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 5px;
	padding-right: 8px;
	position: relative;
	top: -3px;
}

/*
** Bootstrap Overrides
*/
/* bootstrap breadcrumbs*/
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.4em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.breadcrumb > li {
	display: inline-block;
	float: none;
	padding: 0;
}

.text-center .breadcrumb {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.text-lg-right .breadcrumb {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
}

.breadcrumb > .active {
	color: inherit;
	opacity: 0.9;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: inherit;
	content: "\f105";
	font-family: "FontAwesome";
	padding: 0 18px;
}

@media (max-width: 767px) {
	.breadcrumb-item + .breadcrumb-item::before {
		padding: 0 5px;
	}
}

/* forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
	background-color: transparent;
	border: 1px solid #cecdcd;
	border-radius: 2px;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	color: #7f7f7f;
	font-size: 12px;
	height: 60px;
	letter-spacing: 0.1em;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 9px;
	width: 100%;
}

select {
	text-transform: uppercase;
}

input[disabled] {
	cursor: not-allowed;
	opacity: .4;
}

input[type="submit"],
button {
	cursor: pointer;
}

input[type="submit"],
button {
	background: transparent;
	border: 1px solid #4c4c4c;
	color: #4c4c4c;
	color: #4c4c4c;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 19px 36px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input[type="submit"]:hover,
button:hover {
	color: rgba(76, 76, 76, 0.8);
}

.ds input[type="submit"]:not([class]),
.cs input[type="submit"]:not([class]),
.ds
button:not([class]),
.cs
button:not([class]) {
	border-color: #fff;
	color: #fff;
}

textarea,
textarea.form-control {
	height: auto;
	padding-top: 28px;
}

@media (max-width: 991px) {
	textarea,
	textarea.form-control {
		padding-top: 21px;
	}
}

.form-group {
	position: relative;
}

[class*='col-'] > .form-group {
	margin-bottom: 0;
}

[class*='col-'] > .form-group + .form-group {
	margin-top: 10px;
}

.has-placeholder label {
	display: none;
}

/* select styling */
select[multiple] {
	height: auto;
}

select option,
.form-control option {
	background-color: #fff;
	color: #4c4c4c;
}

.form-control-unstyled {
	background-color: transparent;
	border: none;
}

.form-control:focus {
	box-shadow: none;
}

.form-control:focus {
	background-color: transparent;
	border-color: #e0e0e0;
}

.form-control:-moz-placeholder {
	color: #808080;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #808080;
	font-style: italic;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #7f7f7f;
	text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
	color: #7f7f7f;
	text-transform: uppercase;
}

.form-control:focus:-moz-placeholder {
	color: transparent;
}

.form-control:focus::-moz-placeholder {
	color: transparent;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

/*icons for forms */
form label + [class*="fa-"] {
	font-size: 16px;
	left: 28px;
	position: absolute;
	text-align: center;
	top: 60px;
	width: 1em;
}

form .has-placeholder label + [class*="fa-"] {
	top: 22px;
}

form label + [class*="fa-"] + .form-control {
	padding-left: 60px;
}

label {
	color: #4c4c4c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.checkbox label,
.radio label {
	font-weight: inherit;
}

.checkbox label[for],
.radio label[for] {
	font-weight: inherit;
}

.checkbox label[for] + input[type=checkbox],
.checkbox label[for] + input[type=radio],
.radio label[for] + input[type=checkbox],
.radio label[for] + input[type=radio] {
	left: 20px;
}

input[type=checkbox],
input[type=radio] {
	margin-top: 8px;
}

input[type=checkbox] {
	display: none;
}

.form-wrapper.hero-bg,
.form-wrapper.muted-bg,
.form-wrapper.cs,
.form-wrapper.ds,
.form-wrapper.ls {
	padding: 35px;
}

.has-error .form-control {
	border-color: #d63838;
}

.has-error label,
.has-error .help-block {
	color: #d63838;
}

/*styled checkbox */
.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label + input[type="checkbox"],
.checkbox label > input[type="checkbox"] {
	display: inline-block;
}

input[type="checkbox"] + label {
	padding-left: 0;
}

input[type="checkbox"] + label > a {
	color: #4c4c4c;
}

input[type="checkbox"] + label:before {
	border: 1px solid #7f7f7f;
	border-radius: 3px;
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 12px;
	height: 16px;
	line-height: 14px;
	margin: 1px 18px 4px 0;
	text-align: center;
	vertical-align: middle;
	width: 16px;
}

@media (max-width: 767px) {
	input[type="checkbox"] + label:before {
		margin-right: 10px;
	}
}

input[type="checkbox"]:checked + label:before {
	color: #d63838;
	content: "\f00c";
}

input[type="checkbox"]:disabled + label:before {
	background-color: #e1e1e1;
}

/*styled radio*/
.radio input[type="radio"] {
	display: none;
}

.radio label + input[type="radio"],
.radio label > input[type="radio"] {
	display: inline-block;
}

input[type="radio"] + label {
	padding-left: 0;
}

input[type="radio"] + label > a {
	color: #999;
}

input[type="radio"] + label:before {
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	margin-bottom: 2px;
	margin-right: 10px;
	vertical-align: middle;
	width: 16px;
}

input[type="radio"]:checked + label:before {
	background-clip: content-box;
	background-color: #4c4c4c;
	padding: 3px;
}

input[type="radio"]:disabled + label:before {
	background-color: #e1e1e1;
}

select.form-control:not([size]):not([multiple]) {
	height: 60px;
}

select.form-control {
	letter-spacing: 2px;
	text-transform: uppercase;
}

form label + [class*="fa-"] + select.form-control {
	padding-left: 54px;
}

.form-check {
	margin-top: 24px;
	padding-left: 0;
}

@media (max-width: 991px) {
	.form-check {
		margin-top: 15px;
	}
}

.form-check label {
	color: #7f7f7f;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

form .has-placeholder.textarea label + [class*="fa-"] {
	top: 30px;
}

/* carousel */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-indicators li {
	border-radius: 50%;
	height: 10px;
	max-width: 10px;
}

/* bootstrap tabs*/
.nav-tabs {
	border-bottom: none;
	margin-bottom: 1px;
}

@media (max-width: 575px) {
	.nav-tabs {
		display: block;
	}
}

@media (max-width: 767px) {
	.nav-tabs .nav-item {
		margin: 0;
	}
}

.nav-tabs .nav-link {
	background-color: #ececed;
	border: 0;
	border-radius: 5px 5px 0 0;
	margin-right: 2px;
}

@media (max-width: 991px) {
	.nav-tabs .nav-link {
		border-radius: 0;
	}
}

.nav-tabs .nav-link:hover {
	color: #2165a9;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
	color: #fff;
}

.nav-link {
	color: #d63838;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1.6em;
	min-width: 250px;
	padding: 30px 10px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.nav-link {
		margin-right: 0 !important;
	}
}

@media (max-width: 1199px) {
	.nav-link {
		letter-spacing: 0.2em;
		min-width: auto;
		padding: 15px 10px;
	}
}

.small-tabs .nav-link {
	padding: 10px 15px;
}

.small-tabs .tab-content {
	padding: 30px;
}

.tab-content {
	border: 1px solid #ededed;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	padding: 40px 60px 40px 90px;
}

@media (max-width: 767px) {
	.tab-content {
		padding: 30px 30px 30px 50px;
	}
}

.tab-pane .media img {
	max-width: 40%;
}

.tab-pane .media img:first-child {
	margin-right: 10px;
}

.tab-pane .media h3,
.tab-pane .media h4,
.tab-pane .media h5 {
	font-weight: 900;
}

.tab-block {
	padding: 10px 0;
}

.tab-side {
	padding-left: 40px;
}

@media (max-width: 991px) {
	.tab-content.tab-media {
		padding: 30px;
	}
}

/* bootstrap collapse*/
[data-toggle="collapse"] {
	display: inline-block;
	font-weight: 500;
	position: relative;
}

[data-toggle="collapse"]:after {
	color: #d63838;
	content: "-";
	font-size: 24px;
	font-weight: 300;
	height: 30px;
	left: -28px;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: 24px;
}

[data-toggle="collapse"].collapsed:after {
	content: "+";
}

[role="tablist"] .card {
	background: none;
	border: none;
	border-radius: 0;
}

[role="tablist"] .card-header {
	background: none;
	border: none;
	padding: 0;
}

[role="tablist"] .card-header a {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
	border-radius: 30px;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.13);
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 21px 50px 21px 30px;
	position: relative;
	text-transform: uppercase;
	word-wrap: break-word;
}

[role="tablist"] .card-header a:before,
[role="tablist"] .card-header a:after {
	background-color: transparent;
	bottom: 0;
	color: #fff;
	content: "";
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: 60px;
}

[role="tablist"] .card-header a:after {
	background: none;
	bottom: auto;
	content: "-";
	height: 30px;
	line-height: 30px;
	margin-top: -18px;
	top: 50%;
	vertical-align: top;
}

[role="tablist"] .card-header a:hover {
	color: #fff;
	opacity: 1;
}

[role="tablist"] .card-header a.collapsed {
	background-color: #ececed;
	background-image: none;
	color: #4c4c4c;
}

[role="tablist"] .card-header a.collapsed i {
	color: #d63838;
}

[role="tablist"] .card-header a.collapsed:hover {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
	color: #fff;
}

[role="tablist"] .card-header a.collapsed:hover:after {
	color: #fff;
}

[role="tablist"] .card-header a.collapsed:hover i {
	color: #fff;
}

[role="tablist"] .card-header a.collapsed:after {
	color: #d63838;
	content: "+";
	margin-top: -15px;
}

[role="tablist"] .card-body {
	padding: 0;
}

[role="tablist"] .media img {
	max-width: 80px;
}

.card .card-header i {
	margin-right: 7px;
}

.card {
	margin-bottom: 20px;
}

.card:last-child {
	margin-bottom: 0;
}

.card [data-toggle="collapse"]:after {
	left: auto;
	right: 0;
}

.card .card-body {
	padding: 30px 40px 10px;
}

/* bootstrap dropdown menu */
.dropdown-menu {
	background-color: #fff;
	border: none;
	border-radius: 0;
	border-top: 3px solid #d63838;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size: inherit;
	line-height: 1.5;
	margin-top: 0;
	padding: 40px;
	z-index: 1001;
}

.dropdown-menu > a {
	display: block;
	white-space: nowrap;
}

.dropdown-menu > a > img {
	max-width: none;
}

.dropdown-menu > a + a {
	margin-top: 1.5em;
}

.dropdown .dropdown-menu label,
.dropdown .dropdown-menu h3,
.dropdown .dropdown-menu h4 {
	color: #4c4c4c;
}

.dropdown.show .dropdown-menu input {
	border: 1px solid #e1e1e1;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #4c4c4c;
}

.dropdwon-menu-title {
	padding: 10px 30px;
}

@media (min-width: 1300px) {
	.container {
		max-width: 1200px;
	}
}

/* modal */
.modal-open {
	padding-right: 0 !important;
}

.modal-backdrop.show {
	background: rgba(0, 0, 0, 0.6);
	opacity: 1;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
}

.modal-content {
	border-radius: 1px;
}

.modal-content [class*="col-"]:last-child {
	margin-bottom: 0;
}

/* bootstrap buttons */
.btn {
	border: 0;
	border-radius: 5px;
	box-sizing: border-box;
	height: 60px;
	padding: 2px;
	width: 180px;
}

.btn span {
	-webkit-align-items: center;
	align-items: center;
	border-radius: 4px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	letter-spacing: 0;
	text-transform: uppercase;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
	width: 100%;
}

.btn.small-btn {
	height: 40px;
	width: 140px;
}

/* media elements */
.media > img {
	display: block;
}

.media-body h3,
.media-body h4 {
	line-height: 1;
	margin-bottom: 0.2em;
	margin-top: 0.3em;
}

* + .media-body,
.media-body + * {
	margin-left: 20px;
}

td .media-body {
	width: auto;
}

.embed-responsive-3by2 {
	background-color: #d63838;
	border-radius: 5px 5px 0 0;
	height: 0;
	padding-bottom: 66.666%;
}

.embed-placeholder:after {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	content: "\f04b";
	font-family: "FontAwesome";
	font-size: 14px;
	height: 60px;
	left: 50%;
	line-height: 56px;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 60px;
}

.embed-placeholder:hover:after {
	opacity: 1;
}

.alert {
	border-radius: 0;
	border-width: 0 0 0 4px;
	margin-bottom: 40px;
	padding: 30px;
}

.mark,
mark {
	background-color: transparent;
}

button.close {
	min-width: 0;
}

/* small in headings */
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	color: inherit;
	font-weight: 300;
}

/* labels */
.label-success {
	background-color: #4db19e;
	color: #fff;
}

.label-info {
	background-color: #007ebd;
	color: #fff;
}

.label-warning {
	background-color: #eeb269;
	color: #fff;
}

.label-danger {
	background-color: #dc5753;
	color: #fff;
}

/*
/*progress bars*/
p + .progress {
	margin-top: -10px;
}

.progress {
	background-color: #e5e5e5;
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: 4px;
	margin-bottom: 20px;
	margin-top: 2px;
	overflow: visible;
	position: relative;
}

.progress:last-child {
	margin-bottom: 10px;
}

.progress-bar {
	border-radius: 5px;
	box-shadow: none;
	color: inherit;
	height: 4px;
}

.progress-bar span {
	color: #4c4c4c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	position: absolute;
	right: 0;
	top: -35px;
}

.progress-title {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/*
**plugins
*/
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
	display: none;
	position: relative;
	-webkit-tap-color-main-color: transparent;
	touch-action: manipulation;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel.owl-shadow-items .owl-stage {
	padding-bottom: 11px;
	padding-top: 11px;
}

.owl-carousel .owl-stage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.owl-carousel .owl-stage-outer {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	float: left;
	min-height: 1px;
	position: -webkit-sticky;
	position: sticky;
	-webkit-tap-color-main-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item .box-shadow {
	height: 100%;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-dots {
	line-height: 1;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	height: 40px;
	zoom: 1;
}

.owl-carousel .owl-dots .owl-dot:hover:after {
	color: #d63838;
}

.owl-carousel .owl-dots .owl-dot:after {
	color: #d63838;
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

@media (max-width: 767px) {
	.owl-carousel .owl-dots .owl-dot:after {
		font-size: 14px;
	}
}

.owl-carousel .owl-dots .owl-dot.active:after {
	color: #d63838;
	text-decoration: line-through;
}

@media (max-width: 991px) {
	.owl-carousel .owl-dots .owl-dot {
		display: inline-block;
		margin: 0 10px;
	}
}

.owl-carousel .owl-nav {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-carousel .owl-nav > div {
	display: inline-block;
	right: 10px;
	text-transform: uppercase;
}

.owl-carousel .owl-nav > div.disabled {
	cursor: default;
	opacity: 0.2;
}

.owl-carousel .owl-nav > div.disabled:hover {
	cursor: default;
}

@media (min-width: 768px) {
	.owl-carousel .owl-nav > div i {
		font-size: 54px;
	}
}

.owl-carousel .owl-nav > div:first-child {
	left: 10px;
	right: auto;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-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 Carousel - Auto Height Plugin */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	background: #000;
	height: 100%;
	position: relative;
}

.owl-carousel .owl-video-play-icon {
	-webkit-backface-visibility: hidden;
	background: url("../img/owl.video.play.png") no-repeat;
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
	width: 80px;
	z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

/*
THEMES
Owl Default Theme
*/
.owl-theme:hover .owl-nav {
	opacity: 1;
}

.owl-theme .owl-nav {
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
	top: 50%;
}

.owl-theme .owl-nav > div {
	position: absolute;
	right: 10px;
	text-align: center;
}

.owl-theme .owl-nav .disabled {
	cursor: default;
	opacity: 0.5;
}

.owl-theme .owl-dots {
	counter-reset: number;
	position: absolute;
	right: -2px;
	top: 37%;
}

.item-media .owl-theme .owl-dots {
	bottom: 20px;
	margin: 0;
	position: absolute;
	right: 5%;
}

@media (max-width: 991px) {
	.owl-theme .owl-dots {
		margin-top: 20px;
		position: static;
	}
}

/* .owl-center theme */
.owl-center .owl-nav {
	bottom: 0;
	margin-top: 0;
	opacity: 1;
	position: static;
	top: 0;
}

.owl-center .owl-nav > div {
	background-color: rgba(76, 76, 76, 0.6);
	bottom: 0;
	height: auto;
	margin: 0;
	right: -15px;
	top: 0;
	width: 50px;
}

.owl-center .owl-nav > div:first-child {
	left: -15px;
	right: auto;
}

.owl-center .owl-nav > div:first-child:after {
	left: 13px;
}

.owl-center .owl-nav > div:after {
	color: #fff;
	font-size: 20px;
	left: 17px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

/*theme with nav at the top right corner*/
.top-right-nav .owl-nav {
	position: absolute;
	right: -0.5em;
	top: -76px;
}

@media (max-width: 767px) {
	.top-right-nav .owl-nav {
		top: -57px;
	}
}

.top-right-nav .owl-nav > div {
	background: transparent;
	min-width: 1em;
}

.top-right-nav .owl-nav > div:first-child {
	left: auto;
	right: 3em;
}

.top-right-nav .owl-nav > div i {
	color: #4c4c4c;
	font-size: 20px;
}

/*theme with text nav*/
.owl-text-nav .owl-nav {
	display: none;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav {
		display: block;
		left: -13vw;
		position: absolute;
		right: -13vw;
		top: 50%;
	}
}

@media (min-width: 1800px) {
	.owl-text-nav .owl-nav {
		left: -15vw;
		right: -15vw;
	}
}

.owl-text-nav .owl-nav > div {
	margin-top: -30px;
	position: absolute;
	right: 10px;
	text-align: center;
}

.owl-text-nav .owl-nav > div > span {
	display: block;
	font-weight: 900;
	line-height: 1;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav > div > span {
		font-size: 38px;
		line-height: 1;
		max-width: 5em;
	}
}

.small-gallery-carousel a {
	display: block;
	overflow: hidden;
}

.small-gallery-carousel a img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.small-gallery-carousel a:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.small-gallery-carousel .owl-nav > div {
	margin-top: -8px;
	opacity: 1;
	right: 100px;
}

.small-gallery-carousel .owl-nav > div:first-child {
	left: 100px;
}

.small-gallery-carousel .owl-nav > div i {
	font-size: 28px;
}

/* owl images fix */
.owl-carousel .owl-item {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease 0.1s;
	transition: opacity 0.2s ease 0.1s;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-center .owl-item {
	opacity: 1;
}

/*
** Flexslider
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* FlexSlider Necessary Styles */
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	-webkit-backface-visibility: hidden;
	display: block;
	float: left;
	margin-right: -100%;
	opacity: 1;
	position: relative;
	z-index: 5;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
	width: 100%;
}

#slide01full {
	display: block;
}

#slide01scaled {
	display: none;
}	

#slide02full {
	display: block;
}

#slide02scaled {
	display: none;
}	

#slide03full {
	display: block;
}

#slide03scaled {
	display: none;
}	

@media (max-width: 767px) {
	.flexslider .slides img {
		/*height: 350px;*/
	}

	#slide01full {
		display: none;
	}

	#slide01scaled {
		display: block;
	}

	#slide02full {
		display: none;
	}

	#slide02scaled {
		display: block;
	}

	#slide03full {
		display: none;
	}

	#slide03scaled {
		display: block;
	}	
}

@media (max-width: 767px) {
	.flexslider.team-slider .slides img {
		height: auto;
	}
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme */
.flexslider {
	margin: 0 0;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 40px;
	margin: -20px 0 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 50%;
	width: 40px;
	z-index: 10;
}

.flex-direction-nav .flex-prev {
	left: 40px;
}

.flex-direction-nav .flex-next {
	right: 40px;
	text-align: right;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
	filter: alpha(opacity=0);
	opacity: 0;
}

.flex-direction-nav a:before {
	color: #fff;
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 20px;
	left: 12px;
	position: absolute;
	top: 5px;
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
	left: 14px;
}

/* Pause/Play */
.flex-pauseplay a {
	bottom: 5px;
	color: #000;
	cursor: pointer;
	display: block;
	height: 20px;
	left: 10px;
	opacity: 0.8;
	overflow: hidden;
	position: absolute;
	width: 20px;
	z-index: 10;
}

.flex-pauseplay a:before {
	content: "\f01d";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 20px;
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: "\f01d";
}

.flex-control-thumbs {
	margin: 1px -1px;
	overflow: hidden;
	position: static;
}

.flex-control-thumbs li {
	float: left;
	margin: 3px 0 1px;
	padding: 0 0 0 4px;
	width: 25.2%;
}

.flex-control-thumbs li:first-child {
	padding-left: 1px;
	width: 24.4%;
}

.flex-control-thumbs img {
	cursor: pointer;
	display: block;
	opacity: .7;
	width: 100%;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
}

/* custom nav for flex slider*/
.flex-custom-nav {
	bottom: 38px;
	left: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}

.flex-custom-nav .flex-control-nav {
	display: inline-block;
	position: static;
	width: auto;
}

.flex-custom-nav .flex-custom-link {
	bottom: 7px;
	color: #4c4c4c;
	font-size: 12px;
	margin: 0 8px;
	position: relative;
}

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
	color: #fff;
}

.flex-custom-nav .flex-custom-link:hover {
	color: #d63838;
}

.page_slider:hover .flex-custom-nav {
	opacity: 1;
}

/* Control Nav */
.page_slider .flexslider .flex-control-nav {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	counter-reset: number;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	font-size: 0;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	left: 6.4%;
	line-height: 0;
	top: 45%;
	width: auto;
	z-index: 10;
}

@media (max-width: 991px) {
	.page_slider .flexslider .flex-control-nav {
		bottom: 60px;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		display: block;
		-webkit-flex-direction: row;
		flex-direction: row;
		left: auto;
		text-align: center;
		top: auto;
		width: 100%;
	}
}

.page_slider .flexslider .flex-control-nav li a:after {
	color: #fff;
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.page_slider .flexslider .flex-control-nav li a:hover::after {
	opacity: 0.5;
}

.page_slider .flexslider .flex-control-nav li a.flex-active:hover::after {
	opacity: 1;
}

.page_slider .social-flex {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 12px;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-66%) translateX(-2%) rotate(90deg);
	-ms-transform: translateY(-66%) translateX(-2%) rotate(90deg);
	transform: translateY(-66%) translateX(-2%) rotate(90deg);
	z-index: 10;
}

@media (max-width: 767px) {
	.page_slider .social-flex {
		display: none;
	}
}

.page_slider .social-flex p.social-heading {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.4em;
	margin-bottom: 0;
	margin-right: 34px;
}

.page_slider .social-flex p.social-icons {
	letter-spacing: 0;
}

.page_slider .social-flex p.social-icons a.fa {
	margin-left: 13px;
}

.page_slider .social-flex p.social-icons a.fa:hover {
	opacity: 1 !important;
}

/*
**photoswipe
* http://photoswipe.com/
*
*/
/* pswp = photoswipe */
.pswp {
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	-webkit-text-size-adjust: 100%;
	top: 0;
	touch-action: none;
	width: 100%;
	z-index: 1500;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	will-change: opacity;
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
	-webkit-backface-visibility: hidden;
	background: #000;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	will-change: opacity;
}

.pswp__scroll-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.pswp__container,
.pswp__zoom-wrap {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	touch-action: none;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__zoom-wrap {
	position: absolute;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	width: 100%;
}

.pswp__bg {
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	will-change: opacity;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.pswp__img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	height: auto !important;
	left: 0;
	top: 0;
	width: 100% !important;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
	color: #ccc;
	font-size: 14px;
	left: 0;
	line-height: 16px;
	margin-top: -8px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
	-webkit-appearance: none;
	background: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	float: right;
	height: 44px;
	margin: 0;
	opacity: 0.75;
	overflow: visible;
	padding: 0;
	position: relative;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	width: 44px;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	opacity: 0.9;
	outline: none;
}

.pswp__button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	height: 44px;
	width: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(../img/photoswipe/default-skin.svg);
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	background-position: -88px 0;
	display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 70px;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 30px;
	position: absolute;
	top: 35px;
	width: 32px;
}

.pswp__button--arrow--left:before {
	background-position: -138px -44px;
	left: 6px;
}

.pswp__button--arrow--right:before {
	background-position: -94px -44px;
	right: 6px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-backface-visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	width: 100%;
	will-change: opacity;
	z-index: 1600;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	-webkit-backface-visibility: hidden;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	display: block;
	position: absolute;
	right: 44px;
	top: 56px;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	width: auto;
	will-change: transform;
	z-index: 1620;
}

.pswp__share-tooltip a {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 12px;
	text-decoration: none;
}

.pswp__share-tooltip a:hover {
	color: #000;
	text-decoration: none;
}

.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}


/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
	color: #fff;
	font-size: 13px;
	height: 44px;
	left: 0;
	line-height: 44px;
	opacity: 0.75;
	padding: 0 10px;
	position: absolute;
	top: 0;
}

/*
	
	4. Caption

 */
.pswp__caption {
	bottom: 0;
	left: 0;
	min-height: 44px;
	position: absolute;
	width: 100%;
}

.pswp__caption small {
	color: #bbb;
	font-size: 11px;
}

.pswp__caption__center {
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto;
	max-width: 420px;
	padding: 10px;
	text-align: left;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
	visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
	direction: ltr;
	height: 44px;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	width: 44px;
	will-change: opacity;
}

.pswp__preloader__icn {
	height: 20px;
	margin: 12px;
	width: 20px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	height: 14px;
	left: 15px;
	margin: 0;
	opacity: 0.75;
	position: absolute;
	top: 15px;
	width: 14px;
}

.pswp--css_animation .pswp__preloader__cut {
	height: 14px;
	overflow: hidden;
	/*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
	position: relative;
	width: 7px;
}

.pswp--css_animation .pswp__preloader__donut {
	background: none;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	height: 14px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 14px;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		float: right;
		left: auto;
		margin: 0;
		position: relative;
		top: auto;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	opacity: 1;
	visibility: visible;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
	height: 44px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	will-change: opacity;
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

.pswp__zoom-wrap .embed-responsive {
	margin: auto;
	max-width: 90%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1200px) {
	.pswp__zoom-wrap .embed-responsive {
		max-width: 50%;
	}
}



/* sidebar scroll plugin */
.scroll-wrapper {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none;
	box-sizing: content-box;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	overflow: scroll;
	padding: 0;
	position: relative;
	top: 0;
	width: auto;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-wrapper.scroll--rtl {
	direction: rtl;
}

.scroll-element {
	box-sizing: content-box;
	display: none;
}

.scroll-element div {
	box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
	display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
	background-color: rgba(127, 127, 127, 0.4);
	border-radius: 1px;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

/*
** Bootstrap Addons
*/
/*
** Horizontal padding (gutters) for columns and rows
*/
/* columns
.c - columns
px-* - horizontal padding value
*/
.c-gutter-130 [class*="col-"],
.row.c-gutter-130 > [class*="col-"] {
	padding-left: 65px;
	padding-right: 65px;
}

.c-gutter-100 [class*="col-"],
.row.c-gutter-100 > [class*="col-"] {
	padding-left: 50px;
	padding-right: 50px;
}

.c-gutter-80 [class*="col-"],
.row.c-gutter-80 > [class*="col-"] {
	padding-left: 40px;
	padding-right: 40px;
}

.c-gutter-60 [class*="col-"],
.row.c-gutter-60 > [class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}

.c-gutter-50 [class*="col-"],
.row.c-gutter-50 > [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

.c-gutter-30 [class*="col-"],
.row.c-gutter-30 > [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.c-gutter-25 [class*="col-"],
.row.c-gutter-25 > [class*="col-"] {
	padding-left: 13px;
	padding-right: 12px;
}

.c-gutter-20 [class*="col-"],
.row.c-gutter-20 > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.c-gutter-15 [class*="col-"],
.row.c-gutter-15 > [class*="col-"] {
	padding-left: 8px;
	padding-right: 7px;
}

.c-gutter-10 [class*="col-"],
.row.c-gutter-10 > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.c-gutter-5 [class*="col-"],
.row.c-gutter-5 > [class*="col-"] {
	padding-left: 3px;
	padding-right: 2px;
}

.c-gutter-2 [class*="col-"],
.row.c-gutter-2 > [class*="col-"] {
	padding-left: 1px;
	padding-right: 1px;
}

.c-gutter-1 [class*="col-"],
.row.c-gutter-1 > [class*="col-"] {
	padding-left: 1px;
	padding-right: 0;
}

/*same as bootstrap .no-gutters class*/
.c-gutter-0 [class*="col-"],
.row.c-gutter-0 > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

/* rows */
.c-gutter-130 .row,
div.row.c-gutter-130 {
	margin-left: -65px;
	margin-right: -65px;
}

.c-gutter-100 .row,
div.row.c-gutter-100 {
	margin-left: -50px;
	margin-right: -50px;
}

.c-gutter-80 .row,
div.row.c-gutter-80 {
	margin-left: -40px;
	margin-right: -40px;
}

.c-gutter-60 .row,
div.row.c-gutter-60 {
	margin-left: -30px;
	margin-right: -30px;
}

.c-gutter-50 .row,
div.row.c-gutter-50 {
	margin-left: -25px;
	margin-right: -25px;
}

.c-gutter-30 .row,
div.row.c-gutter-30 {
	margin-left: -15px;
	margin-right: -15px;
}

.c-gutter-25 .row,
div.row.c-gutter-25 {
	margin-left: -13px;
	margin-right: -12px;
}

.c-gutter-20 .row,
div.row.c-gutter-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.c-gutter-15 .row,
div.row.c-gutter-15 {
	margin-left: -8px;
	margin-right: -7px;
}

.c-gutter-10 .row,
div.row.c-gutter-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.c-gutter-5 .row,
div.row.c-gutter-5 {
	margin-left: -3px;
	margin-right: -2px;
}

.c-gutter-2 .row,
div.row.c-gutter-2 {
	margin-left: -1px;
	margin-right: -1px;
}

.c-gutter-1 .row,
div.row.c-gutter-1 {
	margin-left: -1px;
	margin-right: 0;
}

.c-gutter-0 .row,
div.row.c-gutter-0 {
	margin-left: 0;
	margin-right: 0;
}

/* containers */
.container-px-0 [class*='container'] {
	padding-left: 0;
	padding-right: 0;
}

.container-px-1 [class*='container'] {
	padding-left: 1px;
	padding-right: 1px;
}

.container-px-2 [class*='container'] {
	padding-left: 2px;
	padding-right: 2px;
}

.container-px-5 [class*='container'] {
	padding-left: 5px;
	padding-right: 5px;
}

.container-px-10 [class*='container'] {
	padding-left: 10px;
	padding-right: 10px;
}

.container-px-20 [class*='container'] {
	padding-left: 20px;
	padding-right: 20px;
}

.container-px-30 [class*='container'] {
	padding-left: 30px;
	padding-right: 30px;
}

.container-px-60 [class*='container'] {
	padding-left: 60px;
	padding-right: 60px;
}

/*
** Vertical margins and padding for sections and columns
*/
/* Vertical padding for sections
.s - section
pt-* - padding top value
pb-* - padding bottom value
py-* - same value for top and for bottom padding
*/
.s-pt-0 > [class*='container'] {
	padding-top: 0;
}

.s-pt-1 > [class*='container'] {
	padding-top: 1px;
}

.s-pt-2 > [class*='container'] {
	padding-top: 2px;
}

.s-pt-3 > [class*='container'] {
	padding-top: 3px;
}

.s-pt-5 > [class*='container'] {
	padding-top: 5px;
}

.s-pt-10 > [class*='container'] {
	padding-top: 10px;
}

.s-pt-15 > [class*='container'] {
	padding-top: 15px;
}

.s-pt-20 > [class*='container'] {
	padding-top: 20px;
}

.s-pt-25 > [class*='container'] {
	padding-top: 25px;
}

.s-pt-30 > [class*='container'] {
	padding-top: 30px;
}

.s-pt-40 > [class*='container'] {
	padding-top: 40px;
}

.s-pt-45 > [class*='container'] {
	padding-top: 45px;
}

.s-pt-50 > [class*='container'] {
	padding-top: 50px;
}

.s-pt-60 > [class*='container'] {
	padding-top: 60px;
}

.s-pt-70 > [class*='container'] {
	padding-top: 70px;
}

.s-pt-75 > [class*='container'] {
	padding-top: 75px;
}

.s-pt-80 > [class*='container'] {
	padding-top: 80px;
}

.s-pt-90 > [class*='container'] {
	padding-top: 90px;
}

.s-pt-100 > [class*='container'] {
	padding-top: 100px;
}

.s-pt-105 > [class*='container'] {
	padding-top: 105px;
}

.s-pt-110 > [class*='container'] {
	padding-top: 110px;
}

.s-pt-120 > [class*='container'] {
	padding-top: 120px;
}

.s-pt-130 > [class*='container'] {
	padding-top: 130px;
}

.s-pt-135 > [class*='container'] {
	padding-top: 135px;
}

.s-pt-150 > [class*='container'] {
	padding-top: 150px;
}

.s-pt-155 > [class*='container'] {
	padding-top: 155px;
}

.s-pt-160 > [class*='container'] {
	padding-top: 160px;
}

.s-pb-0 > [class*='container'] {
	padding-bottom: 0;
}

.s-pb-1 > [class*='container'] {
	padding-bottom: 1px;
}

.s-pb-2 > [class*='container'] {
	padding-bottom: 2px;
}

.s-pb-3 > [class*='container'] {
	padding-bottom: 3px;
}

.s-pb-5 > [class*='container'] {
	padding-bottom: 5px;
}

.s-pb-10 > [class*='container'] {
	padding-bottom: 10px;
}

.s-pb-15 > [class*='container'] {
	padding-bottom: 15px;
}

.s-pb-20 > [class*='container'] {
	padding-bottom: 20px;
}

.s-pb-25 > [class*='container'] {
	padding-bottom: 25px;
}

.s-pb-30 > [class*='container'] {
	padding-bottom: 30px;
}

.s-pb-40 > [class*='container'] {
	padding-bottom: 40px;
}

.s-pb-45 > [class*='container'] {
	padding-bottom: 45px;
}

.s-pb-50 > [class*='container'] {
	padding-bottom: 50px;
}

.s-pb-60 > [class*='container'] {
	padding-bottom: 60px;
}

.s-pb-70 > [class*='container'] {
	padding-bottom: 70px;
}

.s-pb-75 > [class*='container'] {
	padding-bottom: 75px;
}

.s-pb-80 > [class*='container'] {
	padding-bottom: 80px;
}

.s-pb-90 > [class*='container'] {
	padding-bottom: 90px;
}

.s-pb-100 > [class*='container'] {
	padding-bottom: 100px;
}

.s-pb-105 > [class*='container'] {
	padding-bottom: 105px;
}

.s-pb-110 > [class*='container'] {
	padding-bottom: 110px;
}

.s-pb-120 > [class*='container'] {
	padding-bottom: 120px;
}

.s-pb-130 > [class*='container'] {
	padding-bottom: 130px;
}

.s-pb-135 > [class*='container'] {
	padding-bottom: 135px;
}

.s-pb-150 > [class*='container'] {
	padding-bottom: 150px;
}

.s-pb-155 > [class*='container'] {
	padding-bottom: 155px;
}

.s-pb-160 > [class*='container'] {
	padding-bottom: 160px;
}

.s-py-0 > [class*='container'] {
	padding-bottom: 0;
	padding-top: 0;
}

.s-py-1 > [class*='container'] {
	padding-bottom: 1px;
	padding-top: 1px;
}

.s-py-2 > [class*='container'] {
	padding-bottom: 2px;
	padding-top: 2px;
}

.s-py-3 > [class*='container'] {
	padding-bottom: 3px;
	padding-top: 3px;
}

.s-py-5 > [class*='container'] {
	padding-bottom: 5px;
	padding-top: 5px;
}

.s-py-10 > [class*='container'] {
	padding-bottom: 10px;
	padding-top: 10px;
}

.s-py-15 > [class*='container'] {
	padding-bottom: 15px;
	padding-top: 15px;
}

.s-py-20 > [class*='container'] {
	padding-bottom: 20px;
	padding-top: 20px;
}

.s-py-25 > [class*='container'] {
	padding-bottom: 25px;
	padding-top: 25px;
}

.s-py-30 > [class*='container'] {
	padding-bottom: 30px;
	padding-top: 30px;
}

.s-py-40 > [class*='container'] {
	padding-bottom: 40px;
	padding-top: 40px;
}

.s-py-45 > [class*='container'] {
	padding-bottom: 45px;
	padding-top: 45px;
}

.s-py-50 > [class*='container'] {
	padding-bottom: 50px;
	padding-top: 50px;
}

.s-py-60 > [class*='container'] {
	padding-bottom: 60px;
	padding-top: 60px;
}

.s-py-70 > [class*='container'] {
	padding-bottom: 70px;
	padding-top: 70px;
}

.s-py-75 > [class*='container'] {
	padding-bottom: 75px;
	padding-top: 75px;
}

.s-py-80 > [class*='container'] {
	padding-bottom: 80px;
	padding-top: 80px;
}

.s-py-90 > [class*='container'] {
	padding-bottom: 90px;
	padding-top: 90px;
}

.s-py-100 > [class*='container'] {
	padding-bottom: 100px;
	padding-top: 100px;
}

.s-py-105 > [class*='container'] {
	padding-bottom: 105px;
	padding-top: 105px;
}

.s-py-110 > [class*='container'] {
	padding-bottom: 110px;
	padding-top: 110px;
}

.s-py-120 > [class*='container'] {
	padding-bottom: 120px;
	padding-top: 120px;
}

.s-py-130 > [class*='container'] {
	padding-bottom: 130px;
	padding-top: 130px;
}

.s-py-135 > [class*='container'] {
	padding-bottom: 135px;
	padding-top: 135px;
}

.s-py-150 > [class*='container'] {
	padding-bottom: 150px;
	padding-top: 150px;
}

.s-py-155 > [class*='container'] {
	padding-bottom: 155px;
	padding-top: 155px;
}

.s-py-160 > [class*='container'] {
	padding-bottom: 160px;
	padding-top: 160px;
}

@media (min-width: 576px) {
	.s-pt-sm-0 > [class*='container'] {
		padding-top: 0;
	}

	.s-pt-sm-1 > [class*='container'] {
		padding-top: 1px;
	}

	.s-pt-sm-2 > [class*='container'] {
		padding-top: 2px;
	}

	.s-pt-sm-3 > [class*='container'] {
		padding-top: 3px;
	}

	.s-pt-sm-5 > [class*='container'] {
		padding-top: 5px;
	}

	.s-pt-sm-10 > [class*='container'] {
		padding-top: 10px;
	}

	.s-pt-sm-15 > [class*='container'] {
		padding-top: 15px;
	}

	.s-pt-sm-20 > [class*='container'] {
		padding-top: 20px;
	}

	.s-pt-sm-25 > [class*='container'] {
		padding-top: 25px;
	}

	.s-pt-sm-30 > [class*='container'] {
		padding-top: 30px;
	}

	.s-pt-sm-40 > [class*='container'] {
		padding-top: 40px;
	}

	.s-pt-sm-45 > [class*='container'] {
		padding-top: 45px;
	}

	.s-pt-sm-50 > [class*='container'] {
		padding-top: 50px;
	}

	.s-pt-sm-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-sm-70 > [class*='container'] {
		padding-top: 70px;
	}

	.s-pt-sm-75 > [class*='container'] {
		padding-top: 75px;
	}

	.s-pt-sm-80 > [class*='container'] {
		padding-top: 80px;
	}

	.s-pt-sm-90 > [class*='container'] {
		padding-top: 90px;
	}

	.s-pt-sm-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-sm-105 > [class*='container'] {
		padding-top: 105px;
	}

	.s-pt-sm-110 > [class*='container'] {
		padding-top: 110px;
	}

	.s-pt-sm-120 > [class*='container'] {
		padding-top: 120px;
	}

	.s-pt-sm-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pt-sm-135 > [class*='container'] {
		padding-top: 135px;
	}

	.s-pt-sm-150 > [class*='container'] {
		padding-top: 150px;
	}

	.s-pt-sm-155 > [class*='container'] {
		padding-top: 155px;
	}

	.s-pt-sm-160 > [class*='container'] {
		padding-top: 160px;
	}

	.s-pb-sm-0 > [class*='container'] {
		padding-bottom: 0;
	}

	.s-pb-sm-1 > [class*='container'] {
		padding-bottom: 1px;
	}

	.s-pb-sm-2 > [class*='container'] {
		padding-bottom: 2px;
	}

	.s-pb-sm-3 > [class*='container'] {
		padding-bottom: 3px;
	}

	.s-pb-sm-5 > [class*='container'] {
		padding-bottom: 5px;
	}

	.s-pb-sm-10 > [class*='container'] {
		padding-bottom: 10px;
	}

	.s-pb-sm-15 > [class*='container'] {
		padding-bottom: 15px;
	}

	.s-pb-sm-20 > [class*='container'] {
		padding-bottom: 20px;
	}

	.s-pb-sm-25 > [class*='container'] {
		padding-bottom: 25px;
	}

	.s-pb-sm-30 > [class*='container'] {
		padding-bottom: 30px;
	}

	.s-pb-sm-40 > [class*='container'] {
		padding-bottom: 40px;
	}

	.s-pb-sm-45 > [class*='container'] {
		padding-bottom: 45px;
	}

	.s-pb-sm-50 > [class*='container'] {
		padding-bottom: 50px;
	}

	.s-pb-sm-60 > [class*='container'] {
		padding-bottom: 60px;
	}

	.s-pb-sm-70 > [class*='container'] {
		padding-bottom: 70px;
	}

	.s-pb-sm-75 > [class*='container'] {
		padding-bottom: 75px;
	}

	.s-pb-sm-80 > [class*='container'] {
		padding-bottom: 80px;
	}

	.s-pb-sm-90 > [class*='container'] {
		padding-bottom: 90px;
	}

	.s-pb-sm-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-pb-sm-105 > [class*='container'] {
		padding-bottom: 105px;
	}

	.s-pb-sm-110 > [class*='container'] {
		padding-bottom: 110px;
	}

	.s-pb-sm-120 > [class*='container'] {
		padding-bottom: 120px;
	}

	.s-pb-sm-130 > [class*='container'] {
		padding-bottom: 130px;
	}

	.s-pb-sm-135 > [class*='container'] {
		padding-bottom: 135px;
	}

	.s-pb-sm-150 > [class*='container'] {
		padding-bottom: 150px;
	}

	.s-pb-sm-155 > [class*='container'] {
		padding-bottom: 155px;
	}

	.s-pb-sm-160 > [class*='container'] {
		padding-bottom: 160px;
	}

	.s-py-sm-0 > [class*='container'] {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s-py-sm-1 > [class*='container'] {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	.s-py-sm-2 > [class*='container'] {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.s-py-sm-3 > [class*='container'] {
		padding-bottom: 3px;
		padding-top: 3px;
	}

	.s-py-sm-5 > [class*='container'] {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.s-py-sm-10 > [class*='container'] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.s-py-sm-15 > [class*='container'] {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.s-py-sm-20 > [class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.s-py-sm-25 > [class*='container'] {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.s-py-sm-30 > [class*='container'] {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s-py-sm-40 > [class*='container'] {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.s-py-sm-45 > [class*='container'] {
		padding-bottom: 45px;
		padding-top: 45px;
	}

	.s-py-sm-50 > [class*='container'] {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.s-py-sm-60 > [class*='container'] {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.s-py-sm-70 > [class*='container'] {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.s-py-sm-75 > [class*='container'] {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.s-py-sm-80 > [class*='container'] {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.s-py-sm-90 > [class*='container'] {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.s-py-sm-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.s-py-sm-105 > [class*='container'] {
		padding-bottom: 105px;
		padding-top: 105px;
	}

	.s-py-sm-110 > [class*='container'] {
		padding-bottom: 110px;
		padding-top: 110px;
	}

	.s-py-sm-120 > [class*='container'] {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.s-py-sm-130 > [class*='container'] {
		padding-bottom: 130px;
		padding-top: 130px;
	}

	.s-py-sm-135 > [class*='container'] {
		padding-bottom: 135px;
		padding-top: 135px;
	}

	.s-py-sm-150 > [class*='container'] {
		padding-bottom: 150px;
		padding-top: 150px;
	}

	.s-py-sm-155 > [class*='container'] {
		padding-bottom: 155px;
		padding-top: 155px;
	}

	.s-py-sm-160 > [class*='container'] {
		padding-bottom: 160px;
		padding-top: 160px;
	}
}

@media (min-width: 768px) {
	.s-pt-md-0 > [class*='container'] {
		padding-top: 0;
	}

	.s-pt-md-1 > [class*='container'] {
		padding-top: 1px;
	}

	.s-pt-md-2 > [class*='container'] {
		padding-top: 2px;
	}

	.s-pt-md-3 > [class*='container'] {
		padding-top: 3px;
	}

	.s-pt-md-5 > [class*='container'] {
		padding-top: 5px;
	}

	.s-pt-md-10 > [class*='container'] {
		padding-top: 10px;
	}

	.s-pt-md-15 > [class*='container'] {
		padding-top: 15px;
	}

	.s-pt-md-20 > [class*='container'] {
		padding-top: 20px;
	}

	.s-pt-md-25 > [class*='container'] {
		padding-top: 25px;
	}

	.s-pt-md-30 > [class*='container'] {
		padding-top: 30px;
	}

	.s-pt-md-40 > [class*='container'] {
		padding-top: 40px;
	}

	.s-pt-md-45 > [class*='container'] {
		padding-top: 45px;
	}

	.s-pt-md-50 > [class*='container'] {
		padding-top: 50px;
	}

	.s-pt-md-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-md-70 > [class*='container'] {
		padding-top: 70px;
	}

	.s-pt-md-75 > [class*='container'] {
		padding-top: 75px;
	}

	.s-pt-md-80 > [class*='container'] {
		padding-top: 80px;
	}

	.s-pt-md-90 > [class*='container'] {
		padding-top: 90px;
	}

	.s-pt-md-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-md-105 > [class*='container'] {
		padding-top: 105px;
	}

	.s-pt-md-110 > [class*='container'] {
		padding-top: 110px;
	}

	.s-pt-md-120 > [class*='container'] {
		padding-top: 120px;
	}

	.s-pt-md-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pt-md-135 > [class*='container'] {
		padding-top: 135px;
	}

	.s-pt-md-150 > [class*='container'] {
		padding-top: 150px;
	}

	.s-pt-md-155 > [class*='container'] {
		padding-top: 155px;
	}

	.s-pt-md-160 > [class*='container'] {
		padding-top: 160px;
	}

	.s-pb-md-0 > [class*='container'] {
		padding-bottom: 0;
	}

	.s-pb-md-1 > [class*='container'] {
		padding-bottom: 1px;
	}

	.s-pb-md-2 > [class*='container'] {
		padding-bottom: 2px;
	}

	.s-pb-md-3 > [class*='container'] {
		padding-bottom: 3px;
	}

	.s-pb-md-5 > [class*='container'] {
		padding-bottom: 5px;
	}

	.s-pb-md-10 > [class*='container'] {
		padding-bottom: 10px;
	}

	.s-pb-md-15 > [class*='container'] {
		padding-bottom: 15px;
	}

	.s-pb-md-20 > [class*='container'] {
		padding-bottom: 20px;
	}

	.s-pb-md-25 > [class*='container'] {
		padding-bottom: 25px;
	}

	.s-pb-md-30 > [class*='container'] {
		padding-bottom: 30px;
	}

	.s-pb-md-40 > [class*='container'] {
		padding-bottom: 40px;
	}

	.s-pb-md-45 > [class*='container'] {
		padding-bottom: 45px;
	}

	.s-pb-md-50 > [class*='container'] {
		padding-bottom: 50px;
	}

	.s-pb-md-60 > [class*='container'] {
		padding-bottom: 60px;
	}

	.s-pb-md-70 > [class*='container'] {
		padding-bottom: 70px;
	}

	.s-pb-md-75 > [class*='container'] {
		padding-bottom: 75px;
	}

	.s-pb-md-80 > [class*='container'] {
		padding-bottom: 80px;
	}

	.s-pb-md-90 > [class*='container'] {
		padding-bottom: 90px;
	}

	.s-pb-md-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-pb-md-105 > [class*='container'] {
		padding-bottom: 105px;
	}

	.s-pb-md-110 > [class*='container'] {
		padding-bottom: 110px;
	}

	.s-pb-md-120 > [class*='container'] {
		padding-bottom: 120px;
	}

	.s-pb-md-130 > [class*='container'] {
		padding-bottom: 130px;
	}

	.s-pb-md-135 > [class*='container'] {
		padding-bottom: 135px;
	}

	.s-pb-md-150 > [class*='container'] {
		padding-bottom: 150px;
	}

	.s-pb-md-155 > [class*='container'] {
		padding-bottom: 155px;
	}

	.s-pb-md-160 > [class*='container'] {
		padding-bottom: 160px;
	}

	.s-py-md-0 > [class*='container'] {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s-py-md-1 > [class*='container'] {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	.s-py-md-2 > [class*='container'] {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.s-py-md-3 > [class*='container'] {
		padding-bottom: 3px;
		padding-top: 3px;
	}

	.s-py-md-5 > [class*='container'] {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.s-py-md-10 > [class*='container'] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.s-py-md-15 > [class*='container'] {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.s-py-md-20 > [class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.s-py-md-25 > [class*='container'] {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.s-py-md-30 > [class*='container'] {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s-py-md-40 > [class*='container'] {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.s-py-md-45 > [class*='container'] {
		padding-bottom: 45px;
		padding-top: 45px;
	}

	.s-py-md-50 > [class*='container'] {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.s-py-md-60 > [class*='container'] {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.s-py-md-70 > [class*='container'] {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.s-py-md-75 > [class*='container'] {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.s-py-md-80 > [class*='container'] {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.s-py-md-90 > [class*='container'] {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.s-py-md-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.s-py-md-105 > [class*='container'] {
		padding-bottom: 105px;
		padding-top: 105px;
	}

	.s-py-md-110 > [class*='container'] {
		padding-bottom: 110px;
		padding-top: 110px;
	}

	.s-py-md-120 > [class*='container'] {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.s-py-md-130 > [class*='container'] {
		padding-bottom: 130px;
		padding-top: 130px;
	}

	.s-py-md-135 > [class*='container'] {
		padding-bottom: 135px;
		padding-top: 135px;
	}

	.s-py-md-150 > [class*='container'] {
		padding-bottom: 150px;
		padding-top: 150px;
	}

	.s-py-md-155 > [class*='container'] {
		padding-bottom: 155px;
		padding-top: 155px;
	}

	.s-py-md-160 > [class*='container'] {
		padding-bottom: 160px;
		padding-top: 160px;
	}
}

@media (min-width: 992px) {
	.s-pt-lg-0 > [class*='container'] {
		padding-top: 0;
	}

	.s-pt-lg-1 > [class*='container'] {
		padding-top: 1px;
	}

	.s-pt-lg-2 > [class*='container'] {
		padding-top: 2px;
	}

	.s-pt-lg-3 > [class*='container'] {
		padding-top: 3px;
	}

	.s-pt-lg-5 > [class*='container'] {
		padding-top: 5px;
	}

	.s-pt-lg-10 > [class*='container'] {
		padding-top: 10px;
	}

	.s-pt-lg-15 > [class*='container'] {
		padding-top: 15px;
	}

	.s-pt-lg-20 > [class*='container'] {
		padding-top: 20px;
	}

	.s-pt-lg-25 > [class*='container'] {
		padding-top: 25px;
	}

	.s-pt-lg-30 > [class*='container'] {
		padding-top: 30px;
	}

	.s-pt-lg-40 > [class*='container'] {
		padding-top: 40px;
	}

	.s-pt-lg-45 > [class*='container'] {
		padding-top: 45px;
	}

	.s-pt-lg-50 > [class*='container'] {
		padding-top: 50px;
	}

	.s-pt-lg-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-lg-70 > [class*='container'] {
		padding-top: 70px;
	}

	.s-pt-lg-75 > [class*='container'] {
		padding-top: 75px;
	}

	.s-pt-lg-80 > [class*='container'] {
		padding-top: 80px;
	}

	.s-pt-lg-90 > [class*='container'] {
		padding-top: 90px;
	}

	.s-pt-lg-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-lg-105 > [class*='container'] {
		padding-top: 105px;
	}

	.s-pt-lg-110 > [class*='container'] {
		padding-top: 110px;
	}

	.s-pt-lg-120 > [class*='container'] {
		padding-top: 120px;
	}

	.s-pt-lg-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pt-lg-135 > [class*='container'] {
		padding-top: 135px;
	}

	.s-pt-lg-150 > [class*='container'] {
		padding-top: 150px;
	}

	.s-pt-lg-155 > [class*='container'] {
		padding-top: 155px;
	}

	.s-pt-lg-160 > [class*='container'] {
		padding-top: 160px;
	}

	.s-pb-lg-0 > [class*='container'] {
		padding-bottom: 0;
	}

	.s-pb-lg-1 > [class*='container'] {
		padding-bottom: 1px;
	}

	.s-pb-lg-2 > [class*='container'] {
		padding-bottom: 2px;
	}

	.s-pb-lg-3 > [class*='container'] {
		padding-bottom: 3px;
	}

	.s-pb-lg-5 > [class*='container'] {
		padding-bottom: 5px;
	}

	.s-pb-lg-10 > [class*='container'] {
		padding-bottom: 10px;
	}

	.s-pb-lg-15 > [class*='container'] {
		padding-bottom: 15px;
	}

	.s-pb-lg-20 > [class*='container'] {
		padding-bottom: 20px;
	}

	.s-pb-lg-25 > [class*='container'] {
		padding-bottom: 25px;
	}

	.s-pb-lg-30 > [class*='container'] {
		padding-bottom: 30px;
	}

	.s-pb-lg-40 > [class*='container'] {
		padding-bottom: 40px;
	}

	.s-pb-lg-45 > [class*='container'] {
		padding-bottom: 45px;
	}

	.s-pb-lg-50 > [class*='container'] {
		padding-bottom: 50px;
	}

	.s-pb-lg-60 > [class*='container'] {
		padding-bottom: 60px;
	}

	.s-pb-lg-70 > [class*='container'] {
		padding-bottom: 70px;
	}

	.s-pb-lg-75 > [class*='container'] {
		padding-bottom: 75px;
	}

	.s-pb-lg-80 > [class*='container'] {
		padding-bottom: 80px;
	}

	.s-pb-lg-90 > [class*='container'] {
		padding-bottom: 90px;
	}

	.s-pb-lg-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-pb-lg-105 > [class*='container'] {
		padding-bottom: 105px;
	}

	.s-pb-lg-110 > [class*='container'] {
		padding-bottom: 110px;
	}

	.s-pb-lg-120 > [class*='container'] {
		padding-bottom: 120px;
	}

	.s-pb-lg-130 > [class*='container'] {
		padding-bottom: 130px;
	}

	.s-pb-lg-135 > [class*='container'] {
		padding-bottom: 135px;
	}

	.s-pb-lg-150 > [class*='container'] {
		padding-bottom: 150px;
	}

	.s-pb-lg-155 > [class*='container'] {
		padding-bottom: 155px;
	}

	.s-pb-lg-160 > [class*='container'] {
		padding-bottom: 160px;
	}

	.s-py-lg-0 > [class*='container'] {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s-py-lg-1 > [class*='container'] {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	.s-py-lg-2 > [class*='container'] {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.s-py-lg-3 > [class*='container'] {
		padding-bottom: 3px;
		padding-top: 3px;
	}

	.s-py-lg-5 > [class*='container'] {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.s-py-lg-10 > [class*='container'] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.s-py-lg-15 > [class*='container'] {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.s-py-lg-20 > [class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.s-py-lg-25 > [class*='container'] {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.s-py-lg-30 > [class*='container'] {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s-py-lg-40 > [class*='container'] {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.s-py-lg-45 > [class*='container'] {
		padding-bottom: 45px;
		padding-top: 45px;
	}

	.s-py-lg-50 > [class*='container'] {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.s-py-lg-60 > [class*='container'] {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.s-py-lg-70 > [class*='container'] {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.s-py-lg-75 > [class*='container'] {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.s-py-lg-80 > [class*='container'] {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.s-py-lg-90 > [class*='container'] {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.s-py-lg-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.s-py-lg-105 > [class*='container'] {
		padding-bottom: 105px;
		padding-top: 105px;
	}

	.s-py-lg-110 > [class*='container'] {
		padding-bottom: 110px;
		padding-top: 110px;
	}

	.s-py-lg-120 > [class*='container'] {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.s-py-lg-130 > [class*='container'] {
		padding-bottom: 130px;
		padding-top: 130px;
	}

	.s-py-lg-135 > [class*='container'] {
		padding-bottom: 135px;
		padding-top: 135px;
	}

	.s-py-lg-150 > [class*='container'] {
		padding-bottom: 150px;
		padding-top: 150px;
	}

	.s-py-lg-155 > [class*='container'] {
		padding-bottom: 155px;
		padding-top: 155px;
	}

	.s-py-lg-160 > [class*='container'] {
		padding-bottom: 160px;
		padding-top: 160px;
	}
}

@media (min-width: 1200px) {
	.s-pt-xl-0 > [class*='container'] {
		padding-top: 0;
	}

	.s-pt-xl-1 > [class*='container'] {
		padding-top: 1px;
	}

	.s-pt-xl-2 > [class*='container'] {
		padding-top: 2px;
	}

	.s-pt-xl-3 > [class*='container'] {
		padding-top: 3px;
	}

	.s-pt-xl-5 > [class*='container'] {
		padding-top: 5px;
	}

	.s-pt-xl-10 > [class*='container'] {
		padding-top: 10px;
	}

	.s-pt-xl-15 > [class*='container'] {
		padding-top: 15px;
	}

	.s-pt-xl-20 > [class*='container'] {
		padding-top: 20px;
	}

	.s-pt-xl-25 > [class*='container'] {
		padding-top: 25px;
	}

	.s-pt-xl-30 > [class*='container'] {
		padding-top: 30px;
	}

	.s-pt-xl-40 > [class*='container'] {
		padding-top: 40px;
	}

	.s-pt-xl-45 > [class*='container'] {
		padding-top: 45px;
	}

	.s-pt-xl-50 > [class*='container'] {
		padding-top: 50px;
	}

	.s-pt-xl-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-xl-70 > [class*='container'] {
		padding-top: 70px;
	}

	.s-pt-xl-75 > [class*='container'] {
		padding-top: 75px;
	}

	.s-pt-xl-80 > [class*='container'] {
		padding-top: 80px;
	}

	.s-pt-xl-90 > [class*='container'] {
		padding-top: 90px;
	}

	.s-pt-xl-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-xl-105 > [class*='container'] {
		padding-top: 105px;
	}

	.s-pt-xl-110 > [class*='container'] {
		padding-top: 110px;
	}

	.s-pt-xl-120 > [class*='container'] {
		padding-top: 120px;
	}

	.s-pt-xl-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pt-xl-135 > [class*='container'] {
		padding-top: 135px;
	}

	.s-pt-xl-150 > [class*='container'] {
		padding-top: 150px;
	}

	.s-pt-xl-155 > [class*='container'] {
		padding-top: 155px;
	}

	.s-pt-xl-160 > [class*='container'] {
		padding-top: 160px;
	}

	.s-pb-xl-0 > [class*='container'] {
		padding-bottom: 0;
	}

	.s-pb-xl-1 > [class*='container'] {
		padding-bottom: 1px;
	}

	.s-pb-xl-2 > [class*='container'] {
		padding-bottom: 2px;
	}

	.s-pb-xl-3 > [class*='container'] {
		padding-bottom: 3px;
	}

	.s-pb-xl-5 > [class*='container'] {
		padding-bottom: 5px;
	}

	.s-pb-xl-10 > [class*='container'] {
		padding-bottom: 10px;
	}

	.s-pb-xl-15 > [class*='container'] {
		padding-bottom: 15px;
	}

	.s-pb-xl-20 > [class*='container'] {
		padding-bottom: 20px;
	}

	.s-pb-xl-25 > [class*='container'] {
		padding-bottom: 25px;
	}

	.s-pb-xl-30 > [class*='container'] {
		padding-bottom: 30px;
	}

	.s-pb-xl-40 > [class*='container'] {
		padding-bottom: 40px;
	}

	.s-pb-xl-45 > [class*='container'] {
		padding-bottom: 45px;
	}

	.s-pb-xl-50 > [class*='container'] {
		padding-bottom: 50px;
	}

	.s-pb-xl-60 > [class*='container'] {
		padding-bottom: 60px;
	}

	.s-pb-xl-70 > [class*='container'] {
		padding-bottom: 70px;
	}

	.s-pb-xl-75 > [class*='container'] {
		padding-bottom: 75px;
	}

	.s-pb-xl-80 > [class*='container'] {
		padding-bottom: 80px;
	}

	.s-pb-xl-90 > [class*='container'] {
		padding-bottom: 90px;
	}

	.s-pb-xl-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-pb-xl-105 > [class*='container'] {
		padding-bottom: 105px;
	}

	.s-pb-xl-110 > [class*='container'] {
		padding-bottom: 110px;
	}

	.s-pb-xl-120 > [class*='container'] {
		padding-bottom: 120px;
	}

	.s-pb-xl-130 > [class*='container'] {
		padding-bottom: 130px;
	}

	.s-pb-xl-135 > [class*='container'] {
		padding-bottom: 135px;
	}

	.s-pb-xl-150 > [class*='container'] {
		padding-bottom: 150px;
	}

	.s-pb-xl-155 > [class*='container'] {
		padding-bottom: 155px;
	}

	.s-pb-xl-160 > [class*='container'] {
		padding-bottom: 160px;
	}

	.s-py-xl-0 > [class*='container'] {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s-py-xl-1 > [class*='container'] {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	.s-py-xl-2 > [class*='container'] {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.s-py-xl-3 > [class*='container'] {
		padding-bottom: 3px;
		padding-top: 3px;
	}

	.s-py-xl-5 > [class*='container'] {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.s-py-xl-10 > [class*='container'] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.s-py-xl-15 > [class*='container'] {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.s-py-xl-20 > [class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.s-py-xl-25 > [class*='container'] {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.s-py-xl-30 > [class*='container'] {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s-py-xl-40 > [class*='container'] {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.s-py-xl-45 > [class*='container'] {
		padding-bottom: 45px;
		padding-top: 45px;
	}

	.s-py-xl-50 > [class*='container'] {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.s-py-xl-60 > [class*='container'] {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.s-py-xl-70 > [class*='container'] {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.s-py-xl-75 > [class*='container'] {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.s-py-xl-80 > [class*='container'] {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.s-py-xl-90 > [class*='container'] {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.s-py-xl-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.s-py-xl-105 > [class*='container'] {
		padding-bottom: 105px;
		padding-top: 105px;
	}

	.s-py-xl-110 > [class*='container'] {
		padding-bottom: 110px;
		padding-top: 110px;
	}

	.s-py-xl-120 > [class*='container'] {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.s-py-xl-130 > [class*='container'] {
		padding-bottom: 130px;
		padding-top: 130px;
	}

	.s-py-xl-135 > [class*='container'] {
		padding-bottom: 135px;
		padding-top: 135px;
	}

	.s-py-xl-150 > [class*='container'] {
		padding-bottom: 150px;
		padding-top: 150px;
	}

	.s-py-xl-155 > [class*='container'] {
		padding-bottom: 155px;
		padding-top: 155px;
	}

	.s-py-xl-160 > [class*='container'] {
		padding-bottom: 160px;
		padding-top: 160px;
	}
}

/* Vertical margins for columns in sections and rows
.c - columns
mt-* - margin top value
mb-* - margin bottom value
my-* - same value for top and for bottom margin
*/
.c-mt-0 [class*="col-"],
.row.c-mt-0 > [class*="col-"] {
	margin-top: 0;
}

.c-mt-1 [class*="col-"],
.row.c-mt-1 > [class*="col-"] {
	margin-top: 1px;
}

.c-mt-2 [class*="col-"],
.row.c-mt-2 > [class*="col-"] {
	margin-top: 2px;
}

.c-mt-5 [class*="col-"],
.row.c-mt-5 > [class*="col-"] {
	margin-top: 5px;
}

.c-mt-10 [class*="col-"],
.row.c-mt-10 > [class*="col-"] {
	margin-top: 10px;
}

.c-mt-15 [class*="col-"],
.row.c-mt-15 > [class*="col-"] {
	margin-top: 15px;
}

.c-mt-20 [class*="col-"],
.row.c-mt-20 > [class*="col-"] {
	margin-top: 20px;
}

.c-mt-25 [class*="col-"],
.row.c-mt-25 > [class*="col-"] {
	margin-top: 25px;
}

.c-mt-30 [class*="col-"],
.row.c-mt-30 > [class*="col-"] {
	margin-top: 30px;
}

.c-mt-40 [class*="col-"],
.row.c-mt-40 > [class*="col-"] {
	margin-top: 40px;
}

.c-mt-50 [class*="col-"],
.row.c-mt-50 > [class*="col-"] {
	margin-top: 50px;
}

.c-mt-60 [class*="col-"],
.row.c-mt-60 > [class*="col-"] {
	margin-top: 60px;
}

.c-mb-0 [class*="col-"],
.row.c-mb-0 > [class*="col-"] {
	margin-bottom: 0;
}

.c-mb-1 [class*="col-"],
.row.c-mb-1 > [class*="col-"] {
	margin-bottom: 1px;
}

.c-mb-2 [class*="col-"],
.row.c-mb-2 > [class*="col-"] {
	margin-bottom: 2px;
}

.c-mb-5 [class*="col-"],
.row.c-mb-5 > [class*="col-"] {
	margin-bottom: 5px;
}

.c-mb-10 [class*="col-"],
.row.c-mb-10 > [class*="col-"] {
	margin-bottom: 10px;
}

.c-mb-15 [class*="col-"],
.row.c-mb-15 > [class*="col-"] {
	margin-bottom: 15px;
}

.c-mb-20 [class*="col-"],
.row.c-mb-20 > [class*="col-"] {
	margin-bottom: 20px;
}

.c-mb-25 [class*="col-"],
.row.c-mb-25 > [class*="col-"] {
	margin-bottom: 25px;
}

.c-mb-30 [class*="col-"],
.row.c-mb-30 > [class*="col-"] {
	margin-bottom: 30px;
}

.c-mb-40 [class*="col-"],
.row.c-mb-40 > [class*="col-"] {
	margin-bottom: 40px;
}

.c-mb-50 [class*="col-"],
.row.c-mb-50 > [class*="col-"] {
	margin-bottom: 50px;
}

.c-mb-60 [class*="col-"],
.row.c-mb-60 > [class*="col-"] {
	margin-bottom: 60px;
}

.c-my-0 [class*="col-"],
.row.c-my-0 > [class*="col-"] {
	margin-bottom: 0;
	margin-top: 0;
}

.c-my-1 [class*="col-"],
.row.c-my-1 > [class*="col-"] {
	margin-bottom: 1px;
	margin-top: 1px;
}

.c-my-2 [class*="col-"],
.row.c-my-2 > [class*="col-"] {
	margin-bottom: 2px;
	margin-top: 2px;
}

.c-my-5 [class*="col-"],
.row.c-my-5 > [class*="col-"] {
	margin-bottom: 5px;
	margin-top: 5px;
}

.c-my-10 [class*="col-"],
.row.c-my-10 > [class*="col-"] {
	margin-bottom: 10px;
	margin-top: 10px;
}

.c-my-15 [class*="col-"],
.row.c-my-15 > [class*="col-"] {
	margin-bottom: 15px;
	margin-top: 15px;
}

.c-my-20 [class*="col-"],
.row.c-my-20 > [class*="col-"] {
	margin-bottom: 20px;
	margin-top: 20px;
}

.c-my-25 [class*="col-"],
.row.c-my-25 > [class*="col-"] {
	margin-bottom: 25px;
	margin-top: 25px;
}

.c-my-30 [class*="col-"],
.row.c-my-30 > [class*="col-"] {
	margin-bottom: 30px;
	margin-top: 30px;
}

.c-my-40 [class*="col-"],
.row.c-my-40 > [class*="col-"] {
	margin-bottom: 40px;
	margin-top: 40px;
}

.c-my-50 [class*="col-"],
.row.c-my-50 > [class*="col-"] {
	margin-bottom: 50px;
	margin-top: 50px;
}

.c-my-60 [class*="col-"],
.row.c-my-60 > [class*="col-"] {
	margin-bottom: 60px;
	margin-top: 60px;
}

@media (min-width: 576px) {
	.c-mt-sm-0 [class*="col-"],
	.row.c-mt-sm-0 > [class*="col-"] {
		margin-top: 0;
	}

	.c-mt-sm-1 [class*="col-"],
	.row.c-mt-sm-1 > [class*="col-"] {
		margin-top: 1px;
	}

	.c-mt-sm-2 [class*="col-"],
	.row.c-mt-sm-2 > [class*="col-"] {
		margin-top: 2px;
	}

	.c-mt-sm-5 [class*="col-"],
	.row.c-mt-sm-5 > [class*="col-"] {
		margin-top: 5px;
	}

	.c-mt-sm-10 [class*="col-"],
	.row.c-mt-sm-10 > [class*="col-"] {
		margin-top: 10px;
	}

	.c-mt-sm-15 [class*="col-"],
	.row.c-mt-sm-15 > [class*="col-"] {
		margin-top: 15px;
	}

	.c-mt-sm-20 [class*="col-"],
	.row.c-mt-sm-20 > [class*="col-"] {
		margin-top: 20px;
	}

	.c-mt-sm-25 [class*="col-"],
	.row.c-mt-sm-25 > [class*="col-"] {
		margin-top: 25px;
	}

	.c-mt-sm-30 [class*="col-"],
	.row.c-mt-sm-30 > [class*="col-"] {
		margin-top: 30px;
	}

	.c-mt-sm-40 [class*="col-"],
	.row.c-mt-sm-40 > [class*="col-"] {
		margin-top: 40px;
	}

	.c-mt-sm-50 [class*="col-"],
	.row.c-mt-sm-50 > [class*="col-"] {
		margin-top: 50px;
	}

	.c-mt-sm-60 [class*="col-"],
	.row.c-mt-sm-60 > [class*="col-"] {
		margin-top: 60px;
	}

	.c-mb-sm-0 [class*="col-"],
	.row.c-mb-sm-0 > [class*="col-"] {
		margin-bottom: 0;
	}

	.c-mb-sm-1 [class*="col-"],
	.row.c-mb-sm-1 > [class*="col-"] {
		margin-bottom: 1px;
	}

	.c-mb-sm-2 [class*="col-"],
	.row.c-mb-sm-2 > [class*="col-"] {
		margin-bottom: 2px;
	}

	.c-mb-sm-5 [class*="col-"],
	.row.c-mb-sm-5 > [class*="col-"] {
		margin-bottom: 5px;
	}

	.c-mb-sm-10 [class*="col-"],
	.row.c-mb-sm-10 > [class*="col-"] {
		margin-bottom: 10px;
	}

	.c-mb-sm-15 [class*="col-"],
	.row.c-mb-sm-15 > [class*="col-"] {
		margin-bottom: 15px;
	}

	.c-mb-sm-20 [class*="col-"],
	.row.c-mb-sm-20 > [class*="col-"] {
		margin-bottom: 20px;
	}

	.c-mb-sm-25 [class*="col-"],
	.row.c-mb-sm-25 > [class*="col-"] {
		margin-bottom: 25px;
	}

	.c-mb-sm-30 [class*="col-"],
	.row.c-mb-sm-30 > [class*="col-"] {
		margin-bottom: 30px;
	}

	.c-mb-sm-40 [class*="col-"],
	.row.c-mb-sm-40 > [class*="col-"] {
		margin-bottom: 40px;
	}

	.c-mb-sm-50 [class*="col-"],
	.row.c-mb-sm-50 > [class*="col-"] {
		margin-bottom: 50px;
	}

	.c-mb-sm-60 [class*="col-"],
	.row.c-mb-sm-60 > [class*="col-"] {
		margin-bottom: 60px;
	}

	.c-my-sm-0 [class*="col-"],
	.row.c-my-sm-0 > [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
	}

	.c-my-sm-1 [class*="col-"],
	.row.c-my-sm-1 > [class*="col-"] {
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.c-my-sm-2 [class*="col-"],
	.row.c-my-sm-2 > [class*="col-"] {
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.c-my-sm-5 [class*="col-"],
	.row.c-my-sm-5 > [class*="col-"] {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.c-my-sm-10 [class*="col-"],
	.row.c-my-sm-10 > [class*="col-"] {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.c-my-sm-15 [class*="col-"],
	.row.c-my-sm-15 > [class*="col-"] {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.c-my-sm-20 [class*="col-"],
	.row.c-my-sm-20 > [class*="col-"] {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.c-my-sm-25 [class*="col-"],
	.row.c-my-sm-25 > [class*="col-"] {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.c-my-sm-30 [class*="col-"],
	.row.c-my-sm-30 > [class*="col-"] {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.c-my-sm-40 [class*="col-"],
	.row.c-my-sm-40 > [class*="col-"] {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.c-my-sm-50 [class*="col-"],
	.row.c-my-sm-50 > [class*="col-"] {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.c-my-sm-60 [class*="col-"],
	.row.c-my-sm-60 > [class*="col-"] {
		margin-bottom: 60px;
		margin-top: 60px;
	}
}

@media (min-width: 768px) {
	.c-mt-md-0 [class*="col-"],
	.row.c-mt-md-0 > [class*="col-"] {
		margin-top: 0;
	}

	.c-mt-md-1 [class*="col-"],
	.row.c-mt-md-1 > [class*="col-"] {
		margin-top: 1px;
	}

	.c-mt-md-2 [class*="col-"],
	.row.c-mt-md-2 > [class*="col-"] {
		margin-top: 2px;
	}

	.c-mt-md-5 [class*="col-"],
	.row.c-mt-md-5 > [class*="col-"] {
		margin-top: 5px;
	}

	.c-mt-md-10 [class*="col-"],
	.row.c-mt-md-10 > [class*="col-"] {
		margin-top: 10px;
	}

	.c-mt-md-15 [class*="col-"],
	.row.c-mt-md-15 > [class*="col-"] {
		margin-top: 15px;
	}

	.c-mt-md-20 [class*="col-"],
	.row.c-mt-md-20 > [class*="col-"] {
		margin-top: 20px;
	}

	.c-mt-md-25 [class*="col-"],
	.row.c-mt-md-25 > [class*="col-"] {
		margin-top: 25px;
	}

	.c-mt-md-30 [class*="col-"],
	.row.c-mt-md-30 > [class*="col-"] {
		margin-top: 30px;
	}

	.c-mt-md-40 [class*="col-"],
	.row.c-mt-md-40 > [class*="col-"] {
		margin-top: 40px;
	}

	.c-mt-md-50 [class*="col-"],
	.row.c-mt-md-50 > [class*="col-"] {
		margin-top: 50px;
	}

	.c-mt-md-60 [class*="col-"],
	.row.c-mt-md-60 > [class*="col-"] {
		margin-top: 60px;
	}

	.c-mb-md-0 [class*="col-"],
	.row.c-mb-md-0 > [class*="col-"] {
		margin-bottom: 0;
	}

	.c-mb-md-1 [class*="col-"],
	.row.c-mb-md-1 > [class*="col-"] {
		margin-bottom: 1px;
	}

	.c-mb-md-2 [class*="col-"],
	.row.c-mb-md-2 > [class*="col-"] {
		margin-bottom: 2px;
	}

	.c-mb-md-5 [class*="col-"],
	.row.c-mb-md-5 > [class*="col-"] {
		margin-bottom: 5px;
	}

	.c-mb-md-10 [class*="col-"],
	.row.c-mb-md-10 > [class*="col-"] {
		margin-bottom: 10px;
	}

	.c-mb-md-15 [class*="col-"],
	.row.c-mb-md-15 > [class*="col-"] {
		margin-bottom: 15px;
	}

	.c-mb-md-20 [class*="col-"],
	.row.c-mb-md-20 > [class*="col-"] {
		margin-bottom: 20px;
	}

	.c-mb-md-25 [class*="col-"],
	.row.c-mb-md-25 > [class*="col-"] {
		margin-bottom: 25px;
	}

	.c-mb-md-30 [class*="col-"],
	.row.c-mb-md-30 > [class*="col-"] {
		margin-bottom: 30px;
	}

	.c-mb-md-40 [class*="col-"],
	.row.c-mb-md-40 > [class*="col-"] {
		margin-bottom: 40px;
	}

	.c-mb-md-50 [class*="col-"],
	.row.c-mb-md-50 > [class*="col-"] {
		margin-bottom: 50px;
	}

	.c-mb-md-60 [class*="col-"],
	.row.c-mb-md-60 > [class*="col-"] {
		margin-bottom: 60px;
	}

	.c-my-md-0 [class*="col-"],
	.row.c-my-md-0 > [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
	}

	.c-my-md-1 [class*="col-"],
	.row.c-my-md-1 > [class*="col-"] {
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.c-my-md-2 [class*="col-"],
	.row.c-my-md-2 > [class*="col-"] {
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.c-my-md-5 [class*="col-"],
	.row.c-my-md-5 > [class*="col-"] {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.c-my-md-10 [class*="col-"],
	.row.c-my-md-10 > [class*="col-"] {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.c-my-md-15 [class*="col-"],
	.row.c-my-md-15 > [class*="col-"] {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.c-my-md-20 [class*="col-"],
	.row.c-my-md-20 > [class*="col-"] {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.c-my-md-25 [class*="col-"],
	.row.c-my-md-25 > [class*="col-"] {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.c-my-md-30 [class*="col-"],
	.row.c-my-md-30 > [class*="col-"] {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.c-my-md-40 [class*="col-"],
	.row.c-my-md-40 > [class*="col-"] {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.c-my-md-50 [class*="col-"],
	.row.c-my-md-50 > [class*="col-"] {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.c-my-md-60 [class*="col-"],
	.row.c-my-md-60 > [class*="col-"] {
		margin-bottom: 60px;
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	.c-mt-lg-0 [class*="col-"],
	.row.c-mt-lg-0 > [class*="col-"] {
		margin-top: 0;
	}

	.c-mt-lg-1 [class*="col-"],
	.row.c-mt-lg-1 > [class*="col-"] {
		margin-top: 1px;
	}

	.c-mt-lg-2 [class*="col-"],
	.row.c-mt-lg-2 > [class*="col-"] {
		margin-top: 2px;
	}

	.c-mt-lg-5 [class*="col-"],
	.row.c-mt-lg-5 > [class*="col-"] {
		margin-top: 5px;
	}

	.c-mt-lg-10 [class*="col-"],
	.row.c-mt-lg-10 > [class*="col-"] {
		margin-top: 10px;
	}

	.c-mt-lg-15 [class*="col-"],
	.row.c-mt-lg-15 > [class*="col-"] {
		margin-top: 15px;
	}

	.c-mt-lg-20 [class*="col-"],
	.row.c-mt-lg-20 > [class*="col-"] {
		margin-top: 20px;
	}

	.c-mt-lg-25 [class*="col-"],
	.row.c-mt-lg-25 > [class*="col-"] {
		margin-top: 25px;
	}

	.c-mt-lg-30 [class*="col-"],
	.row.c-mt-lg-30 > [class*="col-"] {
		margin-top: 30px;
	}

	.c-mt-lg-40 [class*="col-"],
	.row.c-mt-lg-40 > [class*="col-"] {
		margin-top: 40px;
	}

	.c-mt-lg-50 [class*="col-"],
	.row.c-mt-lg-50 > [class*="col-"] {
		margin-top: 50px;
	}

	.c-mt-lg-60 [class*="col-"],
	.row.c-mt-lg-60 > [class*="col-"] {
		margin-top: 60px;
	}

	.c-mb-lg-0 [class*="col-"],
	.row.c-mb-lg-0 > [class*="col-"] {
		margin-bottom: 0;
	}

	.c-mb-lg-1 [class*="col-"],
	.row.c-mb-lg-1 > [class*="col-"] {
		margin-bottom: 1px;
	}

	.c-mb-lg-2 [class*="col-"],
	.row.c-mb-lg-2 > [class*="col-"] {
		margin-bottom: 2px;
	}

	.c-mb-lg-5 [class*="col-"],
	.row.c-mb-lg-5 > [class*="col-"] {
		margin-bottom: 5px;
	}

	.c-mb-lg-10 [class*="col-"],
	.row.c-mb-lg-10 > [class*="col-"] {
		margin-bottom: 10px;
	}

	.c-mb-lg-15 [class*="col-"],
	.row.c-mb-lg-15 > [class*="col-"] {
		margin-bottom: 15px;
	}

	.c-mb-lg-20 [class*="col-"],
	.row.c-mb-lg-20 > [class*="col-"] {
		margin-bottom: 20px;
	}

	.c-mb-lg-25 [class*="col-"],
	.row.c-mb-lg-25 > [class*="col-"] {
		margin-bottom: 25px;
	}

	.c-mb-lg-30 [class*="col-"],
	.row.c-mb-lg-30 > [class*="col-"] {
		margin-bottom: 30px;
	}

	.c-mb-lg-40 [class*="col-"],
	.row.c-mb-lg-40 > [class*="col-"] {
		margin-bottom: 40px;
	}

	.c-mb-lg-50 [class*="col-"],
	.row.c-mb-lg-50 > [class*="col-"] {
		margin-bottom: 50px;
	}

	.c-mb-lg-60 [class*="col-"],
	.row.c-mb-lg-60 > [class*="col-"] {
		margin-bottom: 60px;
	}

	.c-my-lg-0 [class*="col-"],
	.row.c-my-lg-0 > [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
	}

	.c-my-lg-1 [class*="col-"],
	.row.c-my-lg-1 > [class*="col-"] {
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.c-my-lg-2 [class*="col-"],
	.row.c-my-lg-2 > [class*="col-"] {
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.c-my-lg-5 [class*="col-"],
	.row.c-my-lg-5 > [class*="col-"] {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.c-my-lg-10 [class*="col-"],
	.row.c-my-lg-10 > [class*="col-"] {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.c-my-lg-15 [class*="col-"],
	.row.c-my-lg-15 > [class*="col-"] {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.c-my-lg-20 [class*="col-"],
	.row.c-my-lg-20 > [class*="col-"] {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.c-my-lg-25 [class*="col-"],
	.row.c-my-lg-25 > [class*="col-"] {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.c-my-lg-30 [class*="col-"],
	.row.c-my-lg-30 > [class*="col-"] {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.c-my-lg-40 [class*="col-"],
	.row.c-my-lg-40 > [class*="col-"] {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.c-my-lg-50 [class*="col-"],
	.row.c-my-lg-50 > [class*="col-"] {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.c-my-lg-60 [class*="col-"],
	.row.c-my-lg-60 > [class*="col-"] {
		margin-bottom: 60px;
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.c-mt-xl-0 [class*="col-"],
	.row.c-mt-xl-0 > [class*="col-"] {
		margin-top: 0;
	}

	.c-mt-xl-1 [class*="col-"],
	.row.c-mt-xl-1 > [class*="col-"] {
		margin-top: 1px;
	}

	.c-mt-xl-2 [class*="col-"],
	.row.c-mt-xl-2 > [class*="col-"] {
		margin-top: 2px;
	}

	.c-mt-xl-5 [class*="col-"],
	.row.c-mt-xl-5 > [class*="col-"] {
		margin-top: 5px;
	}

	.c-mt-xl-10 [class*="col-"],
	.row.c-mt-xl-10 > [class*="col-"] {
		margin-top: 10px;
	}

	.c-mt-xl-15 [class*="col-"],
	.row.c-mt-xl-15 > [class*="col-"] {
		margin-top: 15px;
	}

	.c-mt-xl-20 [class*="col-"],
	.row.c-mt-xl-20 > [class*="col-"] {
		margin-top: 20px;
	}

	.c-mt-xl-25 [class*="col-"],
	.row.c-mt-xl-25 > [class*="col-"] {
		margin-top: 25px;
	}

	.c-mt-xl-30 [class*="col-"],
	.row.c-mt-xl-30 > [class*="col-"] {
		margin-top: 30px;
	}

	.c-mt-xl-40 [class*="col-"],
	.row.c-mt-xl-40 > [class*="col-"] {
		margin-top: 40px;
	}

	.c-mt-xl-50 [class*="col-"],
	.row.c-mt-xl-50 > [class*="col-"] {
		margin-top: 50px;
	}

	.c-mt-xl-60 [class*="col-"],
	.row.c-mt-xl-60 > [class*="col-"] {
		margin-top: 60px;
	}

	.c-mb-xl-0 [class*="col-"],
	.row.c-mb-xl-0 > [class*="col-"] {
		margin-bottom: 0;
	}

	.c-mb-xl-1 [class*="col-"],
	.row.c-mb-xl-1 > [class*="col-"] {
		margin-bottom: 1px;
	}

	.c-mb-xl-2 [class*="col-"],
	.row.c-mb-xl-2 > [class*="col-"] {
		margin-bottom: 2px;
	}

	.c-mb-xl-5 [class*="col-"],
	.row.c-mb-xl-5 > [class*="col-"] {
		margin-bottom: 5px;
	}

	.c-mb-xl-10 [class*="col-"],
	.row.c-mb-xl-10 > [class*="col-"] {
		margin-bottom: 10px;
	}

	.c-mb-xl-15 [class*="col-"],
	.row.c-mb-xl-15 > [class*="col-"] {
		margin-bottom: 15px;
	}

	.c-mb-xl-20 [class*="col-"],
	.row.c-mb-xl-20 > [class*="col-"] {
		margin-bottom: 20px;
	}

	.c-mb-xl-25 [class*="col-"],
	.row.c-mb-xl-25 > [class*="col-"] {
		margin-bottom: 25px;
	}

	.c-mb-xl-30 [class*="col-"],
	.row.c-mb-xl-30 > [class*="col-"] {
		margin-bottom: 30px;
	}

	.c-mb-xl-40 [class*="col-"],
	.row.c-mb-xl-40 > [class*="col-"] {
		margin-bottom: 40px;
	}

	.c-mb-xl-50 [class*="col-"],
	.row.c-mb-xl-50 > [class*="col-"] {
		margin-bottom: 50px;
	}

	.c-mb-xl-60 [class*="col-"],
	.row.c-mb-xl-60 > [class*="col-"] {
		margin-bottom: 60px;
	}

	.c-my-xl-0 [class*="col-"],
	.row.c-my-xl-0 > [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
	}

	.c-my-xl-1 [class*="col-"],
	.row.c-my-xl-1 > [class*="col-"] {
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.c-my-xl-2 [class*="col-"],
	.row.c-my-xl-2 > [class*="col-"] {
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.c-my-xl-5 [class*="col-"],
	.row.c-my-xl-5 > [class*="col-"] {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.c-my-xl-10 [class*="col-"],
	.row.c-my-xl-10 > [class*="col-"] {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.c-my-xl-15 [class*="col-"],
	.row.c-my-xl-15 > [class*="col-"] {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.c-my-xl-20 [class*="col-"],
	.row.c-my-xl-20 > [class*="col-"] {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.c-my-xl-25 [class*="col-"],
	.row.c-my-xl-25 > [class*="col-"] {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.c-my-xl-30 [class*="col-"],
	.row.c-my-xl-30 > [class*="col-"] {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.c-my-xl-40 [class*="col-"],
	.row.c-my-xl-40 > [class*="col-"] {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.c-my-xl-50 [class*="col-"],
	.row.c-my-xl-50 > [class*="col-"] {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.c-my-xl-60 [class*="col-"],
	.row.c-my-xl-60 > [class*="col-"] {
		margin-bottom: 60px;
		margin-top: 60px;
	}
}

form[class*="c-mb-"] .row:last-child [class^="col-"],
[class*="c-mb-"] form .row:last-child [class^="col-"] {
	margin-bottom: 0 !important;
}

/* overlap featured image on top section (for big screens) */

@media screen and (min-width: 1200px) {
	.s-top-overlap {
		margin-top: -140px;
	}

	.s-top-overlap-big {
		margin-top: -180px;
	}

	.s-top-overlap-small {
		margin-top: -100px;
	}
}

/* full height section */
.s-full-height {
	min-height: 100vh;
}

/* Vertical dividers - use them with Bootstrap responsive utilities - http://getbootstrap.com/docs/4.1/utilities/display/#hiding-elements */
[class*='divider-'] {
	clear: both;
	width: 100%;
}

[class*='divider-']:last-child {
	-webkit-box-ordinal-group: 10001;
	-webkit-order: 10000;
	order: 10000;
}

.divider-0 {
	margin-top: 0;
}

.divider-4 {
	margin-top: 4px;
}

.divider-5 {
	margin-top: 5px;
}

.divider-8 {
	margin-top: 8px;
}

.divider-10 {
	margin-top: 10px;
}

.divider-15 {
	margin-top: 15px;
}

.divider-20 {
	margin-top: 20px;
}

.divider-25 {
	margin-top: 25px;
}

.divider-30 {
	margin-top: 30px;
}

.divider-35 {
	margin-top: 35px;
}

.divider-40 {
	margin-top: 40px;
}

.divider-45 {
	margin-top: 45px;
}

.divider-50 {
	margin-top: 50px;
}

.divider-55 {
	margin-top: 55px;
}

.divider-60 {
	margin-top: 60px;
}

.divider-70 {
	margin-top: 70px;
}

.divider-80 {
	margin-top: 80px;
}

.divider-90 {
	margin-top: 90px;
}

.divider-100 {
	margin-top: 100px;
}

.divider-110 {
	margin-top: 110px;
}

.divider-120 {
	margin-top: 120px;
}

@media (min-width: 576px) {
	.divider-sm-0 {
		margin-top: 0;
	}

	.divider-sm-4 {
		margin-top: 4px;
	}

	.divider-sm-5 {
		margin-top: 5px;
	}

	.divider-sm-8 {
		margin-top: 8px;
	}

	.divider-sm-10 {
		margin-top: 10px;
	}

	.divider-sm-15 {
		margin-top: 15px;
	}

	.divider-sm-20 {
		margin-top: 20px;
	}

	.divider-sm-25 {
		margin-top: 25px;
	}

	.divider-sm-30 {
		margin-top: 30px;
	}

	.divider-sm-35 {
		margin-top: 35px;
	}

	.divider-sm-40 {
		margin-top: 40px;
	}

	.divider-sm-45 {
		margin-top: 45px;
	}

	.divider-sm-50 {
		margin-top: 50px;
	}

	.divider-sm-55 {
		margin-top: 55px;
	}

	.divider-sm-60 {
		margin-top: 60px;
	}

	.divider-sm-70 {
		margin-top: 70px;
	}

	.divider-sm-80 {
		margin-top: 80px;
	}

	.divider-sm-90 {
		margin-top: 90px;
	}

	.divider-sm-100 {
		margin-top: 100px;
	}

	.divider-sm-110 {
		margin-top: 110px;
	}

	.divider-sm-120 {
		margin-top: 120px;
	}
}

@media (min-width: 768px) {
	.divider-md-0 {
		margin-top: 0;
	}

	.divider-md-4 {
		margin-top: 4px;
	}

	.divider-md-5 {
		margin-top: 5px;
	}

	.divider-md-8 {
		margin-top: 8px;
	}

	.divider-md-10 {
		margin-top: 10px;
	}

	.divider-md-15 {
		margin-top: 15px;
	}

	.divider-md-20 {
		margin-top: 20px;
	}

	.divider-md-25 {
		margin-top: 25px;
	}

	.divider-md-30 {
		margin-top: 30px;
	}

	.divider-md-35 {
		margin-top: 35px;
	}

	.divider-md-40 {
		margin-top: 40px;
	}

	.divider-md-45 {
		margin-top: 45px;
	}

	.divider-md-50 {
		margin-top: 50px;
	}

	.divider-md-55 {
		margin-top: 55px;
	}

	.divider-md-60 {
		margin-top: 60px;
	}

	.divider-md-70 {
		margin-top: 70px;
	}

	.divider-md-80 {
		margin-top: 80px;
	}

	.divider-md-90 {
		margin-top: 90px;
	}

	.divider-md-100 {
		margin-top: 100px;
	}

	.divider-md-110 {
		margin-top: 110px;
	}

	.divider-md-120 {
		margin-top: 120px;
	}
}

@media (min-width: 992px) {
	.divider-lg-0 {
		margin-top: 0;
	}

	.divider-lg-4 {
		margin-top: 4px;
	}

	.divider-lg-5 {
		margin-top: 5px;
	}

	.divider-lg-8 {
		margin-top: 8px;
	}

	.divider-lg-10 {
		margin-top: 10px;
	}

	.divider-lg-15 {
		margin-top: 15px;
	}

	.divider-lg-20 {
		margin-top: 20px;
	}

	.divider-lg-25 {
		margin-top: 25px;
	}

	.divider-lg-30 {
		margin-top: 30px;
	}

	.divider-lg-35 {
		margin-top: 35px;
	}

	.divider-lg-40 {
		margin-top: 40px;
	}

	.divider-lg-45 {
		margin-top: 45px;
	}

	.divider-lg-50 {
		margin-top: 50px;
	}

	.divider-lg-55 {
		margin-top: 55px;
	}

	.divider-lg-60 {
		margin-top: 60px;
	}

	.divider-lg-70 {
		margin-top: 70px;
	}

	.divider-lg-80 {
		margin-top: 80px;
	}

	.divider-lg-90 {
		margin-top: 90px;
	}

	.divider-lg-100 {
		margin-top: 100px;
	}

	.divider-lg-110 {
		margin-top: 110px;
	}

	.divider-lg-120 {
		margin-top: 120px;
	}
}

@media (min-width: 1200px) {
	.divider-xl-0 {
		margin-top: 0;
	}

	.divider-xl-4 {
		margin-top: 4px;
	}

	.divider-xl-5 {
		margin-top: 5px;
	}

	.divider-xl-8 {
		margin-top: 8px;
	}

	.divider-xl-10 {
		margin-top: 10px;
	}

	.divider-xl-15 {
		margin-top: 15px;
	}

	.divider-xl-20 {
		margin-top: 20px;
	}

	.divider-xl-25 {
		margin-top: 25px;
	}

	.divider-xl-30 {
		margin-top: 30px;
	}

	.divider-xl-35 {
		margin-top: 35px;
	}

	.divider-xl-40 {
		margin-top: 40px;
	}

	.divider-xl-45 {
		margin-top: 45px;
	}

	.divider-xl-50 {
		margin-top: 50px;
	}

	.divider-xl-55 {
		margin-top: 55px;
	}

	.divider-xl-60 {
		margin-top: 60px;
	}

	.divider-xl-70 {
		margin-top: 70px;
	}

	.divider-xl-80 {
		margin-top: 80px;
	}

	.divider-xl-90 {
		margin-top: 90px;
	}

	.divider-xl-100 {
		margin-top: 100px;
	}

	.divider-xl-110 {
		margin-top: 110px;
	}

	.divider-xl-120 {
		margin-top: 120px;
	}
}

/*
** Common Sections Styles
*/
section {
	position: relative;
}

img {
	max-width: 100%;
}

/*parallax*/
.s-parallax,
.cover-image,
.cover-background,
.texture-background {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.cover-image {
	height: 100%;
	width: 100%;
}

.texture-background {
	background-image: url(../img/background-texture-cover.jpg);
}

.pattern-background:before {
	background-image: url(../img/patterns/pattern6.png);
}

@media (min-width: 768px) {
	.cover-image {
		background-position: 50% 50%;
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

	.cover-image.s-cover-right {
		left: auto;
		width: 50%;
	}

	.cover-image.s-cover-left {
		width: 50%;
	}

	.cover-image > img {
		visibility: hidden;
	}

	.cover-image > a {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.cover-image + [class*='container'] [class*='col-'] > img,
	.cover-image + [class*='container'] [class*='col-'] > a:after,
	.cover-image + [class*='container'] [class*='col-'] > a > img {
		visibility: hidden;
	}
}

.fixed-background,
.s-parallax {
	background-attachment: fixed;
	background-position: 50% 0;
}

@media (max-width: 767px) {
	.s-parallax {
		background-size: auto auto;
	}
}

/*additional overlay for parallax sections*/
.s-overlay:before {
	border-radius: 5px;
	opacity: 0.8;
}

.s-overlay.ls:before {
	background-color: #fff;
	opacity: 0.93;
}

.s-overlay.ls.ms:before {
	background-color: #f2f2f2;
	opacity: 0.81;
}

.s-overlay.cs:before {
	background-color: #d63838;
	opacity: 0.5;
}

.s-overlay.cs.cs2:before {
	background-color: #d63838;
}

.s-overlay.cs.cs3:before {
	background-color: #2165a9;
}

.s-overlay.ds:before {
	background-color: #000;
	opacity: 0.7;
}

.s-overlay.ds.ms:before {
	opacity: 0.9;
}

.s-muted:before {
	background-color: rgba(76, 76, 76, 0.1);
	opacity: 1;
}

.gradientradial-background {
	overflow: hidden;
}

.s-parallax > *,
.s-overlay > *,
.s-muted > *,
.s-overlay-diagonal-double > *,
.pattern-background > *,
.gradientradial-background > *,
.gradient-background > *,
.gradientvertical-background > *,
.gradientdarken-background > * {
	position: relative;
	z-index: 4;
}

.s-parallax:before,
.s-overlay:before,
.s-muted:before,
.s-overlay-diagonal-double:before,
.s-overlay-diagonal-double:after,
.pattern-background:before,
.gradient-background:before,
.gradientvertical-background:before,
.gradientdarken-background:before {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.s-muted:before,
.s-parallax:before {
	opacity: 0.8;
}

.s-overlay-diagonal {
	background-clip: content-box;
	overflow: hidden;
	padding: 10px 0;
}

.s-overlay-diagonal:before {
	bottom: auto;
	height: 3000px;
	left: 0;
	margin-left: 30%;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 40%;
}

@media (max-width: 1200px) {
	.s-overlay-diagonal:before {
		margin-left: 15%;
		width: 70%;
	}
}

.s-overlay-diagonal-double {
	overflow: hidden;
	padding: 10px 0;
}

.s-overlay-diagonal-double:before {
	background: -webkit-linear-gradient(45deg, #d63838 30%, transparent 30%);
	background: linear-gradient(45deg, #d63838 30%, transparent 30%);
	opacity: 0.6;
}

.s-overlay-diagonal-double:after {
	background: -webkit-linear-gradient(45deg, transparent 70%, #d63838 70%);
	background: linear-gradient(45deg, transparent 70%, #d63838 70%);
	opacity: 0.6;
}

.gradient-background:before {
	background: #d63838;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d63838), color-stop(100%, #d63838));
	background: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background: linear-gradient(to right, #d63838 0%, #d63838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain", endColorstr="$colorMain2", GradientType=1);
}

.gradientvertical-background:before {
	background: #d63838;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #d63838 0%, #d63838 100%);
	background: linear-gradient(to bottom, #d63838 0%, #d63838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain", endColorstr="$colorMain2", GradientType=0);
}

.gradientdarken-background:before {
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000", endColorstr="#00000000", GradientType=0);
}

.gradientradial-background:before {
	/* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0, center center, 50%, color-stop(0%, rgba(255, 255, 255, 0.24)), color-stop(50%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
	/* Chrome10+,Safari5.1+ */
	/* Opera 12+ */
	/* IE10+ */
	background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
	content: "";
	display: block;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ffff", endColorstr="#00ffffff", GradientType=1);
	height: 1400px;
	left: 50%;
	margin-left: -700px;
	margin-top: -700px;
	position: absolute;
	top: 50%;
	width: 1400px;
	z-index: 2;
	/* IE6-9 fallback on horizontal gradient */
}

.s-overlay.gradientradial-background:before {
	height: 100vw;
	margin-left: -50vw;
	margin-top: -50vw;
	width: 100vw;
}

.s-bordertop,
.s-borderbottom,
.s-bordertop-container .container,
.s-borderbottom-container .container {
	position: relative;
}

.s-bordertop:before,
.s-borderbottom:after,
.s-bordertop-container .container:before,
.s-borderbottom-container .container:after {
	background-color: #e1e1e1;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.s-borderheight-2:before,
.s-borderheight-2:after,
.s-borderheight-2 .container:before,
.s-borderheight-2 .container:after {
	height: 2px;
}

.s-borderheight-3:before,
.s-borderheight-3:after,
.s-borderheight-3 .container:before,
.s-borderheight-3 .container:after {
	height: 3px;
}

.s-borderheight-5:before,
.s-borderheight-5:after,
.s-borderheight-5 .container:before,
.s-borderheight-5 .container:after {
	height: 5px;
}

.s-bordercolormain:before,
.s-bordercolormain:after,
.s-bordercolormain .container:before,
.s-bordercolormain .container:after {
	background-color: #d63838;
}

.s-bordertop-container .container:before,
.s-borderbottom-container .container:after {
	left: 15px;
	right: 15px;
}

.s-borderbottom:after,
.s-borderbottom-container .container:after {
	bottom: 0;
	top: auto;
}

.s-bordered-columns [class*='col-'] + [class*='col-']:before {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 1em;
	content: "";
	left: 0;
	position: absolute;
	top: 1em;
	width: 1px;
}

/*page preloader*/
.preloader {
	background: rgba(255, 255, 255, 0.99);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 13000;
}

.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
	display: none;
}

/*.no-webp */ .preloader_image {
	background: url(../images/common/preloader.gif) no-repeat 50% 50% transparent;
}

/*.webp .preloader_image {
	background: url(../images/common/preloader.webp) no-repeat 50% 50% transparent;
}*/

.preloader_image {
	height: 256px;
	left: 50%;
	margin: -128px 0 0 -128px;
	position: absolute;
	top: 50%;
	width: 356px;
}

/* animated elements */
.animate {
	visibility: hidden;
}

.no-js .animate,
.lt-ie10 .animate,
.lt-ie9 .animate {
	visibility: visible;
}

.animated {
	visibility: visible !important;
}

/* boxed layout */
#box_wrapper,
#canvas {
	overflow: visible;
	position: relative;
}

#box_wrapper > section,
#box_wrapper > div > section {
	clear: both;
	position: relative;
}

#canvas.boxed {
	padding: 1px 0;
}

body.boxed {
	height: auto;
	position: static;
	width: auto;
}

.pattern1 {
	background-image: url(../img/patterns/pattern1.png);
}

.pattern2 {
	background-image: url(../img/patterns/pattern2.png);
}

.pattern3 {
	background-image: url(../img/patterns/pattern3.png);
}

.pattern4 {
	background-image: url(../img/patterns/pattern4.png);
}

.pattern5 {
	background-image: url(../img/patterns/pattern5.png);
}

.pattern6 {
	background-image: url(../img/patterns/pattern6.png);
}

.pattern7 {
	background-image: url(../img/patterns/pattern7.png);
}

.pattern8 {
	background-image: url(../img/patterns/pattern8.png);
}

.pattern9 {
	background-image: url(../img/patterns/pattern9.png);
}

.pattern10 {
	background-image: url(../img/patterns/pattern10.png);
}

.pattern11 {
	background-image: url(../img/patterns/pattern11.png);
}

.boxed .container {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.boxed #box_wrapper.container {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin-top: 120px;
	padding: 0;
}

@media (min-width: 1600px) {
	.boxed #box_wrapper.container {
		max-width: 1560px;
	}
}

.boxed #box_wrapper.container.top-bottom-margins {
	margin-bottom: 120px;
	margin-top: 150px;
}

/*common background sections*/
.s-map-dark {
	background-image: url("../img/parallax/map-dark.jpg");
}

.s-map-light {
	background-image: url("../img/parallax/map-light.jpg");
}

.s-light-abstract {
	background-image: url("../img/parallax/light-abstract.jpg");
}

.s-light-wood {
	background-image: url("../img/parallax/light-wood.jpg");
}

/*bordered columns*/
.c-bordered [class*='col-'] {
	border: 1px solid #e1e1e1;
	margin-left: -1px;
	margin-top: -1px;
}

@media (min-width: 768px) {
	.c-bordered.c-bordered-center .row [class*='col-']:first-child {
		border-left-color: transparent;
	}

	.c-bordered.c-bordered-center .row [class*='col-']:last-child {
		border-right-color: transparent;
	}

	.c-bordered.c-bordered-center .row:first-child [class*='col-'] {
		border-top-color: transparent;
	}

	.c-bordered.c-bordered-center .row:last-child [class*='col-'] {
		border-bottom-color: transparent;
	}
}

/* Media Items - Common Side and Top Image Items */
.bordered .item-media,
.bordered .entry-thumbnail {
	margin: -1px -1px -1px -1px;
	z-index: 1;
}

.bordered .item-media.cover-image {
	height: calc(100% + 2px);
}

.bordered.full-padding .item-media {
	margin: 0;
}

/* side and vertical items paddings */
.full-padding {
	padding: 40px;
}

.content-padding .item-content {
	padding: 40px;
}

@media (max-width: 767px) {
	.full-padding {
		padding: 30px;
	}

	.content-padding .item-content {
		padding: 30px 20px !important;
	}
}

@media (max-width: 991px) {
	.event-post.content-padding .item-content {
		padding: 30px 0 30px 20px !important;
	}
}

/*side item*/
.side-item h2,
.side-item h3,
.side-item h4 {
	line-height: 1;
}

.side-item .row {
	margin: 0;
}

.side-item .row [class*="col-"] {
	margin: 0;
	padding: 0;
}

.side-item .item-title + .item-content {
	padding-top: 30px;
}

.side-item [class*="col-"] > .item-title {
	padding: 15px 30px;
}

.side-item [class*="col-"] > .item-title h2,
.side-item [class*="col-"] > .item-title h3,
.side-item [class*="col-"] > .item-title h4 {
	margin: 0;
}

.side-item.bordered [class*="col-"] > .item-title {
	margin: -1px;
}

/*-xs- -sm- side-item paddings and margins*/

@media (max-width: 767px) {
	.no-content-padding [class*='col-sm-'] .item-content,
	.no-content-padding [class*='col-xs-'] .item-content,
	.full-padding [class*='col-sm-'] .item-content,
	.full-padding [class*='col-xs-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='order-xs-1'] .item-content,
	.full-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
	.full-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
	.full-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
	.full-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
	.full-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
	.full-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
	.full-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
	.full-padding [class*='col-xs-'][class*='order-xs-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-sm-12 .item-content,
	.no-content-padding .col-xs-12 .item-content,
	.full-padding .col-sm-12 .item-content,
	.full-padding .col-xs-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/*-md- side-item paddings and margins*/

@media (min-width: 768px) {
	.no-content-padding [class*='col-md-'] .item-content,
	.full-padding [class*='col-md-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-md-'][class*='md-pull-'] .item-content,
	.no-content-padding [class*='col-md-'][class*='order-md-1'] .item-content,
	.full-padding [class*='col-md-'][class*='md-pull-'] .item-content,
	.full-padding [class*='col-md-'][class*='order-md-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-sm-12 .item-content,
	.full-padding .col-sm-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/*-lg- side-item paddings and margins*/

@media (min-width: 992px) {
	.no-content-padding [class*='col-lg-'] .item-content,
	.full-padding [class*='col-lg-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-lg-'][class*='lg-pull-'] .item-content,
	.no-content-padding [class*='col-lg-'][class*='order-lg-1'] .item-content,
	.full-padding [class*='col-lg-'][class*='lg-pull-'] .item-content,
	.full-padding [class*='col-lg-'][class*='order-lg-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-md-12 .item-content,
	.full-padding .col-md-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/*-xl- side-item paddings and margins*/

@media (min-width: 1200px) {
	.no-content-padding [class*='col-xl-'] .item-content,
	.full-padding [class*='col-xl-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-xl-'][class*='order-xl-1'] .item-content,
	.full-padding [class*='col-xl-'][class*='order-xl-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-lg-12 .item-content,
	.full-padding .col-lg-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/* vertical media item */
.vertical-item .item-media + .item-content {
	padding-top: 20px;
}

.vertical-item.content-padding .item-content {
	padding: 60px;
}

@media (max-width: 767px) {
	.vertical-item.content-padding .item-content {
		padding: 35px 30px !important;
	}
}

.vertical-item.content-padding.padding-small .item-content {
	padding: 40px 35px;
}

.vertical-item.content-absolute {
	position: relative;
}

.vertical-item.content-absolute .item-content {
	bottom: 0;
	left: 0;
	padding: 20px 30px 20px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.vertical-item.content-absolute.vertical-center .item-content {
	top: 0;
}

.vertical-item + .item-title {
	padding: 10px 30px;
}

.vertical-item + .item-title h2,
.vertical-item + .item-title h3,
.vertical-item + .item-title h4 {
	margin: 0;
}

/* item meta */
.item-meta {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.item-meta i {
	font-size: 14px;
	position: relative;
	text-align: center;
	width: 0.5em;
}

.item-meta span {
	margin-right: 15px;
	padding: 0 0.5em;
}

@media (max-width: 767px) {
	.item-meta span {
		margin-right: 7px;
	}
}

/* item media & item links */
.item-media {
	overflow: hidden;
	position: relative;
}

.item-media img {
	width: 100%;
}

.item-media.cover-image {
	height: 100%;
}

.media-links {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.media-links div {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 4;
}

.content-absolute .media-links div a {
	-webkit-transition: all 0.35s ease 0.1s;
	transition: all 0.35s ease 0.1s;
}

.content-absolute .media-links div a:hover {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.content-absolute .media-links div a:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.media-links:before {
	background-color: rgba(91, 131, 205, 0.6);
	border-radius: 5px 5px 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

[class*="-item"]:hover .media-links:before {
	opacity: 0.6;
}

.media-links a.abs-link {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

[class*="-item"]:hover .media-links a.abs-link {
	opacity: 1;
}

[class*="-item"] .links-wrap a {
	border: 2px solid transparent;
	display: inline-block;
	font-size: 16px;
	height: 60px;
	line-height: 58px;
	opacity: 0;
	position: relative;
	text-align: center;
	top: -100px;
	-webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	width: 60px;
	z-index: 5;
}

[class*="-item"] .links-wrap a.link-zoom {
	background-color: #d63838;
	border-color: #d63838;
	color: #fff;
	font-size: 20px;
}

[class*="-item"] .links-wrap a.link-zoom:hover {
	background-color: #2165a9;
	border-color: #2165a9;
	color: #fff;
	opacity: 1;
}

[class*="-item"] .links-wrap a.link-anchor {
	background-color: #fff;
	border-color: #fff;
	color: #4c4c4c;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

[class*="-item"] .links-wrap a.link-anchor:hover {
	background-color: #d63838;
	border-color: #d63838;
	color: #fff;
	opacity: 1;
}

[class*="-item"] .links-wrap a:before {
	content: "\f002";
	font-family: "FontAwesome";
}

[class*="-item"] .links-wrap a.link-anchor:before {
	content: "\f041";
}

[class*="-item"]:hover .links-wrap a {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

[class*="-item"]:hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* item icons */
.item-icons {
	font-size: 12px;
	margin-top: 35px;
}

.content-padding .item-icons {
	margin-top: 0;
}

.item-icons i {
	padding: 0 4px;
}

.item-icons .col {
	padding-bottom: 20px;
	padding-top: 15px;
	text-align: center;
}

/*
** Buttons
 */
.btn:hover {
	cursor: pointer;
}

.btn.focus,
.btn:focus {
	box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.75);
}

.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3 {
	color: #fff;
}

.btn-maincolor:hover span,
.btn-maincolor2:hover span,
.btn-maincolor3:hover span {
	background: #fff;
	color: #4c4c4c;
}

.btn-white,
.btn-white2,
.btn-white3 {
	background-color: #fff;
	border: 1px solid rgba(76, 76, 76, 0.1);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	color: #d63838;
}

.btn-white:hover,
.btn-white2:hover,
.btn-white3:hover {
	color: #d63838;
}

.btn-white2 {
	color: #da6313;
}

.btn-white2:hover {
	color: #2165a9;
}

.btn-white3 {
	color: #d71840;
}

.btn-white3:hover {
	color: #208291;
}

.btn-white:focus {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
}



.btn-white:hover {
	color: white !important;
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
	border:1px solid white;
}



.btn-black {
	border: 1px solid rgba(76, 76, 76, 0.1);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	background-color:black;color: #d63838;	
}
.btn-black:hover {
	color: white;
		background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
border:1px solid white;

}

.btn-green {
	background-color:white;
	color: #01725a;	
}

.btn-green:hover {
	color: white;
	background-color: #01725a;
	border:1px solid white;
}


.btn-blue {
	background-color:white;
	color: #2c7cdc;	
}

.btn-blue:hover {
	color: white;
	background-color: #2c7cdc;
	border:1px solid white;
}


.btn-maincolor,
.btn-maincolor:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
}

.btn-maincolor2,
.btn-maincolor2:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
}

.btn-maincolor3,
.btn-maincolor3:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
}

.btn-outline-maincolor:hover span,
.btn-outline-maincolor2:hover span,
.btn-outline-maincolor3:hover span {
	background: transparent;
	color: #fff;
}

.btn-outline-maincolor span,
.btn-outline-maincolor2 span,
.btn-outline-maincolor3 span {
	background-color: #fff;
}

.btn-outline-maincolor,
.btn-outline-maincolor:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
	color: #d63838;
}

.btn-outline-maincolor2,
.btn-outline-maincolor2:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #2165a9 0%, #da6313 100%);
	background-image: linear-gradient(to right, #2165a9 0%, #da6313 100%);
	color: #da6313;
}

.btn-outline-maincolor3,
.btn-outline-maincolor3:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #208291 0%, #d71840 100%);
	background-image: linear-gradient(to right, #208291 0%, #d71840 100%);
	color: #d71840;
}

@media (max-width: 767px) {
	.btn-google,
	.btn-apple {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.corner {
	background-color: transparent !important;
	height: 0;
	overflow: visible !important;
	padding-bottom: 70px;
	position: relative;
	z-index: 3;
}

.corner:before,
.corner:after {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.corner:after {
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 70px solid #fff;
}

.corner.corner-outside {
	position: absolute;
}

.corner.corner-outside:first-child {
	top: -70px;
}

.corner.corner-outside:last-child {
	bottom: -70px;
}

.corner.corner-half:after {
	border-left-width: 100vw;
	border-right-width: 0;
}

.corner.corner-half.corner-half-inverse:after {
	border-left-width: 0;
	border-right-width: 100vw;
}

.corner.corner-mirror:after {
	border-left-width: 0;
}

.corner.corner-mirror:before {
	border-left: 50vw solid transparent;
	border-top: 70px solid #fff;
	left: 50vw;
}

.corner.corner-inverse:before,
.corner.corner-inverse:after {
	border-bottom: 70px solid #fff;
	border-top: none;
}

@media (max-width: 1199px) {
	.corner {
		padding-bottom: 30px;
	}

	.corner:after {
		border-top-width: 30px;
	}

	.corner.corner-outside {
		position: absolute;
	}

	.corner.corner-outside:first-child {
		top: -30px;
	}

	.corner.corner-outside:last-child {
		bottom: -30px;
	}

	.corner.corner-mirror:before {
		border-top-width: 30px;
	}

	.corner.corner-inverse:before,
	.corner.corner-inverse:after {
		border-bottom-width: 30px;
	}
}

.corner.ls.ms.corner-mirror:before,
.corner.ls.ms:after {
	border-bottom-color: #f2f2f2;
	border-top-color: #f2f2f2;
}

.corner.ls.ms.corner-inverse:after {
	border-bottom-color: #f2f2f2;
}

.corner.ds.corner-mirror:before,
.corner.ds:after {
	border-bottom-color: #4c4c4c;
	border-top-color: #4c4c4c;
}

.corner.ds.corner-inverse:after {
	border-bottom-color: #4c4c4c;
}

.corner.ds.ms.corner-mirror:before,
.corner.ds.ms:after {
	border-bottom-color: #252525;
	border-top-color: #252525;
}

.corner.ds.ms.corner-inverse:after {
	border-bottom-color: #252525;
}

.corner.ds.bs.corner-mirror:before,
.corner.ds.bs:after {
	border-bottom-color: #2f3e47;
	border-top-color: #2f3e47;
}

.corner.ds.bs.corner-inverse:after {
	border-bottom-color: #2f3e47;
}

.corner.cs.corner-mirror:before,
.corner.cs:after {
	border-bottom-color: #d63838;
	border-top-color: #d63838;
}

.corner.cs.corner-inverse:after {
	border-bottom-color: #d63838;
}

.corner.cs.cs2.corner-mirror:before,
.corner.cs.cs2:after {
	border-bottom-color: #d63838;
	border-top-color: #d63838;
}

.corner.cs.cs2.corner-inverse:after {
	border-bottom-color: #d63838;
}

.corner.cs.cs3.corner-mirror:before,
.corner.cs.cs3:after {
	border-bottom-color: #2165a9;
	border-top-color: #2165a9;
}

.corner.cs.cs3.corner-inverse:after {
	border-bottom-color: #2165a9;
}

/*
** Light Background Section - .ls
*/
.ls {
	background-color: #ececed;
	color: #7f7f7f;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
	color: #4c4c4c;
}

/*
** Grey Background Section - light section, muted section - .ls.ms
*/
.ls.ms {
	background-color: #ececed;
	color: #808080;
}

.ls.ms .links-grey a {
	color: #6e6e6e;
}

.ls.ms .hero-bg {
	background-color: #fff;
}

.ls.ms .hero-bg hr {
	background-color: #e1e1e1;
}

.ls.ms hr {
	background-color: #fff;
}

.ls.ms input[type="text"],
.ls.ms input[type="email"],
.ls.ms input[type="url"],
.ls.ms input[type="password"],
.ls.ms input[type="search"],
.ls.ms input[type="tel"],
.ls.ms input[type="number"],
.ls.ms textarea,
.ls.ms select,
.ls.ms .form-control {
	background-color: #fff;
}

.ls.ms .hero-bg input[type="text"],
.ls.ms .hero-bg input[type="email"],
.ls.ms .hero-bg input[type="url"],
.ls.ms .hero-bg input[type="password"],
.ls.ms .hero-bg input[type="search"],
.ls.ms .hero-bg input[type="tel"],
.ls.ms .hero-bg input[type="number"],
.ls.ms .hero-bg textarea,
.ls.ms .hero-bg select,
.ls.ms .hero-bg .form-control {
	background-color: #f2f2f2;
	border-color: #e1e1e1;
}

.ls.ms td,
.ls.ms th,
.ls.ms .bordered {
	border-color: #d4d4d4;
}

.ls.ms .btn-secondary {
	border-color: #fff;
}

.ls.ms .btn-secondary:hover {
	background-color: #e3e3e3;
	border-color: #e3e3e3;
}

.ls.ms .btn-outline-maincolor:hover span,
.ls.ms .btn-outline-maincolor2:hover span,
.ls.ms .btn-outline-maincolor3:hover span,
.hero-bg .btn-outline-maincolor:hover span,
.hero-bg .btn-outline-maincolor2:hover span,
.hero-bg .btn-outline-maincolor3:hover span {
	background: transparent;
	color: #ececed;
}

.ls.ms .btn-outline-maincolor span,
.ls.ms .btn-outline-maincolor2 span,
.ls.ms .btn-outline-maincolor3 span,
.hero-bg .btn-outline-maincolor span,
.hero-bg .btn-outline-maincolor2 span,
.hero-bg .btn-outline-maincolor3 span {
	background-color: #ececed;
}

.ls.ms .btn-maincolor,
.ls.ms .btn-maincolor2,
.ls.ms .btn-maincolor3,
.hero-bg .btn-maincolor,
.hero-bg .btn-maincolor2,
.hero-bg .btn-maincolor3 {
	color: #ececed;
}

.ls.ms .btn-maincolor:hover span,
.ls.ms .btn-maincolor2:hover span,
.ls.ms .btn-maincolor3:hover span,
.hero-bg .btn-maincolor:hover span,
.hero-bg .btn-maincolor2:hover span,
.hero-bg .btn-maincolor3:hover span {
	background: #ececed;
}

.ls .color-icon.bg-icon {
	background-color: #f4f4f5;
}

.ls .pricing-plan [class*='btn-outline-'] {
	background-color: #fff;
}

.ls .pricing-plan [class*='btn-outline-']:hover {
	background-color: #d63838;
}

.ls.ms .nav-tabs > li.active > a,
.ls.ms .nav-tabs > li.active > a:hover,
.ls.ms .nav-tabs > li.active > a:focus {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .tab-content {
	background-color: #fff;
}

.ls.ms .tab-content .bordered {
	border-color: #e6e6e6;
}

.ls.ms .tab-content.no-border {
	background-color: transparent;
}

.ls.ms .tab-content .form-control {
	background-color: #f2f2f2;
}

.ls.ms .vertical-tabs .nav > li > a {
	background-color: #fff;
}

.ls.ms .vertical-tabs .nav > li > a:hover,
.ls.ms .vertical-tabs .nav > li.active > a {
	background-color: #4c4c4c;
}

.ls.ms .panel-title > a {
	background-color: #4c4c4c;
}

.ls.ms .panel-title > a.collapsed {
	background-color: #fff;
}

.ls.ms .hero-bg .panel-title > a {
	border: 1px solid #e1e1e1;
}

.ls.ms .panel-title > a.collapsed:hover,
.ls.ms .panel-title > a:hover {
	background-color: #4c4c4c;
}

.ls.ms .pagination a,
.ls.ms .pagination span {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .breadcrumb {
	color: #808080;
}

.ls.ms .breadcrumb a {
	color: #676767;
}

.ls.ms .breadcrumb a:hover {
	color: #d63838;
}

.ls.ms [class*='btn-outline-'] span {
	background-color: #ececed;
}

/*
** Dark Section background and Dark Muted background sections - .ds and .ds.ms
*/
/* dark grey background section - .ds */
.ds {
	background-color: #4c4c4c;
	color: #fff;
}

.ds * .ds {
	background-color: #3f3f3f;
}

/* dark background section - .ds.ms */
.ds.ms {
	background-color: #666;
}

.ds.ms .ds.ms {
	background-color: #2a2a2a;
}

/* dark section blue - .ds.bs */
.ds.bs {
	background-color: #2f3e47;
}

.ds a:not(.btn) {
	color: #fff;
}

.ds a:not(.btn):hover {
	opacity: 0.8;
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
	color: #fff;
}

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

.ds h1 a:hover,
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
	opacity: 0.8;
}

.ds .ls {
	background-color: #fff;
	color: #808080;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
	color: #4c4c4c;
}

.ds .ls h1 a,
.ds .ls h2 a,
.ds .ls h3 a,
.ds .ls h4 a,
.ds .ls h5 a,
.ds .ls h6 a {
	color: inherit;
}

.ds .ls h1 a:hover,
.ds .ls h2 a:hover,
.ds .ls h3 a:hover,
.ds .ls h4 a:hover,
.ds .ls h5 a:hover,
.ds .ls h6 a:hover {
	color: #d63838;
}

.ds .ls a:not(.btn) {
	color: #4c4c4c;
}

.ds .ls a:not(.btn):hover {
	color: #d63838;
}

.ds label {
	color: #fff;
}

.ds hr {
	background-color: #454545;
	border-color: #454545;
}

.ds blockquote,
.ds .blockquote {
	color: #fff;
}

.ds pre {
	color: #9a9a9a;
}

.ds .muted-bg,
.ds .hero-bg {
	background-color: rgba(255, 255, 255, 0.05);
}

.ds .bordered {
	border-color: #454545;
}

.ds .color-main {
	color: #d63838;
}

.ds .color-main2 {
	color: #d63838;
}

.ds .color-dark,
.ds .color-darkgrey {
	border-color: #fff;
	color: #fff;
}

.ds .links-maincolor a {
	color: #d63838;
}

.ds .links-maincolor a:hover {
	color: #fff;
}

.ds .links-maincolor2 a {
	color: #d63838;
}

.ds .links-maincolor2 a:hover {
	color: #fff;
}

.ds .links-maincolor3 a {
	color: #2165a9;
}

.ds .links-maincolor3 a:hover {
	color: #fff;
}

.ds .links-grey a {
	color: #9a9a9a;
}

.ds .links-grey a:hover {
	color: #fff;
}

.ds .links-darkgrey a {
	color: #fff;
}

.ds .links-darkgrey a:hover {
	color: #d63838;
}

.ds.s-bordertop:before,
.ds.s-borderbottom:after,
.ds.s-bordertop-container .container:before,
.ds.s-borderbottom-container .container:after {
	background-color: #454545;
}

.ds.s-bordered-columns [class*='col-'] + [class*='col-']:before {
	background-color: #454545;
}

.ds a.fa {
	border-color: #454545;
	color: #fff;
}

.ds a.bg-icon {
	background-color: rgba(255, 255, 255, 0.05);
}

.ds .fa.color-icon:hover {
	color: #fff;
}

.ds .color-icon.bg-icon {
	background-color: rgba(255, 255, 255, 0.05);
}

.ds .color-icon.bg-icon:hover {
	color: #fff;
}

.ds .color-bg-icon:hover {
	background-color: #d63838;
}

.ds {
	/* shop */
}

.ds .list-bordered li {
	border-color: #454545;
}

.ds input[type="text"],
.ds input[type="email"],
.ds input[type="url"],
.ds input[type="password"],
.ds input[type="search"],
.ds input[type="tel"],
.ds input[type="number"],
.ds textarea,
.ds select,
.ds .form-control {
	background-color: transparent;
	border-color: #454545;
	color: #9a9a9a;
}

.ds .form-group-select:before {
	border-color: #454545;
}

.ds .form-control:focus {
	border-color: #525252;
}

.ds .form-control:-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.ds .form-control::-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.ds .form-control:-ms-input-placeholder {
	color: #9a9a9a;
}

.ds .form-control::-webkit-input-placeholder {
	color: #9a9a9a;
}

.ds .form-control:focus:-moz-placeholder {
	color: transparent;
}

.ds .form-control:focus::-moz-placeholder {
	color: transparent;
}

.ds .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.ds .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.ds .contact-form.transparent-background .form-control {
	border-color: #454545;
}

.ds .tab-content {
	border-color: #454545;
}

.ds .nav-tabs .nav-link {
	border-color: #454545;
}

.ds .owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}

.ds .post-adds .share_button > i,
.ds .post-adds .like_button > i {
	color: #fff;
}

.ds .side-item {
	border-color: #454545;
}

.ds .excerpt {
	color: #fff;
}

.ds .reply a {
	color: #fff;
}

.ds .widget_search .form-inline .btn,
.ds .widget_product_search [type="submit"],
.ds .widget_mailchimp .form-inline .btn {
	background-color: transparent;
	color: #d63838;
}

.ds .widget_shopping_cart .cart_list,
.ds .widget_recent_entries li,
.ds .widget_recent_comments li,
.ds .widget_archive li,
.ds .widget_categories li,
.ds .widget_meta li,
.ds .widget_nav_menu li,
.ds .widget_pages li,
.ds .widget_popular_entries li {
	border-color: #454545;
}

.ds .widget_nav_menu ul ul {
	border-color: #454545;
}

.ds .widget_popular_entries .media-heading {
	color: #fff;
}

.ds .tweet_list li + li .tweet_right {
	border-color: #454545;
}

.ds .widget_tag_cloud a {
	border-color: #fff;
	color: #fff;
}

.ds .widget_shopping_cart li a + a {
	color: #fff;
}

.ds .widget_shopping_cart li a + a:hover {
	color: #d63838;
}

.ds .summary .price {
	border-color: #454545;
	color: #fff;
}

.ds .summary .product_meta {
	border-color: #454545;
}

.ds .widget_price_filter .price_label {
	color: #fff;
}

.ds #calendar_wrap {
	border-color: #454545;
}

.ds .widget_calendar table {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: #454545;
}

.ds .widget_calendar tfoot td a {
	border-color: #454545;
}

.ds .widget_calendar caption,
.ds .widget_calendar thead,
.ds .widget_calendar th {
	color: #fff;
}

.ds .widget_calendar tbody td a:hover {
	color: #fff;
}

.ds .grid-view h3:before,
.ds .grid-view h3:after {
	background-color: #454545;
}

.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
	color: #fff;
}

.ds .ui-slider {
	background-color: rgba(255, 255, 255, 0.05);
}

.ds .ui-slider .ui-slider-handle {
	background-color: #fff;
}

.ds #sort_view {
	background-color: transparent;
	color: #fff;
}

.ds #toggle_shop_view.grid-view:after,
.ds #toggle_shop_view:before {
	background-color: rgba(247, 247, 247, 0.05);
}

.ds .widget_layered_nav .color-filters a:before {
	border-color: #454545;
}

.ds .table.cart a {
	color: #fff;
}

.ds .pagination > li > a,
.ds .pagination > li > span {
	background-color: transparent;
	border: 1px solid #454545;
	color: #fff;
}

.ds .pagination > li.active > a,
.ds .pagination > li.active > span,
.ds .pagination > li > a:hover,
.ds .pagination > li > span:hover,
.ds .pagination > li > a:focus,
.ds .pagination > li > span:focus {
	background-color: #d63838;
	border-color: #d63838;
	color: #fff;
}

.ds .thumbnail {
	background-color: transparent;
}

.ds .thumbnail h3 a {
	color: #fff;
}

.ds .thumbnail .caption {
	background-color: rgba(252, 252, 252, 0.05);
	border-color: transparent;
}

.ds .progress {
	background-color: #454545;
}

.ds .panel-heading .panel-title > a.collapsed,
.ds .vertical-tabs .nav > li > a {
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.ds .panel-heading .panel-title > a,
.ds .panel-heading .panel-title > a:hover,
.ds .vertical-tabs .nav > li.active > a,
.ds .vertical-tabs .nav > li > a:hover {
	background-color: #d63838;
}

.ds .panel-heading .panel-title > a:hover:after,
.ds .vertical-tabs .nav > li > a:hover:after {
	color: #fff;
}

.ds .entry-meta .comments-link a {
	color: #fff;
}

.ds #timetable tbody th,
.ds #timetable tbody td {
	border-color: #454545;
}

.ds #isotope_filters a,
.ds .filters a {
	color: #fff;
}

.ds div .fw-shortcode-calendar-wrapper .page-header h3,
.ds div .btn-group button[data-calendar-nav],
.ds div .btn-group button[data-calendar-nav*='today'] {
	color: #fff;
}

.ds [class*='btn-outline-'] span {
	background-color: #4c4c4c;
}

.ds .btn-outline-maincolor:hover span,
.ds .btn-outline-maincolor2:hover span,
.ds .btn-outline-maincolor3:hover span {
	background: transparent;
}

.ds .btn-outline-maincolor span,
.ds .btn-outline-maincolor2 span,
.ds .btn-outline-maincolor3 span {
	background-color: #4c4c4c;
	color: #fff;
}

.ds .btn-maincolor:hover span,
.ds .btn-maincolor2:hover span,
.ds .btn-maincolor3:hover span {
	background: #4c4c4c;
	color: #fff;
}

/*
** Color Background Section - .cs
*/
.cs.cs2 {
	background-color: #d63838;
}

.cs.cs2 .color-main {
	color: #d63838;
}

.cs.cs3 {
	background-color: #2165a9;
}

.cs.cs3 .color-main {
	color: #d63838;
}

/* color section grey - .cs.gs */
.cs.gs {
	background-color: #aaa6a7;
}

.cs.cs-success {
	background-color: #4db19e;
}

.cs.cs-info {
	background-color: #007ebd;
}

.cs.cs-warning {
	background-color: #eeb269;
}

.cs.cs-danger {
	background-color: #dc5753;
}

.cs {
	background-color: #d63838;
	color: #fff;
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
	color: #fff;
}

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

.cs h1 a:hover,
.cs h2 a:hover,
.cs h3 a:hover,
.cs h4 a:hover,
.cs h5 a:hover,
.cs h6 a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.cs a:not(.btn) {
	color: #fff;
}

.cs a:not(.btn):hover {
	opacity: 0.8;
}

.cs blockquote,
.cs .blockquote {
	border-color: #82a1d9;
}

.cs hr {
	border-color: rgba(255, 255, 255, 0.15);
}

.cs pre {
	color: #fff;
}

.cs .hero-bg {
	background-color: rgba(255, 255, 255, 0.1);
}

.cs .bordered {
	border-color: rgba(255, 255, 255, 0.15);
}

.cs.s-bordertop:before,
.cs.s-borderbottom:after,
.cs.s-bordertop-container .container:before,
.cs.s-borderbottom-container .container:after {
	background-color: rgba(255, 255, 255, 0.15);
}

.cs.s-bordered-columns [class*='col-'] + [class*='col-']:before {
	background-color: rgba(255, 255, 255, 0.15);
}

.cs .links-darkgrey a,
.cs .links-grey a {
	color: #fff;
	opacity: 0.9;
}

.cs .links-darkgrey a:hover,
.cs .links-grey a:hover {
	color: #fff;
	opacity: 1;
}

.cs .color-dark {
	border-color: #fff;
	color: #fff;
}

.cs .color-darkgrey {
	border-color: #7f7f7f;
	color: #7f7f7f;
}

.cs .response,
.cs .color-main {
	color: #fff;
}

.cs input[type="text"],
.cs input[type="email"],
.cs input[type="url"],
.cs input[type="password"],
.cs input[type="search"],
.cs input[type="tel"],
.cs input[type="number"],
.cs textarea,
.cs select,
.cs .form-control {
	background-color: #fff;
	border-color: #fff;
	color: #7f7f7f;
}

.cs .form-control:focus {
	border-color: rgba(255, 255, 255, 0.5);
}

.cs .form-control:-moz-placeholder {
	color: #7f7f7f;
	opacity: 1;
}

.cs .form-control::-moz-placeholder {
	color: #7f7f7f;
	opacity: 1;
}

.cs .form-control:-ms-input-placeholder {
	color: #7f7f7f;
}

.cs .form-control::-webkit-input-placeholder {
	color: #7f7f7f;
}

.cs .form-control:focus:-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus::-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.cs .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.cs a.fa {
	border-color: rgba(255, 255, 255, 0.15);
	color: #8073b2;
}

.cs a.bg-icon {
	background-color: #fff;
}

.cs .color-icon.bg-icon {
	background-color: rgba(255, 255, 255, 0.9);
}

.cs a.fa.color-bg-icon:hover {
	background-color: #7f7f7f;
}

.cs .btn-outline-maincolor:hover span,
.cs .btn-outline-maincolor2:hover span,
.cs .btn-outline-maincolor3:hover span,
.cs .cs2 .btn-outline-maincolor:hover span,
.cs .cs2 .btn-outline-maincolor2:hover span,
.cs .cs2 .btn-outline-maincolor3:hover span {
	background: transparent;
}

.cs .btn-outline-maincolor span,
.cs .btn-outline-maincolor2 span,
.cs .btn-outline-maincolor3 span,
.cs .cs2 .btn-outline-maincolor span,
.cs .cs2 .btn-outline-maincolor2 span,
.cs .cs2 .btn-outline-maincolor3 span {
	background-color: #d63838;
	color: #fff;
}

.cs .btn-maincolor:hover span,
.cs .btn-maincolor2:hover span,
.cs .btn-maincolor3:hover span,
.cs .cs2 .btn-maincolor:hover span,
.cs .cs2 .btn-maincolor2:hover span,
.cs .cs2 .btn-maincolor3:hover span {
	background: #d63838;
	color: #fff;
}

.cs .btn-action {
	background-color: #fff;
}

.cs .btn-action i {
	color: #4c4c4c;
}

.cs .btn-action:hover i {
	opacity: 0.7;
}

/*
** Helper Utilities
*/
/* layout */
.clear,
.clearfix {
	clear: both;
}

.round {
	border-radius: 50%;
}

.text-normal {
	text-transform: none;
}

/* paddings for .*-bg, .bg-* and .bordered */
.p-big {
	padding: 40px 45px;
}

@media (min-width: 1200px) {
	.p-big {
		padding: 55px 60px;
	}
}

.p-normal {
	padding: 40px 45px;
}

.p-small {
	padding: 30px 35px;
}

.cover-before,
.cover-after {
	overflow: hidden;
}

.cover-before,
.cover-after,
.cover-before > *,
.cover-after > * {
	position: relative;
	z-index: 2;
}

.cover-before:before,
.cover-after:after {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top-corner {
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
}

/* text helpers */
.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.fs-32 {
	font-size: 32px;
}

.fs-36 {
	font-size: 36px;
}

.fs-40 {
	font-size: 40px;
}

.fs-56 {
	font-size: 56px;
}

.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300,
.thin {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-700,
.bolder {
	font-weight: 700;
}

.fw-900,
.bold {
	font-weight: 900;
}

.dropcap {
	float: left;
	font-size: 108px;
	font-weight: 900;
	line-height: 0.9;
	margin: 0 15px 0 0;
	text-transform: uppercase;
}

@media (max-width: 1600px) {
	.dropcap {
		font-size: 92px;
		margin-right: 15px;
	}
}

.overflow-hidden {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.overflow-visible {
	overflow: visible;
	position: relative;
	z-index: 2;
}

.z-index-2 {
	z-index: 2;
}

/*display helpers*/
[class*='visible-above-'],
[class*='visible-below-'] {
	display: none !important;
}

@media (min-width: 576px) {
	.visible-above-sm {
		display: block !important;
	}
}

@media (max-width: 575px) {
	.visible-below-sm {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.visible-above-md {
		display: block !important;
	}

}

@media (max-width: 767px) {
	.visible-below-md {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.visible-above-lg {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.visible-below-lg {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-above-xl {
		display: block !important;
	}
}

@media (max-width: 1199px) {
	.visible-below-xl {
		display: block !important;
	}
}

@media (max-width: 575px) {
	.hidden-below-sm {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-above-sm {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-below-md {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-above-md {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-below-lg {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-above-lg {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-below-xl {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-above-xl {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
	}
}

/* borders, colors and backgrounds */
.light-bg {
	background-color: #fff;
}

.hero-bg {
	background-color: #ececed;
}

.muted-bg {
	background-color: rgba(76, 76, 76, 0.06);
}

.color-main {
	border-color: #d63838 !important;
	color: #d63838 !important;
}

.color-main2 {
	border-color: #d63838 !important;
	color: #d63838 !important;
}

.color-main3 {
	border-color: #2165a9 !important;
	color: #2165a9 !important;
}

.color-main4 {
	border-color: #da6313 !important;
	color: #da6313 !important;
}

.color-main5 {
	border-color: #208291 !important;
	color: #208291 !important;
}

.color-main6 {
	border-color: #d71840 !important;
	color: #d71840 !important;
}

.color-main7 {
	border-color: #8073b2 !important;
	color: #8073b2 !important;
}

.color-dark {
	border-color: #252525;
	color: #252525;
}

.color-darkgrey {
	border-color: #4c4c4c;
	color: #4c4c4c;
}

.color-success {
	color: #4db19e;
}

.color-info {
	color: #007ebd;
}

.color-warning {
	color: #eeb269;
}

.required,
.color-danger {
	color: #dc5753;
}

.bordered {
	border: 1px solid rgba(76, 76, 76, 0.1);
}

.box-shadow {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.links-maincolor a {
	color: #d63838;
}

.links-maincolor2 a {
	color: #d63838;
}

.links-maincolor3 a {
	color: #2165a9;
}

.links-grey a {
	color: #808080;
}

.links-grey a:hover {
	color: #d63838;
}

.links-darkgrey a {
	color: #4c4c4c;
}

.links-darkgrey a:hover {
	color: #d63838;
}

.bg-maincolor {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
}

.bg-maincolor2 {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
}

.bg-maincolor3 {
	background-image: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background-image: linear-gradient(to right, #d63838 0%, #d63838 100%);
}

.bg-dark {
	background-color: #252525;
}

.bg-darkblue {
	background-color: #253138;
	color: #fff;
}

.bg-darkgrey {
	background-color: #4c4c4c;
	color: #fff;
}

.bg-success {
	background-color: #a0ce4e !important;
}

.bg-info {
	background-color: #00bea3 !important;
}

.bg-warning {
	background-color: #f1894c !important;
}

.bg-danger {
	background-color: #ff497c !important;
}

[class*='bg-'] {
	color: #fff;
}

[class*='bg-'] a,
[class*='bg-'] h1,
[class*='bg-'] h2,
[class*='bg-'] h3,
[class*='bg-'] h4,
[class*='bg-'] h5,
[class*='bg-'] h6 {
	color: #fff;
}

/*Dividers, margins and padding helpers*/
/* margins */
/*top&bottom equal margins - dividers*/
.my-10 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.my-15 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.my-20 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.my-30 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.my-40 {
	margin-bottom: 40px;
	margin-top: 40px;
}

.my-50 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.my-60 {
	margin-bottom: 60px;
	margin-top: 60px;
}

/*left&right equal margins*/
.mx-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.mx-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mx-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.mx-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.mx-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.mx-60 {
	margin-left: 60px;
	margin-right: 60px;
}

/*top margins*/
.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

/*bottom margins*/
.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

/*top right bottom left margins*/
.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-30 {
	margin: 30px;
}

.m-40 {
	margin: 40px;
}

.m-50 {
	margin: 50px;
}

.m-60 {
	margin: 60px;
}

/* paddings */
/*top&bottom equal paddings - dividers*/
.py-10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.py-15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.py-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.py-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.py-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.py-50 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.py-60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

/*left&right equal paddings*/
.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.px-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.px-60 {
	padding-left: 60px;
	padding-right: 60px;
}

/*top paddings*/
.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

/*bottom paddings*/
.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

/*top right bottom left paddings*/
.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-30 {
	padding: 30px;
}

.p-40 {
	padding: 40px;
}

.p-50 {
	padding: 50px;
}

.p-60 {
	padding: 60px;
}

/*
** Shortcodes
*/
/*
** Icon Box
*/
.icon-styled {
	display: inline-block;
	text-align: center;
}

.icon-styled i {
	width: 1em;
}

.icon-styled[class*='bg-'],
.icon-styled[class*='btn-'],
.icon-styled.bordered,
.icon-styled.icon-bordered {
	border-style: solid;
	border-width: 1px;
	box-sizing: content-box;
	height: 3em;
	width: 3em;
}

.text-center .icon-styled[class*='bg-'],
.text-center .icon-styled[class*='btn-'],
.text-center .icon-styled.bordered,
.text-center .icon-styled.icon-bordered {
	margin-left: auto;
	margin-right: auto;
}

.icon-styled[class*='bg-'] i,
.icon-styled[class*='btn-'] i,
.icon-styled.bordered i,
.icon-styled.icon-bordered i {
	line-height: 3em;
}

.icon-styled[class*='bg-'] + p,
.icon-styled[class*='btn-'] + p,
.icon-styled.bordered + p,
.icon-styled.icon-bordered + p {
	margin-top: 12px;
}

.icon-styled.icon-bordered:not([class*="color-"]) {
	border-color: #e1e1e1;
}

.icon-styled[class*='bg-'] {
	border-color: transparent;
}

.icon-styled.icon-top {
	-webkit-align-self: flex-start;
	align-self: flex-start;
	line-height: inherit;
}

.media > .icon-styled:first-child {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.media > .icon-styled:last-child {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.icon-inline > .icon-styled:first-child {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-right: 13px;
}

.icon-inline > .icon-styled:last-child {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-left: 20px;
}

.icon-inline {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.text-center .icon-inline {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.icon-inline > * {
	margin-bottom: 0;
	margin-right: 25px;
	margin-top: 0;
}

.icon-box.ls,
.icon-box.ds,
.icon-box.cs,
.icon-box.bordered,
.icon-box.hero-bg,
.icon-box.muted-bg,
.icon-box.box-shadow {
	padding: 25px 60px 50px;
}

@media (max-width: 767px) {
	.icon-box.ls,
	.icon-box.ds,
	.icon-box.cs,
	.icon-box.bordered,
	.icon-box.hero-bg,
	.icon-box.muted-bg,
	.icon-box.box-shadow {
		padding: 30px;
	}


	.entint-connect-video-link {
		width: auto !important;
	}
}

.c-bordered .icon-box {
	padding: 70px 30px 30px;
}

.c-bordered .icon-box p:last-child {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.icon-box.featured-box {
		height: calc(100% + 12px);
		margin: -6px -10px;
		padding-bottom: 36px;
		padding-top: 76px;
		position: relative;
		z-index: 2;
	}
}

.icon-box .icon-styled[class*='bg-'],
.icon-box .icon-styled.icon-bordered {
	border: 0;
	margin-bottom: 0.5em;
}

.icon-box .icon-styled + h2,
.icon-box .icon-styled + h3,
.icon-box .icon-styled + h4,
.icon-box .icon-styled + h5 {
	margin-top: 1.6em;
}

.icon-box .icon-styled + p.small-text {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.2em;
	margin: 0.74em 0;
}

.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5 {
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 17px;
	margin-top: 38px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.icon-box h2,
	.icon-box h3,
	.icon-box h4,
	.icon-box h5 {
		margin-top: 25px;
	}
}

.media .heading-accent,
.icon-box .heading-accent {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: inherit;
	line-height: 1;
	margin-bottom: 0.6em;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.media .heading-accent,
	.icon-box .heading-accent {
		font-size: 38px;
	}
}

.media .icon-styled + .heading-accent,
.icon-box .icon-styled + .heading-accent {
	margin-top: 0.6em;
}

.media .special-heading,
.icon-box .special-heading {
	font-family: "Poppins", sans-serif;
	margin: 0;
}

.media.ls,
.media.ds,
.media.cs,
.media.bordered,
.media.hero-bg,
.media.muted-bg,
.media.box-shadow {
	padding: 30px;
}

.media.ls [class*='bg-'],
.media.ls .icon-bordered,
.media.ds [class*='bg-'],
.media.ds .icon-bordered,
.media.cs [class*='bg-'],
.media.cs .icon-bordered,
.media.bordered [class*='bg-'],
.media.bordered .icon-bordered,
.media.hero-bg [class*='bg-'],
.media.hero-bg .icon-bordered,
.media.muted-bg [class*='bg-'],
.media.muted-bg .icon-bordered,
.media.box-shadow [class*='bg-'],
.media.box-shadow .icon-bordered {
	margin-right: 10px;
}

.media.ls [class*='bg-']:last-child,
.media.ls .icon-bordered:last-child,
.media.ds [class*='bg-']:last-child,
.media.ds .icon-bordered:last-child,
.media.cs [class*='bg-']:last-child,
.media.cs .icon-bordered:last-child,
.media.bordered [class*='bg-']:last-child,
.media.bordered .icon-bordered:last-child,
.media.hero-bg [class*='bg-']:last-child,
.media.hero-bg .icon-bordered:last-child,
.media.muted-bg [class*='bg-']:last-child,
.media.muted-bg .icon-bordered:last-child,
.media.box-shadow [class*='bg-']:last-child,
.media.box-shadow .icon-bordered:last-child {
	margin-left: 30px;
	margin-right: 0;
}

.media .media-body > p:first-child {
	margin-top: -0.2em;
}

.side-icon-box {
	margin: 15px 0 32px;
}

.side-icon-box h4 {
	letter-spacing: 0.17em;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.side-icon-box .icon-styled + .media-body {
		margin-left: 50px;
	}

	.side-icon-box {
		margin-bottom: 50px;
	}
}

/*
** Special Heading
*/
h5.special-heading {
	font-size: 24px;
	font-weight: 200;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	h5.special-heading {
		font-size: 20px;
	}
}

.special-heading {
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
	word-wrap: break-word;
}

.special-heading.text-lowercase {
	font-size: 62px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 0;
}

.special-heading.big,
.special-heading .text-uppercase {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

@media (max-width: 575px) {
	.special-heading.big,
	.special-heading .text-uppercase {
		font-size: 30px;
	}
}

.special-heading.big {
	margin-bottom: 0.65em;
	margin-top: 0.65em;
}

@media (max-width: 1600px) {
	.special-heading.big,
	.special-heading.text-lowercase,
	.special-heading.text-uppercase {
		font-size: 42px;
		line-height: 1;
	}
}

.special-heading + h3 {
	margin-top: 0px;
}

.special-heading + p {
	color: #4c4c4c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.special-heading + p.extra-letter-spacing {
		letter-spacing: 2em;
	}
}

.special-heading.text-center + p {
	text-align: center;
}

h3.small .special-heading {
	font-size: 38px;
	line-height: 1;
}

h3.small {
	font-size: 20px;
	margin-bottom: 36px;
}

h5.special-heading {
	letter-spacing: 0.2em;
	margin: -3px 0 0;
}

.special-heading + h1 {
	letter-spacing: 0.2em;
	margin-bottom: 0;
	margin-top: -11px;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	.special-heading + h1 {
		font-size: 35px;
	}
}

/*
** Number Card
*/
.number-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 30px 0;
	overflow: hidden;
	position: relative;
}

.number-card .card-number span {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-left: -0.32em;
	margin-top: -0.14em;
	position: relative;
}

.number-card .card-number span:after {
	bottom: -0.09em;
	content: "•";
	font-size: 0.62em;
	position: absolute;
	right: -0.4em;
}

@media (min-width: 992px) {
	.number-card .card-number span {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.number-card .card-number span {
		font-size: 238px;
	}
}

.number-card .card-content {
	padding: 36px 36px 46px;
}

@media (min-width: 992px) {
	.number-card .card-content {
		padding: 56px 60px 66px 100px;
	}
}

.number-card .card-content h4 {
	line-height: 1;
	margin: 0;
}

.number-card .card-content h3 {
	font-weight: 900;
	line-height: 1;
	margin: 6px 0 25px;
}

@media (min-width: 500px) {
	.number-card .card-content h3 {
		font-size: 38px;
	}
}

@media (max-width: 499px) {
	.number-card .card-number {
		position: absolute;
	}

	.number-card .card-number span {
		font-size: 36px;
	}

	.number-card h3,
	.number-card h4 {
		display: inline-block;
	}
}

.pricing-plan {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 25px;
	margin-top: 25px;
	padding: 40px 40px 10px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.pricing-plan .price-wrap {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	font-size: 20px;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 0.7;
	margin: 42px 0 3px;
}

.pricing-plan .price-wrap[class*='bg-'] {
	margin-bottom: 0;
	margin-top: 50px;
	padding: 30px 30px 10px;
}

.pricing-plan .price-wrap .plan-price {
	font-size: 40px;
	font-weight: 700;
	padding: 0 6px;
}

.pricing-plan [class*='bg-'] {
	margin-left: -41px;
	margin-right: -41px;
	padding: 10px 30px 27px;
}

.pricing-plan .plan-name[class*='bg-'] {
	margin-top: -40px;
	padding-top: 30px;
}

.pricing-plan .plan-name h3 {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1;
}

@media (min-width: 1200px) {
	.pricing-plan {
		padding: 57px 60px 10px;
	}

	.pricing-plan [class*='bg-'] {
		margin-left: -61px;
		margin-right: -61px;
	}

	.pricing-plan .plan-name[class*='bg-'] {
		margin-top: -57px;
	}

	.pricing-plan.plan-featured [class*='bg-'] {
		margin-left: -60px;
		margin-right: -60px;
	}
}

.pricing-plan .plan-features {
	margin: 38px 0 0;
}

.pricing-plan .plan-button {
	position: relative;
	top: 38px;
}

.pricing-plan.plan-featured {
	border: 5px solid #2165a9;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.pricing-plan.plan-featured .plan-button {
	top: 48px;
}

.pricing-plan.rounded .plan-name {
	border-radius: 5px 5px 0 0;
}

.plan-desc {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 40px;
}

@media (max-width: 767px) {
	.plan-desc {
		-webkit-justify-content: space-around !important;
		justify-content: space-around !important;
	}
}

@media (max-width: 991px) {
	.plan-desc {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.plan-desc {
		margin: 40px -15px 0;
	}
}

.plan-desc h4 {
	font-weight: 200;
	letter-spacing: 5px;
	line-height: 1.3;
	margin: 0;
}

.plan-desc .price-icon {
	-webkit-transform: translateX(7%);
	-ms-transform: translateX(7%);
	transform: translateX(7%);
}

.plan-desc p {
	line-height: 0;
}

.plan-desc .plan-content {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.plan-desc .plan-content {
		margin-top: 25px;
	}
}

.ls .pricing-plan {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 991px) {
	.pricing-plan.pricing-plan:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

/* Testimonials shortcode */
.testimonials-slider .quote-item {
	padding: 5px 0;
	text-align: center;
}

@media (min-width: 992px) {
	.testimonials-slider .quote-item {
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: start;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
}

@media (min-width: 992px) {
	.testimonials-slider .quote-item .quote-inner {
		padding-right: 40px;
		text-align: left;
		width:50%;
		padding-bottom: 90px;
	}
}

.testimonials-slider .quote-item .quote-inner .quote-meta {
	color: #808080;
	letter-spacing: 0.4em;
	margin-bottom: 20px;
	margin-left: -9px;
	margin-top: 48px;
	text-align: center;
}

@media (max-width: 767px) {
	.testimonials-slider .quote-item .quote-inner .quote-meta {
		margin-bottom: 15px;
		margin-left: 0;
		margin-top: 20px;
	}
}

.testimonials-slider .quote-item .quote-inner .quote-content {
	color: #808080;
	font-size: 12pt;
/*	font-style: italic;
*/	font-weight: 300;
	line-height: 18pt;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 992px) {
	.testimonials-slider .quote-item .quote-inner .quote-signature {
		margin-left: -20px;
		margin-top: 29px;
	}
}

.quote-image {
	display: inline-block;
	margin-bottom: 25px;
	position: relative;
}

.quote-imag {
		width:50%;

}

@media (min-width: 992px) {
	.quote-image {
		margin-bottom: 0;
		margin-right: 60px;
	}
}

.quote-image:after {
	background: -webkit-linear-gradient(left, #d63838 0%, #d63838 100%);
	background: linear-gradient(to right, #d63838 0%, #d63838 100%);
	border: 0;
	border-radius: 50%;
	color: #fff;
	content: url("../images/quote-icon.png");
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	position: absolute;
	right: -30px;
	top: 50%;
	width: 60px;
}

@media (max-width: 576px) {
	.quote-image:after {
		display: none;
	}
}

.quote-image img {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	max-width: 370px;
	padding: 10px;
}

@media (max-width: 576px) {
	.quote-image img {
		max-width: 100%;
	}
}

.quote-image + p {
	letter-spacing: 0.4em;
	margin: 30px 0 20px;
}

@media (max-width: 991px) {
	.quote-signature {
		margin-bottom: 10px !important;
		margin-top: 30px !important;
	}
}

/*
** Items Masonry
*/
.items-tile .item-content {
	padding-bottom: 100px;
}

.items-tile .item-content h3 {
	margin-bottom: 0.3em;
	text-transform: none;
}

@media (min-width: 992px) {
	.items-tile .item-content h3 a {
		display: inline-block;
		max-height: 3.05em;
		overflow: hidden;
		padding-bottom: 0.1em;
	}

	.items-tile .item-content h3 + p {
		max-height: 5.5em;
		overflow: hidden;
	}
}

.items-tile .item-icons {
	border-bottom: 10px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	bottom: 0;
	height: 70px;
	left: 0;
	line-height: 60px;
	padding: 0 40px;
	position: absolute;
	right: 0;
}

.items-tile .item-icons span {
	padding: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.items-tile .col-lg-4 [class*='col-']:first-child .item-media {
		margin-bottom: 32px;
	}

	.items-tile .col-lg-4 [class*='col-']:last-child .item-content {
		min-height: 320px;
	}
}

@media (min-width: 1200px) {
	.items-tile .item-content {
		padding: 60px 60px 100px;
	}

	.items-tile .item-content h3 {
		font-size: 38px;
	}

	.items-tile .col-lg-4 [class*='col-']:first-child .item-media {
		margin-bottom: 16px;
	}

	.items-tile .col-lg-4 [class*='col-']:last-child .item-content {
		min-height: 388px;
	}
}

/*
filters
*/
.filters {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.filters {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

.filters.gallery-filters {
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.filters.gallery-filters {
		padding-bottom: 20px;
	}
}

.filters.filters-active-tob-border {
	padding-top: 0;
}

.filters.filters-active-tob-border a {
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}

@media (max-width: 991px) {
	.filters.filters-active-tob-border a {
		padding-bottom: 7px;
		padding-top: 10px;
	}
}

.filters.filters-active-tob-border a.active:after {
	background: #d63838;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.filters a {
	line-height: 10px;
	padding: 0 0px;
}

@media (max-width: 991px) {
	.filters a {
		line-height: 30px;
	}
}

.filters .active {
	color: #d63838;
}

.excerpt {
	color: #4c4c4c;
	font-size: 20px;
}

/*
** Widgets
*/
aside h2 {
	line-height: 1;
	margin-bottom: 0;
}

aside > * + * {
	margin-top: 56px;
}

.widget {
	position: relative;
}

.widget > h4,
.widget .widget-title {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1.5em;
}

.widget > h2:last-child {
	line-height: 1;
}

.widget li.media {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.widget li.media {
		font-size: 14px;
	}
}

.widget li.media img {
	border-radius: 5px;
	max-width: 100px;
}

.widget li.media h3,
.widget li.media h4 {
	font-size: inherit;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-transform: none;
}

.widget li.media p {
	color: #d63838;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

@media (max-width: 767px) {
	.widget li.media p {
		font-size: 14px;
	}

	.widget_search input {
		width: 80% !important;
	}

}


#blog-page-search-frm .search-field, #blog-page-search-frm .search-submit {
	padding-right: 0 !important;
}

.widget .media-body {
	margin-top: 5px;
}

.widget-title.next-image-background {
	position: relative;
	z-index: 2;
}

.widget-title.next-image-background + img {
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: -15px;
}

.text-center .widget-title.next-image-background + img {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	aside {
		margin: 60px auto 0;
		max-width: 100%;
	}

	aside .widget_search form {
		max-width: 100%;
	}

	aside .widget_search input {
		max-width: 100% ;
	}



}

/* affix-aside */
.affix-aside {
	position: relative;
}

.affix-aside.affix {
	position: fixed;
	top: 100px;
}

.affix-aside.affix-bottom {
	position: absolute !important;
}

.affix-aside.affix-top {
	left: auto !important;
	width: inherit !important;
}

@media (max-width: 991px) {
	.affix-aside,
	.affix-aside.affix-top,
	.affix-aside.affix,
	.affix-aside.affix-bottom {
		position: static !important;
		width: 100% !important;
	}
}

.widget.widget_portfolio .photo {
	display: inline-block;
}

.widget.widget_portfolio .photo img {
	border-radius: 5px;
	margin: 5px;
	max-height: 100px;
	max-width: 100px;
}

.widget.widget_post_tabs.small-tabs .nav-link {
	min-width: auto;
}

@media (max-width: 767px) {
	.widget.widget_post_tabs.small-tabs .nav-link {
		padding: 10px;
	}
}

/*
widget_search,
widget_mailchimp
widget_product_search
*/
.widget_search form,
.widget_product_search form,
.widget_mailchimp form {
	margin: auto;
	max-width: 370px;
	position: relative;
}

.widget_search label,
.widget_product_search label,
.widget_mailchimp label {
	display: inline;
	margin: 0;
	padding: 0;
}

.widget_search input,
.widget_product_search input,
.widget_mailchimp input {
	border-radius: 5px;
	max-width: 370px;
	width: 100%;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"],
.widget_product_search form:before {
	background-color: transparent;
	border: none;
	opacity: 1;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"] {
	height: 60px;
	padding: 0;
}

.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_product_search form input[type="submit"]:hover {
	opacity: 0.5;
}

.widget_search button:active,
.widget_mailchimp button:active,
.widget_product_search form input[type="submit"]:active {
	top: 0 !important;
}

.widget_search button {
	background-color: #d63838;
	border-radius: 0 5px 5px 0px;
}

.widget_search button:before {
	color: #fff !important;
	font-size: 20px !important;
}

.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
	background-color: #d63838;
	border-radius: 0 5px 5px 0px;
	color: #fff;
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 20px;
}

.widget_mailchimp form button:before {
	background-color: transparent;
	color: #d63838;
	content: "\f040";
	font-size: 14px;
}

.widget_product_search form:before {
	line-height: 60px;
}

.widget_product_search input[type="submit"] {
	color: transparent;
	font-size: 0;
}

/*
widget_archive
widget_categories
widget_nav_menu
widget_meta
widget_pages
widget_recent_comments
widget_recent_entries
*/
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li {
	padding-left: 20px;
}

.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_nav_menu ul ul li:last-child,
.widget_meta ul ul li:last-child,
.widget_pages ul ul li:last-child,
.widget_recent_comments ul ul li:last-child,
.widget_recent_entries ul ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_nav_menu li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu li + li,
.widget_meta li + li,
.widget_pages li + li,
.widget_recent_comments li + li,
.widget_recent_entries li + li {
	border-top: none;
}

.widget_archive a:empty,
.widget_archive li > a:not([href]),
.widget_categories a:empty,
.widget_categories li > a:not([href]),
.widget_nav_menu a:empty,
.widget_nav_menu li > a:not([href]),
.widget_meta a:empty,
.widget_meta li > a:not([href]),
.widget_pages a:empty,
.widget_pages li > a:not([href]),
.widget_recent_comments a:empty,
.widget_recent_comments li > a:not([href]),
.widget_recent_entries a:empty,
.widget_recent_entries li > a:not([href]) {
	display: none !important;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a {
	-webkit-box-flex: 10;
	color: #808080;
	display: inline-block;
	-webkit-flex-grow: 10;
	flex-grow: 10;
	padding-bottom: 10px;
	padding-top: 10px;
}

.widget_recent_comments li,
.widget_recent_entries li {
	padding-bottom: 12px;
	padding-top: 12px;
}

.widget_recent_comments li:before,
.widget_recent_entries li:before {
	color: #d63838;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 5px;
	padding-right: 12px;
	position: relative;
	top: 0;
}

.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
	border: none;
	display: inline-block;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 0;
	position: relative;
}

.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 5px;
	content: "";
	display: block;
	left: -5px;
	opacity: 0.3;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 1px;
}

.page_copyright .widget_nav_menu li:first-child:before,
.page_topline .widget_nav_menu li:first-child:before {
	display: none;
}

.page_copyright .widget_nav_menu a,
.page_topline .widget_nav_menu a {
	padding: 0 10px;
}

.page_copyright .widget_nav_menu a:before,
.page_topline .widget_nav_menu a:before {
	display: none;
}

.widget_categories select,
.widget_archive select {
	max-width: 370px;
	width: 100%;
}

/* widget_calendar */
.calendar_wrap {
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
	.calendar_wrap {
		overflow-x: auto;
		overflow-y: hidden;
	}
}

.widget_calendar table {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 0;
	max-width: 370px;
	position: relative;
	text-align: center;
}

.widget_calendar caption {
	background-color: #d63838;
	color: #fff;
	line-height: 1;
	padding: 22px 0 22px;
	text-align: center;
}

.widget_calendar thead {
	background-color: #4c4c4c;
	color: #fff;
}

.widget_calendar thead th {
	text-align: center;
	width: 100px;
}

.widget_calendar thead th:first-child {
	padding-left: 20px;
}

.widget_calendar thead th:last-child {
	padding-right: 20px;
}

.widget_calendar tbody {
	border: 1px solid #e1e1e1;
	border-top: none;
}

.widget_calendar tbody tr:first-child td {
	padding-top: 30px;
}

.widget_calendar tbody tr:last-child td {
	padding-bottom: 30px;
}

.widget_calendar tbody td {
	padding: 10px 4px;
	position: relative;
	width: 100px;
}

.widget_calendar tbody td:first-child {
	padding-left: 20px;
}

.widget_calendar tbody td:last-child {
	padding-right: 20px;
}

.widget_calendar tbody td a {
	font-weight: 700;
}

.widget_calendar th {
	color: inherit;
}

.widget_calendar tfoot td {
	position: absolute;
	top: 0;
}

.widget_calendar tfoot td a {
	color: transparent;
	display: inline-block;
	font-size: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	text-align: center;
}

.widget_calendar tfoot td a:hover {
	background-color: #d63838;
	border-color: #d63838;
}

.widget_calendar tfoot td a:before,
.widget_calendar tfoot td a:after {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 14px;
}

.widget_calendar tfoot td.pad {
	display: none;
}

.widget_calendar tfoot td:first-child {
	left: 0;
	padding: 0;
}

.widget_calendar tfoot td:first-child a {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_calendar tfoot td:first-child a:before {
	content: "\f053";
}

.widget_calendar tfoot td:last-child {
	padding: 0;
	right: 0;
}

.widget_calendar tfoot td:last-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_calendar tfoot td:last-child a:after {
	content: "\f054";
}

/* widget_rss */
.widget_rss .widget-title .rsswidget:first-child img {
	display: none;
}

.widget_rss .widget-title .rsswidget:first-child:before {
	content: "\f09e";
	font-family: "FontAwesome";
	font-size: 0.8em;
	padding-right: 0.3em;
	position: relative;
	top: -1px;
}

.widget_rss ul {
	list-style: none;
	padding-left: 0;
}

.widget_rss ul a {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss li cite:last-child {
	display: block;
	margin-top: 0.5em;
}

.widget_rss li + li {
	margin-top: 1.5em;
}

.widget_rss .rss-date {
	color: #4c4c4c;
	color: #4c4c4c;
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin: 0.8em 0;
	text-transform: uppercase;
}

/* widget_tag_cloud */
.widget_tag_cloud a {
	border: 1px solid rgba(76, 76, 76, 0.1);
	border-radius: 1px;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	color: #d63838;
	display: inline-block;
/*	font-size: 12px !important;
	font-weight: 500;
	margin: 0 0 10px 5px;
	padding: 9px 34px;
*/	text-align: center;
	text-transform: uppercase;


 	font-size: 7px; 
 	font-weight: 700; 
 	margin: 0 0 7px 2px; 
 	padding: 9px 9px; 
 	line-height: 0.3;	
}

.widget_tag_cloud a:hover {
	background-color: #d63838;
	border-color: #d63838;
	color: #fff;
}



.apsc-comment-icon {
	background-color: #464646;
}

.apsc-edit-icon {
	background-color: #837d7d;
}

.apsc-each-profile a {
	color: white !important;
}

.apsc-each-profile a:hover {
	color: white !important;
	text-decoration: none !important;
}

.apsc-theme-4 .apsc-each-profile {
	margin-bottom: 10px;
}

.apsc-theme-4 .apsc-inner-block {
	-webkit-box-pack: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.apsc-theme-4 .social-icon {
	display: inline-block;
	margin-right: auto;
	padding: 4px 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 20px 18px 20px 70px;
	position: relative;
	text-transform: uppercase;
}

.apsc-theme-4 .apsc-each-profile a:hover {
	opacity: 0.8;
}

.apsc-theme-4 .apsc-each-profile a .fa {
	-webkit-align-items: center;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 16px;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 60px;
}

.apsc-theme-4 .apsc-count {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: inherit;
	padding: 4px 4px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-media-type {
	display: inline-block;
	padding: 4px 0;
}

/*.widget_slider*/
.widget_slider h4:first-child {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.3em;
	margin-top: -1em;
	text-transform: none;
}

.widget_slider .cat-links {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	position: absolute;
}

/*.widget_post_tabs*/
.widget_post_tabs h5:first-child {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.3em;
	text-transform: none;
}

.widget_post_tabs .vertical-item {
	margin-bottom: 2em;
}

.widget_post_tabs .vertical-item:last-child {
	margin-bottom: 0;
}

/*.widget_posts_2cols*/
.widget_posts_2cols ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget_posts_2cols li {
	margin-top: 20px;
	width: 50%;
}

.widget_posts_2cols li:nth-child(even) {
	padding-left: 10px;
}

.widget_posts_2cols li:nth-child(odd) {
	padding-right: 10px;
}

.widget_posts_2cols li:nth-child(1),
.widget_posts_2cols li:nth-child(2) {
	margin-top: 0;
}

.widget_posts_2cols h5 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0;
	text-transform: none;
}

/*
** Social Icons - Font Awesome Brand Icons
*/
/* social icon layout */
a[class*='fa-']:before {
	display: inline-block;
	font-family: "FontAwesome", sans-serif;
	font-size: 14px;
	line-height: 1;
	width: 1em;
}

a.fa {
	font-size: 0;
	line-height: 0;
	margin-left: 11px;
	margin-right: 11px;
	text-align: center;
}

a.fa.bg-icon,
a.fa .tooltip,
a.fa.color-bg-icon,
a.fa .tooltip,
a.fa.border-icon {
	margin-left: 3px;
	margin-right: 3px;
}

a.fa:first-child {
	margin-left: 0;
}

a.fa:last-child {
	margin-right: 0;
}

a.border-icon,
a.bg-icon,
a.color-bg-icon {
	margin-bottom: 4px;
}

a.border-icon:before,
a.bg-icon:before,
a.color-bg-icon:before {
	height: 2.9em;
	line-height: 3em;
	width: 2.9em;
}

a[class*='fa-'].rounded-icon {
	border-radius: 50%;
}

/*social icons brand colors*/
a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
	color: #0099e5;
}


.color-bg-icon.fa-500px,
a.fa-500px.bg-icon:hover,
.fa-500px.color-icon.border-icon:hover {
	background-color: #0099e5;
}

/*social icons default colors*/
.color-bg-icon {
	color: #fff;
}

a.fa {
	color: #4c4c4c;
}

a.border-icon {
	border: 1px solid #808080;
	border-color: rgba(128, 128, 128, 0.4);
}

a.border-icon.color-icon:hover {
	border-color: transparent;
}

a.bg-icon {
	background-color: #e8e8e8;
}

a.color-bg-icon {
	background-color: #4c4c4c;
	color: #fff;
}

a.fa.color-icon:hover {
	color: #4c4c4c;
}

a.fa.bg-icon:hover {
	color: #fff;
}

a.fa.color-bg-icon:hover {
	background-color: #d63838;
	color: #fff;
}

a.color-icon:hover {
	color: #4c4c4c;
}

a.color-icon.border-icon:hover {
	color: #fff;
}

/*
** WordPress Required
*/
.alignnone {
	margin: 10px 0 30px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 10px auto 30px auto;
}

.alignright {
	float: right;
	margin: 10px 0 30px 40px;
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: 10px 40px 30px 0;
	max-width: 50%;
}

a img.alignright {
	float: right;
	margin: 10px 0 30px 40px;
}

a img.alignnone {
	margin: 10px 0 30px;
}

a img.alignleft {
	float: left;
	margin: 10px 40px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.sticky,
.bypostauthor {
	position: relative;
}

/*
** WordPress Page Links and Pagination
*/
.page-item,
.nav-links,
.page-links {
	clear: both;
}

.page-item > span,
.page-item > a,
.nav-links > span,
.nav-links > a,
.page-links > span,
.page-links > a {
	border: 2px solid #ededed;
	border-radius: 5px !important;
	color: #808080;
	display: inline-block;
	line-height: inherit;
	margin-left: 0;
	margin-right: 4px;
	min-width: 3em;
	padding: 0.5em 1.2em;
	text-align: center;
}

.page-item > span:hover,
.page-item > a:hover,
.nav-links > span:hover,
.nav-links > a:hover,
.page-links > span:hover,
.page-links > a:hover {
	background-color: transparent;
	border-color: #d63838;
}

.page-item.active > a,
.page-item > span,
.nav-links.active > a,
.nav-links > span,
.page-links.active > a,
.page-links > span {
	border-color: #d63838;
	cursor: not-allowed;
}

.page-item .fa,
.nav-links .fa,
.page-links .fa {
	font-size: 18px;
}

.page-links a:first-child {
	margin-left: 1em;
}

.pagination {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 60px;
}

@media (max-width: 767px) {
	.pagination {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

.post-nav {
	margin: 60px 0 0;
	position: relative;
}

.post-nav .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-nav .nav-links > div {
	height: auto;
	padding: 30px 40px;
	position: relative;
	text-align: right;
	-webkit-transition: 0.2s opacity ease;
	transition: 0.2s opacity ease;
	width: 50%;
}

.post-nav .nav-links > div:hover {
	opacity: 0.9;
}

@media (max-width: 575px) {
	.post-nav .nav-links > div {
		width: 100%;
	}
}

.post-nav .nav-links > div .fa {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-nav .nav-links > div:first-child {
	text-align: left;
}

.post-nav .nav-links > div:first-child .fa {
	left: 0;
	right: auto;
}

.post-nav .nav-links .nav-subtitle {
	color: #4c4c4c;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	min-width: 8em;
	padding: 0.25em 0.8em 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.post-nav .nav-links .nav-title {
	display: block;
}

.post-nav .nav-links a {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.post-nav .post-nav-image {
	display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
	text-align: center;
}

.page-item.active .page-link {
	background-color: #d63838;
	border-color: #d63838;
}

/*
** Main Menu styles
*/
.nav-wrap {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
	.nav-wrap {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
}

.nav-wrap > .top-nav + *:not(.top-includes) {
	-webkit-box-flex: 100;
	-webkit-flex-grow: 100;
	flex-grow: 100;
	padding-left: 30px;
	padding-right: 30px;
}

/* Desktop menu - (min 1200px) styles */

@media (min-width: 1200px) {
	.top-nav {
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-flex: 10;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-grow: 10;
		flex-grow: 10;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: relative;
	}

	.justify-nav-end .top-nav {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}

	.justify-nav-center .top-nav {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	/* menu layout */
	.sf-menu {
		display: block;
	}

	.sf-menu,
	.sf-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sf-menu li {
		position: relative;
		text-align: center;
	}

	.sf-menu li > ul {
		display: none;
		left: 50%;
		position: absolute;
		top: 74%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 99;
	}

	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}

	.sf-menu a {
		display: block;
		position: relative;
	}
	/* menu skin */
	.sf-menu a {
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.4em;
		line-height: 1.6em;
		padding: 10px 1.1em;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
		transition-property: color, background-color, border-color, padding-top, padding-bottom;
		zoom: 1;
	}

	.sf-menu li {
		*white-space: normal;
		white-space: nowrap;
	}

	.sf-menu > li {
		display: inline-block;
		position: relative;
	}

	.sf-menu.nav > li:first-child > a {
		margin-left: 0;
	}

	.sf-menu.nav > li:last-child > a {
		margin-right: 0;
	}

	.sf-menu > li > a {
		line-height: 14px;
		margin: 0 15px;
		padding-bottom: 73px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 73px;
		-webkit-transition-duration: 0.15s;
		transition-duration: 0.15s;
	}

	.affix .sf-menu > li > a {
		padding-bottom: 23px;
		padding-top: 23px;
	}
}

@media (min-width: 1200px) and (min-width: 1500px) {
	.sf-menu > li > a {
		margin: 0 25px;
	}
}

@media (min-width: 1200px) {
	.sf-menu > li > a:hover,
	.sf-menu > li.active > a {
		color: #d63838;
	}

	.nav-narrow .sf-menu > li {
		padding: 0;
	}

	.nav-narrow .sf-menu > li > a {
		margin-left: 29px;
		margin-right: 29px;
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.nav-narrow .sf-menu > li.active > a:before {
		background-color: #d63838;
		content: "";
		height: 1px;
		left: -20px;
		position: absolute;
		right: -20px;
		top: 0;
		z-index: 1;
	}

	.nav-bordered .sf-menu > li + li:before {
		background-color: rgba(255, 255, 255, 0.15);
		bottom: 0;
		content: "";
		left: -2px;
		position: absolute;
		top: 0;
		width: 1px;
	}

	.cs .sf-menu > li > a {
		color: #fff;
	}

	.cs .sf-menu > li > a:hover,
	.cs .sf-menu > li.active > a {
		color: #4c4c4c;
	}

	.ds .sf-menu > li > a {
		color: #fff;
	}

	.ds .sf-menu > li > a:hover,
	.ds .sf-menu > li.active > a {
		color: rgba(255, 255, 255, 0.5);
	}

	.ls .sf-menu > li > a:hover,
	.ls .sf-menu > li.active > a {
		color: #d63838;
	}

	.ls .sf-menu > li + li:before {
		background-color: #e1e1e1;
	}

	.sf-menu li:hover,
	.sf-menu li.sfHover {
		/* only transition out, not in */
		-webkit-transition: none;
		transition: none;
	}
	/* second and next levels */
	.sf-menu > li .mega-menu,
	.sf-menu li > ul {
		/* allow long menu items to determine submenu width */
		*width: 10em;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
		list-style: none;
		margin-top: 5px;
		min-width: 10em;
		padding: 28px 0 28px;
		text-align: left;
		/* no auto sub width for IE7, see white-space comment below */
	}

	.sf-menu > li .mega-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu.nav ul a {
		color: #4c4c4c;
		padding-left: 40px;
		padding-right: 40px;
	}

	.sf-menu .mega-menu ul {
		background: transparent;
		box-shadow: none;
		padding: 0;
	}

	.sf-menu .mega-menu ul a {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu ul a:hover,
	.sf-menu ul li.active > a {
		color: #d63838;
	}
	/* third level */
	.sf-menu ul ul {
		margin-top: 0;
		top: -32px;
		-webkit-transform: translateX(3%);
		-ms-transform: translateX(3%);
		transform: translateX(3%);
	}

	.sf-arrows ul .sf-with-ul:after {
		content: "\f105";
		font-family: "FontAwesome";
		padding-left: 7px;
	}
}

.sf-menu i[class] {
	font-size: 1.1em;
	margin-right: 7px;
}

/* hidden menu items */

@media (min-width: 1200px) {
	.sf-menu .sf-xl-hidden {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.sf-more-li {
		display: none;
	}
}

.header_absolute.header_layout_1 .ls.affix-top .sf-menu > li > a {
	color: #fff;
}

.sf-menu > li > a {
	margin: 0 23px;
	padding-bottom: 52px;
	padding-top: 52px;
}

@media (min-width: 992px) {
	.top-nav + .top-includes.search-icon {
		margin-left: 37px;
		margin-right: -38px;
	}
}

/* Mobile menu toggler */

@media (min-width: 1200px) {
	.page_header .toggle_menu,
	.page_toplogo .toggle_menu {
		display: none;
	}
}

.toggle_menu {
	cursor: pointer;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 0.95;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 50%;
	visibility: visible;
	width: 60px;
	z-index: 1002;
}

.page_header_wrapper .toggle_menu {
	z-index: 1003;
}
/*
.ls .toggle_menu {
	background-color: #fff;
}
*/

.ls .toggle_menu:before,
.ls .toggle_menu span,
.ls .toggle_menu span:before,
.ls .toggle_menu span:after {
	background-color: #4c4c4c;
}

.affix-top-wrapper .toggle_menu:before, 
.affix-top-wrapper .toggle_menu span,
.affix-top-wrapper  .toggle_menu span:before,
.affix-top-wrapper  .toggle_menu span:after 
 {
	background-color: white;
}


.page_toplogo .toggle_menu {
	left: auto;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.toggle_menu:hover span:before {
	top: -9px;
}

.toggle_menu:hover span:after {
	top: 9px;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 30px;
}

.toggle_menu:before,
.toggle_menu span {
	left: 15px;
	top: 50%;
}

.toggle_menu span:before {
	opacity: 1;
	top: -8px;
}

.toggle_menu span:after {
	opacity: 1;
	top: 8px;
}

.toggle_menu.mobile-active {
	background-color: #d63838;
	border: none;
	left: auto;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3000;
}

.toggle_menu.mobile-active:before {
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle_menu.mobile-active span {
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
	opacity: 0;
}

.toggle_menu.active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle_menu.active span {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle_menu.active span:before,
.toggle_menu.active span:after {
	opacity: 0;
}

/* Mobile Menu (max 991px) styles */

@media (max-width: 767px) {
	.nav-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

@media (max-width: 1199px) {
	.page_header [class*="col"] {
		min-height: 0;
	}

	.top-nav {
		background-color: transparent;
		bottom: 0;
		left: 0;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		visibility: hidden;
		z-index: 10;
	}

	.mobile-active .top-nav {
		background-color: #111;
		background-color: rgba(0, 0, 0, 0.9);
		opacity: 1;
		visibility: visible;
		z-index: 1002;
	}

	.nav-justified > li > a {
		text-align: left;
	}

	.sf-menu {
		background-color: #fff;
		border-top: 61px solid #d63838;
		bottom: 0;
		color: #4c4c4c;
		display: block;
		font-size: 12px;
		font-weight: 500;
		left: 0;
		letter-spacing: 0.2em;
		opacity: 0;
		overflow: auto;
		padding: 20px 10px 20px 20px;
		position: fixed;
		right: 100%;
		text-align: center;
		text-transform: uppercase;
		top: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.mobile-active .sf-menu {
		opacity: 1;
		padding-top: 60px;
		right: 0;
	}

	.sf-menu li {
		position: relative;
	}

	.top-nav .sf-menu a {
		color: #4c4c4c !important;
		display: block;
		padding: 5px 10px;
		z-index: 2;
	}

	.sf-menu ul {
		list-style: none;
		margin-top: 0 !important;
		padding-left: 10px;
	}

	.sf-menu ul li a {
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	/* arrows (for all except IE7) */
	.sf-arrows .sf-with-ul {
		padding-right: 3.5em;
	}
	/* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
		display: none;
	}

	.sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
		color: #4c4c4c;
		content: "\f105";
		font-family: "FontAwesome";
	}

	.sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
		content: "\f107";
	}
}

@media (max-width: 1199px) {
	a.sf-with-ul:after {
		content: "\f105";
		font-family: "FontAwesome";
		padding-left: 7px;
	}
}

/* Mega Menu */

@media screen and (min-width: 992px) {
	.top-nav ul .mega-menu ul {
		border: none;
		min-width: auto;
	}

	.top-nav .menu-item-has-mega-menu {
		position: relative;
	}

	.top-nav .mega-menu {
		display: none;
		position: absolute;
		top: 100%;
		width: 940px;
		z-index: 10;
	}

	.top-nav .menu-item-has-mega-menu:hover .mega-menu {
		display: block;
	}
	/* row */
	.top-nav .mega-menu-row {
		display: table;
		position: static;
		table-layout: fixed;
	}

	.top-nav .mega-menu-row ul {
		display: block;
		position: static;
	}
	/* column */
	.top-nav .mega-menu-col {
		border-left: 1px solid #e1e1e1;
		display: table-cell;
		padding: 0 15px;
		width: 2000px;
		/* overrides from settings / styling / mega-menu */
	}

	.top-nav .mega-menu-col > a {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	.top-nav .mega-menu-col:first-child {
		border-left: none;
	}

	.top-nav ul ul .mega-menu {
		display: block;
		margin-left: 1px;
		top: -20px;
		width: auto;
	}

	.top-nav ul ul .mega-menu li {
		border: none;
		display: block;
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
	.top-nav .mega-menu {
		width: 1195px;
	}

	.top-nav ul .mega-menu ul {
		min-width: 10em;
	}

	.top-nav .mega-menu-col {
		padding: 0 40px;
	}
}

@media screen and (max-width: 991px) {
	.top-nav .mega-menu {
		position: static;
	}
}

/* side clickable menu styles */
.menu-click {
	padding: 0;
}

.menu-click i {
	text-align: center;
}

.menu-click .toggle_submenu {
	border-radius: 50%;
	cursor: pointer;
	font-size: 8px;
	height: 3em;
	line-height: 3em;
	opacity: 0.9;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 8px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 3em;
}

.menu-click .toggle_submenu:before {
	content: "\f078";
	font-family: "FontAwesome";
	height: 3em;
	left: 0;
	line-height: 3em;
	position: absolute;
	top: 0;
	width: 3em;
}

.menu-click ul {
	padding: 0;
}

.menu-click li {
	list-style: none;
	position: relative;
	width: 100%;
}

.menu-click > li {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.menu-click a {
	color: #4c4c4c;
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 10px 40px;
	text-transform: uppercase;
}

.menu-click a:hover {
	background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu > a {
	background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu > .toggle_submenu {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu-click li.active > a {
	color: #d63838;
}

.menu-click ul {
	height: 0;
	opacity: 0;
}

.menu-click ul a {
	padding-bottom: 8px;
	padding-left: 50px;
	padding-top: 8px;
}

.menu-click ul ul a {
	padding-left: 60px;
}

.menu-click ul ul ul a {
	padding-left: 70px;
}

.menu-click ul ul ul ul a {
	padding-left: 80px;
}

.menu-click .active-submenu > div.mega-menu {
	height: auto;
}

.menu-click .active-submenu > ul,
.menu-click .active-submenu > div.mega-menu > ul {
	height: auto;
	opacity: 1;
}

.menu-click ul,
.menu-click div.mega-menu {
	height: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
	transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
}

.menu-click ul li.sfHover > .mega-menu ul {
	display: block;
	height: 100%;
}

.menu-click div.mega-menu > ul {
	height: auto;
	margin-right: 0;
}

.active-side-slide-header:after {
	background-color: rgba(91, 131, 205, 0.5);
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	z-index: 1050;
}

/*
** Header
*/
.page_header {
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
	z-index: 1000;
}

.boxed .page_header,
.page_header.affix {
	box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
	opacity: 0.98;
	position: fixed !important;
	z-index: 1001;
	opacity: 0.25;
}


.boxed .page_header,
.page_header.affix:hover {
	opacity: 100%;
}


.boxed .page_header:after,
.page_header.affix:after {
	background-color: transparent;
}

.page_header.affix.s-bordertop::before {
	display: none;
}

@media (max-width: 991px) {
	.page_header.mobile-active {
		opacity: 1;
		z-index: 1003;
	}
}

.page_header.affix-bottom {
	position: fixed;
	top: 0 !important;
}

.page_header .row {
	min-height: 60px;
}

.page_header a {
	display: inline-block;
}

.page_header .btn {
	margin-bottom: 0;
}

.header_absolute {
	position: relative;
}

.header_absolute .page_header,
.header_absolute .page_header_wrapper {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1002;
}

.header_absolute .page_header.main-header-side,
.header_absolute .page_header_wrapper.main-header-side {
	left: 100%;
	z-index: 1051;
}

.header_absolute .page_topline,
.header_absolute .page_toplogo,
.header_absolute .page_header_wrapper,
.header_absolute .page_title {
	background-color: transparent;
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top {
	background-color: transparent;
}

.page_topline {
	line-height: 1.4;
}

.page_topline.small-text i {
	font-size: 14px;
}

.page_topline .icon-inline {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.page_topline .social-icons {
	display: inline-block;
}

.page_topline .widget_nav_menu {
	display: inline-block;
}

.page_topline ul {
	margin: 0;
	padding: 0;
}

.page_topline ul li {
	display: inline-block;
}

.page_topline .dropdown-menu {
	margin: 23px 0 0 -25px;
	min-width: auto;
}

.page_topline .dropdown-language a > img {
	bottom: 1px;
	margin-right: 6px;
	max-width: 16px;
	position: relative;
}

.page_topline .owl-news-slider-dates {
	font-weight: 700;
}

.page_topline .topline-news-item {
	height: 2em;
	line-height: 2em;
	margin: 0 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_topline .topline-news-item .cat-links {
	display: inline;
}

.page_topline .topline-news-nav-arrow {
	border: 1px solid #4c4c4c;
	border-radius: 50%;
	bottom: 20px;
	font-size: 10px;
	line-height: 38px;
	position: relative;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	width: 40px;
}

.page_topline .topline-news-nav-arrow:hover {
	opacity: 0.5;
}

.page_topline .owl-nav > div {
	opacity: 1;
}

@media (min-width: 992px) {
	.page_toplogo .media + .media {
		margin-left: 60px;
	}
}

.page_toplogo .widget_search form,
.page_toplogo .widget_product_search form,
.page_toplogo .widget_search input,
.page_toplogo .widget_product_search input {
	max-width: none;
}

@media (max-width: 991px) {
	.page_toplogo .media {
		margin: 10px;
	}
}

@media (min-width: 1500px) {
	.page_topline .container-fluid,
	.page_toplogo .container-fluid,
	.page_header .container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 1500px) {
	.page_topline.with-padding .container-fluid,
	.page_header.with-padding .container-fluid {
		padding-left: 120px;
		padding-right: 120px;
	}
}

.page_header.ls.affix-top .logo {
	color: #fff;
}

.page_header.ls.affix .logo {
	color: #8073b2;
}

.webp .page_header.ls.affix .logo .logo-text {
 	background-image: url("../images/common/logos/logoblackextended.webp");
 	display: none;
}

.no-webp .page_header.ls.affix .logo .logo-text {
 	background-image: url("../images/common/logos/logoblackextended.png");
}

.page_header.ls.affix .logo .logo-text {
  	background-repeat: no-repeat;
  	background-position: center; /* Center the image */
  	background-size: 200px 41px;
}

.header-layout2 a.logo .logo-text {
	border-color: #8073b2;
	color: #8073b2;
}

.header-layout2 a.search_modal_button {
	color: #8073b2;
}

.header-layout2 .icons-include .icon-styled {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-layout2 .icons-include .search_modal_button {
	padding: 0;
}

.header-layout2 .icons-include a i:hover {
	color: #8073b2 !important;
}

.page_topline.with-padding .icon-inline {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

/*header includes*/
.top-includes {
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
	.top-includes {
		white-space: nowrap;
	}
}

.top-includes > * {
	display: inline-block;
}

.top-includes > li {
	margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-includes > li {
		margin-left: 0;
	}
}

.top-includes > li:first-child {
	margin-left: 0;
}

@media (min-width: 992px) {
	.top-includes.border-divided > li + li {
		border-left: 2px solid rgba(200, 200, 200, 0.35);
		margin-left: 26px;
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	.top-nav + .top-includes {
		margin-left: 50px;
	}
}

@media (max-width: 991px) {
	.top-includes.md-absolute {
		bottom: 0;
		position: absolute;
		right: 80px;
	}
}

.top-includes a.border-icon,
.top-includes a.bg-icon,
.top-includes a.color-bg-icon {
	margin-bottom: 2px;
	margin-top: 2px;
}

/*search modal*/
#search_modal {
	padding: 0 !important;
}

#search_modal .widget {
	background-color: #fff;
	padding: 20px 0;
}

@media (min-width: 1200px) {
	#search_modal .widget a.logo {
		color: #d63838;
		height: 100px;
		left: 30px;
		position: absolute;
		top: 0;
		width: 100%;
	}

	#search_modal .widget a.logo .logo-text {
		border-color: #d63838;
	}
}

#search_modal .search-form {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 100px 0 0;
}

#search_modal a {
	color: #4c4c4c;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

#search_modal a:hover {
	color: #d63838;
	opacity: 1;
}

#search_modal .searchform-respond {
	color: #fff;
	margin: 20px auto;
	width: 300px;
}

#search_modal .form-group {
	margin-bottom: 0;
}

#search_modal .form-control {
	background-color: transparent;
	border: 1px solid #e1e1e1;
	color: #4c4c4c;
	font-size: 28px;
	font-style: italic;
	height: 60px;
	max-width: none;
	width: 100%;
}

#search_modal .form-control:-moz-placeholder {
	color: #808080;
	opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
	color: #808080;
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	color: #808080;
}

#search_modal .form-control::-webkit-input-placeholder {
	color: #808080;
}

#search_modal .btn {
	color: #4c4c4c;
	font-size: 0;
	margin: 0 60px 0 0;
	width: auto;
	width: 60px;
}

#search_modal .btn:hover {
	opacity: 1;
}

#search_modal .btn:before {
	color: #4c4c4c;
	font-size: 18px;
}

#search_modal .close {
	color: #4c4c4c;
	font-size: 30px;
	line-height: 60px;
	min-width: 60px;
	opacity: 1;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: none;
	top: 18px;
	z-index: 2;
}

.active-side-header #search_modal {
	right: 340px;
}

.search_modal_button {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 0 0 0 10px;
}

/*
** Side Header
*/
/* side header layout */
body:after {
	background-color: rgba(91, 131, 205, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1001;
}

body,
body:after,
#canvas,
.page_header_side {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#canvas {
	left: 0;
	-webkit-transition-property: left, margin-left;
	transition-property: left, margin-left;
}

body.active-side-header {
	overflow: hidden;
}

body.active-side-header #canvas {
	left: 340px;
}

body.active-side-header .page_header_side {
	left: 0;
}

body.active-side-header:after {
	opacity: 1;
	visibility: visible;
}

html.html-active-push-header {
	overflow: hidden;
}

.page_header_side {
	bottom: 0;
	left: -340px;
	position: fixed;
	top: 0;
	width: 340px;
	z-index: 1102;
}

.page_header_side.active-slide-side-header {
	box-shadow: 0 0 4px 3px rgba(50, 50, 50, 0.05);
}

.page_header_side ~ .page_toplogo .toggle_menu {
	display: none;
}

.page_header_side a.logo {
	margin-bottom: 20px;
	padding: 10px 20px;
}

.page_header_side a.logo img {
	max-width: 100%;
}

.page_header_side .widget {
	margin-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

.page_header_side .widget_icons_list li + li {
	margin-top: 1em;
}

.page_header_side .social-icons {
	display: block;
	margin-top: 43px;
}

.page_header_side .social-icons a.border-icon,
.page_header_side .social-icons a.bg-icon,
.page_header_side .social-icons a.color-bg-icon {
	margin-bottom: 2px;
	margin-top: 2px;
}

@media (min-width: 1200px) {
	.page_header_side ~ .page_topline .container-fluid,
	.page_header_side ~ .page_toplogo .container-fluid,
	.page_header_side ~ div .page_header .container-fluid {
		padding-left: 65px;
		padding-right: 65px;
	}
}

@media (max-width: 1199px) {
	.page_header_side ~ .page_topline [class*="container"],
	.page_header_side ~ .page_toplogo [class*="container"],
	.page_header_side ~ div .page_header [class*="container"] {
		padding-left: 65px;
		padding-right: 65px;
	}
}

.side_header_inner {
	padding: 26px 0 60px;
}

.toggle_menu_side {
	margin: 0;
	position: absolute;
	right: -60px;
	top: 0;
	-webkit-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
}

@media (max-width: 370px) {
	.toggle_menu_side.active {
		opacity: 0.4;
		right: 0;
	}
}

.toggle_menu_side:before,
.toggle_menu_side span:before,
.toggle_menu_side span:after,
.toggle_menu_side span {
	background-color: #fff !important;
}

.ds .toggle_menu_side {
	background-color: #d63838;
}

.bs .toggle_menu_side {
	background-color: #d63838;
}

.ls .toggle_menu_side {
	background-color: #d63838;
}

.page_header_side.header_side_sticked .toggle_menu_side {
	right: -60px;
	top: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.page_header_side.active-slide-side-header {
	left: 0;
}

.active-side-header .boxed .header_push ~ div .page_header,
.active-side-header .header_push ~ div .page_header.affix {
	margin-left: 340px;
}

.active-side-header.slide-right .boxed .header_push ~ div .page_header,
.active-side-header.slide-right .header_push ~ div .page_header.affix {
	margin-left: -340px;
}

.page_header_side.header_side_right {
	left: auto;
	right: -340px;
}

.page_header_side.header_side_right.active-slide-side-header {
	right: 0;
}

.page_header_side.header_side_right .toggle_menu_side {
	left: -60px;
	right: auto;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

@media (max-width: 370px) {
	.page_header_side.header_side_right .toggle_menu_side.active {
		left: 0;
	}
}

body.active-side-header.slide-right #canvas {
	left: -340px;
}

body.active-side-header.slide-right .page_header_side {
	left: auto;
	right: 0;
}

@media (min-width: 600px) {
	.page_header_side.header_side_sticked.active-slide-side-header {
		left: 0;
	}

	.header_side_sticked ~ * {
		-webkit-transition: margin 0.5s ease-in-out;
		transition: margin 0.5s ease-in-out;
	}

	.header_side_sticked ~ * .container-fluid {
		padding-left: 80px;
	}

	.header_side_sticked ~ div .page_header {
		width: auto;
	}

	.header_side_sticked.active-slide-side-header ~ *,
	.header_side_sticked.active-slide-side-header ~ div .page_header {
		margin-left: 340px;
	}

	.boxed .header_side_sticked.active-slide-side-header ~ *,
	.boxed .header_side_sticked.active-slide-side-header ~ div .page_header {
		margin-left: 0;
	}

	.header_side_sticked ~ .page_header_wrapper {
		margin: 0 !important;
	}

	.page_header_side.header_side_sticked.header_side_right.active-slide-side-header {
		left: auto;
	}

	.header_side_sticked.header_side_right.active-slide-side-header ~ *,
	.header_side_sticked.header_side_right.active-slide-side-header ~ div .page_header {
		margin-left: 0;
		margin-right: 340px;
	}
}

.light-logo-text .logo {
	color: #8073b2 !important;
}

.light-logo-text .logo .logo-text {
	border: 2px solid #8073b2 !important;
}

/* 
** Intro Section Styles
*/
.page_slider {
	clear: both;
	overflow: hidden;
	position: relative;
}

.page_slider > img {
	width: 100%;
}

.page_slider h2 {
	font-size: 3em;
	line-height: 1;
	margin: 0;
}

.page_slider h3 {
	font-size: 2em;
	line-height: 1;
	margin: 0;
}

.page_slider h4 {
	font-size: 1.5em;
	margin: 0;
}

.page_slider p {
	font-size: 14px;
}

@media (min-width: 767px) {
	.page_slider h2 {
		font-size: 6em;
	}

	.page_slider h3 {
		font-size: 3em;
	}

	.page_slider h4 {
		font-size: 2.5em;
	}

	.page_slider h5 {
		font-size: 24px;
		letter-spacing: 0.4em;
		line-height: 30px;
	}

	.page_slider p {
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.42em;
	}
}

@media (max-width: 767px) {
	.page_slider h5 {
		font-size: 12px !important;
		letter-spacing: 0 !important;
	}
}

@media (max-width: 991px) {
	.page_slider h5 {
		font-size: 16px;
		letter-spacing: 0.4em;
		line-height: 1;
		width: 100%;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.page_slider h5 {
		font-size: 20px;
		margin-top: 30px;
	}
}

.page_slider .flex-direction-nav .flex-prev {
	left: 2%;
	opacity: 1;
}

.page_slider .flex-direction-nav .flex-next {
	opacity: 1;
	right: 2%;
}

.page_slider .flexslider .intro_layer img {
	width: auto;
}

.page_slider .flexslider.slider-shadow {
	padding-bottom: 50px;
}

.page_slider .flexslider.slider-shadow:before,
.page_slider .flexslider.slider-shadow:after {
	background: transparent;
	bottom: 65px;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
	content: "";
	height: 20%;
	left: 10px;
	max-width: 400px;
	position: absolute;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	width: 50%;
	z-index: 1;
}

.page_slider .flexslider.slider-shadow:after {
	left: auto;
	right: 10px;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

.page_slider .intro_layers_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.page_slider .intro_layers {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px 0;
}

.page_slider .flex-control-nav {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: block;
	-webkit-flex-direction: unset;
	flex-direction: unset;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	width: 100%;
}

.page_slider .flex-control-nav li {
	display: block;
	margin-bottom: 24px;
	padding-bottom: 6px;
	padding-top: 6px;
}

@media (max-width: 991px) {
	.page_slider .flex-control-nav li {
		display: inline-block;
		margin: 0;
		padding: 0 10px;
	}
}

.page_slider .flex-control-nav li a.flex-active {
	color: #fff;
	opacity: 1;
	text-decoration: line-through;
}

@media (min-width: 300px) {
	.page_slider .cs,
	.page_slider .ds {
		background-color: transparent;
	}

	.page_slider .container-fluid,
	.page_slider .container,
	.page_slider img + .container {
		bottom: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: 0;
		top: 0;
	}

	.page_slider [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
		min-height: 0;
		position: static;
	}

	.page_slider .intro_layers_wrapper {
		bottom: 0;
		height: 100%;
		left: 23px;
		position: absolute;
		right: 15px;
		top: 0;
		-webkit-transform: translateY(1.5%);
		-ms-transform: translateY(1.5%);
		transform: translateY(1.5%);
	}
}

@media (min-width: 300px) and (min-width: 600px) {
	.boxed .page_slider .intro_layers_wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 300px) {
	.page_slider .intro_text_top .intro_layers {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	.page_slider .intro_text_bottom .intro_layers {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
}

@media (min-width: 992px) {
	.page_slider .flex-direction-nav {
		display: none;
	}

	.page_slider .intro_layers_wrapper {
		padding: 100px 0;
/*		padding-left: 60px;
*/	}
}

@media (min-width: 1600px) {
	.page_slider .intro_layers_wrapper {
		padding-left: 0;
	}
}

.intro-absolute {
	left: 39%;
	position: absolute;
	top: 19.3%;
}

@media (max-width: 767px) {
	.intro-absolute {
		top: 0 !important;
	}
}

@media (max-width: 991px) {
	.intro-absolute {
		top: 6px;
	}
}

.intro_after_featured_word {
	margin-left: 7px;
	margin-top: 26px;
}

@media (max-width: 767px) {
	.intro_after_featured_word {
		margin-left: 0;
		margin-top: 15px;
	}
}

.intro_featured_word {
/*	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 53%, 75% 100%, 0 100%, 0 21%);
	clip-path: polygon(10% 0, 100% 0, 100% 53%, 75% 100%, 0 100%, 0 21%);*/
	font-size: 140px;
	font-weight: 900;
	letter-spacing: -8px;
	line-height: 0.73;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.intro_featured_word {
		font-size: 40px !important;
		font-weight: 700 !important;
		letter-spacing: -4px;
	}
}

@media (max-width: 991px) {
	.intro_featured_word {
		font-size: 60px;
		font-weight: 900;
		letter-spacing: -4px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.intro_featured_word {
		font-size: 120px;
	}
}

.slide2 .intro_featured_word {
	letter-spacing: -7px;
}

.slide3 .intro_featured_word {
	-webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 21%);
	clip-path: polygon(17% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 21%);
	letter-spacing: -9px;
	padding-right: 10px;
}

.slide3 .intro-absolute {
	left: 55%;
	margin-right: -50%;
	position: absolute;
	top: 43.3%;
}

@media (max-width: 767px) {
	.slide3 .intro-absolute {
		left: 56% !important;
		top: 22.3% !important;
	}
}

@media (max-width: 991px) {
	.slide3 .intro-absolute {
		font-size: 12px;
		left: 50%;
		top: 28.3%;
	}
}

@media (min-width: 991px) and (max-width: 1600px) {
	.slide3 .intro-absolute {
		font-size: 16px;
		left: 58%;
		margin-right: -30%;
		top: 44.3%;
	}
}

#myVideo {
	margin-bottom: -10px;
	min-height: 100%;
	min-width: 100%;
}

@media (max-width: 991px) {
	#myVideo {
		height: 500px;
	}
}

.flex-bg.s-overlay:before {
	background: -webkit-linear-gradient(left, #8073b2 0%, #d63838 100%);
	background: linear-gradient(to right, #8073b2 0%, #d63838 100%);
	border-radius: 0;
	opacity: 0.6;
}

/*
** Subpages
*/
/*
** 404
*/
.error-404 .page-header h1 {
	-webkit-background-clip: text;
	background-color: #000;
	background-image: url("../img/404.jpg");
	background-position: top;
	background-repeat: no-repeat;
	font-family: "Poppins", sans-serif;
	font-size: 160px;
	line-height: 0.79;
	margin: 0;
	-webkit-text-fill-color: transparent;
}

@media (min-width: 992px) {
	.error-404 .page-header h1 {
		font-size: 386px;
	}
}

.error-404 .page-header h6 {
	font-weight: 300;
}

.error-404 .btn-white {
	height: 80px;
	width: 270px;
}

.error-404 .btn-white span {
	letter-spacing: 0.2em;
}

.error-404 h3 {
	margin-bottom: 16px;
	margin-top: 67px;
}

@media (max-width: 992px) {
	.error-404 h3 {
		margin-top: 20px;
	}
}

.error-404 h6 {
	margin-bottom: 52px;
	margin-top: 0;
}

/*
** Blog
*/
.blog_slider {
	margin-bottom: 60px;
}

@media (min-width: 992px) {
	.blog_slider .intro_layers_wrapper {
		left: 130px;
		right: 130px;
	}
}

@media (max-width: 767px) {
	.blog_slider {
		display: none;
	}
}

.blog-featured-posts .post {
	height: 100%;
}

.entry-title,
.entry-title:last-child {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 1;
	margin: 6px 0 0;
	text-transform: none;
}

@media (max-width: 767px) {
	.entry-title,
	.entry-title:last-child {
		font-size: 24px;
	}
}

h4.entry-title {
	font-size: 24px;
	margin-bottom: 0.7em;
}

.item-media + .item-content h1.entry-title {
	margin-top: 5px;
}

.post {
	position: relative;
}

.post > .fa {
	color: #fff;
	position: absolute;
	right: 9px;
	top: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

.post > .fa:before {
	position: relative;
	z-index: 3;
}

.post > .fa:after {
	border-color: transparent transparent #d63838 transparent;
	border-style: solid;
	border-width: 0 40px 40px 40px;
	content: "";
	display: block;
	height: 0;
	left: -35px;
	position: absolute;
	top: -14px;
	width: 0;
	z-index: 2;
}

.post + .post {
	margin-top: 60px;
}

.post h3.entry-title + .entry-meta {
	margin-top: -0.65em;
}

.post.cover-image {
	height: auto;
	padding: 35px 30px 30px;
	text-align: center;
}

@media (min-width: 992px) {
	.post.cover-image {
		padding: 80px 93px 77px;
	}
}

.post.cover-image .post-thumbnail {
	display: none;
}

.post ul,
.post ol {
	margin-bottom: 40px;
}

.post-thumbnail {
	text-align: center;
}

.post-thumbnail .owl-dots {
	bottom: 30px;
	left: 0;
	position: absolute;
	right: 0;
}

.post-thumbnail + .entry-content {
	margin-top: 1.5em;
}


.entry-content .btn {
	border: 2px solid #d63838;
	color: #d63838;
	background-color: white;
}


.entry-content .btn:hover {
	color: white;
	background-color: #d63838;
}

.post-password-form input[type="password"] {
	margin-top: 0.5em;
	width: auto;
}

.post-password-form input[type="submit"] {
	position: relative;
	top: -2px;
}

.entry-footer,
.entry-meta {
	clear: both;
	line-height: 1;
}

.entry-footer a,
.entry-meta a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.entry-footer {
	margin-bottom: -3px;
	margin-top: 46px;
}

@media (max-width: 767px) {
	.entry-footer {
		margin: 15px 0 0;
	}
}

.entry-footer .fa {
	margin-right: 6px;
}

.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.entry-header:before,
.entry-header:after {
	clear: both;
	content: "";
	display: block;
}

.post-title {
	margin-top: 8px;
}

.post-tags {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 15px;
	display: block;
}

.post-data {
	border-radius: 5px;
	font-weight: 500;
	height: 80px;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}

@media (max-width: 767px) {
	.post-data {
		display: none;
	}
}

.post-data h6 {
	color: #fff;
	font-size: 30px;
	line-height: 28px;
	margin-top: 15px;
}

.post-data h6 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
}

.header-content {
	margin-left: 20px;
	margin-top: 3px;
}

@media (max-width: 767px) {
	.header-content {
		line-height: 1;
		margin-left: 0;
		margin-top: 0;
	}
}

.post .post-tags a,
.post .post-tags i {
	margin-right: 5px;
}

.post-color1 .post-tags a,
.post-color1 .post-tags i {
	color: #d63838;
}

.post-color1 .post-tags a:hover {
	color: #d63838;
}

.post-color2 .post-tags a,
.post-color2 .post-tags i {
	color: #8073b2;
	margin-right: 5px;
}

.post-color2 .post-tags a:hover {
	color: #2165a9;
}

.post-color2 .entry-title a:hover {
	color: #8073b2;
}

.post-color2 .entry-meta a:hover {
	color: #8073b2;
}

.post-color3 .post-tags a,
.post-color3 .post-tags i {
	color: #d71840;
	margin-right: 5px;
}

.post-color3 .post-tags a:hover {
	color: #208291;
}

.post-color3 .entry-title a:hover {
	color: #d71840;
}

.post-color3 .entry-meta a:hover {
	color: #d71840;
}

.widget-theme-wrapper .cs {
	border-radius: 511px;
}

.item-content.bg-maincolor {
	opacity: 0.85;
}

.post .entry-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.post .entry-header {
		display: block;
		margin-bottom: 15px;
	}
}

.post-footer {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.post-footer {
		margin-top: 20px;
	}
}

.entry-footer .edit-link,
.entry-header .edit-link {
	float: right;
}

.entry-footer .edit-link a:before,
.entry-header .edit-link a:before {
	content: "\f040";
	font-family: "FontAwesome";
	padding-right: 0.4em;
}

.entry-footer .entry-title + .edit-link,
.entry-header .entry-title + .edit-link {
	position: absolute;
	right: 15px;
	top: 0.5em;
}

.post-adds {
	-webkit-align-items: center;
	align-items: center;
	background-color: #f5f5f5;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	line-height: 1;
	margin-bottom: 30px;
}

.post-adds i {
	width: 1em;
}

.post-adds a {
	display: inline-block;
	margin: 0;
}

.post-adds .dropdown-menu {
	border: none;
	padding: 0;
}

.post-adds .share_buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.post-adds .share_button {
	background-color: #d63838;
	color: #fff;
	line-height: 60px;
	padding: 0 21px;
}

.post-adds .like_button {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	color: #d63838;
	line-height: 60px;
	padding: 0 21px;
}

.post-adds .votes_count {
	padding: 0 21px;
}

.post-adds .views-count {
	background-color: #d63838;
	color: #fff;
	margin-left: auto;
	padding: 22px 30px;
}

@media (max-width: 576px) {
	.post-adds {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-adds .share_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .like_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .views-count {
		padding: 10px 15px;
		width: 100%;
	}
}

/*gallery post*/
.post .gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.post .gallery .gallery-item {
	padding: 0 7px;
	width: 50%;
}

.post .gallery .gallery-item figcaption {
	padding: 20px 0 5px;
}

@media (min-width: 992px) {
	.post .gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}

	.post .gallery.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.post .gallery.gallery-columns-3 .gallery-item {
		width: 33.33%;
	}

	.post .gallery.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.post .gallery.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	.post .gallery.gallery-columns-6 .gallery-item {
		width: 16.66%;
	}

	.post .gallery.gallery-columns-7 .gallery-item {
		width: 14.28%;
	}

	.post .gallery.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}

	.post .gallery.gallery-columns-9 .gallery-item {
		width: 11.11%;
	}
}

/*post author*/
.author-bio {
	margin-top: 48px;
}

@media (max-width: 767px) {
	.author-bio {
		margin-top: 60px;
	}
}

.author-bio a.fa {
	margin-bottom: 0;
}

.author-bio .item-media {
	border: 10px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin: auto;
	width: 270px;
}

@media (max-width: 991px) {
	.author-bio .item-media {
		width: 100%;
	}
}

.author-bio h5 {
	margin: 0;
}

.author-bio p {
	margin: 0;
}

.author-bio .bio-desk {
	margin: 13px 0;
}

.author-bio .item-content {
	margin-left: 30px;
}

@media (max-width: 1199px) {
	.author-bio .item-content {
		margin-left: 0;
	}
}

@media (max-width: 992px) {
	.author-bio .content-padding .item-content {
		padding: 30px 5px;
	}
}

/*comments*/
.comments-title {
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.comments-title {
		margin-bottom: 21px;
	}
}

.comments-area {
	margin-top: 75px;
	padding: 50px 60px 60px;
}

@media (max-width: 767px) {
	.comments-area {
		margin-top: 60px;
		padding: 30px;
	}
}

.comments-area .comment-list {
	border-bottom: 1px solid #ebeaeb;
	border-top: 1px solid #ebeaeb;
	list-style: none;
	padding: 0;
}

.comments-area .comment-list ol.children {
	border-bottom: 1px solid #ebeaeb;
	border-top: 1px solid #ebeaeb;
	list-style: none;
	padding-left: 35px;
}

@media (min-width: 1200px) {
	.comments-area .comment-list ol.children {
		padding-left: 80px;
	}
}

.comments-area .comment-list ol.children ol.children ol.children {
	padding-left: 35px;
}

.comments-area .comment-list ol.children .comment-meta img {
	left: -45px;
	max-width: 60px;
}

@media (max-width: 575px) {
	.comments-area .comment-list ol.children .comment-meta img {
		left: -30px;
	}
}

.comments-area .comment-list ol.children .comment-body {
	margin-bottom: 3px;
	margin-left: 47px;
}

@media (max-width: 575px) {
	.comments-area .comment-list ol.children .comment-body {
		margin-left: 10px;
	}
}

.comment-body {
	margin-bottom: 3px;
	margin-left: 70px;
	margin-top: 40px;
	padding: 10px 0 20px 40px;
	position: relative;
}

.comment-body ol,
.comment-body ol ol {
	padding-left: 20px;
}

.comment-meta {
	margin-bottom: -3px;
}

.comment-meta img {
	border: 5px solid #fff;
	border-radius: 50%;
	left: -70px;
	max-width: 80px;
	position: absolute;
	top: -1px;
}

.comment-meta .comment-author {
	font-size: 16px;
}

@media (max-width: 575px) {
	.comment-meta .comment-author {
		font-size: 12px;
	}
}

.comment-meta .comment-metadata a {
	color: #d63838;
}

.comment-meta .comment-metadata a:hover {
	color: #d63838;
}

.comment-meta .comment-metadata a:before {
	color: #4c4c4c;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 5px;
	padding: 0 7px;
	position: relative;
	top: -4px;
}

@media (max-width: 575px) {
	.comment-meta .comment-metadata a:before {
		display: none;
	}
}

.comment-meta b {
	font-weight: inherit;
}

@media (max-width: 575px) {
	.comment-body {
		margin-bottom: 0;
		margin-left: 20px;
		margin-top: 37px;
	}

	.comment-meta img {
		left: -34px;
		max-width: 65px;
	}
}

.reply a i:hover {
	color: #d63838;
}

.reply a {
	font-size: 14px;
}

@media (max-width: 575px) {
	.reply a {
		font-size: 12px;
	}
}

.comment-content p {
	margin-bottom: 0.5em;
}

.no-comments,
.comment-awaiting-moderation {
	opacity: 0.7;
}

.comments-pagination {
	margin: 2em 0 3em;
}

/*comment respond form*/
.comments-area > .comment-respond {
	margin-top: 46px;
}

@media (max-width: 767px) {
	.comments-area > .comment-respond {
		margin-top: 20px;
	}
}

.comment-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 19px;
}

@media (max-width: 767px) {
	.comment-form {
		display: block;
	}
}

.comment-form p {
	margin-bottom: 10px;
	width: 100%;
}

.comment-form p.form-submit {
	margin-bottom: 0;
	margin-top: 20px;
	width: auto;
}

@media (max-width: 767px) {
	.comment-form p.form-submit {
		margin-top: 0;
	}
}

.comment-form label {
	display: none;
}

.comment-form textarea,
.comment-form input {
	width: 100%;
}

.comment-form input[type=checkbox] {
	margin: 0;
	visibility: hidden;
}

@media (min-width: 768px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		width: 50%;
	}

	.comment-form .comment-form-author {
		padding-right: 20px;
	}
}

.comment-form .form-group {
	margin-bottom: 20px;
}

.comment-form .form-control {
	border-radius: 5px;
}

.comment-form textarea {
	max-height: 120px;
}

/* post formats */
.format-status {
	border-radius: 5px;
}

.format-status .entry-title {
	margin-bottom: 26px;
}

.format-status .cat-links {
	margin-bottom: 5px;
}

.format-status.post .entry-title + .entry-meta {
	margin: 0 0 25px;
}

.format-status .entry-date {
	margin-top: -7px;
}

.format-status .entry-header {
	display: block;
	margin-bottom: 0;
}

.format-status.s-overlay.ds:before {
	border-radius: 5px;
}

.format-status .entry-content {
	color: #fff;
	margin-bottom: 30px;
}

.format-status .entry-meta a {
	color: #fff !important;
	letter-spacing: 0;
}

.format-status .entry-meta a:hover {
	opacity: 0.5;
}

.format-status .entry-meta a i {
	margin-right: 5px;
}

.format-status .post-tags {
	margin-left: 35px;
}

.format-chat .entry-content p {
	margin-bottom: 0.5em;
}

.format-chat .entry-content p:nth-child(2n) {
	padding: 0.4em 0;
}

.format-chat .entry-content p:nth-child(2n) b {
	color: #8073b2;
}

.format-chat b {
	color: #4c4c4c;
	font-weight: 600;
}

.format-quote {
	border-radius: 5px;
	text-align: center;
}

.format-quote.cover-image {
	padding: 80px 30px 77px;
}

@media (max-width: 767px) {
	.format-quote.cover-image {
		padding: 40px 30px;
	}
}

.format-quote .avatar {
	border-width: 6px;
	max-width: 120px;
	width: 120px;
}

.format-quote.cover-image .entry-header > i {
	display: inline-block;
	font-size: 2em;
	margin-bottom: 0.7em;
}

.format-quote blockquote {
	border: none;
	font-style: italic;
	margin-bottom: 26px;
	padding-bottom: 0;
	padding-left: 0;
}

.format-quote blockquote cite {
	display: block;
	font-size: 16px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1.5;
	margin: 24px 0;
	text-transform: uppercase;
}

.format-quote.s-overlay.ds:before {
	border-radius: 5px;
}

.format-quote .entry-header {
	display: block;
}

.format-quote .entry-meta a {
	letter-spacing: 0;
}

.format-quote .entry-meta i {
	margin-right: 5px;
}

.format-quote .post-tags {
	margin-left: 25px;
}

.share_buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.share_buttons a {
	display: block;
	width: 100%;
}

.share_buttons a:before {
	height: 60px;
	line-height: 60px;
}

.share_buttons a.fa {
	margin: 0 1px 0 0;
}

.share_buttons a.fa:last-child {
	border-radius: 0 0 5px 0;
	margin: 0;
}

.share_buttons a.fa:first-child {
	border-radius: 0 0 0 5px;
}

.related-posts {
	margin-top: 44px;
}

@media (max-width: 767px) {
	.related-posts {
		margin-top: 10px;
	}
}

.related-posts .entry-meta a {
	color: #d63838;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: inherit;
}

.related-posts .entry-meta a:hover {
	color: #d63838;
}

.related-posts .vertical-item .item-media + .item-content {
	padding: 0;
}

.related-posts .entry-header {
	display: block;
	margin-bottom: 0;
}

.related-posts h3.entry-title {
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.related-posts h3.entry-title {
		margin-bottom: 20px;
	}
}

.entry-header p {
	color: #4c4c4c;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 12px;
	margin-top: 9px;
}

.byline span {
	margin: 0 15px;
}

@media (max-width: 767px) {
	.byline span {
		line-height: 20px;
		margin: 0 5px;
	}
}

.byline span:last-child {
	margin-right: 0;
}

.byline span:first-child {
	margin-left: 0;
}

.post-gallery img {
	border-radius: 5px;
	height: 190px;
	width: 210px;
}

@media (max-width: 767px) {
	.post-gallery img {
		height: 100%;
		margin-bottom: 10px;
		width: 100%;
	}
}

.single-post .excerpt {
	margin-bottom: 20px;
}

.single-post ul.list1 {
	margin-bottom: 0;
	margin-top: 17px;
}

.single-post ul.list1 li {
	padding: 3px 0;
}

.single-post ul.list1 li:before {
	padding-right: 13px;
}

.post-gallery {
	margin: 43px 0 29px;
}

@media (max-width: 767px) {
	.post-gallery {
		margin: 27px 0 10px;
	}
}

.tags-links span {
	margin-right: 17px;
}

.tags-links a {
	color: #d63838;
	letter-spacing: 0;
}

.tags-links a:hover {
	color: #4c4c4c;
}

.comment-reply-title {
	margin-top: 48px;
}

@media (max-width: 767px) {
	.comment-reply-title {
		margin-top: 31px;
	}
}

.entry-meta.post-meta a {
	letter-spacing: 0;
}

.entry-meta.post-meta i {
	margin-right: 7px;
}

.entry-meta.post-meta span:first-child {
	margin-right: 30px;
}

.author-avatar img {
	border: 5px solid rgba(255, 255, 255, 0.1);
	border-radius: 50% !important;
	bottom: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	max-width: 100px;
	position: absolute;
	right: 60px;
	top: -50px;
	z-index: 3;
}

@media (max-width: 767px) {
	.author-avatar {
		display: none;
	}
}

.post .item-media .owl-theme .owl-dots {
	bottom: auto !important;
	left: auto !important;
	right: 20px !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
}

.post .item-media .owl-theme .owl-dots .owl-dot:after {
	color: #fff;
}

.format-link .author-avatar,
.format-aside .author-avatar {
	margin-left: auto;
}

.format-link .author-avatar img,
.format-aside .author-avatar img {
	position: static;
}

.format-link .entry-header,
.format-aside .entry-header {
	margin-bottom: 10px;
}

.avatar {
	border: 5px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: block;
	margin: 0 auto 25px;
	max-width: 100px;
}

.widget-title.categories-tilte {
	margin-bottom: 15px;
}

.widget.widget_text .widget-title {
	margin-bottom: 26px;
}

.widget.widget_text a.btn {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.post-like {
		display: block;
		float: left;
		margin-top: 5px;
	}
}

.post .item-media {
	overflow: visible;
}

.blog-grid .format-quote.cover-image {
	padding: 30px;
}

.blog-grid .post .item-media .owl-theme .owl-dots {
	top: 25%;
}

.blog-grid .post .entry-header {
	margin-bottom: 10px;
}

.blog-grid .navigation.pagination {
	margin-top: 30px;
}

.gallery.post .item-media {
	overflow: hidden;
}

@media (max-width: 767px) {
	.post .entry-meta {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.post.single-post .entry-meta {
		margin-top: 0;
	}
}

.post .item-content {
	position: relative;
}

@media (min-width: 1400px) {
	.reply {
		margin-right: 3px;
	}
}

@media (max-width: 1200px) {
	.format-aside .post-data {
		width: 120px;
	}
}

/* 
** Template Specific Styles
*/
#box_wrapper > section,
#box_wrapper > div > section {
	overflow: hidden;
}

#box_wrapper > section.page_topline,
#box_wrapper > section.page_toplogo,
#box_wrapper > section.overflow-visible,
#box_wrapper > div > section.overflow-visible {
	overflow: visible;
}

img.absolute_image {
	position: absolute;
	top: 50px;
	z-index: 1;
}

.image-rounded-cross-borders {
	margin: 50px 0 60px;
	position: relative;
}

.image-rounded-cross-borders:before,
.image-rounded-cross-borders:after {
	background-color: #e1e1e1;
	content: "";
	height: 30px;
	left: 50%;
	position: absolute;
	top: -30px;
	width: 1px;
}

.image-rounded-cross-borders:after {
	bottom: -30px;
	top: auto;
}

.image-rounded-cross-borders .box-shadow {
	border-radius: 50%;
	padding: 9px;
}

.image-rounded-cross-borders .box-shadow:before,
.image-rounded-cross-borders .box-shadow:after {
	background-color: #e1e1e1;
	content: "";
	height: 1px;
	left: -30px;
	position: absolute;
	top: 50%;
	width: 30px;
}

@media (max-width: 1199px) {
	.image-rounded-cross-borders .box-shadow:before,
	.image-rounded-cross-borders .box-shadow:after {
		display: none;
	}
}

.image-rounded-cross-borders .box-shadow:after {
	left: auto;
	right: -30px;
}

.image-rounded-cross-borders img {
	border-radius: 50%;
}

.btn-action i {
	height: 1em;
	text-align: center;
	width: 1em;
}

.btn-action i.fa-chevron-right {
	left: 2px;
	position: relative;
}

.partners-carousel a {
	opacity: 0.2;
}

.partners-carousel a:hover {
	opacity: 0.8;
}

.partners-carousel .center a {
	opacity: 1;
}

.dropdown-shopping-cart {
	font-weight: 700;
	position: relative;
}

.page_toplogo .dropdown-shopping-cart {
	margin-left: 24px;
}

.dropdown-shopping-cart i {
	font-size: 28px;
	padding-right: 14px;
}

.page_toplogo .dropdown-shopping-cart i {
	position: relative;
	top: 0.18em;
}

.dropdown-shopping-cart .badge {
	border-radius: 1em;
	left: 24px;
	padding: .28em .5em .2em;
	position: absolute;
}

.page_toplogo .dropdown-shopping-cart .badge {
	top: -0.3em;
}

.dropdown-shopping-cart:hover {
	color: inherit;
}

.dropdown-shopping-cart + .dropdown-menu {
	margin-top: 50px;
}

@media (min-width: 576px) {
	.dropdown-shopping-cart + .dropdown-menu {
		min-width: 430px;
	}
}

.page_title,
.copyright-bg,
.footer-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.no-webp .page_title {
	background-image: url("../images/common/header/breadcrumb.png");
}

.webp .page_title {
	background-image: url("../images/common/header/breadcrumb.webp");
}

.no-webp .copyright-bg {
	background-image: url("../images/common/header/breadcrumb.png");
}

.webp .copyright-bg {
	background-image: url("../images/common/header/breadcrumb.webp");
}

.no-webp .footer-bg {
	background-image: url("../images/common/header/breadcrumb.png");
}

.webp .footer-bg {
	background-image: url("../images/common/header/breadcrumb.webp");
}

.background-gradient {
	background-image: url("../img/background-gradient.jpg");
}

.background-gradient2 {
/*	background-image: url("../img/background-gradient02.jpg");
*/}

.booking-form {
	background-image: url("../img/booking-form-bg.png");
}

@media (max-width: 1199px) {
	.booking-form h5 {
		margin-bottom: 20px;
	}

	.booking-form .mt-30 {
		margin-top: 20px;
	}
}

.header_absolute.cover-background,
.header_absolute.s-parallax {
	background-image: url("../images/parallax/video_section_background.jpg");
}

.page_title h1,
.page_title h2 {
	font-weight: 700;
	letter-spacing: 13px;
	line-height: 1;
	margin-bottom: 0.65em;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.page_title h1,
	.page_title h2 {
		font-size: 60px;
	}

	.page_title h1:last-child,
	.page_title h2:last-child {
		margin-bottom: 0;
	}
}

.page_title .small-title {
	margin-bottom: 0;
}

.page_title .small-title + .breadcrumb {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

@media (min-width: 992px) {
	.page_title .title-inline {
		margin: 0;
	}

	.page_title .title-inline + .breadcrumb {
		border-left: 1px solid rgba(200, 200, 200, 0.35);
		margin-left: 30px;
		padding-left: 30px;
	}
}


@media (max-width: 767px) {
	.page_title h1 {
		padding-left: 4vw;
	}
}

.page_title .breadcrumb {
	line-height: 1.6;
}

.page_title .full-width.breadcrumb {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px 0;
}

.page_map {
	height: 500px;
	text-align: center;
}

.page_map .marker {
	display: none;
}

.map_marker_description {
	max-width: 240px;
	padding: 5px 20px 0;
}

.map_marker_description h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.map_marker_description img {
	max-width: 90% !important;
}

.gm-style .gm-style-iw {
	font-size: 16px;
	line-height: 1.6em;
	overflow: visible !important;
	text-align: center;
}

.gm-style .gm-style-iw button {
	right: -4px;
	top: -15px;
}

.gm-style .gm-style-iw > *:first-child {
	position: relative;
}

.gm-style .gm-style-iw:before {
	background: #fff;
	border-radius: 5px;
	bottom: -25px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	content: "";
	display: block;
	left: -16px;
	position: absolute;
	right: -16px;
	top: -25px;
}

.gm-style .gm-style-iw .icon-inline {
	display: inline-block;
	margin: 0.3em 0;
}

.gm-style .gm-style-iw .icon-inline .icon-styled {
	margin-right: 5px;
}

/*footer social buttons that hidden on half of their height*/
.page_footer {
	overflow: hidden;
	/*overriding Bootstrap Addons buttons*/
}

.page_footer.s-parallax {
	background-image: url("../images/parallax/video_section_background.jpg");
}

@media (min-width: 576px) {
	.page_footer a.border-icon:before,
	.page_footer a.bg-icon:before,
	.page_footer a.color-bg-icon:before {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}

.page_footer .side-icon-box {
	margin: 0 0 20px;
}

.page_footer .side-icon-box > .icon-styled:first-child {
	margin-right: 0;
	position: relative;
	top: 0.5em;
}

.page_footer .side-icon-box .icon-styled + .media-body {
	margin-left: 20px;
}

.page_footer h4.widget-title {
	letter-spacing: 7px;
	line-height: 1;
	margin-bottom: 26px !important;
}

@media (max-width: 767px) {
	.page_footer h4.widget-title {
		margin-bottom: 15px !important;
	}
}

.page_footer h4.widget-title.newsletter {
	word-break: normal;
}

.page_footer h4 {
	margin-bottom: 5px;
}

.page_footer .widget_social_buttons {
	margin-top: 20px !important;
}

.page_footer .widget_icons_list a {
	color: #d63838;
}

.page_footer .widget_icons_list a:hover {
	color: #da6313;
}

.page_footer .widget_icons_list a:last-child {
	color: #da6313;
}

.page_footer .widget_icons_list a:last-child:hover {
	color: #d63838;
}

.page_footer .widget_icons_list h4 {
	margin-bottom: 13px;
	margin-top: 39px;
}

@media (min-width: 767px) and (max-width: 991px) {
	.page_footer .widget_icons_list h4 {
		margin-bottom: 6px;
		margin-top: 21px;
	}
}

.page_footer .widget_icons_list h4:first-child {
	margin-top: 0;
}

.page_footer .widget_icons_list i {
	margin-right: 3px;
}

.page_footer .widget_icons_list p {
	line-height: 1.6;
	margin-bottom: 0;
}

.page_copyright {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.page_copyright.cover-background,
.page_copyright.s-parallax {
	background-image: url("../images/parallax/video_section_background.jpg");
}

.item-hover-content {
	overflow: hidden;
	position: relative;
}

.item-hover-content .item-media {
	z-index: 2;
}

.item-hover-content .item-content {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	left: 0;
	position: absolute;
	right: 0;
}

.item-hover-content .item-content h4 {
	letter-spacing: 0.15em;
	line-height: 1;
	margin-bottom: 1.4em;
}

.item-hover-content .item-content h4 span {
	font-weight: 900;
}

@media (min-width: 1200px) {
	.item-hover-content.content-padding .item-content {
		padding: 54px 40px;
	}
}

.item-hover-content:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	overflow: visible;
	z-index: 3;
}

.content-show-hover {
	overflow: hidden;
}

.content-show-hover .item-content {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	opacity: 0;
	top: 0;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.content-show-hover .item-content h4 {
	letter-spacing: 0.15em;
	line-height: 1;
	margin-bottom: 1.4em;
}

.content-show-hover .item-content h4 span {
	display: block;
	font-weight: 900;
}

.content-show-hover:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.content-show-hover:hover .item-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.item-gallery {
	background: transparent;
	overflow: hidden;
	position: relative;
}

.item-gallery .item-content h4 {
	font-size: 20px;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	z-index: 5;
}

.item-gallery:hover .item-content h4 {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.item-gallery:hover .item-content {
	background-color: rgba(39, 45, 52, 0.4);
	padding: 15px 10px;
}

a.link-main2:hover {
	color: #d63838;
}

.rounded {
	border-radius: 5px !important;
}

.rounded-image-top img {
	border-radius: 5px 5px 0 0;
}

.rounded-images img {
	border-radius: 5px !important;
}

.team-single .link-a a {
	color: #7f7f7f;
}

.team-single .link-a a:hover {
	color: #d63838;
}

.team-single .entry-content {
	margin-top: 50px;
}

@media (max-width: 767px) {
	.team-single .entry-content {
		margin-top: 20px;
	}

	.team-single .entry-content h5 {
		margin-bottom: 10px;
		margin-top: 20px;
	}
}

.team-single .team-form {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.team-single .team-form {
		margin-top: 20px;
	}
}

.team-single .form-group button {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.team-single .form-group button {
		margin-top: 10px;
	}
}

.team-single .table td,
.team-single .table th {
	text-align: left;
}

.links ul,
.services-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.links ul li,
.services-links ul li {
	border-bottom: 1px solid #e1e1e1;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	line-height: 26px;
	padding-bottom: 9px;
	padding-top: 9px;
}

@media (max-width: 767px) {
	.links ul li,
	.services-links ul li {
		display: block;
	}
}

.links ul li:first-child,
.services-links ul li:first-child {
	padding-top: 0;
}

.links ul li:last-child,
.services-links ul li:last-child {
	border: none;
}

.links ul li a,
.services-links ul li a {
	color: #d63838;
}

.links ul li a:hover,
.services-links ul li a:hover {
	color: #da6313;
}

.links ul li a:hover:before,
.services-links ul li a:hover:before {
	color: #2165a9;
}

.links ul li a:before,
.services-links ul li a:before {
	color: #d63838;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	padding-right: 10px;
	position: relative;
}

.services-links ul li a {
	color: #da6313;
}

.services-links ul li a:hover {
	color: #d63838;
}

.services-links ul li a:hover:before {
	color: #d63838;
}

.services-links ul li a:before {
	color: #2165a9;
}

.team-page h5 {
	margin-bottom: 0;
}

.team-page .item-media {
	border-radius: 5px 5px 0 0;
}

.team-page .vertical-item.content-padding .item-content {
	padding: 30px;
}

.icon-background img {
	background-color: #fff;
	border: 6px solid #000;
	border-radius: 50%;
	padding: 20px;
}

@media (min-width: 300px) {
	.flex-team-slider .container-fluid {
		position: static;
	}
}

.flex-team-slider ul {
	padding: 0;
}

.flex-team-slider ul li:before {
	display: none;
}

.flex-team-slider .menu_item {
	color: #4c4c4c;
	cursor: pointer;
	display: block;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	opacity: 0.3;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 767px) {
	.flex-team-slider .menu_item {
		font-size: 12px !important;
		line-height: 1;
		margin-bottom: 10px !important;
		opacity: 0.5;
		-webkit-transition: none;
		transition: none;
	}
}

@media (max-width: 1199px) {
	.flex-team-slider .menu_item {
		font-size: 20px;
		margin-bottom: 0;
		text-align: left;
	}
}

.flex-team-slider .menu_item:hover,
.flex-team-slider .menu_item:focus {
	opacity: 1;
}

.flex-team-slider .menu_item span {
	color: #d63838;
	font-weight: 300;
}

.flex-team-slider .menu_item span.position:after {
	color: #4c4c4c;
	content: " / ";
	opacity: 0.1 !important;
}

.flex-team-slider .menu_item.flex-active,
.flex-team-slider .menu_item :hover,
.flex-team-slider .menu_item :focus {
	opacity: 1;
}

.flex-team-slider .slider-title {
	color: #b2a9d4;
	display: block;
	font-size: 140px;
	font-weight: 900;
	left: -15.6%;
	letter-spacing: -9px;
	opacity: 0.1;
	position: absolute;
	text-transform: uppercase;
	top: 42%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	word-break: unset;
	z-index: 4;
}

@media (max-width: 1199px) {
	.flex-team-slider .slider-title {
		display: none;
	}
}

@media (max-width: 1600px) {
	.flex-team-slider .slider-title {
		font-size: 120px;
	}
}

.flex-team-slider .flexslider-controls {
	left: 19.5%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-44%);
	-ms-transform: translateY(-44%);
	transform: translateY(-44%);
	width: auto;
	z-index: 4;
}

@media (max-width: 767px) {
	.flex-team-slider .flexslider-controls {
		left: 10px !important;
		right: auto;
	}
}

@media (max-width: 991px) {
	.flex-team-slider .flexslider-controls {
		left: 10%;
	}
}

.about-section h5 {
	letter-spacing: 0.2em;
	margin-bottom: 7px;
}

@media (max-width: 767px) {
	.about-section h5 {
		margin-bottom: 0;
	}
}

.about-section h3 {
	line-height: 1;
	margin-bottom: 50px;
	margin-top: 0;
}

@media (max-width: 991px) {
	.about-section h3 {
		margin-bottom: 20px;
	}
}

.about-section h6 {
	letter-spacing: 0;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.about-section h6 {
		margin-bottom: 10px;
		margin-top: 25px;
	}
}

.about-section .side-image img {
	margin-left: -21%;
	max-width: 112%;
}

@media (max-width: 991px) {
	.about-section .side-image img {
		margin: 40px 0 0;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.about-section .mt-50 {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.about-section .btn {
		width: 160px;
	}
}

.contact-page .page_map {
	height: 1020px;
	text-align: center;
}

.contact-page .media {
	margin: 10px 0 0;
}

.contact-page .offset-small {
	margin-left: 4%;
}

@media (max-width: 767px) {
	.contact-page .contact-item {
		margin: 80px 0;
		padding: 0 20px;
	}
}

.strong {
	color: #4c4c4c;
	font-weight: 500;
}

a.search_modal_button {
	color: #fff;
}

.affix a.search_modal_button {
	color: #d63838;
}

.service-part {
	z-index: 0;
}

.service-part .service-image img {
	border: 10px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
	max-width: 270px;
}

.service-part .service-title {
	margin-right: -13px;
}

@media (max-width: 991px) {
	.service-part .service-title {
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: end;
		-webkit-justify-content: end;
		justify-content: end;
		margin-bottom: -25px;
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.service-part .service-title {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
}

.service-part .service-title h1 {
	letter-spacing: 13px;
	margin-bottom: 0;
	margin-top: -13px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.service-part .service-title h1 {
		letter-spacing: 9px;
	}
}

@media (min-width: 991px) and (max-width: 1300px) {
	.service-part .service-title h1 {
		font-size: 45px;
	}
}

.service-part .service-title h6 {
	letter-spacing: 0.4em;
	margin: 0 6px 0 0;
}

.service-part .service-title span {
	-webkit-background-clip: text;
	font-size: 200px;
	font-weight: 900;
	left: -50%;
	letter-spacing: -11px;
	line-height: initial;
	position: absolute;
	-webkit-text-fill-color: transparent;
	top: -100%;
	width: 100%;
	z-index: -1;
}

@media (max-width: 991px) {
	.service-part .service-title span {
		font-size: 100px;
		line-height: 1;
		margin-right: 10px;
		position: static !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}

@media (min-width: 991px) and (max-width: 1300px) {
	.service-part .service-title span {
		font-size: 160px;
	}
}

.service-part .service03 .service-title span {
	-webkit-transform: translateX(10%) translateY(2%);
	-ms-transform: translateX(10%) translateY(2%);
	transform: translateX(10%) translateY(2%);
}

.service-part .service02 .service-title span {
	left: 40%;
	-webkit-transform: translateY(3%);
	-ms-transform: translateY(3%);
	transform: translateY(3%);
}

.service-part .service04 .service-title span {
	left: 35%;
	letter-spacing: -19px;
	-webkit-transform: translateY(2%);
	-ms-transform: translateY(2%);
	transform: translateY(2%);
}

.service-part .color1 {
	background-image: -webkit-linear-gradient(left, #b2a9d4 0%, #deb2dc 100%);
	background-image: linear-gradient(to right, #b2a9d4 0%, #deb2dc 100%);
}

.service-part .color2 {
	background-image: -webkit-linear-gradient(left, #54a7d4 0%, #86cff7 100%);
	background-image: linear-gradient(to right, #54a7d4 0%, #86cff7 100%);
}

.service-part .color3 {
	background-image: -webkit-linear-gradient(left, #4ab4cb 0%, #7ad0c7 100%);
	background-image: linear-gradient(to right, #4ab4cb 0%, #7ad0c7 100%);
}

.service-part .color4 {
	background-image: -webkit-linear-gradient(left, #58ba5d 0%, #7ad07e 100%);
	background-image: linear-gradient(to right, #58ba5d 0%, #7ad07e 100%);
}

@media (max-width: 767px) {
	.service-part .service-text {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.service-part .service-title span.small-width {
		width: 35% !important;
	}
}

@media (max-width: 991px) {
	.service-part .service-title span.small-width {
		letter-spacing: -8px !important;
		width: 20%;
	}
}

.footer-carousel {
	background-color: #8073b2;
}

.footer-carousel .owl-theme .owl-nav {
	color: #fff;
	opacity: 0;
	top: 0;
}

.footer-carousel .owl-theme:hover .owl-nav {
	opacity: 1;
	top: 50%;
}

.footer-carousel .owl-carousel .owl-nav > div:hover {
	opacity: 1;
}

a.link-main {
	color: #d63838;
}

a.link-main:hover {
	color: #d63838;
}

a.link-main2 {
	color: #d63838;
}

a.link-main2:hover {
	color: #d63838;
}

a.link-main3 {
	color: #2165a9;
}

a.link-main3:hover {
	color: #da6313;
}

.devices-section {
	background-image: url("../img/devices-background.jpg");
}

@media (max-width: 1199px) {
	.devices-section {
		background: none;
	}
}

@media (max-width: 1600px) {
	.devices-section {
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

.devices-section img {
	margin-top: -60px;
}

.image-styled {
	background-clip: content-box;
	background-color: #fff;
	border: 10px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: inline-block;
	height: 120px;
	line-height: 90px;
	max-width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 120px;
}

.image-styled img {
	margin-top: 6px;
}

.map-section * + .media-body,
.map-section .media-body + * {
	margin-left: 8px;
}

@media (max-width: 767px) {
	.map-section * + .media-body,
	.map-section .media-body + * {
		-webkit-box-flex: inherit;
		-webkit-flex: inherit;
		flex: inherit;
	}
}

.map-section h5 {
	margin-top: 7px;
}

.map-section .media {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.map-section .media {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

.event-post h5 {
	line-height: 1.2;
}

.event-post .item-meta {
	font-size: 14px;
}

.event-post .item-media {
	border-radius: 5px 0 0 5px;
}

.events-post.post .entry-header {
	display: block;
	margin-bottom: 30px;
}

.events-post ul {
	margin-bottom: 10px;
}

.form-header {
	margin-bottom: 30px;
}

.social-icons.content-hover {
	bottom: 45px;
	left: 60px;
	opacity: 0;
	position: absolute;
	right: 50px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.vertical-item.content-padding:hover .social-icons.content-hover {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.service-page3 .entry-content {
	padding: 50px 60px;
}

@media (max-width: 991px) {
	.service-page3 .entry-content {
		padding: 30px;
	}
}

.service-page3 .media {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

.service-page3 .media img {
	border-radius: 5px;
}

.service-page3 .service-info {
	margin: 60px 0;
}

.service-page3 ul {
	margin-bottom: 3px;
	margin-top: -3px;
}

@media (max-width: 991px) {
	.service-page3 .media {
		display: block;
		text-align: center;
	}

	.service-page3 * + .media-body {
		margin-left: 0;
		margin-top: 5px;
	}
}

.service-page3 .card .card-body {
	padding-left: 30px;
}

.footer-layout6 h6 {
	letter-spacing: 0.2em;
}

.footer-layout6 h1 {
	line-height: 1;
	margin-bottom: 6px;
	margin-top: 16px;
}

.footer-layout6 h1 a {
	color: #d63838;
	font-size: 82px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.footer-layout6 h1 a {
		font-size: 24px !important;
	}
}

@media (max-width: 991px) {
	.footer-layout6 h1 a {
		font-size: 45px;
	}
}

.footer-layout6 h1 a:hover {
	color: #d63838;
}

.page_copyright.ls.ms p {
	color: #808080;
}

.gallery-single img {
	border-radius: 5px 5px 0 0;
}

.gallery-title {
	margin-bottom: 0;
	margin-top: 0;
}

.gallery-title-item .gallery-tags a {
	color: #d63838;
}

.gallery-title-item .gallery-tags a:hover {
	color: #2165a9;
}

.gallery-title-item:nth-child(2n) .gallery-tags a {
	color: #2165a9;
}

.gallery-title-item:nth-child(2n) .gallery-tags a:hover {
	color: #d63838;
}

.about-image img {
	margin-left: -57px;
	max-width: 93%;
}

@media (max-width: 1199px) {
	.about-image img {
		margin-left: 0;
		margin-top: 20px;
		max-width: 100%;
	}
}

#particles-js {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.content-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.map-page .page_map {
	height: 800px;
}

.map-page h5 {
	margin-top: 0;
}

button.gm-ui-hover-effect {
	top: -14px !important;
}

.service-title {
	letter-spacing: 0.2em;
	margin-bottom: 11px;
	text-transform: uppercase;
}

a.read-more.service-btn {
	color: #d63838;
}

a.read-more.service-btn:hover {
	color: #8073b2;
}

.service-page2 h5 {
	margin-top: 30px;
}

.table.team-table {
	margin-top: 30px;
	width: 85%;
}

@media (max-width: 767px) {
	.table.team-table {
		width: 100%;
	}
}

.table td,
.table th {
	padding: 16px 0;
	text-align: center;
}

@media (max-width: 767px) {
	.page_footer .widget {
		margin-top: 53px;
	}

	.page_footer .widget.widget_text {
		margin-top: 0;
	}

	.page_footer .links ul li:last-child,
	.page_footer .services-links ul li:last-child {
		margin-bottom: -3px;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.shortcodes-buttons .btn {
		margin-bottom: 10px;
	}
}

.white-link {
	color: #fff !important;
}

.widget.widget_icons_list ul {
	padding: 0;
}

.main-header-side .page_header_side.header_side_right .toggle_menu_side {
	background-color: transparent;
	display: block;
	left: -138px;
	right: auto;
	top: 0;
}

@media (max-width: 1199px) {
	.main-header-side .page_header_side.header_side_right .toggle_menu_side {
		display: none;
	}
}

.main-header-side .page_header_side.header_side_right .toggle_menu_side.active {
	top: 89px !important;
}

.main-header-side .page_header_side.header_side_right .toggle_menu_side.active.toggle_menu:before,
.main-header-side .page_header_side.header_side_right .toggle_menu_side.active.toggle_menu span,
.main-header-side .page_header_side.header_side_right .toggle_menu_side.active.toggle_menu span:before,
.main-header-side .page_header_side.header_side_right .toggle_menu_side.active.toggle_menu span:after {
	background-color: #fff !important;
	width: 28px !important;
}

.main-header-side .page_header_side.header_side_right .toggle_menu_side.toggle_menu:before,
.main-header-side .page_header_side.header_side_right .toggle_menu_side.toggle_menu span,
.main-header-side .page_header_side.header_side_right .toggle_menu_side.toggle_menu span:before,
.main-header-side .page_header_side.header_side_right .toggle_menu_side.toggle_menu span:after {
	background-color: #d63838 !important;
	width: 20px;
}

.main-header-side.affix-top-wrapper .page_header_side.header_side_right .toggle_menu_side {
	top: 89px;
}

.main-header-side.affix-top-wrapper .page_header_side.header_side_right .toggle_menu_side.toggle_menu:before,
.main-header-side.affix-top-wrapper .page_header_side.header_side_right .toggle_menu_side.toggle_menu span,
.main-header-side.affix-top-wrapper .page_header_side.header_side_right .toggle_menu_side.toggle_menu span:before,
.main-header-side.affix-top-wrapper .page_header_side.header_side_right .toggle_menu_side.toggle_menu span:after {
	background-color: #fff !important;
	width: 20px;
}

.footer_social_buttons {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.footer_social_buttons {
		margin-top: 20px !important;
	}
}

.footer-layout1 ul.list .icon-inline {
	margin-bottom: 9px;
}

@media (min-width: 767px) {
	.footer-layout1 ul.list .icon-inline {
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		justify-content: left;
	}
}

.footer-layout1 ul.list .icon-inline:last-child {
	margin-bottom: 0;
}

.page_footer .widget_mailchimp form {
	margin-top: 21px;
}

.page_footer .form-control:-ms-input-placeholder {
	font-size: 16px;
	text-transform: none;
}

.page_footer .form-control::-webkit-input-placeholder {
	font-size: 16px;
	text-transform: none;
}

.page_footer .form-group.button-form {
	margin-bottom: 0;
}

.page_copyright.dark-color p {
	color: #4c4c4c;
	font-weight: 500;
	letter-spacing: 0.2em;
}

@media (min-width: 767px) and (max-width: 991px) {
	.small-size {
		font-size: 24px;
	}
}

.service-content {
	padding: 50px 60px;
}

@media (max-width: 767px) {
	.service-content {
		padding: 30px;
	}
}

.main-header-side .page_header_side.header_slide.header_side_right .menu-click li {
	border-top: 1px solid rgba(128, 115, 178, 0.2);
}

.main-header-side .page_header_side.header_slide.header_side_right .menu-click li:last-child {
	border-bottom: 1px solid rgba(128, 115, 178, 0.2);
}

.main-header-side .page_header_side.header_slide.header_side_right .menu-click li a {
	letter-spacing: 0.4em;
	padding: 14px 0;
}

.main-header-side .page_header_side.header_slide.header_side_right .menu-click li a:hover {
	background-color: transparent;
	color: #d63838;
}

.main-header-side .page_header_side.header_slide.header_side_right .menu-click li a:hover i {
	color: #d63838 !important;
}

.main-header-side .page_header_side.header_slide.header_side_right .menu-click li a i {
	font-size: 16px;
}

.main-header-side .page_header_side.header_slide.header_side_right .side_header_inner {
	padding: 60px;
}

.iptv-page {
	background-image: url("../img/iptv.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 1199px) {
	.iptv-page {
		background: none;
	}
}

.iptv-page .media h5 {
	margin-bottom: 11px;
}

.iptv-page .media .icon-styled {
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.iptv-page .media .icon-styled {
		margin: 0 0 10px;
	}
}

.iptv-page .media .icon-styled img {
	width: 40px;
}

@media (max-width: 1199px) {
	.iptv-page .media .icon-styled img {
		width: auto;
	}
}

@media (max-width: 1199px) {
	.iptv-page .media {
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
}

.iptv-page * + .media-body,
.iptv-page .media-body + * {
	margin-left: 25px;
}

@media (max-width: 1199px) {
	.iptv-page * + .media-body,
	.iptv-page .media-body + * {
		margin-left: 0;
	}
}

.iptv-page .big {
	margin: 7px 0 -6px;
}

@media (max-width: 1199px) {
	.iptv-page .right-icons .media {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.channel {
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid rgba(76, 76, 76, 0.3);
	border-radius: 5px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 160px;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto;
	opacity: 0.35;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.channel:hover {
	border: 1px solid rgba(76, 76, 76, 0.1);
	cursor: pointer;
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.arrow {
	margin-top: -40px;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 5;
}

.blog-carousel .post .entry-header {
	display: block;
	margin-bottom: 0;
}

.blog-carousel .post .entry-meta span {
	color: #808080;
	margin-right: 7px;
}

.blog-carousel .post .entry-meta span a {
	color: #808080;
}

.blog-carousel .post .entry-meta span a:hover {
	color: #d63838;
}

.blog-carousel .post .entry-meta span:before {
	content: "|";
	font-size: 10px;
	font-weight: 600;
	margin-right: 8px;
}

.blog-carousel .post .entry-meta span:first-child:before {
	display: none;
}

.blog-carousel .post .post-data {
	position: absolute;
	top: 0;
}

.blog-carousel .owl-carousel {
	margin-top: -60px;
}

.animated-arrow {
	left: 50%;
	margin-top: -40px;
	position: absolute;
	z-index: 5;
}

.animated-arrow .mouse_scroll {
	margin: 7px 0px 7px -13px;
	width: 25px;
}

.animated-arrow .fa {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 -9px 8px;
}

.animated-arrow .unu,
.animated-arrow .doi,
.animated-arrow .trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
}

.animated-arrow .unu {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}

.animated-arrow .doi {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}

.animated-arrow .trei {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-webkit-keyframes mouse-scroll {
	50% {
		opacity: .6;
	}

	100% {
		opacity: 1;
	}
}

@keyframes mouse-scroll {
	50% {
		opacity: .6;
	}

	100% {
		opacity: 1;
	}
}


.s-map-light {
	padding: 60px;
}

@media (max-width: 767px) {
	.s-map-light {
		padding: 30px;
	}

	.s-map-light .mt-30 {
		margin-top: 10px;
	}
}

.gallery-item .cat-links {
	margin-bottom: 7px;
}

.margin-auto {
	margin: auto;
}

.hover-main2:hover {
	color: #d63838;
}

.color-light {
	color: #fff;
}

.none-bg {
	background: none;
}

@media (max-width: 991px) {
	.small-image .media-links div {
		margin-top: -60px;
	}
}

@media (min-width: 992px) and (max-width: 1300px) {
	.links-wrap.small-image {
		margin-top: -60px;
	}
}

@media (min-width: 1199px) and (max-width: 1600px) {
	.search-icon {
		margin-right: 30px !important;
	}
}

/* custom */
.bullet-title {
	font-size:18px;
}

.bullet-content {
color:#dcd3d3;font-size:14px;		
}

.icon-box.hero-bg {
    padding: 57px 0px 50px;      
}

.divider-line-white {
  width:100%;background-color:#020202;
}
.divider-line-grey {
  width:100%;background-color:#ececed;
}

.feat {
  background-color:transparent;
}

.feat-with-icon {
  margin-top:0;
  margin-bottom: 0 !important;
}

.divider-line {
  width:100%;
  color:#ececed;
  background-color: #ececed;
  height:1px;
  margin:0;
  padding:0;
  border:0;
}

.breadcrumb-dark {
	background-color:rgba(126, 126, 126, 0.1) !important;
}

.dark {
	color:#4c4c4c !important;
}



.sideNav {
  position:fixed;
  height:150vh;
  top:0;
  left:4vh;
  z-index:15;
  background-color: transparent;
  width: 11vw;
  font-size: 11px;
}

.hnav {
  white-space: nowrap;
  background: #37474F;
}
.hnavList {

  list-style: none;
  margin-top: 20vh;
  padding: 0;
}
/* Only stick if you can fit */
/*@media (min-height: 300px) {
  .hnavList {
    position: fixed;
    top: 0;
  }
}*/
.hnavList li a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.hnavList li a.current {
   color:#d63838;
/*  background: black;
 */
}

@media (min-width: 1200px) {

	.s-pt-xl-160 > [class*='container'] {
	    padding-top: 50px;
	}

	.s-pb-xl-130 > [class*="container"] {
	    padding-bottom: 50px;
	}

}

/* nano gallery */
.nGY2 .nGY2paginationRectangle, .nGY2 .nGY2paginationRectangleCurrentPage {
    border: 3px solid #000 !important;		
}	  

.nanogallery_gallerytheme_custom_nanogallery2 .nGY2GThumbnail {
    background: rgba(236,236,237,1);
    border-color: rgba(236,236,237,1);
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
}  

.sf-menu a {
	color: black;
}    

#toTop {
	display: none !important;
}

/* bottom right menu */
.content {
	  border: 1px solid #36383F;
	  border-radius: 20px;
	  width: 94%;
	  height: 91%;
	  background-color: #F5F6FA;
	  overflow: hidden;
}

.navbottom {
	border-radius: 3px;
  	background-color: #d63838;
	height: 32px;
	width: 39px;
	position: fixed;
	bottom: 20px;
	right: 5%;
	z-index: 9999;
}

#low-code-navbottom {
	background-color: #252f3b;
}

#low-code-navbottom .menu-black {
	box-shadow: 0 0 10px #95a0b5 !important;
}

#ent-int-navbottom {
	background-color: #252f3b;
}

#ent-int-navbottom .menu-black {
	box-shadow: 0 0 10px #c5d0e6 !important;
}

#inf-ctrl-navbottom {
	background-color: #36366A;
}

#inf-ctrl-navbottom .menu-black {
	box-shadow: 0 0 10px #e6caf4 !important;
}

#menuToggle {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 8px;
	padding-left: 5px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: flex;
	width: 40px;
	height: 32px;
	position: fixed;
	bottom: 20px;
	right: 5%;	
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#menuToggle span {
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	          background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	          opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menuToggle input:checked ~ ul {
  transform: none;
  list-style-type:none;
}

@media (min-width: 1200px) {

	.navbottom {
		display: block;
	}

}

.bullet-content {
    line-height: 25px;
}

.icon-box.hero-bg {
    padding-top: 0px;
    padding-bottom: 50px;
}

.bullet-content {
	color:white;
}

.spec-items {
	padding-top: 35px;
	padding-bottom: 10px;
	background: #313640;
	border: 2px solid #a0a8b0; 
	border-radius: 4px;
	margin-bottom: 50px;
	min-height: 425px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 767px) {

	.spec-items {
		padding-top:50px;
	}

	.des-vis-tab {
		text-align: center !important;
		padding-left: 85px !important;
	}

	#data-rep-img-item-first {
		margin-top: 0 !important;
	}

	.data-rep-img-item {
		margin-top:55px;
	}

	.data-beh-item {
		margin-bottom: 0 !important;
	}

}


/** popup **/

.well {
	max-width: 45em;
	color: white; 
	background: #12161b;
	border: 2px solid #a0a8b0;
	border-radius: 4px;
	padding: 20px;
}

.well .popup_close {
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 2px;
    background: none;
    border: 0;
    font-size: 25px;
    padding: 0px;
    color: white;
}

.popup_content {
	border-top: 1px solid grey; 
	color: #dcd3d3;
	font-size: 14px;
}

.popup_header {
	font-family: "poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 27px;
}

.popup_background {
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
            transition: all 0.5s;
}

.popup_wrapper {
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
            transition: all 0.5s;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}


/**
*** Extensions
**/




/***************************************************
****************************************************
*** Common
***************************************************
***************************************************/

.header_absolute .affix-top .toggle_menu {
    background-color: transparent;
}		

.breadcrumb-item.active {
	color: white;
}

.side-margin-auto {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*logo*/
a.logo {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

a.logo img {
	display: inline-block;
	max-height: 80px;
}

.no-webp a.logo .logo-text {
	background-image: url("../images/common/logos/logowhiteextended.png");
}

.webp a.logo .logo-text {
	background-image: url("../images/common/logos/logowhiteextended.webp");
}

a.logo .logo-text {
	width: 200px;
	height: 41px;
	padding: 3px 6px 3px 14px;
	background-repeat: no-repeat;
	background-position: center; /* Center the image */
	background-size: 200px 41px;	
}

.logo-text-black {
	display: none;
}

.no-webp a.logo .logo-text-black {	
	background-image: url("../images/common/logos/logoblackextended.png"); 	
}

.webp a.logo .logo-text-black {
	background-image: url("../images/common/logos/logoblackextended.webp"); 		
}

a.logo .logo-text-black {
	width: 200px;
	height: 41px;
	padding: 3px 6px 3px 14px;
	background-repeat: no-repeat;
	background-position: center; /* Center the image */
	background-size: 200px 41px;	
}

a.logo .logo-subtext {
	font-size: 22px;
	padding: 0 10px;
}

a.logo .logo-text-bottom {
	font-size: 26px;
}

a.logo .flex-column,
a.logo.flex-column {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	padding-bottom: 10px;
	padding-top: 10px;
}

a.logo .flex-column.text-center,
a.logo.flex-column.text-center {
	display: inline-block;
}

.text-center a.logo {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.header_logo_center a.logo {
	display: inline-block;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

.header_logo_center.affix a.logo {
	padding: 5px 0;
}

@media (min-width: 992px) {
	.header_logo_center .logo_wrapper {
		-webkit-align-items: center;
		align-items: center;
		bottom: 0;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.page_copyright a.logo {
	color: #d63838;
}

.page_copyright a.logo .logo-text {
	border-color: #d63838;
}

.tns-nav-active {
  background: #999 !important;
}

.tns-nav {
  text-align: center;
  margin-top: -0px;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-outer {
  width:99%;
}

#menu {
	position: fixed;
	bottom:20px;
	right:5%;
	width: 240px;
	box-shadow: 0 0 10px #85888C;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 50px;
	background-color: #F5F6FA;
	-webkit-font-smoothing: antialiased;
	display: none;
}

.menu-black {
	box-shadow: 0 0 10px #d63838 !important;
	background-color: black !important;
	opacity: 0.9;
}

#menu li {
  padding: 3px 0;
  transition-delay: 2s;
   font-size: 11px;
}

a.bottom-menu-item {
    line-height: 1.6;
    display: inline-flex;
    color: white;
}

a.bottom-menu-item :hover {
	border-bottom:2px solid red;
}

.menu-black li:before {
  content: "\f10c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: white;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.menu-white li:before {
  content: "\f10c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: black;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.quote-imag img {
	max-width: 95% !important;
}

#footer-about {
	color: white;
}

@media (max-width: 767px) {
	
	#menu {
		width: 180px;
	}	
	
	#footer-about {
		text-align: center;
	} 
	
	.quote-imag {
	width: 100%;
	}

}

@media (min-width: 1200px) {
  .s-pt-xl-160 > [class*='container'] {
      padding-top: 50px;
  }

  .s-pb-xl-130 > [class*="container"] {
      padding-bottom: 50px;
  }
}

.sideNav {
  position:fixed;
  height:150vh;
  top:0;
  left:4vh;
  z-index:15;
  background-color: transparent;
  width: 11vw;
  font-size: 11px;
}

.hnav {
  white-space: nowrap;
  background: #37474F;
}
.hnavList {

  list-style: none;
  margin-top: 20vh;
  padding: 0;
}

.hnavList li a {
  display: block;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
}

.hnavList li a.current {
   color:#e07e0a;
}

#footer-section .widget-title {
	color: white;	
}

#footer-section .container {
	padding-top: 60px !important; 	
	padding-bottom: 30px !important;
}

#footer-section h5 {
	font-size: 21px;
}

#footer-section a {
	color: white;	
}

#footer-section p,
#footer-section li {
	color: white;	
	font-size: 14px;
}


.no-webp #footer-section {
	background-image: url('../images/common/footer/background.jpg'); 
}

.webp #footer-section {
	background-image: url('../images/common/footer/background.webp'); 
}

.background-cover-center {
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */"
}

.video-btn {
	cursor: pointer;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
}

.video-hidden-container {
	display: none;
}


.breadcrumb-inner {
	position: absolute;
	left: 0;
	right: 0; 
	bottom: 0;
}

.page-title {
	position: absolute;
	left: 0;
	right: 0; 
	top: 45%;
}

.caption div {
	font-size: 11px;
	text-align: center;
}

.header-container h5 {
 	color: white;
}

.header-container h3 {
 	color: white;
}

.header-container p {
 	color: white;
 	text-align: center;
}

.tobereplaced {
 	width: 100%;
 	text-align: center;
 	background-color: black;
 	color: red;
 	font-weight: bold;
 	font-size: 14px;
}

@media screen and (max-width:767px) {

	.special-heading + h3 {
	    margin-top: 5px;
	}

	#foot_addr {
		margin-top: 40px;
	}

}

.footer-no-line {
	border-bottom: 0px !important;
	margin-bottom: -18px;
}

.footer-noicon a::before {
	content: normal !important;
}

/***************************************************
****************************************************
*** Home Page
***************************************************
***************************************************/

.homepage {
	overflow-x: hidden !important;
}

.homepage .page_slider {
	background-color: black;
	 /*#050505*/
}

.intro_layers {
	width: 100%;
}

.motos h5 {
	display: none;
}

.moto_tbl_container {
	margin: 0 auto; 
	width: 100%;
	text-align: center;
	padding: 2px;
	color: transparent;
}

#itmakes {
	width: 100%;
	text-align: center;
	padding: 2px;
	line-height: 0.7;
	vertical-align: middle;
	color: transparent;
}

#aworld {
	width: 100%;
	text-align: center;
	padding: 2px;
	line-height: 0.7;
	vertical-align: middle;
	color: #d63838;
}

#ofdif {
	width:100% ;
	text-align: center;
	padding:2px;
	line-height: 0.7;
	vertical-align: middle;
	color: transparent;
}

.motos {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 20%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index :27;
}

#logo_central_container {
	display: flex;
	position: absolute;
	background-color: transparent;
	align-items: center;
	justify-content: center;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#logo_central {
	width: 40vw;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#featured_word_container{
	background-position: 0px center, 0px center;
	background-size: cover;																							
	-webkit-background-clip: text !important;	
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;																		
	font-size: 16vh;
	font-weight: 1000;			
	z-index: 29;
	display: flex;
}

#c2 {
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;																			
	font-size: 16vh;
	font-weight: 1000;			
	z-index: 30;
	display: flex;
}

#home-init-section h1,
#home-key-feautures h1 {
	padding-bottom: 0px;
}


.home_popup .popup_content {
	padding-top: 20px;
}

.home_popup p {
	font-size: 12px;
}


@media (max-width: 767px) {

	.homepage .slides {
    	position: relative;
    	top: 17%;
	}

	.filters a {
		padding-right: 10px;
	}

	.ds {
		padding-top: 0%
	}

	.main_img_world {
		position: absolute;
		top: 17%;
		left: 0;		
	}

	.main_img_world_final {
		position: absolute;
		top: 17%;
	}

	.motos {
		top: 30%;
		left: 0;
		text-align: center;
		margin-top: 67%;
	}

	#itmakes,
	#ofdif {
    	color: white;
	}	

	#logo_central_container {
		top:15%;
		margin-top: 55%;
	}

	#logo_central {
		width: 90vw;
		height: auto;
	}

	#featured_word_container {
		top: 15%;
		margin-top: 49%;
	}

	#c2 {
		top: 15%;
	}

	.flexslider {
		height: 100vh;
	}

	h5 {
		margin-top: 0px;
	}

	.intro_after_featured_words {
		margin-top: 0px;
	}

	#home-init-section h1,
	#home-key-feautures h1 {
		padding-bottom: 25px;
	}

}					

#home-init-section p {
	color: black;
	text-align: center;
}

.home-section-moto {
	padding-top: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	color: #4c4c4c;
	text-align: center;
	font-family: sans-serif;
	letter-spacing: 1pt;
	font-weight: 600;
	font-size: 17pt;	
}

.home-section-emphasis {
	font-weight: 600;
	color: #000000bd;	
}

.no-webp #home-section-craft {
	/*background-image: url('../images/home/craft-section-bg.jpg'); */
	background-image: url('../images/lowcode/background.jpg'); 
}

.webp #home-section-craft {
	/*background-image: url('../images/home/craft-section-bg.webp'); */
	background-image: url('../images/lowcode/background.webp'); 
}

.no-webp #home-section-connect {
	/*background-image: url('../images/home/connect-section-bg.jpg'); */
	background-image: url('../images/entint/background.jpg'); 
}

.webp #home-section-connect {
	/*background-image: url('../images/home/connect-section-bg.webp');*/
	background-image: url('../images/entint/background.webp');
}

.no-webp #home-section-control {
	/*background-image: url('../images/home/control-section-bg.jpg'); */
	background-image: url('../images/infoctrl/background.jpg'); 
}

.webp #home-section-control {
	/*background-image: url('../images/home/control-section-bg.webp'); */
	background-image: url('../images/infoctrl/background.webp'); 
}

#home-section-craft .btn {
	color: #161e24 !important;
	background-color: #fff;
	border: 1px solid rgba(243, 238, 238, 0.86);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);	
}

#home-section-craft .btn:hover {
	background-color: #161e24 !important;
	color: white !important;
}

#home-section-connect .btn {
	color: #24301e !important;
	background-color: #fff;
	border: 1px solid rgba(243, 238, 238, 0.86);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);	
}

#home-section-connect .btn:hover {
	background-color: #24301e !important;
	color: white !important;
}

#home-section-control .btn {
	color: #3b305a !important;
	background-color: #fff;
	border: 1px solid rgba(243, 238, 238, 0.86);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);	
}

#home-section-control .btn:hover {
	background-color: #3b305a !important;
	color: white !important;
}

.home-features-align-center {
	text-align: center !important;
}

.home-features-align-left {
	text-align: left !important;	
}

#home-section-connect h3 {
	color: white;
}

#home-section-connect h6 {
	color: white;
}

#home-second-mockup-container {
	background-color: #ececed;
	width: 100%;
}

#home-section-projects {
	background: black;
}

.home-section-project {
	border: 2px solid #727272;
	height:380px;
}

#home-section-projects .container {
	padding-bottom: 100px;
}

#home-project-container {
	padding-top: 40px;
}

#home-section-project-dev {
	background-image: url('../images/home/projects/min_dev.png'); 
 }

#home-section-project-int {
	background-image: url('../images/home/projects/min_int.png'); 
 }

#home-section-project-health {
	background-image: url('../images/home/projects/min_health.png'); 
 }

 .home-project-super,
 .home-project-title,
 .home-project-under {
 	color: white;
 	line-height: 1;
 	font-weight: 500;
 	text-align: left;
 	padding-left: 20px;
 	padding-right: 20px;
 }

 .home-project-super {
 	margin-top: 30px;
	font-size: 21px;
	font-weight: 700;
	line-height: 26px; 	
 }

 .home-project-title {
 	margin-top: 40px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
 }

 .home-project-under {
 	margin-top: 40px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px; 	
 }

 .home-project-more {
 	margin-top: 40px;
 	text-align: left;
 	padding-left: 20px; 	
 }

 .home-project-more a {
 	color: #c83e3c !important;
 	font-weight: bold;
 }

@media screen and (max-width:767px) {

	.home-section-emphasis {
		font-size: 25px;
	}

	#home-key-feautures .header-container {
		padding-top: 30px;
	}

	.home-section-project {
		margin-bottom: 20px;
	}	

}

#home-second-mockup {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 65px;
	padding-bottom: 0px;
	margin-bottom: -20px;	
}

@media screen and (max-width:767px) {
	
	.home-features-align-left {
	  text-align: center !important;
	}

	.home-features-align-left {
	  text-align: center !important;
	}    

	.d-flex {
    	display: block !important;
	}

	#home-second-mockup {
		padding-top: 0px;
	}

}

.home-key-feat-icon {
	height: 115px;
}

#home-video-btn {
	border: 1px solid #d63838;
	width: 235px;
}

#home-video-btn i {
	color: #d63838;
}

.homepage .bullet-content {
	color: black;
}

#home-mockup-container {
	text-align: center; 
	padding-top: 20px;
} 

#home-mockup-container ul {
	padding-bottom: 20px
}

#home-video-container {
	text-align: center; 
	padding-top: 60px;
}

#home-keyfeatures-container {
	padding-bottom: 40px;
}

#home-keyfeatures-container h5 {
	color: #4c4c4c;
}

#home-keyfeatures-container p {
	color: black;
}

#home-keyfeatures-container p {
	text-align: center;
}

.home-section-separator {
	width: 100%;
	height: 40px;
	background-color: #e8e8ea;
}

/***************************************************
****************************************************
*** Low Code
***************************************************
***************************************************/

.lowcode-page a:hover {
	color: #0f5cb7;
}

.lc-section-separator {
	width: 100%;
	height: 50px;
	background-color: #031831;
	border-top: 3px solid #0f5cb7;
	border-bottom: 3px solid #0f5cb7;
}

#lc-section-init {
	height: 100vh;	
}

.no-webp #lc-section-init {
	background-image: url('../images/lowcode/background.jpg'); 
}

.webp #lc-section-init {
	background-image: url('../images/lowcode/background.webp'); 
}


#lc-section-init h3 {
	margin-top: -25px;
	font-weight: 400;
}

#lc-section-craft-app {
	background-color: #020202;
	padding-top: 20px;
}

#lc-section-craft-app-title-container {
	padding-bottom: 0px;
}

#lc-section-craft-app-title-container .col-lg-12 {
	margin-bottom: 0;
}

#lc-section-craft-app-title-container h2 {
	color: white;
}

#lc-section-craft-app-title-container p {
	text-align: center;
	color: #dcd3d3;
	font-size: 16px;
}

#lc-section-craft-app-mockup-container {
	padding-top: 60px;
	padding-bottom: 0px;
}

#lc-section-craft-app-mockup-container-mobile {
	display: none;	
}

#lc-section-craft-app-mockup {
	width: 100%;
	max-width: 1000px;
	margin-bottom: -50px;
	margin-top: -50px;
}

@media screen and (max-width:767px) {

	#lc-section-init h3 {
		font-size: 1.2rem;
		margin-top: 0rem;
	}

	#lc-section-craft-app-mockup-container {
		display: none;
	}	

	#lc-section-craft-app-mockup-container-mobile {
		display: block;
		padding-top: 30px;
		padding-bottom: 0px;		
	}	

	#lc-section-craft-app-mockup-container-mobile .hero-bg {
		margin-left: -25px;
		margin-right: -25px;		
	}	

	#lc-section-craft-app-mockup-mobile {
		background-size: 500px 150px;
		background-repeat: no-repeat;
		background-position: center;	  
	}

	.no-webp #lc-section-craft-app-mockup-mobile {
		background-image: url('../images/lowcode/craft-apps/background-mobile-mockup.png'); 
	}

	.webp #lc-section-craft-app-mockup-mobile {
		background-image: url('../images/lowcode/craft-apps/background-mobile-mockup.webp'); 
	}	

}

#lc-section-craft-app-mockup-container-mobile .hero-bg {
	background: transparent;
}

#lc-section-craft-app-mockup-container .service-info {
	background: none;
	padding: 0;
}

#lc-section-craft-app-bullets-container {
	padding-top: 10px;
	padding-bottom: 60px;
}

@media screen and (max-width:767px) {

	#lc-section-craft-app-bullets-container {		
		padding-bottom: 112px;
	}

}

#lc-section-craft-app-bullets-container .rounded {
	background-color: transparent;
	padding-top: 20px;
}

#lc-section-craft-app-bullets-container table {
	margin: 0;
	color: white;
}

#lc-section-craft-app-bullets-container td {
	margin-top: 10px;
	text-align: left;
}

#lc-section-craft-app-bullets-container h6 {
	color: white;
	padding-bottom: 0px;
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 550;
}

#lc-section-craft-app-bullets-container span {
	font-size: 22px
}

.lc-craft-bullets {
	margin: 0;
	border:2px solid #29505d;
	background-color: #262626;
	border-radius: 5pt;
	color: white;
	/*width: 280px;*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 11px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-top: 0;	
}

.lc-craft-bullets .bullet-content {
	margin-top: -12px;
	font-weight: 400;
}

#lc-craft-bullet-reuse {
	background-image: url('../images/lowcode/craft-apps/boxbg1.png'); 
}

#lc-craft-bullet-fast {
	background-image: url('../images/lowcode/craft-apps/boxbg2.png'); 
}

#lc-craft-bullet-min {
	background-image: url('../images/lowcode/craft-apps/boxbg3.png'); 	
}


.lc-section-craft-app-separator {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#lc-section-craft-app-separator-mobile {
	display: none;
}

#lc-section-craft-app-separator-desktop {
	display: block;
}

#lc-section-craft-app-separator-moto {
	position: absolute;
	text-align: center;
	color: white;
	top: 77%;
	left: 38%;	
}

#lc-section-craft-app-separator-moto h5,
#lc-section-craft-app-separator-moto h6 {
	color: white;
	line-height: 1.3;
	font-family: sans-serif;
}

#lc-section-craft-app-separator-moto h5 {
	font-size: 30px;
}

#lc-section-craft-app-separator-moto h6 {
	font-size: 20px;
	margin-top: 0px;
}

#lc-section-craft-app-separator-moto a {
	margin-top: 30px;
}

#lc-section-craft-app-separator-moto .btn-blue {
	color: #2a3a47;
}


#lc-section-craft-app-separator-moto .btn-blue:hover {
	color: white;
	background-color: #2a3a47;
}


@media screen and (max-width:767px) {

	#lc-section-craft-app-separator-mobile {
		display: block;
	}

	#lc-section-craft-app-separator-desktop {
		display: none;
	}

	#lc-section-craft-app-separator-moto {
		top: 90%;
		left: 0%;
		width: 100%;
	}

	#lc-section-craft-app-separator-moto h5 {
    	font-size: 27px;
    	margin-bottom: 5px;
	}

	#lc-section-craft-app-separator-moto h6 {
	    font-size: 20px;
	    margin-top: 0px;
	}	

	#lc-section-craft-app-separator-moto a {
		margin-top: -10px;
	}	

}

#lc-inisect-divider-top {
	width: 100%;
	height: 5px;
	background-color: #29505d;
	border-top: 3px solid #29505d;
}

#lc-inisect-divider-bottom {
	width: 100%;
	height: 20px;
	background-color: #4b6f7b;
	border-top: 3px solid #29505d;
	border-bottom: 3px solid #29505d;
}

@media (max-width: 767px) {
	#lc-inisect-divider {
	  height: 0px;
	  border-bottom: 0px ;
	}        
}

#lc-section-model-any {
	background-color: #020202;
}

.no-webp #lc-section-model-any {
	background-image: url('../images/lowcode/model/background.jpg'); 
}

.webp #lc-section-model-any {
	background-image: url('../images/lowcode/model/background.webp'); 
}

#lc-section-model-any h5 {
	margin-top: -15px;
	color: white;
}

#lc-section-model-any h3 {
	color: white;
}

#lc-section-model-any p {
	text-align: center;
}

#lc-section-model-any-desc {
	color: #dcd3d3;
	font-size: 16px;
}

.model-anything-slider .spec-items {
	background: rgba(52, 56, 58, 0.3);
}

.model-anything-slider h5 {
	margin-top: 15px !important
}

.model-anything-slider a {
	margin-top: 5px;
	color: white;
}

.model-anything-slider img {
	margin-top: 10px;
	height: 80px
}

.model-anything-slider span {
	color: #0f5cb7;
}

#lc-section-model-mockup {
	width: 100%;
	max-width: 1000px;
	margin-bottom: -40px;
	margin-top: 20px;

}

@media (max-width: 767px) {

	#lc-section-model-mockup {
		margin-top: 45px;
		margin-bottom: -78px;
	}

}

#models_more {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
}
.popup_visible #models_more {
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
}

#lc-section-model-any2 {
	background-color: #031831;
	border-top: 3px solid #0f5cb7;
	border-bottom: 3px solid #0f5cb7;
}

#lc-section-model-any2 .container {
	padding-top: 0;
	padding-bottom: 0;
}

#lc-section-model-any2 .glide__track {
	background-color: #031831;
	padding-top: 2rem; 
	padding-bottom: 2rem;
}

#lc-section-model-any-separator {
	margin-top: -70px;
	z-index: 2;
}

.no-webp #lc-section-model-any-separator {
	background-image: url('../images/lowcode/model/separator.png'); 	
}

.webp #lc-section-model-any-separator {
	background-image: url('../images/lowcode/model/separator.webp'); 	
}

@media (max-width: 767px) {

	#lc-section-model-any-separator {
		margin-top: -50px;
	}

	.no-webp #lc-section-model-any-separator {
		background-image: url('../images/lowcode/model/separator-mobile.jpg'); 	
	}

	.webp #lc-section-model-any-separator {
		background-image: url('../images/lowcode/model/separator-mobile.webp'); 	
	}

}


#lc-section-model-any-separator-moto-container {
    padding: 40px 20px;
    border-radius: 5px;
    background-color:  #252f3b;
	border: 2px solid #95a0b5;
	margin-top: 50px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-family: Sans-Serif;
	line-height: 1.3;
	letter-spacing: 1px;
}

#lc-section-model-any-separator-moto-container h5 {
	color: white;
	text-transform: initial;	
	letter-spacing: 0.1;
	font-weight: 500;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 0.1px;
}

#lc-section-model-any-separator-moto-container p {
	color: white;
	text-transform: initial;
	letter-spacing: normal;
	font-size: 14px;
	font-weight: 300;	
	line-height: 1.5;
}

#lc-section-model-any-separator-btn-container {
	text-align: center;
	margin-top: 25px;
}

#lc-section-model-any-separator .btn {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {

	#lc-section-model-any-separator-moto-container {
	    padding: 40px 20px;
	    border-radius: 5px;   
		width: 90%;
		margin-bottom: 30px;
	}

	#lc-section-model-any-separator-moto-container h5 {
		font-weight: 500;
		font-size: 19px;
		margin-top: 0;
		letter-spacing: normal;
		padding-bottom: 15px;
	}

	#lc-section-model-any-separator-moto-container p {
		font-size: 14px;
		font-weight: 300;	
		line-height: 1.5;
		letter-spacing: normal;
	}

}

#lc-section-des-vis {
	background-color: #020202; 	
}

#lc-section-des-vis .header-container {
	padding-bottom: 0px;	
}

.no-webp #lc-section-des-vis {
	background-image: url('../images/lowcode/design/background.jpg'); 	
}

.webp #lc-section-des-vis {
	background-image: url('../images/lowcode/design/background.webp'); 	
}

#lc-section-des-vis h5,
#lc-section-des-vis h3 {
	color: white;
}

#lc-section-des-vis p {
	text-align: center;
}

#lc-section-des-vis-mockup-container {
	margin-top: 50px;	
}

#lc-section-des-vis .header-container ul,
#lc-section-des-vis .header-container li {
	margin-bottom: 0;	
}

#lc-section-des-vis-mockup-desc {
	margin-top: -20px;
}

@media (max-width: 767px) {

	#lc-section-des-vis {
		margin-top: -80px;
	}

	#lc-section-des-vis-mockup-desc {
		margin-top: 0px;
	}
}

#lc-section-des-vis .owl-carousel .owl-dots .owl-dot::after {
	color: #0f5cb7;
}

#lc-section-des-vis p {
	color: white;
}

#lc-section-des-vis a {
	color: white;
}

#lc-section-des-vis-auto {
	color: #0f5cb7 !important;
}

#lc-section-des-vis-auto-graphic a {
	color: #94afce !important;
}

#lc-section-visualize-data {
	background-color: #020202; 
}

.no-webp #lc-section-visualize-data {
	background-image: url('../images/lowcode/visualize/background.png'); 	
}

.webp #lc-section-visualize-data {
	background-image: url('../images/lowcode/visualize/background.webp'); 	
}

#lc-section-visualize-data h5 {
	color: white;
}

#lc-section-visualize-data h3 {
	color: white;
}

#lc-section-visualize-data p {
	color: white;
	text-align: center;
}

#lc-section-visualize-data-mockup-container {
	margin-top: 40px;
	margin-bottom: 0px;
}

#lc-section-visualize-data-video-btn-container {	
	margin-top: 40px;
	margin-bottom: 0;
}

#lc-section-visualize-data-video-btn {
	cursor: pointer;
	color: white; 
	text-align: center;
	border: 1px solid #0f5cb7;
	border-radius: 8px;
	padding: 10px;
	max-width: 390px;
	width:100%;
	font-size: 15px;
}

#lc-section-visualize-data-video-btn i {
	color: #0f5cb7;
}

#lc-section-visualize-data-grids-desc {
	margin-top: 50px;
	font-size: 15px;
}

#lc-section-visualize-data-gallery-container {
	display: block;
	margin-top: 40px;
}

#lc-section-visualize-data-gallery-container .filters a {
	color: white;
}

#lc-section-visualize-data-gallery-container .filters .active {
	color: #0f5cb7 !important;
}


#lc-section-visualize-data .tns-outer,
.visualize-data-slider {
	display: none;
}

#lc-section-exl-rep-more {
	margin-top: -5px !important;	
	margin-bottom: 45px;
}

@media (max-width: 767px) {	

	#lc-section-visualize-data-mockup-container {
		margin-top: 45px;
		margin-bottom: 10px;
	}

	#lc-section-visualize-data-video-btn {
		margin-top: 20px;
	}

	#lc-section-visualize-data .tns-outer,
	.visualize-data-slider {
		display: block;
	}

	.visualize-data-slider {
		margin-top: 20px;
	}

	#lc-section-visualize-data-gallery-container {
		display: none;
	}

	#lc-section-visualize-data .lc-section-exl-rep-moto {
		margin-top: 50px;
		margin-bottom: 20px;
	}

	#lc-section-visualize-data .spec-items {
	    padding-top: 0px;
	    padding-bottom: 10px;
	    background: none;
	    border: 0px;
	    min-height:300px;
	    margin-bottom: 15px;
	    padding-left: 10px;
	    padding-right: 10px;
	}

	#lc-section-visualize-data .bullet-title {
    	font-size: 14px;
    	color: white;
	}	
	
	.visualize-data-slider h5 {    
    	margin-top: 2px !important;
	}

	#lc-section-visualize-data-grids-desc {
		margin-top: 40px;
	}

	#lc-section-visualize-data .tns-nav {
		margin-bottom: 20px;
	}

	#lc-section-exl-rep-more {
		margin-top: 25px !important;
		margin-bottom: 25px;
	}

}

#lc-section-visualize-data .isotope-wrapper {
	position: relative; 
	height: 1084.38px;
}

#lc-section-visualize-data .isotope-wrapper .col-xl-2 {
	position: absolute;
	left: 33.2773%; 
	top: 0px;
}

.lc-section-visualize-data-separator {
	width: 100%;
	height: 5px;
	background-color: grey;
	border-top: 0px solid #0f5cb7;
	border-bottom: 0px solid #0f5cb7;
}

#lc-section-exl-txt-mockup a {
	color: #598cad !important;
}

#lc-section-des-vis-separator {
	height: 320px;
	margin-top: -40px;
}

#lc-section-des-vis-separator #price {
	background-color: rgba(0, 0, 0, 0.64);
	padding-bottom: 60px;
}

.no-webp #lc-section-des-vis-separator {
	background-image: url('../images/lowcode/design/separator.jpg'); 	
}

.webp #lc-section-des-vis-separator {
	background-image: url('../images/lowcode/design/separator.webp'); 	
}

#lc-section-des-vis-separator .btn {
    margin-left: auto;
    margin-right: auto;
}

#lc-section-des-vis-separator .container {
	padding-top: 30px;
	padding-bottom: 20px;
	max-width: 100%;
}

#lc-section-des-vis-separator h5 {
	color: white;
	font-weight: bold;
	font-size: 16px;
	margin-top: 100px;
	margin-bottom: 20px;
}

#lc-section-des-vis-separator p {
	text-align:center;
}

.design-visually {
	padding-top: 20px !important;
	padding-bottom: 0 !important;
}

.design-visually-read-more {
	font-size: 15px;
}

@media (max-width: 767px) {

	#lc-section-des-vis-separator {		
		height: auto;
		background-image: none !important;
		background-color: #252f3b;
		border-top: 3px solid #95a0b5;
		border-bottom: 3px solid #95a0b5;
	}

	#lc-section-des-vis-separator #price {
		background-color: transparent;
		padding-bottom: 0px;
	}	

	#lc-section-des-vis-separator #price {
		margin-top: -65px;
	}

	.design-visually {
		padding-top: 10px !important;
		padding-bottom: 0 !important;
	}
}

.design-visually picture {
	max-width: 100%;
}

.design-visually img {
	max-width: 100%;
}

.design-visually .owl-dots {
	top: 1%;
}

#lc-section-uni-access {
	background-color: #020202; 
	background-color: black;
}

.no-webp #lc-section-uni-access {
	background-image: url('../images/lowcode/unified/background.jpg'); 	
}

.webp #lc-section-uni-access {
	background-image: url('../images/lowcode/unified/background.webp'); 	
}


#lc-section-uni-access-main-desc {
	text-align: center;
	color: white;
	font-size: 16px;
}

#lc-section-uni-access .container {
	padding-bottom: 0px;
}

#lc-section-uni-access-title-container {
	margin-bottom: 0;
}

#lc-section-uni-access-bullets-container {
	margin-top: 20px;
}

#lc-section-uni-access h5 {
 	color: white;
}

#lc-section-uni-access h3 {
 	color: white;
}

#lc-section-uni-access-mockup-container {
	margin-bottom: 0;
}

#lc-section-uni-access-mockup-container li {
	margin-bottom: 0;
}

#lc-section-uni-access-mockup {
	max-width: 90%;
}

#lc-section-uni-access-mockup-one {
	text-align: center;
	padding-top: 25px;
	margin-top: 0;
}

#lc-section-uni-access-mockup-one li {
	margin-bottom: 0;
}

#lc-section-uni-access-mockup-one div {
	text-align: center;
}

#lc-section-uni-access .rounded {
 	background-color: transparent;
}

.lc-section-uni-access-mockup-text {
	text-align: center;
	color: #dcd3d3;
	font-size: 16px;	
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;		
}

#lc-section-uni-access-mockup-intro {
	padding-top: 20px;
}

#lc-section-uni-access-mockup-desc {
	padding-top: 0px;	
}

#lc-section-uni-access-mockup-desc2 {
	font-size: 18px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;	
}

#lc-section-uni-access-mob-moto {
	text-transform: uppercase;
	font-weight: 600; 
	font-size:27px;
	margin-bottom: 20px;
}

#lc-section-uni-access-separator {
	width: 100%;
	text-align: center;
	margin: 0;
	padding-top: 43px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;	
}


#lc-section-uni-access-separator-mobile {
	display: none;
}


@media (max-width: 767px) {

	#lc-section-uni-access-separator {
		display: none;
	}

	#lc-section-uni-access-separator-mobile {
		display: block;
	}
	
	#lc-section-uni-access-mob-moto {
		padding-bottom: 25px;
		margin-bottom: 0px;
	}

}


#lc-section-exl-rep {
	background-color: #020202; 
}

.no-webp #lc-section-exl-rep {
	background-image: url('../images/lowcode/exploit/background.png'); 	
}

.webp #lc-section-exl-rep {
	background-image: url('../images/lowcode/exploit/background.webp'); 	
}

#lc-section-exl-rep p {
	color: white;
	text-align: center;
}

#lc-section-exl-rep-mockups-container {
	padding-top: 0px;
	padding-bottom: 0px;
}

#lc-section-exl-rep-mockups-container .hero-bg {
    background-color: transparent;
}

#lc-section-exl-rep-mockups-container .feat-with-icon {
	background-color: #020202;
}

#lc-section-exl-rep .header-container {
	padding-bottom: 20px;
}

.lc-section-exl-rep-moto {
	padding: 0px 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	line-height: 1.3;
	color: white;
	text-align: center;
	font-family: sans-serif;
    letter-spacing: 1pt;
    font-weight: 400;
    font-size: 19pt;	
}

@media (max-width: 767px) {

	#lc-section-exl-rep-moto {
		width: 90%;
	}

}

#lc-section-exl-rep .col-xl-6 {
	margin-bottom: 0px;	
}

#lc-section-exl-rep-bullets-container {
	padding-top: 0px;
	padding-bottom: 70px;
}

@media (max-width: 767px) {
	#lc-section-exl-rep-bullets-container {
		margin-top: -45px;
	}
}

#lc-section-exl-rep-bullets-container .feat-with-icon {
	background-color: #020202;	
}

#lc-section-exl-rep-bullets-container .data-rep-img-item {
	margin-bottom: -15px;
	height: 75px;
}

#lc-section-exl-rep-using-container {
	padding-top: 0;
	margin-top: -20px;
	padding-bottom: 20px;
}

#lc-section-exl-rep-separator {
	border-top: 3px solid #46627a;
	border-bottom: 3px solid #46627a;
}

#lc-section-exploit-separator-desk {
	color: white;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	font-size: 16px;
	border-top: 3px solid #46627a;
	border-bottom: 3px solid #46627a;	
}

.no-webp #lc-section-exploit-separator-desk {
	background-image: url('../images/lowcode/exploit/separator.jpg'); 	
}

.webp #lc-section-exploit-separator-desk {
	background-image: url('../images/lowcode/exploit/separator.webp'); 	
}

#lc-section-exploit-separator-desk #price { 
	border-left: 4px solid #46627a;
	padding-bottom: 15px;
  	background: rgba(28, 70, 89, 0.3);
}

#lc-section-exl-rep-final-container2 p {
	font-size: 15px;
	line-height: 25px;
}

@media screen and (max-width:767px) {

	#lc-section-exploit-separator-desk {
		background: black;	
		text-align: center;
		font-size: 16px;
	}

	.no-webp #lc-section-exploit-separator-desk,		
	.webp #lc-section-exploit-separator-desk {
		background-image: none;
	}

	#lc-section-exploit-separator-desk #price { 
		border-left: 0px;
		padding-bottom: 15px;
	  	background: transparent;
	}	

	#lc-section-exl-rep-final-container2 {
		padding-top: 20px;
		padding-bottom: 0px;
	}

}


#lc-section-max-user-exp {
	background-color :#020202;
}

.no-webp #lc-section-max-user-exp {
	background-image: url('../images/lowcode/maximize/background.png'); 	
}

.webp #lc-section-max-user-exp {
	background-image: url('../images/lowcode/maximize/background.webp'); 	
}

#lc-section-max-user-exp .header-container {
	padding-bottom:0;
}

#lc-section-exl-rep-bullets-container h5 {
	margin-bottom: 10px;
}

@media screen and (max-width:767px) {

	#lc-section-exl-rep-bullets-container h5 {
		margin-bottom: 10px;
	}

}

#lc-section-exl-rep-bullets-container a {
	color: white;
}

#lc-section-exl-rep-bullets-container table {
	margin: 0;
	background-color: #521206;
	border-radius: 12px; 
	color: white;
	margin-top: -10px;
}

#lc-section-exl-rep-bullets-container td:nth-child(1) {
	vertical-align: middle;
	padding-left: 20px
}

#lc-section-exl-rep-bullets-container td:nth-child(2) {
	margin-top: 10px;
	font-size: 11px;
}

#lc-section-exl-rep-bullets-container span {
	color: white;
	font-weight: bold;
	font-size: 32px;
}

#lc-section-exl-rep-bottom-container {
	padding-top: 0px;
	padding-bottom: 20px;
}

#lc-section-exl-rep-bottom-container .feat-with-icon {
	background-color: #020202;
}

.uniaccess-bullets {
	margin: 0;
	border: 1px solid grey;
	background-color: #2a3a47;
	border-radius: 5px; 
	color: white;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
}

.uniaccess-bullets table {
	margin: 0;
	color: white;
}

.uniaccess-bullets td {
	margin-top: 10px;
	font-size: 14px;
}

.uniaccess-bullets h6 {
	color: white;
	padding-bottom: 10px;
	font-size: 17px;
}

@media screen and (max-width:767px) {

	.uniaccess-bullets {
		width: 90%;
		margin-bottom: 20px;
	}  

}

#lc-uniaccess-divider {
	width: 100%;
	height: 50px;
	background-color: #031831;
	border-top: 3px solid #0f5cb7;
	border-bottom: 3px solid #0f5cb7;
}

@media (max-width: 767px) {
	#lc-uniaccess-divider {
		height: 0px;
		border-bottom: 0px;
	}        
}

#lc-msdb-center-img {
	position: absolute;
	top: 9%;
	left: -9%;
}

#data-beh-graphic {
	width: 340px;
}

@media (max-width: 767px) {
	#lc-msdb-center-img {
		position: relative;
		top:0;
		left:0;
	}        
}

.lc-share-assets-video-lbl {
	cursor: pointer;
	color: white;
	text-align: center;
	border: 1px solid #0f5cb7;
	border-radius: 8px;
	padding: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.lc-share-assets-video-lbl i {
	color: #0f5cb7;
}

@media (max-width: 767px) {
	.lc-share-assets-video-lbl {
		width: 90%;
	}        
}

.lc-dep-man-screen-container {
	margin-top: -100px;
	margin-left: 30px;
	margin-right: 30px;
}

@media screen and (max-width:767px) {
	.lc-dep-man-screen-container {
		margin-top: 10px;
		margin-left:0px;
		margin-right:0px;
	}         
}

#lc-section-int-code {
	background-color: #020202; 
}

#lc-section-int-code .header-container {
	padding-bottom: 0px;
}

#lc-section-int-code-upper-row {
	padding-top: 0px;
	padding-bottom: 0px;
}

#lc-section-int-code-upper-row li {
	margin-bottom: 40px;
	margin-top: -15px;
}

#lc-section-int-code-tech {
	width: 100%;
}

.no-webp #lc-section-int-code-tech {
	background-image: url('../images/lowcode/integrate/background-middle.jpg'); 	
}

.webp #lc-section-int-code-tech {
	background-image: url('../images/lowcode/integrate/background-middle.webp'); 	
}

#lc-section-int-code-tech .feat {
	background-color:
	rgba(0, 0, 0, 0.5);
	padding: 40px;
	min-height: 332px;
}

#lc-section-int-code-graphic {
	margin-top: 60px;
}

.no-webp #lc-section-int-code-second {
	background-image: url('../images/lowcode/integrate/separator.jpg'); 	
}

.webp #lc-section-int-code-second {
	background-image: url('../images/lowcode/integrate/separator.webp'); 	
}

#lc-section-int-code-second .container {
	padding-top: 0;
}

@media screen and (max-width:767px) {

	#lc-section-int-code-graphic {
		margin-top: -30px;
		margin-bottom: 80px;
	}

	#lc-section-int-code-tech .feat {
		margin: 10px;
		border-top: 8px solid #486378;
		border-radius: 0px !important;		
	}	

	#lc-section-int-code-second .container {
		padding-top: 50px;
	}	

}

.lc-section-int-code-logos {
	height: 70px;
}

#lc-section-int-code-logo-angular {
	margin-top: 25px;
	margin-bottom: 15px;
}

#lc-section-int-code-logo-java {
	height: 110px;
}

#lc-section-int-code-logo-sql {
	height: 65px;
	margin-bottom: 16px;
	margin-top: 28px
}

#lc-section-int-code-upper-row .feat-with-icon {
	background: transparent;
}

#lc-section-int-code-upper-row .feat {
	margin-bottom: 40px;
}

#lc-section-int-code-bottom-row {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 0px solid #d63838;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;
	margin-bottom: 60px;
}

#lc-section-int-code-bottom-row ul {
	margin-top: 28px;
}

#lc-section-int-code-bottom-mockup {
	margin-top: -30px;
}

@media screen and (max-width:767px) {

	#lc-section-int-code-bottom-mockup {
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: -10px;		
	}

	#lc-section-int-code-upper-row .feat {
	    margin-bottom: 60px;
	}	

	#lc-section-int-code-bottom-row {		
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}     

	#lc-section-int-code-bottom-row ul {
	    margin-top: 0px;
	}	

	#lc-section-int-code-upper-row li {
	    margin-bottom: 0px;
	    margin-top: 60px;
	}	

}


#lc-section-int-code-bottom-container {
	background-color: rgba(0,0,0,0.3);
	padding: 20px;
	line-height: 2.3;	
}

#lc-section-int-code-bottom-row p {
	color: white;
	text-align: left;
}

 #lc-section-int-code-bottom-row-title {
	font-weight: bold;
	font-size: 15px;
 }

#lc-section-int-code-bottom-row-content {
 	font-size: 14px;
 	margin-top: -5px;	
 }

#lc-section-int-code-separator {
	width: 100%;
	height: 50px;
	background-color: #2b2b2b;
	border-top: 3px solid #d63838;
	border-bottom: 3px solid #d63838;
}

#lc-section-connect {
	background-color: #020202; 
}

.no-webp #lc-section-connect {
	background-image: url('../images/lowcode/connect/background.png'); 	
}

.webp #lc-section-connect {
	background-image: url('../images/lowcode/connect/background.webp'); 	
}

#lc-section-connect .bullet-title {
	color: #0f5cb7;
}

#lc-section-connect h5,
#lc-section-connect h3,
#lc-section-connect p {
 	color: white;
}

#lc-section-connect .header-container {
	padding-bottom: 0px;
	margin-top: -40px;	
}

#lc-section-connect-main-container {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -40px;
}

#lc-section-connect-main-img {
	margin-top: 70px;
}

#lc-section-connect-bullets-container {
	padding-top: 0px;
	padding-bottom: 50px;
}

@media screen and (max-width:767px) {

	#lc-section-int-code-bottom-master-container {
		padding-left: 0;
		padding-right: 0;
	}

	#lc-section-connect .header-container {
		margin-top: -10px;	
	}

	#lc-section-connect-bullets-container {
		padding-top: 20px;
	}

	#lc-section-connect {
		margin-top: -80px; 
	}	

	#lc-section-connect-main-img {
		margin-top: 0px;
		margin-bottom: -40px;
	}

	#lc-section-connect-main-container {
		margin-top: 0px;
		margin-bottom: -20px;
	}


}

#lc-section-connect-separator {
	width: 100%;
	height: 150px;
	border-top: 3px solid #0f5cb7;
	border-bottom: 3px solid #0f5cb7;
}

#lc-section-des-colab {
	background-color:#020202;  
}

.no-webp #lc-section-des-colab {
	background-image: url('../images/lowcode/collab/background.jpg'); 	
}

.webp #lc-section-des-colab {
	background-image: url('../images/lowcode/collab/background.webp'); 	
}

.design-colab-slider a {
	color: white;
}

#lc-section-des-colab h5 {
 	color: white;
}

#lc-section-des-colab h3 {
 	color: white;
}

#lc-section-des-colab-slider-container {
	margin-top: -40px;
	margin-bottom: 30px;
}

#lc-section-des-colab-slider-container .rounded {
	background: transparent;
	margin-bottom: 50px;
}

#lc-section-des-colab-slider-container h5 {
	margin-top: 10px;
	line-height: 1;
	margin-left: 20px;
	margin-right: 20px;	
}

#lc-section-des-colab-slider-container span {
	color: #0f5cb7;
}

.lc-section-des-colab-icon {
	height: 65px;
}

#lc-section-des-colab-separator {
	height: 400px;
}

#lc-section-colab-separator2 {
	border-top: 4px solid #48627b;
	border-bottom: 4px solid #48627b;
}

.no-webp #lc-section-colab-separator2 {
	background-image: url('../images/lowcode/connect/separator.jpg'); 	
}

.webp #lc-section-colab-separator2 {
	background-image: url('../images/lowcode/connect/separator.webp'); 	
}

#lc-section-colab-separator-moto {
	position: absolute;
	left: 0;
	top: 30%;
}

#lc-section-colab-separator-moto-container {
	padding: 40px 20px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.3);
	border: 2px solid #95a0b5;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	}

#lc-section-colab-separator2 a {
	color: #48627b;
	border: 2px solid #48627b;
}

#lc-section-colab-separator2 a:hover {
	color: #48627b;
	background-color: white;
	border: 2px solid #48627b;	
}

#lc-section-colab-separator-moto h5 {
	color: white;
	font-weight: 700;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;	
}

@media screen and (max-width:767px) {

	#lc-section-des-colab .header-container {
		padding-bottom: 20px;
	}

	#lc-section-colab-separator-moto-container {
		width: 99%;
	}	
	#lc-section-colab-separator-moto {
		top: 16%;
	}

	#lc-section-colab-separator {
		margin-top: -1px;
	}

	#lc-section-colab-separator-moto h5 {
		line-height: 1.4;
		margin-top: 0px;
		width: 100%;
	}

	#lc-section-connect-separator {
		height:200px;
	}

	#lc-section-colab-separator .lc-section-exl-rep-moto {
		margin-top: 0px;
	}

}

#lc-section-colab-separator .container {
	height: 0;
	padding: 0;
}

#lc-section-share-assets {
	background-color: #020202; 
}

.no-webp #lc-section-share-assets {
	background-image: url('../images/lowcode/share/background.png'); 	
}

.webp #lc-section-share-assets {
	background-image: url('../images/lowcode/share/background.webp'); 	
}

#lc-section-share-assets h5,
#lc-section-share-assets h3,
#lc-section-share-assets p {
 	color: white;
}

#lc-section-share-assets .header-container {
	padding-bottom: 0px;
}

#lc-section-share-assets .col-lg-12 {
	margin-bottom: 0;
}

#lc-section-share-assets-main-container {
	margin-top: -15px;
	padding-top: 0;
	padding-bottom: 0;
}

#lc-section-share-assets-main-container li {
	margin-top: 40px;
	margin-bottom: 0;
}

#lc-section-share-assets-bullets {
	margin-top: 50px;
}

#lc-section-share-assets-bullet-spec {
	background-image: url('../images/lowcode/share/box1.png'); 	
}

#lc-section-share-assets-bullet-design {
	background-image: url('../images/lowcode/share/box2.png'); 	
}

#lc-section-share-assets-bullet-distrib {
	background-image: url('../images/lowcode/share/box3.png'); 	
}

#lc-section-share-assets-video-container {
	margin-bottom: 10px;
	font-size: 14px;
}

#lc-section-share-assets-video-btn-container {
	margin-top: -30px;
	margin-bottom: 20px;
}

#lc-section-share-assets-video-btn-container li {
	padding-top: 10px;
	margin-bottom: 0;
}

#lc-section-share-assets .feat-with-icon {
	background: transparent;
}

#lc-section-share-assets .rounded {
	margin-bottom: 40px; 
	background-color: #1d2831;	
	padding: 20px;
	border: 1px solid #9b9b9b;
}

#lc-section-share-assets .rounded p {
 	padding-bottom: 15px;
}

@media screen and (max-width:767px) {

	#lc-section-share-assets .header-container {
	    padding-top: 20px;
	}

	#lc-section-share-assets {
		margin-top: -2px;
	}

	#lc-section-share-assets .rounded {
		margin-left: 10px; 
		margin-right: 10px; 
	}

	#lc-section-share-data .tns-nav {
    	margin-bottom: 20px;
	}

}

#lc-section-share-data-container {
	padding-left: 0;
	padding-right: 0;
}

#lc-section-share-alot-title {
	font-family: sans-serif;
	letter-spacing: 1pt;
	font-size: 20px;
	font-weight: 600;
	margin-top: 35px;
}

#lc-section-share-assets .bullet-content {
	margin: 0;
	font-weight: 400;
}

#lc-section-share-data {
	background-color: #0a2b53;
	background-repeat: repeat-x;
}   

.no-webp #lc-section-share-data {
	background-image: url('../images/lowcode/share/share_data_background.png'); 	
}

.webp #lc-section-share-data {
	background-image: url('../images/lowcode/share/share_data_background.webp'); 	
}
    
#lc-section-share-data .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

#lc-section-share-data #price {
	margin-bottom: 40px;
}

#lc-section-share-data .row {
	padding: 0px;
	border: 0px solid #0f5cb7;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width:767px) {

	.lc-section-share-data-row {
		margin-top: 0px !important;
	}

}

.lc-section-share-data-caption {
	padding: 12px;
	border-radius: 8px;
	font-weight: 500;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 210px;
	line-height: 1.5;
	font-size: 12px !important;
	color: #a2a2a2;
}

@media screen and (max-width:767px) {

	.lc-section-share-data-caption {
	    padding-left: 0px;
		padding-right: 30px;
		padding-top: 15px;
		padding-bottom: 15px;
	    width: 264px;
	    font-size: 14px !important;
	}

}

#lc-section-share-data-separator {
	width: 100%;
	height: 50px;
	background-color: #171e24;
	border-top: 3px solid #5b7785; 
	border-bottom: 3px solid #5b7785;	
}

.no-webp #lc-section-master-data {
	background-image: url('../images/lowcode/master/background.jpg'); 	
}

.webp #lc-section-master-data {
	background-image: url('../images/lowcode/master/background.webp'); 	
}

#lc-section-master-data .container {
	padding-bottom: 0;
}

#lc-section-master-data p {
	text-align: center;
}

#lc-section-master-data h5 {
	color:white;
}

#lc-section-master-data h3 {
	color:white;
}

#lc-master-data-bullets-row-container {
	color: white;
}

#lc-master-data-bullets-row-container h6 {
	color: white;
}

#lc-master-data-bullets-row-container table {
	margin: 0;
	padding: 0;
}

#lc-section-master-data .feat-with-icon {
	background-color: transparent;
}

.lc-master-data-bullets-container {
	margin: 0;
	padding: 0;
}

.lc-master-data-bullets-container td {
	vertical-align: middle;
}

.lc-master-data-num-bullet-text-left {
	text-align: right;
	width:300px;
	height: 150px;
	vertical-align: top;
	font-size: 14px;	
}

.lc-master-data-num-bullet-text-left h6 {
	font-size: 18px;	
}

.lc-master-data-num-bullet-text-right {
	text-align: left;
	width:300px;
	height: 150px;
	vertical-align: top;	
	font-size: 14px;	
}

.lc-master-data-num-bullet-text-right h6 {
	font-size: 18px;	
}

.lc-master-data-num-bullet {
	margin-left:20px;
	background-color: #0f5cb7;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 19px;
	font-weight: bold; 
	border-radius: 8px;
}

.lc-master-data-num-bullet-left {
	margin-left:20px;	
}

.lc-master-data-num-bullet-right {
	margin-right:20px;
}


.lc-master-data-icon-bullet {
	width: 50px;
	margin-top: 5px;
}

@media screen and (max-width:767px) {

	.lc-master-data-num-bullet-text-left {
		width:280px;
	}

	.lc-master-data-num-bullet-text-right {
		width:280px;
	}
}

#lc-section-master-data-mockups {
	padding-top: 10px !important;
	/*background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(2,2,2,1) 0%, rgba(47,43,43,1) 84%, rgba(186,182,182,1) 100%);*/	
	background-color: #0a2b53;
	background-repeat: repeat-x;
}   

#lc-section-master-data-mockups {
	background-position: top;

}

.no-webp #lc-section-master-data-mockups {
	background-image: url('../images/lowcode/share/share_data_background.png'); 	
}

.webp #lc-section-master-data-mockups {
	background-image: url('../images/lowcode/share/share_data_background.webp'); 	
}

#lc-master-data-num-mockups-container {
	padding-top: 25px !important;
}

@media screen and (max-width:767px) {

	.lc-master-data-num-mockup-container {
		margin-bottom: 0px !important;
	}

}

#lc-master-data-mockup-container {
	text-align: center;
	vertical-align: middle;
}


.lc-master-data-num-mockups-container-caption {
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 210px;
	line-height: 1.5;
	font-size: 12px !important;
	font-weight: 500;
	height: 80px;
	color: #a2a2a2;
}

.lc-master-data-num-mockups-container-caption-small-txt {
	padding-top: 20px;
}

@media screen and (max-width:767px) {

	.lc-master-data-num-mockups-container-caption {
	    padding-left: 30px;
		padding-right: 30px;
		padding-top: 15px;
		padding-bottom: 15px;
	    width: 264px;
	    font-size: 14px !important;
	    height: 100px;
	}

}

#lc-section-master-data-video-container {
	padding-top: 0px;
}

#lc-section-master-data-video-btn {
	cursor: pointer;
	color: white;
	text-align: center;
	border: 1px solid #0f5cb7;
	border-radius: 8px;
	padding: 10px; 
	max-width: 390px;
	width:99%;
	white-space: nowrap;
}

#lc-section-master-data-video-btn i {
	color: #1a3be5;
}

#lc-section-master-data-separator {
	color: white;
}

.no-webp #lc-section-master-data-separator {
	background-image: url('../images/lowcode/master/separator.jpg'); 	
}

.webp #lc-section-master-data-separator {
	background-image: url('../images/lowcode/master/separator.webp'); 	
}

#lc-section-master-data-separator h5,
#lc-section-master-data-separator p{
	color: white;
	letter-spacing: 0.1rem;
}

#lc-section-master-data-separator h5 {
	margin-bottom: 15px;
}

#lc-section-master-data-separator p{
	font-size: 15px;
}

#lc-section-master-data-separator #price {
	background-color: rgba(0, 0, 0, 0.3);
	max-width: 52%;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top:10px;
}

@media screen and (max-width:767px) {
	#lc-section-master-data-separator h5,
	#lc-section-master-data-separator p{
		text-align: center !important;

	}

	#lc-section-master-data-separator h5 {
		padding-bottom: 20px;
		font-weight: 700;
	}

	#lc-section-master-data-separator p {
		line-height: 1.2;
		font-weight: 300;
	}	

	#lc-section-master-data-separator #price {  
	    max-width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	}
}

.lc-msdb-center-img li {
	margin-bottom: 0;
}

.lc-msdb-center-img img {
	padding-top: 30px;
}

#lc-section-automate {
	background-color: #020202;
}

.no-webp #lc-section-automate {
	background-image: url('../images/lowcode/automate/background.png'); 	
}

.webp #lc-section-automate {
	background-image: url('../images/lowcode/automate/background.webp'); 	
}

#lc-section-automate .header-container .col-lg-12 {
	margin-bottom: 0;
}

#lc-section-automate-process-graph-container {
	padding-top: 5px;
}

#lc-section-automate-process-graph-container li {
	margin-bottom: 0;
}

#lc-section-automate-highlight {
	font-family: sans-serif;
	letter-spacing: 1pt;
	font-size: 20px;
	font-weight: 600;	
	margin-bottom: 40px;
}

#lc-section-automate-highlight2 {
	font-family: sans-serif;
	letter-spacing: 1pt;
	font-size: 20px;
	font-weight: 600;	
	margin-bottom: 30px;
}


#lc-section-automate-video-container {
	padding-top: 0px;
}

#lc-section-automate-video-btn {
	cursor: pointer; 
	color: white;
	text-align: center;
	border: 1px solid #0f5cb7;
	border-radius: 8px;
	padding: 10px;
	max-width: 385px;
	width: 100%;
}

#lc-section-automate-video-btn i {
	color:#0f5cb7;
}

#lc-section-automate .feat-with-icon {
	background: transparent;
}

#lc-section-automate .feat {
	margin-bottom: 40px;
}

#lc-section-automate .bullet-title {
	color: white;
}

#lc-section-automate .nGY2GThumbnail {
	border: 3px solid grey;
}

.lc-section-automate-icon {
	width: 110px;
}

#lc-section-automate-last-row .col-lg-12 {
	margin-bottom: 0;
}

#lc-section-automate-last-row p {
	color: white;
}

#lc-section-automate-gdpr-container {
	padding-top: 20px;
}

#lc-section-automate-gdpr-container li {
	margin-bottom: 0;
}

#lc-section-automate-separator {
	background: #030405;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}

.lc-section-automate-separator-image {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#lc-section-automate-separator-mobile {
	display: none;
    width: 100%;
	background-color: #171e24;
	border-top: 3px solid #5b7785;
	border-bottom: 3px solid #5b7785;	
}

#lc-section-automate-separator-moto-container {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
	margin-top: -5%;
}

#lc-section-automate-separator-moto {	
	font-family: sans-serif;
	font-size: 32px;
    line-height: 43px;
	font-weight: bold;
	text-align: center;
	color: white;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#lc-section-automate-separator-moto p {
	margin-top: 10px;
}

#lc-section-automate-last-row  {
	margin-top: 40px;
}
#lc-section-automate-highlight2 {
	margin-top: 30px;
}

@media screen and (max-width:767px) {

	.lc-section-automate-separator-image,
	#lc-section-automate-separator-moto-container {
		display: none;
	}

	#lc-section-automate-separator-mobile {
		display: block;
	}

	#lc-section-automate-separator-moto {
		width: 100%;
	    line-height: 1.7;
		font-size: 16px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

}

#lc-section-deploy {
	background-color: #020202;
}

.no-webp #lc-section-deploy {
	background-image: url('../images/lowcode/deploy/background.png'); 	
}

.webp #lc-section-deploy {
	background-image: url('../images/lowcode/deploy/background.webp'); 	
}

#lc-section-deploy .header-container {
	padding-top: 10px;
}

#lc-section-deploy-icons-container {
	padding-top: 0px;
	padding-bottom: 50px;
}

#lc-section-deploy-icons-container .rounded {
	margin-bottom: 40px;
}

#lc-section-deploy-icons-container .bullet-title {
	color: white;
}

#lc-section-deploy-mockup-container {
	padding-top: 0px;
	padding-bottom: 0px;
}

#lc-section-deploy-mockup-container .blue-separator {
	width: 250px;
	height: 7px;
	background-color: #4b6274;
	padding: 0;
	color: #4b6274;
	margin-top: 0;
}

#lc-section-deploy-mockup-container h6 {
	color: white;
}

#lc-section-deploy-mockup-container .bullet-title {
	color: #0f5cb7;
}

#lc-section-deploy-mockup {
	padding-top: 30px;
}

#lc-section-deploy-video-container {
	padding-top: 0px;
	padding-bottom: 50px;
}

#lc-section-deploy-video-intro-text {
	text-align: center;
	color: white;
	margin-top: 20px;
}

#lc-section-deploy-video-btn {
	cursor: pointer;
	color: white;
	text-align: center;
	padding: 10px;
	max-width: 475px;
	width: 100%;
	background: #2a3a47;
	border: 1px solid #486378;
	border-radius: 8px;
}

#lc-section-deploy-video-btn i {
	color: #486378;
}

@media screen and (max-width:767px) {

	#lc-section-deploy {
		padding-top: 40px;
	}

	#lc-section-deploy-video-btn {
		margin-top: 50px;
	}

}

#lc-section-prefooter {
	background-color: #171e24;
	border-top: 3px solid #5b7785; 
	border-bottom: 3px solid #5b7785; 
}

#lc-section-prefooter .container {
	padding-top: 40px;
	padding-bottom: 0px;
}

#lc-section-prefooter .btn-white {
	color: #171e24;
}

#lc-section-prefooter .icon-inline {
	justify-content: left;
	color: white; 
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}

#lc-section-prefooter i {
	color: white; 
}

#lc-section-prefooter .service-info {
	background: none;
	padding: 0;
}

#lc-section-prefooter h6 {
	text-align: center;
	color: white;
}

#lc-section-prefooter-btn {
	text-align: center;
}

#lc-section-prefooter .side-image a {
	width: 100%;
}

#lc-section-prefooter .icon-styled {
	position: absolute;
	right: 8%;
}
/*.lc-section-prefooter-label {
	margin-right: 30%;
}*/

#lc-section-prefooter .side-image span {
	color: white; 
}


/***************************************************
****************************************************
*** Enterprsie Integration
***************************************************
***************************************************/

#ent-int-section-intro {
	height: 100vh;
}

.no-webp #ent-int-section-intro {
	background-image: url('../images/entint/background.jpg'); 	
}

.webp #ent-int-section-intro {
	background-image: url('../images/entint/background.webp'); 	
}

.btn-ent-int {
	background-color: #fff;
	border: 1px solid rgba(76, 76, 76, 0.1);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	color: #161817;	
}

.btn-ent-int:hover {
	background-color: #2b2f2d;
	color: white;
}


.btn-ent-int-blue {
	background-color: #fff;
	border: 1px solid rgba(76, 76, 76, 0.1);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	color: #171e24;	
}

.btn-ent-int-blue:hover {
	background-color: #242f37;
	color: white;
}


#ent-int-section-init {
	background-color: #020202;
	padding-top: 20px;
}

#ent-int-section-intro h1 {
	color: white !important;
	letter-spacing: 12px;
}

#ent-int-section-intro .breadcrumb-item {
	color: white;
}

#ent-int-section-init .container {
	padding-bottom: 35px;
}

#ent-int-section-init h2 {
	color: black;
}

#ent-int-section-init h6 {
	color: black;
}

#ent-int-section-intro h3 {
    margin-top: -25px;
    font-weight: 400;
}

@media screen and (max-width:767px) {

	#ent-int-section-intro h3 {
	    font-size: 1.2rem;
	    margin-top: 0rem;
	}

}

#ent-int-section-init .header-container {
	padding-bottom: 35px;
}

#ent-int-section-init .header-container p {
	text-align: center;
	color: black;
	font-size: 16px;
}

#ent-int-section-init .header-container .row {
	margin-bottom: 20px;
}

#ent-int-section-init table {
	margin: 0;
	color: white;
}

#ent-int-section-init .ent-int-feat div {
	margin: 0;
	border: 2px solid #2c7cdc;
	background-color: #2b3c48;
	border-radius: 12px; 
	color: white;
	width: 275px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#ent-int-section-init-mockup-container {
	text-align: center;
	padding-top: 45px !important;
	margin-top: 0;
}

@media screen and (max-width:767px) {

	#ent-int-section-init .header-container .row {
		margin-top: -35px;
	}

	#ent-int-section-init .ent-int-feat div {
		width: 93%;
	}    

	#ent-int-section-init-mockup-container {
		padding-top: 65px !important;
	}

}

#ent-int-section-init-mockup-container li {
	margin-bottom: 0;
}

.ent-int-feat {
	background: transparent;
}

#ent-int-section-init-separator {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #680000; 
}

.no-webp #ent-int-section-init-separator {
	background-image: url('../images/entint/connect/separator.jpg'); 	
}

.webp #ent-int-section-init-separator {
	background-image: url('../images/entint/connect/separator.webp'); 	
}

#ent-int-section-init-separator .container {
	padding-top: 40px;
	padding-bottom: 0px;
}



#ent-int-section-init-separator h6 {
	color: white;	
}

#ent-int-section-init-separator p {
	color: white;	
}

#ent-int-section-init-separator-icon-container {
	vertical-align: middle;
	padding-left: 20px;
}

#ent-int-section-init-separator-text {
	margin-top: 10px;
	font-size: 14px;
}

#ent-int-section-init-separator-icon-container-vertical {
	vertical-align: middle;
	text-align: center;
}

#ent-int-section-init-separator-text-vertical {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

.exer-rel-slider .spec-items {
	background: rgba(52, 56, 58, 0.6);
}

.exer-rel-slider img {
	height: 50px;
}

#ent-int-section-connect {
	border-top: 3px solid white;
	background-color: #020202;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.no-webp #ent-int-section-connect {
	background-image: url('../images/entint/engage/background.png'); 	
}

.webp #ent-int-section-connect {
	background-image: url('../images/entint/engage/background.webp'); 	
}

#ent-int-section-connect-interface-mockup {
	text-align: center;
	padding-top: 0;
	margin-top: -150px;
	margin-bottom: -60px;
}

@media screen and (max-width:767px) {

	#ent-int-section-connect-interface-mockup {
	    padding-top: 0;
		margin-top: -55px;
		margin-bottom: -15px;
	}

}

#ent-int-section-connect-video-container {
	padding-top: 10px;
}

#ent-int-section-connect-video-btn {
	cursor: pointer;
	text-align: center;
	border: 1px solid #5d6764;
	border-radius: 8px;
	padding: 10px;
	max-width: 716px;
	width: 100%;
	color: white;
}

#ent-int-section-connect-video-btn i {
	color: #5d6764;
}

#ent-int-section-connect-interface-mockup li {
	margin-bottom: 0;
}

#ent-int-section-init-separator-graphic a {
	border: none;
}

.ent-int-section-connect-interface-desc {
	text-align: center;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

#ent-int-section-connect-bullets-container .feat-with-icon {
	background-color :transparent;
	margin-top: 30px;
}

#ent-int-section-connect-reg-mockup {
	text-align: center;
	padding-top: 30px;
	margin-top: 0;
}

#ent-int-section-connect-reg-mockup li {
	margin-bottom: 0;
}

#ent-int-section-exersize {
	background-color: #020202;
}

.no-webp #ent-int-section-exersize {
	background-image: url('../images/entint/relations/background.jpg'); 	
}

.webp #ent-int-section-exersize {
	background-image: url('../images/entint/relations/background.webp'); 	
}

#ent-int-section-exersize .header-container {
	max-width: 1400px;
}

#ent-int-section-exersize-learn-more {
	color: #e1e1e1;
}

#ent-int-section-exersize span {
	/*color: #01725a;*/
	color: white;
}

#ent-int-section-exersize-separator {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #020202;
}

.no-webp #ent-int-section-exersize-separator {
	background-image: url('../images/entint/relations/separator.png'); 	
}

.webp #ent-int-section-exersize-separator {
	background-image: url('../images/entint/relations/separator.webp'); 	
}

#ent-int-section-exersize-separator .container {
	padding-top: 30px;
	padding-bottom: 0px;
}

#ent-int-section-exersize-separator img {
	width: 100%;
	max-width: 1000px;
}

#ent-int-section-access {
	/*background: black;*/
}
.no-webp #ent-int-section-access {
	background-image: url('../images/entint/access/background.jpg'); 	
}

.webp #ent-int-section-access {
	background-image: url('../images/entint/access/background.webp'); 	
}

#ent-int-section-access h3 {
	color: white;
}

#ent-int-section-access h5 {
	color: white;
}

#ent-int-section-access h6 {
	color: white;
}

#ent-int-section-access p {
	color: white;
	text-align: center;
}

#ent-int-section-access-mockup {
	margin-top: 25px;
}

#ent-int-section-access-video-container {
	padding-top: 0px;
}

#ent-int-section-access-video-btn {
	cursor: pointer;
	text-align: center;
	border: 1px solid #0f5cb7;
	border-radius: 8px;
	padding: 10px;
	max-width: 440px;
	width: 100%;
	color: white;
} 

#ent-int-section-access-video-btn i {
	color: #0f5cb7;
}

#ent-int-section-moto1 {
	font-size: 20px;
	font-weight: 500;
}

#ent-int-section-moto1 {
	font-size: 18px;
}

#ent-int-section-consolidated {
	border: 2px solid #4d586a;
}

.no-webp #ent-int-section-consolidated {
	background-image: url('../images/entint/access/box-background.jpg'); 	
}

.webp #ent-int-section-consolidated {
	background-image: url('../images/entint/access/box-background.jpg'); 	
}

#ent-int-section-consolidated p {
	 font-size: 13px; 
	 line-height: 20px;
}

#ent-int-section-access-mockup2 {
	margin-top: 60px;
}

.no-webp #ent-int-section-access-separator {
	background-image: url('../images/entint/access/separator.jpg'); 	
}

.webp #ent-int-section-access-separator {
	background-image: url('../images/entint/access/separator.webp'); 	
}

@media screen and (max-width:767px) {

	#ent-int-section-consolidated {
		margin-left: 25px;
		margin-right: 25px;
	}	

	#ent-int-section-access-mockup2 {
		margin-top: 40px;
		margin-bottom: -40px;
	}	

	.no-webp #ent-int-section-access-separator {
		background-image: url('../images/entint/access/separator-mobile.jpg'); 	
	}

	.webp #ent-int-section-access-separator {
		background-image: url('../images/entint/access/separator-mobile.webp'); 	
	}

	#ent-int-section-access-separator-moto {
		width: 85%;		
		margin-left: auto;
		margin-right: auto;		
	}

}

#ent-int-section-access-separator-moto {
	border: 3px solid #415667;
	border-radius: 10px;
	background-color: #161d23; 
}

#ent-int-section-access-separator .container {
	padding-top: 0px;
	padding-bottom: 0px;	
}

#ent-int-section-access-separator ul {
	padding-top: 40px;	
}

#ent-int-section-access-separator .order-2 {
	margin-bottom: -28px;
}

#ent-int-section-access-separator h6 {
	color: white;
}

#ent-int-section-access-separator p {
	color: white;
}

#ent-int-section-access-separator a {
	color: #096d9e;
}

#ent-int-section-orchestrate {
	background: black;
	border-bottom: 2px solid #829ab0;
}

.no-webp #ent-int-section-orchestrate {
	background-image: url('../images/entint/orchestrate/background1.jpg'); 	
}

.webp #ent-int-section-orchestrate {
	background-image: url('../images/entint/orchestrate/background1.webp'); 	
}


#ent-int-section-orchestrate h3 {
	color: white; 
}

#ent-int-section-orchestrate h5 {
	color: white; 
}

#ent-int-section-orchestrate p {
	color: white; 
}

#ent-int-section-orchestrate ul {
	margin-top: 35px;
}

#ent-int-section-orchestrate-separator-first {
	background-color: #161d23;
	border-bottom: 2px solid #829ab0;
}

#ent-int-section-orchestrate-separator-first .container {
	padding-top: 30px;
	padding-bottom: 0px;
}

#ent-int-section-orchestrate-second {
	background: black;
	border-bottom: 2px solid #829ab0;
	margin-bottom: -50px;
}

.no-webp #ent-int-section-orchestrate-second {
	background-image: url('../images/entint/orchestrate/background2.jpg'); 	
}

.webp #ent-int-section-orchestrate-second {
	background-image: url('../images/entint/orchestrate/background2.webp'); 	
}

#ent-int-section-orchestrate-second ul {
	margin-bottom: -30px !important;
}

#ent-int-section-orchestrate-second .bullet-title,
#ent-int-section-orchestrate-second .bullet-content {
	color: white;
}

#ent-int-section-orchestrate-second .header-container {
	padding-top: 50px;
	padding-bottom: 0px;
}

#ent-int-section-orchestrate-second-moto {
	margin-top: 0px;
	margin-bottom: 20px;
}

#ent-int-section-orchestrate-separator-first ul {
	margin-top: 60px;
	margin-bottom: -35px;
}

@media screen and (max-width:767px) {

	#ent-int-section-orchestrate-second {
		margin-bottom: 0px;
	}

	#ent-int-section-orchestrate-second .tns-nav {
		margin-top: 0px;
	}

	#ent-int-section-orchestrate-second .tns-inner {
		margin-bottom: -35px;
	}

	#ent-int-section-orchestrate-second-mockup {
		margin-top: 50px;
	}	

	#ent-int-orch-architecture {
		padding-bottom: 30px;
	}

}

.orchestrate-slider {
	margin-top: 60px;
}

.orchestrate-slider img {
	height: 50px;
}

.orchestrate-slider .hero-bg {
	border: 2px solid #344756;
	font-weight: 400;
	padding: 20px 20px;
	height: 220px;
}

.orchestrate-slider .bullet-content {
	color: white;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.no-webp #orchestrate-slider-node-1 {
	background-image: url('../images/entint/orchestrate/bg-node-1.jpg'); 	
}

.webp #orchestrate-slider-node-1 {
	background-image: url('../images/entint/orchestrate/bg-node-1.webp'); 	
}

.no-webp #orchestrate-slider-node-2 {
	background-image: url('../images/entint/orchestrate/bg-node-2.jpg'); 	
}

.webp  #orchestrate-slider-node-2 {
	background-image: url('../images/entint/orchestrate/bg-node-2.webp'); 	
}

.no-webp #orchestrate-slider-node-3 {
	background-image: url('../images/entint/orchestrate/bg-node-3.jpg'); 	
}

.webp  #orchestrate-slider-node-3 {
	background-image: url('../images/entint/orchestrate/bg-node-3.webp'); 	
}

.no-webp #orchestrate-slider-node-4 {
	background-image: url('../images/entint/orchestrate/bg-node-4.jpg'); 	
}

.webp  #orchestrate-slider-node-4 {
	background-image: url('../images/entint/orchestrate/bg-node-4.webp'); 	
}

.orchestrate-slider span {
	color: #01725a;
}

#ent-int-section-orchestrate-separator-first .tns-nav {
	margin-top: 20px;
}

#ent-int-section-orchestrate-separator {
	border-top: 2px solid #829ab0;
	border-bottom: 2px solid #829ab0;
}

 .no-webp #ent-int-section-orchestrate-separator {
	background-image: url('../images/entint/orchestrate/separator.jpg'); 	
}

.webp #ent-int-section-orchestrate-separator {
	background-image: url('../images/entint/orchestrate/separator.webp'); 	
}

@media screen and (max-width:767px) {

	#ent-int-section-orchestrate-separator {
		background-image: none;
		background-color: #344453;
	}

}

.ent-int-section-orchestrate-separator-moto {
	color: white;
	text-align: center;
    margin-left: auto;
    margin-right: auto;	
}

#ent-int-section-orchestrate-separator-moto-1 {
    padding: 40px 20px;
    border-radius: 5px;
    background-color: #161c23;
    border: 2px solid#95a0b5;
    margin-top: 50px;
    margin-bottom: 8px;
    width: 700px;    
    font-weight: 500;
	font-size: 18px;
}

#ent-int-section-orchestrate-separator-moto-1, 
#ent-int-section-orchestrate-separator-moto-2 {
	margin-bottom: 20px;
}

#ent-int-section-orchestrate-separator-moto-2,
#ent-int-section-orchestrate-separator-moto-3 {
	font-size: 16px;
	font-weight: 500;
	width: 800px;		
}

#ent-int-section-orchestrate-separator-moto-3 {
	font-size: 18px;
}

@media screen and (max-width:767px) {

	#ent-int-section-orchestrate-separator-moto-1, 
	#ent-int-section-orchestrate-separator-moto-2,
	#ent-int-section-orchestrate-separator-moto-3 {
		width: 95%;

	}

}

.entint-section-orchestrate-bizcase {
	border-top: 2px solid white; 
	border-bottom: 2px solid white;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-webp .entint-section-orchestrate-bizcase {
	background-image: url('../images/entint/orchestrate/bizcase-separator.png'); 	
}

.webp .entint-section-orchestrate-bizcase {
	background-image: url('../images/entint/orchestrate/bizcase-separator.webp'); 	
}

.entint-section-orchestrate-bizcase h6 {
	color: white;
}

.entint-section-orchestrate-bizcase p {
	color: white;
}

.entint-section-orchestrate-bizcase a {
	color: white;
}

#ent-int-section-exchange {
	background-color: black;
	text-align: center;
	color: white;
}

#ent-int-section-exchange h3,
#ent-int-section-exchange h5 {
	color: white;
}

#ent-int-section-exchange .container {
	padding-bottom: 15px;
}

#ent-int-section-exchange-second {
	background-color: black;
	color: white;
}

#ent-int-section-exchange-second .container {
	padding-top: 0;
}

@media screen and (max-width:767px) {

	.ent-int-feat {
		padding-top: 20px;
	}	

}

.ent-int-ex-rel-icon-wrapper .bullet-title {
	font-size: 17px;
	color :white;
}

.ent-int-ex-rel-icon-wrapper h5 {
	margin-top: 10px;
	line-height: 1;
}

.ent-int-ex-rel-icon-wrapper .spec-items {
	min-height: 300px;
}

.ent-int-ex-rel-icon-wrapper a.read-more.service-btn {
	color: #01725a;
}

#ent-int-section-int-colab-proc {
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	background-color: #13191d;
}

#ent-int-section-int-colab-proc-3d {
	background-color: rgba(0,0,0,0.5);
	border: 3px solid #2d3b46;
}

.ei-con-shar-int-col-bullet {
	padding: 15px;
	font-size: 13px;
	font-weight: 600;
}

#ent-int-section-int-colab-proc-separator {
	border-top: 4px solid #4c697f;
	border-bottom: 4px solid #4c697f;
}

.no-webp #ent-int-section-int-colab-proc-separator {
	background-image: url('../images/entint/collab/separatorbg.jpg'); 	
}

.webp #ent-int-section-int-colab-proc-separator {
	background-image: url('../images/entint/collab/separatorbg.webp'); 	
}

@media (max-width: 767px) {

	#ent-int-section-int-colab-proc-3d {
		margin-left: 10px;
		margin-right: 10px;		
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px;
		padding-bottom: 0;
	}

	#ent-int-section-int-colab-proc-separator .container {
		padding-top: 40px;
	}

	.no-webp #ent-int-section-int-colab-proc-separator {
		background-image: url('../images/entint/collab/separatorbg-mobile.jpg'); 	
	}

	.webp #ent-int-section-int-colab-proc-separator {
		background-image: url('../images/entint/collab/separatorbg-mobile.webp'); 	
	}

}

#ent-int-section-int-colab-proc-separator p {
	color: white;
}

.no-webp #ent-int-section-exchange {
	background-image: url('../images/entint/exchange/background.jpg'); 	
}

.webp #ent-int-section-exchange {
	background-image: url('../images/entint/exchange/background.webp'); 	
}

#ent-int-section-exchange-mockup {
	background-color: rgba(0,0,0,0.5);
	border: 3px solid #2d3b46;	
}

@media (max-width: 767px) {

	#ent-int-section-exchange-mockup {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
		padding-bottom: 20px;		
		margin-bottom: 20px;
		margin-top: 0px;		
	}

	#ent-int-section-exchange-mockup ul,
	#ent-int-section-exchange-mockup li {
		margin-bottom: 0;
	}

}

.entint-exchange-assets-first-mockup-section {
	background-image: url('../images/entint/exchange/main.png'); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	height: 850px;
}

#ent-int-section-exchange-main-img {
	width: 100%;
	background-color: #ececed;
}

#ent-int-section-int-colab-proc-desc {
	padding-top: 0px;
	padding-bottom: 0px;
}

@media (max-width: 767px) {

	#ent-int-section-int-colab-proc-desc {
		padding-left: 0;
		padding-right: 0;
	}

}

#ent-int-section-int-colab-proc-desc .row {	
	padding-bottom: 0px;
}

#ent-int-section-int-colab-proc-desc p {	
	text-align: center;
	color: white;
}

#ent-int-section-int-colab-proc-desc-text {
	margin: 5px;
}

#ent-int-section-int-colab-proc-mockup {
	padding-top: 0px;
}

#ent-int-section-int-colab-proc-mockup-container {
	padding-top: 30px;
	padding-bottom: 0px;
	margin-top: -30px;
}

#ent-int-section-int-colab-proc-mockup-container p {
	text-align: center;
	color: white;
}

.entint-section-collab-bizcase {
	border-top: 2px solid white; 
	border-bottom: 2px solid white;
	background-position: center; background-repeat: no-repeat; 
	background-size: cover;
}

.no-webp .entint-section-collab-bizcase {
	background-image: url('../images/entint/collab/separator.png'); 	
}

.webp .entint-section-collab-bizcase {
	background-image: url('../images/entint/collab/separator.webp'); 	
}

.entint-section-collab-bizcase h6 {
	color: white;
}

.entint-section-collab-bizcase p {
	color: white;
}

.entint-section-collab-bizcase a {
	color: white;
}

.entint-exchange-assets-third-section div {
	margin-bottom: 45px;
}

.entint-exchange-assets-third-section p {
	color: white;
	text-align: center;
}


#ent-int-section-exchange-second {
	border-top: 4px solid #4c697f;	
}

.no-webp #ent-int-section-exchange-second {
	background-image: url('../images/entint/exchange/separatorbg.jpg'); 	
}

.webp #ent-int-section-exchange-second {
	background-image: url('../images/entint/exchange/separatorbg.webp'); 	
}

#ent-int-section-exchange-second div {
	color: white;
	font-weight: 600;
	font-size: 18px;
}	

#ent-int-section-int-colab-proc-mockup-p {
	padding-top: 20px;
}

@media (max-width: 767px) {

	#ent-int-section-int-colab-proc-mockup-p {
		padding-left: 20px;
		padding-right: 20px;
	}

	.no-webp #ent-int-section-exchange-second {
		background-image: url('../images/entint/exchange/separatorbg-mobile.jpg'); 	
	}

	.webp #ent-int-section-exchange-second {
		background-image: url('../images/entint/exchange/separatorbg-mobile.webp'); 	
	}

}

#ent-int-section-int-colab-proc-bottom-btn {
	color: white;
	cursor: pointer;
	text-align: center;
	border: 1px solid #0dbdfc;
	border-radius: 8px;
	padding: 10px;
	width: 90%;
	max-width: 550px;
	margin-bottom: -65px;
	margin-top: 10px;	
}

#ent-int-section-int-colab-proc-bottom-btn i {
	color: #0dbdfc;
}

#ent-int-section-int-colab-proc-bottom-mockup-container {
	margin-top: 65px;
}

@media (max-width: 767px) {

	#ent-int-section-int-colab-proc-bottom-mockup-container {
		margin-top: 65px;
	}

}

@media (max-width: 767px) {

  .entint-exchange-assets-first-mockup-section {
   height:	100%;
   margin-top: -50px;
  }  

  .entint-exchange-assets-third-section{
	padding-top: 10px;
  } 

}

.ei-csic-init-placeholder {
	margin: 0;
	background-color: transparent; 
	color :white;
}

#ei-csic-init-placeholder-horizontal {
	display: block;
}

#ei-csic-init-placeholder-vertical {
	display: none;
}   

@media (max-width: 767px) {

	#ei-csic-init-placeholder-horizontal {
		display: none;
	}

	#ei-csic-init-placeholder-vertical {
		display: block;
	} 

}

.ei-coneneg-sep {
	border-top: 2px solid white;
	border-bottom:2px solid white;
	background-color: #680000; 
	background-image: url('../images/Connect and Engage - Separator background.png'); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.ei-access-remote-apps-biz-case-section{
	border-top: 2px solid #4d586a;
	border-bottom: 2px solid #4d586a;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}

#entint-exchange-assets-bullet-container {
	padding-top: 25px;
	padding-bottom: 0px;
}

.entint-exchange-assets-bullet {
	margin: 0;
	background-color: #2b3c48;
	border-radius: 12px; 
	color: white;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
	padding: 35px;
}

.entint-exchange-assets-bullet table {
	margin: 0;
	color: white;
}

.entint-exchange-assets-bullet-title {
	font-weight: bold;
}

.entint-exchange-assets-bullet-content {
	font-weight: normal;
}

.entint-exchange-assets-bottom-mockup {
	margin-top: -50px;
}

@media screen and (max-width:767px) {

	#ent-int-section-exchange .container {
		padding-bottom: 10px;
	}

	#ent-int-section-exchange-second .container {
    	padding-top: 20px;
	}

	#entint-exchange-assets-bullet-container {
		padding-top: 0;
		margin-top: -15px;
	}

	.entint-exchange-assets-bullet td {
		padding: 5px 0px;
	}

	#entint-exchange-assets-bullet-container .feat-with-icon {	
		margin-bottom: 20px !important;
	}

	.entint-exchange-assets-bullet {
		width: 330px;
	}  

	.entint-exchange-assets-bottom-mockup {
		margin-top: -15px;
	}

}

#ent-int-section-int-colab-proc .header-container {
	padding-bottom: 10px;
}

/***************************************************
****************************************************
*** Information Control
***************************************************
***************************************************/

#inf-ctrl-section-init {
	height: 100vh; 
}

.no-webp #inf-ctrl-section-init {
	background-image: url('../images/infoctrl/background.jpg'); 	
}

.webp #inf-ctrl-section-init {
	background-image: url('../images/infoctrl/background.webp'); 	
}

.btn-inf-ctrl {
	background-color: white;
	border-radius: 8px;
	color: #171e24;
	border: 1px solid  #805990 !important;
}

.btn-inf-ctrl:hover {
	background-color: #31293c;
	color: white;
}

#inf-ctrl-section-control {
	background-color: #020202;  
}

.no-webp #inf-ctrl-section-control {
	background-image: url('../images/infoctrl/take/background.jpg'); 	
}

.webp #inf-ctrl-section-control {
	background-image: url('../images/infoctrl/take/background.webp'); 	
}

#inf-ctrl-section-init h1 {
	letter-spacing: 11px;
}

#inf-ctrl-section-control h2 {
	color: white;
}

#inf-ctrl-section-control h6 {
	color: white;
}

#inf-ctrl-section-control .header-container {
	padding-bottom: 0px;
}

#inf-ctrl-section-control-main-container {
	padding-top: 0px !important;
	padding-bottom: 0px;
}

#ic-ime-imprints-separator {
	width: 100%;
	padding-bottom: 60px;
}


#ic-ime-imprints-separator div {
	width: 60%;
	height: 5px;
	background-color: #6e338c;
	margin-right: auto;
	margin-left: 0%;
}

@media screen and (max-width:767px) {

	#ic-ime-imprints-separator {
		padding-bottom: 55px;
	}  
	
	#ic-ime-imprints-separator div {
    	width: 66%;
    }	

}

#inf-ctrl-section-control-mockup-container {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#inf-ctrl-section-control-mockup-desc-row {
	padding-bottom: 10px;
}

#inf-ctrl-section-control-mockup-desc-row p {
	text-align: center;
	color: white;
	font-size: 16px;
}

#inf-ctrl-section-control-ime-row {
	padding-bottom: 10px;
}

#inf-ctrl-section-control-ime-row-title {
	text-align: center;
	font-size: 18px;
	color: #9949c1;
	font-weight: 700;
	margin-top: -10px;
	margin-bottom: 40px;
	padding: 0;
}

#inf-ctrl-section-control-ime-row-content {
	text-align: center;
	color: white;
	font-size: 16px;
}

.ic-ime-inner {
	margin-top: 25px;
}

.ic-ime-inner table {
	margin: 0;
}

.ic-ime-inner td {
	padding-top: 24px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.ic-ime-inner div {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;	
}

@media screen and (max-width:767px) {

	#inf-ctrl-section-control-bullets-container .ic-ime-inner {
		margin-bottom: 20px;
	}

	#inf-ctrl-section-control-bullets-container .ic-ime-inner-last {
		margin-bottom: 0px;	
	}

	#inf-ctrl-section-control-bullets-container .ic-ime-inner div {
		text-align: center;
	}

}

.ic-ime-inner a {
	color: white;
}

#inf-ctrl-section-control-bullets-container {
	background: transparent;
}

#inf-ctrl-section-control-separator {
	border-top: 2px solid #ad79c5; 
	border-bottom: 2px solid #ad79c5; 
}

.no-webp #inf-ctrl-section-control-separator {
	background-image: url('../images/infoctrl/take/separator.jpg'); 	
}

.webp #inf-ctrl-section-control-separator {
	background-image: url('../images/infoctrl/take/separator.webp'); 	
}

@media screen and (max-width:767px) {

	.no-webp #inf-ctrl-section-control-separator {
		background-image: url('../images/infoctrl/take/separator-mobile.jpg'); 	
	}

	.webp #inf-ctrl-section-control-separator {
		background-image: url('../images/infoctrl/take/separator-mobile.webp'); 	
	}

}

#inf-ctrl-section-control-separator .container {
	padding-top: 40px;
	padding-bottom: 0px;
}

#inf-ctrl-section-control-separator p {
	text-align: center;
	color: white;
	font-size: 15px;
	line-height: 25px;
}

#inf-ctrl-section-personal {
	background-image: url('../images/Personal Store - Background image.png'); 
}

.no-webp #inf-ctrl-section-personal {
	background-image: url('../images/infoctrl/personal/background.png'); 	
}

.webp #inf-ctrl-section-personal {
	background-image: url('../images/infoctrl/personal/background.webp'); 	
}

#inf-ctrl-section-personal-mockup-container {
	margin-top: -18px;
}

#inf-ctrl-section-personal-video-btn {
	cursor: pointer;
	color: white;
	text-align: center;
	border: 1px solid #5d2a75;
	border-radius: 8px;
	padding: 0px;
	max-width: 385px;
	width: 95%;
}

#inf-ctrl-section-personal-video-btn i {
	color: #5d2a75;
}

#inf-ctrl-section-personal-separator {
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

.no-webp #inf-ctrl-section-personal-separator {
	background-image: url('../images/infoctrl/personal/separator.png'); 	
}

.webp #inf-ctrl-section-personal-separator {
	background-image: url('../images/infoctrl/personal/separator.webp'); 	
}

#inf-ctrl-section-personal-separator p {
	text-align: center;
	color: white;
}

#inf-ctrl-section-personal-separator .btn {
	background-color: white;
	color: #5d2a75;
}

.no-webp #inf-ctrl-section-cer {
	background-image: url('../images/infoctrl/cert/background.png'); 	
}

.webp #inf-ctrl-section-cer {
	background-image: url('../images/infoctrl/cert/background.webp'); 	
}


#inf-ctrl-section-cer-video-btn {
	cursor: pointer;
	color: white;
	text-align: center;
	background-color: #420b00;
	border: 1px solid white;
	border-radius: 8px;
	padding: 0px;
	margin-top: 18px;
	max-width: 385px;
	width: 95%;
}

#inf-ctrl-section-cer-video-btn i {
	color: white;
}

#inf-ctrl-section-cer .rounded {
	padding-left: 20px;
	padding-right: 20px;
}

#inf-ctrl-section-cer .bullet-title {
	color: white;
}

#inf-ctrl-section-cer .bullet-content-with-maring-btm {
	margin-bottom: 60px;
}

#inf-ctrl-section-cer-mockup-container {
	margin-top: 30px;
}

#inf-ctrl-section-cer .btn {
	background-color: white;
	color: #420b00;
	border: 1px solid #420b00;
	border-radius: 8px;
}

#inf-ctrl-section-cer-separator {
	border-top: 5px solid #420b00; 
	border-bottom: 5px solid #420b00; 
}

.no-webp #inf-ctrl-section-cer-separator {
	background-image: url('../images/infoctrl/cert/separator.jpg'); 	
}

.webp #inf-ctrl-section-cer-separator {
	background-image: url('../images/infoctrl/cert/separator.webp'); 	
}

#inf-ctrl-section-cer-separator .container {
	padding-top: 40px;
	padding-bottom: 0px;
}

#inf-ctrl-section-cer-separator p {
	text-align: center;
	color: white;
}

#inf-ctrl-section-cer-separator .btn {
	background-color: #420b00;
	color: white;
	border: 1px solid white;
	border-radius: 8px;
}

.no-webp #inf-ctrl-section-dig {
	background-image: url('../images/infoctrl/dig/background.png'); 	
}

.webp #inf-ctrl-section-dig {
	background-image: url('../images/infoctrl/dig/background.webp'); 	
}

#inf-ctrl-section-cer-second div {
	color: white;
}

#inf-ctrl-section-dig-main-mockup-container {
	margin-top: 60px;
	margin-bottom: 70px;
}

@media screen and (max-width:767px) {

	#inf-ctrl-section-cer-video-btn {
		width: 100%;
	}

	#inf-ctrl-section-cer-second {
		padding-left: 15px;
		padding-right: 15px;		
	}

	#inf-ctrl-section-cer-second h5 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#inf-ctrl-section-dig-main-mockup-container {
		margin-top: 40px;
		margin-bottom: 60px;
	}

}

.digexp-slider .bullet-title {
	color: white;
	text-align:left;
	margin-left: 5px;
	margin-right: 5px;	
}

.digexp-slider .bullet-content {
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;	
	font-size: 12px;
}

.digexp-slider div {
	text-align: right;
}

.digexp-slider .read-more {
	border-radius: 4px;
	padding: 5px;
	margin: 5px;
	color: white;
	background-color: #5d3d5d;
}

.digexp-slider .read-more span {
	color: white;
	background-color: #5d3d5d;
}

#inf-ctrl-section-dig-separator {
	border-top: 5px solid #ad79c5;;
	border-bottom: 5px solid #ad79c5;;
}

#inf-ctrl-section-dig-separator h6 {
	color: white;
}

#inf-ctrl-dig-exp-mockup-bottom-container {
	margin-top: 120px;
}

@media screen and (max-width:767px) {

	#inf-ctrl-dig-exp-mockup-bottom-container {
		margin-top: 30px;
	}

}

.no-webp #inf-ctrl-section-dig-separator {
	background-image: url('../images/infoctrl/dig/separator.jpg'); 	
}

.webp #inf-ctrl-section-dig-separator {
	background-image: url('../images/infoctrl/dig/separator.webp'); 	
}

#inf-ctrl-section-dig-separator p {
	text-align: center;
	color: white;
}

#inf-ctrl-section-dig-separator .btn {
	background-color: white;
	color: #5d2a75;
}

.no-webp #inf-ctrl-section-social {
	background-image: url('../images/infoctrl/social/background.png'); 	
}

.webp #inf-ctrl-section-social {
	background-image: url('../images/infoctrl/social/background.webp'); 	
}
  
#inf-ctrl-section-social .header-container p {
	background-color: #2f6485;
	border: 3px solid white;
	border-radius: 8px;
	padding: 20px;
}

#inf-ctrl-section-social-mockup-container {
	padding-top: 40px;
	padding-bottom: 0px;
	max-width: 1600px;
}

#inf-ctrl-section-social-mockup-right-section {
	margin-top: -64px;
}

#inf-ctrl-section-social-mockup-right-section .item-content {
	text-align: center;
	background-color: #2f6485;
	border-radius: 8px;
	color: white;
}

#inf-ctrl-section-social-mockup-right-section table {
	margin-bottom: 0;
	margin-top: 20px
}

#inf-ctrl-section-social-mockup-right-section td {
	text-align: center;
	padding: 0;
	margin: 0;
}

.inf-ctrl-section-social-mockup-wrapper {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;
	margin-left: -45px;
}

.inf-ctrl-section-social-mockup-wrapper li {
	margin-bottom: 0;
}

#inf-ctrl-section-social-mockup-desc {
	margin-top:0;
	padding: 20px;
}

#inf-ctrl-section-social-video-container {
	text-align: center;
	margin-top: 0;
	padding-bottom: 40px;
}

#inf-ctrl-section-social-btnvideo li {
	margin-bottom: 0
}

#inf-ctrl-section-social-btnvideo i {
	color: white;
}

#inf-ctrl-section-social-separator {
	border-top: 5px solid white; 
	border-bottom: 5px solid white; 
}

.no-webp #inf-ctrl-section-social-separator {
	background-image: url('../images/infoctrl/social/separator.png'); 	
}

.webp #inf-ctrl-section-social-separator {
	background-image: url('../images/infoctrl/social/separator.webp'); 	
}


#inf-ctrl-section-social-separator .container {
	padding-top: 40px;
	padding-bottom: 0px;
}

#inf-ctrl-section-social-separator p {
	text-align: center;
	color: white;
}

#inf-ctrl-section-social-separator .btn {
	background-color: white;
	color: #420b00;
	border: 1px solid #420b00;
	border-radius: 8px;
}

.no-webp #inf-ctrl-section-auth {
	background-image: url('../images/infoctrl/auth/background.jpg'); 	
}

.webp #inf-ctrl-section-auth {
	background-image: url('../images/infoctrl/auth/background.webp'); 	
}

#inf-ctrl-section-auth-mockup-container {
	margin-bottom: -90px;
}

#inf-ctrl-section-auth-moto {
	border: 1.5px solid #70517b;
	background-image: url('../images/infoctrl/auth/background-moto.jpg'); 	
}

#inf-ctrl-section-auth-bullets .feat-with-icon {
	background-color: transparent;
	margin-top: 20px;
}

#inf-ctrl-section-auth-bullets .rounded {
	background-color: transparent;
}

#inf-ctrl-section-auth-bullets a {
	color: #e60000;
}

#inf-ctrl-section-auth-separator {
	border-top: 2px solid #885da5; 
	border-bottom: 2px solid #885da5; 
}

.no-webp #inf-ctrl-section-auth-separator {
	background-image: url('../images/infoctrl/auth/separator.jpg'); 	
}

.webp #inf-ctrl-section-auth-separator {
	background-image: url('../images/infoctrl/auth/separator.webp'); 	
}

@media screen and (max-width:767px) {

	.no-webp #inf-ctrl-section-auth-separator {
		background-image: url('../images/infoctrl/auth/separator-mobile.jpg'); 	
	}

	.webp #inf-ctrl-section-auth-separator {
		background-image: url('../images/infoctrl/auth/separator-mobile.webp'); 	
	}

}

.inf-ctrl-section-auth-separator-box {
	border: 1.5px solid #885da5; 
	border-radius: 8px;
}

.inf-ctrl-section-auth-separator-box h5 {
	color: white;
	font-size: 19px;
}

.inf-ctrl-prefooter {
	border-top: 0 !important;
	border-bottom: 2px solid #885da5 !important; 
	background-color: #1f1925 !important;
}

.inf-ctrl-prefooter .btn { 
	border: 1px solid #805990 !important;
}

.inf-ctrl-prefooter .btn-main:hover { 
	background-color: white !important;
	color: #805990 !important;
}

#inf-ctrl-section-auth-separator .container {
	padding-top: 40px;
	padding-bottom: 0px;
}

#inf-ctrl-section-auth-separator .btn {
	background-color: #000000;
	color: #cc0000;
	border: 1px solid white;
	border-radius: 8px;
}

#inf-ctrl-section-auth-separator p {
	text-align: center;
	color: white;
}

.inf-ctrl-dig-exp-icon {
	margin-top: 5px;
	height: 145px;
}

#inf-ctrl-dig-exp-icons-container {
	margin-top: -80px;
	margin-bottom: 30px;
}

.inf-ctrl-dig-exp-icon-wrapper {
	margin-top: 20px;
}

.inf-ctrl-dig-exp-icon-wrapper .rounded {
	background: transparent;
	background-image: url('../images/Digital Experiences - White bordered black box.png'); 
	background-position: top; 
	background-repeat: no-repeat; 
	background-size: cover;
	border-radius: 12px !important;
	padding-left: 12px;
	padding-right: 12px;
}

@media screen and (max-width:767px) {

	.inf-ctrl-dig-exp-icon-wrapper .rounded {
		background-size: 100% 100%;
    	margin-left: 15px;
    	margin-right: 15px;    
	}

}

.inf-ctrl-dig-exp-icon-wrapper .bullet-title{
	font-size: 16px;
}

#inf-ctrl-life-event-img-container-mobile {
	display: none;
}

#inf-ctrl-life-event-img-container ul {
	margin-top: -38px;
}

@media screen and (max-width:767px) {
	#inf-ctrl-life-event-img-container {
		display: none;
	}
	#inf-ctrl-life-event-img-container-mobile {
		display: block;
	}		
}

.inf-ctrl-dig-exp-icon-wrapper h5 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}

.ic-ime-outer {
	padding-top: 20px !important;
	height: 485px;
   	width: 500px; 
   	background-position: 0px 0px;
   	padding: 0;
   	background-image: url('../images/Initial Section - Purple box.png');  
   	background-repeat: no-repeat; 
   	background-size: fixed;
}

.ic-ime-inner {
  	
  	background-color: #1B1B3A;
  	color: white;
  	  	width: 440px;
  	margin-left: 85px;
  	line-height: 21px;
  	font-size: 12px;
  	border: 1.5px solid #ad6dcd; 
  	border-radius: 4px;
}

.ic-ime-inner a {
	color: #ab46e2;
}

@media (max-width: 767px) {
	.digexp-slider .bullet-content,
	.inf-ctrl-dig-exp-icon-wrapper h5 {
		text-align: center;
	}

  .ic-ime-outer {
    width: 100%;
    height: 100%;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #4b1f63;
  }

  .ic-ime-inner {
    margin: 0px;
    width: 100%;
  }  

}

#inf-ctrl-dig-exp-mockup-bottom-container .col-lg-12 {
	margin-bottom: -110px;
}

#inf-ctrl-dig-exp-mockup-bottom-container ul {
	margin-top: -100px;
}

@media (max-width: 767px) {

	#inf-ctrl-dig-exp-mockup-bottom-container .col-lg-12 {
		margin-bottom: -80px;
	}

	#inf-ctrl-dig-exp-mockup-bottom-container ul {
		margin-top: -35px;
	}	
}

#inf-ctrl-section-control-mockup1-container {
	padding-bottom: 0px;
	margin-bottom: -35px;
}

@media (max-width: 767px) {
	#inf-ctrl-section-control-mockup1-container {
		margin-bottom: 0px;
	}
}

#inf-ctrl-section-control-mockup1-container ul {
	margin-top: -38px;
}

#inf-ctrl-section-control-mockup2-container {
	padding-bottom: 0px;
}

#inf-ctrl-section-control-mockup2-container ul {
	margin-top: -38px;
}

#ic-ime-imprints-dir-title {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #6e338c;
	margin-top: -46px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {

	#ic-ime-imprints-dir-title {
		margin-top: -80px;
	}

}

#ic-ime-life-dir-content {
	text-align: left;
	color: white;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 0;
}

#ic-ime-life-title {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #6e338c;
	margin-top: -43px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {

	#ic-ime-life-title {
		margin-top: -75px;
	}

}

#ic-ime-life-content {
	text-align: right;
	color: white;
	margin-top: 10px;
	padding-top: 0;
}

#ic-ime-life-events-separator {
	width: 100%;
	padding-bottom: 60px;
}

#ic-ime-life-events-separator div {
	width: 60%;
	height: 5px;
	background-color: #6e338c;
	margin-left: auto;
	margin-right: 0;
}

@media (max-width: 767px) {

	 #ic-ime-life-events-separator {
	  	padding-top: 30px;
	  	padding-bottom: 55px;
	 }

	#ic-ime-life-events-separator div {
	    width: 66%;
	}  

}

#ic-ime-imprints-dir-content {
	color: white;
	text-align: left;
}

#ic-ime-bottom-mockup {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -80px;
	margin-top: -10px;
}

@media (max-width: 767px) {

	#ic-ime-bottom-mockup {
		margin-top: 20px;
		margin-bottom: -30px;
		padding-right: 0px;
		padding-left: 0px;		
	}

	#ic-ime-bottom-mockup-row div {
		padding-right: 0px;
		padding-left: 0px;
	}

}

.ic-cert-mgmt-bullet {
 	background: transparent; 
  	background-image: url('../images/Certificate Management - Dark red fading box.png'); 
  	background-repeat: no-repeat; 
  	background-position: top;
  	background-repeat: no-repeat;
  	background-size: 90% 98%;

	padding-top: 20px !important;
	padding-bottom: 30px !important;  	
}

@media (max-width: 767px) {

  .ic-cert-mgmt-bullet {
  	margin-top: 20px;
  }

}

#ic-social-net-btn {
	cursor: pointer;
	color: white;
	text-align: center;
	border: 1px solid white;
	border-radius: 8px;
	padding: 10px;
	max-width: 385px;
	width: 110%;
	margin-left: auto;
	margin-right: auto;
	display: block;

	
}

@media (max-width: 767px) {

	#ic-social-net-btn  {
		width: 85%;
	}   

}

#ic-single-auth-section1-left-container {
	max-width: 65%;              
}

#ic-single-auth-section1-right-container { 
	margin-top: -84px;        
	max-width: 35%;
}

@media (max-width: 767px) {

	#ic-single-auth-section1-left-container {
		max-width: 100%;              
	}
	#ic-single-auth-section1-right-container { 
	  	margin-top: 0px;        
	  	max-width: 100%;
	}   
}

#ic-single-auth-section1-right-container div { 
	background-color: #420b00;
	border: 2px solid white; 
	border-radius: 8px;
}

#ic-single-auth-section1-right-container-title {
	text-align: center;
	color: white; 
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
}

#ic-single-auth-section1-right-container-content {
	text-align: center;
	color: white;
	margin-top: -20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#ic-single-auth-footer-left-container {
	max-width: 65%;       
	border: 1.5px solid #70517d; 
	border-radius: 8px;    
	background-color: rgba(0,0,0,0.3);  
}

#ic-single-auth-footer-left-container h5 {
	color: white;
	text-align: center;
}

#ic-single-auth-footer-right-container { 
	margin-top: 0px;        
	margin-bottom: -15px;
	max-width: 35%;
}

@media (max-width: 767px) {

	#inf-ctrl-section-control-ime-row-content {
		margin-bottom: -30px;
	}
	
	#ic-single-auth-footer-left-container {
  		max-width :100%;  
  		margin-top: 25px;
  		margin-bottom: 25px;  
  		margin-left: 10px;
  		margin-right: 10px;          
	}
	
	#ic-single-auth-footer-right-container { 
  		margin-top: 10px;  
  		margin-bottom: 20px;      
  		max-width: 100%;
	}

}

/***************************************************
****************************************************
*** Technology
***************************************************
***************************************************/

#tech-section-intro {
	height: 100vh;
}

.no-webp #tech-section-intro {
	background-image: url('../images/technology/background.jpg'); 	
}

.webp #tech-section-intro {
	background-image: url('../images/technology/background.webp'); 	
}

/***************************************************
****************************************************
*** Customer
***************************************************
***************************************************/

.customer-page .page-title {
	height: 100vh;
  	position: relative;
  	top: 0;
}

#customer-section-title-container {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 10px;
}

#customer-section-intro .row {
	position: absolute;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
}

#customer-section-intro {
	height: 100vh;
}

.no-webp #customer-section-intro {
	background-image: url('../images/customer/background.jpg'); 	
}

.webp #customer-section-intro {
	background-image: url('../images/customer/background.webp'); 	
}

#customer-section-main {
	background-color: #1d1d1d; 
	padding-top: 70px;
	padding-bottom: 40px;	
}

.customer-page .hero-bg {
	background-color: #080808; 	
}

.customer-page ul.products .product .product-inner {
	border: 1.5px solid #5f5f5f;
}

.customer-page ul.products .product h2 {
	 line-height: 1.4;
	 font-size: 13px;
	 color: #d4d4d4
}

.customer-page ul.products .product .price {
	color: #d0cece;
	font-size: 12px;	
}

.customer-page .btn-maincolor {
	background-image: none; 
	 background-color: #1c272f; 
	 border-color: #7090a8;
}

.customer-page  ul.products .product .onsale {
	background-color: #1c272f; 
}

.customer-page  ul.products img {
	width: 100%;
}

/***************************************************
****************************************************
*** Hospitals
***************************************************
***************************************************/

#hosp-section-init {
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.no-webp #hosp-section-init {
	background-image: url('../images/hospitals/background.jpg'); 	
}

.webp #hosp-section-init {
	background-image: url('../images/hospitals/background.webp'); 	
}

@media (max-width: 767px) {
	.no-webp #hosp-section-init {
		background-image: url('../images/hospitals/background-mobile.jpg'); 	
	}

	.webp #hosp-section-init {
		background-image: url('../images/hospitals/background-mobile.webp'); 	
	}
}

#hosp-section-main h5,
#hosp-section-main p {
	color: black;
}

.hospitals-page h4 {
	margin-left: 10%;
	margin-right: 10%;
}

.hospitals-page	.fig-lbl {
	font-size: 17px !important;
	font-weight: 700;	
}

.hospitals-page	.counter-value {
	font-size: 30px !important;
	color: white;
} 

.hosp-section-counter-nodes {
	margin-top: 1px;
}

#hosp-section-main .spec-items {
	padding-top: 20px;
}

#hosp-section-main h5 {
	margin-bottom: 0;
}

.fig-lbl {
	color: white !important;
}

#hosp-section-main .spec-items {
	min-height: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
}

#hosp-health-ministry-logo {
	width: 100px;
	margin-top: 20px;
	margin-bottom: -30px;
}

.hosp-bullet-title {
	color: white !important; 
	font-size: 12px;	
	padding-top: 10px;
	padding-bottom: 10px;
}

#home-one-platform-left {
	font-size: 30px;
	font-weight: bold;
	color: black;
	padding-top: 40px;
}

#home-one-platform-every-left {
	letter-spacing: 3px;
	font-size: 30px;
	font-weight: bold;
	color: #4c4c4c;
	padding-top: 40px;
}

/*#home-one-platform-right {
	padding-top: 20px;
}*/

#home-one-platform-moto {
	padding-top: 40px;
}

#home-one-platform-every-moto {
	padding-top: 50px;
	padding-bottom: 50px;	
}

#home-one-platform-every-right-content {
	background: #560000;
	border-radius: 5px;
	padding: 16px 20px;
	margin-left: 10px;
	color: white;
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	width: 400px;	
	border: 2px solid #727272;
}

#home-one-platform-right-content {
	background: #560000;
	border-radius: 5px;
	padding: 16px 20px;
	margin-left: 10px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 400px;	
	border: 2px solid #727272;
}

@media (max-width: 767px) {
	
	#home-one-platform-left {
		text-align: center !important;
	}

	#home-one-platform-every-left {
		text-align: center !important;
	}	

/*	#home-one-platform-right {
		text-align: center !important;
		padding-top: 0px; 
		margin-top: -10px;
	}*/

	#home-one-platform-right-content {
		font-size: 23px;
		display: block;
		width: auto;
		margin-top: 9px;
		margin-left: 0;
	}

	#home-one-platform-every-right-content {		
		font-size: 23px;
		display: block;
		width: auto;
		margin-top: 9px;
		margin-left: 0;
	}

}

#hosp-section-main .spec-items h5 {
	margin-top: 10px
}

 #hosp-section-counter-nodes {
 	background-image: url('../images/hospitals/nodes.jpg'); 	
 }

 #hosp-section-counter-users {
 	background-image: url('../images/hospitals/users.jpg'); 			
 }

 #hosp-section-counter-messages {
 	background-image: url('../images/hospitals/messages.jpg'); 	
 }

 #hosp-section-counter-processes {
 	background-image: url('../images/hospitals/processes.jpg'); 	
 }

.apps-slider {
	margin-top: 50px;
}

.apps-slider img {
	width: 73px;
}

.apps-slider p {
	color: white !important;
}

.apps-slider .spec-items h5 {
	margin-top: -18px !important;
}

.apps-slider .bullet-title {
	color: white;
	font-size: 12px;
}

.apps-slider .bullet-content {
	padding-bottom: 20px;
	font-size: 12px;
}

.datasets-slider .bullet-content {
	color: black;
}

.datasets-slider {
	margin-top: 50px;
}

.datasets-slider a {
	cursor: default;
}

.datasets-slider .home-key-feat-icon {
	height: 160px;
}

.datasets-slider h5 {
	margin-top: 0px;
	margin-bottom: 10px !important;
}

.datasets-slider .icon-box.hero-bg {
	padding-bottom: 0px;
}

#datasets-slider-container .tns-nav {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	
	#datasets-slider-container .tns-nav {
		margin-bottom: 20px;
	}

}

.datasets-slider .bullet-title {
    font-size: 16px;
}

.apps-slider .spec-items {
	min-height: 548px;
}

@media (max-width: 767px) {

	.hospitals-page h1 {
		letter-spacing: 12px;
	}
	
	.apps-slider .spec-items {
		min-height: 480px;
	}

	.apps-slider .bullet-content {
		padding-top: 20px;
	}

	.hospitals-page .spec-items {
		padding-top: 35px
	}

	#counter .feat-with-icon {
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: -40px !important;
	}

	#hosp-section-desc {
		margin-top: 30px;
	}

}

#hosp-section-hub {
	background-color: #4c5463;
}

#hosp-section-hub h5,
#hosp-section-hub p {
	color: white;
}

/***************************************************
****************************************************
*** Rent Grants
***************************************************
***************************************************/

#grants-section-init {
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.no-webp #grants-section-init {
	background-image: url('../images/grants/background.jpg'); 	
}

.webp #grants-section-init {
	background-image: url('../images/grants/background.webp'); 	
}

@media (max-width: 767px) {
	.no-webp #grants-section-init {
		background-image: url('../images/grants/background-mobile.jpg'); 	
	}

	.webp #grants-section-init {
		background-image: url('../images/grants/background-mobile.webp'); 	
	}
}

#grants-section-main {
	background-color: black;
}

/***************************************************
****************************************************
*** Kethea
***************************************************
***************************************************/

#kethea-section-init {
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.no-webp #kethea-section-init {
	background-image: url('../images/kethea/background.jpg'); 	
}

.webp #kethea-section-init {
	background-image: url('../images/kethea/background.webp'); 	
}

@media (max-width: 767px) {
	.no-webp #kethea-section-init {
		background-image: url('../images/kethea/background-mobile.jpg'); 	
	}

	.webp #kethea-section-init {
		background-image: url('../images/kethea/background-mobile.webp'); 	
	}
}

#kethea-section-main {
	background-color: black;	
}

/***************************************************
****************************************************
*** Blog
***************************************************
***************************************************/

#blog-header-section {
	height: 100vh;
}

.no-webp #blog-header-section {
	background-image: url('../images/blog/background.jpg'); 	
}

.webp #blog-header-section {
	background-image: url('../images/blog/background.webp'); 	
}

#blog-header-section h1 {
    margin-left: 10%;
    margin-right: 10%
}

#blog-header-section h3 {
    margin-top: -25px;
    font-weight: 400;
    margin-left: 10%;
    margin-right: 10%
}

@media screen and (max-width:767px) {

	#blog-header-section h3 {
	    font-size: 1.2rem;
	    margin-top: 0rem;
	}

}

.blog-page section {
	background: black;
}

.blog-page .container {
	padding-top: 60px;
}

.blog-page article {
	background-color: #111;
	border: 1px solid gray;
}

#blog-page-search-frm .search-field,
#blog-page-search-frm .search-submit {
	height: 40px;
	padding-right: 52px;
}

.blog-page .widget_search td {
	padding-bottom: 0;
}


.blog-page .widget_search {
	margin-bottom: -20px;
}

.blog-page .widget-title {
	color: white;
	white-space: nowrap;
	font-size: 18px;
}

.blog-page .widget_tag_cloud {
/*	margin-left: 40px;
*/}

.tag-cloud-link {
	background-color: #111;
}

#blog-page-search-frm {
	margin-top: -11px;
}

.blog-page .tagcloud {
	margin-top: -7px;
}

.blog-page .entry-title, .entry-title:last-child {
    font-size: 26px;
}

.blog-page .header-content {
	margin-top: -10px;
}

.blog-page .post-data {
    height: 110px;
    margin-top: -8px;
}

.blog-page .post-data h6 {
	min-width: 60px;
}

.blog-page .post-tags a {
	color: #d4d2d2;
	line-height: 1.2;
	font-size: 10px;
}

.blog-page .entry-title a {
	line-height: 1;
	font-size: 15px;
	color: white;
}

.blog-page .entry-content p {
	line-height: 25px;
	font-size: 13px;
}

.blog-page .woocommerce-pagination ul.page-numbers span {
	border-color: #d63838;
	color: white;
}

.blog-page a:hover {
	border-color: #d63838 !important;	
}

.blog-page .woocommerce-pagination ul.page-numbers span:hover {
	border-color: #d63838 !important;	
}

.blog-page .next {
	border-color: black !important;
}

.post-color1 .post-tags a, .post-color1 .post-tags i {
	margin-right: 0;
}

.blog-page .btn {
    height: 40px;
    width: 120px;
}

@media (max-width: 767px) {

	.blog-page .widget_tag_cloud {
		margin-left: 0;
	}

	.blog-page .item-media img {
	    width: 100%;
	}

}


/***************************************************
****************************************************
*** Blog Post
***************************************************
***************************************************/

#blog-item-main-section {
	background-color: black;
}

#blog-header-section h1 {

}


#blog-header-section h3 {
	text-transform: none;
}


#blog-item-main-section .container {
	padding-top: 20px;
}


.blog-post article {
	background-color: black;
	border-radius: 7px;
}

#blog-item-main-section .item-content {
	background-color: black;
}

.blog-post .item-media img {
    width: 100%;
}

.blog-post .btn {
	height: 40px;
	width: 120px;
}

.blog-post .tags-links span {
    color: white;
    margin-right: 0px;
}

.blog-post .read-more {
	margin-top:30px;
}

@media (max-width: 767px) {

	.blog-post .item-media img {
		width: 100% !important;
	    height: auto !important;
	}

}

/***************************************************
****************************************************
*** Blog Search Results
***************************************************
***************************************************/

#blog-search-title {
	margin-left: 8px;
	margin-bottom: 30px;
}

#blog-search-title h6 {
	color:white;
}

#blog-search-noresults {
	margin-left: auto;
	margin-right: auto;	
	color: white;
}

/***************************************************
****************************************************
*** Company
***************************************************/

.company-page {
	background-color: black;	
}

#company-header-section {
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.no-webp #company-header-section {
	background-image: url('../images/company/background.jpg'); 	
}

.webp #company-header-section {
	background-image: url('../images/company/background.webp'); 	
}

#comp-section-about {
	background-color: #020202;
}

.company-page h3 {
	color: white;
}

#comp-section-about .container {
	padding-top: 90px;
}


#comp-section-about p {
	color: white;
}

#comp-section-about-moto {
	margin-top: 40px;	
	color: white;
	font-family: sans-serif;
	letter-spacing: 1pt;
	font-size: 20px;
	font-weight: 600;	
}

#comp-section-team {
	background-color: #020202;
	border-top: 1px solid #263643;
	border-bottom: 1px solid #263643;
}

.no-webp #comp-section-team {
	background-image: url('../images/company/backgroundcv.jpg'); 	
}

.webp #comp-section-team {
	background-image: url('../images/company/backgroundcv.webp'); 	
}

.comp-team-member {
	margin-left: auto;
	margin-right: auto;
}

.company-page-popup .popup_content {
	padding-top: 20px;
	border-top: 2px solid gray;
}

 .popup_content {

	border-top: 2px solid gray;
}

.company-page-popup .popup_bio {
	padding-top: 20px;
    border-top: 1px solid grey;
	color: #dcd3d3;
    font-size: 14px;	
}


.company-page .columns-4 ul.products .product {
    width: 24%;
    margin-left: 3px;
}

.company-page ul.products .product {
    padding: 0 0px;
}

.comp-team-member .item-media {
/*	background-color: #0f0d0d;
	border-radius: 10px;*/
}

.comp-team-member h5 {
	margin-top: 50px !important;
	margin-bottom: 4px;
}

.comp-team-member h5 a {
	font-size: 18px;
	line-height: 1;
	color: white;
}

.comp-team-member .small-text {
	font-size: 14px;
	color: #FFFFFF !important;
	padding-bottom: 10px;
	text-transform: initial;
	font-weight: 500;
	letter-spacing: 1px;
}


.comp-team-member .small-text a {
	color: white;
}

.comp-team-member .item-content {
	font-size: 15px;
	/*background-color: #0f0d0d;*/
	color: white;
	margin-bottom: 0px;
	margin-top: -60px;
	/*padding-bottom: 50px;*/
	padding: 40px 0px !important;
	border-radius: 10px;
}

.comp-employee-img {
	width: 98% !important;
	height: 98%;
	border: 4px solid #a7a8aa;
	background-color: #ededed;
}

 #comp-section-team-advisors {
 	margin-top: -130px;
 }

 #comp-section-team-advisors .container {
 	padding-top: 0 !important;
 }

#comp-section-team-advisors .product {
	width: 24%;	
}

#comp-section-advisor-left {
	margin-right: 34px;
}

#comp-section-advisor-right {
	margin-left: 34px;
}

.company-page-popup {
	/*max-width: 50em;*/
	max-width: 81%;
}

.company-page-popup-img {
	width: 100%;
	background-color: #ededed;
}

@media (max-width: 767px) {

	.comp-employee-img {
		width: 65% !important;
		height: 65%;
	}

	.company-page-popup-img {
		margin-bottom: 20px;
	}

	#comp-section-advisor-left {
		margin-right: 0px;
	}

	#comp-section-advisor-right {
		margin-left: 0px;
	}

}

.company-page-popup-pos {
	margin-top: 20px;
	font-size: 11px !important;
	font-weight: 600;
}

.company-page .popup_header {
	font-size: 16px;
}

.btn-white-hover-blue {
	border: 1px solid #95a0b5 !important;
	background-color: white;
	color: #171e24;
}

.btn-white-hover-blue:hover {
	background-color: #171e24 !important;
	color: white !important;
}

.btn-blue-hover-white {
	border: 2px solid #95a0b5 !important;
	background-color: #5e7891;
	color: white;
}

.btn-blue-hover-white:hover {
	background-color: white !important;
	color: #5e7891 !important;
}


/***************************************************
****************************************************
*** Contact
***************************************************
***************************************************/

.contact-page {
	color: white !important;
}

.contact-page h3,
.contact-page p,
.contact-page div,
.contact-page label {
	color: white;
}

.contact-page h3 {
	font-size: 30px;
	font-weight: 600;
}

#cont-section-info-data a { 
	color: white; 
}

.cont-section-line {
	height: 2px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #526d82;
}

#cont-header-section {
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.cont-section-icon {
	background-color: #40596d;
	border: 1px solid #536a7c;
	box-sizing: content-box;
	height: 3em;
	width: 3em;	
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;	
}

.cont-section-icon i {
	line-height: 3em;
}

.no-webp #cont-header-section {
	background-image: url('../images/contact/background.jpg'); 	
}

.webp #cont-header-section {
	background-image: url('../images/contact/background.webp'); 	
}

#cont-section-info {
	background-color: #0a0a0a;
}

#cont-section-info-main {
	border: 1px solid #74818a;
	margin-top: 60px;
	padding-top: 20px;
}

.no-webp #cont-section-info-main {
	background-image: url('../images/contact/background-info.jpg'); 	
}

.webp #cont-section-info-main {
	background-image: url('../images/contact/background-info.webp'); 	
}

#cont-section-info-form {
	border: 1px solid #74818a;
}

.no-webp #cont-section-info-form {
	background-image: url('../images/contact/background-form.jpg'); 	
}

.webp #cont-section-info-form {
	background-image: url('../images/contact/background-form.webp'); 	
}

@media (max-width: 767px) {

	#cont-section-info {
		margin-left: 10px;
		margin-right: 10px;
	}

	.no-webp #cont-section-info-main {
		background-image: url('../images/contact/background-info-mobile.jpg'); 	
	}

	.webp #cont-section-info-main {
		background-image: url('../images/contact/background-info-mobile.webp'); 	
	}

	.no-webp #cont-section-info-form {
		background-image: url('../images/contact/background-form-mobile.jpg'); 	
	}

	.webp #cont-section-info-form {
		background-image: url('../images/contact/background-form-mobile.webp'); 	
	}

}

#contactMessages {
	/*visibility: hidden;*/
	display: none;
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}

#contact_form_submit {
	color: white;
	background-color: #2a3a47;
	border: 1px solid #787f87;
	height: 30px;
	width: 140px;	
}

#contact_form_submit:hover { 
	color: #2a3a47;
	background-color: white;	
}

.contact-page input[type="text"], 
.contact-page input[type="email"], 
.contact-page input[type="url"], 
.contact-page input[type="password"], 
.contact-page input[type="search"], 
.contact-page input[type="tel"], 
.contact-page input[type="number"],
.contact-page textarea, 
.contact-page select, 
.contact-page .form-control {
	border: 1px solid #495561;
	border-radius: 5px;
	color: #eee;
	background-color: rgba(0,0,0,0.3);
}

.contact-page label {
	text-transform: initial;
}

.contact-page select.form-control {
	text-transform: initial;
	color: #7d7c7c;
	font-style: italic;
}

.contact-page-selected {
	color: #eee !important;
}

.contact-page select option, 
.contact-page .form-control option {
    background-color: #4c4c4c;
	color: white;
}

.custom-select {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…x='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) !important;
}

.contact-form textarea {
    min-height: 550px;
}

.contact-form .ui-state-error {
	border: 1px solid red !important;
}

.contact-form .ui-state-error-label {
	border: 1px solid red !important;
	padding: 10px;
}


.contact-page .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.contact-page .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media (max-width: 767px) {

	#cont-section-info-data {
		margin-top: 0;		
	}

}	

#error-correct, #error-server {
	display: none;
}

.contact-page .alert-dark hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.contact-page .alert-dark p {
	color: black;
}

.contact-page .alert-dark h6 {
	margin-bottom: 0;
}

/*#cont-section-info-main {
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}


*/