@charset "UTF-8";

/**
 *	Table Of Content
 *	1. Global
 *		1.1 Basic
 *		1.2 Typography
 *		1.3 Link
 *		1.4 Image
 *		1.5 Form
 *		1.6 Button
 *	2. Header
 *		2.1 Top Header
 *		2.2 Main Branding
 *		2.3 Main Navigation
 *		2.4 Page Title
 *	3. Footer
 *	4. Widget
 *		4.1 About Us
 *		4.2 Newsletter
 *		4.3 Custom Menu
 *		4.4 Search
 *		4.5 Category
 *		4.6 Recent Post
 *	5. Content
 *		5.1 Contact Us Page
 *		5.2 About Us Page
 *		5.3 Blog Page
 *		5.4 Single Blog Page
 *		5.5 Service Page
 *		5.6 Project Page
 *		5.7 Faq Page
 *		5.8 Shortcode Page
 *		5.9 Homepage
 *		5.10 Homepage Two
 *	6. Pagination
 *	7. Comment
 *	8. Mobile Style
 */


/**
 * 1. Global
 */

/**
 * 1.1 Basic
 */
.icon{
	font-size: 32px;
	color:#fff;
}

.icon i{
	padding-right: 30px;
	font-size: 50px;
	padding-bottom: -10px;
}

.space {
	padding-left: 15px;
}
.space img, h3{
	margin-bottom: 17px !important;
}

.little{
	padding-left: 2px;
}

body,
html {
	height: 100%;
}
body {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #7E8284;
	background: #ffffff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.fullwidth {
	position: relative;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
}
.margin-100 {
	margin-bottom: 100px;
}

/**
 * 1.2 Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #464D50;
	margin: 0 0 30px;
}
blockquote {
	color: #FE4689;
	border-width: 2px;
	border-color: #FE4689;
	font-size: 18px;
	line-height: 28px;
	padding: 5px 0 10px 30px;
}

/**
 * 1.3 Link
 */
a {
	color: inherit;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover,
a:focus {
	color: #0ACCB9;
	text-decoration: none;
	outline: 0;
}

/**
 * 1.4 Image
 */
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
figure,
iframe {
	max-width: 100%;
}

/**
 * 1.5 Form
 */
form {
	position: relative;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	position: relative;
	width: 100%;
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 15px;
	background: transparent;
	border: 1px solid #E4EAEC;
	border-radius: 0;
	outline: 0 !important;
	color: #464D50;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
textarea {
	max-width: 100%;
	min-height: 150px;
}

/**
 * 1.6 Button
 */
a.button,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #05CBB8;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: none;
	border: 0;
	outline: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 10px 30px 0 rgba( 5, 203, 184, .32 );
	-moz-box-shadow: 0 10px 30px 0 rgba( 5, 203, 184, .32 );
	box-shadow: 0 10px 30px 0 rgba( 5, 203, 184, .32 );
}
a.button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #05998B;
}

/**
 * 2. Header
 */
 /*
.home-two .site-information {
	background: #8260E3;
	padding: 25px;
}
.home-two .section-phone,
.home-two .section-email {
	position: relative;
	display: inline-block;
}
.home-two .section-phone i,
.home-two .section-email i {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 25px;
	color: #FFFFFF;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.home-two .section-phone small,
.home-two .section-email small {
	display: block;
	font-size: 15px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #D8CAFF;
}
.home-two .section-phone a,
.home-two .section-email a {
	display: block;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1;
	color: #D8CAFF;
}
.home-two .section-phone {
	margin-right: 40px;
}*/
.home-two .information-wrap {
	padding-left: 45px;
}
.home-two .mainbar .row > .col-md-5 {
	position: static;
}

/**
 * 2.1 Top Header
 */
.topbar {
	border-bottom: 1px solid #D9DEEB;
	color: #52555F;
}
.topbar .section-left {
	line-height: 40px;
	font-size: 14px;
}
.topbar .section-right {
	text-align: right;
}
.topbar .section-phone,
.topbar .section-email {
	display: inline-block;
	font-size: 20px;
}
.topbar .section-phone {
	padding: 5px 15px 5px 0;
	border-right: 1px solid #D9DEEB;
}
.topbar .section-email {
	padding: 5px 7px 5px 14px;
}
.topbar .section-phone i,
.topbar .section-email i {
	margin-right: 15px;
}
.topbar .section-phone {
	font-weight: 600;
}
.topbar .section-email {
	font-weight: 300;
}
.topbar a:hover {
	color: #F4BF1E;
}

/**
 * 2.2 Main Header
 */
.site-branding {
	padding: 20px 0;
}
.home-two .site-branding {
	padding: 25px 0;
}
.mainbar {
	position: relative;
}
.mainbar .col-md-8.text-right {
	position: static;
}

/**
 * 2.3 Main Navigation
 */
.home-two .site-navigation {
	margin: 0 -15px;
}
.home-two .main-navigation {
	text-align: right;
}
.main-navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.home-two .main-navigation li {
	padding: 25px 15px;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	padding: 20px 15px;
	font-size: 14px;
	font-weight: 600;
	color: #21243B;
	line-height: 36px;
	text-transform: uppercase;
}
.main-navigation li:first-child {
	padding-left: 0;
}
.main-navigation li:last-child {
	padding-right: 0;
}
.main-navigation li:hover > a,
.main-navigation li > a:focus,
.main-navigation li.current-page-item {
	color: #F4BF1E;
}
.main-navigation .has-sub-menu > ul {
	position: absolute;
	z-index: 2;
	top: 76px;
	right: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1;
	text-align: left;
	background: #F4BF1E;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.main-navigation .has-sub-menu:hover:before {
	content: '';
	position: absolute;
	bottom: -1px;
	border: 8.5px solid #F4BF1E;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.home-two .main-navigation .has-sub-menu:hover:before {
	bottom: 10px;
}
.main-navigation .has-sub-menu:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-navigation .has-sub-menu ul li {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	display: block;
}
.main-navigation .has-sub-menu .sub-menu {
	width: 250px;
	padding: 50px 45px;
	margin: 0;
}
.main-navigation .has-sub-menu .sub-menu li,
.main-navigation .has-sub-menu li:hover > a,
.main-navigation .has-sub-menu li > a:focus {
	color: #FFFFFF;
}
.main-navigation .mega-dropdown {
	position: static;
	text-align: left;
}
.main-navigation li .sub-menu.mega-dropdown-menu {
	left: 0;
	right: auto;
	margin: 0 -20px;
}
.main-navigation li .sub-menu.mega-dropdown-menu > li {
	padding: 0 20px;
}
.main-navigation li .sub-menu.mega-dropdown-menu ul,
.main-navigation li .sub-menu li {
	padding: 0;
}
.main-navigation .has-sub-menu ul li.dropdown-header {
	font-size: 36px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1;
}
.main-navigation .has-sub-menu ul li.dropdown-list,
.main-navigation .has-sub-menu ul:not( .mega-dropdown-menu ) li {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	line-height: 1;
	padding: 0 0 15px 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #f7ce55;
}
.main-navigation .has-sub-menu ul li.dropdown-list:last-child,
.main-navigation .has-sub-menu ul:not( .mega-dropdown-menu ) li:last-child {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 0;
}
.main-navigation .has-sub-menu ul li.dropdown-list a {
	display: block;
	line-height: 1;
}
@media ( min-width: 768px ) {
	.main-navigation li .sub-menu.mega-dropdown-menu {
		width: 750px;
	}
}
@media ( min-width: 992px ) {
	.main-navigation li .sub-menu.mega-dropdown-menu {
		width: 970px;
	}
}
@media ( min-width: 1200px ) {
	.main-navigation li .sub-menu.mega-dropdown-menu {
		width: 1170px;
	}
}

/**
 * 2.4 Page Title
 */
.site-page-title {
	position: relative;
	min-height: 298px;
	overflow: hidden;
	background-size: cover;
}
.site-page-title-content {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 0, 0, 0, .4 );
	color: #FFFFFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.site-page-title-content .subtitle {
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.site-page-title-content .title {
	font-family: 'Muli', sans-serif;
	font-size: 70px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -2px;
}

/**
 * 3. Footer
 */
.site-footer {
	padding: 100px 0 120px;
	background: #2C323E;
	font-size: 18px;
	color: #8F97A6;
}
.site-footer .widget-title {
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
}
.site-footer .site-copyright {
	border-top: 1px solid #414755;
	padding-top: 35px;
	margin-top: 75px;
}

/**
 * 4. Widget
 */
.widget {
	margin-bottom: 95px;
}
.widget.archiplus-widget-search {
	margin-bottom: 35px;
}
.widget:last-child {
	margin-bottom: 0;
	margin-top:0px;
}
.widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hide-title .widget-title {
	color: transparent;
}
.widget-area .widget-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	line-height: 1;
	color: #464D50;
	margin-bottom: 25px;
}

/**
 * 4.1 About Us
 */
.archiplus-about-us img {
	margin-bottom: 30px;
}
.archiplus-about-us .widget-title {
	line-height: 33px;
	margin-bottom: 0;
}
.archiplus-about-us p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 33px;
}
.archiplus-about-us .social-icons:before,
.archiplus-about-us .social-icons:after {
	content: '';
	display: table;
}
.archiplus-about-us .social-icons:after {
	clear: both;
}
.archiplus-about-us .social-icons li {
	float: left;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 100%;
	margin-top: 35px;
	margin-right: 15px;
}
.archiplus-about-us .social-icons li a {
	display: block;
}
.archiplus-about-us .social-icons li:hover a {
	color: #FFFFFF;
}
.archiplus-about-us .social-icons li.twitter {
	background: #1AA9E1;
}
.archiplus-about-us .social-icons li.facebook {
	background: #3B5A9A;
}
.archiplus-about-us .social-icons li.googleplus {
	background: #CB3E2D;
}

/**
 * 4.2 Newsletter
 */
