html body{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
body{
	margin:0;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background-color:#fff
}
html body {
	background: #e9eaf1;
}
html body #sp-main-body {
	background-color: #fff;
}
h2{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

html body a.external-link::after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	opacity: 0.5;
	margin-left: 1em;
	font-size: 0.8em;
	font-weight: 900;
	
}
hr{
	box-sizing:content-box;
	height:0;
	overflow:visible
}
h1,h2,h3,h4,h5,h6{
	margin-top:0;
	margin-bottom:.5rem
}
p{
	margin-top:0;
	margin-bottom:1rem
}
abbr[data-original-title],abbr[title]{
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted;
	cursor:help;
	border-bottom:0
}
address{
	margin-bottom:1rem;
	font-style:normal;
	line-height:inherit
}
dl,ol,ul{
	margin-top:0;
	margin-bottom:1rem
}
ol ol,ol ul,ul ol,ul ul{
	margin-bottom:0
}
dt{
	font-weight:700
}
dd{
	margin-bottom:.5rem;
	margin-left:0
}
blockquote{
	margin:0 0 1rem
}
dfn{
	font-style:italic
}
b,strong{
	font-weight:bolder
}
small{
	font-size:80%
}
sub,sup{
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline
}
sub{
	bottom:-.25em
}
sup{
	top:-.5em
}
a{
	color:#007bff;
	text-decoration:none;
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
a:hover{
	color:#0056b3;
	text-decoration:underline
}
a:not([href]):not([tabindex]){
	color:inherit;
	text-decoration:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
	color:inherit;
	text-decoration:none
}
a:not([href]):not([tabindex]):focus{
	outline:0
}
code,kbd,pre,samp{
	font-family:monospace,monospace;
	font-size:1em
}
pre{
	margin-top:0;
	margin-bottom:1rem;
	overflow:auto;
	-ms-overflow-style:scrollbar
}
figure{
	margin:0 0 1rem
}
img{
	vertical-align:middle;
	border-style:none
}
svg:not(:root){
	overflow:hidden
}
table{
	border-collapse:collapse
}
caption{
	padding-top:.75rem;
	padding-bottom:.75rem;
	color:#6c757d;
	text-align:left;
	caption-side:bottom
}
th{
	text-align:inherit
}
label{
	display:inline-block;
	margin-bottom:.5rem
}
button{
	border-radius:0
}
button:focus{
	outline:1px dotted;
	outline:5px auto -webkit-focus-ring-color
}
button,input,optgroup,select,textarea{
	margin:0;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
button,input{
	overflow:visible
}
button,select{
	text-transform:none
}
[type=reset],[type=submit],button,html [type=button]{
	-webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
	padding:0;
	border-style:none
}
input[type=checkbox],input[type=radio]{
	box-sizing:border-box;
	padding:0
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]{
	-webkit-appearance:listbox
}
textarea{
	overflow:auto;
	resize:vertical
}
fieldset{
	min-width:0;
	padding:0;
	margin:0;
	border:0
}
legend{
	display:block;
	width:100%;
	max-width:100%;
	padding:0;
	margin-bottom:.5rem;
	font-size:1.5rem;
	line-height:inherit;
	color:inherit;
	white-space:normal
}
progress{
	vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
	height:auto
}
[type=search]{
	outline-offset:-2px;
	-webkit-appearance:none
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{
	-webkit-appearance:none
}
::-webkit-file-upload-button{
	font:inherit;
	-webkit-appearance:button
}
output{
	display:inline-block
}
summary{
	display:list-item;
	cursor:pointer
}
template{
	display:none
}
[hidden]{
	display:none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit !important;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
.h1,h1{
	font-size:2.5rem
}
.h2,h2{
	font-size:2rem
}
.h3,h3{
	font-size:1.75rem
}
.h4,h4{
	font-size:1.5rem
}
.h5,h5{
	font-size:1.25rem
}
.h6,h6{
	font-size:1rem
}

/* Header bar */

html body #sp-header {
	box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 40px;
	transition: all 300ms ease 0s;
}
html body #sp-header .logo {
	transition: all 300ms ease 0s;
}
html body #sp-header.header-sticky {
	top: 0px;
	position: fixed;
	transition: all 300ms ease 0s;
	height: 80px;
}
html body #sp-header.header-sticky .sp-megamenu-parent > li > a, html body #sp-header.sticky .sp-megamenu-parent > li span {
	line-height: 80px;
	transition: all 300ms ease 0s;
}
html body #sp-header.header-sticky .sp-megamenu-parent > li.active a::before, html body #sp-header.sticky .sp-megamenu-parent > li.alias-parent-active a::before {
	bottom: 0px;
	height: 6px;
	transition: all 300ms ease 0s;
}
html body #sp-header.header-sticky .logo {
	height: 80px;
}

