/*!
Theme Name: PixelTechnosoft
Theme URI: https://pixeltechnosoft.com/
Author: Puneet Tailor
Author URI: https://pixeltechnosoft.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: PixelTechnoSoft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, transl11ation-ready

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

Pixel is based on Underscores https://pixeltechnosoft.com/, (C) 2025-2026 Automatic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Sofia", cursive !important;
	"Sofia", font-family: cursive;
	font-weight: 400 !important;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: .5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #6789ff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

:root {
	--main-color-one: #2F59A8;
	--main-color-two: #2F59A8;
	--portfolio-color: #ff4756;
	--logistic-color: #ff4039;
	--industry-color: #ff5820;
	--secondary-color: #2F59A8;
	--heading-color: #2F59A8;
	--paragraph-color: #878a95;
	--construction-color: #ffbc13;
	--lawyer-color: #c89e66;
	--political-color: #e70f49;
	--medical-color: #2F59A8;
	--medical-two-color: #2F59A8;
	--fruits-color: #2F59A8;
	--fruits-heading-color: #2F59A8;
	--portfolio-dark-one: #202334;
	--portfolio-dark-two: #191c47;
	--charity-color: #d1312e;
	--dagency-color: #ff8a47;
	--cleaning-color: #2F59A8;
	--cleaning-two-color: #20beea;
	--course-color: #21baf7;
	--course-two-color: #fda809;
	--grocery-color: #80b82d;
	--grocery-heading-color: #2F59A8;
			--heading-font: 'Poppins',sans-serif;
	--body-font: 'Poppins',sans-serif;
}
    
/* navbar style 04 */

.header-style-03.navbar-variant-04 .navbar-area,
.header-style-03.navbar-variant-04 .navbar-area .nav-container{
	background-color: transparent;
}
.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li a ,
.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before,
.header-style-03.navbar-variant-04 .navbar-area .nav-container .nav-right-content ul li,
.header-style-03.navbar-variant-04 .navbar-area .nav-container .nav-right-content ul li a
{
	color:  var(--paragraph-color);
}

.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover ,
.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before,
.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover:before,
.header-style-03.navbar-variant-04 .navbar-area .nav-container .nav-right-content ul li:hover,
.header-style-03.navbar-variant-04 .navbar-area .nav-container .nav-right-content ul li a:hover{
	color:  var(--main-color-one);
}

.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu{
	border-bottom-color: #6789ff;
	border-left: 1px solid #ddd;
	min-width: 601px;
	right: -227px;
}

.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: var(--main-color-one) !important;
}

.top-bar-area {
	background-color: var(--secondary-color);
}

.top-bar-inner ul li a,
#langchange{
	color: #f2f2f2;
}

.top-bar-inner ul li a:hover {
	color: var(--main-color-two);
}

.top-bar-inner .btn-wrapper .boxed-btn.reverse-color {
	background-color: var(--main-color-two);
	color: #fff
}

.top-bar-inner .btn-wrapper .boxed-btn.reverse-color:hover {
	background-color: var(--main-color-two);
	color: #fff;
}

/* mega style */

.xg_mega_menu_wrapper{
	background-color: #fff;;
}

.xg-mega-menu-single-column-wrap .mega-menu-title{
	color: var(--heading-color);
}

.xg-mega-menu-single-column-wrap ul li a,
.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .title,
.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap .price,
.single-donation-mega-menu-item .title{
	color: var(--paragraph-color) !important;
}

.single-donation-mega-menu-item .content .goal h4{
	color: var(--paragraph-color) !important;
	opacity: .6;
}

.xg-mega-menu-single-column-wrap ul li a:hover,
.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .title:hover,
.single-donation-mega-menu-item .title:hover{
	color: var(--main-color-color) !important;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap del{
	color: var(--paragraph-color) !important;
	opacity: .6;
}

.single-donation-mega-menu-item .content .boxed-btn{
	background-color: var(--main-color-one);
	color: #fff !important;
}

.single-donation-mega-menu-item .content .boxed-btn:hover{
	background-color: var(--main-color-one) ;
	color: #fff !important;
}

/* breadcrumb css */

.breadcrumb-area .breadcrumb-inner{
	padding-top: 140px !important;
	padding-bottom: 140px !important;
}

main#primary .breadcrumb-area:before{
	background-color: transparent !important;
	transition: .5s ease-in;
}

.breadcrumb-area .page-title{
	color: #fff !important;
	font-family: "Sofia", cursive;
	font-weight: 100 !important;
	text-align: left;
	text-shadow: 6px 6px 8px rgba(0, 0, 0, .5);
}

.breadcrumb-area .page-list li:first-child a{
	color: var(--main-color-one);
}

.breadcrumb-area .page-list li{
	color: rgba(255, 255, 255, .7);
}

/* footer css */

.footer-area .copyright-area{
	background-color:rgb(47, 90, 168) !important;
	color: #fff;
}

.footer-area .footer-top {
	background-color: #ffffff;
}

.widget.footer-widget .widget-title {
	color: #6789ff !important;
	font-family: "Sofia", cursive;
	font-weight: 400;
	text-decoration: underline;
}

.contact_info_list li.single-info-item .icon,
.footer-widget.widget_nav_menu ul li a:after{
	/* color: #333 !important; */
}

.footer-area .footer-widget.widget_tag_cloud .tagcloud a,
.footer-area .widget.footer-widget p,
.footer-area .widget.footer-widget.widget_calendar caption,
.footer-area .widget.footer-widget.widget_calendar td,
.footer-area .widget.footer-widget.widget_calendar th,
.footer-area .widget.footer-widget ul li,
.footer-area .widget.footer-widget ul li a {
	color: #333 !important;
	position: relative;
	left: 0;
	transition: .3s ease-in-out;
}

.footer-area .footer-widget.widget_tag_cloud .tagcloud a:hover,
.footer-area .widget.footer-widget ul li a:hover {
	color: rgba(255, 255, 255, .6);
}

/*  New Styles */

.header-style-03.header-variant-08.navbar-variant-04 {
    background: rgba(255,255,255,0.8) !important;
    position: sticky;
    top: 0;
}

.header-style-03.header-variant-08.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #333 !important;
    font-family: "Comfortaa", sans-serif;
    font-weight: 500;
    padding: 0;
    white-space: break-spaces !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center !important;
    float: left;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li i {
    display: block;
    text-align: center !important;
    width: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    text-align: center;
    width: 100%;
    white-space: break-spaces;
    height: 200px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    border-right: 1px solid #ddd;
}

.header-style-03.header-variant-08.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav > li.current-menu-item > a {
    color: #6789ff !important;
}

