/**
*
* Contents
* 
* 01. General Styles
* 02. Buttons
* 03. Forms
* 04. Alerts
* 05. Progress Bar
* 06. Header
* 07. Footer
* 08. Social Icons
* 09. Sections
* 10. Widgets
* 11. Signature
* 12. Services
* 13. Experience
* 14. Testimonials
* 15. Education
* 16. Icon Box
* 17. Portfolio
* 18. Blog
* 19. Error Page
* 
**/


/* ==========================================================================
   01. General Styles
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500);
@import url(http://fonts.googleapis.com/css?family=Lato:700);
html, body {
	overflow-x: hidden;
}
body {
	background: #f5f5f5;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
p {
	margin-bottom: 24px;
}
a {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	outline: none !important;
	color: #7e50ff;
}
a:hover {
	color: #7e50ff;
}
a:focus {
	text-decoration: none;
}
a img {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: .75;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 700;
	color: #232323;
}
h1 {
	font-size: 50px;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 24px;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 36px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 36px;
	font-weight: 500;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 24px;
}
h5 {
	font-size: 15px;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 24px;
}
h6 {
	font-size: 14px;
	line-height: 32px;
	font-weight: 500;
}
h3.small-margin-bottom {
	margin-bottom: 6px;
}

/* ==========================================================================
   02. Buttons
   ========================================================================== */
.button {
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	outline: none !important;
}
.button:hover {
	text-decoration: none;
}
.button i {
	font-size: 24px;
	vertical-align: middle;
}
.button.icon-left i {
	margin-right: 12px;
}
.button.icon-right i {
	margin-left: 12px;
}
.button-row {
	margin-top: 48px;
}
.button-row .button {
	margin-right: 32px;
	margin-bottom: 12px;
}
/*==========  Solid Button  ==========*/
.solid-button {
	font-size: 15px;
	line-height: 26px;
	padding: 11px 29px;
	border: none;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	text-align: center;
}
.solid-button:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.solid-button.purple {
	background: #7c4dff;
	color: #fff;
}
.solid-button.white {
	background: #fff;
	color: #232323;
}
.solid-button.dark {
	background: #232323;
	color: #fff;
}
.solid-button.white-purple {
	background: #fff;
	color: #232323;
}
.solid-button.white-purple:hover {
	background: #7c4dff;
	color: #fff;
}
.solid-button.small {
	font-size: 12px;
	padding: 2px 20px;
}
/*==========  Link Button  ==========*/
.link-button {
	font-size: 13px;
	line-height: 32px;
}
.link-button:hover {
	opacity: .75;
}
.link-button.white {
	color: #fff;
}
/*==========  Action Button  ==========*/
.action-button {
	background: #7c4dff;
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 6px 10px rgba(0,0,0,.3);
}
.action-button:hover {
	box-shadow: 0 6px 18px rgba(0,0,0,.13), 0 9px 15px rgba(0,0,0,.3);
}

/* ==========================================================================
   03. Forms
   ========================================================================== */