@media (min-width: 992px) {
	html body #sp-header.header-sticky #sp-menu-right {
		display:flex !important;
		flex-direction: column;
		justify-content: center;
	}
}
html body #sp-header.header-sticky #sp-menu-right div{
	height:auto;
}

html body #sp-top-bar {
	background-color: #534967;
	margin-bottom: 0px;
	padding: 0;
	height: 40px;
}
html body #sp-top-bar #sp-top2 {
	text-align: right;
}
html body #sp-top-bar ul.social-icons {
	margin: 0;
	display: flex;
	justify-content: flex-end;
}
html body #sp-top-bar ul.social-icons > li:not(:last-child) {
	margin: 0;
}
html body #sp-top-bar ul.social-icons > li a {
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
html body #sp-top-bar ul.social-icons > li.social-icon-twitter a {
	background-color: rgba(0, 141, 220, 1.00);
}
html body #sp-top-bar ul.social-icons > li.social-icon-youtube a {
	background-color: rgba(176, 35, 35, 1.00);
}
html body #sp-top-bar ul.social-icons > li.social-icon-linkedin a {
	background-color: rgba(8, 45, 96, 1.00);
}
html body #sp-top-bar ul.social-icons > li.social-icon-support a {
	background-color: #e6001e;
	padding: 0 1em;
	width: auto;
}
html body #sp-top-bar ul.social-icons > li.social-icon-support a span.fas.fa-heartbeat::after {
	content: "Support";
	font-family: 'Noto Sans', sans-serif;
	padding-left: 1em;
}

/* Header / Menu */
html body #sp-header {
	background-color: #fff;
}
.sp-megamenu-parent > li a:after,
.sp-megamenu-parent > li .sp-dropdown{
	display:none !important;
}
#sp-header #sp-menu-right .sp-column.d-flex.align-items-center{
	justify-content:flex-start !important;
}
#sp-header #sp-menu-right .sp-column.d-flex.align-items-center .sppb-col-md-12{
	padding:0;
}
body .sppb-btn{
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size:1em !important;
}
body #sp-header #sp-menu{
	justify-content: flex-end;
}
body .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span{
	font-size:16px;
}
html body .sp-megamenu-parent > li.active a, html body .sp-megamenu-parent > li.alias-parent-active a {
	color: #54cdcd;
	position: relative;
}
html body .sp-megamenu-parent > li.active a:before,
html body .sp-megamenu-parent > li.alias-parent-active a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 28px;
	width: 90%;
	left: 5%;
	height: 3px;
	background-color: #54cdcd;
	transition: all 300ms ease 0s;
}

/* Mobile Menu */

@media (max-width: 500px)
{
	body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
		background: rgba(0,167,181,1.00);
		display: flex;
		align-items: center;
		width: 95%;
		right: -105%;
	}
	body.ltr.offcanvs-position-right .offcanvas-menu .offcanvas-inner {
		max-height: 70vh;
		overflow-y: scroll;
		padding: 1em;
		width: 95%;
		margin: 0;
	}
	body.ltr .close-offcanvas {
		right: -300px;
		top: 25px;
		height: 35px;
		width: 35px;
		line-height: 36px;
		font-size: 1em;
		transition: 0.3s ease 0s;
	}
	body.ltr.offcanvs-position-right .offcanvas-menu .offcanvas-inner .sp-module ul > li {
		margin: 0 0 0.5em;
	}
	body.ltr.offcanvs-position-right .offcanvas-menu .offcanvas-inner .sp-module ul > li > a, body.ltr.offcanvs-position-right .offcanvas-menu .offcanvas-inner .sp-module ul > li > span {
		color: #fff;
		padding: 0.5em 1em;
	}
	body.ltr.offcanvs-position-right .offcanvas-menu .offcanvas-inner .sp-module ul > li .menu-toggler {
		color: #fff;
		font-size: 1.25rem;
	}
	.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
		display: block;
		font-size: 1rem;
		padding: 0.125rem 0;
		position: relative;
	}
}