.header-style-03.header-variant-08.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li ul li a i{
	position:relative;
	top: 10px;
	transition:.3s ease-in-out;
	font-size: 30px;
	line-height: 100px;
}

.header-style-03.header-variant-08.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li ul li a:hover i{
	top: 0px;
	font-size: 35px;
	text-shadow: 1px 5px 8px #00000099;
}

.header-style-03.header-variant-08.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: #6789ff !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before, .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
    color: #fff !important;
}

.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.current-menu-item a,
.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background: #6789ff !important;
    color: #fff !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #6789ff !important;
    background: #fff !important;
    border-radius: 0px !important;
    border: 2px solid #6789ff !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #6789ff !important;
    color: #fff !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: rgba(0,0,0, 0.2) !important;
}

.footer-area .widget.footer-widget ul li a:hover {
    position: relative;
    left: 10px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: rgba(0,0,0, 0.2) !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-btn.custom_submit_form_button {
	border: 1px solid #6789ff70;
	border-radius: 5px;
	padding: 10px 30px;
	color: #333 !important;
	box-shadow: none;
	transition: .5s ease-in-out;
	position: relative;
	background: #fff !important;
	z-index: 1;
	font-family: "Comfortaa", sans-serif;
	font-weight: 500;
	box-shadow: inset 2px -4px 8px #6789ff82, 0 1px 2px -5px rgb(0 0 0 / 50%);
	padding-right: 55px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-btn.custom_submit_form_button:hover {
	box-shadow: inset 0px -4px 8px #6789ff82, 0 10px 10px -5px #6789ff80;
	color: #6789ff !important;
}

.footer-area .widget.footer-widget ul li a:hover {
    color: #6789ff !important;
}

.logistics-single-what-we-cover-item .thumb img {
    border-radius: 0 !important;
    padding: 20px;
}

.logistics-single-what-we-cover-item{
	border-radius: 10px;
	overflow:hidden !important;
}

.logistics-single-what-we-cover-item .content .title a {
    color: #3d5b81 !important;
}

.bottom-radius-img-wrap img {
    border-radius: 0 !important;
}

.back-to-top {
    background: rgba(0,0,0,.2);
    border-radius: 0;
}

.footer-area .copyright-area {
    background: #6789ff !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, .dagency-news-area .contact-form-wrap .form-control {
    background: #fff !important;
    box-shadow: inset 4px -4px 10px #6789ff88;
    border: 1px solid rgba(103, 137, 255, 0.44) !important;
    padding: 0px 15px;
    font-size: 14px !important;
    line-height: 38px;
    height: 40px !important;
    border-radius: 5px !important;
}

.dagency-info-list li .content .title, .dagency-info-list li .icon {
    color: #6789ff !important;
}

.testimonial-item h4, .testimonial-item p.vc_custom_heading {
    color: #6789ff !important;
}

.career-widget.widget .contact_info_list li.single-info-item .icon {
    color: #6789ff !important;
}

#portfolioSliderSection h2{
    margin:50px 0 40px
}

#portfolioSliderSection .vc_carousel-slideline-inner .vc_inner {
    border-radius: 20px;
    overflow: hidden;
}

#tags {
    background: #6789ff;
}

#tags .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    padding: 0 15px;
	max-width: 1350px;
    margin: 0 auto;
}

#tags h2 {
    margin: 50px 0;
    color: #fff;
}

#tags .wpb_text_column.wpb_content_element p {
    padding: 10px;
    border: 2px solid;
    color: #6789ff;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: .3s ease-in-out;
    background: #fff;
}

#tags .wpb_text_column.wpb_content_element p:hover {
    top: -3px;
    box-shadow: 0 18px 15px -15px rgba(0, 0, 0, .5);
    background: #6789ff;
    color: #fff;
}

#packages {
    background: #eee;
}

#packages h2 {
    margin: 50px 0;
}

#packages .vc_col-sm-4 > .vc_column-inner {
    border-radius: 30px;
    box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, .5);
    background: #6789ff;
    color: #fff !important;
    padding-bottom: 100px !important;
    position: relative;
}

#packages .vc_col-sm-4.vc_col-has-fill > .vc_column-inner {
    box-shadow: -10px 10px 20px -10px rgba(0,0,0,.5);
    background: #fff;
    color: #333 !important;
}

#packages .vc_col-sm-4 > .vc_column-inner h2 {
    color: #fff !important;
    margin: 20px 0 40px 0;
}

#packages .vc_col-sm-4.vc_col-has-fill > .vc_column-inner h2.vc_custom_heading {
    color: #6789ff !important;
}

#packages .vc_col-sm-4 > .vc_column-inner button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    top: auto;
    width: calc(100% - 60px);
    border: 0;
    box-shadow: none;
    border-radius: 30px;
    background: #fff;
    color: #6789ff;
}

#packages .vc_col-sm-4.vc_col-has-fill > .vc_column-inner button {
    color: #fff;
    background: #6789ff;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next {
    display: block !important;
    z-index: 999999999999;
    background: #fff !important;
    border-radius: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '<';
    overflow: hidden;
    color: #000;
    position: absolute;
    display: block;
    rotate: 0Deg !important;
    font-size: 40px;
    text-align: center;
    width: 40px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '>';
    overflow: hidden;
    color: #000;
    position: absolute;
    display: block;
    rotate: 0Deg !important;
    font-size: 40px;
    text-align: center;
    width: 40px;
}

.owl-carousel .owl-item img.mainSlidingImage {
    max-width: 440px;
    position: absolute;
    right: 20px;
    top: 0;
    animation: move 2s linear infinite;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(0deg);
    }
    75%{
        transform: rotate(-2deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

@keyframes move{
    0%{
		top:-120px;
        right: 40px;
    }
    25%{
		top: -90px;
		right:0px;
		}
    50%{
        right: 40px;
        top: -60px;
    }
    75%{
        right:80px;
        top: -90px;
    }
    100%{
        right:40px;
		top:-120px;
    }
}

a.navbar-brand.logo {
    padding-top: 0px;
    padding-bottom: 0px;
}

h1.text-center {
    text-align: center;
    color: #333;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: normal;
}

img.welcomeImage1 {
    max-width: 500px;
    align-items: end;
    float: right;
    display: block;
    margin-top: -50px;
}

img.welcomeImage2 {
    max-width: 240px;
    margin-top: -100px;
}

nav.navbar.navbar-area.navbar-expand-lg {
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,.1);
    position: sticky !important;
    top: 0;
    display: block;
    box-sizing: border-box;
}

main#primary {
    width: 100%;
    overflow: hidden;
} 

.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before{
	color: #333 !important;
}

.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
    color: #6789ff !important;
}

