/*
Theme Name: Xacta
Theme URI: http://www.adcreators.com.au
Author: adcreators
Author URI: http://www.adcreators.com.au
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Tags: 
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

@font-face {
	font-family: 'Poppins-Bold';
	src: url('fonts/Poppins-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('fonts/Poppins-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyanmarMN-Bold';
	src: url('fonts/MyanmarMN-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Khyay-Regular';
	src: url('fonts/Khyay-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Poppins-Regular';
}
html{
	scroll-behavior: smooth;
}
body {
	color: #000 !important;
	font-family: 'Poppins-Regular' !important;
	font-size: 20px !important;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Poppins-Regular' !important;
}

h1 {
	font-size: 78px !important;
	margin: 20px 0 !important;
	line-height: 65px !important;
	font-family: 'Poppins-Regular' !important;
}

h2 {
	font-size: 60px !important;
	line-height: 65px !important;
	margin: 20px 0 !important;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-family: 'Poppins-Bold';
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: 'Poppins-Regular';
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: 'Poppins-Regular';
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li>ul,
li>ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px;
	/* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/* Custom gradient block backgrounds */
.has-autumn-brown-gradient-background {
	background: linear-gradient(135deg, rgba(226, 45, 15, 1) 0%, rgba(158, 25, 13, 1) 100%);
}

.has-sunset-yellow-gradient-background {
	background: linear-gradient(135deg, rgba(233, 139, 41, 1) 0%, rgba(238, 179, 95, 1) 100%);
}

.has-light-sky-gradient-background {
	background: linear-gradient(135deg, rgba(228, 228, 228, 1.0) 0%, rgba(208, 225, 252, 1.0) 100%);
}