.archiplus-newsletter p {
	margin-bottom: 0;
	font-size: 16px;
}
.archiplus-newsletter form {
	position: relative;
	margin-top: 30px;
}
.archiplus-newsletter input[type='email'] {
	border-radius: 30px;
	border-color: #414755;
	padding: 15px 20px;
}
.archiplus-newsletter button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 0 30px;
	-webkit-webkit-box-shadow: none;
	-moz-webkit-box-shadow: none;
	box-shadow: none;
}
.archiplus-widget-newsletter {
	padding: 30px 30px 50px;
	background-image: url( ../img/newsletter-bg.jpg );
	text-align: center;
	color: #FFFFFF;
}
.archiplus-widget-newsletter .widget-title {
	color: #FFFFFF;
	margin: 10px 0 20px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
}
.archiplus-widget-newsletter .subtitle {
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 40px;
}
.archiplus-widget-newsletter input[type="text"],
.archiplus-widget-newsletter input[type="email"] {
	margin-bottom: 5px;
	border-radius: 30px;
	padding-left: 50px;
}
.archiplus-widget-newsletter input[type="text"] {
	background: #FFFFFF url( ../img/people-icon.png ) no-repeat 20px 17px;
}
.archiplus-widget-newsletter input[type="email"] {
	background: #FFFFFF url( ../img/mail-icon.png ) no-repeat 20px;
}
.archiplus-widget-newsletter input[type="submit"] {
	background: #FF69A0;
	margin-top: 30px;
	width: 100%;
	border-radius: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 10px 30px 0 rgba( 67, 22, 39, .32 );
	-moz-box-shadow: 0 10px 30px 0 rgba( 67, 22, 39, .32 );
	box-shadow: 0 10px 30px 0 rgba( 67, 22, 39, .32 );
}



/**
 * 4.3 Custom Menu
 */
.archiplus-custom-menu li {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1;
}
.archiplus-custom-menu li:last-child {
	margin-bottom: 0;
}

/**
 * 4.4 Search
 */
.archiplus-widget-search input[type="search"] {
	border: 2px solid #E4EAEC;
	border-radius: 30px;
	font-size: 16px;
	padding: 15px 32px;
}
.archiplus-widget-search button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 0 26px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/**
 * 4.5 Category
 */
.archiplus-widget-category li {
	position: relative;
	border-bottom: 1px solid #E4EAEC;
	padding: 15px 0;
	line-height: 1;
}
.archiplus-widget-category li:first-child {
	padding-top: 0;
}
.archiplus-widget-category li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.archiplus-widget-category li:before {
	content: '\f178';
	color: #05CBB8;
	display: inline-block;
	margin-right: 20px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * 4.6 Recent Post
 */
.archiplus-widget-post .type-post {
	margin-bottom: 45px;
}
.archiplus-widget-post .entry-image {
	margin-bottom: 25px;
}
.archiplus-widget-post .entry-title {
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	margin-bottom: 20px;
}
.archiplus-widget-post .entry-summary {
	font-size: 16px;
	color: #7E8284;
	line-height: 28px;
}
.archiplus-widget-post .owl-nav [class*="owl-"] {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
	background: #2C323E;
	display: inline-block;
}
.archiplus-widget-post .owl-nav .owl-prev:hover,
.archiplus-widget-post .owl-nav .owl-next:hover {
	background: #05CBB8;
}
.archiplus-widget-post .owl-dots:before,
.archiplus-widget-post .owl-dots:after {
	content: '';
	display: table;
}
.archiplus-widget-post .owl-dots:after {
	clear: both;
}
.archiplus-widget-post .owl-dot {
	width: 12px;
	height: 12px;
	border: 2px solid #05CBB8;
	border-radius: 100%;
	float: left;
	margin: 0 4px;
}
.archiplus-widget-post .owl-dot.active {
	border-color: #8260E3;
	background: #8260E3;
}
.archiplus-widget-post .owl-dot:first-child {
	margin-left: 0;
}
.archiplus-widget-post .owl-dot:last-child {
	margin-right: 0;
}
.archiplus-widget-post .owl-dots {
	float: left;
	margin-top: 13px;
}
.archiplus-widget-post .owl-nav {
	float: right;
}
.recent-post-carousel:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e4eaec;
}
.recent-post-carousel:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: -38px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e4eaec;
	clear: both;
}


/**
 * 5. Content
 */
.site-content {
	padding: 10px 0;
}
.home-two .site-content {
	overflow-x: hidden;
}

/**
 * 5.1 Contact Us Page
 */
.page-contact-us {
	overflow-x: hidden;
}
.archiplus-contact-map {
	height: 500px;
}
.archiplus-contact {
	margin-top: 100px;
	background: #FE4C8D;
	color: #FFFFFF;
	padding: 10px;
}
.archiplus-contact .wrapper {
	border: 1px solid #FF7FAE;
}
.archiplus-contact .wrapper:before,
.archiplus-contact .wrapper:after,
.archiplus-contact-address:before,
.archiplus-contact-address:after {
	content: '';
	display: table;
}
.archiplus-contact .wrapper:after,
.archiplus-contact-address:after {
	clear: both;
}
.archiplus-contact-follow {
	float: left;
	width: 41.66666667%;
	padding: 60px;
}
.archiplus-contact-address {
	float: left;
	padding: 60px;
	width: 58.33333333%;
	border-left: 1px solid #FF7FAE;
}
.archiplus-contact-address .left,
.archiplus-contact-address .right {
	float: left;
	width: 50%;
}
.archiplus-contact-address .right {
	line-height: 182px;
	text-align: center;
}
.archiplus-contact h3 {
	font-size: 28px;
	line-height: 1;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.archiplus-contact-follow ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.archiplus-contact-follow ul:before,
.archiplus-contact-follow ul:after {
	content: '';
	display: table;
}
.archiplus-contact-follow ul:after {
	clear: both;
}
.archiplus-contact-follow li {
	float: left;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
	background: #FF639C;
	margin-right: 5px;
}
.archiplus-contact-follow li:last-child {
	margin-right: 0;
}
.archiplus-contact-address p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
}
.archiplus-contact-address p a {
	color: inherit;
}
.archiplus-contact-address p span {
	font-size: 22px;
}
.archiplus-contact-address p span strong {
	font-weight: 500;
}
.archiplus-contact-address button {
	border: 2px solid #FFFFFF;
	background: transparent;
	padding: 20px 35px;
	font-weight: 600;
	border-radius: 30px;
	line-height: 1;
	-webkit-box-shadow: none;
	-moz-webkit-box-shadow: none;
	box-shadow: none;
}
.archiplus-contact-mail {
	margin-bottom: 100px;
}
.archiplus-contact-mail .title {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #464D50;
	line-height: 1.2;
	letter-spacing: -2px;
}
.archiplus-contact-mail .subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #848D91;
	line-height: 1;
}
.archiplus-contact-mail form {
	margin: 40px -15px 0;
}
.archiplus-contact-mail label,
.archiplus-contact-mail input {
	color: #464D50;
	text-transform: uppercase;
}
.archiplus-contact-mail input,
.archiplus-contact-mail textarea {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.archiplus-contact-mail label {
	float: left;
	line-height: 52px;
}
.archiplus-contact-mail .name input {
	width: 408.8px;
	margin-left: 15px;
}
.archiplus-contact-mail .place input {
	width: 466.1px;
	margin-left: 15px;
}
.archiplus-contact-mail .phone input {
	width: 280px;
	margin-left: 15px;
}
.archiplus-contact-mail .email input {
	width: 456px;
	margin-left: 15px;
}
.archiplus-contact-mail p.message {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.archiplus-contact-mail .message textarea {
	width: 1017px;
	margin-left: 15px;
	min-height: auto;
}
.archiplus-contact-mail button {
	margin-top: 45px;
	padding: 20px 50px;
	border-radius: 30px;
}
.archiplus-contact-mail p:not( .text-center ):not( .message ) {
	float: left;
	width: 50%;
	padding: 0 15px;
}
@media only screen and ( max-width: 1366px ) {
	.archiplus-contact-follow li {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1em;
		margin-bottom: 5px;
	}
	.archiplus-contact-follow {
		width: 35%;
		padding: 60px 40px;
	}
	.archiplus-contact-address {
		padding: 60px 40px;
		width: 65%;
	}
	.home-two .main-navigation li {
		padding: 25px 8px;
	}
}

/**
 * 5.2 About Us Page
 */
.page-about-us .site-content {
	overflow-x: hidden;
	padding: 0;
}
.page-about-us .archiplus-about-content {
	margin-bottom: 0;
}
.archiplus-about-content {
	margin-bottom: 100px;
	padding: 10px;
}
.archiplus-about-content .title {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #464D50;
	line-height: 1.2;
	letter-spacing: -2px;
}
.archiplus-about-content .subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #848D91;
	line-height: 1;
	margin-bottom: 30px;
}
.archiplus-about-content p {
	line-height: 28px;
}
.archiplus-about-medal {
	margin-top: 30px;
	border: 1px solid #E9EBEF;
}
.archiplus-about-medal .col-md-6 {
	padding: 20px 40px;
}
.archiplus-about-medal .border-right {
	border-left: 1px solid #E9EBEF;
}
.archiplus-about-medal img {
	position: absolute;
}
.archiplus-about-medal span {
	display: block;
	color: #464D50;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 80px;
}
.archiplus-about-featured {
	position: relative;
}
.archiplus-about-wrapper {
	position: absolute;
	left: 50%;
	bottom: 90px;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.archiplus-featured-item {
	position: relative;
	background: #FFFFFF;
	width: 600px;
	padding: 10px;
	margin: 0 auto;
}
.archiplus-featured-item .wrapper {
	padding: 45px 40px;
	border: 1px solid #EAEAEA;
}
.archiplus-featured-item .avatar {
	position: absolute;
	bottom: 60px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
}
.archiplus-featured-item .content {
	padding-left: 100px;
}
.archiplus-featured-item .content p {
	margin-bottom: 0;
}
.archiplus-featured-item .title {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #464D50;
	line-height: 1.2;
	letter-spacing: -2px;
}
.archiplus-featured-item .subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #848D91;
	line-height: 1;
	margin-bottom: 30px;
}
.archiplus-featured-carousel .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.archiplus-featured-carousel .owl-nav .owl-prev {
	left: 160px;
}
.archiplus-featured-carousel .owl-nav .owl-next {
	right: 160px;
}
.archiplus-about-team {
	margin-top: 100px;
}
.archiplus-about-team .title {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #464D50;
	line-height: 1.2;
	letter-spacing: -2px;
}
.archiplus-about-team .subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #848D91;
	line-height: 1;
	margin-bottom: 35px;
}
.archiplus-about-team .avatar {
	border: 1px solid #E9EBEF;
}
.archiplus-about-team .owl-item .archiplus-about-team-item {
	opacity: .3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.archiplus-about-team .owl-item.active .archiplus-about-team-item {
	opacity: 1;
}
.archiplus-about-team-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.archiplus-about-team-item ul li {
	display: inline-block;
	margin: 0 10px;
}
.archiplus-about-team-item .content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 30px;
	color: #FFFFFF;
	background: rgba( 130, 96, 227, .9 );
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.archiplus-about-team-item:hover .content {
	opacity: 1;
	visibility: visible;
}
.archiplus-about-team-item .content .name {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}
.archiplus-about-team-item .content p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.archiplus-about-team-item .iconic {
	position: absolute;
	left: 50%;
	bottom: -22.5px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100%;
	text-align: center;
	background: #FE4C8D;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.archiplus-about-team-item .iconic .vertical {
	display: block;
	width: 1px;
	height: 19px;
	background: #FFFFFF;
	margin: 12px auto;
}
.archiplus-about-team-item .iconic .horizontal {
	display: block;
	width: 19px;
	height: 1px;
	background: #FFFFFF;
	margin: -21px auto;
}
.archiplus-about-team-item:hover .iconic .vertical {
	display: none;
}
.archiplus-about-team-item:hover .iconic .horizontal {
	margin: 22px auto;
}
.archiplus-about-team-carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.archiplus-about-team a.button {
	margin-top: 65px;
	padding: 20px 25px;
	border-radius: 30px;
}
.archiplus-about-testimonial {
	position: relative;
	margin: 100px 0 0;
	padding: 100px 0;
	color: #FFFFFF;
	background: url( ../img/testimonial-banner.jpg ) no-repeat center;
	background-size: cover;
}
.archiplus-about-testimonial .title {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	line-height: 1.2;
	letter-spacing: -2px;
}
.archiplus-about-testimonial .subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 35px;
}
.archiplus-testimonial-carousel {
	padding: 0 10px 0 70px;
}
.archiplus-testimonial-item {
	margin-bottom: 35px;
}
.archiplus-testimonial-item p {
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
}
.archiplus-testimonial-item .description {
	position: relative;
	margin-top: 55px;
	padding-top: 15px;
}
.archiplus-testimonial-item .description:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 2px;
	background: #FFFFFF;
}
.archiplus-testimonial-item .description .name {
	display: block;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 10px;
}
.archiplus-testimonial-item .description .role {
	display: block;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
}
.archiplus-testimonial-carousel .owl-dots.disabled {
	display: block;
}
.archiplus-testimonial-carousel .owl-dots:before,
.archiplus-testimonial-carousel .owl-dots:after {
	content: '';
	display: table;
}
.archiplus-testimonial-carousel .owl-dots:after {
	clear: both;
}
.archiplus-testimonial-carousel .owl-dot {
	float: left;
	width: 11px;
	height: 11px;
	background: #81F2E7;
	border-radius: 100%;
	margin-right: 5px;
}
.archiplus-testimonial-carousel .owl-dot.active {
	background: #00433C;
}
@media only screen and ( max-width: 1366px ) {
	.archiplus-featured-carousel .owl-nav .owl-prev {
		left: 60px;
	}
	.archiplus-featured-carousel .owl-nav .owl-next {
		right: 60px;
	}
}