/* Sub menu */
html body #sp-sub-nav ul.menu li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
html body #sp-sub-nav ul.menu li a {
	border-right: 1px solid rgba(255,255,255,0.35);
	color: #fff;
	display: block;
	opacity: 0.75;
	padding: 0.5em 1.5em;
	transition: all 0.3s ease 0s;
}
html body #sp-sub-nav ul.menu {
	padding: 10px 0;
	margin: 0;
}
html body #sp-sub-nav ul.menu li.active a {
	opacity: 1;
	font-weight: 700;
}

/* Forms */

.form-check-label{
	padding-left:10px !important;
}
.form-check-label #check{
	display:none;
}

/* Footer */

html body #sp-bottom {
	font-size: 1em;
	padding: 80px 0;
}
html body #sp-bottom .sp-module .sp-module-title{
	font-size: 19px !important;
	margin-bottom: 2em !important;
}
#sp-footer {
	font-size: 14px;
	padding: 0;
}
#sp-footer, #sp-bottom{
	background-color:#e9eaf1 !important;
	color: #7e879a !important;
	font-size:16px !important;
}
#sp-bottom .sp-module ul > li{
	margin-bottom: 1em !important;
}
#sp-bottom .sp-module ul > li > a{
	font-size:16px;
	color:#7e879a;
}
#sp-bottom .sp-module ul > li > a:hover{
	color: #4448e0;
}
#sp-footer .container-inner {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#sp-footer ul.menu {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}
#sp-footer ul.menu li {
	display: inline-block;
	margin: 0 10px;
}
#sp-footer ul.menu li a {
	display: block;
}
#sp-footer ul.menu li a:hover {
	background: none;
}
#sp-footer #sp-footer2 {
	text-align: right;
}

/* Testimonial */

.ensure-testimonial .sppb-carousel-pro-text {
	display: flex;
	flex-direction: column-reverse;
}
.ensure-testimonial .sppb-carousel-pro-text h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	font-weight: 600;
}
.ensure-testimonial .sppb-carousel-pro-text .sppb-carousel-pro-content {
	position: relative;
	font-size: 35px;
	line-height: 45px;
	margin: 80px 20px 50px 0px;
	font-weight: 600;
}
.ensure-testimonial .sppb-carousel-pro-arrow-bottom-left {
	padding: 0px;
}

/* App listings */
html body.layout-app #sp-main-body, html body.layout-ensure\:app #sp-main-body{
	padding-bottom:0;
}
html body.layout-app #sp-main-body .container, html body.layout-ensure\:app #sp-main-body .container {
	max-width: 100%;
	padding: 0;
}
html body.view-category.app-listings .article-body {
	padding: 30px;
	position: relative;
}
html body.view-category.app-listings .article-body .approved {
	position: absolute;
	right: 20px;
	top: -30px;
	color: #af8e06;
	cursor: help;
	display: block;
	padding: 1em;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 4px;
	transition: all 0.3s ease 0s;
}
html body.view-category.app-listings .article-body .article-header h2 a {
	display: block;
	min-height: 72.5px;
}
html body.view-category.app-listings .article-body .article-introtext ul {
	margin: 0;
	padding: 0;
}
html body.view-category.app-listings .article-body .article-introtext ul li {
	margin-bottom: 0.5em;
	display: block;
	list-style: none;
	position: relative;
	padding-left: 2em;
}

html body.view-category.app-listings .article-body .article-introtext ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	opacity: 0.5;
	position: absolute;
	left: 0em;
}
html body.view-category.app-listings .article-body div.readmore {
	display: block;
	padding-top: 2em;
}
html body.view-category.app-listings .article-body div.readmore a {
	background: #54cdcd;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: 1em 2em;
	text-align: center;
}