.has-dark-sky-gradient-background {
	background: linear-gradient(135deg, rgba(0, 0, 0, 1.0) 0%, rgba(56, 61, 69, 1.0) 100%);
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor>.comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
	/* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
	/* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
	/* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

ul.nav-menu,
div.nav-menu>ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	padding: 0px 25px;
}

.nav-menu li a {
	color: #fff !important;
	font-family: 'Poppins-Regular';
	font-size: 18px;
}

.nav-menu li.menu-item-has-children > a::after {
	content: " ▾";
	font-size: 18px;
	margin-left: 8px;
	font-weight: bold;
}

.nav-menu li:hover>a,
.nav-menu li a:hover,
.nav-menu li:focus>a,
.nav-menu li a:focus {
	color: #fff;
	text-decoration: none;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 8px 0;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 0;
	z-index: 99999;
	min-width: 220px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 100%;
	min-width: 200px;
}

.nav-menu .sub-menu li,
.nav-menu .children li {
	display: block;
	padding: 0;
	width: 100%;
}

.nav-menu .sub-menu li a,
.nav-menu .children li a {
	display: block;
	padding: 14px 24px;
	text-decoration: none;
	transition: all 0.3s ease;
	border-bottom: none;
	font-size: 16px;
	position: relative;
}

.nav-menu .sub-menu li:last-child a,
.nav-menu .children li:last-child a {
	border-bottom: none;
}

.nav-menu .sub-menu li a:hover,
.nav-menu .children li a:hover {
	background: rgba(255, 255, 255, 0.1);
	padding-left: 30px;
	color: #f7f5e7 !important;
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul,
ul.nav-menu .focus>ul,
.nav-menu .focus>ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a {
	color: #fff;
	font-family: 'Poppins-Bold';
}

.menu-toggle {
	display: none;
}

/* Navbar */

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta>span {
	margin-right: 20px;
}

.entry-meta>span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links>span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links>span,
.format-quote .entry-content .page-links>span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside+.format-aside,
.format-aside+.format-link,
.format-link+.format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important;
	/* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important;
	/* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important;
	/* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content>p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left;
	/* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list>li:after,
.comment-list .children>li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list>li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor>.comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li>ul,
.widget li>ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li>cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-nav {
	display: table;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

.wp-calendar-nav span {
	display: table-cell;
	text-align: center;
}

.wp-calendar-nav-prev,
.wp-calendar-nav-next {
	width: 40%;
}

/* Text widget */
.widget_text ul,
.widget_text ol {
	padding-left: 20px;
	margin-bottom: 16px;
}

.widget_text li:last-child {
	padding-bottom: 0;
}

.widget_text li>ul,
.widget_text li>ol {
	margin-bottom: 0;
}

.widget_text ul {
	list-style: square;
}

.widget_text ol {
	list-style: decimal;
}

/* Tag Cloud widget */
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
	padding: 0;
}

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.widget .gallery-columns-2 .gallery-item {
	max-width: 49%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.widget .gallery-columns-3 .gallery-item {
	max-width: 22%;
	max-width: -webkit-calc(33% - 4px);
	max-width: calc(33% - 4px);
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}

.font-12 {
	font-size: 12px;
	line-height: 18px;
}

.font-13 {
	font-size: 13px;
	line-height: 18px;
}

.font-14 {
	font-size: 14px;
	line-height: normal;
}

.font-16 {
	font-size: 16px;
	line-height: 24px;
}

.font-17 {
	font-size: 17px;
	line-height: 22px;
}

.font-18 {
	font-size: 18px;
	line-height: 24px;
}

.font-20 {
	font-size: 20px;
	line-height: 28px;
}

.font-22 {
	font-size: 22px;
	line-height: 30px;
}

.font-24 {
	font-size: 24px;
	line-height: 32px;
}

.font-26 {
	font-size: 26px;
	line-height: 32px;
}

.font-28 {
	font-size: 28px;
	line-height: 36px;
}

.font-30 {
	font-size: 30px;
	line-height: 42px;
}

.font-32 {
	font-size: 32px;
	line-height: 40px;
}

.font-36 {
	font-size: 36px;
	line-height: 44px;
}

.font-40 {
	font-size: 40px;
	line-height: 50px;
}

.font-45 {
	font-size: 45px;
	line-height: 50px;
}

.font-50 {
	font-size: 50px;
	line-height: 60px;
}

.font-54 {
	font-size: 54px;
	line-height: 65px;
}

.font-60 {
	font-size: 60px;
	line-height: 70px;
}

.font-65 {
	font-size: 65px;
	line-height: 72px;
}

.font-75 {
	font-size: 75px;
	line-height: 75px;
}

.font-86 {
	font-size: 86px;
	line-height: 110px;
}

.font-94 {
	font-size: 94px;
	line-height: 102px;
}

.font-100 {
	font-size: 100px;
	line-height: 110px;
}

.font-110 {
	font-size: 110px;
	line-height: 102px;
}

.font-120 {
	font-size: 120px;
	line-height: 100px;
}

.font-140 {
	font-size: 140px;
	line-height: 165px;
}

.font-160 {
	font-size: 160px;
	line-height: 115px;
}

.font-262 {
	font-size: 262px;
	line-height: 262px;
}

.myanmar {
	font-family: 'MyanmarMN-Bold' !important;
}

.myanmar-regular {
	font-family: 'Khyay-Regular' !important;
}

.poppins-regular {
	font-family: 'Poppins-Regular' !important;
}

.poppins-medium {
	font-family: 'Poppins-Medium' !important;
}

.poppins-bold {
	font-family: 'Poppins-Bold' !important;
}

.white {
	color: #fff !important;
}

.black {
	color: #000000 !important;
}

.blacks {
	color: #141466 !important;
}

.blue {
	color: #00DEFE;
}
.purple{
	color:#9658C4;
}
.grey {
	color: #707070 !important;
}

.linear-purple {
	background: linear-gradient(90deg, #DD79CC 0%, #553781 100.02%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bg-lightt {
	background: #11D7D0 !important;
}

.bg-black {
	background: #000000 !important;
}

.bg-blue {
	background: #007CFF !important;
}

.bg-bluee {
	background: #00DEFE !important;
}

.bg-darkblue {
	background: #141466 !important;
}

.bg-white {
	background: #FFFFFF !important;
}

.bg-grey {
	background: #F9F9F9 !important;
}

.bg-greyy {
	background: #F5F5F5 !important;
}

.bg-gradient-purple {
	background: linear-gradient(84deg, #B279DD -32.66%, #553781 76.8%);
}

.bg-gradient-blue {
	background: linear-gradient(117deg, #00DEFE -58.56%, #0072D1 82.94%);
}

.bg-purple {
	background: #553781;
}

.bg-purples {
	background: #eae0f1;
}

.bg-linear {
	background: linear-gradient(90deg, #00DEFE -39.66%, #007AD4 66.28%, #0072D1 108.24%);
}


.bg-gradient-pink {
	background: var(--purple-gradient, linear-gradient(90deg, rgba(85, 55, 129, 0.1) 0%, rgba(85, 55, 129, 0.5) 100.02%));
	mix-blend-mode: hard-light;
}

.opacity {
	opacity: 0.5;
}

.letter-spacing {
	letter-spacing: 1.44px;
}

.paddings {
	padding: 0 100px;
}

.pt-15 {
	padding-top: 15px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-50 {
	margin-bottom: 50px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pt-160 {
	padding-top: 160px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pt-275 {
	padding-top: 275px;
}

.pb-275 {
	padding-bottom: 275px;
}

.pb-350 {
	padding-bottom: 350px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-125 {
	margin-top: 125px;
}

/* anthony */

.company_profile a:hover{
	text-decoration:none;
}

.company_profile a{
    padding: 20px 60px;
}

.back_top img{
	cursor:pointer;
}

.vendors_logo img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.vendors_logo img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.vendors_logo img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.inner_serv_hom a:hover{
	text-decoration:none;
}

.inner_serv_hom a{
	color:#fff!important;
	text-decoration:none;
}

.what_we_do {
	margin-top: -120px;
}

.what_text.col-md-6 {
	padding: 0 6% !important;
}

.what_we_do .d-flex {
	background: rgba(255, 255, 255, 0.85);
}

.main_video {
	position: fixed;
	width: 100%;
}

.home_video {
	height: 100vh;
}

#myVideo {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.sol-title {
	min-height: 100px;
}

.mob {
	display: none !important;
}

.content_serv {
	min-height: 130px;
}

.inner_serv_hom ul {
	padding-left: 15px;
}

.inner_serv_hom li {
	list-style: disc;
	margin-bottom: 8px;
}

.inner_serv_hom {
	flex: 0 0 31%;
	background: linear-gradient(117deg, rgba(0, 222, 254, 0.75) -58.56%, rgba(0, 114, 209, 0.75) 82.94%);
}
.inner_servs{
	padding: 0px 65px 30px;
}
.inner_serv_hom .icon_sol {
	top: -35px;
}

.serv_home {
	top: 12%;
}

.service_home img {
	width: 100%;
	height: 1200px;
	object-fit: cover;
}

.solution_home_cont a:hover {
	text-decoration: none;
}

.iconsss img {
	height: 40px !important;
	width: auto !important;
}

.hovers {
	background: linear-gradient(0deg, rgba(61, 39, 78, 0.75) 0%, rgba(61, 39, 78, 0.75) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
	box-shadow: 2.156px 4.312px 15.094px 0px rgba(0, 0, 0, 0.20);
	position: absolute;
	opacity: 0.75;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.solution_home_cont {
	bottom: 40px;
	left: 50px;
}

.solution_home img {
	height: 400px;
	object-fit: cover;
}

.read_big a {
	padding: 15px 60px !important;
}

.proj_home {
	flex: 0 0 49% !important;
}

.popup_inner {
	padding:60px 90px;
	position:relative;
	top:-10%;
}

.popup_all {
	display: none;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index:999;
}

.inquiry {
	cursor: pointer;
	padding: 15px 50px;
	background: linear-gradient(90deg, #00DEFE -39.66%, #007AD4 66.28%, #0072D1 108.24%);
}

.title_proj {
	min-height: 50px;
}

.showmore {
	cursor: pointer;
}

.content_proj {
	display: none;
}

.inner_proj img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.details_proj {
	padding: 25px 50px;
	border: 2px solid #F3F3F3;
	border-top: 0;
}

.inner_proj {
	flex: 0 0 32%;
	margin-bottom: 35px;
}

.showmore {
	text-decoration: underline;
}


.services_det ul {
	padding: 0;
	margin-top: 50px;
}

.get_touch .col-md-8 {
	-ms-flex: 0 0 80% !important;
	flex: 0 0 80% !important;
	max-width: 80% !important;
}

.services_det li {
	background: url(images/icons.svg) no-repeat 0 4%;
	padding-left: 30px;
	background-size: 10px;
	list-style: none;
	margin-bottom: 15px;
	font-family: 'Poppins-Bold';
	text-transform: capitalize;
}

.pb-120 {
	padding-bottom: 90px;
}

.pt-120 {
	padding-top: 90px;
}

.page-template-home .main_image img {
	height: auto !important;
}

.footer_logo img {
	width: 150px;
}

.get_consult:before {
	top: 8px;
}

.font-24 {
	font-size: 22px;
	line-height: 28px;
}

.pt-200 {
	padding-top: 120px;
}

.pb-350 {
	padding-bottom: 290px;
}

.get_consult.col-md-5 {
	-ms-flex: 0 0 30% !important;
	flex: 0 0 30% !important;
	max-width: 30% !important;
}

.contact_right.col-md-7 {
	-ms-flex: 0 0 68% !important;
	flex: 0 0 68% !important;
	max-width: 68% !important;
}

.news_inner ul {
	margin-top: 25px;
}

.details_proj {
	padding: 22px 30px;
}

.right_sol ul {
	padding: 0;
	margin-top: 50px;
}

.right_sol li {
	background: url(images/icons.svg) no-repeat 0 4%;
	padding-left: 30px;
	background-size: 10px;
	list-style: none !important;
	margin-bottom: 15px;
	font-family: 'Poppins-Bold';
}

.single_sol {
	padding: 50px 65px;
}

.services_cont ul {
	padding: 0;
}

.services_cont li {
	background: url(images/icons.svg) no-repeat 0 4%;
	padding-left: 30px;
	background-size: 10px;
	list-style: none;
	margin-bottom: 15px;
	font-family: 'Poppins-Bold';
}

.solution_content_innner {
	padding: 65px 75px;
	flex: 0 0 49.5%;
}

.news_inner li {
	list-style: disc;
	margin-bottom: 15px;
}

.news_inner ul {
	margin-top: 40px;
}

.right_sol h3 {
	font-size: 35px;
	color: #141466;
	font-family: 'Khyay-Regular' !important;
	margin-bottom: 20px;
}

.single_sol {
	padding: 70px 100px;
}

.back {
	background: url(images/back.svg) no-repeat 0 60%;
	padding-left: 15px;
}

.back:hover {
	text-decoration: none;
}

.inner_solutions.active .data_sol {
	display: block;
}

.inner_solutions.active .main_title_sol {
	background: url(images/minus.svg) no-repeat 99% 35%;
	transition: all ease 0.5s;
	background-size: 25px;
}

.main_title_sol {
	background: url(images/plus.svg) no-repeat 99% 25%;
	cursor: pointer;
	transition: all ease 0.5s;
}

.data_sol {
	display: none;
}

.icon_inner {
	border-radius: 45px;
	width: 75px;
	text-align: center;
	height: 75px;
	line-height: 70px;
	margin-right: 25px;
}

.icon_sol {
	border-radius: 45px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	top: -50px;
	text-align: center;
}

.solution_title_repeat {
	background: url(images/icons.svg) no-repeat 0 4%;
	padding-left: 30px;
	background-size: 10px;
}

.inner_solutions {
	padding: 15px 65px 65px;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: none;
}

.wpcf7-response-output {
	border-color: red !important;
	color: red;
	text-align: center;
	font-size: 16px;
	width: 70%;
}

.invalid .contact-send {
	margin-bottom: 15px;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid {
	border: 1px solid red;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em auto 0em !important;
}

div.wpcf7-validation-errors {
	border: 2px solid red;
	display: inline-block !important;
}

.wpcf7-spinner {
	display: none;
}

.send input:hover {
	background: linear-gradient(90deg, #00DEFE -39.66%, #007AD4 66.28%, #0072D1 108.24%);
}

.send input:active {
	background: linear-gradient(90deg, #00DEFE -39.66%, #007AD4 66.28%, #0072D1 108.24%);
	padding: 15px 50px;
	border: none;
}

.send input:focus {
	background: linear-gradient(90deg, #00DEFE -39.66%, #007AD4 66.28%, #0072D1 108.24%);
	padding: 15px 50px;
	border: none;
}

.send input {
	padding: 15px 50px;
	background: linear-gradient(90deg, #00DEFE -39.66%, #007AD4 66.28%, #0072D1 108.24%);
	color: #fff !important;
	font-family: 'Poppins-Medium' !important;
	font-size: 18px;
	line-height: 24px;
	border: none;
	border-radius: 0;
}

.inner_form input {
	height: 67px;
	border: 2px solid #DDDDDD;
	padding-left: 20px;
	width: 100%;
	color: rgba(0, 0, 0, 0.6);
}

.inner_area textarea {
	height: 170px;
	border: 2px solid #DDDDDD;
	padding-left: 20px;
	padding-top: 10px;
	width: 100%;
	color: rgba(0, 0, 0, 0.6);
	resize: none;
}

.inner_form select {
	height: 67px;
	border: 2px solid #DDDDDD;
	padding-left: 20px;
	width: 100%;
	color: rgba(0, 0, 0, 0.6);
	background: url(images/select.svg) no-repeat 98% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select_proj select {
	height: 67px;
	border: 2px solid #DDDDDD;
	padding-left: 20px;
	width: 100%;
	color: rgba(0, 0, 0, 0.6);
	background: url(images/select.svg) no-repeat 98% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;

}

.closes {
	cursor: pointer;
}

.inner_form {
	width: 49%;
}

.get_consult:before {
	content: "";
	position: absolute;
	background: url(images/icons.svg) no-repeat 50% 50%;
	width: 56px;
	height: 125px;
	left: -140px;
	top: 25px;
	background-size: contain;
}

.contact_map {
	margin-top: -250px;
}

.contact_info.col-md-5 {
	padding-right: 5% !important;
	padding-left: 12.5% !important;
}

.get_touch.col-md-7 {
	padding-left: 5% !important;
	padding-right: 12.5% !important;
}

.contact_us a {
	color: #000
}

.contact_us a:hover {
	color: #000
}

.inner_value {
	margin-top: -175px;
}

.inner_values {
	padding: 70px 55px !important;
	flex: 0 0 30%;
}

.values:before {
	content: "";
	position: absolute;
	background: url(images/vision.svg) no-repeat 50% 50%;
	width: 202px;
	height: 95px;
	margin-left: -101px;
	left: 50%;
	top: -45px;
	background-size: contain;
}

.introduct {
	top: -70px
}


.mission_image img {
	width: 100%;
}

.title_intro:before {
	content: "";
	position: absolute;
	background: url(images/icons.svg) no-repeat 50% 50%;
	width: 56px;
	height: 125px;
	left: -100px;
	top: -30px;
	background-size: contain;
}

.intro.col-md-9 {
	padding-right: 5% !important;
	padding-left: 12.5% !important;
}

.all_content {
	top: 45%;
}

.map_footer .bg-purple {
	top: 55px;
	z-index: 999;
}

.map_right iframe {
	width: 100%;
	padding: 10px;
	padding-bottom: 2px;
}

.map_right p {
	margin-bottom: 0;
}

.consult_home img {
	width: 100%;
}

.consult_text {
	background: linear-gradient(116deg, rgba(178, 121, 221, 0.85) -44.13%, rgba(85, 55, 129, 0.85) 122.91%);
	right: 0;
	top: 0;
}

.vendors_logo {
	flex: 0 0 14%;
	padding-right: 2%;
}

.vendors_left {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.messages:before {
	content: "";
	position: absolute;
	background: url(images/message_back.svg) no-repeat 0% 50%;
	width: 15%;
	height: 100%;
	right: 0px;
	top: 0;
	background-size: cover;
}

.message_left h1 {
	text-transform: capitalize;
}


.what_image img {
	width: 100%;
}

.support {
	left: 305px;
	bottom: 45px;
}

.support p {
	margin-bottom: 0;
}

.what_image:before {
	content: "";
	position: absolute;
	background: url(images/icons.svg) no-repeat 50% 50%;
	width: 100px;
	height: 225px;
	left: -50px;
	top: 30%;
	background-size: contain;
}

.support:before {
	content: "";
	position: absolute;
	background: url(images/main_border.svg) no-repeat 50% 50%;
	width: 2px;
	height: 100%;
	left: -22px;
	top: 0;
}

.main_content {
	top: 30%;
	left: 16%;
	width: 760px;
}

.lines {
	padding: 0 12px;
}

.mailchimp_main {
	display: flex;
}

.large_input {
	width: calc(100% - 65px);
}

.submit_button {
	background: #fff;
	height: 65px;
	width: 65px;
}

.mailchimp_main input {
	height: 65px;
	width: 100%;
	text-align: left;
	padding-left: 35px;
	background: #fff;
	font-family: 'Poppins-Regular';
	color: rgba(0, 0, 0, 0.6);
	border: 0;
	font-size: 16px;
}

.submit_button input {
	background: url(images/submit.svg) no-repeat 50% 50% !important;
	background-size: 15px;
	border-bottom: 0;
	padding: 0;
}

.submit_button input:hover {
	background: url(images/submit.svg) no-repeat 50% 50% !important;
	background-size: 15px;
	border-bottom: 0;
	padding: 0;
}

.submit_button input:active {
	border: 0;
	padding: 0;
}

.footer_middle {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.features_section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.features_section li {
	margin-bottom: 20px;
}

.footer_details a {
	display: flex;
	align-items: start;
}

.footer_details img {
	margin-top: 5px;
	margin-right: 20px;
}

.footer_top a {
	color: #fff !important;
	font-size: 18px;
	font-family: 'Poppins-Regular';
}

.footer_top a:hover {
	text-decoration: none;
}

.social_header {
	margin-right: 40px;
}

.social_header img {
	height: 20px;
	margin-right: 20px;
}

.free_cons div {
	cursor: pointer;
	padding: 15px 30px;
}

.free_cons a {
	padding: 15px 30px;
}

.free_cons a:hover {
	text-decoration: none;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.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-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.vision_image img {
	width: 100%;
}

.home_pic img {
	width: 100%;
}

.site-header {
	z-index: 999;
}

.container_med {
	width: 75%;
	margin: auto;
	max-width: 100%;
}

.container_big {
	width: 85%;
	margin: auto;
	max-width: 100%;
}


*:focus {
	outline: none !important;
}

@media(max-width:2000px) {

	.popup_inner {
		padding: 50px 80px;
	}

	.details_proj {
		padding: 25px;
	}

	.font-50 {
		font-size: 45px;
		line-height: 55px;
	}

	.inner_proj img {
		height: 325px;
	}

	.font-110 {
		font-size: 95px;
		line-height: 95px;
	}

	.font-20 {
		font-size: 18px;
		line-height: 25px;
	}

	.support {
		left: 275px;
		bottom: 45px;
	}
}

@media(max-width:1800px) {
.font-26 {
    font-size: 23px;
    line-height: 28px;
}
	.main_content {
		left: 12%;
	}

	.get_consult:before {
		left: -95px;
		top: 18px;
	}

	.container_big {
		width: 92%;
	}

	.container_med {
		width: 84%;
	}

	.inner_proj img {
		height: 300px;
	}

	.pt-70 {
		padding-top: 55px;
	}

	.pb-160 {
		padding-bottom: 140px;
	}

	.pt-160 {
		padding-top: 140px;
	}

	.social_header {
		margin-right: 28px;
	}

	h2 {
		font-size: 50px !important;
		line-height: 55px !important;
		margin: 18px 0 !important;
	}

	.font-110 {
		font-size: 90px;
		line-height: 90px;
	}

	.social_header img {
		margin-right: 15px;
	}

	.nav-menu li {
		padding: 0px 16px;
	}

}

@media(max-width:1599px) {
	.inner_servs {
    padding: 0px 15px 30px;
}
	.font-65 {
		font-size: 50px;
		line-height: 60px;
	}	
	.company_profile a {
		padding: 15px 40px;
	}
	.pt-70 {
		padding-top: 45px;
	}
	.font-26 {
		font-size: 22px;
		line-height: 26px;
	}
	.consult_text.font-50 {
		font-size: 35px;
		line-height: 45px;
	}

	.font-94 {
		font-size: 80px;
		line-height: 90px;
	}

	.what_image:before {
		width: 80px;
		height: 185px;
		left: -40px;
	}

	.mb-100 {
		margin-bottom: 80px;
	}

	.font-40 {
		font-size: 35px;
		line-height: 45px;
	}

	.solution_content_innner {
		padding: 55px 65px;
	}

	.right_sol h3 {
		font-size: 28px;
	}

	.contact_info.col-md-5 {
		padding-right: 4% !important;
		padding-left: 9.5% !important;
	}

	.inner_form input {
		font-size: 18px;
	}

	.inner_form select {
		font-size: 18px;
	}

	.pb-350 {
		padding-bottom: 320px;
	}

	.contact_map {
		margin-top: -200px;
	}

	.pt-200 {
		padding-top: 150px;
	}

	.pb-100 {
		padding-bottom: 75px;
	}

	.solution_home img {
		height: 350px;
	}

	.solution_home_cont {
		left: 30px;
	}

	.font-40 {
		font-size: 35px;
		line-height: 45px;
	}

	.pb-70 {
		padding-bottom: 50px;
	}

	.inner_serv_hom {
		padding: 0px 50px 25px;
	}

	.pt-160 {
		padding-top: 125px;
	}

	.pb-160 {
		padding-bottom: 125px;
	}

	.font-30 {
		font-size: 26px;
		line-height: 36px;
	}

	h1 {
		font-size: 65px !important;
		margin: 18px 0 !important;
		line-height: 55px !important;
	}

	h2 {
		font-size: 45px !important;
		line-height: 50px !important;
		margin: 15px 0 !important;
	}

	.nav-menu li a {
		font-size: 17px;
	}

	.social_header {
		margin-right: 22px;
	}

	.font-18 {
		font-size: 17px;
		line-height: 22px;
	}

	.free_cons a {
		padding: 12px 18px;
	}

	.nav-menu li {
		padding: 0px 12px;
	}
}

@media(max-width:1439px) {
	.nav-menu li {
		padding: 0px 5px;
	}
.font-26 {
    font-size: 20px;
    line-height: 24px;
}
	.font-36 {
		font-size: 30px;
		line-height: 38px;
	}

	.sol-title {
		min-height: 85px;
	}

	.social_header {
		margin-right: 18px;
	}

	.support {
		left: 220px;
		bottom: 52px;
	}

	.font-36 {
		font-size: 30px;
		line-height: 35px;
	}

	.main_image img {
		height: 450px;
		object-fit: cover;
	}

	.mission.col-md-4 {
		-ms-flex: 0 0 41% !important;
		flex: 0 0 41% !important;
		max-width: 41% !important;
	}

	.service_home img {
		height: 1100px;
	}

	.inner_values {
		padding: 50px 40px !important;
	}

	.inner_solutions {
		padding: 15px 50px 50px;
	}

	.solution_home img {
		height: 300px;
	}

	.vision .col-md-7 {
		-ms-flex: 0 0 70% !important;
		flex: 0 0 70% !important;
		max-width: 70% !important;
	}

	.inner_proj img {
		height: 250px;
	}

	.mailchimp_main input {
		padding-left: 25px;
	}

	.mailchimps.col-md-6 {
		-ms-flex: 0 0 42% !important;
		flex: 0 0 42% !important;
		max-width: 42% !important;
	}

	.font-30 {
		font-size: 24px;
		line-height: 30px;
	}

	.vendors_logo {
		flex: 0 0 19%;
		padding-right: 1%;
		padding-left: 1%;
	}

	.inner_serv_hom {
		padding: 0px 10px 20px;
	}

	.get_consult:before {
		left: -75px;
		top: 18px;
		width: 50px;
		height: 115px;
	}

	.pb-160 {
		padding-bottom: 100px;
	}

	.pt-160 {
		padding-top: 100px;
	}

	h2 {
		font-size: 40px !important;
		line-height: 45px !important;
		margin: 15px 0 !important;
	}

	.social_header img {
		margin-right: 6px;
	}

	.font-110 {
		font-size: 70px;
		line-height: 80px;
	}

	.social_header img {
		margin-right: 6px;
	}

	.nav-menu li a {
		font-size: 16px;
	}

	.free_cons a {
		padding: 10px 12px;
	}

	.logo_header img {
		width: 200px;
	}

}

@media(max-width:1199px) {

	.contact_map .col-md-6 {
		-ms-flex: 0 0 85% !important;
		flex: 0 0 85% !important;
		max-width: 85% !important;
		padding: 20px 0 0;
	}

	.contact_map .col-md-8 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.contact_us .col-md-7 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.contact_us .col-md-5 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.pb-50 {
		padding-bottom: 40px;
	}

	.sol-title {
		min-height: 75px;
	}

	.consult_text .pt-70 {
		padding-top: 25px;
	}

	.consult_text .col-md-9 {
		-ms-flex: 0 0 85% !important;
		flex: 0 0 85% !important;
		max-width: 85% !important;
	}

	.pt-50 {
		padding-top: 40px;
	}

	.consult_text.font-50 {
		font-size: 28px;
		line-height: 35px;
	}

	.select_proj select {
		height: 60px;
	}

	body {
		font-size: 18px !important;
	}

	.social_header img {
		margin-right: 4px;
	}

	.contact_forms .d-flex {
		flex-direction: column;
	}

	.contact_us .d-flex {
		flex-direction: column;
	}

	.contact_map .d-flex {
		flex-direction: column;
	}

	.what_we_do {
		padding: 30px 0;
	}

	.pb-350 {
		padding-bottom: 25px;
	}

	.font-24 {
		font-size: 18px;
		line-height: 24px;
	}

	.pt-200 {
		padding-top:140px;
	}

	.contact_map {
		margin-top: 0;
	}

	.inner_form {
		width: 100%;
	}

	.icon_inner {
		width: 65px;
		height: 65px;
		line-height: 60px;
		margin-right: 20px;
	}

	h2 {
		font-size: 35px !important;
		line-height: 40px !important;
		margin: 12px 0 !important;
	}

	.social_header {
		margin-right: 10px;
	}

	.pt-160 {
		padding-top: 80px;
	}

	.pb-160 {
		padding-bottom: 80px;
	}

	.container_med {
		width: 88%;
	}

	.main_content {
		left: 10%;
	}

	.details_proj {
		padding: 20px 30px;
	}

	.font-94 {
		font-size: 65px;
		line-height: 75px;
	}

	.font-40 {
		font-size: 30px;
		line-height: 40px;
	}

	.map_right iframe {
		height: 350px;
	}

	.footer_details img {
		margin-right: 15px;
	}

	.font-20 {
		font-size: 17px;
		line-height: 23px;
	}

	.font-36 {
		font-size: 26px;
		line-height: 30px;
	}

	.get_consult:before {
		left: -50px;
		top: 18px;
		width: 35px;
		top: 5px;
		height: 100px;
	}

	.get_consult.col-md-4 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	h1 {
		font-size: 52px !important;
		margin: 15px 0 !important;
		line-height: 50px !important;
	}

	.what_image:before {
		width: 60px;
		height: 145px;
		left: -25px;
	}

	.title_intro:before {
		width: 40px;
		height: 100px;
		left: -70px;
		top: -23px;
	}

	.free_cons a {
		padding: 8px;
	}

	.header_main_section .container_big {
		width: 97%;
	}

	.font-18 {
		font-size: 16px;
	}

	.details_proj {
		padding: 15px 22px;
	}

	.single_sol {
		padding: 55px 65px;
	}

	.mt-20 {
		margin-top: 10px;
	}

	.font-50 {
		font-size: 40px;
		line-height: 50px;
	}

	.popup_inner {
		padding: 45px 65px;
		width: 90%;
	}

	.inner_form input {
		height: 60px;
	}

	.pt-15 {
		padding-top: 10px;
	}

	.inner_form select {
		font-size: 16px;
	}

	.inner_form input {
		font-size: 16px;
	}

	.contact_info.col-md-5 {
		padding-left: 8% !important;
	}

	.title_proj {
		min-height: 75px;
	}

	.get_touch.col-md-7 {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	.inner_proj img {
		height: 200px;
	}

	.pb-275 {
		padding-bottom: 210px;
	}

	.pt-100 {
		padding-top: 85px;
	}

	.nav-menu li {
		padding: 0px 4px;
	}

	.introduct {
		top: -40px;
	}

	.container_big {
		width: 94%;
	}

	.nav-menu li a {
		font-size: 15px;
	}

	.logo_header img {
		width: 180px;
	}

}

@media(max-width:1023px) {
	.font-20 {
		font-size: 16px;
		line-height: 21px;
	}
.font-26 {
    font-size: 16px;
    line-height: 19px;
}
	.font-65 {
    font-size: 40px;
    line-height: 50px;
}
	.company_profile a {
    padding: 12px 25px;
}
	.rmp_menu_trigger:active {
		padding: 0 !important;
		border: 0 !important;
	}
.pb-70 {
    padding-bottom: 25px;
}
	.icon_sol {
		width: 65px;
		height: 65px;
		line-height: 65px;
		top: -45px;
	}

	.consult_text.font-50 {
		font-size: 24px;
		line-height: 29px;
	}

	.pt-70 {
		padding-top: 25px;
	}

	.what_image {
		top: 0;
	}

	.what_image:before {
		width: 50px;
		height: 120px;
		left: -20px;
	}

	.inner_serv_hom {
		flex: 0 0 48%;
	}

	.vendors_logo {
		flex: 0 0 32%;
		padding-right: 1%;
		padding-left: 1%;
	}

	.get_consult:before {
		top: 0px;
		height: 85px;
		left: -43px;
	}

	.support:before {
		left: -15px;
	}

	.solution_home img {
		height: 250px;
	}

	.main_content {
		top: 35%;
		left: 7%;
		width: 650px;
	}

	.mb-100 {
		margin-bottom: 65px;
	}

	.read_big a {
		padding: 14px 35px !important;
	}

	.pb-160 {
		padding-bottom: 60px;
	}

	.pt-160 {
		padding-top: 60px;
	}

	.font-30 {
		font-size: 19px;
		line-height: 24px;
	}

	h1 {
		font-size: 45px !important;
		margin: 12px 0 !important;
		line-height: 42px !important;
	}

	.what_text.col-md-5 {
		-ms-flex: 0 0 45% !important;
		flex: 0 0 45% !important;
		max-width: 45% !important;
	}

	h2 {
		font-size: 26px !important;
		line-height: 32px !important;
		margin: 10px 0 !important;
	}

	.social_header img {
		margin-right: 10px;
	}

	.pt-200 {
		padding-top: 130px;
	}

	.inner_values {
		padding: 35px 25px !important;
	}

	.main_image img {
		height: 400px;
	}

	.support {
		left: 150px;
		bottom: 35px;
		width: 475px;
	}

	.contact_info.col-md-5 {
		padding-left: 4% !important;
	}

	.single_sol {
		padding: 40px 30px;
	}

	.pt-200 {
		padding-top: 90px;
	}

	.pb-30 {
		padding-bottom: 20px;
	}

	.inner_area textarea {
		height: 145px;
		font-size: 17px;
		padding-left: 15px;
	}

	.get_in_touch.col-md-8 {
		-ms-flex: 0 0 80% !important;
		flex: 0 0 80% !important;
		max-width: 80% !important;
	}

	.get_touch.col-md-7 {
		padding-right: 2% !important;
	}

	.inner_proj {
		flex: 0 0 48%;
		margin-bottom: 25px;
	}

	.solution_content_innner {
		padding: 25px 35px;
	}

	.font-24 {
		font-size: 20px;
		line-height: 25px;
	}

	.font-50 {
		font-size: 30px;
		line-height: 40px;
	}

	.popup_inner {
		padding: 35px 50px;
		width: 90%;
	}

	.pt-120 {
		padding-top: 65px;
	}

	.pb-120 {
		padding-bottom: 65px;
	}

	.right_sol.services_cont.col-md-5 {
		-ms-flex: 0 0 47% !important;
		flex: 0 0 47% !important;
		max-width: 47% !important;
	}

	.mb-100 {
		margin-bottom: 60px;
	}

	.inner_solutions {
		padding: 15px 35px 35px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

	.header_menu.d-flex {
		display: none !important;
	}

	.footer_top .d-flex {
		flex-wrap: wrap;
	}

	.footer_middle .d-flex {
		flex-wrap: wrap;
	}

	.mailchimps.col-md-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-top: 20px;
	}

	.font-110 {
		font-size: 50px;
		line-height: 60px;
	}

	.icons-header.d-flex {
		display: none !important;
	}

	.logo_header img {
		width: 200px;
	}

	.font-110 {
		font-size: 50px;
		line-height: 60px;
	}

	.logo_header {
		width: 100%;
		padding-left: 3%;
	}
}

@media(max-width:767px) {
.font-65 {
    font-size: 30px;
    line-height: 40px;
}	
	.company_profile a {
    padding: 10px 15px;
}
	.missions {
		width: 94%;
    	margin: auto;
	}
	.consult_home img {
		height: 250px;
		object-fit: cover;
	}

	.what_text.col-md-6 {
		padding: 25px !important;
	}

	.contact_map .col-md-6 {
		-ms-flex: 0 0 96% !important;
		flex: 0 0 96% !important;
		max-width: 96% !important;
	}

	.consult_text.font-50 {
		font-size: 21px;
		line-height: 26px;
	}

	.sol-title {
		min-height: 65px;
	}

	.mob {
		display: block !important;
	}

	.desk {
		display: none !important;
	}

	.pb-100 {
		padding-bottom: 40px;
	}

	.footer_top .d-flex {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.pb-70 {
		padding-bottom: 30px;
	}

	.all_services {
		margin-top: 50px;
	}

	.service_home img {
		height: 300px;
	}

	.footer_logo img {
		width: 180px;
	}

	.footer_top a {
		text-align: left;
	}

	.serv_home {
		top: 25%;
	}

	.inner_serv_hom {
		padding: 0px 20px 20px;
	}

	.features_section li {
		margin-bottom: 15px;
	}

	.footer_top a {
		font-size: 17px;
	}

	.inner_serv_hom .icon_sol {
		top: -10px;
	}

	.features_section_title {
		padding-top: 30px;
		font-size: 20px !important;
	}

	.font-16 {
		font-size: 14px;
		line-height: 20px;
	}

	.solution_home_cont {
		left: 15px;
		bottom: 30px;
	}

	.project_home .d-flex {
		flex-direction: column;
	}

	.map_footer .d-flex {
		flex-direction: column;
	}

	.get_consult.col-md-5 {
		-ms-flex: 0 0 95% !important;
		flex: 0 0 95% !important;
		max-width: 95% !important;
		margin-left: 5%;
		padding-bottom: 35px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.pt-50 {
		padding-top: 25px;
	}

	.map_right iframe {
		height: 300px;
		padding: 25px;
		padding-bottom: 20px;
	}

	.get_in_touch.col-md-6 {
		padding: 25px !important;
	}

	.contact_right.col-md-7 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.title_proj {
		min-height: auto;
		margin-bottom: 10px;
	}

	.map_footer .bg-purple {
		top: 0px;
		margin-bottom: 0;
	}

	.map_footer {
		padding-bottom: 30px;
	}

	.pt-200 {
		padding-top: 40px;
	}

	.pb-15 {
		padding-bottom: 10px;
	}

	.vendors_left {
		writing-mode: initial;
		transform: none;
		padding-bottom: 15px;
	}

	.vendorss .d-flex {
		flex-direction: column;
	}

	.font-36 {
		font-size: 22px;
		line-height: 26px;
	}

	.get_consult.col-md-4 {
		-ms-flex: 0 0 58% !important;
		flex: 0 0 58% !important;
		max-width: 58% !important;
		margin-left: 5%;
	}

	.font-110 {
		font-size: 35px;
		line-height: 45px;
	}

	.main_content {
		top: 38%;
		left: 5%;
		width: 90%;
	}

	.free_cons.pt-70 {
		padding-top: 10px;
	}

	.messages .d-flex {
		flex-direction: column;
	}

	h1 {
		font-size: 45px !important;
		margin: 10px 0 25px !important;
		line-height: 42px !important;
	}

	.what_we_do .d-flex {
		flex-direction: column;
	}

	.what_text.col-md-5 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-top: 20px;
	}

	.support {
		left: 108px;
		bottom: 30px;
		width: 415px;
	}

	.main_image img {
		height: 300px;
	}

	.title_intro:before {
		width: 25px;
		height: 60px;
		left: -40px;
		top: -11px;
	}

	.all_content {
		top: 50%;
	}

	.title_intro {
		margin-left: 40px;
	}

	.introduct .col-md-3 br {
		display: none !important;
	}

	.introduct .col-md-3 {
		display: flex;
		justify-content: space-evenly;
		padding-top: 25px;
		padding-bottom: 0;
	}
	.introduct {
		top: 0;
	}

	.intro.col-md-9 {
		padding: 30px !important;
	}

	.font-20 {
		font-size: 14px;
		line-height: 18px;
	}

	.introduct .d-flex {
		flex-direction: column;
	}

	.inner_value .d-flex {
		flex-direction: column;
	}

	.visions .d-flex {
		flex-direction: column !important;
	}

	.missions .d-flex {
		flex-direction: column !important;
	}

	.vision .col-md-7 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-top: 25px;
	}

	.mission.col-md-4 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-top: 25px;
	}

	.data_sol .d-flex {
		flex-direction: column;
	}

	.icon_sol {
		top: -20px;
		margin-top: -40px;
	}

	.mt-20 {
		margin-top: 0px;
	}

	.main_title_sol {
		background: url(images/plus.svg) no-repeat 99% 5%;
		background-size: 25px;
	}

	.inner_solutions {
		padding: 15px 25px 35px;
	}

	.left_sol {
		padding-bottom: 15px;
	}

	.right_sol.services_cont.col-md-5 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.inner_values {
		padding: 25px !important;
		margin-bottom: 10px;
	}

	body {
		font-size: 16px !important;
	}

	.inner_form input {
		height: 50px;
	}

	.pb-120 {
		padding-bottom: 50px;
	}

	.pt-120 {
		padding-top: 50px;
	}

	.pb-275 {
		padding-bottom: 40px;
	}

	.select_proj select {
		height: 50px;
	}

	.inner_value {
		margin-top: 30px;
	}

	.font-50 {
		font-size: 22px;
		line-height: 28px;
	}

	.add_info .d-flex {
		flex-direction: column;
	}

	.get_consult.col-md-4 {
		-ms-flex: 0 0 90% !important;
		flex: 0 0 90% !important;
		max-width: 90% !important;
		margin-left: 5%;
		margin-bottom: 25px;
	}

	.visions {
		width: 94%;
		margin: auto;
	}

	.vendors_logo.pb-30 {
		padding: 0 !important;
	}

	.vendors_logo img {
		max-height: 70px;
	}

	#owl-vendors .owl-stage {
		display: flex;
		align-items: center;
	}

	#owl-clients .owl-stage {
		display: flex;
		align-items: center;
	}

	.single_sol {
		flex-direction: column;
	}

	.serv_home .d-flex {
		flex-direction: column;
	}

	.clients .d-flex {
		flex-direction: column;
	}

}

@media(max-width:580px) {
	.what_we_do {
		margin-top: -130px;
	}
	.profile_all .d-flex{
		flex-wrap:wrap;
	}
	.inner_servs {
    padding: 0px 15px 30px;
}
	.company_profile{
		width:100%;
		padding-top:15px;
	}
	#myVideo {
		object-position: 70% 50%;
	}

	h1 {
		font-size: 38px !important;
		margin: 9px 0 15px !important;
		line-height: 36px !important;
	}

	.sol-title {
		min-height: auto;
	}

	.support.position-absolute {
		width: 100%;
		position: initial !important;
	}

	.font-30 {
		font-size: 18px;
		line-height: 22px;
	}

	.mb-100 {
		margin-bottom: 45px;
	}

	.pt-160 {
		padding-top: 40px;
	}

	.pb-160 {
		padding-bottom: 40px;
	}

	.get_consult.col-md-5 {
		-ms-flex: 0 0 90% !important;
		flex: 0 0 90% !important;
		max-width: 90% !important;
		margin-left: 10%;
	}

	.inner_serv_hom {
		flex: 0 0 100%;
	}

	.details_proj {
		padding: 15px;
	}

	.pb-100 {
		padding-bottom: 30px;
	}

	.font-24 {
		font-size: 18px;
		line-height: 22px;
	}

	.get_consult:before {
		top: -2px;
		height: 60px;
		left: -40px;
	}

	.content_serv {
		min-height: auto;
		padding-bottom: 15px;
	}

	.mb-100 {
		margin-bottom: 45px;
	}

	.vendors_logo img {
		max-height: 55px;
	}

	.clients_logo img {
		max-height: 55px;
	}

	.serv_home {
		top: 18%;
	}

	.read_big a {
		padding: 8px 16px !important;
	}

	.service_home img {
		height: 250px;
	}

	.footer_middle .font-14 br {
		display: none;
	}

	.footer_middle .font-20 {
		padding-bottom: 10px;
	}

	.footer_middle .font-20 br {
		display: none;
	}

	h2 {
		font-size: 22px !important;
		line-height: 26px !important;
		margin: 8px 0 !important;
	}

	.mailchimp_main input {
		padding-left: 15px;
		height: 50px;
		font-size: 15px;
	}

	.footer_bottom .d-flex {
		flex-direction: column;
	}

	.footer_bottom .opacity {
		padding-bottom: 5px;
	}

	.values:before {
		width: 170px;
		height: 80px;
		margin-left: -85px;
		top: -38px;
	}

	.values br {
		display: none;
	}

	.single_sol {
		padding: 25px;
	}

	.main_image img {
		height: 250px;
	}

	.font-36 {
		font-size: 18px;
		line-height: 20px;
	}

	.font-22 {
		font-size: 18px;
		line-height: 24px;
	}

	.closes img {
		width: 35px;
	}

	.inner_proj img {
		height: 175px;
	}

	.closes {
		position: absolute;
		right: 0;
		top: 6px;
	}

	.popup_inner .d-flex {
		flex-direction: column;
		position: relative;
	}

	.popup_inner {
		padding: 20px;
	}

	.inner_proj {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}

	.solution_content_innner {
		padding: 25px;
		flex: 0 0 100%;
	}

	.right_sol h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.services_cont li {
		padding-left: 22px;
	}

	.right_sol ul {
		margin-top: 20px;
	}

	.main_title_sol {
		background-size: 20px;
	}

	.pb-30 {
		padding-bottom: 15px;
	}

	.pb-275 {
		padding-bottom: 20px;
	}

	.pt-100 {
		padding-top: 65px;
	}

	.font-94 {
		font-size: 55px;
		line-height: 65px;
	}

	.intro.col-md-9 {
		padding: 25px 20px !important;
	}

	.font-40 {
		font-size: 23px;
		line-height: 33px;
	}

	.features_section_title {
		padding-top: 25px;
		font-size: 20px !important;
	}

	.footer_top a {
		font-size: 16px;
	}

	.submit_button {
		height: 50px;
		width: 50px;
	}

	.font-110 {
		font-size: 35px;
		line-height: 40px;
	}

	.free_cons a {
		padding: 8px 14px;
	}

	.what_image:before {
		width: 40px;
		height: 90px;
		left: -3%;
	}

	.support:before {
		display: none;
	}

	.main_content {
		top: 32%;
	}
}


/* ========================================
   AI Section Styles
   ======================================== */

/* Homepage AI Section */
.ai_section {
	overflow: hidden;
}

.ai_section .ai_left {
	padding-right: 50px;
}

.ai_section .ai_right {
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ai_highlights {
	margin-bottom: 50px;
}

.ai_highlight_item {
	padding-right: 30px;
}

.ai_highlight_item:last-child {
	padding-right: 0;
	padding-left: 30px;
}

.ai_highlight_item .icon_ai {
	display: inline-block;
}

.mb-20 {
	margin-bottom: 20px;
}

.font-22 {
	font-size: 22px;
	line-height: 30px;
}

.opacity-8 {
	opacity: 0.9;
}

.cyan {
	color: #00DEFE;
	font-weight: 600;
}

.ai_why strong {
	font-size: 24px;
	display: block;
	margin-bottom: 25px;
	font-family: 'Poppins-Bold';
}

.ai_why ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}

.ai_why ul li {
	padding-left: 0;
	position: relative;
	line-height: 1.8;
	margin-bottom: 18px;
	display: flex;
	align-items: flex-start;
}

.ai_why ul li:last-child {
	margin-bottom: 0;
}

.ai_why ul li .inline-icon {
	margin-right: 12px;
	margin-top: 2px;
	flex-shrink: 0;
}

.ai_brain_visual {
	animation: float 6s ease-in-out infinite;
	position: relative;
	z-index: 1;
}

.ai_brain_visual svg {
	filter: drop-shadow(0 10px 40px rgba(0, 222, 254, 0.3));
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-15px);
	}
}

/* AI Hero Section */
.ai_hero {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	position: relative;
	overflow: hidden;
}

.ai_hero:before {
	content: "";
	position: absolute;
	top: -50%;
	right: -20%;
	width: 800px;
	height: 800px;
	background: radial-gradient(circle, rgba(0, 222, 254, 0.1) 0%, transparent 70%);
	border-radius: 50%;
}

.ai_hero_visual svg {
	filter: drop-shadow(0 10px 30px rgba(0, 222, 254, 0.3));
}

/* Vision & Mission Section */
.ai_vision_mission .ai_vm_item {
	border-radius: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai_vision_mission .ai_vm_item:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
}

.p-60 {
	padding: 60px;
}

/* Values Section */
.ai_values {
	background: linear-gradient(84deg, #B279DD -32.66%, #553781 76.8%);
}

.ai_value_card {
	padding: 0 15px;
}

.value_inner {
	border-radius: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value_inner:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
}

.p-50 {
	padding: 50px;
}

.border-top {
	border-top: 2px solid #ddd !important;
}

/* What We Do Section */
.ai_what_we_do .ai_wwd_item {
	position: relative;
}

.ai_wwd_item .wwd_content {
	position: relative;
	padding-left: 30px;
}

.ai_wwd_item .wwd_content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 40px;
	background: linear-gradient(180deg, #00DEFE 0%, #007AD4 100%);
}

.ai_what_we_do .pr-60 {
	padding-right: 60px;
}

.ai_what_we_do .pl-60 {
	padding-left: 60px;
}

.why_xacta_ai {
	border-radius: 10px;
	overflow: hidden;
}

.why_item {
	padding-right: 20px;
}

.why_icon {
	min-width: 30px;
}

.pr-20 {
	padding-right: 20px;
}

/* Consultancy Section */
.ai_consultancy {
	background: #eae0f1;
}

.consultancy_framework {
	border-radius: 10px;
}

.consultancy_framework ul {
	list-style: none;
	padding-left: 0;
}

.key_components {
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.component_item ul {
	list-style: disc;
	padding-left: 25px;
}

/* Products Section */
.ai_products .product_item {
	width: 100%;
}

.product_card {
	border-radius: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product_card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
}

.product_tasks ul {
	list-style: none;
	padding-left: 0;
}

.product_tasks ul li {
	padding-left: 20px;
	position: relative;
	padding-bottom: 8px;
}

.product_tasks ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #00DEFE;
	font-size: 20px;
}

/* Solutions Section */
.ai_solutions_section {
	background: #eae0f1;
}

.solution_card {
	padding: 0 15px;
}

.solution_inner {
	border-radius: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution_inner:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
}

.solution_inner strong {
	color: #00DEFE;
}

/* Service Section */
.ai_service .service_left {
	padding-right: 50px;
}

.ai_service .service_right {
	padding-left: 20px;
}

.service_item {
	border-radius: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_item:hover {
	transform: translateX(10px);
	box-shadow: 0 10px 30px rgba(85, 55, 129, 0.4);
}

.p-40 {
	padding: 40px;
}

/* CTA Section */
.ai_cta {
	background: linear-gradient(84deg, #B279DD -32.66%, #553781 76.8%);
}

/* Responsive Styles for AI Sections */
@media (max-width: 991px) {
	.ai_section .ai_left,
	.ai_section .ai_right {
		width: 100%;
		padding: 0 15px !important;
	}

	.ai_section .ai_right {
		margin-top: 60px;
	}

	.ai_highlights {
		flex-direction: column;
		margin-bottom: 30px !important;
	}

	.ai_highlight_item {
		width: 100% !important;
		margin-bottom: 30px;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.ai_highlight_item:last-child {
		margin-bottom: 0;
		padding-left: 0 !important;
	}
	
	.ai_why ul li {
		font-size: 16px;
	}

	.ai_hero .ai_hero_left,
	.ai_hero .ai_hero_right {
		width: 100%;
	}

	.ai_hero .ai_hero_right {
		margin-top: 40px;
	}

	.ai_vision_mission .ai_vm_item {
		width: 100%;
		margin-bottom: 30px;
	}

	.ai_value_card {
		width: 100%;
	}

	.ai_wwd_item {
		width: 100%;
		margin-bottom: 40px;
	}

	.ai_what_we_do .pr-60,
	.ai_what_we_do .pl-60 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.why_item {
		width: 100%;
	}

	.consultancy_left,
	.consultancy_right {
		width: 100%;
	}

	.consultancy_right {
		margin-top: 40px;
	}

	.product_info,
	.product_tasks {
		width: 100%;
	}

	.product_tasks {
		margin-top: 20px;
	}

	.solution_card {
		width: 100%;
	}

	.ai_service .service_left,
	.ai_service .service_right {
		width: 100%;
		padding: 0 15px;
	}

	.ai_service .service_right {
		margin-top: 40px;
	}

	.p-60 {
		padding: 40px;
	}

	.p-50 {
		padding: 30px;
	}

	.p-40 {
		padding: 25px;
	}
}

@media (max-width: 767px) {
	.ai_section {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.ai_section .font-60 {
		font-size: 42px !important;
		line-height: 52px !important;
	}

	.ai_section .font-24 {
		font-size: 20px !important;
		line-height: 30px !important;
	}

	.ai_section .font-20 {
		font-size: 18px !important;
	}

	.ai_section .font-18 {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.ai_section .font-16 {
		font-size: 15px !important;
	}

	.ai_why {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	
	.ai_why strong {
		font-size: 20px !important;
	}
	
	.ai_why ul li .inline-icon {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}

	.ai_hero {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.ai_hero h1 {
		font-size: 50px !important;
		line-height: 60px !important;
	}

	.ai_hero .font-26 {
		font-size: 18px !important;
	}

	.ai_vision_mission,
	.ai_values,
	.ai_what_we_do,
	.ai_consultancy,
	.ai_products,
	.ai_solutions_section,
	.ai_service,
	.ai_cta {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.ai_vision_mission .font-36,
	.ai_products .font-32 {
		font-size: 24px !important;
	}

	.ai_values .font-50,
	.ai_what_we_do .font-50,
	.ai_products .font-50,
	.ai_solutions_section .font-50,
	.ai_service .font-50,
	.ai_cta .font-50 {
		font-size: 36px !important;
		line-height: 45px !important;
	}

	.ai_values .font-28,
	.ai_solutions_section .font-28,
	.ai_service .font-28 {
		font-size: 22px !important;
	}

	.p-60 {
		padding: 25px;
	}

	.p-50 {
		padding: 20px;
	}

	.p-40 {
		padding: 20px;
	}

	.ai_brain_visual svg,
	.ai_hero_visual svg,
	.service_visual svg {
		height: 300px;
	}
}

/* AI Home Section Styles */
.ai_home {
	position: relative;
	overflow: hidden;
	padding: 120px 0 !important;
}
.ai_home [class^="col-"],
.ai_home [class*=" col-"] {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.ai_content {
	position: relative;
	z-index: 1;
}

.ai_header {
	margin-bottom: 80px;
}

.ai_header h2 {
	margin-bottom: 25px !important;
	letter-spacing: 2px;
}

.ai_header p {
	margin-bottom: 0;
}

.ai_highlights {
	gap: 35px;
	margin-bottom: 80px;
}

.ai_highlight_card {
	text-align: center;
	padding: 40px 30px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 16px;
	transition: all 0.3s ease;
	position: relative;
}

.ai_highlight_card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 222, 254, 0.1) 0%, rgba(178, 121, 221, 0.1) 100%);
	border-radius: 16px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.ai_highlight_card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
	border-color: rgba(0, 222, 254, 0.3);
}

.ai_highlight_card:hover::before {
	opacity: 1;
}

.ai_highlight_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	position: relative;
	z-index: 1;
}

.ai_highlight_icon img,
.ai_highlight_icon svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.ai_highlight_card:hover .ai_highlight_icon img,
.ai_highlight_card:hover .ai_highlight_icon svg {
	transform: scale(1.1);
}

.ai_highlight_card h3 {
	position: relative;
	z-index: 1;
	color: #00DEFE;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ai_highlight_card p {
	position: relative;
	z-index: 1;
	opacity: 0.9;
	line-height: 1.6;
}

/* Benefits Section */
.ai_benefits {
	margin-top: 0;
	margin-bottom: 50px;
}

.ai_benefits h3 {
	text-align: center;
	letter-spacing: 1.5px;
	margin-bottom: 30px !important;
}

.ai_benefits_grid {
	max-width: 1100px;
	margin: 0 auto;
}

.ai_benefit_item {
	padding: 0 10px;
	margin-bottom: 20px;
}

.ai_benefit_card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	height: 100%;
	transition: all 0.4s ease;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.ai_benefit_card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 222, 254, 0.1) 0%, rgba(178, 121, 221, 0.1) 100%);
	border-radius: 16px;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 0;
}

.ai_benefit_card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
	border-color: rgba(0, 222, 254, 0.3);
}

.ai_benefit_card:hover::before {
	opacity: 1;
}

.ai_benefit_icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0,222,254,0.1) 0%, rgba(178,121,221,0.1) 100%);
	border-radius: 50%;
	transition: all 0.4s ease;
	position: relative;
	z-index: 1;
}

.ai_benefit_card:hover .ai_benefit_icon {
	transform: scale(1.1);
	background: linear-gradient(135deg, rgba(0,222,254,0.15) 0%, rgba(178,121,221,0.15) 100%);
}

.ai_benefit_icon svg {
	width: 30px;
	height: 30px;
	display: block;
}

.ai_benefit_icon i {
	font-size: 1.75rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.ai_benefit_title {
	color: white;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	z-index: 1;
}

.ai_benefit_text {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
	margin: 0;
	font-size: 18px;
	position: relative;
	z-index: 1;
}
.ai_home.messages:before{
	height: 500px;
	top: 25%;
}
/* Responsive Styles */
@media (max-width: 1199px) {
	.ai_home {
		padding: 100px 0 !important;
	}

	.ai_header {
		margin-bottom: 60px;
	}

	.ai_highlights {
		margin-bottom: 60px;
	}

	.ai_highlight_icon {
		width: 70px;
		height: 70px;
	}
	
	.ai_benefit_card {
		padding: 30px 25px;
	}

	.ai_benefit_icon {
		width: 55px;
		height: 55px;
	}

	.ai_benefit_icon svg {
		width: 28px;
		height: 28px;
	}

	.ai_benefit_icon i {
		font-size: 1.5rem;
	}

	.ai_benefits {
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.ai_home {
		padding: 80px 0 !important;
	}

	.ai_header {
		width: 100% !important;
		padding: 0 20px;
		margin-bottom: 50px;
	}

	.ai_header h2 {
		font-size: 28px !important;
		margin-bottom: 18px !important;
	}

	.ai_header p {
		font-size: 18px;
		line-height: 1.5;
	}

	.ai_highlights {
		flex-direction: column;
		gap: 25px;
		margin-bottom: 50px;
	}

	.ai_highlight_card {
		width: 100% !important;
		margin-bottom: 0 !important;
		padding: 35px 25px;
	}

	.ai_highlight_icon {
		width: 65px;
		height: 65px;
		margin-bottom: 20px;
	}

	.ai_benefits {
		width: 100% !important;
		margin-bottom: 40px;
		margin-top: 0;
	}

	.ai_benefits h3 {
		font-size: 26px !important;
		margin-bottom: 25px !important;
	}

	.ai_benefit_item {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.ai_benefit_card {
		padding: 25px 20px;
		gap: 12px;
	}

	.ai_benefit_icon {
		width: 50px;
		height: 50px;
	}

	.ai_benefit_icon svg {
		width: 26px;
		height: 26px;
	}

	.ai_benefit_icon i {
		font-size: 1.5rem;
	}

	.ai_benefit_title {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.ai_benefit_text {
		font-size: 15px;
		line-height: 1.6;
	}

	.ai_cta {
		padding-top: 0 !important;
		margin-top: 0;
	}

	.ai_cta_button {
		padding: 15px 40px;
		font-size: 16px;
	}
}

@media (max-width: 580px) {
	.ai_home {
		padding: 60px 0 !important;
	}

	.ai_header {
		margin-bottom: 40px;
	}

	.ai_header h2 {
		font-size: 24px !important;
		letter-spacing: 1px;
		margin-bottom: 15px !important;
	}

	.ai_header p {
		font-size: 16px;
	}

	.ai_highlights {
		margin-bottom: 40px;
	}

	.ai_highlight_card {
		padding: 30px 20px;
	}

	.ai_highlight_icon {
		width: 60px;
		height: 60px;
	}

	.ai_benefits {
		margin-bottom: 30px;
	}

	.ai_benefits h3 {
		font-size: 22px !important;
		margin-bottom: 20px !important;
	}

	.ai_benefit_card {
		padding: 25px 18px;
		border-radius: 12px;
		gap: 10px;
	}

	.ai_benefit_icon {
		width: 45px;
		height: 45px;
	}

	.ai_benefit_icon svg {
		width: 24px;
		height: 24px;
	}

	.ai_benefit_icon i {
		font-size: 1.25rem;
	}

	.ai_benefit_title {
		font-size: 17px;
		margin-bottom: 8px;
	}

	.ai_benefit_text {
		font-size: 14px;
		line-height: 1.6;
	}

	.ai_cta {
		padding-top: 0 !important;
	}

	.ai_cta_button {
		padding: 14px 35px;
		font-size: 15px;
		letter-spacing: 1px;
	}
}

@media (max-width: 580px) {
	.ai_section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.ai_section .font-60 {
		font-size: 36px !important;
		line-height: 44px !important;
	}
	
	.ai_section .font-24 {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	
	.ai_section .font-20 {
		font-size: 16px !important;
	}
	
	.ai_section .font-18 {
		font-size: 15px !important;
		line-height: 24px !important;
	}

	.ai_hero h1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}

	.ai_values .font-50,
	.ai_what_we_do .font-50,
	.ai_products .font-50,
	.ai_solutions_section .font-50,
	.ai_service .font-50,
	.ai_cta .font-50 {
		font-size: 28px !important;
		line-height: 36px !important;
	}

	.ai_brain_visual svg,
	.ai_hero_visual svg,
	.service_visual svg {
		height: 250px;
	}
}

/* AI Solutions Page Styles */

/* Hero Section */
.xacta-ai-hero {
	position: relative;
	height: clamp(600px, 90vh, 900px);
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: clamp(80px, 12vw, 140px) 0;
}

.xacta-ai-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.xacta-ai-hero-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.xacta-ai-hero-pattern svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.xacta-ai-hero-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	position: relative;
	z-index: 2;
	width: 100%;
}

.xacta-ai-hero-content {
	padding: clamp(20px, 5vw, 60px) 0;
}

.xacta-ai-hero-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.xacta-ai-hero-text {
	color: white;
}

.xacta-ai-hero-title {
	font-family: 'Myanmar Text', serif;
	font-size: 5rem;
	font-weight: 700;
	margin: 0 0 2rem 0;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1.1;
}

.xacta-ai-hero-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	opacity: 0.9;
	margin: 0;
}

.xacta-ai-hero-visual {
	position: relative;
}

.xacta-ai-hero-animation {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}

.xacta-ai-hero-animation svg {
	width: 100%;
	height: auto;
}

.xacta-ai-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 3rem;
	text-align: center;
}

.xacta-ai-stat {
	padding: 1.5rem;
	background: rgba(255,255,255,0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 20px;
	transition: transform 0.3s ease;
}

.xacta-ai-stat:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
}

.xacta-ai-stat-number {
	font-family: 'Poppins', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #00DEFE;
	margin-bottom: 0.5rem;
}

.xacta-ai-stat-label {
	font-family: 'Poppins', sans-serif;
	font-size: 0.9rem;
	color: white;
	opacity: 0.8;
	margin: 0;
}

@media (max-width: 1200px) {
	.xacta-ai-hero-main {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	/* .xacta-ai-hero-title {
		font-size: 4rem;
	} */

	.xacta-ai-hero-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}
}

@media (max-width: 992px) {
	/* Hide animation on tablets and below */
	.xacta-ai-hero-visual {
		display: none;
	}

	.xacta-ai-hero-text {
		text-align: center;
		max-width: 800px;
		margin: 0 auto;
	}

	.xacta-ai-hero-main {
		gap: 0;
	}
}

@media (max-width: 768px) {
	.xacta-ai-hero-container {
		padding: 0 30px;
	}

	.xacta-ai-hero-content {
		padding: 80px 0;
	}

	.xacta-ai-hero-main {
		gap: 3rem;
	}

	.xacta-ai-hero-text {
		text-align: center;
	}

	/* .xacta-ai-hero-title {
		font-size: 3rem;
	} */

	.xacta-ai-hero-subtitle {
		font-size: 1.1rem;
		line-height: 1.7;
		margin-bottom: 2rem;
	}

	/* Hide animation on mobile */
	.xacta-ai-hero-visual {
		display: none;
	}

	.xacta-ai-hero-stats {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		margin-top: 2.5rem;
	}

	.xacta-ai-stat {
		padding: 1.75rem 1.25rem;
	}
}

@media (max-width: 480px) {
	/* .xacta-ai-hero-title {
		font-size: 2.5rem;
	} */

	.xacta-ai-hero-container {
		padding: 0 20px;
	}

	.xacta-ai-hero-content {
		padding: 60px 0;
	}

	.xacta-ai-hero-subtitle {
		font-size: 1rem;
		line-height: 1.6;
	}

	.xacta-ai-hero-stats {
		gap: 1rem;
		margin-top: 2rem;
	}

	.xacta-ai-stat {
		padding: 1.5rem 1rem;
	}

	.xacta-ai-stat-number {
		font-size: 2rem;
	}

	.xacta-ai-stat-label {
		font-size: 0.85rem;
	}
}

/* Values Section */
.xacta-ai-values {
	position: relative;
	padding: clamp(80px, 11vw, 100px) 0;
	overflow: hidden;
}

.xacta-ai-values-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.xacta-ai-values-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.xacta-ai-values-pattern svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.xacta-ai-values-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	position: relative;
	z-index: 2;
}

.xacta-ai-values-header {
	text-align: center;
	margin-bottom: 4rem;
	color: white;
}

.xacta-ai-values-title {
	font-family: 'Myanmar Text', serif;
	font-size: 4rem;
	font-weight: 700;
	margin: 0 0 1.5rem 0;
}

.xacta-ai-values-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	margin: 0;
	opacity: 0.9;
}

.xacta-ai-values-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
	gap: 3rem;
}

.xacta-ai-value-card {
	position: relative;
}

.xacta-ai-value-card-inner {
	background: rgba(255,255,255,0.95);
	backdrop-filter: blur(20px);
	border: 2px solid rgba(255,255,255,0.2);
	border-radius: 20px;
	padding: 3rem 2.5rem;
	height: 100%;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.xacta-ai-value-card:hover .xacta-ai-value-card-inner {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
	border-color: rgba(0,222,254,0.3);
}

.xacta-ai-value-icon {
	width: 80px;
	height: 80px;
	margin-bottom: 2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xacta-ai-value-icon svg {
	width: 100%;
	height: 100%;
}

.xacta-ai-value-icon i {
	font-size: 3.5rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-value-content {
	position: relative;
	z-index: 2;
}

.xacta-ai-value-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	margin: 0 0 1.5rem 0;
	line-height: 1.3;
}

.xacta-ai-value-description {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	color: #666;
	margin: 0;
}

@media (max-width: 1200px) {
	.xacta-ai-values-grid {
		gap: 2rem;
	}
}

@media (max-width: 768px) {
	.xacta-ai-values {
		padding: 80px 0;
	}

	.xacta-ai-values-container {
		padding: 0 20px;
	}

	/* .xacta-ai-values-title {
		font-size: 3rem;
	} */

	.xacta-ai-values-subtitle {
		font-size: 1.1rem;
	}

	.xacta-ai-values-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.xacta-ai-value-card-inner {
		padding: 2.5rem 2rem;
	}

	.xacta-ai-value-icon {
		width: 70px;
		height: 70px;
		margin-bottom: 1.5rem;
	}

	/* .xacta-ai-value-title {
		font-size: 1.25rem;
	} */
}

/* What We Do Section */
.xacta-ai-what-we-do {
	padding: clamp(80px, 11vw, 100px) 0;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	position: relative;
	overflow: hidden;
}


.xacta-ai-wwd-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	position: relative;
	z-index: 1;
}

.xacta-ai-wwd-header {
	text-align: center;
	margin-bottom: 4rem;
}

.xacta-ai-wwd-title {
	font-family: 'Myanmar Text', serif;
	font-size: 4rem;
	font-weight: 700;
	color: #000;
	margin: 0 0 1rem 0;
}

.xacta-ai-wwd-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	margin-bottom: 4rem;
}

.xacta-ai-wwd-card {
	position: relative;
}

.xacta-ai-wwd-card-inner {
	background: white;
	border-radius: 20px;
	padding: 2rem 1.5rem;
	box-shadow: 0 10px 30px rgba(85, 55, 129, 0.1);
	border: 2px solid rgba(255,255,255,0.2);
	transition: all 0.4s ease;
	position: relative;
	height: 100%;
}

.xacta-ai-wwd-card:hover .xacta-ai-wwd-card-inner {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
	border-color: rgba(0,222,254,0.3);
}

.xacta-ai-wwd-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0,222,254,0.1) 0%, rgba(178,121,221,0.1) 100%);
	border-radius: 50%;
	transition: all 0.4s ease;
}

.xacta-ai-wwd-card:hover .xacta-ai-wwd-card-inner .xacta-ai-wwd-icon {
	transform: scale(1.1);
	background: linear-gradient(135deg, rgba(0,222,254,0.15) 0%, rgba(178,121,221,0.15) 100%);
}

.xacta-ai-wwd-icon svg {
	width: 100%;
	height: 100%;
}

.xacta-ai-wwd-icon i {
	font-size: 2rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-wwd-content {
	margin-bottom: 0;
}

.xacta-ai-wwd-card-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #000;
	margin: 0 0 1rem 0;
}

.xacta-ai-wwd-description {
	font-family: 'Poppins', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #666;
	margin: 0;
}

.xacta-ai-highlight {
	color: #00DEFE;
	font-weight: 600;
}

.xacta-ai-why-section {
	background: linear-gradient(135deg, #553781 0%, #B279DD 100%);
	border-radius: 24px;
	padding: 4rem 3rem;
	margin-top: 4rem;
	box-shadow: 0 20px 50px rgba(85, 55, 129, 0.15);
	position: relative;
	overflow: hidden;
}

.xacta-ai-why-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 50%, rgba(0,222,254,0.1) 0%, transparent 50%),
				radial-gradient(circle at 80% 50%, rgba(255,255,255,0.05) 0%, transparent 50%);
	pointer-events: none;
}

.xacta-ai-why-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.xacta-ai-why-title {
	font-family: 'Myanmar Text', serif;
	font-size: 2.75rem;
	font-weight: 700;
	color: white;
	text-align: center;
	margin: 0 0 1rem 0;
}

.xacta-ai-why-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	color: white;
	opacity: 0.9;
	text-align: center;
	margin: 0 0 3.5rem 0;
}

.xacta-ai-why-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.xacta-ai-why-card {
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255,255,255,0.2);
	border-radius: 20px;
	padding: 2.5rem 2rem;
	transition: all 0.4s ease;
	position: relative;
}

.xacta-ai-why-card:hover {
	transform: translateY(-8px);
	background: rgba(255,255,255,0.15);
	border-color: rgba(0,222,254,0.3);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
}

.xacta-ai-why-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.xacta-ai-why-number {
	font-family: 'Myanmar Text', serif;
	font-size: 3rem;
	font-weight: 700;
	color: rgba(0,222,254,0.3);
	line-height: 1;
}

.xacta-ai-why-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,222,254,0.15);
	border-radius: 50%;
	transition: all 0.4s ease;
}

.xacta-ai-why-card:hover .xacta-ai-why-icon {
	transform: scale(1.1);
	background: rgba(0,222,254,0.25);
}

.xacta-ai-why-icon i {
	font-size: 2rem;
	color: #00DEFE;
}

.xacta-ai-why-label {
	font-family: 'Poppins', sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	color: white;
	margin: 0 0 0.75rem 0;
	line-height: 1.3;
}

.xacta-ai-why-text {
	font-family: 'Poppins', sans-serif;
	font-size: 0.975rem;
	line-height: 1.7;
	color: white;
	opacity: 0.9;
	margin: 0;
}

@media (max-width: 1400px) {
	.xacta-ai-wwd-grid {
		gap: 1rem;
	}
	
	.xacta-ai-wwd-card-inner {
		padding: 1.5rem 1.25rem;
	}

	.xacta-ai-wwd-icon {
		width: 65px;
		height: 65px;
	}

	.xacta-ai-wwd-icon i {
		font-size: 1.875rem;
	}
}

@media (max-width: 1200px) {
	.xacta-ai-wwd-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.xacta-ai-why-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.75rem;
	}
}

@media (max-width: 768px) {
	.xacta-ai-what-we-do {
		padding: 80px 0;
	}

	.xacta-ai-wwd-container {
		padding: 0 20px;
	}

	/* .xacta-ai-wwd-title {
		font-size: 3rem;
	} */

	.xacta-ai-wwd-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.xacta-ai-wwd-card-inner {
		padding: 2.5rem 2rem;
	}

	.xacta-ai-wwd-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 1.5rem;
	}

	.xacta-ai-wwd-icon i {
		font-size: 1.75rem;
	}

	/* .xacta-ai-wwd-card-title {
		font-size: 1.1rem;
	} */

	.xacta-ai-why-section {
		padding: 3rem 1rem;
		margin-top: 3rem;
	}

	/* .xacta-ai-why-title {
		font-size: 2.25rem;
	} */

	.xacta-ai-why-subtitle {
		font-size: 1rem;
		margin-bottom: 2.5rem;
	}

	.xacta-ai-why-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.xacta-ai-why-card {
		padding: 2rem 1.5rem;
	}

	.xacta-ai-why-number {
		font-size: 2.5rem;
	}

	.xacta-ai-why-icon {
		width: 60px;
		height: 60px;
	}

	.xacta-ai-why-icon i {
		font-size: 1.75rem;
	}

	/* .xacta-ai-why-label {
		font-size: 1.25rem;
	} */

	.xacta-ai-why-text {
		font-size: 0.925rem;
	}
}

/* Consultancy Section */
.xacta-ai-consultancy {
	position: relative;
	padding: clamp(80px, 11vw, 100px) 0;
	overflow: hidden;
}

.xacta-ai-consultancy-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.xacta-ai-consultancy-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.xacta-ai-consultancy-pattern svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.xacta-ai-consultancy-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	position: relative;
	z-index: 2;
}

.xacta-ai-consultancy-header {
	text-align: center;
	margin-bottom: 4rem;
	color: white;
}

.xacta-ai-consultancy-title {
	font-family: 'Myanmar Text', serif;
	font-size: 4rem;
	font-weight: 700;
	margin: 0 0 1.5rem 0;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-consultancy-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	opacity: 0.9;
	margin: 0;
}

.xacta-ai-consultancy-framework {
	text-align: center;
	margin-bottom: 3rem;
}

.xacta-ai-framework-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(10px);
	border: 2px solid rgba(0,222,254,0.3);
	border-radius: 50px;
	padding: 1rem 2rem;
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
}

