/*
Theme Name: Ixlid
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: Ixlid
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 IXLID PORTFOLIO
	5.2 IXLID TITLE
	5.3 IXLID SKILL
	5.4 IXLID BRAND
	5.5 IXLID FEATURE
	5.6 IXLID SERVICE
	5.7 IXLID TEAM
	5.8 IXLID BLOG
	5.9 IXLID TESTIMONAL
	5.10 IXLID CONTACT
	5.11 IXLID PRICNG
	5.12 IXLID COUNT UP
6.0 RESPONSIVE
------------------------------------------- */

/* ==========================================================================
  1.0 RESET BROWSER
========================================================================== */
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: #3B3386;
}
img {
	max-width: 150%;
	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 #3B3386;
	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 #f5f5f5;
	border-radius: 0;
	padding: 0 26px;
	max-width: 100%;
	color: #9b9b9b;
	background-color: #f5f5f5;
	font-size: 14px;
	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;
	text-transform: capitalize;
}
button:focus,
input[type="submit"]:focus {
	color: #ffffff;
	background: #3B3386;
}
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: #3B3386 !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: #3B3386;
}
.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: 20px;
	padding-right: 20px;
	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 {
	background-color: rgba(0, 0, 0, .2);
	width: 12px;
	height: 12px;
	padding: 0;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
	background-color: #3B3386;
}
.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: #3B3386;
}
/* ==========================================================================
   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%;
	background-color: #FFF;
}
.main-header.menu-bg {
	background-color: #FFF;
	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;
	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: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
.header-fixed .header-nav .menu-nav > .menu-item > a {
	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: 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::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.25);
}
.banner-parallax::after {
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: radial-gradient(#c1b4d7 1px, #0000 0);
	background-position: 100% 100%;
	background-size: 10px 10px;
	opacity: 0.05;
	pointer-events: none;
}
.banner-parallax .banner-content {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 2;
}
.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;
}
.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;
	color: #3B3386;
}
.banner-parallax .banner-content .title-banner span {
	position: relative;
	display: inline-block;
}
.banner-parallax .banner-content .btn-banner {
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background-color: #3B3386;
	color: #fff;
	padding: 0 20px;
	font-weight: 600;
	min-width: 150px;
	margin-top: 15px;
}
.banner-parallax .banner-content .btn-banner:hover {
	background-color: #3B3386;
	color: #fff;
}
.icon-mouse {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	-webkit-box-shadow: 0 8px 21px -1px #e3e3e3;
	-moz-box-shadow: 0 8px 21px -1px #e3e3e3;
	box-shadow: 0 8px 21px -1px #e3e3e3;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
	color: #2e3337;
	z-index: 1;
}
.icon-mouse::before {
	content: '';
	display: block;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0.1;
	position: absolute;
	top: -70px;
	left: -70px;
	right: -70px;
	bottom: -70px;
	margin: auto;
}
/* ==========================================================================
    4.0 FOOTER THEME
========================================================================== */
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
/*.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;
}
.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*/
.socials {
	text-align: right;
}
.socials ul {
	padding-left: 0;
}
.socials ul li {
	list-style: none;
	display: inline-block;
	margin: 5px 20px;
}
.socials ul li:first-child {
	margin-left: 0;
}
.socials ul li:last-child {
	margin-right: 0;
}
.socials ul li a {
	font-size: 18px;
}
/*.copyright*/
.copyright {
	line-height: 26px;
	padding-top: 5px;
	padding-bottom: 5px;;
}
.copyright a {
	color: #3B3386;
}
@media (min-width: 1281px) {
	.container {
		width: 1200px;
		max-width: 100%;
	}
}
/* ==========================================================================
   5.0 SHORTCODE THEME
========================================================================== */
/* ==========================================================================
   5.1 IXLID PORTFOLIO
========================================================================== */
#portfolio {
	padding-top: 100px;
}
.portfolio-item {
	padding-left: 0;
	padding-right: 0;
}
.portfolio-inner {
	position: relative;
	overflow: hidden;
}
.isotope-sizer {
	width: 25%;
}
.ixlid-portfolio {
	text-align: center;
}
.ixlid-portfolio .porfolio-buttons {
	margin-bottom: 46px;
}
.ixlid-portfolio .porfolio-buttons .portfolio-button {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 28px;
	position: relative;
	margin: 0 11px 5px 11px;
	border-radius: 20px;
	display: inline-block;
}
.ixlid-portfolio .porfolio-buttons .portfolio-button.is-checked {
	color: #3B3386;
}
.ixlid-portfolio .porfolio-buttons .portfolio-button::before {
	border-bottom: 2px solid;
	bottom: 0;
	left: 0;
	content: '';
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.ixlid-portfolio .porfolio-buttons .portfolio-button:hover::before,
.ixlid-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);
}
.ixlid-portfolio .portfolio-item {
	overflow: hidden;
}
.ixlid-portfolio .portfolio-item img {
	width: 100%;
}
.ixlid-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);
}
.ixlid-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);
}
.ixlid-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%);
}
.ixlid-portfolio .portfolio-title a {
	color: inherit;
}
.ixlid-portfolio .portfolio-title a:hover {
	color: #3B3386;
}
/* ==========================================================================
   5.2 IXLID TITLE
========================================================================== */
#about {
	padding-top: 90px;
	padding-bottom: 90px;
}
.section-title {
	font-size: 38px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 65px;
	font-weight: 600;
	padding-bottom: 15px;
	z-index: 1;
}
.section-title::before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 3px solid #3B3386;
	width: 80px;
	bottom: 0;
}
.block-content-wrap {
	padding-right: 30px;
}
.block-content {
	margin-bottom: 35px;
}
.block-title {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.block-title span {
	color: #3B3386;
}
.block-subtitle {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.block-link {
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background-color: #2e3337;
	padding: 0 20px;
	font-weight: 600;
	min-width: 150px;
	color: #fff;
	margin-top: 15px;
}
.block-link:hover {
	background-color: #3B3386;
	color: #fff;
}
/* ==========================================================================
   5.3 IXLID SKILL
========================================================================== */
.ixlid-skill {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.ixlid-skill:last-child {
	margin-bottom: 0;
}
.ixlid-skill::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #f5f5f5;
	bottom: 0;
	left: 0;
	right: 0;
	height: 14px;
}
.ixlid-skill .skill-name {
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #222;
	margin: 0;
	padding-bottom: 4px;
}
.ixlid-skill .skill-bar {
	width: 100%;
	height: 14px;
	background: #3B3386;
	display: block;
	position: relative;
}
.ixlid-skill .skill-bar.skill-bar-80 {
	width: 80%;
}
.ixlid-skill .skill-bar.skill-bar-85 {
	width: 85%;
}
.ixlid-skill .skill-bar.skill-bar-90 {
	width: 90%;
}
.ixlid-skill .skill-bar.skill-bar-95 {
	width: 95%;
}
.ixlid-skill .skill-bar .skill-count {
	position: absolute;
	top: -37px;
	right: 0;
	padding: 0 7px;
	font-size: 12px;
	font-weight: 500;
	color: #222;
}
/* ==========================================================================
   5.4 IXLID BRAND
========================================================================== */
#brand {
	padding-top: 100px;
	padding-bottom: 100px;
}
.owl-carousel .owl-item .brand-item {
	text-align: center;
}
.owl-carousel .owl-item .brand-item img {
	width: auto;
	margin: 0 auto;
}
/* ==========================================================================
   5.5 IXLID FEATURE
========================================================================== */
.ixlid-feature {
	height: 150px;
	display: block;
	border: 1px solid #f8f8f8;
	text-align: center;
	padding: 38px 15px;
	background-color: #f8f8f8;
}
.ixlid-feature i {
	font-size: 34px;
	margin-bottom: 15px;
	background: #3B3386;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.ixlid-feature .feature-title {
	margin: 0;
	font-size: 16px;
}
/* ==========================================================================
   5.6 IXLID SERVICE
========================================================================== */
#service {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f8f8f8;
}
.ixlid-service {
	margin-bottom: 60px;
	background-color: #fff;
	margin-top: 30px;
	position: relative;
	padding: 60px 30px 30px;
	-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);
}
.ixlid-service .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	font-size: 30px;
	-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;
	background: #3B3386;
	color: #fff;
	position: absolute;
	top: -30px;
	left: 30px;
}
.ixlid-service .service-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0;
	position: relative;
	padding-bottom: 15px;
}
.ixlid-service .service-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #3B3386;
	width: 40px;
}
.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-color: #222;
	text-transform: capitalize;
}
.service-btn:hover {
	background-color: #3B3386;
}
/* ==========================================================================
   5.7 IXLID TEAM
========================================================================== */
#team {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f8f8f8;
}
.team-item {
	text-align: center;
}
.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::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;
}
.team-item .team-info {
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.team-item .team-info .team-name {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	position: relative;
	margin-bottom: 0;
}
.team-item .team-info .team-position {
	line-height: 30px;
	color: #999;
}
.team-socials {
	position: absolute;
	z-index: 2;
	top: calc(100% - 50px);
	right: calc(100% - 50px);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 24px 55px 25px 47px;
	text-align: center;
	cursor: pointer;
	transition: .45s;
	color: #fff;
	background: #3B3386;
}
.team-socials h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.team-socials a {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
}
.team-item:hover .team-socials {
	top: 0;
	right: 0;
}
.team-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.team-arrow::before {
	content: '\f061';
	font-family: FontAwesome;
	display: inline-block;
	-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;
	color: #fff;
}
.team-item:hover .team-arrow::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* ==========================================================================
   5.8 IXLID BLOG
========================================================================== */
#blog {
	padding-top: 100px;
	padding-bottom: 100px;
}
.post-grid .post-thumb {
	position: relative;
	margin-bottom: 25px;
}
.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;
	top: 15px;
	left: 15px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 0 20px;
	z-index: 2;
}
.post-thumb .datebox a::before {
	background: #3B3386;
	content: '';
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
}
.post-thumb .datebox a span {
	position: relative;
}
.post-grid .post-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
}
.post-grid .readmore {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-transform: uppercase;
	display: inline-block;
}
.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 IXLID CALL TO ACTION
========================================================================== */
.call_to_action_area {
	background-image: url(../images/v2.jpg);
	position: relative;
	background-attachment: fixed;
}
.call_to_action_area::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.call_to_action_area::after {
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: radial-gradient(#c1b4d7 1px, #0000 0);
	background-position: 100% 100%;
	background-size: 10px 10px;
	opacity: 0.05;
	pointer-events: none;
}
.ixlid_call_to_action {
	padding-top: 130px;
	padding-bottom: 140px;
}
.ixlid_call_to_action_content h2,
.ixlid_call_to_action_content h3 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff
}
.ixlid_call_to_action_content h2 {
	font-size: 18px;
}
.ixlid_call_to_action_content h3 {
	font-size: 36px;
	margin-top: 16px;
}
.ixlid_call_to_action_text {
}
.ixlid_call_to_action_text p {
	width: 73%;
	margin-top: 12px;
	color: #fff
}
.ixlid_call_to_action_batton a {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	background: #3B3386;
	display: inline-block;
	color: #fff;
	padding: 12px 30px;
	margin-top: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	min-width: 150px;
	text-align: center;
}
.ixlid_call_to_action_batton a:hover {
	background: #fff;
	color: #2e3337;
}
.ixlid_call_to_action_batton a i {
	margin-left: 10px;
}
/*right*/
.ixlid_call_to_video_title {
	margin-top: 229px;
}
.ixlid_call_to_video_title a {
	font-size: 25px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
.ixlid_call_to_video_title a:hover {
	color: #3B3386;
}
.ixlid_call_to_video_title i {
	font-size: 25px;
	margin-right: 20px;
	vertical-align: middle;
}
/* ==========================================================================
   5.9 IXLID TESTIMONAL
========================================================================== */
#testimonial {
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
	background-attachment: fixed;
	background-image: url("../images/testimonial-bg.jpg");
}
#testimonial::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#testimonial::after {
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: radial-gradient(#c1b4d7 1px, #0000 0);
	background-position: 100% 100%;
	background-size: 10px 10px;
	opacity: 0.05;
	pointer-events: none;
}
#testimonial .slick-dots li button {
	background-color: #fff;
}
#testimonial .slick-dots li.slick-active button {
	background-color: #3B3386;
}
.testimonial-item {
	overflow: hidden;
	text-align: center;
	padding: 0 15px;
}
.testimonial-item .testimonial-wrap {
	position: relative;
}
.testimonial-item .quote {
	font-size: 55px;
	color: #3B3386;
	display: block;
	margin-bottom: 25px;
}
.testimonial-item .content {
	color: #fff;
	line-height: 1.4;
	margin: auto;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}