/**
 * 5.3 Blog Page
 */
.blog .content-area .col-md-9 > .title {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	line-height: 1.2;
	letter-spacing: -2px;
	color: #464D50;
}
.blog .content-area .col-md-9 > .subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	color: #848D91;
	margin-bottom: 25px;
}
.blog .content-area .type-post {
	margin-bottom: 100px;
}
.blog .content-area .type-post .entry-image {
	margin-bottom: 50px;
}
.blog .content-area .type-post .entry-title {
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #464D50;
	margin-bottom: 25px;
	line-height: 1;
}
.blog .content-area .type-post .entry-title.hide-title {
	display: none;
}
.blog .content-area .type-post .entry-summary p {
	line-height: 28px;
}
.blog .content-area .type-post .entry-summary .button {
	border-radius: 30px;
	padding: 20px 35px;
	line-height: 1;
	margin-top: 40px;
}
.entry-meta {
	position: relative;
}
.entry-meta .avatar {
	margin: 45px 0 100px;
}
.entry-meta .avatar img {
	border-radius: 100%;
}
.entry-published.big,
.entry-published.medium {
	position: absolute;
	right: 0;
	background: #FE4C8D;
	color: #FFFFFF;
}
.entry-published.big {
	top: 90px;
	padding: 3px 10px;
	font-size: 34px;
	line-height: 1;
}
.entry-published.medium {
	top: 132px;
	font-size: 16px;
	padding: 5px;
	line-height: 1;
}
.entry-meta .name,
.entry-meta .name strong {
	color: #464D50;
	font-size: 16px;
	line-height: 1;
}
.entry-meta .name strong {
	text-transform: uppercase;
}
.entry-image {
	position: relative;
}
.entry-image a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
}
.entry-image a:hover {
	border-radius: 100%;
	-webkit-box-shadow: 0 0 3px 5px rgba( 250, 72, 72, .5 );
	-moz-box-shadow: 0 0 3px 5px rgba( 250, 72, 72, .5 );
	box-shadow: 0 0 3px 5px rgba( 250, 72, 72, .5 );
}
.entry-image i {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	color: #FFFFFF;
	background: #FA4848;
	text-align: center;
	font-size: 14px;
	border-radius: 100%;
}
.format-quote .entry-summary {
	position: relative;
	padding: 65px;
	background: #8260E3;
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
}
.format-quote .entry-summary:before,
.format-quote .entry-summary:after {
	content: '“';
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 48px;
	font-weight: 800;
}
.format-quote .entry-summary:before {
	top: 35px;
	left: 35px;
}
.format-quote .entry-summary:after {
	bottom: 40px;
	right: 40px;
	-webkit-transform: rotate( 180deg );
	-moz-transform: rotate( 180deg );
	transform: rotate( 180deg );
}
.blog .content-area .format-quote .entry-summary p {
	line-height: 33px;
	margin-bottom: 0;
}

/**
 * 5.4 Single Blog Page
 */
.single-blog .entry-summary .row {
	margin-top: 50px;
}
.single-blog .entry-summary blockquote {
	margin-top: 50px;
}
.single-blog .entry-summary .row p {
	margin-top: 5px;
	margin-bottom: 0;
}
.single-blog .entry-share {
	float: left;
}
.single-blog .entry-pagination {
	float: right;
	margin-top: 6px;
}
.single-blog .entry-share span,
.single-blog .entry-share li {
	display: inline-block;
}
.single-blog .entry-share span {
	font-size: 20px;
	line-height: 1;
	color: #464D50;
}
.single-blog .entry-share ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.single-blog .entry-share li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	margin: 0 3px;
}
.single-blog .entry-share li.facebook a {
	background: #3B5998;
	color: #FFFFFF;
}
.single-blog .entry-share li.twitter a {
	background: #55ACEE;
	color: #FFFFFF;
}
.single-blog .entry-share li.googleplus a {
	background: #DD4B39;
	color: #FFFFFF;
}
.single-blog .entry-meta-bottom {
	margin-top: 80px;
	border-top: 1px solid #E4EAEC;
	border-bottom: 1px solid #E4EAEC;
	padding: 12px 0;
}
.single-blog .entry-pagination div {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	padding: 0 20px;
}
.single-blog .entry-pagination .next {
	border-left: 1px solid #E4EAEC;
}
.single-blog .featured-video {
	position: relative;
}
.single-blog .featured-video img {
	width: 100%;
}
.single-blog .featured-video a {
	position: absolute;
	left: 9px;
	bottom: 9px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #FF5152;
	background: #FFFFFF;
	text-align: center;
}
.single-blog .video-player {
	position: fixed;
	display: none;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 27, 27, 27, 0.5 );
}
.single-blog .video-player a {
	position: absolute;
	top: -50px;
	right: 15px;
	z-index: 3;
	font-size: 30px;
	line-height: 1;
	color: #FFFFFF;
}
.single-blog .video-player .container {
	position: relative;
}
.video-player-wrapper {
	padding: 90px 0;
}

/**
 * 5.5 Service Page
 */
