*,*::before,*::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

footer,header,section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #252930;
	text-align: left;
	background-color: #fff
}[tabindex="-1"]:focus {
	outline: 0 !important
}

#loading{
	text-align: center;
}

#loadmore{
	width: 180px;
	/*background: #252930;*/
	height: 45px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	background-color: #e7e7e7;
	margin:auto;
	margin-bottom:10px;
	font-weight:bold;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
/*
#loadmore:hover {
	color: #ec6a13;
	background-color: #252930;
}
*/
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 auto;
	/*text-indent:2em;*/
	line-height: 1.5;
	/*margin-bottom: 1rem*/
}

ol,ul,dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

b,strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

a {
	color: #4662d9;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #4662d9;
	text-decoration: none
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

.card-text:last-child {
	margin-bottom: 0
}
/*width: 100%;
max-width: 100%;*/
.card-img {
	border-radius: calc(.25rem - 1px)
}

.card-body img {
	overflow: hidden;
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #e7e9ed;
	border-radius: .25rem;
	width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #e7e9ed;
	border-radius: .25rem;
	height: auto
}

.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1,.h1 {
	font-size: 2.5rem
}

h2,.h2 {
	font-size: 2rem
}

h3,.h3 {
	font-size: 1.75rem
}

h4,.h4 {
	font-size: 1.5rem
}

h5,.h5 {
	font-size: 1.25rem
}

h6,.h6 {
	font-size: 1rem
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.1)
}

small,.small {
	font-size: 80%;
	font-weight: 400
}

mark,.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.bfont {
	font-size: 1.5rem;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
	.bfont {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
	.bfont {
		font-size: 1.8rem;
	}
	
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
	.bfont {
		font-size: 2.1rem;
	}

}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
	.bfont {
		font-size: 2.5rem;
	}
	
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width: 576px) {
	.col-lg {
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}
	
	.mr-md-3,.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,.mx-md-3 {
		margin-left: 1rem !important
	}
	
	.mr-lg-5,.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,.mx-lg-5 {
		margin-left: 3rem !important
	}
	
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.col-lg {
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}
	
	.mr-md-3,.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,.mx-md-3 {
		margin-left: 1rem !important
	}
	
	.mr-lg-5,.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,.mx-lg-5 {
		margin-left: 3rem !important
	}
	
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}
	
	.mr-md-3,.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,.mx-md-3 {
		margin-left: 1rem !important
	}
	
	.mr-lg-5,.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,.mx-lg-5 {
		margin-left: 3rem !important
	}
	
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #252930;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

.btn:hover {
	color: #252930;
	text-decoration: none
}

.btn:focus,.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40,183,107,0.25)
}

.btn.disabled,.btn:disabled {
	opacity: .65
}

a.btn.disabled,fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #4662d9;
	border-color: #4662d9
}

.btn-primary:hover {
	color: #fff;
	background-color: #4e6ef2;
	border-color: #4662d9
}

.btn-primary:focus,.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(72,194,129,0.5)
}

.btn-primary.disabled,.btn-primary:disabled {
	color: #fff;
	background-color: #4662d9;
	border-color: #4662d9
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #4662d9;
	border-color: #1d834c
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72,194,129,0.5)
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	text-shadow:0px 0px 0 rgb(158,158,158), -1px 1px 0 rgb(71,71,71),-2px 2px 1px rgba(0,0,0,0.6),-2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);
	white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
	text-decoration: none
}

.navbar-light .navbar-brand {
	color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
	color: rgba(0,0,0,0.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
	color: #fff
}

.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,0.125);
	border-radius: .25rem
}

.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.btn {
	position: relative;
	top: -1px
}

.progress {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #f5f6f8;
	border-radius: .25rem
}

.progress-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #4662d9;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none
	}
}

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.media {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.d-none {
	display: none !important
}

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important
}

.position-relative {
	position: relative !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

@media (min-width: 768px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important
	}
}