input:not([type=submit]):not([type=file]), select, textarea {
	border: none;
	border-bottom: 1px solid #d7d7d7;
	background: none;
	width: 100%;
	padding: 2px 6px;
	outline: none !important;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
input:not([type=submit]):not([type=file]):focus, select:focus, textarea:focus {
	border-color: #7c4dff;
}
.input-group {
	margin-bottom: 28px;
}
.form-horizontal .control-label {
	text-align: left;
}

/* ==========================================================================
   04. Alerts
   ========================================================================== */
.alert {
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	border: none;
	margin-bottom: 0;
	margin-top: 24px;
	display: none;
	font-size: 15px;
	line-height: 26px;
	border-radius: 3px;
	font-weight: 500;
	text-transform: uppercase;
}
.alert-info {
	background: #2196F3;
	color: #fff;
}
.alert-success {
	background: #4CAF50;
	color: #fff;
}
.alert-danger {
	background: #F44336;
	color: #fff;
}

/* ==========================================================================
   05. Progress Bar
   ========================================================================== */
.progress {
	height: 8px;
	margin-bottom: 36px;
	background-color: #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}
.progress-bar {
	line-height: 8px;
	background-color: #7c4dff;
	box-shadow: none;
	position: relative;
}
.progress-bar span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	background: #fff;
	font-weight: 400;
	position: absolute;
	top: -16px;
	right: -20px;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.progress-bar-label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 12px;
	color: #232323;
}
.circle-progress-wrapper {
	margin-bottom: 24px;
}
.circle-progress {
	display: inline-block;
	width: 200px;
	height: 200px;
	position: relative;
	float: left;
}
.circle-progress input {
	font-size: 20px !important;
	display: inline-block !important;
	width: 78px !important;
	height: 78px !important;
	line-height: 78px !important;
	border-radius: 100% !important;
	background: #fff !important;
	margin-top: 61px !important;
	margin-left: 61px !important;
	box-shadow: 0 3px 6px rgba(0,0,0,.3) !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	top: 0;
	left: 0;
}
.circle-progress-label-wrapper {
	margin-left: 240px;
	height: 200px;
}
.circle-progress-label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	color: #232323;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media all and (max-width: 768px) {
	.circle-progress {
		float: none;
	}
	.circle-progress-label-wrapper {
		margin-left: 0;
		height: auto;
		margin-top: 12px;
	}
	.circle-progress-label {
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/* ==========================================================================
   06. Header
   ========================================================================== */
.header {
	box-shadow: 0 1px 6px rgba(0,0,0,.3);
	text-transform: uppercase;
}
.header .top {
	background: #7c4dff;
	line-height: 50px;
	color: #fff;
	padding: 0 60px;
}
.header .top a {
	color: #fff;
}
.header .top a:hover {
	opacity: .75;
	text-decoration: none;
}
.header .top .available {
	float: left;
}
.header .top .available i {
	font-size: 36px;
	line-height: 50px;
	margin-right: 8px;
	vertical-align: middle;
}
.header .top .right-icons {
	float: right;
	font-size: 24px;
}
.header .top .right-icons a {
	margin-left: 12px;
}
.header .bottom {
	background: #fff;
	line-height: 70px;
	padding: 0 60px;
	color: #232323;
	font-weight: 500;
	position: relative;
}
.header .bottom a {
	color: #232323;
}
.header .bottom .title {
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
	float: left;
}
.header .bottom .title a:hover {
	opacity: .75;
	text-decoration: none;
}
.main-nav {
	float: right;
}
.main-nav ul {
	margin-bottom: 0;
}
.main-nav ul>li {
	padding: 0;
	display: inline-block;
	margin-left: -4px;
	margin-bottom: 0;
}
.main-nav ul>li a {
	padding: 0 20px;
	display: inline-block;
	line-height: 70px;
	height: 70px;
	border-bottom: 5px solid transparent;
}
.main-nav ul>li a:hover {
	border-bottom: 5px solid #7c4dff;
	text-decoration: none;
}
.main-nav ul>li.active a {
	border-bottom: 5px solid #7c4dff;
	text-decoration: none;
}
.header-action-button-wrapper {
	float: right;
	width: 120px;
	height: 70px;
	display: inline-block;
}
.header-action-button {
	position: absolute;
	bottom: -30px;
	right: 60px;
	z-index: 99;
}
.header .bottom .action-button {
	color: #fff;
}
.responsive-menu-open {
	display: none;
	float: right;
	text-transform: uppercase;
	line-height: 70px;
	height: 70px;
	text-decoration: none;
}
.responsive-menu-open:hover {
	text-decoration: none;
}
.responsive-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	min-width: 100%;
	background: #fff;
	z-index: 999;
	padding: 24px;
	overflow-y: scroll;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.responsive-menu.open {
	left: 0;
}
.responsive-menu-close {
	position: absolute;
	top: 24px;
	right: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.responsive-menu-close:hover {
	text-decoration: none;
}
.responsive-nav ul>li a {
	color: #222;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
.responsive-nav ul>li.active a {
	color: #7c4dff;
}
.no-scroll {
	overflow: hidden;
}


/* ==========================================================================
   07. Footer
   ========================================================================== */
.footer {
	text-align: center;
	color: #fff;
	font-weight: 500;
}
.footer .top {
	background: #232323;
	padding: 48px 0;
}
.footer .bottom {
	background: #1c1c1c;
	line-height: 50px;
}
.footer h4 {
	color: #fff;
}
.footer .social-icons {
	margin-bottom: 24px;
}

/* ==========================================================================
   08. Social Icons
   ========================================================================== */
.social-icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #232323;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 4px 12px rgba(0,0,0,.13);
	margin: 0 4px;
	text-align: center;
}
.social-icon:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 6px 10px rgba(0,0,0,.3);
}
.footer .social-icon {
	box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 6px 10px rgba(0,0,0,.3);
}
.social-icon:hover {
	background: #7c4dff;
	color: #fff;
}

/* ==========================================================================
   09. Sections
   ========================================================================== */
.sections {
	display: block;
	height: auto;
	overflow: hidden;
	position: static;
	word-wrap: break-word;
}
.sections-wrapper {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
.sections-wrapper > section {
	width: 1600px;
	height: auto;
	float: left;
	padding: 30px 12px;
}
.sections-wrapper > section.no-padding-bottom {
	padding-bottom: 0;
}
.sections-wrapper > section.no-padding-bottom .padding-fix {
	padding-bottom: 72px;
}
.section-img {
	max-height: 650px;
	margin: 0 auto;
}
.vertical-center {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.section-nav {
	position: fixed;
	bottom: 80px;
	right: 60px;
	z-index: 9;
}
.section-nav a {
	display: block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 36px;
	border-radius: 100%;
	background: #000;
	color: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 6px 10px rgba(0,0,0,.3);
	margin-top: 20px;
}
.section-nav a:hover {
	box-shadow: 0 6px 18px rgba(0,0,0,.13), 0 9px 15px rgba(0,0,0,.3);
}
.section-nav a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: .75;
}
.spacer {
	margin-bottom: 48px;
}

/* ==========================================================================
   10. Widgets
   ========================================================================== */
.instagram {
	text-align: center;
}
.instagram img {
	width: 93px;
	display: inline-block;
	padding: 6px;
}

/* ==========================================================================
   11. Signature
   ========================================================================== */
.signature {
	border-bottom: 2px dashed #232323;
	position: relative;
	margin: 0 18px;
	padding-bottom: 12px;
	margin-bottom: 24px;
}
.signature:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #7c4dff;
	border-radius: 100%;
	position: absolute;
	left: -18px;
	bottom: -7px;
}
.signature:after {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #7c4dff;
	border-radius: 100%;
	position: absolute;
	right: -18px;
	bottom: -7px;
}

/* ==========================================================================
   12. Services
   ========================================================================== */
.service {
	background: #fff;
	text-align: center;
	padding: 48px 0;
	color: #232323;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	margin-bottom: 24px;
}
.service:hover {
	background: #7c4dff;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.service .icon {
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 24px;
}
.service h5 {
	margin-bottom: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.service:hover h5 {
	color: #fff;
}

/* ==========================================================================
   13. Experience
   ========================================================================== */
.experience-block {
	position: relative;
	padding-bottom: 30px;
}
.experience-block .icon {
	display: block;
	width: 78px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	background: #fff;
	border: 5px solid #e5e5e5;
	border-radius: 100%;
	font-size: 36px;
	color: #000;
	position: absolute;
	top: 0;
	left: 30%;
	margin-left: -39px;
	z-index: 2;
}
.experience-block .line {
	display: block;
	height: 100%;
	width: 2px;
	border-left: 2px dashed #4d4d4d;
	position: absolute;
	top: 0;
	left: 30%;
}
.experience-block .meta {
	width: 20%;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	position: relative;
	float: left;
	margin-top: 39px;
}
.experience-block .meta:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 10px 0 0;
	border-color: #7c4dff transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -10px;
}
.experience-block .meta .year {
	display: block;
	background: #7c4dff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 700;
}
.experience-block .meta .company {
	display: block;
	background: #fff;
	color: #232323;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 500;
}
.experience-block .content {
	width: 60%;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	background: #fff;
	position: relative;
	padding: 20px 30px;
	float: right;
	margin-top: 39px;
}
.experience-block .content:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 13px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	left: -10px;
}
.experience-block .content h5 {
	margin-bottom: 6px;
}
.experience-block .content p:last-of-type {
	margin-bottom: 0;
}
/* ==========================================================================
   14. Testimonials
   ========================================================================== */
.testimonial-slider {
	text-align: center;
	font-weight: 500;
	color: #232323;
	margin-top: 24px;
}
.testimonial-slider .image {
	width: 115px;
	height: 115px;
	display: block;
	border: 5px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 20px;
}
.testimonial-slider .image img {
	transform-style: inherit;
}
.testimonial-slider .sep {
	width: 65px;
	height: 3px;
	margin: 0 auto;
	background: #7c4dff;
	margin-bottom: 30px;
	position: relative;
}
.testimonial-slider .sep:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #7c4dff transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
}
.testimonial-slider p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
}
.testimonial-slider .author {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 32px;
	display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 6px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	border-radius: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #7c4dff;
}
.owl-theme .owl-nav {
	margin-top: 0;
}