.page-services .archiplus-about-featured {
	margin-bottom: -100px;
}
.page-services .site-content .title {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #464D50;
	line-height: 1.2;
	letter-spacing: -2px;
}
.page-services .site-content .subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Muli', sans-serif;
	color: #848D91;
	line-height: 1;
}
.page-services .service-wrapper {
	margin: 40px 0 100px;
}
.type-service .entry-content {
	position: relative;
	padding: 40px;
	background: #FFFFFF;
	border: 1px solid #E9EBEF;
	text-align: center;
	max-width: 390px;
	min-height: 318px;
}
.type-service .entry-content:after {
	content: '';
	border: 30px solid #FFFFFF;
	position: absolute;
	z-index: 1;
}
.type-service:nth-child(1) .entry-content:after,
.type-service:nth-child(4) .entry-content:after {
	top: 50%;
	right: -60px;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.type-service:nth-child(3) .entry-content:after,
.type-service:nth-child(6) .entry-content:after {
	top: 50%;
	left: -60px;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-bottom-color: transparent !important;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.type-service:nth-child(2) .entry-content:after,
.type-service:nth-child(5) .entry-content:after {
	bottom: -60px;
	left: 50%;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.type-service:hover .entry-content {
	background: #8260E3;
	border-color: #8260E3;
}
.type-service:hover .entry-content:after {
	border-color: #8260E3;
}
.type-service:hover .entry-content h4,
.type-service:hover .entry-content p {
	color: #FFFFFF;
}
.type-service:hover .entry-content img {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	filter: invert(1);
}
.type-service .entry-content h4 {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin: 20px 0 30px;
}
.type-service .entry-content p {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
.type-service:before,
.type-service:after {
	content: '';
	display: table;
}
.type-service:after {
	clear: both;
}
.type-service .entry-image,
.type-service .entry-content {
	float: left;
}
.type-service:nth-child(2) .entry-image,
.type-service:nth-child(2) .entry-content,
.type-service:nth-child(5) .entry-image,
.type-service:nth-child(5) .entry-content {
	float: none;
}
.type-service:nth-child(1),
.type-service:nth-child(3),
.type-service:nth-child(4),
.type-service:nth-child(6) {
	width: 780px;
	float: left;
}
.type-service:nth-child(2),
.type-service:nth-child(5) {
	width: 390px;
	float: left;
}
@media ( min-width: 768px ) {
	.page-services .service-wrapper {
		width: 750px;
	}
}
@media ( min-width: 992px ) {
	.page-services .service-wrapper {
		width: 970px;
	}
}
@media ( min-width: 1200px ) {
	.page-services .service-wrapper {
		width: 1170px;
	}
}
.single-services .type-service {
	float: none;
	width: 100%;
	margin: 40px 0 0;
}
.single-services .type-service .entry-content {
	margin-top: -190px;
	background: #8260E3;
	border-color: #8260E3;
	color: #FFFFFF;
	max-width: 571px;
	padding: 70px 40px;
}
.single-services .type-service .entry-content .button {
	border: 2px solid #FFFFFF;
	background: transparent;
	padding: 18px 27px;
	border-radius: 30px;
	margin-top: 45px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-services .type-service .entry-content .button .fa {
	margin-left: 27px;
}
.single-services .type-service .entry-content h4 {
	color: #FFFFFF;
}
.single-services .type-service .entry-content img {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	filter: invert(1);
}
.single-services .type-service .entry-content:after {
	border-color: #8260E3;
	top: -60px;
	left: 50%;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: #8260E3 !important;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.service-info {
	padding: 70px 0 0;
}
.service-info .top,
.service-info .bottom {
	position: relative;
}
.service-info .top {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #EAEAEA;
}
.service-info .top img,
.service-info .bottom img {
	position: absolute;
	top: 5px;
	left: 40px;
}
.service-info .top .wrapper,
.service-info .bottom .wrapper {
	padding-left: 110px;
}
.service-info .top .wrapper small,
.service-info .bottom .wrapper small {
	display: block;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #424242;
	margin-bottom: 10px;
}
.service-info .top .wrapper a,
.service-info .bottom .wrapper a {
	display: block;
	font-size: 35px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #424242;
}
.archiplus-featured-service {
	background: #2EB8AB;
	padding: 100px 0;
	color: #FFFFFF;
}
.archiplus-featured-service .left .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 10px;
	color: inherit;
}
.archiplus-featured-service .left .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 10px;
	color: inherit;
	margin-bottom: 40px;
}
.archiplus-featured-service .left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.archiplus-featured-service .left li {
	line-height: 1;
	margin-bottom: 25px;
}
.archiplus-featured-service .left li:last-child {
	margin-bottom: 0;
}
.archiplus-featured-service .left i {
	margin-right: 35px;
}
.archiplus-featured-service .right {
	margin-top: 20px;
}
.archiplus-featured-service .right .avatar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 85px 30px 85px 0;
	border-right: 1px solid #18968A;
}
.archiplus-featured-service .right .avatar:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	border: 7.5px solid #18968A;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.archiplus-featured-service .right .avatar:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -14px;
	border: 7.5px solid #2EB8AB;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.archiplus-featured-service .right .avatar img {
	border-radius: 100%;
	border: 4px solid #FFFFFF;
	width: 62px;
	height: 62px;
}
.archiplus-featured-service .right .content {
	display: inline-block;
	vertical-align: middle;
	padding-top: 50px;
	width: 517px;
	padding-left: 40px;
}
.archiplus-featured-service .right .content:before {
	content: '“';
	position: absolute;
	top: 25px;
	font-family: 'Gill Sans', sans-serif;
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
	color: #1C8278;
}
.archiplus-featured-service .right .content:after {
	content: '“';
	position: absolute;
	bottom: 0;
	right: 90px;
	font-family: 'Gill Sans', sans-serif;
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
	color: #1C8278;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
}
.archiplus-featured-service .right .content p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	color: #BCF5F0;
	margin-bottom: 40px;
}
.archiplus-featured-service .right .content span {
	display: block;
	font-size: 15px;
	line-height: 1;
}
.archiplus-featured-service .right .content .name {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.archiplus-featured-service .right .content .role {
	color: #135D56;
}
.archiplus-related-service {
	padding: 100px 0;
}
.archiplus-related-service .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 0;
	color: #464D50;
}
.archiplus-related-service .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 10px;
	color: #848D91;
	margin-bottom: 30px;
}
.related-service .entry-image {
	margin-bottom: 45px;
}
.related-service .entry-wrapper {
	position: relative;
}
.related-service .entry-wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	height: 33px;
}
.related-service .entry-content {
	padding-left: 60px;
}
.related-service .entry-title {
	font-style: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1;
	color: #000000;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.related-service .entry-content p {
	font-size: 16px;
	line-height: 28px;
	color: #7E8284;
	margin-bottom: 0;
}

/**
 * 5.6 Project Page
 */