h1.text-center span{
    color: #6789ff;
    font-size: 42px;
    font-weight: bold;
    font-family: "Sofia", cursive;
    font-weight: 400;
}

.welcomeImage1 img{
    width: 500px;
    align-items: end;
    display: block;
    margin-top: -50px;
    /* animation: rotate 4s linear infinite; */
}

.welcomeImage2{
	margin: 0 0 10px !important;
}

.welcomeImage2 img {
    max-width: 160px !important;
    margin-top: -80px;
    animation: mlr 4s linear infinite;
    position: relative;
    margin-left: 100px;
}

.header-style-03.header-variant-08 .navbar-area .nav-container .logo-wrapper img {
    max-height: 100px !important;
}

ul, ol, p {
    color: #333 !important;
    hyphens: none !important;
}

.welcomeLeft p {
    text-align: justify;
    hyphens: none;
    word-break: keep-all;
    padding-right: 50px;
}

.welcomeImages {
    position: relative;
}

.welcomeIcon1 {
    position: absolute !important;
    display: block !important;
    top: 20px !important;
    right: 0;
    z-index: 99 !important;
    width: 60px;
    animation: mlr 4s linear infinite;
}

.welcomeIcon2 {
    position: absolute !important;
    top: 20px;
    left: 0px;
    z-index: 99 !important;
    width: 60px;
    animation: mud 4s linear infinite;
}

.gear1 {
    position: absolute;
    left: 40px;
    bottom: 10px;
    width: 80px;
}

.gear1 img {
    animation: racw 4s linear infinite;
}

.gear2 {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 50px;
}

.gear2 img {
    animation: rcw 4s linear infinite;
}

@keyframes rcw{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes racw{
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes mlr{
    0%{
		right:20px
    }
    25%{
        right: 0px;
    }
    75%{
        right: 40px;
    }
    100%{
        right: 20px;
    }
}
@keyframes mud{
    0%{
        top: 20px;
    }
    25%{
        top: 0px;
    }
    75%{
        top: 40px;
    }
    100%{
        top: 20px;
    }
}

#homeIntroSec .wpb_single_image.wpb_content_element.vc_align_right {
    margin-bottom: 0;
}

.homeIntro > .vc_column-inner > .wpb_wrapper{
    padding: 30px 30px 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    position: relative;
    overflow: visible;
    /* top: 50px; */
    text-align: justify;
}

.homeIntro > .vc_column-inner > .wpb_wrapper:before {
    content: '';
    position:absolute;
    top: -70px;
    left: 160px;
    width: 100%;
    background:#6789ff;
    height:100%;
    border-radius:50px;
    z-index:-1;
    overflow: visible;
    padding: 10px 40px !important;
    text-align: justify;
}

.homeIntro .btn-theme span, .welcomeLeft .btn-theme span {
    border: 1px solid #6789ff70;
    border-radius: 5px;
    padding: 10px 30px;
    color: #333;
    box-shadow: none;
    transition: .5s ease-in-out;
    position: relative;
    background: #fff !important;
    z-index: 1;
    font-family: "Comfortaa", sans-serif;
    font-weight: 500;
    box-shadow: inset 2px -4px 8px #6789ff82, 0 1px 2px -5px rgb(0 0 0 / 50%);
}

.homeIntro .btn-theme:before{
    content: '';
    width: 200px;
    height: 100px;
    background: url(https://pixeltechnosoft.com/uat/wp-content/uploads/2025/03/dotsBlue.png);
    position: absolute;
    background-size: cover;
    right: -54px;
    top: -24px;
    left: auto;
}

.homeIntro p.text-center {
    text-align: center !important;
    background: #6789ff22;
    padding: 10px 0;
    font-size: 20px;
}

.welcomeLeft .btn-theme:before {
    content: '';
    width: 200px;
    height: 100px;
    background: url(https://pixeltechnosoft.com/uat/wp-content/uploads/2025/03/dotsBlue.png);
    position: absolute;
    z-index: -1;
    background-size: cover;
    left: -44px;
    top: -24px;
}

.homeIntro .btn-theme, .welcomeLeft .btn-theme {
    position: relative;
    padding: 10px 0;
}

.btn.focus, .btn:focus{
	box-shadow:none !important;
}

.homeIntro .btn-theme:hover span, .welcomeLeft .btn-theme:hover span {
    box-shadow: inset 0px -4px 8px #6789ff82, 0 10px 10px -5px #00000080;
    color: #6789ff;
}

.homeIntro .btn-theme i,
.welcomeLeft .btn-theme i {
    position: relative;
    transition: .5s ease-in-out;
    left: 0px;
}

.homeIntro .btn-theme:hover i,
.welcomeLeft .btn-theme:hover i {
    left: 10px;
}

.footer-area .attorney-contact-form-wrap .form-group label,
.attorney-contact-form-wrap .title {
    color: #333 !important;
}

.header-inner.industry-home .title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    max-width: 700px;
    color: #333;
}

.header-inner.industry-home .description {
    font-size: 24px;
    line-height: 35px;
    max-width: 100%;
    color: #333;
    text-align: left;
    max-width: 550px;
    margin: 0;
}

.header-area .header-inner a.slider-btn {
    color: #333;
    border-top: 0 !important;
    border: 2px solid #333 !important;
    padding: 10px 30px !important;
    display: inline-block;
    line-height: normal !important;
    margin-top: 30px !important;
    border-radius: 0;
    box-shadow: none;
    transition: .5s ease-in-out;
    position: relative;
    margin-bottom: 10px;
}

.header-area .header-inner a.slider-btn i{
    position: relative;
    left: 0px;
    transition: .5s ease-in-out;
}

.header-area .header-inner a.slider-btn:hover {
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, .5);
}

.header-area .header-inner a.slider-btn:hover i {
    left: 10px;
}

.owl-carousel .owl-item img.mainSlidingImage {
    max-width: 480px;
    position: absolute;
    right: 30px;
    top: -92px;
    animation: move 4s linear infinite;
}

.clouds {
    position: absolute;
    top: -50px;
    width: 240px;
    left: 20px;
    animation: moveClouds 10s infinite;
    transition: ease-in-out;
}

.clouds.wpb_single_image img {
    animation: none;
}

@keyframes moveClouds{
    0%{
        left:20px;
    }
    50%{
        left:150px;
    }
    100%{
        left:20px;
    }
}

h2.vc_custom_heading {
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
}

h2.vc_custom_heading small {
    font-size: 16px;
    color: #333;
    font-family: "Comfortaa", sans-serif;
}

#homeIntroSec .wpb_single_image.vc_align_right img{
    /* animation:rotate 4s linear infinite; */
    margin-top: -30px;
    margin-bottom: 0;
}