/* ==========================================================================
   15. Education
   ========================================================================== */
.education {
	padding: 132px 0;
	margin: 72px 0;
}
.education .line {
	border-bottom: 1px dashed #232323;
	position: relative;
	margin: 0 18px;
	padding-bottom: 12px;
	margin-bottom: 24px;
	position: relative;
	top: -1px;
}
.education .line:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #7c4dff;
	border-radius: 100%;
	position: absolute;
	left: -18px;
	bottom: -7px;
}
.education .line:after {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #7c4dff;
	border-radius: 100%;
	position: absolute;
	right: -18px;
	bottom: -7px;
}
.education .item {
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
	color: #232323;
}
.education .item .marker {
	width: 22px;
	height: 22px;
	background: #fff;
	border: 6px solid #7c4dff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -11px;
	box-shadow: 0 2px 6px rgba(0,0,0,.25);
	z-index: 2;
}
.education .item .content {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
	padding: 24px;
	position: absolute;
	top: -132px;
	left: 0;
	right: 0;
	margin: 0 12px;
}
.education .item:nth-child(even) .content {
	top: auto;
	bottom: -132px;
}
.education .item .content:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: transparent transparent transparent #fff;
	box-shadow: -2px 2px 4px rgba(0,0,0,.15);
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.education .item:nth-child(even) .content:after {
	border-width: 0 18px 18px 0;
	border-color: transparent #fff transparent transparent;
	box-shadow: none;
	position: absolute;
	top: -9px;
	bottom: auto;
}
.education .item .content span {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.education .item .content h4 {
	line-height: 26px;
	margin-bottom: 0;
}
.education .item .year {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	position: relative;
	bottom: -44px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.education .item:nth-child(even) .year {
	top: -44px;
	bottom: auto;
}
@media all and (max-width: 768px) {
	.education {
		position: relative;
		padding: 0;
		margin: 18px 0;
		margin-bottom: 42px;
	}
	.education .item {
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}
	.education .item:last-of-type {
		margin-bottom: 0;
	}
	.education .item .content {
		position: static;
	}
	.education .line {
		border-bottom: none;
		border-left: 1px dashed #232323;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 1px;
		margin: 0;
		padding: 0;
	}
	.education .line:before {
		top: -18px;
		bottom: -7px;
		left: -7px;
	}
	.education .line:after {
		right: auto;
		bottom: -18px;
		left: -7px;
	}
	.education .item .content {
		padding: 24px;
		position: static;
		margin: 0;
		margin-left: 36px;
	}
	.education .item .marker {
		position: absolute;
		top: 50%;
		left: 0;
		margin-left: -11px;
		margin-top: -27px;
	}
	.education .item .content:after {
		border-width: 18px 0 0 18px;
		border-color: transparent transparent transparent #fff;
		box-shadow: -1px 2px 2px rgba(0,0,0,.15);
		bottom: auto;
		left: 36px;
		top: 50%;
		margin-top: -25px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.education .item:nth-child(even) .content:after {
		border-width: 18px 0 0 18px;
		border-color: transparent transparent transparent #fff;
		box-shadow: -1px 2px 2px rgba(0,0,0,.15);
		bottom: auto;
		left: 36px;
		top: 50%;
		margin-top: -25px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.education .item .year {
		position: static;
		margin: 0 auto;
		padding-left: 36px;
		margin-top: 6px;
	}
}

/* ==========================================================================
   16. Icon Box
   ========================================================================== */
.icon-box {
	text-align: center;
	margin: 12px 0;
}
.icon-box .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 48px;
	color: #232323;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.25);
	margin-bottom: 24px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.icon-box:hover .icon {
	background: #7c4dff;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.icon-box h6 {
	line-height: 12px;
	margin-bottom: 0;
}

/* ==========================================================================
   19. Error Page
   ========================================================================== */
.error-page {
	text-align: center;
	padding: 72px 0;
}
.error-page .error {
	font-size: 250px;
	line-height: 250px;
	font-weight: 700;
	margin-bottom: 12px;
}
.error-page .details {
	font-size: 16px;
	line-height: 32px;
	color: #232323;
	margin-bottom: 36px;
}
@media all and (max-width: 768px) {
	.error-page .error {
		font-size: 120px;
		line-height: 120px;
	}
}