.page-projects .site-content {
	margin-bottom: -100px;
}
.archiplus-project-content .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	line-height: 1.2;
	margin-bottom: 0;
	color: #464D50;
}
.archiplus-project-content .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 10px;
	color: #848D91;
	margin-bottom: 40px;
}
.archiplus-project-content {
	margin-bottom: 70px;
}
.type-project {
	position: relative;
	margin-bottom: 30px;
}
.type-project .entry-title {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	line-height: 1;
}
.type-project .hover-content {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	padding: 20px;
	color: #FFFFFF;
	background: #F4BF1E;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.type-project:hover .hover-content {
	opacity: 1;
	visibility: visible;
}
.type-project .hover-content .entry-title {
	color: #FFFFFF;
	text-align: left;
}
.type-project .entry-content .hover-content:before {
	content: '';
	position: absolute;
	top: -28px;
	left: 50%;
	border: 15px solid #F4BF1E;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.type-project .hover-content p {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 28px;
	color: #ffffFF;
	margin: 10px 0 20px;
}
.type-project .hover-content .top,
.type-project .hover-content .bottom {
	position: relative;
}
.type-project .hover-content .top {
	margin-bottom: 40px;
}
.type-project .hover-content small {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #E1D6FF;
	line-height: 1;
	text-transform: uppercase;
}
.type-project .hover-content a:not( .button ) {
	display: block;
	font-family: 'Muli', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.type-project .hover-content a.button {
	padding: 18px 27px;
	border: 2px solid #FFFFFF;
	border-radius: 30px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.type-project .hover-content a.button i {
	margin-left: 30px;
}
.type-project .project-contact {
	margin: 30px 0 55px;
}
.type-project .project-contact img {
	position: absolute;
	top: 0;
	left: 0;
}
.type-project .project-contact .contact-wrapper {
	padding-left: 60px;
}
.type-project .entry-content {
	position: relative;
	padding: 40px;
	-webkit-box-shadow: 0 10px 10px -6px rgba( 0, 0, 0, .1 );
	-moz-box-shadow: 0 10px 10px -6px rgba( 0, 0, 0, .1 );
	box-shadow: 0 10px 10px -6px rgba( 0, 0, 0, .1 );
}
.type-project .entry-content:before {
	content: '';
	position: absolute;
	top: -28px;
	left: 50%;
	border: 15px solid #FFFFFF;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.single-project .type-project .entry-image {
	margin-bottom: 60px;
}
.single-project .type-project .entry-content {
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-project .type-project .entry-content:before {
	display: none;
}
.single-project .type-project .entry-title {
	text-align: left;
	margin-bottom: 30px;
}
.single-project .type-project .project-contact {
	color: #FFFFFF;
	background: #8260E3;
	margin: 70px 0;
	padding: 10px;
}
.single-project .project-contact .wrapper:before,
.single-project .project-contact .wrapper:after {
	content: '';
	display: table;
}
.single-project .project-contact .wrapper:after {
	clear: both;
}
.single-project .type-project .project-contact .wrapper {
	border: 1px solid #9375EA;
}
.type-project .project-contact .contact-wrapper {
	padding-left: 50px;
}
.single-project .type-project .project-contact .top,
.single-project .type-project .project-contact .bottom {
	position: relative;
	float: left;
}
.single-project .type-project .project-contact .top {
	margin: 34px 20px 34px 40px;
}
.single-project .type-project .project-contact .bottom {
	margin: 34px 10px;
}
.single-project .type-project .project-contact .left {
	font-size: 21px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	padding: 34px 30px;
	color: #FFFFFF;
	float: left;
	width: 153px;
	border-right: 1px solid #9375EA;
}
.single-project .type-project .project-contact small {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #E1D6FF;
	line-height: 1;
	text-transform: uppercase;
}
.single-project .type-project .project-contact a {
	display: block;
	font-family: 'Muli', sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.single-project .type-project p {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 28px;
	color: #7E8284;
	margin-bottom: 0;
}
.single-project .row .col-md-4 img {
	margin-bottom: 30px;
}
.single-project .col-md-4 .row > .col-md-6:first-child {
	margin-top: 80px;
}
@media only screen and ( max-width: 1366px ) {
	.type-project .hover-content a:not( .button ) {
		font-size: 18px;
	}
	.type-project .hover-content a.button {
		letter-spacing: 0;
	}
	.type-project .hover-content a.button i {
		margin-left: 20px;
	}
}

/**
 * 5.7 Faq Page
 */
.page-faq .content-area .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 5px;
	color: #464D50;
}
.page-faq .content-area .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 10px;
	color: #848D91;
	margin-bottom: 40px;
}
.page-faq .widget {
	margin-bottom: 10px;
}
.widget .archiplus-tab-nav {
	list-style-type: none;
	padding: 30px;
	margin: 0;
	text-align: center;
	background: #FE4C8D;
}
.archiplus-tab-nav li {
	margin-bottom: 20px;
}
.archiplus-tab-nav li:last-child {
	margin-bottom: 0;
}
.archiplus-tab-nav a {
	width: 213px;
	height: 50px;
	line-height: 28px;
	background: transparent;
	border: 1px solid #FF69A0;
	border-radius: 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.archiplus-tab-nav a:hover {
	border-color: #FF69A0;
	background: #FF69A0;
	-webkit-box-shadow: 0 5px 10px 0 rgba( 0, 0, 0, 0.2 );
	-moz-box-shadow: 0 5px 10px 0 rgba( 0, 0, 0, 0.2 );
	box-shadow: 0 5px 10px 0 rgba( 0, 0, 0, 0.2 );
}
.question-wrapper {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #E1E1E1;
}
.question-wrapper:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.question-wrapper i {
	color: #05CBB8;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 19px;
	line-height: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.question-wrapper:hover i {
	color: #FE4C8D;
}
.question-content {
	padding-left: 40px;
}
.question-content h4 {
	font-size: 19px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}
.question-content p {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #7E8284;
	line-height: 28px;
	margin-bottom: 0;
}
:not(#tab-1).archiplus-tab-panel {
	display: none;
}
.widget-call-us {
	background: url( ../img/callus-bg.jpg ) no-repeat center;
	padding: 125px 30px 30px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.widget-call-us small {
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	display: block;
}
.widget-call-us span {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	display: block;
}
.widget-call-us a {
	font-size: 32px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	display: block;
}

/**
 * 5.8 Shortcode Page
 */
.page-shortcodes .site-content .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 5px;
	color: #464D50;
}
.page-shortcodes .site-content .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	margin-bottom: 10px;
	color: #848D91;
	margin-bottom: 40px;
}
.shortcode-title {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #464D50;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.accordion > h4,
.toggle h4 {
	position: relative;
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #464D50;
	line-height: 1;
	margin-bottom: 0;
	outline: 0 !important;
	padding: 20px 24px;
	background: transparent;
	border: 1px solid #E2E4E7;
	margin-bottom: 10px;
	cursor: pointer;
}
.toggle h4 i {
	position: absolute;
	top: 20px;
	right: 24px;
}
.toggle .active h4 i:before {
	content: '\f077';
}
.accordion > h4.ui-accordion-header-active,
.toggle .toggle-wrapper.active h4 {
	color: #FFFFFF;
	border-color: #05CBB8;
	background: #05CBB8;
	margin-bottom: 0;
}
.accordion > h4:before,
.accordion > h4:after {
	content: '';
	display: block;
	position: absolute;
	background: #E2E4E7;
}
.accordion > h4:before {
	width: 14px;
	height: 1px;
	top: 26.5px;
	right: 24px;
}
.accordion > h4:after {
	width: 1px;
	height: 14px;
	top: 20px;
	right: 30.5px;
}
.accordion > h4.ui-accordion-header-active:before {
	background: #FFFFFF;
}
.accordion > h4.ui-accordion-header-active:after,
.toggle .toggle-wrapper:not( .active ) div {
	display: none;
}
.accordion > div,
.toggle .toggle-wrapper	div {
	margin-bottom: 10px;
	border: 1px solid #E2E4E7;
	padding: 30px 25px;
}
.accordion > div p:last-child,
.toggle .toggle-wrapper	div p:last-child {
	margin-bottom: 0;
}
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
	padding: 23.5px 28px;
	line-height: 1;
}
.bg-success {
	color: #3C7677;
	border: 1px solid #D6E9C6;
}
.bg-info {
	color: #31708F;
	border: 1px solid #BCE8F1;
}
.bg-warning {
	color: #8A6D3B;
	border: 1px solid #FAEBCC;
}
.bg-danger {
	color: #B64D42;
	border: 1px solid #EBCCD1;
}
.social-media {
	list-style-type: none;
	padding: 0;
	margin: 0 0 23px;
}
.social-media:last-child {
	margin-bottom: 0;
}
.social-media:before,
.social-media:after {
	content: '';
	display: table;
}
.social-media:after {
	clear: both;
}
.social-media li {
	float: left;
	color: #FFFFFF;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	margin-right: 23px;
}
.social-media li:last-child {
	margin-right: 0;
}
.social-media li.twitter {
	background: #00ACEE;
}
.social-media li.facebook {
	background: #3B5998;
}
.social-media li.google-plus {
	background: #DD4B39;
}
.social-media li.linkedin {
	background: #0E76A8;
}
.social-media li.vimeo {
	background: #00AFF0;
}
.social-media li.dribbble {
	background: #EA4C89;
}
.social-media.rounded li {
	border-radius: 100%;
}
.button-shortcodes {
	margin-bottom: 30px;
}
.button-shortcodes:last-child {
	margin-bottom: 0;
}
.button-shortcodes .button {
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	margin-right: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button-shortcodes.rounded .button {
	border-radius: 30px;
}
.button-shortcodes .button:last-child {
	margin-right: 0;
}
.button-shortcodes .button.transparent {
	background: transparent;
	color: #05CBB8;
	border: 1px solid #05CBB8;
}
.button-shortcodes .button.threed {
	-webkit-box-shadow: 0 3px 0 0px rgba( 4, 163, 148, 1 );
	-moz-box-shadow: 0 3px 0 0px rgba( 4, 163, 148, 1 );
	box-shadow: 0 3px 0 0px rgba( 4, 163, 148, 1 );
}
.pricing-table {
	padding: 20px 45px 25px;
	border: 1px solid #E2E4E7;
}
.pricing-value {
	width: 103px;
	height: 103px;
	color: #FFFFFF;
	text-align: center;
	background: #8260E3;
	margin: 0 auto 20px;
	border-radius: 100%;
}
.pricing-value.red {
	background: #FE4C8D;
}
.pricing-value .big {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	margin: 20px 0 0;
	display: inline-block;
}
.pricing-value .small {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding-left: 16px;
	display: inline-block;
}
.pricing-table .pricing-title {
	position: relative;
	color: #464D50;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 17px;
	margin-bottom: 25px;
}
.pricing-table .pricing-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 31px;
	height: 2px;
	background: #E2E4E7;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.pricing-table ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pricing-table li {
	border-bottom: 1px solid #E2E4E7;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #464D50;
	text-transform: uppercase;
}
.pricing-table li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.pricing-table .button {
	margin-top: 32px;
	border-radius: 30px;
	padding: 20px 35px;
	line-height: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.testimonial-wrapper .type-testimonial {
	position: relative;
}
.testimonial-wrapper .avatar-image {
	position: absolute;
	top: 0;
	left: 0;
}
.testimonial-wrapper .avatar-image img,
.testimonial-wrapper-thumbs .owl-thumb-item.active img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	opacity: 1;
}
.testimonial-wrapper-thumbs img {
	cursor: pointer;
}
.testimonial-wrapper .testimonial-content {
	padding-left: 115px;
}
.page-shortcodes .testimonial-content .name {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 18px;
	color: #464D50;
}
.page-shortcodes .testimonial-content .name:before {
	content: '';
	position: absolute;
	top: 0;
	width: 155px;
	height: 1px;
	background: #E2E4E7;
}
.page-shortcodes .testimonial-content .name:before {
	width: 35px;
	left: 50%;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.page-shortcodes .testimonial-content p {
	font-size: 16px;
	line-height: 28px;
	color: #7E8284;
	margin-bottom: 42px;
}
.page-shortcodes .testimonial-wrapper-two .testimonial-content p {
	padding: 0 40px;
	margin-bottom: 23px;
}
.testimonial-wrapper .owl-dots {
	position: absolute;
	left: 115px;
}
.testimonial-wrapper .owl-dot {
	width: 7px;
	height: 7px;
	background: #DBDDE6;
	display: inline-block;
	border-radius: 100%;
	margin-right: 2px;
}
.testimonial-wrapper .owl-dot.active {
	background: #05CBB8;
}
.owl-thumb-item {
	display: inline-block;
	margin: 0 8px;
}
.testimonial-wrapper-thumbs .owl-thumb-item img {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	opacity: .5;
}
.testimonial-wrapper-thumbs {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.testimonial-wrapper-two .name {
	padding-bottom: 90px;
}
.testimonial-wrapper-two .owl-nav [class*="owl-"] {
	position: absolute;
	bottom: 10px;
}
.testimonial-wrapper-two .owl-nav .owl-next {
	right: 80px;
}
.testimonial-wrapper-two .owl-nav .owl-prev {
	left: 80px;
}
.testimonial-wrapper-two:before,
.testimonial-wrapper-two:after {
	content: '“';
	position: absolute;
	top: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
}
.testimonial-wrapper-two:after {
	right: 0;
	-webkit-transform: scaleX( -1 );
	-moz-transform: scaleX( -1 );
	transform: scaleX( -1 );
}
.slider-wrapper-thumbs:before,
.slider-wrapper-thumbs:after {
	content: '';
	display: table;
}
.slider-wrapper-thumbs:after {
	clear: both;
}
.slider-wrapper-thumbs .owl-thumb-item {
	display: block;
	margin-left: 0;
	margin-right: 22px;
	margin-bottom: 35px;
	float: left;
}
.slider-wrapper-thumbs .owl-thumb-item:last-child {
	margin-right: 0;
}
.slider-wrapper .owl-dots {
	position: absolute;
	top: -32px;
	left: 50%;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}
.slider-wrapper .owl-dot {
	width: 7px;
	height: 7px;
	background: #DBDDE6;
	display: inline-block;
	border-radius: 100%;
	margin-right: 2px;
}
.slider-wrapper .owl-dot.active {
	background: #05CBB8;
}
.slider-wrapper .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	color: #FFFFFF;
	width: 33px;
	height: 33px;
	line-height: 30px;
	border-radius: 100%;
	font-size: 10px;
	border: 2px solid #FFFFFF;
	text-align: center;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.slider-wrapper .owl-nav .owl-prev {
	left: 20px;
}
.slider-wrapper .owl-nav .owl-next {
	right: 20px;
}
@media only screen and ( max-width: 1366px ) {
	.pricing-table .button {
		padding: 15px;
		font-size: .8em;
	}
	.button-shortcodes .button {
		width: 120px;
	}
	.slider-wrapper-thumbs {
		margin: 0 -5px;
	}
	.slider-wrapper-thumbs .owl-thumb-item {
		margin: 0 0 30px;
		padding: 0 5px;
		width: 33.3333%;
	}
	.slider-wrapper .owl-dots {
		top: -28px;
	}
}


/**
 * 5.9 Homepage
 */
.homepage .site-content {
	padding: 0;
}
.homepage .archiplus-contact-us {
	padding: 100px 0;
	background: #EAF2F5 url( ../img/ask-icon.png ) no-repeat 10% 100%;
}
.homepage .archiplus-contact-us .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	color: #464D50;
	line-height: 1;
	margin-bottom: 10px;
}
.homepage .archiplus-contact-us .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	color: #848D91;
	line-height: 1;
	margin-bottom: 40px;
}
.homepage .archiplus-contact-us p {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #848D91;
	line-height: 28px;
	margin-bottom: 40px;
}
.homepage .archiplus-contact-us .button {
	padding: 20px 52px;
	border-radius: 30px;
}
.homepage .archiplus-blog-section {
	padding: 100px 0;
}
.homepage .archiplus-blog-section .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	color: #464D50;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}
.homepage .archiplus-blog-section .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	color: #848D91;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}
.homepage .type-post .entry-content {
	padding: 40px 50px;
	background: #FFFFFF;
}
.homepage .type-post .entry-wrapper {
	-webkit-box-shadow: 0 0 40px 2px rgba( 0, 0, 0, .1 );
	-moz-box-shadow: 0 0 40px 2px rgba( 0, 0, 0, .1 );
	box-shadow: 0 0 40px 2px rgba( 0, 0, 0, .1 );
}
.homepage .type-post .entry-published {
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
	color: #0ACCB9;
}
.homepage .type-post .entry-title {
	font-size: 22px;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
	color: #2F3437;
}
.homepage .type-post p {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 50px;
	color: #7E8284;
}
.homepage .type-post .entry-content a {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	color: #2F3437;
}
.homepage .type-post .entry-content a i {
	margin-left: 13px;
}
.homepage .type-post .entry-image {
	position: relative;
}
.homepage .type-post .entry-image a {
	top: 20px;
	left: 20px;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.homepage .type-post .entry-image a:last-child {
	top: 58px;
}
.homepage .type-post .entry-image a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.homepage .type-post .entry-image i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #0FCCBA;
	border-radius: 0;
}
.homepage .type-post .entry-image a:last-child i {
	background: #8260E3;
}
.homepage .archiplus-blog-section .button {
	margin-top: 60px;
	border-radius: 30px;
	padding: 20px 37px;
}
.homepage .type-service {
	width: auto;
}
.homepage .type-service .entry-content {
	position: relative;
	min-width: 284px;
	min-height: 171px;
	padding: 0;
}
.homepage .type-service .entry-content a {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.homepage .type-service .entry-content:after {
	display: none;
}
.homepage .type-service .entry-content img {
	margin-bottom: 30px;
}
.homepage .type-service .entry-content h4 {
	margin: 0;
}
.homepage .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.archiplus-service-icon {
	margin-top: 70px;
}
.archiplus-service-icon .owl-dots {
	position: absolute;
	bottom: -50px;
	left: 0;
	line-height: 0;
}
.archiplus-service-icon .owl-dot {
	width: 11px;
	height: 11px;
	background: #DBDDE6;
	display: inline-block;
	border-radius: 100%;
	margin-right: 2px;
}
.archiplus-service-icon .owl-dot.active {
	background: #05CBB8;
}
.archiplus-service-icon .button {
	position: absolute;
	bottom: -80px;
	right: 15px;
	padding: 20px 34px;
	border-radius: 30px;
}
.archiplus-project-section {
	padding: 40px 0;
	background: #EAF2F5;
}
.homepage .archiplus-project-section .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	color: #464D50;
	line-height: 1;
	margin-bottom: 10px;
}
.homepage .archiplus-project-section .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #848D91;
	line-height: 1;
	margin-bottom: 40px;
}
.homepage .archiplus-project-section p {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 50px;
	color: #7E8284;
}
.homepage .archiplus-project-section .button {
	border-radius: 30px;
	padding: 20px 37px;
}
.homepage .archiplus-project-section .entry-summary {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .5 );
	color: #FFFFFF;
	text-align: center;
}
.homepage .archiplus-project-section .entry-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-wbekit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.homepage .type-project {
	position: relative;
	margin-bottom: 0;
}
.homepage .type-project .entry-title {
	font-size: 30px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 13px;
}
.homepage .type-project .country {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 22px;
}
.homepage .type-project .read-more {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	line-height: 1;
	padding-bottom: 6px;
	border-bottom: 1px solid #FFAC56;
}
.homepage .archiplus-about-testimonial {
	margin: 0;
}
.homepage .archiplus-slider-content .button {
	margin-top: 55px;
	padding: 20px 28px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.homepage .archiplus-slider-content .site-page-title-image {
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.homepage .archiplus-slider-content .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	color: #23282D;
	background: #FFFFFF;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.homepage .archiplus-slider-content .owl-prev {
	left: 10%;
}
.homepage .archiplus-slider-content .owl-next {
	right: 10%;
}
.homepage .archiplus-slider-content .counter {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 7%;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 102px;
	line-height: 1;
	color: #FFFFFF;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.homepage .archiplus-slider-content .counter > div {
	display: inline-block;
	margin: 0 -15px;
}
.homepage .archiplus-slider-content .counter .small {
	font-size: 70px;
}

/**
 * 5.10 Homepage Two
 */
.home-two .site-footer {
	padding: 0;
}
.home-two .site-footer > .container .row {
	margin: 0;
}
.home-two .site-footer > .container .row > [class*="col-md-"] {
	padding: 0;
}
.home-two .site-copyright {
	margin-top: 0;
	padding: 33px 0;
	background: #1A1F27;
	color: #8F97A6;
	border-top: 0;
}
.home-two .site-footer .archiplus-about-us {
	border-right: 1px solid #8F97A6;
	padding: 100px 0;
}
.home-two .site-footer .widget-title {
	line-height: 1;
}
.home-two .archiplus-about-us .widget-title {
	margin-bottom: 20px;
}
.home-two .archiplus-about-us .social-icons li {
	float: none;
	display: inline-block;
	margin-top: 40px;
	width: 49px;
	height: 49px;
	background: transparent !important;
	border: 1px solid #8F97A6;
}
.home-two .archiplus-newsletter {
	border-top: 1px solid #8F97A6;
	margin-top: 40px;
	padding-top: 40px;
	padding-left: 40px;
}
.home-two .site-footer > .container .col-md-7 .row > .col-md-3,
.home-two .site-footer > .container .col-md-7 .row > .col-md-5 {
	padding-left: 40px;
}
.home-two .site-footer > .container .col-md-7 {
	padding: 100px 0 !important;
}
.home-two .archiplus-newsletter .widget-title {
	margin-bottom: 30px;
}
.home-two .archiplus-newsletter button {
	background: transparent;
	border: 1px solid #05998B;
}
.home-two .archiplus-service-wrapper {
	padding: 30px 0;
}
.home-two .archiplus-service-wrapper .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	color: #464D50;
	line-height: 1;
	margin-bottom: 10px;
}
.home-two .archiplus-service-wrapper .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #848D91;
	line-height: 1;
	margin-bottom: 40px;
}
.home-two .archiplus-service-wrapper .type-service {
	width: 370px;
	height: 160px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.home-two .archiplus-service-wrapper .type-service img {
	margin-bottom: 35px;
}
.home-two .archiplus-service-wrapper .type-service h3{
	color: #FFF;
	font-size: 26px;
	font-family: 'Muli', sans-serif;
	font-weight: 530;
	line-height: 1;
	text-align: left;
}
.home-two .archiplus-service-wrapper .type-service p.servizi{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 100;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
	line-height: 1;
	margin-right: 12px;
	margin-left: 12px;
	font-size: 16px;
}
.home-two .archiplus-service-wrapper .yellow {
	background: #FEA700;
}
.home-two .archiplus-service-wrapper .pink {
	background: #FE4C8D;
}
.home-two .archiplus-service-wrapper .purple {
	background: #8260E3;
}
.home-two .archiplus-service-wrapper .container p {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #7E8284;
	line-height: 28px;
	margin-bottom: 0;
}
.home-two .archiplus-service-wrapper .button {
	margin-top: 55px;
	padding: 20px 33px;
	border-radius: 30px;
}
.home-two .archiplus-project-section {
	background: #FFFFFF;
}
.home-two .archiplus-project-section .entry-summary {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background: rgba( 0, 0, 0, .5 );
	color: #FFFFFF;
	text-align: center;
}
.home-two .archiplus-project-section .entry-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-wbekit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.home-two .type-project {
	position: relative;
	margin-bottom: 0;
}
.home-two .type-project .entry-title {
	font-size: 20px;
	font-family: "Century Gothic" sans-serif;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 13px;
}
.home-two .type-project .country {
	font-size: 18px;
	font-family: "Century Gothic", sans-serif;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 22px;
}
.home-two .type-project .read-more {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	line-height: 1;
	padding-bottom: 6px;
	border-bottom: 1px solid #FFAC56;
}
.home-two .archiplus-project-section .button {
	margin-top: 60px;
}
.home-two .archiplus-blog-section {
	background: #F0F0F0;
}
.home-two .type-post.big-post .entry-summary {
	position: absolute;
	background: rgba( 0, 0, 0, .5 );
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	padding: 20px;
}
.home-two .type-post.big-post .entry-summary h4,
.home-two .type-post.big-post .entry-summary p {
	color: #FFFFFF;
	margin-bottom: 22px;
}
.home-two .type-post.big-post .entry-summary h4 {
	line-height: 1;
	font-size: 25px;
}
.home-two .type-post.big-post .entry-summary .entry-wrapper {
	position: absolute;
	bottom: 70px;
}
.home-two .type-post.small-post {
	margin-bottom: 18px;
}
.home-two .type-post.small-post:before,
.home-two .type-post.small-post:after {
	content: '';
	display: table;
}
.home-two .type-post.small-post:after {
	clear: both;
}
.home-two .type-post.small-post:last-child {
	margin-bottom: 0;
}
.home-two .type-post.small-post .entry-image {
	position: relative;
}
.homepage.home-two .type-post .read-more,
.homepage.home-two .type-post .like-button {
	position: absolute;
	z-index: 1;
	right: 20px;
	left: auto;
}
.homepage.home-two .type-post .like-button {
	top: 20px !important;
}
.homepage.home-two .type-post .like-button i {
	background: #FE4C8D !important;
	border-radius: 100%;
}
.homepage.home-two .type-post .read-more {
	top: auto !important;
	bottom: 20px;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	padding-bottom: 5px;
	line-height: 1;
	border-bottom: 1px solid #FFAC56;
	border-radius: 0 !important;
}
.home-two .type-post.big-post {
	color: #FFFFFF;
}
.homepage.home-two .type-post.small-post .entry-image {
	position: relative;
	width: 210px;
	color: #FFFFFF;
	float: left;
}
.homepage.home-two .type-post.small-post .entry-image:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 0, 0, 0, .5 );
}
.homepage.home-two .type-post.small-post .entry-summary {
	background: #FFFFFF;
	padding: 40px 30px 40px 50px;
	float: left;
	width: 540px;
}
.homepage.home-two .type-post.small-post .entry-summary p {
	margin-bottom: 0;
}
.homepage.home-two .type-post.small-post .entry-summary .entry-title {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 20px;
	color: #464D50;
}
.home-two .archiplus-testimonial-section {
	background: #E2EAED;
	padding: 100px 0;
}
.home-two .archiplus-testimonial-section .title {
	font-size: 40px;
	color: #464D50;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}
.home-two .archiplus-testimonial-section .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #848D91;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}
.home-two .archiplus-testimonial-section .avatar {
	margin-bottom: 35px;
}
.home-two .archiplus-testimonial-section .avatar img {
	width: 62px;
	height: 62px;
	border-radius: 100%;
}
.home-two .archiplus-testimonial-section p {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #7E8284;
	line-height: 28px;
	margin-bottom: 0;
}
.home-two .archiplus-testimonial-section .user-info {
	position: relative;
	margin-top: 25px;
	padding-top: 35px;
}
.home-two .archiplus-testimonial-section .user-info:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 2px;
	width: 24px;
	background: #8260E3;
}
.home-two .archiplus-testimonial-section .user-info .name {
	color: #464D50;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	line-height: 1;
}
.home-two .archiplus-testimonial-section .content-wrapper {
	padding-left: 100px;
	padding-right: 40px;
}
.home-two .archiplus-testimonial-section .quote-icon {
	position: absolute;
	top: 110px;
}
.home-two .archiplus-testimonial-section .owl-carousel .owl-nav.disabled {
	display: block;
}
.home-two .archiplus-testimonial-section .owl-nav {
	position: absolute;
	top: 50%;
	width: 99vw;
	left: 50%;
	-webkit-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
}
.home-two .archiplus-testimonial-section .owl-nav [class*="owl-"] {
	position: absolute;
	color: #FFFFFF;
	background: #05CBB8;
	height: 52px;
	line-height: 52px;
	width: 52px;
	text-align: center;
	-webkit-box-shadow: 0 10px 30px 0 rgba( 5, 203, 184, .32 );
	-moz-box-shadow: 0 10px 30px 0 rgba( 5, 203, 184, .32 );
	box-shadow: 0 10px 30px 0 rgba( 5, 203, 184, .32 );
}
.home-two .archiplus-testimonial-section .owl-nav .owl-prev {
	left: 0;
}
.home-two .archiplus-testimonial-section .owl-nav .owl-next {
	right: 0;
}
.home-two .home-slider .owl-dots {
	position: absolute;
	top: 50%;
	right: 130px;
}
.home-two .home-slider .owl-dot {
	position: relative;
	width: 9px;
	height: 9px;
	background: rgba( 255, 255, 255, .5 );
	border-radius: 100%;
	margin-bottom: 25px;
}
.home-two .home-slider .owl-dot.active {
	background: rgba( 255, 255, 255, 1 );
}
.home-two .home-slider .owl-dot.active span {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 19px;
	height: 19px;
	background: transparent;
	border: 2px solid rgba( 255, 255, 255, .5 );
	border-radius: 100%;
}
.home-two .home-slider .owl-dot:last-child {
	margin-bottom: 0;
}
.home-two .type-slider .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-two .content-slider {
	position: absolute;
	top: 50%;
	left: 15px;
	background: #2C323E;
	color: #FFFFFF;
	width: 410px;
	height: 266px;
	padding: 10px;
	-webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	transform: translateY( -50% );
}
.home-two .content-inner-slider {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px dashed #464D5A;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.home-two .content-slider h3 {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #FFFFFF;
	letter-spacing: -2px;
	margin-bottom: 45px;
}
.home-two .content-slider .subtitle {
	font-size: 13px;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.home-two .content-slider .button {
	border-radius: 30px;
	padding: 17px 28px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.archiplus-about-section {
	background: #8260E3 url(../img/home2-about.jpg) no-repeat 115%;
	background-size: contain;
}
.home-two .archiplus-about-section .title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 10px;
}
.home-two .archiplus-about-section .subtitle {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 40px;
}
.home-two .archiplus-about-section p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 40px;
	color: #FFFFFF;
}
.home-two .archiplus-about-section .button {
	border-radius: 30px;
	padding: 20px 57px;
}
.about-wrapper-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 100px 0;
}
.about-wrapper-content .row {
	margin-top: 80px;
	color: #FFFFFF;
}
.about-wrapper-content .counter-value {
	font-size: 30px;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	line-height: 1;
	margin: 12px 0;
}