.ourServices h2.vc_custom_heading {
    margin-bottom: 30px;
}

#testimonials h2.vc_custom_heading small:before,
#industries h2.vc_custom_heading small:before,
#ourProcess h2.vc_custom_heading small:before,
.ourServices h2.vc_custom_heading small:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    position: relative;
    background: #6789ff;
    margin-right: 10px;
    top: -5px;
}

#testimonials h2.vc_custom_heading small:after,
#industries h2.vc_custom_heading small:after,
#ourProcess h2.vc_custom_heading small:after,
.ourServices h2.vc_custom_heading small:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    position: relative;
    background: #6789ff;
    /* margin-left: 10px; */
    top: -5px;
}

.serviceCard > .vc_column-inner > .wpb_wrapper {
    background: #f0f3ff;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 50px;
    box-shadow: none;
    transition: .5s ease-in-out;
    position: relative;
}

.serviceCard .wpb_single_image {
    margin: 0;
}

.serviceCard > .vc_column-inner > .wpb_wrapper h3{
	text-align: center;
	transition: .5s ease-in-out;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: "Sofia", cursive;
	font-weight: 400;
}

.serviceCard > .vc_column-inner > .wpb_wrapper p {
    color: #333 !important;
    text-align: justify;
    word-break: auto-phrase;
    transition: .5s ease-in-out;
    hyphens: none !important;
}

.serviceCard > .vc_column-inner > .wpb_wrapper:hover {
    background-color: #6789ff !important;
    /* box-shadow: 0px 20px 10px -5px rgb(103 137 255 / 50%); */
}

.serviceCard > .vc_column-inner > .wpb_wrapper:hover h3,
.serviceCard > .vc_column-inner > .wpb_wrapper:hover  p {
    color: #fff !important;
}

.serviceCard > .vc_column-inner > .wpb_wrapper:before {
    content: '';
    display: block;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute;
    top: 10px;
    background: #6789ff;
    z-index: -1;
    border-radius: 50px;
    box-shadow: none;
    transition: .5s ease-in-out;
}

.serviceCard > .vc_column-inner > .wpb_wrapper:hover::before {
    background: #fff;
    box-shadow: 0px 20px 10px -5px rgb(103 137 255 / 50%);
}

.attorney-contact-form-wrap .attorney-contact-form .form-group .form-control{
	color: #333 !important;
}

.hide{
	display: none;
}

.serviceCard > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    transform :scale(.9);
    transition: .3s ease-in-out;
}

.serviceCard > .vc_column-inner > .wpb_wrapper:hover figure.wpb_wrapper.vc_figure img {
    transform :scale(1);
}

.vc_progress_bar .vc_single_bar {
    background: #f0f3ff !important;
    box-shadow: 1px 1px 5px 0px #6789ff88 inset !important;
}

#contactSec {
    text-align: center;
}

#contactSec {
    background: url(https://pixeltechnosoft.com/uat/wp-content/uploads/2025/08/Expert-Opinion.png) no-repeat center bottom fixed;
    color: #fff;
    padding: 50px 15px 100px !important;
    box-shadow: inset 0px 200px 150px 30px #ffffffa8;
    position: relative;
}

#contactSec h2.vc_custom_heading {
    /* color: #fff; */
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 60%);
}

#contactSec h2.vc_custom_heading small {
    text-align: center;
    display: inline-block;
    width: 100%;
    text-shadow: none;
    margin: 0 !important;
}

#customProcess h2.vc_custom_heading,
#customIndustries h2.vc_custom_heading{
	margin-bottom:50px;
}

#marketingServices .wpb_column.vc_column_container.vc_col-sm-6 > .vc_column-inner,
#marketingTrend .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner,
#customIndustries .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner {
    background: #f0f3ff;
    padding: 20px 20px 0;
    border-radius: 50px;
    box-shadow: 1px 1px 5px 0px #6789ff88 inset;
}

#marketingServices h2.vc_custom_heading small:after,
#marketingTrend h2.vc_custom_heading small:after,
#customProcess h2.vc_custom_heading small:after,
#customIndustries h2.vc_custom_heading small:after,
#visionMission h2.vc_custom_heading small:after,
#contactSec h2.vc_custom_heading small:after {
	width: 50px;
}

#marketingServices h2.vc_custom_heading small:before,
#marketingTrend h2.vc_custom_heading small:before,
#customProcess h2.vc_custom_heading small:before,
#customIndustries h2.vc_custom_heading small:before,
#visionMission h2.vc_custom_heading small:before,
#contactSec h2.vc_custom_heading small:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 2px;
	position: relative;
	background: #6789ff;
	margin-right: 10px;
	top: -5px;
}

h2.vc_custom_heading small:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    position: relative;
    background: #6789ff;
    margin-left: 10px;
    top: -5px;
}

#contactSec p {
    font-size: 20px;
}

#contactSec .btn-theme {
    position: relative;
    display: inline-block;
    outline: none !important;
    box-shadow: none !important;
}

#contactSec .btn-theme:hover span {
	box-shadow: inset 0px -4px 8px #6789ff82, 0 10px 10px -5px #00000080;color: #6789ff;
}

#contactSec .btn-theme i {
    position: relative;
    transition: .5s ease-in-out;
    left: 0px;
}

#contactSec .btn-theme:hover i {
    left: 10px;
}

#contactSec .btn-theme span {
	border: 1px solid #6789ff70;
	border-radius: 5px;
	padding: 10px 30px;
	color: #333;
	box-shadow: none;
	transition: .5s ease-in-out;
	position: relative;background: #fff !important;
	z-index: 1;
	font-family: "Comfortaa", sans-serif;
	font-weight: 500;box-shadow: inset 2px -4px 8px #6789ff82, 0 1px 2px -5px rgb(0 0 0 / 50%);
}

