html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  font: normal 14px 'Open Sans', sans-serif;
  color: #000000;
  background: #f5f6fa;
}

.spacer90 {
	height: 90px;
	display: block;
	position: relative;
}
.spacer50 {
	height: 50px;
	display: block;
	position: relative;
}

.m-0 {
	margin: 0 !important;
}

/* Fixed Header */
.fixed-header {
	background: #ffffff;
	padding: .5rem 1rem;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}

a.logo {
	margin: 0;
	display: inline-block;
}
a.logo img {
	max-height: 36px;
}

/* Carousel */
.carousel {
	padding-top: 60px;
	padding-bottom: 20px;
	background: #0079e1;
	transition: all .700s ease-in-out;
}
.carousel-header {
	padding: 20px 0;
	color: #ffffff;
	text-align: center;
	font-weight: 100;
}
.carousel-header h1 {
	line-height: 200%;
}
.carousel-header h6 {
	font-weight: 100;
	line-height: 150%;
	max-width: 90%;
	text-align: center;
	margin: auto;
}
.carousel-item {
  /*min-height: 370px;*/
  opacity: 0.7;
  transition: opacity .30s ease-in-out;
}
.carousel-item img {
	/*max-height: 330px;*/
}
.carousel-item.active {
  opacity: 1;
  transition: opacity .30s ease-in-out;
}
.carousel-inner {
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 30px;
}
.carousel-indicators {
	bottom: 0;
	margin: 0;
}
.carousel-indicators li {
	height: 7px;
}


/* Demo Container */
.demo-container {
	padding: 0;
	background: #d4dde4;
}
.demo-container .container-fluid {
	padding: 0 50px;
}


/* Section Header */
.section-header {
	padding: 40px 30px;
	background: #172838;
	margin-bottom: 40px;
	text-align: center;
}

.section-header .num {
	background: url(../img/count-bg.svg);
	background-repeat: no-repeat;
	width: 240px;
	height: 240px;
	background-size: 100%;
	font-size: 48px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	text-align: center;
}
.section-header .num.num-2 {
	background: url(../img/count-bg2.svg);
	background-repeat: no-repeat;
	width: 240px;
	height: 240px;
	background-size: 100%;
	font-size: 48px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-align: center;
}
h1.section-heading {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 100;
	position: relative;
	margin: 20px auto 0 auto;
	color: #ffffff;
}
h2.section-heading {
	font-size: 1rem;
	text-align: center;
	font-weight: 100;
	line-height: 160%;
	position: relative;
	margin: 30px auto 0 auto;
	color: #a2b1bf;
}

.section-labels-container {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.section-labels-container .section-label {
	border:  1px solid rgba(255, 255, 255, .2);
	margin: 0 2px;
	padding: 4px 15px;
	color: #ffffff;
	font-size: 11px;
	border-radius: 2px;
}
.section-header.blue {
	background: #0f62c8;
}
.section-header.blue h2.section-heading {
	color: #ffffff;
}



.layout-block {
	margin-bottom: 30px;
	text-align: center;
}
.layout-block h5 {
	color: #6e7f90;
	font-size: 13px;
	margin: 10px 0 0 0;
	min-height: 30px;
}



/* File Structure */
.file-structure {
	padding: 40px 30px;
	background: #1173eb;
	margin-bottom: 40px;
	text-align: center;
}



/* Footer */
.footer {
	padding: 120px 100px;
	background: #11202d;
	text-align: center;
}
.buy {
	background-color: #f32178;
	background-image: none;
	background: #f32178;
	background: -webkit-linear-gradient(135deg, #f30c6c 30%, #f09103 100%);
	background: linear-gradient(135deg, #f30c6c 30%, #f09103 100%);
	color: #ffffff;
	box-shadow: 10px 10px 0px #000;
	font-size: 21px;
	margin: 0px auto;
	border-radius: 50px;
	padding: 25px 60px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.buy:hover {	
	background-color: #f32178;
	background-image: none;
	background: #f32178;
	background: -webkit-linear-gradient(135deg, #f32178 30%, #d49d00 100%);
	background: linear-gradient(135deg, #f32178 30%, #d49d00 100%);
	color: #ffffff;
	box-shadow: 15px 15px 0px #000;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


.theme-column {
	border-radius: 6px;
	margin-bottom: 60px;
}
.theme-column .theme-preview {
	max-height: 250px;
	overflow: hidden;
	border-radius: 6px;
	display: block;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 10px 10px 30px 0px #9facb9;
}
.theme-column .theme-preview img {
	height: auto;
    width: 100%;
	border-radius: 6px;
	display: block;
}
.theme-column .theme-preview .image-overly {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0;
	display: none;
	transition: all 0.5s ease;
	background: rgba(0, 0, 0, 0.7);
}
.theme-column .theme-preview:hover .image-overly {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.theme-column .theme-preview:hover .image-overly a {
	transition: all 0.5s ease;
	width: 100px;
	height: 36px;
	font-size: 16px;
	background: #007bff;
	color: #ffffff;
	line-height: 36px;
	margin: 0 5px;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
}
.theme-column .theme-preview:hover .image-overly a:hover {
	background: #ff47ab;
	color: #ffffff;
}



/* Demo Button */
.demo-btn {
	background: #000000;
	color: #FFFFFF;
	border-radius: 3px;
	border: 0;
	font-size: 18px;
	margin: 10px auto 20px auto;
	padding: 10px 20px;
	max-width: 150px;
	text-align: center;
	display: inline-block;
}
.demo-btn:hover {
	background: #333333;
	color: #ffffff;
	border: 0;
	text-decoration: none;
}


/* Features */
.features {
	text-align: center;
}
.features h6 {
	color: rgba(4,24,53,.9);
	line-height: 2.25rem;
	font-weight: 500;
}
.features .small {
	font-size: .875rem;
	line-height: 1.75rem;
	color: rgba(4,24,53,.9);
}


/* Buy Now Button */
.buy-btn {
	background: #ffffff;
	border: 2px solid #0078e1;
	color: #0078e1;
	border-radius: 50px;
	font-size: 16px;
	margin: 0px auto;
	padding: 7px 25px;
	text-align: center;
	float: right;
}
.buy-btn:hover {
	background: #ffffff;
	color: #0078e1;
	text-decoration: none;
}

/* Demos Button */
.demos {
	background: #ffffff;
	border: 2px solid #ff47ab;
	color: #ff47ab;
	position: inherit;
	border-radius: 50px;
	font-size: 16px;
	margin: 0px 10px 0 0;
	padding: 7px 25px;
	text-align: center;
	float: right;
}
.demos:hover {
	background: #ffffff;
	color: #ff47ab;
	text-decoration: none;
}



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


