/*
Theme Name: Liadrin
Theme URI:
Author:
Author URI:
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Liadrin
Tags:
Note:
*/
/* -------------------------------------------
[Table of contents]
1.0 RESET BROWSER
	1.1 FORM THEME
	1.2 TABLE THEME
	1.3 WORDPRESS THEME
2.0 DEFAULT CLASS
    2.1 CUSTOM COLUMNS BOOTSTRAP
    2.2 CAROUSEL THEME
3.0 HEADER THEME
	3.1 HEADER NAV THEME
	3.2 MENU MOBILE
	3.3 HEADER BANNER THEME
4.0 FOOTER THEME
5.0 SHORTCODE THEME
	5.1 LIADRIN PORTFOLIO
	5.2 LIADRIN TITLE
	5.3 LIADRIN SKILL
	5.4 LIADRIN VIDEO
	5.5 LIADRIN FEATURE
	5.6 LIADRIN SERVICE
	5.7 LIADRIN TEAM
	5.8 LIADRIN BLOG
	5.9 LIADRIN TESTIMONAL
	5.10 LIADRIN CONTACT
	5.11 LIADRIN PRICNG
	5.12 LIADRIN COUNT UP
6.0 RESPONSIVE
------------------------------------------- */

/* ==========================================================================
  1.0 RESET BROWSER
========================================================================== */
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
	color: #333;
	overflow-x: hidden;
}
label {
	font-weight: 600;
	color: #000000;
	font-family: 'Playball', sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #a4d5d5;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding-left: 17px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	padding-left: 17px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	color: #000000;
	margin-top: 0;
	font-family: 'Playfair Display', sans-serif;
	font-weight: 600;
	letter-spacing: 0.01em;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
}
blockquote, q {
	display: inline-block;
	padding: 10px 22px 12px 22px;
	border-left: 4px solid #a4d5d5;
	color: #000000;
	font-size: 18px;
	line-height: 30px;
}
/* ==========================================================================
  1.1 FORM THEME
============================================================================ */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	border: none;
	border-bottom: 2px solid #999;
	border-radius: 0;
	padding: 0;
	max-width: 100%;
	font-size: 13px;
	font-weight: 300;
	height: 44px;
	line-height: 44px;
}
textarea {
	line-height: 28px;
	padding: 15px 0;
	height: auto;
	width: 100%;
}
button,
input[type="submit"] {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	height: 44px;
	line-height: 44px;
	color: #fff;
	padding: 0 15px;
	background: #000;
	border: none;
	border-radius: 0;
}
button:focus,
input[type="submit"]:focus {
	color: #ffffff;
	background: #a4d5d5;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
input[type="submit"]:focus,
button:focus,
select:focus {
	outline: none;
	border-color: #a4d5d5 !important;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-moz-placeholder {
	/* Firefox 18- */
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
::-moz-placeholder {
	/* Firefox 19+ */
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder {
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.return-message {
	line-height: 20px;
	padding: 10px 30px;
	margin-top: 15px;
}
/* ==========================================================================
  1.2 TABLE THEME
============================================================================ */
table {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	margin-bottom: 20px;
}
table thead {
	background-color: #f8f8f8;
}
th, td {
	border: 1px solid #f0f0f0;
	padding: 10px;
	font-weight: normal;
}
table tr th:last-child,
table tr td:last-child {
	border-right: 0;
}
table tr:last-child td, table tr:last-child th {
	border-bottom: none;
}
/* ==========================================================================
  1.3 WORDPRESS THEME
============================================================================ */
.alignnone {
	margin: 5px 20px 20px 0;
}
img.alignnone {
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.sticky {
	color: inherit;
}
.bypostauthor {
	color: inherit;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #ffffff;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 5px 0;
	text-align: center;
	margin: 0;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
	clear: both;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption.aligncenter {
	margin: 0 auto;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 10px 4px 5px;
	margin: 0 !important;
}
.gallery-caption {
	color: #707070;
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
iframe {
	max-width: 100% !important;
}
.alignright {
	float: right;
	margin: 5px 0 20px 30px;
}
.alignleft {
	float: left;
	margin: 5px 30px 20px 0;
}
.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
	font-size: 0.8125rem;
	font-style: italic;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%
}
.gallery-columns-4 .gallery-item {
	width: 25%
}
.gallery-columns-5 .gallery-item {
	width: 20%
}
.gallery-columns-6 .gallery-item {
	width: 16.6667%
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%
}
.gallery-columns-8 .gallery-item {
	width: 12.5%
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.page-links {
	margin-bottom: 20px;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #000000;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	padding: 0 5px;
	margin: 0 10px;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
	background-color: #a4d5d5;
}
.post-title,
.widget {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget_rss ul li .rsswidget {
	font-weight: 500;
}
.widget_rss .rss-date {
	display: block;
	font-family: 'lora', sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	color: #ababab;
}
.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
	padding: 0;
	text-align: center;
}
/* ==========================================================================
    2.0 DEFAULT CLASS
========================================================================== */
.padding-0 {
	padding-left: 0;
	padding-right: 0;
}
.container-outer {
	width: 1690px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.container-inner {
	width: 810px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* ==========================================================================
    2.1 CUSTOM COLUMNS BOOTSTRAP
========================================================================== */
/*CUSTOM BOOSTRAP 5 COLUMNS*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
/*AUTO CLEAR*/
@media (min-width: 1200px) {
	.auto-clear .col-lg-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-lg-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-lg-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-lg-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-lg-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-lg-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.auto-clear .col-md-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-md-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-md-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-md-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-md-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-md-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear .col-sm-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-sm-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-sm-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-sm-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-sm-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-sm-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.auto-clear .col-xs-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-xs-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-xs-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-xs-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-xs-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-xs-6:nth-child(odd) {
		clear: left;
	}
}
@media (max-width: 479px) {
	.auto-clear .col-ts-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-ts-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-ts-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-ts-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-ts-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-ts-6:nth-child(odd) {
		clear: left;
	}
}
/*Custom Bostrap Colum form 480 > 767*/

@media (max-width: 480px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-ts-1,
	.col-ts-10,
	.col-ts-11,
	.col-ts-12,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}
	.col-ts-1,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9,
	.col-ts-10,
	.col-ts-11 {
		float: left;
	}
	.col-ts-12 {
		width: 100%;
	}
	.col-ts-11 {
		width: 91.66666667%;
	}
	.col-ts-10 {
		width: 83.33333333%;
	}
	.col-ts-9 {
		width: 75%;
	}
	.col-ts-8 {
		width: 66.66666667%;
	}
	.col-ts-7 {
		width: 58.33333333%;
	}
	.col-ts-6 {
		width: 50%;
	}
	.col-ts-5 {
		width: 41.66666667%;
	}
	.col-ts-4 {
		width: 33.33333333%;
	}
	.col-ts-3 {
		width: 25%;
	}
	.col-ts-2 {
		width: 16.66666667%;
	}
	.col-ts-1 {
		width: 8.33333333%;
	}
	.col-ts-pull-12 {
		right: 100%;
	}
	.col-ts-pull-11 {
		right: 91.66666667%;
	}
	.col-ts-pull-10 {
		right: 83.33333333%;
	}
	.col-ts-pull-9 {
		right: 75%;
	}
	.col-ts-pull-8 {
		right: 66.66666667%;
	}
	.col-ts-pull-7 {
		right: 58.33333333%;
	}
	.col-ts-pull-6 {
		right: 50%;
	}
	.col-ts-pull-5 {
		right: 41.66666667%;
	}
	.col-ts-pull-4 {
		right: 33.33333333%;
	}
	.col-ts-pull-3 {
		right: 25%;
	}
	.col-ts-pull-2 {
		right: 16.66666667%;
	}
	.col-ts-pull-1 {
		right: 8.33333333%;
	}
	.col-ts-pull-0 {
		right: auto;
	}
	.col-ts-push-12 {
		left: 100%;
	}
	.col-ts-push-11 {
		left: 91.66666667%;
	}
	.col-ts-push-10 {
		left: 83.33333333%;
	}
	.col-ts-push-9 {
		left: 75%;
	}
	.col-ts-push-8 {
		left: 66.66666667%;
	}
	.col-ts-push-7 {
		left: 58.33333333%;
	}
	.col-ts-push-6 {
		left: 50%;
	}
	.col-ts-push-5 {
		left: 41.66666667%;
	}
	.col-ts-push-4 {
		left: 33.33333333%;
	}
	.col-ts-push-3 {
		left: 25%;
	}
	.col-ts-push-2 {
		left: 16.66666667%;
	}
	.col-ts-push-1 {
		left: 8.33333333%;
	}
	.col-ts-push-0 {
		left: auto;
	}
	.col-ts-offset-12 {
		margin-left: 100%;
	}
	.col-ts-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-ts-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-ts-offset-9 {
		margin-left: 75%;
	}
	.col-ts-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-ts-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-ts-offset-6 {
		margin-left: 50%;
	}
	.col-ts-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-ts-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-ts-offset-3 {
		margin-left: 25%;
	}
	.col-ts-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-ts-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-ts-offset-0 {
		margin-left: 0;
	}
	.hidden-ts {
		display: none;
	}
}
/* =========================================================================
    2.2 CAROUSEL THEME
===========================================================================*/
/*owl disabled*/
.owl-carousel .disabled {
	display: none;
}
/*owl-nav*/
.owl-carousel .owl-nav {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.owl-carousel:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}
/*.owl-dots*/
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 40px;
}
.owl-carousel .owl-dots .owl-dot {
	background-color: #ccc;
	width: 25px;
	height: 4px;
	padding: 0;
	position: relative;
	display: inline-block;
	margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
	background-color: #a4d5d5;
}
/* ==========================================================================
   3.0 HEADER THEME
========================================================================== */
/* ==========================================================================
   3.1 HEADER NAV THEME
========================================================================== */
.site-navigation {
	float: right;
}
.main-header {
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 10;
	transition: padding 0.5s;
}
.main-header.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.main-header.menu-bg {
	background-color: rgba(255, 255, 255, 1);
	padding-top: 25px;
	padding-bottom: 25px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}
.header-nav {
	position: relative;
	text-align: right;
}
.header-nav .menu-nav {
	padding: 0;
}
.header-nav .menu-nav .menu-item {
	list-style: none;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
}
.header-nav .menu-nav > .menu-item {
	display: inline-block;
	margin: 0 17px;
}
.header-nav .menu-nav > .menu-item:first-child {
	margin-left: 0;
}
.header-nav .menu-nav > .menu-item:last-child {
	margin-right: 0;
}
.header-nav .menu-nav > .menu-item > a {
	position: relative;
	padding: 0;
	background: none;
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.2em;
	font-weight: 600;
	color: #000;
}
.header-nav .menu-nav .menu-item > a::before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	border-bottom: 2px solid;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.header-nav .menu-nav .menu-item:hover > a::before,
.header-nav .menu-nav > .menu-item.active > a::before,
.header-nav .menu-nav > .menu-item.page-active > a::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.header-nav .menu-nav > .menu-item > a .highlighted-word__svg {
	display: none;
}
@keyframes in {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes out {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -572.9px;
	}
}
.header-nav .menu-nav .menu-item:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.header-nav .menu-nav .menu-item .sub-menu {
	opacity: 0;
	visibility: hidden;
	background: #000000;
	display: block;
	padding: 0;
	min-width: 146px;
	position: absolute;
	z-index: 10;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.header-fixed .header-nav .menu-nav .menu-item .sub-menu {
	background-color: #ffffff;
}
.header-nav .menu-nav > .menu-item > .sub-menu {
	left: -7px;
	top: 100%;
	margin-top: 14px;
}
.header-nav .menu-nav > .menu-item > .sub-menu .menu-item a {
	padding: 11px 17px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}
.main-header:not(.header-fixed) .header-nav .menu-nav > .menu-item > .sub-menu .menu-item a {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.header-nav .menu-nav > .menu-item > .sub-menu .menu-item:last-child a {
	border-bottom: none;
}
.header-nav .menu-nav > .menu-item > .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
/*megamenu*/
.header-nav .menu-nav .menu-item.megamenu-menu-item {
	position: static;
}
.header-nav .menu-nav .menu-item .sub-menu.megamenu {
	width: 100%;
}
/* ==========================================================================
   3.2 MENU MOBILE
========================================================================== */
.box-mobile-menu-open .body-overlay {
	visibility: visible;
	opacity: 1;
}
.body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 11;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.box-mobile-menu-open .box-mobile-menu {
	left: 0;
}
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
	left: 0 !important;
	z-index: 101;
}
.box-mobile-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -100%;
	width: 100%;
	line-height: 30px;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 11;
}
.box-mobile-menu .close-menu {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	z-index: 999;
}
.box-mobile-menu .box-inner {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.box-mobile-menu .box-title {
	display: block;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	padding: 8px 0;
	margin: 0 46px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.box-mobile-menu .back-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
}
.box-mobile-menu .toggle-submenu {
	font-family: 'FontAwesome', sans-serif;
	font-size: 20px;
	cursor: pointer;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.box-mobile-menu .toggle-submenu::before {
	content: "\f105";
}
.box-mobile-menu .submenu .submenu .toggle-submenu {
	display: none;
}
.box-mobile-menu .main-menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	z-index: 100;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}
.box-mobile-menu .main-menu .submenu {
	background-color: #fff;
	color: #666;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0 !important;
	left: -100% !important;
	bottom: 0;
	width: 100% !important;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
}
.box-mobile-menu .main-menu > .menu-item,
.box-mobile-menu .main-menu .submenu > .menu-item {
	display: inline-block;
	position: static;
	width: 100%;
}
.box-mobile-menu .main-menu .menu-item > a {
	display: inherit;
	padding: 10px 15px;
	font-size: 8vw;
	line-height: 1.2;
	font-family: 'Playfair Display', sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	background: none !important;
}
.box-mobile-menu .main-menu .menu-item > a .highlighted-word__svg {
	width: 130% !important;
	height: auto !important;
}
.box-mobile-menu .main-menu .menu-item > a .highlighted-word__svg path {
	stroke: #fff !important;
}
.box-mobile-menu .main-menu .menu-item.active > a .highlighted-word__svg path {
	-webkit-animation: in 0.4s linear forwards;
	animation: in 0.4s linear forwards;
}
.box-mobile-menu .main-menu .menu-item > a:hover {
	background: none;
}
.box-mobile-menu .main-menu .menu-item > a .highlighted-word__svg {
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	top: 50%;
	position: absolute;
	pointer-events: none;
}
.box-mobile-menu .main-menu .menu-item > a .highlighted-word__svg path {
	stroke-dasharray: 572.9px;
	stroke-dashoffset: 572.9px;
}
.box-mobile-menu .main-menu .submenu.megamenu .menu-item > a {
	padding: 0;
}
.box-mobile-menu .main-menu .menu-item-has-children > a {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
}
.box-mobile-menu .main-menu .submenu .submenu .menu-item-has-children > a {
	display: block;
	width: auto;
}
.box-mobile-menu .main-menu .menu-item-has-children > .toggle-submenu {
	float: right;
	z-index: 30;
}
/*mobile-navigation*/
.mobile-navigation {
	display: none;
	cursor: pointer;
}
.menu-btn-icon {
	text-align: center;
	display: inline-block;
	height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	line-height: 7px;
	position: relative;
	width: 20px;
	cursor: pointer;
}
.menu-btn-icon span {
	background-color: #000;
	height: 6px;
	width: 6px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
}
.menu-btn-icon span:first-child {
	top: 0;
	left: 0;
}
.menu-btn-icon span:nth-child(2) {
	bottom: 0;
	left: 0;
}
.menu-btn-icon span:last-child {
	top: 9px;
	right: 0;
}
/* ==========================================================================
   3.3 HEADER BANNER THEME
========================================================================== */
.header-banner-bg {
	background-color: #edf4f4;
	padding-bottom: 760px;
	border-bottom: 6px solid #000;
}
.header-banner {
	margin-top: -570px;
}
/*.banner-parallax*/
.banner-parallax .banner-image img {
	border: 10px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.banner-parallax .banner-content {
	margin-top: 90px;
}
.banner-parallax .banner-content .smtitle-banner {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	padding-left: 75px;
	position: relative;
}
.banner-parallax .banner-content .smtitle-banner::before {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	border-bottom: 2px solid;
	width: 54px;
}
.banner-parallax .banner-content .desc-banner {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	margin-bottom: 40px;
}
.banner-parallax .banner-content .title-banner {
	position: relative;
	font-size: 48px;
	margin-bottom: 20px;
	font-weight: 700;
}
.banner-parallax .banner-content .title-banner strong {
	font-weight: inherit;
}
.banner-parallax .banner-content .title-banner span {
	position: relative;
	display: inline-block;
}
.banner-parallax .banner-content .btn-banner {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	min-width: 250px;
	padding: 0 15px;
	letter-spacing: 0.4em;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #000;
}
.banner-parallax .banner-content .btn-banner:hover {
	color: #edf4f4;
	background-color: #000000;
}
.icon-mouse {
	display: block;
	width: 30px;
	height: 50px;
	border-radius: 30px;
	border: 2px solid #ffffff;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
.icon-mouse::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
/* ==========================================================================
    4.0 FOOTER THEME
========================================================================== */
.footer {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #000000;
	font-size: 13px;
}
.footer .logo-footer {
	margin-bottom: 20px;
}
.footer .paragraph-footer {
	color: #999;
	margin-bottom: 0;
}
.social-icons .social-link {
	display: inline-block;
	color: #000;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #000;
	margin-right: 5px;
	position: relative;
}
.social-icons .social-link::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background-color: #a4d5d5;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;;
}
.social-icons .social-link:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.social-icons .social-link i {
	position: relative;
}
a.backtotop {
	width: 50px;
	height: 50px;
	line-height: 46px;
	font-size: 24px;
	background-color: #edf4f4;
	border: 2px solid #000;
	position: fixed;
	bottom: 53px;
	right: 25px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999;
	overflow: hidden;
}
a.backtotop:not(.active) {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
a.backtotop i {
	color: #000;
}
@media (min-width: 1281px) {
	.container {
		width: 1200px;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	a.backtotop {
		display: none;
	}
}
/* ==========================================================================
   5.0 SHORTCODE THEME
========================================================================== */
/* ==========================================================================
   5.1 LIADRIN PORTFOLIO
========================================================================== */
#portfolio {
	padding-top: 130px;
}
.portfolio-item .portfolio-thumb {
	position: relative;
}
.portfolio-item .portfolio-thumb img {
	border: 8px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.portfolio-item .portfolio-title {
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 24px;
}
.portfolio-item .portfolio-title a {
	display: block;
	position: relative;
	padding-left: 75px;
}
.portfolio-item .portfolio-title a::before {
	content: '';
	width: 54px;
	border-bottom: 2px solid;
	position: absolute;
	top: 50%;
	left: 0;
}
.portfolio-item .portfolio-cate {
	font-size: 13px;
	letter-spacing: 0.3em;
	color: #999999;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
}
.portfolio-item .portfolio-cate a {
	display: block;
	line-height: 70px;
}
.portfolio-item.top-left .portfolio-cate {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: top left;
}
.portfolio-item.top-right .portfolio-cate {
	top: 0;
	right: 0;
	-webkit-transform: rotate(90deg) translate(100%, -100%);
	-moz-transform: rotate(90deg) translate(100%, -100%);
	-ms-transform: rotate(90deg) translate(100%, -100%);
	-o-transform: rotate(90deg) translate(100%, -100%);
	transform: rotate(90deg) translate(100%, -100%);
	transform-origin: top right;
}
.portfolio-item.bottom-left .portfolio-cate {
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(90deg) translate(-100%, 100%);
	-moz-transform: rotate(90deg) translate(-100%, 100%);
	-ms-transform: rotate(90deg) translate(-100%, 100%);
	-o-transform: rotate(90deg) translate(-100%, 100%);
	transform: rotate(90deg) translate(-100%, 100%);
	transform-origin: bottom left;
}
#portfolio .container-outer .portfolio-item:last-child {
	margin-top: -370px;
}
#portfolio .container-outer .portfolio-item:first-child {
	margin-top: 70px;
}
#portfolio .container:last-child {
	margin-top: -250px;
}
/* ==========================================================================
   5.2 LIADRIN TITLE
========================================================================== */
#about {
	padding-top: 100px;
}
.section-title {
	font-size: 48px;
	text-align: center;
	position: relative;
	margin-bottom: 65px;
	font-weight: 700;
	padding-bottom: 70px;
	margin-top: -9px;
}
.section-title span {
	font-size: 14px;
	line-height: 28px;
	display: block;
	margin-top: 15px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #333;
}
.section-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	border-left: 2px solid #000000;
	height: 50px;
}
.section-title.style-02 {
	text-align: left;
	margin-bottom: 20px;
}
.section-title.light {
	color: #fff;
}
.section-desc {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.section-desc img {
	display: block;
	margin: 0 auto 20px;
}
.section-desc span {
	font-size: 14px;
	line-height: 28px;
	display: block;
	margin-top: 15px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	color: #333;
	font-family: 'Poppins', sans-serif;
}
.section-heading {
	font-size: 40px;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 19px;
}
.section-heading::before {
	border-bottom: 4px solid #a4d5d5;
	width: 100px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
.section-heading + p {
	margin-bottom: 40px;
}
.liadrin-heading .liadrin-title {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
	padding-top: 19px;
}
.liadrin-heading .liadrin-title::before {
	border-bottom: 4px solid #a4d5d5;
	width: 100px;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.block-content-wrap {
	margin-top: 60px;
}
.block-title {
	font-size: 30px;
	margin-bottom: 10px;
}
.block-subtitle {
	font-size: 13px;
	margin-bottom: 20px;
	color: #999;
	font-style: italic;
}
#about-bottom {
	background: #edf4f4;
	padding-bottom: 130px;
	margin-top: -345px;
	border-top: 6px solid #000;
}
/* ==========================================================================
   5.3 LIADRIN SKILL
========================================================================== */
.liadrin-skill {
	padding-top: 45px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.liadrin-skill:last-child {
	margin-bottom: 0;
}
.liadrin-skill::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #edf4f4;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45px;
}
.liadrin-skill .skill-name {
	font-weight: 500;
	font-size: 18px;
	font-family: 'Playfair Display', sans-serif;
	line-height: 48px;
	color: #000;
	margin: 0;
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: 1;
}
.liadrin-skill .skill-bar {
	width: 100%;
	height: 4px;
	background-color: #000;
	display: block;
	position: relative;
}
.liadrin-skill .skill-bar.skill-bar-80 {
	width: 80%;
}
.liadrin-skill .skill-bar.skill-bar-85 {
	width: 85%;
}
.liadrin-skill .skill-bar.skill-bar-90 {
	width: 90%;
}
.liadrin-skill .skill-bar.skill-bar-95 {
	width: 95%;
}
.liadrin-skill .skill-bar .skill-count {
	position: absolute;
	top: -30px;
	color: #000;
	right: -18px;
	padding: 0 7px;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}
.liadrin-skill .skill-bar .skill-count::before {
	content: '';
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	border-width: 6px 5px 0 5px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* ==========================================================================
   5.4 LIADRIN VIDEO
========================================================================== */
.liadrin-video {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.liadrin-video .video-content {
	position: relative;
}
.liadrin-video .video-content img {
	border-radius: 0;
}
.liadrin-video a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);;
	z-index: 1;
	width: 70px;
	height: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
	box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}
.liadrin-video a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	display: block;
	border-width: 9px 0 9px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #a4d5d5;
}
.videobox_animation {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	z-index: 1;
	border-width: .5px;
	border-style: solid;
	border-color: #e0e0e0;
	opacity: 0;
	-webkit-animation: circles 3.9s linear 0s infinite;
	-moz-animation: circles 3.9s linear 0s infinite;
	-o-animation: circles 3.9s linear 0s infinite;
	animation: circles 3.9s linear 0s infinite;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.videobox_animation.circle_2 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s
}
.videobox_animation.circle_3 {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
	animation-delay: 2.6s
}
@-webkit-keyframes circles {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-webkit-transform: scale(1.44);
		transform: scale(1.44);
		opacity: .5
	}
	100% {
		-webkit-transform: scale(3.2);
		transform: scale(3.2);
		opacity: 0
	}
}
@-moz-keyframes circles {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-moz-transform: scale(1.44);
		transform: scale(1.44);
		opacity: .5
	}
	100% {
		-moz-transform: scale(3.2);
		transform: scale(3.2);
		opacity: 0
	}
}
@-o-keyframes circles {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-o-transform: scale(1.44);
		transform: scale(1.44);
		opacity: .5
	}
	100% {
		-o-transform: scale(3.2);
		transform: scale(3.2);
		opacity: 0
	}
}
@keyframes circles {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-webkit-transform: scale(1.44);
		-moz-transform: scale(1.44);
		-o-transform: scale(1.44);
		transform: scale(1.44);
		opacity: .5
	}
	100% {
		-webkit-transform: scale(3.2);
		-moz-transform: scale(3.2);
		-o-transform: scale(3.2);
		transform: scale(3.2);
		opacity: 0
	}
}
/* ==========================================================================
   5.5 LIADRIN FEATURE
========================================================================== */
.liadrin-feature {
	height: 150px;
	display: block;
	text-align: center;
	padding: 38px 15px;
	background-color: #f5f5f5;
	border-radius: 0;
}
.liadrin-feature i {
	font-size: 34px;
	margin-bottom: 15px;
	color: #a4d5d5;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.liadrin-feature .feature-title {
	margin: 0;
	font-size: 16px;
}
/* ==========================================================================
   5.6 LIADRIN SERVICE
========================================================================== */
#service {
	padding-top: 255px;
	padding-bottom: 130px;
	background-color: #edf4f4;
	margin-top: -130px;
	border-top: 6px solid #000000;
}
.liadrin-service {
	padding: 80px 60px;
	position: relative;
	text-align: center;
	background-color: #000;
	color: #fff;
}
.liadrin-service .service-title {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	margin-top: 0;
	color: #fff;
}
.liadrin-service .service-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Playfair Display', sans-serif;
	font-size: 16px;
	color: #fff;
}
.liadrin-service .service-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid;
}
.liadrin-service .service-link:hover::before {
	-webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
	animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
/* ==========================================================================
   5.8 LIADRIN BLOG
========================================================================== */
#blog-bg {
	background-color: #edf4f4;
	padding-bottom: 650px;
	border-bottom: 6px solid #000;
}
#blog {
	margin-top: -530px;
	padding-bottom: 120px;
}
#blog .slide-owl-carousel {
	background-color: #fff;
	padding: 20px 20px 0;
}
.post-grid .post-thumb {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border-radius: 0;
}
.post-thumb .datebox {
	background-color: #edf4f4;
	border-bottom: 2px solid #000;
	color: #000;
	text-align: center;
	padding: 7px 20px 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.3em;
	margin-top: 10px;
}
.post-thumb .datebox a {
	color: inherit;
}
.post-grid {
	text-align: center;
}
.post-grid .post-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.post-grid .post-title a:not(:hover) {
	color: inherit;
}
.post-grid .readmore {
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Playfair Display', sans-serif;
	font-size: 16px;
}
.post-grid .readmore::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid;
}
.post-grid .readmore:hover::before {
	-webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
	animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
@-webkit-keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
/* ==========================================================================
   5.9 LIADRIN TESTIMONAL
========================================================================== */
#testimonial-top {
	padding-top: 100px;
}
#testimonial-top .quote {
	font-size: 80px;
	margin-bottom: 10px;
	display: block;
	color: #a4d5d5;
	text-align: center;
}
#testimonial {
	margin-top: 60px;
	padding-bottom: 120px;
	background-color: #edf4f4;
	border-bottom: 6px solid #000;
}
.liadrin-testimonial {
	margin-top: -60px;
}
.rating {
	white-space: nowrap;
	line-height: 100%;
	display: inline-block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	letter-spacing: 6px;
}
.rating::before, .rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}
.rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: #adadad;
}
.rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.rating span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #000;
}
.rating.rating-5 span {
	width: 100%;
}
.testimonial-item {
	position: relative;
	text-align: center;
}
.testimonial-item .testimonial-wrap {
	overflow: hidden;
}
.testimonial-item .testimonial-info .thumb {
	padding: 8px;
	background-color: #fff;
	border-radius: 50%;
	display: table;
	margin: 0 auto 20px;
	width: 120px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.testimonial-item .testimonial-info .thumb img {
	border-radius: 50%;
	width: auto !important;
}
.testimonial-item .content {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 32px;
	font-family: 'Playfair Display', sans-serif;
	font-weight: 700;
	line-height: 1.2;;
}
.testimonial-item .intro {
	text-align: center;
}
.testimonial-item .name {
	font-size: 16px;
	font-family: inherit;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0;
}
.testimonial-item .position {
	font-size: 14px;
	color: #333;
	font-style: italic;
}
/* ==========================================================================
   5.10 LIADRIN CONTACT
========================================================================== */
#contact {
	padding-top: 130px;
	padding-bottom: 130px;
}
#contact h3 {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 500;
	text-transform: capitalize;
}
.contact-intro {
	margin-bottom: 25px;
	overflow: hidden;
}
.contact-intro:last-child {
	margin-bottom: 0;
}
.contact-intro span {
	font-size: 24px;
	display: inline-block;
	padding-left: 1px;
	background-color: #a4d5d5;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	float: left;
	width: 50px;
	padding-right: 20px;
	text-align: center;
	padding-top: 3px;
}
.contact-intro span.fa-envelope {
	font-size: 18px;
}
.contact-intro .contact-detail {
	overflow: hidden;
}
.contact-intro .contact-detail h4 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 3px;
}
.contact-intro .contact-detail div {
	font-size: 12px;
}
.contact-intro .contact-detail a:not(:hover) {
	color: inherit;
}
.contact-form label {
	font-size: 14px;
	font-weight: 500;
	display: block;
}
.contact-input {
	margin-bottom: 30px;
}
.contact-input input {
	border-radius: 0;
	width: 100%;
}
.contact-input textarea {
	border-radius: 0;
}
.contact-submit .submit {
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	min-width: 200px;
	position: relative;
	z-index: 1;
	padding: 0 25px;
	background: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-size: 200% 100%;
	border-radius: 0;
}
/* ==========================================================================
   5.11 LIADRIN PRICNG
========================================================================== */
#pricing {
	padding-top: 130px;
	padding-bottom: 130px;
}
#pricing .col-md-4.last,
#pricing .col-md-4.first {
	margin-top: 60px;
}
.liadrin-pricing.default .pricing-inner {
	position: relative;
	border: 1px solid #e7e7e7;
	border-bottom: 6px solid #000;
	background-color: #fff;
	text-align: center;
	padding: 34px 15px 55px 15px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.liadrin-pricing.default .pricing-inner:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.liadrin-pricing.default .special {
	position: absolute;
	width: 22px;
	height: 33px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	top: 0;
	right: 26px;
	background-color: #a4d5d5;
}
.liadrin-pricing.default .special::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	border-style: solid;
	border-color: transparent #a4d5d5 transparent #a4d5d5;
	border-width: 0 11px 7px 11px;
}
.liadrin-pricing.default .title {
	font-family: inherit;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 35px;
}
.liadrin-pricing.default .title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 3px solid #a4d5d5;
	width: 60px;
}
.liadrin-pricing.default .pricing-number {
	font-family: inherit;
	font-weight: 500;
	font-size: 70px;
	color: #000000;
	line-height: 1.2;
	padding-left: 10px;
	margin-bottom: 28px;
}
.liadrin-pricing.default .currency {
	font-size: 30px;
	position: relative;
	top: -45px;
	left: -15px;
}
.liadrin-pricing.default .pricing-list {
	list-style: none;
	padding-left: 0;
	padding-bottom: 54px;
}
.liadrin-pricing.default .pricing-list li {
	line-height: 40px;
}
.liadrin-pricing.default .pricing-list li:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}
.liadrin-pricing.default .button {
	text-align: center;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	min-width: 180px;
	position: relative;
	z-index: 1;
	padding: 7px 25px 5px;
	background: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* ==========================================================================
   5.12 LIADRIN COUNT UP
========================================================================== */
#countup {
	padding-top: 110px;
	padding-bottom: 130px;
}
#countup .col-sm-4 {
	padding-top: 35px;
	padding-bottom: 28px;
}
#countup .col-sm-4.mid {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.liadrin-counterup .counterup-inner {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.liadrin-counterup .icon {
	display: inline-block;
	font-size: 50px;
	color: #000;
	margin-bottom: 25px;
	-webkit-transition: transform 0.7s ease 0s;
	-moz-transition: transform 0.7s ease 0s;
	-o-transition: transform 0.7s ease 0s;
	transition: transform 0.7s ease 0s;
}
.liadrin-counterup .icon:hover {
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.liadrin-counterup .counter-up {
	font-weight: 500;
	font-size: 60px;
	line-height: 1;
	color: #000;
}
.liadrin-counterup .title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: inherit;
	margin-top: 8px;
	margin-bottom: 0;
}
/* ==========================================================================
   6.0 RESPONSIVE
========================================================================== */
@media ( max-width: 1366px) {
	.header-nav .menu-nav > .menu-item {
		margin: 0 13px;
	}
	.header-nav .menu-nav > .menu-item > a {
		font-size: 12px;
	}
	.main-header {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.header-nav .menu-nav > .menu-item > .sub-menu {
		left: auto;
		right: -7px;
	}
	.header-nav .menu-nav > .menu-item > .sub-menu .sub-menu {
		left: auto;
		right: 100%;
	}
	.site-navigation {
		padding-right: 0;
	}
	.banner-parallax .banner-content .title-banner {
		font-size: 40px;
	}
	.banner-parallax .banner-content .smtitle-banner {
		font-size: 14px;
	}
	.header-banner-bg {
		padding-bottom: 700px;
	}
	.header-banner {
		margin-top: -550px;
	}
	#about {
		padding-top: 80px;
	}
	.section-title {
		font-size: 40px;
		margin-bottom: 55px;
	}
	.liadrin-heading .liadrin-title,
	.section-heading,
	.section-desc {
		font-size: 36px;
	}
	#about-bottom {
		padding-bottom: 100px;
	}
	#portfolio {
		padding-top: 100px;
	}
	.portfolio-item .portfolio-cate a {
		line-height: 50px;
	}
	.portfolio-item .portfolio-title {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	#service {
		padding-top: 230px;
		padding-bottom: 100px;
	}
	#pricing {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#blog-bg {
		padding-bottom: 620px;
	}
	#blog {
		padding-bottom: 90px;
	}
	#countup {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	#testimonial {
		padding-bottom: 90px;
	}
	#testimonial-top {
		padding-top: 80px;
	}
	.testimonial-item .name {
		font-size: 14px;
	}
	#contact {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (max-width: 1199px) {
	.main-header.menu-bg {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.header-banner {
		margin-top: -460px;
	}
	.header-banner-bg {
		padding-bottom: 580px;
	}
	.banner-parallax .banner-content {
		margin-top: 60px;
	}
	.banner-parallax .banner-content .title-banner {
		font-size: 34px;
	}
	.section-title {
		font-size: 36px;
		margin-bottom: 45px;
		padding-bottom: 55px;
		margin-top: -6px;
	}
	.section-title::before {
		height: 45px;
	}
	.liadrin-heading .liadrin-title,
	.section-heading,
	.section-desc {
		font-size: 30px;
	}
	#about {
		padding-top: 60px;
	}
	#about-bottom {
		padding-bottom: 80px;
	}
	#portfolio {
		padding-top: 80px;
	}
	#service {
		margin-top: -80px;
		padding-top: 160px;
		padding-bottom: 80px;
	}
	#pricing {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#blog {
		margin-top: -450px;
		padding-bottom: 70px;
	}
	#countup {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	#testimonial-top {
		padding-top: 60px;
	}
	.testimonial-item .content {
		font-size: 26px;
	}
	#testimonial {
		padding-bottom: 70px;
	}
	#contact {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (max-width: 991px) {
	.banner-parallax .banner-content .title-banner {
		font-size: 28px;
	}
	#about-bottom {
		padding-bottom: 60px;
	}
	.liadrin-heading .liadrin-title, .section-heading, .section-desc {
		font-size: 26px;
	}
	.section-title {
		font-size: 28px;
		margin-bottom: 35px;
		padding-bottom: 45px;
	}
	.section-title::before {
		height: 35px;
	}
	#portfolio {
		padding-top: 60px;
	}
	.portfolio-item .portfolio-cate {
		position: static;
		transform-origin: 0 !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	#portfolio .container-outer .portfolio-item:first-child,
	#portfolio .container-outer .portfolio-item:last-child {
		margin-top: 0;
	}
	#portfolio .container-outer {
		width: 750px;
	}
	#portfolio .pull-right {
		float: left !important;
	}
	.portfolio-item .portfolio-inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.portfolio-item .portfolio-title {
		order: 1;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.portfolio-item .portfolio-title a {
		padding-left: 50px;
	}
	.portfolio-item .portfolio-title a::before {
		width: 35px;
	}
	#service {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.liadrin-service {
		padding: 40px 18px;
	}
	.liadrin-service .service-title {
		font-size: 16px;
	}
	#pricing {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#pricing .col-md-4.last,
	#pricing .col-md-4.first {
		margin-top: 0;
	}
	#pricing .col-md-4:not(.last) {
		margin-bottom: 30px;
	}
	.liadrin-pricing.default .pricing-inner {
		padding: 20px 15px 30px 15px;
	}
	.liadrin-pricing.default .title {
		margin-bottom: 25px;
		font-size: 15px;
		letter-spacing: 0.2em;
	}
	.liadrin-pricing.default .pricing-number {
		margin-bottom: 0;
	}
	.liadrin-pricing.default .pricing-list {
		padding-bottom: 20px;
	}
	.liadrin-pricing.default .pricing-list li {
		line-height: 35px;
	}
	#blog-bg {
		padding-bottom: 510px;
	}
	#blog {
		padding-bottom: 50px;
	}
	#countup {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	#countup .col-lg-3:not(:last-child)::before {
		display: none;
	}
	.liadrin-counterup .title {
		font-size: 14px;
	}
	#testimonial-top {
		padding-top: 40px;
	}
	#testimonial {
		padding-bottom: 50px;
	}
	.testimonial-item .content {
		font-size: 20px;
	}
	#contact {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.mobile-navigation {
		display: inline-block;
	}
	.banner-parallax .banner-content .desc-banner {
		margin-bottom: 20px;
		max-height: 84px;
		overflow: hidden;
	}
	.banner-parallax .banner-content {
		margin-top: 40px;
	}
	.banner-parallax .banner-content .btn-banner {
		font-size: 12px;
		letter-spacing: 0.2em;
		min-width: 180px;
		height: 40px;
		line-height: 40px;
	}
	.header-banner {
		margin-top: -350px;
	}
	.header-banner-bg {
		padding-bottom: 465px;
	}
	.block-content-wrap {
		margin-top: 0;
	}
	.about-bottom .col-sm-12:last-child .block-content-wrap {
		margin-top: 25px;
	}
	#about-bottom {
		margin-top: -215px;
	}
}
@media (max-width: 767px) {
	#about-bottom,
	#service {
		border-top: 3px solid #000000;
	}
	.header-banner-bg {
		padding-bottom: 570px;
	}
	.header-banner {
		margin-top: -450px;
	}
	.header-banner-bg,
	#blog-bg,
	.liadrin-pricing.default .pricing-inner,
	#testimonial {
		border-bottom: 3px solid #000000;
	}
	.banner-parallax .banner-content {
		margin-top: 40px;
	}
	.banner-parallax .banner-content .title-banner {
		font-size: 22px;
		max-width: 350px;
	}
	.banner-parallax .banner-content .desc-banner {
		margin-bottom: 20px;
	}
	.portfolio-item .portfolio-cate {
		font-size: 12px;
		letter-spacing: 0.2em;
	}
	.portfolio-item .portfolio-title {
		font-size: 20px;
	}
	#about-bottom {
		padding-top: 240px;
		margin-top: -210px;
	}
	.liadrin-heading .liadrin-title, .section-heading, .section-desc {
		font-size: 22px;
	}
	.liadrin-heading .liadrin-title {
		margin-bottom: 25px;
	}
	.section-desc {
		margin-bottom: 40px;
	}
	#service .col-md-4:not(.last) {
		padding-bottom: 30px;
	}
	.liadrin-service .service-title {
		font-size: 16px;
	}
	#countup {
		padding-bottom: 40px;
	}
	#countup .col-sm-4.mid {
		border: none
	}
	#countup .col-sm-4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.liadrin-counterup .icon {
		margin-bottom: 10px;
	}
	.liadrin-counter .counter-up {
		font-size: 46px;
	}
	.main-header.menu-bg {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.owl-carousel .owl-dots {
		margin-top: 30px;
	}
	.contact-info {
		margin-bottom: 40px;
	}
	.contact-intro {
		margin-bottom: 20px;
	}
	.contact-input {
		margin-bottom: 20px;
	}
	.post-grid .readmore {
		margin-top: 13px;
	}
	.post-grid .post-thumb {
		margin-bottom: 20px;
	}
	.contact-submit .submit {
		font-size: 13px;
	}
	.section-title {
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.header-banner-bg {
		padding-bottom: 450px;
	}
	.header-banner {
		margin-top: -350px;
	}
	.testimonial-item .content {
		font-size: 16px;
	}
	.banner-parallax .banner-image img {
		border: 10px solid #fff;
	}
	.liadrin-video {
		padding: 10px
	}
	#blog .slide-owl-carousel {
		padding: 10px 10px 0;
	}
	.testimonial-item .testimonial-info .thumb {
		padding: 5px
	}
	#about-bottom {
		padding-top: 160px;
		margin-top: -140px;
	}
}
@media (max-width: 320px) {
	#about-bottom {
		padding-top: 120px;
		margin-top: -90px;
	}
}