/**
 * 6. Pagination
 */
.archiplus-pagination ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.archiplus-pagination li {
	display: inline-block;
}
.archiplus-pagination li a,
.archiplus-pagination li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #E4EAEC;
	border-radius: 100%;
	color: #17192C;
}
.archiplus-pagination li a {
	line-height: 46px;
	margin: 0 5px;
	font-weight: 600;
}
.archiplus-pagination li:first-child a {
	margin-left: 0;
}
.archiplus-pagination li:last-child a {
	margin-right: 0;
}
.archiplus-pagination li a.prev,
.archiplus-pagination li a.next,
.archiplus-pagination li a:hover {
	color: #FFFFFF;
	border: 2px solid #05CBB8;
	background: #05CBB8;
}
.archiplus-pagination li a.prev,
.archiplus-pagination li a.next {
	-webkit-box-shadow: 0 10px 30px 0 rgba( 5, 203, 184, .32 );
	-moz-box-shadow: 0 10px 30px 0 rgba( 5, 203, 184, .32 );
	box-shadow: 0 10px 30px 0 rgba( 5, 203, 184, .32 );
}
.archiplus-pagination li span.dots {
	border: 0;
}

/**
 * 7. Comment
 */
.entry-comment {
	margin-top: 100px;
}
.comment-title {
	font-family: 'Muli', sans-serif;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 15px;
	color: #464D50;
}
.comment-notice {
	line-height: 1;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #7E8284;
	margin-bottom: 40px;
}
.entry-comment input[type="submit"] {
	margin-top: 20px;
	padding: 20px 32px;
	border-radius: 30px;
}