.xacta-ai-framework-badge i {
	font-size: 1.5rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-consultancy-phases {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-bottom: 4rem;
}

.xacta-ai-phase-card {
	background: white;
	border-radius: 20px;
	padding: 2.5rem;
	border: 2px solid rgba(0,0,0,0.1);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.xacta-ai-phase-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #00DEFE 0%, #B279DD 100%);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.xacta-ai-phase-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
	border-color: rgba(0,222,254,0.3);
}

.xacta-ai-phase-card:hover::before {
	transform: scaleX(1);
}

.xacta-ai-phase-number {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	font-family: 'Poppins', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	background: linear-gradient(135deg, rgba(0,222,254,0.1) 0%, rgba(178,121,221,0.1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
}

.xacta-ai-phase-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0,222,254,0.1) 0%, rgba(178,121,221,0.1) 100%);
	border-radius: 50%;
	transition: all 0.4s ease;
}

.xacta-ai-phase-card:hover .xacta-ai-phase-icon {
	transform: scale(1.1);
	background: linear-gradient(135deg, rgba(0,222,254,0.15) 0%, rgba(178,121,221,0.15) 100%);
}

.xacta-ai-phase-icon i {
	font-size: 2rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-phase-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
	margin: 0 0 0.75rem 0;
}

.xacta-ai-phase-description {
	font-family: 'Poppins', sans-serif;
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	margin: 0 0 1.5rem 0;
}