html body .sp-page-title {
	padding: 160px 0px 60px;
}
html body .sp-page-title .sp-page-title-heading {
	font-size: 40px;
	line-height: 1.2;
}
html body .sp-page-title .sp-page-title-sub-heading {
	font-size: 1em;
	line-height: 1.4;
}
#mobile-submenu .sppb-link-list-responsive.sppb-link-list-wrap.sppb-link-list-nav ul li.preferred a {
	background-color: #af8e06;
	font-weight: 400;
	color: #af8e06;
	display: block;
	height: 57.6px;
	max-height: 57.6px;
	line-height: 57.6px;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-indent: 400px;
	transition: width 0.3s,color 1s;
	width: 57.6px;
	white-space: nowrap;
}
#mobile-submenu .sppb-link-list-responsive.sppb-link-list-wrap.sppb-link-list-nav ul li.preferred a:before {
	display: block;
	content: "\f559";
	font-family: "Font Awesome 5 Free";
	color: #fff;
	margin: 0;
	font-weight: 900;
	text-indent: 0;
	position: absolute;
	left: 1.4em;
}
#mobile-submenu .sppb-link-list-responsive.sppb-link-list-wrap.sppb-link-list-nav ul li.preferred a:hover, #mobile-submenu .sppb-link-list-responsive.sppb-link-list-wrap.sppb-link-list-nav ul li.preferred a:focus {
	background-color: #af8e06 !important;
	text-indent: 0;
	padding: 0 1em 0em 2.5em;
	max-width: 240px;
	width: 240px;
	color: #fff;
}

/* Buttons */

body .sppb-btn.btn-cta{
	padding:1em 1.25em !important;
}
html body .sppb-btn, html body .sppb-btn:hover, html body .sppb-btn:focus {
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0 !important;
	padding: 1em 1.25em;
}
.sppb-btn-custom {
	background-color: #90358a;
	color: #fff;
	font-size: 16px;
}

/* Collections */