.testimonial-item .name::before {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background-color: #3B3386;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.testimonial-item .name {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	color: #fff;
	padding-top: 30px;
	margin-top: 30px;
}
.testimonial-item .name a {
	color: #a8a8a8;
}
.slick-dots {
	text-align: center;
	margin-top: 80px;
	padding-left: 0;
	height: 12px;
}
.slick-dots li {
	display: inline-block;
	list-style: none;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	background-color: rgba(0, 0, 0, .2);
	font-size: 0;
}
.slick-dots li.slick-active button {
	background-color: #3B3386;
}
/* ==========================================================================
   5.10 IXLID CONTACT
========================================================================== */
.ixlid-google-maps {
	min-height: 550px;
}
#contact {
	padding-top: 100px;
	padding-bottom: 100px;
}
#contact h3 {
	font-size: 30px;
}
.list-creative {
	margin-top: 40px;
	padding-left: 0;
	list-style: none;
}
.list-creative > li:first-child {
	padding-top: 0;
}
.list-creative > li {
	padding: 30px 0;
}
.list-creative > li:last-child {
	padding-bottom: 0;
}
.list-creative > li + li {
	border-top: 1px solid #e5e5e5;
}
.list-terms-medium {
	position: relative;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.list-terms-medium::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	bottom: 2px;
	width: 3px;
	background: #3B3386;
}
.list-terms-medium a:not(:hover) {
	color: inherit;
}
.list-terms-medium dt {
	font-size: 14px;
	margin-bottom: 3px;
	letter-spacing: .05em;
	font-weight: 600;
	text-transform: uppercase;
	color: #2e3337;
}
.list-terms-medium dd {
	letter-spacing: .05em;
}
.list-comma {
	padding-left: 0;
	list-style: none;
}
.form-wrap {
	margin-bottom: 30px;
}
.form-wrap.last {
	margin-bottom: 0;
}
.form-wrap input {
	width: 100%;
}
.rd-mailform {
	margin-top: 45px;
}
.rd-mailform textarea {
	height: 150px;
}
.rd-mailform button {
	width: 100%;
}
.rd-mailform button:hover {
	background: #3B3386;
}
/* ==========================================================================
   5.11 IXLID PRICNG
========================================================================== */
#pricing {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f8f8f8;
}
.pricing-inner {
	position: relative;
	color: #fff;
	background-color: #404044;
	text-align: center;
	padding: 40px 20px;
	-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: #3B3386;
	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: 18px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pricing-inner .pricing-number {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin-top: 0;
}
.pricing-inner .pricing-number .currency {
	font-size: 22px;
	top: -30px;
	position: relative;
}
.pricing-inner .pertime {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-bottom: 30px;
	margin-top: 10px;
	display: inline-block;
}
.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;
}
.pricing-list li.active::before {
	content: '\f00c';
}
.pricing-inner .button {
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	min-width: 180px;
	position: relative;
	z-index: 1;
	padding: 0 25px;
	background-color: #3B3386;
}
.pricing-inner.special .button,
.pricing-inner:hover .button {
	background-color: #fff;
	color: #3B3386;
}
/* ==========================================================================
   5.12 IXLID 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;
	position: relative;
}
#countup::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
#countup::after {
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: radial-gradient(#c1b4d7 1px, #0000 0);
	background-position: 100% 100%;
	background-size: 10px 10px;
	opacity: 0.05;
	pointer-events: none;
}
.ixlid-counter {
	padding-top: 20px;
	padding-bottom: 3px;
	position: relative;
}
.counter-inner {
	display: inline-block;
	text-align: left;
	overflow: hidden;
	color: #fff;
}
.ixlid-counter .icon {
	float: left;
	font-size: 30px;
	width: 80px;
	border-left: 2px solid #3B3386;
	border-bottom: 2px solid #3B3386;
	padding-left: 20px;
	padding-bottom: 25px;
	padding-top: 10px;
}
.ixlid-counter .counter-info {
	overflow: hidden;
}
.ixlid-counter .counter-up {
	font-size: 55px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	left: -8px;
}
.ixlid-counter .counter-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 10px;
}
/* ==========================================================================
   6.0 RESPONSIVE
========================================================================== */
@media ( max-width: 1366px) {
	.slick-dots {
		margin-top: 50px;
	}
	.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;
	}
	#countup {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#brand,
	#contact,
	#pricing,
	#testimonial,
	#blog,
	#team,
	#service,
	#about {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ixlid_call_to_action {
		padding-top: 100px;
		padding-bottom: 110px;
	}
	.banner-parallax .banner-content .smtitle-banner {
		font-size: 22px;
	}
	.banner-parallax .banner-content .title-banner {
		font-size: 60px;
	}
}
@media (max-width: 1199px) {
	.ixlid_call_to_action_content h2 {
		font-size: 16px
	}
	.block-subtitle {
		font-size: 16px;
	}
	.banner-parallax .banner-content .smtitle-banner {
		font-size: 16px;
	}
	.ixlid_call_to_action_content h3 {
		font-size: 30px;
	}
	.ixlid_call_to_video_title a {
		font-size: 22px;
	}
	.owl-carousel .owl-dots,
	.slick-dots {
		margin-top: 30px;
	}
	.testimonial-item .content {
		font-size: 22px;
	}
	.testimonial-item .name {
		font-size: 16px;
	}
	.isotope-sizer {
		width: 33.3333333%;
	}
	.pricing-inner .pricing-number {
		font-size: 50px;
	}
	.banner-parallax .banner-content .title-banner span::before {
		height: 4px;
	}
	.ixlid_call_to_action {
		padding-top: 0;
		padding-bottom: 35px;
	}
	.ixlid_call_to_video_title {
		margin-top: 0;
	}
	#portfolio {
		padding-top: 60px;
	}
	.call_to_action_area {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#brand,
	#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;
		font-size: 30px;
	}
	#contact h3 {
		font-size: 26px;
	}
	.ixlid-service {
		margin-bottom: 35px;
	}
	.main-header.menu-bg {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.ixlid_call_to_action_batton a {
		padding: 7px 25px;
	}
}
@media (max-width: 1024px) {
	.mobile-navigation {
		display: inline-block;
	}
}
@media (max-width: 991px) {
	.block-link {
		margin-bottom: 20px;
	}
	.ixlid_call_to_action_batton a {
		margin-top: 10px;
	}
	.form-wrap.last {
		margin-bottom: 30px;
	}
	#contact .col-lg-5 {
		padding-bottom: 40px;
	}
	.rd-mailform {
		margin-top: 35px;
	}
	.list-creative {
		margin-top: 30px;
	}
	.block-content-wrap {
		padding-right: 0;
	}
	.block-title {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.pricing-inner {
		padding: 30px 10px 35px;
	}
	.pricing-inner .title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.pricing-inner .pricing-number {
		font-size: 44px;
	}
	.pricing-inner .pricing-number .currency {
		top: -23px;
		margin-bottom: 10px;
	}
	.pricing-inner .pertime {
		margin-bottom: 20px;
	}
	.pricing-list {
		padding-bottom: 20px;
	}
	.pricing-list li {
		line-height: 30px;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.ixlid-service .service-title {
		font-size: 16px;
	}
	.ixlid-counter .counter-title {
		font-size: 16px;
	}
	.ixlid_call_to_action_content h2 {
		font-size: 14px
	}
	.ixlid_call_to_action_content h3 {
		font-size: 24px;
	}
	.post-grid .post-title {
		font-size: 16px;
	}
	.ixlid_call_to_video_title a {
		font-size: 16px;
	}
	.ixlid-counter .counter-up {
		font-size: 44px;
		padding-top: 7px;
	}
	.ixlid-counter {
		padding-left: 20%;
	}
	.socials,
	.copyright {
		text-align: center;
	}
	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;
	}
	.main-header.menu-bg {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.banner-parallax .banner-content .desc-banner {
		font-size: 12px;
	}
	.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;
	}
	#contact h3 {
		font-size: 22px;
	}
	.block-content {
		margin-bottom: 15px;
	}
	.block-subtitle {
		font-size: 14px;
	}
	.block-title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.banner-parallax .banner-content .smtitle-banner {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.banner-parallax .banner-content .title-banner {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.banner-parallax .banner-content .title-banner::before {
		height: 2px;
	}
	.service-bottom .service-intro {
		margin-bottom: 25px;
	}
	.col-ts-12:not(:last-child) .ixlid-feature {
		margin-bottom: 30px;
	}
	.col-sm-4:not(:last-child) .pricing-inner {
		margin-bottom: 30px;
	}
	.ixlid-portfolio .porfolio-buttons {
		margin-bottom: 25px;
	}
	.testimonial-item .content {
		font-size: 18px;
	}
	.ixlid_call_to_action_text p {
		width: 100%;
	}
	.backtotop {
		margin-bottom: 20px;
	}
	.socials ul li {
		margin: 5px 15px;
	}
	.backtotop {
		width: 100px;
		height: 100px;
		padding: 15px 15px 20px 15px;
		font-size: 13px;
	}
	.backtotop::before {
		bottom: 13px;
		left: 38px;
	}
	.post-grid .readmore {
		margin-top: 13px;
	}
	.col-ts-12:not(:last-child) .ixlid-feature {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.isotope-sizer {
		width: 100%;
	}
}
.img-responsive2{
	
	width:400px;
}