.xacta-ai-phase-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.xacta-ai-phase-list li {
	font-family: 'Poppins', sans-serif;
	font-size: 0.9rem;
	color: #444;
	padding: 0.5rem 0;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.xacta-ai-phase-list li i {
	color: #00DEFE;
	font-size: 0.875rem;
	margin-top: 0.25rem;
	flex-shrink: 0;
}

.xacta-ai-consultancy-deliverables {
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255,255,255,0.2);
	border-radius: 20px;
	padding: 3rem;
}

.xacta-ai-deliverables-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
	justify-content: center;
}

.xacta-ai-deliverables-header i {
	font-size: 2rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-deliverables-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: white;
	margin: 0;
}

.xacta-ai-deliverables-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.xacta-ai-deliverable-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	padding: 2rem 1rem;
	background: rgba(255,255,255,0.05);
	border: 2px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	transition: all 0.4s ease;
	text-align: center;
}

.xacta-ai-deliverable-item:hover {
	background: rgba(255,255,255,0.1);
	border-color: rgba(0,222,254,0.5);
	transform: translateY(-5px);
}

.xacta-ai-deliverable-item i {
	font-size: 2.5rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-deliverable-item span {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: white;
	line-height: 1.4;
}

@media (max-width: 1200px) {
	.xacta-ai-consultancy-phases {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.xacta-ai-deliverables-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 992px) {
	/* .xacta-ai-consultancy-title {
		font-size: 3rem;
	} */

	.xacta-ai-consultancy-subtitle {
		font-size: 1.05rem;
	}

	.xacta-ai-phase-card {
		padding: 2rem;
	}

	.xacta-ai-phase-number {
		font-size: 2.5rem;
	}

	.xacta-ai-phase-icon {
		width: 65px;
		height: 65px;
	}

	.xacta-ai-phase-icon i {
		font-size: 1.875rem;
	}
}

@media (max-width: 768px) {
	.xacta-ai-consultancy {
		padding: 80px 0;
	}

	.xacta-ai-consultancy-container {
		padding: 0 20px;
	}

	/* .xacta-ai-consultancy-title {
		font-size: 2.5rem;
	} */

	.xacta-ai-consultancy-subtitle {
		font-size: 1rem;
	}

	.xacta-ai-consultancy-framework {
		margin-bottom: 2rem;
	}

	.xacta-ai-framework-badge {
		font-size: 0.95rem;
		padding: 0.75rem 1.2rem;
	}

	.xacta-ai-framework-badge i {
		font-size: 1.25rem;
	}

	.xacta-ai-consultancy-phases {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		margin-bottom: 2.5rem;
	}

	.xacta-ai-phase-card {
		padding: 2rem;
	}

	.xacta-ai-phase-number {
		font-size: 2.5rem;
		top: 1rem;
		right: 1rem;
	}

	.xacta-ai-phase-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 1rem;
	}

	.xacta-ai-phase-icon i {
		font-size: 1.75rem;
	}

	/* .xacta-ai-phase-title {
		font-size: 1.1rem;
	} */

	.xacta-ai-phase-description {
		font-size: 0.9rem;
	}

	.xacta-ai-phase-list li {
		font-size: 0.85rem;
	}

	.xacta-ai-consultancy-deliverables {
		padding: 2rem 1rem;
	}

	.xacta-ai-deliverables-title {
		font-size: 1.2rem;
	}

	.xacta-ai-deliverables-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.xacta-ai-deliverable-item {
		padding: 1.5rem 1rem;
	}

	.xacta-ai-deliverable-item i {
		font-size: 2rem;
	}

	.xacta-ai-deliverable-item span {
		font-size: 0.95rem;
	}
}

/* Products Section */
.xacta-ai-products {
	padding: clamp(80px, 11vw, 100px) 0;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	position: relative;
	overflow: hidden;
}

.xacta-ai-products-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	position: relative;
	z-index: 1;
}