.footer-top.padding-top-90.padding-bottom-65:before {
    background: url(https://pixeltechnosoft.com/uat/wp-content/uploads/2025/07/footer_bg-2.png) no-repeat;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    overflow: hidden;
    opacity: .4;
    bottom: 0;
    top: 0;
    background-size: 100% 360px;
    background-position: bottom;
}

.footer-top.padding-top-90.padding-bottom-65 {
    position: relative;
}

.footer-area .attorney-contact-form-wrap .title{
	color: #6789ff !important;
	font-family: "Sofia", cursive !important;
	font-weight: 400 !important;
	text-decoration: underline;
}

.footer-area .attorney-contact-form-wrap .form-group label{
	font-size: 16px !important;
	margin-bottom: 2px !important;
}
.owl-carousel.header-slider-wrapper.global-carousel-init.grocery-home.owl-theme.owl-loaded {
    display: none;
}

.serviceCard > .vc_column-inner > .wpb_wrapper p.text-center {
    text-align: center !important;
}

.serviceCard > .vc_column-inner > .wpb_wrapper p.text-center a {
    color: #6789ff;
    top: 10px;
    position: relative;
    transition: .3s ease-in-out;
}

.serviceCard > .vc_column-inner > .wpb_wrapper:hover p.text-center a.homeServiceLink {
    color: #fff;
}

.serviceCard > .vc_column-inner > .wpb_wrapper p.text-center a.homeServiceLink:hover i {
    position: relative;
    right: -5px;
}

.serviceCard > .vc_column-inner > .wpb_wrapper p.text-center a.homeServiceLink:hover {
	text-shadow: 1px 2px 2px rgba(0,0,0,.2);
}

.serviceCard > .vc_column-inner > .wpb_wrapper p.text-center a.homeServiceLink i {
    position: relative;
    right: 0;
    transition: .3s ease-in-out;
}

#contactSec:before {
    content: '';
    background: url(https://pixeltechnosoft.com/uat/wp-content/uploads/2025/08/clouds.png) no-repeat;
    height: 150px;
    display: inline-block;
    width: 100%;
    background-size: 100% 140px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.topHeader {
    background: #6789ff;
    padding: 8px 0;
}

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

.topHeader ul.contactList li {
    display: inline-block;
    margin-right: 10px;
}

.topHeader ul.contactList li a {
    color: #fff;
    line-height: 30px;
}

.topHeader ul.contactList li a i {
    color: #6789ff;
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 31px;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 50%);
    position: relative;
    top: 0;
    transition: .2s ease-in-out;
    margin-right: 10px;
}

.topHeader ul.socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.topHeader ul.socialList li {
    display: inline-block;
    margin-left: 10px;
}

.topHeader ul.socialList li a {
    color: #6789ff;
    background: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 31px;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 50%);
    position: relative;
    top: 0;
	transition: .2s ease-in-out;
}

.topHeader ul.socialList li a:hover {
    box-shadow: 0 5px 5px -2px rgb(0 0 0 / 50%);
    top: -1px;
}

body,html {
	min-height:100vh;
    width: 100%;
}

body, p {
	font-family: "Comfortaa" !important;
	font-weight: 500;
}

b, strong{
	font-weight: 700 !important;
}

.back-to-top {
    background: #6789ff !important;
}

form.wpcf7-form.init .btn-wrapper p{
    position: relative;
    display: inline-block;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit.submit-btn.custom_submit_form_button {
    box-shadow: rgba(103, 137, 255, 0.51) 2px -4px 8px inset, rgba(0, 0, 0, 0.5) 0px 1px 2px -5px;
    color: #333 !important;
    border: 1px solid rgba(103, 137, 255, 0.44);
    border-radius: 5px !important;
    padding: 0px 30px !important;
    transition: 0.5s ease-in-out;
    background: #fff !important;
    line-height: 38px !important;
    height: 40px !important;
    outline: none !important;
	display: inline-block !important;
    width: auto !important;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit.submit-btn.custom_submit_form_button:hover {
    box-shadow: inset 0px -4px 8px #6789ff82, 0 10px 10px -5px #00000080;
    color: #6789ff !important;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit.submit-btn.custom_submit_form_button i {
    position: relative;
    left: 0;
    transition: .3s ease-in-out;
}

button.wpcf7-form-control.has-spinner.wpcf7-submit.submit-btn.custom_submit_form_button:hover i {
    left: 10px;
}

.footer-area .widget.footer-widget p:hover::before,
form.wpcf7-form.init .btn-wrapper p:hover::before {
    color: #6789ff;
    left: 90px;
}

.wpcf7-spinner{
	display: none;
}

#visionMission .wpb_content_element {
    margin-bottom: 10px;
}

#visionMission img {
    max-width: 100px !important;
}

ul.graphicServices {
    color: #333;
    font-weight: 500;
    margin: 0;
    list-style: none;
}

ul.graphicServices li{
    margin: 0 0 10px;
    width: 50%;
    display: inline-block;
    float: left;
}

ul.graphicServices li:before {
    content: "\f00c";
    display: inline-block;
    font-family: 'FontAwesome';
    color: #6789ff;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    line-height: 25px;
    text-align: center;
    box-shadow: 1px 1px 2px 1px #6789ff88;
    margin-right: 10px;
    font-size: 14px;
    transition: .3s ease-in-out;
}

ul.graphicServices li:hover{
    color: #6789ff;
    cursor:pointer;
}

ul.graphicServices li:hover::before {
    box-shadow: 1px 1px 2px 1px #6789ff88;
    background:#6789ff;
    color: #fff
}

ul.rightContactList {
    position: fixed;
    right: 0;
    top: calc(50vh - 77px);
    list-style: none;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    z-index: 999;
    padding-top: 4px;
    width: 40px;
}

ul.rightContactList li {
    list-style: none;
    margin-bottom: 10px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 4px 1px #6789ff88;
    position: relative;
    min-width: 280px;
    transition: .3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
    left: 0;
}

ul.rightContactList li a{
    display:block;
    line-height: 40px;
    font-size: 14px;
}

ul.rightContactList li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #6789ff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    /* margin-right: 10px; */
    padding-left: 5px;
    float: left;
    font-size: 18px;
}

ul.rightContactList li:hover {
    left: -240px;
}

.wpb_single_image.wpb_content_element.vc_align_left.leftIcons {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    /* transform: scale(.1,.1); */
    opacity: 0;
    animation: moveLeftIcons 2.55s infinite;
    transition: ease-in-out;
}

.wpb_single_image.wpb_content_element.vc_align_left.rightIcons {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}

.vc_tta-color-blue.vc_tta-style-modern .vc_tta-tab>a {
    background-color: #6789ff !important;
    color: #fff !important;
	border-color:transparent !important;
}

.vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active>a{
	background-color: #f0f3ff !important;
    color: #333 !important
}

.wpb_wrapper p {
    text-align: justify !important;
}

#contactSec .wpb_wrapper p {
    text-align: center !important;
}

#industries .vc_carousel-inner .vc_inner {
    text-align: center;
}

#industries {
    background: linear-gradient(#6789ff01, #6789ff);
    padding-top: 50px;
    padding-bottom: 30px;
}

#industries h2.vc_custom_heading {
    margin-bottom: 50px;
}

.testimonial-item .icon {
    color: #6789ff !important;
    opacity: 1 !important;
    position: absolute !important;
    top: -40px !important;
    left: 70px;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #6789ff;
    line-height: 80px !important;
    text-align: center;
    border-radius: 40px;
}