.sppb-addon-image-layout-content {
	box-shadow: none !important;
}
.sppb-addon-image-layout-content .sppb-btn {
	margin: 25px 0px 0px 0px;
}
/* RS Files */
.rsfiles-layout ul li .btn{
	background-color:inherit;
	border:0;
	color: #4448e0;
}
.rsfiles-layout ul li .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25) !important;
}
.rsfiles-layout .breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}
.rsfiles-layout .breadcrumb > li a {
	color: rgba(0, 37, 84, 1.00);
	margin-right: 0.5em;
	text-shadow: 0px 0px 0px transparent;
	transition: 400ms ease 0s;
}
.rsfiles-layout .breadcrumb > li.active {
	color: rgba(0, 167, 181, 1.00);
}
body.com-rsfiles .breadcrumb > li.active span.divider:after {
	display: inline-block;
	content: "\f07c";
	font-family: "Font Awesome 5 Free";
	margin: 0 0.25em 0px 0.5em;
}
.rsf_files thead a{
	color: rgba(0, 167, 181, 1.00);
}
.rsf_files a {
	color: rgba(0, 37, 84, 1.00);
	transition: all 400ms ease 0s;
}
.rsf_files .rsfiles-download-info i {
	margin-right: 20px;
	color: rgba(0, 167, 181, 1.00);
}
body.com-rsfiles .rsfiles-layout .table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #f9f9f9;
	--bs-table-accent-bg:none;
}
body.com-rsfiles .rsfiles-layout table.rsf_files thead th {
	border-bottom: 2px solid rgba(0, 167, 181, 1.00);
}
body.com-rsfiles .rsfiles-layout .table td,
body.com-rsfiles .rsfiles-layout .table th {
	border: 0px none;
}
body.com-rsfiles div.page-header h1 {
	font-size: 1.5em;
	text-align: center;
	display: block;
	margin: 0;
	background: rgba(0, 183, 183, 1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	padding: 0.5em;
}
body.com-rsfiles.layout-search div.card,
body.com-rsfiles.layout-download div.card {
	 padding: 2em;
	 border: 1px solid #00c2c2;
	 margin-bottom: 50px;
	 margin-top: 0px;
	 text-align: center;
	 background-color: rgba(0, 183, 183, 0.05);
	 border-bottom-right-radius: 4px;
	 border-bottom-left-radius: 4px;
}
body.com-rsfiles.layout-download div.card p:first-child {
	font-weight: 600;
	font-size: 1.25em;
	margin-bottom: 50px;
	color: #575179;
}
body.com-rsfiles .btn-primary, body.com-rsfiles .sppb-btn-primary {
	color: #fff;
	background-color: rgba(0, 167, 181, 1.00);
	border-width: 0px;
	font-weight: 600;
	padding: 0.75em 1.25em;
	outline: 0 none;
	transition: all 400ms ease 0s;
}

html body.view-category.blog-page .article-list.articles-leading a {
	overflow: hidden;
	max-width: 100%;
}
html body.view-category.blog-page .article-list .article .article-body .ensure-article-info-wrap {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px dashed rgba(84,205,205,0.50);
}
html body.view-category.blog-page .article-list .article .article-body {
	padding: 30px;
}
html body.view-category.blog-page .article-list.articles-leading a img {
	border-radius: 8px 0px 0px 8px;
	min-height: 315px;
	max-width: 200%;
}

/* Pagination */

.pagination-wrapper {
	align-items: center;
	margin-top: 110px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	border-radius: 10px;
	padding: 35px 0px;
}
.pagination{
	padding-top:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.com-content-category-blog__counter,
.pagination .disabled{
	display:none;
}
.pagination-wrapper .pagination .page-item .page-link {
	border-radius: 10px !important;
}
.pagination-wrapper .pagination .page-item.active .page-link {
	background-color: #4448e0 !important;
}
.pagination-wrapper .pagination .page-item .page-link:hover,
.pagination-wrapper .pagination .page-item .page-link:focus {
	background-color: #4448e0 !important;
	border-radius: 10px !important;
}
.ensure-blog-details .article-header, .ensure-blog-details div[itemprop="articleBody"]{
	margin:0 !important;
}
html body.blog-page.view-article .ensure-blog-details .article-header h1 {
	margin-bottom: 50px;
}


/* general styles for sections */
@media (min-width: 992px)
{
	.sppb-col-md{
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%
	}
	.sppb-col-md-auto{
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none
	}
	.sppb-col-md-1{
		-ms-flex:0 0 8.333333%;
		flex:0 0 8.333333%;
		max-width:8.333333%
	}
	.sppb-col-md-2{
		-ms-flex:0 0 16.666667%;
		flex:0 0 16.666667%;
		max-width:16.666667%
	}
	.sppb-col-md-3{
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.sppb-col-md-4{
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333%
	}
	.sppb-col-md-5{
		-ms-flex:0 0 41.666667%;
		flex:0 0 41.666667%;
		max-width:41.666667%
	}
	.sppb-col-md-6{
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.sppb-col-md-7{
		-ms-flex:0 0 58.333333%;
		flex:0 0 58.333333%;
		max-width:58.333333%
	}
	.sppb-col-md-8{
		-ms-flex:0 0 66.666667%;
		flex:0 0 66.666667%;
		max-width:66.666667%
	}
	.sppb-col-md-9{
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.sppb-col-md-10{
		-ms-flex:0 0 83.333333%;
		flex:0 0 83.333333%;
		max-width:83.333333%
	}
	.sppb-col-md-11{
		-ms-flex:0 0 91.666667%;
		flex:0 0 91.666667%;
		max-width:91.666667%
	}
	.sppb-col-md-12{
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
	.sppb-order-md-1{
		-ms-flex-order:1;
		order:1
	}
	.sppb-order-md-2{
		-ms-flex-order:2;
		order:2
	}
	.sppb-order-md-3{
		-ms-flex-order:3;
		order:3
	}
	.sppb-order-md-4{
		-ms-flex-order:4;
		order:4
	}
	.sppb-order-md-5{
		-ms-flex-order:5;
		order:5
	}
	.sppb-order-md-6{
		-ms-flex-order:6;
		order:6
	}
	.sppb-order-md-7{
		-ms-flex-order:7;
		order:7
	}
	.sppb-order-md-8{
		-ms-flex-order:8;
		order:8
	}
	.sppb-order-md-9{
		-ms-flex-order:9;
		order:9
	}
	.sppb-order-md-10{
		-ms-flex-order:10;
		order:10
	}
	.sppb-order-md-11{
		-ms-flex-order:11;
		order:11
	}
	.sppb-order-md-12{
		-ms-flex-order:12;
		order:12
	}
}