.xacta-ai-products-header {
	text-align: center;
	margin-bottom: 4rem;
}

.xacta-ai-products-title {
	font-family: 'Myanmar Text', serif;
	font-size: 4rem;
	font-weight: 700;
	color: #000;
	margin: 0 0 1rem 0;
}

.xacta-ai-products-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	color: #666;
	margin: 0;
	font-weight: 500;
}

.xacta-ai-products-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem;
}

.xacta-ai-product-card {
	background: white;
	border-radius: 24px;
	padding: 2.5rem 2rem;
	transition: all 0.4s ease;
	border: 2px solid rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.xacta-ai-product-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
	border-color: rgba(0,222,254,0.3);
}

.xacta-ai-product-badge {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0,222,254,0.1) 0%, rgba(178,121,221,0.1) 100%);
	border-radius: 50%;
	font-family: 'Poppins', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: #553781;
}

.xacta-ai-product-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0,222,254,0.1) 0%, rgba(178,121,221,0.1) 100%);
	border-radius: 50%;
	margin-bottom: 1.5rem;
	transition: all 0.4s ease;
}

.xacta-ai-product-card:hover .xacta-ai-product-icon {
	transform: scale(1.05);
}

.xacta-ai-product-icon i {
	font-size: 2.5rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-product-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
	margin: 0 0 0.5rem 0;
	line-height: 1.3;
}