#testimonials h2 {
    margin-bottom: 70px;
}

#testimonials .vc_row {
    display: flex;
    flex-wrap: wrap;
}

#testimonials .vc_row .vc_col-sm-6 {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-item > .vc_column-inner > .wpb_wrapper {
    border-radius: 50px !important;
    box-shadow: 0px 20px 10px -5px rgb(103 137 255 / 50%) !important;
    padding: 60px 30px 20px !important;
    border: 1px solid #6789ff;
    border-left: 10px solid #6789ff;
    height: 100%;
}

.ourProcess .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper,
.vc_row.wpb_row.vc_row-fluid.container.ourServices .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    background: #f0f3ff;
    padding: 30px 20px 0;
    margin-bottom: 30px;
    height: 100%;
    border-radius: 50px;
    box-shadow: 1px 1px 5px 0px #6789ff88 inset;
}

.ourProcess .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper ul,
.vc_row.wpb_row.vc_row-fluid.container.ourServices .vc_col-sm-6 .wpb_wrapper ul {
    color: #333;
    margin: 0;
    padding: 20px 0 0 20px;
}

.single-dagency-service-item .icon.style-1 {
    background-color: #32de84 !important;
}

.single-dagency-service-item .icon.style-2 {
    background-color: #717eac !important;
}

.single-dagency-service-item .icon.style-3 {
    background-color: #6789ff !important;
}

.ourServices .vc_col-sm-4 .vc_column-inner > .wpb_wrapper{
    background-color: #f0f3ff;
    border-radius: 50px !important;
    height: 100%;
    box-shadow: 1px 1px 5px 0px #6789ff88 inset;
    padding: 20px;
    margin-bottom: 30px;
}

.ourServices .vc_col-sm-4 .vc_column-inner > .wpb_wrapper h3.vc_custom_heading {
    text-align: center !important;
    margin: 10px 0 20px;
}

.single-dagency-service-item .content .title {
    margin-bottom: 30px !important;
}

.single-dagency-service-item {
    margin-bottom: 0 !important;
}

.eComServices .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
    background: #f0f3ff !important;
    padding: 20px 20px 0;
    border-radius: 50px;
    height: 100%;
    box-shadow: 1px 1px 5px 0px #6789ff88 inset;
}

.eComServices .wpb_column.vc_column_container.vc_col-sm-6 .wpb_wrapper h4 {
    text-align: center !important;
}

.vc_progress_bar .vc_single_bar .vc_bar {
    background: #6789ff !important;
}

.vc_progress_bar .vc_single_bar small.vc_label {
    color: #fff;
}

.career-widget.widget {
    background-color: #f0f3ff !important;
    border-radius: 50px;
    box-shadow: 1px 1px 5px 0px #6789ff88 inset;
}

.job-information-list li .single-job-info div.icon {
    background-color: #6789ff !important;
}

#mobileAppTech .vc_col-md-6 > .vc_column-inner > .wpb_wrapper {
	background: #f0f3ff;
	border-radius: 50px;
	padding: 20px 20px 0;
	margin-bottom: 30px;
	box-shadow: 1px 1px 5px 0px #6789ff88 inset;
	height: 100%;
}

#mobileAppTech .vc_col-md-6 h3{
	text-align: center !important;
}

section.blog-content-area.padding-120 {
    padding: 50px 10px;
}

.widget.job_information {
    margin-bottom: 30px;
    padding: 25px 30px 30px 30px;
    background-color: #f0f3ff !important;
    border-radius: 50px;
    box-shadow: 1px 1px 5px 0px #6789ff88 inset;
}

footer.footer-area.home-variant-02 .row .col-md-6:nth-child(3) {
	padding-left: 0;
	margin-left: -40px;
	margin-right: 40px;
}

@keyframes moveLeftIcons{
    0%{
        left:150px;
		transform:scale(.1);
		opacity:0;
    }
	90%{
        left:0px;
		transform:scale(1);
		opacity:1
    }
    100%{
        left:150px;
		transform:scale(.1);
		opacity:0
    }
}

@media screen and (min-width: 992px) and (max-width:1200px){
	.container,.container-sm{
		max-width: 100% !important;
	}
	.header-style-03.header-variant-08 .navbar-area .nav-container{
		padding: 0 15px !important;
	}
}
@media (max-width:1024px){
	h1{
		font-size: 24px !important;
	}
	h2{
		font-size: 22px !important;
	}
	h3{
		font-size: 20px !important;
	}
	h4{
		font-size: 18px !important;
	}
	h5{
		font-size: 16px !important;
	}
	html, body, p, ul, ol{
		font-size: 14px !important;
	}
	#ourProcess .vc_row.vc_row-flex {
	    display: contents;
	}
	
	#ourProcess .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper{
		min-height:320px !important;
	}

	.breadcrumb-area .breadcrumb-inner{
		padding: 70px 0 !important;
	}

	.breadcrumb-area .page-title{
		max-width: 300px
	}

	#mobileApps .vc_row.wpb_row{
	    flex-direction: column-reverse !important;
	    display: flex;
	}
	
	#mobileApps .vc_row.wpb_row h2 {
	    text-align: center !important;
	}
	
	#mobileAppServices .wpb_column.vc_column_container.vc_col-sm-4 .wpb_content_element{
		margin-bottom:0
	}

	#mobileAppTech .vc_col-md-6 {
	    display: inline-flex;
	    width: 50%;
	    flex: 0 0 50%;
	}

	#mobileAppTech .vc_col-md-6 h3{
		text-align: center !important;
		margin-bottom: 10px;
	}

	#mobileAppTech .vc_row{
		display: contents;
	}
	
	#contactForm .contact-form-wrap {
		margin: 0;
	}
	
}

