@charset "UTF-8";

/**
 *** Table Of Contents
 **/


/*
 ** Template colors
 *
 Accent Colors:
 1: #{$colorMain}
 2: #{$colorMain2}
 3: #{$colorMain3}
 4: #{$colorMain4}
 Light section (.ls) colors:
 Text color in light section: #{$fontColor}
 Background color for light section and font color in dark section: #{$lightColor}
 Color for headings in light section and for background in dark section (.ds): #{$darkgreyColor}
 Background color for light muted section (grey - .ls.ms): #{$greyColor}
 Background color for dark muted section (.ds.ms): #{$darkColor}
 Border colors for elements in light section (and .bordered elements): #{$borderColor}, #{$borderColorRGBA}
 Background color for elements in light section (.hero-bg): #{$backgroundColor}
 Dark section (.ds) colors: 
 Text color in dark section: #{$darkFontColor}
 Border colors for elements in dark section: #{$darkBorderColor}
 Background color for elements in dark section (.hero-bg): #{$darkBackgroundColor}
 Color section (.cs) colors: 
 Background color for elements in color section: #{$colorBackgroundColor}
 Border color for elements in color section: #{$colorBorderColor}
 1. Common tags styles
 2. Styled lists
 3. Overrides for default Bootstrap components
 4. jQuery plugins styles
 - owl
 - flexslider
 - photoswipe
 - piechart
 - timetable
 - totop
 - countdown
 - vectormap
 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
 - search_mailchimp
 - nav_cat_arch_meta_pages
 - calendar
 - rss
 - tag_cloud
 - flickr
 - instagram
 - access_press
 - twitter
 - 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 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

::selection {
	color: #fff;
	background-color: #007bff;
}

::-moz-selection {
	color: #fff;
	background-color: #007bff;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	background-color: #fff;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1.15;
	letter-spacing: -1px;
}

h1 {
	font-size: 70px;
	margin-top: 80px;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 60px;
	margin-top: 80px;
	margin-bottom: 0.25em;
}

h3 {
	font-size: 50px;
	margin-top: 80px;
	margin-bottom: 0.3em;
}

h4 {
	font-size: 40px;
	margin-top: 80px;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 30px;
	margin-top: 80px;
	margin-bottom: 0.7em;
}

h6 {
	font-size: 20px;
	margin-top: 80px;
	margin-bottom: 1.1em;
}

@media (max-width: 992px) {
	h1 {
		font-size: 3.1rem;
		margin-top: 60px;
	}
	h2 {
		font-size: 2.7rem;
		margin-top: 60px;
	}
	h3 {
		font-size: 2.3rem;
		margin-top: 60px;
	}
	h4 {
		font-size: 1.9rem;
		margin-top: 60px;
	}
	h5 {
		font-size: 1.5rem;
		margin-top: 60px;
	}
	h6 {
		font-size: 1.3rem;
		margin-top: 60px;
	}
}

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: 0 0 20px;
}

ul,
li {
	list-style-position: inside;
}

ol,
li {
	list-style-position: inside;
}

ul:last-child,
ol:last-child,
p:last-child {
	margin-bottom: 0;
}

p:last-child:after {
	content: '';
	display: block;
	clear: both;
}

img,
figure {
	max-width: 100%;
	height: auto;
}

.ds figcaption {
	color: #fff;
}

.ds .has-very-dark-gray-color.has-very-dark-gray-color {
	color: #fff;
}

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: #141d28;
}

a {
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	color: #141d28;
}

a:hover {
	color: #007bff;
	text-decoration: none;
	transition: all 0.15s linear 0s;
}

a.color-main:hover {
	/*color: #141d28;*/
}

.left-icon .brz-tp-paragraph {
	text-indent: 50px;
}

.with-border-left .brz-rich-text {
	border-left: 2px solid #007bff;
	padding-left: 20px;
}

.brz .brz-bg-content .brz-rich-text a[href]:hover {
	text-decoration: none;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1;
}

.wp-block-pullquote blockquote {
	text-align: left;
}

.wp-block-pullquote blockquote::before {
	top: 0;
}

blockquote {
	padding-left: 40px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 32px;
	font-weight: 300;
	max-width: 700px;
}

blockquote.wp-block-quote {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}

blockquote.wp-block-quote::before {
	left: 0;
}

blockquote.is-style-large::before {
	top: 0;
}

blockquote.is-style-large br {
	display: none;
}

blockquote::before {
	content: '';
	position: absolute;
	-webkit-mask: url("../landing-page-images/quote.png") no-repeat center / contain;
	background-color: #007bff;
	width: 37px;
	height: 31px;
	left: 41px;
	top: -13px;
}

blockquote>p {
	font-style: italic;
	font-size: 16px;
	line-height: 1.55;
	text-indent: 50px;
}

@media (max-width: 767px) {
	blockquote {
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	blockquote {
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	blockquote::before {
		left: 14px;
	}
}

blockquote footer {
	margin-top: -3px;
	border-left: 2px solid #007bff;
	padding-left: 20px;
}

blockquote footer span {
	font-size: 20px;
	font-weight: 400;
	color: #141d28;
}

blockquote footer a {
	color: #5c6f87;
}

blockquote footer a:hover {
	color: #007bff;
}

@media (max-width: 575px) {
	blockquote footer {
		margin-top: 15px;
	}
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}

a>img {
	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: rgba(20, 29, 40, 0.1);
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

iframe {
	border: none;
	max-width: 100%;
}

table {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
}

table td,
table th {
	border: 1px solid rgba(20, 29, 40, 0.1);
	padding: 18px 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	text-align: center;
}

table th {
	color: #141d28;
	font-weight: normal;
	vertical-align: middle;
}

.wp-block-table.is-style-stripes {
	border: none;
}

.ds table td,
.cs table td,
.ds table th,
.cs table th {
	border-color: #343d48;
}

.ds table th {
	color: #fff;
}

.desc-col {
	font-weight: 500;
	color: #141d28;
}

.no_border {
	border: none;
	margin: 0;
}

.no_border td,
.no_border th {
	border: none;
	text-align: left;
	padding: 4px;
}

.no_border th {
	font-size: 20px;
	font-weight: bold;
}

.no_border th:nth-of-type(5n+1) {
	color: #93b1bb;
}

.no_border th:nth-of-type(5n+2) {
	color: #fc7c0b;
}

.no_border th:nth-of-type(5n+3) {
	color: #141d28;
}

.no_border th:nth-of-type(5n+4) {
	color: #61228c;
}

.no_border th:nth-of-type(5n+5) {
	color: #2c7eff;
}

.no_border td {
	color: #141d28;
	line-height: 26.5px;
	vertical-align: bottom;
}

.border_right {
	border: none;
	margin: 0;
}

.border_right td,
.border_right th {
	border: none;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.border_right th {
	padding-left: 25px;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.border_right th {
		padding-left: 15px;
	}
}

.border_right td {
	padding-left: 5px;
	padding-right: 15px;
}

.border_right td:first-child {
	padding-left: 0;
}

.border_right td:not(:last-of-type) {
	border-right: 1px solid rgba(20, 29, 40, 0.1);
}

.some_border {
	border: none;
	margin: 0;
}

.some_border td,
.some_border th {
	border: none;
	text-align: left;
	padding: 13px 65px;
}

@media (max-width: 1199px) {
	.some_border td,
	.some_border th {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.some_border th {
	width: 40%;
	text-align: right;
}

.some_border tr {
	border: 1px solid rgba(20, 29, 40, 0.1);
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre {
	line-height: 1.5;
	background-color: rgba(150, 150, 150, 0.05);
	padding: 0.5em 1em;
}

.media h3 {
	text-transform: uppercase;
}

.media .dropcap {
	margin-right: 0;
}

.small-text {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
}

.program-section .owl-carousel .owl-dots,
.surgical-section .owl-carousel .owl-dots,
.testimonials-section .owl-carousel .owl-dots {
	display: none;
}

@media (max-width: 1250px) {
	.program-section .owl-carousel .owl-dots,
	.surgical-section .owl-carousel .owl-dots,
	.testimonials-section .owl-carousel .owl-dots {
		display: block;
	}
}

.program-section .owl-carousel .owl-nav,
.surgical-section .owl-carousel .owl-nav,
.testimonials-section .owl-carousel .owl-nav {
	top: 44%;
}

@media (max-width: 1250px) {
	.program-section .owl-carousel .owl-nav,
	.surgical-section .owl-carousel .owl-nav,
	.testimonials-section .owl-carousel .owl-nav {
		display: none;
	}
}

.program-section .owl-carousel .owl-nav .owl-prev,
.surgical-section .owl-carousel .owl-nav .owl-prev,
.testimonials-section .owl-carousel .owl-nav .owl-prev {
	left: -17%;
	opacity: 1;
}

@media (max-width: 1650px) {
	.program-section .owl-carousel .owl-nav .owl-prev,
	.surgical-section .owl-carousel .owl-nav .owl-prev,
	.testimonials-section .owl-carousel .owl-nav .owl-prev {
		left: -8%;
	}
}

@media (max-width: 1400px) {
	.program-section .owl-carousel .owl-nav .owl-prev,
	.surgical-section .owl-carousel .owl-nav .owl-prev,
	.testimonials-section .owl-carousel .owl-nav .owl-prev {
		left: -4%;
	}
}

.program-section .owl-carousel .owl-nav .owl-prev:hover i,
.surgical-section .owl-carousel .owl-nav .owl-prev:hover i,
.testimonials-section .owl-carousel .owl-nav .owl-prev:hover i {
	color: #141d28;
}

.program-section .owl-carousel .owl-nav .owl-prev i,
.surgical-section .owl-carousel .owl-nav .owl-prev i,
.testimonials-section .owl-carousel .owl-nav .owl-prev i {
	font-size: 30px;
	color: #5c6f87;
}

.program-section .owl-carousel .owl-nav .owl-prev i:before,
.surgical-section .owl-carousel .owl-nav .owl-prev i:before,
.testimonials-section .owl-carousel .owl-nav .owl-prev i:before {
	content: '\f104';
}

.program-section .owl-carousel .owl-nav .owl-prev.disabled,
.surgical-section .owl-carousel .owl-nav .owl-prev.disabled,
.testimonials-section .owl-carousel .owl-nav .owl-prev.disabled {
	opacity: 1;
}

.program-section .owl-carousel .owl-nav .owl-next,
.surgical-section .owl-carousel .owl-nav .owl-next,
.testimonials-section .owl-carousel .owl-nav .owl-next {
	right: -17%;
	opacity: 1;
}

@media (max-width: 1650px) {
	.program-section .owl-carousel .owl-nav .owl-next,
	.surgical-section .owl-carousel .owl-nav .owl-next,
	.testimonials-section .owl-carousel .owl-nav .owl-next {
		right: -8%;
	}
}

@media (max-width: 1400px) {
	.program-section .owl-carousel .owl-nav .owl-next,
	.surgical-section .owl-carousel .owl-nav .owl-next,
	.testimonials-section .owl-carousel .owl-nav .owl-next {
		right: -4%;
	}
}

.program-section .owl-carousel .owl-nav .owl-next:hover i,
.surgical-section .owl-carousel .owl-nav .owl-next:hover i,
.testimonials-section .owl-carousel .owl-nav .owl-next:hover i {
	color: #141d28;
}

.program-section .owl-carousel .owl-nav .owl-next i,
.surgical-section .owl-carousel .owl-nav .owl-next i,
.testimonials-section .owl-carousel .owl-nav .owl-next i {
	font-size: 30px;
	color: #5c6f87;
}

.program-section .owl-carousel .owl-nav .owl-next i:before,
.surgical-section .owl-carousel .owl-nav .owl-next i:before,
.testimonials-section .owl-carousel .owl-nav .owl-next i:before {
	content: '\f105';
}

.program-section .owl-carousel .owl-nav .owl-next.disabled,
.surgical-section .owl-carousel .owl-nav .owl-next.disabled,
.testimonials-section .owl-carousel .owl-nav .owl-next.disabled {
	opacity: 1;
}

.program-section .owl-carousel .owl-nav .owl-next.disabled i,
.surgical-section .owl-carousel .owl-nav .owl-next.disabled i,
.testimonials-section .owl-carousel .owl-nav .owl-next.disabled i {
	color: #aeb1b4;
}

.program-section .owl-carousel .owl-stage {
	padding: 5px 0;
}

.program-section .owl-carousel .owl-nav {
	top: 51%;
}

.testimonials-section .owl-carousel .owl-dots {
	display: block;
	margin-top: 27px;
}

.testimonials-section .owl-carousel .owl-dots .owl-dot span {
	border-color: #5c6f87;
}

.testimonials-section .owl-carousel .owl-nav {
	top: 49%;
}

.surgical-section .owl-carousel .owl-stage {
	padding: 5px 0;
}

.surgical-section .owl-carousel .owl-nav {
	top: 48%;
}

@media (max-width: 575px) {
	.surgical-section .pricing-plan [class*='bg-'] {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.ui-slider {
	position: relative;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.1);
	margin: 0 5px 0 8px;
}

.ui-slider .ui-slider-handle {
	top: 0;
	margin-left: -0.6em;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: pointer;
	touch-action: none;
	outline: none;
	background-color: #141d28;
	border: 2px solid #007bff;
	border-radius: 50%;
	transition: left 0.3s linear;
}

.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.bio-parallax .ui-slider {
	background-color: #eaeaea;
}

.bio-parallax .author-bio-flex:first-of-type {
	border-top: 1px solid #eaeaea;
}

.bio-parallax .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 2;
	font-size: 0.7em;
	display: block;
	border: 0;
	background: #007bff;
	transition: all 0.3s linear;
}

.bio-parallax .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.bio-parallax .ui-slider-horizontal {
	height: 1px;
}

.bio-parallax .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.bio-parallax .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.bio-parallax .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.social-icons a.fa {
	font-size: 16px;
}

.social-icons a.fa:not(:last-child) {
	margin-right: 12px;
}


/* Parallax mouse */

.parallax {
	position: relative;
}

.parallax .container,
.parallax .container-fluid {
	position: static;
}

.parallax .row,
.parallax .breadcrumb {
	z-index: 5;
	position: relative;
}

.parallax-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.parallax-layer__1 {
	background-image: url('../img/parallax/rocket.png');
	background-size: 64%;
	right: -20%;
	left: auto;
	width: 100%;
	z-index: 4;
}

.parallax-layer__2 {
	background-image: url('../img/parallax/cloud-pink.png');
	background-size: 19%;
	right: -41%;
	top: -10%;
	height: 120%;
	left: auto;
	width: 100%;
	z-index: 3;
}

.parallax-layer__3 {
	background-image: url('../img/parallax/cloud-blue.png');
	background-size: 19%;
	right: -38%;
	top: -10%;
	height: 120%;
	left: auto;
	width: 100%;
	z-index: 2;
}

.parallax-layer__4 {
	background-image: url('../img/parallax/cloud-violent.png');
	background-size: 19%;
	right: -37%;
	top: -10%;
	height: 120%;
	left: auto;
	width: 100%;
	z-index: 1;
}

@media (max-width: 991px) {
	.parallax-layer__1,
	.parallax-layer__2,
	.parallax-layer__3,
	.parallax-layer__4 {
		background-size: contain;
	}
	.parallax-layer__2 {
		right: -43%;
	}
	.parallax-layer__3 {
		right: -42%;
	}
	.parallax-layer__4 {
		right: -42%;
	}
}

.social-icons a {
	font-size: 14px;
}

.social-icons a:not(:last-child) {
	margin-right: 15px;
}

.ds .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.ds .wp-block-table.is-style-stripes tr:nth-child(odd) {
	background-color: transparent;
}

.wp-block-gallery.alignwide.columns-4.is-cropped {
	float: left;
}

.ds .has-text-color {
	color: #fff !important;
}

.ds .wp-block-table.is-style-stripes td {
	border-color: #343d48;
}

.wp-block-archives {
	margin-bottom: 20px;
}

.wp-block-media-text:not(:last-child) {
	margin-bottom: 25px;
}

.wp-block-button__link:hover {
	color: #007bff !important;
}

ul,
ol {
	padding-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.list-bordered {
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.list-bordered li {
	padding-top: 14px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(20, 29, 40, 0.1);
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
}

.list-bordered.with-icon li {
	padding-top: 19px;
	padding-bottom: 19px;
	display: flex;
	align-items: center;
}

.list-bordered.with-icon li .fi {
	font-size: 40px;
	margin-right: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.list-bordered.with-icon li.border-above-xl-none {
		border-top: none;
	}
}

@media (max-width: 767px) {
	.list-bordered.with-icon li.border-above-xl-none {
		border-top: none;
	}
}

.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;
}

ul.list-bordered {
	color: #5c6f87;
}

.list-styled.colored ul li::before {
	color: #fff;
}

.list-styled ul,
ul.list-styled {
	list-style: none;
	padding: 0;
	color: #5c6f87;
}

.list-styled ul.color-darkgrey,
ul.list-styled.color-darkgrey {
	color: #141d28;
}

.list-styled ul.color-darkgrey li,
ul.list-styled.color-darkgrey li {
	font-weight: 400;
}

.list-styled ul li,
ul.list-styled li {
	position: relative;
	padding: 3px 0 3px 0px;
	line-height: 25px;
	font-weight: 400;
}

.list-styled ul li::before,
ul.list-styled li::before {
	padding-right: 10px;
	color: #007bff;
	font-family: "FontAwesome", sans-serif;
	font-size: 12px;
	content: "\f054";
	margin: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

ul.list-unstyled {
	color: #5c6f87;
}

ul.list-unstyled li {
	padding: 4px 0 6px 0px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}

.list-num ol,
ol.list-num {
	counter-reset: li !important;
	list-style: none outside none;
	padding: 0;
	margin-bottom: 0;
}

.list-num ol li,
ol.list-num li {
	position: relative;
	padding: 3px 0 3px 32px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

.list-num ol li::before,
ol.list-num li::before {
	content: unset !important;
}

.list-num ol li:after,
ol.list-num li:after {
	padding-right: 10px;
	content: ".0" counter(li);
	counter-increment: li;
	position: absolute;
	font-weight: 600;
	left: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #007bff;
}

.list-menu {
	list-style: none;
}

.list-menu li {
	display: flex;
	align-items: center;
	padding: 8px 0;
}

.list-menu li:first-child {
	margin-top: 0;
}

.list-menu li:last-child {
	margin-bottom: 0;
}

.list-menu li i {
	margin-right: 20px;
}


/*
 ** Bootstrap Overrides
 */


/* bootstrap breadcrumbs*/

.ds .breadcrumb>li a:not(.btn) {
	color: #fff;
}

.ds .breadcrumb>li a:not(.btn):hover {
	color: #007bff;
}

.ds .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	color: #007bff;
	font-size: 20px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	line-height: 32px;
}

.breadcrumb>li {
	display: inline-block;
	padding: 0;
	float: none;
}

.breadcrumb>li a:not(.btn) {
	color: #141d28;
}

.breadcrumb>li a:not(.btn):hover {
	color: #007bff;
}

.text-center .breadcrumb {
	justify-content: center;
}

@media (min-width: 992px) {
	.text-lg-right .breadcrumb {
		justify-content: flex-end;
	}
}

.breadcrumb>.active {
	opacity: 1;
	color: #007bff;
	font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
	padding: 0 13px 0 9px;
	content: '/';
	display: inline-block;
	font-size: 18px;
	position: relative;
}


/* brizy forms */

.brz .brz-root__container .brz-form .brz-form__field {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding: 13px 0;
}

@media (max-width: 767px) {
	.horizontal-form p:last-child {
		margin-top: 40px;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.horizontal-form {
		display: flex;
		align-items: center;
	}
	.horizontal-form p {
		margin-bottom: 0;
	}
	.horizontal-form>p {
		width: 27%;
		padding-right: 20px;
	}
	.horizontal-form>p:last-child {
		width: 19%;
		text-align: right;
		padding-right: 0;
	}
	.horizontal-form>p:last-child .ajax-loader {
		display: none;
	}
}

.form-layout-4 input[type="text"],
.form-layout-4 input[type="email"],
.form-layout-4 input[type="url"],
.form-layout-4 input[type="password"],
.form-layout-4 input[type="search"],
.form-layout-4 input[type="tel"],
.form-layout-4 input[type="number"],
.form-layout-4 textarea,
.form-layout-4 select,
.form-layout-4 .form-control {
	background-color: #fff !important;
	border: 1px solid rgba(20, 29, 40, 0.1);
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
}

.form-layout-4 input[type="text"]:focus,
.form-layout-4 input[type="email"]:focus,
.form-layout-4 input[type="url"]:focus,
.form-layout-4 input[type="password"]:focus,
.form-layout-4 input[type="search"]:focus,
.form-layout-4 input[type="tel"]:focus,
.form-layout-4 input[type="number"]:focus,
.form-layout-4 textarea:focus,
.form-layout-4 select:focus,
.form-layout-4 .form-control:focus,
.form-layout-4 input[type="text"]:active,
.form-layout-4 input[type="email"]:active,
.form-layout-4 input[type="url"]:active,
.form-layout-4 input[type="password"]:active,
.form-layout-4 input[type="search"]:active,
.form-layout-4 input[type="tel"]:active,
.form-layout-4 input[type="number"]:active,
.form-layout-4 textarea:active,
.form-layout-4 select:active,
.form-layout-4 .form-control:active {
	background-color: #fff;
	color: #141d28;
	border-color: #5c6f87;
}

.form-layout-4 i+.form-control {
	padding-left: 40px;
}

.form-layout-4 form label+[class*="fa-"] {
	right: auto;
	left: 20px;
	top: 13px;
	color: #5c6f87;
}

.form-layout-4 textarea,
.form-layout-4 textarea.form-control {
	background-image: none !important;
	line-height: unset;
}

.form-layout-3 input[type="text"],
.form-layout-3 input[type="email"],
.form-layout-3 input[type="url"],
.form-layout-3 input[type="password"],
.form-layout-3 input[type="search"],
.form-layout-3 input[type="tel"],
.form-layout-3 input[type="number"],
.form-layout-3 textarea,
.form-layout-3 select,
.form-layout-3 .form-control {
	background-color: #fff !important;
	border: 1px solid rgba(20, 29, 40, 0.1);
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.form-layout-3 input[type="text"]:focus,
.form-layout-3 input[type="email"]:focus,
.form-layout-3 input[type="url"]:focus,
.form-layout-3 input[type="password"]:focus,
.form-layout-3 input[type="search"]:focus,
.form-layout-3 input[type="tel"]:focus,
.form-layout-3 input[type="number"]:focus,
.form-layout-3 textarea:focus,
.form-layout-3 select:focus,
.form-layout-3 .form-control:focus,
.form-layout-3 input[type="text"]:active,
.form-layout-3 input[type="email"]:active,
.form-layout-3 input[type="url"]:active,
.form-layout-3 input[type="password"]:active,
.form-layout-3 input[type="search"]:active,
.form-layout-3 input[type="tel"]:active,
.form-layout-3 input[type="number"]:active,
.form-layout-3 textarea:active,
.form-layout-3 select:active,
.form-layout-3 .form-control:active {
	background-color: #fff;
	color: #141d28;
	border-color: #5c6f87;
}

.form-layout-3 i+.form-control {
	padding-left: 40px;
}

.form-layout-3 form label+[class*="fa-"] {
	right: auto;
	left: 20px;
	top: 13px;
	color: #5c6f87;
}

.form-layout-3 textarea,
.form-layout-3 textarea.form-control {
	background-image: none !important;
	line-height: unset;
}

.form-layout-2 input[type="text"],
.form-layout-2 input[type="email"],
.form-layout-2 input[type="url"],
.form-layout-2 input[type="password"],
.form-layout-2 input[type="search"],
.form-layout-2 input[type="tel"],
.form-layout-2 input[type="number"],
.form-layout-2 textarea,
.form-layout-2 select,
.form-layout-2 .form-control {
	background-color: #fff !important;
	border: none;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.form-layout-2 input[type="text"]:focus,
.form-layout-2 input[type="email"]:focus,
.form-layout-2 input[type="url"]:focus,
.form-layout-2 input[type="password"]:focus,
.form-layout-2 input[type="search"]:focus,
.form-layout-2 input[type="tel"]:focus,
.form-layout-2 input[type="number"]:focus,
.form-layout-2 textarea:focus,
.form-layout-2 select:focus,
.form-layout-2 .form-control:focus,
.form-layout-2 input[type="text"]:active,
.form-layout-2 input[type="email"]:active,
.form-layout-2 input[type="url"]:active,
.form-layout-2 input[type="password"]:active,
.form-layout-2 input[type="search"]:active,
.form-layout-2 input[type="tel"]:active,
.form-layout-2 input[type="number"]:active,
.form-layout-2 textarea:active,
.form-layout-2 select:active,
.form-layout-2 .form-control:active {
	background-color: #fff;
	color: #141d28;
	box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
}

.form-layout-2 i+.form-control {
	padding-left: 40px;
}

.form-layout-2 form label+[class*="fa-"] {
	right: auto;
	left: 20px;
	top: 13px;
	color: #5c6f87;
}

.form-layout-2 textarea,
.form-layout-2 textarea.form-control {
	background-image: none !important;
	line-height: unset;
}


/* 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 {
	height: 50px;
	background-color: #fff;
	border: 1px solid rgba(20, 29, 40, 0.1);
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-weight: 400;
	color: #5c6f87;
	padding: 10px 30px 10px 0;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.form-control:focus,
input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="number"]:active,
textarea:active,
select:active,
.form-control:active {
	background-color: #fff;
	color: #141d28;
	outline: none;
	box-shadow: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.input-group {
	background: #fff;
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	height: 74px;
}

.input-group .form-control {
	padding: 10px 150px 10px 30px;
	border: none;
	height: auto;
	box-shadow: unset !important;
}

.input-group .form-control:active,
.input-group .form-control:focus {
	background-color: #007bff !important;
}

.input-group .append {
	background-color: transparent;
	align-items: center;
	justify-content: center;
	padding: 8px;
	position: absolute;
	right: 3px;
	z-index: 3;
}

.input-group .append button {
	margin: 0;
}

@media (max-width: 575px) {
	.input-group {
		flex-direction: column;
		align-items: center;
	}
	.input-group .form-control {
		width: 100%;
		height: 60px;
		text-align: center;
	}
}

.ds .select_container::before {
	background-color: unset;
}

.select_container {
	position: relative;
}

.select_container select {
	border: none;
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #5c6f87;
	padding: 0 20px;
	background-color: #f8f8f9;
}

.select_container select:focus,
.select_container select:active {
	color: #141d28;
	background-color: #f8f8f9;
}

.select_container::before {
	content: '';
	position: absolute;
	top: 3px;
	bottom: 3px;
	right: 14px;
	width: 25px;
	display: inline-block;
	background-color: #f8f8f9;
	pointer-events: none;
}

.select_container::after {
	content: '\f078';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	color: #007bff;
	font-family: "FontAwesome", sans-serif;
	font-size: 12px;
	font-weight: 900;
	pointer-events: none;
}

input[disabled] {
	opacity: 0.7;
	cursor: not-allowed;
}

input[type="submit"],
button {
	cursor: pointer;
}

input[type="submit"],
button {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	padding: 9px 10px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover,
button:hover {
	color: #141d28;
}

.ds input[type="submit"]:not([class]),
.ds button:not([class]),
.cs input[type="submit"]:not([class]),
.cs button:not([class]) {
	border-color: #fff;
	color: #fff;
}

textarea,
textarea.form-control {
	height: auto;
	min-height: 146px;
	background-image: linear-gradient(transparent, transparent 46px, rgba(20, 29, 40, .1) 30px, rgba(20, 29, 40, .1) 47px, transparent 31px) !important;
	background-size: 100% 50px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.buttons-group {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.buttons-group .btn+.btn {
		margin-left: 0;
		margin-top: 20px;
	}
}

.comment-form-cookies-consent {
	margin-top: 20px;
}

.form-group {
	position: relative;
	margin-bottom: 0;
}

.form-group:not(:last-of-type) {
	margin-bottom: 10px;
}

[class*='col-']>.form-group {
	margin-bottom: 0;
}

[class*='col-']>.form-group+.form-group {
	margin-top: 10px;
}

label {
	margin-bottom: 3px;
}

.form-check {
	padding-left: 0;
}


/* select styling */

select[multiple] {
	height: auto;
}

select option,
.form-control option {
	color: #141d28;
	background-color: #fff;
}

.form-control-unstyled {
	border: none;
	background-color: transparent;
}

.form-control,
.form-control:focus {
	color: #5c6f87;
}

.form-control.invalid {
	-webkit-box-shadow: 0 0 0 2px #007bff;
	box-shadow: 0 0 0 2px #007bff;
}

.form-control:focus {
	border-color: rgba(0, 0, 0, 0.1);
}

.form-control:-moz-placeholder {
	color: #5c6f87;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #5c6f87;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #5c6f87;
}

.form-control::-webkit-input-placeholder {
	color: #5c6f87;
}

.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-"] {
	position: absolute;
	font-size: 14px;
	width: 1em;
	right: 0;
	top: 16px;
	text-align: center;
	color: #030406;
}

.cs form label+[class*="fa-"] {
	color: #fff;
}

.has-placeholder label {
	display: none;
}

.checkbox label[for]+input[type=checkbox],
.radio label[for]+input[type=checkbox],
.checkbox label[for]+input[type=radio],
.radio label[for]+input[type=radio] {
	left: 20px;
}

input[type=checkbox],
input[type=radio] {
	margin-right: 8px;
}

.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: #007bff;
}

.has-error label,
.has-error .help-block {
	color: #007bff;
}


/*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: #141d28;
}

input[type="checkbox"]+label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 1px 10px 4px 0;
	text-align: center;
	padding-right: 0.1em;
	width: 15px;
	height: 15px;
	line-height: 14px;
	font-size: 10px;
	border: 1px solid rgba(20, 29, 40, 0.1);
	font-family: "FontAwesome", sans-serif;
	font-weight: 900;
}

input[type="checkbox"]:checked+label:before {
	content: "\f00c";
	color: #141d28;
}

input[type="checkbox"]:disabled+label:before {
	background-color: rgba(20, 29, 40, 0.1);
}


/*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;
	cursor: pointer;
}

input[type="radio"]+label>a {
	color: #999;
}

input[type="radio"]+label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid rgba(20, 29, 40, 0.1);
}

input[type="radio"]:checked+label:before {
	padding: 3px;
	background-color: #007bff;
	background-clip: content-box;
}

input[type="radio"]:disabled+label:before {
	background-color: rgba(20, 29, 40, 0.1);
}

.contact-form-submit {
	margin-top: 30px;
}


/* carousel */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-indicators li {
	max-width: 10px;
	height: 10px;
	border-radius: 50%;
}


/* brizy tabs*/

.brz .brz-root__container .brz-tabs__nav--active::after,
.brz .brz-root__container .brz-tabs__nav--mobile--active::after {
	right: auto !important;
}

.brz .brz-root__container .brz-tabs__nav--active .brz-tabs__nav--button,
.brz .brz-root__container .brz-tabs__nav--mobile--active .brz-tabs__nav--button {
	background-color: #007bff !important;
}

.brz .brz-root__container .brz-tabs__nav--button {
	padding: 16px 38px;
	background-color: #f8f8f9 !important;
	transition: all 0.3s ease-in-out;
	border: none !important;
}

@media (max-width: 991px) {
	.brz .brz-root__container .brz-tabs__nav--button {
		padding-left: 10px;
		padding-right: 10px;
	}
}


/* bootstrap tabs*/

.nav-tabs {
	border-bottom: none;
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.nav-tabs.aside-tab {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.nav-tabs {
		display: flex;
		flex-direction: column;
	}
}

.nav-tabs .nav-link {
	border-radius: 0;
	margin-right: 4px;
	color: #5c6f87;
	background: #f8f8f9;
	text-transform: unset;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	border: none;
	z-index: 0;
	overflow: hidden;
}

.nav-tabs .nav-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.5s;
	opacity: 1;
	transform: translate(13%, 190%) rotate(-30deg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 123, 255, 1);
	background-color: rgba(0, 123, 255, 0.6);
}

.nav-tabs .nav-link::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.5s;
	opacity: 1;
	transform: translate(-13%, -190%) rotate(-30deg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 123, 255, 1);
	background-color: rgba(0, 123, 255, 0.6);
	transition-delay: 0.2s;
}

.nav-tabs .nav-link:hover {
	color: #141d28;
}

.nav-tabs .nav-link:hover::before,
.nav-tabs .nav-link:hover::after {
	transform: translate(0, 0);
}

@media (max-width: 768px) {
	.nav-tabs .nav-link {
		padding: 15px 35px 15px;
		margin-right: 0;
	}
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #141d28;
}

.nav-tabs .nav-item.show .nav-link::before,
.nav-tabs .nav-link.active::before,
.nav-tabs .nav-item.show .nav-link::after,
.nav-tabs .nav-link.active::after {
	transform: translate(0, 0);
}

@media (max-width: 1299px) and (min-width: 992px) {
	.nav-tabs.small-section {
		display: flex;
		flex-direction: column;
	}
	.nav-tabs.small-section .nav-item {
		display: flex;
		flex-direction: column;
	}
	.nav-tabs.small-section .nav-item .nav-link {
		margin-right: 0;
	}
}

.nav-tabs.vertical-tabs {
	display: flex;
	flex-direction: column;
}

.nav-tabs.vertical-tabs .nav-item {
	margin-bottom: 10px;
}

.nav-tabs.vertical-tabs .nav-item:last-child {
	margin-bottom: 0;
}

.nav-tabs.vertical-tabs .nav-link {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	color: #5c6f87;
	min-width: unset;
	padding: 22px 35px;
}

.nav-tabs.vertical-tabs .nav-link:hover {
	color: #fff !important;
	background: #007bff;
}

.nav-tabs.vertical-tabs .nav-item.show .nav-link,
.nav-tabs.vertical-tabs .nav-link.active {
	color: #fff !important;
	background: #007bff;
}

.nav-tabs.vertical-tabs.widget .nav-item:not(:last-child) {
	margin-bottom: 30px;
}

.nav-tabs.vertical-tabs.widget .media {
	margin-bottom: 0;
}

.nav-tabs.vertical-tabs.widget .media .media-image {
	position: relative;
}

.nav-tabs.vertical-tabs.widget .media .media-image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 2;
	background-color: #141d28;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.nav-tabs.vertical-tabs.widget .nav-link {
	padding: 0;
	box-shadow: none;
}

.nav-tabs.vertical-tabs.widget .nav-link:hover {
	background: transparent;
}

.nav-tabs.vertical-tabs.widget .nav-link .media-body {
	align-items: flex-start;
	text-align: left;
}

.nav-tabs.vertical-tabs.widget .nav-item .nav-link:hover,
.nav-tabs.vertical-tabs.widget .nav-item.show .nav-link,
.nav-tabs.vertical-tabs.widget .nav-link.active {
	background: transparent;
}

.nav-tabs.vertical-tabs.widget .nav-item .nav-link:hover .media .media-image:before,
.nav-tabs.vertical-tabs.widget .nav-item.show .nav-link .media .media-image:before,
.nav-tabs.vertical-tabs.widget .nav-link.active .media .media-image:before {
	opacity: 0.5;
}

.nav-link {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	padding: 22px 35px;
	min-width: 165px;
	color: #141d28;
}

@media (max-width: 768px) {
	.nav-link {
		min-width: 100px;
	}
}

@media (max-width: 450px) {
	.nav-link {
		min-width: auto;
		width: 100%;
		display: block;
	}
}

.small-tabs .nav-link {
	padding: 20px;
	min-width: unset;
}

.small-tabs .nav-tabs .nav-item:last-child {
	margin-right: -3px;
}

.tab-content {
	background-color: #fff;
	padding: 47px 40px;
	z-index: 2;
	position: relative;
	border: 1px solid rgba(20, 29, 40, 0.1);
}

@media (max-width: 450px) {
	.tab-content {
		padding: 30px;
	}
}

.tab-content h5,
.tab-content h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 23px;
}

.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;
}


/* bootstrap collapse*/

[data-toggle="collapse"] {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-right: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}

[data-toggle="collapse"]:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	font-size: 14px;
	font-family: "FontAwesome", sans-serif;
	content: "\f078";
}

[data-toggle="collapse"].collapsed:after {
	content: "\f054";
}

[role="tablist"] .card {
	border-radius: 0;
	border: 1px solid rgba(20, 29, 40, 0.1);
	background: none;
	margin-bottom: -1px;
}

[role="tablist"] .card:last-of-type {
	margin-bottom: 0;
}

[role="tablist"] .card-header {
	padding: 0;
	background: none;
	border: none;
}

[role="tablist"] .card-header a {
	font-size: 16px;
	text-transform: unset;
	line-height: 1;
	display: block;
	padding: 17px 50px 17px 20px;
	margin: 0;
	font-weight: 600;
	background-color: #fff;
	border: none;
	color: #141d28;
	word-wrap: break-word;
}

[role="tablist"] .card-header a i {
	margin-right: 20px;
	color: #007bff;
}

[role="tablist"] .card-header a:before {
	text-align: center;
	font-family: inherit;
	font-weight: 100;
	content: '';
	width: 16px;
	top: 50%;
	right: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #f8f8f9;
	transform: translateY(-36%);
	position: absolute;
	transition: opacity 0.3s ease-in-out;
}

[role="tablist"] .card-header a:after {
	height: 30px;
	line-height: 30px;
	right: 20px;
	font-size: 10px;
	vertical-align: top;
	top: 50%;
	transform: translateY(-20%);
	bottom: auto;
	content: '\f068';
	font-family: "FontAwesome", sans-serif;
	background: none;
	font-weight: bold;
	color: #141d28;
	transition: all 0.3s ease-in-out;
}

[role="tablist"] .card-header a:not(.btn):hover {
	color: #141d28;
}

[role="tablist"] .card-header a.collapsed {
	background-color: #fff;
	color: #5c6f87;
	font-weight: 400;
}

[role="tablist"] .card-header a.collapsed i {
	color: #007bff;
}

[role="tablist"] .card-header a.collapsed:after {
	content: '\f067';
	font-size: 10px;
	color: #141d28;
	transform: rotate(180deg) translateY(20%);
}

[role="tablist"] .card-header a.collapsed:before {
	background-color: #007bff;
}

[role="tablist"] .card-header a.collapsed:hover {
	color: #141d28;
}

[role="tablist"] [role="tab"] a {
	display: block;
}

[role="tablist"] .card .card-body {
	background-color: #fff;
}

[role="tablist"] .card-body {
	text-align: left;
	font-weight: 300;
	padding: 3px 22px 12px 22px;
	background-color: transparent;
}

[role="tablist"] .media img {
	max-width: 80px;
}

#accordion02 .card-body {
	margin-bottom: 0px;
}

.ds.ms [role="tablist"] .card-header a.collapsed {
	background-color: #141d28;
}


/*
 Layouts
 */

.tabs-layout-2[role="tablist"] .card {
	border: none;
}

.tabs-layout-2[role="tablist"] .card+.card {
	margin-top: 20px;
}

.tabs-layout-2[role="tablist"] .card .card-body {
	padding: 0 30px 30px 60px;
	background-color: #f8f8f9;
}

.tabs-layout-2[role="tablist"] .card-header a {
	font-size: 20px;
	padding: 30px 30px 30px 60px;
	background-color: #f8f8f9;
}

.tabs-layout-2[role="tablist"] .card-header a::before {
	display: none;
}

.tabs-layout-2[role="tablist"] .card-header a::after {
	left: 40px;
	right: auto;
	color: #007bff;
}

.tabs-layout-2[role="tablist"] .card-header a.collapsed {
	padding-bottom: 30px;
}


/* brizy collapse*/

.brz .brz-root__container .brz-accordion__item:not(:last-child) {
	margin-bottom: 0;
}

.brz .brz-root__container .brz-accordion__item--active .brz-accordion__nav::before {
	content: '\f068';
}

.brz .brz-root__container .brz-accordion__item--active .brz-accordion__nav::after {
	background-color: #f8f8f9;
}

.brz .brz-root__container .brz-accordion__nav {
	border-width: 1px !important;
	padding-right: 30px;
	position: relative;
}

.brz .brz-root__container .brz-accordion__nav::before {
	content: '\f067';
	font-family: "FontAwesome", sans-serif;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 8px;
	color: #141d28;
	z-index: 1;
}

.brz .brz-root__container .brz-accordion__nav::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background-color: #007bff;
	z-index: 0;
}

.brz .brz-root__container .brz-accordion__content {
	border-width: 1px !important;
	margin-top: 0 !important;
}


/* bootstrap dropdown menu */

.dropdown-menu {
	border: none;
	border-top: 3px solid #007bff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 0;
	z-index: 1001;
	margin-top: 0;
	padding: 40px;
	min-width: 20em;
	background-color: #fff;
	font-size: inherit;
	line-height: 1.5;
}

.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: #141d28;
}

.dropdown.show .dropdown-menu input {
	border: 1px solid rgba(20, 29, 40, 0.1);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #141d28;
	background-color: transparent;
}

.dropdwon-menu-title {
	padding: 10px 30px;
}

@media (min-width: 1300px) {
	.container {
		max-width: 1200px;
	}
}


/* modal */

.modal-open {
	padding-right: 0 !important;
}

.modal-open .modal {
	background-color: rgba(225, 225, 225, .1);
}

.modal.show.center {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.modal_login_form {
	max-width: 770px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-height: 100vh;
	overflow: visible;
	margin: 20px;
	width: 100%;
}

.modal_login_form p:not(.login-remember) label {
	display: none;
}

.modal_login_form form p:not(:last-child) {
	margin-bottom: 20px;
}

.modal_login_form .menu-img {
	flex-shrink: 0;
	height: auto;
	width: 38%;
}

.modal_login_form .menu-img.cover-image {
	position: relative;
	background-position: center top;
}

.modal_login_form .menu-img.cover-image img {
	display: none;
}

.modal_login_form .menu-form {
	padding: 55px 60px;
	height: 100%;
}

@media (min-width: 992px) {
	.modal_login_form .menu-form {
		width: 100%;
	}
}

.modal_login_form .remove {
	position: absolute;
	color: #007bff;
	right: 20px;
	top: 10px;
	font-size: 20px;
	z-index: 3;
}

.modal_login_form .remove:hover {
	color: #007bff;
}

@media (max-width: 1199px) {
	.modal_login_form {
		overflow-y: auto;
	}
}

@media (max-width: 991px) {
	.modal_login_form {
		justify-content: center;
		width: auto;
	}
	.modal_login_form .special-heading {
		font-size: 30px;
	}
	.modal_login_form .remove {
		color: #007bff;
	}
	.modal_login_form .menu-img {
		display: none !important;
	}
	.modal_login_form .menu-form {
		padding: 40px;
	}
}

.modal-backdrop.show {
	background-color: #4d4d4d;
	opacity: 0.9;
}

.modal-content {
	border-radius: 1px;
}

.modal-content [class*="col-"]:last-child {
	margin-bottom: 0;
}


/* bootstrap buttons */

.btn {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	padding: 15px 35px;
	min-width: 150px;
	margin-bottom: 4px;
	border-radius: 0;
}

.btn.btn-radius {
	border-radius: 35px;
}

.btn.btn-short {
	min-width: auto;
}

.btn.btn-small {
	padding-top: 12px;
	padding-bottom: 12px;
}

.btn.btn-big {
	padding-top: 22px;
	padding-bottom: 22px;
}

.btn.round,
.btn.rounded {
	padding: 23px;
	line-height: 1;
}


/* media elements */

.media>img {
	display: block;
}

.media-body h3,
.media-body h4 {
	line-height: 1;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}

*+.media-body,
.media-body+* {
	margin-left: 15px;
}

*+.media-body h5,
.media-body+* h5 {
	margin-bottom: 7px;
}

*+.media-body .small-text,
.media-body+* .small-text {
	margin-bottom: 5px;
}

td .media-body {
	width: auto;
}

.embed-responsive-3by2 {
	height: 0;
	padding-bottom: 66.666%;
	background-color: #000;
}

.single-post .embed-responsive-16by9 {
	padding-bottom: 66.6%;
}

.embed-responsive-16by9 {
	height: 0;
	padding-bottom: 49%;
	background-color: #000;
}

.embed-responsive iframe {
	z-index: 3;
}

.alert {
	border: none;
	border-radius: unset;
	padding: 18px 30px;
	color: #fff;
	margin-bottom: 0px;
}

.alert+.alert {
	margin-top: 40px;
}

.alert i {
	margin-right: 5px;
}

.alert.alert-success {
	background-color: #38d028;
}

.alert.alert-info {
	background-color: #288ef7;
}

.alert.alert-warning {
	background-color: #ffc000;
}

.alert.alert-danger {
	background-color: #ff4e00;
}

.alert.alert-light {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	color: #141d28;
}

.alert.alert-dark {
	background-color: #141d28;
}

.alert.alert-secondary {
	background-color: #f8f8f9;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	color: #141d28;
}

.alert.alert-primary {
	background-color: #214f9f;
}

.mark,
mark {
	color: #007bff;
	background: none;
}

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;
}


/* labels */

.label-success {
	color: #fff;
	background-color: #4db19e;
}

.label-info {
	color: #fff;
	background-color: #007ebd;
}

.label-warning {
	color: #fff;
	background-color: #eeb269;
}

.label-danger {
	color: #fff;
	background-color: #dc5753;
}


/*
 progressbar*/

.progress {
	height: 1px;
	border-radius: 0;
	position: relative;
	overflow: visible;
	margin-bottom: 23px;
}

.progress span {
	position: absolute;
	right: 0;
	top: -39px;
	font-size: 16px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	color: #141d28;
}

.progress+.progress {
	margin-top: 10px;
}

.progress [data-transitiongoal] {
	width: 0;
}

.progress .progress-bar {
	transition: width 0.5s ease 0.2s;
	height: 4px;
	margin-top: -2px;
	border-radius: 3px;
}

.progress.donate-progress .progress-bar {
	position: relative;
}

.progress.donate-progress .progress-bar span {
	position: absolute;
	display: inline-block;
	padding: 5px;
	border: 2px solid #007bff;
	line-height: 1;
	right: 0;
	transform: translateX(50%);
}

.progress.donate-progress .progress-bar span::before {
	content: '';
	position: absolute;
	border: 3px solid transparent;
	border-top: 3px solid #007bff;
	top: calc(100% + 2px);
	left: 50%;
	transform: translateX(-50%);
}

.donate-progress-value {
	display: flex;
	justify-content: space-between;
}

.donate-progress-value>span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.donate-progress-value .title {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.donate-progress-value .value {
	color: #141d28;
	line-height: 1;
}

@media (min-width: 992px) {
	.donate-single .donate-progress-value .title {
		font-size: 16px;
	}
	.donate-single .donate-progress-value>span>span:last-child {
		font-size: 30px;
		font-weight: bold;
		color: #141d28;
	}
}

.donate-single .donate-form {
	padding: 60px;
}

@media (max-width: 1199px) {
	.donate-single .donate-form {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.donate-single .donate-form {
		padding: 40px 20px;
	}
}

.donate-single .total-wrap {
	min-width: 200px;
	text-align: center;
	background-color: #fff;
	min-height: 40px;
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 5px 10px;
}

.donate-single .total-wrap span:first-child {
	color: #141d28;
	font-weight: 500;
	margin-right: 5px;
}

.donate-single .total-wrap+.btn {
	margin-bottom: 0;
}

.progress-title {
	font-weight: 300;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 14px;
	color: #5c6f87;
}

.progress {
	background-color: #f2f2f2;
}

.progress+.progress-title {
	margin-top: 46px;
}

.dropdown-toggle::after {
	display: none;
}


/* brizy */

.brz .brz-root__container .brz-progress-bar {
	position: relative;
}

.brz .brz-root__container .brz-progress-bar .brz-progress-bar__wrapper {
	padding-top: 2px;
	padding-bottom: 2px;
}

.brz .brz-root__container .brz-progress-bar .brz-text__editor {
	position: absolute;
	top: -36px;
	left: 0;
}

.brz .brz-root__container .brz-progress-bar .brz-progress-bar__percent {
	position: absolute;
	right: 0;
	top: -36px;
}


/*
 **plugins
 */


/* Owl carousel v 2.1.6 styles */


/* Owl Carousel - Core */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-color-main-color: transparent;
	position: relative;
	z-index: 1;
	touch-action: manipulation;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel.owl-shadow-items .owl-stage {
	padding-top: 11px;
	padding-bottom: 11px;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-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-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-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: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-color-main-color: transparent;
	line-height: 1;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px;
	border: 2px solid #fff;
	background-color: transparent;
	display: block;
	opacity: 0.8;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	opacity: 0.8;
	border-color: #007bff;
}

.owl-carousel .owl-nav {
	transition: all 0.3s ease;
}

.owl-carousel .owl-nav>div {
	text-transform: uppercase;
	opacity: 0.5;
	display: inline-block;
	right: 10px;
}

.owl-carousel .owl-nav>div.disabled {
	opacity: 0.2;
	cursor: default;
}

.owl-carousel .owl-nav>div.disabled:hover {
	cursor: default;
	opacity: 0.2;
}

.owl-carousel .owl-nav>div:hover {
	opacity: 0.3;
}

@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 {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Owl Carousel - Auto Height Plugin */

.owl-height {
	transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../img/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	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 {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/*
 THEMES
 Owl Default Theme
 */

.owl-theme:hover .owl-nav {
	opacity: 1;
}

.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	opacity: 1;
	right: 0;
	left: 0;
	text-align: center;
	-webkit-tap-color-main-color: transparent;
}

.owl-theme .owl-nav>div {
	position: absolute;
	right: 10px;
	text-align: center;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots {
	margin-top: 40px;
}

.item-media .owl-theme .owl-dots {
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 35px;
}

@media (max-width: 479px) {
	.item-media .owl-theme .owl-dots {
		bottom: 20px;
	}
}


/* .owl-center theme */

.owl-center .owl-nav {
	top: 0;
	bottom: 0;
	position: static;
	margin-top: 0;
	opacity: 1;
}

.owl-center .owl-nav>div {
	right: -15px;
	width: 50px;
	top: 0;
	bottom: 0;
	margin: 0;
	height: auto;
	background-color: rgba(20, 29, 40, 0.6);
}

.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 {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	color: #fff;
	font-size: 20px;
	left: 17px;
}


/*theme with nav at the top right corner*/

.top-right-nav .owl-nav {
	position: absolute;
	top: -55px;
	right: -1em;
}

.top-right-nav .owl-nav>div {
	background: transparent;
	min-width: 2em;
}

.top-right-nav .owl-nav>div:first-child {
	left: auto;
	right: 3em;
}

.top-right-nav .owl-nav>div i {
	font-size: 1em;
}


/*theme with text nav*/

.owl-text-nav .owl-nav {
	display: none;
	text-align: center;
	-webkit-tap-color-main-color: transparent;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav {
		display: block;
		position: absolute;
		top: 50%;
		right: -13vw;
		left: -13vw;
	}
}

@media (min-width: 1800px) {
	.owl-text-nav .owl-nav {
		right: -15vw;
		left: -15vw;
	}
}

.owl-text-nav .owl-nav>div {
	position: absolute;
	right: 10px;
	text-align: center;
	margin-top: -30px;
}

.owl-text-nav .owl-nav>div>span {
	font-weight: 900;
	line-height: 1;
	display: block;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav>div>span {
		line-height: 1;
		font-size: 38px;
		max-width: 5em;
	}
}

.small-gallery-carousel a {
	display: block;
	overflow: hidden;
}

.small-gallery-carousel a img {
	transition: all 0.3s ease-in-out;
	opacity: 0.4;
}

.small-gallery-carousel a:hover img {
	opacity: 0.2;
	transform: scale(1.2, 1.2);
}

.small-gallery-carousel .owl-nav>div {
	opacity: 1;
}

@media (min-width: 768px) {
	.small-gallery-carousel .owl-nav>div {
		right: 100px;
		margin-top: -8px;
	}
	.small-gallery-carousel .owl-nav>div:first-child {
		left: 100px;
	}
}

.small-gallery-carousel .owl-nav>div i {
	font-size: 20px;
}


/* owl images fix */

.owl-carousel .owl-item {
	transition: opacity 0.2s ease 0.1s;
	opacity: 0;
}

.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 {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* FlexSlider Necessary Styles */

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

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;
	-moz-transition: all 1s ease;
	-o-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 {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	font-size: 0;
	color: transparent;
	text-align: center;
}

.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 {
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 20px;
	content: '\f053';
	color: #fff;
	position: absolute;
	top: 5px;
	left: 12px;
	font-weight: 900;
}

.flex-direction-nav a.flex-next:before {
	content: '\f054';
	left: 14px;
}


/* Pause/Play */

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "FontAwesome", sans-serif;
	font-size: 20px;
	display: inline-block;
	content: "\f01d";
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: "\f01d";
}


/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 10;
	color: transparent;
	font-size: 0;
	line-height: 0;
}

.flex-control-nav li {
	text-align: center;
	display: inline-block;
	padding: 0 14px;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.5;
}

.ds .flex-control-paging li a,
.cs .flex-control-paging li a {
	border-color: #fff;
}

.flex-control-paging li a:hover {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}

.flex-control-paging li a.flex-active {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}

.flex-control-thumbs {
	margin: 1px -1px;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0 0 1px;
	padding: 0 0 0 1px;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: 0.7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}


/* custom nav for flex slider*/

.flex-custom-nav {
	text-align: center;
	position: absolute;
	bottom: 38px;
	right: 0;
	left: 0;
	z-index: 3;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}

.flex-custom-nav .flex-control-nav {
	width: auto;
	display: inline-block;
	position: static;
}

.flex-custom-nav .flex-custom-link {
	font-size: 12px;
	position: relative;
	bottom: 7px;
	margin: 0 8px;
	color: #141d28;
}

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
	color: #fff;
}

.flex-custom-nav .flex-custom-link:hover {
	color: #007bff;
}

.page_slider:hover .flex-custom-nav {
	opacity: 1;
}


/*
 **photoswipe
 * http://photoswipe.com/
 *
 */


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.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;
	will-change: opacity;
	/* for open/close transition */
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.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 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}


/*
 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 {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}


/*
 Error message appears when image is not loaded
 (JS option errorMsg controls markup)
 */

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.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 {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	transition: opacity 0.2s;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 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;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(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 {
	display: none;
	background-position: -88px 0;
}

.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;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}


/*
 2. Share modal/popup and links
 */

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	transform: translateY(6px);
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.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 {
	transform: translateY(0);
}


/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}


/*
 3. Index indicator ("1 of X" counter)
 */

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: 0.75;
	padding: 0 10px;
}


/*
 4. Caption
 */

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.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 {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.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 {
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	/*
   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;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes donut-rotate {
	0% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(-140deg);
	}
	100% {
		transform: rotate(0);
	}
}


/*
 6. Additional styles
 */


/* root element of UI */

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}


/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	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;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}


/* 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 {
	/* Force paint & create composition layer for 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 {
	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 {
	max-width: 90%;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 1200px) {
	.pswp__zoom-wrap .embed-responsive {
		max-width: 50%;
	}
}


/*
 ** Easy pieChart
 */

.chart {
	position: relative;
	display: inline-block;
	min-height: 150px;
	min-width: 150px;
	margin-bottom: 10px;
	text-align: center;
}

.chart .chart-meta {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.chart .chart-meta h4 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #5c6f87;
}

.percent {
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	text-indent: 0.05em;
	line-height: 1;
	z-index: 2;
}

.percent:after {
	content: '%';
}

.angular {
	margin-top: 100px;
}

.angular .chart {
	margin-top: 0;
}


/* 
 ** Time Table 
 */

#timetable span {
	display: block;
}

#timetable th,
#timetable td {
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	padding: 25px 5px;
}

#timetable thead {
	color: #fff;
}

#timetable thead th:first-child {
	background-color: #141d28;
}

#timetable thead th {
	border: 1px solid #343d48;
	background-color: #233142;
	color: #fff;
	width: 147px;
	height: 50px;
	padding: 0;
}

#timetable tbody th {
	background-color: #233142;
	color: #fff;
	width: 148px;
	height: 109px;
	padding: 0;
}

#timetable tbody td:hover {
	background-color: #007bff;
}

#timetable tbody td:hover a {
	color: #fff;
}

#timetable tbody td:hover a span {
	color: #fff;
}

#timetable tbody th,
#timetable tbody td {
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0.3s ease-in-out;
}

#timetable tbody th a,
#timetable tbody td a {
	color: #007bff;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
}

#timetable tbody th a span,
#timetable tbody td a span {
	color: #aeb1b4;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

#timetable tbody .current {
	background-color: #007bff;
	border-color: #007bff;
}

#timetable tbody .current a {
	color: #fff;
}

#timetable tbody .current a span {
	color: #fff;
}


/* 
 ** toTop
 */

#toTop {
	bottom: 0;
	right: 0;
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	z-index: 1000;
	font-size: 0;
	color: transparent;
	background-color: #007bff;
	opacity: 0.7;
}

#toTop:after {
	color: #fff;
	content: '\f106';
	font-size: 16px;
	line-height: 50px;
	font-family: "FontAwesome", sans-serif;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.2s linear;
	font-weight: 900;
}

#toTopHover,
#toTop:hover {
	bottom: 3px;
	opacity: 1;
}

#toTop:hover:after {
	color: #fff;
}

#toTop:active,
#toTop:focus {
	outline: medium none;
}

.modal-open #toTop {
	visibility: hidden;
}

@media (max-width: 1199px) {
	#toTop {
		width: 40px;
		height: 40px;
	}
	#toTop::after {
		line-height: 40px;
	}
}


/* Countdown */

#comingsoon-countdown {
	text-align: center;
}

#comingsoon-countdown:before,
#comingsoon-countdown:after {
	clear: both;
	display: table;
	content: ' ';
}

.countdown-rtl {
	direction: rtl;
}

.countdown-row {
	clear: both;
	display: block;
	margin: auto;
	padding: 0;
	text-align: center;
}

.countdown-section {
	padding: 36px 14px 31px;
	text-align: center;
	background-color: #fff;
	margin-right: 10px;
	display: inline-block;
	min-width: 23.6%;
}

.countdown-section:last-child {
	margin-right: 0;
}

.countdown-amount {
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	font-weight: 700;
	color: #141d28;
}

.countdown-period {
	display: block;
	color: #007bff;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 400;
}

.countdown-descr {
	display: block;
}

@media (max-width: 767px) {
	.countdown-row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.countdown-section {
		padding: 20px 8px;
		min-width: 110px;
		margin: 5px;
	}
	.countdown-section:last-child {
		margin-right: 5px;
	}
	.countdown-amount {
		font-size: 35px;
	}
	.countdown-period {
		font-size: 14px;
	}
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, .2);
	line-height: 38px;
	padding: 0 20px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: attr(data-content);
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 60px;
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -33px;
	margin-top: -33px;
	border: 3px solid #fff;
	border-radius: 1000px;
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 33px;
	box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 33px;
	box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 33px;
	box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 33px;
	box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px;
}


/* sidebar scroll plugin */

.scroll-wrapper {
	overflow: hidden;
	padding: 0;
	position: relative;
	height: 100%;
}

.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);
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 1px;
	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;
}


/*
 * Ajax Domain Checker
 */

.fw-page-builder-content #domain-form,
.widget #domain-form {
	max-width: 1170px;
}

.fw-page-builder-content #domain-form #wdc-style #form+div,
.widget #domain-form #wdc-style #form+div {
	max-width: unset !important;
}

@media (max-width: 767px) {
	.fw-page-builder-content #domain-form #wdc-style,
	.widget #domain-form #wdc-style {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.fw-page-builder-content #domain-form #wdc-style .input-group,
.widget #domain-form #wdc-style .input-group {
	margin-top: 0;
	border: none !important;
	background: transparent;
	max-width: unset !important;
	display: flex;
	height: 74px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	border-radius: 35px !important;
	align-items: center;
}

.fw-page-builder-content #domain-form #wdc-style #Search,
.widget #domain-form #wdc-style #Search {
	border-radius: 30px !important;
	background-color: #fff;
	border: none !important;
	color: #5c6f87;
	height: 74px !important;
	padding: 10px 150px 10px 30px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.fw-page-builder-content #domain-form #wdc-style .input-group-btn,
.widget #domain-form #wdc-style .input-group-btn {
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-width: 20px;
	background-color: transparent !important;
	border-color: transparent !important;
	padding: 0;
	width: auto;
	position: absolute;
	z-index: 2;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
}

.fw-page-builder-content #domain-form #wdc-style #Submit,
.widget #domain-form #wdc-style #Submit {
	padding: 16px 35px !important;
	height: auto !important;
	border-radius: 35px !important;
	letter-spacing: unset;
	font-size: 16px;
	text-transform: capitalize;
	min-width: auto;
	color: #141d28;
	position: relative;
	z-index: 1;
	box-shadow: none !important;
	overflow: hidden;
}

@media (max-width: 767px) {
	.fw-page-builder-content #domain-form #wdc-style #Submit,
	.widget #domain-form #wdc-style #Submit {
		display: inline-block;
		width: auto;
	}
}


/* Contact form 7 in contact modal */

#contact_modal form p {
	margin-bottom: 10px;
}

#contact_modal form p:last-of-type {
	margin-bottom: 0;
}

#contact_modal form textarea {
	max-height: 145px;
}

#contact_modal form .forms-width-50 {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 677px) {
	#contact_modal form .forms-width-50 {
		margin-bottom: 10px;
	}
}

#contact_modal form .forms-width-50 p {
	width: 100%;
}

@media (min-width: 678px) {
	#contact_modal form .forms-width-50 p {
		width: 50%;
	}
	#contact_modal form .forms-width-50 p:not(:last-child) {
		padding-right: 10px;
	}
}


/*
 * Positions
 */

.positions-item .item-content {
	display: flex;
	padding: 50px;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.positions-item .item-content {
		padding: 25px 30px;
	}
}

.positions-item .item-content>div {
	width: 50%;
}

.positions-item .item-content>div:last-child {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 1199px) {
	.positions-item .item-content>div:first-child {
		width: 70%;
	}
	.positions-item .item-content>div:last-child {
		width: 30%;
	}
}

@media (max-width: 991px) {
	.positions-item .item-content>div {
		width: 100% !important;
	}
	.positions-item .item-content>div:last-child {
		margin-top: 40px;
		justify-content: flex-start;
	}
}


/*
 * WPAAS-ACCORDION
 */

.wpos-tab-slider .as-layer.as-padding {
	background: #007bff;
	color: #141d28;
	font-size: 24px;
	letter-spacing: 0.5px;
	opacity: 0 !important;
	padding: 20px 15px 20px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 100%;
}

.wpos-tab-slider.as-horizontal .as-wposslide:hover .as-layer.as-padding,
.wpos-tab-slider.as-horizontal .as-wposslide.as-opened .as-layer.as-padding {
	opacity: 1 !important;
	visibility: visible !important;
}

.wpos-tab-slider .as-pagination-button {
	border-color: #fff;
}

.wpos-tab-slider .as-pagination-buttons .as-selected {
	background-color: #fff;
}


/*
 ** Bootstrap Addons
 */


/*
 ** Horizontal padding (gutters) for columns and rows
 */


/* columns
 .c - columns
 px-* - horizontal padding value
 */


/*same as bootstrap .no-gutters class*/

.c-gutter-100 [class*="col-"],
.row.c-gutter-100>[class*="col-"] {
	padding-right: 50px;
	padding-left: 50px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-80 [class*="col-"],
.row.c-gutter-80>[class*="col-"] {
	padding-right: 40px;
	padding-left: 40px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-70 [class*="col-"],
.row.c-gutter-70>[class*="col-"] {
	padding-right: 35px;
	padding-left: 35px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-60 [class*="col-"],
.row.c-gutter-60>[class*="col-"] {
	padding-right: 30px;
	padding-left: 30px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-50 [class*="col-"],
.row.c-gutter-50>[class*="col-"] {
	padding-right: 25px;
	padding-left: 25px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-40 [class*="col-"],
.row.c-gutter-40>[class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-30 [class*="col-"],
.row.c-gutter-30>[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-35 [class*="col-"],
.row.c-gutter-35>[class*="col-"] {
	padding-right: 17px;
	padding-left: 18px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-25 [class*="col-"],
.row.c-gutter-25>[class*="col-"] {
	padding-right: 12px;
	padding-left: 13px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-20 [class*="col-"],
.row.c-gutter-20>[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-15 [class*="col-"],
.row.c-gutter-15>[class*="col-"] {
	padding-right: 7px;
	padding-left: 8px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-10 [class*="col-"],
.row.c-gutter-10>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-5 [class*="col-"],
.row.c-gutter-5>[class*="col-"] {
	padding-right: 2px;
	padding-left: 3px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-2 [class*="col-"],
.row.c-gutter-2>[class*="col-"] {
	padding-right: 1px;
	padding-left: 1px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-1 [class*="col-"],
.row.c-gutter-1>[class*="col-"] {
	padding-right: 0px;
	padding-left: 1px;
}


/*same as bootstrap .no-gutters class*/

.c-gutter-0 [class*="col-"],
.row.c-gutter-0>[class*="col-"] {
	padding-right: 0px;
	padding-left: 0px;
}


/* rows */

.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-70 .row,
div.row.c-gutter-70 {
	margin-left: -35px;
	margin-right: -35px;
}

.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-40 .row,
div.row.c-gutter-40 {
	margin-left: -20px;
	margin-right: -20px;
}

.c-gutter-30 .row,
div.row.c-gutter-30 {
	margin-left: -15px;
	margin-right: -15px;
}

.c-gutter-35 .row,
div.row.c-gutter-35 {
	margin-left: -18px;
	margin-right: -17px;
}

.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: 0px;
}

.c-gutter-0 .row,
div.row.c-gutter-0 {
	margin-left: 0px;
	margin-right: 0px;
}


/* containers */

.container-px-0 [class*='container'] {
	padding-left: 0px;
	padding-right: 0px;
}

.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;
}

.container-px-70 [class*='container'] {
	padding-left: 70px;
	padding-right: 70px;
}

.container-px-80 [class*='container'] {
	padding-left: 80px;
	padding-right: 80px;
}

.container-px-120 [class*='container'] {
	padding-left: 120px;
	padding-right: 120px;
}

@media (min-width: 576px) {
	.container-px-sm-0>[class*='container'] {
		padding-left: 0px;
		padding-right: 0px;
	}
	.container-px-sm-1>[class*='container'] {
		padding-left: 1px;
		padding-right: 1px;
	}
	.container-px-sm-2>[class*='container'] {
		padding-left: 2px;
		padding-right: 2px;
	}
	.container-px-sm-5>[class*='container'] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.container-px-sm-10>[class*='container'] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.container-px-sm-20>[class*='container'] {
		padding-left: 20px;
		padding-right: 20px;
	}
	.container-px-sm-30>[class*='container'] {
		padding-left: 30px;
		padding-right: 30px;
	}
	.container-px-sm-60>[class*='container'] {
		padding-left: 60px;
		padding-right: 60px;
	}
	.container-px-sm-70>[class*='container'] {
		padding-left: 70px;
		padding-right: 70px;
	}
	.container-px-sm-80>[class*='container'] {
		padding-left: 80px;
		padding-right: 80px;
	}
	.container-px-sm-120>[class*='container'] {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 768px) {
	.container-px-md-0>[class*='container'] {
		padding-left: 0px;
		padding-right: 0px;
	}
	.container-px-md-1>[class*='container'] {
		padding-left: 1px;
		padding-right: 1px;
	}
	.container-px-md-2>[class*='container'] {
		padding-left: 2px;
		padding-right: 2px;
	}
	.container-px-md-5>[class*='container'] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.container-px-md-10>[class*='container'] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.container-px-md-20>[class*='container'] {
		padding-left: 20px;
		padding-right: 20px;
	}
	.container-px-md-30>[class*='container'] {
		padding-left: 30px;
		padding-right: 30px;
	}
	.container-px-md-60>[class*='container'] {
		padding-left: 60px;
		padding-right: 60px;
	}
	.container-px-md-70>[class*='container'] {
		padding-left: 70px;
		padding-right: 70px;
	}
	.container-px-md-80>[class*='container'] {
		padding-left: 80px;
		padding-right: 80px;
	}
	.container-px-md-120>[class*='container'] {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 992px) {
	.container-px-lg-0>[class*='container'] {
		padding-left: 0px;
		padding-right: 0px;
	}
	.container-px-lg-1>[class*='container'] {
		padding-left: 1px;
		padding-right: 1px;
	}
	.container-px-lg-2>[class*='container'] {
		padding-left: 2px;
		padding-right: 2px;
	}
	.container-px-lg-5>[class*='container'] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.container-px-lg-10>[class*='container'] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.container-px-lg-20>[class*='container'] {
		padding-left: 20px;
		padding-right: 20px;
	}
	.container-px-lg-30>[class*='container'] {
		padding-left: 30px;
		padding-right: 30px;
	}
	.container-px-lg-60>[class*='container'] {
		padding-left: 60px;
		padding-right: 60px;
	}
	.container-px-lg-70>[class*='container'] {
		padding-left: 70px;
		padding-right: 70px;
	}
	.container-px-lg-80>[class*='container'] {
		padding-left: 80px;
		padding-right: 80px;
	}
	.container-px-lg-120>[class*='container'] {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 1200px) {
	.container-px-xl-0>[class*='container'] {
		padding-left: 0px;
		padding-right: 0px;
	}
	.container-px-xl-1>[class*='container'] {
		padding-left: 1px;
		padding-right: 1px;
	}
	.container-px-xl-2>[class*='container'] {
		padding-left: 2px;
		padding-right: 2px;
	}
	.container-px-xl-5>[class*='container'] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.container-px-xl-10>[class*='container'] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.container-px-xl-20>[class*='container'] {
		padding-left: 20px;
		padding-right: 20px;
	}
	.container-px-xl-30>[class*='container'] {
		padding-left: 30px;
		padding-right: 30px;
	}
	.container-px-xl-60>[class*='container'] {
		padding-left: 60px;
		padding-right: 60px;
	}
	.container-px-xl-70>[class*='container'] {
		padding-left: 70px;
		padding-right: 70px;
	}
	.container-px-xl-80>[class*='container'] {
		padding-left: 80px;
		padding-right: 80px;
	}
	.container-px-xl-120>[class*='container'] {
		padding-left: 120px;
		padding-right: 120px;
	}
}


/*
 ** 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: 0px;
}

.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-12>[class*='container'] {
	padding-top: 12px;
}

.s-pt-13>[class*='container'] {
	padding-top: 13px;
}

.s-pt-14>[class*='container'] {
	padding-top: 14px;
}

.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-35>[class*='container'] {
	padding-top: 35px;
}

.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-55>[class*='container'] {
	padding-top: 55px;
}

.s-pt-57>[class*='container'] {
	padding-top: 57px;
}

.s-pt-60>[class*='container'] {
	padding-top: 60px;
}

.s-pt-65>[class*='container'] {
	padding-top: 65px;
}

.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-85>[class*='container'] {
	padding-top: 85px;
}

.s-pt-90>[class*='container'] {
	padding-top: 90px;
}

.s-pt-95>[class*='container'] {
	padding-top: 95px;
}

.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-115>[class*='container'] {
	padding-top: 115px;
}

.s-pt-120>[class*='container'] {
	padding-top: 120px;
}

.s-pt-125>[class*='container'] {
	padding-top: 125px;
}

.s-pt-130>[class*='container'] {
	padding-top: 130px;
}

.s-pt-135>[class*='container'] {
	padding-top: 135px;
}

.s-pt-140>[class*='container'] {
	padding-top: 140px;
}

.s-pt-145>[class*='container'] {
	padding-top: 145px;
}

.s-pt-150>[class*='container'] {
	padding-top: 150px;
}

.s-pt-175>[class*='container'] {
	padding-top: 175px;
}

.s-pt-220>[class*='container'] {
	padding-top: 220px;
}

.s-pt-225>[class*='container'] {
	padding-top: 225px;
}

.s-pt-235>[class*='container'] {
	padding-top: 235px;
}

.s-pt-245>[class*='container'] {
	padding-top: 245px;
}

.s-pt-255>[class*='container'] {
	padding-top: 255px;
}

.s-pt-265>[class*='container'] {
	padding-top: 265px;
}

.s-pb-0>[class*='container'] {
	padding-bottom: 0px;
}

.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-12>[class*='container'] {
	padding-bottom: 12px;
}

.s-pb-13>[class*='container'] {
	padding-bottom: 13px;
}

.s-pb-14>[class*='container'] {
	padding-bottom: 14px;
}

.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-35>[class*='container'] {
	padding-bottom: 35px;
}

.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-55>[class*='container'] {
	padding-bottom: 55px;
}

.s-pb-57>[class*='container'] {
	padding-bottom: 57px;
}

.s-pb-60>[class*='container'] {
	padding-bottom: 60px;
}

.s-pb-65>[class*='container'] {
	padding-bottom: 65px;
}

.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-85>[class*='container'] {
	padding-bottom: 85px;
}

.s-pb-90>[class*='container'] {
	padding-bottom: 90px;
}

.s-pb-95>[class*='container'] {
	padding-bottom: 95px;
}

.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-115>[class*='container'] {
	padding-bottom: 115px;
}

.s-pb-120>[class*='container'] {
	padding-bottom: 120px;
}

.s-pb-125>[class*='container'] {
	padding-bottom: 125px;
}

.s-pb-130>[class*='container'] {
	padding-bottom: 130px;
}

.s-pb-135>[class*='container'] {
	padding-bottom: 135px;
}

.s-pb-140>[class*='container'] {
	padding-bottom: 140px;
}

.s-pb-145>[class*='container'] {
	padding-bottom: 145px;
}

.s-pb-150>[class*='container'] {
	padding-bottom: 150px;
}

.s-pb-175>[class*='container'] {
	padding-bottom: 175px;
}

.s-pb-220>[class*='container'] {
	padding-bottom: 220px;
}

.s-pb-225>[class*='container'] {
	padding-bottom: 225px;
}

.s-pb-235>[class*='container'] {
	padding-bottom: 235px;
}

.s-pb-245>[class*='container'] {
	padding-bottom: 245px;
}

.s-pb-255>[class*='container'] {
	padding-bottom: 255px;
}

.s-pb-265>[class*='container'] {
	padding-bottom: 265px;
}

.s-py-0>[class*='container'] {
	padding-top: 0px;
	padding-bottom: 0px;
}

.s-py-1>[class*='container'] {
	padding-top: 1px;
	padding-bottom: 1px;
}

.s-py-2>[class*='container'] {
	padding-top: 2px;
	padding-bottom: 2px;
}

.s-py-3>[class*='container'] {
	padding-top: 3px;
	padding-bottom: 3px;
}

.s-py-5>[class*='container'] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.s-py-10>[class*='container'] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.s-py-12>[class*='container'] {
	padding-top: 12px;
	padding-bottom: 12px;
}

.s-py-13>[class*='container'] {
	padding-top: 13px;
	padding-bottom: 13px;
}

.s-py-14>[class*='container'] {
	padding-top: 14px;
	padding-bottom: 14px;
}

.s-py-15>[class*='container'] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.s-py-20>[class*='container'] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.s-py-25>[class*='container'] {
	padding-top: 25px;
	padding-bottom: 25px;
}

.s-py-30>[class*='container'] {
	padding-top: 30px;
	padding-bottom: 30px;
}

.s-py-35>[class*='container'] {
	padding-top: 35px;
	padding-bottom: 35px;
}

.s-py-40>[class*='container'] {
	padding-top: 40px;
	padding-bottom: 40px;
}

.s-py-45>[class*='container'] {
	padding-top: 45px;
	padding-bottom: 45px;
}

.s-py-50>[class*='container'] {
	padding-top: 50px;
	padding-bottom: 50px;
}

.s-py-55>[class*='container'] {
	padding-top: 55px;
	padding-bottom: 55px;
}

.s-py-57>[class*='container'] {
	padding-top: 57px;
	padding-bottom: 57px;
}

.s-py-60>[class*='container'] {
	padding-top: 60px;
	padding-bottom: 60px;
}

.s-py-65>[class*='container'] {
	padding-top: 65px;
	padding-bottom: 65px;
}

.s-py-70>[class*='container'] {
	padding-top: 70px;
	padding-bottom: 70px;
}

.s-py-75>[class*='container'] {
	padding-top: 75px;
	padding-bottom: 75px;
}

.s-py-80>[class*='container'] {
	padding-top: 80px;
	padding-bottom: 80px;
}

.s-py-85>[class*='container'] {
	padding-top: 85px;
	padding-bottom: 85px;
}

.s-py-90>[class*='container'] {
	padding-top: 90px;
	padding-bottom: 90px;
}

.s-py-95>[class*='container'] {
	padding-top: 95px;
	padding-bottom: 95px;
}

.s-py-100>[class*='container'] {
	padding-top: 100px;
	padding-bottom: 100px;
}

.s-py-105>[class*='container'] {
	padding-top: 105px;
	padding-bottom: 105px;
}

.s-py-110>[class*='container'] {
	padding-top: 110px;
	padding-bottom: 110px;
}

.s-py-115>[class*='container'] {
	padding-top: 115px;
	padding-bottom: 115px;
}

.s-py-120>[class*='container'] {
	padding-top: 120px;
	padding-bottom: 120px;
}

.s-py-125>[class*='container'] {
	padding-top: 125px;
	padding-bottom: 125px;
}

.s-py-130>[class*='container'] {
	padding-top: 130px;
	padding-bottom: 130px;
}

.s-py-135>[class*='container'] {
	padding-top: 135px;
	padding-bottom: 135px;
}

.s-py-140>[class*='container'] {
	padding-top: 140px;
	padding-bottom: 140px;
}

.s-py-145>[class*='container'] {
	padding-top: 145px;
	padding-bottom: 145px;
}

.s-py-150>[class*='container'] {
	padding-top: 150px;
	padding-bottom: 150px;
}

.s-py-175>[class*='container'] {
	padding-top: 175px;
	padding-bottom: 175px;
}

.s-py-220>[class*='container'] {
	padding-top: 220px;
	padding-bottom: 220px;
}

.s-py-225>[class*='container'] {
	padding-top: 225px;
	padding-bottom: 225px;
}

.s-py-235>[class*='container'] {
	padding-top: 235px;
	padding-bottom: 235px;
}

.s-py-245>[class*='container'] {
	padding-top: 245px;
	padding-bottom: 245px;
}

.s-py-255>[class*='container'] {
	padding-top: 255px;
	padding-bottom: 255px;
}

.s-py-265>[class*='container'] {
	padding-top: 265px;
	padding-bottom: 265px;
}

@media (min-width: 576px) {
	.s-pt-sm-0>[class*='container'] {
		padding-top: 0px;
	}
	.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-12>[class*='container'] {
		padding-top: 12px;
	}
	.s-pt-sm-13>[class*='container'] {
		padding-top: 13px;
	}
	.s-pt-sm-14>[class*='container'] {
		padding-top: 14px;
	}
	.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-35>[class*='container'] {
		padding-top: 35px;
	}
	.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-55>[class*='container'] {
		padding-top: 55px;
	}
	.s-pt-sm-57>[class*='container'] {
		padding-top: 57px;
	}
	.s-pt-sm-60>[class*='container'] {
		padding-top: 60px;
	}
	.s-pt-sm-65>[class*='container'] {
		padding-top: 65px;
	}
	.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-85>[class*='container'] {
		padding-top: 85px;
	}
	.s-pt-sm-90>[class*='container'] {
		padding-top: 90px;
	}
	.s-pt-sm-95>[class*='container'] {
		padding-top: 95px;
	}
	.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-115>[class*='container'] {
		padding-top: 115px;
	}
	.s-pt-sm-120>[class*='container'] {
		padding-top: 120px;
	}
	.s-pt-sm-125>[class*='container'] {
		padding-top: 125px;
	}
	.s-pt-sm-130>[class*='container'] {
		padding-top: 130px;
	}
	.s-pt-sm-135>[class*='container'] {
		padding-top: 135px;
	}
	.s-pt-sm-140>[class*='container'] {
		padding-top: 140px;
	}
	.s-pt-sm-145>[class*='container'] {
		padding-top: 145px;
	}
	.s-pt-sm-150>[class*='container'] {
		padding-top: 150px;
	}
	.s-pt-sm-175>[class*='container'] {
		padding-top: 175px;
	}
	.s-pt-sm-220>[class*='container'] {
		padding-top: 220px;
	}
	.s-pt-sm-225>[class*='container'] {
		padding-top: 225px;
	}
	.s-pt-sm-235>[class*='container'] {
		padding-top: 235px;
	}
	.s-pt-sm-245>[class*='container'] {
		padding-top: 245px;
	}
	.s-pt-sm-255>[class*='container'] {
		padding-top: 255px;
	}
	.s-pt-sm-265>[class*='container'] {
		padding-top: 265px;
	}
	.s-pb-sm-0>[class*='container'] {
		padding-bottom: 0px;
	}
	.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-12>[class*='container'] {
		padding-bottom: 12px;
	}
	.s-pb-sm-13>[class*='container'] {
		padding-bottom: 13px;
	}
	.s-pb-sm-14>[class*='container'] {
		padding-bottom: 14px;
	}
	.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-35>[class*='container'] {
		padding-bottom: 35px;
	}
	.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-55>[class*='container'] {
		padding-bottom: 55px;
	}
	.s-pb-sm-57>[class*='container'] {
		padding-bottom: 57px;
	}
	.s-pb-sm-60>[class*='container'] {
		padding-bottom: 60px;
	}
	.s-pb-sm-65>[class*='container'] {
		padding-bottom: 65px;
	}
	.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-85>[class*='container'] {
		padding-bottom: 85px;
	}
	.s-pb-sm-90>[class*='container'] {
		padding-bottom: 90px;
	}
	.s-pb-sm-95>[class*='container'] {
		padding-bottom: 95px;
	}
	.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-115>[class*='container'] {
		padding-bottom: 115px;
	}
	.s-pb-sm-120>[class*='container'] {
		padding-bottom: 120px;
	}
	.s-pb-sm-125>[class*='container'] {
		padding-bottom: 125px;
	}
	.s-pb-sm-130>[class*='container'] {
		padding-bottom: 130px;
	}
	.s-pb-sm-135>[class*='container'] {
		padding-bottom: 135px;
	}
	.s-pb-sm-140>[class*='container'] {
		padding-bottom: 140px;
	}
	.s-pb-sm-145>[class*='container'] {
		padding-bottom: 145px;
	}
	.s-pb-sm-150>[class*='container'] {
		padding-bottom: 150px;
	}
	.s-pb-sm-175>[class*='container'] {
		padding-bottom: 175px;
	}
	.s-pb-sm-220>[class*='container'] {
		padding-bottom: 220px;
	}
	.s-pb-sm-225>[class*='container'] {
		padding-bottom: 225px;
	}
	.s-pb-sm-235>[class*='container'] {
		padding-bottom: 235px;
	}
	.s-pb-sm-245>[class*='container'] {
		padding-bottom: 245px;
	}
	.s-pb-sm-255>[class*='container'] {
		padding-bottom: 255px;
	}
	.s-pb-sm-265>[class*='container'] {
		padding-bottom: 265px;
	}
	.s-py-sm-0>[class*='container'] {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.s-py-sm-1>[class*='container'] {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.s-py-sm-2>[class*='container'] {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.s-py-sm-3>[class*='container'] {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.s-py-sm-5>[class*='container'] {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.s-py-sm-10>[class*='container'] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.s-py-sm-12>[class*='container'] {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.s-py-sm-13>[class*='container'] {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.s-py-sm-14>[class*='container'] {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.s-py-sm-15>[class*='container'] {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.s-py-sm-20>[class*='container'] {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.s-py-sm-25>[class*='container'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.s-py-sm-30>[class*='container'] {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.s-py-sm-35>[class*='container'] {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.s-py-sm-40>[class*='container'] {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.s-py-sm-45>[class*='container'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.s-py-sm-50>[class*='container'] {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.s-py-sm-55>[class*='container'] {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.s-py-sm-57>[class*='container'] {
		padding-top: 57px;
		padding-bottom: 57px;
	}
	.s-py-sm-60>[class*='container'] {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.s-py-sm-65>[class*='container'] {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.s-py-sm-70>[class*='container'] {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.s-py-sm-75>[class*='container'] {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.s-py-sm-80>[class*='container'] {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.s-py-sm-85>[class*='container'] {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.s-py-sm-90>[class*='container'] {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.s-py-sm-95>[class*='container'] {
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.s-py-sm-100>[class*='container'] {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.s-py-sm-105>[class*='container'] {
		padding-top: 105px;
		padding-bottom: 105px;
	}
	.s-py-sm-110>[class*='container'] {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.s-py-sm-115>[class*='container'] {
		padding-top: 115px;
		padding-bottom: 115px;
	}
	.s-py-sm-120>[class*='container'] {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.s-py-sm-125>[class*='container'] {
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.s-py-sm-130>[class*='container'] {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.s-py-sm-135>[class*='container'] {
		padding-top: 135px;
		padding-bottom: 135px;
	}
	.s-py-sm-140>[class*='container'] {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	.s-py-sm-145>[class*='container'] {
		padding-top: 145px;
		padding-bottom: 145px;
	}
	.s-py-sm-150>[class*='container'] {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.s-py-sm-175>[class*='container'] {
		padding-top: 175px;
		padding-bottom: 175px;
	}
	.s-py-sm-220>[class*='container'] {
		padding-top: 220px;
		padding-bottom: 220px;
	}
	.s-py-sm-225>[class*='container'] {
		padding-top: 225px;
		padding-bottom: 225px;
	}
	.s-py-sm-235>[class*='container'] {
		padding-top: 235px;
		padding-bottom: 235px;
	}
	.s-py-sm-245>[class*='container'] {
		padding-top: 245px;
		padding-bottom: 245px;
	}
	.s-py-sm-255>[class*='container'] {
		padding-top: 255px;
		padding-bottom: 255px;
	}
	.s-py-sm-265>[class*='container'] {
		padding-top: 265px;
		padding-bottom: 265px;
	}
}

@media (min-width: 768px) {
	.s-pt-md-0>[class*='container'] {
		padding-top: 0px;
	}
	.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-12>[class*='container'] {
		padding-top: 12px;
	}
	.s-pt-md-13>[class*='container'] {
		padding-top: 13px;
	}
	.s-pt-md-14>[class*='container'] {
		padding-top: 14px;
	}
	.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-35>[class*='container'] {
		padding-top: 35px;
	}
	.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-55>[class*='container'] {
		padding-top: 55px;
	}
	.s-pt-md-57>[class*='container'] {
		padding-top: 57px;
	}
	.s-pt-md-60>[class*='container'] {
		padding-top: 60px;
	}
	.s-pt-md-65>[class*='container'] {
		padding-top: 65px;
	}
	.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-85>[class*='container'] {
		padding-top: 85px;
	}
	.s-pt-md-90>[class*='container'] {
		padding-top: 90px;
	}
	.s-pt-md-95>[class*='container'] {
		padding-top: 95px;
	}
	.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-115>[class*='container'] {
		padding-top: 115px;
	}
	.s-pt-md-120>[class*='container'] {
		padding-top: 120px;
	}
	.s-pt-md-125>[class*='container'] {
		padding-top: 125px;
	}
	.s-pt-md-130>[class*='container'] {
		padding-top: 130px;
	}
	.s-pt-md-135>[class*='container'] {
		padding-top: 135px;
	}
	.s-pt-md-140>[class*='container'] {
		padding-top: 140px;
	}
	.s-pt-md-145>[class*='container'] {
		padding-top: 145px;
	}
	.s-pt-md-150>[class*='container'] {
		padding-top: 150px;
	}
	.s-pt-md-175>[class*='container'] {
		padding-top: 175px;
	}
	.s-pt-md-220>[class*='container'] {
		padding-top: 220px;
	}
	.s-pt-md-225>[class*='container'] {
		padding-top: 225px;
	}
	.s-pt-md-235>[class*='container'] {
		padding-top: 235px;
	}
	.s-pt-md-245>[class*='container'] {
		padding-top: 245px;
	}
	.s-pt-md-255>[class*='container'] {
		padding-top: 255px;
	}
	.s-pt-md-265>[class*='container'] {
		padding-top: 265px;
	}
	.s-pb-md-0>[class*='container'] {
		padding-bottom: 0px;
	}
	.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-12>[class*='container'] {
		padding-bottom: 12px;
	}
	.s-pb-md-13>[class*='container'] {
		padding-bottom: 13px;
	}
	.s-pb-md-14>[class*='container'] {
		padding-bottom: 14px;
	}
	.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-35>[class*='container'] {
		padding-bottom: 35px;
	}
	.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-55>[class*='container'] {
		padding-bottom: 55px;
	}
	.s-pb-md-57>[class*='container'] {
		padding-bottom: 57px;
	}
	.s-pb-md-60>[class*='container'] {
		padding-bottom: 60px;
	}
	.s-pb-md-65>[class*='container'] {
		padding-bottom: 65px;
	}
	.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-85>[class*='container'] {
		padding-bottom: 85px;
	}
	.s-pb-md-90>[class*='container'] {
		padding-bottom: 90px;
	}
	.s-pb-md-95>[class*='container'] {
		padding-bottom: 95px;
	}
	.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-115>[class*='container'] {
		padding-bottom: 115px;
	}
	.s-pb-md-120>[class*='container'] {
		padding-bottom: 120px;
	}
	.s-pb-md-125>[class*='container'] {
		padding-bottom: 125px;
	}
	.s-pb-md-130>[class*='container'] {
		padding-bottom: 130px;
	}
	.s-pb-md-135>[class*='container'] {
		padding-bottom: 135px;
	}
	.s-pb-md-140>[class*='container'] {
		padding-bottom: 140px;
	}
	.s-pb-md-145>[class*='container'] {
		padding-bottom: 145px;
	}
	.s-pb-md-150>[class*='container'] {
		padding-bottom: 150px;
	}
	.s-pb-md-175>[class*='container'] {
		padding-bottom: 175px;
	}
	.s-pb-md-220>[class*='container'] {
		padding-bottom: 220px;
	}
	.s-pb-md-225>[class*='container'] {
		padding-bottom: 225px;
	}
	.s-pb-md-235>[class*='container'] {
		padding-bottom: 235px;
	}
	.s-pb-md-245>[class*='container'] {
		padding-bottom: 245px;
	}
	.s-pb-md-255>[class*='container'] {
		padding-bottom: 255px;
	}
	.s-pb-md-265>[class*='container'] {
		padding-bottom: 265px;
	}
	.s-py-md-0>[class*='container'] {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.s-py-md-1>[class*='container'] {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.s-py-md-2>[class*='container'] {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.s-py-md-3>[class*='container'] {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.s-py-md-5>[class*='container'] {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.s-py-md-10>[class*='container'] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.s-py-md-12>[class*='container'] {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.s-py-md-13>[class*='container'] {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.s-py-md-14>[class*='container'] {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.s-py-md-15>[class*='container'] {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.s-py-md-20>[class*='container'] {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.s-py-md-25>[class*='container'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.s-py-md-30>[class*='container'] {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.s-py-md-35>[class*='container'] {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.s-py-md-40>[class*='container'] {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.s-py-md-45>[class*='container'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.s-py-md-50>[class*='container'] {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.s-py-md-55>[class*='container'] {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.s-py-md-57>[class*='container'] {
		padding-top: 57px;
		padding-bottom: 57px;
	}
	.s-py-md-60>[class*='container'] {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.s-py-md-65>[class*='container'] {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.s-py-md-70>[class*='container'] {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.s-py-md-75>[class*='container'] {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.s-py-md-80>[class*='container'] {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.s-py-md-85>[class*='container'] {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.s-py-md-90>[class*='container'] {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.s-py-md-95>[class*='container'] {
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.s-py-md-100>[class*='container'] {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.s-py-md-105>[class*='container'] {
		padding-top: 105px;
		padding-bottom: 105px;
	}
	.s-py-md-110>[class*='container'] {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.s-py-md-115>[class*='container'] {
		padding-top: 115px;
		padding-bottom: 115px;
	}
	.s-py-md-120>[class*='container'] {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.s-py-md-125>[class*='container'] {
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.s-py-md-130>[class*='container'] {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.s-py-md-135>[class*='container'] {
		padding-top: 135px;
		padding-bottom: 135px;
	}
	.s-py-md-140>[class*='container'] {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	.s-py-md-145>[class*='container'] {
		padding-top: 145px;
		padding-bottom: 145px;
	}
	.s-py-md-150>[class*='container'] {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.s-py-md-175>[class*='container'] {
		padding-top: 175px;
		padding-bottom: 175px;
	}
	.s-py-md-220>[class*='container'] {
		padding-top: 220px;
		padding-bottom: 220px;
	}
	.s-py-md-225>[class*='container'] {
		padding-top: 225px;
		padding-bottom: 225px;
	}
	.s-py-md-235>[class*='container'] {
		padding-top: 235px;
		padding-bottom: 235px;
	}
	.s-py-md-245>[class*='container'] {
		padding-top: 245px;
		padding-bottom: 245px;
	}
	.s-py-md-255>[class*='container'] {
		padding-top: 255px;
		padding-bottom: 255px;
	}
	.s-py-md-265>[class*='container'] {
		padding-top: 265px;
		padding-bottom: 265px;
	}
}

@media (min-width: 992px) {
	.s-pt-lg-0>[class*='container'] {
		padding-top: 0px;
	}
	.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-12>[class*='container'] {
		padding-top: 12px;
	}
	.s-pt-lg-13>[class*='container'] {
		padding-top: 13px;
	}
	.s-pt-lg-14>[class*='container'] {
		padding-top: 14px;
	}
	.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-35>[class*='container'] {
		padding-top: 35px;
	}
	.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-55>[class*='container'] {
		padding-top: 55px;
	}
	.s-pt-lg-57>[class*='container'] {
		padding-top: 57px;
	}
	.s-pt-lg-60>[class*='container'] {
		padding-top: 60px;
	}
	.s-pt-lg-65>[class*='container'] {
		padding-top: 65px;
	}
	.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-85>[class*='container'] {
		padding-top: 85px;
	}
	.s-pt-lg-90>[class*='container'] {
		padding-top: 90px;
	}
	.s-pt-lg-95>[class*='container'] {
		padding-top: 95px;
	}
	.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-115>[class*='container'] {
		padding-top: 115px;
	}
	.s-pt-lg-120>[class*='container'] {
		padding-top: 120px;
	}
	.s-pt-lg-125>[class*='container'] {
		padding-top: 125px;
	}
	.s-pt-lg-130>[class*='container'] {
		padding-top: 130px;
	}
	.s-pt-lg-135>[class*='container'] {
		padding-top: 135px;
	}
	.s-pt-lg-140>[class*='container'] {
		padding-top: 140px;
	}
	.s-pt-lg-145>[class*='container'] {
		padding-top: 145px;
	}
	.s-pt-lg-150>[class*='container'] {
		padding-top: 150px;
	}
	.s-pt-lg-175>[class*='container'] {
		padding-top: 175px;
	}
	.s-pt-lg-220>[class*='container'] {
		padding-top: 220px;
	}
	.s-pt-lg-225>[class*='container'] {
		padding-top: 225px;
	}
	.s-pt-lg-235>[class*='container'] {
		padding-top: 235px;
	}
	.s-pt-lg-245>[class*='container'] {
		padding-top: 245px;
	}
	.s-pt-lg-255>[class*='container'] {
		padding-top: 255px;
	}
	.s-pt-lg-265>[class*='container'] {
		padding-top: 265px;
	}
	.s-pb-lg-0>[class*='container'] {
		padding-bottom: 0px;
	}
	.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-12>[class*='container'] {
		padding-bottom: 12px;
	}
	.s-pb-lg-13>[class*='container'] {
		padding-bottom: 13px;
	}
	.s-pb-lg-14>[class*='container'] {
		padding-bottom: 14px;
	}
	.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-35>[class*='container'] {
		padding-bottom: 35px;
	}
	.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-55>[class*='container'] {
		padding-bottom: 55px;
	}
	.s-pb-lg-57>[class*='container'] {
		padding-bottom: 57px;
	}
	.s-pb-lg-60>[class*='container'] {
		padding-bottom: 60px;
	}
	.s-pb-lg-65>[class*='container'] {
		padding-bottom: 65px;
	}
	.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-85>[class*='container'] {
		padding-bottom: 85px;
	}
	.s-pb-lg-90>[class*='container'] {
		padding-bottom: 90px;
	}
	.s-pb-lg-95>[class*='container'] {
		padding-bottom: 95px;
	}
	.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-115>[class*='container'] {
		padding-bottom: 115px;
	}
	.s-pb-lg-120>[class*='container'] {
		padding-bottom: 120px;
	}
	.s-pb-lg-125>[class*='container'] {
		padding-bottom: 125px;
	}
	.s-pb-lg-130>[class*='container'] {
		padding-bottom: 130px;
	}
	.s-pb-lg-135>[class*='container'] {
		padding-bottom: 135px;
	}
	.s-pb-lg-140>[class*='container'] {
		padding-bottom: 140px;
	}
	.s-pb-lg-145>[class*='container'] {
		padding-bottom: 145px;
	}
	.s-pb-lg-150>[class*='container'] {
		padding-bottom: 150px;
	}
	.s-pb-lg-175>[class*='container'] {
		padding-bottom: 175px;
	}
	.s-pb-lg-220>[class*='container'] {
		padding-bottom: 220px;
	}
	.s-pb-lg-225>[class*='container'] {
		padding-bottom: 225px;
	}
	.s-pb-lg-235>[class*='container'] {
		padding-bottom: 235px;
	}
	.s-pb-lg-245>[class*='container'] {
		padding-bottom: 245px;
	}
	.s-pb-lg-255>[class*='container'] {
		padding-bottom: 255px;
	}
	.s-pb-lg-265>[class*='container'] {
		padding-bottom: 265px;
	}
	.s-py-lg-0>[class*='container'] {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.s-py-lg-1>[class*='container'] {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.s-py-lg-2>[class*='container'] {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.s-py-lg-3>[class*='container'] {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.s-py-lg-5>[class*='container'] {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.s-py-lg-10>[class*='container'] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.s-py-lg-12>[class*='container'] {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.s-py-lg-13>[class*='container'] {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.s-py-lg-14>[class*='container'] {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.s-py-lg-15>[class*='container'] {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.s-py-lg-20>[class*='container'] {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.s-py-lg-25>[class*='container'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.s-py-lg-30>[class*='container'] {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.s-py-lg-35>[class*='container'] {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.s-py-lg-40>[class*='container'] {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.s-py-lg-45>[class*='container'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.s-py-lg-50>[class*='container'] {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.s-py-lg-55>[class*='container'] {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.s-py-lg-57>[class*='container'] {
		padding-top: 57px;
		padding-bottom: 57px;
	}
	.s-py-lg-60>[class*='container'] {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.s-py-lg-65>[class*='container'] {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.s-py-lg-70>[class*='container'] {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.s-py-lg-75>[class*='container'] {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.s-py-lg-80>[class*='container'] {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.s-py-lg-85>[class*='container'] {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.s-py-lg-90>[class*='container'] {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.s-py-lg-95>[class*='container'] {
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.s-py-lg-100>[class*='container'] {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.s-py-lg-105>[class*='container'] {
		padding-top: 105px;
		padding-bottom: 105px;
	}
	.s-py-lg-110>[class*='container'] {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.s-py-lg-115>[class*='container'] {
		padding-top: 115px;
		padding-bottom: 115px;
	}
	.s-py-lg-120>[class*='container'] {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.s-py-lg-125>[class*='container'] {
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.s-py-lg-130>[class*='container'] {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.s-py-lg-135>[class*='container'] {
		padding-top: 135px;
		padding-bottom: 135px;
	}
	.s-py-lg-140>[class*='container'] {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	.s-py-lg-145>[class*='container'] {
		padding-top: 145px;
		padding-bottom: 145px;
	}
	.s-py-lg-150>[class*='container'] {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.s-py-lg-175>[class*='container'] {
		padding-top: 175px;
		padding-bottom: 175px;
	}
	.s-py-lg-220>[class*='container'] {
		padding-top: 220px;
		padding-bottom: 220px;
	}
	.s-py-lg-225>[class*='container'] {
		padding-top: 225px;
		padding-bottom: 225px;
	}
	.s-py-lg-235>[class*='container'] {
		padding-top: 235px;
		padding-bottom: 235px;
	}
	.s-py-lg-245>[class*='container'] {
		padding-top: 245px;
		padding-bottom: 245px;
	}
	.s-py-lg-255>[class*='container'] {
		padding-top: 255px;
		padding-bottom: 255px;
	}
	.s-py-lg-265>[class*='container'] {
		padding-top: 265px;
		padding-bottom: 265px;
	}
}

@media (min-width: 1200px) {
	.s-pt-xl-0>[class*='container'] {
		padding-top: 0px;
	}
	.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-12>[class*='container'] {
		padding-top: 12px;
	}
	.s-pt-xl-13>[class*='container'] {
		padding-top: 13px;
	}
	.s-pt-xl-14>[class*='container'] {
		padding-top: 14px;
	}
	.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-35>[class*='container'] {
		padding-top: 35px;
	}
	.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-55>[class*='container'] {
		padding-top: 55px;
	}
	.s-pt-xl-57>[class*='container'] {
		padding-top: 57px;
	}
	.s-pt-xl-60>[class*='container'] {
		padding-top: 60px;
	}
	.s-pt-xl-65>[class*='container'] {
		padding-top: 65px;
	}
	.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-85>[class*='container'] {
		padding-top: 85px;
	}
	.s-pt-xl-90>[class*='container'] {
		padding-top: 90px;
	}
	.s-pt-xl-95>[class*='container'] {
		padding-top: 95px;
	}
	.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-115>[class*='container'] {
		padding-top: 115px;
	}
	.s-pt-xl-120>[class*='container'] {
		padding-top: 120px;
	}
	.s-pt-xl-125>[class*='container'] {
		padding-top: 125px;
	}
	.s-pt-xl-130>[class*='container'] {
		padding-top: 130px;
	}
	.s-pt-xl-135>[class*='container'] {
		padding-top: 135px;
	}
	.s-pt-xl-140>[class*='container'] {
		padding-top: 140px;
	}
	.s-pt-xl-145>[class*='container'] {
		padding-top: 145px;
	}
	.s-pt-xl-150>[class*='container'] {
		padding-top: 150px;
	}
	.s-pt-xl-175>[class*='container'] {
		padding-top: 175px;
	}
	.s-pt-xl-220>[class*='container'] {
		padding-top: 220px;
	}
	.s-pt-xl-225>[class*='container'] {
		padding-top: 225px;
	}
	.s-pt-xl-235>[class*='container'] {
		padding-top: 235px;
	}
	.s-pt-xl-245>[class*='container'] {
		padding-top: 245px;
	}
	.s-pt-xl-255>[class*='container'] {
		padding-top: 255px;
	}
	.s-pt-xl-265>[class*='container'] {
		padding-top: 265px;
	}
	.s-pb-xl-0>[class*='container'] {
		padding-bottom: 0px;
	}
	.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-12>[class*='container'] {
		padding-bottom: 12px;
	}
	.s-pb-xl-13>[class*='container'] {
		padding-bottom: 13px;
	}
	.s-pb-xl-14>[class*='container'] {
		padding-bottom: 14px;
	}
	.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-35>[class*='container'] {
		padding-bottom: 35px;
	}
	.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-55>[class*='container'] {
		padding-bottom: 55px;
	}
	.s-pb-xl-57>[class*='container'] {
		padding-bottom: 57px;
	}
	.s-pb-xl-60>[class*='container'] {
		padding-bottom: 60px;
	}
	.s-pb-xl-65>[class*='container'] {
		padding-bottom: 65px;
	}
	.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-85>[class*='container'] {
		padding-bottom: 85px;
	}
	.s-pb-xl-90>[class*='container'] {
		padding-bottom: 90px;
	}
	.s-pb-xl-95>[class*='container'] {
		padding-bottom: 95px;
	}
	.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-115>[class*='container'] {
		padding-bottom: 115px;
	}
	.s-pb-xl-120>[class*='container'] {
		padding-bottom: 120px;
	}
	.s-pb-xl-125>[class*='container'] {
		padding-bottom: 125px;
	}
	.s-pb-xl-130>[class*='container'] {
		padding-bottom: 130px;
	}
	.s-pb-xl-135>[class*='container'] {
		padding-bottom: 135px;
	}
	.s-pb-xl-140>[class*='container'] {
		padding-bottom: 140px;
	}
	.s-pb-xl-145>[class*='container'] {
		padding-bottom: 145px;
	}
	.s-pb-xl-150>[class*='container'] {
		padding-bottom: 150px;
	}
	.s-pb-xl-175>[class*='container'] {
		padding-bottom: 175px;
	}
	.s-pb-xl-220>[class*='container'] {
		padding-bottom: 220px;
	}
	.s-pb-xl-225>[class*='container'] {
		padding-bottom: 225px;
	}
	.s-pb-xl-235>[class*='container'] {
		padding-bottom: 235px;
	}
	.s-pb-xl-245>[class*='container'] {
		padding-bottom: 245px;
	}
	.s-pb-xl-255>[class*='container'] {
		padding-bottom: 255px;
	}
	.s-pb-xl-265>[class*='container'] {
		padding-bottom: 265px;
	}
	.s-py-xl-0>[class*='container'] {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.s-py-xl-1>[class*='container'] {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.s-py-xl-2>[class*='container'] {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.s-py-xl-3>[class*='container'] {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.s-py-xl-5>[class*='container'] {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.s-py-xl-10>[class*='container'] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.s-py-xl-12>[class*='container'] {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.s-py-xl-13>[class*='container'] {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.s-py-xl-14>[class*='container'] {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.s-py-xl-15>[class*='container'] {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.s-py-xl-20>[class*='container'] {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.s-py-xl-25>[class*='container'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.s-py-xl-30>[class*='container'] {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.s-py-xl-35>[class*='container'] {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.s-py-xl-40>[class*='container'] {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.s-py-xl-45>[class*='container'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.s-py-xl-50>[class*='container'] {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.s-py-xl-55>[class*='container'] {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.s-py-xl-57>[class*='container'] {
		padding-top: 57px;
		padding-bottom: 57px;
	}
	.s-py-xl-60>[class*='container'] {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.s-py-xl-65>[class*='container'] {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.s-py-xl-70>[class*='container'] {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.s-py-xl-75>[class*='container'] {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.s-py-xl-80>[class*='container'] {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.s-py-xl-85>[class*='container'] {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.s-py-xl-90>[class*='container'] {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.s-py-xl-95>[class*='container'] {
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.s-py-xl-100>[class*='container'] {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.s-py-xl-105>[class*='container'] {
		padding-top: 105px;
		padding-bottom: 105px;
	}
	.s-py-xl-110>[class*='container'] {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.s-py-xl-115>[class*='container'] {
		padding-top: 115px;
		padding-bottom: 115px;
	}
	.s-py-xl-120>[class*='container'] {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.s-py-xl-125>[class*='container'] {
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.s-py-xl-130>[class*='container'] {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.s-py-xl-135>[class*='container'] {
		padding-top: 135px;
		padding-bottom: 135px;
	}
	.s-py-xl-140>[class*='container'] {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	.s-py-xl-145>[class*='container'] {
		padding-top: 145px;
		padding-bottom: 145px;
	}
	.s-py-xl-150>[class*='container'] {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.s-py-xl-175>[class*='container'] {
		padding-top: 175px;
		padding-bottom: 175px;
	}
	.s-py-xl-220>[class*='container'] {
		padding-top: 220px;
		padding-bottom: 220px;
	}
	.s-py-xl-225>[class*='container'] {
		padding-top: 225px;
		padding-bottom: 225px;
	}
	.s-py-xl-235>[class*='container'] {
		padding-top: 235px;
		padding-bottom: 235px;
	}
	.s-py-xl-245>[class*='container'] {
		padding-top: 245px;
		padding-bottom: 245px;
	}
	.s-py-xl-255>[class*='container'] {
		padding-top: 255px;
		padding-bottom: 255px;
	}
	.s-py-xl-265>[class*='container'] {
		padding-top: 265px;
		padding-bottom: 265px;
	}
}


/* 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: 0px;
}

.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-35 [class*="col-"],
.row.c-mt-35>[class*="col-"] {
	margin-top: 35px;
}

.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-55 [class*="col-"],
.row.c-mt-55>[class*="col-"] {
	margin-top: 55px;
}

.c-mt-60 [class*="col-"],
.row.c-mt-60>[class*="col-"] {
	margin-top: 60px;
}

.c-mt-90 [class*="col-"],
.row.c-mt-90>[class*="col-"] {
	margin-top: 90px;
}

.c-mb-0 [class*="col-"],
.row.c-mb-0>[class*="col-"] {
	margin-bottom: 0px;
}

.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-35 [class*="col-"],
.row.c-mb-35>[class*="col-"] {
	margin-bottom: 35px;
}

.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-55 [class*="col-"],
.row.c-mb-55>[class*="col-"] {
	margin-bottom: 55px;
}

.c-mb-60 [class*="col-"],
.row.c-mb-60>[class*="col-"] {
	margin-bottom: 60px;
}

.c-mb-90 [class*="col-"],
.row.c-mb-90>[class*="col-"] {
	margin-bottom: 90px;
}

.c-my-0 [class*="col-"],
.row.c-my-0>[class*="col-"] {
	margin-top: 0px;
	margin-bottom: 0px;
}

.c-my-1 [class*="col-"],
.row.c-my-1>[class*="col-"] {
	margin-top: 1px;
	margin-bottom: 1px;
}

.c-my-2 [class*="col-"],
.row.c-my-2>[class*="col-"] {
	margin-top: 2px;
	margin-bottom: 2px;
}

.c-my-5 [class*="col-"],
.row.c-my-5>[class*="col-"] {
	margin-top: 5px;
	margin-bottom: 5px;
}

.c-my-10 [class*="col-"],
.row.c-my-10>[class*="col-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.c-my-15 [class*="col-"],
.row.c-my-15>[class*="col-"] {
	margin-top: 15px;
	margin-bottom: 15px;
}

.c-my-20 [class*="col-"],
.row.c-my-20>[class*="col-"] {
	margin-top: 20px;
	margin-bottom: 20px;
}

.c-my-25 [class*="col-"],
.row.c-my-25>[class*="col-"] {
	margin-top: 25px;
	margin-bottom: 25px;
}

.c-my-30 [class*="col-"],
.row.c-my-30>[class*="col-"] {
	margin-top: 30px;
	margin-bottom: 30px;
}

.c-my-35 [class*="col-"],
.row.c-my-35>[class*="col-"] {
	margin-top: 35px;
	margin-bottom: 35px;
}

.c-my-40 [class*="col-"],
.row.c-my-40>[class*="col-"] {
	margin-top: 40px;
	margin-bottom: 40px;
}

.c-my-50 [class*="col-"],
.row.c-my-50>[class*="col-"] {
	margin-top: 50px;
	margin-bottom: 50px;
}

.c-my-55 [class*="col-"],
.row.c-my-55>[class*="col-"] {
	margin-top: 55px;
	margin-bottom: 55px;
}

.c-my-60 [class*="col-"],
.row.c-my-60>[class*="col-"] {
	margin-top: 60px;
	margin-bottom: 60px;
}

.c-my-90 [class*="col-"],
.row.c-my-90>[class*="col-"] {
	margin-top: 90px;
	margin-bottom: 90px;
}

@media (min-width: 576px) {
	.c-mt-sm-0 [class*="col-"],
	.row.c-mt-sm-0>[class*="col-"] {
		margin-top: 0px;
	}
	.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-35 [class*="col-"],
	.row.c-mt-sm-35>[class*="col-"] {
		margin-top: 35px;
	}
	.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-55 [class*="col-"],
	.row.c-mt-sm-55>[class*="col-"] {
		margin-top: 55px;
	}
	.c-mt-sm-60 [class*="col-"],
	.row.c-mt-sm-60>[class*="col-"] {
		margin-top: 60px;
	}
	.c-mt-sm-90 [class*="col-"],
	.row.c-mt-sm-90>[class*="col-"] {
		margin-top: 90px;
	}
	.c-mb-sm-0 [class*="col-"],
	.row.c-mb-sm-0>[class*="col-"] {
		margin-bottom: 0px;
	}
	.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-35 [class*="col-"],
	.row.c-mb-sm-35>[class*="col-"] {
		margin-bottom: 35px;
	}
	.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-55 [class*="col-"],
	.row.c-mb-sm-55>[class*="col-"] {
		margin-bottom: 55px;
	}
	.c-mb-sm-60 [class*="col-"],
	.row.c-mb-sm-60>[class*="col-"] {
		margin-bottom: 60px;
	}
	.c-mb-sm-90 [class*="col-"],
	.row.c-mb-sm-90>[class*="col-"] {
		margin-bottom: 90px;
	}
	.c-my-sm-0 [class*="col-"],
	.row.c-my-sm-0>[class*="col-"] {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.c-my-sm-1 [class*="col-"],
	.row.c-my-sm-1>[class*="col-"] {
		margin-top: 1px;
		margin-bottom: 1px;
	}
	.c-my-sm-2 [class*="col-"],
	.row.c-my-sm-2>[class*="col-"] {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.c-my-sm-5 [class*="col-"],
	.row.c-my-sm-5>[class*="col-"] {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.c-my-sm-10 [class*="col-"],
	.row.c-my-sm-10>[class*="col-"] {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.c-my-sm-15 [class*="col-"],
	.row.c-my-sm-15>[class*="col-"] {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.c-my-sm-20 [class*="col-"],
	.row.c-my-sm-20>[class*="col-"] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.c-my-sm-25 [class*="col-"],
	.row.c-my-sm-25>[class*="col-"] {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.c-my-sm-30 [class*="col-"],
	.row.c-my-sm-30>[class*="col-"] {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.c-my-sm-35 [class*="col-"],
	.row.c-my-sm-35>[class*="col-"] {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.c-my-sm-40 [class*="col-"],
	.row.c-my-sm-40>[class*="col-"] {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.c-my-sm-50 [class*="col-"],
	.row.c-my-sm-50>[class*="col-"] {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.c-my-sm-55 [class*="col-"],
	.row.c-my-sm-55>[class*="col-"] {
		margin-top: 55px;
		margin-bottom: 55px;
	}
	.c-my-sm-60 [class*="col-"],
	.row.c-my-sm-60>[class*="col-"] {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.c-my-sm-90 [class*="col-"],
	.row.c-my-sm-90>[class*="col-"] {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}

@media (min-width: 768px) {
	.c-mt-md-0 [class*="col-"],
	.row.c-mt-md-0>[class*="col-"] {
		margin-top: 0px;
	}
	.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-35 [class*="col-"],
	.row.c-mt-md-35>[class*="col-"] {
		margin-top: 35px;
	}
	.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-55 [class*="col-"],
	.row.c-mt-md-55>[class*="col-"] {
		margin-top: 55px;
	}
	.c-mt-md-60 [class*="col-"],
	.row.c-mt-md-60>[class*="col-"] {
		margin-top: 60px;
	}
	.c-mt-md-90 [class*="col-"],
	.row.c-mt-md-90>[class*="col-"] {
		margin-top: 90px;
	}
	.c-mb-md-0 [class*="col-"],
	.row.c-mb-md-0>[class*="col-"] {
		margin-bottom: 0px;
	}
	.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-35 [class*="col-"],
	.row.c-mb-md-35>[class*="col-"] {
		margin-bottom: 35px;
	}
	.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-55 [class*="col-"],
	.row.c-mb-md-55>[class*="col-"] {
		margin-bottom: 55px;
	}
	.c-mb-md-60 [class*="col-"],
	.row.c-mb-md-60>[class*="col-"] {
		margin-bottom: 60px;
	}
	.c-mb-md-90 [class*="col-"],
	.row.c-mb-md-90>[class*="col-"] {
		margin-bottom: 90px;
	}
	.c-my-md-0 [class*="col-"],
	.row.c-my-md-0>[class*="col-"] {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.c-my-md-1 [class*="col-"],
	.row.c-my-md-1>[class*="col-"] {
		margin-top: 1px;
		margin-bottom: 1px;
	}
	.c-my-md-2 [class*="col-"],
	.row.c-my-md-2>[class*="col-"] {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.c-my-md-5 [class*="col-"],
	.row.c-my-md-5>[class*="col-"] {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.c-my-md-10 [class*="col-"],
	.row.c-my-md-10>[class*="col-"] {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.c-my-md-15 [class*="col-"],
	.row.c-my-md-15>[class*="col-"] {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.c-my-md-20 [class*="col-"],
	.row.c-my-md-20>[class*="col-"] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.c-my-md-25 [class*="col-"],
	.row.c-my-md-25>[class*="col-"] {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.c-my-md-30 [class*="col-"],
	.row.c-my-md-30>[class*="col-"] {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.c-my-md-35 [class*="col-"],
	.row.c-my-md-35>[class*="col-"] {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.c-my-md-40 [class*="col-"],
	.row.c-my-md-40>[class*="col-"] {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.c-my-md-50 [class*="col-"],
	.row.c-my-md-50>[class*="col-"] {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.c-my-md-55 [class*="col-"],
	.row.c-my-md-55>[class*="col-"] {
		margin-top: 55px;
		margin-bottom: 55px;
	}
	.c-my-md-60 [class*="col-"],
	.row.c-my-md-60>[class*="col-"] {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.c-my-md-90 [class*="col-"],
	.row.c-my-md-90>[class*="col-"] {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}

@media (min-width: 992px) {
	.c-mt-lg-0 [class*="col-"],
	.row.c-mt-lg-0>[class*="col-"] {
		margin-top: 0px;
	}
	.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-35 [class*="col-"],
	.row.c-mt-lg-35>[class*="col-"] {
		margin-top: 35px;
	}
	.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-55 [class*="col-"],
	.row.c-mt-lg-55>[class*="col-"] {
		margin-top: 55px;
	}
	.c-mt-lg-60 [class*="col-"],
	.row.c-mt-lg-60>[class*="col-"] {
		margin-top: 60px;
	}
	.c-mt-lg-90 [class*="col-"],
	.row.c-mt-lg-90>[class*="col-"] {
		margin-top: 90px;
	}
	.c-mb-lg-0 [class*="col-"],
	.row.c-mb-lg-0>[class*="col-"] {
		margin-bottom: 0px;
	}
	.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-35 [class*="col-"],
	.row.c-mb-lg-35>[class*="col-"] {
		margin-bottom: 35px;
	}
	.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-55 [class*="col-"],
	.row.c-mb-lg-55>[class*="col-"] {
		margin-bottom: 55px;
	}
	.c-mb-lg-60 [class*="col-"],
	.row.c-mb-lg-60>[class*="col-"] {
		margin-bottom: 60px;
	}
	.c-mb-lg-90 [class*="col-"],
	.row.c-mb-lg-90>[class*="col-"] {
		margin-bottom: 90px;
	}
	.c-my-lg-0 [class*="col-"],
	.row.c-my-lg-0>[class*="col-"] {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.c-my-lg-1 [class*="col-"],
	.row.c-my-lg-1>[class*="col-"] {
		margin-top: 1px;
		margin-bottom: 1px;
	}
	.c-my-lg-2 [class*="col-"],
	.row.c-my-lg-2>[class*="col-"] {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.c-my-lg-5 [class*="col-"],
	.row.c-my-lg-5>[class*="col-"] {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.c-my-lg-10 [class*="col-"],
	.row.c-my-lg-10>[class*="col-"] {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.c-my-lg-15 [class*="col-"],
	.row.c-my-lg-15>[class*="col-"] {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.c-my-lg-20 [class*="col-"],
	.row.c-my-lg-20>[class*="col-"] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.c-my-lg-25 [class*="col-"],
	.row.c-my-lg-25>[class*="col-"] {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.c-my-lg-30 [class*="col-"],
	.row.c-my-lg-30>[class*="col-"] {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.c-my-lg-35 [class*="col-"],
	.row.c-my-lg-35>[class*="col-"] {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.c-my-lg-40 [class*="col-"],
	.row.c-my-lg-40>[class*="col-"] {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.c-my-lg-50 [class*="col-"],
	.row.c-my-lg-50>[class*="col-"] {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.c-my-lg-55 [class*="col-"],
	.row.c-my-lg-55>[class*="col-"] {
		margin-top: 55px;
		margin-bottom: 55px;
	}
	.c-my-lg-60 [class*="col-"],
	.row.c-my-lg-60>[class*="col-"] {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.c-my-lg-90 [class*="col-"],
	.row.c-my-lg-90>[class*="col-"] {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}

@media (min-width: 1200px) {
	.c-mt-xl-0 [class*="col-"],
	.row.c-mt-xl-0>[class*="col-"] {
		margin-top: 0px;
	}
	.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-35 [class*="col-"],
	.row.c-mt-xl-35>[class*="col-"] {
		margin-top: 35px;
	}
	.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-55 [class*="col-"],
	.row.c-mt-xl-55>[class*="col-"] {
		margin-top: 55px;
	}
	.c-mt-xl-60 [class*="col-"],
	.row.c-mt-xl-60>[class*="col-"] {
		margin-top: 60px;
	}
	.c-mt-xl-90 [class*="col-"],
	.row.c-mt-xl-90>[class*="col-"] {
		margin-top: 90px;
	}
	.c-mb-xl-0 [class*="col-"],
	.row.c-mb-xl-0>[class*="col-"] {
		margin-bottom: 0px;
	}
	.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-35 [class*="col-"],
	.row.c-mb-xl-35>[class*="col-"] {
		margin-bottom: 35px;
	}
	.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-55 [class*="col-"],
	.row.c-mb-xl-55>[class*="col-"] {
		margin-bottom: 55px;
	}
	.c-mb-xl-60 [class*="col-"],
	.row.c-mb-xl-60>[class*="col-"] {
		margin-bottom: 60px;
	}
	.c-mb-xl-90 [class*="col-"],
	.row.c-mb-xl-90>[class*="col-"] {
		margin-bottom: 90px;
	}
	.c-my-xl-0 [class*="col-"],
	.row.c-my-xl-0>[class*="col-"] {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.c-my-xl-1 [class*="col-"],
	.row.c-my-xl-1>[class*="col-"] {
		margin-top: 1px;
		margin-bottom: 1px;
	}
	.c-my-xl-2 [class*="col-"],
	.row.c-my-xl-2>[class*="col-"] {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.c-my-xl-5 [class*="col-"],
	.row.c-my-xl-5>[class*="col-"] {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.c-my-xl-10 [class*="col-"],
	.row.c-my-xl-10>[class*="col-"] {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.c-my-xl-15 [class*="col-"],
	.row.c-my-xl-15>[class*="col-"] {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.c-my-xl-20 [class*="col-"],
	.row.c-my-xl-20>[class*="col-"] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.c-my-xl-25 [class*="col-"],
	.row.c-my-xl-25>[class*="col-"] {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.c-my-xl-30 [class*="col-"],
	.row.c-my-xl-30>[class*="col-"] {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.c-my-xl-35 [class*="col-"],
	.row.c-my-xl-35>[class*="col-"] {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.c-my-xl-40 [class*="col-"],
	.row.c-my-xl-40>[class*="col-"] {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.c-my-xl-50 [class*="col-"],
	.row.c-my-xl-50>[class*="col-"] {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.c-my-xl-55 [class*="col-"],
	.row.c-my-xl-55>[class*="col-"] {
		margin-top: 55px;
		margin-bottom: 55px;
	}
	.c-my-xl-60 [class*="col-"],
	.row.c-my-xl-60>[class*="col-"] {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.c-my-xl-90 [class*="col-"],
	.row.c-my-xl-90>[class*="col-"] {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}

form[class*="c-mb-"] .row:last-child [class^="col-"],
[class*="c-mb-"] form .row:last-child [class^="col-"] {
	margin-bottom: 0 !important;
}

form[class*="c-mb-"] .row:last-child [class^="col-"]+[class^="col-"],
[class*="c-mb-"] form .row:last-child [class^="col-"]+[class^="col-"] {
	margin-top: 25px;
}


/* 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-'] {
	width: 100%;
	clear: both;
}

[class*='divider-']:last-child {
	order: 10000;
}

.divider-0 {
	margin-top: 0px;
}

.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-65 {
	margin-top: 65px;
}

.divider-70 {
	margin-top: 70px;
}

.divider-75 {
	margin-top: 75px;
}

.divider-77 {
	margin-top: 77px;
}

.divider-80 {
	margin-top: 80px;
}

.divider-90 {
	margin-top: 90px;
}

.divider-95 {
	margin-top: 95px;
}

.divider-100 {
	margin-top: 100px;
}

.divider-105 {
	margin-top: 105px;
}

.divider-110 {
	margin-top: 110px;
}

.divider-115 {
	margin-top: 115px;
}

.divider-120 {
	margin-top: 120px;
}

.divider-130 {
	margin-top: 130px;
}

.divider-140 {
	margin-top: 140px;
}

.divider-145 {
	margin-top: 145px;
}

.divider-150 {
	margin-top: 150px;
}

.divider-160 {
	margin-top: 160px;
}

.divider-170 {
	margin-top: 170px;
}

.divider-185 {
	margin-top: 185px;
}

.divider-210 {
	margin-top: 210px;
}

.divider-235 {
	margin-top: 235px;
}

.divider-240 {
	margin-top: 240px;
}

.divider-250 {
	margin-top: 250px;
}

.divider-280 {
	margin-top: 280px;
}

.divider-310 {
	margin-top: 310px;
}

.divider-320 {
	margin-top: 320px;
}

.divider-335 {
	margin-top: 335px;
}

@media (min-width: 576px) {
	.divider-sm-0 {
		margin-top: 0px;
	}
	.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-65 {
		margin-top: 65px;
	}
	.divider-sm-70 {
		margin-top: 70px;
	}
	.divider-sm-75 {
		margin-top: 75px;
	}
	.divider-sm-77 {
		margin-top: 77px;
	}
	.divider-sm-80 {
		margin-top: 80px;
	}
	.divider-sm-90 {
		margin-top: 90px;
	}
	.divider-sm-95 {
		margin-top: 95px;
	}
	.divider-sm-100 {
		margin-top: 100px;
	}
	.divider-sm-105 {
		margin-top: 105px;
	}
	.divider-sm-110 {
		margin-top: 110px;
	}
	.divider-sm-115 {
		margin-top: 115px;
	}
	.divider-sm-120 {
		margin-top: 120px;
	}
	.divider-sm-130 {
		margin-top: 130px;
	}
	.divider-sm-140 {
		margin-top: 140px;
	}
	.divider-sm-145 {
		margin-top: 145px;
	}
	.divider-sm-150 {
		margin-top: 150px;
	}
	.divider-sm-160 {
		margin-top: 160px;
	}
	.divider-sm-170 {
		margin-top: 170px;
	}
	.divider-sm-185 {
		margin-top: 185px;
	}
	.divider-sm-210 {
		margin-top: 210px;
	}
	.divider-sm-235 {
		margin-top: 235px;
	}
	.divider-sm-240 {
		margin-top: 240px;
	}
	.divider-sm-250 {
		margin-top: 250px;
	}
	.divider-sm-280 {
		margin-top: 280px;
	}
	.divider-sm-310 {
		margin-top: 310px;
	}
	.divider-sm-320 {
		margin-top: 320px;
	}
	.divider-sm-335 {
		margin-top: 335px;
	}
}

@media (min-width: 768px) {
	.divider-md-0 {
		margin-top: 0px;
	}
	.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-65 {
		margin-top: 65px;
	}
	.divider-md-70 {
		margin-top: 70px;
	}
	.divider-md-75 {
		margin-top: 75px;
	}
	.divider-md-77 {
		margin-top: 77px;
	}
	.divider-md-80 {
		margin-top: 80px;
	}
	.divider-md-90 {
		margin-top: 90px;
	}
	.divider-md-95 {
		margin-top: 95px;
	}
	.divider-md-100 {
		margin-top: 100px;
	}
	.divider-md-105 {
		margin-top: 105px;
	}
	.divider-md-110 {
		margin-top: 110px;
	}
	.divider-md-115 {
		margin-top: 115px;
	}
	.divider-md-120 {
		margin-top: 120px;
	}
	.divider-md-130 {
		margin-top: 130px;
	}
	.divider-md-140 {
		margin-top: 140px;
	}
	.divider-md-145 {
		margin-top: 145px;
	}
	.divider-md-150 {
		margin-top: 150px;
	}
	.divider-md-160 {
		margin-top: 160px;
	}
	.divider-md-170 {
		margin-top: 170px;
	}
	.divider-md-185 {
		margin-top: 185px;
	}
	.divider-md-210 {
		margin-top: 210px;
	}
	.divider-md-235 {
		margin-top: 235px;
	}
	.divider-md-240 {
		margin-top: 240px;
	}
	.divider-md-250 {
		margin-top: 250px;
	}
	.divider-md-280 {
		margin-top: 280px;
	}
	.divider-md-310 {
		margin-top: 310px;
	}
	.divider-md-320 {
		margin-top: 320px;
	}
	.divider-md-335 {
		margin-top: 335px;
	}
}

@media (min-width: 992px) {
	.divider-lg-0 {
		margin-top: 0px;
	}
	.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-65 {
		margin-top: 65px;
	}
	.divider-lg-70 {
		margin-top: 70px;
	}
	.divider-lg-75 {
		margin-top: 75px;
	}
	.divider-lg-77 {
		margin-top: 77px;
	}
	.divider-lg-80 {
		margin-top: 80px;
	}
	.divider-lg-90 {
		margin-top: 90px;
	}
	.divider-lg-95 {
		margin-top: 95px;
	}
	.divider-lg-100 {
		margin-top: 100px;
	}
	.divider-lg-105 {
		margin-top: 105px;
	}
	.divider-lg-110 {
		margin-top: 110px;
	}
	.divider-lg-115 {
		margin-top: 115px;
	}
	.divider-lg-120 {
		margin-top: 120px;
	}
	.divider-lg-130 {
		margin-top: 130px;
	}
	.divider-lg-140 {
		margin-top: 140px;
	}
	.divider-lg-145 {
		margin-top: 145px;
	}
	.divider-lg-150 {
		margin-top: 150px;
	}
	.divider-lg-160 {
		margin-top: 160px;
	}
	.divider-lg-170 {
		margin-top: 170px;
	}
	.divider-lg-185 {
		margin-top: 185px;
	}
	.divider-lg-210 {
		margin-top: 210px;
	}
	.divider-lg-235 {
		margin-top: 235px;
	}
	.divider-lg-240 {
		margin-top: 240px;
	}
	.divider-lg-250 {
		margin-top: 250px;
	}
	.divider-lg-280 {
		margin-top: 280px;
	}
	.divider-lg-310 {
		margin-top: 310px;
	}
	.divider-lg-320 {
		margin-top: 320px;
	}
	.divider-lg-335 {
		margin-top: 335px;
	}
}

@media (min-width: 1200px) {
	.divider-xl-0 {
		margin-top: 0px;
	}
	.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-65 {
		margin-top: 65px;
	}
	.divider-xl-70 {
		margin-top: 70px;
	}
	.divider-xl-75 {
		margin-top: 75px;
	}
	.divider-xl-77 {
		margin-top: 77px;
	}
	.divider-xl-80 {
		margin-top: 80px;
	}
	.divider-xl-90 {
		margin-top: 90px;
	}
	.divider-xl-95 {
		margin-top: 95px;
	}
	.divider-xl-100 {
		margin-top: 100px;
	}
	.divider-xl-105 {
		margin-top: 105px;
	}
	.divider-xl-110 {
		margin-top: 110px;
	}
	.divider-xl-115 {
		margin-top: 115px;
	}
	.divider-xl-120 {
		margin-top: 120px;
	}
	.divider-xl-130 {
		margin-top: 130px;
	}
	.divider-xl-140 {
		margin-top: 140px;
	}
	.divider-xl-145 {
		margin-top: 145px;
	}
	.divider-xl-150 {
		margin-top: 150px;
	}
	.divider-xl-160 {
		margin-top: 160px;
	}
	.divider-xl-170 {
		margin-top: 170px;
	}
	.divider-xl-185 {
		margin-top: 185px;
	}
	.divider-xl-210 {
		margin-top: 210px;
	}
	.divider-xl-235 {
		margin-top: 235px;
	}
	.divider-xl-240 {
		margin-top: 240px;
	}
	.divider-xl-250 {
		margin-top: 250px;
	}
	.divider-xl-280 {
		margin-top: 280px;
	}
	.divider-xl-310 {
		margin-top: 310px;
	}
	.divider-xl-320 {
		margin-top: 320px;
	}
	.divider-xl-335 {
		margin-top: 335px;
	}
}


/*
 ** Common Sections Styles
 */

section {
	position: relative;
}

img {
	max-width: 100%;
}


/*parallax*/

.s-parallax,
.cover-image,
.cover-background,
.texture-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.cover-image {
	width: 100%;
	height: 100%;
}

.texture-background {
	background-image: url(../img/background-texture-cover.jpg);
}

.pattern-background:before {
	background-image: url(../landing-page-images/patterns/pattern12.png);
}

.cover-image>img {
	visibility: hidden;
}

.cover-image>a:not(.btn) {
	position: static;
}

@media (min-width: 992px) {
	.cover-image {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		background-position: 50% 50%;
		z-index: 2;
	}
	.cover-image.s-cover-right {
		width: 50%;
		left: auto;
	}
	.cover-image.s-cover-right.middle-media {
		width: 37%;
		left: auto;
	}
	.cover-image.s-cover-right.short-media {
		width: 30%;
	}
	.cover-image.s-cover-left {
		width: 50%;
	}
	.cover-image.s-cover-left.middle-media {
		width: 37%;
	}
	.cover-image.s-cover-left.short-media {
		width: 30%;
	}
	.cover-image>a:not(.btn) {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 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;
	}
}

@media (min-width: 992px) and (max-width: 1499px) {
	.cover-image.s-cover-right.middle-media {
		width: 32%;
	}
}

@media (min-width: 992px) and (max-width: 1499px) {
	.cover-image.s-cover-right.short-media {
		width: 27%;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.cover-image.s-cover-right.short-media {
		right: 7%;
	}
}

@media (min-width: 992px) and (max-width: 1499px) {
	.cover-image.s-cover-left.middle-media {
		width: 32%;
	}
}

@media (min-width: 992px) and (max-width: 1499px) {
	.cover-image.s-cover-left.short-media {
		width: 27%;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.cover-image.s-cover-left.short-media {
		left: 7%;
	}
}

.fixed-background,
.s-parallax {
	background-attachment: fixed;
	background-position: 50% 0;
}

@media (max-width: 767px) {
	.s-parallax {
		-webkit-background-size: auto auto;
		-moz-background-size: auto auto;
		-o-background-size: auto auto;
		background-size: auto auto;
	}
}


/*additional overlay for parallax sections*/

.s-overlay:before {
	opacity: 0.8;
}

.s-overlay.ls:before {
	background-color: #fff;
	opacity: 0.55;
}

.s-overlay.ls.ms:before {
	background-color: #f8f8f9;
	opacity: 0.81;
}

.s-overlay.cs:before {
	background-color: #007bff;
	opacity: 0.81;
}

.s-overlay.cs.cs2:before {
	background-color: #007bff;
}

.s-overlay.cs.cs3:before {
	background-color: #38d028;
}

.s-overlay.cs.cs4:before {
	background-color: #288ef7;
}

.s-overlay.ds:before {
	opacity: 0.8;
	background-color: #141d28;
}

.s-overlay.ds.ms:before {
	opacity: 0.8;
	background-color: #233142;
}

.s-muted:before {
	background-color: rgba(20, 29, 40, 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>* {
	z-index: 4;
	position: relative;
}

.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 {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.s-muted:before,
.s-parallax:before {
	opacity: 0.8;
}

.s-overlay-diagonal {
	overflow: hidden;
	padding: 10px 0;
	background-clip: content-box;
}

.s-overlay-diagonal:before {
	width: 40%;
	height: 3000px;
	margin-left: 30%;
	top: 50%;
	left: 0;
	right: auto;
	bottom: auto;
	transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 1200px) {
	.s-overlay-diagonal:before {
		width: 70%;
		margin-left: 15%;
	}
}

.s-overlay-diagonal-double {
	overflow: hidden;
	padding: 10px 0;
}

.s-overlay-diagonal-double:before {
	background: linear-gradient(45deg, #007bff 30%, transparent 30%);
	opacity: 0.6;
}

.s-overlay-diagonal-double:after {
	background: linear-gradient(45deg, transparent 70%, #007bff 70%);
	opacity: 0.6;
}

.gradient-background:before {
	background: #007bff;
	background: -moz-linear-gradient(left, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 123, 255, 1)), color-stop(100%, rgba(0, 123, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: linear-gradient(to right, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain', endColorstr='$colorMain2', GradientType=1);
}

.gradientvertical-background:before {
	background: #007bff;
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain', endColorstr='$colorMain2', GradientType=0);
}

.gradientdarken-background:before {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
}

.gradientradial-background:before {
	content: '';
	display: block;
	position: absolute;
	width: 1400px;
	height: 1400px;
	top: 50%;
	left: 50%;
	margin-top: -700px;
	margin-left: -700px;
	z-index: 2;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
	/* 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+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
	/* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
	/* IE10+ */
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#00ffffff', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.s-overlay.gradientradial-background:before {
	width: 100vw;
	height: 100vw;
	margin-top: -50vw;
	margin-left: -50vw;
}

.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 {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(20, 29, 40, 0.1);
	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: #007bff;
}

.s-bordertop-container .container:before,
.s-borderbottom-container .container:after {
	right: 15px;
	left: 15px;
}

.s-borderbottom:after,
.s-borderbottom-container .container:after {
	top: auto;
	bottom: 0;
}

.s-bordered-columns [class*='col-']+[class*='col-']:before {
	content: '';
	position: absolute;
	top: 1em;
	bottom: 1em;
	left: 0;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}


/*page preloader*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.99);
	z-index: 13000;
	height: 100%;
}

.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
	display: none;
}

.preloader_image {
	width: 256px;
	height: 256px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/preloader-img.png) no-repeat 50% 50% transparent;
	margin: -128px 0 0 -128px;
}


/* 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 {
	position: relative;
	clear: both;
}

#canvas.boxed {
	padding: 1px 0;
}

body.boxed {
	position: static;
	width: auto;
	height: auto;
}

.pattern1 {
	background-image: url(../landing-page-images/pattern1.png);
}

.pattern2 {
	background-image: url(../landing-page-images/pattern2.png);
}

.pattern3 {
	background-image: url(../landing-page-images/pattern3.png);
}

.pattern4 {
	background-image: url(../landing-page-images/pattern4.png);
}

.pattern5 {
	background-image: url(../landing-page-images/pattern5.png);
}

.pattern6 {
	background-image: url(../landing-page-images/pattern6.png);
}

.pattern7 {
	background-image: url(../landing-page-images/pattern7.png);
}

.pattern8 {
	background-image: url(../landing-page-images/pattern8.png);
}

.pattern9 {
	background-image: url(../landing-page-images/pattern9.png);
}

.pattern10 {
	background-image: url(../landing-page-images/pattern10.png);
}

.pattern11 {
	background-image: url(../landing-page-images/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 {
	padding: 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin-top: 120px;
}

@media (min-width: 1600px) {
	.boxed #box_wrapper.container {
		max-width: 1560px;
	}
}

.boxed #box_wrapper.container.top-bottom-margins {
	margin-top: 150px;
	margin-bottom: 120px;
}


/*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 rgba(20, 29, 40, 0.1);
	margin-top: -1px;
	margin-left: -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 (min-width: 992px) {
	.s-overlay.mobile-overlay:before {
		display: none;
	}
}

.about-section a:not(.btn).about-link {
	color: #007bff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-left: 10px;
}

.about-section a:not(.btn).about-link:hover {
	color: #fff;
}

.about-section .signature {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}

.about-section .signature .signature__left h4 {
	margin-bottom: -4px;
	text-transform: none;
}

.about-section .signature .signature__left span {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #007bff;
}


/* Media Items - Common Side and Top Image Items */

.item-content p:last-child {
	margin-bottom: -0.1em;
}

.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: 55px 60px;
}

@media (max-width: 1199px) {
	.content-padding .item-content {
		padding: 35px 40px;
	}
}

@media (max-width: 575px) {
	.content-padding .item-content {
		padding: 25px;
	}
}

@media (max-width: 992px) {
	.full-padding {
		padding: 30px;
	}
	.content-padding .item-content {
		padding: 30px;
	}
}

.icon-box.cover-image .item-media {
	display: none;
}


/*side item*/

.side-item h2,
.side-item h3,
.side-item h4 {
	line-height: 1;
}

.side-item .row {
	margin: 0;
}

.side-item .row [class*="col-"] {
	padding: 0;
	margin: 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,
	.full-padding [class*='col-sm-'] .item-content,
	.no-content-padding [class*='col-xs-'] .item-content,
	.full-padding [class*='col-xs-'] .item-content {
		padding-left: 30px;
	}
	.no-content-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
	.full-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
	.full-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
	.full-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
	.full-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
	.full-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
	.full-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
	.full-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='order-xs-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,
	.full-padding .col-sm-12 .item-content,
	.no-content-padding .col-xs-12 .item-content,
	.full-padding .col-xs-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}


/*-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,
	.full-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*='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-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}


/*-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,
	.full-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*='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-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}


/*-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-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}


/* vertical media item */

.ds.ms .vertical-item {
	background-color: #141d28;
}

.vertical-item {
	background-color: transparent;
}

.vertical-item .item-media+.item-content.content-padding {
	padding: 40px;
}

@media (max-width: 767px) {
	.vertical-item .item-media+.item-content.content-padding {
		padding: 25px;
	}
}

.vertical-item .item-media+.item-content.position-relative {
	margin-top: -50px;
	left: 40px;
	width: calc(100% - 80px);
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	padding-top: 26px;
	padding-bottom: 30px;
}

@media (max-width: 1199px) {
	.vertical-item .item-media+.item-content.position-relative {
		left: 20px;
		width: calc(100% - 40px);
		padding: 20px;
	}
}

.vertical-item.content-padding .item-content {
	padding: 45px 49px;
}

.vertical-item.content-padding .item-content h5 {
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: none;
}

.vertical-item.content-padding .item-content p {
	margin-bottom: 15px;
}

.vertical-item.content-padding .item-content .social-icons {
	margin-bottom: 0px;
	color: #a4a9b9;
	opacity: 0.5;
}

@media (max-width: 1199px) {
	.vertical-item.content-padding .item-content {
		padding: 35px 40px;
	}
}

@media (max-width: 767px) {
	.vertical-item.content-padding .item-content {
		padding: 25px;
	}
}

.vertical-item.content-padding.padding-small .item-content {
	padding: 40px 40px 35px;
}

@media (max-width: 1200px) {
	.vertical-item.content-padding.padding-small .item-content {
		padding: 25px 25px 20px;
	}
}

.vertical-item.content-absolute {
	position: relative;
}

.vertical-item.content-absolute .item-content {
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	transform: translateY(50%);
	padding: 15px;
	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 */

.ds .item-meta {
	color: #fff;
}

.ds .item-meta i.color-main {
	color: #007bff !important;
}

.item-meta {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 300;
	color: #5c6f87;
}

.item-meta a {
	color: #5c6f87;
}

.item-meta a:hover {
	color: #007bff;
}

.item-meta i {
	width: 1em;
	text-align: center;
	position: relative;
	font-size: 14px;
	margin-right: 5px;
}

.item-meta>span:not(:last-child):not([data-id]) {
	margin-right: 20px;
}

.item-meta>span a:not(:last-child) {
	margin-right: 10px;
}

.item-meta>span:not([data-id])+span::before {
	content: '|';
	font-size: 16px;
	margin-right: 20px;
	font-weight: 400;
}

.side-item .item-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.side-item .item-meta a {
	color: #5c6f87;
}

.side-item .item-meta a:hover {
	color: #007bff;
}


/* item media & item links */

.item-media {
	position: relative;
	overflow: hidden;
}

.item-media img {
	width: 100%;
}

.item-media.cover-image {
	height: 100%;
}

.media-links {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.media-links div {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -30px;
	z-index: 4;
}

.content-absolute .media-links div {
	display: flex;
	justify-content: center;
	margin-top: 0;
	top: 20%;
	transform: translateY(-50%);
}

.content-absolute .media-links div a {
	transition: all 0.35s ease 0.1s;
}

.content-absolute .media-links div a:hover {
	transform: scaleX(-1);
}

.content-absolute .media-links div a:first-child {
	transition-delay: 0s;
}

blockquote.vertical-item {
	padding: 52px 60px;
	margin: 50px 0px;
	margin-right: 0;
	max-width: 100%;
}

@media (max-width: 545px) {
	blockquote.vertical-item {
		padding: 30px 25px;
	}
}

blockquote.vertical-item .small-text {
	display: flex;
}

.item-gallery.cs .media-links:before {
	background: rgba(0, 123, 255, .8);
}

.item-gallery.cs .link-search:hover {
	background-color: #141d28 !important;
}

.media-links:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	left: 0;
	background: rgba(20, 29, 40, .9);
	opacity: 0;
	transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}

[class*="-item"]:hover .media-links:before {
	opacity: 0.9;
	transform: rotateY(0deg);
}

.media-links a.abs-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

[class*="-item"]:hover .media-links a.abs-link {
	opacity: 1;
}

[class*="-item"] .links-wrap a {
	position: relative;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	line-height: 58px;
	top: -100px;
	border-radius: 50%;
	display: inline-block;
	z-index: 5;
	font-size: 14px;
	text-align: center;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	color: #fff;
}

[class*="-item"] .links-wrap a+a {
	margin-left: 6px;
}

[class*="-item"] .links-wrap a:hover {
	color: #fff !important;
	background-color: #007bff;
	border-color: #007bff;
}

[class*="-item"] .links-wrap a.link-anchor {
	transition-delay: 0.1s;
}

[class*="-item"] .links-wrap a:before {
	font-family: "FontAwesome", sans-serif;
	content: "\f002";
	font-weight: 700;
}

[class*="-item"] .links-wrap a.link-anchor:before {
	content: "\f0c1";
}

[class*="-item"] .links-wrap+h6 a:hover {
	color: #007bff;
}

[class*="-item"] .links-wrap a.link-plus {
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-mask: url('../landing-page-images/plus.png') no-repeat center / contain;
	background-color: #fff;
	transform: none;
	transition: all 0.3s ease-in-out;
}

[class*="-item"] .links-wrap a.link-plus::before {
	display: none;
}

[class*="-item"] .links-wrap a.link-plus:hover {
	background-color: #007bff;
	transform: rotate(315deg) scale(1.8);
}

[class*="-item"] .links-wrap a.link-search {
	display: inline-block;
	width: 42px;
	height: 39px;
	-webkit-mask: url('../landing-page-images/search.png') no-repeat center / contain;
	background-color: #fff;
	transform: none;
	transition: all 0.3s ease-in-out;
	border: none;
}

[class*="-item"] .links-wrap a.link-search::before {
	display: none;
}

[class*="-item"] .links-wrap a.link-search:hover {
	background-color: #007bff;
	transform: scale(1.6);
}

[class*="-item"]:hover .links-wrap a {
	top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

[class*="-item"]:hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}

.testimonial-item {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
}


/* item icons */

.item-icons {
	margin-top: 35px;
	font-size: 12px;
}

.content-padding .item-icons {
	margin-top: 0;
}

.item-icons i {
	padding: 0 4px;
}

.item-icons .col {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}

.surgical .vertical-item {
	position: relative;
}

.surgical .vertical-item .services-icon {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-color: #007bff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in;
}

.surgical .vertical-item .services-icon i {
	color: #fff;
	transition: all 0.3s ease-in;
}

.surgical .vertical-item .services-icon:hover {
	background-color: #fff;
}

.surgical .vertical-item .services-icon:hover i {
	color: #007bff;
}

.surgical .vertical-item .item-content {
	padding: 30px 25px 20px 25px;
}

@media (max-width: 575px) {
	.surgical .vertical-item .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 0;
	}
}

.surgical .vertical-item .item-content h5 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}

.surgical .vertical-item .item-content span {
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	color: #007bff;
}

.surgical .vertical-item .item-content p {
	margin-top: 20px;
	max-height: 73px;
	overflow: hidden;
}

.surgical .vertical-item .item-content .btn {
	margin-top: 14px;
	margin-right: 0;
}

.teaser {
	padding: 45px 0 !important;
	justify-content: center;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}

.teaser .media-body {
	flex: inherit;
}

.teaser:hover {
	background-color: #007bff;
}

.teaser:hover a {
	color: #fff !important;
}

.teaser.cs {
	background-color: #007bff;
}

.teaser.cs a {
	color: #fff !important;
}

.teaser.cs:hover {
	background-color: #fff;
}

.teaser.cs:hover a {
	color: #141d28 !important;
}


/*
 ** Buttons
 */

.btn {
	transition: all 0.3s ease-in-out;
}

.btn:hover {
	cursor: pointer;
}

@media (min-width: 576px) {
	form .btn+.btn {
		margin-left: 20px;
	}
}

@media (max-width: 374px) {
	form .btn+.btn {
		margin-top: 10px;
	}
}

.btn.focus,
.btn:focus {
	box-shadow: 0 0 3px 0 rgba(100, 100, 100, .75);
}

.btn-secondary {
	border-color: rgba(20, 29, 40, 0.1);
	color: #141d28;
}

.btn-underline {
	font-size: 12px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 3px 0;
	min-width: auto;
}


/*color background buttons*/

.btn-shadow {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
	border: 1px solid rgba(20, 29, 40, 0.1);
	transition: all 0.5s ease-in-out;
}

.btn-shadow.btn-shadow-grey {
	background: #f8f8f9;
}

.btn.btn-square {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	color: #141d28;
	border: 3px solid #141d28;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	min-width: unset;
}

.btn.btn-square:hover {
	background-color: #141d28;
	color: #fff;
}

.btn.btn-circle {
	display: inline-block;
	background-color: #007bff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	min-width: unset;
	padding: 0;
	color: #fff;
	font-size: 0;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.btn.btn-circle::before {
	content: '\f105';
	font-size: 22px;
	font-family: "FontAwesome", sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.btn.btn-circle:hover {
	background-color: #fff;
}

.btn.btn-circle:hover::before {
	color: #007bff;
}

.ds input.btn.btn-darkgrey {
	background-color: #fff;
	height: 50px;
	border: 2px solid #fff;
}

.ds input.btn.btn-darkgrey:hover {
	color: #fff;
}

input.btn.btn-darkgrey {
	background-color: #141d28;
	top: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px solid #141d28;
	transition: all 0.3s ease-in-out;
}

input.btn.btn-darkgrey:hover {
	color: #141d28;
	background-color: transparent;
}

input.btn.btn-darkgrey::before,
input.btn.btn-darkgrey::after {
	display: none;
}

@media (max-width: 1199px) {
	input.btn.btn-darkgrey {
		margin-top: 10px;
	}
}

.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3,
.btn-maincolor4,
.btn-maincolor5,
.btn-darkgrey,
.btn-grey {
	border: 2px solid transparent;
	color: #141d28;
	position: relative;
	background-color: transparent;
	z-index: 1;
	overflow: hidden;
}

.btn-maincolor span,
.btn-maincolor2 span,
.btn-maincolor3 span,
.btn-maincolor4 span,
.btn-maincolor5 span,
.btn-darkgrey span,
.btn-grey span {
	z-index: 2;
	position: relative;
}

.btn-maincolor::before,
.btn-maincolor2::before,
.btn-maincolor3::before,
.btn-maincolor4::before,
.btn-maincolor5::before,
.btn-darkgrey::before,
.btn-grey::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.5s;
	transition-delay: 0.2s;
	transform: translate(0, 0);
}

.btn-maincolor::after,
.btn-maincolor2::after,
.btn-maincolor3::after,
.btn-maincolor4::after,
.btn-maincolor5::after,
.btn-darkgrey::after,
.btn-grey::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.25);
	transition: all 0.5s;
	transform: translate(0, 0);
}

.btn-maincolor:hover::before,
.btn-maincolor2:hover::before,
.btn-maincolor3:hover::before,
.btn-maincolor4:hover::before,
.btn-maincolor5:hover::before,
.btn-darkgrey:hover::before,
.btn-grey:hover::before {
	transform: translate(13%, 190%) rotate(-30deg);
}

.btn-maincolor:hover::after,
.btn-maincolor2:hover::after,
.btn-maincolor3:hover::after,
.btn-maincolor4:hover::after,
.btn-maincolor5:hover::after,
.btn-darkgrey:hover::after,
.btn-grey:hover::after {
	transform: translate(-13%, -190%) rotate(-30deg);
}

.btn-maincolor {
	border-color: #007bff;
}

.btn-maincolor::before,
.btn-maincolor::after {
	background-color: rgba(0, 123, 255, 0.6);
}

.btn-maincolor:hover {
	color: #141d28;
}

.btn-maincolor2 {
	border-color: #007bff;
}

.btn-maincolor2::before,
.btn-maincolor2::after {
	background-color: rgba(0, 123, 255, .6);
}

.btn-maincolor2:hover {
	color: #141d28;
}

.btn-maincolor3 {
	border-color: #38d028;
}

.btn-maincolor3::before,
.btn-maincolor3::after {
	background-color: rgba(56, 208, 40, .6);
}

.btn-maincolor3:hover {
	color: #141d28;
}

.btn-maincolor4 {
	border-color: #288ef7;
}

.btn-maincolor4::before,
.btn-maincolor4::after {
	background-color: rgba(40, 142, 247, .6);
}

.btn-maincolor4:hover {
	color: #141d28;
}

.btn-maincolor5 {
	border-color: #7a42cf;
}

.btn-maincolor5::before,
.btn-maincolor5::after {
	background-color: rgba(122, 66, 207, .6);
}

.btn-maincolor5:hover {
	color: #141d28;
}

.btn-grey {
	color: #141d28;
	border-color: #f8f8f9;
}

.btn-grey::before,
.btn-grey::after {
	background-color: rgba(248, 248, 249, .8);
}

.btn-grey:hover {
	color: #141d28;
}

.btn-darkgrey {
	color: #fff;
	border-color: #141d28;
}

.btn-darkgrey::before,
.btn-darkgrey::after {
	background-color: rgba(20, 29, 40, .8);
}

.btn-darkgrey:hover {
	color: #141d28;
}


/*color outline buttons*/

.btn-outline-maincolor,
.btn-outline-maincolor2,
.btn-outline-maincolor3,
.btn-outline-maincolor4,
.btn-outline-maincolor5,
.btn-outline-darkgrey {
	border: 2px solid transparent;
	color: #141d28;
	position: relative;
	background-color: transparent;
	z-index: 1;
	overflow: hidden;
}

.btn-outline-maincolor span,
.btn-outline-maincolor2 span,
.btn-outline-maincolor3 span,
.btn-outline-maincolor4 span,
.btn-outline-maincolor5 span,
.btn-outline-darkgrey span {
	z-index: 2;
	position: relative;
}

.btn-outline-maincolor::before,
.btn-outline-maincolor2::before,
.btn-outline-maincolor3::before,
.btn-outline-maincolor4::before,
.btn-outline-maincolor5::before,
.btn-outline-darkgrey::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s;
	opacity: 1;
	transform: translate(-13%, -190%) rotate(-30deg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.25);
	transform-origin: left;
}

.btn-outline-maincolor::after,
.btn-outline-maincolor2::after,
.btn-outline-maincolor3::after,
.btn-outline-maincolor4::after,
.btn-outline-maincolor5::after,
.btn-outline-darkgrey::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s;
	opacity: 1;
	transform: translate(-13%, -190%) rotate(-30deg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.6);
	transition-delay: 0.2s;
	transform-origin: left;
}

.btn-outline-maincolor:hover::before,
.btn-outline-maincolor2:hover::before,
.btn-outline-maincolor3:hover::before,
.btn-outline-maincolor4:hover::before,
.btn-outline-maincolor5:hover::before,
.btn-outline-darkgrey:hover::before,
.btn-outline-maincolor:hover::after,
.btn-outline-maincolor2:hover::after,
.btn-outline-maincolor3:hover::after,
.btn-outline-maincolor4:hover::after,
.btn-outline-maincolor5:hover::after,
.btn-outline-darkgrey:hover::after {
	transform: translate(0, 0);
	opacity: 0;
	transform-origin: inherit;
}

.btn-outline-darkgrey:hover {
	color: #fff;
}

.btn-outline-maincolor {
	border-color: #007bff;
}

.btn-outline-maincolor::before,
.btn-outline-maincolor::after {
	background-color: rgba(0, 123, 255, .6);
	border-bottom-color: #007bff;
}

.btn-outline-maincolor:hover {
	color: #141d28;
}

.btn-outline-maincolor2 {
	border-color: #007bff;
}

.btn-outline-maincolor2::before,
.btn-outline-maincolor2::after {
	background-color: rgba(0, 123, 255, .6);
	border-bottom-color: rgba(0, 123, 255, 1);
}

.btn-outline-maincolor2:hover {
	color: #141d28;
}

.btn-outline-maincolor3 {
	border-color: #38d028;
}

.btn-outline-maincolor3::before,
.btn-outline-maincolor3::after {
	background-color: rgba(56, 208, 40, .6);
	border-bottom-color: rgba(56, 208, 40, 1);
}

.btn-outline-maincolor3:hover {
	color: #141d28;
}

.btn-outline-maincolor4 {
	border-color: #288ef7;
}

.btn-outline-maincolor4::before,
.btn-outline-maincolor4::after {
	background-color: rgba(40, 142, 247, .6);
	border-bottom-color: rgba(40, 142, 247, 1);
}

.btn-outline-maincolor4:hover {
	color: #141d28;
}

.btn-outline-maincolor5 {
	border-color: #7a42cf;
}

.btn-outline-maincolor5::before,
.btn-outline-maincolor5::after {
	background-color: rgba(122, 66, 207, .6);
	border-bottom-color: rgba(122, 66, 207, 1);
}

.btn-outline-maincolor5:hover {
	color: #141d28;
}

.btn-outline-darkgrey {
	color: #141d28;
	border-color: #141d28;
}

.btn-outline-darkgrey::before,
.btn-outline-darkgrey::after {
	background-color: rgba(20, 29, 40, .6);
	border-bottom-color: rgba(20, 29, 40, 1);
}

.btn-outline-darkgrey:hover {
	color: #141d28;
}

.simple_link {
	letter-spacing: 4px;
	text-transform: uppercase;
	position: relative;
	color: #141d28;
	font-size: 12px;
}

.simple_link:hover {
	color: #007bff;
}

.simple_link::after {
	content: '\f054';
	font-family: "FontAwesome", sans-serif;
	font-weight: 900;
	font-size: 10px;
	padding-left: 3px;
	color: #141d28;
	visibility: visible !important;
}

.simple_link::before {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #141d28;
	width: 100%;
	height: 1px;
	bottom: -5px;
	transition: all 0.3s ease-in-out;
}

.simple_link:hover {
	color: #007bff;
}

.simple_link:hover::before {
	width: 0;
}

.simple_link2 {
	position: relative;
	color: #141d28;
	font-size: 16px;
}

.simple_link2:hover {
	color: #007bff;
}

.simple_link2::before {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #141d28;
	width: 100%;
	height: 1px;
	bottom: -2px;
	left: 2px;
	transition: all 0.3s ease-in-out;
}

.simple_link2:hover {
	color: #007bff;
}

.simple_link2:hover::before {
	width: 0;
}


/* brizy */

.brz .brz-root__container .brz-btn.css-iun0xe {
	padding-top: 10px;
	padding-bottom: 10px;
}

.brz .brz-root__container .brz-btn.css-auqori {
	padding: 15px 38px;
}

.brz .brz-root__container .brz-btn.css-1ofh8ao {
	padding: 20px 38px;
}

.corner {
	position: relative;
	height: 0;
	padding-bottom: 70px;
	background-color: transparent !important;
	overflow: visible !important;
	z-index: 3;
}

.corner:before,
.corner:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 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-top: none;
	border-bottom: 70px solid #fff;
}

@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-top-color: #f8f8f9;
	border-bottom-color: #f8f8f9;
}

.corner.ls.ms.corner-inverse:after {
	border-bottom-color: #f8f8f9;
}

.corner.ds.corner-mirror:before,
.corner.ds:after {
	border-top-color: #141d28;
	border-bottom-color: #141d28;
}

.corner.ds.corner-inverse:after {
	border-bottom-color: #141d28;
}

.corner.ds.ms.corner-mirror:before,
.corner.ds.ms:after {
	border-top-color: #233142;
	border-bottom-color: #233142;
}

.corner.ds.ms.corner-inverse:after {
	border-bottom-color: #233142;
}

.corner.ds.bs.corner-mirror:before,
.corner.ds.bs:after {
	border-top-color: #221054;
	border-bottom-color: #221054;
}

.corner.ds.bs.corner-inverse:after {
	border-bottom-color: #221054;
}

.corner.cs.corner-mirror:before,
.corner.cs:after {
	border-top-color: #007bff;
	border-bottom-color: #007bff;
}

.corner.cs.corner-inverse:after {
	border-bottom-color: #007bff;
}

.corner.cs.cs2.corner-mirror:before,
.corner.cs.cs2:after {
	border-top-color: #007bff;
	border-bottom-color: #007bff;
}

.corner.cs.cs2.corner-inverse:after {
	border-bottom-color: #007bff;
}

.corner.cs.cs3.corner-mirror:before,
.corner.cs.cs3:after {
	border-top-color: #38d028;
	border-bottom-color: #38d028;
}

.corner.cs.cs3.corner-inverse:after {
	border-bottom-color: #38d028;
}


/*
 ** Light Background Section - .ls
 */

.ls {
	background-color: #fff;
	color: #5c6f87;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
	color: #141d28;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
	color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
	color: #007bff;
	opacity: 0.8;
}

.ls .links-maincolor a:hover {
	opacity: 0.7;
}

.ls .btn-shadow:hover {
	box-shadow: 0px 0px 0px 1.5em rgba(0, 0, 0, 0);
	color: #141d28;
}


/*
 ** Grey Background Section - light section, muted section - .ls.ms
 */

.ls.ms {
	background-color: #f8f8f9;
	color: #4e5e72;
}

.ls.ms .links-grey a {
	color: #4e5e72;
}

.ls.ms .hero-bg {
	background-color: #fff;
}

.ls.ms .hero-bg hr {
	background-color: rgba(20, 29, 40, 0.1);
}

.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: transparent;
}

.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 {
	border-color: rgba(20, 29, 40, 0.1);
	background-color: #f8f8f9;
}

.ls.ms td,
.ls.ms th,
.ls.ms .bordered {
	border-color: rgba(12, 17, 23, 0.1);
}

.ls.ms .btn-secondary {
	border-color: #fff;
}

.ls.ms .btn-secondary:hover {
	border-color: #e8e8eb;
	background-color: #e8e8eb;
}

.ls.ms .btn-grey {
	color: #141d28;
	border-color: #fff;
}

.ls.ms .btn-grey::before,
.ls.ms .btn-grey::after {
	background-color: rgba(255, 255, 255, .8);
}

.ls.ms .btn-grey:hover {
	color: #141d28;
}

.ls .color-icon.bg-icon {
	background-color: #ececec;
}

.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: #f8f8f9;
}

.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: #141d28;
}

.ls.ms .panel-title>a {
	background-color: #141d28;
}

.ls.ms .panel-title>a.collapsed {
	background-color: #fff;
}

.ls.ms .hero-bg .panel-title>a {
	border: 1px solid rgba(20, 29, 40, 0.1);
}

.ls.ms .panel-title>a.collapsed:hover,
.ls.ms .panel-title>a:hover {
	background-color: #141d28;
}

.ls.ms .pagination a,
.ls.ms .pagination span {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .breadcrumb {
	color: #5c6f87;
}

.ls.ms .breadcrumb a {
	color: #475669;
}

.ls.ms .breadcrumb a:hover {
	color: #007bff;
}


/*
 ** Dark Section background and Dark Muted background sections - .ds and .ds.ms
 */


/* dark grey background section - .ds */

.ds {
	background-color: #141d28;
	color: #fff;
}

.ds * .ds {
	background-color: #0c1117;
}

.ds .list-unstyled {
	color: #fff;
}


/* dark background section - .ds.ms */

.ds.ms {
	background-color: #233142;
}

.ds.ms * .ds.ms {
	background-color: #273649;
}

.ds-ms-light {
	background-color: #354a63;
}


/* dark section blue - .ds.bs */

.ds.bs {
	background-color: #221054;
}

.ds a:not(.btn) {
	color: #fff;
}

.ds a:not(.btn):hover {
	color: #007bff;
}

.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.ms.page_footer .widget.widget_nav_menu ul li a:not(.btn) {
	color: #fff;
}

.ds.ms.page_footer .widget.widget_nav_menu ul li a:not(.btn):hover {
	color: #007bff;
}

.ds .ls {
	background-color: #fff;
	color: #5c6f87;
}

.ds .ls .color-dark,
.ds .ls .color-darkgrey {
	color: #141d28 !important;
	border-color: #141d28;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
	color: #141d28;
}

.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: #007bff;
}

.ds .ls a:not(.btn) {
	color: #141d28;
}

.ds .ls a:not(.btn):hover {
	color: #007bff;
}

.ds .ls .btn-maincolor:hover,
.ds .ls .btn-maincolor2:hover,
.ds .ls .btn-maincolor3:hover,
.ds .ls .btn-maincolor4:hover {
	color: #141d28;
}

.ds .ls .btn-outline-maincolor,
.ds .ls .btn-outline-maincolor2,
.ds .ls .btn-outline-maincolor3,
.ds .ls .btn-outline-maincolor4,
.ds .ls .btn-outline-maincolor5 {
	color: #141d28;
}

.ds .ls .btn-outline-maincolor:hover,
.ds .ls .btn-outline-maincolor2:hover,
.ds .ls .btn-outline-maincolor3:hover,
.ds .ls .btn-outline-maincolor4:hover,
.ds .ls .btn-outline-maincolor5:hover {
	color: #141d28;
}

.ds label {
	color: #141d28;
}

.ds hr {
	border-color: #343d48;
	background-color: #343d48;
}

.ds blockquote,
.ds .blockquote {
	color: #aeb1b4;
}

.ds pre {
	color: #aeb1b4;
}

.ds .muted-bg,
.ds .hero-bg {
	background-color: #222739;
}

.ds .bordered {
	border-color: #343d48;
}

.ds .color-main {
	color: #007bff;
}

.ds .color-main2 {
	color: #007bff;
}

.ds .color-dark,
.ds .color-darkgrey {
	color: #fff !important;
	border-color: #fff;
}

.ds .links-maincolor a {
	color: #007bff;
}

.ds .links-maincolor a:hover {
	color: #fff;
}

.ds .links-maincolor2 a {
	color: #007bff;
}

.ds .links-maincolor2 a:hover {
	color: #fff;
}

.ds .links-maincolor3 a {
	color: #38d028;
}

.ds .links-maincolor3 a:hover {
	color: #fff;
}

.ds .links-grey a {
	color: #fff;
}

.ds .links-grey a:hover {
	color: #007bff;
}

.ds .links-darkgrey a {
	color: #fff;
}

.ds .links-darkgrey a:hover {
	color: #007bff;
}

.ds.s-bordertop:before,
.ds.s-borderbottom:after,
.ds.s-bordertop-container .container:before,
.ds.s-borderbottom-container .container:after {
	background-color: #343d48;
}

.ds.s-bordered-columns [class*='col-']+[class*='col-']:before {
	background-color: #343d48;
}

.ds .btn-link {
	color: #fff;
}

.ds .btn-link:hover {
	color: #007bff;
}

.ds .btn-square {
	color: #fff;
	border-color: #fff;
}

.ds .btn-square:hover {
	background-color: #fff;
	color: #141d28;
}

.ds .btn-maincolor:hover,
.ds .btn-maincolor2:hover,
.ds .btn-maincolor3:hover,
.ds .btn-maincolor4:hover,
.ds .btn-maincolor5:hover,
.ds .btn-grey:hover {
	color: #fff;
}

.ds .btn-maincolor:hover::after,
.ds .btn-maincolor2:hover::after,
.ds .btn-maincolor3:hover::after,
.ds .btn-maincolor4:hover::after,
.ds .btn-maincolor5:hover::after,
.ds .btn-grey:hover::after {
	opacity: 1;
}

.ds .btn-grey::before,
.ds .btn-grey::after {
	background-color: rgba(248, 248, 249, .6);
}

.ds .btn-darkgrey {
	color: #141d28;
	border-color: #fff;
}

.ds .btn-darkgrey::before,
.ds .btn-darkgrey::after {
	background-color: rgba(255, 255, 255, .8);
}

.ds .btn-darkgrey:hover {
	color: #fff;
}

.ds .btn-outline-maincolor,
.ds .btn-outline-maincolor2,
.ds .btn-outline-maincolor3,
.ds .btn-outline-maincolor4,
.ds .btn-outline-maincolor5 {
	color: #fff;
}

.ds .btn-outline-maincolor:hover,
.ds .btn-outline-maincolor2:hover,
.ds .btn-outline-maincolor3:hover,
.ds .btn-outline-maincolor4:hover,
.ds .btn-outline-maincolor5:hover {
	color: #fff;
}

.ds .btn-outline-darkgrey {
	color: #fff;
	border-color: #fff;
}

.ds .btn-outline-darkgrey::before,
.ds .btn-outline-darkgrey::after {
	background-color: rgba(255, 255, 255, .6);
	border-bottom-color: rgba(255, 255, 255, 1);
}

.ds .btn-outline-darkgrey:hover {
	color: #fff;
}

.ds .simple_link {
	color: #fff;
}

.ds .simple_link:hover {
	color: #007bff;
}

.ds .simple_link::before {
	background-color: #fff;
}

.ds .simple_link::after {
	color: #fff;
}

.ds .simple_link2 {
	color: #fff;
}

.ds .simple_link2:hover {
	color: #007bff;
}

.ds .simple_link2::before {
	background-color: #fff;
}

.ds .btn-shadow {
	box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.6);
}

.ds .btn-shadow:hover {
	box-shadow: 0px 0px 0px 1.5em rgba(255, 255, 255, 0);
	color: #141d28;
}

.ds a.fa {
	color: #fff;
	border-color: #fff;
}

.ds a.bg-icon {
	background-color: #fff;
	color: #141d28;
}

.ds .fa.color-icon:hover {
	color: #fff;
}

.ds .color-icon.bg-icon {
	background-color: #222739;
}

.ds .color-icon.bg-icon:hover {
	color: #fff;
}

.ds .color-bg-icon:hover {
	background-color: #007bff;
}

.ds {
	/* shop */
}

.ds .list-bordered li {
	border-color: #343d48;
}

.ds .ls .list-bordered li {
	border-color: rgba(20, 29, 40, 0.1);
}

.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: #fff;
	color: #5c6f87;
}

.ds input[type="text"]:focus,
.ds input[type="email"]:focus,
.ds input[type="url"]:focus,
.ds input[type="password"]:focus,
.ds input[type="search"]:focus,
.ds input[type="tel"]:focus,
.ds input[type="number"]:focus,
.ds textarea:focus,
.ds select:focus,
.ds .form-control:focus,
.ds input[type="text"]:active,
.ds input[type="email"]:active,
.ds input[type="url"]:active,
.ds input[type="password"]:active,
.ds input[type="search"]:active,
.ds input[type="tel"]:active,
.ds input[type="number"]:active,
.ds textarea:active,
.ds select:active,
.ds .form-control:active {
	background-color: #fff;
}

.ds.ms input[type="text"],
.ds.ms input[type="email"],
.ds.ms input[type="url"],
.ds.ms input[type="password"],
.ds.ms input[type="search"],
.ds.ms input[type="tel"],
.ds.ms input[type="number"],
.ds.ms textarea,
.ds.ms select,
.ds.ms .form-control {
	background-color: #fff;
	color: #5c6f87;
}

.ds.ms input[type="text"]:focus,
.ds.ms input[type="email"]:focus,
.ds.ms input[type="url"]:focus,
.ds.ms input[type="password"]:focus,
.ds.ms input[type="search"]:focus,
.ds.ms input[type="tel"]:focus,
.ds.ms input[type="number"]:focus,
.ds.ms textarea:focus,
.ds.ms select:focus,
.ds.ms .form-control:focus,
.ds.ms input[type="text"]:active,
.ds.ms input[type="email"]:active,
.ds.ms input[type="url"]:active,
.ds.ms input[type="password"]:active,
.ds.ms input[type="search"]:active,
.ds.ms input[type="tel"]:active,
.ds.ms input[type="number"]:active,
.ds.ms textarea:active,
.ds.ms select:active,
.ds.ms .form-control:active {
	background-color: #fff;
}

.ds .form-group-select:before {
	border-color: #343d48;
}

.ds .form-control:focus {
	border-color: #3f4a57;
}

.ds .form-control:-moz-placeholder {
	color: #5c6f87;
	opacity: 1;
}

.ds .form-control::-moz-placeholder {
	color: #5c6f87;
	opacity: 1;
}

.ds .form-control:-ms-input-placeholder {
	color: #5c6f87;
}

.ds .form-control::-webkit-input-placeholder {
	color: #5c6f87;
}

.ds .modal_login_form .form-control:-moz-placeholder {
	color: #5c6f87;
	opacity: 1;
}

.ds .modal_login_form .form-control::-moz-placeholder {
	color: #5c6f87;
	opacity: 1;
}

.ds .modal_login_form .form-control:-ms-input-placeholder {
	color: #5c6f87;
}

.ds .modal_login_form .form-control::-webkit-input-placeholder {
	color: #5c6f87;
}

.ds .form-control:focus:-moz-placeholder {
	color: transparent;
	font-style: normal;
}

.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: #343d48;
}

.ds .tab-content {
	border-color: #343d48;
	border-top: 7px solid #007bff;
	position: relative;
	z-index: 555;
	top: -1px;
}

.ds .nav-tabs .nav-link {
	border-color: #343d48;
}

.ds .nav-tabs .nav-link:hover {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.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: #343d48;
}

.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: #007bff;
}

.ds .widget_search button,
.ds .widget_mailchimp button,
.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: #343d48; */
	border: none;
}

.ds .widget_search button:first-child,
.ds .widget_mailchimp button:first-child,
.ds .widget_shopping_cart .cart_list:first-child,
.ds .widget_recent_entries li:first-child,
.ds .widget_recent_comments li:first-child,
.ds .widget_archive li:first-child,
.ds .widget_categories li:first-child,
.ds .widget_meta li:first-child,
.ds .widget_nav_menu li:first-child,
.ds .widget_pages li:first-child,
.ds .widget_popular_entries li:first-child {
	/* border-color: #343d48; */
	border: none;
}

.ds .widget_nav_menu ul ul {
	border-color: #343d48;
}

.ds .widget_popular_entries .media-heading {
	color: #fff;
}

.ds .tweet_list li+li .tweet_right {
	border-color: #343d48;
}

.ds .widget_tag_cloud a {
	color: #fff;
	border-color: #fff;
}

.ds .widget_shopping_cart li a+a {
	color: #fff;
}

.ds .widget_shopping_cart li a+a:hover {
	color: #007bff;
}

.ds .ls .widget_tag_cloud a {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.ds .summary .price {
	color: #007bff;
	border-color: #343d48;
}

.ds .summary .product_meta {
	border-color: #343d48;
}

.ds .widget_price_filter .price_label {
	color: #fff;
}

.ds #calendar_wrap {
	border-color: #343d48;
}

.ds .widget_calendar table {
	background-color: #fff;
	border-color: #343d48;
}

.ds .widget_calendar tfoot td a {
	border-color: #343d48;
}

.ds .widget_calendar caption,
.ds .widget_calendar tbody,
.ds .widget_calendar thead,
.ds .widget_calendar th {
	color: #5c6f87;
}

.ds .widget_calendar thead {
	background-color: #5c6f87;
}

.ds .widget_calendar thead th {
	color: #fff;
}

.ds .widget_calendar tbody td a:hover {
	color: #fff;
}

.ds .grid-view h3:before,
.ds .grid-view h3:after {
	background-color: #343d48;
}

.ds .owl-carousel.product-thumbnails .owl-nav>div:after {
	color: #fff;
}

.ds .ui-slider {
	background-color: #222739;
}

.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: #1c202f;
}

.ds .widget_layered_nav .color-filters a:before {
	border-color: #343d48;
}

.ds .table.cart a {
	color: #fff;
}

.ds .pagination>li>a,
.ds .pagination>li>span {
	color: #fff;
	background-color: transparent;
	border: 1px solid #343d48;
}

.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 {
	border-color: #007bff;
	background-color: #007bff;
	color: #fff;
}

.ds .thumbnail {
	background-color: transparent;
}

.ds .thumbnail h3 a {
	color: #fff;
}

.ds .thumbnail .caption {
	border-color: transparent;
	background-color: #202536;
}

.ds .progress {
	background-color: #343d48;
}

.ds .panel-heading .panel-title>a.collapsed,
.ds .vertical-tabs .nav>li>a {
	background-color: #222739;
	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: #007bff;
}

.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: #343d48;
}

.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;
}


/*
 ** Color Background Section - .cs
 */

.cs.cs2 {
	background-color: #007bff;
}

.cs.cs2 .color-main {
	color: #007bff;
}

.cs.cs2.darker {
	background-color: #05663c;
}

.cs.cs2.dark {
	background-color: #000503;
}

.cs.cs3 {
	background-color: #38d028;
}

.cs.cs3 .color-main {
	color: #288ef7;
}

.cs.cs3.darker {
	background-color: #217a18;
}

.cs.cs3.dark {
	background-color: #0a2507;
}

.cs.cs4 {
	background-color: #288ef7;
}

.cs.cs4 .color-main {
	color: #38d028;
}


/* 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: #007bff;
	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.darker {
	background-color: #05663c;
}

.cs.dark {
	background-color: #000503;
}

.cs a:not(.btn) {
	color: #fff;
}

.cs a:not(.btn):hover {
	color: #007bff;
}

.cs blockquote,
.cs .blockquote {
	border-color: #11f391;
}

.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: #aab5c8;
}

.cs .links-darkgrey a .text-white,
.cs .links-grey a .text-white {
	opacity: 1;
}

.cs .links-darkgrey a:hover,
.cs .links-grey a:hover {
	opacity: 1;
	color: #fff;
}

.cs .color-dark {
	border-color: #fff;
	color: #fff;
}

.cs .color-darkgrey {
	border-color: #141d28;
	color: #141d28;
}

.cs .response,
.cs .color-main {
	color: #007bff;
}

.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: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.cs textarea,
.cs textarea.form-control {
	height: auto;
	min-height: 146px;
	background-image: linear-gradient(transparent, transparent 46px, rgba(255, 255, 255, .5) 30px, rgba(255, 255, 255, .5) 47px, transparent 31px) !important;
}

.cs .widget_search button:before,
.cs .widget_mailchimp button:before,
.cs .widget_product_search form:before {
	color: #fff;
}

.cs .form-control:focus {
	border-color: rgba(255, 255, 255, 0.9);
}

.cs .form-control:-moz-placeholder {
	color: #141d28;
	opacity: 1;
}

.cs .form-control::-moz-placeholder {
	color: #141d28;
	opacity: 1;
}

.cs .form-control:-ms-input-placeholder {
	color: #141d28;
}

.cs .form-control::-webkit-input-placeholder {
	color: #141d28;
}

.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 .btn-darkgrey {
	border-color: #fff;
	color: #141d28;
}

.cs .btn-darkgrey::before,
.cs .btn-darkgrey::after {
	background-color: rgba(255, 255, 255, 0.6);
	border-bottom-color: #fff;
}

.cs .btn-darkgrey.dark {
	border-color: #141d28;
	color: #fff;
}

.cs .btn-darkgrey.dark::before,
.cs .btn-darkgrey.dark::after {
	background-color: rgba(20, 29, 40, 0.6);
	border-bottom-color: #141d28;
}

.cs .btn-outline-darkgrey {
	border-color: #fff;
}

.cs .btn-outline-darkgrey::before,
.cs .btn-outline-darkgrey::after {
	background-color: rgba(255, 255, 255, 0.6);
	border-bottom-color: #fff;
}

.cs .simple_link::before {
	background-color: #fff;
}

.cs .btn-shadow {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}

.cs .btn-shadow:hover {
	box-shadow: 0px 0px 0px 1.5em rgba(0, 0, 0, 0);
	color: #141d28;
}

.cs a.fa {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.15);
}

.cs a.bg-icon {
	background-color: rgba(255, 255, 255, 0.17);
}

.cs .color-icon.bg-icon {
	background-color: rgba(255, 255, 255, 0.9);
}

.cs a.fa.color-bg-icon:hover {
	background-color: #141d28;
}

.cs .btn-action {
	background-color: #fff;
}

.cs .btn-action i {
	color: #141d28;
}

.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 {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.top-corner {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}


/* 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-50 {
	font-size: 50px;
}

.fs-56 {
	font-size: 56px;
}

.fs-60 {
	font-size: 60px;
}

.fs-65 {
	font-size: 65px;
}

.fs-70 {
	font-size: 70px;
}

.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-600 {
	font-weight: 600;
}

.fw-700,
.bolder {
	font-weight: 700;
}

.fw-900,
.bold {
	font-weight: 900;
}

.dropcap {
	font-size: 108px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 0.9;
	margin: 0 15px 0 0;
	float: left;
}

@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;
}

.z-index-5 {
	z-index: 5;
}


/*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: #f9fafa;
}

.muted-bg {
	background-color: rgba(20, 29, 40, 0.06);
}

.ds a.link-white {
	color: #fff;
}

.ds a.link-white:hover {
	color: #007bff;
}

.color-font {
	color: #5c6f87;
}

.ds .response,
.ds .color-main {
	color: #007bff !important;
	border-color: #007bff;
}

.ds .response a i,
.ds .color-main a i {
	color: #007bff !important;
	transition: all 0.3s ease-in-out;
}

.ds .response a i:hover,
.ds .color-main a i:hover {
	color: #fff !important;
}

.ds .ls .response,
.ds .ls .color-main {
	color: #007bff !important;
	border-color: #007bff;
}

.ds .ls .response a i,
.ds .ls .color-main a i {
	color: #007bff !important;
	transition: all 0.3s ease-in-out;
}

.ds .ls .response a i:hover,
.ds .ls .color-main a i:hover {
	color: #141d28 !important;
}

.response,
.color-main {
	color: #007bff !important;
	border-color: #007bff;
}

.response a i,
.color-main a i {
	color: #007bff !important;
	transition: all 0.3s ease-in-out;
}

.response a i:hover,
.color-main a i:hover {
	color: #141d28 !important;
}

.color-main2 {
	color: #007bff !important;
	border-color: #007bff;
}

.color-main2 a i {
	color: #007bff !important;
	transition: all 0.3s ease-in-out;
}

.color-main2 a i:hover {
	color: #141d28 !important;
}

.color-main3 {
	color: #38d028 !important;
	border-color: #38d028;
}

.color-main3 a i {
	color: #38d028 !important;
	transition: all 0.3s ease-in-out;
}

.color-main3 a i:hover {
	color: #141d28 !important;
}

.color-main4 {
	color: #288ef7 !important;
	border-color: #288ef7;
}

.color-main4 a i {
	color: #288ef7 !important;
	transition: all 0.3s ease-in-out;
}

.color-main4 a i:hover {
	color: #141d28 !important;
}

.color-main5 {
	color: #7a42cf !important;
	border-color: #7a42cf;
}

.color-main5 a i {
	color: #7a42cf !important;
	transition: all 0.3s ease-in-out;
}

.color-main5 a i:hover {
	color: #141d28 !important;
}

.color-dark {
	color: #233142;
	border-color: #233142;
}

.color-darkgrey {
	color: #141d28 !important;
	border-color: #141d28;
}

.color-grey {
	color: #657991;
}

.color-success {
	color: #4db19e;
}

.color-info {
	color: #007ebd;
}

.color-warning {
	color: #eeb269;
}

.required,
.color-danger {
	color: #dc5753;
}

.bordered {
	border: 1px solid rgba(20, 29, 40, 0.1);
}

.box-shadow {
	border-color: transparent;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.links-maincolor a {
	color: #007bff;
}

.links-maincolor a:hover {
	color: #141d28;
}

.links-maincolor2 a {
	color: #007bff;
}

.links-maincolor2 a:hover {
	color: #007bff;
}

.links-maincolor3 a {
	color: #38d028;
}

.links-maincolor3 a:hover {
	color: #141d28;
}

.links-maincolor4 a {
	color: #288ef7;
}

.links-maincolor4 a:hover {
	color: #141d28;
}

.links-grey a {
	color: #5c6f87;
}

.links-grey a:hover {
	color: #007bff;
}

.ls .links-darkgrey a {
	color: #141d28;
}

.ls .links-darkgrey a:hover {
	color: #007bff;
}

.bg-maincolor {
	background-color: #007bff;
}

.bg-maincolor2 {
	background-color: #007bff;
}

.bg-maincolor3 {
	background-color: #38d028;
}

.bg-maincolor4 {
	background-color: #288ef7;
}

.bg-dark {
	background-color: #233142;
}

.bg-darkblue {
	color: #fff;
	background-color: #0a0d1b;
}

.bg-darkgrey {
	color: #fff;
	background-color: #141d28;
}

.ls .bg-lighhblue {
	background-color: #f0f7fa;
}

.ls .bg-lighhblue h5 {
	color: #141d28;
}

.bg-success {
	background-color: #4db19e !important;
}

.bg-info {
	background-color: #007ebd !important;
}

.bg-warning {
	background-color: #eeb269 !important;
}

.bg-danger {
	background-color: #dc5753 !important;
}

[class*='bg-']:not(.bg-white):not(.bg-texture):not(.brz-bg):not(.brz-bg-content):not(.bg-icon) {
	color: #fff;
}

[class*='bg-']:not(.bg-white):not(.bg-texture):not(.brz-bg):not(.brz-bg-content):not(.bg-icon) a,
[class*='bg-']:not(.bg-white):not(.bg-texture):not(.brz-bg):not(.brz-bg-content):not(.bg-icon) h1,
[class*='bg-']:not(.bg-white):not(.bg-texture):not(.brz-bg):not(.brz-bg-content):not(.bg-icon) h2,
[class*='bg-']:not(.bg-white):not(.bg-texture):not(.brz-bg):not(.brz-bg-content):not(.bg-icon) h3,
[class*='bg-']:not(.bg-white):not(.bg-texture):not(.brz-bg):not(.brz-bg-content):not(.bg-icon) h4,
[class*='bg-']:not(.bg-white):not(.bg-texture):not(.brz-bg):not(.brz-bg-content):not(.bg-icon) h5,
[class*='bg-']:not(.bg-white):not(.bg-texture):not(.brz-bg):not(.brz-bg-content):not(.bg-icon) h6 {
	color: #fff;
}


/*padding for inline elements with theme backgrounds*/

span[class*='bg-'],
span.bordered,
span.light-bg,
span.hero-bg,
span.muted-bg {
	padding-left: 0.37em;
	padding-right: 0.37em;
}

.s-overlay-colorMain {
	position: relative;
}

.s-overlay-colorMain::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	background-color: rgba(0, 123, 255, .8);
}

.s-overlay-colorMain2 {
	position: relative;
}

.s-overlay-colorMain2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	background-color: rgba(0, 123, 255, .8);
}


/*Dividers, margins and padding helpers*/


/* margins */


/*top&bottom equal margins - dividers*/

.my--160 {
	margin-top: -160px;
	margin-bottom: -160px;
}

.my--120 {
	margin-top: -120px;
	margin-bottom: -120px;
}

.my--85 {
	margin-top: -85px;
	margin-bottom: -85px;
}

.my--80 {
	margin-top: -80px;
	margin-bottom: -80px;
}

.my--75 {
	margin-top: -75px;
	margin-bottom: -75px;
}

.my--60 {
	margin-top: -60px;
	margin-bottom: -60px;
}

.my--50 {
	margin-top: -50px;
	margin-bottom: -50px;
}

.my--40 {
	margin-top: -40px;
	margin-bottom: -40px;
}

.my--35 {
	margin-top: -35px;
	margin-bottom: -35px;
}

.my--30 {
	margin-top: -30px;
	margin-bottom: -30px;
}

.my--25 {
	margin-top: -25px;
	margin-bottom: -25px;
}

.my--20 {
	margin-top: -20px;
	margin-bottom: -20px;
}

.my--15 {
	margin-top: -15px;
	margin-bottom: -15px;
}

.my--10 {
	margin-top: -10px;
	margin-bottom: -10px;
}

.my--5 {
	margin-top: -5px;
	margin-bottom: -5px;
}

.my-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.my-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.my-35 {
	margin-top: 35px;
	margin-bottom: 35px;
}

.my-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.my-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.my-55 {
	margin-top: 55px;
	margin-bottom: 55px;
}

.my-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.my-65 {
	margin-top: 65px;
	margin-bottom: 65px;
}

.my-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.my-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.my-95 {
	margin-top: 95px;
	margin-bottom: 95px;
}

.my-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}

.my-130 {
	margin-top: 130px;
	margin-bottom: 130px;
}

.my-140 {
	margin-top: 140px;
	margin-bottom: 140px;
}

.my-150 {
	margin-top: 150px;
	margin-bottom: 150px;
}

.my-160 {
	margin-top: 160px;
	margin-bottom: 160px;
}

.my-255 {
	margin-top: 255px;
	margin-bottom: 255px;
}


/*left&right equal margins*/

.mx--160 {
	margin-left: -160px;
	margin-right: -160px;
}

.mx--120 {
	margin-left: -120px;
	margin-right: -120px;
}

.mx--85 {
	margin-left: -85px;
	margin-right: -85px;
}

.mx--80 {
	margin-left: -80px;
	margin-right: -80px;
}

.mx--75 {
	margin-left: -75px;
	margin-right: -75px;
}

.mx--60 {
	margin-left: -60px;
	margin-right: -60px;
}

.mx--50 {
	margin-left: -50px;
	margin-right: -50px;
}

.mx--40 {
	margin-left: -40px;
	margin-right: -40px;
}

.mx--35 {
	margin-left: -35px;
	margin-right: -35px;
}

.mx--30 {
	margin-left: -30px;
	margin-right: -30px;
}

.mx--25 {
	margin-left: -25px;
	margin-right: -25px;
}

.mx--20 {
	margin-left: -20px;
	margin-right: -20px;
}

.mx--15 {
	margin-left: -15px;
	margin-right: -15px;
}

.mx--10 {
	margin-left: -10px;
	margin-right: -10px;
}

.mx--5 {
	margin-left: -5px;
	margin-right: -5px;
}

.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-25 {
	margin-left: 25px;
	margin-right: 25px;
}

.mx-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.mx-35 {
	margin-left: 35px;
	margin-right: 35px;
}

.mx-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.mx-45 {
	margin-left: 45px;
	margin-right: 45px;
}

.mx-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.mx-55 {
	margin-left: 55px;
	margin-right: 55px;
}

.mx-60 {
	margin-left: 60px;
	margin-right: 60px;
}

.mx-65 {
	margin-left: 65px;
	margin-right: 65px;
}

.mx-70 {
	margin-left: 70px;
	margin-right: 70px;
}

.mx-90 {
	margin-left: 90px;
	margin-right: 90px;
}

.mx-95 {
	margin-left: 95px;
	margin-right: 95px;
}

.mx-120 {
	margin-left: 120px;
	margin-right: 120px;
}

.mx-130 {
	margin-left: 130px;
	margin-right: 130px;
}

.mx-140 {
	margin-left: 140px;
	margin-right: 140px;
}

.mx-150 {
	margin-left: 150px;
	margin-right: 150px;
}

.mx-160 {
	margin-left: 160px;
	margin-right: 160px;
}

.mx-255 {
	margin-left: 255px;
	margin-right: 255px;
}


/*top margins*/

.mt--160 {
	margin-top: -160px;
}

.mt--120 {
	margin-top: -120px;
}

.mt--85 {
	margin-top: -85px;
}

.mt--80 {
	margin-top: -80px;
}

.mt--75 {
	margin-top: -75px;
}

.mt--60 {
	margin-top: -60px;
}

.mt--50 {
	margin-top: -50px;
}

.mt--40 {
	margin-top: -40px;
}

.mt--35 {
	margin-top: -35px;
}

.mt--30 {
	margin-top: -30px;
}

.mt--25 {
	margin-top: -25px;
}

.mt--20 {
	margin-top: -20px;
}

.mt--15 {
	margin-top: -15px;
}

.mt--10 {
	margin-top: -10px;
}

.mt--5 {
	margin-top: -5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-255 {
	margin-top: 255px;
}


/*bottom margins*/

.mb--160 {
	margin-bottom: -160px;
}

.mb--120 {
	margin-bottom: -120px;
}

.mb--85 {
	margin-bottom: -85px;
}

.mb--80 {
	margin-bottom: -80px;
}

.mb--75 {
	margin-bottom: -75px;
}

.mb--60 {
	margin-bottom: -60px;
}

.mb--50 {
	margin-bottom: -50px;
}

.mb--40 {
	margin-bottom: -40px;
}

.mb--35 {
	margin-bottom: -35px;
}

.mb--30 {
	margin-bottom: -30px;
}

.mb--25 {
	margin-bottom: -25px;
}

.mb--20 {
	margin-bottom: -20px;
}

.mb--15 {
	margin-bottom: -15px;
}

.mb--10 {
	margin-bottom: -10px;
}

.mb--5 {
	margin-bottom: -5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-255 {
	margin-bottom: 255px;
}


/*top right bottom left margins*/

.m--160 {
	margin: -160px;
}

.m--120 {
	margin: -120px;
}

.m--85 {
	margin: -85px;
}

.m--80 {
	margin: -80px;
}

.m--75 {
	margin: -75px;
}

.m--60 {
	margin: -60px;
}

.m--50 {
	margin: -50px;
}

.m--40 {
	margin: -40px;
}

.m--35 {
	margin: -35px;
}

.m--30 {
	margin: -30px;
}

.m--25 {
	margin: -25px;
}

.m--20 {
	margin: -20px;
}

.m--15 {
	margin: -15px;
}

.m--10 {
	margin: -10px;
}

.m--5 {
	margin: -5px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-25 {
	margin: 25px;
}

.m-30 {
	margin: 30px;
}

.m-35 {
	margin: 35px;
}

.m-40 {
	margin: 40px;
}

.m-45 {
	margin: 45px;
}

.m-50 {
	margin: 50px;
}

.m-55 {
	margin: 55px;
}

.m-60 {
	margin: 60px;
}

.m-65 {
	margin: 65px;
}

.m-70 {
	margin: 70px;
}

.m-90 {
	margin: 90px;
}

.m-95 {
	margin: 95px;
}

.m-120 {
	margin: 120px;
}

.m-130 {
	margin: 130px;
}

.m-140 {
	margin: 140px;
}

.m-150 {
	margin: 150px;
}

.m-160 {
	margin: 160px;
}

.m-255 {
	margin: 255px;
}


/* paddings */


/*top&bottom equal paddings - dividers*/

.py--160 {
	padding-top: -160px;
	padding-bottom: -160px;
}

.py--120 {
	padding-top: -120px;
	padding-bottom: -120px;
}

.py--85 {
	padding-top: -85px;
	padding-bottom: -85px;
}

.py--80 {
	padding-top: -80px;
	padding-bottom: -80px;
}

.py--75 {
	padding-top: -75px;
	padding-bottom: -75px;
}

.py--60 {
	padding-top: -60px;
	padding-bottom: -60px;
}

.py--50 {
	padding-top: -50px;
	padding-bottom: -50px;
}

.py--40 {
	padding-top: -40px;
	padding-bottom: -40px;
}

.py--35 {
	padding-top: -35px;
	padding-bottom: -35px;
}

.py--30 {
	padding-top: -30px;
	padding-bottom: -30px;
}

.py--25 {
	padding-top: -25px;
	padding-bottom: -25px;
}

.py--20 {
	padding-top: -20px;
	padding-bottom: -20px;
}

.py--15 {
	padding-top: -15px;
	padding-bottom: -15px;
}

.py--10 {
	padding-top: -10px;
	padding-bottom: -10px;
}

.py--5 {
	padding-top: -5px;
	padding-bottom: -5px;
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-35 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.py-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.py-55 {
	padding-top: 55px;
	padding-bottom: 55px;
}

.py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.py-65 {
	padding-top: 65px;
	padding-bottom: 65px;
}

.py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.py-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.py-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}

.py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.py-130 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.py-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}

.py-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.py-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}

.py-255 {
	padding-top: 255px;
	padding-bottom: 255px;
}


/*left&right equal paddings*/

.px--160 {
	padding-left: -160px;
	padding-right: -160px;
}

.px--120 {
	padding-left: -120px;
	padding-right: -120px;
}

.px--85 {
	padding-left: -85px;
	padding-right: -85px;
}

.px--80 {
	padding-left: -80px;
	padding-right: -80px;
}

.px--75 {
	padding-left: -75px;
	padding-right: -75px;
}

.px--60 {
	padding-left: -60px;
	padding-right: -60px;
}

.px--50 {
	padding-left: -50px;
	padding-right: -50px;
}

.px--40 {
	padding-left: -40px;
	padding-right: -40px;
}

.px--35 {
	padding-left: -35px;
	padding-right: -35px;
}

.px--30 {
	padding-left: -30px;
	padding-right: -30px;
}

.px--25 {
	padding-left: -25px;
	padding-right: -25px;
}

.px--20 {
	padding-left: -20px;
	padding-right: -20px;
}

.px--15 {
	padding-left: -15px;
	padding-right: -15px;
}

.px--10 {
	padding-left: -10px;
	padding-right: -10px;
}

.px--5 {
	padding-left: -5px;
	padding-right: -5px;
}

.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-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.px-35 {
	padding-left: 35px;
	padding-right: 35px;
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.px-45 {
	padding-left: 45px;
	padding-right: 45px;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.px-55 {
	padding-left: 55px;
	padding-right: 55px;
}

.px-60 {
	padding-left: 60px;
	padding-right: 60px;
}

.px-65 {
	padding-left: 65px;
	padding-right: 65px;
}

.px-70 {
	padding-left: 70px;
	padding-right: 70px;
}

.px-90 {
	padding-left: 90px;
	padding-right: 90px;
}

.px-95 {
	padding-left: 95px;
	padding-right: 95px;
}

.px-120 {
	padding-left: 120px;
	padding-right: 120px;
}

.px-130 {
	padding-left: 130px;
	padding-right: 130px;
}

.px-140 {
	padding-left: 140px;
	padding-right: 140px;
}

.px-150 {
	padding-left: 150px;
	padding-right: 150px;
}

.px-160 {
	padding-left: 160px;
	padding-right: 160px;
}

.px-255 {
	padding-left: 255px;
	padding-right: 255px;
}


/*top paddings*/

.pt--160 {
	padding-top: -160px;
}

.pt--120 {
	padding-top: -120px;
}

.pt--85 {
	padding-top: -85px;
}

.pt--80 {
	padding-top: -80px;
}

.pt--75 {
	padding-top: -75px;
}

.pt--60 {
	padding-top: -60px;
}

.pt--50 {
	padding-top: -50px;
}

.pt--40 {
	padding-top: -40px;
}

.pt--35 {
	padding-top: -35px;
}

.pt--30 {
	padding-top: -30px;
}

.pt--25 {
	padding-top: -25px;
}

.pt--20 {
	padding-top: -20px;
}

.pt--15 {
	padding-top: -15px;
}

.pt--10 {
	padding-top: -10px;
}

.pt--5 {
	padding-top: -5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-255 {
	padding-top: 255px;
}


/*bottom paddings*/

.pb--160 {
	padding-bottom: -160px;
}

.pb--120 {
	padding-bottom: -120px;
}

.pb--85 {
	padding-bottom: -85px;
}

.pb--80 {
	padding-bottom: -80px;
}

.pb--75 {
	padding-bottom: -75px;
}

.pb--60 {
	padding-bottom: -60px;
}

.pb--50 {
	padding-bottom: -50px;
}

.pb--40 {
	padding-bottom: -40px;
}

.pb--35 {
	padding-bottom: -35px;
}

.pb--30 {
	padding-bottom: -30px;
}

.pb--25 {
	padding-bottom: -25px;
}

.pb--20 {
	padding-bottom: -20px;
}

.pb--15 {
	padding-bottom: -15px;
}

.pb--10 {
	padding-bottom: -10px;
}

.pb--5 {
	padding-bottom: -5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-255 {
	padding-bottom: 255px;
}


/*top right bottom left paddings*/

.p--160 {
	padding: -160px !important;
}

.p--120 {
	padding: -120px !important;
}

.p--85 {
	padding: -85px !important;
}

.p--80 {
	padding: -80px !important;
}

.p--75 {
	padding: -75px !important;
}

.p--60 {
	padding: -60px !important;
}

.p--50 {
	padding: -50px !important;
}

.p--40 {
	padding: -40px !important;
}

.p--35 {
	padding: -35px !important;
}

.p--30 {
	padding: -30px !important;
}

.p--25 {
	padding: -25px !important;
}

.p--20 {
	padding: -20px !important;
}

.p--15 {
	padding: -15px !important;
}

.p--10 {
	padding: -10px !important;
}

.p--5 {
	padding: -5px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-25 {
	padding: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.p-35 {
	padding: 35px !important;
}

.p-40 {
	padding: 40px !important;
}

.p-45 {
	padding: 45px !important;
}

.p-50 {
	padding: 50px !important;
}

.p-55 {
	padding: 55px !important;
}

.p-60 {
	padding: 60px !important;
}

.p-65 {
	padding: 65px !important;
}

.p-70 {
	padding: 70px !important;
}

.p-90 {
	padding: 90px !important;
}

.p-95 {
	padding: 95px !important;
}

.p-120 {
	padding: 120px !important;
}

.p-130 {
	padding: 130px !important;
}

.p-140 {
	padding: 140px !important;
}

.p-150 {
	padding: 150px !important;
}

.p-160 {
	padding: 160px !important;
}

.p-255 {
	padding: 255px !important;
}


/*top right bottom left paddings*/

@media (min-width: 992px) {
	.p-lg--160 {
		padding: -160px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--120 {
		padding: -120px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--85 {
		padding: -85px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--80 {
		padding: -80px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--75 {
		padding: -75px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--60 {
		padding: -60px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--50 {
		padding: -50px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--40 {
		padding: -40px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--35 {
		padding: -35px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--30 {
		padding: -30px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--25 {
		padding: -25px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--20 {
		padding: -20px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--15 {
		padding: -15px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--10 {
		padding: -10px !important;
	}
}

@media (min-width: 992px) {
	.p-lg--5 {
		padding: -5px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-10 {
		padding: 10px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-15 {
		padding: 15px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-20 {
		padding: 20px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-25 {
		padding: 25px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-30 {
		padding: 30px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-35 {
		padding: 35px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-40 {
		padding: 40px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-45 {
		padding: 45px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-50 {
		padding: 50px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-55 {
		padding: 55px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-60 {
		padding: 60px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-65 {
		padding: 65px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-70 {
		padding: 70px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-90 {
		padding: 90px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-95 {
		padding: 95px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-120 {
		padding: 120px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-130 {
		padding: 130px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-140 {
		padding: 140px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-150 {
		padding: 150px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-160 {
		padding: 160px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-255 {
		padding: 255px !important;
	}
}

.bg-texture {
	background: url("../images/testimonials_bg.jpg") no-repeat center / cover;
}

.tm {
	position: relative;
}

.tm::after {
	content: 'TM';
	position: absolute;
	font-family: 'Poppins', serif;
	font-size: 8px;
	top: 0;
	right: -12px;
	color: #5c6f87;
}

.semibold {
	font-weight: 400;
}

.decor-underline {
	text-decoration: underline;
}

.letter-sp-normal {
	letter-spacing: 0;
}

.letter-sp-small {
	letter-spacing: 2px;
}

.letter-sp-big {
	letter-spacing: 4px;
}

.min-w-100 {
	min-width: 100px;
	display: inline-block;
}

@media (min-width: 575px) {
	.w-sm-25 {
		width: 25%;
	}
}

.min-w-130 {
	min-width: 130px;
	display: inline-block;
}

.font-weight-regular {
	font-weight: 500 !important;
}

.font-weight-medium {
	font-weight: 600 !important;
}

.lh-30 {
	line-height: 30px;
}

.post .underline {
	padding-bottom: 45px;
}

.underline {
	padding-bottom: 30px;
	position: relative;
}

.underline.main2::after {
	background-color: #007bff;
}

.underline::after {
	content: "";
	background-color: #007bff;
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.underline.text-center::after {
	left: 50%;
	transform: translateX(-50%);
}

.underline.text-center.text-lg-left::after {
	left: 0;
	transform: none;
}

@media (max-width: 991px) {
	.underline.text-center.text-lg-left::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.underline.text-center.text-md-left::after {
	left: 0;
	transform: none;
}

@media (max-width: 767px) {
	.underline.text-center.text-md-left::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.top_offset_content [class*="container"] {
	float: left;
	width: 100%;
}

.font-size-normal {
	font-size: 16px !important;
}

.flex-grow-2 {
	flex-grow: 2;
}

.opacity-1:before {
	opacity: 1 !important;
}

.color-gradient {
	background: #38d028;
	background: linear-gradient(to top, rgba(56, 208, 40, 1) 0%, rgba(40, 142, 247, 1) 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.backg-gradient {
	background: #007bff;
	background: linear-gradient(to right, rgba(35, 49, 66, 1) 10%, rgba(5, 102, 60, .9) 70%, rgba(0, 123, 255, .8) 100%);
}

.absolute-img {
	left: 0;
}

.absolute-img.bottom {
	bottom: 0%;
}

.rocket-parallax {
	background-image: url("../images/parallax/rocket_parralax.jpg");
}

.link-underline {
	text-decoration: underline;
}

@media (max-width: 1800px) {
	.hidden-below-xxl {
		display: none;
	}
}

.custom-c {
	background-color: #585fae;
}

.w-40px {
	width: 40px;
}

.cont-padding {
	padding: 65px 70px;
}

@media (max-width: 1199px) {
	.cont-padding {
		padding: 30px;
	}
}

.cont-padding-2 {
	padding: 55px 60px;
}

@media (max-width: 1199px) {
	.cont-padding-2 {
		padding: 30px;
	}
}

.cont-padding-3 {
	padding: 45px 30px;
}

@media (max-width: 1199px) {
	.cont-padding-3 {
		padding: 30px;
	}
}

@media (max-width: 991px) {
	.overflow-visible {
		overflow: hidden !important;
	}
}

.contain {
	background-size: contain;
}

.or {
	margin: 0 30px;
}

@media (max-width: 768px) {
	.or {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.section-padding {
		padding: 70px 205px !important;
	}
}

@media (max-width: 1199px) {
	.section-padding {
		padding: 70px 30px;
	}
}

@media (max-width: 767px) {
	.section-padding {
		padding: 60px 15px;
	}
	.section-padding .special-heading {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.margin-top {
		background-color: transparent;
	}
	.margin-top .container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1310px;
		margin-top: -90px;
		position: relative;
		background-color: white;
	}
}

@media (min-width: 1199px) {
	.margin-top-2 .row {
		position: relative;
		top: -100px;
	}
}

@media (min-width: 1199px) {
	.margin-top-3 {
		margin-top: -140px !important;
	}
}

@media (max-width: 1200px) {
	.container-after-xl-max-w-none .container {
		max-width: unset;
	}
}

.font-style-normal {
	font-style: normal;
}

.slider-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-mask::before {
	content: '';
	position: absolute;
	-webkit-mask: url('../images/mask/angle_00.png') no-repeat top left / contain;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 3;
	display: inline-block;
	width: 42%;
	height: 40%;
}

@media (max-width: 1199px) {
	.slider-mask::before {
		height: 200px;
		width: 400px;
	}
}

@media (max-width: 768px) {
	.slider-mask::before {
		height: 200px;
		width: 350px;
	}
}

.slider-mask::after {
	content: '';
	position: absolute;
	-webkit-mask: url('../images/mask/angle_01.png') no-repeat right bottom / contain;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 2;
	display: inline-block;
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
	.slider-mask {
		overflow: visible !important;
	}
	.slider-mask .flexslider {
		overflow: hidden;
	}
	.slider-mask::after {
		bottom: -3px;
	}
}

.border-img {
	position: relative;
}

.border-img::after {
	content: '';
	position: absolute;
	-webkit-mask: url('../landing-page-images/border-img.png') no-repeat right bottom / contain;
	right: 0;
	left: -10px;
	bottom: -15px;
	background-color: #007bff;
	z-index: 2;
	display: inline-block;
	width: 110%;
	height: 27px;
}

.border_bottom {
	border-bottom: 3px solid #007bff;
}

.section-on-slider {
	background: transparent;
}

.section-on-slider .row {
	margin-top: -395px;
	margin-bottom: 85px;
}

@media (max-width: 1199px) {
	.section-on-slider .row {
		margin-top: -60px;
		margin-bottom: 0;
	}
}

@media (max-width: 992px) {
	.section-on-slider .row {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.pattern-left.cover-image,
.pattern-right.cover-image {
	background: url("../landing-page-images/pattern13.png") repeat center / contain !important;
}

.pattern-left.cover-image.short-media {
	position: absolute;
	left: calc(7% - 65px) !important;
	top: 65px !important;
}

.pattern-left.cover-image.short-media::after {
	display: none;
}

@media (max-width: 1199px) {
	.pattern-left.cover-image.short-media {
		top: 30px !important;
		left: -30px !important;
	}
}

@media (max-width: 991px) {
	.pattern-left.cover-image.short-media {
		display: none;
	}
}

.pattern-left.cover-image {
	position: absolute;
	left: -65px !important;
	top: 65px !important;
}

.pattern-left.cover-image::after {
	display: none;
}

@media (max-width: 1199px) {
	.pattern-left.cover-image {
		top: 30px !important;
		left: -30px !important;
	}
}

@media (max-width: 991px) {
	.pattern-left.cover-image {
		display: none;
	}
}

.pattern-right.cover-image.short-media {
	position: absolute;
	right: 65px !important;
	top: 65px !important;
}

.pattern-right.cover-image.short-media::after {
	display: none;
}

@media (max-width: 1199px) {
	.pattern-right.cover-image.short-media {
		top: 30px !important;
		right: 30px !important;
	}
}

@media (max-width: 991px) {
	.pattern-right.cover-image.short-media {
		display: none;
	}
}

.pattern-right.cover-image {
	position: absolute;
	right: - 65px !important;
	top: 65px !important;
}

.pattern-right.cover-image::after {
	display: none;
}

@media (max-width: 1199px) {
	.pattern-right.cover-image {
		top: 30px !important;
		right: -30px !important;
	}
}

@media (max-width: 991px) {
	.pattern-right.cover-image {
		display: none;
	}
}

.s-cover-left.pattern-right {
	right: auto !important;
	left: 65px;
}

@media (max-width: 1199px) {
	.s-cover-left.pattern-right {
		left: 30px;
	}
}

.s-cover-right.pattern-left {
	left: auto !important;
	right: 65px;
}

@media (max-width: 1199px) {
	.s-cover-right.pattern-left {
		right: 30px;
	}
}

.pattern-left-column,
.pattern-right-column {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.pattern-left-column::after,
.pattern-right-column::after {
	content: '';
	position: absolute;
	z-index: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	right: 70px;
	top: 70px;
	background: url("../landing-page-images/pattern13.png") repeat center / contain;
}

@media (max-width: 1200px) {
	.pattern-left-column::after,
	.pattern-right-column::after {
		right: 30px;
		top: 30px;
	}
}

@media (max-width: 767px) {
	.pattern-left-column::after,
	.pattern-right-column::after {
		display: none;
	}
}

.pattern-right-column::after {
	right: 0;
	left: 70px;
}

@media (max-width: 1200px) {
	.pattern-right-column::after {
		right: auto;
		left: 30px;
		top: 30px;
	}
}

.pattern-right,
.pattern-left {
	overflow: visible !important;
	position: relative;
}

.pattern-right::after,
.pattern-left::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	right: 70px;
	top: 70px;
	z-index: 1;
	background: url("../landing-page-images/pattern13.png") repeat center / contain;
}

@media (max-width: 1200px) {
	.pattern-right::after,
	.pattern-left::after {
		right: 30px;
		top: 30px;
	}
}

.pattern-right img,
.pattern-left img {
	z-index: 2;
	position: relative;
}

.pattern-right::after {
	right: auto;
	left: 70px;
}

@media (max-width: 1199px) {
	.pattern-right::after {
		right: auto;
		top: 30px;
		left: 30px;
	}
}

.pattern-left-panel {
	position: relative;
}

.pattern-left-panel::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 70px;
	width: 32%;
	height: 100%;
	background-color: #007bff;
	z-index: 1;
}

@media (max-width: 1199px) {
	.pattern-left-panel::before {
		top: 30px;
	}
}

.pattern-left-panel img {
	margin-left: 70px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.pattern-left-panel img {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.pattern-left-panel img {
		margin-left: 0;
		padding-left: 30px;
	}
}

.pattern-right-panel {
	position: relative;
}

.pattern-right-panel::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 70px;
	width: 32%;
	height: 100%;
	background-color: #007bff;
	z-index: 1;
}

@media (max-width: 1199px) {
	.pattern-right-panel::before {
		top: 30px;
	}
}

.pattern-right-panel img {
	margin-right: 70px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.pattern-right-panel img {
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.pattern-right-panel img {
		margin-right: 0;
		padding-right: 30px;
	}
}

.btn-link-dark:hover,
.btn-link:hover {
	text-decoration: none !important;
}

.btn-link-dark .link--external,
.btn-link .link--external {
	font-size: 12px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 3px 0;
	min-width: auto;
}

.btn-link-dark .link--external:hover,
.btn-link .link--external:hover {
	text-decoration: none !important;
	color: #007bff;
}

.btn-link-dark .link--external::after,
.btn-link .link--external::after {
	content: '\f054';
	font-family: "FontAwesome", sans-serif;
}

.btn-link-dark .link--external {
	border-color: #141d28;
	color: #141d28;
}

@media (max-width: 991px) {
	.centered-media-small {
		display: flex;
		justify-content: center;
	}
	.centered-media-small .media-body {
		flex: inherit;
	}
}

.ds .right-border::after,
.cs .right-border::after {
	background-color: #fff;
}

.right-border-main.right-border::after {
	background-color: #007bff;
}

@media (min-width: 992px) {
	.right-border {
		position: relative;
	}
	.right-border::after {
		content: '';
		position: absolute;
		right: 2px;
		top: -31px;
		height: 160%;
		width: 1px;
		display: inline-block;
		transform: rotate(30deg);
		background-color: #141d28;
	}
	.right-border.right-border-without-skew::after {
		height: 100%;
		top: 0;
		transform: none;
	}
}

@-webkit-keyframes pulse-icon-white {
	70% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
		transform: translate(-50%, -50%) scale(1.07);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		transform: translate(-50%, -50%) scale(1);
	}
}

@-webkit-keyframes pulse-icon-color-main {
	70% {
		box-shadow: 0 0 0 30px rgba(0, 123, 255, 0);
		transform: translate(-50%, -50%) scale(1.07);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
		transform: translate(-50%, -50%) scale(1);
	}
}

.several-buttons {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.several-buttons {
		flex-direction: column;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.several-buttons .btn:not(:last-child) {
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.several-buttons .btn:not(:first-child) {
		margin-top: 20px;
	}
}

.several-icons {
	display: flex;
	align-items: center;
}

.several-icons>div+div {
	margin-left: 60px;
}

@media (max-width: 767px) {
	.several-icons {
		flex-direction: column;
		justify-content: center;
	}
	.several-icons>div+div {
		margin-left: 0;
		margin-top: 50px;
	}
}

.border-dashed {
	border-bottom: 1px dashed #5c6f87;
}

.img-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.section_title_absolute {
	font-size: 250px;
	opacity: 0.05;
	color: #141d28;
	font-weight: 900;
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: rotate(-90deg);
	transform-origin: top;
}

.section_title_absolute.section_title_right {
	right: 100px;
}

.section_title_absolute.section_title_left {
	left: -255px;
}

@media (max-width: 1500px) {
	.section_title_absolute {
		display: none;
	}
}

.search-margin {
	margin-bottom: 100px;
}

@media (max-width: 767px) {
	.search-margin {
		margin-bottom: 60px;
	}
}

.team.excerpt-none p+.team-excerpt:last-child {
	margin-top: -20px;
}

.team.excerpt-none .team-excerpt {
	display: none;
}

.team.position-none .team-position {
	display: none;
}

.team.soc-icons-none .social-icons {
	display: none;
}

.triangle-right-bottom {
	position: relative;
}

.triangle-right-bottom::after {
	content: '';
	position: absolute;
	right: 2px;
	bottom: 2px;
	-webkit-mask: url('../landing-page-images/triangle.png') no-repeat center / contain;
	background-color: #007bff;
	width: 53px;
	height: 53px;
}

@media (min-width: 1200px) {
	.big-space-left {
		margin-left: 100px;
	}
}

@media (min-width: 1200px) {
	.big-space-right {
		margin-right: 100px;
	}
}

@media (min-width: 1200px) {
	.small-space-left {
		margin-left: 15px;
	}
}

@media (min-width: 1200px) {
	.small-space-right {
		margin-right: 15px;
	}
}

@media (min-width: 1199px) {
	.push_bottom_xl>div {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
	}
}

.tight-section {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 767px) {
	.tight-section {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.tight-section {
		max-width: 1310px;
		margin: 0 auto;
		padding-left: 70px;
		padding-right: 70px;
	}
}

.mailchimp-1 {
	display: flex;
	width: 100%;
}

.mailchimp-1 .form-group {
	width: auto;
	display: contents;
}

.mailchimp-1 button {
	margin-left: 20px;
}

@media (max-width: 575px) {
	.mailchimp-1 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.mailchimp-1 button {
		margin-left: 0;
		margin-top: 30px;
	}
}

.font-poppins {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
}

.ls .footer-menu ul li:not(:last-child)::after {
	background-color: #141d28;
}

@media (min-width: 768px) {
	.footer-menu ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-menu ul li {
		padding: 0 40px;
		display: inline-block;
		position: relative;
	}
	.footer-menu ul li:not(:last-child)::after {
		content: '';
		position: absolute;
		display: inline-block;
		width: 4px;
		height: 4px;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		border-radius: 50%;
		background-color: #fff;
	}
	.footer-menu ul li a::before {
		display: none;
	}
}

.box-shadow-2 {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
}

.box-shadow-2:hover {
	box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1);
}


/*
 ** Shortcodes
 */


/*
 ** Icon Box
 */

.icon-styled {
	text-align: center;
	display: inline-block;
	line-height: 1;
}

.icon-styled.fs-inherit i {
	font-size: 1em;
}

.icon-styled .fa {
	display: inline;
}

.icon-styled[class*='bg-'],
.icon-styled[class*='btn-'],
.icon-styled.bordered,
.icon-styled.icon-bordered {
	width: 100px;
	height: 100px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
}

.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: rgba(20, 29, 40, 0.1);
}

.icon-styled[class*='bg-'] {
	border-color: transparent;
}

.icon-styled.icon-top {
	align-self: flex-start;
	line-height: inherit;
}

.media>.icon-styled:first-child {
	flex-shrink: 0;
}

.media>.icon-styled:last-child {
	flex-shrink: 0;
}

.icon-inline>.icon-styled:first-child {
	flex-shrink: 0;
	margin-right: 10px;
}

li.icon-inline>.icon-styled:first-child {
	margin-top: 7px;
}

.icon-inline>.icon-styled:last-child {
	flex-shrink: 0;
	margin-left: 20px;
}

.icon-inline {
	display: flex;
}

.icon-inline .icon-styled i {
	font-size: 18px;
	display: inline-block;
	margin-top: 6px;
}

.text-center .icon-inline {
	justify-content: center;
}

@media (min-width: 1199px) {
	.text-lg-left.text-center .icon-inline {
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.text-md-left.text-center .icon-inline {
		justify-content: flex-start;
	}
}

.icon-inline>* {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 4px;
}

.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: 55px 60px;
}

@media (max-width: 1199px) {
	.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: 40px;
	}
}

@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: 25px;
	}
}

.icon-box.church {
	padding: 70px 20px 50px;
}

@media (max-width: 1199px) {
	.icon-box.church {
		padding: 42px;
	}
}

@media (max-width: 767px) {
	.icon-box.church {
		padding: 25px;
	}
}

.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 {
		position: relative;
		z-index: 2;
		margin: -6px -10px;
		height: calc(100% + 12px);
		padding-top: 76px;
		padding-bottom: 36px;
	}
}

.icon-box.shadow-layout {
	padding: 40px;
	box-shadow: 0px 2px 5px 0.5em rgba(0, 0, 0, 0);
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}

.icon-box.shadow-layout:hover {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
	.icon-box.shadow-layout {
		padding: 30px;
	}
}

.icon-box.title-size-medium .icon-styled+h2,
.icon-box.title-size-medium .icon-styled+h3,
.icon-box.title-size-medium .icon-styled+h4,
.icon-box.title-size-medium .icon-styled+h5 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.icon-box .icon-styled[class*='bg-'],
.icon-box .icon-styled.icon-bordered {
	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: 18px;
	margin-bottom: 15px;
}

.icon-box .icon-styled+p.small-text {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0.74em 0;
}

.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5 {
	margin-bottom: 1em;
	line-height: 1;
}

.icon-box h5 {
	margin-top: 1em;
}

.media.small-box h5 {
	font-size: 16px;
	margin-bottom: 0;
}

.media.small-box p {
	margin-top: 20px;
	margin-bottom: 0;
}

.icon-box.small-box h5 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 400;
}

.icon-box.small-box p {
	margin-top: 20px;
	margin-bottom: 0;
}

.title-medium .media h5,
.title-medium .icon-box h5 {
	font-weight: 400;
}

.title-regular .media h5,
.title-regular .icon-box h5 {
	font-weight: 500;
}

.title-light .media h5,
.title-light .icon-box h5 {
	font-weight: 300;
}

.title-regular.media h5,
.title-regular.icon-box h5 {
	font-weight: 500;
}

.title-medium.media h5,
.title-medium.icon-box h5 {
	font-weight: 400;
}

.title-light.media h5,
.title-light.icon-box h5 {
	font-weight: 300;
}

.media.title-size-medium h5,
.icon-box.title-size-medium h5 {
	font-size: 24px;
}

.media.title-size-big h5,
.icon-box.title-size-big h5 {
	font-size: 30px;
}

.media h5,
.icon-box h5 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: unset;
	text-transform: capitalize;
	margin-top: 9px;
	margin-bottom: 0.85em;
}

.media p,
.icon-box p {
	word-break: break-word;
	line-height: 1.5;
}

.media .heading-accent,
.icon-box .heading-accent {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: inherit;
	font-size: 30px;
	margin-bottom: 0.6em;
	line-height: 1;
}

@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 {
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
}

.media.ls,
.media.ds,
.media.cs,
.media.bordered,
.media.hero-bg,
.media.muted-bg,
.media.box-shadow {
	padding: 30px;
}

.media.ls [class*='bg-'],
.media.ds [class*='bg-'],
.media.cs [class*='bg-'],
.media.bordered [class*='bg-'],
.media.hero-bg [class*='bg-'],
.media.muted-bg [class*='bg-'],
.media.box-shadow [class*='bg-'],
.media.ls .icon-bordered,
.media.ds .icon-bordered,
.media.cs .icon-bordered,
.media.bordered .icon-bordered,
.media.hero-bg .icon-bordered,
.media.muted-bg .icon-bordered,
.media.box-shadow .icon-bordered {
	margin-right: 10px;
}

.media.ls [class*='bg-']:last-child,
.media.ds [class*='bg-']:last-child,
.media.cs [class*='bg-']:last-child,
.media.bordered [class*='bg-']:last-child,
.media.hero-bg [class*='bg-']:last-child,
.media.muted-bg [class*='bg-']:last-child,
.media.box-shadow [class*='bg-']:last-child,
.media.ls .icon-bordered:last-child,
.media.ds .icon-bordered:last-child,
.media.cs .icon-bordered:last-child,
.media.bordered .icon-bordered:last-child,
.media.hero-bg .icon-bordered:last-child,
.media.muted-bg .icon-bordered:last-child,
.media.box-shadow .icon-bordered:last-child {
	margin-right: 0;
	margin-left: 30px;
}

.media.shadow-layout {
	padding: 40px;
	box-shadow: 0px 2px 5px 0.5em rgba(0, 0, 0, 0);
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}

.media.shadow-layout:hover {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
	.media.shadow-layout {
		padding: 30px;
	}
}

.media.shadow-layout-2 {
	padding: 70px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	background-color: #f8f8f9;
	transition: all 0.5s ease-in-out;
}

.media.shadow-layout-2 h5 {
	font-size: 24px;
	font-weight: 600;
}

.media.shadow-layout-2:hover {
	box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
	.media.shadow-layout-2 {
		padding: 30px;
	}
}

.media .media-body>p:first-child {
	margin-top: -0.2em;
}

.side-icon-box {
	margin: 15px 0 32px;
}

.side-icon-box h4 {
	text-transform: uppercase;
	letter-spacing: 0.17em;
	margin-top: 0;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.side-icon-box .icon-styled+.media-body {
		margin-left: 50px;
	}
	.side-icon-box {
		margin-bottom: 50px;
	}
}

.cs .icon-absolute {
	position: relative;
}

.cs .icon-absolute h5 {
	margin: 0;
}

.cs .icon-absolute span {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 16px;
	text-transform: uppercase;
	opacity: 0.8;
}

.cs .icon-absolute .icon-styled {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.1;
	font-size: 100px;
}

.ds .icon-absolute {
	position: relative;
}

.ds .icon-absolute h5 {
	margin: 0;
}

.ds .icon-absolute span {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 16px;
	text-transform: uppercase;
	color: #007bff;
}

.ds .icon-absolute .icon-styled {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	opacity: 0.1;
	font-size: 100px;
}

.ds .icon-box .underline.underline-big::after,
.ds .media .underline.underline-big::after {
	background-color: #fff;
}

.vertical_box.media {
	align-items: center;
}

.vertical_box.media h5 {
	margin-bottom: 5px;
	margin-top: 0;
}


/*
 ** Special Heading
 */

.bg-maincolor .special-heading.underline:after {
	background-color: #f9b03e;
}

.text-center .special-heading.underline::after {
	left: 50%;
	transform: translateX(-50%);
}

.text-center.text-xl-left .special-heading.underline::after {
	left: 0;
	transform: none;
}

@media (max-width: 1199px) {
	.text-center.text-xl-left .special-heading.underline::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.text-center.text-lg-left::after {
	left: 0;
	transform: none;
}

@media (max-width: 991px) {
	.text-center.text-lg-left::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.text-center.text-md-left .special-heading.underline::after {
	left: 0;
	transform: none;
}

@media (max-width: 767px) {
	.text-center.text-md-left .special-heading.underline::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.cs .special-heading mark {
	color: #fff !important;
}

h6.special-heading {
	line-height: 30px;
}

.special-heading {
	line-height: 1.15;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold;
}

.special-heading mark {
	color: #007bff !important;
}

.special-heading.above {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: unset;
}

.special-heading p {
	font-size: 16px;
	color: #5c6f87;
	line-height: 24px;
	text-transform: initial;
}

.special-heading span {
	display: inline-block;
}

.special-heading.text-left.text-lg-center .underline::after {
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	.special-heading.text-left.text-lg-center .underline::after {
		left: 0;
		transform: none;
	}
}

.special-heading.text-left.text-md-center .underline::after {
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	.special-heading.text-left.text-md-center .underline::after {
		left: 0;
		transform: none;
	}
}

.special-heading.text-right.text-lg-center .underline::after {
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	.special-heading.text-right.text-lg-center .underline::after {
		left: auto;
		right: 0;
		transform: none;
	}
}

.special-heading.text-right.text-md-center .underline::after {
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	.special-heading.text-right.text-md-center .underline::after {
		left: auto;
		right: 0;
		transform: none;
	}
}

.special-heading.text-center .underline::after {
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 992px) {
	.special-heading.text-center.text-lg-left .underline::after {
		left: 0;
		transform: none;
	}
}

@media (min-width: 992px) {
	.special-heading.text-center.text-lg-right .underline::after {
		right: 0;
		left: auto;
		transform: none;
	}
}

@media (min-width: 768px) {
	.special-heading.text-center.text-md-left .underline::after {
		left: 0;
		transform: none;
	}
}

@media (min-width: 768px) {
	.special-heading.text-center.text-md-right .underline::after {
		left: auto;
		right: 0;
		transform: none;
	}
}

.special-heading.text-right .underline::after {
	right: 0;
	transform: none;
}

.special-heading .underline {
	padding-top: 0;
	padding-bottom: 30px;
}

.special-heading .underline:after {
	content: "";
	background-color: #007bff;
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0;
}

.special-heading .underline.underline-big::after {
	width: 100px;
	height: 2px;
}

.special-heading .underline.underline-wave::after {
	-webkit-mask: url('../landing-page-images/wave_2.png') no-repeat center / contain;
	width: 100px;
	height: 16px;
}

.special-heading .underline.text-center::after {
	left: 50%;
	transform: translateX(-50%);
}

.special-heading .underline.text-center.text-xl-left::after {
	left: 0;
	transform: none;
}

@media (max-width: 1199px) {
	.special-heading .underline.text-center.text-xl-left::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.special-heading .underline.text-center.text-lg-left::after {
	left: 0;
	transform: none;
}

@media (max-width: 991px) {
	.special-heading .underline.text-center.text-lg-left::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.special-heading .underline.text-center.text-md-left::after {
	left: 0;
	transform: none;
}

@media (max-width: 767px) {
	.special-heading .underline.text-center.text-md-left::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.special-heading .underline.text-center.text-sm-left::after {
	left: 0;
	transform: none;
}

@media (max-width: 575px) {
	.special-heading .underline.text-center.text-sm-left::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.special-heading .text-lowercase {
	text-transform: lowercase;
}

@media (min-width: 768px) {
	.special-heading .big-spacing {
		letter-spacing: 12px;
	}
}

@media (min-width: 768px) {
	.special-heading .small-spacing {
		letter-spacing: 4.8px;
		text-indent: 4.8px;
	}
}

.special-heading .very-big {
	font-size: 40px;
	letter-spacing: unset;
}

@media (max-width: 768px) {
	.special-heading .very-big {
		font-size: 30px;
	}
}

.special-heading .big {
	font-size: 30px;
	line-height: 1;
}

.special-heading .medium {
	font-size: 20px;
	letter-spacing: unset;
}

.special-heading .text-uppercase {
	text-transform: uppercase;
}

.special-heading.text-capitalize {
	text-transform: capitalize;
}

.special-heading .special {
	line-height: 50px;
	font-size: 14px;
	letter-spacing: -1px;
}

.special-heading .special span {
	font-size: 50px;
	line-height: 0.8;
}

.special-heading .small {
	font-size: 12px;
	padding-bottom: 4px;
}

.special-heading .small2 {
	font-size: 14px;
}

@media (min-width: 992px) {
	.special-heading .small2 {
		padding-bottom: 4px;
		padding-top: 4px;
	}
}

.special-heading .small3 {
	font-size: 16px;
}

@media (min-width: 992px) {
	.special-heading .small3 {
		padding-bottom: 4px;
		padding-top: 4px;
	}
}

.special-heading .large {
	font-size: 120px;
}

@media (max-width: 991px) {
	.special-heading .large {
		font-size: 80px;
	}
}

.left-line::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #007bff;
	transform: translateY(-0.3em);
	margin-right: 20px;
}

@media (max-width: 767px) {
	.left-line::before {
		display: none;
	}
}

.right-line::after {
	content: '';
	display: inline-block !important;
	width: 60px;
	height: 2px;
	background-color: #007bff;
	transform: translateY(-0.3em);
	margin-left: 20px;
}

@media (max-width: 767px) {
	.right-line::after {
		display: none;
	}
}

.border-left {
	border-left: 3px solid #007bff !important;
	padding-left: 25px;
	display: inline-block;
}

@media (max-width: 767px) {
	.border-left {
		border: none !important;
		padding-left: 0;
	}
}

.sp-panel {
	position: relative;
	z-index: 1;
}

.sp-panel::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 100px;
	z-index: -1;
	background-color: #007bff;
	left: -17px;
	bottom: -17px;
}

@media (max-width: 991px) {
	.sp-panel::before {
		height: 50px;
		width: 30px;
		left: -5px;
		bottom: -3px;
	}
}

.ds .heading-with-border::before,
.ds .heading-with-border::after {
	background-color: #fff;
}

.heading-with-border {
	position: relative;
}

.heading-with-border::before,
.heading-with-border::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 34px;
	height: 88px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #007bff;
}

@media (max-width: 575px) {
	.heading-with-border::before,
	.heading-with-border::after {
		display: none;
	}
}

.heading-with-border::before {
	-webkit-mask: url('../landing-page-images/border-left.png') no-repeat center / contain;
	left: -60px;
}

.heading-with-border::after {
	-webkit-mask: url('../landing-page-images/border-right.png') no-repeat center / contain;
	right: -60px;
}


/* brizy */

.brz-tp-etfcxxirvx::before,
.brz-tp-frtmxvznff::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #007bff;
	transform: translateY(-0.3em);
	margin-right: 20px;
}

@media (max-width: 767px) {
	.brz-tp-etfcxxirvx::before,
	.brz-tp-frtmxvznff::before {
		display: none;
	}
}

.brz-tp-obvguvfkwa::after {
	content: '';
	display: inline-block !important;
	width: 60px;
	height: 2px;
	background-color: #007bff;
	transform: translateY(-0.3em);
	margin-left: 20px;
}

@media (max-width: 767px) {
	.brz-tp-obvguvfkwa::after {
		display: none;
	}
}


/*
 ** Number Card
 */

.number-card {
	display: flex;
	overflow: hidden;
	position: relative;
	margin: 30px 0;
}

.number-card .card-number span {
	position: relative;
	display: block;
	margin-left: -0.32em;
	margin-top: -0.14em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -0.03em;
}

.number-card .card-number span:after {
	font-size: 0.62em;
	content: '•';
	position: absolute;
	right: -0.4em;
	bottom: -0.09em;
}

@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 {
	margin: 0;
	line-height: 1;
}

.number-card .card-content h3 {
	line-height: 1;
	margin: 6px 0 25px;
	font-weight: 900;
}

@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;
	}
}

.owl-carousel .pricing-plan {
	margin-top: 0;
	margin-bottom: 0;
}

.pricing-plan {
	text-align: center;
	padding: 50px 25px;
	position: relative;
	z-index: 1;
	color: #5c6f87;
}

.pricing-plan:hover::after {
	opacity: 1;
}

.pricing-plan.pattern_1,
.pricing-plan.pattern_2,
.pricing-plan.pattern_3 {
	position: relative;
}

.pricing-plan.pattern_1::after,
.pricing-plan.pattern_2::after,
.pricing-plan.pattern_3::after {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.pricing-plan.pattern_1::after {
	background-image: url("../landing-page-images/price_pattern_1.png");
	background-position: top right;
}

.pricing-plan.pattern_2::after {
	background-image: url("../landing-page-images/price_pattern_2.png");
	background-position: bottom left;
}

.pricing-plan.pattern_3::after {
	background-image: url("../landing-page-images/price_pattern_3.png");
	background-position: top right;
}

.pricing-plan .price-wrap {
	font-family: 'Poppins', sans-serif;
	color: #141d28;
	margin-top: -10px;
}

.pricing-plan .price-wrap.underline {
	padding-bottom: 0;
}

.pricing-plan .price-wrap.underline::after {
	bottom: 5px;
	background-color: #fff;
}

.pricing-plan .price-wrap[class*='bg-'] {
	padding: 30px 30px 10px;
	margin-top: 50px;
	margin-bottom: 0;
}

.pricing-plan [class*='bg-'] {
	padding: 10px 30px 30px;
	margin-left: -41px;
	margin-right: -41px;
}

.pricing-plan .plan-name[class*='bg-'] {
	padding-top: 30px;
	margin-top: -40px;
}

.pricing-plan .plan-name h3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
}

.pricing-plan .custom-wrap {
	font-weight: bold;
	line-height: 1;
	letter-spacing: -1px;
	margin-top: 20px;
	color: #141d28;
}

.pricing-plan .custom-wrap .plan-value {
	font-size: 60px;
}

.pricing-plan .custom-wrap .plan-value-units {
	font-size: 37px;
}

.pricing-plan .plan-description {
	text-transform: capitalize;
	color: #141d28;
	line-height: 1.3;
	margin-top: 20px;
}

.pricing-plan hr {
	margin-top: 45px;
	margin-bottom: 45px;
}

.pricing-plan .plan-sign {
	font-weight: 500;
	font-size: 30px;
	position: relative;
	color: #007bff;
}

.pricing-plan .plan-price {
	font-size: 30px;
	line-height: 1;
	position: relative;
	font-weight: 600;
	color: #007bff;
}

.pricing-plan .plan-decimals {
	font-size: 20px;
	position: relative;
	color: #5c6f87;
}

@media (min-width: 1200px) {
	.pricing-plan {
		padding: 65px 70px;
	}
	.pricing-plan [class*='bg-'] {
		margin-left: -61px;
		margin-right: -61px;
	}
	.pricing-plan .plan-name[class*='bg-'] {
		margin-top: -57px;
	}
}

.pricing-plan .plan-features {
	display: flex;
	justify-content: center;
	text-align: left;
	margin-top: 40px;
}

.pricing-plan .plan-features .list-unstyled {
	color: #5c6f87;
}

.pricing-plan .plan-features .list-unstyled li {
	line-height: 23px;
}

.pricing-plan .plan-button {
	margin-top: 15px;
}

.pricing-plan.plan-featured {
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	.pricing-plan.plan-featured {
		top: -30px;
	}
}

.pricing-plan.plan-featured.main::before {
	background-color: #007bff;
}

.pricing-plan.plan-featured.main2::before {
	background-color: #007bff;
}

.pricing-plan.plan-featured.main3::before {
	background-color: #38d028;
}

.pricing-plan.plan-featured.main4::before {
	background-color: #288ef7;
}

.pricing-plan.plan-featured.main5::before {
	background-color: #7a42cf;
}

.pricing-plan.cs .plan-description {
	color: #fff;
}

.pricing-plan.cs .list-styled,
.pricing-plan.cs .list-unstyled {
	color: #141d28;
}

.pricing-plan.cs .list-styled li::before,
.pricing-plan.cs .list-unstyled li::before {
	color: #fff;
}

.pricing-plan.cs .special-heading .underline:after {
	background-color: #fff;
}

.pricing-plan.cs .plan-sign,
.pricing-plan.cs .plan-price {
	color: #fff;
}

.pricing-plan.cs .plan-decimals {
	color: #141d28;
}

.pricing-plan.ds .plan-description {
	color: #fff;
}

.pricing-plan.ds .list-styled,
.pricing-plan.ds .list-unstyled {
	color: #fff;
}

.pricing-plan.ds .plan-decimals {
	color: #fff;
}

.fw-pricing {
	display: flex;
	overflow: auto;
	flex-wrap: nowrap;
}

@media (max-width: 575px) {
	.fw-pricing.type-1 {
		padding: 0 15px;
	}
}

.fw-pricing.type-1 .fw-heading-row,
.fw-pricing.type-1 .fw-pricing-row,
.fw-pricing.type-1 .fw-switch-row {
	border-top: 1px solid rgba(20, 29, 40, 0.1);
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
	min-height: 50px;
	display: flex;
	align-items: center;
	padding: 5px 20px;
	justify-content: flex-end;
}

.fw-pricing.type-1 .fw-switch-row,
.fw-pricing.type-1 .fw-heading-row {
	justify-content: center;
}

.fw-pricing.type-1 .fw-switch-row i {
	color: #007bff;
}

.fw-pricing.type-1 .price-wrap {
	margin: 0;
}

.fw-pricing.type-1 .plan-price {
	font-size: 16px;
}

.fw-pricing.type-1 .fw-switch-row {
	color: #141d28;
}

.fw-pricing.type-1 h3 {
	font-weight: 600;
}

.fw-pricing.type-1 .fw-package>div:nth-child(odd) {
	background-color: #f8f8f9;
	border-color: #f8f8f9 !important;
}

.fw-pricing.type-1 .fw-package>div:not(:last-child) {
	margin-bottom: 10px;
}

.fw-pricing.type-1 .fw-package-wrap:first-child .fw-heading-row,
.fw-pricing.type-1 .fw-package-wrap:first-child .fw-pricing-row,
.fw-pricing.type-1 .fw-package-wrap:first-child .fw-switch-row {
	border-left: 1px solid rgba(20, 29, 40, 0.1);
	justify-content: flex-start;
}

.fw-pricing.type-1 .fw-package-wrap:last-child .fw-heading-row,
.fw-pricing.type-1 .fw-package-wrap:last-child .fw-pricing-row,
.fw-pricing.type-1 .fw-package-wrap:last-child .fw-switch-row {
	border-right: 1px solid rgba(20, 29, 40, 0.1);
}

.fw-pricing.type-1 .fw-package-wrap:not(:first-child) .plan-price {
	color: #007bff;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 575px) {
	.fw-pricing.type-1 .fw-package-wrap:not(:first-child) .plan-price {
		font-size: 20px;
	}
}

.fw-pricing.type-1 .fw-package-wrap:not(:first-child) .price-sign {
	position: relative;
	top: -4px;
	font-size: 14px;
	font-weight: bold;
	color: #007bff;
}

.fw-pricing.type-1 .fw-package-wrap:not(:first-child) .price-wrap p {
	color: #5c6f87;
}

@media (max-width: 991px) {
	.fw-pricing.type-1 .fw-package-wrap:not(:first-child) .price-wrap p {
		font-size: 12px;
	}
}

.fw-pricing.type-1 .pricing-plan {
	box-shadow: none;
	padding: 0;
}

.fw-pricing.type-2 {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.fw-pricing.type-2.big-section-first .fw-package-wrap {
	max-width: 16.66%;
}

.fw-pricing.type-2.big-section-first .fw-package-wrap:first-child {
	min-width: 50%;
}

@media (max-width: 1199px) {
	.fw-pricing.type-2.big-section-first .fw-package-wrap {
		max-width: 13%;
	}
	.fw-pricing.type-2.big-section-first .fw-package-wrap:first-child {
		min-width: 61%;
	}
}

@media (max-width: 767px) {
	.fw-pricing.type-2.big-section-first .fw-package-wrap {
		max-width: 100px;
	}
	.fw-pricing.type-2.big-section-first .fw-package-wrap:first-child {
		min-width: 550px;
	}
}

.fw-pricing.type-2 .fa-remove {
	display: none;
}

.fw-pricing.type-2 .fw-heading-row,
.fw-pricing.type-2 .fw-pricing-row,
.fw-pricing.type-2 .fw-switch-row {
	min-height: 50px;
	display: flex;
	align-items: center;
	padding: 5px 20px;
	justify-content: flex-end;
}

.fw-pricing.type-2 .fw-switch-row,
.fw-pricing.type-2 .fw-heading-row {
	justify-content: center;
}

.fw-pricing.type-2 .fw-heading-row {
	min-height: 60px;
}

.fw-pricing.type-2 .fw-switch-row i {
	color: #007bff;
}

.fw-pricing.type-2 .price-wrap {
	margin: 0;
}

.fw-pricing.type-2 .plan-price {
	font-size: 16px;
}

.fw-pricing.type-2 .fw-switch-row {
	color: #141d28;
}

.fw-pricing.type-2 h3 {
	font-weight: 600;
}

.fw-pricing.type-2 .fw-package>div {
	background-color: #fff;
}

.fw-pricing.type-2 .fw-package>div:nth-child(even) {
	background-color: #f8f8f9;
	border-color: #f8f8f9 !important;
}

.fw-pricing.type-2 .fw-package-wrap:first-child .fw-heading-row,
.fw-pricing.type-2 .fw-package-wrap:first-child .fw-pricing-row,
.fw-pricing.type-2 .fw-package-wrap:first-child .fw-switch-row {
	justify-content: flex-start;
}

.fw-pricing.type-2 .fw-package-wrap:not(:last-child) {
	border-right: 1px solid rgba(20, 29, 40, 0.1);
}

.fw-pricing.type-2 .fw-package-wrap:not(:first-child) .plan-price {
	color: #007bff;
	font-size: 24px;
	font-weight: bold;
}

.fw-pricing.type-2 .fw-package-wrap:not(:first-child) .price-sign {
	position: relative;
	top: -4px;
	font-size: 14px;
	font-weight: bold;
	color: #007bff;
}

.fw-pricing.type-2 .fw-package-wrap:not(:first-child) .price-wrap p {
	color: #5c6f87;
}

.fw-pricing.type-2 .pricing-plan {
	box-shadow: none;
	padding: 0;
}

.pricing-plan.layout-2 {
	padding: 30px;
}

.pricing-plan.layout-2.cs .plan-decimals,
.pricing-plan.layout-2.cs .list-styled {
	color: #fff;
}

.pricing-plan.layout-2 .icon-styled {
	margin-bottom: 40px;
}

.pricing-plan.layout-2 .plan-name h3 {
	font-size: 30px;
	font-weight: 300;
}

.pricing-plan.layout-2 .price-wrap {
	margin-top: 30px;
	font-family: Montserrat, sans-serif;
}

.pricing-plan.layout-2 .price-wrap .plan-sign {
	font-size: 40px;
	top: -30px;
}

.pricing-plan.layout-2 .price-wrap .plan-price {
	font-size: 90px;
	font-weight: 300;
}

.pricing-plan.layout-2 .price-wrap .plan-decimals {
	font-size: 30px;
}

.pricing-plan.layout-2 .plan-features {
	margin-top: 0;
}

.pricing-plan.layout-2 ul.list-styled {
	text-align: center;
}

.pricing-plan.layout-2 ul.list-styled li {
	padding-left: 0;
}

.pricing-plan.layout-2 ul.list-styled li::before {
	display: none;
}

.pricing-plan.layout-2 .plan-button {
	margin-top: 40px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.pricing-plan.layout-2 .icon-styled {
		margin-bottom: 30px;
	}
	.pricing-plan.layout-2 .plan-name h3 {
		font-size: 20px;
	}
	.pricing-plan.layout-2 .price-wrap {
		margin-top: 20px;
	}
	.pricing-plan.layout-2 .price-wrap .plan-sign {
		font-size: 20px;
	}
	.pricing-plan.layout-2 .price-wrap .plan-price {
		font-size: 60px;
	}
	.pricing-plan.layout-2 .price-wrap .plan-decimals {
		font-size: 25px;
	}
	.pricing-plan.layout-2 .plan-button .btn {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 575px) {
	.pricing-plan.layout-2 .icon-styled {
		margin-bottom: 30px;
	}
	.pricing-plan.layout-2 .plan-name h3 {
		font-size: 20px;
	}
	.pricing-plan.layout-2 .price-wrap {
		margin-top: 20px;
	}
	.pricing-plan.layout-2 .price-wrap .plan-sign {
		font-size: 20px;
	}
	.pricing-plan.layout-2 .price-wrap .plan-price {
		font-size: 60px;
	}
	.pricing-plan.layout-2 .price-wrap .plan-decimals {
		font-size: 25px;
	}
	.pricing-plan.layout-2 .plan-button .btn {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.pricing-plan.layout-3 {
	padding: 145px 65px 80px 65px;
}

.pricing-plan.layout-3.cs .plan-decimals,
.pricing-plan.layout-3.cs .list-styled {
	color: #fff;
}

.pricing-plan.layout-3 .plan-name h3 {
	font-weight: 500;
}

.pricing-plan.layout-3 .plan-features {
	margin-top: 50px;
}

.pricing-plan.layout-3 .price-wrap {
	margin-top: 50px;
}

.pricing-plan.layout-3 .plan-decimals {
	text-transform: uppercase;
}

.pricing-plan.layout-3 .plan-sign,
.pricing-plan.layout-3 .plan-price {
	font-size: 50px;
	font-weight: 700;
}

@media (max-width: 1199px) {
	.pricing-plan.layout-3 {
		padding: 70px 30px 40px 30px;
	}
}

.pricing-plan.layout-4 {
	padding: 0;
}

.pricing-plan.layout-4 .plan-name h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
}

.pricing-plan.layout-4 .price-wrap {
	background-color: #007bff;
	padding: 20px;
	margin-left: -5px;
	margin-right: -5px;
}

.pricing-plan.layout-4 .price-wrap .plan-sign {
	color: #141d28;
	font-size: 32px;
}

.pricing-plan.layout-4 .price-wrap .plan-price {
	font-size: 64px;
	color: #fff;
	font-weight: 500;
}

.pricing-plan.layout-4 .price-wrap .plan-decimals {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: -5px;
}

.pricing-plan.layout-4 .plan-features {
	padding: 0 20px;
}

@media (min-width: 1200px) {
	.pricing-plan.layout-4 .plan-features {
		padding: 0 50px;
	}
}

.pricing-plan.layout-4 .plan-features .list-unstyled li {
	padding: 13px 0 13px 0px;
}

.pricing-plan.layout-4 .plan-features .list-unstyled li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.pricing-plan.layout-4 .plan-button {
	margin-top: 40px;
	padding-bottom: 15px;
}

@media (min-width: 1200px) {
	.pricing-plan.layout-4 .plan-button {
		padding-bottom: 45px;
	}
}

.pricing-plan.cs.layout-5 .color-dark {
	color: #141d28;
}

.pricing-plan.cs.layout-5 .price-wrap .plan-decimals {
	color: #fff;
}

.pricing-plan.cs.layout-5 .plan-name,
.pricing-plan.ds.layout-5 .plan-name {
	border-color: rgba(255, 255, 255, .5) !important;
}

.pricing-plan.cs.layout-5 .plan-features .list-unstyled,
.pricing-plan.ds.layout-5 .plan-features .list-unstyled {
	color: #fff;
}

.pricing-plan.cs.layout-5 .plan-features .list-unstyled li,
.pricing-plan.ds.layout-5 .plan-features .list-unstyled li {
	border-color: rgba(255, 255, 255, .5) !important;
}

.pricing-plan.layout-5 {
	padding: 0;
	box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.15);
}

.pricing-plan.layout-5 .plan-name h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
}

.pricing-plan.layout-5 .price-wrap {
	margin-top: 0;
	border-top: 1px solid rgba(20, 29, 40, 0.1);
	padding: 40px 10px 0;
	color: #007bff;
}

.pricing-plan.layout-5 .price-wrap .plan-sign {
	font-size: 30px;
}

.pricing-plan.layout-5 .price-wrap .plan-price {
	font-size: 60px;
	font-weight: 500;
}

.pricing-plan.layout-5 .price-wrap .plan-decimals {
	font-size: 30px;
	text-transform: uppercase;
	color: #007bff;
}

.pricing-plan.layout-5 .price-wrap .plan-description {
	margin-top: -5px;
	font-size: 14px;
}

.pricing-plan.layout-5 .plan-features {
	padding: 0 20px;
}

@media (min-width: 1200px) {
	.pricing-plan.layout-5 .plan-features {
		padding: 0 50px;
	}
}

.pricing-plan.layout-5 .plan-features .list-unstyled li {
	padding: 18px 0;
	border-top: 1px solid rgba(20, 29, 40, 0.1);
}

.pricing-plan.layout-5 .plan-features .list-unstyled li:last-child {
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
}

.pricing-plan.layout-5 .plan-button {
	margin-top: 50px;
	padding-bottom: 35px;
}

@media (min-width: 1200px) {
	.pricing-plan.layout-5 .plan-button {
		padding-bottom: 45px;
	}
}

.pricing-plan.layout-6 {
	padding: 50px 40px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.pricing-plan.layout-6.cs .list-styled {
	color: #fff;
}

.pricing-plan.layout-6.cs .plan-name .color-dark {
	color: #141d28;
}

.pricing-plan.layout-6 .icon-styled {
	margin-bottom: 40px;
}

.pricing-plan.layout-6 .plan-name h3 {
	font-size: 30px;
}

.pricing-plan.layout-6 .price-wrap {
	margin-top: 30px;
}

.pricing-plan.layout-6 .price-wrap .plan-sign {
	font-size: 40px;
	top: -20px;
	display: inline-block;
	margin-bottom: 0;
}

.pricing-plan.layout-6 .price-wrap .plan-price {
	font-size: 90px;
	display: inline-block;
	margin: 0;
}

.pricing-plan.layout-6 .price-wrap .plan-decimals {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-top: 20px;
}

.pricing-plan.layout-6 .plan-features {
	margin-top: 30px;
}

.pricing-plan.layout-6 ul.list-styled {
	text-align: center;
	width: 100%;
}

.pricing-plan.layout-6 ul.list-styled li {
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
	padding: 7px 0px;
}

.pricing-plan.layout-6 ul.list-styled li::before {
	display: none;
}

.pricing-plan.layout-6 .plan-button {
	margin-top: 70px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.pricing-plan.layout-6 .icon-styled {
		margin-bottom: 30px;
	}
	.pricing-plan.layout-6 .plan-name h3 {
		font-size: 20px;
	}
	.pricing-plan.layout-6 .price-wrap {
		margin-top: 20px;
	}
	.pricing-plan.layout-6 .price-wrap .plan-sign {
		font-size: 20px;
	}
	.pricing-plan.layout-6 .price-wrap .plan-price {
		font-size: 60px;
	}
	.pricing-plan.layout-6 .price-wrap .plan-decimals {
		font-size: 25px;
	}
	.pricing-plan.layout-6 .plan-button .btn {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 575px) {
	.pricing-plan.layout-6 .icon-styled {
		margin-bottom: 30px;
	}
	.pricing-plan.layout-6 .plan-name h3 {
		font-size: 20px;
	}
	.pricing-plan.layout-6 .price-wrap {
		margin-top: 20px;
	}
	.pricing-plan.layout-6 .price-wrap .plan-sign {
		font-size: 20px;
	}
	.pricing-plan.layout-6 .price-wrap .plan-price {
		font-size: 60px;
	}
	.pricing-plan.layout-6 .plan-button {
		margin-top: 50px;
	}
	.pricing-plan.layout-6 .plan-button .btn {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/*
 ** Items Masonry
 */

.items-tile .item-content {
	padding-bottom: 100px;
}

.items-tile .item-content h3 {
	text-transform: none;
	margin-bottom: 0.3em;
}

@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 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	line-height: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 40px;
	border-bottom: 10px solid rgba(0, 0, 0, 0.1);
}

.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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.filters.gallery-filters {
	padding-bottom: 70px;
}

@media (max-width: 991px) {
	.filters.gallery-filters {
		padding-bottom: 50px;
	}
}

.filters.filters-active-tob-border {
	padding-top: 0;
}

.filters.filters-active-tob-border a {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

@media (max-width: 991px) {
	.filters.filters-active-tob-border a {
		padding-top: 10px;
		padding-bottom: 7px;
	}
}

.filters.filters-active-tob-border a.active:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	height: 1px;
	background: #007bff;
	z-index: 1;
}

.filters a {
	padding: 0 26px;
	font-family: Poppins, sans-serif;
	color: #141d28;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	position: relative;
}

.filters a::before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	bottom: 0;
	height: 2px;
	background-color: #007bff;
	transition: all 0.3s ease-in-out;
}

.filters a:hover {
	color: #007bff;
}

.filters a:hover::before {
	width: calc(100% - 26px);
}

@media (max-width: 767px) {
	.filters a:hover::before {
		width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.filters a {
		padding: 0 10px;
	}
}

.filters .active,
.filters .selected {
	font-weight: 500;
	color: #007bff;
}

.filters .active::before,
.filters .selected::before {
	width: calc(100% - 26px);
}

@media (max-width: 767px) {
	.filters .active::before,
	.filters .selected::before {
		width: calc(100% - 10px);
	}
}

.quote-item.vertical {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 0 70px 70px 70px;
}

@media (max-width: 1199px) {
	.quote-item.vertical {
		padding: 0 40px 40px 40px;
	}
}

.quote-item.vertical .quote-image {
	max-width: 100px;
	margin-top: -50px;
}

.quote-item.vertical .quote-image img {
	border-radius: 50%;
}

.quote-item.vertical blockquote {
	margin-top: 50px;
	margin-left: 0;
	padding-left: 0;
	color: #5c6f87;
	margin-bottom: 50px;
}

.quote-item.vertical blockquote p {
	text-indent: unset;
	position: relative;
	z-index: 1;
}

.quote-item.vertical blockquote::before {
	left: -10px;
	z-index: 0;
	opacity: 0.5;
}

.quote-item.vertical .quote-title {
	margin-top: 50px;
	position: relative;
	width: 100%;
}

.quote-item.vertical .quote-title::before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -50px;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: #007bff;
}

.quote-item.vertical .quote-title h6 {
	font-size: 30px;
	color: #141d28;
}

.quote-item.vertical .quote-title p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.quote-item.horizontal .quote-content {
	padding: 17px 30px 65px 30px;
}

.quote-item.horizontal blockquote {
	margin-top: 50px;
	margin-left: 0;
	padding-left: 0;
	color: #5c6f87;
	padding-bottom: 62px;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.quote-item.horizontal blockquote {
		padding-bottom: 50px;
	}
}

.quote-item.horizontal blockquote p {
	text-indent: unset;
	position: relative;
	z-index: 1;
}

.quote-item.horizontal blockquote::before {
	left: -10px;
	z-index: 0;
	opacity: 0.5;
}

.quote-item.horizontal .quote-title {
	margin-top: 70px;
	position: relative;
	width: 100%;
}

@media (max-width: 1199px) {
	.quote-item.horizontal .quote-title {
		margin-top: 50px;
	}
}

.quote-item.horizontal .quote-title::before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -70px;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: #007bff;
}

@media (max-width: 1199px) {
	.quote-item.horizontal .quote-title::before {
		top: -50px;
	}
}

.quote-item.horizontal .quote-title h6 {
	font-size: 20px;
	color: #141d28;
}

.quote-item.horizontal .quote-title p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.quote-item.quote-layout-3 {
	padding: 0 50px 50px 50px;
}

.quote-item.quote-layout-3 .quote-image {
	max-width: 150px;
	margin-top: -75px;
}

.quote-item.quote-layout-3 .quote-title {
	text-align: center;
}

.quote-item.quote-layout-3 .quote-title::before {
	display: none;
}

.quote-item.quote-layout-3 .quote-title h6 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

.quote-item.quote-layout-3 .quote-title p {
	margin-top: 10px;
	letter-spacing: unset;
	color: #5c6f87 !important;
}

.quote-item.quote-layout-3 blockquote {
	margin-top: 125px;
	text-align: center;
	margin-bottom: 0;
}

.quote-item.quote-layout-3 blockquote::before {
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.quote-item.quote-layout-4 .quote-image {
	position: relative;
}

.quote-item.quote-layout-4 .quote-image::before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 50px;
	right: 50px;
	top: -40px;
	bottom: -40px;
	background-color: #007bff;
	z-index: 0;
}

.quote-item.quote-layout-4 .quote-content {
	padding: 70px 70px 70px 55px;
}

.quote-item.quote-layout-4 .quote-title {
	margin-top: 40px;
}

.quote-item.quote-layout-4 .quote-title::before {
	display: none;
}

.quote-item.quote-layout-4 .quote-title h6 {
	font-size: 30px;
}

.quote-item.quote-layout-4 .quote-title p {
	margin-top: 5px;
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: unset;
}

.quote-item.quote-layout-4 blockquote {
	margin-top: 90px;
	padding-bottom: 0;
}

.quote-item.quote-layout-4 blockquote::before {
	top: -90px;
	left: 0;
	width: 47px;
	height: 40px;
	opacity: 1;
	-webkit-mask: url(../landing-page-images/quote_2.png) no-repeat center/contain;
}

.quote-item.quote-layout-4 blockquote>p {
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 1199px) {
	.quote-item.quote-layout-4 .quote-content {
		padding: 30px;
	}
}

@media (max-width: 991px) {
	.quote-item.quote-layout-4 .quote-image::before {
		top: -30px;
		bottom: -30px;
	}
	.quote-item.quote-layout-4 .quote-content {
		padding: 0 15px;
	}
	.quote-item.quote-layout-4 .quote-title {
		margin-top: 30px;
	}
	.quote-item.quote-layout-4 .quote-title h6 {
		font-size: 20px;
	}
	.quote-item.quote-layout-4 blockquote p {
		font-size: 16px;
	}
	.quote-item.quote-layout-4 blockquote::before {
		left: -10px;
		top: -15px;
		opacity: 0.5;
	}
}

.quote-item.quote-layout-5 {
	margin-top: 65px;
	padding: 0 50px 50px 50px;
	position: relative;
}

@media (max-width: 767px) {
	.quote-item.quote-layout-5 {
		padding: 0 30px 30px 30px;
	}
}

.quote-item.quote-layout-5::before {
	content: '';
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 20px;
	width: 34px;
	height: 27px;
	-webkit-mask: url(../landing-page-images/quote_3.png) no-repeat center/contain;
	background-color: #007bff;
}

.quote-item.quote-layout-5::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, .5);
	z-index: -1;
	box-shadow: 5px 5px 0 rgba(255, 255, 255, .2);
}

.quote-item.quote-layout-5 .quote-image {
	margin-top: -65px;
	max-width: 130px;
}

.quote-item.quote-layout-5 blockquote {
	text-align: center;
	margin-bottom: 0;
}

.quote-item.quote-layout-5 blockquote::before {
	display: none;
}

.quote-item.quote-layout-5 blockquote>p {
	font-size: 20px;
}

@media (max-width: 767px) {
	.quote-item.quote-layout-5 blockquote>p {
		font-size: 16px;
	}
}

.quote-item.quote-layout-5 .quote-title {
	text-align: center;
}

.quote-item.quote-layout-5 .quote-title::before {
	display: none;
}

.quote-item.quote-layout-5 .quote-title h6 {
	font-size: 20px;
	color: #007bff;
	font-weight: 500;
}

.quote-item.quote-layout-6 {
	text-align: center;
}

.quote-item.quote-layout-6 .quote-image img {
	max-width: 100px;
	border-radius: 50%;
}

.quote-item.quote-layout-6 .quote-title {
	margin-top: 45px;
}

.quote-item.quote-layout-6 .quote-title h6 {
	font-weight: 600;
}

.quote-item.quote-layout-6 .quote-title p {
	display: inline-block;
	margin-top: 5px;
	font-weight: 300;
}

.quote-item.quote-layout-6 blockquote {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	max-width: unset;
	margin-bottom: 70px;
}

.quote-item.quote-layout-6 blockquote::before {
	-webkit-mask: url(../landing-page-images/quote_4.png) no-repeat center/contain;
	width: 37px;
	height: 31px;
	bottom: -70px;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
}

.quote-item.quote-layout-6 blockquote>p {
	text-indent: unset;
}

@media (min-width: 576px) {
	.quote-item.quote-layout-6 blockquote>p {
		font-size: 20px;
	}
}

.quote-item.quote-layout-7 {
	padding: 0 40px 40px 40px;
	background-color: #f8f8f9;
	box-shadow: -1px 5px 7px 0 rgba(0, 0, 0, 0.15);
}

.quote-item.quote-layout-7 .quote-image {
	max-width: 130px;
	margin-top: -65px;
}

.quote-item.quote-layout-7 .quote-title::before {
	display: none;
}

.quote-item.quote-layout-7 .quote-title h6 {
	font-size: 20px;
	font-weight: 500;
}

.quote-item.quote-layout-7 .quote-title p {
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: unset;
}

.quote-item.quote-layout-7 blockquote {
	margin-top: 100px;
	margin-bottom: 0;
}

.quote-item.quote-layout-7 blockquote::before {
	-webkit-mask: url(../landing-page-images/quote_5.png) no-repeat center/contain;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
}

.quote-item.quote-layout-7 blockquote>p {
	font-weight: 400;
}

.quote-item.quote-layout-8 {
	padding: 55px 35px;
}

@media (max-width: 1199px) {
	.quote-item.quote-layout-8 {
		padding: 35px;
	}
}

.quote-item.quote-layout-8 .quote-image {
	margin-top: 0;
	flex-shrink: 0;
	max-width: 60px;
	display: flex;
	align-items: center;
}

.quote-item.quote-layout-8 .quote-wrap {
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
}

.quote-item.quote-layout-8 .quote-wrap::before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -40px;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #ffc000;
}

.quote-item.quote-layout-8 .quote-title {
	margin-left: 20px;
	margin-top: 0;
}

.quote-item.quote-layout-8 .quote-title::before {
	display: none;
}

.quote-item.quote-layout-8 .quote-title h6 {
	font-size: 20px;
	font-weight: 500;
}

.quote-item.quote-layout-8 blockquote {
	margin-top: 0;
	padding-top: 60px;
	margin-bottom: 75px;
}

.quote-item.quote-layout-8 blockquote::before {
	-webkit-mask: url(../landing-page-images/quote_6.png) no-repeat center/contain;
	opacity: 1;
	left: 0;
	top: 0;
}

.quote-item.quote-layout-9 .quote-title::before {
	-webkit-mask: url('../landing-page-images/wave_2.png') no-repeat center / contain;
	width: 100px;
	height: 16px;
}

.quote-item.quote-layout-10 {
	text-align: center;
}

.quote-item.quote-layout-10 .quote-image {
	position: relative;
}

.quote-item.quote-layout-10 .quote-image::before {
	content: '';
	position: absolute;
	-webkit-mask: url(../landing-page-images/quote_7.png) no-repeat center/contain;
	background-color: #007bff;
	z-index: 1;
	width: 116px;
	height: 96px;
	top: -51px;
	left: 58%;
	transform: translateX(-50%) scale(0.6);
}

.quote-item.quote-layout-10 .quote-image img {
	max-width: 130px;
	border-radius: 50%;
}

.quote-item.quote-layout-10 .quote-title {
	margin-top: 45px;
}

.quote-item.quote-layout-10 .quote-title h6 {
	font-weight: 600;
}

.quote-item.quote-layout-10 .quote-title p {
	display: inline-block;
	margin-top: 5px;
	font-weight: 300;
}

.quote-item.quote-layout-10 blockquote {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	max-width: unset;
	margin-bottom: 0;
}

.quote-item.quote-layout-10 blockquote::before {
	display: none;
}

.quote-item.quote-layout-10 blockquote>p {
	text-indent: unset;
}

@media (min-width: 576px) {
	.quote-item.quote-layout-10 blockquote>p {
		font-size: 20px;
	}
}

.quote-item.quote-layout-11 {
	text-align: center;
}

.quote-item.quote-layout-11 .quote-image {
	position: relative;
}

.quote-item.quote-layout-11 .quote-image img {
	max-width: 150px;
	border-radius: 50%;
}

.quote-item.quote-layout-11 .quote-title {
	margin-top: 45px;
}

.quote-item.quote-layout-11 .quote-title h6 {
	font-weight: 600;
}

.quote-item.quote-layout-11 .quote-title p {
	display: inline-block;
	margin-top: 5px;
	font-weight: 300;
}

.quote-item.quote-layout-11 blockquote {
	padding-left: 0;
	max-width: unset;
	margin: 60px 0 0;
}

.quote-item.quote-layout-11 blockquote::before {
	display: none;
}

.quote-item.quote-layout-11 blockquote>p {
	text-indent: unset;
}

@media (min-width: 576px) {
	.quote-item.quote-layout-11 blockquote>p {
		font-size: 20px;
	}
}

.owl-item.active.center .quote-layout-11 .quote-image img {
	max-width: 200px;
}

.testimonials-owl-content.owl-theme .owl-nav {
	top: 20%;
}

.testimonials-owl-dots .owl-stage {
	display: flex;
	align-items: center;
}

@media (min-width: 992px) {
	.testimonials-owl-dots {
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
	}
}

.ds .quote-carousel .owl-nav>div::before {
	background-color: #fff;
}

.quote-carousel.quote-carousel-hidden .owl-stage-outer {
	overflow: hidden;
}

.quote-carousel .owl-stage-outer {
	overflow: visible;
}

@media (max-width: 1199px) {
	.quote-carousel .owl-nav {
		display: none !important;
	}
}

.quote-carousel .owl-nav .owl-prev {
	opacity: 1;
	left: -70px !important;
}

.quote-carousel .owl-nav .owl-prev::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 22px;
	-webkit-mask: url('../landing-page-images/left_arrow.png') no-repeat center / contain;
	background-color: #141d28;
	transition: all 0.3s ease-in-out;
}

.quote-carousel .owl-nav .owl-prev:hover {
	opacity: 1;
}

.quote-carousel .owl-nav .owl-prev:hover::before {
	background-color: #007bff;
}

.quote-carousel .owl-nav .owl-prev i {
	display: none;
}

.quote-carousel .owl-nav .owl-next {
	opacity: 1;
	right: -70px !important;
}

.quote-carousel .owl-nav .owl-next::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 22px;
	-webkit-mask: url('../landing-page-images/right_arrow.png') no-repeat center / contain;
	background-color: #141d28;
	transition: all 0.3s ease-in-out;
}

.quote-carousel .owl-nav .owl-next:hover {
	opacity: 1;
}

.quote-carousel .owl-nav .owl-next:hover::before {
	background-color: #007bff;
}

.quote-carousel .owl-nav .owl-next i {
	display: none;
}

.arrow-middle.quote-carousel .owl-nav .owl-prev {
	left: calc(50% - 270px) !important;
}

@media (max-width: 1499px) {
	.arrow-middle.quote-carousel .owl-nav .owl-prev {
		left: calc(50% - 220px) !important;
	}
}

.arrow-middle.quote-carousel .owl-nav .owl-next {
	right: calc(50% - 270px) !important;
}

@media (max-width: 1499px) {
	.arrow-middle.quote-carousel .owl-nav .owl-next {
		right: calc(50% - 220px) !important;
	}
}

@media (min-width: 1500px) {
	.arrow-middle {
		margin-left: -150px;
		margin-right: -150px;
		width: calc(100% + 300px);
	}
}

@media (min-width: 992px) {
	.arrow-middle.owl-carousel .owl-item.active {
		opacity: 0.5;
	}
	.arrow-middle.owl-carousel .owl-item.active+.owl-item.active {
		opacity: 1;
	}
	.arrow-middle.owl-carousel .owl-item.active+.owl-item.active+.owl-item.active {
		opacity: 0.5;
	}
}

.arrow-3.quote-carousel .owl-nav .owl-prev::before {
	-webkit-mask: url(../landing-page-images/left_arrow_2.png) no-repeat center/contain;
	width: 40px;
	height: 40px;
	background-color: #007bff;
}

.arrow-3.quote-carousel .owl-nav .owl-prev:hover::before {
	background-color: #141d28;
}

.arrow-3.quote-carousel .owl-nav .owl-next::before {
	-webkit-mask: url(../landing-page-images/right_arrow_2.png) no-repeat center/contain;
	width: 40px;
	height: 40px;
	background-color: #007bff;
}

.arrow-3.quote-carousel .owl-nav .owl-next:hover::before {
	background-color: #141d28;
}

.arrow-right .owl-stage-outer {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.arrow-right .owl-stage-outer {
		padding-top: 30px;
		padding-bottom: 0;
	}
}

.arrow-right .owl-nav {
	top: 16.5%;
}

.arrow-right .owl-nav .owl-prev::before,
.arrow-right .owl-nav .owl-next::before {
	content: '\f104';
	font-family: "FontAwesome", sans-serif;
	background: none;
	font-size: 20px;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(20, 29, 40, 0.1);
	-webkit-mask: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow-right .owl-nav .owl-prev:hover::before,
.arrow-right .owl-nav .owl-next:hover::before {
	background: none;
	border-color: #007bff;
	color: #007bff;
}

.arrow-right .owl-nav .owl-next {
	right: 0 !important;
}

.arrow-right .owl-nav .owl-next::before {
	content: '\f105';
}

.arrow-right .owl-nav .owl-prev {
	left: auto !important;
	right: 30px !important;
}

.arrow-5 .owl-nav {
	display: flex;
	align-items: center;
	top: calc(50% + 45px);
}

.arrow-5 .owl-nav .owl-prev {
	left: 0 !important;
}

.arrow-5 .owl-nav .owl-prev::before {
	-webkit-mask: url(../landing-page-images/arrow_left_3.png) no-repeat center/contain;
	width: 40px;
	height: 14px;
	flex-shrink: 0;
	margin-right: 20px;
}

.arrow-5 .owl-nav .owl-prev::after {
	content: 'PREW';
	color: #fff;
	letter-spacing: 12px;
	transition: all 0.3s ease-in-out;
}

.arrow-5 .owl-nav .owl-prev:hover::after {
	color: #007bff;
}

.arrow-5 .owl-nav .owl-next {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	right: 0 !important;
}

.arrow-5 .owl-nav .owl-next::before {
	-webkit-mask: url(../landing-page-images/arrow_right_3.png) no-repeat center/contain;
	width: 40px;
	height: 14px;
	flex-shrink: 0;
	margin-left: 10px;
}

.arrow-5 .owl-nav .owl-next::after {
	content: 'Next';
	color: #fff;
	letter-spacing: 12px;
	transition: all 0.3s ease-in-out;
}

.arrow-5 .owl-nav .owl-next:hover::after {
	color: #007bff;
}

.arrow-6.quote-carousel .owl-nav .owl-prev::before {
	-webkit-mask: url(../landing-page-images/left_arrow_3.png) no-repeat center/contain;
	width: 40px;
	height: 40px;
	background-color: #141d28;
}

.arrow-6.quote-carousel .owl-nav .owl-prev:hover::before {
	background-color: #007bff;
}

.arrow-6.quote-carousel .owl-nav .owl-next::before {
	-webkit-mask: url(../landing-page-images/right_arrow_3.png) no-repeat center/contain;
	width: 40px;
	height: 40px;
	background-color: #141d28;
}

.arrow-6.quote-carousel .owl-nav .owl-next:hover::before {
	background-color: #007bff;
}

.ls .arrow-5 .owl-nav .owl-prev::after,
.ls .arrow-5 .owl-nav .owl-next::after {
	color: #141d28;
}


/* brizy */

@media (min-width: 768px) {
	.brz .brz-root__container .testimonials .slick-slide {
		opacity: 0.2;
		transition: all 0.5s ease-in-out;
	}
	.brz .brz-root__container .testimonials .slick-slide.slick-current+.slick-active {
		opacity: 1;
	}
}

.brz .brz-root__container .testimonials .slick-list.draggable {
	padding-top: 50px;
	padding-bottom: 0;
}

.brz .brz-root__container .testimonials .brz-slick-slider__arrow {
	transition: all 0.3s ease-in-out;
}

.brz .brz-root__container .testimonials .brz-slick-slider__arrow:hover {
	color: #007bff;
}

.brz .brz-root__container .testimonials .brz-slick-slider__arrow.brz-slick-slider__arrow-prev {
	left: calc(50% - 295px);
	transform: translateX(50%) rotate(180deg);
}

@media (max-width: 991px) {
	.brz .brz-root__container .testimonials .brz-slick-slider__arrow.brz-slick-slider__arrow-prev {
		display: none !important;
	}
}

.brz .brz-root__container .testimonials .brz-slick-slider__arrow.brz-slick-slider__arrow-next {
	right: calc(50% - 270px);
	transform: translateX(50%);
}

@media (max-width: 991px) {
	.brz .brz-root__container .testimonials .brz-slick-slider__arrow.brz-slick-slider__arrow-next {
		display: none !important;
	}
}

.sergical .item-content {
	padding: 55px 58px 63px;
}

@media (max-width: 478px) {
	.sergical .item-content {
		padding: 40px 30px 45px;
	}
}

.sergical .surgical-adds {
	margin-bottom: 9px;
}

.sergical .star-rating {
	font-size: 0.8em;
}

.sergical .entry-title {
	margin-bottom: 0.85em;
}

.author-bio-shortcode {
	text-align: center;
}

.author-bio-shortcode .author-bio-word {
	position: absolute;
	width: 100%;
	top: -50%;
	transform: translateY(-50%);
	font-size: 400px;
	line-height: 400px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -44px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	left: -82px;
}

@media (max-width: 1199px) {
	.author-bio-shortcode .author-bio-word {
		font-size: 220px;
		letter-spacing: normal;
	}
}

@media (max-width: 768px) {
	.author-bio-shortcode .author-bio-word {
		font-size: 120px;
	}
}

@media (max-width: 480px) {
	.author-bio-shortcode .author-bio-word {
		font-size: 80px;
	}
}

.author-bio-shortcode .bio-text {
	max-width: 580px;
	margin: 0 auto;
}

.author-bio-shortcode .owl-loaded {
	display: block;
	margin-bottom: 30px;
}

.author-bio-shortcode .owl-carousel-slider {
	transition: left 0.5s ease;
	position: relative;
	margin-top: 185px;
	transform: translateX(50%);
}

@media (max-width: 1199px) {
	.author-bio-shortcode .owl-carousel-slider {
		margin-top: 110px;
	}
}

@media (max-width: 767px) {
	.author-bio-shortcode .owl-carousel-slider {
		margin-top: 80px;
	}
}

.author-bio-shortcode .ui-slider-handle {
	display: none;
}

.author-bio-shortcode .author-bio-flex {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}

.author-bio-shortcode .author-bio-flex .year-label {
	transition: color 0.5s ease;
	color: #141d28;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-top: -6px;
}

.author-bio-shortcode .author-bio-flex .year-label.active {
	font-weight: bold;
}

.author-bio-shortcode .author-bio-flex .year-label:first-child {
	position: relative;
	transform: translateX(-30%);
}

.author-bio-shortcode .author-bio-flex .year-label:last-child {
	position: relative;
	transform: translateX(30%);
}

.author-bio-shortcode .author-bio-flex:first-child {
	margin-left: -15px;
	margin-right: -15px;
}

.author-bio-shortcode .author-bio-flex:first-child span {
	transition: background-color 0.5s ease;
	margin-top: -10px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #007bff;
}

.author-bio-shortcode .author-bio-flex:first-child span.active {
	background-color: #007bff;
}

.author-bio-shortcode .author-bio-flex:first-child+div {
	margin-left: -1em;
	margin-right: -1em;
	position: relative;
	top: -52px;
}


/*
 ** Steps
 */

.steps {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.steps.steps-count-1 {
	justify-content: center;
}

.steps.steps-count-2 {
	justify-content: space-evenly;
}

.steps .icon-box {
	width: 26%;
	position: relative;
}

.steps .icon-box h5 {
	margin-top: 15px;
	font-size: 30px;
	font-weight: 500;
}

.steps .icon-box:first-child .media-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.steps .icon-box:first-child .media-image img {
	max-width: 140px;
	border-radius: 50%;
}

.steps .icon-box:nth-child(2) .media-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.steps .icon-box:nth-child(2) .media-image img {
	max-width: 170px;
	border-radius: 50%;
}

.steps .icon-box:nth-child(2) .media-image::after {
	position: absolute;
	content: '';
	-webkit-mask: url("../landing-page-images/step_arrow_1.png") no-repeat center / contain;
	background-color: #5c6f87;
	width: 156px;
	height: 26px;
	display: inline-block;
	left: -50%;
	top: 40%;
}

@media (max-width: 1199px) {
	.steps .icon-box:nth-child(2) .media-image::after {
		width: 120px;
	}
}

.steps .icon-box:nth-child(3) .media-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.steps .icon-box:nth-child(3) .media-image img {
	max-width: 200px;
	border-radius: 50%;
}

.steps .icon-box:nth-child(3) .media-image::after {
	position: absolute;
	content: '';
	-webkit-mask: url("../landing-page-images/step_arrow_2.png") no-repeat center / contain;
	background-color: #5c6f87;
	width: 156px;
	height: 26px;
	display: inline-block;
	left: -50%;
	top: 30%;
}

@media (max-width: 1199px) {
	.steps .icon-box:nth-child(3) .media-image::after {
		width: 120px;
	}
}

@media (max-width: 991px) {
	.steps .icon-box {
		width: 100%;
	}
	.steps .icon-box+.icon-box {
		margin-top: 60px;
	}
	.steps .icon-box+.icon-box::before {
		display: none;
	}
}


/* Simple Counter Shortcode */

.ls .shortcode-simple-counter .counters-borders::before,
.ls .shortcode-simple-counter .counters-borders::after {
	background-color: #141d28;
}

.shortcode-simple-counter {
	position: relative;
}

.shortcode-simple-counter .underline::after {
	height: 5px;
	width: 70px;
}

.shortcode-simple-counter .counter-size {
	color: #141d28;
	font-size: 60px;
	display: inline-block;
	margin-bottom: 0;
	line-height: 1;
}

.shortcode-simple-counter .counter-text {
	color: #141d28;
	margin-top: 10px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 7px;
	text-indent: 7px;
	font-family: Poppins, sans-serif;
}

.shortcode-simple-counter .counter-layout-2 .counter-size {
	font-family: Poppins, sans-serif;
}

.shortcode-simple-counter .counter-layout-2 .counter-text {
	letter-spacing: unset;
	text-transform: capitalize;
}

.shortcode-simple-counter .counters-borders {
	padding: 35px 20px 30px;
	position: relative;
}

.shortcode-simple-counter .counters-borders::before {
	content: '';
	position: absolute;
	width: 21px;
	height: 160px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-mask: url('../landing-page-images/border-left_2.png') no-repeat center / cover;
	background-color: #fff;
}

.shortcode-simple-counter .counters-borders::after {
	content: '';
	position: absolute;
	width: 21px;
	height: 160px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-mask: url('../landing-page-images/border-right_2.png') no-repeat center / cover;
	background-color: #fff;
}

.ds .shortcode-simple-counter .counter-size {
	color: #007bff;
}

.ds .shortcode-simple-counter .counter-text {
	color: #fff;
}

.cs .shortcode-simple-counter .counter-text {
	color: #fff;
}


/*
 * Media img
 */

.img-wrap {
	position: relative;
	display: inline-block;
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.img-wrap {
		margin-top: 30px;
	}
}

.img-wrap.img-left {
	margin-right: 60px;
}

@media (max-width: 1199px) {
	.img-wrap.img-left {
		margin-right: 30px;
	}
}

.img-wrap.img-left img:first-child {
	top: -60px;
	right: -60px;
}

@media (max-width: 1199px) {
	.img-wrap.img-left img:first-child {
		top: -30px;
		right: -30px;
	}
}

@media (min-width: 768px) {
	.img-wrap.img-left:hover img:last-child {
		transform: translateX(-55%);
	}
}

.img-wrap.img-right {
	margin-left: 60px;
}

@media (max-width: 1199px) {
	.img-wrap.img-right {
		margin-left: 30px;
	}
}

.img-wrap.img-right img:first-child {
	top: -60px;
	left: -60px;
}

@media (max-width: 1199px) {
	.img-wrap.img-right img:first-child {
		top: -30px;
		left: -30px;
	}
}

@media (min-width: 768px) {
	.img-wrap.img-right:hover img:last-child {
		transform: translateX(55%);
	}
}

.img-wrap img:first-child {
	position: absolute;
	z-index: 2;
}

.img-wrap img:last-child {
	position: relative;
	transition: 0.3s ease-in-out;
}


/*
 * Blockquote
 */

.quote-shortcode {
	display: flex;
	align-items: center;
}

.quote-shortcode .quote-image {
	position: relative;
}

.quote-shortcode .quote-image::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 34px;
	height: 27px;
	-webkit-mask: url('../landing-page-images/quote_3.png') no-repeat center / contain;
	background-color: #007bff;
}

.quote-shortcode .quote-image img {
	max-width: 100px;
	border-radius: 50%;
}

.quote-shortcode .content-wrap {
	margin-left: 30px;
}

.quote-shortcode blockquote {
	margin: 0;
	padding: 0;
}

.quote-shortcode blockquote::before {
	display: none;
}

.quote-shortcode blockquote>p {
	text-indent: unset;
	font-size: 20px;
	line-height: 30px;
}

.quote-shortcode .quote-title {
	margin-top: 20px;
}

.quote-shortcode .quote-title h6 {
	font-size: 20px;
	font-weight: 500;
	color: #007bff;
}

.quote-shortcode .quote-title p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #5c6f87;
}

@media (max-width: 575px) {
	.quote-shortcode {
		flex-direction: column;
	}
	.quote-shortcode blockquote>p {
		font-size: 16px;
	}
	.quote-shortcode .quote-image+.content-wrap {
		margin-top: 30px;
	}
	.quote-shortcode .content-wrap {
		margin-left: 0;
	}
}


/*
 *  Team
 */

@media (min-width: 1025px) {
	.team-visible .owl-stage-outer {
		overflow: visible;
	}
}

.team-item.content-absolute .item-content {
	bottom: 200%;
	transition: all 0.5s ease-in-out;
	z-index: 2;
	padding-left: 25px;
	padding-right: 25px;
}

.team-item.content-absolute .item-content::before {
	content: '';
	position: absolute;
	-webkit-mask: url('../landing-page-images/border-left.png') no-repeat center / cover;
	background-color: #fff;
	width: 35px;
	height: 88px;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.team-item.content-absolute .item-content::after {
	content: '';
	position: absolute;
	-webkit-mask: url('../landing-page-images/border-right.png') no-repeat center / cover;
	background-color: #fff;
	width: 35px;
	height: 88px;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.team-item.content-absolute .item-content .team-position {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: 0;
}

.team-item.content-absolute .item-content h6 a {
	font-size: 20px;
	color: #007bff;
	font-weight: 500;
}

.team-item.content-absolute .item-content h6 a:hover {
	color: #fff;
}

.team-item.content-absolute:hover .item-content {
	bottom: 50%;
}

.team-item.content-absolute-2 .item-content {
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 1025px) {
	.team-item.content-absolute-2 .item-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.team-item.content-absolute-2:hover .item-content {
		top: 100%;
		opacity: 1;
	}
}

.team-item.team-layout-9:hover .media-links div {
	top: 50%;
}

.team-item.team-layout-9 .media-links div {
	top: -200%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0;
	transition: all 0.5s ease-in-out;
}

.team-item.team-layout-9 .social-icons {
	display: flex;
	flex-wrap: wrap;
	width: 142px;
	justify-content: center;
}

.team-item.team-layout-9 .social-icons a {
	width: 70px;
	height: 70px;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 2px solid transparent;
}

.team-item.team-layout-9 .social-icons a:nth-child(2n+2) {
	border-left-color: #fff;
}

.team-item.team-layout-9 .social-icons a:nth-child(2n+3) {
	border-top-color: #fff;
}

.team-item.team-layout-9 .social-icons a:nth-child(2n+4) {
	border-top-color: #fff;
}

.team-item.team-layout-10 {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
}

.team-item.team-layout-10 .social-icons a {
	margin-left: 0;
}

.team-item.team-layout-10 .item-media {
	max-width: 150px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.team-item.team-layout-10 .item-media img {
	max-width: 150px;
	border-radius: 50%;
}

.team-item.team-layout-10:hover {
	box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1);
}


/*
 * Services
 */

.service-item-4,
.service-item-5 {
	overflow: hidden;
	box-shadow: 0 7px 4px 1px rgba(0, 0, 0, 0.15);
}

.service-item-4.s-overlay:before,
.service-item-5.s-overlay:before {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.service-item-4 .item-content,
.service-item-5 .item-content {
	position: absolute;
	left: 50%;
	top: -150%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.5s ease-in-out;
}

.service-item-4:hover.s-overlay:before,
.service-item-5:hover.s-overlay:before {
	opacity: 0.8;
}

.service-item-4:hover .item-content,
.service-item-5:hover .item-content {
	top: 50%;
	left: 50%;
}

.service-item-5 .item-content h5 {
	font-size: 16px;
}

.excerpt {
	font-size: 20px;
	font-weight: 400;
}


/*
 ** Widgets
 */

aside h2 {
	margin-bottom: 0;
	line-height: 1;
}

aside>*+* {
	margin-top: 100px;
}

.page_footer .widget-title {
	font-size: 30px;
}

.page_footer .widget li.media h3 a,
.page_footer .widget li.media h4 a {
	color: #c2dfee;
}

.page_footer .widget li.media h3 a:hover,
.page_footer .widget li.media h4 a:hover {
	color: #fff;
}

.widget {
	position: relative;
}

.widget+.widget {
	margin-top: 100px;
}

@media (max-width: 1199px) {
	.widget+.widget {
		margin-top: 90px;
	}
}

@media (max-width: 991px) {
	.widget+.widget {
		margin-top: 60px;
	}
}

.widget>h3,
.widget .widget-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1;
	letter-spacing: unset;
	position: relative;
}

.widget>h3.text-center:after,
.widget .widget-title.text-center:after {
	left: 50%;
	transform: translateX(-50%);
}

.widget>h2:last-child {
	line-height: 1;
}

.widget .media {
	margin-bottom: 30px;
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	overflow: hidden;
	margin-top: 0 !important;
}

.widget .media .item-meta {
	font-size: 16px;
}

.widget .media img {
	max-width: 80px;
	height: 80px;
}

.widget .media h3,
.widget .media h4 {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	text-transform: none;
	font-weight: 600;
	margin: 0 0 3px;
	overflow: hidden;
	letter-spacing: 0;
	max-height: 48px;
	line-height: 24px;
}

.widget .media h3 a,
.widget .media h4 a {
	color: #141d28;
	line-height: 24px;
}

.widget .media h3 a:hover,
.widget .media h4 a:hover {
	color: #007bff;
}

.widget .media p {
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.page_footer .widget {
	margin-bottom: 60px;
}

.widget-title.next-image-background {
	position: relative;
	z-index: 2;
}

.widget-title.next-image-background+img {
	position: absolute;
	left: 0;
	top: -15px;
	opacity: 0.5;
}

.text-center .widget-title.next-image-background+img {
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	aside {
		margin: 60px auto 0 auto;
	}
}


/* affix-aside */

.affix-aside {
	position: relative;
}

.affix-aside.affix {
	position: fixed;
	top: 100px;
}

.affix-aside.affix-bottom {
	position: absolute !important;
}

.affix-aside.affix-top {
	width: inherit !important;
	left: auto !important;
}

@media (max-width: 991px) {
	.affix-aside,
	.affix-aside.affix-top,
	.affix-aside.affix,
	.affix-aside.affix-bottom {
		position: static !important;
		width: 100% !important;
	}
}

.stars>span {
	display: flex;
}

.stars a {
	position: relative;
	width: 1em;
	color: transparent;
	text-indent: -999em;
}

.stars a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-indent: 0;
	font-family: "FontAwesome", sans-serif;
}

.stars a:before,
.stars a:hover~a:before {
	color: #5c6f87;
	content: "\f006";
}

.stars.selected a.active:before,
.stars:hover a:before {
	content: "\f005";
	color: #007bff;
	opacity: 1;
}

.stars.selected a.active~a:before {
	content: "\f005";
	color: #5c6f87;
	opacity: 0.75;
}

.stars.selected a:not(.active):before {
	content: "\f005";
	color: #007bff;
	opacity: 1;
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.1em;
	line-height: 1;
	font-size: 11px;
	width: 6em;
	letter-spacing: 0.1em;
	font-family: "FontAwesome", sans-serif;
	color: #007bff;
}

.star-rating:before {
	content: '\f005\f005\f005\f005\f005';
	color: #007bff;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-weight: 400;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: '\f005\f005\f005\f005\f005';
	top: 0;
	position: absolute;
	left: 0;
	font-weight: 900;
}

.ds .widget_twitter .twitter-item .media .media-body a {
	color: #007bff;
}

.ds .widget_twitter .twitter-item .media .media-body a:hover {
	color: #fff;
}

.widget_twitter .widget-title {
	margin-bottom: 29px;
}

.widget_twitter .twitter-item .fa {
	color: #55acee;
	font-size: 14px;
}

.widget_twitter .twitter-item .media {
	align-items: flex-start;
}

.widget_twitter .twitter-item .media *+.media-body {
	margin-left: 7px;
}

.widget_twitter .twitter-item .media .icon-styled {
	margin-top: 0;
}

.widget_twitter .twitter-item .media .icon-styled i {
	font-size: 14px;
	color: #007bff;
	position: relative;
	top: -5px;
}

.widget_twitter .twitter-item .media .media-body>p {
	margin-bottom: 27px;
}

.widget_twitter .twitter-item .media .media-body>p+a {
	display: inline-block;
}

.widget_twitter .twitter-item .media .media-body a {
	color: #007bff;
	text-decoration: underline;
}

.widget_twitter .twitter-item .media .media-body a:hover {
	color: #141d28 !important;
}

.widget_twitter .twitter-item .media+.media {
	margin-top: 20px;
}

.widget_popular_entries .media-image,
.widget_recent_posts .media-image {
	position: relative;
}

.widget_popular_entries .media-image::after,
.widget_recent_posts .media-image::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0, 123, 255, .5);
	transition: all 0.3s ease-in-out;
}

.widget_popular_entries .media-image:hover::after,
.widget_recent_posts .media-image:hover::after {
	opacity: 1;
}

.widget_latest_videos .widget_videos ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.widget_latest_videos .widget_videos ul li {
	width: 33.3%;
	padding-right: 5px;
	padding-left: 5px;
}

.widget_latest_videos .widget_videos ul li:first-child {
	width: 100%;
}

.widget_latest_videos .widget_videos ul li:first-child .photoswipe-link::before {
	background: url(../images/play.png) no-repeat center/contain;
	height: 24px;
	width: 34px;
}

.widget_latest_videos .widget_videos ul li .title {
	position: absolute;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	left: 0;
	right: 0;
	bottom: 26px;
	padding: 0 10px;
	line-height: 1;
	text-align: center;
}

.widget_latest_videos .widget_videos ul li .photoswipe-link::before {
	background: url(../images/play_2.png) no-repeat center/contain;
	content: "";
	height: 14px;
	width: 18px;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.3s ease-in-out;
	z-index: 2;
}

.widget_latest_videos .widget_videos ul li .photoswipe-link::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
	background-color: rgba(37, 80, 133, .5);
}

.widget_banner {
	text-align: center;
}

.widget_bloginfo .description:not(:first-child) {
	margin-top: 20px;
}

.muted-bg>.widget,
.hero-bg>.widget,
.ds.ms>.widget,
.cs>.widget {
	padding: 40px;
}

.widget-theme-wrapper.mb-0 .widget {
	margin-bottom: 0 !important;
}

.widget_portfolio_carousel .owl-item {
	position: relative;
}

.widget_portfolio_carousel .owl-nav {
	display: block !important;
	top: 80px;
}

.widget_portfolio_carousel .owl-nav>div {
	opacity: 1;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.widget_portfolio_carousel .owl-nav>div:hover {
	opacity: 1;
}

.widget_portfolio_carousel .owl-nav>div i {
	color: #141d28;
	font-size: 14px;
}

.widget_portfolio_carousel .owl-nav>div:first-child {
	left: -30px;
}

.widget_portfolio_carousel .owl-nav>div:first-child i {
	position: relative;
	left: 15px;
	transition: all 0.3s ease-in-out;
}

.widget_portfolio_carousel .owl-nav>div:first-child:hover {
	left: 10px;
	background-color: #141d28;
}

.widget_portfolio_carousel .owl-nav>div:first-child:hover i {
	color: #fff;
	left: 0;
}

.widget_portfolio_carousel .owl-nav>div:last-child {
	right: -30px;
}

.widget_portfolio_carousel .owl-nav>div:last-child i {
	position: relative;
	right: 15px;
	transition: all 0.3s ease-in-out;
}

.widget_portfolio_carousel .owl-nav>div:last-child:hover {
	right: 10px;
	background-color: #141d28;
}

.widget_portfolio_carousel .owl-nav>div:last-child:hover i {
	color: #fff;
	right: 0;
}

.widget_tabs .post+.post {
	margin-top: 40px;
}

#sbi_images {
	margin: -10px;
	width: calc(100% + 20px) !important;
}


/*
 widget_search,
 widget_mailchimp
 widget_product_search
 */

.margin-auto .widget_search form,
.margin-auto .widget_product_search form,
.margin-auto .widget_mailchimp form,
.margin-auto .widget_mc4wp_form_widget form {
	margin: auto;
}

.widget_search form,
.widget_product_search form,
.widget_mailchimp form,
.widget_mc4wp_form_widget form {
	position: relative;
}

.widget_search label,
.widget_product_search label,
.widget_mailchimp label,
.widget_mc4wp_form_widget label {
	margin: 0;
	padding: 0;
	display: inline;
}

.widget_search input,
.widget_product_search input,
.widget_mailchimp input,
.widget_mc4wp_form_widget input {
	width: 100%;
	padding-left: 20px;
	padding-right: 35px;
	height: 40px;
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
}

.widget_mc4wp_form_widget button,
.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"],
.widget_product_search form:before {
	text-align: center;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 3px;
	top: 3px;
	border: none;
	background-color: transparent;
	border-radius: 50%;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.widget_search button.bg-darkgrey,
.widget_mailchimp button.bg-darkgrey {
	background-color: #3fb7e9;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"] {
	padding: 0 10px;
}

.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_product_search form input[type="submit"]:hover {
	opacity: 0.5;
}

.widget_mc4wp_form_widget button:before,
.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
	color: #007bff;
	font-size: 14px;
	content: "\f303";
	font-family: "FontAwesome", sans-serif;
	z-index: 1;
	font-weight: 900;
}

.widget_mailchimp.pencil form button:before {
	content: '\f303';
}

.widget_mc4wp_form_widget button:before,
.widget_mailchimp form button:before {
	content: '\f054';
}

.widget_search form button:before {
	content: '\f002';
}

.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 .widget-title,
.widget_categories .widget-title,
.widget_nav_menu .widget-title,
.widget_meta .widget-title,
.widget_pages .widget-title,
.widget_recent_comments .widget-title,
.widget_recent_entries .widget-title {
	margin-bottom: 0.99em;
}

.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul {
	padding-left: 20px;
}

.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 {
	border-top: 1px solid rgba(20, 29, 40, 0.1);
	border-bottom: none;
	min-height: 51px;
}

.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 {
	padding-bottom: 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_categories a:empty,
.widget_nav_menu a:empty,
.widget_meta a:empty,
.widget_pages a:empty,
.widget_recent_comments a:empty,
.widget_recent_entries a:empty,
.widget_archive li>a:not([href]),
.widget_categories li>a:not([href]),
.widget_nav_menu li>a:not([href]),
.widget_meta li>a:not([href]),
.widget_pages li>a:not([href]),
.widget_recent_comments li>a:not([href]),
.widget_recent_entries li>a:not([href]) {
	min-height: 31px;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #007bff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
}

.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 {
	border-top: 1px solid rgba(20, 29, 40, 0.1);
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a {
	flex-grow: 10;
	display: inline-block;
	padding: 10px 0 9px 0;
	position: relative;
	color: #5c6f87;
	font-weight: 400;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_nav_menu li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover {
	color: #141d28;
}

.widget_archive li>a:before,
.widget_categories li>a:before,
.widget_nav_menu li>a:before,
.widget_meta li>a:before,
.widget_pages li>a:before {
	color: #007bff;
	font-family: "FontAwesome", sans-serif;
	font-size: 12px;
	content: "\f054";
	left: 0;
	margin-right: 11px;
}

.service-menu .widget_nav_menu li {
	border: none !important;
}

.service-menu .widget_nav_menu li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 0;
	color: #141d28;
}

.service-menu .widget_nav_menu li a:hover {
	color: #007bff;
}

.service-menu .widget_nav_menu li a i {
	color: #007bff;
	font-size: 32px;
	display: inline-block;
	margin-right: 20px;
}

.service-menu .widget_nav_menu li a::before {
	display: none;
}

.page_footer .widget_nav_menu li {
	border: none;
}

.page_footer .widget_nav_menu li a {
	padding: 0;
}

.widget_recent_comments li {
	flex-grow: 10;
	display: inline-block;
	padding: 12px 0 11px 0;
	position: relative;
	font-weight: 300;
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
	width: 100%;
}

.widget_recent_comments li:first-child {
	border-top: 1px solid rgba(20, 29, 40, 0.1);
}

.widget_recent_comments li a {
	color: #5c6f87;
	font-weight: 400;
}

.widget_recent_comments li a:hover {
	color: #141d28;
}

.widget_recent_comments li::before {
	color: #007bff;
	font-family: "FontAwesome", sans-serif;
	font-size: 12px;
	content: "\f054";
	left: 0;
	margin-right: 11px;
}

.widget_recent_entries li {
	flex-grow: 10;
	display: inline-block;
	padding: 12px 0 11px 15px;
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
	width: 100%;
	position: relative;
}

.widget_recent_entries li:before {
	color: #007bff;
	font-family: "FontAwesome", sans-serif;
	font-size: 12px;
	content: "\f054";
	left: 0;
	margin-right: 11px;
	position: absolute;
	top: 0px;
}

.widget_recent_entries li:first-child {
	border-top: 1px solid rgba(20, 29, 40, 0.1);
}

.widget_recent_entries li a {
	color: #5c6f87;
	font-weight: 400;
}

.widget_recent_entries li a:hover {
	color: #141d28;
}

.page_footer *+.social-icons {
	margin-top: 30px;
	display: inline-block;
}

@media (min-width: 992px) {
	.page_footer *+.social-icons {
		margin-top: 65px;
	}
}

.page_footer .widget_recent_entries li:first-child {
	border-top: none;
}

.page_footer .widget_recent_entries li:last-child {
	border-bottom: none;
}

.page_footer .widget h3.widget-title {
	letter-spacing: 4.8px;
	text-indent: 4.8px;
	font-size: 12px;
	line-height: 0.9;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
	color: #007bff;
}

@media (max-width: 767px) {
	.page_footer .widget h3.widget-title {
		text-align: center;
	}
	.page_footer .widget h3.widget-title::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 575px) {
	.page_footer .widget h3.widget-title {
		margin-bottom: 30px;
	}
}

.page_footer .widget.widget_instagram .widget-title {
	margin-bottom: 1.6em;
}

.page_footer .widget.widget_mailchimp form,
.page_footer .widget.widget_mailchimp .form-control {
	max-width: 100%;
}

.page_footer .widget li.media {
	margin-bottom: 21px;
}

.page_footer .widget_icons_list {
	font-weight: 300;
}

.page_footer .widget_icons_list .icon-inline+.icon-inline {
	margin-top: 4px;
}

.page_footer .widget_icons_list .social-icons {
	margin-top: 20px;
	display: inline-block;
}

.page_footer .menu-item li {
	min-height: 31px !important;
}

.page_copyright .menu-inline .widget_nav_menu li,
.page_topline .menu-inline .widget_nav_menu li {
	display: inline-block;
}

.page_copyright .menu-inline .widget_nav_menu a:before,
.page_topline .menu-inline .widget_nav_menu a:before {
	display: none;
}

.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
	position: relative;
	border: none;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 31px;
}

.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before {
	content: '';
	position: absolute;
	padding: 0;
	left: -5px;
	top: 5px;
	bottom: 5px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.3;
	display: block;
}

.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;
}

.widgets-title {
	font-size: 20px;
	text-transform: initial;
}

.widgets-title a:hover {
	color: #007bff;
}

.widget .media {
	display: flex;
	align-items: center;
}

.widget .media *+.media-body,
.widget .media .media-body+* {
	margin-left: 20px;
}

.widget .media .media-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}

.widget .media .media-body .item-meta {
	margin-bottom: 0;
}


/* widget_calendar */

@media (min-width: 1200px) {
	.col-xl-3 .calendar_wrap thead {
		font-size: 12px;
	}
	.col-xl-3 .calendar_wrap thead th {
		padding: 10px 4px;
	}
	.col-xl-3 .calendar_wrap thead th:first-child {
		padding-left: 10px;
	}
	.col-xl-3 .calendar_wrap thead th:last-child {
		padding-right: 10px;
	}
	.col-xl-3 .calendar_wrap tbody {
		font-size: 12px;
	}
	.col-xl-3 .calendar_wrap tbody tr:first-child td {
		padding-top: 20px;
	}
	.col-xl-3 .calendar_wrap tbody tr:last-child td {
		padding-bottom: 20px;
	}
	.col-xl-3 .calendar_wrap tbody td {
		padding: 10px 3px;
	}
	.col-xl-3 .calendar_wrap tbody td:first-child {
		padding-left: 10px;
	}
	.col-xl-3 .calendar_wrap tbody td:last-child {
		padding-right: 10px;
	}
	.col-xl-3 .calendar_wrap tfoot td a {
		padding: 0 10px;
	}
}

.calendar_wrap {
	width: 100%;
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.ds .widget_calendar caption {
	color: #141d28;
}

.widget_calendar table {
	margin: 0;
	position: relative;
	text-align: center;
	background-color: #f8f8f9;
	display: flex;
	flex-direction: column;
}

.widget_calendar table td,
.widget_calendar table th {
	border: none;
}

.widget_calendar caption {
	line-height: 1;
	padding: 18px 0;
	text-align: center;
	color: #141d28;
	background-color: #007bff;
	font-size: 24px;
	font-weight: 600;
}

.widget_calendar thead {
	background-color: #141d28;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}

.widget_calendar thead th {
	padding: 20px 8px;
	text-align: center;
	width: 100px;
}

@media (max-width: 575px) {
	.widget_calendar thead th {
		padding: 18px 4px;
		font-size: 12px;
	}
}

.widget_calendar tbody {
	font-size: 16px;
	font-weight: 300;
}

.widget_calendar tbody tr:first-child td {
	padding-top: 35px;
}

.widget_calendar tbody tr:last-child td {
	padding-bottom: 35px;
}

.widget_calendar tbody td {
	padding: 9px 4px;
	position: relative;
	width: 100px;
}

.widget_calendar tbody td.pad {
	color: #333d4a;
}

.widget_calendar tbody td a {
	color: #141d28 !important;
}

.widget_calendar tbody td a:hover {
	color: #007bff !important;
}

.widget_calendar th {
	color: inherit;
}

.widget_calendar tfoot td {
	position: absolute;
	top: 0;
}

.widget_calendar tfoot td a {
	text-align: center;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	padding: 0 17px;
	font-size: 0;
	color: transparent;
}

.widget_calendar tfoot td a:hover {
	opacity: 0.4;
}

.widget_calendar tfoot td a:before,
.widget_calendar tfoot td a:after {
	color: #141d28;
	font-size: 10px;
	font-family: "FontAwesome", sans-serif;
	font-weight: 900;
}

.widget_calendar tfoot td.pad {
	display: none;
}

.widget_calendar tfoot td:first-child {
	left: 0;
	padding: 0;
	border-right: 1px solid rgba(20, 29, 40, 0.1);
}

.widget_calendar tfoot td:first-child a:before {
	content: '\f053';
}

.widget_calendar tfoot td:last-child {
	right: 0;
	padding: 0;
	border-left: 1px solid rgba(20, 29, 40, 0.1);
}

.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 {
	position: relative;
	top: -1px;
	font-size: 0.8em;
	padding-right: 0.3em;
	font-family: "FontAwesome", sans-serif;
	content: '\f09e';
}

.widget_rss ul {
	padding-left: 0;
	list-style: none;
}

.widget_rss ul a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.widget_rss li cite:last-child {
	display: block;
	margin-top: 0.5em;
}

.widget_rss li+li {
	margin-top: 1.5em;
}

.widget_rss .rss-date {
	display: block;
	margin: 0.8em 0;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	color: #141d28;
}

.ds .widget_rss .rss-date {
	color: #fff;
}


/* widget_tag_cloud */

.widget_tag_cloud {
	margin-bottom: -10px;
}

.widget_tag_cloud a {
	line-height: 1;
	background-color: transparent;
	border: 1px solid rgba(20, 29, 40, 0.1);
	padding: 12px 20px;
	text-align: center;
	margin: 0 7px 10px 0;
	display: inline-block;
	min-width: 100px;
	font-size: 16px !important;
	color: #5c6f87;
	transition: all 0.5s ease-in-out;
	text-transform: unset;
}

.widget_tag_cloud a span {
	color: #007bff;
	margin-left: 7px;
}

.widget_tag_cloud a:not(.btn):hover {
	color: #007bff;
}


/* widget_flickr */

.widget_flickr {
	margin-bottom: -10px;
}

.widget_flickr ul {
	margin: 0;
	padding: 0;
}

.widget_flickr li {
	width: 50%;
	display: inline-block;
	padding: 0 10px 10px 0;
}

.widget_flickr img {
	max-width: 100%;
	border-radius: 1px;
}

.widget_flickr a {
	opacity: 1;
}

.widget_flickr a:hover {
	opacity: 0.6;
}

.widget_instagram {
	margin-bottom: -10px;
}

.widget_instagram .instafeed {
	display: flex;
	flex-wrap: wrap;
}

.widget_instagram .instafeed .photo {
	display: inline-block;
	max-width: 100%;
	width: 33%;
	padding: 0 15px 15px 0;
}

.widget_instagram .instafeed img {
	width: 100%;
}


/* access_press */

.apsc-facebook-icon {
	background-color: #3b5998;
}

.apsc-twitter-icon {
	background-color: #1dcaff;
}

.apsc-youtube-icon {
	background-color: #e52d27;
}

.apsc-soundcloud-icon {
	background-color: #f80;
}

.apsc-dribble-icon {
	background-color: #ea4c89;
}

.apsc-comment-icon {
	background-color: #464646;
}

.apsc-edit-icon {
	background-color: #837d7d;
}

.apsc-google-plus-icon {
	background-color: #dd4b39;
}

.apsc-instagram-icon {
	background-color: #3f729b;
}

.apsc-each-profile a {
	color: white !important;
}

.apsc-each-profile a:hover {
	color: white !important;
	text-decoration: none !important;
}

.apsc-theme-4 .apsc-facebook-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-facebook-icon i {
	background-color: #3b5998;
}

.apsc-theme-4 .apsc-twitter-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-twitter-icon i {
	background-color: #1dcaff;
}

.apsc-theme-4 .apsc-youtube-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-youtube-icon i {
	background-color: #e52d27;
}

.apsc-theme-4 .apsc-soundcloud-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-soundcloud-icon i {
	background-color: #f80;
}

.apsc-theme-4 .apsc-dribble-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-dribble-icon i {
	background-color: #ea4c89;
}

.apsc-theme-4 .apsc-comment-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-comment-icon i {
	background-color: #464646;
}

.apsc-theme-4 .apsc-edit-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-edit-icon i {
	background-color: #837d7d;
}

.apsc-theme-4 .apsc-google-plus-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-google-plus-icon i {
	background-color: #dd4b39;
}

.apsc-theme-4 .apsc-instagram-icon {
	background-color: #fff;
}

.apsc-theme-4 .apsc-instagram-icon i {
	background-color: #3f729b;
}

.apsc-theme-4 .apsc-each-profile {
	margin-bottom: 10px;
	width: 100%;
}

.apsc-theme-4 .apsc-inner-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.apsc-theme-4 .social-icon {
	display: inline-block;
	margin-right: auto;
	padding: 4px 0;
	position: static;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
	display: block;
	position: relative;
	padding: 14px 29px 14px 88px;
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
	background-color: #f8f8f9;
	color: #5c6f87 !important;
}

.apsc-theme-4 .apsc-each-profile a .media-name {
	color: #141d28 !important;
	font-weight: 400;
}

.apsc-theme-4 .apsc-each-profile a i {
	color: #fff !important;
}

.apsc-theme-4 .apsc-each-profile a:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {
	.apsc-theme-4 .apsc-each-profile a {
		padding: 11px 15px 11px 70px;
	}
}

.apsc-theme-4 .apsc-each-profile a .fa {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 1px solid #fff;
	width: 60px;
	font-size: 16px;
	transform: none;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-count {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: inherit;
	text-align: center;
	position: relative;
	padding: 4px 4px;
	transition: all 0.5s ease-in-out;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.apsc-theme-4 .apsc-media-type {
	display: inline-block;
	padding: 4px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.apsc-theme-1 .apsc-each-profile {
	width: 30%;
}

.apsc-theme-1 .apsc-each-profile a {
	border-radius: 0;
	padding-top: 30px;
	padding-bottom: 15px;
}

.apsc-theme-1 .apsc-each-profile .social-icon .fa {
	font-size: 28px;
}

.apsc-theme-1 .apsc-each-profile .apsc-count {
	padding-top: 15px;
}

.apsc-theme-2 .apsc-each-profile {
	width: 30%;
}

.apsc-theme-2 .apsc-each-profile a {
	border-radius: 0;
	padding-top: 30px;
	padding-bottom: 15px;
}

.apsc-theme-2 .apsc-each-profile .social-icon .fa {
	font-size: 28px;
}

.apsc-theme-2 .apsc-each-profile .apsc-count {
	padding-top: 10px;
	font-size: 18px;
}

@media screen and (max-width: 479px) {
	.apsc-theme-4 .apsc-each-profile,
	.apsc-theme-3 .apsc-each-profile {
		float: none;
	}
}


/* widget_twitter */

.tweet_avatar {
	float: left;
	margin-top: 4px;
}

.tweet_avatar img {
	max-width: 25px;
	display: none;
}

.tweet_avatar:before {
	font-family: "FontAwesome", sans-serif;
	content: "\f099";
	color: #55acee;
}

.tweet_right {
	overflow: hidden;
	zoom: 1;
	margin-left: 35px;
}

.tweet_list {
	list-style: none;
	padding: 0;
}

.tweet_list li+li {
	padding-top: 20px;
	clear: both;
}

.tweet_text a:last-child {
	display: block;
}

.tweet_time {
	display: block;
}


/*.widget_slider*/

.widget_slider h5:first-child {
	font-family: "Poppins", sans-serif;
	text-transform: none;
	font-weight: 400;
	margin: 0px 0 5px;
	color: #fff;
	line-height: 30px;
}

.widget_slider .item-media+.item-content {
	padding: 24px 0 0 0;
}

.widget_slider .item-media+.item-content h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 25px;
}

.widget_slider .item-media+.item-content .entry-meta {
	margin-bottom: 0;
}

.widget_slider .item-media+.item-content .entry-meta a {
	font-size: 16px;
	color: #5c6f87;
}

.widget_slider .item-media+.item-content .entry-meta a:hover {
	color: #007bff;
}

.widget_slider .cat-links {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
}

.widget_slider .owl-theme .owl-nav {
	top: 115px;
}

.widget_slider .owl-theme .owl-nav>div {
	opacity: 1;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #007bff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.widget_slider .owl-theme .owl-nav>div:hover {
	opacity: 0.6;
}

.widget_slider .owl-theme .owl-nav>div i {
	color: #141d28;
	font-size: 10px;
}

.widget_slider.widget_slider_title .vertical-item {
	margin-bottom: 6px;
}

.widget_slider.widget_slider_title .item-content {
	text-align: center;
	padding: 40px 33px 35px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.widget_slider.widget_slider_title .item-content {
		padding-left: 55px;
		padding-right: 55px;
	}
}

@media (max-width: 575px) {
	.widget_slider.widget_slider_title .item-content {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.widget_slider.widget_slider_title .item-content .entry-meta {
	justify-content: center;
	margin-bottom: 10px;
}

.widget_slider.widget_slider_title .item-content .entry-meta a {
	color: #5c6f87;
}

.widget_slider.widget_slider_title .item-content .entry-meta a:hover {
	color: #007bff;
}

.widget_slider.widget_slider_title .item-content h2,
.widget_slider.widget_slider_title .item-content h3,
.widget_slider.widget_slider_title .item-content h4,
.widget_slider.widget_slider_title .item-content h5,
.widget_slider.widget_slider_title .item-content h6 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.6;
}

.widget_slider.widget_slider_title .owl-theme .owl-nav {
	top: -84px;
	right: -21px;
}

.widget_slider.widget_slider_title .owl-theme .owl-nav>div {
	opacity: 1;
}

.widget_slider.widget_slider_title .owl-theme .owl-nav>div:first-child {
	right: 30px;
}

.widget_slider.widget_slider_title .owl-theme .owl-nav>div i {
	font-size: 12px;
	color: #141d28;
}


/*.widget_post_tabs*/

.widget_post_tabs .tab-content {
	padding: 40px;
}

.widget_post_tabs h4:first-child {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 20px;
}

.widget_post_tabs .vertical-item {
	margin-bottom: 1.8em;
}

.widget_post_tabs .vertical-item:last-child {
	margin-bottom: 0;
}

.widget_post_tabs .vertical-item .item-content {
	padding: 24px 0 0 0;
}

.widget_post_tabs .entry-meta a {
	color: #5c6f87;
}

.widget_post_tabs .entry-meta a:hover {
	color: #007bff;
}

.widget_post_tabs .entry-footer,
.widget_post_tabs .entry-meta {
	margin-bottom: 0;
}


/*.widget_posts_2cols*/

.ds .widget_posts_2cols h5 {
	background-color: #141d28;
}

.widget_posts_2cols ul {
	display: flex;
	flex-wrap: wrap;
}

.widget_posts_2cols li {
	width: 50%;
	margin-top: 20px;
}

.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-family: "Poppins", sans-serif;
	text-transform: none;
	font-weight: 500;
	line-height: 19px;
	padding: 20px 10px;
	margin: 0;
	text-align: center;
	color: #141d28;
}


/*
 ** Social Icons - Font Awesome Brand Icons
 */


/* social icon layout */

a[class*='fa-']:before {
	font-family: "FontAwesome", sans-serif;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	width: 1em;
}

a.fa {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-left: 7px;
	margin-right: 5px;
}

a.fa.bg-icon,
a.fa .tooltip,
a.fa.color-bg-icon,
a.fa.border-icon {
	margin-left: 4px;
	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 {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

a[class*='fa-'].rounded-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


/*social icons brand colors*/

a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-f,
a[class*="fa-"].fa-facebook-f:hover {
	color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-telegram-plane,
a[class*="fa-"].fa-telegram-plane:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-paper-plane,
a[class*="fa-"].fa-paper-plane:hover {
	color: #008398;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-git,
a[class*="fa-"].fa-git:hover {
	color: #333;
}

a.color-icon.fa-github-alt,
a[class*="fa-"].fa-github-alt:hover {
	color: #333;
}

a.color-icon.fa-github-square,
a[class*="fa-"].fa-github-square:hover {
	color: #333;
}

a.color-icon.fa-github,
a[class*="fa-"].fa-github:hover {
	color: #333;
}

a.color-icon.fa-gittip,
a[class*="fa-"].fa-gittip:hover {
	color: #630;
}

a.color-icon.fa-google-plus-square,
a[class*="fa-"].fa-google-plus-square:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-plus,
a[class*="fa-"].fa-google-plus:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-wallet,
a[class*="fa-"].fa-google-wallet:hover {
	color: #4285f4;
}

a.color-icon.fa-google,
a[class*="fa-"].fa-google:hover {
	color: #dd4b39;
}

a.color-icon.fa-hacker-news,
a[class*="fa-"].fa-hacker-news:hover {
	color: #f60;
}

a.color-icon.fa-houzz,
a[class*="fa-"].fa-houzz:hover {
	color: #7ac142;
}

a.color-icon.fa-html5,
a[class*="fa-"].fa-html5:hover {
	color: #e34f26;
}

a.color-icon.fa-instagram,
a[class*="fa-"].fa-instagram:hover {
	color: #3f729b;
}

a.color-icon.fa-internet-explorer,
a[class*="fa-"].fa-internet-explorer:hover {
	color: #1ebbee;
}

a.color-icon.fa-ioxhost,
a[class*="fa-"].fa-ioxhost:hover {
	color: #faa729;
}

a.color-icon.fa-joomla,
a[class*="fa-"].fa-joomla:hover {
	color: #142849;
}

a.color-icon.fa-jsfiddle,
a[class*="fa-"].fa-jsfiddle:hover {
	color: #4679bd;
}

a.color-icon.fa-lastfm-square,
a[class*="fa-"].fa-lastfm-square:hover {
	color: #c3000d;
}

a.color-icon.fa-lastfm,
a[class*="fa-"].fa-lastfm:hover {
	color: #c3000d;
}

a.color-icon.fa-leanpub,
a[class*="fa-"].fa-leanpub:hover {
	color: #0c0c0c;
}

a.color-icon.fa-linkedin-square,
a[class*="fa-"].fa-linkedin-square:hover {
	color: #0976b4;
}

a.color-icon.fa-linkedin,
a[class*="fa-"].fa-linkedin:hover {
	color: #0976b4;
}

a.color-icon.fa-linux,
a[class*="fa-"].fa-linux:hover {
	color: #333;
}

a.color-icon.fa-maxcdn,
a[class*="fa-"].fa-maxcdn:hover {
	color: #f60;
}

a.color-icon.fa-meanpath,
a[class*="fa-"].fa-meanpath:hover {
	color: #538ed7;
}

a.color-icon.fa-medium,
a[class*="fa-"].fa-medium:hover {
	color: #000;
}

a.color-icon.fa-odnoklassniki-square,
a[class*="fa-"].fa-odnoklassniki-square:hover {
	color: #ed812b;
}

a.color-icon.fa-odnoklassniki,
a[class*="fa-"].fa-odnoklassniki:hover {
	color: #ed812b;
}

a.color-icon.fa-opencart,
a[class*="fa-"].fa-opencart:hover {
	color: #2ac2ef;
}

a.color-icon.fa-openid,
a[class*="fa-"].fa-openid:hover {
	color: #f78c40;
}

a.color-icon.fa-opera,
a[class*="fa-"].fa-opera:hover {
	color: #cc0f16;
}

a.color-icon.fa-optin-monster,
a[class*="fa-"].fa-optin-monster:hover {
	color: #83c11f;
}

a.color-icon.fa-pagelines,
a[class*="fa-"].fa-pagelines:hover {
	color: #000;
}

a.color-icon.fa-paypal,
a[class*="fa-"].fa-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-pied-piper-alt,
a[class*="fa-"].fa-pied-piper-alt :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper-square,
a[class*="fa-"].fa-pied-piper-square :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper,
a[class*="fa-"].fa-pied-piper:hover {
	color: #2f9f46;
}

a.color-icon.fa-pinterest-p,
a[class*="fa-"].fa-pinterest-p:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest-square,
a[class*="fa-"].fa-pinterest-square:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest,
a[class*="fa-"].fa-pinterest:hover {
	color: #cc2127;
}

a.color-icon.fa-qq,
a[class*="fa-"].fa-qq:hover {
	color: #000;
}

a.color-icon.fa-ra,
a[class*="fa-"].fa-ra:hover {
	color: #000;
}

a.color-icon.fa-rebel,
a[class*="fa-"].fa-rebel:hover {
	color: #000;
}

a.color-icon.fa-reddit-square,
a[class*="fa-"].fa-reddit-square:hover {
	color: #ff4500;
}

a.color-icon.fa-reddit,
a[class*="fa-"].fa-reddit:hover {
	color: #ff4500;
}

a.color-icon.fa-renren,
a[class*="fa-"].fa-renren:hover {
	color: #005eac;
}

a.color-icon.fa-safari,
a[class*="fa-"].fa-safari:hover {
	color: #1b88ca;
}

a.color-icon.fa-sellsy,
a[class*="fa-"].fa-sellsy:hover {
	color: #1f78b9;
}

a.color-icon.fa-share-alt-square,
a[class*="fa-"].fa-share-alt-square:hover {
	color: #01bf01;
}

a.color-icon.fa-share-alt,
a[class*="fa-"].fa-share-alt:hover {
	color: #01bf01;
}

a.color-icon.fa-shirtsinbulk,
a[class*="fa-"].fa-shirtsinbulk:hover {
	color: #dd3a26;
}

a.color-icon.fa-simplybuilt,
a[class*="fa-"].fa-simplybuilt:hover {
	color: #000;
}

a.color-icon.fa-skyatlas,
a[class*="fa-"].fa-skyatlas:hover {
	color: #00adbb;
}

a.color-icon.fa-skype,
a[class*="fa-"].fa-skype:hover {
	color: #00aff0;
}

a.color-icon.fa-slack,
a[class*="fa-"].fa-slack:hover {
	color: #0f7965;
}

a.color-icon.fa-slideshare,
a[class*="fa-"].fa-slideshare:hover {
	color: #e98325;
}

a.color-icon.fa-soundcloud,
a[class*="fa-"].fa-soundcloud:hover {
	color: #f80;
}

a.color-icon.fa-spotify,
a[class*="fa-"].fa-spotify:hover {
	color: #7ab800;
}

a.color-icon.fa-stack-exchange,
a[class*="fa-"].fa-stack-exchange:hover {
	color: #000;
}

a.color-icon.fa-stack-overflow,
a[class*="fa-"].fa-stack-overflow:hover {
	color: #fe7a15;
}

a.color-icon.fa-steam-square,
a[class*="fa-"].fa-steam-square:hover {
	color: #0b0b0b;
}

a.color-icon.fa-steam,
a[class*="fa-"].fa-steam:hover {
	color: #0b0b0b;
}

a.color-icon.fa-stumbleupon-circle,
a[class*="fa-"].fa-stumbleupon-circle:hover {
	color: #eb4924;
}

a.color-icon.fa-stumbleupon,
a[class*="fa-"].fa-stumbleupon:hover {
	color: #eb4924;
}

a.color-icon.fa-tencent-weibo,
a[class*="fa-"].fa-tencent-weibo:hover {
	color: #74af2c;
}

a.color-icon.fa-trello,
a[class*="fa-"].fa-trello:hover {
	color: #256a92;
}

a.color-icon.fa-tripadvisor,
a[class*="fa-"].fa-tripadvisor:hover {
	color: #589442;
}

a.color-icon.fa-tumblr-square,
a[class*="fa-"].fa-tumblr-square:hover {
	color: #35465c;
}

a.color-icon.fa-tumblr,
a[class*="fa-"].fa-tumblr:hover {
	color: #35465c;
}

a.color-icon.fa-twitch,
a[class*="fa-"].fa-twitch:hover {
	color: #6441a5;
}

a.color-icon.fa-twitter-square,
a[class*="fa-"].fa-twitter-square:hover {
	color: #55acee;
}

a.color-icon.fa-twitter,
a[class*="fa-"].fa-twitter:hover {
	color: #55acee;
}

a.color-icon.fa-viacoin,
a[class*="fa-"].fa-viacoin:hover {
	color: #333;
}

a.color-icon.fa-vimeo-square,
a[class*="fa-"].fa-vimeo-square:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vimeo,
a[class*="fa-"].fa-vimeo:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vine,
a[class*="fa-"].fa-vine:hover {
	color: #00b488;
}

a.color-icon.fa-vk,
a[class*="fa-"].fa-vk:hover {
	color: #45668e;
}

a.color-icon.fa-wechat,
a[class*="fa-"].fa-wechat:hover {
	color: #93d034;
}

a.color-icon.fa-weibo,
a[class*="fa-"].fa-weibo:hover {
	color: #e71d34;
}

a.color-icon.fa-weixin,
a[class*="fa-"].fa-weixin:hover {
	color: #93d034;
}

a.color-icon.fa-wikipedia-w,
a[class*="fa-"].fa-wikipedia-w:hover {
	color: #000;
}

a.color-icon.fa-windows,
a[class*="fa-"].fa-windows:hover {
	color: #00bcf2;
}

a.color-icon.fa-wordpress,
a[class*="fa-"].fa-wordpress:hover {
	color: #21759b;
}

a.color-icon.fa-xing-square,
a[class*="fa-"].fa-xing-square:hover {
	color: #026466;
}

a.color-icon.fa-xing,
a[class*="fa-"].fa-xing:hover {
	color: #026466;
}

a.color-icon.fa-y-combinator,
a[class*="fa-"].fa-y-combinator:hover {
	color: #f0652f;
}

a.color-icon.fa-yahoo,
a[class*="fa-"].fa-yahoo:hover {
	color: #400191;
}

a.color-icon.fa-yc,
a[class*="fa-"].fa-yc:hover {
	color: #f0652f;
}

a.color-icon.fa-yelp,
a[class*="fa-"].fa-yelp:hover {
	color: #af0606;
}

a.color-icon.fa-youtube-play,
a[class*="fa-"].fa-youtube-play:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube-square,
a[class*="fa-"].fa-youtube-square:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube,
a[class*="fa-"].fa-youtube:hover {
	color: #e52d27;
}

a.color-icon.fa-rss,
a[class*="fa-"].fa-rss:hover {
	color: #ffa811;
}

.color-bg-icon.fa-500px,
a.fa-500px.bg-icon:hover,
.fa-500px.color-icon.border-icon:hover {
	background-color: #0099e5;
}

.color-bg-icon.fa-adn,
a.fa-adn.bg-icon:hover,
.fa-adn.color-icon.border-icon:hover {
	background-color: #4a484c;
}

.color-bg-icon.fa-amazon,
a.fa-amazon.bg-icon:hover,
.fa-amazon.color-icon.border-icon:hover {
	background-color: #f90;
}

.color-bg-icon.fa-android,
a.fa-android.bg-icon:hover,
.fa-android.color-icon.border-icon:hover {
	background-color: #a4c639;
}

.color-bg-icon.fa-angellist,
a.fa-angellist.bg-icon:hover,
.fa-angellist.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-apple,
a.fa-apple.bg-icon:hover,
.fa-apple.color-icon.border-icon:hover {
	background-color: #979797;
}

.color-bg-icon.fa-behance-square,
a.fa-behance-square.bg-icon:hover,
.fa-behance-square.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-behance,
a.fa-behance.bg-icon:hover,
.fa-behance.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-bitbucket-square,
a.fa-bitbucket-square.bg-icon:hover,
.fa-bitbucket-square.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitbucket,
a.fa-bitbucket.bg-icon:hover,
.fa-bitbucket.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitcoin,
a.fa-bitcoin.bg-icon:hover,
.fa-bitcoin.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-black-tie,
a.fa-black-tie.bg-icon:hover,
.fa-black-tie.color-icon.border-icon:hover {
	background-color: #222;
}

.color-bg-icon.fa-btc,
a.fa-btc.bg-icon:hover,
.fa-btc.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-buysellads,
a.fa-buysellads.bg-icon:hover,
.fa-buysellads.color-icon.border-icon:hover {
	background-color: #c90100;
}

.color-bg-icon.fa-cc-amex,
a.fa-cc-amex.bg-icon:hover,
.fa-cc-amex.color-icon.border-icon:hover {
	background-color: #007bc1;
}

.color-bg-icon.fa-cc-diners-club,
a.fa-cc-diners-club.bg-icon:hover,
.fa-cc-diners-club.color-icon.border-icon:hover {
	background-color: #004a97;
}

.color-bg-icon.fa-cc-discover,
a.fa-cc-discover.bg-icon:hover,
.fa-cc-discover.color-icon.border-icon:hover {
	background-color: #f68121;
}

.color-bg-icon.fa-cc-jcb,
a.fa-cc-jcb.bg-icon:hover,
.fa-cc-jcb.color-icon.border-icon:hover {
	background-color: #003a8f;
}

.color-bg-icon.fa-cc-mastercard,
a.fa-cc-mastercard.bg-icon:hover,
.fa-cc-mastercard.color-icon.border-icon:hover {
	background-color: #0a3a82;
}

.color-bg-icon.fa-cc-paypal,
a.fa-cc-paypal.bg-icon:hover,
.fa-cc-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-cc-stripe,
a.fa-cc-stripe.bg-icon:hover,
.fa-cc-stripe.color-icon.border-icon:hover {
	background-color: #00afe1;
}

.color-bg-icon.fa-cc-visa,
a.fa-cc-visa.bg-icon:hover,
.fa-cc-visa.color-icon.border-icon:hover {
	background-color: #0157a2;
}

.color-bg-icon.fa-chrome,
a.fa-chrome.bg-icon:hover,
.fa-chrome.color-icon.border-icon:hover {
	background-color: #4587f3;
}

.color-bg-icon.fa-codepen,
a.fa-codepen.bg-icon:hover,
.fa-codepen.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-connectdevelop,
a.fa-connectdevelop.bg-icon:hover,
.fa-connectdevelop.color-icon.border-icon:hover {
	background-color: #391448;
}

.color-bg-icon.fa-contao,
a.fa-contao.bg-icon:hover,
.fa-contao.color-icon.border-icon:hover {
	background-color: #eb8623;
}

.color-bg-icon.fa-creative-commons,
a.fa-creative-commons.bg-icon:hover,
.fa-creative-commons.color-icon.border-icon:hover {
	background-color: #231f20;
}

.color-bg-icon.fa-css3,
a.fa-css3.bg-icon:hover,
.fa-css3.color-icon.border-icon:hover {
	background-color: #1680c0;
}

.color-bg-icon.fa-dashcube,
a.fa-dashcube.bg-icon:hover,
.fa-dashcube.color-icon.border-icon:hover {
	background-color: #7f7f7f;
}

.color-bg-icon.fa-delicious,
a.fa-delicious.bg-icon:hover,
.fa-delicious.color-icon.border-icon:hover {
	background-color: #39f;
}

.color-bg-icon.fa-deviantart,
a.fa-deviantart.bg-icon:hover,
.fa-deviantart.color-icon.border-icon:hover {
	background-color: #4e6252;
}

.color-bg-icon.fa-digg,
a.fa-digg.bg-icon:hover,
.fa-digg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-dribbble,
a.fa-dribbble.bg-icon:hover,
.fa-dribbble.color-icon.border-icon:hover {
	background-color: #444;
}

.color-bg-icon.fa-dropbox,
a.fa-dropbox.bg-icon:hover,
.fa-dropbox.color-icon.border-icon:hover {
	background-color: #007ee5;
}

.color-bg-icon.fa-drupal,
a.fa-drupal.bg-icon:hover,
.fa-drupal.color-icon.border-icon:hover {
	background-color: #0077c0;
}

.color-bg-icon.fa-empire,
a.fa-empire.bg-icon:hover,
.fa-empire.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-expeditedssl,
a.fa-expeditedssl.bg-icon:hover,
.fa-expeditedssl.color-icon.border-icon:hover {
	background-color: #343433;
}

.color-bg-icon.fa-facebook-official,
a.fa-facebook-official.bg-icon:hover,
.fa-facebook-official.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook-square,
a.fa-facebook-square.bg-icon:hover,
.fa-facebook-square.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook,
a.fa-facebook.bg-icon:hover,
.fa-facebook.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-paper-plane,
a.fa-paper-plane.bg-icon:hover,
.fa-paper-plane.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-firefox,
a.fa-firefox.bg-icon:hover,
.fa-firefox.color-icon.border-icon:hover {
	background-color: #e66000;
}

.color-bg-icon.fa-flickr,
a.fa-flickr.bg-icon:hover,
.fa-flickr.color-icon.border-icon:hover {
	background-color: #ff0084;
}

.color-bg-icon.fa-fonticons,
a.fa-fonticons.bg-icon:hover,
.fa-fonticons.color-icon.border-icon:hover {
	background-color: #1c1e29;
}

.color-bg-icon.fa-forumbee,
a.fa-forumbee.bg-icon:hover,
.fa-forumbee.color-icon.border-icon:hover {
	background-color: #83ad13;
}

.color-bg-icon.fa-foursquare,
a.fa-foursquare.bg-icon:hover,
.fa-foursquare.color-icon.border-icon:hover {
	background-color: #0072b1;
}

.color-bg-icon.fa-ge,
a.fa-ge.bg-icon:hover,
.fa-ge.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-get-pocket,
a.fa-get-pocket.bg-icon:hover,
.fa-get-pocket.color-icon.border-icon:hover {
	background-color: #d3505a;
}

.color-bg-icon.fa-gg-circle,
a.fa-gg-circle.bg-icon:hover,
.fa-gg-circle.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-gg,
a.fa-gg.bg-icon:hover,
.fa-gg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-git-square,
a.fa-git-square.bg-icon:hover,
.fa-git-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-git,
a.fa-git.bg-icon:hover,
.fa-git.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-alt,
a.fa-github-alt.bg-icon:hover,
.fa-github-alt.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-square,
a.fa-github-square.bg-icon:hover,
.fa-github-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github,
a.fa-github.bg-icon:hover,
.fa-github.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-gittip,
a.fa-gittip.bg-icon:hover,
.fa-gittip.color-icon.border-icon:hover {
	background-color: #630;
}

.color-bg-icon.fa-google-plus-square,
a.fa-google-plus-square.bg-icon:hover,
.fa-google-plus-square.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-google-plus,
a.fa-google-plus.bg-icon:hover,
.fa-google-plus.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-google-wallet,
a.fa-google-wallet.bg-icon:hover,
.fa-google-wallet.color-icon.border-icon:hover {
	background-color: #4285f4;
}

.color-bg-icon.fa-google,
a.fa-google.bg-icon:hover,
.fa-google.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-hacker-news,
a.fa-hacker-news.bg-icon:hover,
.fa-hacker-news.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-houzz,
a.fa-houzz.bg-icon:hover,
.fa-houzz.color-icon.border-icon:hover {
	background-color: #7ac142;
}

.color-bg-icon.fa-html5,
a.fa-html5.bg-icon:hover,
.fa-html5.color-icon.border-icon:hover {
	background-color: #e34f26;
}

.color-bg-icon.fa-instagram,
a.fa-instagram.bg-icon:hover,
.fa-instagram.color-icon.border-icon:hover {
	background-color: #3f729b;
}

.color-bg-icon.fa-internet-explorer,
a.fa-internet-explorer.bg-icon:hover,
.fa-internet-explorer.color-icon.border-icon:hover {
	background-color: #1ebbee;
}

.color-bg-icon.fa-ioxhost,
a.fa-ioxhost.bg-icon:hover,
.fa-ioxhost.color-icon.border-icon:hover {
	background-color: #faa729;
}

.color-bg-icon.fa-joomla,
a.fa-joomla.bg-icon:hover,
.fa-joomla.color-icon.border-icon:hover {
	background-color: #142849;
}

.color-bg-icon.fa-jsfiddle,
a.fa-jsfiddle.bg-icon:hover,
.fa-jsfiddle.color-icon.border-icon:hover {
	background-color: #4679bd;
}

.color-bg-icon.fa-lastfm-square,
a.fa-lastfm-square.bg-icon:hover,
.fa-lastfm-square.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-lastfm,
a.fa-lastfm.bg-icon:hover,
.fa-lastfm.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-leanpub,
a.fa-leanpub.bg-icon:hover,
.fa-leanpub.color-icon.border-icon:hover {
	background-color: #0c0c0c;
}

.color-bg-icon.fa-linkedin-square,
a.fa-linkedin-square.bg-icon:hover,
.fa-linkedin-square.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linkedin,
a.fa-linkedin.bg-icon:hover,
.fa-linkedin.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linux,
a.fa-linux.bg-icon:hover,
.fa-linux.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-maxcdn,
a.fa-maxcdn.bg-icon:hover,
.fa-maxcdn.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-meanpath,
a.fa-meanpath.bg-icon:hover,
.fa-meanpath.color-icon.border-icon:hover {
	background-color: #538ed7;
}

.color-bg-icon.fa-medium,
a.fa-medium.bg-icon:hover,
.fa-medium.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-odnoklassniki-square,
a.fa-odnoklassniki-square.bg-icon:hover,
.fa-odnoklassniki-square.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-odnoklassniki,
a.fa-odnoklassniki.bg-icon:hover,
.fa-odnoklassniki.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-opencart,
a.fa-opencart.bg-icon:hover,
.fa-opencart.color-icon.border-icon:hover {
	background-color: #2ac2ef;
}

.color-bg-icon.fa-openid,
a.fa-openid.bg-icon:hover,
.fa-openid.color-icon.border-icon:hover {
	background-color: #f78c40;
}

.color-bg-icon.fa-opera,
a.fa-opera.bg-icon:hover,
.fa-opera.color-icon.border-icon:hover {
	background-color: #cc0f16;
}

.color-bg-icon.fa-optin-monster,
a.fa-optin-monster.bg-icon:hover,
.fa-optin-monster.color-icon.border-icon:hover {
	background-color: #83c11f;
}

.color-bg-icon.fa-pagelines,
a.fa-pagelines.bg-icon:hover,
.fa-pagelines.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-paypal,
a.fa-paypal.bg-icon:hover,
.fa-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-pied-piper-alt,
a.fa-pied-piper-alt .bg-icon:hover,
.fa-pied-piper-alt .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper-square,
a.fa-pied-piper-square .bg-icon:hover,
.fa-pied-piper-square .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper,
a.fa-pied-piper.bg-icon:hover,
.fa-pied-piper.color-icon.border-icon:hover {
	background-color: #2f9f46;
}

.color-bg-icon.fa-pinterest-p,
a.fa-pinterest-p.bg-icon:hover,
.fa-pinterest-p.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest-square,
a.fa-pinterest-square.bg-icon:hover,
.fa-pinterest-square.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest,
a.fa-pinterest.bg-icon:hover,
.fa-pinterest.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-qq,
a.fa-qq.bg-icon:hover,
.fa-qq.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-ra,
a.fa-ra.bg-icon:hover,
.fa-ra.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-rebel,
a.fa-rebel.bg-icon:hover,
.fa-rebel.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-reddit-square,
a.fa-reddit-square.bg-icon:hover,
.fa-reddit-square.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-reddit,
a.fa-reddit.bg-icon:hover,
.fa-reddit.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-renren,
a.fa-renren.bg-icon:hover,
.fa-renren.color-icon.border-icon:hover {
	background-color: #005eac;
}

.color-bg-icon.fa-safari,
a.fa-safari.bg-icon:hover,
.fa-safari.color-icon.border-icon:hover {
	background-color: #1b88ca;
}

.color-bg-icon.fa-sellsy,
a.fa-sellsy.bg-icon:hover,
.fa-sellsy.color-icon.border-icon:hover {
	background-color: #1f78b9;
}

.color-bg-icon.fa-share-alt-square,
a.fa-share-alt-square.bg-icon:hover,
.fa-share-alt-square.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-share-alt,
a.fa-share-alt.bg-icon:hover,
.fa-share-alt.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-shirtsinbulk,
a.fa-shirtsinbulk.bg-icon:hover,
.fa-shirtsinbulk.color-icon.border-icon:hover {
	background-color: #dd3a26;
}

.color-bg-icon.fa-simplybuilt,
a.fa-simplybuilt.bg-icon:hover,
.fa-simplybuilt.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-skyatlas,
a.fa-skyatlas.bg-icon:hover,
.fa-skyatlas.color-icon.border-icon:hover {
	background-color: #00adbb;
}

.color-bg-icon.fa-skype,
a.fa-skype.bg-icon:hover,
.fa-skype.color-icon.border-icon:hover {
	background-color: #00aff0;
}

.color-bg-icon.fa-slack,
a.fa-slack.bg-icon:hover,
.fa-slack.color-icon.border-icon:hover {
	background-color: #0f7965;
}

.color-bg-icon.fa-slideshare,
a.fa-slideshare.bg-icon:hover,
.fa-slideshare.color-icon.border-icon:hover {
	background-color: #e98325;
}

.color-bg-icon.fa-soundcloud,
a.fa-soundcloud.bg-icon:hover,
.fa-soundcloud.color-icon.border-icon:hover {
	background-color: #f80;
}

.color-bg-icon.fa-spotify,
a.fa-spotify.bg-icon:hover,
.fa-spotify.color-icon.border-icon:hover {
	background-color: #7ab800;
}

.color-bg-icon.fa-stack-exchange,
a.fa-stack-exchange.bg-icon:hover,
.fa-stack-exchange.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-stack-overflow,
a.fa-stack-overflow.bg-icon:hover,
.fa-stack-overflow.color-icon.border-icon:hover {
	background-color: #fe7a15;
}

.color-bg-icon.fa-steam-square,
a.fa-steam-square.bg-icon:hover,
.fa-steam-square.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-steam,
a.fa-steam.bg-icon:hover,
.fa-steam.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-stumbleupon-circle,
a.fa-stumbleupon-circle.bg-icon:hover,
.fa-stumbleupon-circle.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-stumbleupon,
a.fa-stumbleupon.bg-icon:hover,
.fa-stumbleupon.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-tencent-weibo,
a.fa-tencent-weibo.bg-icon:hover,
.fa-tencent-weibo.color-icon.border-icon:hover {
	background-color: #74af2c;
}

.color-bg-icon.fa-trello,
a.fa-trello.bg-icon:hover,
.fa-trello.color-icon.border-icon:hover {
	background-color: #256a92;
}

.color-bg-icon.fa-tripadvisor,
a.fa-tripadvisor.bg-icon:hover,
.fa-tripadvisor.color-icon.border-icon:hover {
	background-color: #589442;
}

.color-bg-icon.fa-tumblr-square,
a.fa-tumblr-square.bg-icon:hover,
.fa-tumblr-square.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-tumblr,
a.fa-tumblr.bg-icon:hover,
.fa-tumblr.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-twitch,
a.fa-twitch.bg-icon:hover,
.fa-twitch.color-icon.border-icon:hover {
	background-color: #6441a5;
}

.color-bg-icon.fa-twitter-square,
a.fa-twitter-square.bg-icon:hover,
.fa-twitter-square.color-icon.border-icon:hover {
	background-color: #55acee;
}

.color-bg-icon.fa-twitter,
a.fa-twitter.bg-icon:hover,
.fa-twitter.color-icon.border-icon:hover {
	background-color: #55acee;
}

.color-bg-icon.fa-viacoin,
a.fa-viacoin.bg-icon:hover,
.fa-viacoin.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-vimeo-square,
a.fa-vimeo-square.bg-icon:hover,
.fa-vimeo-square.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vimeo,
a.fa-vimeo.bg-icon:hover,
.fa-vimeo.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vine,
a.fa-vine.bg-icon:hover,
.fa-vine.color-icon.border-icon:hover {
	background-color: #00b488;
}

.color-bg-icon.fa-vk,
a.fa-vk.bg-icon:hover,
.fa-vk.color-icon.border-icon:hover {
	background-color: #45668e;
}

.color-bg-icon.fa-wechat,
a.fa-wechat.bg-icon:hover,
.fa-wechat.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-weibo,
a.fa-weibo.bg-icon:hover,
.fa-weibo.color-icon.border-icon:hover {
	background-color: #e71d34;
}

.color-bg-icon.fa-weixin,
a.fa-weixin.bg-icon:hover,
.fa-weixin.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-wikipedia-w,
a.fa-wikipedia-w.bg-icon:hover,
.fa-wikipedia-w.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-windows,
a.fa-windows.bg-icon:hover,
.fa-windows.color-icon.border-icon:hover {
	background-color: #00bcf2;
}

.color-bg-icon.fa-wordpress,
a.fa-wordpress.bg-icon:hover,
.fa-wordpress.color-icon.border-icon:hover {
	background-color: #21759b;
}

.color-bg-icon.fa-xing-square,
a.fa-xing-square.bg-icon:hover,
.fa-xing-square.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-xing,
a.fa-xing.bg-icon:hover,
.fa-xing.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-y-combinator,
a.fa-y-combinator.bg-icon:hover,
.fa-y-combinator.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yahoo,
a.fa-yahoo.bg-icon:hover,
.fa-yahoo.color-icon.border-icon:hover {
	background-color: #400191;
}

.color-bg-icon.fa-yc,
a.fa-yc.bg-icon:hover,
.fa-yc.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yelp,
a.fa-yelp.bg-icon:hover,
.fa-yelp.color-icon.border-icon:hover {
	background-color: #af0606;
}

.color-bg-icon.fa-youtube-play,
a.fa-youtube-play.bg-icon:hover,
.fa-youtube-play.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube-square,
a.fa-youtube-square.bg-icon:hover,
.fa-youtube-square.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube,
a.fa-youtube.bg-icon:hover,
.fa-youtube.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-rss,
a.fa-rss.bg-icon:hover,
.fa-rss.color-icon.border-icon:hover {
	background-color: #ffa811;
}


/*social icons default colors*/

.color-bg-icon {
	color: #fff;
}

a.fa {
	color: #141d28;
}

a.border-icon {
	border: 1px solid #5c6f87;
	border-color: rgba(92, 111, 135, 0.4);
	text-align: center;
}

a.border-icon.color-icon:hover {
	border-color: transparent;
}

a.bg-icon {
	background-color: #ebeeee;
}

a.color-bg-icon {
	color: #fff;
	background-color: #141d28;
}

a.fa.color-icon:hover {
	color: #141d28;
}

a.fa.bg-icon:hover {
	color: #fff;
}

a.fa.color-bg-icon:hover {
	background-color: #007bff;
	color: #fff;
}

a.color-icon:hover {
	color: #141d28;
}

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: 11px 0 15px 30px;
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: 11px 40px 15px 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);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.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
 */

.ds .page-item>span,
.ds .nav-links>span,
.ds .page-links>span,
.ds .page-item>a:not(.btn),
.ds .nav-links>a:not(.btn),
.ds .page-links>a:not(.btn) {
	color: #fff;
	border-color: rgba(255, 255, 255, .5);
}

.item-content a+.page-item,
.item-content a+.nav-links,
.item-content a+.page-links {
	margin-top: 30px;
}

.item-content .page-item,
.item-content .nav-links,
.item-content .page-links {
	justify-content: flex-start;
}

.item-content .page-item a:first-child,
.item-content .nav-links a:first-child,
.item-content .page-links a:first-child {
	margin-left: 0;
}

.page-item,
.nav-links,
.page-links {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-item>span,
.nav-links>span,
.page-links>span,
.page-item>a:not(.btn),
.nav-links>a:not(.btn),
.page-links>a:not(.btn) {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #141d28;
	background-color: transparent;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
	font-size: 16px;
	width: 40px;
	height: 40px;
	border-radius: 0;
	border: 1px solid rgba(20, 29, 40, 0.1);
}

.page-item>span:hover,
.nav-links>span:hover,
.page-links>span:hover,
.page-item>a:not(.btn):hover,
.nav-links>a:not(.btn):hover,
.page-links>a:not(.btn):hover {
	background-color: #007bff;
}

@media (max-width: 768px) {
	.page-item>span,
	.nav-links>span,
	.page-links>span,
	.page-item>a:not(.btn),
	.nav-links>a:not(.btn),
	.page-links>a:not(.btn) {
		height: 45px;
		line-height: 15px;
		padding: 1.3em 1.2em;
		width: 45px;
	}
}

.page-item.active>a,
.nav-links.active>a,
.page-links.active>a,
.page-item.active>.page-link,
.nav-links.active>.page-link,
.page-links.active>.page-link,
.page-item>.current,
.nav-links>.current,
.page-links>.current {
	background-color: #007bff;
	cursor: not-allowed;
	color: #141d28;
}

.page-item>span:not(.current),
.nav-links>span:not(.current),
.page-links>span:not(.current) {
	pointer-events: none;
}

.page-item .fa,
.nav-links .fa,
.page-links .fa {
	font-size: 10px;
}

.page-links-title {
	width: auto !important;
	padding: 0 10px !important;
}

.page-links a:first-child {
	margin-left: 1em;
}

.pagination {
	justify-content: center;
	margin-bottom: -10px;
	margin-top: 65px;
}

.post-nav {
	margin: 60px 0 0;
	position: relative;
}

.post-nav .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-nav .nav-links>div {
	width: 49%;
	height: auto;
	position: relative;
	padding: 30px;
	text-align: right;
	background-position: 50% 28%;
	transition: 0.2s opacity ease;
}

.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:first-child {
		margin-bottom: 30px;
	}
}

.post-nav .nav-links>div .fa {
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.post-nav .nav-links>div:first-child {
	text-align: left;
}

.post-nav .nav-links>div:first-child .fa {
	right: auto;
	left: 0;
}

.post-nav .nav-links .nav-subtitle {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	min-width: 8em;
	padding: 0.25em 0.8em 0.05em;
	display: inline-block;
}

.post-nav .nav-links .nav-title {
	font-size: 20px;
	display: block;
	margin-top: 4px;
	text-transform: capitalize;
	line-height: 1.3;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.post-nav .nav-links a {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.post-nav .post-nav-image {
	display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
	text-align: center;
}


/*
 ** Main Menu styles
 */

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-wrap>.top-nav+*:not(.top-includes) {
	padding-left: 30px;
	padding-right: 30px;
}


/* Desktop menu - (min 1200px) styles */

@media (min-width: 1200px) {
	/* menu layout */
	/* menu skin */
	/* second and next levels */
	/* third level */
	.left .top-nav {
		justify-content: flex-start !important;
	}
	.top-nav {
		position: relative;
		flex-grow: 10;
		flex-wrap: nowrap;
		display: flex;
		align-items: center;
	}
	.justify-nav-end .top-nav {
		justify-content: flex-end;
	}
	.justify-nav-center .top-nav {
		justify-content: center;
	}
	.top-nav ul>li {
		position: relative;
	}
	.top-nav ul>li .sf-with-ul {
		position: relative;
	}
	.top-nav ul>li .sf-with-ul::after {
		position: relative;
		content: '\f0d7';
		font-family: "FontAwesome", sans-serif;
		margin-left: 8px;
		display: inline-block;
		font-weight: bold;
		font-size: 16px;
	}
	.top-nav ul>li ul li .sf-menu-item-mobile-toggler::before {
		content: none;
	}
	.sf-menu {
		display: block;
	}
	.sf-menu,
	.sf-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sf-menu li {
		position: relative;
	}
	.sf-menu li:first-child>ul {
		left: 0;
	}
	.sf-menu li>ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 18px;
		z-index: 99;
	}
	.sf-menu li:hover>ul,
	.sf-menu li.sfHover>ul {
		display: block;
	}
	.sf-menu a {
		display: block;
		position: relative;
	}
	.sf-menu a {
		color: #141d28;
		padding: 5px 1.1em;
		text-decoration: none;
		text-align: left;
		zoom: 1;
		transition-property: color, background-color, border-color, padding-top, padding-bottom;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 300;
		letter-spacing: 0.8px;
		line-height: 25px;
	}
	.sf-menu li {
		*white-space: normal;
	}
	.sf-menu>li {
		display: inline-block;
		position: relative;
	}
	.hover-2 .sf-menu>li>a::before {
		top: auto;
		bottom: 0;
	}
	.with-dots.with-topline .sf-menu>li:not(:last-child)::after {
		right: -18px;
	}
	.with-dots.with-topline .sf-menu>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.with-dots.with-topline .sf-menu>li .mega-menu,
	.with-dots.with-topline .sf-menu>li>ul {
		margin-top: 2px !important;
	}
	.with-dots .sf-menu>li:not(:last-child)::after {
		content: '';
		display: inline-block;
		width: 4px;
		height: 4px;
		background-color: #141d28;
		position: absolute;
		top: 50%;
		transform: translateY(-100%);
		right: 0;
		border-radius: 50%;
	}
	.with-dots .sf-menu>li>a.sf-with-ul::after {
		content: '\f078';
		font-size: 10px;
		bottom: 2px;
	}
	.with-dots .sf-menu>li>a::before {
		display: none;
	}
	.without-dots.with-topline .sf-menu>li:not(:last-child)::after {
		right: -18px;
	}
	.without-dots.with-topline .sf-menu>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.without-dots.with-topline .sf-menu>li .mega-menu,
	.without-dots.with-topline .sf-menu>li>ul {
		margin-top: 2px !important;
	}
	.without-dots .sf-menu>li>a.sf-with-ul::after {
		content: '\f078';
		font-size: 10px;
		bottom: 2px;
	}
	.without-dots .sf-menu>li>a::before {
		display: none;
	}
	.sf-menu>li>a {
		line-height: 14px;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 0;
		padding-left: 0;
		margin: 0 15px;
		transition-duration: 0.15s;
		position: relative;
	}
	.sf-menu>li>a::before {
		content: '';
		position: absolute;
		display: inline-block;
		top: 0;
		left: 50%;
		right: 50%;
		height: 2px;
		background-color: transparent;
		transition: all 0.3s ease-in-out;
	}
	.affix .sf-menu>li>a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sf-menu>li>a:hover,
	.sf-menu>li.active>a {
		color: #007bff;
	}
	.sf-menu>li>a:hover::before,
	.sf-menu>li.active>a::before {
		left: 0;
		right: 0;
		background-color: #007bff;
	}
	.nav-narrow .sf-menu>li {
		padding: 0;
	}
	.nav-narrow .sf-menu>li>a {
		padding-top: 24px;
		padding-bottom: 24px;
		margin-left: 29px;
		margin-right: 29px;
	}
	.nav-narrow .sf-menu>li.active>a:before {
		content: '';
		position: absolute;
		height: 1px;
		left: -20px;
		right: -20px;
		top: 0;
		z-index: 1;
		background-color: #007bff;
	}
	.nav-bordered .sf-menu>li+li:before {
		content: '';
		width: 1px;
		position: absolute;
		left: -2px;
		top: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.15);
	}
	.cs .sf-menu>li>a {
		color: #fff;
	}
	.cs .sf-menu>li>a:hover,
	.cs .sf-menu>li.active>a {
		color: #141d28;
	}
	.ds .sf-menu>li>a {
		color: #fff;
	}
	.ds .sf-menu>li>a:hover,
	.ds .sf-menu>li.active>a {
		color: #007bff;
	}
	.ds .sf-menu>li.active .sf-menu-item-mobile-toggler::before,
	.ds .sf-menu>li.sfHover .sf-menu-item-mobile-toggler::before {
		color: #007bff;
	}
	.ls .sf-menu>li>a {
		color: #141d28;
	}
	.ls .sf-menu>li>a:hover,
	.ls .sf-menu>li.active>a {
		color: #007bff;
	}
	.ls .sf-menu>li>a:hover::before,
	.ls .sf-menu>li.active>a::before {
		color: #007bff;
	}
	.ls .sf-menu>li+li:before {
		background-color: rgba(20, 29, 40, 0.1);
	}
	.sf-menu li:hover,
	.sf-menu li.sfHover {
		/* only transition out, not in */
		-webkit-transition: none;
		transition: none;
	}
	.sf-menu>li .mega-menu,
	.sf-menu li>ul {
		margin-top: -15px !important;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
		text-align: center;
		list-style: none;
		padding-top: 38px;
		padding-bottom: 38px;
		background-color: #fff;
		min-width: 13.9em;
		/* allow long menu items to determine submenu width */
		max-width: 13.9em;
		*width: 13.9em;
		/* no auto sub width for IE7, see white-space comment below */
	}
	.sf-menu>li .mega-menu li,
	.sf-menu li>ul li {
		padding-right: 48px;
		padding-left: 48px;
	}
	.sf-menu>li .mega-menu li.mega-menu-col,
	.sf-menu li>ul li.mega-menu-col {
		padding: 0;
	}
	.sf-menu>li .mega-menu li.mega-menu-col>a,
	.sf-menu li>ul li.mega-menu-col>a {
		border: none;
	}
	.sf-menu>li .mega-menu li a,
	.sf-menu li>ul li a {
		padding-right: 0;
		padding-left: 0;
		display: block;
	}
	.sf-menu>li .mega-menu {
		max-width: unset;
	}
	.sf-menu>li .mega-menu {
		padding-left: 0;
		padding-right: 0;
	}
	.sf-menu.nav ul a {
		padding-left: 0;
		padding-right: 0;
		color: #141d28;
	}
	.sf-menu .mega-menu ul {
		box-shadow: none;
		padding: 0;
		background: transparent;
	}
	.sf-menu .mega-menu ul a {
		padding-left: 0;
		padding-right: 0;
		color: #141d28;
	}
	.sf-menu ul a:hover,
	.sf-menu ul li.active>a {
		color: #007bff !important;
	}
	.sf-menu ul ul {
		margin-top: 0;
		top: -23px;
		transform: none;
		margin-left: 2px;
		right: 0;
	}
}

@media (min-width: 1200px) and (min-width: 1500px) {
	.sf-menu>li>a {
		margin: 0 25px;
	}
}

.sf-menu i[class] {
	margin-right: 7px;
	font-size: 1.1em;
}


/* hidden menu items */

@media (min-width: 1200px) {
	.sf-menu .sf-xl-hidden {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.sf-more-li {
		display: none;
	}
}


/* Mobile menu toggler */

@media (min-width: 1200px) {
	.page_header .toggle_menu,
	.page_toplogo .toggle_menu {
		display: none;
	}
	.page_header .toggle_menu.active::before,
	.page_toplogo .toggle_menu.active::before,
	.page_header .toggle_menu.mobile-active::before,
	.page_toplogo .toggle_menu.mobile-active::before {
		transform: none;
	}
}

.page_header_side_special .toggle_menu_side {
	background-color: transparent !important;
}

.page_header_side_special .toggle_menu::before {
	width: 17px;
	height: 17px;
	background: url("/images/icon-menu.png") no-repeat center / contain;
	background-color: transparent !important;
}

.toggle_menu {
	position: absolute;
	top: 50%;
	right: 0;
	margin-left: -30px;
	margin-top: -30px;
	padding: 0 !important;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 1002;
	visibility: visible;
	opacity: 0.95;
}

.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: #141d28;
}

.page_toplogo .toggle_menu {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	margin: 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 {
	display: block;
	width: 30px;
	position: absolute;
	background-color: #fff;
	content: '';
	left: 0;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
	height: 2px;
}

.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: #007bff;
	border: none;
	left: auto;
	top: 0;
	right: 0;
	position: fixed;
	margin: 0;
	z-index: 3000;
}

.toggle_menu.mobile-active:before {
	background-color: #fff;
	transform: rotate(45deg);
}

.toggle_menu.mobile-active span {
	background-color: #fff;
	transform: rotate(-45deg);
}

.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
	opacity: 0;
}

.toggle_menu.active:before {
	transform: rotate(45deg);
}

.toggle_menu.active span {
	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 {
		justify-content: space-between;
	}
}

@media (max-width: 1199px) {
	/* arrows (for all except IE7) */
	/* styling for both css and generated arrows */
	.page_header [class*="col"] {
		min-height: 0;
	}
	.top-nav {
		position: fixed;
		visibility: hidden;
		z-index: 10;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: transparent;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.mobile-active .top-nav {
		visibility: visible;
		opacity: 1;
		background-color: #111;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 1002;
	}
	.nav-justified>li>a {
		text-align: left;
	}
	.sf-menu {
		display: block;
		position: fixed;
		overflow: auto;
		background-color: #f8f8f9;
		border-top: 61px solid #141d28;
		padding: 40px 15px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 100%;
		text-align: left;
		font-style: normal;
		text-align: center;
		text-transform: capitalize;
		font-size: 16px;
		font-weight: 300;
		line-height: 1;
		font-size: 14px;
		opacity: 0;
		transition: all 0.4s ease-in-out;
	}
	.sf-menu .sfHover a {
		font-size: 12px;
	}
	.sf-menu .sfHover>a {
		font-size: 14px;
	}
	.mobile-active .sf-menu {
		opacity: 1;
		right: 0;
	}
	.sf-menu li {
		position: relative;
		text-align: center;
	}
	.top-nav .sf-menu a {
		color: #141d28;
		z-index: 2;
		display: inline-block;
		padding: 10px;
		font-size: 20px;
		font-weight: 600;
	}
	.top-nav .sf-menu a:hover {
		color: #007bff;
	}
	.sf-menu ul {
		list-style: none;
		margin-top: 0 !important;
	}
	.top-nav .sf-menu ul li a {
		font-weight: 400;
		letter-spacing: 0.1em;
		font-size: 14px;
	}
	.sf-arrows .sf-with-ul {
		padding-right: 3.5em;
	}
	.sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler {
		right: 5px;
		top: 1px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		z-index: 1;
	}
	.sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler:after {
		font-family: "FontAwesome", sans-serif;
		content: '\f105';
		color: #141d28;
		font-weight: 700;
	}
	.sfHover>.sf-with-ul+.sf-menu-item-mobile-toggler:after {
		content: '\f107';
	}
}


/* Mega Menu */

@media screen and (min-width: 1199px) {
	/* row */
	/* column */
	.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;
		width: 940px;
		top: 100%;
		z-index: 10;
	}
	.top-nav .menu-item-has-mega-menu:hover .mega-menu {
		display: block;
	}
	.top-nav .mega-menu-row {
		position: static;
		display: table;
		table-layout: fixed;
	}
	.top-nav .mega-menu-row ul {
		position: static;
		display: block;
	}
	.top-nav .mega-menu-col {
		display: table-cell;
		width: 2000px;
		padding: 0 15px;
		border-left: 1px solid rgba(20, 29, 40, 0.1);
		/* overrides from settings / styling / mega-menu */
	}
	.top-nav .mega-menu-col>a {
		padding-left: 40px !important;
		margin-bottom: 20px;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 700 !important;
		letter-spacing: 0.05em;
	}
	.top-nav .mega-menu-col:first-child {
		border-left: none;
	}
	.top-nav ul ul .mega-menu {
		width: auto;
		top: -20px;
		margin-left: 1px;
		display: block;
	}
	.top-nav ul ul .mega-menu li {
		display: block;
		width: auto;
		border: none;
	}
}

@media screen and (min-width: 1200px) {
	.top-nav .mega-menu {
		width: 1170px;
	}
	.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 */

.page_header_side_special .menu-click a {
	text-transform: capitalize;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	padding-top: 27px;
	padding-bottom: 27px;
}

.page_header_side_special .menu-click a:hover {
	background-color: transparent;
}

.page_header_side_special .menu-click>li {
	border-top: 1px solid rgba(20, 29, 40, .1);
}

.page_header_side_special .menu-click>li ul li a {
	padding-left: 40px;
	color: #b3b3b3;
	padding-top: 17px;
	padding-bottom: 17px;
}

.page_header_side_special .menu-click>li ul li:last-child a {
	padding-bottom: 27px;
}

.page_header_side_special .menu-click .active-submenu>a {
	background-color: transparent;
	padding-bottom: 17px;
}

.ds .menu-click .toggle_submenu:before {
	color: #fff;
}

.menu-click {
	padding: 0;
}

.menu-click i {
	width: 1em;
	text-align: center;
	margin-right: 10px;
}

.menu-click li .toggle_submenu {
	top: 8px;
}

.menu-click li li .toggle_submenu {
	top: 6px;
}

.menu-click .toggle_submenu {
	cursor: pointer;
	position: absolute;
	right: 20px;
	font-size: 8px;
	text-align: center;
	opacity: 0.9;
	border-radius: 50%;
	width: 3em;
	height: 3em;
	line-height: 3em;
}

.menu-click .toggle_submenu:before {
	content: '\f078';
	font-family: 'FontAwesome';
	top: 0;
	left: 0;
	position: absolute;
	width: 3em;
	height: 3em;
	line-height: 3em;
	transition: 0.25s ease-in-out;
	font-weight: 700;
}

.menu-click .toggle_submenu .toggle_submenu {
	top: 8px;
}

.menu-click ul {
	padding: 0;
}

.menu-click li {
	position: relative;
	list-style: none;
	width: 100%;
}

.menu-click>li {
	transition: 0.3s ease-in-out;
}

.menu-click a {
	display: block;
	padding: 10px 40px;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
}

.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::before {
	transform: rotate(90deg);
}

.menu-click li.active>a {
	color: #007bff;
}

.menu-click ul {
	opacity: 0;
	height: 0;
}

.menu-click ul a {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
}

.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 {
	opacity: 1;
	height: auto;
}

.menu-click ul,
.menu-click div.mega-menu {
	height: 0;
	overflow: hidden;
	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 {
	margin-right: 0;
	height: auto;
}


/*
 ** Header
 */

.page_header {
	transition: 0.5s ease-in-out;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	height: auto;
}

.page_header a.fab {
	color: #5c6f87;
}

.boxed .page_header,
.page_header.affix {
	position: fixed !important;
	z-index: 1001;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	opacity: 0.98;
}

.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 {
		z-index: 1003;
		opacity: 1;
	}
}

.page_header.affix-bottom {
	top: 0 !important;
	position: fixed;
}

.page_header .row {
	min-height: 60px;
}

@media (max-width: 1199px) {
	.page_header .row {
		min-height: 80px;
	}
}

.page_header a {
	display: inline-block;
}

.page_header .btn {
	margin-bottom: 0;
}

.page_topline.church {
	color: #ababaa;
}

.page_topline.church a:not(.btn) {
	color: #ababaa;
}

.page_topline.church a:not(.btn):hover {
	color: #fff;
}

.page_header_wrapper .color-change.only_color_logo .logo-color {
	display: inline-block !important;
}

.page_header_wrapper .color-change.only_color_logo .logo-white {
	display: none;
}

.page_header_wrapper .color-change.ds .logo-color {
	display: none;
}

.page_header_wrapper .color-change.ls .logo-white {
	display: none;
}

.header_absolute {
	position: absolute;
	left: 0;
	right: 0;
}

.header_absolute .page_header,
.header_absolute .page_topline,
.header_absolute .page_header_wrapper {
	z-index: 1002;
	position: absolute;
	right: 0;
	left: 0;
}

.header_absolute .page_topline,
.header_absolute .page_toplogo,
.header_absolute .page_header_wrapper,
.header_absolute .page_title {
	background-color: transparent;
}

.header_absolute .page_topline.ds.church,
.header_absolute .page_toplogo.ds.church {
	background-color: rgba(20, 29, 40, .6);
	border: none;
}

.header_absolute .page_topline.ls.church,
.header_absolute .page_toplogo.ls.church {
	background-color: rgba(255, 255, 255, .6);
	border: none;
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top {
	background-color: transparent;
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top.ds.church {
	background-color: rgba(20, 29, 40, .4);
	border: none;
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top.ls.church {
	background-color: rgba(255, 255, 255, .4);
	border: none;
}

@media (min-width: 1200px) {
	.flex-menu {
		display: flex;
		align-items: center;
	}
	.flex-menu .nav {
		display: flex;
		justify-content: space-evenly;
		width: 100%;
	}
	.flex-menu.justify-nav-end .nav {
		justify-content: flex-end;
	}
	.flex-menu.justify-nav-start .nav {
		justify-content: flex-start;
	}
}

@media (min-width: 1200px) {
	.default-header .sf-menu>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.page_header .header-icons a,
.page_topline .header-icons a {
	font-size: 14px;
	line-height: 1;
	padding: 0;
}

.page_header .header-icons a:not(:last-child),
.page_topline .header-icons a:not(:last-child) {
	margin-right: 20px;
}

.page_header .social-icons a.fab:not(:last-child),
.page_topline .social-icons a.fab:not(:last-child),
.page_header .social-icons a.fas:not(:last-child),
.page_topline .social-icons a.fas:not(:last-child),
.page_header .social-icons a.far:not(:last-child),
.page_topline .social-icons a.far:not(:last-child) {
	margin-right: 15px;
}

.page_topline div>span {
	display: inline-block;
}

.page_topline.small-text i {
	font-size: 14px;
}

.page_topline .icon-inline {
	justify-content: center;
}

.page_topline .icon-inline>.icon-styled:first-child {
	margin-right: 7px;
}

.page_topline .icon-inline+.icon-inline {
	margin-left: 23px;
}

@media (max-width: 430px) {
	.page_topline .icon-inline+.icon-inline {
		margin-left: 0;
	}
}

.page_topline .social-icons {
	display: inline-block;
	font-weight: 400;
}

.page_topline .header_info_text {
	color: #fff;
	font-weight: 500;
	position: relative;
}

.page_topline .header_info_text::after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	bottom: -16px;
	right: 50%;
	transition: top 0.2s ease 0s;
}

@media (max-width: 767px) {
	.page_topline [class*="col-"] {
		margin: 0;
	}
}

.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 {
	max-width: 16px;
	position: relative;
	bottom: 1px;
	margin-right: 6px;
}

.page_topline .owl-news-slider-dates {
	font-weight: 300;
}

.page_topline .topline-news-item {
	font-weight: 300;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 90px;
}

.page_topline .topline-news-item .cat-links {
	display: inline;
}

.page_topline .topline-news-nav-arrow {
	border: 3px solid #3b6291;
	font-size: 10px;
	position: relative;
	bottom: 20px;
	line-height: 34px;
	width: 40px;
	transition: opacity 0.2s ease-in-out;
}

.page_topline .topline-news-nav-arrow:hover {
	opacity: 0.8;
}

.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;
	}
}


/*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;
}

.top-includes>li:first-child {
	margin-left: 0;
}

@media (min-width: 992px) {
	.top-includes.border-divided>li+li {
		margin-left: 26px;
	}
}

@media (min-width: 992px) {
	.top-nav+.top-includes {
		margin-left: 50px;
	}
}

@media (max-width: 991px) {
	.top-includes.md-absolute {
		position: absolute;
		bottom: 0;
		right: 80px;
	}
}

.top-includes a.border-icon,
.top-includes a.bg-icon,
.top-includes a.color-bg-icon {
	margin-top: 2px;
	margin-bottom: 2px;
}


/*logo*/

.affix a.logo img {
	max-height: 60px;
}

@media (max-width: 1199px) {
	.page_header a.logo img {
		max-height: 60px;
	}
}

a.logo {
	display: flex;
	align-items: center;
	color: #007bff !important;
}

a.logo img {
	display: inline-block;
	max-height: 100px;
}

a.logo .logo-text {
	font-size: 30px;
	padding: 0 10px;
	font-weight: 500;
}

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 {
	align-items: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.logo .flex-column.text-center,
a.logo.flex-column.text-center {
	display: inline-block;
}

.text-center a.logo {
	justify-content: center;
	align-items: center;
}

@media (min-width: 1199px) {
	.text-lg-left.text-center a.logo {
		align-items: flex-start;
	}
}

@media (min-width: 768px) {
	.text-md-left.text-center a.logo {
		align-items: flex-start;
		justify-content: flex-start;
	}
}

.header_logo_center a.logo {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	z-index: 2;
}

.header_logo_center.affix a.logo {
	padding: 5px 0;
}

@media (min-width: 992px) {
	.header_logo_center .logo_wrapper {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.page_footer a.logo.flex-column {
	padding-top: 0px;
	padding-bottom: 0;
	position: relative;
}


/*search modal*/

#search_modal {
	padding: 0 !important;
}

#search_modal .widget {
	margin-top: 40px;
	padding: 20px 0;
	background-color: #fff;
}

#search_modal .search-form {
	margin: 0 15px;
}

#search_modal a {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
}

#search_modal a:hover {
	color: #007bff;
	opacity: 1;
}

#search_modal .searchform-respond {
	width: 300px;
	margin: 20px auto;
	color: #fff;
}

#search_modal .form-group {
	margin-bottom: 0;
}

#search_modal .form-control {
	width: 100%;
	max-width: none;
	border: none;
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

@media (max-width: 575px) {
	#search_modal .form-control {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#search_modal .form-control:-moz-placeholder {
	opacity: 1;
	color: #000;
}

#search_modal .form-control::-moz-placeholder {
	color: #000;
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	color: #000;
}

#search_modal .form-control::-webkit-input-placeholder {
	color: #000;
}

#search_modal button::before {
	color: #007bff;
	font-size: 20px;
}

@media (max-width: 575px) {
	#search_modal button {
		display: none;
	}
}

#search_modal .btn {
	color: #141d28;
	width: auto;
	font-size: 0;
	padding: 30px 22px 25px;
	margin: 0 60px 0 0;
}

#search_modal .btn:before {
	font-size: 18px;
	color: #141d28;
}

#search_modal .close {
	text-align: center;
	line-height: 60px;
	position: absolute;
	top: 18px;
	right: 0;
	min-width: 60px;
	color: #141d28;
	text-shadow: none;
	opacity: 1;
	z-index: 2;
	font-size: 30px;
}

.active-side-header #search_modal {
	right: 310px;
}

.search_modal_button {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 0 0 0 10px;
}


/*
 ** Side Header
 */


/* side header layout */

body:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1001;
	visibility: hidden;
	opacity: 0;
}

body,
body:after,
#canvas,
.page_header_side {
	transition: 0.5s ease-in-out;
}

#canvas {
	left: 0;
	transition-property: left, margin-left;
}

body.active-side-header {
	overflow: hidden;
}

body.active-side-header #canvas {
	left: 310px;
}

body.active-side-header .page_header_side {
	left: 0;
}

body.active-side-header:after {
	visibility: visible;
	opacity: 1;
}

html.html-active-push-header {
	overflow: hidden;
}

.page_header_side {
	z-index: 1002;
	position: fixed;
	width: 310px;
	left: -310px;
	top: 0;
	bottom: 0;
}

.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 {
	padding: 10px 20px;
	margin-bottom: 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-top: 2px;
	margin-bottom: 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: 60px;
		padding-right: 60px;
	}
}

@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: 35px;
		padding-right: 35px;
	}
}

.side_header_inner {
	padding: 26px 0 60px;
}

.toggle_menu_side {
	transition: right 0.3s ease-in-out;
	position: absolute;
	top: 0;
	right: -60px;
	margin: 0;
}

.toggle_menu_side.toggle_menu_side_special {
	background-color: transparent !important;
	position: relative;
	right: 0;
	width: auto;
	height: auto;
	margin-left: 40px;
	color: #141d28;
	font-size: 18px;
}

@media (min-width: 1440px) {
	.toggle_menu_side.toggle_menu_side_special {
		display: block;
	}
}

@media (max-width: 1199px) {
	.toggle_menu_side.toggle_menu_side_special {
		display: none;
	}
}

@media (max-width: 370px) {
	.toggle_menu_side.active {
		right: 0;
		opacity: 0.4;
	}
}

.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: #007bff;
}

.bs .toggle_menu_side {
	background-color: #007bff;
}

.ls .toggle_menu_side {
	background-color: #007bff;
}

.page_header_side.header_side_sticked .toggle_menu_side {
	transition: 0.5s ease-in-out;
	right: -60px;
	top: 0;
}

.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: 310px;
}

.active-side-header.slide-right .boxed .header_push~div .page_header,
.active-side-header.slide-right .header_push~div .page_header.affix {
	margin-left: -310px;
}

.page_header_side.header_side_right {
	left: auto;
	right: -310px;
}

.page_header_side.header_side_right.active-slide-side-header {
	right: 0;
}

.page_header_side.header_side_right .toggle_menu_side {
	right: auto;
	transition: left 0.3s ease-in-out;
	left: -60px;
}

@media (max-width: 370px) {
	.page_header_side.header_side_right .toggle_menu_side.active {
		left: 0;
	}
}

body.active-side-header.slide-right #canvas {
	left: -310px;
}

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~* {
		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: 310px;
	}
	.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: 310px;
	}
	.page_header_side_special .close-wrapper {
		background-color: #303944;
		padding: 4px 30px;
	}
	.page_header_side_special .close-wrapper a {
		color: #fff;
		font-weight: 400;
		font-size: 20px;
	}
	.page_header_side_special .close-wrapper a:hover {
		color: #007bff;
	}
	.page_header_side_special .side_header_inner {
		padding-top: 0;
		padding-bottom: 0;
	}
}


/* 
 ** Intro Section Styles
 */

.page_slider {
	position: relative;
	overflow: hidden;
	clear: both;
}

.page_slider .myVideo {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: -1;
	height: 100%;
	width: auto;
}

.page_slider.blog-slider .flexslider img {
	opacity: 0.5;
}

@media (max-width: 767px) {
	.page_slider.blog-slider .flexslider img {
		display: block !important;
	}
}

@media (max-width: 991px) and (min-width: 300px) {
	.page_slider.blog-slider .container-fluid,
	.page_slider.blog-slider .container,
	.page_slider.blog-slider .page_slider img+.container {
		margin-right: 0;
		position: static;
	}
}

@media (max-width: 768px) and (min-width: 300px) {
	.page_slider.blog-slider .intro_layers_wrapper {
		position: static;
	}
}

.page_slider .flex-direction-nav {
	display: none;
}

@media (max-width: 768px) {
	.page_slider .flex-direction-nav .flex-control-nav {
		bottom: 139px;
	}
}

.page_slider>img {
	width: 100%;
}

.page_slider h2 {
	margin: 0;
	line-height: 1.15;
}

.page_slider h3 {
	margin: 0;
	line-height: 1;
}

.page_slider h4 {
	margin: 0;
}

.page_slider p {
	margin: 0;
}

.page_slider .flex-direction-nav .flex-prev,
.page_slider .flex-direction-nav .flex-next {
	top: 51.5%;
}

@media (max-width: 1199px) {
	.page_slider .flex-direction-nav .flex-prev,
	.page_slider .flex-direction-nav .flex-next {
		display: none;
	}
}

.page_slider .flex-direction-nav .flex-prev {
	left: 3%;
	opacity: 1;
}

@media (max-width: 1550px) {
	.page_slider .flex-direction-nav .flex-prev {
		left: 4%;
	}
}

@media (max-width: 1400px) {
	.page_slider .flex-direction-nav .flex-prev {
		left: 1%;
	}
}

.page_slider .flex-direction-nav .flex-prev:before {
	font-size: 14px;
	color: #fff;
	z-index: 2;
	left: 13px;
	line-height: 40px;
	top: 0;
}

.page_slider .flex-direction-nav .flex-prev::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: rgba(20, 29, 40, .9);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.page_slider .flex-direction-nav .flex-prev:hover {
	opacity: 0.5;
}

.page_slider .flex-direction-nav .flex-prev:hover:before {
	color: #fff;
}

.page_slider .flex-direction-nav .flex-next {
	right: 3%;
	opacity: 1;
}

@media (max-width: 1550px) {
	.page_slider .flex-direction-nav .flex-next {
		right: 4%;
	}
}

@media (max-width: 1400px) {
	.page_slider .flex-direction-nav .flex-next {
		right: 1%;
	}
}

.page_slider .flex-direction-nav .flex-next:before {
	font-size: 14px;
	color: #fff;
	z-index: 2;
	left: 17px;
	line-height: 40px;
	top: 0;
}

.page_slider .flex-direction-nav .flex-next::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: rgba(20, 29, 40, .9);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.page_slider .flex-direction-nav .flex-next:hover {
	opacity: 0.3;
}

.page_slider .flex-direction-nav .flex-next:hover:before {
	color: #fff;
}

.page_slider .flexslider .slides {
	display: flex;
}

.page_slider .flexslider .slides>li {
	min-height: 1250px;
}

@media (max-width: 1399px) {
	.page_slider .flexslider .slides>li {
		min-height: 900px;
	}
}

@media (max-width: 1199px) {
	.page_slider .flexslider .slides>li {
		min-height: 800px;
	}
}

@media (max-width: 767px) {
	.page_slider .flexslider .slides>li {
		min-height: 650px;
	}
}

.page_slider .flexslider .slides>li.s-overlay.ls:before {
	opacity: 0;
	background-color: #3eb8ea;
}

@media (max-width: 575px) {
	.page_slider .flexslider .slides>li.s-overlay.ls:before {
		opacity: 0.55;
	}
}

@media (max-width: 767px) {
	.page_slider .flexslider .slides li>img {
		display: none;
	}
}

.page_slider .flexslider:before,
.page_slider .flexslider:after {
	content: '';
	display: block;
	clear: both;
}

.page_slider .flexslider .intro_layer img {
	width: auto;
	display: inline-block;
}

.page_slider .flexslider.slider-shadow {
	padding-bottom: 50px;
}

.page_slider .flexslider.slider-shadow:before,
.page_slider .flexslider.slider-shadow:after {
	content: "";
	position: absolute;
	background: transparent;
	z-index: 1;
	bottom: 65px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 400px;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
	transform: rotate(-3deg);
}

.page_slider .flexslider.slider-shadow:after {
	right: 10px;
	left: auto;
	transform: rotate(3deg);
}

.page_slider.home_slider.s-overlay.ls:before {
	opacity: 0;
	background-color: #3eb8ea;
}

@media (max-width: 575px) {
	.page_slider.home_slider.s-overlay.ls:before {
		opacity: 0.55;
	}
}

.page_slider.home_slider .intro_layers_wrapper {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1440px) {
	.page_slider.home_slider .intro_layers_wrapper {
		padding: 0;
	}
}

@media (max-width: 992px) {
	.page_slider.home_slider .intro_layers_wrapper {
		padding: 50px 0 80px 0;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider .intro_layers_wrapper {
		text-align: center;
	}
}

.page_slider.home_slider.static {
	min-height: 500px;
}

@media (max-width: 992px) {
	.page_slider.home_slider.static .intro_layers_wrapper {
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider.static {
		min-height: 450px;
	}
	.page_slider.home_slider.static img {
		display: none;
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider.static {
		min-height: 350px;
	}
	.page_slider.home_slider.static img {
		display: none;
	}
}

.page_slider.home_slider .buttons-layer .btn+.btn {
	margin-left: 20px;
}

.page_slider.home_slider .intro_layers {
	align-items: center;
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 0;
	justify-content: center;
}

@media (min-width: 576px) {
	.page_slider.home_slider .intro_layers {
		align-items: flex-start;
		padding: 0;
		max-width: 350px;
	}
}

@media (min-width: 767px) {
	.page_slider.home_slider .intro_layers {
		padding-right: 40px;
		max-width: 435px;
	}
}

@media (min-width: 992px) {
	.page_slider.home_slider .intro_layers {
		padding: 0 40px;
		max-width: 60%;
	}
}

@media (min-width: 1024px) {
	.page_slider.home_slider .intro_layers {
		padding: 0 50px;
		align-items: center;
	}
}

@media (min-width: 1440px) {
	.page_slider.home_slider .intro_layers {
		padding: 0;
		max-width: 48%;
	}
}

@media (min-width: 1600px) {
	.page_slider.home_slider .intro_layers {
		margin-top: -72px;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider .intro_layers .buttons-layer .btn+.btn {
		display: none;
	}
}

.page_slider.home_slider1 .intro-layer.title h2 {
	font-size: 80px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	letter-spacing: -3px;
}

.page_slider.home_slider1 .intro-layer.title span {
	letter-spacing: 0;
}

.page_slider.home_slider1 .intro-layer.title sup {
	font-size: 45px;
	top: -0.7em;
}

.page_slider.home_slider1 .intro-layer.title sub {
	font-size: 25px;
	bottom: 0;
}

.page_slider.home_slider1 .intro-layer.lists {
	width: 100%;
	display: flex;
	margin-top: 60px;
}

.page_slider.home_slider1 .intro-layer.lists>ul {
	width: 50%;
}

@media (max-width: 767px) {
	.page_slider.home_slider1 .intro-layer.lists>ul {
		width: 100%;
	}
}

.page_slider.home_slider1 .intro-layer.subtitle {
	font-size: 30px;
	margin-top: 55px;
	line-height: 1.28;
}

.page_slider.home_slider1 .intro-layer.price {
	margin-top: 35px;
	font-size: 20px;
}

.page_slider.home_slider1 .intro-layer.price span {
	font-size: 30px;
	color: #007bff;
	font-weight: 500;
}

.page_slider.home_slider1 .btn {
	margin-top: 35px;
}

.page_slider.home_slider1 .intro_layers_wrapper {
	height: auto;
	top: 46%;
	transform: translateY(-50%);
	left: 0;
	right: auto;
	padding: 0 13px;
}

@media (max-width: 1199px) {
	.page_slider.home_slider1 .intro_layers_wrapper {
		top: 50%;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider1 .intro_layers_wrapper {
		top: 46%;
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider1 .intro_layers_wrapper {
		top: 50%;
	}
}

.page_slider.home_slider1 .intro_layers_wrapper .intro_layers {
	justify-content: flex-start;
	margin-top: 0;
	color: #fff;
	align-items: flex-start;
	max-width: none;
	position: relative;
	padding: 0;
}

@media (max-width: 1400px) {
	.page_slider.home_slider1 .intro-layer.title h2 {
		font-size: 60px;
		letter-spacing: unset;
	}
	.page_slider.home_slider1 .intro-layer.title h2 sup {
		font-size: 35px;
		top: -0.5em;
	}
	.page_slider.home_slider1 .intro-layer.title h2 span {
		margin-left: 20px;
	}
	.page_slider.home_slider1 .intro-layer.subtitle {
		font-size: 25px;
		margin-top: 30px;
	}
	.page_slider.home_slider1 .btn {
		margin-top: 45px;
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider1 .intro-layer.title h2 {
		font-size: 50px;
	}
	.page_slider.home_slider1 .intro-layer.title h2 sup {
		font-size: 30px;
		top: -0.5em;
	}
	.page_slider.home_slider1 .intro-layer.subtitle {
		font-size: 20px;
		margin-top: 25px;
	}
	.page_slider.home_slider1 .intro-layer.price {
		margin-top: 25px;
	}
	.page_slider.home_slider1 .intro-layer.price span {
		font-size: 25px;
	}
	.page_slider.home_slider1 .btn {
		margin-top: 45px;
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider1 .intro_layers_wrapper {
		max-width: none;
		width: 100%;
	}
	.page_slider.home_slider1 .intro_layers_wrapper .intro_layers {
		align-items: center;
	}
	.page_slider.home_slider1 .btn {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider1 .btn {
		display: none;
	}
	.page_slider.home_slider1 .intro-layer.title h2 {
		font-size: 35px;
	}
	.page_slider.home_slider1 .intro-layer.title h2 sup {
		font-size: 25px;
		top: -0.4em;
	}
	.page_slider.home_slider1 .intro-layer.title h2 sub {
		font-size: 18px;
	}
	.page_slider.home_slider1 .intro-layer.lists {
		flex-direction: column;
		align-items: center;
	}
	.page_slider.home_slider1 .intro-layer.subtitle {
		font-size: 18px;
		margin-top: 20px;
	}
	.page_slider.home_slider1 .intro-layer.price {
		margin-top: 20px;
		font-size: 18px;
	}
	.page_slider.home_slider1 .intro-layer.price span {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider1 .intro-layer.title h2 {
		font-size: 30px;
		font-weight: 400;
	}
	.page_slider.home_slider1 .intro-layer.title h2 sup {
		font-size: 20px;
	}
	.page_slider.home_slider1 .intro-layer.title h2 span {
		margin-left: 10px;
	}
	.page_slider.home_slider1 .intro-layer.lists {
		margin-top: 40px;
	}
}

.page_slider.home_slider2 h1,
.page_slider.home_slider2 h2,
.page_slider.home_slider2 h3,
.page_slider.home_slider2 h4,
.page_slider.home_slider2 h5,
.page_slider.home_slider2 h6 {
	padding-left: 15px;
	padding-right: 15px;
}

.page_slider.home_slider2 h2,
.page_slider.home_slider2 h3,
.page_slider.home_slider2 h4,
.page_slider.home_slider2 h5 {
	font-size: 40px;
}

@media (max-width: 1199px) {
	.page_slider.home_slider2 h2,
	.page_slider.home_slider2 h3,
	.page_slider.home_slider2 h4,
	.page_slider.home_slider2 h5 {
		font-size: 35px;
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider2 h2,
	.page_slider.home_slider2 h3,
	.page_slider.home_slider2 h4,
	.page_slider.home_slider2 h5 {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider2 h2,
	.page_slider.home_slider2 h3,
	.page_slider.home_slider2 h4,
	.page_slider.home_slider2 h5 {
		font-size: 25px;
		font-weight: 500;
	}
}

.page_slider.home_slider2 .intro_layers_wrapper {
	top: auto;
	bottom: 160px;
	padding: 0;
	height: auto;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	max-width: 800px;
	width: 100%;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

@media (max-width: 991px) {
	.page_slider.home_slider2 .intro_layers_wrapper {
		max-width: 500px;
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider2 .intro_layers_wrapper {
		max-width: 300px;
	}
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child>span,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child>span {
	display: block;
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a {
	position: relative;
	display: inline-block;
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a::before,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a::before,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a::after,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a::after {
	content: '';
	position: absolute;
	width: 500px;
	height: 3px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a::before,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a::before {
	right: calc(100% + 20px);
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a::after,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a::after {
	left: calc(100% + 20px);
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child>span {
	transform: translateY(-33%);
	overflow: hidden;
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child>span {
	transform: translateY(48%);
	overflow: hidden;
	display: block;
}

.page_slider.home_slider3 .s-overlay.ds:before {
	opacity: 0.5;
}

.page_slider.home_slider3 li .social-icons {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 44%;
	left: calc(50% + 585px);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.page_slider.home_slider3 li .social-icons a:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 1600px) {
	.page_slider.home_slider3 li .social-icons {
		top: 50%;
	}
}

@media (max-width: 1299px) {
	.page_slider.home_slider3 li .social-icons {
		left: calc(50% + 550px);
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider3 li .social-icons {
		left: calc(50% + 470px);
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider3 li .social-icons {
		left: calc(50% + 360px);
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider3 li .social-icons {
		right: auto;
		left: 50%;
		bottom: 50px;
		top: auto;
		transform: translateX(-50%);
		flex-direction: row;
	}
	.page_slider.home_slider3 li .social-icons a:not(:last-child) {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

.page_slider.home_slider3 .flex-control-nav {
	position: absolute;
	left: calc(50% - 600px);
	bottom: 37%;
	display: flex;
	width: 370px;
	padding-left: 85px;
	padding-right: 85px;
	align-items: center;
	overflow: hidden;
	transform: none;
}

.page_slider.home_slider3 .flex-control-nav li {
	display: block;
	padding: 0 5px;
	position: relative;
}

.page_slider.home_slider3 .flex-control-nav li:first-child::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 3px;
	background-color: #fff;
	display: inline-block;
	right: calc(100% + 20px);
	width: 200px;
}

.page_slider.home_slider3 .flex-control-nav li:last-child::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 3px;
	background-color: #fff;
	display: inline-block;
	left: calc(100% + 12px);
	width: 200px;
}

.page_slider.home_slider3 .flex-control-nav li a {
	border-color: transparent;
	background: transparent;
	opacity: 0.5;
	font: 400 12px/1em 'Poppins';
	color: #fff;
	position: relative;
	width: 20px;
	height: 20px;
	transition: all 0.3s ease-in-out;
}

.page_slider.home_slider3 .flex-control-nav li a:hover {
	opacity: 1;
}

.page_slider.home_slider3 .flex-control-nav li a:before {
	content: '0';
	position: absolute;
	top: 0;
	left: -3px;
}

.page_slider.home_slider3 .flex-control-nav li a.flex-active {
	opacity: 1;
}

@media (max-width: 1600px) {
	.page_slider.home_slider3 .flex-control-nav {
		bottom: 19%;
	}
}

@media (max-width: 1299px) {
	.page_slider.home_slider3 .flex-control-nav {
		left: calc(50% - 570px);
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider3 .flex-control-nav {
		left: calc(50% - 480px);
		bottom: 18.5%;
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider3 .flex-control-nav {
		width: 285px;
		bottom: 13%;
		left: calc(50% - 360px);
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider3 .flex-control-nav {
		justify-content: center;
		bottom: 23%;
		left: calc(50%);
		transform: translateX(-50%);
	}
}

.page_slider.home_slider3 .intro_layers_wrapper {
	justify-content: flex-start;
	height: auto;
	top: auto;
	bottom: 38%;
	left: 0;
	right: auto;
	border: 3px solid #fff;
	border-bottom: none;
	padding: 53px 50px 49px 56px;
	width: 370px;
}

.page_slider.home_slider3 .intro_layers_wrapper .intro_layers {
	margin-top: 0;
	color: #fff;
	align-items: flex-start;
	max-width: none;
	position: relative;
	padding: 0;
}

.page_slider.home_slider3 .intro_layers_wrapper .signature {
	position: absolute;
	bottom: 0;
	left: 40px;
	transform: translateY(55%);
}

@media (max-width: 1600px) {
	.page_slider.home_slider3 .intro_layers_wrapper {
		bottom: 20%;
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider3 .intro_layers_wrapper {
		padding: 40px;
	}
	.page_slider.home_slider3 .intro_layers_wrapper h2,
	.page_slider.home_slider3 .intro_layers_wrapper h3,
	.page_slider.home_slider3 .intro_layers_wrapper h4,
	.page_slider.home_slider3 .intro_layers_wrapper h5,
	.page_slider.home_slider3 .intro_layers_wrapper h6 {
		font-size: 30px;
	}
	.page_slider.home_slider3 .slides li>img {
		display: none;
	}
	.page_slider.home_slider3 .slides li {
		min-height: 600px;
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider3 {
		text-align: left;
	}
	.page_slider.home_slider3 .intro_layers_wrapper {
		padding: 25px 25px 40px 25px;
		width: 285px;
		bottom: 15%;
	}
	.page_slider.home_slider3 .intro_layers_wrapper::after {
		width: 90px;
	}
	.page_slider.home_slider3 .slides li {
		min-height: 500px;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider3 .intro_layers_wrapper {
		bottom: 25%;
		left: 50%;
		transform: translateX(-50%);
	}
}

.page_slider.home_slider4 .flexslider h1,
.page_slider.home_slider4 .flexslider h2 {
	font-size: 200px;
	letter-spacing: 0.03em;
	padding-left: 50px;
	padding-right: 50px;
}

.page_slider.home_slider4 .flexslider h3,
.page_slider.home_slider4 .flexslider h4,
.page_slider.home_slider4 .flexslider h5,
.page_slider.home_slider4 .flexslider h6 {
	font-size: 54px;
	letter-spacing: -0.001em;
}

.page_slider.home_slider4 .flexslider h1,
.page_slider.home_slider4 .flexslider h2,
.page_slider.home_slider4 .flexslider h3,
.page_slider.home_slider4 .flexslider h4,
.page_slider.home_slider4 .flexslider h5,
.page_slider.home_slider4 .flexslider h6 {
	padding-left: 15px;
	padding-right: 15px;
}

.page_slider.home_slider4 .flexslider .spacing {
	text-transform: uppercase;
	letter-spacing: 1.03em;
}

.page_slider.home_slider4 .flexslider .social-icons {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(50% - 205px);
}

.page_slider.home_slider4 .flexslider .social-icons a:not(:last-child) {
	margin-right: 15px;
}

.page_slider.home_slider4 .flexslider .flex-button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(50% + 225px);
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	max-width: none;
	top: auto;
	bottom: 49%;
	padding: 0;
	height: auto;
	right: auto;
	left: 50%;
	transform: translate(-50%, 50%);
	width: calc(100% - 30px);
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child>span,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child>span {
	display: block;
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line {
	position: relative;
	display: inline-block;
	pointer-events: none;
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line::after {
	content: '';
	position: absolute;
	width: 500px;
	height: 3px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line::before {
	right: calc(100% + 20px);
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line::after {
	left: calc(100% + 20px);
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child>span,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child>div {
	transform: translateY(-45%);
	overflow: hidden;
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child>span,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child>div {
	line-height: 2.4;
	transform: translateY(52%);
	overflow: hidden;
}

@media (max-width: 1400px) {
	.page_slider.home_slider4 .flexslider h1,
	.page_slider.home_slider4 .flexslider h2 {
		font-size: 120px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.page_slider.home_slider4 .flexslider h3,
	.page_slider.home_slider4 .flexslider h4,
	.page_slider.home_slider4 .flexslider h5,
	.page_slider.home_slider4 .flexslider h6 {
		font-size: 40px;
	}
	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 140px);
	}
	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 170px);
	}
	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		max-width: 800px;
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		bottom: 42%;
	}
	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 190px);
	}
	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 120px);
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider4 .flexslider .slides li {
		min-height: 600px;
	}
	.page_slider.home_slider4 .flexslider h1,
	.page_slider.home_slider4 .flexslider h2 {
		font-size: 90px;
	}
	.page_slider.home_slider4 .flexslider h3,
	.page_slider.home_slider4 .flexslider h4,
	.page_slider.home_slider4 .flexslider h5,
	.page_slider.home_slider4 .flexslider h6 {
		font-size: 40px;
	}
	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		bottom: 42%;
	}
	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 160px);
	}
	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 95px);
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider4 .flexslider .slides li {
		min-height: 600px;
	}
	.page_slider.home_slider4 .flexslider h1,
	.page_slider.home_slider4 .flexslider h2 {
		font-size: 60px;
	}
	.page_slider.home_slider4 .flexslider h3,
	.page_slider.home_slider4 .flexslider h4,
	.page_slider.home_slider4 .flexslider h5,
	.page_slider.home_slider4 .flexslider h6 {
		font-size: 35px;
	}
	.page_slider.home_slider4 .flexslider .spacing {
		letter-spacing: 0.2em;
	}
	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		bottom: 42%;
	}
	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 160px);
	}
	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 95px);
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider4 .flexslider h1,
	.page_slider.home_slider4 .flexslider h2 {
		font-size: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.page_slider.home_slider4 .flexslider h3,
	.page_slider.home_slider4 .flexslider h4,
	.page_slider.home_slider4 .flexslider h5,
	.page_slider.home_slider4 .flexslider h6 {
		font-size: 20px;
		text-transform: uppercase;
	}
	.page_slider.home_slider4 .flexslider .spacing {
		letter-spacing: 0.2em;
	}
	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		bottom: 42%;
		max-width: 310px;
	}
	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 140px);
	}
	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 75px);
	}
}

.page_slider .flexslider.horizontal .flex-control-nav {
	bottom: 70px;
}

.page_slider .flexslider.horizontal .flex-control-nav li {
	padding: 5px;
}

.page_slider .flexslider.horizontal .flex-control-nav li a {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	opacity: 0.8;
}

.page_slider .flexslider.horizontal .flex-control-nav li a:hover,
.page_slider .flexslider.horizontal .flex-control-nav li a.flex-active {
	background-color: transparent;
	border-color: #007bff;
}

@media (max-width: 768px) {
	.page_slider .flexslider.horizontal .flex-control-nav {
		bottom: 20px;
	}
}

.page_slider .flexslider.vertical .flex-direction-nav {
	display: none;
}

.page_slider .flexslider.vertical .flex-control-nav {
	width: auto;
	display: flex;
	flex-direction: column;
	right: 82px;
	top: 45%;
}

.page_slider .flexslider.vertical .flex-control-nav li {
	padding: 5px;
}

.page_slider .flexslider.vertical .flex-control-nav li a {
	width: 10px;
	height: 10px;
	border-width: 2px;
	position: relative;
}

.page_slider .flexslider.vertical .flex-control-nav li a:hover {
	background-color: transparent;
	border-width: 1px;
	opacity: 0.6;
}

.page_slider .flexslider.vertical .flex-control-nav li a:hover::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	border: 1px solid #fff;
	border-radius: 50%;
}

@media (max-width: 1440px) {
	.page_slider .flexslider.vertical .flex-control-nav {
		right: 45px;
	}
}

@media (max-width: 1024px) {
	.page_slider .flexslider.vertical .flex-control-nav {
		right: 30px;
	}
}

@media (max-width: 992px) {
	.page_slider .flexslider.vertical .flex-control-nav {
		flex-direction: row;
		width: 100%;
		right: auto;
		display: block;
		top: auto;
		bottom: 33px;
	}
}

.page_slider .flexslider.horizontal2 .flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: 26px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

@media (min-width: 1200px) {
	.page_slider .flexslider.horizontal2 .flex-control-nav {
		bottom: 86px;
	}
}

.page_slider .flexslider.horizontal2 .flex-control-nav li {
	display: block;
	padding: 6px 10px;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li:first-child {
	margin-left: 10px;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a {
	border-color: transparent;
	background: transparent;
	opacity: 1;
	font: 600 12px/1em 'Poppins';
	color: #fff;
	position: relative;
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease-in;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a:hover {
	color: #007bff;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a:before {
	content: '0';
	position: absolute;
	top: 0%;
	left: -4px;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a:after {
	content: '';
	height: 0;
	transition: height 0.3s ease-in;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a.flex-active:after {
	background-color: #fff;
	content: '';
	position: absolute;
	left: 23%;
	bottom: -57px;
	height: 53px;
	width: 3px;
}

@media (min-width: 1200px) {
	.page_slider .flexslider.horizontal3 .flex-control-nav {
		position: absolute;
		width: auto;
		left: 50px;
		bottom: 56px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li {
		display: block;
		padding: 0 10px;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a {
		border-color: transparent;
		background: transparent;
		opacity: 1;
		font: 400 0/1em 'Poppins';
		color: #fff;
		position: relative;
		width: 20px;
		height: 20px;
		transition: all 0.3s ease-in-out;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a:hover:after {
		width: 60px;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a:before {
		content: '0';
		position: absolute;
		top: 0;
		left: -3px;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a:after {
		background-color: #fff;
		content: '';
		position: absolute;
		left: -2px;
		bottom: 1px;
		height: 3px;
		width: 30px;
		opacity: 0.5;
		transition: all 0.3s ease-in-out;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a.flex-active {
		font-size: 12px;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a.flex-active:after {
		width: 60px;
		opacity: 1;
	}
}

@media (max-width: 1199px) {
	.page_slider .flexslider.horizontal3 .flex-control-nav {
		position: absolute;
		width: 100%;
		bottom: 46px;
		display: flex;
		left: 0;
		flex-direction: row;
		justify-content: center;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li {
		display: block;
		padding: 6px 10px;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li:first-child {
		margin-left: 10px;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a {
		border-color: transparent;
		background: transparent;
		opacity: 1;
		font: 600 12px/1em 'Poppins';
		color: #fff;
		position: relative;
		width: 20px;
		height: 20px;
		transition: transform 0.3s ease-in;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a:hover {
		color: #007bff;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a:before {
		content: '0';
		position: absolute;
		top: 0%;
		left: -4px;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a:after {
		content: '';
		height: 0;
		transition: height 0.3s ease-in;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a.flex-active:after {
		background-color: #fff;
		content: '';
		position: absolute;
		left: 23%;
		bottom: -57px;
		height: 44px;
		width: 3px;
	}
}

@media (max-width: 991px) {
	.page_slider .flexslider.horizontal3 .flex-control-nav {
		bottom: 20px;
	}
	.page_slider .flexslider.horizontal3 .flex-control-nav li a.flex-active:after {
		bottom: -50px;
	}
}

.page_slider .flexslider.arrows .flex-control-nav {
	display: none;
}

@media (max-width: 1199px) {
	.page_slider .flexslider.arrows .flex-control-nav {
		display: flex;
	}
}

.page_slider .flexslider.arrows .flex-direction-nav {
	display: block;
}

@media (min-width: 300px) {
	.page_slider .cs,
	.page_slider .ds {
		background-color: transparent;
	}
	.page_slider .container-fluid,
	.page_slider .container,
	.page_slider img+.container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.page_slider [class*="col-"] {
		position: static;
		min-height: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.page_slider .intro_layers_wrapper {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		left: 15px;
		height: 100%;
		z-index: 5;
	}
	.page_slider .intro_before_featured_word {
		line-height: 30px;
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 2.6em;
		color: #aeb1b4;
		text-align: left;
	}
	.page_slider .intro_featured_word {
		line-height: 1.1;
		white-space: nowrap;
		font-size: 50px;
		margin-bottom: 20px;
	}
	.page_slider .intro_after_featured_word {
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1em;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	}
}

@media (min-width: 300px) and (min-width: 600px) {
	.boxed .page_slider .intro_layers_wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 300px) and (max-width: 992px) {
	.page_slider .intro_before_featured_word {
		font-size: 16px;
		margin-bottom: 1em;
	}
}

@media (min-width: 300px) and (max-width: 768px) {
	.page_slider .intro_button {
		min-width: 100px;
		padding: 20px;
	}
}

@media (min-width: 300px) and (max-width: 992px) {
	.page_slider .intro_featured_word {
		font-size: 30px;
	}
}

@media (min-width: 300px) and (max-width: 768px) {
	.page_slider .intro_featured_word {
		font-size: 25px;
		text-align: center;
	}
	.page_slider .intro_featured_word:after {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 992px) {
	.page_slider .intro_layers_wrapper {
		padding: 100px 0;
	}
	.page_slider .intro_featured_word {
		font-size: 48px;
		font-weight: 400;
		font-family: "Poppins", sans-serif;
		letter-spacing: 2.4px;
		line-height: 48px;
		margin-bottom: 20px;
	}
	.page_slider .intro_after_featured_word {
		font-size: 12px;
		letter-spacing: 2em;
	}
}

@media (max-width: 991px) {
	.page_slider {
		text-align: center;
	}
}


/*
 ** Subpages
 */


/*
 ** 404
 */

.page_404 {
	background-image: url("../landing-page-images/404.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 50px);
}

@media (max-width: 575px) {
	.page_404 {
		height: calc(100vh - 50px);
	}
}

.error404 .page-wrapper {
	position: relative;
}

.error404 .page-wrapper::before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -84px;
	left: -67px;
	height: 643px;
	width: 250px;
	-webkit-mask: url("../landing-page-images/border-img.png") no-repeat left / cover;
	background-color: #007bff;
}

@media (max-width: 991px) {
	.error404 .page-wrapper::before {
		top: -127px;
		height: -68px;
		background-size: 72%;
	}
}

@media (max-width: 767px) {
	.error404 .page-wrapper::before {
		display: none;
	}
}

.error404 .page-header {
	text-align: center;
}

@media (min-width: 768px) {
	.error404 .page-header {
		text-align: left;
	}
}

.error404 .page-header>img {
	display: none;
}

.error404 .page-header.img-only h3,
.error404 .page-header.img-only p {
	display: none;
}

.error404 .page-header.img-only img {
	display: block;
}

.error404 .page-header h3 {
	font-size: 100px;
	color: #007bff;
	font-weight: 900;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.error404 .page-header h3 {
		text-indent: -25px;
		transform: scaleX(0.9);
		font-size: 200px;
		line-height: 1;
		margin-bottom: 0;
	}
}

.error404 .page-header p {
	font-family: "Montserrat", sans-serif;
	font-size: 80px;
	color: #fff;
	font-weight: bold;
	margin-top: -7px;
	display: inline-block;
	line-height: 0.95;
	letter-spacing: -3px;
}

@media (max-width: 991px) {
	.error404 .page-header p {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.error404 .page-header p {
		font-size: 40px;
	}
}

.error404 .page-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #fff;
	max-width: 365px;
	text-align: left;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.error404 .page-content p {
	font-size: 20px;
	letter-spacing: -0.5px;
	font-weight: 300;
}

.error404 .page-content .btn {
	margin-top: 35px;
}

@media (max-width: 767px) {
	.error404 .page-content {
		align-items: center;
		text-align: center;
	}
}

.error404 .widget_search {
	margin: 0;
}

.error404 .widget_search form {
	max-width: 320px;
}

.error404 .widget_search form input {
	max-width: 100%;
}

@media (max-width: 480px) {
	.error404 .widget_search {
		background: transparent;
		width: 100%;
	}
	.error404 .widget_search input {
		width: 100%;
	}
}


/*
 ** Blog
 */

@media (min-width: 1200px) {
	.single-service article {
		padding-left: 150px;
		padding-right: 150px;
	}
}

@media (max-width: 1199px) {
	.bigitem {
		margin-bottom: 90px !important;
	}
}

@media (max-width: 767px) {
	.bigitem {
		margin-bottom: 60px !important;
	}
}

@media (min-width: 1200px) {
	.smallitem.smallitem2 .post+.post {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.smallitem .post+.post {
		margin-top: 40px;
	}
}

.related-post article:not(.has-post-thumbnail) .item-content-under {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 10px;
}

@media (max-width: 1199px) {
	.related-post article:not(.has-post-thumbnail) {
		margin-top: 0;
	}
	.related-post article:not(.has-post-thumbnail) .item-content-under:not(.with-share) {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.related-post .item-content-under {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.item-content-under.ds {
		padding-bottom: 65px;
	}
}

@media (max-width: 1199px) {
	.item-content-under.ds {
		margin-top: -10px !important;
		padding: 30px;
	}
}

@media (max-width: 1199px) {
	.item-content-under:not(.with-share) {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.item-content-under {
		padding: 65px 65px 0 65px;
		z-index: 2;
		position: relative;
	}
}


/* Comments absolute */

.ds .comments a {
	color: #141d28;
}

.ds .comments a:hover {
	color: #141d28;
}

.comments {
	position: absolute;
	right: auto;
	left: 30px;
	top: 30px;
	z-index: 4;
	margin-bottom: -10px;
}

.comments a {
	background-color: #007bff;
	color: #141d28;
	padding: 3px 9px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.comments a:not(:last-child) {
	margin-right: 10px;
}

.comments a:hover {
	background-color: #007bff;
}


/* Comments absolute END */


/* Without Image */

.without-image {
	padding-top: 70px;
	text-align: left !important;
}

@media (max-width: 1199px) {
	.without-image {
		padding-top: 40px;
	}
}

.without-image .comments {
	position: initial;
	margin-left: 70px;
	display: block;
}

@media (max-width: 1199px) {
	.without-image .comments {
		margin-left: 30px;
	}
}

.without-image .item-content {
	padding: 30px 70px 70px 70px;
	z-index: 2;
	position: relative;
}

.without-image .item-content.with-share {
	padding-top: 30px !important;
	padding-bottom: 65px;
}

@media (max-width: 1199px) {
	.without-image .item-content.with-share {
		padding-left: 60px !important;
		padding-right: 30px !important;
		padding-bottom: 35px;
	}
}

.without-image .item-content.with-share .share_buttons {
	top: 34px;
}

@media (max-width: 1199px) {
	.without-image .item-content.with-share .share_buttons {
		left: 30px;
	}
}

@media (max-width: 1199px) {
	.without-image .item-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 40px;
	}
}


/* Without Image End */


/* With share for content in single post */

.single-post.without-image .item-content:not(.with-share) {
	padding-left: 0 !important;
}

.single-post.without-image+.without-share_padding {
	padding-left: 0;
}

.without-image+.with-share_padding {
	padding-left: 120px;
}

@media (max-width: 1199px) {
	.without-image+.with-share_padding {
		padding-left: 60px;
	}
}

.with-share_padding {
	padding-left: 120px;
	padding-right: 100px;
}

@media (max-width: 1199px) {
	.with-share_padding {
		padding-left: 50px;
		padding-right: 0;
	}
}

.without-share_padding {
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 1199px) {
	.without-share_padding {
		padding-left: 0;
		padding-right: 0;
	}
}


/* With share for content in single post end*/

.blog_slider {
	margin-bottom: 82px;
}

@media (max-width: 767px) {
	.blog_slider {
		margin-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.blog_slider .flexslider .slides li {
		min-height: unset;
	}
}

.blog_slider .intro_layers_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.blog_slider .intro_layers_wrapper {
		left: 130px;
		right: 130px;
	}
}

.blog_slider h3 {
	font-size: 40px;
	font-weight: 500;
}

.blog_slider h2 {
	font-size: 80px;
	font-weight: 500;
}

.blog_slider .intro_layers {
	margin-bottom: 95px;
}

@media (max-width: 991px) {
	.blog_slider h2 {
		font-size: 50px;
	}
	.blog_slider .intro_layers {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.blog_slider h3 {
		font-size: 26px;
	}
	.blog_slider h2 {
		font-size: 26px;
	}
	.blog_slider h2,
	.blog_slider h3 {
		text-transform: capitalize;
	}
	.blog_slider .intro_layers {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}

.blog-featured-posts .post {
	height: 100%;
}

.entry-title,
.entry-title:last-child {
	text-transform: none;
	margin-top: 3px;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 26px;
}

.entry-title a:hover,
.entry-title:last-child a:hover {
	color: #007bff;
}

h4.entry-title {
	font-size: 24px;
	margin-bottom: 0.7em;
}

.item-media+.item-content h1.entry-title {
	margin-top: 5px;
}

a.more-link:not(.btn) {
	margin-left: 10px;
}

.post {
	position: relative;
}

.post.vertical-item:not(.post_format-post-format-gallery):not(.post_format-post-format-video) {
	text-align: left;
}

.post.vertical-item:not(.post_format-post-format-gallery):not(.post_format-post-format-video) .item-media {
	display: inline-block;
}

.post.vertical-item:not(.post_format-post-format-gallery):not(.post_format-post-format-video) .item-content {
	text-align: left;
}

.post.vertical-item:not(.post_format-post-format-gallery):not(.post_format-post-format-video) .item-content h5 {
	word-break: break-all;
}

.post.readmore-hidden .item-content a.more-link:not(.btn) {
	display: none;
}

.post .item-content.with-share {
	position: relative;
	padding-left: 120px;
	padding-right: 75px;
	padding-top: 65px;
}

@media (max-width: 1199px) {
	.post .item-content.with-share {
		padding-left: 50px;
		padding-top: 40px;
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.post .item-content.with-share {
		padding-left: 40px;
	}
}

.post .item-content h5 {
	line-height: 1;
}

.post.format-status .item-content,
.post.post_format-post-format-status .item-content {
	padding-bottom: 70px;
}

@media (max-width: 1199px) {
	.post.format-status .item-content,
	.post.post_format-post-format-status .item-content {
		padding: 40px;
	}
}

.post.format-status>img,
.post.post_format-post-format-status>img {
	display: none;
}

.post.format-status .entry-content,
.post.post_format-post-format-status .entry-content {
	display: flex;
	align-items: center;
}

.post.format-status .entry-content .user-img,
.post.post_format-post-format-status .entry-content .user-img {
	flex-shrink: 0;
	max-width: 60px;
	margin-right: 15px;
}

.post.format-status .entry-content .user-img img,
.post.post_format-post-format-status .entry-content .user-img img {
	border-radius: 50%;
}

.post.format-status .entry-content .content,
.post.post_format-post-format-status .entry-content .content {
	padding-left: 15px;
	border-left: 2px solid #007bff;
}

@media (max-width: 575px) {
	.post.format-status .entry-content,
	.post.post_format-post-format-status .entry-content {
		flex-direction: column;
	}
	.post.format-status .entry-content .user-img,
	.post.post_format-post-format-status .entry-content .user-img {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.post.format-link .item-content p {
	margin: 0 0 8px;
}

.post.format-link .item-content a.more:not(.btn) {
	color: #007bff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 10px;
}

.post.format-link .item-content a.more:not(.btn):hover {
	color: #141d28;
}

.post.format-link .item-content a.more:not(.btn) i {
	margin-left: 5px;
}

.post>.fa {
	position: absolute;
	right: 9px;
	top: 7px;
	color: #fff;
	transform: rotate(45deg);
	z-index: 2;
}

.post>.fa:before {
	position: relative;
	z-index: 3;
}

.post>.fa:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: -14px;
	left: -35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 40px;
	border-color: transparent transparent #007bff transparent;
}

.post+.post {
	margin-top: 100px;
}

@media (max-width: 767px) {
	.post+.post {
		margin-top: 60px;
	}
}

.post h3.entry-title+.entry-meta {
	margin-top: -0.65em;
}

.post h1.entry-title+.entry-meta {
	margin: -1em 0 2em;
}

.post.cover-image {
	height: auto;
}

.post.cover-image .post-thumbnail {
	display: none;
}

.post ul,
.post ol {
	margin-bottom: 18px;
}

.post ul:last-child,
.post ol:last-child {
	margin-bottom: 0;
}

.post li>ul,
.post li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.page .page_content ul,
.widget_nav_menu ul,
.page .page_content ol,
.widget_nav_menu ol {
	margin-bottom: 18px;
}

.page .page_content ul:last-child,
.widget_nav_menu ul:last-child,
.page .page_content ol:last-child,
.widget_nav_menu ol:last-child {
	margin-bottom: 0;
}

.page .page_content ul:last-of-type,
.widget_nav_menu ul:last-of-type,
.page .page_content ol:last-of-type,
.widget_nav_menu ol:last-of-type {
	margin-bottom: 0;
}

.page .page_content li>ul,
.widget_nav_menu li>ul,
.page .page_content li>ol,
.widget_nav_menu li>ol {
	margin-bottom: 0;
	margin-left: 0.4em;
	padding-left: 12px;
}

.has-post-thumbnail .owl-dots {
	position: absolute;
	bottom: 53px;
	right: 0;
	left: 0;
}

.has-post-thumbnail+.entry-content {
	margin-top: 1.5em;
}

.has-post-thumbnail .owl-nav {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
}

.has-post-thumbnail .owl-nav>div {
	opacity: 1;
	padding: 5px;
}

.has-post-thumbnail .owl-nav>div i {
	font-size: 10px;
	color: #fff;
}

.ds .post-password-form input[type="password"] {
	padding-left: 20px;
}

.post-password-form input[type="password"] {
	margin-top: 0.5em;
	width: auto;
}

.post-password-form input[type="submit"] {
	position: relative;
	top: -2px;
}

.ds .entry-footer .entry-date a,
.ds .entry-meta .entry-date a {
	color: #fff;
}

.ds .entry-footer .entry-date a:hover,
.ds .entry-meta .entry-date a:hover {
	color: #007bff;
}

.entry-footer,
.entry-meta {
	margin-bottom: 0.9em;
	line-height: 1;
	clear: both;
	display: flex;
	justify-content: space-between;
}

.entry-footer .entry-date a,
.entry-meta .entry-date a {
	color: #5c6f87;
}

.entry-footer .entry-date a:hover,
.entry-meta .entry-date a:hover {
	color: #007bff;
}

.entry-footer a,
.entry-meta a {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
}

.blog-adds {
	display: flex;
	justify-content: flex-end;
}

.blog-adds span {
	margin-left: 20px;
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}

.blog-adds span:first-child {
	margin-left: 0;
}

.blog-adds .like-count i {
	color: #007bff;
}

.blog-adds i {
	margin-right: 10px;
	font-size: 14px;
}

.entry-footer {
	margin-top: 40px;
	margin-bottom: 50px;
}

.entry-footer .fa {
	margin-right: 10px;
}

.last-row {
	text-align: left;
	margin-top: 63px;
	border-top: 1px solid rgba(20, 29, 40, 0.1);
	clear: both;
}

.last-row .padding-left {
	padding-left: 100px;
}

@media (max-width: 1199px) {
	.last-row .padding-left {
		padding-left: 70px;
	}
}

@media (max-width: 575px) {
	.last-row .padding-left {
		padding-left: 0;
	}
}

.last-row .cat-links {
	margin-top: 70px;
}

@media (max-width: 767px) {
	.last-row {
		margin-top: 40px;
	}
	.last-row .cat-links {
		margin-top: 40px;
	}
}

.entry-content:before,
.entry-footer:before,
.entry-header:before,
.entry-content:after,
.entry-footer:after,
.entry-header:after {
	display: block;
	content: '';
	clear: both;
}

.ds .cat-links a {
	border-color: #78899d;
}

.cat-links a {
	line-height: 1;
	background-color: transparent;
	border: 1px solid rgba(20, 29, 40, 0.1);
	padding: 12px 20px;
	text-align: center;
	margin: 0 7px 10px 0;
	display: inline-block;
	min-width: 100px;
	font-size: 16px !important;
	color: #5c6f87;
	transition: all 0.5s ease-in-out;
	text-transform: unset;
}

.cat-links a span {
	color: #007bff;
	margin-left: 7px;
}

.cat-links a:not(.btn):hover {
	color: #007bff;
}

.entry-footer .edit-link,
.entry-header .edit-link {
	float: right;
}

.entry-footer .edit-link a:before,
.entry-header .edit-link a:before {
	font-family: "FontAwesome", sans-serif;
	content: '\f303';
	padding-right: 0.4em;
	font-weight: 900;
}

.entry-footer .entry-title+.edit-link,
.entry-header .entry-title+.edit-link {
	position: absolute;
	right: 15px;
	top: 0.5em;
}

.recent-posts {
	margin-top: 150px;
}

@media (max-width: 1199px) {
	.recent-posts {
		margin-top: 90px;
	}
}

@media (max-width: 991px) {
	.recent-posts {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.post-full .author-bio .row {
		align-items: center;
	}
}

.author-bio {
	margin-top: 150px;
}

@media (max-width: 1199px) {
	.author-bio {
		margin-top: 90px;
	}
}

@media (max-width: 991px) {
	.author-bio {
		margin-top: 60px;
	}
}

.author-bio .social-icons a {
	font-size: 16px;
}

.meta-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 575px) {
	.meta-wrap {
		flex-direction: column;
	}
	.meta-wrap .tag-wrapper+.share_buttons {
		margin-top: 25px;
	}
	.meta-wrap .tag-wrapper,
	.meta-wrap .share_buttons {
		width: 100%;
	}
	.meta-wrap .share_buttons {
		justify-content: flex-start;
	}
}

.with-share .share_buttons {
	position: absolute;
	display: flex;
	flex-direction: column;
	left: 68px;
	top: 69px;
	min-width: auto;
}

.with-share .share_buttons a:hover {
	color: #007bff;
}

.with-share .share_buttons a:not(:last-child) {
	margin-right: 0;
}

.with-share .share_buttons a.fa:last-child {
	margin-left: 0;
}

.with-share .share_buttons a:not(:first-child) {
	margin-top: 15px;
}

@media (max-width: 1199px) {
	.with-share .share_buttons {
		left: 0;
		top: 43px;
	}
}

.share_buttons {
	display: flex;
	justify-content: flex-end;
	min-width: 30%;
}

.share_buttons .fa::before {
	font-size: 16px;
}

.share_buttons a:not(:last-child) {
	margin-right: 25px;
	margin-left: 0;
}

.single-post .meta-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 575px) {
	.single-post .meta-wrap {
		flex-direction: column;
	}
	.single-post .meta-wrap .tag-wrapper+.share_buttons {
		margin-top: 25px;
	}
	.single-post .meta-wrap .tag-wrapper,
	.single-post .meta-wrap .share_buttons {
		width: 100%;
	}
	.single-post .meta-wrap .share_buttons {
		justify-content: flex-start;
	}
}

.post-adds {
	display: flex;
	background-color: #f0f7fa;
	line-height: 1;
	align-items: center;
	margin-bottom: 25px;
}

.post-adds a.share_button {
	border-radius: 6px 0 0 6px;
}

.post-adds i {
	width: 1em;
}

.post-adds a {
	display: inline-block;
	margin: 0;
}

.post-adds .dropdown-menu {
	padding: 0;
	border: none;
	background-color: transparent;
}

.post-adds .share_button {
	background-color: #007bff;
	color: #fff;
	line-height: 60px;
	padding: 0 21px;
}

@media (max-width: 768px) {
	.post-adds .share_button {
		line-height: 72px;
	}
}

.post-adds .like_button {
	line-height: 60px;
	padding: 0 21px;
	border-right: 1px solid rgba(20, 29, 40, 0.1);
}

.post-adds .like_button i {
	color: #007bff !important;
}

.post-adds .votes_count {
	padding: 0 21px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}

.post-adds .views-count {
	margin-left: auto;
	padding: 24px 53px;
	background-color: #007bff;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	border-radius: 0 6px 6px 0;
}

@media (max-width: 576px) {
	.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: 14px 15px;
	}
}

@media (max-width: 369px) {
	.post-adds .share_button {
		line-height: 52px;
	}
}


/*gallery post*/

.post.side-item .item-content {
	padding: 60px;
}

@media (max-width: 1199px) {
	.post.side-item .item-content {
		padding: 40px;
	}
}

@media (max-width: 992px) {
	.post.side-item .item-content {
		padding: 28px 30px;
	}
}

.post.side-item .cover-image img {
	display: none;
}

@media (max-width: 767px) {
	.post.side-item .cover-image img {
		display: block;
	}
}

.post.side-item .owl-prev,
.post.side-item .owl-next {
	position: absolute;
}

.post .item-content p:last-child {
	margin-bottom: 0;
}

.post.ds .gallery-caption {
	color: #141d28;
}

.post .gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.post .gallery .gallery-item {
	width: 50%;
	padding: 0 7px;
	text-align: center;
}

.post .gallery .gallery-item figcaption {
	padding: 20px 0 5px;
}

.post .gallery.gallery-columns-2 .gallery-item .gallery-caption,
.post .gallery.gallery-columns-3 .gallery-item .gallery-caption,
.post .gallery.gallery-columns-4 .gallery-item .gallery-caption {
	max-width: 100%;
	padding: 8px;
	border: none;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

@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%;
	}
}

.excerpt {
	font-size: 20px;
	color: #141d28;
	line-height: 1.2;
	font-weight: 500;
}


/*post author*/

.author-bio a.fa {
	margin-bottom: 0;
	margin-right: 6px;
}

.author-bio a.fa::before {
	font-size: 16px;
}

.author-bio a.fa:not(:first-child) {
	margin-left: 8px;
}


/*comments*/

.comments-area {
	margin-top: 100px;
}

@media (max-width: 1199px) {
	.comments-area {
		margin-top: 90px;
	}
}

@media (max-width: 991px) {
	.comments-area {
		margin-top: 60px;
	}
}

.comments-area .comment-list {
	list-style: none;
	padding: 0;
}

.comments-area .comment-list .comment-respond {
	margin-top: 60px;
	margin-bottom: 60px;
}

.comments-area .comment-list .comment-respond small {
	font-size: 16px;
	display: block;
}

.comments-area .comment-list .comment-respond .comments-title span {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

@media (min-width: 1200px) {
	.comments-area .comment-list .comment-respond+ol.children::before {
		top: 0;
	}
}

.comments-area .comment-list ol.children {
	list-style: none;
	padding-left: 35px;
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.comments-area .comment-list ol.children {
		padding-left: 100px;
		position: relative;
	}
}

.comments-area .comment-list ol.children .comment+.comment {
	margin-top: 30px;
}

.comments-area .comment-list ol.children ol.children ol.children {
	padding-left: 35px;
}

@media (min-width: 1200px) {
	.comments-area .comment-list ol.children ol.children ol.children {
		padding-left: 100px;
	}
}

.comment+.comment {
	margin-top: 15px;
}

.comment:last-child .comment-body {
	border-bottom: none;
}

.trackback .comment-body,
.pingback .comment-body {
	margin-left: 0;
}

.comment-body {
	position: relative;
	margin-left: 98px;
	margin-bottom: 20px;
	padding: 5px 0;
}

.comment-body ol,
.comment-body ol ol,
.comment-body ul ul {
	padding-left: 20px;
}

@media (max-width: 575px) {
	.comment-body {
		padding-top: 5px;
	}
}

.comment .item-meta {
	margin-top: 17px;
}

.comment-meta {
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.comment-meta .item-meta {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.comment-meta {
		flex-direction: column;
		align-items: flex-start;
	}
	.comment-meta .item-meta {
		margin-top: 10px;
	}
}

.comment-meta h4 {
	margin-top: 0;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 500;
}

.comment-meta img {
	position: absolute;
	left: -100px;
	top: 10px;
	max-width: 80px;
	border-radius: 50%;
}

.comment-meta .comment-metadata {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
}

.comment-meta b {
	font-weight: inherit;
}

@media (max-width: 575px) {
	.comment-body {
		margin-left: 45px;
	}
	.comment-meta img {
		max-width: 35px;
		left: -45px;
	}
}

.reply {
	margin-top: -2px;
}

.reply a {
	font-style: normal;
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1;
}

.reply a .fa {
	color: #007bff;
	font-size: 12px;
	margin-left: 10px;
}

.comment-content p {
	margin-bottom: 0.9em;
}

.no-comments,
.comment-awaiting-moderation {
	opacity: 0.7;
}

.comments-pagination {
	margin: 2em 0 3em;
}


/*comment respond form*/

.comments-area>.comment-respond {
	margin-top: 85px;
}

@media (max-width: 1199px) {
	.comments-area>.comment-respond {
		margin-top: 45px;
	}
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form p {
	margin-bottom: 20px;
	width: 100%;
}

.comment-form p.form-submit {
	margin-top: 20px;
	margin-bottom: 0;
}

.comment-form textarea,
.comment-form input {
	width: 100%;
}

.comment-form input[type=checkbox] {
	margin: 0;
	visibility: hidden;
}

.comment-form .comment-form-cookies-consent input {
	display: none;
}

@media (min-width: 992px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url {
		width: 50%;
	}
	.comment-form .comment-form-author {
		padding-right: 30px;
	}
}


/* post formats */

.post_format-post-format-link.ds .entry-content a {
	color: #fff;
}

.post_format-post-format-link.ds .entry-content a:hover {
	color: #007bff;
}

.post_format-post-format-link .entry-content a {
	text-decoration: underline;
	color: #141d28;
}

.post_format-post-format-link .entry-content a:hover {
	color: #007bff;
}

.ds.format-chat .entry-content strong,
.ds.post_format-post-format-chat .entry-content strong {
	color: #141d28;
	font-weight: 500;
}

.ds.format-chat .entry-content p:nth-child(1n) strong,
.ds.post_format-post-format-chat .entry-content p:nth-child(1n) strong {
	color: #fff;
}

.ds.format-chat .entry-content p:nth-child(2n),
.ds.post_format-post-format-chat .entry-content p:nth-child(2n) {
	color: #5c6f87;
}

.ds.format-chat .entry-content p:nth-child(2n) strong,
.ds.post_format-post-format-chat .entry-content p:nth-child(2n) strong {
	color: #141d28;
}

.format-chat .entry-content strong,
.post_format-post-format-chat .entry-content strong {
	color: #141d28;
	font-weight: 500;
}

.format-chat .entry-content p,
.post_format-post-format-chat .entry-content p {
	margin-bottom: -1px;
	border: 1px solid rgba(20, 29, 40, 0.1);
	padding: 13px 21px;
}

.format-chat .entry-content p:nth-child(2n),
.post_format-post-format-chat .entry-content p:nth-child(2n) {
	background-color: #f8f8f9;
}

.avatar {
	margin: 0 !important;
}

.post.format-quote>img,
.post.post_format-post-format-quote>img {
	display: none;
}

.post.format-quote .item-content,
.post.post_format-post-format-quote .item-content {
	padding-bottom: 70px;
}

@media (max-width: 1199px) {
	.post.format-quote .item-content,
	.post.post_format-post-format-quote .item-content {
		padding-bottom: 40px;
	}
}

.post.format-quote .item-content.with-share,
.post.post_format-post-format-quote .item-content.with-share {
	padding-bottom: 70px;
}

@media (max-width: 1199px) {
	.post.format-quote .item-content.with-share,
	.post.post_format-post-format-quote .item-content.with-share {
		padding-bottom: 40px;
	}
}

.post.format-quote .entry-content,
.post.post_format-post-format-quote .entry-content {
	display: flex;
}

.post.format-quote .entry-content .quote-image,
.post.post_format-post-format-quote .entry-content .quote-image {
	flex-shrink: 0;
}

.post.format-quote .entry-content .quote-image img,
.post.post_format-post-format-quote .entry-content .quote-image img {
	border-radius: 50%;
}

.post.format-quote .entry-content .content blockquote,
.post.post_format-post-format-quote .entry-content .content blockquote {
	padding-left: 30px;
	margin-bottom: 18px;
	margin-left: 0;
	margin-top: 0;
	color: #fff;
}

.post.format-quote .entry-content .content blockquote::before,
.post.post_format-post-format-quote .entry-content .content blockquote::before {
	opacity: 0.5;
	z-index: -1;
	left: 25px;
}

.post.format-quote .entry-content .content blockquote p,
.post.post_format-post-format-quote .entry-content .content blockquote p {
	text-indent: unset;
}

.post.format-quote .entry-content .content .quote-title,
.post.post_format-post-format-quote .entry-content .content .quote-title {
	margin-left: 30px;
}

.post.format-quote .entry-content .content .quote-title h5,
.post.post_format-post-format-quote .entry-content .content .quote-title h5 {
	color: #007bff;
}

.post.format-quote .entry-content .content .quote-title p,
.post.post_format-post-format-quote .entry-content .content .quote-title p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

@media (max-width: 575px) {
	.post.format-quote .entry-content,
	.post.post_format-post-format-quote .entry-content {
		flex-direction: column;
	}
	.post.format-quote .entry-content .quote-image,
	.post.post_format-post-format-quote .entry-content .quote-image {
		text-align: center;
	}
	.post.format-quote .entry-content .content blockquote,
	.post.post_format-post-format-quote .entry-content .content blockquote {
		padding-left: 0;
	}
	.post.format-quote .entry-content .content blockquote::before,
	.post.post_format-post-format-quote .entry-content .content blockquote::before {
		left: 0px;
		top: 27px;
	}
	.post.format-quote .entry-content .content .quote-title,
	.post.post_format-post-format-quote .entry-content .content .quote-title {
		margin-left: 0;
	}
}

.post_format-post-format-gallery .owl-item {
	position: relative;
}

.post_format-post-format-gallery .owl-nav>div {
	opacity: 1;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post_format-post-format-gallery .owl-nav>div:hover {
	opacity: 1;
}

.post_format-post-format-gallery .owl-nav>div i {
	color: #141d28;
	font-size: 14px;
}

.post_format-post-format-gallery .owl-nav>div:first-child {
	left: -30px;
}

.post_format-post-format-gallery .owl-nav>div:first-child i {
	position: relative;
	left: 15px;
	transition: all 0.3s ease-in-out;
}

.post_format-post-format-gallery .owl-nav>div:first-child:hover {
	left: 10px;
	background-color: #141d28;
}

.post_format-post-format-gallery .owl-nav>div:first-child:hover i {
	color: #fff;
	left: 0;
}

.post_format-post-format-gallery .owl-nav>div:last-child {
	right: -30px;
}

.post_format-post-format-gallery .owl-nav>div:last-child i {
	position: relative;
	right: 15px;
	transition: all 0.3s ease-in-out;
}

.post_format-post-format-gallery .owl-nav>div:last-child:hover {
	right: 10px;
	background-color: #141d28;
}

.post_format-post-format-gallery .owl-nav>div:last-child:hover i {
	color: #fff;
	right: 0;
}

section.post_format-post-format-video .photoswipe-link:after {
	color: #007bff;
	box-shadow: 0 0 0 0 rgba(0, 123, 255, .3);
	-webkit-animation: pulse-icon-color-main 1.5s infinite;
}

.post_format-post-format-video.post .embed-responsive::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #233142;
	z-index: 2;
}

.post_format-post-format-video a:hover>img {
	opacity: 1;
}

.post_format-post-format-video.icon-2 .photoswipe-link::after {
	content: '';
	height: 61px;
	width: 61px;
	background: url("../landing-page-images/play.png");
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-webkit-animation: pulse-icon-white 1.5s infinite;
}

.post_format-post-format-video.icon-3 .photoswipe-link::after {
	color: #fff;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-webkit-animation: pulse-icon-white 1.5s infinite;
}

.post_format-post-format-video .item-wrap {
	height: 100%;
}

.post_format-post-format-video .item-wrap img {
	display: none;
}

@media (max-width: 767px) {
	.post_format-post-format-video .item-wrap img {
		display: block;
	}
}

.post_format-post-format-video .photoswipe-link:after {
	content: '\e90e';
	font-family: 'icomoon';
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	color: #fff;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	display: inline-block;
	transform: translate(-50%, -50%);
	z-index: 3;
	border-radius: 50%;
	line-height: 1;
	-webkit-animation: pulse-icon-white 1.5s infinite;
}

.post_format-post-format-video .photoswipe-link:hover::after {
	opacity: 0.5;
}

.comment-reply-title {
	font-size: 24px;
}

#post-1158 dl#attachment_612 {
	padding: 0;
	border: none;
}

#post-1158 dl#attachment_612+p {
	display: none;
}

.post-layout-3 {
	padding: 30px;
}

@media (min-width: 768px) {
	.post-layout-3 {
		padding: 40px;
	}
}

.post-layout-3 .item-meta .author::before {
	content: '\f2c0';
	font-family: "FontAwesome", sans-serif;
	padding-right: 5px;
	font-size: 14px;
}

.post-layout-3 .item-meta time::before {
	content: '\f017';
	font-family: "FontAwesome", sans-serif;
	padding-right: 5px;
	font-size: 14px;
}

.post-layout-4 .item-meta .author::before {
	content: '\f2c0';
	font-family: "FontAwesome", sans-serif;
	padding-right: 5px;
	font-size: 14px;
	color: #007bff;
}

.post-layout-4 .item-meta time::before {
	content: '\f017';
	font-family: "FontAwesome", sans-serif;
	padding-right: 5px;
	font-size: 14px;
	color: #007bff;
}

.post-layout-5 {
	margin-top: -10px;
}

.post-layout-5+.item-under-content .item-meta>span:not([data-id])+span::before {
	display: none;
}

@media (min-width: 992px) {
	.horizontal-item-post {
		display: flex;
	}
	.horizontal-item-post .item-media {
		flex-shrink: 0;
		width: 48%;
	}
	.horizontal-item-post .item-content {
		margin-left: 20px;
		margin-top: 0;
	}
}

.gallery-cat a {
	background-color: #007bff;
	color: #141d28;
	padding: 3px 9px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.gallery-cat a:hover {
	background-color: #007bff;
	color: #141d28;
}


/* 
 ** 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;
	z-index: 1;
	top: 50px;
}

.image-rounded-cross-borders {
	position: relative;
	margin: 50px 0 60px;
}

.image-rounded-cross-borders:before,
.image-rounded-cross-borders:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	background-color: rgba(20, 29, 40, 0.1);
	top: -30px;
	left: 50%;
}

.image-rounded-cross-borders:after {
	top: auto;
	bottom: -30px;
}

.image-rounded-cross-borders .box-shadow {
	padding: 9px;
	border-radius: 50%;
}

.image-rounded-cross-borders .box-shadow:before,
.image-rounded-cross-borders .box-shadow:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 30px;
	background-color: rgba(20, 29, 40, 0.1);
	top: 50%;
	left: -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 {
	width: 1em;
	height: 1em;
	text-align: center;
}

.btn-action i.fa-chevron-right {
	position: relative;
	left: 2px;
}

.partners-carousel a {
	opacity: 0.2;
}

.partners-carousel a:hover {
	opacity: 0.8;
}

.partners-carousel .center a {
	opacity: 1;
}

.dropdown-shopping-cart {
	position: relative;
	font-weight: 700;
}

.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 {
	position: absolute;
	left: 24px;
	padding: 0.28em 0.5em 0.2em;
	border-radius: 1em;
}

.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;
	}
}

.contact-info.ds {
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.faq-section-left {
	background: url("../images/gallery/15.jpg") no-repeat center / cover;
	position: relative;
	height: 100%;
}

.faq-section-left .faq-video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.faq-section-right {
	padding: 50px 255px 25px 86px;
}

@media (max-width: 1200px) {
	.faq-section-right {
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.faq-section-right {
		padding-bottom: 60px;
		padding-top: 0;
	}
}

.page_title {
	background-image: url("../landing-page-images/breadcrumbs.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.page_title h1,
.page_title h2 {
	margin-bottom: 0.35em;
	font-size: 60px;
	text-transform: capitalize;
	word-wrap: break-word;
	line-height: 1.25;
	font-weight: 700;
	color: #007bff;
}

@media (max-width: 991px) {
	.page_title h1,
	.page_title h2 {
		font-size: 40px;
	}
}

.page_title .small-title {
	margin-bottom: 0;
}

.page_title .small-title+.breadcrumb {
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.page_title .title-inline {
		margin: 0;
	}
	.page_title .title-inline+.breadcrumb {
		padding-left: 30px;
		margin-left: 30px;
		border-left: 1px solid rgba(200, 200, 200, 0.35);
	}
}

.page_title .breadcrumb {
	line-height: 1.6;
}

.page_title [class*="container"]>.breadcrumb {
	position: absolute;
	left: 15px;
	bottom: 0;
	padding: 0 15px;
	background-color: rgba(0, 0, 0, 0.1);
}

.row-index-2 .row {
	z-index: 2 !important;
}

section .top-subtitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: -36px;
	letter-spacing: 1.3px;
}

section .top-subtitle.text-center {
	margin-top: 0;
}

section.ds .top-subtitle {
	color: #b4cedc;
}

.about-section {
	background: url("../images/about_bg.jpg") no-repeat center / cover;
}

.about-section.ch {
	background-image: url("../images/about_bg_ch.jpg");
}

.about-section2 .img-absolute img {
	position: absolute;
	left: 70px;
	bottom: 0;
	max-width: 570px;
}

@media (max-width: 1199px) {
	.about-section2 .img-absolute img {
		max-width: 430px;
	}
}

@media (max-width: 991px) {
	.about-section2 .img-absolute img {
		position: static;
		max-width: 100%;
		margin: 0 auto;
	}
}

.advantages-section i.fa {
	font-size: 44px;
	line-height: 40px;
}

.consultation-section {
	background-image: url("../images/parallax/consultation_bg.jpg");
}

@media (max-width: 478px) {
	.consultation-section .buttons-group {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.consultation-section .buttons-group button+button {
		margin-left: 0;
		margin-top: 20px;
	}
}

.call-section {
	background-image: url("../images/parallax/call_section_background.jpg");
}

.call-section.s-overlay.ds:before {
	opacity: 0.8;
}

.call-section .wrap {
	border: 10px solid rgba(255, 255, 255, .1);
	padding: 47px 40px 0 40px;
	margin-bottom: 0;
}

.call-section .wrap h4 {
	font-size: 48px;
	margin-bottom: -12px;
	letter-spacing: -1px;
}

.call-section .wrap .icon-styled {
	position: relative;
	bottom: -35px;
	font-size: 22px;
}

.call-section .wrap .icon-styled i.fa {
	color: #007bff;
}

.call-section .wrap .icon-styled i.fa:hover {
	color: #007bff;
}

@media (max-width: 1200px) {
	.call-section .wrap h4 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	.call-section .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.call-section .wrap h4 {
		font-size: 30px;
	}
}

.twitter-section {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
}

.twitter-section i.fa {
	font-size: 42px;
	margin-right: 20px;
}

.twitter-section .widget-twitter-carousel {
	display: flex;
	align-items: center;
	padding-right: 60px;
}

.twitter-section .widget-twitter-carousel span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -0.15px;
	color: #d3e7f1;
}

.twitter-section .owl-carousel .owl-nav {
	top: 15%;
}

.twitter-section .owl-carousel .owl-nav>div {
	color: #fff;
	opacity: 1;
}

.twitter-section .owl-carousel .owl-nav>div:hover {
	color: #141d28;
}

.twitter-section .owl-carousel .owl-nav>div i {
	font-size: 30px;
	cursor: pointer;
	margin: 0;
}

.twitter-section .owl-carousel .owl-nav .owl-prev {
	left: auto;
	right: 26px;
}

.twitter-section .owl-carousel .owl-nav .owl-prev .fa-chevron-left::before {
	content: '\f104';
	font-family: FontAwesome;
}

.twitter-section .owl-carousel .owl-nav .owl-next {
	right: 0;
}

.twitter-section .owl-carousel .owl-nav .owl-next .fa-chevron-right::before {
	content: '\f105';
	font-family: FontAwesome;
}

.coming-soon {
	background-image: url("../landing-page-images/404.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.surgical-section .owl-dots .owl-dot.active span,
.surgical-section .owl-dots .owl-dot:hover span {
	border-color: #007bff;
}

.surgical-section .owl-dots .owl-dot span {
	border-color: #5c6f87;
}

@media (max-width: 575px) {
	.surgical-section .pricing-plan {
		padding: 40px 10px;
	}
}

.program-section {
	z-index: 20;
	background: transparent;
}

.program-section .vertical-item {
	background-color: #fff;
}

.program-section .owl-stage {
	padding: 5px 0;
}

.program-section .owl-dots .owl-dot.active span,
.program-section .owl-dots .owl-dot:hover span {
	border-color: #007bff;
}

.program-section .owl-dots .owl-dot span {
	border-color: #5c6f87;
}

@media (min-width: 992px) {
	.program-section .owl-carousel .owl-item:nth-child(odd) {
		margin-top: 40px;
	}
	.program-section .owl-carousel .owl-item:nth-child(2n) {
		margin-bottom: 40px;
	}
}

.before-after-section {
	background: url("../images/parallax/after-before-bg.jpg") no-repeat center / cover;
}

.before-after-section .bottom-subtitle {
	font-size: 20px;
}

.before-after-section h6 {
	margin-top: 32px;
	line-height: 31px;
	margin-bottom: 25px;
	font-weight: 300;
}

.page_map {
	height: 504px;
	text-align: center;
}

.page_map .marker {
	display: none;
}

.page_map.map-small {
	height: 460px;
}

.page_map.main-map {
	height: 500px;
}

.map_marker_description {
	max-width: 270px;
}

.map_marker_description h3 {
	line-height: 1;
	margin-bottom: 10px;
}

.map_marker_description img {
	max-width: 90% !important;
}

.gm-style .gm-style-iw {
	overflow: visible !important;
	text-align: center;
	line-height: 1.6em;
}

.gm-style .gm-style-iw>*:first-child {
	position: relative;
}

.gm-style .gm-style-iw:before {
	content: '';
	display: block;
	position: absolute;
	top: -25px;
	left: -16px;
	right: -16px;
	bottom: -25px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.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 {
	position: relative;
	overflow: hidden;
	/*overriding Bootstrap Addons buttons*/
}

.page_footer.footer-mask.light::after {
	background-color: #fff;
}

.page_footer.footer-mask.light-grey::after {
	background-color: #f8f8f9;
}

.page_footer.footer-mask.dark-grey::after {
	background-color: #141d28;
}

.page_footer.footer-mask.dark-muted-grey::after {
	background-color: #233142;
}

.page_footer.footer-mask.main_color::after {
	background-color: #007bff;
}

.page_footer.footer-mask.main_color2::before,
.page_footer.footer-mask.main_color2::after {
	background-color: #007bff;
}

.page_footer.footer-mask.main_color3::after {
	background-color: #38d028;
}

.page_footer.footer-mask.main_color4::after {
	background-color: #288ef7;
}

.page_footer.footer-mask:after {
	content: '';
	position: absolute;
	-webkit-mask: url('../landing-page-images/angle_02_footer.png') no-repeat center top / contain;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 2;
	display: inline-block;
	width: 100%;
	height: -webkit-fill-available;
}

.page_footer.footer-mask .row {
	z-index: 3;
	position: relative;
}

.page_footer .jvectormap-zoomin,
.page_footer .jvectormap-zoomout {
	display: none;
}

.page_footer svg {
	height: 185px;
}

@media (min-width: 1200px) {
	.page_footer svg {
		position: relative;
		left: -11%;
	}
}

.page_footer .social-icons .fab:not(:last-child) {
	margin-right: 15px;
}

.page_footer a.link-white:hover {
	text-decoration: underline;
}

@media (max-width: 575px) {
	.page_footer .min-w-130 {
		display: none;
	}
}

@media (min-width: 576px) {
	.page_footer a.border-icon:before,
	.page_footer a.bg-icon:before,
	.page_footer a.color-bg-icon:before {
		width: 2.8em;
		height: 2.8em;
		line-height: 2.8em;
	}
}

.page_footer .side-icon-box {
	margin: 0 0 20px;
}

.page_footer .side-icon-box>.icon-styled:first-child {
	margin-right: 0;
	position: relative;
}

.page_footer .side-icon-box .icon-styled+.media-body {
	margin-left: 20px;
}

.page_footer .col-12 .widget_social_buttons {
	margin-bottom: 0;
}

.page_footer .col-12 .widget_social_buttons a {
	margin: 0 3px 0px;
}

@media (min-width: 1200px) {
	.page_footer .col-12 .widget_social_buttons a {
		margin-bottom: 0;
	}
}

.page_footer .col-12 .widget_social_buttons a:not(:last-child) {
	margin-right: 10px;
}

.page_copyright {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 1;
}

.page_copyright .row {
	z-index: 3;
	position: relative;
}

.page_copyright .social-icons.social-icons-tilled a.fa {
	margin-right: 43px;
}

@media (max-width: 991px) {
	.page_copyright .social-icons.social-icons-tilled a.fa {
		margin-left: 10px;
		margin-right: 10px;
	}
	.page_copyright .social-icons.social-icons-tilled a.fa span {
		display: none;
	}
}

.page_copyright .social-icons a.fa {
	font-size: 16px;
	margin-left: 0;
	margin-right: 15px;
}

.page_copyright .social-icons a.fa:last-child {
	margin-right: 0;
}

.page_copyright .social-icons a.fa span {
	margin-left: 7px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

@media (max-width: 767px) {
	.page_copyright .social-icons a.fa {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (min-width: 992px) {
	.team-inverse .col-lg-6 {
		order: 1;
	}
	.team-inverse .col-lg-6:first-child {
		order: 2;
	}
}

.item-hover-content {
	position: relative;
	overflow: hidden;
}

.item-hover-content .item-media {
	z-index: 2;
}

.item-hover-content .item-content {
	position: absolute;
	right: 0;
	left: 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.item-hover-content .item-content h4 {
	line-height: 1;
	letter-spacing: 0.15em;
	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 {
	overflow: visible;
	z-index: 3;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.content-show-hover {
	overflow: hidden;
}

.content-show-hover .item-content {
	top: 0;
	opacity: 0;
	transform: scale(1.2);
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	transition: all 0.15s ease-in-out;
}

.content-show-hover .item-content h4 {
	line-height: 1;
	letter-spacing: 0.15em;
	margin-bottom: 1.4em;
}

.content-show-hover .item-content h4 span {
	display: block;
	font-weight: 900;
}

.content-show-hover:hover {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.content-show-hover:hover .item-content {
	transform: scale(1);
	opacity: 1;
}

.item-gallery {
	overflow: hidden;
	position: relative;
	background: transparent;
}

.item-gallery p {
	max-height: 119px;
	overflow: hidden;
}

.item-gallery .owl-theme .owl-nav {
	top: 46%;
}

.item-gallery .owl-theme .owl-nav>div {
	opacity: 1;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #007bff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-gallery .owl-theme .owl-nav>div:hover {
	opacity: 0.6;
}

.item-gallery .owl-theme .owl-nav>div i {
	color: #141d28;
	font-size: 10px;
}

.item-gallery.content-absolute .item-content {
	margin: 0 40px;
	padding: 45px 20px;
	box-shadow: 0px 0px 0px 0px #007bff;
	transition: transform 0.5s ease-in-out, box-shadow 0.4s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	opacity: 0;
	transform: translateY(500%);
	text-align: center;
}

.item-gallery.content-absolute .item-content h2,
.item-gallery.content-absolute .item-content h3,
.item-gallery.content-absolute .item-content h4,
.item-gallery.content-absolute .item-content h5,
.item-gallery.content-absolute .item-content h6 {
	z-index: 5;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
}

@media (max-width: 992px) {
	.item-gallery.content-absolute .item-content {
		margin: 0 20px;
		padding: 35px 15px;
	}
	.item-gallery.content-absolute .item-content h2,
	.item-gallery.content-absolute .item-content h3,
	.item-gallery.content-absolute .item-content h4,
	.item-gallery.content-absolute .item-content h5,
	.item-gallery.content-absolute .item-content h6 {
		font-size: 25px;
		line-height: 30px;
	}
}

.item-gallery.content-absolute:hover .item-content {
	box-shadow: 0px 0px 0px 6px #007bff;
	transform: translateY(50%);
	opacity: 1;
}

.item-gallery.content-absolute-v2 .item-content {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: rgba(20, 29, 40, .8);
	padding: 25px;
	bottom: 0;
	transform: translateY(100%);
	transition: all 0.3s ease-in-out;
}

.item-gallery.content-absolute-v2 .item-content h6 {
	font-size: 16px;
	opacity: 0;
	font-weight: 400;
	transition: all 0.8s ease-in-out;
}

.item-gallery.content-absolute-v2:hover .item-content {
	transform: none;
}

.item-gallery.content-absolute-v2:hover .item-content h6 {
	opacity: 1;
}

.item-gallery.content-absolute-v3 .item-content {
	margin: 0 40px;
	padding: 45px 20px;
	box-shadow: 0px 0px 0px 0px #007bff;
	transition: transform 0.5s ease-in-out, box-shadow 0.4s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	opacity: 0;
	transform: translateY(500%);
	text-align: center;
}

.item-gallery.content-absolute-v3 .item-content h2,
.item-gallery.content-absolute-v3 .item-content h3,
.item-gallery.content-absolute-v3 .item-content h4,
.item-gallery.content-absolute-v3 .item-content h5,
.item-gallery.content-absolute-v3 .item-content h6 {
	z-index: 5;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
}

@media (max-width: 992px) {
	.item-gallery.content-absolute-v3 .item-content {
		margin: 0 20px;
		padding: 35px 15px;
	}
	.item-gallery.content-absolute-v3 .item-content h2,
	.item-gallery.content-absolute-v3 .item-content h3,
	.item-gallery.content-absolute-v3 .item-content h4,
	.item-gallery.content-absolute-v3 .item-content h5,
	.item-gallery.content-absolute-v3 .item-content h6 {
		font-size: 25px;
		line-height: 30px;
	}
}

.item-gallery.content-absolute-v3:hover .item-content {
	box-shadow: 0px 0px 0px 6px #007bff;
	transform: translateY(50%);
	opacity: 1;
}

@media (max-width: 767px) {
	.contact-form .btn+.btn {
		display: none;
	}
}

.data-list {
	list-style: none;
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
	padding-bottom: 20px;
}

.data-list .min-w-100 {
	font-weight: 500;
	color: #141d28;
}

.data-list li {
	padding: 6px 0;
}

.partners-section {
	background-color: #007bff;
}

.partners-section .owl-stage {
	display: flex;
	align-items: center;
}

.partners-section .owl-item {
	height: 100%;
}

.partners-section .owl-item a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	opacity: 0.2;
}

.partners-section .owl-item a:hover {
	opacity: 1;
}

@media (min-width: 1601px) {
	.features-section.margin-top {
		overflow: visible !important;
		z-index: 20;
	}
	.features-section.margin-top .row {
		position: relative;
		margin-top: -18%;
	}
}

@media (min-width: 1601px) {
	.features-section.margin-top.center .row {
		margin-top: -25%;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.features-section.margin-top .container {
		padding-top: 120px;
	}
}

.service-item {
	padding: 55px 60px;
	background-color: #007bff;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.service-item *:not(.btn) .fi,
.service-item *:not(.btn) .fas {
	color: #007bff;
	transition: all 0.3s ease-in-out;
}

.service-item.darken-5 {
	background-color: #09af67;
}

.service-item.darken-4 {
	background-color: #09b46a;
}

.service-item.darken-3 {
	background-color: #09b86c;
}

.service-item.darken-2 {
	background-color: #0abd6f;
}

.service-item.darken-1 {
	background-color: #0ac272;
}

.service-item.post_format-post-format-video .photoswipe-link::after {
	width: 40px;
	height: 40px;
	background: url("../img/play_3.png") no-repeat center / contain;
}

.service-item.post_format-post-format-video .photoswipe-link img {
	display: none;
}

.service-item:not(.cover-image):not(.s-overlay):hover {
	background-color: #007bff;
}

.service-item:not(.cover-image):not(.s-overlay):hover *:not(.btn) .fi,
.service-item:not(.cover-image):not(.s-overlay):hover *:not(.btn) .fas {
	color: #007bff;
}

.service-item:not(.cover-image):not(.s-overlay):hover .underline::after {
	background-color: #007bff;
}

.service-item:not(.cover-image):not(.s-overlay):hover p {
	color: #fff;
}

.service-item:not(.cover-image):not(.s-overlay):hover h2 a,
.service-item:not(.cover-image):not(.s-overlay):hover h3 a,
.service-item:not(.cover-image):not(.s-overlay):hover h4 a,
.service-item:not(.cover-image):not(.s-overlay):hover h5 a,
.service-item:not(.cover-image):not(.s-overlay):hover h6 a {
	color: #fff;
}

.service-item:not(.cover-image):not(.s-overlay):hover h2 a:hover,
.service-item:not(.cover-image):not(.s-overlay):hover h3 a:hover,
.service-item:not(.cover-image):not(.s-overlay):hover h4 a:hover,
.service-item:not(.cover-image):not(.s-overlay):hover h5 a:hover,
.service-item:not(.cover-image):not(.s-overlay):hover h6 a:hover {
	color: #141d28;
}

.service-item.ds p {
	color: #fff;
}

.service-item.cover-image.s-overlay h1,
.service-item.cover-image.s-overlay h2,
.service-item.cover-image.s-overlay h3,
.service-item.cover-image.s-overlay h4,
.service-item.cover-image.s-overlay h5,
.service-item.cover-image.s-overlay h6,
.service-item.cover-image.s-overlay p,
.service-item.cover-image.s-overlay i,
.service-item.cover-image.s-overlay .btn {
	z-index: 2;
	position: relative;
}

.service-item.s-overlay.cs:not(.cs2) .fi {
	color: #007bff;
}

.service-item.s-overlay.cs:not(.cs2) .underline::after {
	background-color: #007bff;
}

.service-item.s-overlay.cs:not(.cs2) a:hover {
	color: #007bff;
}

.service-item.s-overlay.cs.cs3 a:not(.btn):hover {
	color: #288ef7;
}

.service-item.s-overlay.cs.cs3 *:not(.btn) .fi,
.service-item.s-overlay.cs.cs3 *:not(.btn) .fas {
	color: #288ef7;
}

.service-item.s-overlay.cs.cs3 .underline::after {
	background-color: #288ef7;
}

.service-item.s-overlay.cs.cs4 a:not(.btn):hover {
	color: #38d028;
}

.service-item.s-overlay.cs.cs4 *:not(.btn) .fi,
.service-item.s-overlay.cs.cs4 *:not(.btn) .fas {
	color: #38d028;
}

.service-item.s-overlay.cs.cs4 .underline::after {
	background-color: #38d028;
}

.service-item.cover-image {
	position: static;
	min-height: 500px;
}

.service-item.cover-image>img {
	display: none;
}

@media (max-width: 575px) {
	.service-item.cover-image {
		min-height: 300px;
	}
}

@media (max-width: 1700px) {
	.service-item {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1500px) {
	.service-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1199px) {
	.service-item {
		padding-left: 60px;
		padding-right: 60px;
		text-align: center;
	}
	.service-item .underline::after {
		left: 50%;
		transform: translateX(-50%);
	}
	.service-item .btn {
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.service-item {
		padding: 40px 25px 45px;
	}
}

.mission.cover-image {
	position: static;
}

.mission_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
	padding: 40px;
	text-align: center;
}

.mission_content .count {
	font-size: 40px;
	font-weight: bold;
}

.mission_content span {
	color: #fff;
}

.team-section {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

.team-section .slider-title {
	display: none;
	word-break: unset;
	text-transform: uppercase;
	position: absolute;
	text-shadow: 1px 1px 2px #fff, 0px 0px 30px rgba(0, 0, 0, 0.05);
	color: transparent;
	font-size: 300px;
	font-weight: bold;
	line-height: 1;
	right: -140px;
	top: 50%;
	transform: translateY(-58%) rotate(90deg);
	margin-top: 0;
	margin-bottom: 0;
	z-index: 4;
	letter-spacing: -30px;
}

@media (max-width: 1700px) {
	.team-section .slider-title {
		font-size: 250px;
		right: -60px;
	}
}

.team-section .social-icons {
	display: flex;
	flex-direction: column;
}

.team-section .social-icons a {
	margin-left: 0;
	margin-right: 0;
}

.team-section .social-icons a:not(:last-child) {
	margin-bottom: 22px;
}

@media (max-width: 767px) {
	.team-section .social-icons {
		flex-direction: row;
		justify-content: center;
	}
	.team-section .social-icons a {
		margin-bottom: 0 !important;
	}
	.team-section .social-icons a:not(:last-child) {
		margin-right: 20px;
	}
}

.team-section .menu__item {
	text-decoration: none;
	color: #141d28;
	outline: none;
	opacity: 0.3;
	margin-bottom: 15px;
	cursor: pointer;
}

.team-section .menu__item:hover,
.team-section .menu__item:focus {
	outline: none;
	opacity: 1;
}

.team-section .menu__item {
	font-size: 1.5em;
	line-height: 1.1;
	font-weight: bold;
	display: block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.team-section .menu__item span {
	color: #007bff;
	font-weight: 400;
}

.team-section .menu__item.flex-active,
.team-section .menu__item.flex-active:hover,
.team-section .menu__item.flex-active:focus {
	opacity: 1;
}

.team-section .flexslider-controls {
	position: absolute;
	width: auto;
	right: 0;
	left: 6%;
	top: calc(50% + 7px);
	transform: translateY(-50%);
	z-index: 4;
}

.team-section .flexslider-controls>ul {
	padding-left: 0;
}

.team-section .team-social-icons {
	margin-top: 0;
	margin-bottom: 20px;
	z-index: 4;
}

.team-section .team-social-icons a.social-icon.color-icon.border-icon.rounded-icon {
	border-width: 3px;
	border-style: solid;
	padding: 0;
	margin-bottom: 4px;
	line-height: 34px;
	width: 40px;
	height: 40px;
}

.team-section .team-social-icons {
	display: none;
	transition: all 0.2s ease-in-out 0s;
}

.team-section .menu__item.flex-active+.team-social-icons {
	display: block;
}

@media (min-width: 768px) {
	.team-section .team-social-icons {
		margin-bottom: 0;
		position: absolute;
		right: 10px;
		top: 47%;
		transform: translateY(-50%);
	}
	.team-section .menu__item {
		font-size: 25px;
		width: 85%;
		text-align: right;
	}
	.team-section .flexslider-controls {
		right: 60px;
		left: auto;
		width: 450px;
	}
}

@media (min-width: 1200px) {
	.team-section .team-social-icons {
		right: 40px;
	}
	.team-section .menu__item {
		font-size: 30px;
		width: 80%;
		text-align: right;
	}
	.team-section .flexslider-controls {
		right: 30px;
		left: auto;
		width: 800px;
	}
}

@media (min-width: 1400px) {
	.team-section .flexslider-controls {
		right: 30px;
		left: auto;
		width: 1100px;
	}
	.team-section .menu__item {
		font-size: 40px;
		width: 85%;
	}
	.team-section .team-social-icons {
		right: 38px;
	}
}

@media (min-width: 1600px) {
	.team-section .slider-title {
		display: block;
	}
	.team-section .menu__item {
		width: 67%;
	}
}

@media (max-width: 767px) {
	.team-section .team-social-icons,
	.team-section .position {
		display: none !important;
	}
	.team-section .menu__item {
		font-size: 24px;
		text-align: right;
		margin-bottom: 10px;
	}
	.team-section .flexslider-controls {
		right: 45px;
	}
}

@media (max-width: 575px) {
	.team-section .menu__item {
		font-size: 14px;
	}
	.team-section .flexslider-controls {
		right: 15px;
	}
}

.team-section2 {
	background-image: url("../images/parallax/team_bg.jpg");
	overflow: visible !important;
}

.team-section2 .row.position-absolute {
	width: 100%;
	top: 100%;
	transform: translateY(26%);
}

@media (max-width: 1199px) {
	.team-section2 .row.position-absolute {
		width: auto;
		margin-top: 60px;
		position: static !important;
		transform: none;
	}
}

.team-section2 .social-icons a:not(:last-child) {
	margin-right: 15px;
}

.team-section2 .vertical-item .item-media+.item-content {
	padding-top: 35px;
	padding-bottom: 35px;
}

.recent-news .widget_slider.widget_slider_title .item-media {
	position: relative;
}

.recent-news .widget_slider.widget_slider_title .item-media .date-absolute {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
	background-color: transparent;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
	text-align: center;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}

.recent-news .widget_slider.widget_slider_title .item-media .date-absolute:hover {
	background-color: #fff;
	color: #141d28;
}

.recent-news .widget_slider.widget_slider_title .item-content {
	padding: 55px 60px;
}

.recent-news .widget_slider.widget_slider_title .item-content h6,
.recent-news .widget_slider.widget_slider_title .item-content h5,
.recent-news .widget_slider.widget_slider_title .item-content h4,
.recent-news .widget_slider.widget_slider_title .item-content h3,
.recent-news .widget_slider.widget_slider_title .item-content h2,
.recent-news .widget_slider.widget_slider_title .item-content h1 {
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 1199px) {
	.recent-news .widget_slider.widget_slider_title .item-content {
		padding: 35px 40px;
	}
	.recent-news .widget_slider.widget_slider_title .item-content h6,
	.recent-news .widget_slider.widget_slider_title .item-content h5,
	.recent-news .widget_slider.widget_slider_title .item-content h4,
	.recent-news .widget_slider.widget_slider_title .item-content h3,
	.recent-news .widget_slider.widget_slider_title .item-content h2,
	.recent-news .widget_slider.widget_slider_title .item-content h1 {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.recent-news .widget_slider.widget_slider_title .item-content {
		padding: 25px;
	}
}

.recent-news.lists .widget_slider.widget_slider_title .item-content h1,
.recent-news.lists .widget_slider.widget_slider_title .item-content h2,
.recent-news.lists .widget_slider.widget_slider_title .item-content h3,
.recent-news.lists .widget_slider.widget_slider_title .item-content h4,
.recent-news.lists .widget_slider.widget_slider_title .item-content h5,
.recent-news.lists .widget_slider.widget_slider_title .item-content h6 {
	margin-bottom: 20px;
}

.recent-news.lists .widget_slider.widget_slider_title .item-content ul li:not(:first-child) {
	margin-top: 10px;
}

.recent-news.church {
	background-image: url("../images/parallax/events_bg.jpg");
}

.upcoming-section.embed-responsive {
	background: url("../images/upcoming_bg.jpg") no-repeat center / cover;
	height: 100%;
	padding-bottom: 82%;
	position: relative;
}

.upcoming-section.embed-responsive .embed-placeholder {
	position: static;
}

.upcoming-section.embed-responsive.ch {
	background-image: url("../images/upcoming_bg_ch.jpg");
}

.upcoming-section.embed-responsive.ch .embed-placeholder::after {
	background-image: url("../images/play_5.png");
}

.section-center {
	padding: 120px 85px;
	max-width: 740px;
	margin: 0 auto;
}

.section-center .countdown-row {
	text-align: left;
}

.section-center .countdown-section {
	padding: 17px 13px;
	border: 3px solid #ebeced;
	min-width: 100px;
	margin-right: 20px;
}

.section-center .countdown-amount {
	color: #5c6f87;
}

.section-center .countdown-period {
	font-size: 16px;
	color: #5c6f87;
	font-weight: 500;
	line-height: 1;
}

@media (max-width: 1350px) {
	.section-center .countdown-section {
		font-size: 30px;
		min-width: 80px;
		padding: 12px 8px;
		margin-right: 10px;
	}
}

@media (max-width: 1199px) {
	.section-center .countdown-section {
		font-size: 25px;
	}
	.section-center .countdown-period {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.section-center .countdown-section {
		padding: 17px 13px;
		margin-right: 20px;
		min-width: 100px;
	}
	.section-center .countdown-period {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.section-center .countdown-section {
		font-size: 25px;
		margin-right: 10px;
		min-width: 80px;
		padding: 12px 8px;
	}
	.section-center .countdown-period {
		font-size: 12px;
	}
	.section-center .countdown-row {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.section-center .countdown-section {
		width: calc(48% - 10px);
	}
}

@media (max-width: 1199px) {
	.section-center {
		padding: 90px 60px;
	}
}

@media (max-width: 991px) {
	.section-center {
		max-width: unset;
	}
}

@media (max-width: 767px) {
	.section-center {
		padding: 60px 30px;
	}
}

.titled-section {
	background: url("../images/form_bg.jpg") no-repeat center / cover;
	height: 100%;
	position: relative;
}

.titled-section.ch {
	background-image: url("../images/form_bg_ch.jpg");
}

.titled-section .absolute-section {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 370px;
	padding: 52px 60px;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	border: 2px solid #fff;
	font-weight: bold;
	letter-spacing: 1.5px;
}

@media (max-width: 1199px) {
	.titled-section .absolute-section {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.titled-section .absolute-section {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.titled-section .absolute-section {
		font-size: 30px;
		padding: 25px;
	}
}

@media (max-width: 991px) {
	.titled-section {
		height: 600px;
	}
}

@media (max-width: 767px) {
	.titled-section {
		height: 450px;
	}
}

.vote-section {
	background-image: url("../images/parallax/flag_bg.jpg");
}

.vote-section.ch {
	background-image: url("../images/parallax/hands_bg.jpg");
}

.vote-section.church {
	background-image: url("../images/parallax/church_bg.jpg");
}

.vote-section p {
	color: #fff;
}

.ls .radio-choose {
	color: #141d28;
	border-color: #ebeced;
}

.ls .radio-choose:hover,
.ls .radio-choose.active {
	border-color: #141d28;
	color: #007bff !important;
}

.radio-choose {
	color: #fff;
	border: 3px solid rgba(255, 255, 255, .3);
	min-width: 100px;
	display: inline-block;
	padding: 2px 10px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
	text-align: center;
}

.radio-choose:not(:last-child) {
	margin-right: 10px;
}

.radio-choose:hover,
.radio-choose.active {
	border-color: #fff;
	color: #fff !important;
}

@media (max-width: 1199px) {
	.radio-choose {
		min-width: 100px;
	}
}

@media (max-width: 767px) {
	.radio-choose {
		min-width: 65px;
	}
	.radio-choose:not(:last-child) {
		margin-right: 5px;
	}
}

.quote-section .section-title {
	position: absolute;
	text-transform: uppercase;
	color: transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 400px;
	line-height: 400px;
	font-weight: bold;
	letter-spacing: -44px;
	text-shadow: 1px 1px 2px #f5f5f6, 0px 0px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1400px) {
	.quote-section .section-title {
		display: none;
	}
}

.quote-section.ch {
	background: url("../images/testimonials_bg.jpg") no-repeat center/cover;
}

.testimonials-owl.owl-theme .owl-dots {
	margin-top: 10px;
	counter-reset: li;
	display: flex;
	justify-content: center;
	font-size: 12px;
}

.testimonials-owl.owl-theme .owl-dots .owl-dot {
	position: relative;
	width: 0;
	opacity: 0;
}

.testimonials-owl.owl-theme .owl-dots .owl-dot::before {
	color: #5c6f87;
	content: "0" counter(li);
	counter-increment: li;
	right: 5px;
	position: absolute;
	top: 50%;
	font-size: 0;
	transform: translateY(-50%);
}

.testimonials-owl.owl-theme .owl-dots .owl-dot span {
	display: none;
}

.testimonials-owl.owl-theme .owl-dots .owl-dot.active {
	width: 20px;
	opacity: 1;
	position: relative;
	top: 0;
}

.testimonials-owl.owl-theme .owl-dots .owl-dot.active::before {
	font-size: 12px;
}

.map-section svg {
	height: 680px;
}

@media (max-width: 1199px) {
	.map-section svg {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.map-section svg {
		height: 300px;
	}
}

@media (min-width: 1199px) {
	.map-section .section-title {
		margin-top: -170px;
	}
}

.map-section .jvectormap-zoomout,
.map-section .jvectormap-zoomin {
	display: none;
}

.map-section .meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 55px;
}

.map-section .meta .icon-inline:not(:last-child) {
	margin-right: 17px;
}

.map-section .position-absolute.left {
	left: 100px;
	bottom: 0;
}

@media (max-width: 1800px) {
	.map-section .position-absolute.left {
		left: 0;
	}
}

@media (max-width: 1600px) {
	.map-section .position-absolute.left {
		transform: translateX(-25%);
	}
}

@media (max-width: 1400px) {
	.map-section .position-absolute.left {
		display: none;
	}
}

.map-section .position-absolute.right {
	right: 15px;
	bottom: 0;
}

@media (max-width: 1600px) {
	.map-section .position-absolute.right {
		transform: translateX(30%);
	}
}

@media (max-width: 1400px) {
	.map-section .position-absolute.right {
		display: none;
	}
}

@media (max-width: 400px) {
	.map-section .container {
		padding-top: 30px;
	}
	.map-section .content-padding {
		margin-top: -30px;
	}
}

@media (max-width: 350px) {
	.map-section .container {
		padding-top: 20px;
	}
}

.jvectormap-tip {
	position: absolute;
	display: none;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	color: #141d28;
	font-size: 16px;
	padding: 10px 40px;
	max-width: 240px;
	line-height: 1.2;
	font-weight: 500;
	transform: translateY(-20px) translateX(15%);
}

.owl-custom-nav {
	text-align: center;
	font-size: 14px;
	line-height: 1;
	width: 100%;
}

.owl-custom-nav a+a {
	margin-left: 8px;
}

.presentation {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(100%);
	z-index: 999;
	height: 160px;
	transition: all 0.5s ease-in-out;
}

.presentation.active {
	transform: translateY(-50%) translateX(0);
}

.presentation:hover .photoswipe-link::after {
	opacity: 0.5;
}

.presentation .photoswipe-link::after {
	width: 40px;
	height: 40px;
}

.presentation .presentation-title {
	cursor: pointer;
	position: absolute;
	transform-origin: left bottom;
	transform: rotate(-90deg);
	left: 0;
	bottom: 0;
	width: 160px;
	text-align: center;
	padding: 10px;
	background-color: #007bff;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.presentation .presentation-title:hover {
	background-color: #007bff;
}

@media (max-width: 1199px) {
	.presentation .presentation-title {
		padding: 5px 10px;
	}
}

@media (max-width: 575px) {
	.presentation {
		display: none;
	}
}

.section-special.py-0>div>div {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.section-special>div>div {
	padding: 150px 115px;
	max-width: 785px;
}

@media (min-width: 1200px) {
	.section-special>div>div {
		min-width: 685px;
	}
}

@media (max-width: 1199px) {
	.section-special>div>div {
		padding: 90px 50px;
	}
}

@media (max-width: 991px) {
	.section-special>div>div {
		max-width: unset;
	}
}

@media (max-width: 767px) {
	.section-special>div>div {
		padding: 60px 15px;
	}
}

@media (min-width: 992px) {
	.section-special.left>div {
		display: flex;
		justify-content: flex-end;
	}
}

@media (min-width: 992px) {
	.section-special-2>div {
		position: relative;
		left: -170px;
		width: calc(100% + 100px);
	}
	.section-special-2.left>div {
		left: auto;
		z-index: 3;
	}
}

.section-special-2>div>div {
	padding: 70px;
	max-width: 695px;
}

@media (max-width: 1199px) {
	.section-special-2>div>div {
		padding: 90px 30px;
	}
}

@media (max-width: 991px) {
	.section-special-2>div>div {
		max-width: unset;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.section-special-2>div>div {
		padding: 60px 0;
	}
}

@media (min-width: 992px) {
	.section-special-2.left>div {
		display: flex;
		justify-content: flex-end;
	}
}

.section-special-3 {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	max-width: 540px;
}

@media (min-width: 768px) {
	.section-special-3 {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.section-special-3 {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.section-special-3 {
		max-width: 1200px;
	}
}

@media (min-width: 1300px) {
	.section-special-3 {
		max-width: 1140px;
	}
}

.features-list {
	display: flex;
	flex-wrap: wrap;
}

.features-list .icon-box,
.features-list .media {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.features-list .icon-box,
	.features-list .media {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.image-navigation .display_table {
	display: flex;
	justify-content: space-between;
}

.image-navigation .display_table>div {
	width: 50%;
}

.wp-caption {
	color: #141d28;
}

.service-nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

@media (max-width: 1199px) {
	.service-nav ul {
		opacity: 1;
		position: static;
		border: none;
		background-color: transparent;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.service-nav ul {
		margin: 0;
	}
}

.service-nav ul li {
	width: 22.5%;
	border: 1px solid rgba(20, 29, 40, 0.1);
	margin: 15px;
}

.service-nav ul li a {
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

.service-nav ul li a::before {
	display: none;
}

.service-nav ul li a i {
	width: 100%;
	text-align: center;
	font-size: 40px !important;
	margin-bottom: 20px;
	color: #007bff;
}

@media (max-width: 1200px) {
	.service-nav ul li {
		width: 21.8%;
	}
	.service-nav ul li.active a {
		color: #007bff;
	}
	.service-nav ul li a {
		font-size: 16px;
		font-weight: 400;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.service-nav ul li a i {
		font-size: 30px !important;
		margin-bottom: 15px;
	}
}

@media (max-width: 992px) {
	.service-nav ul li {
		margin: 0;
		width: 100%;
		border: none;
	}
	.service-nav ul li a {
		justify-content: flex-start;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.service-nav ul li a i {
		width: auto;
		margin-bottom: 0;
	}
}


/* brizy */

@media (min-width: 768px) {
	.brz .brz-root__container .brz-slick-slider__dots--square {
		bottom: 50%;
		right: 50px;
		left: auto;
		transform: translateY(50%);
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.brz .brz-root__container .brz-slick-slider__dots--square li {
		padding: 5px 0 !important;
	}
}

.brz .brz-root__container .brz-slick-slider__dots--square li:not(.slick-active) button {
	background-color: rgba(255, 255, 255, .3);
}

.brz .brz-root__container .brz-slick-slider__dots--square li button {
	width: 6px;
	height: 30px;
	border: none;
	border-radius: 0;
}

@media (max-width: 767px) {
	.brz .brz-root__container .brz-slick-slider__dots--square li button {
		width: 25px;
		height: 6px;
	}
}