.xacta-ai-product-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #553781;
	margin: 0 0 1rem 0;
}

.xacta-ai-product-description {
	font-family: 'Poppins', sans-serif;
	font-size: 0.975rem;
	line-height: 1.7;
	color: #666;
	margin: 0 0 1.5rem 0;
}

.xacta-ai-product-features {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding-top: 1.5rem;
	border-top: 2px solid rgba(85,55,129,0.1);
	margin-top: auto;
}

.xacta-ai-product-feature {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-family: 'Poppins', sans-serif;
	font-size: 0.925rem;
	color: #555;
}

.xacta-ai-product-feature i {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #00DEFE;
}

/* Featured Product Card */
.xacta-ai-product-card-featured {
	grid-column: span 2;
	background: linear-gradient(135deg, #553781 0%, #B279DD 100%);
	color: white;
	border: 2px solid rgba(255,255,255,0.2);
}

.xacta-ai-product-card-featured:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
	border-color: rgba(0,222,254,0.3);
}

.xacta-ai-product-badge-featured {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	font-family: 'Poppins', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: white;
}

.xacta-ai-product-card-featured .xacta-ai-product-icon {
	background: rgba(255,255,255,0.15);
}

.xacta-ai-product-card-featured .xacta-ai-product-icon i {
	background: linear-gradient(135deg, #00DEFE 0%, white 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-product-card-featured .xacta-ai-product-title {
	color: white;
}

.xacta-ai-product-card-featured .xacta-ai-product-subtitle {
	color: #00DEFE;
}

.xacta-ai-product-card-featured .xacta-ai-product-description {
	color: rgba(255,255,255,0.9);
}

.xacta-ai-product-card-featured .xacta-ai-product-features {
	border-top-color: rgba(255,255,255,0.2);
}

.xacta-ai-product-card-featured .xacta-ai-product-feature {
	color: rgba(255,255,255,0.95);
}

.xacta-ai-product-card-featured .xacta-ai-product-feature i {
	color: #00DEFE;
}

@media (max-width: 1200px) {
	.xacta-ai-products-grid {
		gap: 2rem;
	}

	.xacta-ai-product-card-featured {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.xacta-ai-products {
		padding: 80px 0;
	}

	.xacta-ai-products-container {
		padding: 0 20px;
	}

	/* .xacta-ai-products-title {
		font-size: 3rem;
	} */

	.xacta-ai-products-subtitle {
		font-size: 1.125rem;
	}

	.xacta-ai-products-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.xacta-ai-product-card {
		padding: 2rem 1.5rem;
	}

	.xacta-ai-product-card-featured {
		grid-column: span 1;
	}

	.xacta-ai-product-badge,
	.xacta-ai-product-badge-featured {
		width: 45px;
		height: 45px;
		font-size: 0.875rem;
	}

	.xacta-ai-product-icon {
		width: 70px;
		height: 70px;
	}

	.xacta-ai-product-icon i {
		font-size: 2rem;
	}

	/* .xacta-ai-product-title {
		font-size: 1.35rem;
	} */

	.xacta-ai-product-subtitle {
		font-size: 0.95rem;
	}

	.xacta-ai-product-description {
		font-size: 0.925rem;
	}

	.xacta-ai-product-feature {
		font-size: 0.875rem;
	}
}

/* Solutions Section */
.xacta-ai-solutions {
	padding: clamp(80px, 11vw, 100px) 0;
	position: relative;
	overflow: hidden;
}

.xacta-ai-solutions-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	position: relative;
	z-index: 1;
}

.xacta-ai-solutions-header {
	text-align: center;
	margin-bottom: 4rem;
	color: white;
}

.xacta-ai-solutions-title {
	font-family: 'Myanmar Text', serif;
	font-size: 4rem;
	font-weight: 700;
	margin: 0 0 1.5rem 0;
}

.xacta-ai-solutions-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	opacity: 0.9;
	margin: 0;
}