@media (max-width:991px){
	.logo-wrapper {
	    max-width: calc(100% - 60px);
	}
	
	.header-style-03.header-variant-08 .navbar-area .nav-container .logo-wrapper img.img-fluid {
	    max-height: 70px !important;
	}
	
	.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu{
		border-left: 0 !important;
		min-width: 100%;
	}

	.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li{
		width: 100%;
		height: auto !important;
		text-align: left !important;
		padding: 0 !important;
		border-left: 1px solid #e2e2e2 !important;
	}
	
	.header-style-03.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a{
		height: auto;
		line-height: normal;
		text-align: left !important;
		padding: 10px !important;
	}

	.header-style-03.header-variant-08.navbar-variant-04 .navbar-area .nav-container .navbar-collapse .navbar-nav li ul li a i{
		display: inline;
		position: relative;
		left: 0;
		top: 0;
		line-height: normal;
		font-size: 16px !important;
	}
	
	.breadcrumb-area {
		background-position: center !important;
	}
	
	.breadcrumb-area .breadcrumb-inner{
		padding: 60px 0 !important;
	}

	.breadcrumb-area .breadcrumb-inner .page-title{
		font-size: 24px;
		width: 220px;
		line-height: 40px;
	}

	.homeIntro > .vc_column-inner > .wpb_wrapper:before{
		top: -40px;
		left: 80px;
	}
	
	.row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.row-main {
		display: flex;
		flex-direction: column;
	}
	
	.row-main .vc_col-sm-6,
	.row-reverse .vc_col-sm-6 {
        width: 100% !important;
        flex: 100% !important;
        float: none !important;
        max-width: 100% !important;
    }

	.row-main .vc_col-sm-6, .row-reverse .vc_col-sm-6 h2{
		text-align:center !important;
		margin-bottom: 30px;
	}

	#ourProcess .vc_row.vc_row-flex {
	    display: contents;
	}
	
	#ourProcess .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper{
		min-height:420px !important;
	}
	
	footer.footer-area.home-variant-02 .row .col-md-6:nth-child(3) {
		padding-left: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
		box-shadow: 0 0 0 2px #6789ff !important;
		outline: none !important;
	}
	
	div#bizcoxx_main_menu {
		padding: 0 !important;
	}

	div#bizcoxx_main_menu ul {
		margin: 0;
		max-height: none;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		padding: 10px 20px !important;
	}
	
	.topHeader ul.contactList li a span {
		display: none;
	}

	.topHeader ul.contactList li {
		margin: 0 !important;
	}
	
	.container,.container-sm{
		max-width: 100% !important;
	}
	
	.header-style-03.header-variant-08 .navbar-area .nav-container {
        padding: 0 15px !important;
        margin: 0;
    }
	
	#welcomeSec {
    	flex-direction: column-reverse !important;
    	display: flex;
	}
	
	#welcomeSec .vc_col-md-6{
		width:	100%;
	}

	#welcomeSec .vc_column-inner{
		padding: 0;
	}
	
	.welcomeLeft p {
		padding: 0;
	}

	.welcomeImage1 img {
		width: 360px;
		margin-top:0;
	}

	.welcomeLeft  .wpb_raw_code.wpb_content_element.wpb_raw_html {
		text-align: center;
	}
	
	.welcomeImage2.wpb_start_animation.animated {
		text-align: right;
	}
	
	.welcomeImage2 img {
		max-width: 80px !important;
		margin-top: -60px;
		top: -60px;
		z-index: 99;
	}

	#homeIntroSec .vc_col-sm-6 {
		width: 100%;
	}
	
	#homeIntroSec .wpb_single_image.vc_align_right{
		text-align:center !important;
	}
	
	#homeIntroSec .wpb_single_image.vc_align_right img{
		width: 440px;
	}
	
	#homeIntroSec .homeIntro {
		margin: 40px 0 0;
	}

	.serviceCard.wpb_column.vc_column_container.vc_col-sm-4 {
	    width: 50%;
	}

	.serviceCard > .vc_column-inner > .wpb_wrapper{
		min-height: 440px !important;
	}
	
	.serviceCard > .vc_column-inner > .wpb_wrapper h3{
	    font-size: 20px;
	}
	
	.serviceCard > .vc_column-inner > .wpb_wrapper p{
		font-size:14px;
	}
	
	.ourServices .vc_row.wpb_row.vc_inner.vc_row-fluid.container {
	    display: contents;
	}
	
	.ourServices .vc_row:after, .ourServices .vc_row:before {
	    clear: none;
	}
	
	.container.row-main .vc_col-sm-6 h2{
		text-align: center !important;
		margin-bottom: 50px;
	}
	
	.container.row-main{
		padding-top: 0 !important;
	}
	
	#mobileAppServices .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 100% !important;
		margin-bottom: 20px;
	}
	
	#eComInfo .vc_row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#eComInfo .vc_row h2{
		text-align:center !important;
	}
	
	#collaboration .vc_col-sm-6,
	#aboutInfo .vc_col-sm-6,
	#digitalMarketing .vc_col-sm-6,
	#customSol .vc_col-sm-6 {
		width: 100%;
	}

	#aboutInfo .vc_row,
	#digitalMarketing .vc_row,
	#customSol .vc_row{
		display: flex;
		flex-direction: column-reverse;
	}
	
	#collaboration .vc_col-sm-6  .wpb_single_image.vc_align_left,
	#aboutInfo .vc_col-sm-6  .wpb_single_image.vc_align_left,
	#digitalMarketing .vc_col-sm-6 .wpb_single_image.vc_align_left,
	#customSol .vc_col-sm-6 .wpb_single_image.vc_align_left{
		text-align:center;
	}

	#collaboration .vc_col-sm-6 h2,
	#aboutInfo .vc_col-sm-6 h2,
	#digitalMarketing .vc_col-sm-6 h2,
	#customSol .vc_col-sm-6 h2{
		text-align: center !important;
	}
	
	#marketingTrend .vc_row,
	#customIndustries .vc_row {
		display: contents;
	}

	#marketingTrend .vc_row > .vc_col-sm-4,
	#customIndustries .vc_row > .vc_col-sm-4 {
		width: 50%;
	}
	
	#contactForm .vc_col-sm-8,
	#contactForm .vc_col-sm-4{
		width: 50%;
	}
	
	#contactForm .contact-form-wrap {
		margin: 0;
	}
	
	#mobileAppTech .vc_col-md-6 > .vc_column-inner > .wpb_wrapper{
		min-height: 260px;
	}
	
	#customIndustries .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner {
		min-height: 240px;
	}
}

