/*
Theme Name: Xenol
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: Xenol
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 XENOL PORTFOLIO
	5.2 XENOL TITLE
	5.3 XENOL SKILL
	5.4 XENOL VIDEO
	5.5 XENOL FEATURE
	5.6 XENOL SERVICE
	5.7 XENOL TEAM
	5.8 XENOL BLOG
	5.9 XENOL TESTIMONAL
	5.10 XENOL CONTACT
	5.11 XENOL PRICNG
	5.12 XENOL COUNT UP
6.0 RESPONSIVE
------------------------------------------- */

/* ==========================================================================
  1.0 RESET BROWSER
========================================================================== */
@font-face {
	font-family: "BebasNeue";
	src: url("../fonts/BebasNeue-Regular.otf?v=1.0.4") format("opentype");
	font-style: normal;
	font-weight: normal;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #7e7e7e;
	overflow-x: hidden;
}
label {
	font-weight: normal;
	color: #2e3337;
}
a {
	color: #2e3337;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #0065eb;
}
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: #2e3337;
	margin-top: 0;
}
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 #01c6fb;
	color: #2e3337;
	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="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	border: 1px solid #ebebeb;
	border-radius: 0;
	padding: 0 26px;
	max-width: 100%;
	background-color: transparent;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
textarea {
	line-height: 28px;
	padding: 15px 26px;
	height: auto;
	width: 100%;
}
button,
input[type="submit"] {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	padding: 0 15px;
	background: #2e3337;
	border: none;
	border-radius: 0;
}
button:focus,
input[type="submit"]:focus {
	color: #ffffff;
	background: #01c6fb;
}
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: #01c6fb !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: #2e3337;
	border-radius: 4px;
	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: #0065eb;
}
.post-title,
.widget {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget_rss ul li .rsswidget {
	font-weight: 600;
}
.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 {
	background: rgba(0, 0, 0, 0.8);
	width: 30px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	line-height: 70px;
	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;
	height: 20px;
}
.owl-carousel .owl-dots .owl-dot {
	border: 2px solid rgba(0, 0, 0, .2);
	width: 15px;
	height: 15px;
	padding: 0;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
	border-color: #0065eb;
}
.owl-carousel .owl-dots .owl-dot::before {
	content: '';
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 3px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-transition: opacity 0.25s, background-color 0.25s ease 0s;
	-moz-transition: opacity 0.25s, background-color 0.25s ease 0s;
	-o-transition: opacity 0.25s, transform 0.25s ease 0s;
	transition: opacity 0.25s, background-color 0.25s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.owl-carousel .owl-dots .owl-dot:hover::before,
.owl-carousel .owl-dots .owl-dot.active::before {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-dots .owl-dot.active::before {
	background-color: #0065eb;
}
/* ==========================================================================
   3.0 HEADER THEME
========================================================================== */
/* ==========================================================================
   3.1 HEADER NAV THEME
========================================================================== */
.site-navigation {
	float: right;
	padding-right: 76px;
}
.main-header {
	padding-top: 55px;
	padding-bottom: 55px;
	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(0, 0, 0, .8);
	padding-top: 30px;
	padding-bottom: 30px;
}
.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 13px;
}
.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 0 6px 0;
	background: none;
	font-size: 12px;
	letter-spacing: 0.2em;
	font-weight: 600;
}
.header-fixed .header-nav .menu-nav > .menu-item > a {
	color: #ffffff;
}
.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: 1px 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.menu-item-has-children:hover > a::after {
	opacity: 1;
	visibility: visible;
}
.header-nav .menu-nav > .menu-item.menu-item-has-children > a::after {
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 9px 6px;
	border-style: solid;
	border-color: transparent transparent #2e3337 transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	margin: auto;
	-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.menu-item-has-children > a::after {
	border-color: transparent transparent #ffffff transparent;
}
.header-nav .menu-nav > .menu-item.menu-item-has-children.megamenu-menu-item > a::after {
	bottom: -14px;
}
.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: #2e3337;
	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: -320px;
	width: 90%;
	max-width: 320px;
	line-height: 30px;
	background-color: #fff;
	color: #666;
	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: 0;
	right: 0;
	display: block;
	width: 46px;
	height: 46px;
}
.box-mobile-menu .close-menu::before,
.box-mobile-menu .close-menu::after {
	border-bottom: 2px solid;
	content: "";
	left: 14px;
	position: absolute;
	top: 22px;
	width: 17px;
}
.box-mobile-menu .close-menu::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.box-mobile-menu .close-menu::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box-mobile-menu .box-inner {
	height: calc(100% - 40px);
	box-shadow: 0 -1px 0 #eee;
	position: relative;
}
.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 .close-menu {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 46px;
	height: 46px;
	text-align: center;
}
.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 {
	position: absolute;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	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;
}
.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;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.box-mobile-menu .main-menu .menu-item > a {
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 30px;
}
.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: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	line-height: 7px;
	position: relative;
	width: 50px;
	cursor: pointer;
}
.menu-btn-icon span {
	background-color: #fff;
	vertical-align: middle;
	display: inline-block;
	height: 2px;
	width: 24px;
}
/* ==========================================================================
   3.3 HEADER BANNER THEME
========================================================================== */
/*.banner-parallax*/
.banner-parallax {
	height: 100vh;
	min-height: 450px;
	position: relative;
	background-image: url(../images/parallax-banner.jpg);
	background-position: right center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-parallax .banner-content {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.banner-parallax .banner-content .smtitle-banner {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.banner-parallax .banner-content .desc-banner {
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}
.banner-parallax .banner-content .title-banner {
	position: relative;
	font-size: 70px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 20px;
}
.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: 14px;
	font-weight: 600;
	min-width: 166px;
	padding: 0 15px;
	text-align: center;
	height: 50px;
	line-height: 46px;
	border: 2px solid #fff;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	border-radius: 49px;
}
.banner-parallax .banner-content .btn-banner:hover {
	background-color: #fff;
	color: #0065eb;
}
.icon-mouse {
	display: block;
	width: 33px;
	height: 48px;
	border-radius: 33px;
	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: 65px;
	padding-bottom: 65px;
}
/*.backtotop*/
.backtotop {
	text-transform: uppercase;
	display: inline-block;
	width: 116px;
	height: 116px;
	padding: 22px 25px 50px 25px;
	border: 3px solid;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.3em;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
	border-radius: 8px;
}
.backtotop::before {
	content: '';
	width: 19px;
	height: 19px;
	border-top: 2px solid;
	border-left: 2px solid;
	transform: rotate(45deg);
	position: absolute;
	bottom: 19px;
	left: 45px;
}
/*socials*/
.logo-footer {
	display: inline-block;
}
.logo-footer,
.socials {
	margin-bottom: 30px;
}
.socials ul {
	padding-left: 0;
}
.socials ul li {
	list-style: none;
	display: inline-block;
	margin: 10px 28px;
}
.socials ul li a {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 5px;
	position: relative;
	font-weight: 500;
}
.socials ul li a::before {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*.copyright*/
.copyright {
	font-size: 14px;
	line-height: 26px;
}
.copyright span {
	color: #ff0000;
}
@media (min-width: 1281px) {
	.container {
		width: 1200px;
		max-width: 100%;
	}
}
/* ==========================================================================
   5.0 SHORTCODE THEME
========================================================================== */
/* ==========================================================================
   5.1 XENOL PORTFOLIO
========================================================================== */
#portfolio {
	padding-top: 100px;
	padding-bottom: 70px;
	background-color: #f5f5f5;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-inner {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.isotope-sizer {
	width: 33.3333333%;
}
.xenol-portfolio {
	text-align: center;
}
.xenol-portfolio .porfolio-buttons {
	margin-bottom: 46px;
}
.xenol-portfolio .porfolio-buttons .portfolio-button {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 28px;
	position: relative;
	margin: 5px 11px;
	padding: 5px 20px 3px;
	border-radius: 20px;
	display: inline-block;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .08);
	background-color: #fff;
}
.xenol-portfolio .porfolio-buttons .portfolio-button.is-checked {
	color: #fff;
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
}
.xenol-portfolio .porfolio-buttons .portfolio-button:hover::before,
.xenol-portfolio .porfolio-buttons .portfolio-button.is-checked::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.xenol-portfolio .portfolio-item {
	overflow: hidden;
}
.xenol-portfolio .portfolio-item img {
	width: 100%;
}
.xenol-portfolio .portfolio-item:hover .portfolio-overlay {
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	transform: scale(1.01);
}
.xenol-portfolio .portfolio-overlay {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
.xenol-portfolio .portfolio-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.xenol-portfolio .portfolio-title a {
	color: inherit;
}
.xenol-portfolio .portfolio-title a:hover {
	color: #0065eb;
}
/* ==========================================================================
   5.2 XENOL TITLE
========================================================================== */
#about {
	padding-top: 90px;
	padding-bottom: 90px;
}
.section-title {
	font-size: 34px;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 65px;
	margin-top: -6px;
	font-weight: 600;
}
.section-title::before,
.section-title::after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
}
.section-title::before {
	width: 44px;
	bottom: 0;
}
.section-title::after {
	width: 78px;
	bottom: -5px;
}
.block-content-wrap {
	padding-right: 30px;
}
.block-content {
	margin-bottom: 35px;
}
.block-title {
	font-size: 30px;
	margin-bottom: 5px;
}
.block-subtitle {
	font-size: 13px;
	margin-bottom: 20px;
	color: #999;
	font-style: italic;
}
/* ==========================================================================
   5.3 XENOL SKILL
========================================================================== */
.xenol-skill {
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
}
.xenol-skill::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #e7e7e7;
	border-radius: 14px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 14px;
}
.xenol-skill .skill-name {
	font-weight: 500;
	
	font-size: 14px;
	line-height: 30px;
	color: #2e3337;
	margin: 0;
	padding-bottom: 4px;
}
.xenol-skill .skill-bar {
	width: 100%;
	height: 6px;
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
	border-radius: 6px;
	display: block;
	position: relative;
	margin: 4px;
}
.xenol-skill .skill-bar.skill-bar-80 {
	width: 80%;
}
.xenol-skill .skill-bar.skill-bar-85 {
	width: 85%;
}
.xenol-skill .skill-bar.skill-bar-90 {
	width: 90%;
}
.xenol-skill .skill-bar.skill-bar-95 {
	width: 95%;
}
.xenol-skill .skill-bar .skill-count {
	position: absolute;
	top: -37px;
	color: #fff;
	background-color: #2e3337;
	right: 0;
	padding: 0 7px;
	font-size: 12px;
	font-weight: 500;
}
.xenol-skill .skill-bar .skill-count::before {
	content: '';
	border-style: solid;
	border-color: #2e3337 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 XENOL VIDEO
========================================================================== */
.xenol-video {
	margin-bottom: 30px;
}
.xenol-video .video-content {
	position: relative;
}
.xenol-video .video-content img {
	border-radius: 8px;
}
.xenol-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);
}
.xenol-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 #0065eb;
}
.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 XENOL FEATURE
========================================================================== */
.xenol-feature {
	height: 150px;
	display: block;
	border: 1px solid #f5f5f5;
	text-align: center;
	padding: 38px 15px;
	background-color: #f5f5f5;
	border-radius: 8px;
}
.xenol-feature i {
	font-size: 34px;
	margin-bottom: 15px;
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
	background-clip: border-box;
	background: -webkit-linear-gradient(to right, #01c6fb 0%, #0065eb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.xenol-feature .feature-title {
	margin: 0;
	font-size: 16px;
}
/* ==========================================================================
   5.6 XENOL SERVICE
========================================================================== */
#service {
	padding-top: 100px;
	padding-bottom: 100px;
}
.xenol-service {
	overflow: hidden;
	margin-bottom: 60px;
	text-align: center;
}
.xenol-service .icon {
	width: 70px;
	height: 70px;
	line-height: 76px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 17px;
	font-size: 42px;
	-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;
	border: 1px solid #eee;
}
.xenol-service .icon::before {
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
	background-clip: border-box;
	background: -webkit-linear-gradient(to right, #01c6fb 0%, #0065eb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #fff;
}
.xenol-service .service-info {
	overflow: hidden;
}
.xenol-service:hover .icon {
	border-color: transparent;
	background: linear-gradient(to right, #01c6fb 0%, #0065eb 100%);
}
.xenol-service:hover .icon::before {
	background: inherit;
	background-clip: inherit;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
}
.xenol-service .service-title {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0;
}
.service-bottom .service-intro {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: none;
}
.service-bottom .service-btn {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	min-width: 180px;
	position: relative;
	z-index: 1;
	padding: 0 25px;
	background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	-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: 30px;
	text-transform: capitalize;
}
.service-btn:hover {
	background-position: 100% 0;
}
/* ==========================================================================
   5.7 XENOL TEAM
========================================================================== */
#team {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
}
.team-item {
	text-align: center;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
}
.team-item:hover {
	border: 1px solid #01c6fb;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.team-item .team-image {
	position: relative;
}
.team-item:hover .team-image::before,
.team-item:hover .team-image .team-socials {
	opacity: 1;
}
.team-item .team-image img {
	border-radius: 8px;
}
.team-item .team-image::before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	transition: 0.5s;
	border-radius: 8px;
}
.team-item .team-image .team-socials {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 2;
	transition: 0.5s;
}
.team-item .team-image .team-socials a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border-radius: 50%;
	border: 1px solid;
	font-size: 16px;
	color: #ffffff;
	margin: 6px;
	position: relative;
}
.team-item .team-image .team-socials a i {
	position: relative;
}
.team-item .team-image .team-socials a::before {
	content: '';
	background: linear-gradient(to right, #01c6fb, #0065eb);
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-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;
	border-radius: 50%;
}
.team-item .team-image .team-socials a:hover::before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.team-item .team-info {
	background-color: #ffffff;
	padding-top: 20px
}
.team-item .team-info .team-name {
	font-size: 18px;
	line-height: 30px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
.team-item .team-info .team-name::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background: linear-gradient(to right, #01c6fb, #0065eb);
}
.team-item .team-info .team-position {
	line-height: 30px;
	color: #999;
}
/* ==========================================================================
   5.8 XENOL BLOG
========================================================================== */
#blog {
	padding-top: 100px;
	padding-bottom: 100px;
}
.post-grid .post-thumb {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border-radius: 8px;
}
.post-grid .post-thumb::before {
	background: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	width: 100%;
	z-index: 2;
}
.post-grid .post-thumb:hover::before {
	opacity: .5;
}
.post-thumb .datebox a {
	position: absolute;
	border-radius: 4px;
	top: 10px;
	left: 10px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
	padding: 0 15px;
	z-index: 2;
}
.post-grid .post-title {
	font-size: 18px;
	margin-bottom: 12px;
}
.post-grid .readmore {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-top: 24px;
	text-transform: uppercase;
	
}
.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 XENOL TESTIMONAL
========================================================================== */
#testimonial {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
}
.testimonial-wrap {
	position: relative;
	padding: 43px 24px 32px 34px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 25px;
	border-radius: 8px;
}
.testimonial-wrap::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 80px;
	margin-top: -1px;
	border-width: 12px 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.testimonial-wrap .quote {
	font-size: 40px;
	margin-bottom: 7px;
	display: inline-block;
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
	background-clip: border-box;
	background: -webkit-linear-gradient(to right, #01c6fb 0%, #0065eb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0065eb;
}
.testimonial-wrap .content {
	padding-bottom: 21px;
}
.rating {
	float: right;
	white-space: nowrap;
	line-height: 100%;
	display: inline-block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 116px;
	letter-spacing: 10px;
}
.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: #f6b56c;
}
.rating.rating-5 span {
	width: 100%;
}
.testimonial-info {
	overflow: hidden;
}
.testimonial-info .thumb {
	width: 88px;
	margin-left: 50px;
	margin-right: 23px;
	float: left;
}
.testimonial-info .thumb img {
	border-radius: 50%;
}
.testimonial-info .intro {
	overflow: hidden;
}
.testimonial-info .name {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 0;
}
.testimonial-info .position {
	font-size: 12px;
	color: #999;
	font-style: italic;
}
/* ==========================================================================
   5.10 XENOL CONTACT
========================================================================== */
.xenol-google-maps {
	min-height: 480px;
}
#contact {
	padding-top: 100px;
	padding-bottom: 100px;
}
#contact h3 {
	font-size: 20px;
	margin-bottom: 25px;
	font-family: inherit;
	font-weight: 600;
	text-transform: capitalize;
}
.contact-intro {
	margin-bottom: 25px;
	overflow: hidden;
}
.contact-intro span {
	font-size: 26px;
	display: inline-block;
	padding-left: 1px;
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
	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: 60px;
	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: 40px;
	width: 100%;
}
.contact-input textarea {
	border-radius: 8px;
}
.contact-submit input {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	min-width: 180px;
	position: relative;
	z-index: 1;
	padding: 0 25px;
	background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	-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: 30px;
	text-transform: capitalize;
}
.contact-submit input:hover {
	background-position: 100% 0;
}
/* ==========================================================================
   5.11 XENOL PRICNG
========================================================================== */
#pricing {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
}
.pricing-inner {
	position: relative;
	border-radius: 8px;
	background-color: #fff;
	text-align: center;
	padding: 50px 10px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-webkit-transition: transform 0.4s ease 0s;
	-moz-transition: transform 0.4s ease 0s;
	-o-transition: transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s;
}
.pricing-inner.special,
.pricing-inner:hover {
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
	color: #fff;
}
.pricing-inner:hover {
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
}
.pricing-inner .title {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-family: inherit;
	text-transform: uppercase;
}
.pricing-inner .pricing-number {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	color: #2e3337;
	margin-bottom: 20px;
	margin-top: 0;
}
.pricing-inner .pricing-number .currency {
	font-size: 16px;
	font-weight: normal;
	top: -30px;
	position: relative;
}
.pricing-inner .pricing-number .pertime {
	font-size: 18px;
}
.pricing-list {
	list-style: none;
	padding-left: 0;
	padding-bottom: 30px;
}
.pricing-list li {
	line-height: 34px;
}
.pricing-list li::before {
	content: '\f00d';
	font-family: 'FontAwesome', sans-serif;
	margin-right: 6px;
	font-size: 12px;
	background: linear-gradient(to right, #01c6fb, #0065eb 100%);
	background-clip: border-box;
	background: -webkit-linear-gradient(to right, #01c6fb 0%, #0065eb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pricing-list li.active::before {
	content: '\f00c';
}
.pricing-inner .button {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	min-width: 180px;
	position: relative;
	z-index: 1;
	padding: 0 25px;
	background-color: #d4d4d4;
	border-radius: 30px;
	text-transform: capitalize;
}
.pricing-inner.special .pricing-list li::before,
.pricing-inner.special .title,
.pricing-inner.special .pricing-number,
.pricing-inner:hover .pricing-list li::before,
.pricing-inner:hover .title,
.pricing-inner:hover .pricing-number {
	color: #fff;
	background: none;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
}
.pricing-inner.special .pricing-list li::before,
.pricing-inner:hover .pricing-list li.active::before {
	background: none;
	-webkit-background-clip: padding-box;
	-webkit-text-fill-color: inherit;
}
.pricing-inner.special .button,
.pricing-inner:hover .button {
	background-color: #fff;
	color: #0065eb;
}
/* ==========================================================================
   5.12 XENOL COUNT UP
========================================================================== */
#countup {
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url('../images/count-bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.xenol-counter {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 3px;
}
.counter-inner {
	display: inline-block;
	text-align: left;
	overflow: hidden;
	color: #fff;
}
.xenol-counter .icon {
	float: left;
	font-size: 50px;
	width: 70px;
	padding-left: 1px;
}
.xenol-counter .counter-info {
	overflow: hidden;
}
.xenol-counter .counter-up {
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 5px;
}
.xenol-counter .counter-title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}
/* ==========================================================================
   6.0 RESPONSIVE
========================================================================== */
@media ( max-width: 1366px) {
	.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;
	}
	#portfolio {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	#countup {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#contact,
	#pricing,
	#testimonial,
	#blog,
	#team,
	#service,
	#about {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.banner-parallax .banner-content .smtitle-banner {
		font-size: 22px;
	}
	.banner-parallax .banner-content .title-banner {
		font-size: 60px;
	}
}
@media (max-width: 1199px) {
	.pricing-inner .pricing-number {
		font-size: 50px;
	}
	.banner-parallax .banner-content .title-banner span::before {
		height: 4px;
	}
	#portfolio {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	#contact,
	#pricing,
	#testimonial,
	#blog,
	#team,
	#service,
	#about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#countup {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.isotope-sizer {
		width: 50%;
	}
	.banner-parallax .banner-content .btn-banner {
		min-width: 130px;
		height: 40px;
		line-height: 36px;
	}
	.service-bottom .service-btn,
	.pricing-inner .button {
		min-width: 130px;
		height: 40px;
		line-height: 40px;
	}
	.banner-parallax .banner-content .title-banner::before {
		height: 4px;
	}
	.section-title {
		margin-bottom: 50px;
	}
	.xenol-service {
		margin-bottom: 35px;
	}
	.main-header.menu-bg {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media (max-width: 1024px) {
	.mobile-navigation {
		display: inline-block;
	}
}
@media (max-width: 991px) {
	.block-content-wrap {
		padding-right: 0;
	}
	.block-title {
		font-size: 30px;
	}
	.xenol-video {
		margin-top: 40px;
	}
	.xenol-video img {
		width: 100%;
	}
	.pricing-inner {
		padding: 30px 10px;
	}
	.pricing-inner .title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.pricing-inner .pricing-number {
		font-size: 44px;
	}
	.pricing-inner .pricing-number .currency {
		top: -23px;
		margin-bottom: 10px;
	}
	.pricing-list {
		padding-bottom: 20px;
	}
	.pricing-list li {
		line-height: 30px;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.testimonial-wrap::before {
		left: 30px;
	}
	.testimonial-info .thumb {
		margin-left: 0;
	}
	input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"], select,
	button, input[type="submit"] {
		height: 40px;
		line-height: 40px;
	}
	.icon-mouse {
		bottom: 35px;
	}
	.main-header.menu-bg {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.banner-parallax .banner-content .desc-banner {
		font-size: 12px;
	}
	.xenol-service {
		margin-bottom: 20px;
	}
	.banner-parallax .banner-content .title-banner span::before {
		height: 2px;
	}
	.owl-carousel .owl-dots {
		margin-top: 30px;
	}
	.section-title {
		margin-bottom: 40px;
		font-size: 24px;
	}
	.block-content {
		margin-bottom: 15px;
	}
	.block-title {
		font-size: 22px;
	}
	.banner-parallax .banner-content .smtitle-banner {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.banner-parallax .banner-content .title-banner {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.banner-parallax .banner-content .title-banner::before {
		height: 2px;
	}
	.col-ts-12:not(:last-child) .xenol-feature {
		margin-bottom: 30px;
	}
	.xenol-service {
		margin-bottom: 20px;
	}
	#contact h3 {
		margin-bottom: 20px;
	}
	.col-sm-4:not(:last-child) .pricing-inner {
		margin-bottom: 30px;
	}
	.xenol-portfolio .porfolio-buttons {
		margin-bottom: 25px;
	}
	.testimonial-wrap {
		padding: 20px 15px;
	}
	.backtotop {
		margin-bottom: 20px;
	}
	.logo-footer,
	.socials {
		margin-bottom: 15px;
	}
	.socials ul li {
		margin: 10px 15px;
	}
	.backtotop {
		width: 100px;
		height: 100px;
		padding: 15px 15px 20px 15px;
		font-size: 13px;
	}
	.backtotop::before {
		bottom: 13px;
		left: 38px;
	}
	.contact-intro {
		margin-bottom: 20px;
	}
	.contact-input {
		margin-bottom: 20px;
	}
	.post-grid .readmore {
		margin-top: 13px;
	}
	.post-grid .post-thumb {
		margin-bottom: 20px;
	}
	.service-bottom .service-intro {
		margin-bottom: 25px;
	}
	.col-ts-12:not(:last-child) .xenol-feature,
	.portfolio-item {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.isotope-sizer {
		width: 100%;
	}
}