.xacta-ai-examples-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
	color: white;
	text-align: center;
	margin: 0 0 4rem 0;
}

.xacta-ai-examples-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem;
}

.xacta-ai-solution-card {
	position: relative;
	display: flex;
}

.xacta-ai-solution-card-inner {
	background: rgba(255,255,255,0.97);
	backdrop-filter: blur(20px);
	border-radius: 24px;
	padding: 2.5rem 2rem;
	width: 100%;
	transition: all 0.4s ease;
	border: 2px solid rgba(255,255,255,0.2);
	display: flex;
	flex-direction: column;
}

.xacta-ai-solution-card-inner:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
	border-color: rgba(0,222,254,0.3);
}

.xacta-ai-solution-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid rgba(85,55,129,0.1);
}

.xacta-ai-solution-icon {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0,222,254,0.1) 0%, rgba(178,121,221,0.1) 100%);
	border-radius: 50%;
}

.xacta-ai-solution-icon svg {
	width: 100%;
	height: 100%;
}

.xacta-ai-solution-icon i {
	font-size: 2rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-solution-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #000;
	margin: 0;
	line-height: 1.4;
	flex: 1;
}

.xacta-ai-solution-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.xacta-ai-solution-description {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: #555;
	margin: 0 0 1.5rem 0;
}

/* Solution Details Container */
.xacta-ai-solution-details {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.xacta-ai-detail-item {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(85,55,129,0.08);
}

.xacta-ai-detail-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.xacta-ai-detail-title {
	font-family: 'Poppins', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	color: #000;
	margin: 0 0 0.5rem 0;
	letter-spacing: 0.3px;
}

.xacta-ai-detail-text {
	font-family: 'Poppins', sans-serif;
	font-size: 0.925rem;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

@media (max-width: 1200px) {
	.xacta-ai-examples-grid {
		gap: 2rem;
	}
}

@media (max-width: 768px) {
	.xacta-ai-solutions {
		padding: 80px 0;
	}

	.xacta-ai-solutions-container {
		padding: 0 20px;
	}

	/* .xacta-ai-solutions-title {
		font-size: 3rem;
	} */

	.xacta-ai-solutions-subtitle {
		font-size: 1.125rem;
	}

	.xacta-ai-examples-title {
		font-size: 2rem;
	}

	.xacta-ai-examples-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.xacta-ai-solution-card-inner {
		padding: 2rem 1.5rem;
	}

	.xacta-ai-solution-header {
		gap: 0.75rem;
	}

	.xacta-ai-solution-icon {
		width: 50px;
		height: 50px;
	}

	.xacta-ai-solution-icon i {
		font-size: 1.5rem;
	}

	/* .xacta-ai-solution-title {
		font-size: 1.1rem;
	} */
	
	.xacta-ai-solution-description {
		font-size: 0.925rem;
	}

	.xacta-ai-detail-title {
		font-size: 0.9rem;
	}

	.xacta-ai-detail-text {
		font-size: 0.875rem;
	}
}

/* Service Section */
.xacta-ai-service {
	padding: clamp(80px, 11vw, 100px) 0;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	position: relative;
	overflow: hidden;
}

.xacta-ai-service-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	position: relative;
	z-index: 1;
}

.xacta-ai-service-header {
	text-align: center;
	margin-bottom: 4rem;
}

.xacta-ai-service-title {
	font-family: 'Myanmar Text', serif;
	font-size: 4rem;
	font-weight: 700;
	color: #000;
	margin: 0 0 1.5rem 0;
}

.xacta-ai-service-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	line-height: 1.6;
	color: #666;
	margin: 0;
}