@media (max-width:767px){
	.breadcrumb-area .breadcrumb-inner{
		padding: 30px 0 !important;
	}

	.breadcrumb-area .breadcrumb-inner .page-title{
		font-size: 22px;
		width: 220px;
		min-height: 80px;
	}
	
	.topHeader .row {
	    display: block;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	}
	
	.topHeader .row .col-sm-6 {
	    margin: 0;
	    padding: 0;
	    display: inline-block;
	    width: auto;
	}
	
	.topHeader .row .col-sm-6 ul.contactList li:last-child a i{
	    margin: 0;
	}

	h1.text-center {
	    font-size: 20px !important;
	}
	
	h1.text-center span {
	    font-size: 28px;
	}
	
	.vc_row.wpb_row.vc_row-fluid.container.vc_custom_1741624490681 {
	    padding: 40px 10px !important;
	}
	
	.welcomeIcon2 {
	    position: absolute !important;
	    top: 20px;
	    left: 10px;
	    z-index: 99 !important;
	    width: 60px;
	    animation: mud 4s linear infinite;
	}
	
	.gear1 {
	    position: absolute;
	    left: 30px;
	    bottom: -55px;
	    width: 50px;
	}
	
	.gear2 {
	    position: absolute;
	    left: 0;
	    bottom: -25px;
	    width: 40px;
	}
	
	.welcomeImages img:first-child {
	    width: 240px;
	}
	
	.welcomeImage2 img {
        max-width: 70px !important;
        margin-top: -40px;
        top: 0px;
        z-index: 99;
    }

	.homeIntro > .vc_column-inner > .wpb_wrapper{
		padding: 30px 15px;
	}
	
	#testimonials .vc_row .vc_col-sm-6:first-child {
		margin-bottom: 80px;
	}

	#testimonials .vc_row .vc_col-sm-6 .vc_column-inner{
		padding: 0;
	}
	
	.clouds {
	    width: 150px;
	}
	
	#homeIntroSec .vc_row.wpb_row.vc_inner.vc_row-fluid.container {
	    padding: 0;
	}
	
	.homeIntro p.text-center {
	    font-size: 14px;
	}
	
	p {
	    font-size: 14px !important;
	}
	
	.serviceCard.wpb_column.vc_column_container.vc_col-sm-4 {
	    width: 100%;
	}

	#ourProcess .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper{
		min-height: auto !important;
	}

	#mobileAppTech .vc_col-md-6{
		width: 100%;
	}

	#ourProcess .vc_column-inner {
		padding: 0 !important;
	}

	.vc_row.wpb_row.vc_row-fluid.container.ourServices > .vc_col-sm-12 > .vc_column-inner {
	    padding: 0;
	}
	
	#graphicServices {
		padding: 40px 0 10px !important;
	}

	#graphicServices .vc_column_container>.vc_column-inner {
		padding: 0;
	}

	ul.graphicServices li{
		font-size: 12px !important;
	}

	ul.graphicServices li:before{
		margin-right: 4px;
		margin-left: 4px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	#graphicServices .wpb_content_element {
		margin-bottom: 0 !important;
	}

	.container.row-main .vc_col-sm-6 h2 {
		margin-bottom: 30px;
	}
	
	.vc_row.wpb_row.vc_row-fluid.container.vc_custom_1770656349609 {
		padding: 30px 0 0 !important;
	}
	
	.vc_row.wpb_row.vc_row-fluid.container.row-main.vc_custom_1770725283616 {
		padding: 0 !important;
	}
	
	#homeIntroSec .homeIntro {
		margin-bottom: 30px;
	}

	.ourServices .vc_col-sm-4 .vc_column-inner > .wpb_wrapper{
		padding: 20px 15px 30px;
		min-height: auto !important;
		margin-bottom: 40px;
	}

	.ourServices .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .wpb_content_element{
		margin-bottom: 0 !important;
	}

	.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
	    margin: 0 !important;
	}

	.row-main .vc_col-sm-6{
		margin:0
	}

	#ourProcess h2.vc_custom_heading {
	    margin: 30px 0 0 !important;
	}

	#ourProcess img.vc_single_image-img.attachment-full{
		margin-top: 30px;
	}
	
	#industries {
	    padding-bottom: 0 !important;
	}
	
	#industries h2.vc_custom_heading {
	    margin-bottom: 30px;
	}
	
	#industries .vc_column-inner {
	    padding: 0;
	}

	#mobileApps {
	    padding: 30px 0 !important;
	}

	#contactForm .vc_col-sm-8,
	#contactForm .vc_col-sm-4{
		width: 100%;
	}

	#contactSec:before {
	    height: 50px;
	    background-size: 100% 50px;
	}
	
	div#contactSec {
		background: url(https://pixeltechnosoft.com/uat/wp-content/uploads/2025/08/Expert-Opinion.png) no-repeat center bottom;
		background-size: cover;
	}

	#contactSec .vc_column-inner {
	    padding: 0;
	}

	#mobileAppTech .vc_col-md-6 > .vc_column-inner > .wpb_wrapper {
        min-height: auto !important;
    }

	#eComInfo {
	    padding: 30px 0 0 !important;
	}
	
	.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading{
		background: #6789ff !important;
		border-color: #6789ff !important;
	}
	
	.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading,
	.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body,
	.vc_tta-color-blue.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a{
		background: #f0f3ff !important;
		border-color: #f0f3ff !important;
	}
	
	.vc_tta.vc_general .vc_tta-panel.vc_active{
		background: #f0f3ff !important;
	}

	.eComServices.container{
	    padding: 0 !important;
	}
	
	.eComServices .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper{
	    margin-bottom: 30px;
	}

	div.vc_custom_1770750019101{
		padding-top: 0 !important;
	}

	#customSol {
	    padding: 30px 0 0 !important;
	}
	
	#customProcess{
	    padding: 0
	}
	
	#customProcess > .wpb_column .vc_column-inner {
	    padding: 0;
	}
	
	#customIndustries {
	    padding: 0 !important;
	}
	
	#customIndustries .vc_row > .vc_col-sm-4 {
	    padding: 0;
	    width: 100%;
	    height: auto !important;
	    min-height: auto !important;
	}
	
	#customIndustries .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner{
	    min-height: auto !important;
	    margin-bottom:20px;
	}

	#digitalMarketing {
	    padding: 30px 0 !important;
	}

	#marketingServices{
		padding:0 15px 30px !important
	}
	
	#marketingServices > div >.vc_column-inner {
	    padding: 0;
	}
	
	#marketingServices > div >.vc_column-inner .vc_col-sm-6 {
	    padding: 0;
	}
	
	#marketingServices > div >.vc_column-inner .vc_col-sm-6 .vc_column-inner {
	    margin-bottom: 20px;
	}
	
	#marketingTrend {
	    padding: 0 15px !important;
	}
	
	#marketingTrend .vc_column-inner{
	margin-bottom: 30px;
	}

	#marketingTrend >div>.vc_column-inner {
	    padding: 0 !important;
	}
	
	#marketingTrend .vc_row > .vc_col-sm-4 {
	    width: 100%;
	    padding: 0
	}
	
	.footer-top.padding-top-90.padding-bottom-65:before{
		background-size: 100% 180px;
	}

	footer.footer-area.home-variant-02 .row .col-md-6:nth-child(3) {
        padding-left: 15px;
    }
	
	.back-to-top {
		right: 30px !important;
		bottom: 70px !important;
	}
}

@media (max-width:480px){
	.breadcrumb-area {
		background-position: center right -50px !important;
	}
}