/**
 * 8. Mobile Style
 */
@media only screen and ( max-width: 1366px ) {
	.home-two .archiplus-testimonial-section .owl-nav .owl-next {
		right: 5px;
	}
	.archiplus-about-section {
		background: #8260E3 url(../img/home2-about.jpg) no-repeat 300%;
		background-size: contain;
	}
}
@media only screen and ( max-width: 1024px ) {
	.page-faq .archiplus-tab-nav a {
		width: auto;
		height: auto;
	}
	.type-service:nth-child(1),
	.type-service:nth-child(2),
	.type-service:nth-child(3),
	.type-service:nth-child(4),
	.type-service:nth-child(5),
	.type-service:nth-child(6) {
		width: 100%;
	}
	.type-service .entry-content {
		max-width: 50%;
	}
	.type-service:nth-child(2) .entry-image,
	.type-service:nth-child(2) .entry-content,
	.type-service:nth-child(5) .entry-image,
	.type-service:nth-child(5) .entry-content {
		float: left;
	}
	.type-service:nth-child(2) .entry-content:after,
	.type-service:nth-child(5) .entry-content:after {
		right: -59px;
		bottom: auto;
		top: 50%;
		left: auto;
		border-left-color: #FFFFFF !important;
		border-top-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: transparent !important;
		-webkit-transform: translateY( -50% );
		-moz-transform: translateY( -50% );
		transform: translateY( -50% );
	}
	.type-service:nth-child(2):hover .entry-content:after,
	.type-service:nth-child(5):hover .entry-content:after {
		border-color: #8260E3 !important;
		border-top-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: transparent !important;
	}
	.home-two .archiplus-service-wrapper .type-service {
		width: 100%;
	}
	.home-two .type-project {
		min-width: auto;
	}
	.homepage.home-two .type-post.small-post .entry-summary {
		width: 65%;
		padding: 27px 30px;
	}
	.archiplus-about-section {
		background: #8260E3 url(../img/home2-about.jpg) no-repeat -580% 100%;
		background-size: cover;
	}
}
@media only screen and ( max-width: 768px ) {
	.mean-bar {
		position: relative;
		padding: 20px 15px;
		background: #2C323E;
	}
	.mean-bar span {
		display: block;
		height: 2px;
		width: 20px;
		margin-bottom: 5px;
		background: #F5F5F5;
	}
	.mean-link-open {
		position: relative;
		height: 20px;
		width: 20px;
		display: block;
	}
	.open-menu.mean-bar span:nth-child(2) {
		display: none;
	}
	.open-menu.mean-bar span:first-child {
		position: absolute;
		top: 8px;
		-webkit-transform: rotate( 45deg );
		-moz-transform: rotate( 45deg );
		transform: rotate( 45deg );
	}
	.open-menu.mean-bar span:last-child {
		position: absolute;
		top: 8px;
		-webkit-transform: rotate( 135deg );
		-moz-transform: rotate( 135deg );
		transform: rotate( 135deg );
	}
	.mean-bar span:last-child {
		margin-bottom: 0;
	}
	.mean-bar .site-navigation {
		position: relative;
		display: none;
	}
	.mean-bar .main-navigation {
		position: absolute;
		z-index: 2;
		top: 20px;
		left: -15px;
		right: -15px;
		background: #2C323E;
	}
	.mean-bar .main-navigation li {
		display: block;
		color: #FFFFFF;
		padding: 0;
		line-height: 2 !important;
	}
	.mean-bar .main-navigation li a {
		display: block;
		padding: 5px 15px;
	}
	.main-navigation .has-sub-menu ul li.dropdown-list,
	.main-navigation .has-sub-menu ul:not( .mega-dropdown-menu ) li {
		padding: 0 !important;
		margin: 0 !important;
		font-size: 15px;
		font-family: 'Source Sans Pro', sans-serif;
		letter-spacing: .5px;
		border-bottom: 0;
	}
	.mean-bar .main-navigation .has-sub-menu > ul {
		position: static;
		display: none;
		width: 100%;
		opacity: 1;
		visibility: visible;
		padding: 0;
	}
	.mean-bar .main-navigation .has-sub-menu > ul {
		background: #464D50;
	}
	.mean-bar .open-sub-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
	}
	.mean-bar .sub-menu {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		transition: none !important;
	}
	.main-navigation .has-sub-menu:hover:before {
		display: none;
	}
	.topbar,
	.topbar .section-right,
	.site-branding {
		text-align: center;
	}
	.archiplus-slider-content .site-page-title-content .title {
		font-size: 50px;
	}
	.homepage .archiplus-slider-content .counter {
		font-size: 90px;
	}
	.topbar .section-phone {
		border-right: 0;
	}
	.homepage .site-page-title {
		background: none;
		min-height: 100%;
	}
	.home-two .section-phone,
	.home-two .topbar .section-email {
		display: block;
		margin: 0 0 10px;
		padding: 0;
	}
	.home-two .section-phone i,
	.home-two .section-email i,
	.home-two .section-phone a,
	.home-two .section-email a {
		position: static;
		display: inline-block;
		color: #464D50;
		font-size: 1em;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.home-two .site-branding {
		padding: 10px 0;
	}
	.carousel-project {
		margin-top: 40px;
	}
	.site-footer {
		padding: 60px 0 40px;
	}
	.site-footer .archiplus-newsletter {
		margin-top: 30px;
	}
	.archiplus-about-medal {
		margin: 30px 0;
	}
	.archiplus-about-wrapper {
		bottom: 25px;
	}
	.archiplus-featured-item {
		width: 80%;
	}
	.archiplus-featured-carousel .owl-nav .owl-prev {
		left: 0;
	}
	.archiplus-featured-carousel .owl-nav .owl-next {
		right: 0;
	}
	.archiplus-featured-carousel .owl-nav .owl-prev img,
	.archiplus-featured-carousel .owl-nav .owl-next img {
		max-height: 90px;
	}
	.archiplus-featured-item .avatar {
		bottom: auto;
	}
	.type-service:nth-child( 1 ),
	.type-service:nth-child( 2 ),
	.type-service:nth-child( 3 ),
	.type-service:nth-child( 4 ),
	.type-service:nth-child( 5 ),
	.type-service:nth-child( 6 ) {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 10px;
	}
	.type-service .entry-image,
	.type-service .entry-content {
		max-width: 100%;
		width: 50%;
		min-height: auto;
	}
	.type-service:nth-child(2) .entry-image,
	.type-service:nth-child(2) .entry-content,
	.type-service:nth-child(5) .entry-image,
	.type-service:nth-child(5) .entry-content {
		float: left;
	}
	.type-service:nth-child(2) .entry-content:after,
	.type-service:nth-child(5) .entry-content:after {
		right: -59px;
		bottom: auto;
		top: 50%;
		left: auto;
		border-left-color: #FFFFFF !important;
		border-top-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: transparent !important;
		-webkit-transform: translateY( -50% );
		-moz-transform: translateY( -50% );
		transform: translateY( -50% );
	}
	.type-service:nth-child(2):hover .entry-content:after,
	.type-service:nth-child(5):hover .entry-content:after {
		border-color: #8260E3 !important;
		border-top-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: transparent !important;
	}
	.page-services .service-wrapper {
		margin: 40px -15px 100px;
	}
	.type-service .entry-content {
		padding: 30px;
	}
	.single-services .type-service {
		padding: 0;
	}
	.single-services .type-service .entry-image {
		float: none;
		width: 100%;
	}
	.single-services .type-service .entry-content {
		margin-top: 0;
		max-width: 100%;
		width: 100%;
	}
	.service-info {
		padding: 40px 0;
	}
	.archiplus-featured-service .left i {
		margin-right: 20px;
	}
	.archiplus-featured-service .right {
		margin-top: 40px;
	}
	.archiplus-featured-service {
		padding: 60px 0;
	}
	.related-service {
		margin-bottom: 30px;
	}
	.single-project .type-project .project-contact .bottom {
		margin: 34px 5px;
	}
	.single-project .col-md-4 .row > .col-md-6 {
		margin-top: 60px !important;
	}
	.archiplus-widget-category li:before {
		margin-right: 5px;
	}
	.single-blog .entry-meta-bottom {
		margin-top: 60px;
		text-align: center;
	}
	.single-blog .entry-share,
	.single-blog .entry-pagination {
		float: none;
	}
	.slider-wrapper-thumbs .owl-thumb-item {
		width: auto;
	}
	.page-shortcodes .testimonial-wrapper {
		margin-bottom: 80px;
	}
	.page-faq .archiplus-tab-nav a {
		width: auto;
		height: auto;
	}
	.archiplus-contact-map {
		height: 300px;
	}
	.home-two .archiplus-service-wrapper .type-service {
		width: 100%;
		margin-bottom: 30px;
	}
	.home-two .type-project {
		min-width: auto;
	}
	.home-two .type-project .entry-title {
		font-size: 24px;
	}
	.homepage.home-two .type-post.small-post .entry-summary {
		padding: 27px 30px;
		width: 70%;
	}
	.home-two .type-post.small-post:first-child {
		margin-top: 18px;
	}
	.archiplus-about-section {
		background: #8260E3;
	}
	.archiplus-about-section .visible-sm {
		margin: 0 -15px;
	}
	.archiplus-pagination li:nth-child(4) {
		display: none;
	}
}
@media only screen and ( max-width: 480px ) {
	.archiplus-service-carousel .type-service {
		padding: 0;
	}
	.homepage .type-project {
		min-width: auto;
	}
	.homepage.home-two .type-post.small-post .entry-image,
	.homepage.home-two .type-post.small-post .entry-image img {
		width: 100%;
	}
	.homepage.home-two .type-post.small-post .entry-summary {
		width: 100%;
		padding: 20px;
	}
	.home-two .site-footer .archiplus-about-us {
		padding: 60px 0;
		border-right: 0;
	}
	.home-two .site-footer > .container .col-md-7 {
		padding: 60px 0 !important;
	}
	.home-two .site-footer > .container .col-md-7 .row > .col-md-3,
	.home-two .site-footer > .container .col-md-7 .row > .col-md-5 {
		padding: 0;
	}
	.home-two .archiplus-newsletter {
		padding-top: 30px;
		padding-left: 0;
	}
	.home-two .archiplus-newsletter button {
		position: static;
		width: 100%;
		height: 52px;
		margin-top: 20px;
	}
	.archiplus-about-section .visible-sm {
		margin: 0;
	}
	.archiplus-about-featured {
		padding: 60px 0;
		background: #212121 url( ../img/featured-work.jpg ) no-repeat center;
		background-size: cover;
	}
	.archiplus-about-wrapper {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.archiplus-featured-item .content {
		padding-left: 0;
	}
	.archiplus-featured-item .avatar {
		position: static;
	}
	.archiplus-featured-item {
		width: 100%;
	}
	.archiplus-featured-carousel .owl-nav .owl-prev img,
	.archiplus-featured-carousel .owl-nav .owl-next img {
		height: 60px;
		-webkit-filter: invert(1);
		-moz-filter: invert(1);
		filter: invert(1);
	}
	.archiplus-featured-carousel .owl-nav .owl-prev {
		left: 10px;
	}
	.archiplus-featured-carousel .owl-nav .owl-next {
		right: 10px;
	}
	.archiplus-testimonial-carousel {
		padding: 0;
	}
	.widget .social-icons {
		margin-bottom: 30px;
	}
	.type-service .entry-image,
	.type-service .entry-content {
		width: 100%;
	}
	.type-service:nth-child(1) .entry-content:after,
	.type-service:nth-child(4) .entry-content:after,
	.type-service:nth-child(2) .entry-content:after,
	.type-service:nth-child(5) .entry-content:after {
		top: auto;
		bottom: -60px;
		right: auto;
		left: 50%;
		border-top-color: #FFFFFF !important;
		border-left-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: transparent !important;
		-webkit-transform: translateX( -50% );
		-moz-transform: translateX( -50% );
		transform: translateX( -50% );
	}
	.type-service:nth-child(3) .entry-content:after,
	.type-service:nth-child(6) .entry-content:after {
		top: -60px;
		left: 50%;
		border-top-color: transparent !important;
		border-right-color: transparent !important;
		border-left-color: transparent !important;
		border-bottom-color: #FFFFFF !important;
		-webkit-transform: translateX( -50% );
		-moz-transform: translateX( -50% );
		transform: translateX( -50% );
	}
	.type-service:nth-child(1):hover .entry-content:after,
	.type-service:nth-child(4):hover .entry-content:after,
	.type-service:nth-child(2):hover .entry-content:after,
	.type-service:nth-child(5):hover .entry-content:after {
		border-color: #8260E3 !important;
		border-top-color: #8260E3 !important;
		border-left-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: transparent !important;
	}
	.type-service:nth-child(3):hover .entry-content:after,
	.type-service:nth-child(6):hover .entry-content:after,
	.single-services .type-service .entry-content:after {
		border-color: #8260E3 !important;
		border-top-color: transparent !important;
		border-left-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: #8260E3 !important;
	}
	.service-info .top img,
	.service-info .bottom img {
		left: 0;
	}
	.service-info .top .wrapper,
	.service-info .bottom .wrapper {
		padding-left: 70px;
	}
	.service-info .top .wrapper a,
	.service-info .bottom .wrapper a {
		font-size: 20px;
	}
	.archiplus-featured-service .right .avatar {
		border-right: 0;
		padding: 85px 0;
	}
	.archiplus-featured-service .right .avatar:before {
		display: none;
	}
	.archiplus-featured-service .right .content {
		padding-left: 20px;
		width: 65%;
	}
	.archiplus-featured-service .right .content:before {
		left: 15px;
	}
	.archiplus-featured-service .right .content:after {
		right: 15px;
	}
	.type-project .hover-content a.button {
		padding: 18px 20px;
	}
	.single-project .type-project .project-contact .left {
		border-right: 0;
		width: 100%;
		padding: 30px 15px;
	}
	.single-project .type-project .project-contact .top,
	.single-project .type-project .project-contact .bottom {
		margin: 0;
		width: 100%;
		padding: 30px 15px;
	}
	.type-project .project-contact img {
		top: 30px;
		left: 15px;
	}
	.single-project .type-project .project-contact a {
		font-size: 18px;
	}
	.archiplus-pagination li {
		margin-bottom: 10px;
	}
	.widget-area {
		margin-top: 30px;
	}
	.blog .content-area .type-post {
		margin-bottom: 40px;
	}
	.blog .entry-meta .avatar {
		margin: 40px auto 20px;
		text-align: center;
	}
	.blog .entry-published.big,
	.blog .entry-published.medium,
	.blog .entry-meta .name,
	.blog .entry-meta .name strong {
		text-align: center;
		position: static;
		background: transparent;
		color: #464D50;
	}
	.blog .entry-meta .name {
		margin-bottom: 20px;
	}
	.blog .content-area .type-post .entry-summary {
		text-align: center;
	}
	.site-page-title-content .title {
		font-size: 50px;
	}
	.slider-wrapper-thumbs .owl-thumb-item {
		width: 33.33333%;
	}
	.social-media li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.button-shortcodes .button,
	.pricing-table {
		margin-bottom: 10px;
	}
	.testimonial-wrapper-thumbs {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.page-faq .widget.widget-call-us {
		padding: 125px 0 30px;
		margin-bottom: 30px;
	}
	.archiplus-contact-mail p:not( .text-center ):not( .message ) {
		float: none;
		width: 100%;
	}
	.archiplus-contact-mail .name input {
		width: 100%;
		margin-left: 0;
	}
	.archiplus-contact-follow,
	.archiplus-contact-address {
		width: 100%;
		border: 0;
		padding: 20px 20px;
	}
	.archiplus-contact-address .left,
	.archiplus-contact-address .right {
		float: none;
		width: 100%;
	}
	.archiplus-contact-address button {
		padding: 20px;
	}
	.site-page-title-content {
		background-size: cover;
		height: 300px;
		position: static;
	}
	.homepage .archiplus-slider-content .owl-prev {
		left: 15px;
	}
	.homepage .archiplus-slider-content .owl-next {
		right: 15px;
	}
	.site-page-title-content .subtitle {
		font-size: 15px;
	}
	.archiplus-slider-content .site-page-title-content .title {
		font-size: 30px;
		margin-top: 10px;
	}
	.homepage .archiplus-slider-content .owl-nav [class*="owl-"] {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 10px;
	}
	.homepage .archiplus-slider-content .button {
		padding: 15px 20px;
	}
	.homepage .archiplus-slider-content .counter .small {
		font-size: 30px;
		margin: 0;
	}
	.homepage .archiplus-slider-content .counter {
		font-size: 50px;
		top: auto;
		bottom: 20px;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.home-two .type-slider .content-slider {
		background-size: cover;
		width: 100%;
		left: 0;
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.home-two .type-slider .container {
		position: relative;
		height: 300px;
	}
	.home-two .home-slider .owl-dots {
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY( -50% );
		-moz-transform: translateY( -50% );
		transform: translateY( -50% );
	}
}