.mb-0,.my-0 {
	margin-bottom: 0 !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,.py-2 {
	padding-top: .5rem !important
}

.pr-2,.px-2 {
	padding-right: .5rem !important
}

.pb-2,.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,.py-3 {
	padding-top: 1rem !important
}

.pr-3,.px-3 {
	padding-right: 1rem !important
}

.pb-3,.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,.px-3 {
	padding-left: 1rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,.py-5 {
	padding-top: 3rem !important
}

.pr-5,.px-5 {
	padding-right: 3rem !important
}

.pb-5,.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,.px-5 {
	padding-left: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,.my-auto {
	margin-top: auto !important
}

.mr-auto,.mx-auto {
	margin-right: auto !important
}

.mb-auto,.my-auto {
	margin-bottom: auto !important
}

.ml-auto,.mx-auto {
	margin-left: auto !important
}

.text-white {
	color: #fff !important
}

.text-justify {
	text-align: justify !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

/*!  
 * CoderDocs - Bootstrap 4 Documentation Template for Software Projects
 * Version: 1.0
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media Ltd.
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/body {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5d6778;
	padding-top: 69px
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
	color: #252930;
	font-weight: 600
}

.btn {
	font-weight: 600;
	padding: 0.6rem 1.25rem;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: none
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

.btn:hover,.btn:active,.btn:focus {
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0 12px 24px -6px rgba(0,0,0,0.15)
}

.btn:focus,.btn.focus {
	box-shadow: none !important
}

.btn-primary {
	background: #4662d9
}

.btn-secondary {
	background: #5d6778;
	color: #fff
}

.btn-light {
	background: #cad3f9;
	color: #4662d9
}

.btn-light:hover {
	background: #cad3f9;
	color: #4662d9
}

.theme-bg-light {
	background: #cad3f9
}

.theme-bg-dark {
	background: #4662d9
}

.theme-bg-shapes-right {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	overflow: hidden
}

.theme-bg-shapes-right:before {
	content: "";
	width: 300px;
	height: 150px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	right: -60px;
	top: 0;
	border-radius: 4px;
	-webkit-transform: skew(25deg, -10deg);
	transform: skew(25deg, -10deg);
	moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left
}

.theme-bg-shapes-right:after {
	content: "";
	width: 150px;
	height: 600px;
	background: rgba(255,255,255,0.15);
	position: absolute;
	right: 0px;
	top: 30px;
	border-radius: 6px;
	-webkit-transform: skew(25deg, 10deg);
	transform: skew(25deg, 10deg);
	moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left
}

.theme-bg-shapes-left {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	overflow: hidden
}

.theme-bg-shapes-left:before {
	content: "";
	width: 300px;
	height: 150px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	left: -90px;
	top: 0;
	border-radius: 6px;
	-webkit-transform: skew(25deg, -12deg);
	transform: skew(25deg, -12deg);
	moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left
}

.theme-bg-shapes-left:after {
	content: "";
	width: 150px;
	height: 600px;
	background: rgba(255,255,255,0.15);
	position: absolute;
	left: 0px;
	top: 30px;
	border-radius: 4px;
	-webkit-transform: skew(-25deg, 10deg);
	transform: skew(-25deg, 10deg);
	moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left
}
/*max-width: 800px*/
.single-col-max {
	max-width: 1200px
}
/* color: #252930; */ 
.site-logo .logo-text {
	color: #758ffd;
	font-size: 1.5rem;
	font-weight: bold
}

.site-logo .text-alt {
	color: #ffffff;
	font-weight: 300
}

.site-logo .navbar-brand {
	font-size: 2rem;
	font-weight: 600;
	padding-top: 0
}

.page-header.theme-bg-dark .page-heading {
	color: #fff
}

.social-list li {
	/*font-size: 1.125rem;*/
	background: #cad3f9;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50%;
	padding-top: 2px
}

.social-list li a {
	TEXT-DECORATION:none;
	color: #4e6ef2
}

.social-list li a:hover {
	TEXT-DECORATION:none;
	color: #4662d9
}

.social-list li:not(:last-child) {
	margin-right: 0.875rem
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.header {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	background: #fff
}

.footer .copyright {
	font-size: 0.875rem
}

.page-heading {
	font-size: 2.5rem
}

.docs-overview .card {
	border-color: #96a7ef;
	position: relative;
	background: #eef0f8;
	height: 100%
}

.docs-overview .card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
	background: #eef0f8
}

.docs-overview .card-title-text {
	display: inline-block;
	position: relative;
	top: -0.3rem
}

.docs-branding {
	min-height: 69px
}

.docs-logo-wrapper {
	position: absolute;
	left: 15px;
	top: 0.5rem
}

.docs-logo-wrapper .site-logo {
	display: inline-block
}

.docs-top-utilities {
	padding-top: 4px
}

.cta-section .container {
	position: relative;
	z-index: 10
}

.cta-section {
	font-size: 1.125rem
}