.xacta-ai-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.xacta-ai-service-card {
	background: white;
	border-radius: 20px;
	padding: 2.5rem 2rem;
	transition: all 0.4s ease;
	border: 2px solid rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.xacta-ai-service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
	border-color: rgba(0,222,254,0.3);
}

.xacta-ai-service-card-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0,222,254,0.1) 0%, rgba(178,121,221,0.1) 100%);
	border-radius: 50%;
	margin-bottom: 1.5rem;
	position: relative;
	transition: all 0.4s ease;
}

.xacta-ai-service-card-icon::before {
	content: '';
	position: absolute;
	inset: -3px;
	border-radius: 50%;
	background: linear-gradient(135deg, #00DEFE, #B279DD);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: -1;
}

.xacta-ai-service-card:hover .xacta-ai-service-card-icon {
	transform: scale(1.05);
}

.xacta-ai-service-card:hover .xacta-ai-service-card-icon::before {
	opacity: 0.3;
}

.xacta-ai-service-card-icon i {
	font-size: 2.25rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-service-card-content {
	flex: 1;
}

.xacta-ai-service-card-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #000;
	margin: 0 0 1rem 0;
	line-height: 1.4;
}

.xacta-ai-service-card-description {
	font-family: 'Poppins', sans-serif;
	font-size: 0.975rem;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

@media (max-width: 1200px) {
	.xacta-ai-service-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.75rem;
	}
}

@media (max-width: 768px) {
	.xacta-ai-service {
		padding: 80px 0;
	}

	.xacta-ai-service-container {
		padding: 0 20px;
	}

	/* .xacta-ai-service-title {
		font-size: 3rem;
	} */

	.xacta-ai-service-subtitle {
		font-size: 1.125rem;
	}

	.xacta-ai-service-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.xacta-ai-service-card {
		padding: 2rem 1.5rem;
	}
	
	.xacta-ai-service-card-icon {
		width: 70px;
		height: 70px;
	}

	.xacta-ai-service-card-icon i {
		font-size: 2rem;
	}

	/* .xacta-ai-service-card-title {
		font-size: 1.15rem;
	} */
	
	.xacta-ai-service-card-description {
		font-size: 0.925rem;
	}
}

/* CTA Section */
.xacta-ai-cta {
	position: relative;
	padding: clamp(80px, 11vw, 120px) 0;
	overflow: hidden;
}

.xacta-ai-cta-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.xacta-ai-cta-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.xacta-ai-cta-pattern svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.xacta-ai-cta-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 40px);
	position: relative;
	z-index: 2;
}

.xacta-ai-cta-content {
	text-align: center;
	color: white;
}

.xacta-ai-cta-title {
	font-family: 'Myanmar Text', serif;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.5rem 0;
	background: linear-gradient(135deg, #00DEFE 0%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-cta-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	line-height: 1.6;
	opacity: 0.95;
	margin: 0 0 3rem 0;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.xacta-ai-cta-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 4rem;
}

.xacta-ai-cta-primary {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 2.5rem;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	color: white !important;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	border-radius: 50px;
	border: none;
	transition: all 0.4s ease;
	box-shadow: 0 10px 30px rgba(0, 222, 254, 0.3);
	position: relative;
	overflow: hidden;
}

.xacta-ai-cta-primary::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: left 0.5s ease;
}

.xacta-ai-cta-primary:hover::before {
	left: 100%;
}

.xacta-ai-cta-primary:hover,
.xacta-ai-cta-primary:focus,
.xacta-ai-cta-primary:active,
.xacta-ai-cta-primary:visited {
	color: white !important;
	text-decoration: none !important;
	background: linear-gradient(135deg, #00DEFE 0%, #B279DD 100%);
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(0, 222, 254, 0.4);
}

.xacta-ai-cta-primary i {
	transition: transform 0.3s ease;
	color: white !important;
}

.xacta-ai-cta-primary:hover i {
	transform: translateX(4px);
}

.xacta-ai-cta-primary span {
	color: white !important;
}

.xacta-ai-cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 2.5rem;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	color: white !important;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	transition: all 0.4s ease;
}

.xacta-ai-cta-secondary:hover,
.xacta-ai-cta-secondary:focus,
.xacta-ai-cta-secondary:active,
.xacta-ai-cta-secondary:visited {
	color: white !important;
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(0, 222, 254, 0.5);
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

.xacta-ai-cta-secondary span {
	color: white !important;
}

.xacta-ai-cta-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin-top: 3rem;
}

.xacta-ai-cta-feature-card {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 2rem 1.5rem;
	transition: all 0.4s ease;
	text-align: center;
}

.xacta-ai-cta-feature-card:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(0, 222, 254, 0.3);
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(85, 55, 129, 0.3);
}

.xacta-ai-cta-feature-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0, 222, 254, 0.2) 0%, rgba(178, 121, 221, 0.2) 100%);
	border-radius: 50%;
	transition: all 0.4s ease;
}

.xacta-ai-cta-feature-card:hover .xacta-ai-cta-feature-icon {
	transform: scale(1.1);
	background: linear-gradient(135deg, rgba(0, 222, 254, 0.3) 0%, rgba(178, 121, 221, 0.3) 100%);
}

.xacta-ai-cta-feature-icon i {
	font-size: 1.75rem;
	background: linear-gradient(135deg, #00DEFE 0%, white 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.xacta-ai-cta-feature-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: white;
	margin: 0 0 0.75rem 0;
}

.xacta-ai-cta-feature-text {
	font-family: 'Poppins', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: white;
	opacity: 0.85;
	margin: 0;
}

@media (max-width: 1200px) {
	.xacta-ai-cta-features {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}
}

@media (max-width: 768px) {
	.xacta-ai-cta {
		padding: 80px 0;
	}

	.xacta-ai-cta-container {
		padding: 0 20px;
	}

	/* .xacta-ai-cta-title {
		font-size: 2.5rem;
	} */

	.xacta-ai-cta-subtitle {
		font-size: 1.125rem;
		margin-bottom: 2.5rem;
	}

	.xacta-ai-cta-buttons {
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 3rem;
	}

	.xacta-ai-cta-primary,
	.xacta-ai-cta-secondary {
		width: 100%;
		max-width: 300px;
		justify-content: center;
		padding: 1rem 2rem;
		font-size: 1rem;
	}

	.xacta-ai-cta-features {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.xacta-ai-cta-feature-card {
		padding: 1.75rem 1.25rem;
	}

	.xacta-ai-cta-feature-icon {
		width: 55px;
		height: 55px;
	}

	.xacta-ai-cta-feature-icon i {
		font-size: 1.5rem;
	}

	/* .xacta-ai-cta-feature-title {
		font-size: 1rem;
	} */

	.xacta-ai-cta-feature-text {
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	/* .xacta-ai-cta-title {
		font-size: 2rem;
	} */
}

/* ===== STANDARDIZED TITLE SIZES ===== */
/* Ensures all section titles and card titles have consistent font sizes across the entire page */

/* Hero Title - Main page heading */
.xacta-ai-hero-title {
	font-size: 5rem !important;
	line-height: 1.1 !important;
}

/* Desktop Section Titles - All main section headings */
.xacta-ai-values-title,
.xacta-ai-wwd-title,
.xacta-ai-consultancy-title,
.xacta-ai-products-title,
.xacta-ai-solutions-title,
.xacta-ai-service-title,
.title_intro {
	font-size: 4rem !important;
	line-height: 1.2 !important;
}

.xacta-ai-cta-title {
	font-size: 3.5rem !important;
	line-height: 1.2 !important;
}

/* Subsection Titles - Secondary section headings */
.xacta-ai-why-title {
	font-size: 2.75rem !important;
	line-height: 1.2 !important;
}

/* Desktop Card Titles - All card headings */
.xacta-ai-value-title,
.xacta-ai-wwd-card-title,
.xacta-ai-why-label,
.xacta-ai-phase-title,
.xacta-ai-product-title,
.xacta-ai-solution-title,
.xacta-ai-service-card-title {
	font-size: 1.25rem !important;
	line-height: 1.4 !important;
}

.xacta-ai-cta-feature-title {
	font-size: 1.125rem !important;
	line-height: 1.4 !important;
}

/* Tablet (992px and below) */
@media (max-width: 992px) {
	.xacta-ai-hero-title {
		font-size: 4rem !important;
	}

	.xacta-ai-values-title,
	.xacta-ai-wwd-title,
	.xacta-ai-consultancy-title,
	.xacta-ai-products-title,
	.xacta-ai-solutions-title,
	.xacta-ai-service-title,
	.title_intro {
		font-size: 3.5rem !important;
	}

	.xacta-ai-cta-title {
		font-size: 3rem !important;
	}

	.xacta-ai-why-title {
		font-size: 2.5rem !important;
	}

	.xacta-ai-value-title,
	.xacta-ai-wwd-card-title,
	.xacta-ai-why-label,
	.xacta-ai-phase-title,
	.xacta-ai-product-title,
	.xacta-ai-solution-title,
	.xacta-ai-service-card-title {
		font-size: 1.2rem !important;
	}

	.xacta-ai-cta-feature-title {
		font-size: 1.1rem !important;
	}
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
	.xacta-ai-hero-title {
		font-size: 3.5rem !important;
	}

	.xacta-ai-values-title,
	.xacta-ai-wwd-title,
	.xacta-ai-consultancy-title,
	.xacta-ai-products-title,
	.xacta-ai-solutions-title,
	.xacta-ai-service-title,
	.title_intro {
		font-size: 3rem !important;
	}

	.xacta-ai-cta-title {
		font-size: 2.75rem !important;
	}

	.xacta-ai-why-title {
		font-size: 2.25rem !important;
	}

	.xacta-ai-value-title,
	.xacta-ai-wwd-card-title,
	.xacta-ai-why-label,
	.xacta-ai-phase-title,
	.xacta-ai-product-title,
	.xacta-ai-solution-title,
	.xacta-ai-service-card-title {
		font-size: 1.125rem !important;
	}

	.xacta-ai-cta-feature-title {
		font-size: 1.05rem !important;
	}
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
	.xacta-ai-hero-title {
		font-size: 3rem !important;
	}

	.xacta-ai-values-title,
	.xacta-ai-wwd-title,
	.xacta-ai-consultancy-title,
	.xacta-ai-products-title,
	.xacta-ai-solutions-title,
	.xacta-ai-service-title,
	.title_intro {
		font-size: 2.5rem !important;
	}

	.xacta-ai-cta-title {
		font-size: 2.25rem !important;
	}

	.xacta-ai-why-title {
		font-size: 2rem !important;
	}

	.xacta-ai-value-title,
	.xacta-ai-wwd-card-title,
	.xacta-ai-why-label,
	.xacta-ai-phase-title,
	.xacta-ai-product-title,
	.xacta-ai-solution-title,
	.xacta-ai-service-card-title {
		font-size: 1.1rem !important;
	}

	.xacta-ai-cta-feature-title {
		font-size: 1rem !important;
	}
}

/* Extra Small Mobile (375px and below) */
@media (max-width: 375px) {
	.xacta-ai-hero-title {
		font-size: 2.75rem !important;
	}

	.xacta-ai-values-title,
	.xacta-ai-wwd-title,
	.xacta-ai-consultancy-title,
	.xacta-ai-products-title,
	.xacta-ai-solutions-title,
	.xacta-ai-service-title,
	.title_intro {
		font-size: 2.25rem !important;
	}

	.xacta-ai-cta-title {
		font-size: 2rem !important;
	}

	.xacta-ai-why-title {
		font-size: 1.85rem !important;
	}

	.xacta-ai-value-title,
	.xacta-ai-wwd-card-title,
	.xacta-ai-why-label,
	.xacta-ai-phase-title,
	.xacta-ai-product-title,
	.xacta-ai-solution-title,
	.xacta-ai-service-card-title,
	.xacta-ai-cta-feature-title {
		font-size: 1.05rem !important;
	}
}